@charset "UTF-8";
/*  reset
-------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,500&display=swap&subset=japanese");
* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}

*,
::before,
::after {
 background-repeat: no-repeat;
}

::before,
::after {
 text-decoration: inherit;
 vertical-align: inherit;
}

html, body {
 font-size: 62.5%;
 -webkit-overflow-scrolling: touch;
}

html {
 overflow-y: scroll;
 cursor: default;
}

body {
 line-height: 1;
 -webkit-text-size-adjust: 100%;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 -webkit-print-color-adjust: exact;
}

h1, h2, h3, h4, h5, h6 {
 font-size: 0;
 font-weight: normal;
 line-height: 1em;
}

ol, ul, li {
 list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section, summary {
 display: block;
}

table {
 border-collapse: collapse;
 border-spacing: 0;
}

th {
 font-weight: normal;
}

td, th {
 padding: 0;
}

blockquote {
 quotes: none;
}

blockquote:before, blockquote:after {
 content: '';
 content: none;
}

a {
 color: inherit;
 background-color: transparent;
 text-decoration: none;
 -webkit-text-decoration-skip: objects;
 cursor: pointer;
}

a:active, a:hover {
 outline-width: 0;
}

a:focus, *:focus {
 outline: none;
}

img {
 border-style: none;
 vertical-align: bottom;
}

[type="text"],
[type="tel"],
[type="email"],
[type="date"],
[type="number"],
[type="submit"],
[type="button"],
button, textarea, select {
 margin: 0;
 padding: 0;
 background: none;
 border: none;
 border-radius: 0;
 outline: none;
/*
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
*/
}

input, select {
 vertical-align: middle;
}

select {
 border: none;
/*
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
*/
}

select::-ms-expand {
 display: none;
}

button, select {
 text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
 cursor: pointer;
}

/* IEのinput要素に出てくるマークを消去 */
input::-ms-clear {
 visibility: hidden;
}

/* IEのinput要素に出てくるマークを消去 */
input::-ms-reveal {
 visibility: hidden;
}

@font-face {
 font-family: 'FontAwesome';
 src: url("../fonts/FontAwesome/fontawesome-webfont.eot?v=4.7.0");
 src: url("../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/FontAwesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/FontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
 font-weight: normal;
 font-style: normal;
}

html {
 font-size: 62.5%;
}

body {
 width: 100%;
 height: 100%;
 color: #715c54;
 background-color: #faf5e3;
 font-family: "Noto Serif JP", serif;
 font-size: calc(24 / 750 * 100vw);
 font-weight: 300;
 line-height: 1.8;
 letter-spacing: 0.1em;
 word-wrap: break-word;
 overflow-wrap: break-word;
 overflow-x: hidden;
}

@media screen and (min-width: 751px) {
 body {
  font-size: 16px;
  font-size: 1.6rem;
 }
}

/*  リンク
-------------------------------------------------------*/
a {
 -webkit-transition: all .3s;
 transition: all .3s;
}

a:hover {
 cursor: pointer;
}

a.fly:hover {
 -webkit-transform: translateY(-5px);
 -ms-transform: translateY(-5px);
 transform: translateY(-5px);
 opacity: 0.9;
}

/*  ヘッダー
-------------------------------------------------------*/
.header__inner {
 position: relative;
 margin: 0 auto;
 width: 100%;
 height: 100%;
 max-width: 1200px;
}

.header__logo {
 display: inline-block;
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}

.header {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 25.3vw;
 background-color: #faf5e3;
 transition: .3s;
 z-index: 7777;
}

.header--front {
 height: 43.3vw;
}

.header__logo {
 display: inline-block;
 transition: .3s;
}

.header.is-scroll {
 height: 18vw;
}

.img__logo,
.img__nlogo {
 width: 19.5vw;
 height: auto;
}

.header--front .img__logo {
 width: 26.6vw;
}

.header.is-scroll .img__logo {
 height: 12vw;
 -webkit-animation-name: logo_anime;
 animation-name: logo_anime;
}

@media screen and (min-width: 751px) {
 .header {
  height: 170px!important;
 }
 .header--front {
  height: 238px;
 }
 .header.is-scroll {
  height: 80px!important;
 }
 .img__logo,
 .img__nlogo {
  width: 90px;
 }
 .header--front .img__logo {
  width: 130px;
 }
 .header.is-scroll .img__logo {
  height: 50px;
 }
}

@-webkit-keyframes logo_anime {
 from {
  height: 100px;
 }
 to {
  height: 50px !important;
 }
}

@keyframes logo_anime {
 from {
  height: 100px;
 }
 to {
  height: 50px !important;
 }
}

/*  ナビゲーション（トグルで開く部分）
-------------------------------------------------------*/
.navi__container {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100vh;
 background-image: url(../img/header/bg.jpg);
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 opacity: 0;
 visibility: hidden;
 -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
 transition: opacity 0.35s, visibility 0.35s, height 0.35s;
 overflow: hidden;
 z-index: 8888;
}

.navi__container:before {
 content: '';
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background-color: rgba(66, 37, 23, 0.9);
 z-index: -1;
}

.navi__container.is-close {
 position: fixed;
 background-color: #42251b;
 top: 0;
 left: 0;
 width: 100%;
 height: 0%;
 opacity: 0;
 visibility: hidden;
 -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
 transition: opacity 0.35s, visibility 0.35s, height 0.35s;
 overflow: hidden;
}

.navi__container.is-open {
 opacity: 1;
 visibility: visible;
}

.navi a {
 position: relative;
 display: block;
 padding: .5em 1em;
 color: #fff;
 font-size: calc(28 / 750 * 100vw);
}

.navi a span {
 margin-left: 1.5em;
}

.navi a:hover {
 color: #715c54;
}

@media screen and (min-width: 751px) {
 .navi a {
  font-size: 22px;
  font-size: 2.2rem;
 }
}

/*  ナビゲーションインナーコンテナ
-------------------------------------------------------*/
.navi__inner {
 margin: 0 auto;
 padding: 4.6vw 0;
 width: 100%;
 height: 100vh;
 overflow-x: scroll;
 overflow-x: hidden;
}

@media screen and (min-width: 751px) {
 .navi__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
 }
}

.navi__box {
 padding: 1.5em;
}

.navi__btn {
 display: flex;
 align-items: center;
 margin-top: 3.5em;
 margin-left: -2em;
}

.navi__btn a {
 margin-left: 2em;
 width: calc(50% - 2em);
}

/*  メニューナビ
-------------------------------------------------------*/
.navi {
 padding: 0 1em;
}

/*  LNGメニュー
-------------------------------------------------------*/
.lang__container {
 position: fixed;
 top: 12vw;
 left: 15vw;
 width: 20vw;
 background-color: #42251b;
 opacity: 0;
 visibility: hidden;
 -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
 transition: opacity 0.35s, visibility 0.35s, height 0.35s;
 overflow: hidden;
 z-index: 8888;
}

.header.is-scroll .lang__container {
 top: 18vw;
 left: 10vw;
}

.lang__container.is-close {
 position: fixed;
 background-color: #42251b;
 top: 0;
 left: 0;
 width: 100%;
 opacity: 0;
 visibility: hidden;
 -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
 transition: opacity 0.35s, visibility 0.35s, height 0.35s;
 overflow: hidden;
}

.lang__container.is-open {
 opacity: 1;
 visibility: visible;
}

.lang__navi a {
 position: relative;
 display: block;
 padding: .3em 1em;
 color: #fff;
 font-size: calc(20 / 750 * 100vw);
}

.lang__navi a:hover {
 color: #715c54;
}

@media screen and (min-width: 751px) {
 .lang__container {
  position: fixed;
  top: 90px;
  left: 120px;
  width: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 8888;
 }
 .header.is-scroll .lang__container {
  top: 100px;
  left: 80px;
 }
 .lang__container.is-close {
  position: fixed;
  background-color: #42251b;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
 }
 .lang__navi a {
  font-size: 14px;
  font-size: 1.4rem;
 }
}

.toggle {
 position: fixed;
/* top: 2.9vw;*/
  top: 20px;
 left: 5.3vw;
 height: 2.1vw;
 width: 6.6vw;
 cursor: pointer;
 z-index: 9999;
 -webkit-transition: opacity 0.25s ease;
 transition: opacity 0.25s ease;
 transition: .5s;
}

