body {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  color: #333333;
  scroll-behavior: smooth;
}

.wrapper {
  width: 94%;
  margin: auto;
  max-width: 1400px;
}

.site-header {
  background-color: transparent;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.4em 2em;
  margin-bottom: -80px;
  z-index: 3;
  transition: 0.5s ease-in-out;
}
.site-header.notHome {
  background-color: #1e1e1e;
}
@media screen and (max-width: 992px) {
  .site-header {
    position: relative;
  }
}
@media screen and (max-width: 576px) {
  .site-header {
    background-color: #1e1e1e;
  }
}
.site-header.touched {
  background-color: #1e1e1e;
}
.site-header .header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .header__row .logo h1 {
  margin: 0;
}
.site-header .header__row .logo img {
  width: 140px;
  display: block;
}
.site-header .header__row .mobile-nav {
  padding: 0.2em 0;
  display: none;
}
@media screen and (max-width: 992px) {
  .site-header .header__row .mobile-nav {
    display: block;
  }
}
.site-header .header__row .mobile-nav .ham {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .header__row .mobile-nav .ham svg {
  fill: #c63027;
}
.site-header .header__row .mobile-nav .secondary-navigation {
  background-color: #1e1e1e;
  position: fixed;
  right: -100%;
  top: 0;
  height: 100vh;
  width: 100%;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.site-header .header__row .mobile-nav .secondary-navigation.show {
  right: 0;
}
.site-header .header__row .mobile-nav .secondary-navigation ul li {
  width: 100%;
}
.site-header .header__row .mobile-nav .secondary-navigation .logo {
  text-align: center;
  padding: 1em;
}
.site-header .header__row .mobile-nav .secondary-navigation .mobMenu .menu-footer-menu-container ul.mMenItem {
  display: flex;
  flex-wrap: wrap;
}
.site-header .header__row .mobile-nav .secondary-navigation .mobMenu .menu-footer-menu-container ul.mMenItem li {
  width: calc(100% / 2);
  text-align: center;
  padding: 0.5em;
  border-top: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
}
.site-header .header__row .mobile-nav .secondary-navigation .mobMenu .menu-footer-menu-container ul.mMenItem li:nth-child(2n+1) {
  border-right: 1px solid #2f2f2f;
}
.site-header .header__row .mobile-nav .secondary-navigation .mobMenu .menu-footer-menu-container ul.mMenItem li a {
  text-decoration: none;
  color: #fff;
}
.site-header .header__row .mobile-nav .secondary-navigation .social2 ul {
  display: flex;
  width: 250px;
  justify-content: space-evenly;
  text-align: center;
  margin: 0 auto 1em;
}
.site-header .header__row .mobile-nav .secondary-navigation .rw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1em;
}
.site-header .header__row .mobile-nav .secondary-navigation .rw .link__bx {
  width: 48%;
  border: 1px solid #fff;
  display: block;
  color: #fff;
  padding: 1em 2em;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .site-header .header__row .mobile-nav .secondary-navigation .rw .link__bx {
    padding: 1em;
  }
}
.site-header .header__row .mobile-nav .secondary-navigation .rw .l_full {
  margin-top: 1em;
  width: 48%;
  display: block;
  padding: 1em;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.site-header .header__row .mobile-nav .secondary-navigation .rw .l_full.onl_shop {
  background-image: url(../img/onl_shop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.site-header .header__row .mobile-nav .secondary-navigation .rw .l_full.onl_shop small {
  display: block;
}
.site-header .header__row .mobile-nav .secondary-navigation .rw .l_full.onl_shop span {
  display: block;
  font-size: 0.7em;
}
.site-header .header__row .mobile-nav .secondary-navigation .rw .l_full.yun_cafe {
  background-image: url(../img/yun_cafe.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 0.7em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .header__row .mobile-nav .secondary-navigation .closeBtn {
  text-align: center;
  margin: auto;
  width: 140px;
  color: #fff;
  padding: 0.5em;
  border: 1px solid #fff;
}
.site-header .header__row .mobile-nav .secondary-navigation .closeBtn svg {
  margin-right: 10px;
}
.site-header .header__row .main-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: transparent;
  box-shadow: unset;
  line-height: unset;
}
@media screen and (max-width: 992px) {
  .site-header .header__row .main-navigation {
    display: none;
  }
}
.site-header .header__row .main-navigation ul {
  line-height: unset;
}
.site-header .header__row .main-navigation ul li:last-child a {
  border-radius: 4px;
  background-color: #c63027;
  font-size: 0.8em;
}
.site-header .header__row .main-navigation ul a {
  padding: 1em 2.5em;
}
@media screen and (max-width: 1400px) {
  .site-header .header__row .main-navigation ul a {
    padding: 1em 1.8em;
  }
}
@media screen and (max-width: 1200px) {
  .site-header .header__row .main-navigation ul a {
    padding: 1em 1.2em;
  }
}

.goTop {
  cursor: pointer;
  position: fixed;
  bottom: calc(100% + 3em);
  display: none;
  right: 4%;
  bottom: 4%;
  background-color: #c4c4c4;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 4;
}
@media screen and (max-width: 576px) {
  .goTop {
    transform: scale(0.6);
  }
}
.goTop.imHome {
  background-color: #fff;
}
.goTop.imHome .circ span {
  color: #333333;
}
.goTop.imHome .circ svg path {
  fill: #333333;
}
.goTop .circ {
  color: #333333;
  text-align: center;
  text-align: center;
}
.goTop .circ span {
  display: block;
}
.goTop .circ span {
  color: #333333;
  font-weight: 700;
}
.goTop .circ svg {
  width: 18px;
  height: auto;
}
.goTop .circ svg path {
  fill: #333333;
}

.site-footer {
  background-color: #1e1e1e;
}
.site-footer .upper__foot {
  padding: 3em 0;
}
.site-footer .upper__foot .wrapper {
  position: relative;
}
.site-footer .upper__foot .footer__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .site-footer .upper__foot .footer__row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .site-footer .upper__foot .footer__row {
    flex-direction: column-reverse;
  }
}
.site-footer .upper__foot .footer__row .foot__lf {
  width: 48%;
}
@media screen and (max-width: 992px) {
  .site-footer .upper__foot .footer__row .foot__lf {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 576px) {
  .site-footer .upper__foot .footer__row .foot__lf .logo {
    text-align: center;
  }
}
.site-footer .upper__foot .footer__row .foot__lf .add_tel p {
  color: #fff;
  font-weight: 200;
}
.site-footer .upper__foot .footer__row .foot__lf .add_tel p a {
  display: inline-block;
  color: #fff;
}
.site-footer .upper__foot .footer__row .foot__lf .links {
  margin: 2em 0;
}
.site-footer .upper__foot .footer__row .foot__lf .links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-footer .upper__foot .footer__row .foot__lf .links ul li {
  width: calc(100% / 2);
}
.site-footer .upper__foot .footer__row .foot__lf .links ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 200;
  padding: 0.5em 0;
}
@media screen and (max-width: 576px) {
  .site-footer .upper__foot .footer__row .foot__lf .links ul li a {
    font-size: 12px;
  }
}
.site-footer .upper__foot .footer__row .foot__lf .social ul {
  display: flex;
}
@media screen and (max-width: 576px) {
  .site-footer .upper__foot .footer__row .foot__lf .social ul {
    justify-content: center;
  }
}
.site-footer .upper__foot .footer__row .foot__lf .social ul li {
  margin-right: 1em;
}
.site-footer .upper__foot .footer__row .foot__rt {
  width: 48%;
}
@media screen and (max-width: 992px) {
  .site-footer .upper__foot .footer__row .foot__rt {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .site-footer .upper__foot .footer__row .foot__rt {
    margin-bottom: 1em;
    text-align: center;
  }
}
.site-footer .upper__foot .footer__row .foot__rt .tel {
  color: #fff;
}
.site-footer .upper__foot .footer__row .foot__rt .tel small {
  font-size: 0.8em;
}
.site-footer .upper__foot .footer__row .foot__rt .tel .rw {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .site-footer .upper__foot .footer__row .foot__rt .tel .rw {
    justify-content: center;
  }
}
.site-footer .upper__foot .footer__row .foot__rt .tel .rw strong {
  font-size: 3em;
  display: block;
  display: flex;
  align-items: center;
}
.site-footer .upper__foot .footer__row .foot__rt .tel .rw strong a {
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .site-footer .upper__foot .footer__row .foot__rt .tel .rw strong {
    font-size: 2em;
  }
}
.site-footer .upper__foot .footer__row .foot__rt .rw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2em 0;
}
.site-footer .upper__foot .footer__row .foot__rt .rw .link__bx {
  width: 48%;
  border: 1px solid #fff;
  display: block;
  color: #fff;
  padding: 1em 2em;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .site-footer .upper__foot .footer__row .foot__rt .rw .link__bx {
    padding: 1em;
  }
}
.site-footer .upper__foot .footer__row .foot__rt .l_full {
  display: block;
  padding: 1.2em 2em;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.site-footer .upper__foot .footer__row .foot__rt .l_full.onl_shop {
  background-image: url(../img/onl_shop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 2em;
}
.site-footer .upper__foot .footer__row .foot__rt .l_full.onl_shop small {
  display: block;
}
.site-footer .upper__foot .footer__row .foot__rt .l_full.onl_shop span {
  display: block;
  font-size: 1.5em;
}
.site-footer .upper__foot .footer__row .foot__rt .l_full.yun_cafe {
  background-image: url(../img/yun_cafe.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 1.5em;
}
@media screen and (max-width: 576px) {
  .site-footer .upper__foot .footer__row .foot__rt .l_full.yun_cafe {
    font-size: 1.2em;
  }
}
.site-footer .lower_foot {
  text-align: center;
  padding-bottom: 1em;
}
.site-footer .lower_foot .footer-operator {
  color: #fff !important;
  font-size: 0.85em;
  margin-bottom: 0.5em;
}
.site-footer .lower_foot .footer-operator a {
  color: #fff !important;
  text-decoration: none;
}
.site-footer .lower_foot .footer-operator a:hover {
  text-decoration: underline;
}
.site-footer .lower_foot .footer-operator a i {
  margin-left: 0.3em;
  font-size: 0.85em;
}
.site-footer .lower_foot span {
  color: #fff;
  font-size: 0.8em;
}

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

.titles {
  margin-bottom: 3em;
  text-align: center;
  color: #fff;
}
.titles span.main {
  display: block;
  font-size: 2em;
  color: #fff;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .titles span.main {
    font-size: 1.4em;
  }
}

a.link__bx {
  display: block;
  text-decoration: none;
  color: #333333;
  border: 1px solid #333333;
  padding: 0.5em;
  width: 330px;
  text-align: center;
  font-weight: 500;
}

.only-mob {
  display: none;
}

@media screen and (max-width: 576px) {
  .only-mob {
    display: block;
  }
}
.mtHead {
  margin-top: 78px;
}

.title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.title h1 {
  margin: 0;
  font-size: 2.6em;
}
@media screen and (max-width: 576px) {
  .title h1 {
    font-size: 1.2em;
  }
}
.title h3 {
  margin: 0;
}

@media screen and (max-width: 576px) {
  .no-mob {
    display: none;
  }
}

@-webkit-keyframes scale-up {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes scale-up {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.site-header {
  background-color: transparent;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.4em 2em;
  margin-bottom: -80px;
  z-index: 3;
  transition: 0.5s ease-in-out;
}
.site-header.notHome {
  background-color: #1e1e1e;
}
@media screen and (max-width: 992px) {
  .site-header {
    position: relative;
  }
}
@media screen and (max-width: 576px) {
  .site-header {
    background-color: #1e1e1e;
  }
}
.site-header.touched {
  background-color: #1e1e1e;
}
.site-header .header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .header__row .logo h1 {
  margin: 0;
}
.site-header .header__row .logo img {
  width: 140px;
  display: block;
}
.site-header .header__row .mobile-nav {
  padding: 0.2em 0;
  display: none;
}
@media screen and (max-width: 992px) {
  .site-header .header__row .mobile-nav {
    display: block;
  }
}
.site-header .header__row .mobile-nav .ham {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .header__row .mobile-nav .ham svg {
  fill: #c63027;
}
.site-header .header__row .mobile-nav .secondary-navigation {
  background-color: #1e1e1e;
  position: fixed;
  right: -100%;
  top: 0;
  height: 100vh;
  width: 100%;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.site-header .header__row .mobile-nav .secondary-navigation.show {
  right: 0;
}
.site-header .header__row .mobile-nav .secondary-navigation ul li {
  width: 100%;
}
.site-header .header__row .mobile-nav .secondary-navigation .logo {
  text-align: center;
  padding: 1em;
}
.site-header .header__row .mobile-nav .secondary-navigation .mobMenu .menu-footer-menu-container ul.mMenItem {
  display: flex;
  flex-wrap: wrap;
}
.site-header .header__row .mobile-nav .secondary-navigation .mobMenu .menu-footer-menu-container ul.mMenItem li {
  width: calc(100% / 2);
  text-align: center;
  padding: 0.5em;
  border-top: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
}
.site-header .header__row .mobile-nav .secondary-navigation .mobMenu .menu-footer-menu-container ul.mMenItem li:nth-child(2n+1) {
  border-right: 1px solid #2f2f2f;
}
.site-header .header__row .mobile-nav .secondary-navigation .mobMenu .menu-footer-menu-container ul.mMenItem li a {
  text-decoration: none;
  color: #fff;
}
.site-header .header__row .mobile-nav .secondary-navigation .social2 ul {
  display: flex;
  width: 250px;
  justify-content: space-evenly;
  text-align: center;
  margin: 0 auto 1em;
}
.site-header .header__row .mobile-nav .secondary-navigation .rw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1em;
}
.site-header .header__row .mobile-nav .secondary-navigation .rw .link__bx {
  width: 48%;
  border: 1px solid #fff;
  display: block;
  color: #fff;
  padding: 1em 2em;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .site-header .header__row .mobile-nav .secondary-navigation .rw .link__bx {
    padding: 1em;
  }
}
.site-header .header__row .mobile-nav .secondary-navigation .rw .l_full {
  margin-top: 1em;
  width: 48%;
  display: block;
  padding: 1em;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.site-header .header__row .mobile-nav .secondary-navigation .rw .l_full.onl_shop {
  background-image: url(../img/onl_shop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.site-header .header__row .mobile-nav .secondary-navigation .rw .l_full.onl_shop small {
  display: block;
}
.site-header .header__row .mobile-nav .secondary-navigation .rw .l_full.onl_shop span {
  display: block;
  font-size: 0.7em;
}
.site-header .header__row .mobile-nav .secondary-navigation .rw .l_full.yun_cafe {
  background-image: url(../img/yun_cafe.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 0.7em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .header__row .mobile-nav .secondary-navigation .closeBtn {
  text-align: center;
  margin: auto;
  width: 140px;
  color: #fff;
  padding: 0.5em;
  border: 1px solid #fff;
}
.site-header .header__row .mobile-nav .secondary-navigation .closeBtn svg {
  margin-right: 10px;
}
.site-header .header__row .main-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: transparent;
  box-shadow: unset;
  line-height: unset;
}
@media screen and (max-width: 992px) {
  .site-header .header__row .main-navigation {
    display: none;
  }
}
.site-header .header__row .main-navigation ul {
  line-height: unset;
}
.site-header .header__row .main-navigation ul li:last-child a {
  border-radius: 4px;
  background-color: #c63027;
  font-size: 0.8em;
}
.site-header .header__row .main-navigation ul a {
  padding: 1em 2.5em;
}
@media screen and (max-width: 1400px) {
  .site-header .header__row .main-navigation ul a {
    padding: 1em 1.8em;
  }
}
@media screen and (max-width: 1200px) {
  .site-header .header__row .main-navigation ul a {
    padding: 1em 1.2em;
  }
}

.goTop {
  cursor: pointer;
  position: fixed;
  bottom: calc(100% + 3em);
  display: none;
  right: 4%;
  bottom: 4%;
  background-color: #c4c4c4;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 4;
}
@media screen and (max-width: 576px) {
  .goTop {
    transform: scale(0.6);
  }
}
.goTop.imHome {
  background-color: #fff;
}
.goTop.imHome .circ span {
  color: #333333;
}
.goTop.imHome .circ svg path {
  fill: #333333;
}
.goTop .circ {
  color: #333333;
  text-align: center;
  text-align: center;
}
.goTop .circ span {
  display: block;
}
.goTop .circ span {
  color: #333333;
  font-weight: 700;
}
.goTop .circ svg {
  width: 18px;
  height: auto;
}
.goTop .circ svg path {
  fill: #333333;
}

.site-footer {
  background-color: #1e1e1e;
}
.site-footer .upper__foot {
  padding: 3em 0;
}
.site-footer .upper__foot .wrapper {
  position: relative;
}
.site-footer .upper__foot .footer__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .site-footer .upper__foot .footer__row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .site-footer .upper__foot .footer__row {
    flex-direction: column-reverse;
  }
}
.site-footer .upper__foot .footer__row .foot__lf {
  width: 48%;
}
@media screen and (max-width: 992px) {
  .site-footer .upper__foot .footer__row .foot__lf {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 576px) {
  .site-footer .upper__foot .footer__row .foot__lf .logo {
    text-align: center;
  }
}
.site-footer .upper__foot .footer__row .foot__lf .add_tel p {
  color: #fff;
  font-weight: 200;
}
.site-footer .upper__foot .footer__row .foot__lf .add_tel p a {
  display: inline-block;
  color: #fff;
}
.site-footer .upper__foot .footer__row .foot__lf .links {
  margin: 2em 0;
}
.site-footer .upper__foot .footer__row .foot__lf .links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-footer .upper__foot .footer__row .foot__lf .links ul li {
  width: calc(100% / 2);
}
.site-footer .upper__foot .footer__row .foot__lf .links ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 200;
  padding: 0.5em 0;
}
@media screen and (max-width: 576px) {
  .site-footer .upper__foot .footer__row .foot__lf .links ul li a {
    font-size: 12px;
  }
}
.site-footer .upper__foot .footer__row .foot__lf .social ul {
  display: flex;
}
@media screen and (max-width: 576px) {
  .site-footer .upper__foot .footer__row .foot__lf .social ul {
    justify-content: center;
  }
}
.site-footer .upper__foot .footer__row .foot__lf .social ul li {
  margin-right: 1em;
}
.site-footer .upper__foot .footer__row .foot__rt {
  width: 48%;
}
@media screen and (max-width: 992px) {
  .site-footer .upper__foot .footer__row .foot__rt {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .site-footer .upper__foot .footer__row .foot__rt {
    margin-bottom: 1em;
    text-align: center;
  }
}
.site-footer .upper__foot .footer__row .foot__rt .tel {
  color: #fff;
}
.site-footer .upper__foot .footer__row .foot__rt .tel small {
  font-size: 0.8em;
}
.site-footer .upper__foot .footer__row .foot__rt .tel .rw {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .site-footer .upper__foot .footer__row .foot__rt .tel .rw {
    justify-content: center;
  }
}
.site-footer .upper__foot .footer__row .foot__rt .tel .rw strong {
  font-size: 3em;
  display: block;
  display: flex;
  align-items: center;
}
.site-footer .upper__foot .footer__row .foot__rt .tel .rw strong a {
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .site-footer .upper__foot .footer__row .foot__rt .tel .rw strong {
    font-size: 2em;
  }
}
.site-footer .upper__foot .footer__row .foot__rt .rw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2em 0;
}
.site-footer .upper__foot .footer__row .foot__rt .rw .link__bx {
  width: 48%;
  border: 1px solid #fff;
  display: block;
  color: #fff;
  padding: 1em 2em;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .site-footer .upper__foot .footer__row .foot__rt .rw .link__bx {
    padding: 1em;
  }
}
.site-footer .upper__foot .footer__row .foot__rt .l_full {
  display: block;
  padding: 1.2em 2em;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.site-footer .upper__foot .footer__row .foot__rt .l_full.onl_shop {
  background-image: url(../img/onl_shop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 2em;
}
.site-footer .upper__foot .footer__row .foot__rt .l_full.onl_shop small {
  display: block;
}
.site-footer .upper__foot .footer__row .foot__rt .l_full.onl_shop span {
  display: block;
  font-size: 1.5em;
}
.site-footer .upper__foot .footer__row .foot__rt .l_full.yun_cafe {
  background-image: url(../img/yun_cafe.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 1.5em;
}
@media screen and (max-width: 576px) {
  .site-footer .upper__foot .footer__row .foot__rt .l_full.yun_cafe {
    font-size: 1.2em;
  }
}
.site-footer .lower_foot {
  text-align: center;
  padding-bottom: 1em;
}
.site-footer .lower_foot .footer-operator {
  color: #fff !important;
  font-size: 0.85em;
  margin-bottom: 0.5em;
}
.site-footer .lower_foot .footer-operator a {
  color: #fff !important;
  text-decoration: none;
}
.site-footer .lower_foot .footer-operator a:hover {
  text-decoration: underline;
}
.site-footer .lower_foot .footer-operator a i {
  margin-left: 0.3em;
  font-size: 0.85em;
}
.site-footer .lower_foot span {
  color: #fff;
  font-size: 0.8em;
}

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

.titles {
  margin-bottom: 3em;
  text-align: center;
  color: #fff;
}
.titles span.main {
  display: block;
  font-size: 2em;
  color: #fff;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .titles span.main {
    font-size: 1.4em;
  }
}

a.link__bx {
  display: block;
  text-decoration: none;
  color: #333333;
  border: 1px solid #333333;
  padding: 0.5em;
  width: 330px;
  text-align: center;
  font-weight: 500;
}

.only-mob {
  display: none;
}

@media screen and (max-width: 576px) {
  .only-mob {
    display: block;
  }
}
.mtHead {
  margin-top: 78px;
}

.title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.title h1 {
  margin: 0;
  font-size: 2.6em;
}
@media screen and (max-width: 576px) {
  .title h1 {
    font-size: 1.2em;
  }
}
.title h3 {
  margin: 0;
}

@media screen and (max-width: 576px) {
  .no-mob {
    display: none;
  }
}

@-webkit-keyframes scale-up {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes scale-up {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.main-Ban {
  position: relative;
}
.main-Ban .item {
  overflow: hidden;
}
.main-Ban .owl-item img {
  -webkit-animation: scale-up 8s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
  animation: scale-up 8s cubic-bezier(0.39, 0.575, 0.565, 1) infinite forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.main-Ban .owl-item.active img {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.main-Ban .parallax-container {
  height: 100vh;
}
.main-Ban .parallax-container .parallax img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .main-Ban .parallax-container {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .main-Ban .parallax-container {
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  .main-Ban .parallax-container {
    height: 100vh;
  }
}
.main-Ban .interact--float {
  position: absolute;
  left: 0;
  bottom: calc(5%);
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .main-Ban .interact--float {
    font-size: 70%;
    width: 50%;
  }
}
.main-Ban .interact--float .intItem span {
  background-color: #fff;
  padding: 6px;
  display: inline-block;
  font-weight: 500;
}
.main-Ban .interact--float .intItem span a {
  color: #333333;
}
.main-Ban .interact--float .intItem:first-child {
  margin-bottom: 0.5em;
}
.main-Ban .interact--float .intItem:last-child {
  font-size: 1.4em;
}
.main-Ban .mouse--float {
  position: absolute;
  bottom: calc(5%);
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .main-Ban .mouse--float {
    display: none;
  }
}
.main-Ban .main-slider-mob {
  display: none;
}
.main-Ban .main-slider-mob .parallax-container {
  height: 80vh;
}
.main-Ban .main-slider-mob .parallax-container .parallax img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  .main-Ban .main-slider {
    display: none;
  }
  .main-Ban .main-slider-mob {
    display: block;
    margin-top: 70px;
  }
}

.hot--springs .parallax-container {
  height: 80vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hot--springs .parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hot--springs .parallax img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hot--springs .contents {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hot--springs .contents {
    width: 85%;
  }
}
.hot--springs .contents .main--title {
  text-align: center;
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  .hot--springs .contents .main--title {
    font-size: 1.5em;
  }
}
.hot--springs .contents .sub--title {
  text-align: center;
  font-size: 1.8em;
}
@media screen and (max-width: 768px) {
  .hot--springs .contents .sub--title {
    font-size: 1.1em;
  }
}
.hot--springs .contents .desc {
  line-height: 1.8em;
}
@media screen and (max-width: 576px) {
  .hot--springs .contents .desc {
    line-height: unset;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 576px) {
  .hot--springs .parallax-container {
    height: 80vh;
    min-height: 500px;
  }
  .hot--springs .contents {
    width: 90%;
    padding: 2em 1em;
  }
}

.tiles {
  background-image: url("../img/home/texture.png");
  padding: 3em 0;
  overflow: hidden;
}
.tiles .tile--row {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  margin-right: -2em;
}
@media screen and (max-width: 992px) {
  .tiles .tile--row {
    margin-right: 0;
  }
}
.tiles .tile--row .tileItem {
  width: calc(100% / 2 - 2em);
}
.tiles .tile--row .tileItem img {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .tiles {
    padding: 2em 0;
  }
  .tiles .wrapper {
    width: 100%;
    padding: 0 8px;
  }
  .tiles .tile--row .tileItem {
    width: calc(50% - 2px);
    min-height: auto;
    margin-bottom: 0;
  }
  .tiles .tile--row {
    row-gap: 4px;
    column-gap: 4px;
    margin-right: 0;
  }
}

.notifications {
  background-image: url("../img/home/texture.png");
  padding: 3em 0;
}
.notifications .news-container {
  display: flex;
  gap: 2em;
  max-width: 1200px;
  margin: 0 auto 2em;
  padding: 0 2em;
}
@media screen and (max-width: 576px) {
  .notifications .news-container {
    flex-direction: column;
    padding: 0 1em;
  }
}
/* ピックアップ（左側） */
.notifications .news-pickup {
  flex: 1;
}
.notifications .news-pickup a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.notifications .news-pickup .pickup-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-bottom: 1em;
}
.notifications .news-pickup .pickup-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.notifications .news-pickup .pickup-content .date {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.notifications .news-pickup .pickup-content .pTitle {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0 0 0.5em;
}
.notifications .news-pickup .pickup-content .excerpt {
  font-size: 0.85em;
  line-height: 1.6;
}
/* リスト（右側） */
.notifications .news-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.notifications .news-item a {
  display: flex;
  gap: 1em;
  color: #fff;
  text-decoration: none;
}
.notifications .news-item .item-img {
  width: 120px;
  flex-shrink: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.notifications .news-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.notifications .news-item .item-content {
  flex: 1;
}
.notifications .news-item .item-content .date {
  font-size: 0.7em;
  margin-bottom: 0.3em;
}
.notifications .news-item .item-content .pTitle {
  font-size: 0.9em;
  font-weight: 700;
  margin: 0 0 0.3em;
}
.notifications .news-item .item-content .excerpt {
  font-size: 0.75em;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .notifications .news-item .item-img {
    width: 100px;
  }
  .notifications .news-item .item-content .pTitle {
    font-size: 0.85em;
  }
  .notifications .news-item .item-content .excerpt {
    display: none;
  }
}
.notifications .whtBtn {
  font-weight: 700;
  display: block;
  width: 250px;
  margin: auto;
  background-color: #fff;
  border-radius: 4px;
  color: #333333;
}
.campaign-banner {
  text-align: center;
  padding: 1em 0;
  background-image: url("../img/home/texture.png");
}
.campaign-banner img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 576px) {
  .campaign-banner {
    display: flex;
    justify-content: center;
  }
}

.sepo {
  height: 620px;
}

.categories {
  padding: 3em 0;
  background-image: url("../img/home/texture.png");
}
.categories .categories-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2em;
}
@media screen and (max-width: 576px) {
  .categories .categories-container {
    padding: 0 1em;
  }
}
.categories .cRow {
  display: flex;
}
@media screen and (max-width: 768px) {
  .categories .cRow {
    flex-wrap: wrap;
  }
}
.categories .cRow:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 576px) {
  .categories .cRow {
    margin-bottom: 2em;
  }
  .categories .cRow:last-child {
    margin-bottom: 0;
  }
}
.categories .cRow .photo {
  margin-right: 1em;
  position: relative;
}
@media screen and (max-width: 576px) {
  .categories .cRow .photo {
    margin-right: 0;
  }
}
.categories .cRow .photo .shadow {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1400px) {
  .categories .cRow .photo {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .categories .cRow .photo {
    width: 100%;
  }
}
.categories .cRow .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.categories .cRow .detail {
  padding: 3em;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .categories .cRow .detail {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .categories .cRow .detail {
    padding: 1em;
  }
}
@media screen and (max-width: 768px) {
  .categories .cRow .detail {
    width: 100%;
  }
}
.categories .cRow .detail .main--title {
  font-size: 3em;
}
@media screen and (max-width: 1200px) {
  .categories .cRow .detail .main--title {
    font-size: 2em;
  }
}
@media screen and (max-width: 576px) {
  .categories .cRow .detail .main--title {
    text-align: center;
    font-size: 1.8em;
  }
}
.categories .cRow .detail .sub--title {
  font-size: 1.2em;
  margin: 40px 0;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .categories .cRow .detail .sub--title {
    font-size: 1.1em;
  }
}
.categories .cRow .detail .para {
  margin-bottom: 30px;
}
.categories .cRow .detail .para p {
  font-size: 0.8em;
  line-height: 1.8;
}
.categories .cRow .detail .whtBtn {
  width: 60%;
  background-color: #fff;
  border-radius: 4px;
  color: #333333;
  font-weight: 500;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .categories .cRow .detail .whtBtn {
    margin: 0 auto;
  }
}

.instagram {
  padding: 3em 0;
  background-image: url("../img/home/texture.png");
}
@media screen and (max-width: 576px) {
  .instagram {
    padding: 0;
  }
}
.instagram .titles .main {
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .instagram .titles .main {
    margin: 0;
    font-size: 1.4em;
  }
  .titles span.main,
  .titles h2.main {
    font-size: 1.4em;
  }
  .titles .sec {
    font-size: 0.7em;
  }
}

@media screen and (max-width: 576px) {
  #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
    width: 50%;
  }

  #sb_instagram .sbi_photo {
    height: 200px;
  }
}
.page--articles p {
  font-size: 0.9em;
  font-weight: 500;
}
.page--articles img {
  width: 100%;
  height: auto;
}
.page--articles .parallax-container {
  height: 200px;
}
@media screen and (max-width: 576px) {
  .page--articles .parallax-container .parallax img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page--articles .artPart .articles--list .art--card {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #c4c4c4;
}
.page--articles .artPart .articles--list .art--card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.page--articles .artPart .articles--list .art--card .img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .page--articles .artPart .articles--list .art--card .img {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
  }
}
.page--articles .artPart .articles--list .art--card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page--articles .artPart .articles--list .art--card .desc .top {
  font-weight: 700;
}
.page--articles .artPart .articles--list .art--card .desc .top span {
  font-size: 0.8em;
}
.page--articles .artPart .articles--list .art--card .desc .top .cat {
  display: inline-block;
  background-color: #000;
  padding: 0.3em 0.8em;
}
.page--articles .artPart .articles--list .art--card .desc .top .cat a {
  color: #fff;
}
.page--articles .artPart .articles--list .art--card .desc h4,
.page--articles .artPart .articles--list .art--card .desc h2 {
  font-size: 1.3em;
  margin: 1em 0 0;
}
.page--articles .artPart .articles--list .art--card .desc h4 a,
.page--articles .artPart .articles--list .art--card .desc h2 a {
  color: #333333;
  text-decoration: none;
  width: clamp(1ch, 100%, 30ch);
}
.page--articles .rtPg {
  margin-left: 4em;
}
@media screen and (max-width: 992px) {
  .page--articles .rtPg {
    margin-left: 0;
  }
}
.page--articles .cat-arch .heading h3 {
  font-size: 24px;
  margin-top: 0;
}
.page--articles .cat-arch .heading h3 small {
  font-size: 14px;
}
.page--articles .cat-arch .cats ul .cat-items {
  padding: 0.8em 0;
  border-bottom: 1px solid #c4c4c4;
}
.page--articles .cat-arch .cats ul .cat-items a {
  text-decoration: none;
  color: #333333;
  font-size: 16px;
}
.page--articles .pager {
  text-align: center;
  margin: 2em 0;
}
.page--articles .pager .page-numbers,
.page--articles .pager span.page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.2em;
  border: 1px solid #000;
  padding: 0.5em 1em;
  color: #000;
  font-weight: 700;
}
.page--articles .pager .page-numbers.current,
.page--articles .pager span.page-numbers.current {
  background-color: #000;
  color: #fff;
}

.allbtn {
  text-align: center;
}
.allbtn a {
  background-color: #000;
  color: #fff;
  min-width: 300px;
  text-align: center;
  display: inline-block;
  padding: 0.5em;
  border-radius: 8px;
  font-weight: 600;
}

.shareBox {
  margin: 1em 0;
  display: flex;
  align-items: center;
}
.shareBox span {
  font-size: 1.2em;
}
.shareBox .sfsi_widget {
  min-height: auto;
}

.title-art h2 {
  margin: 0 0 1em 0;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .title-art h2 {
    font-size: 24px;
  }
}

.meta {
  margin-bottom: 1em;
}
.meta span {
  font-weight: 700;
  font-size: 14px;
}
.meta span a {
  color: #333333;
}

.artPart {
  padding-bottom: 80px;
}

.article--detail h2 {
  font-size: 1.8rem;
}
.article--detail a {
  line-break: anywhere;
}

.online--shop--widgets {
  transition: 0.3s;
  position: fixed;
  right: calc(5%);
  bottom: calc(5%);
  z-index: 100;
}
.online--shop--widgets.adjust {
  bottom: calc(12%);
  transform: scale(0.5) translateX(54%);
}
@media screen and (max-width: 576px) {
  .online--shop--widgets.adjust {
    transform: scale(0.5) translateX(30%);
  }
}
.online--shop--widgets a {
  display: block;
}
.online--shop--widgets a img {
  height: auto;
}
.online--shop--widgets a img.no-mob {
  display: block;
  width: 688px;
}
.online--shop--widgets a img.only-mob {
  display: none;
}
@media screen and (max-width: 768px) {
  .online--shop--widgets a img.no-mob {
    display: block;
    width: 460px;
  }
  .online--shop--widgets a img.only-mob {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .online--shop--widgets a img.no-mob {
    display: none;
  }
  .online--shop--widgets a img.only-mob {
    display: block;
    width: 200px;
  }
}
.online--shop--widgets .close--me {
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
  transition: 0.3s;
}
.online--shop--widgets .close--me span {
  background-color: #171717;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}
.online--shop--widgets .close--me:hover {
  transform: scale(1.2);
}

.crumb {
  padding: 1em 0;
}
.crumb .row {
  margin-bottom: 0;
}
.crumb ul {
  display: flex;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 576px) {
  .crumb ul {
    flex-wrap: wrap;
  }
}
.crumb ul li {
  margin-right: 0.5em;
  font-size: 14px;
}
.crumb ul li a {
  color: #333333;
}

a:hover {
  opacity: 0.7;
}

.wrapper {
  width: 94%;
  margin: auto;
  max-width: 1170px;
}

@media only screen and (max-width: 992px) {
  .parallax img {
    max-height: 130%;
    /* or a little bit higher */
  }
}
@media only screen and (min-width: 993px) {
  .parallax img {
    max-height: 170%;
    /* or higher percentages. It's up to your taste */
  }
}
.tLf {
  width: 770px;
}
@media screen and (max-width: 1200px) {
  .tLf {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .tLf {
    margin-bottom: 80px;
  }
}

.tRt {
  width: 270px;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .tRt {
    width: 100%;
  }
}

/* お知らせ詳細ページ - WordPressエディタのスタイル反映 */
.page--articles .article--detail strong,
.page--articles .article--detail b,
.page--articles .article--detail p strong,
.page--articles .article--detail p b {
  font-weight: 700 !important;
}
.page--articles .article--detail em,
.page--articles .article--detail i,
.page--articles .article--detail p em,
.page--articles .article--detail p i {
  font-style: italic !important;
}
/* お知らせ詳細ページ - タイトル・見出し・本文スタイル */
.title-art h2 {
  font-weight: bold;
}
.article--detail h2 {
  font-weight: bold;
}
.article--detail h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
.article--detail p,
.article--detail li,
.article--detail div:not(.meta):not(.title-art):not(.shareBox):not(.allbtn) {
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .article--detail p,
  .article--detail li {
    font-size: 16px;
  }
}
/* お知らせ詳細ページ - カラムブロック画像の余白縮小 */
.article--detail .wp-block-columns {
  gap: 0.5em !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.article--detail .wp-block-column {
  padding: 0 !important;
  margin: 0 !important;
}
.article--detail .wp-block-image,
.article--detail .wp-block-column figure {
  margin: 0 !important;
  padding: 0 !important;
}
.article--detail .wp-block-image img,
.article--detail .wp-block-column img {
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain;
}
/*# sourceMappingURL=main.css.map */