@charset "UTF-8";
a {
  opacity: 1;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*---------- 以下基本設定 ----------*/
html {
  /* スムーズスクロール */
  scroll-behavior: smooth;
  scroll-padding-top: 142px;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-weight: 400;
  color: #5e1919;
  min-width: 1280px;
  margin: 0 auto;
}

a,
img,
button {
  display: block;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  width: auto;
}

/* 改行 */
.br_pc {
  display: block;
}

.br_pc {
  display: block;
}
.br_pc br {
  display: block;
}

.br_sp {
  display: none;
}
.br_sp br {
  display: none;
}

.text-sky {
  color: #F2CA30;
}

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

.inline {
  display: inline;
}

.tel {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  display: flex;
  align-items: baseline;
  pointer-events: none;
  padding-left: 24px;
  position: relative;
}
.tel::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/icon_tel.png) no-repeat center center/contain;
}

/*---------- objct-fitをつかするクラス ----------*/
.contain-img {
  /* 比率で画像サイズを指定するためのクラス */
}
.contain-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contain-img-center > img {
  -o-object-position: center center;
     object-position: center center;
}
.contain-img-left > img {
  -o-object-position: left center;
     object-position: left center;
}
.contain-img-right > img {
  -o-object-position: right center;
     object-position: right center;
}
.contain-img-fit {
  position: relative;
  overflow: hidden;
}
.contain-img-fit > img {
  position: absolute;
  -o-object-position: center center;
     object-position: center center;
  top: 0;
  left: 0;
}

.cover-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cover-img-center > img {
  -o-object-position: center center;
     object-position: center center;
}
.cover-img-left > img {
  -o-object-position: left center;
     object-position: left center;
}
.cover-img-right > img {
  -o-object-position: right center;
     object-position: right center;
}
.cover-img-fit {
  position: relative;
  overflow: hidden;
}
.cover-img-fit > img {
  position: absolute;
  -o-object-position: center center;
     object-position: center center;
  top: 0;
  left: 0;
}

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

.inner {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}

.font-oblique {
  font-style: oblique;
}

.font-w-black {
  font-weight: 900;
}

.sec {
  padding: 72px 0;
}
.sec-under {
  padding: 100px 0 0 0;
}
.sec-title {
  font-weight: 900;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 32px;
  letter-spacing: 0.07em;
  margin-bottom: 40px;
}
.sec-title::before, .sec-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.sec-title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.sec-title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.sec-title--ja {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  margin-bottom: 40px;
}
.sec-title--ja::before, .sec-title--ja::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.sec-title--ja::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.sec-title--ja::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.sec-title--en {
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  font-style: oblique;
}
.sec-title--en::before, .sec-title--en::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.sec-title--en::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.sec-title--en::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.sec-title--sub {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}
.sec-title--sub::before, .sec-title--sub::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.sec-title--sub::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.sec-title--sub::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.sec-content p {
  line-height: 1.7;
}
.sec-content p:not(:last-child) {
  margin-bottom: 40px;
}
.sec-content p::before, .sec-content p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.sec-content p::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
.sec-content p::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

main {
  background-color: #f8f5f2;
  margin-top: 142px;
}