.lang {
 position: fixed;
/* top: 10.4vw;*/
  top: 48px;
 left: 4vw;
 width: 9.3vw;
 height: 9.3vw;
 z-index: 9999;
 transition: .5s;
}

.lang img {
 width: 100%;
 height: 100%;
}

.header.is-scroll .toggle {
 top: 7vw;
}

.header.is-scroll .lang {
 top: 4.5vw;
 left: 15vw;
}

@media screen and (min-width: 751px) {
 .toggle {
  top: 40px;
  left: 45px;
  width: 50px;
  height: 16px;
 }
 .lang {
  top: 85px;
  left: 40px;
  width: 60px;
  height: 60px;
 }
 .header.is-scroll .toggle {
  top: 30px;
 }
 .header.is-scroll .lang {
  top: 15px;
  left: 130px;
  width: 50px;
  height: 50px;
 }
}

.toggle span {
 background-color: #42251b;
 border: none;
 height: 2px;
 width: 100%;
 position: absolute;
 top: 0;
 left: 0;
 -webkit-transition: all 0.35s ease;
 transition: all 0.35s ease;
 cursor: pointer;
}

.toggle span:nth-of-type(2) {
 top: 12px;
}

.toggle.is-active span:nth-of-type(1) {
 -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
 transform: translateY(6px) translateX(0) rotate(45deg);
 background: #fff;
}

.toggle.is-active span:nth-of-type(2) {
 display: block;
 -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
 transform: translateY(-6px) translateX(0) rotate(-45deg);
 background: #fff;
}

/*  フッター
-------------------------------------------------------*/
/* ----------------- 関連サイト - */
.section__relation {
 padding: 6.6vw 0;
 background-color: #fff;
}

.relation {
 display: flex;
 justify-content: center;
 margin-left: -4vw;
}

.relation a {
 margin-left: 4vw;
 width: 40vw;
}

@media screen and (min-width: 751px) {
 .section__relation {
  padding: 55px 0;
  background-color: #fff;
 }
 .relation {
  margin-left: -60px;
 }
 .relation a {
  margin-left: 60px;
  width: 360px;
 }
}

.footer__top {
 position: relative;
 padding: 60px 0;
 background-color: #42251b;
}

@media screen and (max-width : 750px) {
  .footer__top {
   padding: 30px 0;
  }
}

.footer__shop__content {
 margin-top: 6vw;
}

@media screen and (min-width: 751px) {
 .footer__shop {
  display: flex;
  align-items: center;
 }
 .footer__shop__image {
  width: 38vw;
  order: 2;
 }
 .footer__shop__content {
  margin-top: 0;
  margin-right: 2.5vw;
  width: calc(100% - 38vw - 2.5vw);
  color: #e3dfdd;
  font-size: 16px;
  font-size: 1.6rem;
  order: 1;
 }
}

@media screen and (min-width: 1200px) {
 .footer__shop {
  display: flex;
  align-items: center;
 }
 .footer__shop__image {
  width: 460px;
  order: 2;
 }
 .footer__shop__content {
  margin-top: 0;
  margin-right: 60px;
  width: calc(100% - 460px - 60px);
  color: #e3dfdd;
  font-size: 16px;
  font-size: 1.6rem;
  order: 1;
 }
}

.footer__shop__content p {
 color: #e3dfdd;
 font-size: calc(24 / 750 * 100vw);
 text-align: center;
}

.footer__shop__content p span {
 font-size: calc(20 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
 .footer__shop__content p {
  font-size: 16px;
  font-size: 1.6rem;
 }
 .footer__shop__content p span {
  font-size: 12px;
  font-size: 1.2rem;
 }
}

.footer__bottom {
 padding: 40px 0 20px 0;
}

.footer__navi {
 display: flex;
 justify-content: center;
 align-items: flex-start;
 flex-wrap: wrap;
}

@media screen and (min-width: 1200px) {
 .footer__navi {
  flex-wrap: nowrap;
 }
}

.footer__navi {
 position: relative;
}

.footer__navi li a {
 position: relative;
 display: inline-block;
 padding: .3em .5em;
 font-size: calc(24 / 750 * 100vw);
 transition: 0.3s;
}

.footer__navi li a::after {
 position: absolute;
 bottom: 0;
 left: 50%;
 content: '';
 width: 0;
 border-bottom: solid 1px #715c54;
 -moz-transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 transition: 0.5s;
}

.footer__navi li a:hover::after {
 width: 100%;
}

.footer__navi li::after {
 content: '|';
}

.footer__navi li:nth-child(4)::after,
.footer__navi li:nth-child(6)::after,
.footer__navi li:nth-child(8)::after,
.footer__navi li:nth-child(10)::after {
 content: '';
}

@media screen and (min-width: 751px) {
 .footer__navi li a {
  font-size: 14px;
  font-size: 1.2rem;
  letter-spacing: 0;
 }
.footer__navi li:nth-child(4)::after,
.footer__navi li:nth-child(6)::after,
.footer__navi li:nth-child(8)::after {
  content: '|';
 }
}

.footer__sns {
 display: flex;
 justify-content: center;
 padding: 30px 0;
}

.footer__sns a {
 padding: 0 .5em;
 font-size: 24px;
 font-size: 2.4rem;
}

.icon__facebook:before {
 content: '\f09a';
 font-family: "FontAwesome";
}

.icon__twitter:before {
 content: '\f099';
 font-family: "FontAwesome";
}

.icon__instagram:before {
 content: '\f16d';
 font-family: "FontAwesome";
}

.copyright {
 padding: .7em 0;
 text-align: center;
}

@media screen and (min-width: 751px) {
 .copyright {
  font-size: 10px;
  font-size: 1.0rem;
 }
}

.img__flogo {
 width: 275px;
 height: auto;
}
@media screen and (max-width : 750px) {
  .img__flogo {
   width: 190px;
  }
}

/*  フロントページ
-------------------------------------------------------*/
.container {
 margin: 0 auto;
 margin-top: 25.3vw;
 width: 100%;
}

.container--front {
 margin-top: 43.3vw;
 /* ヘッダー高さ */
}

@media screen and (min-width: 751px) {
 .container {
  margin-top: 170px;
 }
 .container--front {
  margin-top: 238px;
 }
}

/*  横幅最大設定コンテナ
-------------------------------------------------------*/
.container__inner {
 position: relative;
 margin: 0 auto;
 padding: 0 8vw;
 width: 100%;
}

@media screen and (min-width: 751px) {
 .container__inner {
  padding: 0 1vw;
 }
}

@media screen and (min-width: 1200px) {
 .container__inner {
  padding: 0;
  max-width: 1200px;
 }
}

@media screen and (min-width: 751px) {
 #footer .container__inner {
  max-width: 960px;
 }
}

.main {
 margin: 5.3vw 0;
}

@media screen and (min-width: 751px) {
 .main {
  margin: 5vw 0;
 }
}

@media screen and (min-width: 1200px) {
 .main {
  margin: 60px 0;
 }
}

/*  ページネーション
-------------------------------------------------------*/
.pagenation {
 width: 100%;
}

.pagenation ul {
 display: flex;
 justify-content: center;
 align-items: center;
}

.pagenation ul li {
 margin-right: .5em;
 margin-bottom: .3em;
}

.pagenation ul li span,
.pagenation ul li a {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 8.6vw;
 height: 8.6vw;
 border-radius: 50%;
 background-color: #faf5e3;
 color: #42251b;
 font-size: calc(28 / 750 * 100vw);
 font-weight: 500;
}

.pagenation ul li.is-active span {
 background-color: #715c54;
 color: #fff;
}

.pagenation ul li span:hover,
.pagenation ul li a:hover {
 background-color: #42251b;
 color: #faf5e3;
}

.pagenation .prev a,
.pagenation .next a {
 padding: 0 .5em;
 border-radius: 0;
 width: 5em;
 font-size: calc(28 / 750 * 100vw);
}

.pagenation .prev a:before {
 content: '\f104';
 margin-right: .5em;
 color: #42251b;
 font-family: "FontAwesome";
}

.pagenation .next a:after {
 content: '\f105';
 margin-left: .5em;
 color: #42251b;
 font-family: "FontAwesome";
}

.pagenation .prev a:hover,
.pagenation .next a:hover {
 color: #715c54;
 background-color: transparent;
}

.pagenation .prev a:hover::before,
.pagenation .next a:hover::after {
 color: #715c54;
}

