@charset "utf-8";
/*
Theme Name: ZEAL qualiaサイト
Author: 株式会社コーセイカン
Description: ZEAL qualiaのWebサイトテーマです。
Version: 1.4
Text Domain: zealq
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* slick.css 1.8.0 */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/* slick-theme.css 1.8.0 */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("assets/img/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("assets/img/slick/slick.eot");
  src: url("assets/img/slick/slick.eot?#iefix") format("embedded-opentype"), url("assets/img/slick/slick.woff") format("woff"), url("assets/img/slick/slick.ttf") format("truetype"), url("assets/img/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "←";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "→";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-initialized .slick-slide {
  outline: 0;
}
/* slick-theme.css 1.8.0 end */

*,
*::before,
*::after {
  box-sizing: border-box;
  font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
  margin: 0;
}

ul,
ol {
  padding-left: 0;
}

li {
  list-style: none;
}

dd {
  margin-left: 0;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
}

a {
  text-decoration: none;
}

main {
  display: block;
}

img {
  -webkit-backface-visibility: hidden;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.nav {
  position: fixed;
  width: 100%;
  height: calc((77 / 1200) * 100 * 1vw);
  max-height: 77px;
  background-color: #251e1c;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .nav {
    height: calc((60 / 375) * 100 * 1vw);
    max-height: initial;
  }
}

.nav__heading {
  position: absolute;
  top: 50%;
  left: calc((88 / 1200) * 100 * 1vw);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .nav__heading {
    top: calc((13.5 / 375) * 100 * 1vw);
    left: calc((20 / 375) * 100 * 1vw);
    transform: none;
  }
}

.nav__logo {
  width: calc((127 / 1200) * 100 * 1vw);
  max-width: 127px;
}
@media screen and (max-width: 767px) {
  .nav__logo {
    width: calc((94 / 375) * 100 * 1vw);
  }

  .nav__logo--sp {
    position: absolute;
    top: calc((13.5 / 375) * 100 * 1vw);
    left: calc((20 / 375) * 100 * 1vw);
  }
}

.nav__logo:hover {
  opacity: 0.8;
}

.header-toggler {
  position: fixed;
  top: calc((12 / 375) * 100 * 1vw);
  right: calc((12 / 375) * 100 * 1vw);
  display: block;
  background-color: inherit;
  width: calc((41 / 375) * 100 * 1vw);
  height: calc((32 / 375) * 100 * 1vw);
  border: 0;
  outline: 0;
  z-index: 101;
}

.header-toggler span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc((23 / 375) * 100 * 1vw);
  height: calc((2 / 375) * 100 * 1vw);
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-toggler span:nth-of-type(1) {
  top: calc((0 / 375) * 100 * 1vw);
}

.header.is-open .header-toggler span:nth-of-type(1) {
  -webkit-transform: translateY(calc((7 / 375) * 100 * 1vw)) translateX(-50%) rotate(210deg);
          transform: translateY(calc((7 / 375) * 100 * 1vw)) translateX(-50%) rotate(210deg);
}

.header-toggler span:nth-of-type(2) {
  top: calc((7 / 375) * 100 * 1vw);
}

.header.is-open .header-toggler span:nth-of-type(2) {
  opacity: 0;
}

.header-toggler span:nth-of-type(3) {
  top: calc((14 / 375) * 100 * 1vw);
}

.header.is-open .header-toggler span:nth-of-type(3) {
  -webkit-transform: translateY(calc((-7 / 375) * 100 * 1vw)) translateX(-50%) rotate(-210deg);
          transform: translateY(calc((-7 / 375) * 100 * 1vw)) translateX(-50%) rotate(-210deg);
}

.header-toggler p {
  position: absolute;
  top: calc((25 / 375) * 100 * 1vw);
  left: 50%;
  transform: translateX(-50%);
  font-size: calc((10 / 375) * 100 * 1vw);
  color: #fff;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

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

.gnav {
  position: absolute;
  top: 50%;
  right: calc((100 / 1200) * 100 * 1vw);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .gnav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #251e1c;
    padding-top: calc((60 / 375) * 100 * 1vw);
    padding-bottom: calc((75 / 375) * 100 * 1vw);
    transform: translateY(-101%);
  }

  .header.is-open nav {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc((662 / 1200) * 100 * 1vw);
  max-width: 662px;
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  .nav__list {
    width: calc((790 / 1200) * 100 * 1vw);
    max-width: 662px;
  }
}
@media screen and (max-width: 767px) {
  .nav__list {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .nav__list li {
    margin-top: 50px;
    padding-left: 12%;
  }
}

@media screen and (min-width: 768px) {
  .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.js-internal-link:hover {
  opacity: 0.8;
}

.nav__image {
  height: 14px;
}
@media screen and (max-width: 767px) {
  .nav__image {
    padding-right: 0.6em;
    height: 22px;
  }
}

.nav__image--btn {
  width: calc((212 / 1200) * 100 * 1vw);
  height: auto;
  max-width: 212px;
}
@media screen and (max-width: 767px) {
  .nav__image--btn {
    position: absolute;
    width: calc((164 / 375) * 100 * 1vw);
    top: calc((12 / 375) * 100 * 1vw);
    right: calc((67.5 / 375) * 100 * 1vw);
  }
}

.nav__name {
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .nav__name {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .nav__name {
    padding-top: 7px;
    font-size: 11px;
  }
}

.top__wrapper {
  position: relative;
  z-index: 1;
}

.top__image {
  width: 100%;
  vertical-align: top;
}

.top__logo {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  width: calc((374 / 1200) * 100 * 1vw);
  max-width: 374px;
}
@media screen and (max-width: 767px) {
  .top__logo {
    top: 53%;
    width: calc((234 / 375) * 100 * 1vw);
    max-width: initial;
  }
}

.news {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #251e1c;
}

.news__container {
  width: calc((750 / 1200) * 100 * 1vw);
  max-width: 750px;
  margin: auto;
  padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .news__container {
    width: calc((335 / 375) * 100 * 1vw);
    max-width: initial;
    padding-bottom: calc((20 / 375) * 100 * 1vw);
  }
}

.news__wrapper {
  padding-top: 30px;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .news__wrapper {
    padding-top: calc((20 / 375) * 100 * 1vw);
    padding-bottom: calc((20 / 375) * 100 * 1vw);
  }
}

.news__title-wrapper {
  width: 158px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .news__title-wrapper {
    width: 128px;
    max-width: initial;
    margin-bottom: 16px;
  }
}

.news__title {
  width: 100%;
}

.news__list {
  overflow: hidden;
  width: 100%;
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .news__list {
    margin-right: 0;
  }
}

.news__text {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.03em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: calc((16 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .news__text {
    font-size: calc((12 / 375) * 100 * 1vw);
    margin-bottom: calc((12.5 / 375) * 100 * 1vw);
  }
}

.news__text--a:hover,.news__text--a span:hover {
  color: rgba(255, 255, 255, 0.8);
}

.news__text--a:visited,.news__text--a span:visited {
  color: #fff;
}

.news__text--date {
  margin-right: calc((22.5 / 1200) * 100 * 1vw);
}

.news__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border: 1px solid #fff;
  width: calc((170 / 1200) * 100 * 1vw);
  max-width: 170px;
  height: calc((40 / 1200) * 100 * 1vw);
  max-height: 40px;
}
@media screen and (max-width: 767px) {
  .news__btn {
    text-align: center;
    width: calc((126 / 375) * 100 * 1vw);
    max-width: initial;
    height: calc((30 / 375) * 100 * 1vw);
    max-height: initial;
  }
}

.news__btn--text {
  font-size: 14px;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .news__btn--text {
    font-size: calc((10 / 375) * 100 * 1vw);
  }
}

.news__btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.news__btn--text:hover {
  color: #251e1c;
}

.news__icon {
  width: calc((26.5 / 1200) * 100 * 1vw);
  max-width: 26.5px;
}
@media screen and (max-width: 767px) {
  .news__icon {
    width: calc((20 / 375) * 100 * 1vw);
    max-width: initial;
  }
}

.concept {
  background-image: url(assets/img/background_1.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.container {
  position: relative;
  width: calc((1000 / 1200) * 100 * 1vw);
  max-width: 1000px;
  margin: auto;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .container {
    width: calc((335 / 375) * 100 * 1vw);
  }
}

.concept__wrapper {
  text-align: center;
}

.concept__title {
  width: calc((200 / 1200) * 100 * 1vw);
  max-width: 200px;
  margin-top: calc((180 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .concept__title {
    width: calc((130 / 375) * 100 * 1vw);
    max-width: initial;
    margin-top: calc((130 / 375) * 100 * 1vw);
  }
}

.concept__image--text {
  width: calc((535 / 1200) * 100 * 1vw);
  max-width: 535px;
  margin-top: calc((35 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .concept__image--text {
    width: calc((297 / 375) * 100 * 1vw);
    max-width: initial;
    margin-top: calc((40 / 375) * 100 * 1vw);
  }
}

.concept__text {
  font-size: 18px;
  color: #614837;
  line-height: 1.56;
  letter-spacing: 0.1em;
  margin-top: calc((35 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 768px) {
  .concept__text {
    font-size: calc((18 / 1200) * 100 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .concept__text {
    font-size: calc((14 / 375) * 100 * 1vw);
    line-height: 1.5;
    margin-top: calc((25 / 375) * 100 * 1vw);
  }
}

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

.concept__image--icon {
  width: calc((545 / 1200) * 100 * 1vw);
  max-width: 545px;
  margin-top: calc((40 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .concept__image--icon {
    width: 100%;
    margin-top: calc((35 / 375) * 100 * 1vw);
  }
}

.concept__image--text-2 {
  margin-top: calc((50 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .concept__image--text-2 {
    margin-top: calc((35 / 375) * 100 * 1vw);
  }
}

.concept__text--menu {
  margin-top: calc((25 / 1200) * 100 * 1vw);
  margin-bottom: calc((80 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .concept__text--menu {
    margin-top: calc((20 / 375) * 100 * 1vw);
    margin-bottom: calc((40 / 375) * 100 * 1vw);
  }
}

.concept__ba {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin: auto;
  padding-bottom: calc((135 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .concept__ba {
    display: block;
    width: 240px;
    margin: auto;
    padding-bottom: calc((80 / 375) * 100 * 1vw);
  }
}

.ba__image {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .ba__image {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .ba__image--mb14 {
    margin-bottom: calc((14 / 375) * 100 * 1vw);
  }
}

.menu {
  position: relative;
  background-color: #f7f5f3;
}

.menu__back {
  position: absolute;
  top: calc((60 / 1200) * 100 * 1vw);
  left: calc((-355 / 1200) * 100 * 1vw);
  width: calc((1015 / 1200) * 100 * 1vw);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .menu__back {
    top: calc((11 / 375) * 100 * 1vw);
    left: calc((-283 / 375) * 100 * 1vw);
    width: calc((490 / 375) * 100 * 1vw);
    max-width: initial;
  }
}

.menu__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu__wrapper a:hover {
  opacity: 0.8;
}

.menu__title {
  width: calc((200 / 1200) * 100 * 1vw);
  max-width: 200px;
  margin-top: calc((205 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .menu__title {
    width: calc((176 / 375) * 100 * 1vw);
    max-width: initial;
    margin-top: calc((75 / 375) * 100 * 1vw);
  }
}

.menu__title--long {
  width: calc((252 / 1200) * 100 * 1vw);
  max-width: 252px;
  margin-top: calc((205 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .menu__title--long {
    width: calc((130 / 375) * 100 * 1vw);
    max-width: initial;
    margin-top: calc((75 / 375) * 100 * 1vw);
  }
}

.menu__btn {
  width: calc((400 / 1200) * 100 * 1vw);
  max-width: 400px;
  margin-top: calc((45 / 1200) * 100 * 1vw);
  margin-bottom: calc((70 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .menu__btn {
    width: 100%;
    margin-top: calc((30 / 375) * 100 * 1vw);
    margin-bottom: calc((25 / 375) * 100 * 1vw);
  }
}

.ac {
  width: calc((800 / 1200) * 100 * 1vw);
  max-width: 800px;
  margin: auto;
  margin-bottom: calc((20 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .ac {
    width: 100%;
    margin-bottom: calc((10 / 375) * 100 * 1vw);
  }
}

.ac__top {
  position: relative;
  cursor: pointer;
}

.menu__ac {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .menu__ac {
    width: 100%;
  }
}

.menu__icon {
  position: absolute;
  top: 50%;
  right: calc(100% / 10);
  transform: translateY(-50%);
  width: calc((23 / 1200) * 100 * 1vw);
  max-width: 23px;
}
@media screen and (max-width: 767px) {
  .menu__icon {
    right: calc((37 / 375) * 100 * 1vw);
    width: calc((16.5 / 375) * 100 * 1vw);
    max-width: initial;
  }
}

.ac__content {
  padding: 50px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .ac__content {
    padding: 40px 20px 20px;
  }
}

.ac__content--bg {
  background-image: url(assets/img/bg_logo.png);
  background-repeat: no-repeat;
  background-size: 200px 312px;
  background-position: center center;
}

.ac-menu__text {
  margin-bottom: calc((10 / 1200) * 100 * 1vw);
  color: #614837;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .ac-menu__text {
    font-size: calc((16 / 1200) * 100 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .ac-menu__text {
    margin-bottom: calc((25 / 375) * 100 * 1vw);
    font-size: calc((16 / 375) * 100 * 1vw);
  }
}

.ac-menu__text span {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ac-menu__text span {
    font-size: calc((13 / 1200) * 100 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .ac-menu__text span {
    font-size: calc((13 / 375) * 100 * 1vw);
  }
}

.ac-menu__text--price {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .ac-menu__text--price {
    font-size: calc((14 / 1200) * 100 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .ac-menu__text--price {
    font-size: calc((14 / 375) * 100 * 1vw);
  }
}

.ac-menu__text--mag-b0 {
  margin-bottom: 0;
}

.ac-menu__list-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .ac-menu__list-wrapper {
    display: block;
  }
}

.ac-menu__list {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .ac-menu__list {
    width: 100%;
  }
}

.ac-menu__list-inner {
  padding-bottom: calc((5 / 1200) * 100 * 1vw);
  margin-top: calc((15 / 1200) * 100 * 1vw);
  border-bottom: 1px solid rgba(97, 72, 55, 0.1);
}
@media screen and (max-width: 767px) {
  .ac-menu__list-inner {
    padding-bottom:  calc((5 / 375) * 100 * 1vw);
    margin-top: calc((15 / 375) * 100 * 1vw);
    margin-bottom: calc((25 / 375) * 100 * 1vw);
  }
}

.ac-menu__list-inner div {
  display: flex;
  justify-content: space-between;
  margin-bottom: calc((10 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .ac-menu__list div {
    margin-bottom: calc((10 / 375) * 100 * 1vw);
  }
}

.ac-menu__list-inner--mag-b5 div {
  margin-bottom: calc((5 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .ac-menu__list-inner--mag-b5 div {
    margin-bottom: calc((5 / 375) * 100 * 1vw);
  }
}

.ac-menu__list dt {
  padding-left: 0.75em;
  color: #614837;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  text-indent: -0.75em;
}
@media screen and (max-width: 768px) {
  .ac-menu__list dt {
    font-size: calc((16 / 1200) * 100 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .ac-menu__list dt {
    font-size: calc((16 / 375) * 100 * 1vw);
    letter-spacing: 0.05em;
  }
}

.ac-menu__list dt span {
  font-size: 8px;
  vertical-align: 2px;
}
@media screen and (max-width: 768px) {
  .ac-menu__list dt span {
    font-size: calc((8 / 1200) * 100 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .ac-menu__list dt span {
    font-size: calc((8 / 375) * 100 * 1vw);
  }
}

.ac-menu__list dd {
  color: #614837;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .ac-menu__list dd {
    font-size: calc((16 / 1200) * 100 * 1vw);
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .ac-menu__list dd {
    font-size: calc((16 / 375) * 100 * 1vw);
  }
}

.ac-menu__list dd span {
  font-size: 13px;
  letter-spacing: 0;
  vertical-align: 2px;
}
@media screen and (max-width: 768px) {
  .ac-menu__list dd span {
    font-size: calc((13 / 1200) * 100 * 1vw);
    vertical-align: 0;
  }
}
@media screen and (max-width: 767px) {
  .ac-menu__list dd span {
    font-size: calc((13 / 375) * 100 * 1vw);
    vertical-align: 2px;
  }
}

.ac-menu__description {
  padding-left: 1em;
  margin-bottom: calc((10 / 1200) * 100 * 1vw);
  font-size: 13px !important;
  font-weight: normal !important;
  line-height: 1.3;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .ac-menu__description {
    font-size: calc((13 / 1200) * 100 * 1vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .ac-menu__description {
    padding-left: 0.75em;
    margin-bottom: calc((10 / 375) * 100 * 1vw);
    font-size: calc((13 / 375) * 100 * 1vw) !important;
    letter-spacing: 0.1em !important;
  }
}

.ac-menu__description span {
  color: #d29606;
}

.is-open .menu__icon {
  transform: translateY(-50%) rotate(180deg);
}

.menu__text {
  padding-bottom: 100px;
  font-size: 16px;
  color: #614837;
  line-height: 1.68;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .menu__text {
    font-size: calc((16 / 1200) * 100 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .menu__text {
    padding-bottom: calc((160 / 1200) * 100 * 1vw);
    font-size: calc((14 / 375) * 100 * 1vw);
    line-height: 1.5;
  }
}

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

.insta {
  padding-top: 140px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .insta {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

.insta__image {
  width: 100%;
  margin-bottom: calc((30 / 1200) * 100 * 1vw);
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .insta__image {
    margin-bottom: calc((30 / 375) * 100 * 1vw);
  }
}

.insta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 10px;
  width: calc((369 / 1200) * 100 * 1vw);
  height: calc((72 / 1200) * 100 * 1vw);
  margin: 0 auto 140px;
}
@media screen and (max-width: 767px) {
  .insta__btn {
    width: calc((231 / 375) * 100 * 1vw);
    max-width: initial;
    height: calc((50 / 375) * 100 * 1vw);
    max-height: initial;
    margin-bottom: 70px;
  }
}

.insta__btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.insta__icon {
  width: calc((44 / 1200) * 100 * 1vw);
  max-width: 44px;
  margin-right: 23px;
}
@media screen and (max-width: 767px) {
  .insta__icon {
    width: calc((30 / 375) * 100 * 1vw);
    max-width: initial;
    margin-right: 14px;
  }
}

.insta__btn--text {
  font-size: calc((18 / 1200) * 100 * 1vw);
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .insta__btn--text {
    font-size: calc((11 / 375) * 100 * 1vw);
  }
}

.ac__history {
  position: relative;
  width: calc((750 / 1200) * 100 * 1vw);
  max-width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ac__history {
    width: 100%;
  }
}

.about__ac {
  width: 100%;
  vertical-align: top;
}

.about__ac--contents {
  width: 100%;
}

.about__icon {
  position: absolute;
  top: 50%;
  right: calc(100% / 13);
  transform: translateY(-50%);
  width: calc((23 / 1200) * 100 * 1vw);
  max-width: 23px;
}
@media screen and (max-width: 767px) {
  .about__icon {
    right: calc((37 / 375) * 100 * 1vw);
    width: calc((16.5 / 375) * 100 * 1vw);
    max-width: initial;
  }
}

.is-open .about__icon {
  transform: translateY(-50%) rotate(180deg);
}

.middle__image {
  width: 100%;
  vertical-align: top;
}

.about__title {
  width: calc((200 / 1200) * 100 * 1vw);
  max-width: 200px;
  margin-top: calc((135 / 1200) * 100 * 1vw);
  padding-bottom: calc((80 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .about__title {
    width: calc((130 / 375) * 100 * 1vw);
    max-width: initial;
    margin-top: calc((90 / 375) * 100 * 1vw);
    padding-bottom: calc((30 / 375) * 100 * 1vw);
  }
}

.about__wrapper {
  display: flex;
  align-items: flex-start;
  margin-top: calc((150 / 1200) * 100 * 1vw);
  margin-bottom: calc((60 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .about__wrapper {
    display: block;
    margin-top: calc((100 / 375) * 100 * 1vw);
    margin-bottom: calc((50 / 375) * 100 * 1vw);
  }
}

.text__wrapper {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .text__wrapper {
    width: 100%;
    padding-left: calc((27 / 375) * 100 * 1vw);
    padding-right: calc((27 / 375) * 100 * 1vw);
  }
}

.about__text {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .about__text {
    display: block;
    margin-bottom: calc((30 / 375) * 100 * 1vw);
  }
}

.about__logo {
  width: calc((191 / 1200) * 100 * 1vw);
  max-width: 191px;
  margin-top: calc((15 / 1200) * 100 * 1vw);
  margin-right: calc((30 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .about__logo {
    width: calc((191 / 375) * 100 * 1vw);
    max-width: initial;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: calc((35 / 375) * 100 * 1vw);
  }
}

.about__tel {
  width: calc((284 / 1200) * 100 * 1vw);
  max-width: 284px;
}
@media screen and (max-width: 767px) {
  .about__tel {
    width: 100%;
  }
}

.about__add {
  font-size: 16px;
  color: #614837;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .about__add {
    font-size: calc((16 / 1200) * 100 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .about__add {
    font-size: calc((14 / 375) * 100 * 1vw);
  }
}

.text__box {
  font-size: 16px;
  color: #614837;
  line-height: 1.25;
  text-align: left;
  margin-top: calc((35 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 768px) {
  .text__box {
    font-size: calc((16 / 1200) * 100 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .text__box {
    font-size: calc((14 / 375) * 100 * 1vw);
    line-height: 2;
    margin-top: 0;
  }
}

.text__box--left {
  margin-right: calc((20 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .text__box--left {
    margin-right: 0;
  }
}

.text__about {
  letter-spacing: 0.1em;
  padding-top: calc((16 / 1200) * 100 * 1vw);
  padding-bottom: calc((19 / 1200) * 100 * 1vw);
  border-bottom: 1px solid rgba(97, 72, 55, 0.1);
}
@media screen and (max-width: 767px) {
  .text__about {
    letter-spacing: 0.1em;
    padding-top: calc((18 / 375) * 100 * 1vw);
    padding-bottom: calc((18 / 375) * 100 * 1vw);
  }
}

.text__about::before {
  content: "■";
  font-size: 8.5px;
}
@media screen and (max-width: 768px) {
  .text__about::before {
    font-size: calc((8.5 / 1200) * 100 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .text__about::before {
    font-size: calc((7 / 375) * 100 * 1vw);
  }
}

.text__about--time {
  letter-spacing: 0.02em;
  text-indent: -0.5em;
  line-height: 1.75;
  padding-top: 0;
  padding-bottom: calc((18 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .text__about--time {
    letter-spacing: 0.05em;
    padding-left: 0.5em;
    text-indent: -0.5em;
    line-height: 2;
    padding-top: 0;
    padding-bottom: calc((18 / 375) * 100 * 1vw);
  }
}

.text__about--holiday {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .text__about--holiday {
    letter-spacing: 0.05em;
  }
}

.text__about--capacity {
  letter-spacing: 0.05em;
}

.text__about--parking {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .text__about--parking {
    padding-top: calc((18 / 375) * 100 * 1vw);
  }
}

.text__image--settlement {
  width: 100%;
  padding-left: calc((10 / 1200) * 100 * 1vw);
  padding-bottom: calc((25 / 1200) * 100 * 1vw);
  border-bottom: 1px solid rgba(97, 72, 55, 0.1);
}
@media screen and (max-width: 767px) {
  .text__image--settlement {
    width: 100%;
    padding-left: calc((13 / 375) * 100 * 1vw);
    padding-bottom: calc((15 / 375) * 100 * 1vw);
  }
}

.text__about--settlement {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .text__about--settlement {
    padding-bottom: calc((15 / 375) * 100 * 1vw);
  }
}

.text__about--service {
  letter-spacing: 0.09em;
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .text__about--service {
    letter-spacing: 0.1em;
  }
}

.text__about--service::before {
  content: none;
}

.about__image {
  width: calc((453 / 1200) * 100 * 1vw);
  max-width: 453px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .about__image {
    width: calc((280 / 375) * 100 * 1vw);
    max-width: initial;
    margin: auto;
  }
}

.about__store {
  width: 100%;
  max-width: initial;
  margin: auto;
  vertical-align: top;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .about__store {
    margin-bottom: 40px;
  }
}

.gmap {
  width: calc((1000 / 1200) * 100 * 1vw);
  max-width: 1000px;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin: auto;
  margin-bottom: calc((170 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .gmap {
    width: 100%;
    margin-bottom: calc((60 / 375) * 100 * 1vw);
  }
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.recruit {
  background-color: #f7f5f3;
}

.recruit__top {
  padding-top: calc((120 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .recruit__top {
    padding-top: calc((60 / 375) * 100 * 1vw);
  }
}

.ac__recruit {
  position: relative;
  width: calc((750 / 1200) * 100 * 1vw);
  max-width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ac__recruit {
    width: 100%;
  }
}

.recruit__ac {
  width: 100%;
  vertical-align: top;
}

.recruit__icon {
  position: absolute;
  top: 50%;
  right: calc(100% / 13);
  transform: translateY(-50%);
  width: calc((23 / 1200) * 100 * 1vw);
  max-width: 23px;
}
@media screen and (max-width: 767px) {
  .recruit__icon {
    right: calc((37 / 375) * 100 * 1vw);
    width: calc((16.5 / 375) * 100 * 1vw);
    max-width: initial;
  }
}

.is-open .recruit__icon {
  transform: translateY(-50%) rotate(180deg);
}

.recruit__bottom {
  padding-bottom: calc((130 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .recruit__bottom {
    padding-bottom: calc((65 / 375) * 100 * 1vw);
  }
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  width: 100%;
  height: calc((44 / 1200) * 100 * 1vw);
  max-height: 44px;
}
@media screen and (max-width: 767px) {
  .footer {
    height: calc((22 / 375) * 100 * 1vw);
    max-height: initial;
  }
}

.footer__copy {
  width: calc((212 / 1200) * 100 * 1vw);
  max-width: 212px;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    width: calc((161 / 375) * 100 * 1vw);
    max-width: initial;
  }
}

.goReserva {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 3%;
  right: calc((25 / 1200) * 100 * 1vw);
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .goReserva {
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.goReserva__btn {
  background-color: #aa8c82;
  border-radius: 5px;
  width: calc((389 / 1200) * 100 * 1vw);
  max-width: 389px;
  padding-top: calc((5.5 / 1200) * 100 * 1vw);
  padding-bottom: calc((5.5 / 1200) * 100 * 1vw);
  padding-left: calc((5.5 / 1200) * 100 * 1vw);
  padding-right: calc((5.5 / 1200) * 100 * 1vw);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .goReserva__btn {
    width: calc((326 / 375) * 100 * 1vw);
    max-width: initial;
    padding-top: calc((4.5 / 375) * 100 * 1vw);
    padding-bottom: calc((4.5 / 375) * 100 * 1vw);
    padding-left: calc((4.5 / 375) * 100 * 1vw);
    padding-right: calc((4.5 / 375) * 100 * 1vw);
    box-shadow: 1.7px 1.7px 2.5px rgba(0, 0, 0, 0.3);
  }
}

.goReserva__btn--top {
  background-color: #d29606;
  margin-bottom: calc((8 / 1200) * 100 * 1vw);
}

.goReserva__btn--top:hover {
  background-color: rgba(210, 150, 6, 0.8);
}

/* ↓↓↓ ----- coupon ----- ↓↓↓ */

.coupon {
  background-color: #f7f5f3;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .container-355 {
    width: calc((355 / 375) * 100 * 1vw);
  }
}

.top__image--text {
  width: calc((579 / 1200) * 100 * 1vw);
  max-width: 579px;
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .top__image--text {
    width: calc((316 / 375) * 100 * 1vw);
    max-width: initial;
    padding-top: calc((113 / 375) * 100 * 1vw);
  }
}

.coupon__wrapper {
  background-color: #fff;
  width: 100%;
  margin-top:  calc((45 / 1200) * 100 * 1vw);
  padding-bottom: calc((100 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .coupon__wrapper {
    margin-top:  calc((40 / 375) * 100 * 1vw);
    padding-bottom: calc((50 / 375) * 100 * 1vw);
  }
}

.coupon__container {
  width: calc((623 / 1200) * 100 * 1vw);
  max-width: 623px;
  margin: auto;
  padding-top: calc((125 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .coupon__container {
    width: calc((320 / 375) * 100 * 1vw);
    max-width: initial;
    padding-top: calc((60 / 375) * 100 * 1vw);
  }
}

.coupon__text {
  font-size: 24px;
  color: #614837;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .coupon__text {
    font-size: calc((24 / 1200) * 100 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .coupon__text {
    font-size: calc((16 / 375) * 100 * 1vw);
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

.coupon__text--list {
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  margin-top: calc((25 / 1200) * 100 * 1vw);
  margin-bottom: calc((45 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 768px) {
  .coupon__text--list {
    font-size: calc((16 / 1200) * 100 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .coupon__text--list {
    font-size: calc((14 / 375) * 100 * 1vw);
    line-height: 1.5;
    text-align: center;
    margin-top: calc((30 / 375) * 100 * 1vw);
    margin-bottom: calc((25 / 375) * 100 * 1vw);
  }
}

.coupon__image {
  width: 100%;
  padding-top: calc((20 / 1200) * 100 * 1vw);
  padding-bottom: calc((20 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .coupon__image {
    padding-top: calc((10 / 375) * 100 * 1vw);
    padding-bottom: calc((10 / 375) * 100 * 1vw);
  }
}

.coupon__image--ul {
  border-bottom: 1px dashed #614837;
}

.coupon__image--head {
  margin-top: calc((40 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .coupon__image--head {
    margin-top: calc((35 / 375) * 100 * 1vw);
  }
}

.coupon__image--foot {
  margin-bottom: calc((40 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .coupon__image--foot {
    margin-bottom: calc((35 / 375) * 100 * 1vw);
  }
}

@media screen and (max-width: 767px) {
  .coupon-btn-wrapper {
    width: calc((335 / 375) * 100 * 1vw);
    margin: auto;
  }
}

.coupon__btn {
  display: block;
  background-color: #aa8c82;
  border-radius: 5px;
  width: calc((389 / 1200) * 100 * 1vw);
  max-width: 389px;
  margin-left: auto;
  margin-right: auto;
  padding-top: calc((5.5 / 1200) * 100 * 1vw);
  padding-bottom: calc((5.5 / 1200) * 100 * 1vw);
  padding-left: calc((5.5 / 1200) * 100 * 1vw);
  padding-right: calc((5.5 / 1200) * 100 * 1vw);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .coupon__btn {
    width: calc((326 / 375) * 100 * 1vw);
    max-width: initial;
    padding-top: calc((4.5 / 375) * 100 * 1vw);
    padding-bottom: calc((4.5 / 375) * 100 * 1vw);
    padding-left: calc((4.5 / 375) * 100 * 1vw);
    padding-right: calc((4.5 / 375) * 100 * 1vw);
    box-shadow: 1.7px 1.7px 2.5px rgba(0, 0, 0, 0.3);
  }
}

.coupon__btn--web {
  margin-bottom: calc((8 / 1200) * 100 * 1vw);
  background-color: #d29606;
}
@media screen and (max-width: 767px) {
  .coupon__btn--web {
    margin-bottom: calc((8 / 375) * 100 * 1vw);
  }
}

.coupon__btn--web:hover {
  background-color: rgba(210, 150, 6, 0.8);
}

.coupon__mb {
  padding-bottom: calc((174 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .coupon__mb {
    padding-bottom: calc((58 / 375) * 100 * 1vw);
  }
}

/* ↓↓↓ ----- ニュース一覧 ----- ↓↓↓ */

.newslist {
  background-color: #f7f5f3;
  width: 100%;
  padding-bottom: calc((200 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .newslist {
    padding-bottom: calc((180 / 375) * 100 * 1vw);
  }
}

.newslist__title {
  width: calc((112.5 / 1200) * 100 * 1vw);
  max-width: 112.5px;
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .newslist__title {
    width: calc((79 / 375) * 100 * 1vw);
    max-width: initial;
    padding-top: calc((107 / 375) * 100 * 1vw);
  }
}

.newslist__wrapper {
  background-color: #fff;
  width: 100%;
  margin-top: calc((38 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .newslist__wrapper {
    margin-top: calc((26 / 375) * 100 * 1vw);
  }
}

.newslist__wrapper ul {
  overflow: hidden;
  width: 100%;
}

.newslist__list {
  font-size: 15;
  color: #614837;
  text-align: left;
  letter-spacing: 0.03em;
  padding-left: calc((70 / 1200) * 100 * 1vw);
  padding-top: calc((23.5 / 1200) * 100 * 1vw);
  padding-bottom: calc((23.5 / 1200) * 100 * 1vw);
  border-bottom: 2px solid #e5dfdc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .newslist__list {
    font-size: calc((15 / 1200) * 100 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .newslist__list {
    font-size: calc((12 / 375) * 100 * 1vw);
    padding-left: calc((20 / 375) * 100 * 1vw);
    padding-top: calc((14.5 / 375) * 100 * 1vw);
    padding-bottom: calc((14.5 / 375) * 100 * 1vw);
    padding-right: calc((25 / 375) * 100 * 1vw);
  }
}

.newslist__a  {
  color: #614837;
}

.newslist__a:hover {
  color: rgba(97, 72, 55, 0.8);
}

.newslist__a:visited {
  color: #614837;
}

.newslist__list span {
  margin-right: calc((45 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .newslist__list span {
    margin-right: calc((22 / 375) * 100 * 1vw);
  }
}

.newslist__list:last-of-type {
  border-bottom: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-links {
  display: flex;
  padding-top: calc((74.5 / 1200) * 100 * 1vw);
  padding-left: calc((23 / 1200) * 100 * 1vw);
  padding-bottom: calc((113 / 1200) * 100 * 1vw);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .nav-links {
    padding-top: calc((35 / 375) * 100 * 1vw);
    padding-left: calc((2 / 375) * 100 * 1vw);
    padding-bottom: calc((95 / 375) * 100 * 1vw);
  }
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #614837;
  width: calc((38 / 1200) * 100 * 1vw);
  max-width: 38px;
  height: calc((38 / 1200) * 100 * 1vw);
  max-height: 38px;
  margin-right: calc((9 / 1200) * 100 * 1vw);
  font-size: 14px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-numbers {
    width: calc((30 / 375) * 100 * 1vw);
    max-width: initial;
    height: calc((30 / 375) * 100 * 1vw);
    max-height: initial;
    margin-right: calc((7 / 375) * 100 * 1vw);
    font-size: calc((10 / 375) * 100 * 1vw);
  }
}

.page-numbers.current {
  background-color: #fff;
  color: #614837;
}

.page-numbers:hover {
  background-color: rgba(97, 72, 55, 0.8);
}

.page-numbers:visited {
  color: #fff;
}

.page-numbers.prev,
.page-numbers.next {
  width: calc((95 / 1200) * 100 * 1vw);
  max-width: 95px;
}
@media screen and (max-width: 767px) {
  .page-numbers.prev,
  .page-numbers.next {
    width: calc((76 / 375) * 100 * 1vw);
    max-width: initial;
  }
}

/* ↓↓↓ ----- news ----- ↓↓↓ */

.article {
  background-color: #f7f5f3;
  width: 100%;
}

.article__title {
  width: calc((112.5 / 1200) * 100 * 1vw);
  max-width: 112.5px;
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .article__title {
    width: calc((79 / 375) * 100 * 1vw);
    max-width: initial;
    padding-top: calc((107 / 375) * 100 * 1vw);
  }
}

.article__wrapper {
  background-color: #fff;
  width: 100%;
  margin-top: calc((38 / 1200) * 100 * 1vw);
  padding-left: calc((70 / 1200) * 100 * 1vw);
  padding-right: calc((70 / 1200) * 100 * 1vw);
  padding-top: calc((70 / 1200) * 100 * 1vw);
  padding-bottom: calc((150 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .article__wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: calc((45 / 375) * 100 * 1vw);
    padding-bottom: calc((55 / 375) * 100 * 1vw);
    margin-top: calc((26 / 375) * 100 * 1vw);
  }
}

.article__wrapper--release {
  padding-bottom: calc((70 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .article__wrapper--release {
    padding-bottom: calc((45 / 375) * 100 * 1vw);
  }
}

.article__container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .article__container {
    display: block;
    width: calc((310 / 375) * 100 * 1vw);
    margin: auto;
  }
}

.article__head {
  display: flex;
}
@media screen and (max-width: 767px) {
  .article__head {
    padding-bottom: calc((15 / 375) * 100 * 1vw);
  }
}

.article__body {
  width: 100%;
  text-align: justify;
}

.article__text {
  font-size: 15px;
  color: #614837;
  font-weight: normal;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .article__text {
    font-size: calc((15 / 1200) * 100 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .article__text {
    font-size: calc((14 / 375) * 100 * 1vw);
    letter-spacing: 0.03em;
  }
}

.article__text--date {
  letter-spacing: 0.03em;
  margin-right: calc((50 / 1200) * 100 * 1vw);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .article__text--date {
    font-size: calc((12 / 375) * 100 * 1vw);
    margin-right: calc((22 / 375) * 100 * 1vw);
  }
}

.article__text--title {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .article__text--title {
    font-size: calc((18 / 1200) * 100 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .article__text--title {
    font-size: calc((14 / 375) * 100 * 1vw);
    line-height: 1.4;
  }
}

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

.article__text--pc {
  margin-bottom: calc((25 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .article__text--pc {
    display: none;
  }
}

.cms-news {
  font-size: 14px;
  color: #614837;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .cms-news {
    font-size: calc((14 / 1200) * 100 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .cms-news {
    font-size: calc((14 / 375) * 100 * 1vw);
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
}

.cms-news p {
  font-size: 1em;
}

.cms-news h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.cms-news h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}

.cms-news h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}

.cms-news h4,
.cms-news blockquote,
.cms-news ul,
.cms-news fieldset,
.cms-news form,
.cms-news ol,
.cms-news dl,
.cms-news dir,
.cms-news menu {
  margin: 1.12em 0;
}

.cms-news h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}

.cms-news h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}

.cms-news .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.cms-news .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.cms-news .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.cms-news img {
  max-width: 100%;
}

.cms-news a {
  color: #9e7e69;
  text-decoration: underline;
  font-weight: bold;
}

.cms-news a:hover {
  text-decoration: none;
}

.article__menu {
  display: flex;
  justify-content: center;
  margin: auto;
  font-size: 14px;
  color: #614837;
  letter-spacing: 0.5em;
  margin-top: calc((63 / 1200) * 100 * 1vw);
  padding-bottom: calc((200 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 768px) {
  .article__menu {
    font-size: calc((14 / 1200) * 100 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .article__menu {
    font-size: calc((10 / 375) * 100 * 1vw);
    margin-top: calc((29 / 375) * 100 * 1vw);
    padding-bottom: calc((145 / 375) * 100 * 1vw);
  }
}

.article__menu--next {
  padding-bottom: calc((200 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .article__menu--next {
    max-width: initial;
    padding-bottom: calc((145 / 375) * 100 * 1vw);
  }
}

.article__menu a {
  color: #614837;
  margin: 0 14px;
}

.article__menu a:hover {
  color: rgba(97, 72, 55, 0.8);
}

.article__menu a:visited,.all__btn {
  color: #614837;
}

.article__menu--pre::before {
  content: url(assets/img/triangle_1.png);
  width: calc((9 / 1200) * 100 * 1vw);
  max-width: 9px;
  height: calc((13 / 1200) * 100 * 1vw);
  max-height: 13px;
  margin-top: calc((2 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .article__menu--pre::before {
    width: calc((6 / 375) * 100 * 1vw);
    max-width: initial;
    height: calc((8 / 375) * 100 * 1vw);
    max-height: initial;
    margin-right: calc((5 / 375) * 100 * 1vw);
    margin-top: calc((1 / 375) * 100 * 1vw);
  }
}

.article__menu--next::after {
  content: url(assets/img/triangle_2.png);
  width: calc((9 / 1200) * 100 * 1vw);
  max-width: 9px;
  height: calc((13 / 1200) * 100 * 1vw);
  max-height: 13px;
  margin-top: calc((2 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .article__menu--next::after {
    width: calc((6 / 375) * 100 * 1vw);
    max-width: initial;
    height: calc((8 / 375) * 100 * 1vw);
    max-height: initial;
    margin-top: calc((1 / 375) * 100 * 1vw);
  }
}

.article__menu div {
  width: 1px;
  height: calc((15 / 1200) * 100 * 1vw);
  max-height: 15px;
  background-color: #614837;
  margin-top: calc((2 / 1200) * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  .article__menu div {
    height: calc((11 / 375) * 100 * 1vw);
    max-height: initial;
    margin-top: calc((1 / 375) * 100 * 1vw);
  }
}

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

.coupon-attention {
  text-align: center;
  line-height: 1.5;
}