@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
:root {
  --color-txt: #000;
  --color_blo:#805230;
  --color_red-blo:#290404;
  --color_green:#5D6A3A;
}

.c__fill-brown {
  fill: var(--color-txt, #191919);
}

.c__fill-w {
  fill: #fff;
}

.c__fill-rule {
  fill-rule: evenodd;
}

#container .c__col-w {
  color: #fff !important;
}
#container .c__fz-18 {
  font-size: 1rem !important;
}
@media screen and (min-width: 820px) {
  #container .c__fz-18 {
    font-size: 1.125rem !important;
  }
}
#container .c__fz-16 {
  font-size: 1rem !important;
}
#container .c__fz-14 {
  font-size: 0.875rem !important;
}
#container .c__fz-12 {
  font-size: 0.75rem !important;
}
#container .c__fz-24 {
  font-size: 1.125rem !important;
}
@media screen and (min-width: 820px) {
  #container .c__fz-24 {
    font-size: 1.5rem !important;
  }
}
#container .c__fz-28 {
  font-size: 1.75rem !important;
}
#container .c__tetal-center {
  text-align: center !important;
}
#container .c__tetal-l {
  text-align: left !important;
}
#container .c__mt-0 {
  margin-top: 0rem !important;
}
#container .c__mt-120 {
  margin-top: 7.5rem !important;
}
#container .c__mt-30 {
  margin-top: 1.875rem !important;
}
#container .c__anim-fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 1.875rem);
          transform: translate(0, 1.875rem);
  -webkit-animation: fadeIn2 0.4s 1 1s ease both;
          animation: fadeIn2 0.4s 1 1s ease both;
}
#container .c__dis-none {
  display: none !important;
}
#container .content [class^=parts__btn] {
  margin: 3.125rem 0 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 820px) {
  #container .content [class^=parts__btn] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
  }
}
#container .content [class^=parts__btn] .parts__btn__a {
  background: var(--color-txt_08, rgba(35, 24, 21, 0.8));
  margin: 0;
  min-width: 13.75rem;
  padding: 1rem 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  border: solid 2px #fff;
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  #container .content [class^=parts__btn] .parts__btn__a {
    min-width: 18.75rem;
    padding: 1.25rem 1.875rem;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 820px) and (max-width: 1400px) {
  #container .content [class^=parts__btn] .parts__btn__a {
    min-width: auto;
  }
}
#container .content [class^=parts__btn] .parts__btn__a:link, #container .content [class^=parts__btn] .parts__btn__a:visited {
  color: #fff;
}
#container .content [class^=parts__btn] .parts__btn__a:hover {
  opacity: 1;
  color: #fff !important;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container .content [class^=parts__btn] .parts__btn__a:hover::before {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container .content [class^=parts__btn] .parts__btn__a[target=_blank]::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url(/img/ico_blank.svg) no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  margin-left: 0.625rem;
}
#container .content [class^=parts__btn] .parts__btn__a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-txt);
  z-index: -1;
  -webkit-transform: translate(calc(-100% - 0.125rem), 0);
          transform: translate(calc(-100% - 0.125rem), 0);
  -webkit-transition: all 0.4s ease 0s, bottom 0.4s ease-in 0s, opacity 0.2s ease 0.2s;
  transition: all 0.4s ease 0s, bottom 0.4s ease-in 0s, opacity 0.2s ease 0.2s;
}
#container .content [class^=parts__btn] + .parts__btn__a {
  margin-top: 1.875rem;
}
@media screen and (min-width: 820px) {
  #container .content [class^=parts__btn] + .parts__btn__a {
    margin-top: 0;
  }
}
#container .content .parts__cap {
  padding: 0 0 0 1em;
  text-indent: -1em;
  display: block;
}
@media screen and (min-width: 820px) {
  #container .content .parts__cap {
    font-size: 0.875rem !important;
  }
}
#container .content .parts__pc-only {
  display: none;
}
@media screen and (min-width: 820px) {
  #container .content .parts__pc-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 820px) {
  #container .content .parts__sp-only {
    display: none !important;
  }
}