@media screen and (min-width: 751px) {
 .pagenation ul li span,
 .pagenation ul li a {
  width: 50px;
  height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
 }
 .pagenation .prev a,
 .pagenation .next a {
  font-size: 16px;
  font-size: 1.6rem;
 }
}

/*  ボタン
-------------------------------------------------------*/
.btn {
 position: relative;
 display: inline-block;
 font-size: calc(28 / 750 * 100vw);
 text-align: center;
 transition: all 0.3s ease;
}

.btn span {
 position: relative;
 display: inline-block;
 padding: .5em 1em;
 width: 100%;
 height: 100%;
}

.btn:before,
.btn:after {
 position: absolute;
 content: '';
 width: 1px;
 height: 0%;
}

.btn:before {
 right: 0;
 top: 0;
 transition: all 0.1s ease;
}

.btn:after {
 left: 0;
 bottom: 0;
 transition: all 0.1s 0.2s ease;
}

.btn:hover:before {
 transition: all 0.1s 0.2s ease;
 height: 100%;
}

.btn:hover:after {
 transition: all 0.1s ease;
 height: 100%;
}

.btn span:before,
.btn span:after {
 position: absolute;
 content: '';
}

.btn span:before {
 left: 0;
 top: 0;
 width: 0%;
 height: 1px;
 transition: all 0.1s 0.1s ease;
}

.btn span:after {
 left: 0;
 bottom: 0;
 width: 100%;
 height: 1px;
}

.btn span:hover:before {
 width: 100%;
}

.btn--dark {
 color: #715c54;
}

.btn--light {
 color: #a09692;
}

.btn--white {
 color: #fff;
}

.btn--dark:before,
.btn--dark:after,
.btn--dark span:before,
.btn--dark span:after {
 background: #715c54;
}

.btn--light:before,
.btn--light:after,
.btn--light span:before,
.btn--light span:after {
 background: #a09692;
}

.btn--white:before,
.btn--white:after,
.btn--white span:before,
.btn--white span:after {
 background: #fff;
}

@media screen and (min-width: 751px) {
 .btn {
  font-size: 18px;
  font-size: 1.8rem;
 }
}

/*  共通デザイン
-------------------------------------------------------*/
.section {
 padding: 80px 0;
}

@media screen and (max-width : 750px) {
  .section {
   padding: 50px 0;
  }
}

.section__heading__ver {
 position: absolute;
 top: 0;
 left: 0;
}

.section__heading {
 position: relative;
 font-size: calc(36 / 750 * 100vw);
 line-height: 1.4em;
 letter-spacing: .1em;
 -webkit-writing-mode: vertical-rl;
 -ms-writing-mode: tb-rl;
 writing-mode: vertical-rl;
}

@media screen and (min-width: 751px) {
 .section__heading {
  font-size: 30px;
  font-size: 3.0rem;
 }
}

.section__contant {
 position: relative;
 padding-left: 10.6vw;
}

@media screen and (min-width: 1000px) {
 .section__contant {
  padding-left: 65px;
 }
}

@media screen and (min-width: 1200px) {
 .section__contant {
  padding-left: 65px;
 }
}

/*  トップページ
-------------------------------------------------------*/
/* ----------------- メインビジュアル下メニュー - */
.menu {
 display: flex;
 flex-wrap: wrap;
 margin-left: -4vw;
}

.menu a {
 display: block;
 position: relative;
 margin-left: 4vw;
 margin-bottom: 4vw;
 width: calc(50% - 4vw);
 height: 13.3vw;
 background-color: #715c54;
 color: #faf5e3;
 font-size: calc(24 / 750 * 100vw);
 text-align: center;
}

.menu a > p {
 position: absolute;
 top: 50%;
 left: 50%;
 width: 100%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 line-height: 1.4em;
}

@media screen and (min-width: 751px) {
 .menu {
  flex-wrap: nowrap;
  margin-left: -1.5vw;
 }
 .menu a {
  margin-left: 1.5vw;
  margin-bottom: 0;
  width: calc(25% - 1.5vw);
  height: 8vw;
  font-size: 16px;
  font-size: 1.6rem;
 }
}

@media screen and (min-width: 1200px) {
 .menu {
  flex-wrap: nowrap;
  margin-left: -40px;
 }
 .menu a {
  margin-left: 40px;
  margin-bottom: 0;
  width: calc(25% - 40px);
  height: 80px;
 }
}

