@charset "UTF-8";
/* -------------------
  VARIABLES
--------------------*/
.font-a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.font-b {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal; }

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal; }

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal; }

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal; }

/* -------------------
  MIXIN
--------------------*/
/* 
.example {
  font-size: vw(12);
}
*/
/* 
.example {
  font-size: fs(12); <- 12px quite
}
*/
/* 
.example {
  @include mq() {
    width: 100%;
  }
}
*/
/* -------------------
  COMMON
--------------------*/
body {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  color: #320f00;
  background: #f5f0ed;
  font-size: 14px;
  line-height: 2.14;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 767px) {
    body {
      line-height: 2; } }
  body.bg-white {
    background: #fff; }

section,
article,
header,
footer,
time {
  display: block; }

p,
ul,
table {
  margin-bottom: 2em; }
  p:last-child,
  ul:last-child,
  table:last-child {
    margin-bottom: 0; }

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  margin-bottom: 0.8em;
  font-weight: bold; }
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child {
    margin-bottom: 0; }

a {
  transition: all 0.3s ease 0s;
  cursor: pointer;
  color: #aa5064; }
  a[href^="tel:"] {
    pointer-events: none; }
    @media screen and (max-width: 767px) {
      a[href^="tel:"] {
        pointer-events: auto; } }
  a:hover {
    opacity: 0.7; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }
  img.pc-only {
    display: inline; }
    @media screen and (max-width: 767px) {
      img.pc-only {
        display: none; } }
  img.sp-only {
    display: none; }
    @media screen and (max-width: 767px) {
      img.sp-only {
        display: inline; } }

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

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

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

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

.c-width {
  max-width: 1170px;
  margin: 0 auto; }
  @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .c-width {
      max-width: calc(100% - 160px); } }
  .c-width-970 {
    max-width: 970px;
    margin: 0 auto; }

.c-ttl {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .c-ttl {
      text-align: left; } }
  .c-ttl .en {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .c-ttl .en {
        font-size: 18px; } }
  .c-ttl .jp {
    font-size: 40px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .c-ttl .jp {
        font-size: 30px; } }
    .c-ttl .jp.lh-s {
      line-height: 1.2; }
      .c-ttl .jp.lh-s .fs-s {
        font-size: 24px; }

.bubble-3 {
  background: url(../images/top/bg-bubble-3.svg) no-repeat left calc(50% + 5px) center/261px auto;
  min-height: 218px;
  padding: 62px 0 0;
  margin-bottom: 64px; }
  @media screen and (max-width: 767px) {
    .bubble-3 {
      background: url(../images/top/bg-bubble-3.svg) no-repeat left center/130px auto;
      min-height: 109px;
      padding: 23px 0 0;
      margin-bottom: 24px; } }

.bubble-4 {
  background: url(../images/top/bg-bubble-4.svg) no-repeat left calc(50% - 12px) center/240px auto;
  min-height: 220px;
  padding: 40px 0 0;
  margin-bottom: 64px; }
  @media screen and (max-width: 767px) {
    .bubble-4 {
      background: url(../images/top/bg-bubble-4.svg) no-repeat left center/120px auto;
      min-height: 110px;
      padding: 8px 0 0;
      margin-bottom: 24px; } }
  .bubble-4-white {
    background: url(../images/top/bg-bubble-4-white.svg) no-repeat left calc(50% - 21px) center/240px auto;
    min-height: 220px;
    padding: 54px 0 0;
    margin-bottom: 64px; }
    @media screen and (max-width: 767px) {
      .bubble-4-white {
        background: url(../images/top/bg-bubble-4-white.svg) no-repeat left center/120px auto;
        min-height: 110px;
        padding: 8px 0 0;
        margin-bottom: 24px; } }

.c-btn {
  padding-top: 40px; }
  @media screen and (max-width: 767px) {
    .c-btn {
      text-align: center; } }
  .c-btn a {
    display: inline-flex;
    border-top: 1px solid #aa5064;
    padding: 17px 0 0;
    min-width: 250px; }
    .c-btn a .label {
      font-size: 13px;
      margin-right: 17px; }
    .c-btn a .arrow img {
      width: 26px;
      vertical-align: middle;
      position: relative;
      top: -2px; }
  .c-btn.center {
    text-align: center; }
    .c-btn.center a {
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .c-btn.center a {
          justify-content: flex-start; } }