#container {
  background: var(--color_red-blo);
  color: var(--color-txt);
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", serif;
  font-size: 0.9375rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  opacity: 1;
  -webkit-animation: content_col 1.2s 1 0.4s ease both;
          animation: content_col 1.2s 1 0.4s ease both;
}
#container * {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container a {
  display: inline-block;
}
@media screen and (min-width: 820px) {
  #container a:hover {
    opacity: 0.7;
  }
}
#container a:link, #container a:visited {
  color: var(--color-txt);
}
#container::before {
  content: "";
  width: 120px;
  height: 120px;
  background: url(/img/logo.svg) no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: fadeOut 0.4s 1 0.4s ease-in both;
          animation: fadeOut 0.4s 1 0.4s ease-in both;
  pointer-events: none;
}
#container #header_parts {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
}
@media screen and (min-width: 820px) {
  #container #header_parts {
    position: absolute;
  }
}
@media screen and (max-width: 819px) {
  #container #header_parts.is-opened .head * {
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
  }
  #container #header_parts.is-opened .head .head__head * {
    color: #fff;
    fill: #fff;
  }
  #container #header_parts.is-opened .head .head__head .head__head__ico {
    background: #fff;
  }
  #container #header_parts.is-opened .head .head__head .head__head__ico .head__head__ico__txt::after {
    content: "close";
    color: #707070;
  }
}
@media screen and (max-width: 819px) and (min-width: 820px) {
  #container #header_parts.is-opened .head .head__head__ttl {
    color: var(--color-txt);
  }
}
@media screen and (max-width: 819px) {
  #container #header_parts.is-opened .head .head__menu {
    background: var(--color_red-blo);
    height: 100%;
    padding: 100px 0 20px;
    opacity: 1;
    z-index: 100;
  }
  #container #header_parts.is-opened .head .head__menu * {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  #container #header_parts.is-opened .head .head__menu ul {
    opacity: 1;
  }
}
#container #header_parts .head {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#container #header_parts .head * {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container #header_parts .head a {
  width: 100%;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head a:hover {
    opacity: 0.7;
  }
}
#container #header_parts .head .head__head {
  width: 100%;
  padding: 0 16px 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--color-txt);
  position: relative;
  z-index: 101;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__head {
    position: fixed;
    padding: 0 1.9791666667%;
  }
}
#container #header_parts .head .head__head__ttl {
  width: 95px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  gap: 7px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  color: var(--color-txt);
  pointer-events: auto;
  -webkit-transform: translate(0, -12px);
          transform: translate(0, -12px);
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__head__ttl {
    -webkit-transform: translate(0, 6px);
            transform: translate(0, 6px);
    width: 145px;
  }
}
#container #header_parts .head .head__head__ttl:link, #container #header_parts .head .head__head__ttl:visited {
  color: var(--color-txt);
}
#container #header_parts .head .head__head__ttl .head__logo {
  width: 100%;
  height: auto;
}
#container #header_parts .head .head__head__ico {
  background: var(--color_blo);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: calc(4em + 12px);
  min-height: calc(4em + 12px);
  border-radius: 50%;
  font-size: 0.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
  position: relative;
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__head__ico {
    display: none;
  }
}
#container #header_parts .head .head__head__ico .head__head__ico__txt {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#container #header_parts .head .head__head__ico .head__head__ico__txt::after {
  content: "MENU";
}
#container #header_parts .head .head__menu {
  pointer-events: auto;
  width: 100%;
  height: 0;
  padding: 0 36px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  opacity: 0;
  z-index: -100;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  overflow-y: auto;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu {
    height: auto;
    min-height: 150px;
    padding: 68px 183px 0;
    opacity: 1;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.4s ease 0s, background-color 0s ease 0s;
    transition: all 0.4s ease 0s, background-color 0s ease 0s;
  }
}
#container #header_parts .head .head__menu ul {
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s, opacity 0s ease 0s;
  transition: all 0.4s ease 0s, opacity 0s ease 0s;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu ul {
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 3.8541666667%;
  }
}
#container #header_parts .head .head__menu li {
  padding: 0;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu li {
    padding: 0;
    border-bottom: none;
  }
}
#container #header_parts .head .head__menu li + li {
  margin-top: 40px;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu li + li {
    margin: 0;
  }
}
#container #header_parts .head .head__menu a:link, #container #header_parts .head .head__menu a:visited {
  color: #fff;
}
#container #header_parts .head .head__sns-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 4px 4px;
  position: absolute;
  bottom: 46px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__sns-box {
    gap: 6px 6px;
    left: auto;
    right: 7.7083333333%;
    bottom: auto;
    top: 45px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#container #header_parts .head .head__sns-box .content__sns {
  background: #fff;
  width: 50px;
  height: 50px;
  padding: 13px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__sns-box .content__sns {
    width: 70px;
    height: 70px;
    padding: 15px;
  }
}
#container #header_parts .head .head__contact {
  background: #5f1616;
  padding: 25px;
  margin: 40px auto 0;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__contact {
    pointer-events: none;
    display: none;
  }
}
#container #header_parts .head .head__contact .contact__span {
  font-size: 1rem;
  font-weight: 500;
}
#container #header_parts .head .head__contact:link, #container #header_parts .head .head__contact:visited {
  color: #fff;
}
#container .foot {
  background: var(--color_red-blo);
  padding: 26px 26px 90px;
  color: #fff;
  font-weight: 400;
}
@media screen and (min-width: 820px) {
  #container .foot {
    padding: 68px 48px 90px;
  }
}
#container .foot .foot__logo {
  width: 100%;
  height: auto;
}
#container .foot .foot__head__ttl {
  width: 95px;
  margin: 0 auto;
  color: #fff;
  display: block;
}
@media screen and (min-width: 820px) {
  #container .foot .foot__head__ttl:hover {
    opacity: 0.7;
  }
}
#container .foot .foot__head__ttl:link, #container .foot .foot__head__ttl:visited {
  color: #fff;
}
#container .foot .foot__menu {
  margin: 20px auto 0;
}
@media screen and (min-width: 820px) {
  #container .foot .foot__menu {
    margin: 0 auto 0;
  }
}
#container .foot .foot__menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px 0;
}
#container .foot .foot__menu ul li {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
}
#container .foot .foot__menu a {
  width: 100%;
}
@media screen and (min-width: 820px) {
  #container .foot .foot__menu a:hover {
    opacity: 0.7;
  }
}
#container .foot .foot__menu a:link, #container .foot .foot__menu a:visited {
  color: #fff;
}
#container .foot .foot__sns-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 4px 4px;
  position: relative;
  margin: 45px auto 0;
}
#container .foot .foot__sns-box .content__sns {
  background: #fff;
  width: 100%;
  height: 100%;
  max-width: 42px;
  max-height: 42px;
  padding: 10px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}
