@charset "UTF-8";

/* src/scss/style.scss */
main > .section .section__title h2,
main > .navigation .nav-wrap ul li {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main > .section .section__title h2,
  main > .navigation .nav-wrap ul li {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
main > .about .section__body .owl-about-slide .slide-item .text-wrap p br.sp,
main > .about .section__body .swiper-about-slide .slide-item .text-wrap p br.sp {
  display: none;
}
@media screen and (max-width: 419px) {
  main > .about .section__body .owl-about-slide .slide-item .text-wrap p br.sp,
  main > .about .section__body .swiper-about-slide .slide-item .text-wrap p br.sp {
    display: inline;
  }
}
main > .about .section__body .owl-about-slide .slide-item .text-wrap p br.pc,
main > .about .section__body .swiper-about-slide .slide-item .text-wrap p br.pc {
  display: inline;
}
@media screen and (max-width: 419px) {
  main > .about .section__body .owl-about-slide .slide-item .text-wrap p br.pc,
  main > .about .section__body .swiper-about-slide .slide-item .text-wrap p br.pc {
    display: none;
  }
}
@font-face {
  font-family: "NotoSerif";
  src: url(../../assets/fonts/NotoSerif-Bold.woff), url(../../assets/fonts/NotoSerif-Bold.otf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "NotoSerif";
  src: url(../../assets/fonts/NotoSerif-Medium.woff), url(../../assets/fonts/NotoSerif-Medium.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NotoSerif";
  src: url(../../assets/fonts/NotoSerif-Regular.woff), url(../../assets/fonts/NotoSerif-Regular.otf);
  font-weight: 300;
  font-style: normal;
}
html,
body {
  font-size: 16px;
  font-family: "NotoSerif", serif;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #0F0F0F;
  background-color: #FFFFFF;
  background-image: url(../images/bg_pattern01.png);
  background-size: 200px;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 750px) {
  html,
  body {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
}
img {
  vertical-align: bottom;
}
a {
  color: #992626;
}
.img-mask {
  display: flex;
  overflow: hidden;
}
.img-mask > img {
  align-self: center;
  position: relative;
}
header {
  background-image: url(../images/bg_pattern01.png);
  box-shadow: 0 0 8px #0F0F0F 0 5px #ccc;
  -webkit-box-shadow: 0 0 8px #0F0F0F 0 5px #ccc;
  -moz-box-shadow: 0 0 8px #0F0F0F 0 5px #ccc;
}
header .logoset {
  padding: 14px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .logoset p {
  margin: 0;
}
header .logoset p:first-of-type,
header .logoset p:last-of-type {
  margin: 0 16px;
  font-size: 9px;
  font-weight: 700;
}
header .logoset h1 {
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  header .logoset h1 img {
    width: 134px;
    height: auto;
  }
}
header .area,
header .holiday {
  vertical-align: middle;
  align-self: center;
}
header .area p,
header .holiday p {
  margin: 0;
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  header .area,
  header .holiday {
    display: none;
  }
}
header::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #992626;
  background:
    linear-gradient(
      to bottom,
      rgb(112.1465968586, 27.8534031414, 27.8534031414),
      #992626);
}
main {
  background-color: #FFFFFF;
  overflow: hidden;
}
main.fixed .navigation {
  position: fixed;
  top: -9px;
}
main.fixed .concept {
  padding-top: 91px;
}
main > .section {
  position: relative;
}
main > .section .section__title {
  padding: 68px 0;
}
@media screen and (max-width: 750px) {
  main > .section .section__title {
    padding: 0;
    position: absolute;
    z-index: 10;
    width: 80px;
    top: 20px;
  }
}
main > .section .section__title h2 {
  margin: 0 auto;
  padding: 16px 12px 36px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  border-right: 1px solid #0F0F0F;
  border-left: 1px solid #0F0F0F;
  position: relative;
  max-height: 400px;
}
main > .section .section__title h2:after {
  content: "";
  display: block;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -40px;
}
@media screen and (max-width: 750px) {
  main > .section .section__title h2 {
    padding: 16px 10px 36px;
    font-size: 18px;
  }
}
main > .section .section__body {
  padding: 140px 0;
}
@media screen and (max-width: 750px) {
  main > .section .section__body {
    padding-top: 80px;
  }
}
main > .section:nth-of-type(even) .section__title,
main > .section:last-of-type .section__title {
  order: 2;
}
@media screen and (max-width: 750px) {
  main > .section:nth-of-type(even) .section__title,
  main > .section:last-of-type .section__title {
    order: none;
    right: 0;
  }
}
main > .section:nth-of-type(even) .section__body,
main > .section:last-of-type .section__body {
  order: 1;
}
@media screen and (max-width: 750px) {
  main > .section:nth-of-type(even) .section__body,
  main > .section:last-of-type .section__body {
    order: none;
  }
}
main > .section .parallax {
  background-color: #0F0F0F;
  overflow: hidden;
}
main > .section .parallax .img-mask {
  height: 360px;
}
main > .section .parallax .img-mask img {
  opacity: 0.8;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  main > .section .parallax .img-mask {
    height: 200px;
    -moz-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
  }
  main > .section .parallax .img-mask img {
    width: 100%;
    height: auto;
  }
}
main > .visual {
  overflow: hidden;
  min-height: 560px;
  max-height: 740px;
  height: calc(100vh - 160px);
  position: relative;
  background-color: #0F0F0F;
}
@media screen and (max-width: 750px) {
  main > .visual {
    max-height: auto;
    min-height: auto;
    height: calc(100vh - 120px);
  }
}
main > .visual .container {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  z-index: 2;
}
main > .visual .visual-content .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main > .visual .visual-title,
main > .visual .visual-message {
  position: relative;
  z-index: 1;
}
main > .visual .visual-title {
  position: absolute;
  left: 0;
  top: 56px;
}
@media screen and (max-width: 750px) {
  main > .visual .visual-title {
    left: 6vw;
    top: 7vw;
  }
  main > .visual .visual-title img {
    width: 80px;
    height: auto;
  }
}
main > .visual .visual-message {
  position: absolute;
  right: 0;
  bottom: 28px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  main > .visual .visual-message {
    right: 6vw;
    bottom: 7vw;
  }
}
main > .visual .visual-message .message-title,
main > .visual .visual-message .message-body {
  padding: 13px;
}
main > .visual .visual-message .message-title p,
main > .visual .visual-message .message-body p {
  margin: 0;
  line-height: 1;
  align-self: center;
}
main > .visual .visual-message .message-title {
  background-color: #E4E4E4;
  font-size: 13px;
  font-weight: 700;
}
main > .visual .visual-message .message-title p {
  display: flex;
  align-items: center;
}
main > .visual .visual-message .message-title p img {
  margin-right: 6px;
}
main > .visual .visual-message .message-body {
  padding-right: 24px;
  padding-left: 24px;
}
main > .visual .visual-banner {
  position: absolute;
  top: 20px;
  right: 0;
}
@media screen and (max-width: 750px) {
  main > .visual .visual-banner {
    top: 8px;
    right: 3vw;
  }
}
main > .visual .visual-banner a {
  display: block;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 750px) {
  main > .visual .visual-banner a img {
    width: 100px;
    height: auto;
  }
}
main > .visual .visual-banner a:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
main > .navigation {
  width: 100%;
  position: static;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 750px) {
  main > .navigation {
    position: fixed;
    bottom: 0;
    z-index: 100;
  }
}
main > .navigation::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #992626;
  background:
    linear-gradient(
      to bottom,
      #857C46,
      rgb(99.5862068966, 92.8472906404, 52.4137931034));
}
@media screen and (max-width: 750px) {
  main > .navigation::before {
    content: none;
  }
}
main > .navigation .section__body {
  padding: 14px 0 0;
}
@media screen and (max-width: 750px) {
  main > .navigation .section__body {
    padding: 2vw;
  }
}
main > .navigation .nav-wrap {
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 750px) {
  main > .navigation .nav-wrap {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-image: url(../images/bg_pattern02.png);
  }
}
main > .navigation .nav-wrap {
  padding: 0;
}
main > .navigation .nav-wrap.show {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  main > .navigation .nav-wrap ul {
    display: block;
    width: 100vw;
    text-align: center;
    padding-top: 180px;
  }
}
main > .navigation .nav-wrap ul li {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  main > .navigation .nav-wrap ul li {
    font-size: 16px;
  }
}
main > .navigation .nav-wrap ul li a {
  display: block;
  padding: 16px 12px 24px;
  color: #0F0F0F;
  border-radius: 0;
}
main > .navigation .nav-wrap ul li a.active {
  color: #857C46;
  background: none;
  border-bottom: 6px solid #857C46;
}
@media screen and (max-width: 750px) {
  main > .navigation .nav-wrap ul li a.active {
    border: none;
  }
}
main > .navigation .tel-wrap {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 16px;
}
main > .navigation .tel-wrap::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 36px;
  background-color: #0F0F0F;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
}
@media screen and (max-width: 750px) {
  main > .navigation .tel-wrap {
    padding-left: 0px;
    margin-left: -12px;
  }
  main > .navigation .tel-wrap::before {
    content: none;
  }
}
main > .navigation .tel-wrap p {
  margin: 0;
}
main > .navigation .tel-wrap p.title {
  padding-top: 4px;
  margin-right: 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
main > .navigation .tel-wrap p.title span {
  display: block;
  line-height: 1.3;
}
main > .navigation .tel-wrap p.title span:last-of-type {
  text-indent: 2em;
}
main > .navigation .tel-wrap p.tel {
  font-size: 28px;
  font-weight: 700;
}
main > .navigation .tel-wrap p.tel a {
  color: #0F0F0F;
}
main > .navigation .tel-btn {
  display: none;
}
@media screen and (max-width: 750px) {
  main > .navigation .tel-btn {
    display: block;
    justify-content: space-between;
    margin: 0px;
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
  }
}
main > .navigation .tel-btn .reserve-wrap {
  vertical-align: middle;
  line-height: 1;
  border: 1px solid #857C46;
  border-bottom-color: rgb(99.5862068966, 92.8472906404, 52.4137931034);
  background-color: #857C46;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding-right: 24px;
  padding-left: 24px;
}
main > .navigation .tel-btn .reserve-wrap .main,
main > .navigation .tel-btn .reserve-wrap .sub {
  display: inline-block;
  vertical-align: middle;
  align-self: center;
}
main > .navigation .tel-btn .reserve-wrap .sub {
  font-size: 10px;
}
main > .navigation .tel-btn .btn-wrap {
  background: none;
  border: none;
  height: 43px;
}
main > .navigation .tel-btn .btn-wrap .bar-wrap {
  display: block;
  text-align: center;
  position: relative;
  height: 28px;
}
main > .navigation .tel-btn .btn-wrap .bar-wrap .bar {
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  margin: 5px auto;
  width: 24px;
  height: 1px;
  background-color: #0F0F0F;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
main > .navigation .tel-btn .btn-wrap .bar-wrap::before {
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
  display: block;
  margin: 7px auto 5px;
  width: 24px;
  height: 1px;
  background-color: #0F0F0F;
  position: absolute;
  top: 16px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
main > .navigation .tel-btn .btn-wrap .bar-wrap::after {
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
  display: block;
  margin: 5px auto 3px;
  width: 24px;
  height: 1px;
  background-color: #0F0F0F;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
}
main > .navigation .tel-btn .btn-wrap .bar-text {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Segoe UI",
    "\30d2\30e9\30ae\30ce\89d2\30b4  ProN W3",
    sans-serif;
  font-size: 8px;
  font-weight: 800;
}
main > .navigation .tel-btn .btn-wrap.show .bar-wrap .bar {
  opacity: 0;
}
main > .navigation .tel-btn .btn-wrap.show .bar-wrap::before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
main > .navigation .tel-btn .btn-wrap.show .bar-wrap::after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
main > .concept .section__body {
  padding: 180px 0 200px;
}
@media screen and (max-width: 750px) {
  main > .concept .section__body {
    padding: 100px 0 120px;
  }
}
main > .concept .section__body .text-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
main > .concept .section__body .text-wrap p {
  margin: 0;
  font-family:
    \6e38\660e\671d,
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    HGS\660e\671d E,
    \30e1\30a4\30ea\30aa,
    Meiryo,
    serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.4;
  text-align: justify;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  height: 350px;
  letter-spacing: 0.2em;
}
main > .concept .section__body .text-wrap p:first-of-type {
  text-indent: 0;
  margin-left: 1em;
}
main > .concept .section__body .text-wrap p:last-of-type {
  text-indent: 0;
  text-align: right;
  margin-right: 1em;
}
@media screen and (max-width: 750px) {
  main > .concept .section__body .text-wrap p {
    line-height: 1.8;
    height: 280px;
    font-size: 14px;
  }
  main > .concept .section__body .text-wrap p:first-of-type {
    margin-left: 1em;
  }
  main > .concept .section__body .text-wrap p:last-of-type {
    margin-right: 0em;
  }
  main > .concept .section__body .text-wrap p img {
    width: 20px;
    height: auto;
  }
}
main > .about {
  background-image: url(../images/bg_pattern02.png);
}
main > .about .section__title h2 {
  position: relative;
  margin: 0;
}
main > .about .section__title h2:after {
  background-image: url(../images/bg_title01-8.png);
  width: 90px;
  height: 93px;
  left: 0;
  bottom: -40px;
}
@media screen and (max-width: 750px) {
  main > .about .section__title h2:after {
    left: 10px;
  }
}
main > .about .section__body {
  padding: 180px 0 0px;
  padding-right: 15px;
}
@media screen and (max-width: 750px) {
  main > .about .section__body {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
main > .about .section__body .owl-about-slide .slide-item,
main > .about .section__body .swiper-about-slide .slide-item {
  position: relative;
}
@media screen and (max-width: 750px) {
  main > .about .section__body .owl-about-slide .slide-item,
  main > .about .section__body .swiper-about-slide .slide-item {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
  }
}
main > .about .section__body .owl-about-slide .slide-item .text-wrap,
main > .about .section__body .swiper-about-slide .slide-item .text-wrap {
  padding: 4rem 0 2.5rem;
  box-sizing: border-box;
  background-color: #FFFFFF;
  width: 420px;
  height: 438px;
  position: absolute;
  top: 90px;
  left: 50%;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  main > .about .section__body .owl-about-slide .slide-item .text-wrap,
  main > .about .section__body .swiper-about-slide .slide-item .text-wrap {
    padding-top: 84px;
    padding-bottom: 34px;
    position: relative;
    width: 90vw;
    height: 400px;
    top: -28px;
    left: 9vw;
    right: 9vw;
    order: 2;
  }
}
main > .about .section__body .owl-about-slide .slide-item .text-wrap h3,
main > .about .section__body .swiper-about-slide .slide-item .text-wrap h3 {
  margin: 0;
  padding-left: 8px;
  padding-bottom: 4px;
  color: #857C46;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.3em;
  position: absolute;
  top: -0.7em;
  right: -2em;
  border-bottom: 1px solid #857C46;
}
@media screen and (max-width: 750px) {
  main > .about .section__body .owl-about-slide .slide-item .text-wrap h3,
  main > .about .section__body .swiper-about-slide .slide-item .text-wrap h3 {
    top: 28px;
    right: auto;
    left: 0;
    font-size: 18px;
    margin-left: 26px;
  }
}
main > .about .section__body .owl-about-slide .slide-item .text-wrap h3 span[data-ruby],
main > .about .section__body .swiper-about-slide .slide-item .text-wrap h3 span[data-ruby] {
  position: relative;
}
main > .about .section__body .owl-about-slide .slide-item .text-wrap h3 span[data-ruby]::before,
main > .about .section__body .swiper-about-slide .slide-item .text-wrap h3 span[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.8em;
  left: -0.4em;
  right: 0;
  margin: auto;
  font-size: 0.4em;
  letter-spacing: 0.1em;
  width: 4em;
}
main > .about .section__body .owl-about-slide .slide-item .text-wrap p,
main > .about .section__body .swiper-about-slide .slide-item .text-wrap p {
  margin: 0 auto;
  font-family:
    \6e38\660e\671d,
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    HGS\660e\671d E,
    \30e1\30a4\30ea\30aa,
    Meiryo,
    serif;
  line-height: 2.5;
  text-align: justify;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
@media screen and (max-width: 750px) {
  main > .about .section__body .owl-about-slide .slide-item .text-wrap p,
  main > .about .section__body .swiper-about-slide .slide-item .text-wrap p {
    line-height: 2;
  }
}
main > .about .section__body .owl-about-slide .slide-item .text-wrap _:-ms-lang(x)::-ms-backdrop,
main > .about .section__body .owl-about-slide .slide-item .text-wrap p,
main > .about .section__body .swiper-about-slide .slide-item .text-wrap _:-ms-lang(x)::-ms-backdrop,
main > .about .section__body .swiper-about-slide .slide-item .text-wrap p {
  margin: 0 30px;
}
main > .about .section__body .owl-about-slide .slide-item .img-mask,
main > .about .section__body .swiper-about-slide .slide-item .img-mask {
  width: 50vw;
  height: 550px;
}
main > .about .section__body .owl-about-slide .slide-item .img-mask img,
main > .about .section__body .swiper-about-slide .slide-item .img-mask img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 750px) {
  main > .about .section__body .owl-about-slide .slide-item .img-mask,
  main > .about .section__body .swiper-about-slide .slide-item .img-mask {
    order: 1;
    width: 75vw;
    height: 75vw;
  }
  main > .about .section__body .owl-about-slide .slide-item .img-mask img,
  main > .about .section__body .swiper-about-slide .slide-item .img-mask img {
    height: 100%;
    width: auto;
  }
}
main > .about .owl-about-navigation,
main > .about .swiper-about-navigation {
  margin-bottom: 100px;
  background-image: url(../images/bg_about.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  float: right;
}
@media screen and (max-width: 750px) {
  main > .about .owl-about-navigation,
  main > .about .swiper-about-navigation {
    margin-bottom: 20px;
    margin-top: -20px;
    background-size: contain;
    justify-content: space-between;
    float: none;
  }
}
main > .about .owl-about-navigation a,
main > .about .swiper-about-navigation a {
  color: #0F0F0F;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  main > .about .owl-about-navigation a,
  main > .about .swiper-about-navigation a {
    font-size: 13px;
  }
}
main > .about .owl-about-navigation a.current,
main > .about .swiper-about-navigation a.current {
  color: rgb(99.5862068966, 92.8472906404, 52.4137931034);
  border-color: #857C46;
}
main > .about .owl-about-navigation a.btn,
main > .about .swiper-about-navigation a.btn {
  border-radius: 0;
  border: 1px solid trancparent;
  padding: 8px 24px;
}
@media screen and (max-width: 750px) {
  main > .about .owl-about-navigation a.btn,
  main > .about .swiper-about-navigation a.btn {
    padding: 14px 8px;
  }
}
main > .service {
  background-image: url(../images/bg_pattern03.png);
  background-size: 62px;
  position: relative;
}
main > .service > div {
  position: relative;
  z-index: 2;
}
main > .service::after {
  content: "";
  display: block;
  background-image: url(../images/bg_menu.png);
  background-size: cover;
  width: 55vw;
  height: 55vw;
  position: absolute;
  left: -5vw;
  bottom: -10vw;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  main > .service::after {
    width: 75vw;
    height: 75vw;
    left: -15vw;
    bottom: -15vw;
  }
}
main > .service .section__title h2 {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
main > .service .section__title h2:after {
  background-image: url(../images/bg_title02-8.png);
  width: 100px;
  height: 113px;
  left: -10px;
  bottom: -60px;
}
main > .service .section__body {
  color: #FFFFFF;
}
main > .service .section__body .service-menu-wrap {
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  main > .service .section__body .service-menu-wrap {
    margin-left: 72px;
  }
}
main > .service .section__body .service-menu-wrap h3 {
  margin-bottom: 14px;
  padding-bottom: 8px;
  font-size: 20px;
  border-bottom: 1px solid #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  main > .service .section__body .service-menu-wrap h3 {
    font-size: 18px;
  }
}
main > .service .section__body .service-menu-wrap h3 .main {
  min-width: 5em;
}
main > .service .section__body .service-menu-wrap h3 .sub {
  font-size: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  main > .service .section__body .service-menu-wrap h3 .sub {
    font-size: 10px;
  }
}
main > .service .section__body .service-menu-wrap .service-menu {
  margin: 0 0 40px;
  padding: 0 0 0 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main > .service .section__body .service-menu-wrap .service-menu .menu-name,
main > .service .section__body .service-menu-wrap .service-menu .menu-price {
  margin: 4px 0;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  main > .service .section__body .service-menu-wrap .service-menu .menu-name,
  main > .service .section__body .service-menu-wrap .service-menu .menu-price {
    font-size: 13px;
  }
}
main > .service .section__body .service-menu-wrap .service-menu .menu-name {
  width: calc(100% - 5em);
}
main > .service .section__body .service-menu-wrap .service-menu .menu-price {
  width: 5em;
  text-align: right;
}
main > .service .section__body .service-menu-note {
  text-align: right;
}
@media screen and (max-width: 750px) {
  main > .service .section__body .service-menu-note {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
main > .service .section__body .service-menu-images {
  padding: 28px 0 0;
  padding-left: 30vw;
}
@media screen and (max-width: 750px) {
  main > .service .section__body .service-menu-images {
    padding-left: 0;
  }
}
main > .service .section__body .service-menu-images .menu-images {
  list-style: none;
  margin: 0;
  padding: 0;
}
main > .service .section__body .service-menu-images .menu-images .image {
  border: 2px solid #FFFFFF;
}
main > .service .section__body .service-menu-images .menu-images .image .img-mask {
  display: block;
  aspect-ratio: 1/1;
}
main > .service .section__body .service-menu-images .menu-images .image .img-mask img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
main > .service .section__body .service-menu-images .menu-images .owl-dots {
  text-align: right;
  padding: 16px 0;
}
main > .service .section__body .service-menu-images .menu-images .owl-dots .owl-dot {
  margin: 0 4px;
  width: 12px;
  height: 12px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
}
main > .service .section__body .service-menu-images .menu-images .owl-dots .owl-dot.active {
  background-color: #FFFFFF;
}
main > .shop {
  background-image: url(../images/bg_pattern02.png);
}
main > .shop .section__title {
  display: block;
  order: 1 !important;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  main > .shop .section__title {
    position: static;
    width: 100%;
    padding-top: 80px;
    display: flex;
    justify-content: center;
  }
}
main > .shop .section__title h2 {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  border: none;
}
@media screen and (max-width: 750px) {
  main > .shop .section__title h2 {
    font-size: 14px;
    padding: 0;
  }
}
main > .shop .section__body {
  order: 2 !important;
  padding: 20px 0 80px;
}
@media screen and (max-width: 750px) {
  main > .shop .section__body {
    padding-bottom: 40px;
  }
}
main > .shop .section__body .banner-wrapper {
  text-align: center;
  width: 362px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  main > .shop .section__body .banner-wrapper {
    width: 100%;
    flex-basis: auto;
    margin-bottom: 20px;
  }
}
main > .shop .section__body .banner-wrapper__image {
  width: 362px;
  height: 186px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 8px;
}
main > .shop .section__body .banner-wrapper__image.logo-base {
  background-color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  main > .shop .section__body .banner-wrapper__image.logo-base img {
    width: 128px;
  }
}
main > .shop .section__body .banner-wrapper__image.logo-furusatochoice {
  background-color: #992626;
}
@media screen and (max-width: 750px) {
  main > .shop .section__body .banner-wrapper__image.logo-furusatochoice img {
    width: 198px;
  }
}
@media screen and (max-width: 750px) {
  main > .shop .section__body .banner-wrapper__image {
    width: 300px;
    height: 140px;
  }
}
main > .shop .section__body .banner-wrapper a {
  display: inline-block;
}
main > .shop .section__body .banner-wrapper a img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
main > .shop .section__body .banner-wrapper a:hover {
  color: inherit;
}
main > .shop .section__body .banner-wrapper a:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
main > .shop .section__body .banner-wrapper a p {
  color: #0F0F0F;
}
main > .access {
  background-image: url(../images/bg_access.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  main > .access {
    background-size: contain;
  }
}
main > .access .section__title h2:after {
  background-image: url(../images/bg_title03-8.png);
  width: 87px;
  height: 132px;
  left: 18px;
  bottom: -90px;
}
@media screen and (max-width: 750px) {
  main > .access .section__title h2:after {
    left: -29px;
    bottom: -110px;
  }
}
main > .access .section__body {
  padding-bottom: 600px;
}
@media screen and (max-width: 750px) {
  main > .access .section__body {
    padding-bottom: 140px;
  }
}
main > .access .section__body .access-map {
  text-align: center;
}
@media screen and (max-width: 750px) {
  main > .access .section__body .access-map {
    width: calc(100vw - 80px);
  }
}
main > .access .section__body .access-map iframe {
  border: none;
  width: 420px;
  height: 480px;
}
@media screen and (max-width: 750px) {
  main > .access .section__body .access-map iframe {
    width: 100%;
    height: 380px;
  }
}
main > .access .section__body .access-info-wrap {
  padding: 40px 20px;
  padding-right: 0;
}
@media screen and (max-width: 750px) {
  main > .access .section__body .access-info-wrap {
    padding-right: 0;
  }
}
main > .access .section__body .access-info-wrap .access-info {
  display: flex;
  flex-wrap: wrap;
}
main > .access .section__body .access-info-wrap .access-info .info-title,
main > .access .section__body .access-info-wrap .access-info .info-body {
  margin: 6px 0;
}
@media screen and (max-width: 750px) {
  main > .access .section__body .access-info-wrap .access-info .info-title,
  main > .access .section__body .access-info-wrap .access-info .info-body {
    margin: 4px 0;
  }
}
main > .access .section__body .access-info-wrap .access-info .info-title {
  width: 7em;
  font-size: 12px;
  font-weight: 400;
}
main > .access .section__body .access-info-wrap .access-info .info-title span::after {
  content: ":";
}
main > .access .section__body .access-info-wrap .access-info .info-body {
  width: calc(100% - 7em);
}
main > .access .section__body .access-info-wrap .access-info .info-body .access_wrap .access_title {
  margin: 0 0 6px;
  display: inline-block;
  font-weight: 600;
}
main > .access .section__body .access-info-wrap .access-info .info-body .access_wrap .access_title span {
  border-bottom: 1px solid #0F0F0F;
}
main > .access .section__body .access-info-wrap .access-info .info-body .access_wrap .access_description {
  font-size: 14px;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  main > .access .section__body .access-info-wrap .access-info .info-body .access_wrap .access_description {
    font-size: 13px;
  }
}
main > .access .section__body .access-info-wrap .access-info .info-body .access_hours,
main > .access .section__body .access-info-wrap .access-info .info-body .access_note,
main > .access .section__body .access-info-wrap .access-info .info-body .access_features {
  margin: 0;
}
main > .access .section__body .access-info-wrap .access-info .info-body .access_hours .hour {
  display: block;
}
main > .access .section__body .access-info-wrap .access-info .info-body .access_note {
  font-size: 12px;
  color: #992626;
  letter-spacing: 0;
}
main > .access .section__body .access-info-wrap .access-info .info-body .access_features {
  font-size: 14px;
  letter-spacing: 0;
  letter-spacing: 0.095rem;
}
@media screen and (max-width: 750px) {
  footer {
    padding-bottom: 60px;
  }
}
footer {
  box-shadow: 0 0 8px #0F0F0F;
  -webkit-box-shadow: 0 0 8px #0F0F0F;
  -moz-box-shadow: 0 0 8px #0F0F0F;
}
footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #992626;
  background:
    linear-gradient(
      to bottom,
      #992626,
      rgb(112.1465968586, 27.8534031414, 27.8534031414));
}
footer .footer-logo,
footer .footer-copyright {
  align-self: center;
}
footer .footer-logo p,
footer .footer-copyright p {
  margin: 0;
}
footer .footer-logo {
  padding: 1.5rem 0;
}
@media screen and (max-width: 750px) {
  footer .footer-logo img {
    width: 120px;
  }
}
footer .footer-copyright {
  padding-top: 1.5rem;
}
footer .footer-copyright p {
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  footer .footer-copyright p {
    font-size: 10px;
  }
}
.vegas-animation-kenburns {
  -webkit-animation: kenburns liner;
  animation: kenburns liner;
}
@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*# sourceMappingURL=style.min.css.map */