/* ----------------- インフォメーション - */
.info {
 margin: 2vw auto 0 auto;
 padding: 1.5em;
 width: 100%;
 max-width: 800px;
 background-color: #fff;
 font-size: calc(24 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
 .info {
  margin: 5vw auto 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
 }
}

@media screen and (min-width: 1200px) {
 .info {
  margin: 60px auto 0 auto;
  width: 800px;
 }
}

.info__title {
 display: block;
 margin-bottom: .7em;
 padding-bottom: .7em;
 border-bottom: 1px dotted #bbb0ad;
 font-size: calc(28 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
 .info__title {
  font-size: 16px;
  font-size: 1.6rem;
 }
}

/* ----------------- 更新情報 - */
.update__item {
 position: relative;
 padding-left: 10.6vw;
}

.update__item:first-of-type {
 margin-bottom: 13.3vw;
}

@media screen and (min-width: 1000px) {
 .update {
  display: flex;
  margin-left: -4vw;
 }
 .update__item {
  margin-left: 4vw;
  width: calc(50% - 4vw);
  padding-left: 65px;
 }
 .update__item:first-of-type {
  margin-bottom: 0;
 }
}

@media screen and (min-width: 1200px) {
 .update {
  display: flex;
  margin-left: -70px;
 }
 .update__item {
  margin-left: 70px;
  width: calc(50% - 70px);
  padding-left: 65px;
 }
}

.news__front a {
 display: block;
  margin-bottom: 28px;
}

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

.update__date {
 font-size: calc(24 / 750 * 100vw);
 font-weight: 500;
 line-height: 1.8em;
}

.update__date__new {
 margin-left: 1em;
 color: #e60012;
 font-size: calc(24 / 750 * 100vw);
 font-weight: 500;
 line-height: 1.8em;
}

.news__front__heading__wrap {
 width: 100%;
}

.news__front__heading {
 font-size: calc(24 / 750 * 100vw);
 line-height: 1.6em;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

@media screen and (min-width: 751px) {
 .update__date {
  font-size: 16px;
  font-size: 1.6rem;
 }
 .update__date__new {
  font-size: 16px;
  font-size: 1.6rem;
 }
 .news__front__heading__wrap {
  width: 100%;
 }
 .news__front__heading {
  font-size: 16px;
  font-size: 1.6rem;
 }
}

@media screen and (max-width: 750px) {
 .news__front a:last-of-type {
  display: none;
 }
}

.media__front a,
.media__front .noLinkBox {
 display: block;
 margin-bottom: 40px;
}

.media__front a:last-of-type,
.media__front .noLinkBox:last-of-type {
 margin-bottom: 0;
}

.media__front__post {
 display: flex;
}

.media__front__post__image {
 margin-right: 4.6vw;
 width: 18.6vw;
}

.media__front__post__content {
 width: calc(100% - 18.6vw - 4.6vw);
}

@media screen and (min-width: 751px) {
 .media__front__post__image {
  margin-right: 1.5vw;
  width: 7.5vw;
 }
 .media__front__post__content {
  width: calc(100% - 7.5vw - 1.5vw);
 }
}

@media screen and (min-width: 1200px) {
 .media__front__post__image {
  margin-right: 30px;
  width: 90px;
 }
 .media__front__post__content {
  width: calc(100% - 90px - 30px);
 }
}

.media__front__heading__wrap {
 width: 100%;
}

.media__front__heading {
 font-size: calc(24 / 750 * 100vw);
 line-height: 1.6em;
 overflow: hidden;
 text-overflow: ellipsis;
}

@media screen and (min-width: 751px) {
 .media__front__heading {
  font-size: 16px;
  font-size: 1.6rem;
 }
}

/* ----------------- ギャラリー - */
.gallery {
 display: flex;
 justify-content: space-between;
 margin-left: -8vw;
 width: calc(100% + 16vw);
}

.gallery__left {
 width: 60vw;
}

.gallery__right {
 width: 38.6vw;
}

@media screen and (min-width: 751px) {
 .gallery {
  display: flex;
  margin-left: 0;
  width: 100%;
 }
 .gallery__left {
  width: 720px;
 }
 .gallery__right {
  width: 460px;
 }
}

/*  メインビジュアル
-------------------------------------------------------*/
.mv {
 position: relative;
 margin-left: -8vw;
 width: calc(100% + 16vw);
}

.mv--page {
 position: relative;
 height: 37.3vw;
}

@media screen and (min-width: 751px) {
 .mv {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
 }
 .mv--page {
  height: 30.8vw;
 }
}

@media screen and (min-width: 1200px) {
 .mv {
  margin: 0 auto;
  width: 1200px;
 }
 .mv--page {
  height: 370px;
 }
}

.mv__text {
 position: absolute;
 top: 50%;
 left: 50%;
 width: 100%;
 color: #fff;
 font-size: calc(36 / 750 * 100vw);
 text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
 text-align: center;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}

@media screen and (min-width: 751px) {
 .mv__text {
  font-size: 46px;
  font-size: 4.6rem;
 }
}

/*  新着情報
-------------------------------------------------------*/
.news__archive {
 margin: 0 auto;
 width: 100%;
}

.news__archive a {
 display: block;
 padding: 1.5em 0;
 border-bottom: 1px dotted #bbb0ad;
}

.news__archive__post {
 display: flex;
}

.news__archive__post__image {
 margin-right: 2.6vw;
 width: 25.6vw;
}

.news__archive__post__content {
 width: calc(100% - 25.6vw - 2.6vw);
}

@media screen and (min-width: 751px) {
 .news__archive__post__image {
  margin-right: 1.6vw;
  width: 12.5vw;
 }
 .news__archive__post__content {
  width: calc(100% - 12.5vw - 1.6vw);
 }
}

@media screen and (min-width: 1200px) {
 .news__archive__post__image {
  margin-right: 20px;
  width: 150px;
 }
 .news__archive__post__content {
  width: calc(100% - 150px - 20px);
 }
}

.news__archive__heading__wrap {
 width: 100%;
}

.news__archive__heading {
 font-size: calc(24 / 750 * 100vw);
 line-height: 1.6em;
 overflow: hidden;
 text-overflow: ellipsis;
}

@media screen and (min-width: 751px) {
 .news__archive__heading {
  font-size: 2rem;
  line-height: 1.6;
 }
}

.news__single__heading {
 margin-bottom: 1.5em;
 padding-bottom: 1em;
 font-size: calc(32 / 750 * 100vw);
 line-height: 1.6em;
 border-bottom: 1px dotted #bbb0ad;
}

@media screen and (min-width: 751px) {
 .news__single__heading {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
 }
}

.news__meta {
 display: flex;
 align-items: center;
 border-bottom: 1px dotted #bbb0ad;
 padding-bottom: 1em;
 font-size: 1.4rem;
}

.news__meta p {
 margin-right: 1em;
 color: #5f423a;
 font-size: calc(20 / 750 * 100vw);
 font-weight: 500;
}

.news__meta a {
 position: relative;
 display: inline-block;
 color: #5f423a;
}

.news__meta a:hover {
 color: #715c54;
}

.news__meta a::after {
 position: absolute;
 bottom: 0;
 left: 50%;
 content: '';
 width: 100%;
 border-bottom: solid 1px #5f423a;
 -moz-transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .news__meta {
   padding-bottom: 1.5em;
  }
 .news__meta p {
  margin-right: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
 }
}

.news__date:before {
 margin-right: .5em;
 content: '\f040';
 font-family: "FontAwesome";
}

.news__modified:before {
 margin-right: .5em;
 content: '\f01e';
 font-family: "FontAwesome";
}

.news__cat:before {
 margin-right: .5em;
 content: '\f07b';
 font-family: "FontAwesome";
}

.latest {
 margin: 0 auto;
 width: 100%;
 max-width: 900px;
}

.latest__post {
 margin: 0 auto;
 width: 100%;
}

@media screen and (min-width: 751px) {
 .latest {
  display: none;
 }
 .latest__post {
  width: 90%;
 }
}

.latest__post a {
 display: block;
 padding: 1.5em 0;
 border-bottom: 1px dotted #bbb0ad;
}

.latest__heading {
 display: block;
 padding: .8em 0;
 border-radius: 2.5em;
 background-color: #715c54;
 color: #fff;
 font-size: calc(28 / 750 * 100vw);
 text-align: center;
 font-weight: 500;
}

@media screen and (min-width: 751px) {
 .latest__heading {
  font-size: 20px;
  font-size: 2.0rem;
 }
}

.latest__title {
 padding-left: 1.3em;
 text-indent: -.7em;
 font-size: calc(24 / 750 * 100vw);
 line-height: 1.6em;
 overflow: hidden;
 text-overflow: ellipsis;
}

@media screen and (min-width: 751px) {
 .latest__title {
  font-size: 16px;
  font-size: 1.6rem;
 }
}

.latest__title:before {
 margin-right: .2em;
 content: '\f0da';
 font-family: "FontAwesome";
}

.column__container {
 position: relative;
 margin: 0 auto;
 width: 100%;
}

.column__container__aside {
 margin-top: 10vw;
}

@media screen and (min-width: 751px) {
 .column__container {
  display: flex;
 }
 .column__container__content {
  margin-right: 4vw;
  width: calc(100% - 30vw - 4vw);
 }
 .column__container__aside {
  margin-top: 0;
  width: 30vw;
 }
}

@media screen and (min-width: 1200px) {
 .column__container__content {
  margin-right: 100px;
  width: calc(100% - 280px - 100px);
 }
 .column__container__aside {
  width: 280px;
 }
}

.sideWidget {
 margin-bottom: 3em;
}

.sideWidget__title {
 display: block;
 margin-bottom: 1em;
 padding: .5em 0;
 border-radius: 2.5em;
 background-color: #715c54;
 color: #fff;
 font-size: calc(30 / 750 * 100vw);
 font-weight: 500;
 line-height: 1.6em;
 text-align: center;
}

.sideWidget ul li {
 margin-bottom: 1em;
 padding-left: 1.5em;
 text-indent: -.7em;
 font-size: calc(28 / 750 * 100vw);
 transition: .3s;
 border-bottom: 1px dotted #999;
 line-height: 1.5;
 padding-bottom: 1em;
}
.sideWidget ul li li {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 1em;
  font-size: 1.2rem;
}

.sideWidget ul li:before {
 padding-right: .3em;
 content: '\f0da';
 font-family: "FontAwesome";
}

.sideWidget ul li a:hover {
 opacity: 0.5;
 text-decoration: underline;
}

@media screen and (min-width: 751px) {
 .sideWidget__title {
  font-size: 18px;
  font-size: 1.8rem;
 }
 .sideWidget ul li {
  font-size: 1.4rem;
 }
}

.searchform {
 position: relative;
 margin-bottom: 1.5em;
}

.searchform input[type="text"] {
 position: absolute;
 left: 0;
 top: 0;
 width: 70%;
 height: 3em;
 padding: 0 .5em;
 background-color: #fff;
 font-family: "Noto Serif JP", serif;
 font-size: calc(24 / 750 * 100vw);
 line-height: 1.8em;
 outline: 0;
}

.searchform input[type="submit"] {
 position: absolute;
 top: 0;
 right: 0;
 width: 30%;
 height: 3em;
 border: 1px solid #715c54;
 background-color: #715c54;
 color: #fff;
 font-family: "Noto Serif JP", serif;
 font-size: calc(24 / 750 * 100vw);
 line-height: 1em;
 border: none;
 transition: .3s;
}

.searchform input[type="submit"]:hover {
 background-color: #fff;
 color: #715c54;
}

@media screen and (min-width: 751px) {
 .searchform input[type="text"] {
  height: 2.6em;
  font-size: 16px;
  font-size: 1.6rem;
 }
 .searchform input[type="submit"] {
  height: 2.6em;
  font-size: 16px;
  font-size: 1.6rem;
 }
}

#custom-post-type-categories-3 {
 display: none;
}

#custom-post-type-archives-3 {
 display: none;
}

@media screen and (min-width: 751px) {
 #custom-post-type-categories-3 {
  display: block;
 }
 #custom-post-type-categories-2 {
  display: none;
 }
 #custom-post-type-archives-3 {
  display: block;
 }
 #custom-post-type-archives-2 {
  display: none;
 }
}