.c-btn-2 {
  padding-top: 40px; }
  .c-btn-2 a {
    position: relative;
    background: #aa5064;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 7px 59px; }
    .c-btn-2 a .label {
      font-size: 13px; }
    .c-btn-2 a .arrow {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translate(0, -50%); }
      .c-btn-2 a .arrow img {
        width: 26px;
        vertical-align: middle;
        position: relative;
        top: -2px; }
  .c-btn-2.white a {
    background: #fff;
    border: 1px solid #fff;
    color: #320f00; }
  .c-btn-2.transparent a {
    background: none;
    border: 1px solid #fff; }

.flowing-ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 140px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  display: flex;
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .flowing-ttl {
      font-size: 100px; } }
  .flowing-ttl__item {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 0 15px; }
    .flowing-ttl__item:nth-child(odd) {
      animation: loop 80s linear -40s infinite; }
    .flowing-ttl__item:nth-child(even) {
      animation: loop2 80s linear infinite; }
  .flowing-ttl.beige {
    color: #f5f0ed; }

@keyframes loop {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }

@keyframes loop2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }

.pagettl {
  position: relative; }
  .pagettl__img img {
    width: 100%; }
  .pagettl__txt {
    position: absolute;
    color: #fff;
    left: 5vw;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    line-height: 1.1; }
    @media screen and (max-width: 767px) {
      .pagettl__txt {
        top: calc(50% + 30px); } }
    .pagettl__txt .en {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 6.25vw; }
      @media screen and (max-width: 767px) {
        .pagettl__txt .en {
          font-size: 17.33333vw; } }
    .pagettl__txt .jp {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-weight: 600;
      font-size: 1.875vw; }
      @media screen and (max-width: 767px) {
        .pagettl__txt .jp {
          font-size: 4.66667vw; } }

.semicircle-layer {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0; }
  .semicircle-layer img {
    width: 100%;
    vertical-align: top; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 0 !important; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  display: flex;
  justify-content: center;
  bottom: 35px; }
  .slick-dots li {
    opacity: 0.5; }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li button {
      position: relative;
      display: inline-block;
      width: 10px;
      height: 10px;
      font-size: 0;
      background-color: #fff;
      border-radius: 50%; }
      .slick-dots li button:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #EEEEEE;
        border-radius: 50%;
        content: ""; }
    .slick-dots li.slick-active {
      opacity: 1; }
      .slick-dots li.slick-active button {
        border: none; }
        .slick-dots li.slick-active button:before {
          background-color: #ffcc00; }

.slick-prev,
.slick-next {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #6B9FE8;
  z-index: 1;
  transition: all .3s; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: 0; }
  .slick-prev:hover,
  .slick-next:hover {
    background-color: #2f5baf; }
  .slick-prev span,
  .slick-next span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
    .slick-prev span:before,
    .slick-next span:before {
      position: absolute;
      top: 15px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 4px;
      content: ""; }

.slick-prev {
  left: 0; }
  @media screen and (max-width: 1050px) {
    .slick-prev {
      left: 10px; } }
  .slick-prev span:before {
    left: 17px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }

.slick-next {
  right: 0; }
  @media screen and (max-width: 1050px) {
    .slick-next {
      right: 10px; } }
  .slick-next span:before {
    left: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg) translate(-50%, -50%); }
  @media all and (-ms-high-contrast: none) {
    .slick-next {
      /* IE10 */
      /* IE11 */ }
      .slick-next span:before {
        left: 15px; }
      .slick-next *::-ms-backdrop:before,
      .slick-next span:before {
        left: 15px; } }

.ui-datepicker {
  background-color: #fff;
  padding: .8em .5em .3em; }

.ui-datepicker .ui-datepicker-title {
  font-size: 0.875rem;
  text-align: center; }

.ui-widget.ui-widget-content {
  border-radius: 5px; }

.ui-widget-header {
  border: none;
  background: inherit;
  color: #474F5F;
  font-weight: bold; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: none;
  background: #ECF0F4;
  font-weight: bold;
  color: #3B93D2;
  text-align: center;
  padding: 7px 9px;
  font-size: 0.6875rem; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
  color: #AFB4BC;
  font-size: 0.6875rem; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  left: 10px;
  cursor: pointer;
  font-size: 0.75rem; }
  .ui-datepicker .ui-datepicker-prev:hover,
  .ui-datepicker .ui-datepicker-next:hover {
    border: none;
    background-color: #fff; }

.ui-datepicker .ui-datepicker-next {
  right: 10px;
  left: auto; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  margin-top: -6px; }

.ui-icon {
  width: 10px;
  height: 10px; }

.ui-widget-content .ui-state-default:hover {
  border: 0px;
  text-align: center;
  background: #000;
  color: #fff; }

.ui-widget-content .ui-state-active {
  border: 0px;
  background: #000;
  color: #fff; }

.ui-datepicker td {
  padding: 1px; }

a.ui-state-default {
  width: 100%;
  display: block; }

/* Fade up */
.fadeup {
  opacity: 0;
  transform: translate(0, 35%);
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .fadeup.in {
    opacity: 1;
    transform: translate(0, 0); }

.fadeup2 {
  transform: translate(0, 80px);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .fadeup2.in {
    transform: translate(0, 0); }

/* Fade in */
.fadein {
  opacity: 0;
  transition: opacity 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transform: scale(0.9); }
  .fadein.in {
    opacity: 1;
    transform: scale(1); }

.fadeinlogo {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transform: scale(0); }
  .fadeinlogo.in {
    opacity: 1;
    transform: scale(1); }

/* Fade up */
.fadeleft {
  opacity: 0;
  transform: translate(-80px, 0);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .fadeleft.in {
    opacity: 1;
    transform: translate(0, 0); }

.fadeleft2 {
  transform: translate(-80px, 0);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .fadeleft2.in {
    transform: translate(0, 0); }

/* Fade up */
.faderight {
  opacity: 0;
  transform: translate(80px, 0);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .faderight.in {
    opacity: 1;
    transform: translate(0, 0); }

.faderight2 {
  transform: translate(80px, 0);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .faderight2.in {
    transform: translate(0, 0); }

.fuwafuwa {
  animation: fuwafuwa 2.5s infinite; }

.fuwafuwa-2 {
  animation: fuwafuwa-2 2.5s infinite; }

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0px); } }

@keyframes fuwafuwa-2 {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0px); } }

/* Nina */
.button--ninaWrap {
  display: inline-block;
  text-align: center;
  min-width: 154px;
  max-width: 100%;
  background: #fff;
  border-radius: 72px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .button--ninaWrap {
      width: 100%; } }

.button--nina {
  position: relative;
  display: inline-block;
  height: 55px;
  line-height: 56px;
  color: #474F5F;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  vertical-align: middle;
  font-size: 0.75rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  text-align: center; }
  .button--nina span {
    vertical-align: middle; }

.button--nina > span {
  display: inline-block;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.button--nina::before {
  content: attr(data-text);
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.button--ninaWrap:hover {
  background-color: #474F5F;
  letter-spacing: -1.5px; }

.button--ninaWrap:hover .button--nina {
  letter-spacing: -1.5px; }

.button--ninaWrap:hover .button--nina::before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.button--ninaWrap:hover .button--nina > span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.button--ninaWrap:hover .button--nina > span:nth-child(1) {
  -webkit-transition-delay: 0.045s;
  transition-delay: 0.045s; }

.button--ninaWrap:hover .button--nina > span:nth-child(2) {
  -webkit-transition-delay: 0.09s;
  transition-delay: 0.09s; }

.button--ninaWrap:hover .button--nina > span:nth-child(3) {
  -webkit-transition-delay: 0.135s;
  transition-delay: 0.135s; }

.button--ninaWrap:hover .button--nina > span:nth-child(4) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s; }

.button--ninaWrap:hover .button--nina > span:nth-child(5) {
  -webkit-transition-delay: 0.225s;
  transition-delay: 0.225s; }

.button--ninaWrap:hover .button--nina > span:nth-child(6) {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s; }

.button--ninaWrap:hover .button--nina > span:nth-child(7) {
  -webkit-transition-delay: 0.315s;
  transition-delay: 0.315s; }

.button--ninaWrap:hover .button--nina > span:nth-child(8) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s; }

.button--ninaWrap:hover .button--nina > span:nth-child(9) {
  -webkit-transition-delay: 0.405s;
  transition-delay: 0.405s; }

.button--ninaWrap:hover .button--nina > span:nth-child(10) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s; }

.button--nina:after {
  position: absolute;
  right: -2px;
  top: calc(50% - 4px);
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url(../images/common/icon-arrow-right.svg) no-repeat;
  transition: all .3s;
  content: "";
  z-index: 1; }

.button--ninaWrap:hover .button--nina:after {
  top: calc(50% - 3px);
  display: inline-block;
  transform: translateX(18px);
  background-image: url(../images/common/icon-arrow-right-white.svg); }

.button--ninaWrap--blue {
  background: #4AABB8; }
  .button--ninaWrap--blue .button--nina {
    color: #fff; }
    .button--ninaWrap--blue .button--nina span {
      color: #4AABB8; }
    .button--ninaWrap--blue .button--nina::after {
      background: url(../images/common/icon-arrow-right-white.svg) no-repeat; }
  .button--ninaWrap--blue:hover {
    background-color: #fff;
    letter-spacing: -1.5px; }
    .button--ninaWrap--blue:hover .button--nina {
      color: #4AABB8; }
      .button--ninaWrap--blue:hover .button--nina::after {
        background: url(../images/common/icon-arrow-right-blue.svg) no-repeat; }

/* ぼかしから出現 */
.blur {
  filter: blur(10px); }
  .blur.in {
    animation-name: blurAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards; }

@keyframes blurAnime {
  from {
    filter: blur(10px); }
  to {
    filter: blur(0); } }

.delay-1 {
  transition-delay: .1s; }

.delay-2 {
  transition-delay: .2s; }

.delay-3 {
  transition-delay: .3s; }

.delay-4 {
  transition-delay: .4s; }

.delay-5 {
  transition-delay: .5s; }

.delay-6 {
  transition-delay: .6s; }

.delay-7 {
  transition-delay: .7s; }

.delay-8 {
  transition-delay: .8s; }

.delay-9 {
  transition-delay: .9s; }

.delay-10 {
  transition-delay: 1s; }

.delay-11 {
  transition-delay: 1.1s; }

.delay-12 {
  transition-delay: 1.2s; }

.delay-13 {
  transition-delay: 1.3s; }

.delay-14 {
  transition-delay: 1.4s; }

.delay-15 {
  transition-delay: 1.5s; }

.delay-16 {
  transition-delay: 1.6s; }

.delay-17 {
  transition-delay: 1.7s; }

.delay-18 {
  transition-delay: 1.8s; }

.delay-19 {
  transition-delay: 1.9s; }

.delay-20 {
  transition-delay: 2.0s; }

.delay-21 {
  transition-delay: 2.1s; }

.delay-22 {
  transition-delay: 2.2s; }

.delay-23 {
  transition-delay: 2.3s; }

.delay-24 {
  transition-delay: 2.4s; }

.ani-delay-1 {
  animation-delay: .1s; }

.ani-delay-2 {
  animation-delay: .2s; }

.ani-delay-3 {
  animation-delay: .3s; }

.ani-delay-4 {
  animation-delay: .4s; }

.ani-delay-5 {
  animation-delay: .5s; }

.ani-delay-6 {
  animation-delay: .6s; }

.ani-delay-7 {
  animation-delay: .7s; }

.ani-delay-8 {
  animation-delay: .8s; }

.ani-delay-9 {
  animation-delay: .9s; }

.ani-delay-10 {
  animation-delay: 1s; }

.ani-delay-11 {
  animation-delay: 1.1s; }

.ani-delay-12 {
  animation-delay: 1.2s; }

.ani-delay-13 {
  animation-delay: 1.3s; }

.ani-delay-14 {
  animation-delay: 1.4s; }

.ani-delay-15 {
  animation-delay: 1.5s; }

.ani-delay-16 {
  animation-delay: 1.6s; }

.ani-delay-17 {
  animation-delay: 1.7s; }

.ani-delay-18 {
  animation-delay: 1.8s; }

.ani-delay-19 {
  animation-delay: 1.9s; }

.ani-delay-20 {
  animation-delay: 2.0s; }

.ani-delay-21 {
  animation-delay: 2.1s; }

.ani-delay-22 {
  animation-delay: 2.2s; }

.ani-delay-23 {
  animation-delay: 2.3s; }

.ani-delay-24 {
  animation-delay: 2.4s; }

/* -------------------
  PARTS
--------------------*/
.mgt-0 {
  margin-top: 0; }

.mgt-5 {
  margin-top: 5px; }

.mgt-10 {
  margin-top: 10px; }

.mgt-15 {
  margin-top: 15px; }

.mgt-20 {
  margin-top: 20px; }

.mgt-25 {
  margin-top: 25px; }

.mgt-30 {
  margin-top: 30px; }

.mgt-35 {
  margin-top: 35px; }

.mgt-40 {
  margin-top: 40px; }

.mgt-45 {
  margin-top: 45px; }

.mgt-50 {
  margin-top: 50px; }

.mgt-55 {
  margin-top: 55px; }

.mgt-60 {
  margin-top: 60px; }

.mgt-65 {
  margin-top: 65px; }

.mgt-70 {
  margin-top: 70px; }

.mgt-75 {
  margin-top: 75px; }

.mgt-80 {
  margin-top: 80px; }

.mgt-85 {
  margin-top: 85px; }

.mgt-90 {
  margin-top: 90px; }

.mgt-95 {
  margin-top: 95px; }

.mgt-100 {
  margin-top: 100px; }

.mgb-0 {
  margin-bottom: 0 !important; }

.mgb-5 {
  margin-bottom: 5px; }

.mgb-10 {
  margin-bottom: 10px; }

.mgb-15 {
  margin-bottom: 15px; }

.mgb-20 {
  margin-bottom: 20px; }

.mgb-25 {
  margin-bottom: 25px; }

.mgb-30 {
  margin-bottom: 30px; }

.mgb-35 {
  margin-bottom: 35px; }

.mgb-40 {
  margin-bottom: 40px; }

.mgb-45 {
  margin-bottom: 45px; }

.mgb-50 {
  margin-bottom: 50px; }

.mgb-55 {
  margin-bottom: 55px; }

.mgb-60 {
  margin-bottom: 60px; }

.mgb-65 {
  margin-bottom: 65px; }

.mgb-70 {
  margin-bottom: 70px; }

.mgb-75 {
  margin-bottom: 75px; }

.mgb-80 {
  margin-bottom: 80px; }

.mgb-85 {
  margin-bottom: 85px; }

.mgb-90 {
  margin-bottom: 90px; }

.mgb-95 {
  margin-bottom: 95px; }

.mgb-100 {
  margin-bottom: 100px; }

.mgl-0 {
  margin-left: 0; }

.mgl-1 {
  margin-left: 1px; }

.mgl-2 {
  margin-left: 2px; }

.mgl-3 {
  margin-left: 3px; }

.mgl-4 {
  margin-left: 4px; }

.mgl-5 {
  margin-left: 5px; }

.mgl-6 {
  margin-left: 6px; }

.mgl-7 {
  margin-left: 7px; }

.mgl-8 {
  margin-left: 8px; }

.mgl-9 {
  margin-left: 9px; }

.mgl-10 {
  margin-left: 10px; }

.mgr-0 {
  margin-right: 0; }

.mgr-1 {
  margin-right: 1px; }

.mgr-2 {
  margin-right: 2px; }

.mgr-3 {
  margin-right: 3px; }

.mgr-4 {
  margin-right: 4px; }

.mgr-5 {
  margin-right: 5px; }

.mgr-6 {
  margin-right: 6px; }

.mgr-7 {
  margin-right: 7px; }

.mgr-8 {
  margin-right: 8px; }

.mgr-9 {
  margin-right: 9px; }

.mgr-10 {
  margin-right: 10px; }

.mgr-20 {
  margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .mgr-20 {
      margin-right: 10px; } }

.pdt-10 {
  padding-top: 10px !important; }

.pdt-20 {
  padding-top: 20px !important; }

.pdt-30 {
  padding-top: 30px !important; }

.pdt-40 {
  padding-top: 40px !important; }

.pdt-50 {
  padding-top: 50px !important; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.m-center {
  margin: 0 auto; }

.mb-10 {
  margin-bottom: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pl-15 {
  padding-left: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pl-20 {
  padding-left: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mr-25 {
  margin-right: 25px !important; }

.ml-25 {
  margin-left: 25px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pr-25 {
  padding-right: 25px !important; }

.pl-25 {
  padding-left: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pl-30 {
  padding-left: 30px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mr-35 {
  margin-right: 35px !important; }

.ml-35 {
  margin-left: 35px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pr-35 {
  padding-right: 35px !important; }

.pl-35 {
  padding-left: 35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mr-40 {
  margin-right: 40px !important; }

.ml-40 {
  margin-left: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pl-40 {
  padding-left: 40px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mr-45 {
  margin-right: 45px !important; }

.ml-45 {
  margin-left: 45px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pr-45 {
  padding-right: 45px !important; }

.pl-45 {
  padding-left: 45px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mr-50 {
  margin-right: 50px !important; }

.ml-50 {
  margin-left: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pl-50 {
  padding-left: 50px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mr-55 {
  margin-right: 55px !important; }

.ml-55 {
  margin-left: 55px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.pt-55 {
  padding-top: 55px !important; }

.pr-55 {
  padding-right: 55px !important; }

.pl-55 {
  padding-left: 55px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mr-60 {
  margin-right: 60px !important; }

.ml-60 {
  margin-left: 60px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pr-60 {
  padding-right: 60px !important; }

.pl-60 {
  padding-left: 60px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mr-65 {
  margin-right: 65px !important; }

.ml-65 {
  margin-left: 65px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.pt-65 {
  padding-top: 65px !important; }

.pr-65 {
  padding-right: 65px !important; }

.pl-65 {
  padding-left: 65px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mr-70 {
  margin-right: 70px !important; }

.ml-70 {
  margin-left: 70px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pr-70 {
  padding-right: 70px !important; }

.pl-70 {
  padding-left: 70px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mr-75 {
  margin-right: 75px !important; }

.ml-75 {
  margin-left: 75px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pr-75 {
  padding-right: 75px !important; }

.pl-75 {
  padding-left: 75px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mr-80 {
  margin-right: 80px !important; }

.ml-80 {
  margin-left: 80px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pr-80 {
  padding-right: 80px !important; }

.pl-80 {
  padding-left: 80px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.mt-85 {
  margin-top: 85px !important; }

.mr-85 {
  margin-right: 85px !important; }

.ml-85 {
  margin-left: 85px !important; }

.pb-85 {
  padding-bottom: 85px !important; }

.pt-85 {
  padding-top: 85px !important; }

.pr-85 {
  padding-right: 85px !important; }

.pl-85 {
  padding-left: 85px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mr-90 {
  margin-right: 90px !important; }

.ml-90 {
  margin-left: 90px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pr-90 {
  padding-right: 90px !important; }

.pl-90 {
  padding-left: 90px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.mt-95 {
  margin-top: 95px !important; }

.mr-95 {
  margin-right: 95px !important; }

.ml-95 {
  margin-left: 95px !important; }

.pb-95 {
  padding-bottom: 95px !important; }

.pt-95 {
  padding-top: 95px !important; }

.pr-95 {
  padding-right: 95px !important; }

.pl-95 {
  padding-left: 95px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mr-100 {
  margin-right: 100px !important; }

.ml-100 {
  margin-left: 100px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pr-100 {
  padding-right: 100px !important; }

.pl-100 {
  padding-left: 100px !important; }

.mb-105 {
  margin-bottom: 105px !important; }

.mt-105 {
  margin-top: 105px !important; }

.mr-105 {
  margin-right: 105px !important; }

.ml-105 {
  margin-left: 105px !important; }

.pb-105 {
  padding-bottom: 105px !important; }

.pt-105 {
  padding-top: 105px !important; }

.pr-105 {
  padding-right: 105px !important; }

.pl-105 {
  padding-left: 105px !important; }

.mb-110 {
  margin-bottom: 110px !important; }

.mt-110 {
  margin-top: 110px !important; }

.mr-110 {
  margin-right: 110px !important; }

.ml-110 {
  margin-left: 110px !important; }

.pb-110 {
  padding-bottom: 110px !important; }

.pt-110 {
  padding-top: 110px !important; }

.pr-110 {
  padding-right: 110px !important; }

.pl-110 {
  padding-left: 110px !important; }

.mb-115 {
  margin-bottom: 115px !important; }

.mt-115 {
  margin-top: 115px !important; }

.mr-115 {
  margin-right: 115px !important; }

.ml-115 {
  margin-left: 115px !important; }

.pb-115 {
  padding-bottom: 115px !important; }

.pt-115 {
  padding-top: 115px !important; }

.pr-115 {
  padding-right: 115px !important; }

.pl-115 {
  padding-left: 115px !important; }

.mb-120 {
  margin-bottom: 120px !important; }

.mt-120 {
  margin-top: 120px !important; }

.mr-120 {
  margin-right: 120px !important; }

.ml-120 {
  margin-left: 120px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.pt-120 {
  padding-top: 120px !important; }

.pr-120 {
  padding-right: 120px !important; }

.pl-120 {
  padding-left: 120px !important; }

.mb-125 {
  margin-bottom: 125px !important; }

.mt-125 {
  margin-top: 125px !important; }

.mr-125 {
  margin-right: 125px !important; }

.ml-125 {
  margin-left: 125px !important; }

.pb-125 {
  padding-bottom: 125px !important; }

.pt-125 {
  padding-top: 125px !important; }

.pr-125 {
  padding-right: 125px !important; }

.pl-125 {
  padding-left: 125px !important; }

.mb-130 {
  margin-bottom: 130px !important; }

.mt-130 {
  margin-top: 130px !important; }

.mr-130 {
  margin-right: 130px !important; }

.ml-130 {
  margin-left: 130px !important; }

.pb-130 {
  padding-bottom: 130px !important; }

.pt-130 {
  padding-top: 130px !important; }

.pr-130 {
  padding-right: 130px !important; }

.pl-130 {
  padding-left: 130px !important; }

.mb-135 {
  margin-bottom: 135px !important; }

.mt-135 {
  margin-top: 135px !important; }

.mr-135 {
  margin-right: 135px !important; }

.ml-135 {
  margin-left: 135px !important; }

.pb-135 {
  padding-bottom: 135px !important; }

.pt-135 {
  padding-top: 135px !important; }

.pr-135 {
  padding-right: 135px !important; }

.pl-135 {
  padding-left: 135px !important; }

.mb-140 {
  margin-bottom: 140px !important; }

.mt-140 {
  margin-top: 140px !important; }

.mr-140 {
  margin-right: 140px !important; }

.ml-140 {
  margin-left: 140px !important; }

.pb-140 {
  padding-bottom: 140px !important; }

.pt-140 {
  padding-top: 140px !important; }

.pr-140 {
  padding-right: 140px !important; }

.pl-140 {
  padding-left: 140px !important; }

.mb-145 {
  margin-bottom: 145px !important; }

.mt-145 {
  margin-top: 145px !important; }

.mr-145 {
  margin-right: 145px !important; }

.ml-145 {
  margin-left: 145px !important; }

.pb-145 {
  padding-bottom: 145px !important; }

.pt-145 {
  padding-top: 145px !important; }

.pr-145 {
  padding-right: 145px !important; }

.pl-145 {
  padding-left: 145px !important; }

.mb-150 {
  margin-bottom: 150px !important; }

.mt-150 {
  margin-top: 150px !important; }

.mr-150 {
  margin-right: 150px !important; }

.ml-150 {
  margin-left: 150px !important; }

.pb-150 {
  padding-bottom: 150px !important; }

.pt-150 {
  padding-top: 150px !important; }

.pr-150 {
  padding-right: 150px !important; }

.pl-150 {
  padding-left: 150px !important; }

.mb-155 {
  margin-bottom: 155px !important; }

.mt-155 {
  margin-top: 155px !important; }

.mr-155 {
  margin-right: 155px !important; }

.ml-155 {
  margin-left: 155px !important; }

.pb-155 {
  padding-bottom: 155px !important; }

.pt-155 {
  padding-top: 155px !important; }

.pr-155 {
  padding-right: 155px !important; }

.pl-155 {
  padding-left: 155px !important; }

.mb-160 {
  margin-bottom: 160px !important; }

.mt-160 {
  margin-top: 160px !important; }

.mr-160 {
  margin-right: 160px !important; }

.ml-160 {
  margin-left: 160px !important; }

.pb-160 {
  padding-bottom: 160px !important; }

.pt-160 {
  padding-top: 160px !important; }

.pr-160 {
  padding-right: 160px !important; }

.pl-160 {
  padding-left: 160px !important; }

.mb-165 {
  margin-bottom: 165px !important; }

.mt-165 {
  margin-top: 165px !important; }

.mr-165 {
  margin-right: 165px !important; }

.ml-165 {
  margin-left: 165px !important; }

.pb-165 {
  padding-bottom: 165px !important; }

.pt-165 {
  padding-top: 165px !important; }

.pr-165 {
  padding-right: 165px !important; }

.pl-165 {
  padding-left: 165px !important; }

.mb-170 {
  margin-bottom: 170px !important; }

.mt-170 {
  margin-top: 170px !important; }

.mr-170 {
  margin-right: 170px !important; }

.ml-170 {
  margin-left: 170px !important; }

.pb-170 {
  padding-bottom: 170px !important; }

.pt-170 {
  padding-top: 170px !important; }

.pr-170 {
  padding-right: 170px !important; }

.pl-170 {
  padding-left: 170px !important; }

.mb-175 {
  margin-bottom: 175px !important; }

.mt-175 {
  margin-top: 175px !important; }

.mr-175 {
  margin-right: 175px !important; }

.ml-175 {
  margin-left: 175px !important; }

.pb-175 {
  padding-bottom: 175px !important; }

.pt-175 {
  padding-top: 175px !important; }

.pr-175 {
  padding-right: 175px !important; }

.pl-175 {
  padding-left: 175px !important; }

.mb-180 {
  margin-bottom: 180px !important; }

.mt-180 {
  margin-top: 180px !important; }

.mr-180 {
  margin-right: 180px !important; }

.ml-180 {
  margin-left: 180px !important; }

.pb-180 {
  padding-bottom: 180px !important; }

.pt-180 {
  padding-top: 180px !important; }

.pr-180 {
  padding-right: 180px !important; }

.pl-180 {
  padding-left: 180px !important; }

.mb-185 {
  margin-bottom: 185px !important; }

.mt-185 {
  margin-top: 185px !important; }

.mr-185 {
  margin-right: 185px !important; }

.ml-185 {
  margin-left: 185px !important; }

.pb-185 {
  padding-bottom: 185px !important; }

.pt-185 {
  padding-top: 185px !important; }

.pr-185 {
  padding-right: 185px !important; }

.pl-185 {
  padding-left: 185px !important; }

.mb-190 {
  margin-bottom: 190px !important; }

.mt-190 {
  margin-top: 190px !important; }

.mr-190 {
  margin-right: 190px !important; }

.ml-190 {
  margin-left: 190px !important; }

.pb-190 {
  padding-bottom: 190px !important; }

.pt-190 {
  padding-top: 190px !important; }

.pr-190 {
  padding-right: 190px !important; }

.pl-190 {
  padding-left: 190px !important; }

.mb-195 {
  margin-bottom: 195px !important; }

.mt-195 {
  margin-top: 195px !important; }

.mr-195 {
  margin-right: 195px !important; }

.ml-195 {
  margin-left: 195px !important; }

.pb-195 {
  padding-bottom: 195px !important; }

.pt-195 {
  padding-top: 195px !important; }

.pr-195 {
  padding-right: 195px !important; }

.pl-195 {
  padding-left: 195px !important; }

.mb-200 {
  margin-bottom: 200px !important; }

.mt-200 {
  margin-top: 200px !important; }

.mr-200 {
  margin-right: 200px !important; }

.ml-200 {
  margin-left: 200px !important; }

.pb-200 {
  padding-bottom: 200px !important; }

.pt-200 {
  padding-top: 200px !important; }

.pr-200 {
  padding-right: 200px !important; }

.pl-200 {
  padding-left: 200px !important; }

.mb-205 {
  margin-bottom: 205px !important; }

.mt-205 {
  margin-top: 205px !important; }

.mr-205 {
  margin-right: 205px !important; }

.ml-205 {
  margin-left: 205px !important; }

.pb-205 {
  padding-bottom: 205px !important; }

.pt-205 {
  padding-top: 205px !important; }

.pr-205 {
  padding-right: 205px !important; }

.pl-205 {
  padding-left: 205px !important; }

.mb-210 {
  margin-bottom: 210px !important; }

.mt-210 {
  margin-top: 210px !important; }

.mr-210 {
  margin-right: 210px !important; }

.ml-210 {
  margin-left: 210px !important; }

.pb-210 {
  padding-bottom: 210px !important; }

.pt-210 {
  padding-top: 210px !important; }

.pr-210 {
  padding-right: 210px !important; }

.pl-210 {
  padding-left: 210px !important; }

.mb-215 {
  margin-bottom: 215px !important; }

.mt-215 {
  margin-top: 215px !important; }

.mr-215 {
  margin-right: 215px !important; }

.ml-215 {
  margin-left: 215px !important; }

.pb-215 {
  padding-bottom: 215px !important; }

.pt-215 {
  padding-top: 215px !important; }

.pr-215 {
  padding-right: 215px !important; }

.pl-215 {
  padding-left: 215px !important; }

.mb-220 {
  margin-bottom: 220px !important; }

.mt-220 {
  margin-top: 220px !important; }

.mr-220 {
  margin-right: 220px !important; }

.ml-220 {
  margin-left: 220px !important; }

.pb-220 {
  padding-bottom: 220px !important; }

.pt-220 {
  padding-top: 220px !important; }

.pr-220 {
  padding-right: 220px !important; }

.pl-220 {
  padding-left: 220px !important; }

.mb-225 {
  margin-bottom: 225px !important; }

.mt-225 {
  margin-top: 225px !important; }

.mr-225 {
  margin-right: 225px !important; }

.ml-225 {
  margin-left: 225px !important; }

.pb-225 {
  padding-bottom: 225px !important; }

.pt-225 {
  padding-top: 225px !important; }

.pr-225 {
  padding-right: 225px !important; }

.pl-225 {
  padding-left: 225px !important; }

.mb-230 {
  margin-bottom: 230px !important; }

.mt-230 {
  margin-top: 230px !important; }

.mr-230 {
  margin-right: 230px !important; }

.ml-230 {
  margin-left: 230px !important; }

.pb-230 {
  padding-bottom: 230px !important; }

.pt-230 {
  padding-top: 230px !important; }

.pr-230 {
  padding-right: 230px !important; }

.pl-230 {
  padding-left: 230px !important; }

.mb-235 {
  margin-bottom: 235px !important; }

.mt-235 {
  margin-top: 235px !important; }

.mr-235 {
  margin-right: 235px !important; }

.ml-235 {
  margin-left: 235px !important; }

.pb-235 {
  padding-bottom: 235px !important; }

.pt-235 {
  padding-top: 235px !important; }

.pr-235 {
  padding-right: 235px !important; }

.pl-235 {
  padding-left: 235px !important; }

.mb-240 {
  margin-bottom: 240px !important; }

.mt-240 {
  margin-top: 240px !important; }

.mr-240 {
  margin-right: 240px !important; }

.ml-240 {
  margin-left: 240px !important; }

.pb-240 {
  padding-bottom: 240px !important; }

.pt-240 {
  padding-top: 240px !important; }

.pr-240 {
  padding-right: 240px !important; }

.pl-240 {
  padding-left: 240px !important; }

.mb-245 {
  margin-bottom: 245px !important; }

.mt-245 {
  margin-top: 245px !important; }

.mr-245 {
  margin-right: 245px !important; }

.ml-245 {
  margin-left: 245px !important; }

.pb-245 {
  padding-bottom: 245px !important; }

.pt-245 {
  padding-top: 245px !important; }

.pr-245 {
  padding-right: 245px !important; }

.pl-245 {
  padding-left: 245px !important; }

.mb-250 {
  margin-bottom: 250px !important; }

.mt-250 {
  margin-top: 250px !important; }

.mr-250 {
  margin-right: 250px !important; }

.ml-250 {
  margin-left: 250px !important; }

.pb-250 {
  padding-bottom: 250px !important; }

.pt-250 {
  padding-top: 250px !important; }

.pr-250 {
  padding-right: 250px !important; }

.pl-250 {
  padding-left: 250px !important; }

.mb-255 {
  margin-bottom: 255px !important; }

.mt-255 {
  margin-top: 255px !important; }

.mr-255 {
  margin-right: 255px !important; }

.ml-255 {
  margin-left: 255px !important; }

.pb-255 {
  padding-bottom: 255px !important; }

.pt-255 {
  padding-top: 255px !important; }

.pr-255 {
  padding-right: 255px !important; }

.pl-255 {
  padding-left: 255px !important; }

.mb-260 {
  margin-bottom: 260px !important; }

.mt-260 {
  margin-top: 260px !important; }

.mr-260 {
  margin-right: 260px !important; }

.ml-260 {
  margin-left: 260px !important; }

.pb-260 {
  padding-bottom: 260px !important; }

.pt-260 {
  padding-top: 260px !important; }

.pr-260 {
  padding-right: 260px !important; }

.pl-260 {
  padding-left: 260px !important; }

.mb-265 {
  margin-bottom: 265px !important; }

.mt-265 {
  margin-top: 265px !important; }

.mr-265 {
  margin-right: 265px !important; }

.ml-265 {
  margin-left: 265px !important; }

.pb-265 {
  padding-bottom: 265px !important; }

.pt-265 {
  padding-top: 265px !important; }

.pr-265 {
  padding-right: 265px !important; }

.pl-265 {
  padding-left: 265px !important; }

.mb-270 {
  margin-bottom: 270px !important; }

.mt-270 {
  margin-top: 270px !important; }

.mr-270 {
  margin-right: 270px !important; }

.ml-270 {
  margin-left: 270px !important; }

.pb-270 {
  padding-bottom: 270px !important; }

.pt-270 {
  padding-top: 270px !important; }

.pr-270 {
  padding-right: 270px !important; }

.pl-270 {
  padding-left: 270px !important; }

.mb-275 {
  margin-bottom: 275px !important; }

.mt-275 {
  margin-top: 275px !important; }

.mr-275 {
  margin-right: 275px !important; }

.ml-275 {
  margin-left: 275px !important; }

.pb-275 {
  padding-bottom: 275px !important; }

.pt-275 {
  padding-top: 275px !important; }

.pr-275 {
  padding-right: 275px !important; }

.pl-275 {
  padding-left: 275px !important; }

.mb-280 {
  margin-bottom: 280px !important; }

.mt-280 {
  margin-top: 280px !important; }

.mr-280 {
  margin-right: 280px !important; }

.ml-280 {
  margin-left: 280px !important; }

.pb-280 {
  padding-bottom: 280px !important; }

.pt-280 {
  padding-top: 280px !important; }

.pr-280 {
  padding-right: 280px !important; }

.pl-280 {
  padding-left: 280px !important; }

.mb-285 {
  margin-bottom: 285px !important; }

.mt-285 {
  margin-top: 285px !important; }

.mr-285 {
  margin-right: 285px !important; }

.ml-285 {
  margin-left: 285px !important; }

.pb-285 {
  padding-bottom: 285px !important; }

.pt-285 {
  padding-top: 285px !important; }

.pr-285 {
  padding-right: 285px !important; }

.pl-285 {
  padding-left: 285px !important; }

.mb-290 {
  margin-bottom: 290px !important; }

.mt-290 {
  margin-top: 290px !important; }

.mr-290 {
  margin-right: 290px !important; }

.ml-290 {
  margin-left: 290px !important; }

.pb-290 {
  padding-bottom: 290px !important; }

.pt-290 {
  padding-top: 290px !important; }

.pr-290 {
  padding-right: 290px !important; }

.pl-290 {
  padding-left: 290px !important; }

.mb-295 {
  margin-bottom: 295px !important; }

.mt-295 {
  margin-top: 295px !important; }

.mr-295 {
  margin-right: 295px !important; }

.ml-295 {
  margin-left: 295px !important; }

.pb-295 {
  padding-bottom: 295px !important; }

.pt-295 {
  padding-top: 295px !important; }

.pr-295 {
  padding-right: 295px !important; }

.pl-295 {
  padding-left: 295px !important; }

/* -------------------
  Date, time, phone
--------------------*/
@media screen and (max-width: 767px) {
  .table2 {
    overflow-x: auto; } }

.table2 table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

.table2 th {
  background-color: #F2F5F7;
  border: 1px solid #E6EEF2;
  box-sizing: border-box;
  font-weight: 700;
  padding: 20px 15px;
  width: 185px; }

.table2 td {
  border: 1px solid #E6EEF2;
  box-sizing: border-box;
  padding: 20px 15px; }

@media screen and (max-width: 767px) {
  .table2.type2 table {
    width: 220vw; } }

.table {
  font-size: 0.75rem;
  color: #474F5F; }
  .tableWrap2 {
    max-height: 400px;
    overflow-y: auto; }
    @media screen and (max-width: 767px) {
      .tableWrap2 {
        max-height: 200px; } }
  @media screen and (max-width: 767px) {
    .tableWrap {
      width: 220vw;
      overflow: auto; } }
  .table thead {
    background-color: #F4F4F4;
    font-weight: bold; }
    .table thead th {
      text-align: center; }
  .table tbody tr {
    border-bottom: solid 1px #EBEBEB; }
  .table th.t_date {
    width: 130px; }
    @media screen and (max-width: 767px) {
      .table th.t_date {
        width: 155px; } }
  @media screen and (max-width: 767px) {
    .table th.t_name {
      width: 130px; } }
  .table th.t_review {
    width: 95px; }
    @media screen and (max-width: 767px) {
      .table th.t_review {
        width: 100px; } }
  .table th.t_points {
    width: 80px; }
  .table th.t_detail {
    width: 60px; }
  .table th.t_cbox {
    width: 45px;
    padding-right: 0; }
    @media screen and (max-width: 767px) {
      .table th.t_cbox {
        width: 35px; } }
  .table th.t_think {
    width: 180px;
    padding-right: 0; }
    @media screen and (max-width: 767px) {
      .table th.t_think {
        width: auto; } }
  .table td {
    vertical-align: middle; }
    .table td.t_cbox {
      padding-right: 0; }

.table > :not(caption) > * > * {
  padding: 10px 15px; }
  @media screen and (max-width: 767px) {
    .table > :not(caption) > * > * {
      padding: 10px; } }

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

.align-left {
  text-align: left !important; }

.align-right {
  text-align: right; }

.align-top {
  align-items: flex-start !important; }

.cc {
  display: flex;
  justify-content: center;
  align-items: center; }

.d_flex {
  display: flex; }
  .d_flex.between {
    justify-content: space-between; }
  .d_flex.center {
    justify-content: center; }
  @media screen and (max-width: 767px) {
    .d_flex {
      display: block; } }

.d_flex2 {
  display: flex;
  align-items: center; }

.d_flex3 {
  display: flex;
  justify-content: center; }

.col2-75 {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .col2-75 {
      display: block; } }
  @media screen and (max-width: 767px) {
    .col2-75--left {
      width: 100%;
      margin-bottom: 20px; } }
  .col2-75--right {
    width: 25%;
    margin-left: 20px;
    flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .col2-75--right {
        width: 100%;
        margin-left: 0; } }

.col2-25 {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .col2-25 {
      display: block; } }
  .col2-25--left {
    width: 25%;
    margin-right: 20px;
    flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .col2-25--left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .col2-25--right {
      width: 100%;
      margin-bottom: 20px; } }

.col2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media screen and (max-width: 767px) {
    .col2 {
      display: block;
      margin: 0; } }
  .col2-item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .col2-item {
        width: 100%;
        padding: 0; } }
    .col2-item--inner {
      display: block; }

.col3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media screen and (max-width: 767px) {
    .col3 {
      display: block;
      margin: 0; } }
  .col3-item {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .col3-item {
        width: 100%;
        padding: 0; } }
    .col3-item--inner {
      display: block; }

.col4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media screen and (max-width: 767px) {
    .col4 {
      display: block;
      margin: 0; } }
  .col4-item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .col4-item {
        width: 100%;
        padding: 0; } }
    .col4-item--inner {
      display: block; }

.col5 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media screen and (max-width: 767px) {
    .col5 {
      display: block;
      margin: 0; } }
  .col5-item {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .col5-item {
        width: 100%;
        padding: 0; } }
    .col5-item--inner {
      display: block; }

.pagination {
  line-height: 1;
  padding: 80px 0 0;
  font-size: 20px; }
  .pagination .wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; }
    .pagination .wp-pagenavi .page,
    .pagination .wp-pagenavi .current {
      margin: 0 5px;
      color: #320f00;
      display: flex;
      justify-content: center;
      align-items: center; }
      .pagination .wp-pagenavi .page:hover,
      .pagination .wp-pagenavi .current:hover {
        opacity: 0.7; }
    .pagination .wp-pagenavi .current {
      font-weight: 700;
      color: #aa5064; }
      .pagination .wp-pagenavi .current:hover {
        opacity: 1; }
    .pagination .wp-pagenavi .nextpostslink,
    .pagination .wp-pagenavi .last,
    .pagination .wp-pagenavi .previouspostslink,
    .pagination .wp-pagenavi .first {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      .pagination .wp-pagenavi .nextpostslink:before,
      .pagination .wp-pagenavi .last:before,
      .pagination .wp-pagenavi .previouspostslink:before,
      .pagination .wp-pagenavi .first:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 7px; }
      .pagination .wp-pagenavi .nextpostslink:hover,
      .pagination .wp-pagenavi .last:hover,
      .pagination .wp-pagenavi .previouspostslink:hover,
      .pagination .wp-pagenavi .first:hover {
        opacity: 0.7; }
    .pagination .wp-pagenavi .nextpostslink {
      margin: 0 5px; }
      .pagination .wp-pagenavi .nextpostslink:before {
        content: url(../images/pagination/arrow-right.svg); }
    .pagination .wp-pagenavi .last {
      margin: 0 5px; }
      .pagination .wp-pagenavi .last:before {
        content: url(../images/pagination/arrow-right2.svg); }
    .pagination .wp-pagenavi .previouspostslink {
      margin: 0 5px; }
      .pagination .wp-pagenavi .previouspostslink:before {
        content: url(../images/pagination/arrow-left.svg); }
    .pagination .wp-pagenavi .first {
      margin: 0 5px; }
      .pagination .wp-pagenavi .first:before {
        content: url(../images/pagination/arrow-left2.svg); }
  .pagination.white .wp-pagenavi .page {
    color: #fff; }
  .pagination.white .wp-pagenavi .nextpostslink {
    margin: 0 15px; }
    .pagination.white .wp-pagenavi .nextpostslink:before {
      content: url(../images/pagination/right-white.svg); }
  .pagination.white .wp-pagenavi .last {
    margin: 0 10px; }
    .pagination.white .wp-pagenavi .last:before {
      content: url(../images/pagination/right2-white.svg); }
  .pagination.white .wp-pagenavi .previouspostslink {
    margin: 0 15px; }
    .pagination.white .wp-pagenavi .previouspostslink:before {
      content: url(../images/pagination/left-white.svg); }
  .pagination.white .wp-pagenavi .first {
    margin: 0 10px; }
    .pagination.white .wp-pagenavi .first:before {
      content: url(../images/pagination/left2-white.svg); }

/* -------------------
	BREADCRUMB
--------------------*/
.breadcrumb {
  margin-top: 22px;
  padding: 0 30px; }
  @media screen and (max-width: 1050px) {
    .breadcrumb {
      white-space: nowrap;
      overflow-x: auto;
      margin-top: 5px;
      margin-bottom: 12px; } }
  @media screen and (max-width: 1050px) {
    .breadcrumb {
      padding: 0 8px; } }
  .breadcrumb-wrapper {
    padding-top: 15px; }
    @media screen and (max-width: 1050px) {
      .breadcrumb-wrapper {
        padding: 0 0 5px 0; } }
  .breadcrumb ul li {
    display: inline-block;
    font-size: 0.75rem;
    position: relative;
    padding-right: 20px;
    color: #000; }
    .breadcrumb ul li a {
      display: inline-block;
      color: #68A0FA;
      transition: all .3s; }
      .breadcrumb ul li a:hover {
        opacity: .8; }
    .breadcrumb ul li:last-child {
      padding-right: 0; }
      .breadcrumb ul li:last-child:before {
        display: none; }
    .breadcrumb ul li:before {
      display: inline-block;
      position: absolute;
      top: 7px;
      right: 4px;
      width: 4px;
      height: 5px;
      background: url(../images/common/icon-breadcrumb.svg) center center/100% 100% no-repeat;
      content: ""; }
    @media screen and (max-width: 1050px) {
      .breadcrumb ul li {
        margin-bottom: 8px; } }
    .breadcrumb ul li a {
      transition: all .3s; }
      .breadcrumb ul li a:hover {
        opacity: .7; }

/* -------------------
  THUMBNAIL, IMAGE
--------------------*/
.thumb-ttl {
  margin-top: 10px; }

/* -------------------
  PAGE TOP
--------------------*/
/* -------------------
  ACCORDION
--------------------*/
.accordion-label {
  background: #F2F5F7;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  height: 65px;
  align-items: center;
  padding: 25px 70px 25px 20px;
  position: relative;
  transition: all 0.6s; }
  .accordion-label:after {
    position: absolute;
    right: 20px;
    top: 50%;
    display: inline-block;
    border: solid #939393;
    border-width: 0 0 2px 2px;
    display: inline-block;
    padding: 2px;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transition: all .25s;
    content: ""; }
  .accordion-label.active:after {
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg); }

.accordion-cnt {
  display: none;
  padding: 25px 70px 25px 20px; }

/* -------------------
  TABS
--------------------*/
@media screen and (max-width: 1050px) {
  .tabs-navWrapper {
    white-space: nowrap;
    overflow-x: auto; } }

.tabs-nav {
  display: flex;
  width: 100%; }

.tabs-item {
  width: 220px;
  max-width: 100%;
  font-size: 1.125rem;
  color: #818181;
  background-color: #EBEBEB;
  margin-right: 8px;
  padding: 17px 15px;
  cursor: pointer;
  text-align: center;
  transition: all .3s; }
  @media screen and (max-width: 767px) {
    .tabs-item {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 33.33%;
      margin-right: 0;
      font-size: 0.875rem; } }
  .tabs-item:last-child {
    margin-right: 0; }
  .tabs-item.active, .tabs-item:hover {
    color: #5DC1CF;
    background-color: #fff; }
  @media screen and (max-width: 767px) {
    .tabs-item.type2 {
      width: 50%; } }
  .tabs-item.type3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 126px;
    max-width: 20%;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 17px 3px;
    margin-right: 0; }
    @media screen and (max-width: 767px) {
      .tabs-item.type3 {
        max-width: 100%;
        width: 100%;
        font-size: 0.75rem; } }

.tabs-cnt {
  background-color: #fff;
  padding: 30px 20px 0; }
  .tabs-cnt.type2 {
    padding-bottom: 40px; }
  .tabs-cnt.type3 {
    padding-left: 0;
    padding-right: 0; }
  @media screen and (max-width: 767px) {
    .tabs-cnt.type4 {
      padding-left: 0;
      padding-right: 0; } }

@media screen and (max-width: 1050px) {
  .tabs2-navWrapper {
    white-space: nowrap;
    overflow-x: auto; } }

.tabs2-nav {
  margin: 0 auto;
  padding: 0 2vw; }

.tabs2-item {
  padding: 20px 15px;
  color: #474F5F;
  font-size: 1.5rem;
  font-weight: bold;
  background: none;
  cursor: pointer;
  text-align: center;
  transition: all .3s; }
  @media screen and (max-width: 1050px) {
    .tabs2-item {
      font-size: 1.25rem; } }
  .tabs2-item span {
    padding-top: 42px;
    background: url(../images/common/icon-fac-black.svg) top center no-repeat; }
  @media screen and (min-width: 1051px) {
    .tabs2-item {
      cursor: auto; } }

.tabs2-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  background: url(../images/top/bg-tabItem-blue.svg) no-repeat;
  background-size: 100% 100%;
  margin: 0 0 7px; }
  .tabs2-title-type2 {
    background-image: url(../images/top/bg-tabItem-pink.svg); }
    .tabs2-title-type2 span {
      background: url(../images/common/icon-doc-black.svg) top center no-repeat; }
  @media screen and (max-width: 1050px) {
    .tabs2-title {
      height: 39vw; } }

.tabs2-cnt {
  display: flex;
  background-color: #fff;
  margin: 7px 0 0; }

.tabs2-panel {
  width: 50%;
  padding: 0 15px; }

.tabs2-menu .thumb {
  position: relative;
  background: url(../images/top/bg-card-blue.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  height: 139px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 20px; }
  @media screen and (max-width: 767px) {
    .tabs2-menu .thumb {
      height: 29vw; } }
  .tabs2-menu .thumb figcaption {
    font-size: 0.9375rem;
    font-weight: 700;
    position: absolute;
    bottom: 15px;
    display: block;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 1050px) {
      .tabs2-menu .thumb figcaption {
        font-size: 0.8125rem;
        bottom: 12px; } }
  @media screen and (max-width: 1050px) {
    .tabs2-menu .thumb img {
      max-width: 65%;
      max-height: 65%; } }

.tabs2-menu-type2 .thumb {
  background-image: url(../images/top/bg-card-green.png); }

@media screen and (max-width: 1050px) {
  .tabs2-menu {
    display: flex;
    flex-flow: row wrap; } }

.tabs2-menu li {
  width: 32%;
  margin: 0 calc(4% / 2) 10px 0; }
  .tabs2-menu li:nth-of-type(3n) {
    margin: 0 0 10px 0; }

.modal-complete {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  padding: 0;
  margin: 0;
  color: #ffffff;
  background: #191b1d;
  opacity: 0.8;
  border-radius: 3px;
  z-index: 8000; }
  .modal-complete--cnt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%; }
    .modal-complete--cnt-icon {
      text-align: center; }
      .modal-complete--cnt-icon img {
        width: 46px; }
    .modal-complete--cnt-msg {
      margin-top: 20px;
      font-size: 0.875rem;
      line-height: 1.25rem;
      text-align: center; }

.btn-close {
  background: #818181 url(../images/common/icon-x.svg) center center no-repeat;
  opacity: 1;
  border-radius: 50%; }

.modal-dialog.type2 {
  max-width: 600px; }

.modal-confirm {
  width: 335px;
  max-width: 100%;
  padding: 5px 20px 25px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .modal-confirm {
      padding-bottom: 35px; } }
  .modal-confirm .modal-header {
    margin-bottom: 30px;
    border-bottom: none;
    padding-right: 0; }
  .modal-confirm .btn-white {
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .modal-confirm .btn-white {
        margin-bottom: 20px; } }
  .modal-confirm .btn-blue {
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .modal-confirm .btn-blue {
        margin-bottom: 25px; } }
  .modal-confirm .btn-white,
  .modal-confirm .btn-blue {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    padding: 0; }
  .modal-confirm--ttl {
    color: #474f5f;
    font-weight: bold;
    margin-bottom: 15px; }
  .modal-confirm--msg {
    margin-bottom: 30px;
    font-size: 0.875rem; }
  .modal-confirm--close {
    color: #68a0fa;
    font-size: 0.75rem;
    cursor: pointer; }

.modal-backdrop.show {
  opacity: 0.8; }

.modal-colection {
  width: 600px;
  max-width: 95%;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .modal-colection {
      padding-bottom: 35px; } }
  .modal-colection .btn-close {
    margin-right: 0;
    padding: 0;
    background: url(../images/common/icon-x.svg) center center no-repeat; }
  .modal-colection .modal-header {
    padding: 15px 20px;
    margin-bottom: 30px;
    border-bottom: none;
    background-color: #5dc1cf; }
    .modal-colection .modal-header--ttl {
      font-size: 1rem;
      line-height: 1;
      font-weight: bold;
      color: #fff; }
  .modal-colection--close {
    color: #68a0fa;
    font-size: 0.75rem;
    cursor: pointer; }
  .modal-colection--list {
    padding: 10px 30px 20px; }
    .modal-colection--list-row {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px; }
      .modal-colection--list-row-item {
        width: 33.33%;
        padding: 10px; }
        @media screen and (max-width: 767px) {
          .modal-colection--list-row-item {
            width: 100%; } }
        .modal-colection--list-row-item a {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 60px;
          padding-bottom: 20px;
          font-size: 1rem;
          font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
          color: #474f5f;
          border: solid 1px #5dc1cf;
          background-color: #f4f4f4;
          border-radius: 2px;
          transition: all 0.25s; }
          @media screen and (max-width: 767px) {
            .modal-colection--list-row-item a {
              padding: 0 15px 0 45px; } }
          .modal-colection--list-row-item a:hover {
            opacity: 0.7; }
          .modal-colection--list-row-item a:after {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            display: block;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            border: solid 1px #5dc1cf;
            content: ""; }
            @media screen and (max-width: 767px) {
              .modal-colection--list-row-item a:after {
                left: 25px;
                top: 50%;
                transform: translate(0, -50%); } }
        .modal-colection--list-row-item.disable a {
          color: #c7c7c7;
          border-color: #ebebeb;
          background-color: #ebebeb; }
          .modal-colection--list-row-item.disable a:after {
            width: 6px;
            height: 2px;
            bottom: 16px;
            background-color: #c7c7c7;
            border: none; }
        .modal-colection--list-row-item.cancel a {
          color: #c7c7c7;
          border-color: #ebebeb;
          background-color: #f4f4f4; }
          .modal-colection--list-row-item.cancel a:after {
            width: auto;
            height: auto;
            bottom: 5px;
            font-size: 1.25rem;
            background: none;
            border: none;
            color: #5dc1cf;
            font-weight: normal;
            content: "×"; }

.modal-find {
  max-width: 1000px; }
  .modal-find .modal-header {
    border-bottom: none; }
  .modal-find .checkboxWrap label {
    width: 100%;
    padding-left: 28px;
    color: #818181;
    font-size: 0.875rem; }
  .modal-find .checkboxWrap-outer {
    position: relative;
    display: block;
    text-align: left;
    padding-right: 28px;
    padding: 15px 28px 15px 15px;
    margin-right: 0;
    width: 100%;
    background-color: #fff; }
    .modal-find .checkboxWrap-outer:hover {
      background-color: #effdf9; }
      .modal-find .checkboxWrap-outer:hover .checkboxWrap label {
        color: #5dc1cf; }
    .modal-find .checkboxWrap-outer:after {
      position: absolute;
      top: 50%;
      right: 22px;
      transform: translateY(-50%);
      display: block;
      width: 5px;
      height: 10px;
      background: url(../images/common/icon-arrow-right-blue.svg) no-repeat;
      background-size: contain;
      content: ""; }
  .modal-find .tabs {
    display: flex;
    padding: 0 40px 40px; }
    .modal-find .tabs-navWrapper {
      display: flex;
      flex-wrap: wrap;
      width: 30%;
      min-width: 200px;
      flex-shrink: 0;
      border-right: solid 1px #ebebeb; }
    .modal-find .tabs-nav {
      display: flex;
      flex-wrap: wrap;
      flex-flow: column; }
    .modal-find .tabs-cnt {
      padding: 0;
      width: 100%; }
      .modal-find .tabs-cnt--list {
        display: flex;
        flex-wrap: wrap;
        height: 550px;
        overflow-y: auto; }
      .modal-find .tabs-cnt--item {
        width: 50%;
        background-color: #fafafa; }
        .modal-find .tabs-cnt--item:nth-child(2n + 1) {
          border-right: solid 1px #ebebeb; }
  .modal-find--foot {
    text-align: center;
    padding-bottom: 30px; }
    .modal-find--foot-direct {
      margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  .modal-form .container6 {
    padding: 0 20px; } }

.modal-form .form-search {
  margin-bottom: 10px; }
  .modal-form .form-search .input.hasBtn {
    font-size: 0.875rem; }

.modal-form .form-search02--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 30px; }
  @media screen and (max-width: 767px) {
    .modal-form .form-search02--inner {
      display: block; } }

@media screen and (max-width: 767px) {
  .modal-form .form-search02--label {
    text-align: left;
    margin-bottom: 8px; } }

.modal-form .form-search02--cnt .form-input {
  display: flex;
  align-items: center; }
  .modal-form .form-search02--cnt .form-input .input._date {
    width: 170px;
    margin-left: 30px; }

/* -------------------
  SLICK SLIDER
--------------------*/
body .slick-prev,
body .slick-next {
  width: 16px;
  height: 30px;
  top: 50%;
  bottom: auto;
  border-radius: 0;
  transform: translate(0, -50%); }
  @media screen and (max-width: 767px) {
    body .slick-prev,
    body .slick-next {
      width: 8px;
      height: 15px; } }

body .slick-prev {
  left: -20px; }
  @media screen and (max-width: 767px) {
    body .slick-prev {
      left: 10px; } }
  body .slick-prev:before {
    content: "";
    display: block;
    opacity: 1;
    width: 100%;
    height: 100%;
    background: url(../images/slick/arrow-left.svg) no-repeat center center;
    background-size: cover; }

body .slick-next {
  right: -20px; }
  @media screen and (max-width: 767px) {
    body .slick-next {
      right: 10px; } }
  body .slick-next:before {
    content: "";
    display: block;
    opacity: 1;
    width: 100%;
    height: 100%;
    background: url(../images/slick/arrow-right.svg) no-repeat center center;
    background-size: cover; }

body .slick-dots {
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0); }
  @media screen and (max-width: 767px) {
    body .slick-dots {
      bottom: -40px; } }
  body .slick-dots li {
    bottom: 0 !important;
    width: 40px;
    height: 3px;
    margin: 0 3px;
    padding: 0;
    opacity: 1;
    cursor: pointer; }
    body .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 100%;
      height: 100%;
      padding: 0;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      body .slick-dots li button:before {
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        width: 100%;
        height: 100%;
        border-radius: 0;
        content: "" !important;
        display: block;
        background-color: #ccc;
        text-align: center;
        opacity: 1;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    body .slick-dots li.slick-active button:before {
      background-color: #aa5064; }

.l-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 20px 0;
  background: rgba(50, 15, 0, 0);
  transition: all 0.3s ease 0s; }
  .l-header.fixed {
    background: rgba(50, 15, 0, 0.8); }
  .l-header.bbw {
    border-bottom: 1px solid #fff; }
  .l-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5vw; }
  .l-header__logo {
    position: relative;
    z-index: 7; }
    .l-header__logo img {
      width: 330px; }
      @media screen and (max-width: 767px) {
        .l-header__logo img {
          width: 42.66667vw; } }
  .l-header__navset {
    line-height: 2; }
    .l-header__navset .line-1 {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .l-header__navset .line-1 {
          display: none; } }
      .l-header__navset .line-1 .tel a {
        display: flex;
        color: #fff;
        font-size: 20px; }
        .l-header__navset .line-1 .tel a .icon {
          margin-right: 5px;
          position: relative;
          top: -2px; }
          .l-header__navset .line-1 .tel a .icon img {
            width: 16px;
            vertical-align: middle; }
      .l-header__navset .line-1 .open {
        padding: 0 30px; }
        .l-header__navset .line-1 .open .time {
          font-size: 14px; }
        .l-header__navset .line-1 .open .close-ttl {
          font-size: 12px;
          border: 1px solid #fff;
          padding: 0 5px;
          margin: 0 5px 0 10px; }
        .l-header__navset .line-1 .open .close-cnt {
          font-size: 13px; }
      .l-header__navset .line-1 .access a {
        display: flex;
        color: #fff;
        font-size: 13px; }
        .l-header__navset .line-1 .access a .icon {
          margin-right: 5px; }
          .l-header__navset .line-1 .access a .icon img {
            width: 15.4px;
            vertical-align: middle; }
      .l-header__navset .line-1 .sns-list {
        display: flex;
        gap: 10px;
        align-items: center;
        padding-left: 20px; }
        .l-header__navset .line-1 .sns-list > li {
          width: 40px; }

.gnav__list {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin: 0; }

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

.gnav__item a {
  color: #fff; }

@media screen and (max-width: 767px) {
  .gnav__item.contact {
    display: block; } }

.gnav__item.contact a {
  border: 1px solid #fff;
  padding: 3px 25px; }
  @media screen and (max-width: 767px) {
    .gnav__item.contact a {
      display: block;
      font-size: 10px;
      padding: 0 10px;
      margin-right: 55px; } }

.gnav__item.has-second {
  position: relative; }
  .gnav__item.has-second .second {
    display: none;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: 230px;
    position: absolute;
    padding-top: 30px; }
    .gnav__item.has-second .second ul {
      background: rgba(50, 15, 0, 0.8);
      padding: 15px 25px; }
  .gnav__item.has-second.active .second {
    display: block; }

@media screen and (max-width: 767px) {
  #hamburger {
    display: block;
    position: absolute;
    z-index: 5;
    top: 12px;
    right: 5vw;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    transition: 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff; }
    #hamburger .inner {
      position: relative;
      width: 15px;
      height: 15px; }
      #hamburger .inner .inner_line {
        display: block;
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        transition: 0.4s;
        background: #fff; }
        #hamburger .inner .inner_line#line1 {
          top: 0;
          left: 0; }
        #hamburger .inner .inner_line#line2 {
          top: 0;
          right: 0; }
        #hamburger .inner .inner_line#line3 {
          bottom: 0;
          right: 0; }
        #hamburger .inner .inner_line#line4 {
          left: 0;
          bottom: 0; }
  #hamburger-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-size: cover;
    transition: 0.7s;
    z-index: 6;
    background: rgba(50, 15, 0, 0.8);
    opacity: 0;
    display: none; }
    #hamburger-menu.active {
      display: block;
      opacity: 1;
      animation: fadeIn 0.3s ease-in 0s forwards; }
    #hamburger-menu .hamburger-menu-inner {
      overflow: auto;
      height: 100vh;
      padding: 70px 0;
      position: relative; }
    #hamburger-menu .hamburger-close {
      position: absolute;
      width: 30px;
      height: 30px;
      top: 20px;
      right: 20px;
      transform: rotate(45deg); }
      #hamburger-menu .hamburger-close-inner {
        position: relative;
        width: 100%;
        height: 100%; }
        #hamburger-menu .hamburger-close-inner .line-1,
        #hamburger-menu .hamburger-close-inner .line-2 {
          display: block;
          width: 100%;
          height: 1px;
          background: #fff;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
        #hamburger-menu .hamburger-close-inner .line-2 {
          transform: translate(-50%, -50%) rotate(90deg); }
    #hamburger-menu .hnav {
      text-align: center; }
      #hamburger-menu .hnav__item {
        font-size: 24px;
        font-weight: 300; }
        #hamburger-menu .hnav__item > a {
          color: #fff;
          display: block;
          padding: 1px; }
          #hamburger-menu .hnav__item > a:hover {
            background: rgba(255, 255, 255, 0.7);
            color: #320f00; }
        #hamburger-menu .hnav__item .ac-label {
          margin-bottom: 1px;
          transition: all 0.3s ease 0s; }
          #hamburger-menu .hnav__item .ac-label .label {
            display: inline-block;
            position: relative; }
          #hamburger-menu .hnav__item .ac-label .icon {
            position: absolute;
            width: 12px;
            height: 12px;
            right: -30px;
            top: 50%;
            transform: translate(0, -50%); }
            #hamburger-menu .hnav__item .ac-label .icon-inner {
              position: relative;
              width: 100%;
              height: 100%; }
              #hamburger-menu .hnav__item .ac-label .icon-inner .line-1,
              #hamburger-menu .hnav__item .ac-label .icon-inner .line-2 {
                display: block;
                width: 100%;
                height: 2px;
                background: #fff;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                transition: all 0.3s ease 0s; }
              #hamburger-menu .hnav__item .ac-label .icon-inner .line-2 {
                transform: translate(-50%, -50%) rotate(90deg); }
            #hamburger-menu .hnav__item .ac-label .icon.open .line-1,
            #hamburger-menu .hnav__item .ac-label .icon.open .line-2 {
              background: #320f00; }
            #hamburger-menu .hnav__item .ac-label .icon.open .line-2 {
              transform: translate(-50%, -50%) rotate(180deg); }
          #hamburger-menu .hnav__item .ac-label.open {
            background: rgba(255, 255, 255, 0.7);
            color: #320f00; }
        #hamburger-menu .hnav__item .ac-content {
          display: none; }
          #hamburger-menu .hnav__item .ac-content ul li {
            margin-bottom: 1px; }
            #hamburger-menu .hnav__item .ac-content ul li a {
              background: rgba(255, 255, 255, 0.7);
              color: #320f00;
              display: block;
              font-size: 16px;
              font-weight: 400;
              padding: 10px; }
              #hamburger-menu .hnav__item .ac-content ul li a:hover {
                opacity: 1;
                background: rgba(255, 255, 255, 0.9); }
        #hamburger-menu .hnav__item.contact {
          padding-top: 20px; }
          #hamburger-menu .hnav__item.contact a {
            border: 1px solid #fff;
            display: inline-block;
            padding: 0 60px; }
      #hamburger-menu .hnav .sns-list {
        display: flex;
        gap: 20px;
        justify-content: center;
        align-items: center;
        padding-top: 50px; }
        #hamburger-menu .hnav .sns-list > li {
          width: 50px; } }

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

.l-footer {
  position: relative; }
  .l-footer__layer {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0; }
    .l-footer__layer img {
      width: 100%;
      vertical-align: top; }
  .l-footer-contact {
    background: url(../images/common/footer-contact-bg.jpg) no-repeat center/cover;
    color: #fff;
    padding: 11.25vw 0 8.125vw;
    line-height: 1.8; }
    @media screen and (max-width: 767px) {
      .l-footer-contact {
        background: url(../images/common/sp/footer-contact-bg.jpg) no-repeat center/cover;
        padding: 70px 25px 50px; } }
    @media screen and (max-width: 767px) {
      .l-footer-contact .c-ttl .jp {
        margin-bottom: 20px; } }
    .l-footer-contact .flex {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 60px; }
      @media screen and (max-width: 767px) {
        .l-footer-contact .flex {
          display: block; } }
      @media screen and (max-width: 767px) {
        .l-footer-contact .flex .tel-set {
          padding-bottom: 32px; } }
      .l-footer-contact .flex .tel-set .tel a {
        display: flex;
        color: #fff;
        font-size: 30px; }
        .l-footer-contact .flex .tel-set .tel a .icon {
          margin-right: 8px;
          position: relative;
          top: -2px; }
          .l-footer-contact .flex .tel-set .tel a .icon img {
            width: 30px;
            vertical-align: middle; }
        .l-footer-contact .flex .tel-set .tel a .label {
          letter-spacing: 0.08em; }
      .l-footer-contact .flex .tel-set .open {
        display: flex;
        align-items: center; }
        .l-footer-contact .flex .tel-set .open .time {
          font-size: 16px; }
        .l-footer-contact .flex .tel-set .open .close-ttl {
          font-size: 12px;
          border: 1px solid #fff;
          padding: 0 5px;
          margin: 0 5px 0 10px; }
        .l-footer-contact .flex .tel-set .open .close-cnt {
          font-size: 16px; }
      .l-footer-contact .flex .btn-list {
        display: flex;
        gap: 60px; }
        @media screen and (max-width: 767px) {
          .l-footer-contact .flex .btn-list {
            flex-direction: column;
            gap: 25px; } }
      .l-footer-contact .flex .btn-item {
        padding: 0; }
        .l-footer-contact .flex .btn-item a {
          width: 300px;
          height: 50px; }
          @media screen and (max-width: 767px) {
            .l-footer-contact .flex .btn-item a {
              width: 100%; } }
          .l-footer-contact .flex .btn-item a .label {
            font-size: 18px; }
  .l-footer-bottom {
    background: #320f00;
    color: #fff;
    font-size: 12px; }
    .l-footer-bottom-inner {
      padding: 80px 0 30px; }
      @media screen and (max-width: 767px) {
        .l-footer-bottom-inner {
          padding: 40px 25px 20px; } }
    .l-footer-bottom .flex {
      display: flex;
      justify-content: space-between;
      padding-bottom: 100px; }
      @media screen and (max-width: 767px) {
        .l-footer-bottom .flex {
          display: block;
          padding-bottom: 40px; } }
    .l-footer-bottom .info-set {
      line-height: 2.5; }
      @media screen and (max-width: 767px) {
        .l-footer-bottom .info-set {
          padding-bottom: 40px; } }
      .l-footer-bottom .info-set .logo {
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          .l-footer-bottom .info-set .logo {
            margin-bottom: 20px; } }
        .l-footer-bottom .info-set .logo img {
          width: 330px; }
          @media screen and (max-width: 767px) {
            .l-footer-bottom .info-set .logo img {
              width: 66.66667vw; } }
    .l-footer-bottom .footernav a {
      color: #fff; }
    .l-footer-bottom .footernav__ttl {
      color: #98877f;
      font-size: 14px;
      border-bottom: 1px solid #5b3f33;
      padding-bottom: 4px;
      margin-bottom: 15px; }
    .l-footer-bottom .footernav__list-wrap {
      display: flex;
      gap: 80px;
      padding-bottom: 24px; }
      @media screen and (max-width: 767px) {
        .l-footer-bottom .footernav__list-wrap {
          gap: 0; } }
    .l-footer-bottom .footernav__list-wrap-2 {
      display: flex;
      gap: 80px; }
      @media screen and (max-width: 767px) {
        .l-footer-bottom .footernav__list-wrap-2 {
          display: block;
          width: 50%; } }
    @media screen and (max-width: 767px) {
      .l-footer-bottom .footernav__list {
        margin: 0; } }
    @media screen and (max-width: 767px) {
      .l-footer-bottom .footernav__list > li {
        margin-bottom: 8px; } }
    .l-footer-bottom .footernav .sns-list {
      display: flex;
      gap: 80px; }
      @media screen and (max-width: 767px) {
        .l-footer-bottom .footernav .sns-list {
          gap: 0;
          flex-wrap: wrap; } }
      @media screen and (max-width: 767px) {
        .l-footer-bottom .footernav .sns-list > li {
          width: 50%; } }
      .l-footer-bottom .footernav .sns-list > li a {
        display: flex;
        align-items: center; }
        .l-footer-bottom .footernav .sns-list > li a .icon {
          margin-right: 7px; }
          .l-footer-bottom .footernav .sns-list > li a .icon img {
            vertical-align: middle; }
      .l-footer-bottom .footernav .sns-list > li.instagram .icon img {
        width: 14px; }
      .l-footer-bottom .footernav .sns-list > li.line .icon img {
        width: 19px; }
    .l-footer-bottom .copy {
      text-align: right; }
      @media screen and (max-width: 767px) {
        .l-footer-bottom .copy {
          font-size: 10px; } }

.sidebar-search {
  padding: 20px 0 40px;
  background-color: #fff; }
  .sidebar-search--head {
    padding: 0 10px 20px; }
  .sidebar-search--img {
    margin-bottom: 18px;
    text-align: center; }
  .sidebar-search--ttl {
    margin-bottom: 10px; }
  .sidebar-search--ratingWrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
  .sidebar-search--rating {
    display: flex;
    align-items: center; }
    .sidebar-search--rating-stars {
      display: flex;
      align-items: center; }
      .sidebar-search--rating-stars img {
        display: inline-block;
        margin-right: 3px; }
    .sidebar-search--rating-number {
      line-height: 1; }
    .sidebar-search--rating-cmt {
      position: relative;
      display: block;
      padding-left: 22px; }
      .sidebar-search--rating-cmt:before {
        position: absolute;
        top: 5px;
        left: 0;
        width: 17px;
        height: 15px;
        display: block;
        background: url(../images/search/icon-msg.svg) no-repeat;
        background-size: 100% 100%;
        content: ""; }
  .sidebar-search .form {
    border-top: solid 1px #EBEBEB; }
    .sidebar-search .form-row {
      display: flex;
      padding: 12px 15px;
      border-bottom: solid 1px #EBEBEB; }
      .sidebar-search .form-row:last-child {
        border-bottom: none; }
      .sidebar-search .form-row--cnt {
        width: 100%; }
        @media screen and (max-width: 767px) {
          .sidebar-search .form-row--cnt .label-box {
            flex-wrap: wrap;
            flex-flow: column; }
            .sidebar-search .form-row--cnt .label-box .link-blue {
              display: block; } }
    .sidebar-search .form-label {
      width: 72px;
      margin-right: 12px;
      flex-shrink: 0;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .sidebar-search .form-label {
          margin-right: 20px; } }
  .sidebar-search--map {
    margin: 30px 0 35px; }

.index-kv {
  position: relative; }
  @media screen and (max-width: 767px) {
    .index-kv {
      width: 100%;
      overflow: hidden; } }
  .index-kv__img .movie {
    background: url(../images/top/kv.jpg) no-repeat center/cover;
    overflow: hidden;
    z-index: -1;
    position: relative; }
    .index-kv__img .movie::before {
      content: "";
      display: block;
      padding-top: calc(1080 / 1920 * 100%); }
      @media screen and (max-width: 767px) {
        .index-kv__img .movie::before {
          padding-top: calc(1200 / 750 * 100%); } }
    .index-kv__img .movie video {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      min-height: 100%;
      width: 100%;
      height: auto; }
      @media screen and (max-width: 767px) {
        .index-kv__img .movie video {
          height: 100%;
          width: auto;
          left: 50%;
          transform: translate(-50%, 0); } }
      .index-kv__img .movie video.hide {
        display: none;
        opacity: 0;
        animation: fadeOut 1s ease-in 0s forwards; }
  .index-kv__catch {
    position: absolute;
    width: 43.6875vw;
    bottom: 8vw;
    left: 5vw; }
    @media screen and (max-width: 767px) {
      .index-kv__catch {
        width: 87.46667vw;
        left: 25px;
        bottom: 60vw; } }
    .index-kv__catch img {
      width: 100%; }
  .index-kv-news {
    background: rgba(50, 15, 0, 0.8);
    position: absolute;
    right: 5vw;
    bottom: 5.5vw;
    width: 25vw;
    height: 11.875vw;
    padding: 1.5vw; }
    @media screen and (max-width: 767px) {
      .index-kv-news {
        width: calc(100% - 50px);
        left: 25px;
        right: auto;
        height: auto;
        bottom: 12vw;
        padding: 20px; } }
    .index-kv-news__list {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .index-kv-news__list > li a {
        color: #fff;
        display: block;
        position: relative; }
        .index-kv-news__list > li a .date {
          font-size: 0.8125vw;
          font-weight: 500; }
          @media screen and (max-width: 767px) {
            .index-kv-news__list > li a .date {
              font-size: 13px; } }
        .index-kv-news__list > li a .ttl {
          font-size: 0.8125vw; }
          @media screen and (max-width: 767px) {
            .index-kv-news__list > li a .ttl {
              font-size: 13px; } }
        .index-kv-news__list > li a .arrow {
          position: absolute;
          right: 0.625vw;
          top: 0.375vw;
          line-height: 0; }
          @media screen and (max-width: 767px) {
            .index-kv-news__list > li a .arrow {
              right: 3px;
              top: 9px; } }
          .index-kv-news__list > li a .arrow img {
            width: 1.625vw; }
            @media screen and (max-width: 767px) {
              .index-kv-news__list > li a .arrow img {
                width: 26px; } }
  .index-kv__layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .index-kv__layer {
        width: 110%; } }
    .index-kv__layer img {
      width: 100%; }

.index-about {
  padding: 120px 0 64px; }
  @media screen and (max-width: 767px) {
    .index-about {
      padding: 40px 25px 64px; } }
  .index-about-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 180px; }
    @media screen and (max-width: 767px) {
      .index-about-inner {
        display: block; } }
  .index-about-header {
    width: 240px; }
    @media screen and (max-width: 767px) {
      .index-about-header {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .index-about-header img {
        width: 33.33333vw; } }
  .index-about__ttl {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-bottom: 48px; }
    @media screen and (max-width: 767px) {
      .index-about__ttl {
        margin-bottom: 32px; } }
    .index-about__ttl .line-1 {
      font-size: 40px;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .index-about__ttl .line-1 {
          font-size: 30px; } }
    .index-about__ttl .line-2 {
      font-size: 24px; }
      @media screen and (max-width: 767px) {
        .index-about__ttl .line-2 {
          font-size: 21px; } }

.index-menu {
  position: relative; }
  .index-menu__bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    mix-blend-mode: multiply; }
    .index-menu__bg img {
      width: 100%; }
  .index-menu-inner {
    padding: 8vw 0 0; }
    @media screen and (max-width: 767px) {
      .index-menu-inner {
        padding: 17vw 25px 0; } }
  .index-menu__ttl {
    background: url(../images/top/bg-bubble.svg) no-repeat left top/230px auto;
    padding: 40px 0 0px 100px;
    min-height: 200px;
    margin-bottom: 56px; }
    @media screen and (max-width: 767px) {
      .index-menu__ttl {
        background: url(../images/top/bg-bubble.svg) no-repeat left top/115px auto;
        min-height: 100px;
        padding: 4px 0 0 0;
        margin-bottom: 24px; } }
    .index-menu__ttl .en {
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .index-menu__ttl .en {
          font-size: 18px; } }
    .index-menu__ttl .jp {
      font-size: 40px;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .index-menu__ttl .jp {
          font-size: 30px; } }
  .index-menu__list {
    display: flex;
    flex-wrap: wrap;
    gap: 70px 100px; }
    @media screen and (max-width: 767px) {
      .index-menu__list {
        display: block; } }
    @media screen and (max-width: 767px) {
      .index-menu__list > li {
        margin-bottom: 40px; } }
    .index-menu__list > li .img a {
      display: block; }
    .index-menu__list > li .txt {
      display: flex;
      padding-top: 40px; }
      @media screen and (max-width: 767px) {
        .index-menu__list > li .txt {
          padding-top: 16px; } }
      .index-menu__list > li .txt .number {
        color: #aa5064;
        font-size: 20px;
        width: 95px; }
        @media screen and (max-width: 767px) {
          .index-menu__list > li .txt .number {
            width: 40px; } }
      .index-menu__list > li .txt .txt-cnt {
        padding-top: 4px;
        width: calc(100% - 95px); }
        @media screen and (max-width: 767px) {
          .index-menu__list > li .txt .txt-cnt {
            width: calc(100% - 40px); } }
        .index-menu__list > li .txt .txt-cnt .ttl {
          font-size: 24px;
          font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
          @media screen and (max-width: 767px) {
            .index-menu__list > li .txt .txt-cnt .ttl {
              margin-bottom: 5px; } }
    .index-menu__list > li.item-1, .index-menu__list > li.item-4, .index-menu__list > li.item-5 {
      width: 57%; }
      @media screen and (max-width: 767px) {
        .index-menu__list > li.item-1, .index-menu__list > li.item-4, .index-menu__list > li.item-5 {
          width: 100%; } }
    .index-menu__list > li.item-2, .index-menu__list > li.item-3, .index-menu__list > li.item-6 {
      width: calc(100% - 57% - 100px); }
      @media screen and (max-width: 767px) {
        .index-menu__list > li.item-2, .index-menu__list > li.item-3, .index-menu__list > li.item-6 {
          width: 100%; } }
    .index-menu__list > li.item-2 {
      margin-top: 70px; }
      @media screen and (max-width: 767px) {
        .index-menu__list > li.item-2 {
          margin-top: 0; } }
    .index-menu__list > li.item-3 {
      margin-top: -280px; }
      @media screen and (max-width: 767px) {
        .index-menu__list > li.item-3 {
          margin-top: 0; } }
    .index-menu__list > li.item-6 {
      margin-top: 70px; }
      @media screen and (max-width: 767px) {
        .index-menu__list > li.item-6 {
          margin-top: 0; } }

.index-dearcustomer {
  background: url(../images/top/dearcustomer-bg.png) no-repeat center/cover;
  text-align: center;
  aspect-ratio: 3200 / 2140;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5vw; }
  @media screen and (max-width: 767px) {
    .index-dearcustomer {
      padding: 5vw 25px 0;
      background: url(../images/top/sp/dearcustomer-bg.png) no-repeat center/cover;
      aspect-ratio: 1500 / 4360; } }
  .index-dearcustomer__body {
    padding-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .index-dearcustomer__body {
        text-align: left;
        padding-bottom: 0; } }

.index-beforeafter {
  position: relative;
  padding: 2vw 0 0; }
  @media screen and (max-width: 767px) {
    .index-beforeafter {
      padding: 12vw 0 28px; } }
  .index-beforeafter__bg {
    position: absolute;
    z-index: 0;
    width: 100%;
    mix-blend-mode: multiply; }
    .index-beforeafter__bg img {
      width: 100%; }
  .index-beforeafter-inner {
    padding: 3vw 0 0; }
  .index-beforeafter__ttl {
    background: url(../images/top/bg-bubble-2.svg) no-repeat center top/250px auto;
    padding: 40px 0 0px 0px;
    min-height: 206px;
    margin-bottom: 56px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .index-beforeafter__ttl {
        background: url(../images/top/bg-bubble-2.svg) no-repeat left 25px top/125px auto;
        min-height: 103px;
        text-align: left;
        padding: 10px 25px 0;
        margin-bottom: 24px; } }
    .index-beforeafter__ttl .en {
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .index-beforeafter__ttl .en {
          font-size: 18px; } }
    .index-beforeafter__ttl .jp {
      font-size: 40px;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .index-beforeafter__ttl .jp {
          font-size: 30px; } }
  .index-beforeafter__item {
    margin: 0 15px; }
    @media screen and (max-width: 767px) {
      .index-beforeafter__item {
        margin: 0 30px; } }
    .index-beforeafter__item a {
      display: block;
      background: #fff;
      padding: 14px 30px 20px;
      text-align: center;
      color: #320f00; }
      @media screen and (max-width: 767px) {
        .index-beforeafter__item a {
          padding: 12px 15px; } }
      .index-beforeafter__item a .flex {
        display: flex;
        gap: 30px; }
        .index-beforeafter__item a .flex .before,
        .index-beforeafter__item a .flex .after {
          width: calc((100% - 30px) / 2); }
          .index-beforeafter__item a .flex .before .label,
          .index-beforeafter__item a .flex .after .label {
            font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
            font-size: 20px; }
            @media screen and (max-width: 767px) {
              .index-beforeafter__item a .flex .before .label,
              .index-beforeafter__item a .flex .after .label {
                font-size: 14px; } }
        .index-beforeafter__item a .flex .before {
          position: relative; }
          .index-beforeafter__item a .flex .before:after {
            content: "";
            display: block;
            width: 21px;
            height: 8px;
            background: url(../images/top/arrow-beforeafter.svg) no-repeat center/cover;
            position: absolute;
            right: -26px;
            top: calc(50% + 20px);
            transform: translate(0, -50%); }
        .index-beforeafter__item a .flex .after .label {
          color: #aa5064; }
      .index-beforeafter__item a .data {
        padding-top: 20px; }
        @media screen and (max-width: 767px) {
          .index-beforeafter__item a .data {
            padding-top: 10px; } }
        .index-beforeafter__item a .data .ttl {
          font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
          font-size: 24px; }
          @media screen and (max-width: 767px) {
            .index-beforeafter__item a .data .ttl {
              font-size: 20px; } }
        .index-beforeafter__item a .data .board {
          width: 30px;
          height: 1px;
          background: #aa5064;
          margin: 0 auto;
          position: relative;
          top: -4px; }
        .index-beforeafter__item a .data .customer {
          font-size: 18px; }
          @media screen and (max-width: 767px) {
            .index-beforeafter__item a .data .customer {
              font-size: 13px; } }
  .index-beforeafter .c-btn {
    padding-top: 60px; }
    @media screen and (max-width: 767px) {
      .index-beforeafter .c-btn {
        padding-top: 40px; } }

.index-review {
  position: relative;
  background: #fff;
  padding: 8vw 0 160px; }
  .index-review .index-menu__bg {
    top: 150px; }
  .index-review-inner {
    position: relative;
    z-index: 1;
    padding: 4vw 0 0; }
    @media screen and (max-width: 767px) {
      .index-review-inner {
        padding: 17vw 25px 0; } }
  .index-review__list-wrap {
    padding-bottom: 144px; }
    .index-review__list-wrap .slick-track {
      display: flex; }
    .index-review__list-wrap .slick-slide {
      height: auto !important; }
    @media screen and (max-width: 767px) {
      .index-review__list-wrap .slick-dots {
        bottom: -60px; } }
  .index-review__item {
    margin: 0 15px;
    padding: 25px;
    background: #fbf9f8;
    background: linear-gradient(90deg, #fbf9f8 0%, white 100%); }
    @media screen and (max-width: 767px) {
      .index-review__item {
        margin: 0; } }
    .index-review__item .ttl {
      text-align: center;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 10px; }
    .index-review__item .stars {
      display: flex;
      justify-content: center;
      margin-bottom: 15px; }
      .index-review__item .stars .star {
        width: 13px;
        height: 13px; }
        .index-review__item .stars .star.f {
          background: url(../images/top/review-star-f.svg) no-repeat center/cover; }
        .index-review__item .stars .star.e {
          background: url(../images/top/review-star-e.svg) no-repeat center/cover; }
    .index-review__item .body {
      font-size: 13px; }

.index-media {
  background: url(../images/top/media-bg.jpg) no-repeat center/cover;
  padding: 96px 0 160px; }
  @media screen and (max-width: 767px) {
    .index-media {
      padding: 96px 25px 120px; } }
  .index-media__list .slick-track {
    display: flex; }
  .index-media__list .slick-slide {
    height: auto !important; }
  .index-media__item {
    background-color: #fff;
    padding: 30px;
    margin: 0 15px; }
    @media screen and (max-width: 767px) {
      .index-media__item {
        margin: 0 5px; } }
    .index-media__item .img {
      height: 225px;
      width: 176px;
      margin: 0 auto 20px; }
      @media screen and (max-width: 767px) {
        .index-media__item .img {
          width: 100%;
          height: 160px; } }
      .index-media__item .img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }

.index-column {
  background: #fff;
  padding: 80px 0 20px; }
  @media screen and (max-width: 767px) {
    .index-column {
      padding: 40px 25px; } }
  .index-column__list {
    display: flex;
    gap: 30px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .index-column__list {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 24px; } }
  .index-column__item {
    width: calc((100% - 90px) / 4); }
    @media screen and (max-width: 767px) {
      .index-column__item {
        width: calc((100% - 20px) / 2); } }
    .index-column__item a {
      color: #320f00; }
    .index-column__item .img {
      height: 200px;
      margin: 0 0 20px; }
      @media screen and (max-width: 767px) {
        .index-column__item .img {
          height: 120px; } }
      .index-column__item .img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .index-column__item .txt .date {
      font-size: 13px;
      font-weight: 500; }

.salon-intro {
  position: relative;
  text-align: center;
  padding: 120px 0 56px; }
  @media screen and (max-width: 767px) {
    .salon-intro {
      padding: 56px 25px 32px;
      text-align: left; } }
  .salon-intro__ttl {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 40px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .salon-intro__ttl {
        font-size: 7.33333vw; } }
  .salon-intro__ttl-2 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .salon-intro__ttl-2 {
        font-size: 5.33333vw;
        padding-bottom: 24px; } }

.salon-img {
  padding: 56px 0 0;
  background: #f5f0ed;
  background: linear-gradient(0deg, #f5f0ed 40%, white 40%);
  position: relative; }
  @media screen and (max-width: 767px) {
    .salon-img {
      padding: 32px 25px 0; } }
  .salon-img:before {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    background: url(../images/common/semicircle-layer-white.svg) no-repeat center/cover;
    aspect-ratio: 1600 / 70;
    position: absolute;
    left: 0;
    top: 60%;
    z-index: 0; }
  .salon-img-inner {
    position: relative;
    z-index: 1; }

.salon-features {
  background: #f5f0ed;
  padding: 120px 0; }
  @media screen and (max-width: 767px) {
    .salon-features {
      padding: 40px 25px; } }
  .salon-features__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    @media screen and (max-width: 767px) {
      .salon-features__list {
        gap: 20px; } }
  .salon-features__item {
    width: calc((100% - 60px) / 3);
    background: #fff;
    padding: 30px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .salon-features__item {
        width: 100%;
        text-align: left;
        padding: 15px 20px 25px; } }
    .salon-features__item .number {
      color: #aa5064;
      font-size: 20px;
      font-weight: 500; }
    @media screen and (max-width: 767px) {
      .salon-features__item .header {
        display: flex;
        align-items: center;
        margin-bottom: 10px; } }
    .salon-features__item .header .icon {
      height: 71px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .salon-features__item .header .icon {
          margin-bottom: 0;
          width: 90px;
          height: auto; } }
    .salon-features__item .header .ttl {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-weight: 600;
      font-size: 24px; }
      @media screen and (max-width: 767px) {
        .salon-features__item .header .ttl {
          line-height: 1.46;
          width: calc(100% - 90px);
          padding-left: 10px; } }
    @media screen and (max-width: 767px) {
      .salon-features__item .body {
        font-size: 13px; } }
    .salon-features__item.item-1 .icon img {
      width: 60px; }
    .salon-features__item.item-2 .icon img {
      width: 76px; }
    .salon-features__item.item-3 .icon img {
      width: 82px; }
    .salon-features__item.item-4 .icon img {
      width: 70px; }
    .salon-features__item.item-5 .icon img {
      width: 60px; }
    .salon-features__item.item-6 .icon img {
      width: 73px; }
    .salon-features__item.item-7 .icon img {
      width: 65px; }
    .salon-features__item.item-8 .icon img {
      width: 90px; }
    .salon-features__item.item-9 .icon img {
      width: 60px; }

.salon-img-2 img {
  width: 100%; }

.salon-access {
  position: relative;
  margin-top: 56px; }
  @media screen and (max-width: 767px) {
    .salon-access {
      margin-top: 16px; } }
  .salon-access-inner {
    padding: 50px 0 80px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .salon-access-inner {
        padding: 50px 25px 80px; } }
  .salon-access-flex {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .salon-access-flex {
        flex-direction: column; } }
    .salon-access-flex .map {
      width: 48%; }
      @media screen and (max-width: 767px) {
        .salon-access-flex .map {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .salon-access-flex .map iframe {
          aspect-ratio: 670 / 430;
          height: auto; } }
    .salon-access-flex .txt {
      width: 52%;
      padding-left: 100px; }
      @media screen and (max-width: 767px) {
        .salon-access-flex .txt {
          width: 100%;
          padding-left: 0;
          padding-top: 20px; } }
      .salon-access-flex .txt dl {
        display: flex;
        flex-wrap: wrap; }
        .salon-access-flex .txt dl dt,
        .salon-access-flex .txt dl dd {
          margin-bottom: 10px; }
          @media screen and (max-width: 767px) {
            .salon-access-flex .txt dl dt,
            .salon-access-flex .txt dl dd {
              margin-bottom: 0; } }
        .salon-access-flex .txt dl dt {
          color: #aa5064;
          font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
          font-weight: 700;
          width: 100px; }
          @media screen and (max-width: 767px) {
            .salon-access-flex .txt dl dt {
              width: 100%; } }
        .salon-access-flex .txt dl dd {
          width: calc(100% - 100px); }
          @media screen and (max-width: 767px) {
            .salon-access-flex .txt dl dd {
              width: 100%;
              margin-bottom: 20px; } }
      .salon-access-flex .txt .note {
        color: #aa5064;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: 700;
        line-height: 1.8;
        padding-top: 20px; }
        @media screen and (max-width: 767px) {
          .salon-access-flex .txt .note {
            padding-top: 0; } }
        .salon-access-flex .txt .note span {
          border: 1px solid #aa5064;
          display: inline-block;
          padding: 0 10px; }

.menu-intro {
  text-align: center;
  padding: 120px 0 56px; }
  @media screen and (max-width: 767px) {
    .menu-intro {
      padding: 56px 25px 32px;
      text-align: left; } }
  .menu-intro__ttl {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 48px; }
    @media screen and (max-width: 767px) {
      .menu-intro__ttl {
        font-size: 7.33333vw;
        margin-bottom: 24px; } }

.menu-img {
  padding: 56px 0 64px;
  background: white;
  background: linear-gradient(0deg, white 50%, #f5f0ed 50%);
  position: relative; }
  @media screen and (max-width: 767px) {
    .menu-img {
      padding: 32px 25px 0; } }
  .menu-img:before {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    background: url(../images/common/semicircle-layer-beige.svg) no-repeat center/cover;
    aspect-ratio: 1600 / 70;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0; }
  .menu-img-inner {
    position: relative;
    z-index: 1; }

.menu-flow {
  background: #fff;
  position: relative;
  padding: 40px 0 120px; }
  @media screen and (max-width: 767px) {
    .menu-flow {
      padding: 40px 25px; } }
  .menu-flow-inner {
    position: relative;
    z-index: 1; }
  .menu-flow__unit-wrap {
    display: flex;
    flex-direction: column;
    gap: 90px; }
    @media screen and (max-width: 767px) {
      .menu-flow__unit-wrap {
        gap: 45px; } }
  .menu-flow__unit {
    display: flex; }
    @media screen and (max-width: 767px) {
      .menu-flow__unit {
        display: grid;
        grid-template-columns: 40% 60%;
        grid-template-rows: 1fr auto;
        grid-column-gap: 0px;
        grid-row-gap: 0px; } }
    .menu-flow__unit .header {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-weight: 600;
      width: 100px;
      line-height: 1.2; }
      @media screen and (max-width: 767px) {
        .menu-flow__unit .header {
          width: auto;
          display: flex;
          align-items: center;
          padding-bottom: 10vw; } }
      .menu-flow__unit .header .step {
        font-size: 22px; }
        @media screen and (max-width: 767px) {
          .menu-flow__unit .header .step {
            font-size: 5.33333vw;
            margin-right: 10px;
            position: relative; }
            .menu-flow__unit .header .step:before {
              content: "";
              display: block;
              width: 300%;
              height: 1px;
              background: #320f00;
              position: absolute;
              left: 0;
              bottom: -10px; } }
      .menu-flow__unit .header .number {
        font-size: 60px; }
        @media screen and (max-width: 767px) {
          .menu-flow__unit .header .number {
            font-size: 10.66667vw; } }
    .menu-flow__unit .txt {
      width: 51%;
      border-left: 1px solid #320f00;
      padding: 0 0 0 30px; }
      @media screen and (max-width: 767px) {
        .menu-flow__unit .txt {
          width: 100%;
          grid-area: 2 / 1 / 3 / 3;
          border: none;
          padding: 25px 0 0; } }
      .menu-flow__unit .txt .ttl {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: 600;
        font-size: 30px; }
        @media screen and (max-width: 767px) {
          .menu-flow__unit .txt .ttl {
            margin-bottom: 7px; } }
    .menu-flow__unit .img {
      width: 40%;
      padding: 0 0 0 70px; }
      @media screen and (max-width: 767px) {
        .menu-flow__unit .img {
          width: auto;
          padding: 0;
          position: relative;
          z-index: 1; } }
    @media screen and (max-width: 767px) {
      .menu-flow__unit.reverse {
        display: grid;
        grid-template-columns: 60% 40%;
        grid-template-rows: 1fr auto;
        grid-column-gap: 0px;
        grid-row-gap: 0px; } }
    .menu-flow__unit.reverse .img {
      order: 0;
      padding: 0 70px 0 0; }
      @media screen and (max-width: 767px) {
        .menu-flow__unit.reverse .img {
          padding: 0; } }
    .menu-flow__unit.reverse .header {
      order: 1; }
      @media screen and (max-width: 767px) {
        .menu-flow__unit.reverse .header {
          justify-content: flex-end; } }
      @media screen and (max-width: 767px) {
        .menu-flow__unit.reverse .header .step:before {
          left: auto;
          right: -55px; } }
    .menu-flow__unit.reverse .txt {
      order: 2; }
    .menu-flow__unit.row2 {
      display: grid;
      grid-template-columns: 100px 51% 40%;
      grid-template-rows: 1fr auto;
      grid-column-gap: 0px;
      grid-row-gap: 0px; }
      @media screen and (max-width: 767px) {
        .menu-flow__unit.row2 {
          display: grid;
          grid-template-columns: 40% 60%;
          grid-template-rows: 1fr repeat(3, auto);
          grid-column-gap: 0px;
          grid-row-gap: 0px; } }
      .menu-flow__unit.row2 .header {
        grid-area: 1 / 1 / 3 / 2; }
        @media screen and (max-width: 767px) {
          .menu-flow__unit.row2 .header {
            grid-area: auto; } }
      .menu-flow__unit.row2 .img {
        width: auto;
        padding: 0 0 0 70px; }
        @media screen and (max-width: 767px) {
          .menu-flow__unit.row2 .img {
            padding: 0; } }
      .menu-flow__unit.row2 .txt {
        width: auto; }
        @media screen and (max-width: 767px) {
          .menu-flow__unit.row2 .txt {
            grid-area: 2 / 1 / 3 / 3; } }
      .menu-flow__unit.row2 .img-2 {
        padding: 30px 0 0 70px; }
        @media screen and (max-width: 767px) {
          .menu-flow__unit.row2 .img-2 {
            grid-area: 3 / 1 / 4 / 3;
            text-align: center;
            padding: 30px 20%; } }
      .menu-flow__unit.row2 .txt-2 {
        width: auto;
        border-left: 1px solid #320f00;
        padding: 30px 0 0 30px; }
        @media screen and (max-width: 767px) {
          .menu-flow__unit.row2 .txt-2 {
            grid-area: 4 / 1 / 5 / 3;
            border: none;
            padding: 0; } }

.menu-beforeafter {
  position: relative;
  padding: 120px 0 0; }
  @media screen and (max-width: 767px) {
    .menu-beforeafter {
      padding: 64px 0 0; } }
  .menu-beforeafter .index-beforeafter__ttl {
    margin-bottom: 24px; }
  .menu-beforeafter__lead {
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 48px; }
    @media screen and (max-width: 767px) {
      .menu-beforeafter__lead {
        display: none; } }

.menu-foot-btn {
  padding: 64px 0;
  max-width: 770px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .menu-foot-btn {
      display: block;
      padding: 0 0 40px; } }
  @media screen and (max-width: 767px) {
    .menu-foot-btn .c-btn {
      text-align: center; } }
  .menu-foot-btn .c-btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 0; }
    @media screen and (max-width: 767px) {
      .menu-foot-btn .c-btn a {
        display: inline-flex;
        padding: 17px 0 0;
        min-width: 250px;
        justify-content: flex-start; } }
    .menu-foot-btn .c-btn a .label {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-weight: 600;
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .menu-foot-btn .c-btn a .label {
          font-size: 13px; } }

/* 追加20240612 */
.reserve-bnr {
  background: #f6edef;
  text-align: center;
  margin-top: -100px; }

.reserve-bnr-inner {
  padding: 150px 0 50px; }

.reserve-bnr02 {
  text-align: center;
  background: #fff; }

.reserve-bnr-inner02 {
  padding: 50px 0 50px; }

@media screen and (max-width: 767px) {
  .reserve-bnr-inner {
    padding: 150px 15px 50px; }
  .reserve-bnr-inner02 {
    padding: 50px 15px 50px; } }

.beforeafter-intro {
  text-align: center;
  padding: 30px 0 56px; }
  @media screen and (max-width: 767px) {
    .beforeafter-intro {
      padding: 56px 0 60px;
      text-align: left; } }
  .beforeafter-intro-inner {
    padding: 90px 0 0; }
    @media screen and (max-width: 767px) {
      .beforeafter-intro-inner {
        padding: 56px 25px 0; } }
  .beforeafter-intro__ttl {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 48px; }
    @media screen and (max-width: 767px) {
      .beforeafter-intro__ttl {
        font-size: 7.33333vw; } }

.archive-beforeafter {
  padding: 0 0 120px; }
  @media screen and (max-width: 767px) {
    .archive-beforeafter {
      padding: 0 25px 80px; } }
  .archive-beforeafter__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    .archive-beforeafter__list .index-beforeafter__item {
      width: calc((100% - 30px) / 2);
      margin: 0; }
      @media screen and (max-width: 767px) {
        .archive-beforeafter__list .index-beforeafter__item {
          width: 100%; } }

.beforeafter-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .beforeafter-category-list {
      margin-bottom: 40px; } }
  .beforeafter-category-list > li {
    width: calc((100% - 60px) / 3); }
    @media screen and (max-width: 767px) {
      .beforeafter-category-list > li {
        text-align: center;
        width: 100%;
        padding: 0; } }
    .beforeafter-category-list > li a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 20px 0; }
      @media screen and (max-width: 767px) {
        .beforeafter-category-list > li a {
          display: inline-flex;
          padding: 17px 0 0;
          min-width: 250px;
          justify-content: flex-start; } }
      .beforeafter-category-list > li a .label {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: 600;
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          .beforeafter-category-list > li a .label {
            font-size: 13px; } }

.single-beforeafter {
  padding: 64px 0 120px; }
  @media screen and (max-width: 767px) {
    .single-beforeafter {
      padding: 56px 25px 80px; } }
  .single-beforeafter-bg-white {
    background: #fff;
    padding: 96px 96px; }
    @media screen and (max-width: 767px) {
      .single-beforeafter-bg-white {
        padding: 30px 25px; } }
    .single-beforeafter-bg-white .data {
      text-align: center;
      padding: 0 0 32px; }
      @media screen and (max-width: 767px) {
        .single-beforeafter-bg-white .data {
          padding: 0 0 16px; } }
      .single-beforeafter-bg-white .data .ttl {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-size: 40px; }
        @media screen and (max-width: 767px) {
          .single-beforeafter-bg-white .data .ttl {
            font-size: 20px; } }
      .single-beforeafter-bg-white .data .board {
        width: 60px;
        height: 2px;
        background: #aa5064;
        margin: 0 auto;
        position: relative;
        top: 0;
        margin: 0px auto 20px; }
      .single-beforeafter-bg-white .data .customer {
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          .single-beforeafter-bg-white .data .customer {
            font-size: 13px; } }
    .single-beforeafter-bg-white .txt {
      padding-bottom: 32px; }
    .single-beforeafter-bg-white .flex {
      display: flex;
      gap: 170px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .single-beforeafter-bg-white .flex {
          gap: 30px; } }
      .single-beforeafter-bg-white .flex .before,
      .single-beforeafter-bg-white .flex .after {
        width: calc((100% - 170px) / 2); }
        @media screen and (max-width: 767px) {
          .single-beforeafter-bg-white .flex .before,
          .single-beforeafter-bg-white .flex .after {
            width: calc((100% - 30px) / 2); } }
        .single-beforeafter-bg-white .flex .before .label,
        .single-beforeafter-bg-white .flex .after .label {
          font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
          font-size: 30px; }
          @media screen and (max-width: 767px) {
            .single-beforeafter-bg-white .flex .before .label,
            .single-beforeafter-bg-white .flex .after .label {
              font-size: 14px; } }
      .single-beforeafter-bg-white .flex .before {
        position: relative; }
        .single-beforeafter-bg-white .flex .before:after {
          content: "";
          display: block;
          width: 43px;
          height: 16px;
          background: url(../images/top/arrow-beforeafter.svg) no-repeat center/cover;
          position: absolute;
          right: -107px;
          top: calc(50% + 20px);
          transform: translate(0, -50%); }
          @media screen and (max-width: 767px) {
            .single-beforeafter-bg-white .flex .before:after {
              width: 21px;
              height: 8px;
              right: -26px; } }
      .single-beforeafter-bg-white .flex .after .label {
        color: #aa5064; }
    .single-beforeafter-bg-white .salon-comment {
      padding: 64px 0 0; }
      @media screen and (max-width: 767px) {
        .single-beforeafter-bg-white .salon-comment {
          padding: 40px 0 0; } }
      .single-beforeafter-bg-white .salon-comment__ttl {
        text-align: center;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: 600;
        font-size: 20px;
        padding: 0 0 10px; }
        @media screen and (max-width: 767px) {
          .single-beforeafter-bg-white .salon-comment__ttl {
            font-size: 16px; } }
      .single-beforeafter-bg-white .salon-comment__body {
        border: 1px solid #320f00;
        padding: 40px; }
        @media screen and (max-width: 767px) {
          .single-beforeafter-bg-white .salon-comment__body {
            padding: 30px 25px; } }
  .single-beforeafter-nav {
    display: flex;
    justify-content: space-between;
    padding: 16px 0 40px; }
    .single-beforeafter-nav .prev a img,
    .single-beforeafter-nav .next a img {
      width: 50px; }
  .single-beforeafter .c-btn a {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 0;
    min-width: 370px; }
    @media screen and (max-width: 767px) {
      .single-beforeafter .c-btn a {
        display: inline-flex;
        padding: 17px 0 0;
        min-width: 250px;
        justify-content: center;
        gap: 20px; } }
    .single-beforeafter .c-btn a .label {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-weight: 600;
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .single-beforeafter .c-btn a .label {
          font-size: 13px; } }

.price-sect {
  position: relative;
  background: #fff;
  padding: 0px 0 160px;
  margin: 30px 0 0; }
  .price-sect-inner {
    position: relative;
    z-index: 1;
    padding: 40px 0 0; }
    @media screen and (max-width: 767px) {
      .price-sect-inner {
        padding: 40px 25px 0; } }
  .price-sect__lead {
    max-width: 800px;
    margin: 0 auto 80px; }
    @media screen and (max-width: 767px) {
      .price-sect__lead {
        margin: 0 auto 40px; } }
  .price-sect__unit-wrap {
    margin-bottom: 96px; }
    @media screen and (max-width: 767px) {
      .price-sect__unit-wrap {
        margin-bottom: 48px; } }
  .price-sect__unit {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d6cfcc;
    padding: 40px 0 15px; }
    @media screen and (max-width: 767px) {
      .price-sect__unit {
        display: block;
        padding: 20px 0 10px; } }
    .price-sect__unit .menu {
      width: 34%;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-weight: 600;
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .price-sect__unit .menu {
          width: 100%;
          font-size: 18px;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          gap: 0 10px;
          line-height: 1.5; } }
      .price-sect__unit .menu .label {
        font-size: 20px; }
      .price-sect__unit .menu .time {
        font-size: 15px;
        line-height: 1.5;
        position: relative;
        top: 2px; }
    .price-sect__unit .desc {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .price-sect__unit .desc {
          width: 100%;
          font-size: 12px;
          padding-top: 10px; } }
    .price-sect__unit .price {
      width: 16%;
      text-align: right;
      color: #aa5064;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-weight: 600;
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .price-sect__unit .price {
          width: 100%; } }
      .price-sect__unit .price .unit {
        font-size: 14px; }
  .price-sect__guarantee {
    border: 1px solid #aa5064;
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
    padding: 30px; }
    @media screen and (max-width: 767px) {
      .price-sect__guarantee {
        padding: 20px; } }
    .price-sect__guarantee .ttl {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-weight: 600;
      font-size: 24px;
      color: #aa5064;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .price-sect__guarantee .ttl {
          font-size: 20px;
          margin-bottom: 5px; } }
    @media screen and (max-width: 767px) {
      .price-sect__guarantee .body {
        text-align: left; } }

.col-wrap {
  padding: 144px 0 120px; }
  @media screen and (max-width: 767px) {
    .col-wrap {
      padding: 56px 0 60px; } }
  .col-wrap-inner {
    display: grid;
    grid-template-columns: calc(100% - 300px) 300px;
    grid-template-rows: 1fr auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px; }
    @media screen and (max-width: 767px) {
      .col-wrap-inner {
        display: block; } }
  @media screen and (max-width: 767px) {
    .col-wrap .main-col {
      padding: 0 25px; } }
  .col-wrap .side-col {
    padding-left: 40px; }
    @media screen and (max-width: 767px) {
      .col-wrap .side-col {
        padding: 80px 25px 0; } }
  .col-wrap .pagination {
    grid-area: 2 / 1 / 3 / 3; }

.archive-column__list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px; }
  @media screen and (max-width: 767px) {
    .archive-column__list {
      flex-direction: column;
      gap: 40px; } }

.archive-column__item {
  width: calc((100% - 60px) / 3); }
  @media screen and (max-width: 767px) {
    .archive-column__item {
      width: 100%; } }
  .archive-column__item a {
    color: #320f00; }
  .archive-column__item .img {
    height: 200px;
    margin: 0 0 20px; }
    .archive-column__item .img img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .archive-column__item .txt .data {
    display: flex;
    justify-content: space-between; }
  .archive-column__item .txt .date {
    font-size: 14px;
    font-weight: 500;
    color: #aa5064; }
  .archive-column__item .txt .category {
    font-size: 12px; }
    .archive-column__item .txt .category span {
      border: 1px solid #320f00;
      padding: 0 5px; }

.widget {
  margin-bottom: 56px; }
  .widget__ttl {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid #320f00;
    margin-bottom: 20px; }
  .widget ul li a {
    color: #320f00;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
    font-size: 16px;
    display: block; }
  .widget.widget-latest ul li {
    border-bottom: 1px solid #d6cfcc; }
    .widget.widget-latest ul li a {
      padding-bottom: 20px; }
      .widget.widget-latest ul li a .date {
        color: #aa5064;
        font-family: "Poppins", "Noto Sans JP", sans-serif;
        font-size: 14px; }
    .widget.widget-latest ul li:not(:first-child) a {
      padding-top: 20px; }

.single-column {
  max-width: 770px; }
  .single-column-header {
    padding: 0 0 48px; }
    @media screen and (max-width: 767px) {
      .single-column-header {
        padding: 0 0 16px; } }
    .single-column-header .ttl {
      font-size: 30px;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-weight: 600;
      border-bottom: 1px solid #320f00;
      padding: 0 0 40px; }
      @media screen and (max-width: 767px) {
        .single-column-header .ttl {
          font-size: 20px;
          padding: 0 0 16px; } }
    .single-column-header .data {
      display: flex;
      justify-content: space-between; }
    .single-column-header .date {
      font-size: 16px;
      font-weight: 500;
      color: #aa5064; }
    .single-column-header .category {
      font-size: 14px; }
      .single-column-header .category span {
        border: 1px solid #320f00;
        padding: 0 5px; }
  .single-column-cnt {
    padding: 0 0 120px; }
    @media screen and (max-width: 767px) {
      .single-column-cnt {
        padding: 0 0 80px; } }
    .single-column-cnt figure {
      padding: 40px 0; }
    .single-column-cnt h2,
    .single-column-cnt h3,
    .single-column-cnt h4,
    .single-column-cnt h5 {
      margin-top: 3em; }
    .single-column-cnt h2 {
      font-size: 22px;
      color: #aa5064;
      border-bottom: 1px solid #aa5064;
      padding-bottom: 8px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .single-column-cnt h2 {
          font-size: 20px; } }
    .single-column-cnt h3 {
      font-size: 16px;
      border-bottom: 1px solid #320f00;
      padding-bottom: 5px;
      margin-bottom: 20px; }
    .single-column-cnt ul {
      list-style: none !important; }
      .single-column-cnt ul li {
        position: relative;
        padding-left: 22px;
        font-weight: bold;
        margin-bottom: 10px; }
        .single-column-cnt ul li:before {
          content: "";
          display: block;
          width: 6px;
          height: 6px;
          background: #320f00;
          border-radius: 50%;
          position: absolute;
          left: 0;
          top: 10px;
          font-size: 10px; }
  .single-column-nav {
    display: flex;
    justify-content: space-between;
    padding: 16px 0 40px;
    border-top: 1px solid #320f00; }
    .single-column-nav .prev a img,
    .single-column-nav .next a img {
      width: 50px; }
  .single-column .c-btn {
    padding-top: 80px; }
    @media screen and (max-width: 767px) {
      .single-column .c-btn {
        padding-top: 40px; } }
    .single-column .c-btn a {
      display: inline-flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0px 0;
      min-width: 370px; }
      @media screen and (max-width: 767px) {
        .single-column .c-btn a {
          display: inline-flex;
          padding: 17px 0 0;
          min-width: 250px;
          justify-content: center;
          gap: 20px; } }
      .single-column .c-btn a .label {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: 600;
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          .single-column .c-btn a .label {
            font-size: 13px; } }

.archive-news {
  max-width: 770px; }
  .archive-news__item {
    border-bottom: 1px solid #d6cfcc; }
    .archive-news__item:first-child a {
      padding-top: 0; }
    .archive-news__item a {
      color: #320f00;
      display: block;
      padding: 35px 0; }
      .archive-news__item a .data {
        display: flex;
        align-items: center;
        gap: 30px;
        margin-bottom: 8px; }
      .archive-news__item a .date {
        font-size: 16px;
        font-weight: 500;
        color: #aa5064; }
      .archive-news__item a .category {
        font-size: 13px; }
        .archive-news__item a .category span {
          border: 1px solid #320f00;
          padding: 3px 35px; }
      .archive-news__item a .ttl {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: 600;
        font-size: 20px;
        position: relative;
        padding-right: 60px;
        line-height: 1.75; }
      .archive-news__item a .arrow {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        line-height: 1; }
        .archive-news__item a .arrow img {
          width: 50px;
          vertical-align: middle; }

.monitor-intro {
  text-align: center;
  padding: 120px 0 56px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .monitor-intro {
      padding: 56px 25px 32px;
      text-align: left; } }
  .monitor-intro__ttl {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 48px; }
    @media screen and (max-width: 767px) {
      .monitor-intro__ttl {
        font-size: 7.33333vw; } }

.wb-img {
  padding: 56px 0 64px;
  background: white;
  background: linear-gradient(0deg, #f5f0ed 50%, white 50%);
  position: relative; }
  @media screen and (max-width: 767px) {
    .wb-img {
      padding: 32px 25px 0; } }
  .wb-img:before {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    background: url(../images/common/semicircle-layer-white.svg) no-repeat center/cover;
    aspect-ratio: 1600 / 70;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0; }
  .wb-img-inner {
    position: relative;
    z-index: 1; }

.monitor-reco {
  background: #f5f0ed;
  padding: 56px 0 80px; }
  @media screen and (max-width: 767px) {
    .monitor-reco {
      padding: 56px 25px 80px; } }
  .monitor-reco__ttl {
    text-align: center;
    font-size: 40px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
    margin-bottom: 56px; }
    @media screen and (max-width: 767px) {
      .monitor-reco__ttl {
        font-size: 24px;
        margin-bottom: 24px; } }
    .monitor-reco__ttl span {
      border-bottom: 1px solid #320f00; }
  .monitor-reco__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    @media screen and (max-width: 767px) {
      .monitor-reco__list {
        gap: 20px; } }
    .monitor-reco__list > li {
      width: calc((100% - 90px) / 4);
      background: #fff;
      text-align: center;
      padding: 30px 0; }
      @media screen and (max-width: 767px) {
        .monitor-reco__list > li {
          width: 100%;
          padding: 20px 0; } }
      .monitor-reco__list > li .icon {
        margin-bottom: 15px; }
        .monitor-reco__list > li .icon img {
          width: 30px; }
      .monitor-reco__list > li .txt {
        font-size: 20px;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: 600;
        line-height: 1.5; }

.monitor-info {
  position: relative;
  background: #fff;
  padding: 120px 0 120px; }
  @media screen and (max-width: 767px) {
    .monitor-info {
      padding: 40px 0 64px; } }
  .monitor-info .index-menu__bg {
    top: 140px; }
    @media screen and (max-width: 767px) {
      .monitor-info .index-menu__bg {
        top: 80px; } }
  .monitor-info .bubble-4 {
    padding: 80px 0 0; }
    @media screen and (max-width: 767px) {
      .monitor-info .bubble-4 {
        padding: 30px 0 0; } }
  .monitor-info-inner {
    position: relative;
    z-index: 1;
    padding: 40px 0 0; }
    @media screen and (max-width: 767px) {
      .monitor-info-inner {
        padding: 40px 25px 0; } }
  .monitor-info__unit-wrap {
    padding-top: 40px;
    margin-bottom: 24px; }
    @media screen and (max-width: 767px) {
      .monitor-info__unit-wrap {
        padding-top: 0; } }
  .monitor-info__unit {
    display: flex;
    border-bottom: 1px solid #d6cfcc;
    padding: 48px 0; }
    @media screen and (max-width: 767px) {
      .monitor-info__unit {
        display: block;
        padding: 24px 0; } }
    .monitor-info__unit .term {
      width: 34%;
      font-size: 30px;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-weight: 600;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .monitor-info__unit .term {
          width: 100%;
          font-size: 22px;
          margin-bottom: 10px; } }
    .monitor-info__unit .desc {
      width: 66%; }
      @media screen and (max-width: 767px) {
        .monitor-info__unit .desc {
          width: 100%;
          font-size: 12px; } }
  .monitor-info__note {
    text-align: center;
    padding-top: 64px; }
    @media screen and (max-width: 767px) {
      .monitor-info__note {
        padding-top: 40px; } }
  .monitor-info .c-btn {
    padding-top: 80px; }
    @media screen and (max-width: 767px) {
      .monitor-info .c-btn {
        padding-top: 40px; } }
    .monitor-info .c-btn a {
      display: inline-flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0px 0;
      min-width: 370px; }
      @media screen and (max-width: 767px) {
        .monitor-info .c-btn a {
          display: inline-flex;
          padding: 17px 0 0;
          min-width: 250px;
          justify-content: center;
          gap: 20px; } }
      .monitor-info .c-btn a .label {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: 600;
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          .monitor-info .c-btn a .label {
            font-size: 13px; } }
      .monitor-info .c-btn a .arrow img {
        width: 50px; }
        @media screen and (max-width: 767px) {
          .monitor-info .c-btn a .arrow img {
            width: 26px; } }

.bridal-reco {
  background: #f5f0ed;
  padding: 56px 0 80px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .bridal-reco {
      padding: 56px 25px 80px; } }
  .bridal-reco .index-menu__bg {
    top: -60px; }
  .bridal-reco__ttl {
    text-align: center;
    font-size: 40px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
    margin-bottom: 56px; }
    @media screen and (max-width: 767px) {
      .bridal-reco__ttl {
        font-size: 24px;
        margin-bottom: 24px;
        text-align: left; } }
  .bridal-reco__body {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .bridal-reco__body {
        text-align: left; } }

.bridal-beforeafter {
  text-align: center;
  padding: 184px 0 96px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .bridal-beforeafter {
      padding: 96px 25px 80px; } }
  .bridal-beforeafter .index-menu__bg {
    top: 100px; }
  .bridal-beforeafter-flex {
    padding: 80px 0 24px;
    display: flex;
    gap: 70px; }
    @media screen and (max-width: 767px) {
      .bridal-beforeafter-flex {
        padding: 40px 0 24px;
        gap: 30px; } }
    .bridal-beforeafter-flex .before,
    .bridal-beforeafter-flex .after {
      width: calc((100% - 70px) / 2); }
      @media screen and (max-width: 767px) {
        .bridal-beforeafter-flex .before,
        .bridal-beforeafter-flex .after {
          width: calc((100% - 30px) / 2); } }
      .bridal-beforeafter-flex .before .label,
      .bridal-beforeafter-flex .after .label {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          .bridal-beforeafter-flex .before .label,
          .bridal-beforeafter-flex .after .label {
            font-size: 14px; } }
      .bridal-beforeafter-flex .before .txt,
      .bridal-beforeafter-flex .after .txt {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-size: 20px;
        font-weight: 600;
        padding-top: 15px; }
        @media screen and (max-width: 767px) {
          .bridal-beforeafter-flex .before .txt,
          .bridal-beforeafter-flex .after .txt {
            font-size: 14px;
            line-height: 1.5; } }
    .bridal-beforeafter-flex .before .img {
      position: relative; }
      .bridal-beforeafter-flex .before .img:after {
        content: "";
        display: block;
        width: 42px;
        height: 16px;
        background: url(../images/top/arrow-beforeafter.svg) no-repeat center/cover;
        position: absolute;
        right: -57px;
        top: 50%;
        transform: translate(0, -50%); }
        @media screen and (max-width: 767px) {
          .bridal-beforeafter-flex .before .img:after {
            width: 21px;
            height: 8px;
            right: -26px; } }
    .bridal-beforeafter-flex .after .label {
      color: #aa5064; }
  .bridal-beforeafter__note {
    text-align: center;
    padding-top: 64px; }
    @media screen and (max-width: 767px) {
      .bridal-beforeafter__note {
        padding-top: 40px; } }
  .bridal-beforeafter .c-btn {
    padding-top: 80px; }
    @media screen and (max-width: 767px) {
      .bridal-beforeafter .c-btn {
        padding-top: 40px; } }
    .bridal-beforeafter .c-btn a {
      display: inline-flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0px 0;
      min-width: 370px; }
      @media screen and (max-width: 767px) {
        .bridal-beforeafter .c-btn a {
          display: inline-flex;
          padding: 17px 0 0;
          min-width: 250px;
          justify-content: center;
          gap: 20px; } }
      .bridal-beforeafter .c-btn a .label {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: 600;
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          .bridal-beforeafter .c-btn a .label {
            font-size: 13px; } }
      .bridal-beforeafter .c-btn a .arrow img {
        width: 50px; }
        @media screen and (max-width: 767px) {
          .bridal-beforeafter .c-btn a .arrow img {
            width: 26px; } }

.reason-policy {
  background: url(../images/reason/reason-2.png) no-repeat center bottom/cover;
  text-align: center;
  position: relative;
  aspect-ratio: 3200 / 1400;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .reason-policy {
      background: url(../images/reason/sp/reason-2.png) no-repeat center bottom/cover;
      aspect-ratio: 1500 / 2100;
      text-align: left;
      padding: 0 25px; } }

.reason-confidence {
  text-align: center;
  padding: 184px 0 96px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .reason-confidence {
      padding: 72px 25px;
      text-align: left; } }
  .reason-confidence .index-menu__bg {
    top: 100px; }
  .reason-confidence .c-btn {
    padding-top: 160px; }
    @media screen and (max-width: 767px) {
      .reason-confidence .c-btn {
        padding-top: 40px; } }
    .reason-confidence .c-btn a {
      display: inline-flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0px 0;
      min-width: 370px; }
      @media screen and (max-width: 767px) {
        .reason-confidence .c-btn a {
          display: inline-flex;
          padding: 17px 0 0;
          min-width: 250px;
          justify-content: center;
          gap: 20px; } }
      .reason-confidence .c-btn a .label {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: 600;
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          .reason-confidence .c-btn a .label {
            font-size: 13px; } }
      .reason-confidence .c-btn a .arrow img {
        width: 50px; }
        @media screen and (max-width: 767px) {
          .reason-confidence .c-btn a .arrow img {
            width: 26px; } }

.counseling-intro {
  text-align: center;
  padding: 120px 0 56px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .counseling-intro {
      padding: 56px 25px 32px;
      text-align: left; } }
  .counseling-intro__check {
    padding: 0 0 48px; }
    .counseling-intro__check ul {
      display: flex;
      flex-wrap: wrap;
      gap: 30px; }
      @media screen and (max-width: 767px) {
        .counseling-intro__check ul {
          display: block; } }
      .counseling-intro__check ul li {
        width: calc((100% - 30px) / 2);
        display: flex;
        border-bottom: 1px solid #d6cfcc;
        padding: 0 0 15px; }
        @media screen and (max-width: 767px) {
          .counseling-intro__check ul li {
            width: 100%;
            padding: 15px 0; } }
        .counseling-intro__check ul li .icon {
          width: 26px; }
          .counseling-intro__check ul li .icon img {
            width: 100%; }
        .counseling-intro__check ul li .txt {
          width: calc(100%- 26px);
          padding-left: 15px;
          padding-top: 3px;
          font-size: 20px;
          font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
          font-weight: 600;
          line-height: 1.5; }

.counseling-learn {
  text-align: center;
  padding: 15vw 0 7.5vw;
  position: relative; }
  @media screen and (max-width: 767px) {
    .counseling-learn {
      padding: 88px 25px;
      text-align: left; } }
  .counseling-learn .index-menu__bg {
    top: 110px; }
  .counseling-learn-flex {
    display: flex;
    gap: 30px; }
    @media screen and (max-width: 767px) {
      .counseling-learn-flex {
        display: block; } }
    .counseling-learn-flex > .img,
    .counseling-learn-flex > .txt {
      width: calc((100% - 30px) / 2); }
      @media screen and (max-width: 767px) {
        .counseling-learn-flex > .img,
        .counseling-learn-flex > .txt {
          width: 100%; } }
    .counseling-learn-flex .txt .check {
      font-size: 20px;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-weight: 600;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .counseling-learn-flex .txt .check {
          font-size: 16px; } }
      .counseling-learn-flex .txt .check__box {
        border: 1px solid #aa5064;
        padding: 60px;
        margin-bottom: 30px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .counseling-learn-flex .txt .check__box {
            padding: 30px; } }
        .counseling-learn-flex .txt .check__box:after {
          content: "";
          display: block;
          width: 1px;
          height: 60px;
          background: #aa5064;
          position: absolute;
          left: 50%;
          bottom: -30px;
          transform: translate(-50%, 0); }
        .counseling-learn-flex .txt .check__box ul li {
          display: flex;
          margin-bottom: 25px; }
          .counseling-learn-flex .txt .check__box ul li .icon {
            width: 26px; }
            .counseling-learn-flex .txt .check__box ul li .icon img {
              width: 100%; }
          .counseling-learn-flex .txt .check__box ul li .txt {
            width: calc(100%- 26px);
            padding-left: 15px;
            padding-top: 3px; }
            .counseling-learn-flex .txt .check__box ul li .txt span {
              color: #aa5064; }
      .counseling-learn-flex .txt .check__note .line {
        border-bottom: 1px solid #d6cfcc;
        padding: 13px 0 5px; }
        @media screen and (max-width: 767px) {
          .counseling-learn-flex .txt .check__note .line {
            text-align: center; } }
    .counseling-learn-flex .img {
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .counseling-learn-flex .img {
          padding: 30px 0 0; } }
      .counseling-learn-flex .img .caption {
        padding-top: 15px;
        font-size: 16px; }
        @media screen and (max-width: 767px) {
          .counseling-learn-flex .img .caption {
            text-align: center; } }

.counseling-spineline {
  background: url(../images/counseling/counseling-5.png) no-repeat center bottom/cover;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14vw 0 100px; }
  @media screen and (max-width: 767px) {
    .counseling-spineline {
      background: url(../images/counseling/sp/counseling-5.png) no-repeat center bottom/cover;
      text-align: left;
      padding: 16vw 25px 60px; } }
  .counseling-spineline__list {
    display: flex;
    justify-content: center;
    gap: 40px; }
    @media screen and (max-width: 767px) {
      .counseling-spineline__list {
        gap: 8px; } }
    .counseling-spineline__list > li {
      width: 200px; }
      @media screen and (max-width: 767px) {
        .counseling-spineline__list > li {
          width: calc((100% - 16px) / 3); } }

.counseling-shoulderline {
  text-align: center;
  margin-top: -4.375vw;
  padding: 15vw 0 10vw;
  position: relative;
  background-color: #f5f0ed; }
  @media screen and (max-width: 767px) {
    .counseling-shoulderline {
      padding: 96px 25px 80px;
      text-align: left;
      margin-top: -8.66667vw; } }
  .counseling-shoulderline .index-menu__bg {
    top: 70px; }
  .counseling-shoulderline__img {
    position: relative;
    z-index: 1; }
    .counseling-shoulderline__img ul {
      display: flex;
      gap: 30px; }
      .counseling-shoulderline__img ul li {
        width: calc((100% - 30px) / 2); }
  .counseling-shoulderline__txt {
    font-size: 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
    padding-top: 56px; }
    @media screen and (max-width: 767px) {
      .counseling-shoulderline__txt {
        font-size: 18px;
        padding-top: 32px; } }
    .counseling-shoulderline__txt span {
      border-bottom: 1px solid #d6cfcc;
      display: inline-block; }

.counseling-cv {
  text-align: center;
  padding: 184px 0 96px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .counseling-cv {
      padding: 72px 25px;
      text-align: left; } }
  .counseling-cv .index-menu__bg {
    top: 100px; }
  .counseling-cv .c-btn {
    padding-top: 80px; }
    @media screen and (max-width: 767px) {
      .counseling-cv .c-btn {
        padding-top: 40px; } }
    .counseling-cv .c-btn a {
      display: inline-flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0px 0;
      min-width: 370px; }
      @media screen and (max-width: 767px) {
        .counseling-cv .c-btn a {
          display: inline-flex;
          padding: 17px 0 0;
          min-width: 250px;
          justify-content: center;
          gap: 20px; } }
      .counseling-cv .c-btn a .label {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: 600;
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          .counseling-cv .c-btn a .label {
            font-size: 13px; } }
      .counseling-cv .c-btn a .arrow img {
        width: 50px; }
        @media screen and (max-width: 767px) {
          .counseling-cv .c-btn a .arrow img {
            width: 26px; } }

.reserve-ba {
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .reserve-ba {
      padding: 50px 15px; } }
  .reserve-ba-inner {
    border: 1px solid #aa5064;
    padding: 50px 100px; }
    @media screen and (max-width: 767px) {
      .reserve-ba-inner {
        padding: 15px; } }
  .reserve-ba__list {
    display: flex;
    gap: 80px; }
    @media screen and (max-width: 767px) {
      .reserve-ba__list {
        flex-direction: column;
        gap: 60px; } }
    .reserve-ba__list > li {
      width: calc((100% - 80px) / 2);
      text-align: center; }
      @media screen and (max-width: 767px) {
        .reserve-ba__list > li {
          width: 100%; } }
      .reserve-ba__list > li .label {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-size: 30px; }
        @media screen and (max-width: 767px) {
          .reserve-ba__list > li .label {
            font-size: 20px; } }
      .reserve-ba__list > li.before {
        position: relative; }
        .reserve-ba__list > li.before:after {
          content: "";
          display: block;
          width: 43px;
          height: 16px;
          background: url(../images/top/arrow-beforeafter.svg) no-repeat center/cover;
          position: absolute;
          right: -65px;
          top: calc(50% + 32px);
          transform: translate(0, -50%); }
          @media screen and (max-width: 767px) {
            .reserve-ba__list > li.before:after {
              width: 32px;
              height: 12px;
              right: auto;
              left: 50%;
              top: auto;
              bottom: -40px;
              transform: translate(-50%, 0) rotate(90deg); } }
      .reserve-ba__list > li.after .label {
        color: #aa5064; }
      .reserve-ba__list > li.after .img img {
        border: 2px solid #aa5064; }
  .reserve-ba__ttl {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .reserve-ba__ttl {
        padding: 5px 0 20px; } }
    .reserve-ba__ttl img {
      max-width: 727px; }

.reserve-guarantee {
  padding: 100px 0;
  background: #f5f0ed; }
  @media screen and (max-width: 767px) {
    .reserve-guarantee {
      padding: 50px 15px; } }

.reserve-sect {
  padding: 120px 0; }
  @media screen and (max-width: 767px) {
    .reserve-sect {
      padding: 40px 25px; } }
  .reserve-sect-inner {
    max-width: 770px;
    margin: 0 auto; }
  .reserve-sect__ttl {
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 48px; }
    @media screen and (max-width: 767px) {
      .reserve-sect__ttl {
        font-size: 7.33333vw;
        margin-bottom: 24px; } }
  .reserve-sect__lead {
    text-align: center; }
  .reserve-sect-nav {
    padding: 56px 0; }
    @media screen and (max-width: 767px) {
      .reserve-sect-nav {
        padding: 40px 0; } }
    .reserve-sect-nav .list {
      display: flex;
      justify-content: center;
      gap: 60px; }
      @media screen and (max-width: 767px) {
        .reserve-sect-nav .list {
          gap: 30px; } }
      .reserve-sect-nav .list .item {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        border: 1px solid #aa5064;
        color: #aa5064;
        font-size: 18px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .reserve-sect-nav .list .item {
            width: 80px;
            height: 80px; } }
        .reserve-sect-nav .list .item:after {
          content: "";
          display: block;
          width: 6px;
          height: 10px;
          background: url(../images/reserve/arrow-right.svg) no-repeat center/cover;
          position: absolute;
          right: -33px;
          top: 50%;
          transform: translate(0, -50%); }
          @media screen and (max-width: 767px) {
            .reserve-sect-nav .list .item:after {
              right: -20px; } }
        .reserve-sect-nav .list .item.current {
          background: #aa5064;
          color: #fff; }
        .reserve-sect-nav .list .item:last-child:after {
          display: none; }
  .reserve-sect-form form {
    line-height: 1.8;
    font-size: 16px; }
    .reserve-sect-form form table {
      width: 100%;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .reserve-sect-form form table {
          display: block; } }
      @media screen and (max-width: 767px) {
        .reserve-sect-form form table tbody,
        .reserve-sect-form form table thead,
        .reserve-sect-form form table tr,
        .reserve-sect-form form table th,
        .reserve-sect-form form table td {
          display: block;
          width: 100%; } }
      .reserve-sect-form form table th,
      .reserve-sect-form form table td {
        text-align: left;
        border-bottom: 1px solid #ebe3e1;
        padding: 20px 0; }
      .reserve-sect-form form table th {
        font-weight: normal;
        position: relative;
        width: 222px;
        font-weight: bold;
        padding-top: 30px; }
        @media screen and (max-width: 767px) {
          .reserve-sect-form form table th {
            width: 100%;
            border: none;
            padding-bottom: 0;
            padding-top: 20px; } }
        .reserve-sect-form form table th .required {
          color: #fff;
          background: #aa5064;
          font-size: 12px;
          padding: 1px 4px 2px;
          margin-left: 10px;
          position: relative;
          top: -1px;
          font-weight: normal; }
          @media screen and (max-width: 767px) {
            .reserve-sect-form form table th .required {
              position: static; } }
      .reserve-sect-form form table td {
        font-weight: 500; }
        @media screen and (max-width: 767px) {
          .reserve-sect-form form table td {
            padding-top: 10px; } }
        .reserve-sect-form form table td input[type="text"],
        .reserve-sect-form form table td input[type="email"],
        .reserve-sect-form form table td input[type="tel"],
        .reserve-sect-form form table td textarea {
          background: #f9f6f4;
          width: 100%;
          padding: 10px;
          border-radius: 0;
          border: 1px solid #ad9f99; }
          .reserve-sect-form form table td input[type="text"].widthauto,
          .reserve-sect-form form table td input[type="email"].widthauto,
          .reserve-sect-form form table td input[type="tel"].widthauto,
          .reserve-sect-form form table td textarea.widthauto {
            width: auto; }
          @media screen and (max-width: 767px) {
            .reserve-sect-form form table td input[type="text"].age,
            .reserve-sect-form form table td input[type="email"].age,
            .reserve-sect-form form table td input[type="tel"].age,
            .reserve-sect-form form table td textarea.age {
              width: 60px; } }
        .reserve-sect-form form table td select {
          background: #f9f6f4 url(../images/reserve/arrow-down.svg) no-repeat right 10px center/10px auto;
          width: 280px;
          padding: 10px;
          border-radius: 0;
          border: 1px solid #ad9f99; }
          @media screen and (max-width: 767px) {
            .reserve-sect-form form table td select {
              width: 100%; } }
        .reserve-sect-form form table td ::-webkit-input-placeholder {
          color: #c1b7b2; }
        .reserve-sect-form form table td :-ms-input-placeholder {
          color: #c1b7b2 !important; }
        .reserve-sect-form form table td ::-moz-placeholder {
          color: #c1b7b2;
          opacity: 1; }
        .reserve-sect-form form table td ::placeholder {
          color: #c1b7b2;
          opacity: 1; }
        .reserve-sect-form form table td textarea {
          height: 250px; }
        .reserve-sect-form form table td .menu-wrap {
          display: flex;
          gap: 10px;
          align-items: center; }
          @media screen and (max-width: 767px) {
            .reserve-sect-form form table td .menu-wrap {
              flex-direction: column;
              align-items: stretch; }
              .reserve-sect-form form table td .menu-wrap p {
                display: none; } }
          .reserve-sect-form form table td .menu-wrap .menu-note {
            background: #aa5064;
            color: #fff;
            padding: 4px 10px;
            transition: all 0.3s ease 0s;
            font-size: 14px;
            text-align: center; }
        .reserve-sect-form form table td .address-wrap {
          display: flex;
          flex-direction: column;
          gap: 20px; }
          @media screen and (max-width: 767px) {
            .reserve-sect-form form table td .address-wrap {
              gap: 10px; } }
        .reserve-sect-form form table td .zip-wrap {
          display: flex;
          gap: 10px;
          align-items: center; }
          @media screen and (max-width: 767px) {
            .reserve-sect-form form table td .zip-wrap {
              display: block; }
              .reserve-sect-form form table td .zip-wrap p {
                display: none; } }
          .reserve-sect-form form table td .zip-wrap .mwform-zip-field input {
            width: 100px; }
          .reserve-sect-form form table td .zip-wrap .zip-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center; }
            @media screen and (max-width: 767px) {
              .reserve-sect-form form table td .zip-wrap .zip-btn {
                width: 100%;
                margin-top: 10px; } }
            .reserve-sect-form form table td .zip-wrap .zip-btn input {
              background: #aa5064;
              color: #fff;
              padding: 4px 10px;
              transition: all 0.3s ease 0s;
              font-size: 14px; }
              @media screen and (max-width: 767px) {
                .reserve-sect-form form table td .zip-wrap .zip-btn input {
                  border-radius: 5px;
                  width: 100%;
                  padding: 10px; } }
              .reserve-sect-form form table td .zip-wrap .zip-btn input:hover {
                opacity: 0.5; }
        .reserve-sect-form form table td .reservation-wrap {
          display: flex;
          gap: 10px; }
          .reserve-sect-form form table td .reservation-wrap p {
            display: none; }
          .reserve-sect-form form table td .reservation-wrap .date select,
          .reserve-sect-form form table td .reservation-wrap .time select {
            width: 100%; }
          .reserve-sect-form form table td .reservation-wrap .date {
            width: 60%; }
          .reserve-sect-form form table td .reservation-wrap .time {
            width: 40%; }
        .reserve-sect-form form table td .bodysize-list {
          display: flex;
          flex-wrap: wrap;
          gap: 20px; }
          .reserve-sect-form form table td .bodysize-list > li {
            width: calc((100% - 20px) / 2);
            display: flex;
            align-items: center; }
            @media screen and (max-width: 767px) {
              .reserve-sect-form form table td .bodysize-list > li {
                flex-wrap: wrap; } }
            .reserve-sect-form form table td .bodysize-list > li .label {
              width: 5em; }
              @media screen and (max-width: 767px) {
                .reserve-sect-form form table td .bodysize-list > li .label {
                  font-size: 12px;
                  width: 100%; } }
            .reserve-sect-form form table td .bodysize-list > li .input {
              width: calc(100% - 8em); }
              @media screen and (max-width: 767px) {
                .reserve-sect-form form table td .bodysize-list > li .input {
                  width: calc(100% - 40px); } }
            .reserve-sect-form form table td .bodysize-list > li .unit {
              width: 3em;
              padding-left: 6px; }
              @media screen and (max-width: 767px) {
                .reserve-sect-form form table td .bodysize-list > li .unit {
                  font-size: 12px; } }
        .reserve-sect-form form table td .upload_file-wrap {
          width: 100%;
          padding: 8px;
          border-radius: 0;
          border: 1px solid #707070;
          border-radius: 5px; }
        .reserve-sect-form form table td .upload_file__note {
          padding-top: 10px; }
        .reserve-sect-form form table td .td-ttl {
          font-weight: 700;
          padding: 0 0 5px; }
        .reserve-sect-form form table td .flex-birth + .td-ttl {
          padding-top: 20px; }
        .reserve-sect-form form table td .cancel-policy {
          padding: 20px 10px 20px 30px;
          height: 300px;
          background: #f9f6f4;
          border: 1px solid #ad9f99; }
          .reserve-sect-form form table td .cancel-policy-inner {
            height: 100%;
            overflow: auto;
            padding-right: 20px; }
            .reserve-sect-form form table td .cancel-policy-inner .ttl {
              font-size: 20px;
              font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
              font-weight: 600;
              margin-bottom: 24px; }
            .reserve-sect-form form table td .cancel-policy-inner p {
              font-size: 13px;
              line-height: 2; }
        .reserve-sect-form form table td > p {
          margin: 0; }
        .reserve-sect-form form table td .note {
          font-size: 12px;
          padding-top: 10px; }
      .reserve-sect-form form table tr.reservation-tr th,
      .reserve-sect-form form table tr.reservation-tr td {
        border: none;
        padding-bottom: 0px; }
      .reserve-sect-form form table tr.reservation-tr.last th,
      .reserve-sect-form form table tr.reservation-tr.last td {
        border-bottom: 1px solid #ebe3e1;
        padding-bottom: 20px; }
      .reserve-sect-form form table tr.radio-tr th {
        border-bottom: 1px solid #320f00; }
      .reserve-sect-form form table tr.radio-tr td {
        padding-top: 10px;
        padding-bottom: 25px; }
      .reserve-sect-form form table tr.c2 td {
        display: flex;
        justify-content: space-between; }
        .reserve-sect-form form table tr.c2 td .input-wrap {
          width: calc(50% - 10px); }
      .reserve-sect-form form table tr.address .line-1,
      .reserve-sect-form form table tr.address .line-2 {
        margin-bottom: 20px; }
      .reserve-sect-form form table tr.address .line-1 {
        display: flex;
        align-items: center;
        gap: 20px; }
        .reserve-sect-form form table tr.address .line-1 .input-wrap {
          display: flex; }
          .reserve-sect-form form table tr.address .line-1 .input-wrap .mwform-zip-field {
            display: flex;
            align-items: center;
            gap: 5px; }
        .reserve-sect-form form table tr.address .line-1 .label {
          background: #aa5064;
          color: #fff;
          font-size: 14px;
          font-weight: 400;
          padding: 2px 10px; }
    .reserve-sect-form form .input-wrap {
      position: relative; }
    .reserve-sect-form form .agree {
      padding: 50px 0 0;
      display: flex;
      justify-content: center;
      color: #aa5064;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .reserve-sect-form form .agree {
          margin: 0;
          font-size: 12px; } }
      .reserve-sect-form form .agree .input-wrap .error {
        position: absolute;
        left: 0;
        bottom: -27px;
        white-space: nowrap; }
      .reserve-sect-form form .agree .input-wrap .mwform-checkbox-field label {
        font-weight: bold; }
      .reserve-sect-form form .agree a {
        font-weight: bold;
        border-bottom: 1px solid #aa5064;
        padding-bottom: 5px;
        color: #aa5064; }
        .reserve-sect-form form .agree a:hover {
          border-bottom: none; }
      .reserve-sect-form form .agree .agree-check {
        margin: 0 8px 5px 0;
        transform: scale(1.3); }
        .reserve-sect-form form .agree .agree-check + .mwform-checkbox-field-text {
          display: none; }
    .reserve-sect-form form .button-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 64px 0 40px;
      gap: 32px; }
      @media screen and (max-width: 767px) {
        .reserve-sect-form form .button-wrap {
          flex-direction: column-reverse; } }
    .reserve-sect-form form .input-btn {
      background-color: #aa5064;
      background-image: url(../images/common/arrow-right-white.svg);
      background-repeat: no-repeat;
      background-position: right 20px center;
      background-size: 27px auto;
      color: #fff;
      font-size: 16px;
      position: relative;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 300px;
      height: 50px;
      transition: all 0.3s ease 0s; }
      @media screen and (max-width: 767px) {
        .reserve-sect-form form .input-btn {
          width: 100%; } }
      .reserve-sect-form form .input-btn:hover {
        opacity: 0.5; }
    .reserve-sect-form form .input-btn.back {
      border: 2px solid #b9b9b9;
      background: #b9b9b9 url(../images/common/arrow-circle-right-white.svg) no-repeat right 10px center/25px 25px;
      color: #fff; }
      .reserve-sect-form form .input-btn.back:hover {
        opacity: 0.5; }
    .reserve-sect-form form .error {
      font-size: 12px;
      line-height: 1.4;
      margin-top: 5px; }
  .reserve-sect-form.confirm table tr.cancel-policy-tr {
    display: none; }
  .reserve-sect-form.confirm table tr.reservation-tr th,
  .reserve-sect-form.confirm table tr.reservation-tr td {
    padding: 15px 0; }
  @media screen and (max-width: 767px) {
    .reserve-sect-form.confirm table tr.last th,
    .reserve-sect-form.confirm table tr.last td {
      border-bottom: none;
      padding-bottom: 0px; } }
  .reserve-sect-form.confirm table th {
    border-bottom: 1px solid #dedede;
    padding: 20px 0; }
    @media screen and (max-width: 767px) {
      .reserve-sect-form.confirm table th {
        border: none;
        padding-bottom: 0; } }
    .reserve-sect-form.confirm table th .required {
      display: none; }
  .reserve-sect-form.confirm table td {
    padding: 20px 0; }
    @media screen and (max-width: 767px) {
      .reserve-sect-form.confirm table td {
        padding-top: 10px; } }
    .reserve-sect-form.confirm table td .zip-wrap .zip-btn {
      display: none; }
    .reserve-sect-form.confirm table td .address-wrap {
      gap: 0; }
    .reserve-sect-form.confirm table td .note {
      display: none; }
    .reserve-sect-form.confirm table td .bodysize-list > li .input input {
      text-align: right; }
  .reserve-sect-form.confirm .agree {
    display: none; }
  .reserve-sect-message {
    text-align: center; }

@-moz-document url-prefix() {}/* -------------------
  OBJECT FIT FOR IE
--------------------*/
.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

/*# sourceMappingURL=../maps/index.css.map */

.note {position: absolute;right: 5vw;bottom: 20vw;z-index: 5;width: 25vw;height: 5vw;}@media screen and (max-width: 767px){.note {right: 13vw;bottom: 38vw;width: 75vw;height: auto;}.index-kv-news {bottom: 10vw;padding: 10px 20px;}}