/*! 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.
 */
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;
  margin: 0.67em 0;
}

/* 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;
}

/* mixins
--------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
    line-height: 0;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

body {
  background: #fff;
}

.page-information {
  margin-top: 0;
}

.lt-en {
  display: block;
  font-size: 30px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 767px) {
  .lt-en {
    font-size: 7.6vw;
  }
}

.page-common-lead {
  width: 100%;
  padding-top: 33.6px;
}
.page-common-lead p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-common-lead {
    padding-top: 2em;
  }
  .page-common-lead p {
    font-size: 3.3vw;
    text-align: left;
  }
}

.page-common-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.page-item-common-headline {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-item-common-headline {
    font-size: 3.3vw;
  }
}
.page-item-common-headline .lt-en {
  padding-bottom: 0.14em;
}

.page-item-common-lead {
  padding-top: 1em;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .page-item-common-lead {
    font-size: 3vw;
  }
}

.option-plan-banner {
  width: 88%;
  margin: 0 auto;
  margin-top: 40px;
  padding: 40px 0;
  background: #fff;
  display: flex;
  align-items: center;
  transition: ease 0.4s;
}
@media screen and (max-width: 767px) {
  .option-plan-banner {
    margin-top: 8vw;
    padding: 6vw 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.option-plan-image {
  width: 50%;
  text-align: center;
  padding: 0 10px;
}
.option-plan-image img {
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .option-plan-image {
    width: 90%;
    padding: 0;
  }
}

.option-plan-info {
  width: 50%;
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .option-plan-info {
    width: 90%;
    padding-right: 0;
  }
}

.option-plan-headline {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}
.option-plan-headline span {
  display: block;
  padding-bottom: 10px;
  font-size: 11px;
  color: #bfa089;
}
@media screen and (max-width: 767px) {
  .option-plan-headline {
    padding-top: 3vw;
    font-size: 3.6vw;
  }
  .option-plan-headline span {
    padding-bottom: 2vw;
    font-size: 2.8vw;
  }
}

.option-plan-lead {
  padding-top: 15px;
  font-size: 13px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .option-plan-lead {
    padding-top: 3vw;
    font-size: 2.8vw;
  }
}

.option-plan-annotation {
  padding-top: 5px;
  font-size: 11px;
  color: #757575;
}
@media screen and (max-width: 767px) {
  .option-plan-annotation {
    padding-top: 1vw;
    font-size: 2.6vw;
  }
}

.option-plan-link {
  font-size: 12px;
  text-align: right;
}
.option-plan-link span {
  padding-right: 25px;
  position: relative;
}
.option-plan-link span:before, .option-plan-link span:after {
  content: "";
  display: block;
  position: absolute;
}
.option-plan-link span:before {
  right: 0;
  top: calc(50% - 8px);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #b0b0b0;
}
.option-plan-link span:after {
  top: 50%;
  right: 8px;
  width: 3px;
  height: 3px;
  border-right: 1px solid #777;
  border-top: 1px solid #777;
  transform: rotate(45deg) translateY(-1px);
  transform-origin: right 50% 0;
}
@media screen and (max-width: 767px) {
  .option-plan-link {
    padding-top: 4vw;
    font-size: 3.2vw;
  }
  .option-plan-link span {
    padding-right: 7vw;
  }
  .option-plan-link span:before {
    top: calc(50% - 2vw);
    width: 4vw;
    height: 4vw;
  }
  .option-plan-link span:after {
    top: 50%;
    right: 2.2vw;
    width: 1vw;
    height: 1vw;
  }
}

.page-common-gray-btn {
  box-sizing: border-box;
}
.page-common-gray-btn + .page-common-gray-btn {
  padding-top: 1em;
}
.page-common-gray-btn a:hover span {
  background: #eeddf7;
}
.page-common-gray-btn a span {
  display: inline-block;
  border-radius: 4px;
  background: #f7f7f7;
  height: 50px;
  line-height: 50px;
  position: relative;
  transition: background ease 0.4s;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-common-gray-btn a span {
    width: 86%;
    margin: 0 auto;
    height: 12vw;
    line-height: 12vw;
  }
}
.page-common-gray-btn a span:before, .page-common-gray-btn a span:after {
  content: "";
  display: block;
  position: absolute;
}
.page-common-gray-btn a span:before {
  right: 20px;
  top: calc(50% - 12px);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #aeaeae;
}
@media screen and (max-width: 767px) {
  .page-common-gray-btn a span:before {
    right: 6vw;
    top: calc(50% - 2.8vw);
    width: 5.6vw;
    height: 5.6vw;
  }
}
.page-common-gray-btn a span:after {
  width: 5px;
  height: 5px;
  right: 31px;
  top: calc(50% - 2px);
  border-right: 1px solid #696969;
  border-top: 1px solid #696969;
  transform: rotate(45deg);
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .page-common-gray-btn a span:after {
    width: 1.4vw;
    height: 1.4vw;
    right: 8.5vw;
    top: calc(50% - .8vw);
  }
}
.page-common-gray-btn.no-arrow span {
  min-width: 275px;
  padding-left: 0;
  text-align: center;
}
.page-common-gray-btn.no-arrow span:before, .page-common-gray-btn.no-arrow span:after {
  display: none;
}
.page-common-gray-btn.double-line span {
  height: 60px;
  line-height: 1.5;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .page-common-gray-btn.double-line span {
    height: 14vw;
    padding-top: 2vw;
  }
}

.hatachidori-mv {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hatachidori-mv {
    padding: 0;
    margin-top: 11.97vw;
  }
}

.hatachidori-mv-image {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hatachidori-mv-image img {
    width: 100%;
    height: auto;
  }
}

.hatachidori-mv-info {
  position: absolute;
  z-index: 10;
  width: 500px;
  height: 59%;
  left: calc(52% - 530px);
  top: 120px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: radial-gradient(white, rgba(255, 255, 255, 0.61));
}
@media screen and (max-width: 767px) {
  .hatachidori-mv-info {
    width: 90%;
    height: auto;
    padding: 7vw 0;
    left: 5%;
    top: 49vw;
    background: radial-gradient(white, rgba(255, 255, 255, 0.8));
  }
}

.hatachidori-mv-headline {
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 0.15em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .hatachidori-mv-headline {
    padding: 0;
    font-size: 5.2vw;
  }
}
.hatachidori-mv-headline small {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .hatachidori-mv-headline small {
    margin-bottom: 0;
    font-size: 3vw;
  }
}
.hatachidori-mv-headline .lt-en {
  padding-top: 5px;
  font-size: 12px;
  color: #bfa089;
}
@media screen and (max-width: 767px) {
  .hatachidori-mv-headline .lt-en {
    padding-top: 0;
    font-size: 3vw;
  }
}

.hatachidori-mv-lead {
  padding-top: 20px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .hatachidori-mv-lead {
    padding-top: 2vw;
    font-size: 2.9vw;
  }
}

.hatachidori-anchor-box {
  width: 100%;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .hatachidori-anchor-box {
    padding-top: 4vw;
    width: 86.66%;
    margin: 0 auto;
  }
}

.hatachidori-anchor-list {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .hatachidori-anchor-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.hatachidori-anchor-item {
  width: 200px;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .hatachidori-anchor-item {
    width: 49%;
    max-width: initial;
    padding-bottom: 2vw;
  }
}
.hatachidori-anchor-item + .hatachidori-anchor-item {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .hatachidori-anchor-item + .hatachidori-anchor-item {
    padding-left: 0;
  }
}
.hatachidori-anchor-item a {
  display: block;
  width: 100%;
  background: #cbad97;
  padding: 10px 0;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  transition: opacity ease 0.4s;
}
@media screen and (max-width: 767px) {
  .hatachidori-anchor-item a {
    padding: 3vw 0;
    font-size: 2.8vw;
  }
}
.hatachidori-anchor-item a:hover {
  opacity: 0.7;
}

.hatachidori-about {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .hatachidori-about {
    padding-top: 10vw;
    padding-bottom: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori-about .page-common-lead {
    width: 84%;
    margin: 0 auto;
  }
}

.hatachidori-merit {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .hatachidori-merit {
    width: 89.33%;
    padding-top: 8vw;
  }
}

.hatachidori-merit-lead {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .hatachidori-merit-lead {
    font-size: 3.8vw;
  }
}

.hatachidori-merit-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .hatachidori-merit-list {
    flex-wrap: wrap;
    padding-top: 4vw;
  }
}

.hatachidori-merit-item {
  width: 32%;
  min-height: 145px;
  background: #f8f5f3;
  border-radius: 3px;
  padding-top: 25px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .hatachidori-merit-item {
    width: 49%;
    padding-top: 2vw;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
    min-height: 0;
  }
}

.hatachidori-merit-num {
  position: absolute;
  width: 100%;
  left: 0;
  top: 11px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hatachidori-merit-num {
    top: 2vw;
    padding-bottom: 5vw;
  }
}
.hatachidori-merit-num span {
  font-size: 14px;
  color: #bfa089;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .hatachidori-merit-num span {
    font-size: 2.8vw;
  }
}

.hatachidori-merit-headline {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hatachidori-merit-headline {
    padding-top: 6vw;
    font-size: 3vw;
  }
}

.hatachidori-point {
  width: calc(100% - 40px);
  margin: 0 auto;
  background: #f8f5f3;
  padding-top: 50px;
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .hatachidori-point {
    width: 100%;
    padding-top: 9vw;
    padding-bottom: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori-point .page-common-lead {
    width: 84%;
    margin: 0 auto;
  }
}

.hatachidori-studio-box {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .hatachidori-studio-box {
    width: 100%;
    padding-top: 5vw;
    padding-bottom: 3vw;
  }
}

.hatachidori-studio-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .hatachidori-studio-list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori-studio-list img {
    width: initial;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .hatachidori-studio-image img {
    width: 100%;
    height: auto;
  }
}

.hatachidori-banner {
  max-width: 1000px;
  margin: 0 auto;
}
.hatachidori-banner a:hover .option-plan-banner {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .hatachidori-banner .option-plan-banner {
    width: 84%;
  }
}

@media screen and (max-width: 767px) {
  .slick-slider .slick-dots {
    bottom: -5vw;
  }
  .slick-slider .slick-dots li {
    width: 1vw;
    height: 1vw;
    margin: 0 1.6vw;
  }
  .slick-slider .slick-dots li button {
    width: 1vw;
    height: 1vw;
  }
  .slick-slider .slick-dots li button:before {
    display: none;
  }
  .slick-slider .slick-dots li.slick-active {
    width: 2vw;
    height: 2vw;
    margin: 0 1vw;
  }
  .slick-slider .slick-dots li.slick-active button {
    width: 2vw;
    height: 2vw;
  }
  .slick-slider .slick-dots li.slick-active button:before {
    display: block;
    content: "";
    width: 1.4vw;
    height: 0;
    border-top: 2px solid #bba1cb;
    left: 100%;
    top: calc(50% - 1px);
  }
}

.hatachidori-reserve {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .hatachidori-reserve {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori-reserve .page-common-lead {
    width: 84%;
    margin: 0 auto;
  }
}

.hatachidori-plan-box {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hatachidori-plan-box {
    width: 94.66%;
    margin: 0 auto;
  }
}

.hatachidori-plan-headline {
  padding-top: 50px;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hatachidori-plan-headline {
    padding-top: 8vw;
    font-size: 4.2vw;
  }
}

.hatachidori-plan-list {
  width: 100%;
  display: flex;
  padding-top: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .hatachidori-plan-list {
    display: block;
    padding-top: 6vw;
  }
}

.hatachidori-plan-item {
  width: 48%;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .hatachidori-plan-item {
    width: 100%;
    padding-bottom: 9vw;
  }
}
.hatachidori-plan-item a:hover .hatachidori-plan-item-headline,
.hatachidori-plan-item a:hover .hatachidori-plan-item-body {
  opacity: 0.7;
}
.hatachidori-plan-item.is-single {
  width: 100%;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .hatachidori-plan-item.is-single {
    padding-top: 0;
  }
}
.hatachidori-plan-item.is-single a {
  display: block;
  width: 480px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hatachidori-plan-item.is-single a {
    width: 100%;
  }
}

.hatachidori-plan-subhead {
  margin-bottom: 15px;
  font-size: 18px;
  color: #bfa089;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .hatachidori-plan-subhead {
    margin-bottom: 2vw;
    font-size: 4.6vw;
    line-height: 1.4;
  }
}

.hatachidori-plan-item-inner {
  width: 100%;
}

.hatachidori-plan-item-header {
  position: relative;
}

.hatachidori-plan-item-image {
  overflow: hidden;
  border-top: 3px solid #cfb4a0;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .hatachidori-plan-item-image img {
    width: 100%;
    height: auto;
  }
}

.hatachidori-plan-item-headline {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  left: 0;
  top: 0;
  padding-left: 27px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  transition: opacity ease 0.4s;
}
.hatachidori-plan-item-headline span {
  display: block;
  width: 100%;
  margin-bottom: 6px;
  font-size: 14px;
  color: #bfa089;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .hatachidori-plan-item-headline {
    padding-left: 6vw;
    font-size: 4.6vw;
  }
}

.hatachidori-plan-item-body {
  width: 79.16%;
  margin: 0 auto;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .hatachidori-plan-item-body {
    width: 89%;
    padding-top: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .hatachidori-plan-item-lead {
    font-size: 3.9vw;
  }
}

.hatachidori-plan-item-annotation {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .hatachidori-plan-item-annotation {
    padding-top: 3vw;
    font-size: 3.3vw;
  }
}

.plan-more-link {
  width: 330px;
  margin: 0 auto;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .plan-more-link {
    width: 80%;
    padding-top: 2vw;
    text-align: center;
  }
}
.plan-more-link span {
  width: 100%;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .plan-more-link span {
    padding-left: 1.5em;
    text-align: left;
    font-size: 3.3vw;
  }
}

.hatachidori-flow {
  width: calc(100% - 40px);
  margin: 0 auto;
  background: #f8f5f3;
  padding-top: 50px;
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .hatachidori-flow {
    width: 100%;
    padding-top: 8vw;
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori-flow .page-common-lead {
    width: 84%;
    margin: 0 auto;
  }
}

.hatachidori-flow-list {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.hatachidori-flow-item {
  width: 100%;
  position: relative;
}
.hatachidori-flow-item + .hatachidori-flow-item {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .hatachidori-flow-item + .hatachidori-flow-item {
    padding-top: 23vw;
  }
}

.hatachidori-flow-image {
  max-width: 880px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .hatachidori-flow-image {
    width: 90.66%;
  }
}
.hatachidori-flow-image.is-left {
  margin-left: 0;
  margin-right: auto;
}
.hatachidori-flow-image.is-right {
  margin-left: auto;
  margin-right: 0;
}
.hatachidori-flow-image.is-last {
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hatachidori-flow-image.is-last {
    padding-top: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori-flow-image img {
    width: 100%;
    height: auto;
  }
}

.hatachidori-flow-info {
  width: 580px;
  min-height: 260px;
  position: absolute;
  z-index: 10;
  bottom: 25px;
  background: #fff;
  padding: 40px 45px;
}
@media screen and (max-width: 767px) {
  .hatachidori-flow-info {
    width: 80%;
    min-height: 0;
    bottom: -15vw;
    padding: 6vw 7vw;
  }
}
.hatachidori-flow-info.is-left {
  left: 0;
}
.hatachidori-flow-info.is-right {
  right: 0;
}

.hatachidori-flow-headline {
  position: relataive;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .hatachidori-flow-headline {
    font-size: 4.4vw;
  }
}
.hatachidori-flow-headline span.lt-en {
  font-size: 14px;
  color: #cfb4a0;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .hatachidori-flow-headline span.lt-en {
    font-size: 3.1vw;
  }
}
.hatachidori-flow-headline small {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .hatachidori-flow-headline small {
    font-size: 3vw;
  }
}
.hatachidori-flow-headline.is-last {
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hatachidori-flow-headline.is-last {
    padding-top: 13vw;
  }
}
.hatachidori-flow-headline.is-last span {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .hatachidori-flow-headline.is-last span {
    font-size: 3vw;
  }
}
.hatachidori-flow-headline.is-last:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-left: -22px;
  border: 22px solid transparent;
  border-top: 18px solid #cfb4a0;
  width: 0;
  height: 0;
}
@media screen and (max-width: 767px) {
  .hatachidori-flow-headline.is-last:after {
    top: 0;
    margin-left: -7vw;
    border: 7vw solid transparent;
    border-top: 6vw solid #cfb4a0;
  }
}

.hatachidori-flow-lead {
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .hatachidori-flow-lead {
    padding-top: 3vw;
    font-size: 3.3vw;
  }
}

@media screen and (max-width: 767px) {
  .hatachidori-flow-annotation {
    font-size: 2.8vw;
  }
}

.hatachidori-flow-caution {
  width: 566px;
  margin: 0 auto;
  font-size: 10px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .hatachidori-flow-caution {
    width: 84%;
    padding-top: 2vw;
    font-size: 2.6vw;
  }
}

.hatachidori-recommend {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .hatachidori-recommend {
    width: 100%;
    padding-top: 8vw;
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori-recommend .page-common-lead {
    width: 84%;
    margin: 0 auto;
  }
}

.hatachidori-pose-list {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .hatachidori-pose-list {
    width: 88%;
    padding-top: 5vw;
  }
}

.hatachidori-pose-item {
  width: 32.6%;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .hatachidori-pose-item {
    width: 49%;
    padding-bottom: 7vw;
  }
}

@media screen and (max-width: 767px) {
  .hatachidori-pose-item-image img {
    width: 100%;
    height: auto;
  }
}

.hatachidori-pose-item-headline {
  padding-top: 15px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hatachidori-pose-item-headline {
    padding-top: 3vw;
    font-size: 3.6vw;
  }
}

.hatachidori-pose-lead {
  padding: 15px 0.6em 0;
  font-size: 13px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .hatachidori-pose-lead {
    padding: 2vw 0.5em 0;
    font-size: 2.9vw;
  }
}

.hatachidori-pose-annotation {
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hatachidori-pose-annotation {
    width: 88%;
    margin: 0 auto;
    font-size: 3.2vw;
    text-align: left;
  }
}