/*---------- headerここから ----------*/
.header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 1280px;
  z-index: 501;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header-logo {
  width: 70px;
}
.header-logo img {
  width: 100%;
}
.header__description {
  width: 100%;
  color: #767676;
  background-color: #f8f5f2;
  padding: 4px 0;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header__description h1 {
  font-weight: 300;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0.1em;
  max-width: 1080px;
  margin: 0 auto;
}
.header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  max-width: 891px;
}
.header__address {
  font-size: 14px;
  line-height: 1.0714285714;
  margin-right: 23px;
  margin-top: 17px;
}
.header__time {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 4px;
}
.header__sns {
  width: 42px;
  margin-right: 24px;
  padding-top: 4px;
}
.header__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 6px;
  margin-right: 10px;
  width: 242px;
}
.header-btn {
  width: 155px;
  margin-top: 4px;
}
.header-btn.line {
  margin-right: 8px;
}
.header-nav {
  width: 100%;
  margin-top: 4px;
}
.header-nav__list {
  display: flex;
  justify-content: flex-end;
}
.header-nav__item {
  position: relative;
}
.header-nav__item:first-child .header-nav__link {
  padding-left: 0;
}
.header-nav__item:first-child .header-nav__link::after {
  left: calc(50% - 15px);
}
.header-nav__item:last-child .header-nav__link {
  padding-right: 0;
}
.header-nav__item:last-child .header-nav__link::after {
  left: calc(50% + 15px);
}
.header-nav__item:not(:last-child)::after {
  content: "";
  width: 7px;
  height: 18px;
  display: block;
  background: url(../img/menu_slash.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.header-nav__link {
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 18px;
  padding: 16px 20px;
  line-height: 1;
  position: relative;
  transition: all 0.3s;
}
.header-nav__link:hover {
  color: #fd3b3a;
}

/*滞在ぺージのheader-nav__linkのスタイル「*/
.top-page .header-nav__link.top {
  color: #fd3b3a;
}

.use-page .header-nav__link.about {
  color: #fd3b3a;
}

.menu-page .header-nav__link.menu {
  color: #fd3b3a;
}

.qa-page .header-nav__link.qa {
  color: #fd3b3a;
}

.shop-page .header-nav__link.shop {
  color: #fd3b3a;
}

/*----------　headerここまで ----------*/
/*---------- articleここから ----------*/
.article-flex {
  display: flex;
  align-items: center;
}
.article-list__item {
  background: #fff;
}
.article-list__item:not(:last-child) {
  margin-bottom: 15px;
}
.article-list__item a {
  padding: 1.6875em 1.6875em 1.6875em 1.875em;
}
.article-date {
  font-weight: 700;
  width: 136px;
  line-height: 1;
  position: relative;
}
.article-date::after {
  content: "";
  width: 1px;
  height: 2.25em;
  background-color: #dad6d6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.article-title {
  padding-left: 30px;
  padding-right: 36px;
  width: calc(100% - 136px);
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.article-title::after {
  content: "";
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-top: 2px solid #5e1919;
  border-right: 2px solid #5e1919;
  position: absolute;
  top: 50%;
  right: 3px;
  transform-origin: center center;
  transform: translateY(-50%) rotate(45deg);
}

/*----------　articleここまで ----------*/
/*----------　common-tableここから ----------*/
/*　common-tableクラス
余白、幅、色、並びなどを共通化したスタイル
*/
/*---------- common-tableここまで ----------*/
/*---------- footerここから ----------*/
.footer {
  background: #f8f5f2;
}
.footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer-logo {
  width: 70px;
}
.footer-logo img {
  width: 100%;
}
.footer-right {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  max-width: 891px;
}
.footer__address {
  font-size: 14px;
  line-height: 1.0714285714;
  margin-right: 23px;
  margin-top: 17px;
}
.footer__time {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 4px;
}
.footer__sns {
  width: 42px;
  margin-right: 24px;
  padding-top: 4px;
}
.footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 6px;
  margin-right: 10px;
  width: 242px;
}
.footer-btn {
  width: 155px;
  margin-top: 4px;
}
.footer-btn.line {
  margin-right: 8px;
}
.footer-nav {
  width: 100%;
  margin: 15px 0;
}
.footer-nav__list {
  display: flex;
  justify-content: flex-end;
}
.footer-nav__item {
  position: relative;
}
.footer-nav__item:first-child .footer-nav__link {
  padding-left: 0;
}
.footer-nav__item:first-child .footer-nav__link::after {
  left: calc(50% - 15px);
}
.footer-nav__item:last-child .footer-nav__link {
  padding-right: 0;
}
.footer-nav__item:last-child .footer-nav__link::after {
  left: calc(50% + 15px);
}
.footer-nav__item:not(:last-child)::after {
  content: "";
  width: 7px;
  height: 18px;
  display: block;
  background: url(../img/menu_slash.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.footer-nav__link {
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 0 20px;
  line-height: 1;
  position: relative;
  transition: all 0.3s;
}
.footer-nav__link:hover {
  color: #fd3b3a;
}
.footer .copy-right {
  display: block;
  background-color: #f6ebdf;
  padding: 20px 0 15px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #8c6b6b;
  width: 100%;
}

/*---------- footerここまで ----------*/
.mobile-nav {
  display: none;
}

/*---------- 以下btnクラス ----------*/
.btn {
  text-align: center;
  display: block;
  line-height: 1;
}
.btn-center {
  margin: 0 auto;
  text-align: center;
}
.btn-border {
  border: 1px solid #337aa3;
  color: #337aa3;
  padding: 13px 0;
  position: relative;
}
.btn-border::after {
  content: "";
  width: 6px;
  height: 9px;
  background: url(../img/arrow_right.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
}
.btn-border:hover {
  background-color: #337aa3;
  color: #fff;
}
.btn-border:hover::after {
  background: url(../img/arrow_right_white.png) no-repeat center center/contain;
}
.btn-medium {
  width: 200px;
}
.btn-radius {
  border-radius: 4em;
}
.btn-container {
  text-align: center;
}
.btn-container .btn:not(:last-child) {
  margin-bottom: 20px;
}
.btn-wrapper {
  text-align: center;
}

/*---------- btnクラスここまで ----------*/
/*---------- 以下navmenu ----------*/
.nav-menu {
  width: 100%;
  background: #fdf8f2;
  visibility: hidden;
  position: fixed;
  top: 0;
  z-index: 9001;
  opacity: 0;
  transition: all 0.3s;
}
.nav-menu.fixed {
  opacity: 1;
  visibility: visible;
}
.nav-menu__inner {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}
.nav-menu-logo {
  width: 90px;
}
.nav-menu-logo img {
  width: 100%;
}
.nav-menu__sns {
  width: 35px;
}
.nav-menu-right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 770px;
  width: 100%;
}

/*---------- navmenuここまで ----------*/
/*------------ pagenationここから --------------*/
.pagenation {
  display: flex;
  justify-content: center;
}
.pagenation li {
  width: 3em;
  height: 3em;
  display: block;
  font-size: 1em;
  line-height: 3em;
  text-align: center;
  margin: 0 6px;
  background-color: #fff;
  color: #5e1919;
}
.pagenation .current {
  background-color: #6ba8cf;
  color: #fff;
  font-weight: 600;
}

/*------------ pagenationここまで --------------*/
/*---------- 以下breadclumb ----------*/
.bread-clumb ul {
  display: flex;
  width: 100%;
  font-size: 14px;
  padding: 4px 0 0;
}
.bread-clumb li {
  display: flex;
  align-items: center;
}
.bread-clumb li:not(:last-child)::after {
  content: "＞";
  margin: 0 0.5em;
}
.bread-clumb li a {
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s;
}
.bread-clumb li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bread-clumb li a:hover {
  color: #337aa3;
}

/*------------ prevnextここから --------------*/
.prev-next__area {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0;
  border-top: 2px solid #6ba8cf;
}
.prev-next__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50px;
}
.prev-next__link.prev {
  margin-right: auto;
}
.prev-next__link.prev::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #6ba8cf;
  border-right: 2px solid #6ba8cf;
  transform: rotate(225deg);
}
.prev-next__link.next {
  margin-left: auto;
}
.prev-next__link.next::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #6ba8cf;
  border-right: 2px solid #6ba8cf;
  transform: rotate(45deg);
}

/*------------ prevnextここまで --------------*//*# sourceMappingURL=common.css.map */