#container .foot .foot__copyright {
  margin: 20px auto 0;
  text-align: center;
  font-size: 0.8125rem;
}
#container .content {
  position: relative;
  overflow: hidden;
  z-index: 1;
  opacity: 1;
  -webkit-animation: fadeIn 0.8s 1 0.2s ease both;
          animation: fadeIn 0.8s 1 0.2s ease both;
}
#container .content h2 {
  min-width: 134px;
  margin: 0 auto;
  padding: 0 0 21px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-txt);
  line-height: 1.5;
  text-align: center;
  z-index: 10;
  position: relative;
  display: table;
}
@media screen and (min-width: 820px) {
  #container .content h2 {
    padding: 0 0 11px;
    font-size: 1.5rem;
  }
}
#container .content h2::after {
  content: "";
  width: 100%;
  height: 11px;
  background: #efb1b1;
  position: absolute;
  bottom: 0;
  left: 0;
}
#container .content h2 + p {
  margin: 40px auto 0;
}
#container .content h3 {
  background: var(--color_green);
  margin: 56px auto 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 820px) {
  #container .content h3 {
    max-width: 565px;
    padding: 2px;
    font-size: 1.125rem;
  }
}
#container .content p {
  margin: 15px auto 0;
}
@media screen and (min-width: 820px) {
  #container .content p {
    font-size: 1rem;
  }
}
#container .content .content__iframe-box {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  margin: 25px auto 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__iframe-box {
    margin: 20px auto 0;
    max-width: 1175px;
  }
}
#container .content .content__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#container .content .content__slide {
  width: 100vw;
  margin: 30px -26px 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__slide {
    margin: 75px auto 0;
    width: 100%;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__slide .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__slide .swiper-slide {
    width: 33.3333333333%;
    height: auto;
    margin: 0;
  }
}
#container .content .content__head {
  height: 100vh;
  height: 100dvh;
  margin: 0 auto;
  position: relative;
  line-height: 0;
  opacity: 1;
  overflow: hidden;
  background: var(--color_red-blo);
}
#container .content .content__head .content__pic {
  line-height: 0;
  z-index: 1;
  -webkit-animation: fadeIn 1.2s 1 0.8s ease-in both;
          animation: fadeIn 1.2s 1 0.8s ease-in both;
}
#container .content .content__head .content__pic .content__img {
  background: var(--color_red-blo);
  max-width: 100%;
  width: calc(100% + 200px);
  max-width: none;
  height: 100vh;
  height: 100dvh;
  margin-top: 0 !important;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: MV_main_sp 27s infinite 0s linear both;
          animation: MV_main_sp 27s infinite 0s linear both;
}
@media screen and (min-width: 820px) {
  #container .content .content__head .content__pic .content__img {
    width: 100vw;
    height: 100%;
    -webkit-animation: MV_main_pc 18s infinite 0s linear both;
            animation: MV_main_pc 18s infinite 0s linear both;
    left: 50%;
  }
}
#container .content .content__head .content__pic .content__img.is-02 {
  -webkit-animation: MV_main_sp 27s infinite 9s linear both;
          animation: MV_main_sp 27s infinite 9s linear both;
}
@media screen and (min-width: 820px) {
  #container .content .content__head .content__pic .content__img.is-02 {
    -webkit-animation: MV_main_pc 18s infinite 6s linear both;
            animation: MV_main_pc 18s infinite 6s linear both;
  }
}
#container .content .content__head .content__pic .content__img.is-03 {
  -webkit-animation: MV_main_sp 28s infinite 18s linear both;
          animation: MV_main_sp 28s infinite 18s linear both;
}
@media screen and (min-width: 820px) {
  #container .content .content__head .content__pic .content__img.is-03 {
    -webkit-animation: MV_main_pc 18s infinite 12s linear both;
            animation: MV_main_pc 18s infinite 12s linear both;
  }
}
#container .content .content__head .content__head__sns-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 4px 4px;
  position: absolute;
  bottom: 22px;
  left: 22px;
}
@media screen and (min-width: 820px) {
  #container .content .content__head .content__head__sns-box {
    display: none;
  }
}
#container .content .content__head .content__head__sns-box .content__sns {
  background: #fff;
  width: 100%;
  height: 100%;
  max-width: 42px;
  min-height: 42px;
  padding: 10px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}