@media screen and (max-width: 750px) {
 .widget_archive {
  position: relative;
  width: 100%;
 }
 .widget_categories label,
 .widget_archive label {
  display: none;
 }
 .widget_categories > div,
 .widget_archive > div {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 2em);
 }
 .widget_categories > div::before,
 .widget_archive > div::before {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -.8em;
  content: '\f0d7';
  color: #42251b;
  font-family: "FontAwesome";
 }
 .widget_categories select,
 .widget_archive select {
  padding: 0.5em 1em;
  width: 100%;
  border-radius: 1.5em;
  border: 1px solid #715c54;
/*  background-color: #fff;*/
  color: #715c54;
  font-family: "Noto Serif JP", serif;
  font-size: calc(28 / 750 * 100vw);
  line-height: 2em;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
 }
 select::-ms-expand {
  display: none;
 }
}

/*  メディア・受賞歴
-------------------------------------------------------*/
.media__year {
 display: block;
 margin-bottom: 1em;
 padding: .7em 0;
 background-color: #715c54;
 color: #fff;
 font-size: calc(28 / 750 * 100vw);
 font-weight: 500;
 text-align: center;
}

@media screen and (min-width: 751px) {
 .media__year {
  font-size: 20px;
  font-size: 2.0rem;
 }
}

.media__archive {
 margin: 0 auto;
 width: 100%;
}

.media__archive a,
.media__archive .noLinkBox {
 display: block;
 padding: 1.5em 0;
 border-bottom: 1px dotted #bbb0ad;
}

@media screen and (min-width: 751px) {
 .media__archive {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 25px;
 }
 .media__archive a,
.media__archive .noLinkBox {
  margin-right: 50px;
  width: calc(50% - 50px);
 }
/*
 .media__archive a:nth-of-type(even) {
  margin-right: 0;
 }
*/
}

.media__archive__post {
 display: flex;
}

.media__archive__post__image {
 margin-right: 2.6vw;
 width: 25.6vw;
}

.media__archive__post__content {
 width: calc(100% - 25.6vw - 2.6vw);
}

@media screen and (min-width: 751px) {
 .media__archive__post__image {
  margin-right: 1.6vw;
  width: 12.5vw;
 }
 .media__archive__post__content {
  width: calc(100% - 12.5vw - 1.6vw);
 }
}

@media screen and (min-width: 1200px) {
 .media__archive__post__image {
  margin-right: 20px;
  width: 150px;
 }
 .media__archive__post__content {
  width: calc(100% - 150px - 20px);
 }
}

.media__archive__heading__wrap {
 width: 100%;
}

.media__archive__heading {
 font-size: calc(24 / 750 * 100vw);
 line-height: 1.6em;
 overflow: hidden;
 text-overflow: ellipsis;
}

@media screen and (min-width: 751px) {
 .media__archive__heading {
  font-size: 16px;
  font-size: 1.6rem;
 }
}

/*  商品案内
-------------------------------------------------------*/
.product__detail {
 padding: 5.3vw 6vw;
 background-color: #fefdf9;
}

.product__detail__gallery {
 display: flex;
 justify-content: space-between;
/* flex-wrap: wrap;*/
/* margin-left: -3vw;*/
  margin-bottom: 1em;
}

.product__detail__gallery li {
/*
 margin-left: 3vw;
 margin-bottom: 3vw;
 width: calc(50% - 3vw);
*/
  width: 32%;
}

@media screen and (min-width: 751px) {
 .product__detail {
  padding: 6vw;
 }
/*
 .product__detail__gallery {
  flex-wrap: nowrap;
  margin-left: -1.6vw;
 }
 .product__detail__gallery li {
  margin-left: 1.6vw;
  margin-bottom: 0;
  width: calc(33.33333% - 1.6vw);
 }
*/
}

@media screen and (min-width: 1200px) {
 .product__detail {
  padding: 40px;
 }
 .product__detail__gallery {
  margin-left: -20px;
 }
 .product__detail__gallery li {
  margin-left: 20px;
  width: calc(33.33333% - 20px);
 }
}

.product__table {
 margin: 0 auto;
 width: 100%;
}

.product__table tr {
 border-bottom: 1px dotted #bbb0ad;
}

.product__table th {
 padding: 0.9em 0;
 width: 30%;
 font-size: 16px;
 font-size: 1.6rem;
 font-weight: 500;
 text-align: left;
 vertical-align: top;
}

.product__table td {
 padding: 0.9em 0;
 width: 70%;
 font-size: 16px;
 font-size: 1.6rem;
}

@media screen and (min-width: 1200px) {
 .product__table__wrap {
  display: flex;
  margin-left: -40px;
 }
 .product__table {
  margin-left: 40px;
  width: calc(50% - 40px);
 }
 .product__table th {
  width: 170px;
 }
 .product__table td {
  width: calc(100% - 170px);
 }
}

@media screen and (max-width: 750px) {
 .product__table th {
  display: block;
  padding: .5em 0 .2em 0;
  width: 100%;
  font-size: calc(28 / 750 * 100vw);
 }
 .product__table td {
  display: block;
  padding: 0 0 .5em 0;
  width: 100%;
  font-size: calc(24 / 750 * 100vw);
 }
}

.section__product__desc {
 position: relative;
}