#container .content .content__section {
  overflow: visible;
  margin: 0 auto;
  padding: 0 26px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section + .content__section {
    border-top: solid 1px #707070;
  }
}
#container .content .content__section .content__section__wrap {
  margin: 0 auto;
  padding: 90px 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap {
    padding: 120px 0;
  }
}
@media screen and (min-width: 820px) and (min-width: 820px) {
  #container .content .content__section .content__section__wrap {
    max-width: 1715px;
  }
}
#container .content .content__section .content__section__wrap.cont_equipment .content__section__wrap__box {
  margin-top: 180px;
}
#container .content .content__section .content__section__wrap.cont_equipment h3 + .content__equipment-list {
  margin-top: 14px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_equipment h3 + .content__equipment-list {
    margin-top: 17px;
  }
}
#container .content .content__section .content__section__wrap.cont_service {
  padding: 0 14px;
  overflow: visible;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_service {
    padding: 120px 0;
  }
}
#container .content .content__section .content__section__wrap.cont_service .content__mini-ttl {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin: 56px auto 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_service .content__mini-ttl {
    font-size: 2.125rem;
  }
}
#container .content .content__section .content__section__wrap.cont_service .content__mini-ttl + p {
  padding: 0;
  margin: 80px auto 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_service .content__mini-ttl + p {
    max-width: 932px;
    margin: 40px auto 0;
  }
}
#container .content .content__section .content__section__wrap.cont_service .content__bnr-ttl {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin: 56px auto 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_service .content__bnr-ttl {
    font-size: 1.5rem;
  }
}
#container .content .content__section .content__section__wrap.cont_service .content__bnr {
  margin: 5px auto 0;
  max-width: 375px;
  width: 100%;
  display: block;
}
#container .content .content__section .content__section__wrap.cont_service .content__slide {
  margin: 88px -40px 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_service .content__slide {
    margin: 75px auto 0;
  }
}
#container .content .content__section .content__section__wrap.cont_service .content__slide .swiper-slide {
  position: relative;
  width: 100vw;
  height: 100vw;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_service .content__slide .swiper-slide {
    width: 33.3333333333%;
    height: auto;
    margin: 0;
  }
}
#container .content .content__section .content__section__wrap.cont_service .content__slide .content__p {
  color: #fff;
  position: absolute;
  bottom: 23px;
  right: 20px;
  margin: 0;
  padding: 0;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2;
}
#container .content .content__section .content__section__wrap.cont_area .content__mini-ttl {
  background: transparent;
  color: #000;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin: 68px -18px 0;
  position: relative;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_area .content__mini-ttl {
    max-width: 935px;
    margin: 140px auto 0;
    font-size: 2.1875rem;
  }
}
#container .content .content__section .content__section__wrap.cont_area .content__mini-ttl::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-style: solid;
  border-right: calc(50vw - 26px) solid transparent;
  border-left: calc(50vw - 26px) solid transparent;
  border-top: 2em solid #e9ff8b;
  border-bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_area .content__mini-ttl::before {
    bottom: -20px;
    border-right: 467px solid transparent;
    border-left: 467px solid transparent;
  }
}
#container .content .content__section .content__section__wrap.cont_area .content__slide .swiper-slide {
  position: relative;
}
#container .content .content__section .content__section__wrap.cont_area .content__slide .content__p {
  color: #fff;
  position: absolute;
  bottom: 23px;
  left: 10px;
  margin: 0;
  padding: 0;
  font-size: 2.9375rem;
  font-weight: 500;
  line-height: 1.2;
  text-shadow: 3px 4px 6px rgba(27, 71, 154, 0.8588235294);
  opacity: 0.6;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_area .content__slide .content__p {
    font-size: 4.375rem;
    bottom: 30px;
    left: 20px;
  }
}
@media screen and (min-width: 820px) and (max-width: 1400px) {
  #container .content .content__section .content__section__wrap.cont_area .content__slide .content__p {
    font-size: 2.5rem;
  }
}
#container .content .content__section .content__section__wrap.cont_area .content__map {
  margin: 15px -26px 0;
  width: 100vw;
  height: 230px;
  display: block;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_area .content__map {
    margin: 70px auto 0;
    width: 100%;
    height: 562px;
    max-width: 1490px;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_area .content__section__wrap__box {
    margin: 0 auto;
  }
}
#container .content .content__section .content__section__wrap__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 -26px 0;
  padding: 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap__box {
    max-width: 1330px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 120px auto 0;
  }
}
#container .content .content__section .content__section__wrap__box .content__section__wrap__box__box {
  position: relative;
  padding: 40px 48px;
  overflow: visible;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap__box .content__section__wrap__box__box {
    width: 50%;
    padding: 15px 45px;
  }
}
#container .content .content__section .content__section__wrap__box .content__section__wrap__box__box::after {
  content: "";
  background: var(--color_green);
  width: calc(100% - 26px);
  height: 8px;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap__box .content__section__wrap__box__box::after {
    width: 12px;
    height: 100%;
  }
}
#container .content .content__section .content__section__wrap__box .content__section__wrap__box__box.content__pic {
  width: 100vw;
  height: 100vw;
  overflow: hidden;
  padding: 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap__box .content__section__wrap__box__box.content__pic {
    width: 50%;
    height: auto;
    min-height: 100%;
  }
}
#container .content .content__section .content__section__wrap__box .content__section__wrap__box__box.content__pic::after {
  content: none;
}
#container .content .content__section .content__section__wrap__box .content__section__wrap__box__box.content__map {
  padding: 0;
  margin: 0 auto;
  height: 230px;
  width: 100vw;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap__box .content__section__wrap__box__box.content__map {
    width: 50%;
    height: auto;
    min-height: 100%;
  }
}
#container .content .content__section .content__section__wrap__box .content__section__wrap__box__box h2 {
  padding: 0;
  min-width: auto;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap__box .content__section__wrap__box__box h2 {
    margin: 0;
  }
}
#container .content .content__section .content__section__wrap__box .content__section__wrap__box__box h2::after {
  content: none;
}
#container .content .content__section .content__section__wrap__box .content__section__wrap__box__box .content__dl-news {
  margin: 35px auto 0;
  padding: 0;
}
#container .content .content__section .content__section__wrap__box .content__section__wrap__box__box .content__dl-news + .content__dl-news {
  margin-top: 25px;
}
#container .content .content__section .content__section__wrap__box .content__section__wrap__box__box .content__dl-news dt {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap__box .content__section__wrap__box__box .content__dl-news dt {
    font-size: 1rem;
  }
}
#container .content .content__section .content__section__wrap__box .content__section__wrap__box__box .content__dl-news dd {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 5px 0 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap__box .content__section__wrap__box__box .content__dl-news dd {
    font-size: 1rem;
  }
}
#container .content .content__section .content__point-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px 6px;
  padding: 0 4px;
  margin: 25px auto 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__point-list {
    max-width: 1175px;
    gap: 3px 3px;
    padding: 0;
    margin: 68px auto 0;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__point-list.is-not_douga {
    margin: 68px auto 120px;
  }
}
#container .content .content__section .content__point-list li {
  width: calc(50% - 3px);
  border: 1px solid #000000;
  padding: 10px 20px;
  line-height: 1.2;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__point-list li {
    min-width: 230px;
    width: calc((100% - 12px) / 5);
    font-size: 1.3125rem;
    padding: 12px 20px;
  }
}
#container .content .content__section .content__equipment-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 9px 9px;
  margin: 50px auto 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__equipment-list {
    margin: 70px auto 0;
    max-width: 952px;
    gap: 16px 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#container .content .content__section .content__equipment-list li {
  width: calc((100% - 18px) / 3);
  min-height: calc((100vw - 70px) / 3);
  border: 1px solid #000000;
  padding: 10px 12px 8px;
  line-height: 1.2;
  font-size: 0.8125rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__equipment-list li {
    padding: 20px 20px 13px;
    width: 177px;
    min-height: 177px;
    font-size: 1.1875rem;
  }
}
#container .content .content__section .content__equipment-list .content__img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__equipment-list .content__img {
    max-width: 100%;
  }
}
@media screen and (max-width: 819px) {
  #container .content .content__section .content__equipment-list .content__img {
    width: 100%;
  }
}
@media screen and (max-width: 819px) {
  #container .content .content__section .content__equipment-list .content__img.is-monitor {
    width: 83.75%;
    padding-top: 6.25%;
  }
}
@media screen and (max-width: 819px) {
  #container .content .content__section .content__equipment-list .content__img.is-bed {
    width: 90%;
    padding-top: 17.5%;
  }
}
@media screen and (max-width: 819px) {
  #container .content .content__section .content__equipment-list .content__img.is-kitchen {
    width: 102.5%;
    padding-top: 6.25%;
  }
}
@media screen and (max-width: 819px) {
  #container .content .content__section .content__equipment-list .content__img.is-washing-machine {
    width: 61.25%;
    padding-top: 13.75%;
  }
}
@media screen and (max-width: 819px) {
  #container .content .content__section .content__equipment-list .content__img.is-shower {
    width: 77.5%;
    padding-top: 6.25%;
  }
}
@media screen and (max-width: 819px) {
  #container .content .content__section .content__equipment-list .content__img.is-toilet {
    width: 65%;
    padding-top: 6.25%;
  }
}
@media screen and (max-width: 819px) {
  #container .content .content__section .content__equipment-list .content__img.is-dryer {
    width: 72.5%;
    padding-top: 15%;
  }
}
@media screen and (max-width: 819px) {
  #container .content .content__section .content__equipment-list .content__img.is-amenities {
    width: 73.75%;
    padding-top: 6.25%;
  }
}
@media screen and (max-width: 819px) {
  #container .content .content__section .content__equipment-list .content__img.is-cutlery {
    width: 85%;
    padding-top: 6.25%;
  }
}
@media screen and (max-width: 819px) {
  #container .content .content__section .content__equipment-list .content__img.is-wifi {
    width: 93.75%;
    padding-top: 6.25%;
  }
}
@media screen and (max-width: 819px) {
  #container .content .content__section .content__equipment-list .content__img.is-hot-springs {
    width: 87.5%;
  }
}
@media screen and (max-width: 819px) {
  #container .content .content__section .content__equipment-list .content__img.is-sauna {
    width: 71.25%;
  }
}
@media screen and (max-width: 819px) {
  #container .content .content__section .content__equipment-list .content__img.is-curry {
    width: 87.5%;
  }
}
#container .content .content__section .content__equipment-list .content__p {
  margin: 8px auto 0;
  font-size: 0.8125rem;
  line-height: 1.2;
}
@media screen and (max-width: 819px) {
  #container .content .content__section .content__equipment-list .content__p {
    margin: 6px -6px 0;
  }
}
#container .content__svg-box {
  display: none !important;
}
#container .content__img {
  height: auto;
  max-width: 100%;
  margin: 0 auto 0;
  display: block;
  max-block-size: none;
}
@media screen and (max-width: 819px) {
  #container .content__img {
    width: 100%;
  }
}
#container .js-scroll-animation {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container .js-scroll-animation.is-animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#container .js-scroll-bnr {
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 10;
  display: block;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