@media screen and (min-width: 751px) {
 .section__product__desc {
  background-image: url(../img/product/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 37.5vw;
 }
 .product__desc {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
 }
}

@media screen and (min-width: 751px) {
 .section__product__desc {
  height: 450px;
 }
}

.product__desc__caption {
 display: flex;
 justify-content: center;
 align-items: center;
 position: relative;
 background-image: url(../img/product/bg_sp.jpg);
 background-size: 100%;
 background-position: center;
 background-repeat: no-repeat;
 height: 58.6vw;
}

.product__desc__content {
 padding: 4vw 8vw;
 width: 100%;
}

.product__desc__heading {
 font-size: calc(36 / 750 * 100vw);
 line-height: 1.8em;
 -webkit-writing-mode: vertical-rl;
 -ms-writing-mode: tb-rl;
 writing-mode: vertical-rl;
}

@media screen and (min-width: 751px) {
 .product__desc__caption {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: none;
  width: 23vw;
 }
 .product__desc__content {
  padding: 0 5vw 0 0;
  width: calc(100% - 23vw);
 }
 .product__desc__heading {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.8em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
 }
}

@media screen and (min-width: 1200px) {
 .product__desc__caption {
  width: 280px;
 }
 .product__desc__content {
  padding: 0 35px 0 0 0;
  width: calc(100% - 280px);
 }
}

.product__material {
 margin-left: -8vw;
 width: calc(100% + 16vw);
}

.product__material__item {
 margin-bottom: 40px;
}

@media screen and (min-width: 751px) {
 .product__material {
  display: flex;
  margin-left: -1.5vw;
  width: 100%;
 }
 .product__material__item {
  display: block;
  margin-left: 3vw;
  width: calc(33.33333% - 3vw);
 }
}

@media screen and (min-width: 1200px) {
 .product__material {
  margin-left: -30px;
 }
 .product__material__item {
  margin-left: 60px;
  width: calc(33.33333% - 60px);
 }
}

.product__material__item__wrap {
 display: flex;
}

.product__material__item__content {
 position: relative;
 width: 50%;
 background-color: #715c54;
}

.product__material__item__image {
 width: 50%;
}

.product__material__item:nth-of-type(odd) .product__material__item__content {
 order: 2;
}

.product__material__item:nth-of-type(odd) .product__material__item__image {
 order: 1;
}

.product__material__item__text {
 margin-top: 1em;
 padding: 0 8vw;
}

.product__material__item__heading {
 position: absolute;
 top: 50%;
 left: 50%;
 width: 100%;
 color: #f8f8f8;
 font-size: calc(28 / 750 * 100vw);
 text-align: center;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}

.product__material__item__heading span {
 color: #bbb0ad;
 font-size: calc(20 / 750 * 100vw);
}

.product__material__item__subheading {
 margin-bottom: .5em;
 font-size: calc(24 / 750 * 100vw);
 line-height: 1.6em;
 font-weight: 500;
}

@media screen and (min-width: 751px) {
 .product__material__item__wrap {
  display: flex;
  flex-wrap: wrap;
 }
 .product__material__item__content {
  position: relative;
  width: 100%;
  height: 20.8vw;
  background-color: #715c54;
 }
 .product__material__item__image {
  width: 100%;
 }
 .product__material__item:nth-of-type(odd) .product__material__item__content {
  order: 1;
 }
 .product__material__item:nth-of-type(odd) .product__material__item__image {
  order: 2;
 }
 .product__material__item:nth-of-type(even) .product__material__item__content {
  order: 2;
 }
 .product__material__item:nth-of-type(even) .product__material__item__image {
  order: 1;
 }
 .product__material__item__text {
  padding: 0;
 }
 .product__material__item__heading {
  font-size: 28px;
  font-size: 2.8rem;
 }
 .product__material__item__heading span {
  font-size: 20px;
  font-size: 2.0rem;
 }
 .product__material__item__subheading {
  font-size: 16px;
  font-size: 1.6rem;
 }
}

@media screen and (min-width: 1200px) {
 .product__material__item__content {
  height: 250px;
 }
}

.product__feature {
 margin: 18vw auto 0 auto;
 width: 100%;
}

.product__feature__image {
 position: relative;
 margin-left: -8vw;
 width: calc(100% + 16vw);
}

.product__feature__heading {
 position: absolute;
 top: -9.3vw;
 right: 8vw;
 padding: .5em;
 background-color: #42251b;
 color: #f8f8f8;
 font-size: calc(36 / 750 * 100vw);
 font-weight: 500;
 -webkit-writing-mode: vertical-rl;
 -ms-writing-mode: tb-rl;
 writing-mode: vertical-rl;
}

.product__feature__list {
 position: relative;
 top: -4.6vw;
 margin-bottom: -4.6vw;
}

.product__feature__list li {
 position: relative;
 margin-bottom: 4.6vw;
 padding: 4vw 4vw 4vw 12vw;
 background-color: #fefdf9;
 width: 100%;
 font-size: calc(24 / 750 * 100vw);
}

.product__feature__num {
 position: absolute;
 top: 5.3vw;
 left: 2.6vw;
 color: #bbb0ad;
 font-size: calc(36 / 750 * 100vw);
 font-weight: 500;
 font-style: italic;
 line-height: 1em;
}

@media screen and (min-width: 751px) {
 .product__feature {
  display: flex;
  margin: 80px auto 0 auto;
 }
 .product__feature__image {
  position: relative;
  margin-left: 0;
  margin-right: 30px;
  width: 390px;
 }
 .product__feature__content {
  width: calc(100% - 390px - 30px);
 }
 .product__feature__heading {
  position: absolute;
  top: -50px;
  right: 30px;
  padding: .5em;
  background-color: #42251b;
  color: #f8f8f8;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
 }
 .product__feature__list {
  top: 0;
  margin-bottom: 0;
 }
 .product__feature__list li {
  position: relative;
  margin-bottom: 20px;
  padding: 20px 20px 20px 70px;
  background-color: #fefdf9;
  font-size: 14px;
  font-size: 1.4rem;
 }
 .product__feature__num {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #bbb0ad;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1em;
 }
}

@media screen and (min-width: 1000px) {
 .product__feature__list {
  top: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: 0;
 }
 .product__feature__list li {
  position: relative;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 20px 70px;
  background-color: #fefdf9;
  width: calc(50% - 20px);
  font-size: 14px;
  font-size: 1.4rem;
 }
}

@media screen and (min-width: 1200px) {
 .product__feature {
  margin: 80px auto 0 auto;
 }
 .product__feature__image {
  margin-right: 30px;
  width: 390px;
 }
 .product__feature__content {
  width: calc(100% - 390px - 30px);
 }
 .product__feature__heading {
  top: -50px;
  right: 30px;
 }
 .product__feature__list {
  margin-left: -20px;
 }
 .product__feature__list li {
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 20px 70px;
  width: calc(50% - 20px);
 }
 .product__feature__num {
  top: 20px;
  left: 20px;
 }
}

/*  店舗案内
-------------------------------------------------------*/
.shop__photo {
 margin: 0 auto;
 width: 100%;
 max-width: 900px;
}

.shop__table {
 margin: 0 auto;
 width: 100%;
}

.shop__table tr {
 border-bottom: 1px dotted #bbb0ad;
}

.shop__table th {
 padding: 1em;
 width: 22vw;
 font-size: 16px;
 font-size: 1.6rem;
 font-weight: 500;
 text-align: left;
 line-height: 1.6em;
 vertical-align: top;
}

.shop__table td {
 padding: 1em;
 width: calc(100% - 22vw);
 font-size: 16px;
 font-size: 1.6rem;
 line-height: 1.6em;
 letter-spacing: .05em;
}

@media screen and (min-width: 1200px) {
 .shop__table th {
  width: 220px;
 }
 .shop__table td {
  width: calc(100% - 220px);
 }
}

@media screen and (max-width: 750px) {
 .shop__table th {
  display: block;
  padding: 1em 0 .5em 0;
  width: 100%;
  font-size: calc(28 / 750 * 100vw);
 }
 .shop__table tr:first-of-type th {
  padding-top: 0;
 }
 .shop__table td {
  display: block;
  padding: 0 0 1em 0;
  width: 100%;
  font-size: calc(24 / 750 * 100vw);
 }
}

.shop__table td a {
  text-decoration: underline;
}
.shop__table td a:hover {
  text-decoration: none;
}

.shop__list li {
 padding-left: 1em;
 text-indent: -1em;
}

.shop__list li:before {
 content: '＊';
}

/*  よくある質問
-------------------------------------------------------*/
.faq {
 margin-left: -8vw;
 width: calc(100% + 16vw);
}

.faq dt {
 position: relative;
 padding: 1em 8vw 1em 14vw;
 background-color: #f4e8bc;
 font-size: calc(28 / 750 * 100vw);
 font-weight: 500;
}

.faq dt:before {
 position: absolute;
 top: 1.5vw;
 left: 8vw;
 content: 'Q';
 color: #e8cf73;
 font-size: calc(40 / 750 * 100vw);
 font-weight: 500;
}

.faq dd {
 position: relative;
 padding: 1.5em 8vw 1.5em 20.4vw;
 background-color: #faf5e3;
 font-size: calc(24 / 750 * 100vw);
}

.faq dd:before {
 position: absolute;
 top: 2.7vw;
 left: 14.1vw;
 content: 'A';
 color: #f6a3a9;
 font-size: calc(40 / 750 * 100vw);
 font-weight: 500;
}

.faq dd + dt {
  margin-top: 20px;
}
.faq dd a {
  text-decoration: underline;
}
.faq dd a:hover {
  text-decoration: none;
}

@media screen and (min-width: 751px) {
 .faq {
  margin: 0 auto;
  width: 100%;
 }
 .faq dt {
  padding: 1em 30px 1em 70px;
  font-size: 20px;
  font-size: 2.0rem;
 }
 .faq dt:before {
  top: 2px;
  left: 30px;
  font-size: 36px;
  font-size: 3.6rem;
 }
 .faq dd {
  padding: 1.5em 30px 1.5em 110px;
  font-size: 16px;
  font-size: 1.6rem;
 }
 .faq dd:before {
  top: 5px;
  left: 70px;
  font-size: 36px;
  font-size: 3.6rem;
 }
 .faq dd + dt {
    margin-top: 30px;
  }
}

/*  お問い合わせ
-------------------------------------------------------*/
.form {
 margin: 0 auto;
 width: 100%;
 max-width: 900px;
}

.form tr {
 border-bottom: 1px solid #715c54;
}

.form tr:last-child {
 border-bottom: none;
}

.form th {
 position: relative;
 padding: 20px;
 padding-right: 1em;
 width: 250px;
 color: #42251b;
 font-size: 16px;
 font-size: 1.6rem;
 font-weight: 500;
 text-align: left;
 vertical-align: top;
}

.form td {
 position: relative;
 padding: 20px;
 vertical-align: middle;
 width: calc(100% - 250px);
}

.form input[type="text"], .form input[type="email"], .form input[type="tel"] {
 padding: .5em .3em;
 background-color: #f5f5f5;
 border-radius: 3px;
 border: 1px solid #999;
 width: 100%;
 color: #42251b;
 font-size: 16px;
}
.form .form__textfield {
  width: 6.5em!important;
  display: inline-block;
}
.form .reserve-time,
.form .reserve-order {
  display: inline-block;
  position: relative;
  border: 1px solid #999;
  background: #f5f5f5;
  border-radius: 3px;
/*  margin-left: 1em;*/
}
.form .reserve-time::before,
.form .reserve-order::before {
  position: absolute;
  top: 50%;
  right: .9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
  margin-top: -3px;
}
.form .reserve-time .form__select,
.form .reserve-order .form__select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: .01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: .5em 38px .5em .6em;
  font-size: 16px;
}
.form .reserve-time .form__select::-ms-expand,
.form .reserve-order .form__select::-ms-expand {
  display: none;
}