@media screen and (min-width: 820px) {
  #container .js-scroll-bnr {
    bottom: 30px;
    right: 94px;
  }
}
#container .js-scroll-bnr.is-opened {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#container .js-scroll-bnr .content__img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 820px) {
  #container .js-scroll-bnr .content__img {
    width: 300px;
  }
}
@-webkit-keyframes content_col {
  0% {
    background: var(--color_red-blo);
  }
  100% {
    background: #fff;
  }
}
@keyframes content_col {
  0% {
    background: var(--color_red-blo);
  }
  100% {
    background: #fff;
  }
}
@-webkit-keyframes MV_main_pc {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.4, 1.4);
            transform: translate(-50%, -50%) scale(1.4, 1.4);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
}
@keyframes MV_main_pc {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.4, 1.4);
            transform: translate(-50%, -50%) scale(1.4, 1.4);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
}
@-webkit-keyframes MV_main_sp {
  0% {
    -webkit-transform: translate(-200px, -50%);
            transform: translate(-200px, -50%);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  38% {
    opacity: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-200px, -50%);
            transform: translate(-200px, -50%);
  }
}
@keyframes MV_main_sp {
  0% {
    -webkit-transform: translate(-200px, -50%);
            transform: translate(-200px, -50%);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  38% {
    opacity: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-200px, -50%);
            transform: translate(-200px, -50%);
  }
}