.form textarea {
 padding: .2em .3em;
 width: 100%;
 height: 200px;
 background-color: #f5f5f5;
 border-radius: 3px;
 border: 1px solid #999;
 color: #42251b;
 font-size: 16px;
 line-height: 1.8em;
}

@media screen and (max-width: 1199px) {
 .form th {
  width: 31vw;
 }
 .form td {
  width: calc(100% - 31vw);
 }
}

@media screen and (max-width: 750px) {
 .form tr {
  border-bottom: none;
 }
 .form th {
  display: block;
/*  margin-bottom: 2.6vw;*/
  padding: .7em 1em;
  width: 100%;
/*  font-size: calc(28 / 750 * 100vw);*/
 }
 .form td {
  display: block;
  padding: 0 .5em 1em .5em;
  width: 100%;
 }
 .form input[type="text"], .form input[type="email"], .form input[type="tel"] {
  width: 100%;
/*  font-size: calc(24 / 750 * 100vw);*/
 }
 .form textarea {
  height: 45.3vw;
/*  font-size: calc(24 / 750 * 100vw);*/
 }
}

/* ---------------------------------- 必須ラベル */
.form__required {
 position: absolute;
 top: 50%;
 right: 1em;
 margin-top: -1em;
 display: inline-block;
 padding: 0 .8em;
 background-color: #ec404d;
 color: #faf5e3;
 font-size: calc(22 / 750 * 100vw);
 text-align: center;
 line-height: 2em;
}

@media screen and (min-width: 751px) {
 .form__required {
  top: 20px;
  right: 1em;
  margin-top: 0;
  font-size: 12px;
  font-size: 1.2rem;
 }
}

/* ---------------------------------- プレイスホルダー */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
 color: #d6d6d6;
 font-family: "Noto Serif JP", serif;
 font-weight: 500;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
 color: #d6d6d6;
 font-family: "Noto Serif JP", serif;
 font-weight: 500;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
 color: #d6d6d6;
 font-family: "Noto Serif JP", serif;
 font-weight: 500;
}

/* ---------------------------------- ラジオボタン */
.form span.wpcf7-list-item {
/* margin: 0 !important;*/
  margin-left: 0;
}

.wpcf7-list-item-label {
 font-size: calc(24 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
 .wpcf7-list-item-label {
  font-size: 16px;
  font-size: 1.6rem;
 }
}

.form__radio span.wpcf7-list-item {
 display: block;
 margin-top: .5em;
 line-height: 1.8em;
}

.form__radio span.wpcf7-list-item:last-child {
 margin-bottom: .5em;
}

@media screen and (min-width: 751px) {
 .form__radio span.wpcf7-list-item {
  display: inline-block;
  margin-top: 0;
 }
 .form__radio span.wpcf7-list-item:last-child {
  margin-bottom: 0;
 }
}

.form input[type="radio"] {
 display: none;
}

.form input[type="radio"] + span {
 display: inline-block;
 position: relative;
 padding: 0 0 0 25px;
 margin: 0 2em 0 0;
 cursor: pointer;
}

.form input[type="radio"] + span::before {
 position: absolute;
 content: "";
 top: 50%;
 left: 0;
 transform: translateY(-50%);
 background: #fff;
 border: 1px solid #ccc;
 border-radius: 1000px;
 width: 18px;
 height: 18px;
 display: block;
}

.form input[type="radio"]:checked + span::after {
 position: absolute;
 content: "";
 top: 50%;
 left: 0;
 transform: translate(50%, -50%);
 background: #42251b;
 border-radius: 1000px;
 width: 10px;
 height: 10px;
 display: block;
}

/* ---------------------------------- 注記 */
.form__hosoku {
 margin-bottom: .5em;
 color: #715c54;
 font-size: calc(24 / 750 * 100vw);
 line-height: 1.4em;
}

@media screen and (min-width: 751px) {
 .form__hosoku {
  font-size: 14px;
  font-size: 1.4rem;
 }
}

/* ---------------------------------- 送信ボタン */
.form__btn {
 position: relative;
 margin: 0 auto;
 width: 77.3vw;
 line-height: 1em;
}

@media screen and (min-width: 751px) {
 .form__btn {
  width: 280px;
 }
}

.form__btn__submit {
 position: relative;
 display: block;
 padding: 1em;
 width: 100%;
 background-color: #595959;
 border: 1px solid #595959;
 color: #fff;
 font-family: "Noto Serif JP", serif;
 font-size: calc(28 / 750 * 100vw);
 transition: .3s;
}

.form__btn__submit:hover {
 background-color: #fff;
 color: #595959;
}

@media screen and (min-width: 751px) {
 .form__btn__submit {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
 }
}

/* ---------------------------------- エラー時カスタム */
.wpcf7 span.wpcf7-not-valid-tip {
 display: none;
}

.wpcf7 .wpcf7-not-valid {
 background-color: #ffeee6 !important;
}

/* ---------------------------------- メッセージ欄 */
div.wpcf7-mail-sent-ok {
 padding: .5em;
 border: 2px solid #42251b !important;
 text-align: center;
}

div.wpcf7-validation-errors {
 padding: .5em;
 border: 2px solid #715c54 !important;
 text-align: center;
}

/* ---------------------------------- レイアウト崩れ防止 */
div.wpcf7 .ajax-loader {
 display: none !important;
}

/*  object-fit
-------------------------------------------------------*/
.obfit, .obfit__media--f, .obfit__news--a,
.obfit__media--a {
 -o-object-fit: cover;
 object-fit: cover;
 font-family: 'object-fit: cover;';
}

.obfit__media--f {
 width: 100%;
 height: 18.6vw;
}

.obfit__news--a,
.obfit__media--a {
 width: 100%;
 height: 25.6vw;
}

@media screen and (min-width: 751px) {
 .obfit__media--f {
  height: 7.5vw;
 }
 .obfit__news--a,
 .obfit__media--a {
  height: 12.5vw;
 }
}

@media screen and (min-width: 1200px) {
 .obfit__media--f {
  height: 90px;
 }
 .obfit__news--a,
 .obfit__media--a {
  height: 150px;
 }
}

/*  フォントカラー
-------------------------------------------------------*/
.fcbase {
 color: #faf5e3;
}

.fcmain {
 color: #42251b;
}

.fcthin {
 color: #715c54;
}

/*  margin
-------------------------------------------------------*/
.mt05 {
 margin-top: calc(8 / 750 * 100vw);
}

.mt10 {
 margin-top: calc(13 / 750 * 100vw);
}

.mt12 {
 margin-top: calc(15 / 750 * 100vw);
}

.mt15 {
 margin-top: calc(18 / 750 * 100vw);
}

.mt20 {
 margin-top: calc(23 / 750 * 100vw);
}

.mt25 {
 margin-top: calc(28 / 750 * 100vw);
}

.mt30 {
 margin-top: calc(33 / 750 * 100vw);
}

.mt35 {
 margin-top: calc(38 / 750 * 100vw);
}

.mt40 {
 margin-top: calc(43 / 750 * 100vw);
}

.mt45 {
 margin-top: calc(48 / 750 * 100vw);
}

.mt50 {
 margin-top: calc(53 / 750 * 100vw);
}

.mt55 {
 margin-top: calc(58 / 750 * 100vw);
}

.mt60 {
 margin-top: calc(63 / 750 * 100vw);
}

.mt65 {
 margin-top: calc(68 / 750 * 100vw);
}

.mt70 {
 margin-top: calc(73 / 750 * 100vw);
}

.mt80 {
 margin-top: calc(83 / 750 * 100vw);
}

.mt90 {
 margin-top: calc(93 / 750 * 100vw);
}

.mt100 {
 margin-top: calc(103 / 750 * 100vw);
}

.mb05 {
 margin-bottom: calc(8 / 750 * 100vw);
}

.mb10 {
 margin-bottom: calc(13 / 750 * 100vw);
}

.mb12 {
 margin-bottom: calc(15 / 750 * 100vw);
}

.mb15 {
 margin-bottom: calc(18 / 750 * 100vw);
}

.mb20 {
 margin-bottom: calc(23 / 750 * 100vw);
}

.mb25 {
 margin-bottom: calc(28 / 750 * 100vw);
}

.mb30 {
 margin-bottom: calc(33 / 750 * 100vw);
}

.mb35 {
 margin-bottom: calc(38 / 750 * 100vw);
}

.mb40 {
 margin-bottom: calc(43 / 750 * 100vw);
}

.mb45 {
 margin-bottom: calc(48 / 750 * 100vw);
}

.mb50 {
 margin-bottom: calc(53 / 750 * 100vw);
}

.mb55 {
 margin-bottom: calc(58 / 750 * 100vw);
}

.mb60 {
 margin-bottom: calc(63 / 750 * 100vw);
}

.mb65 {
 margin-bottom: calc(68 / 750 * 100vw);
}

.mb70 {
 margin-bottom: calc(73 / 750 * 100vw);
}

.mb80 {
 margin-bottom: calc(83 / 750 * 100vw);
}

.mb90 {
 margin-bottom: calc(93 / 750 * 100vw);
}

.mb100 {
 margin-bottom: calc(103 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
 .mt05 {
  margin-top: calc(5 / 1200 * 100vw);
 }
 .mt10 {
  margin-top: calc(10 / 1200 * 100vw);
 }
 .mt15 {
  margin-top: calc(15 / 1200 * 100vw);
 }
 .mt20 {
  margin-top: calc(20 / 1200 * 100vw);
 }
 .mt25 {
  margin-top: calc(25 / 1200 * 100vw);
 }
 .mt30 {
  margin-top: calc(30 / 1200 * 100vw);
 }
 .mt35 {
  margin-top: calc(35 / 1200 * 100vw);
 }
 .mt40 {
  margin-top: calc(40 / 1200 * 100vw);
 }
 .mt45 {
  margin-top: calc(45 / 1200 * 100vw);
 }
 .mt50 {
  margin-top: calc(50 / 1200 * 100vw);
 }
 .mt60 {
  margin-top: calc(60 / 1200 * 100vw);
 }
 .mt70 {
  margin-top: calc(70 / 1200 * 100vw);
 }
 .mt80 {
  margin-top: calc(80 / 1200 * 100vw);
 }
 .mt90 {
  margin-top: calc(90 / 1200 * 100vw);
 }
 .mt100 {
  margin-top: calc(100 / 1200 * 100vw);
 }
 .mb05 {
  margin-bottom: calc(5 / 1200 * 100vw);
 }
 .mb10 {
  margin-bottom: calc(10 / 1200 * 100vw);
 }
 .mb15 {
  margin-bottom: calc(15 / 1200 * 100vw);
 }
 .mb20 {
  margin-bottom: calc(20 / 1200 * 100vw);
 }
 .mb25 {
  margin-bottom: calc(25 / 1200 * 100vw);
 }
 .mb30 {
  margin-bottom: calc(30 / 1200 * 100vw);
 }
 .mb35 {
  margin-bottom: calc(35 / 1200 * 100vw);
 }
 .mb40 {
  margin-bottom: calc(40 / 1200 * 100vw);
 }
 .mb45 {
  margin-bottom: calc(45 / 1200 * 100vw);
 }
 .mb50 {
  margin-bottom: calc(50 / 1200 * 100vw);
 }
 .mb60 {
  margin-bottom: calc(60 / 1200 * 100vw);
 }
 .mb70 {
  margin-bottom: calc(70 / 1200 * 100vw);
 }
 .mb80 {
  margin-bottom: calc(80 / 1200 * 100vw);
 }
 .mb90 {
  margin-bottom: calc(90 / 1200 * 100vw);
 }
 .mb100 {
  margin-bottom: calc(100 / 1200 * 100vw);
 }
}

@media screen and (min-width: 1200px) {
 .mt05 {
  margin-top: 5px;
 }
 .mt10 {
  margin-top: 10px;
 }
 .mt15 {
  margin-top: 15px;
 }
 .mt20 {
  margin-top: 20px;
 }
 .mt25 {
  margin-top: 25px;
 }
 .mt30 {
  margin-top: 30px;
 }
 .mt35 {
  margin-top: 35px;
 }
 .mt40 {
  margin-top: 40px;
 }
 .mt45 {
  margin-top: 45px;
 }
 .mt50 {
  margin-top: 50px;
 }
 .mt60 {
  margin-top: 60px;
 }
 .mt70 {
  margin-top: 70px;
 }
 .mt80 {
  margin-top: 80px;
 }
 .mt90 {
  margin-top: 90px;
 }
 .mt100 {
  margin-top: 100px;
 }
 .mb05 {
  margin-bottom: 5px;
 }
 .mb10 {
  margin-bottom: 10px;
 }
 .mb15 {
  margin-bottom: 15px;
 }
 .mb20 {
  margin-bottom: 20px;
 }
 .mb25 {
  margin-bottom: 25px;
 }
 .mb30 {
  margin-bottom: 30px;
 }
 .mb35 {
  margin-bottom: 35px;
 }
 .mb40 {
  margin-bottom: 40px;
 }
 .mb45 {
  margin-bottom: 45px;
 }
 .mb50 {
  margin-bottom: 50px;
 }
 .mb60 {
  margin-bottom: 60px;
 }
 .mb70 {
  margin-bottom: 70px;
 }
 .mb80 {
  margin-bottom: 80px;
 }
 .mb90 {
  margin-bottom: 90px;
 }
 .mb100 {
  margin-bottom: 100px;
 }
}

/*  letter-spacing
-------------------------------------------------------*/
.lspg05 {
 letter-spacing: 0.05em;
}

/*  配置
-------------------------------------------------------*/
.left {
 text-align: left;
}

.right {
 text-align: right;
}

.center {
 text-align: center;
}

.sp_left {
 text-align: left;
}

.sp_center {
 text-align: center;
}

@media screen and (max-width: 750px) {
 .sp_none {
  display: none  !important;
 }
 .pc_br {
  display: inline;
 }
 .tab_br {
  display: inline;
 }
 .sp_br {
  display: block;
 }
}

@media screen and (max-width: 999px) {
 .tab_br {
  display: block;
 }
}

@media screen and (min-width: 751px) {
 .pc_none {
  display: none  !important;
 }
 .pc_br {
  display: block;
 }
 .sp_br {
  display: inline;
 }
 .sp_left {
  text-align: center;
 }
 .sp_center {
  text-align: left;
 }
}

@media screen and (min-width: 1200px) {
 .tab_br {
  display: inline;
 }
}

/*  画像
-------------------------------------------------------*/
.img-maxfit {
 max-width: 100%;
 height: auto;
}

.img-fit {
 width: 100%;
 max-width: 100%;
 height: auto;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
 max-width: 100%;
 height: auto;
}


.takeout {
  background: #fff;
  padding: 0 30px 30px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width : 750px) {
  .takeout {
    padding: 0 10px;
  }
}



.sideWidget__searchform--inner {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 1000px;
  padding: .4em 1em; }
/* line 2773, common.scss */
.sideWidget__searchfield {
  display: inline-block;
  width: calc(100% - 1em);
  outline: 0;
  padding: .3em .5em;
  background-color: transparent;
  border-style: none;
  font-size: 1.6rem;}
  /* line 2780, common.scss */
  .sideWidget__searchfield::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
    opacity: .5; }
  /* line 2785, common.scss */
  .sideWidget__searchfield:focus:placeholder-shown {
    color: transparent; }
  /* line 2788, common.scss */
  .sideWidget__searchfield:focus::-webkit-input-placeholder {
    color: transparent; }
  /* line 2791, common.scss */
  .sideWidget__searchfield:focus:-moz-placeholder {
    color: transparent;
    opacity: 1; }
  /* line 2795, common.scss */
  .sideWidget__searchfield:focus::-moz-placeholder {
    color: transparent;
    opacity: 1; }
  /* line 2799, common.scss */
  .sideWidget__searchfield:focus:-ms-input-placeholder {
    color: transparent; }
  /* line 2803, common.scss */
  .sideWidget__searchfield:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #faf5e3 inset; }
/* line 2807, common.scss */
.sideWidget__searchsubmit {
  display: inline-block;
  cursor: pointer;
  transition: .3s; }
  /* line 2811, common.scss */
  .sideWidget__searchsubmit:hover {
    opacity: .5; }


#booking-package_inputFormPanel .selectedDate, #booking-package_myBookingDetails .selectedDate {
  border-bottom: 1px dotted #999;
}


#booking-package_inputFormPanel .row, #booking-package_myBookingDetails .row, #booking-package_serviceDetails .row, #booking-package_myBookingDetailsFroVisitor .row {
  
}

