@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
	$weight:フォントの太さ
	@include f_go();
	@include f_go(500);
	@include f_go(700);
*/
/*
	$weight:フォントの太さ
	@include f_go();
	@include f_go(400);
	@include f_go(700);
*/
/*
	$weight:フォントの太さ
	@include f_min();
	@include f_min(400);
	@include f_min(500);
	@include f_min(600);
*/
/*
	$weight:フォントの太さ
	@include f_miller();
	@include f_miller(300);
	@include f_miller(400);
*/
/*
	イタリック
	@include f_miller_i(300);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
html {
  font-size: 100px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #393836;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (min-width: 641px) {
  html {
    font-size: clamp(65px, 6.25vw, 100px);
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: clamp(85px, 26.6666666667vw, 114px);
    -webkit-text-size-adjust: 100%;
  }
}
html.edge {
  -ms-text-size-adjust: 100%;
}
html.os-mac {
  -webkit-font-smoothing: antialiased;
}
html.scrollingFlg {
  pointer-events: none;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0.11rem;
}
@media print, screen and (min-width: 641px) {
  body {
    min-width: 1000px;
  }
}
body {
  opacity: 0;
}
.wf-active body, .loading-delay body {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.touchevents * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, td, th, figure {
  margin: 0;
  padding: 0;
}

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

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
}

svg:not(:root) {
  overflow: visible;
  shape-rendering: geometricPrecision;
}

hr {
  height: 0;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

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

li {
  list-style: none;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

canvas {
  display: inline-block;
}

input, select, button, optgroup, textarea {
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
}

button, input {
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button, select {
  cursor: pointer;
  text-transform: none;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border: none;
}

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

/* プリント対応 */
[data-hidePrintMessageArea] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  pointer-events: none;
  opacity: 0;
}

@media print {
  body {
    position: relative;
    top: 100px;
  }
  body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。";
    display: none;
    white-space: pre;
    font-size: 20px;
    padding: 10px 10px;
    border: 3px solid #000;
    background-color: #FFF;
    color: #000;
    position: absolute;
    top: -100px;
    left: 0px;
    right: 0px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .chrome body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「基本設定」→「背景のグラフィック」を有効にして下さい。";
  }
  .ie body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「印刷プレビュー」→「ページ設定」→「背景の色とイメージを印刷する」を有効にして下さい。";
  }
  .safari body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「詳細を表示」→「背景をプリント」を有効にして下さい。";
  }
  .edge body:before {
    content: "※Microsoft Edgeは背景や画像を印刷できません。";
  }
  .addPrintMessage body:before {
    display: block;
  }
  * {
    background-attachment: scroll !important;
  }
}
/* 721px以上は消す */
@media print, screen and (min-width: 641px) {
  [data-sc-sp] {
    display: none !important;
  }
}
/* 720px以下は消す */
@media screen and (max-width: 640px) {
  [data-sc-pc] {
    display: none !important;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 1024px) {
  .mod_main {
    overflow: hidden;
  }
}

/* 自動高さ調整 */
[data-autoheight],
[data-pc-autoheight],
[data-sp-autoheight] {
  -webkit-transition: none !important;
  transition: none !important;
}

/* 遅延読み込み */
[data-lf] {
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

[data-lf][src],
[data-lf][style*=background-image],
[data-lf].load_view {
  opacity: 1;
}

.of img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

picture {
  display: block;
  line-height: 0;
}

a[onclick] {
  cursor: pointer;
}

.f_go {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 400;
}

.f_go_b {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 700;
}

.f_min {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.f_min_b {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.f_miller {
  font-family: "miller-banner", serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.f_miller_r {
  font-family: "miller-banner", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.f_miller_i {
  font-family: "miller-banner", serif;
  font-weight: 300;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* -----------------------------------------------------------------------------

共通レイアウト

----------------------------------------------------------------------------- */
.mod_main {
  overflow: hidden;
}

.content_wrap {
  margin-top: 1.2rem;
}
@media screen and (max-width: 640px) {
  .content_wrap {
    margin-top: 0.6rem;
  }
}

.other_link li {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 500;
  font-size: 0.12rem;
  letter-spacing: 0;
  line-height: 1;
}
.other_link.-arrow a {
  position: relative;
  padding-left: 0.1rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.other_link.-arrow a:before {
  content: "";
  position: absolute;
  left: 0.03rem;
  top: calc(50% - 0.04rem);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.04rem 0 0.04rem 0.06rem;
  border-color: transparent transparent transparent #9F8078;
}
.no-touchevents .other_link.-arrow a:hover {
  color: #B78F78;
}

.action_link li {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 500;
  font-size: 0.12rem;
  letter-spacing: 0;
  line-height: 1;
}
.action_link li a {
  position: relative;
  display: inline-block;
}
.action_link li svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #393836;
}
.action_link li svg.ico_contact {
  width: 0.18rem;
}
.action_link li svg.ico_inquiry {
  width: 0.15rem;
}
.action_link li svg.ico_reservation {
  width: 0.16rem;
}
.action_link li.-contact a {
  padding-left: 0.26rem;
}
.action_link li.-inquiry a {
  padding-left: 0.22rem;
}
.action_link li.-reservation a {
  padding-left: 0.22rem;
}
.action_link li.bridal_fair {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 1.6rem;
  height: 1.2rem;
  background-color: #393836;
  -webkit-transition: height 1s;
  transition: height 1s;
}
.action_link li.bridal_fair a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.action_link li.bridal_fair a:before {
  content: "";
  position: absolute;
  right: 0.15rem;
  top: calc(50% - 0.03rem);
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.action_link li.bridal_fair a > span {
  position: relative;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  padding-top: 0.55rem;
  -webkit-transition: padding-top 1s;
  transition: padding-top 1s;
}
.action_link li.bridal_fair a > span:before {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1rem;
  height: 0.52rem;
  background-image: url("../img/header_bridalfair_logo.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.no-touchevents .action_link li.bridal_fair a:hover {
  opacity: 0.5;
}

.sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns_link li {
  margin: 0 0.1rem;
}
@media screen and (max-width: 640px) {
  .sns_link li {
    margin: 0 0.2rem;
  }
}
.sns_link svg {
  width: 0.24rem;
  height: auto;
  fill: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.no-touchevents .sns_link a:hover svg {
  opacity: 0.5;
}

.-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* ヘッダー */
.mod_header > .in {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  min-width: 1000px;
  width: 100%;
  height: 1.2rem;
  padding-top: 0.27rem;
  padding-right: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: height 1s, padding-top 1s, background 1s;
  transition: height 1s, padding-top 1s, background 1s;
}
.mod_header > .in:after, .mod_header > .in:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media print, screen and (min-width: 641px) {
  .mod_header > .in:after {
    z-index: -1;
    backdrop-filter: blur(4px);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #000), to(transparent));
    -webkit-mask-image: linear-gradient(#000 70%, transparent);
    mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #000), to(transparent));
    mask-image: linear-gradient(#000 70%, transparent);
  }
}
.mod_header > .in:before {
  background-color: #F1EFEA;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
@media screen and (max-width: 640px) {
  .mod_header > .in {
    height: 0.6rem;
    padding: 0;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
}
@media print, screen and (min-width: 641px) {
  .headerMenuUp .mod_header > .in {
    height: 0.6rem;
    padding-top: 0.17rem;
  }
  .no-touchevents .headerMenuUp .mod_header > .in:hover {
    background-color: #F1EFEA;
  }
  .headerMenuUp .mod_header > .in:before {
    opacity: 0;
  }
  .headerMenuUp .mod_header > .in .header_logo {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .headerMenuUp .mod_header > .in .action_link .bridal_fair {
    height: 0.6rem;
  }
  .headerMenuUp .mod_header > .in .action_link .bridal_fair span {
    padding-top: 0;
  }
  .headerMenuUp .mod_header > .in .action_link .bridal_fair span:before {
    opacity: 0;
  }
  .headerMenuUp .mod_header > .in .g_nav {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 640px) {
  .headerMenuUp .mod_header > .in {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media screen and (max-width: 640px) {
  .spmenuopen .mod_header > .in {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}
.mod_header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .mod_header .row {
    display: none;
  }
}
.mod_header .header_logo {
  position: absolute;
  left: 0.5rem;
  top: calc(50% - 0.24rem);
  display: block;
  width: 3.02rem;
  height: 0.48rem;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
@media print, screen and (min-width: 641px) {
  .mod_header .header_logo:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.24rem;
    background-image: url("../img/header_logo.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .header_logo {
    left: 0.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 58.66vw;
    height: auto;
  }
}
.mod_header .header_logo a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.no-touchevents .mod_header .header_logo a:hover {
  opacity: 0.5;
}
.mod_header .header_logo img {
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  .mod_header .header_logo:before {
    opacity: 1;
  }
  .mod_header .header_logo a {
    clip-path: polygon(0 0, 0.24rem 0, 0.24rem 100%, 0 100%);
  }
  .mod_header .header_logo img {
    opacity: 0;
  }
}
.mod_header .tel_box {
  position: relative;
  z-index: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mod_header .tel_box .tel {
  position: relative;
  top: -0.02rem;
  font-family: "miller-banner", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #B78F78;
}
.mod_header .tel_box .tel > span {
  font-size: 0.25rem;
  letter-spacing: 0;
}
.mod_header .tel_box .time {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 400;
  font-size: 0.12rem;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 0.1rem;
}
@media print, screen and (min-width: 641px) {
  .mod_header .other_link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 0.15rem;
  }
  .mod_header .other_link li + li {
    margin-left: 0.2rem;
  }
}
.mod_header .other_link.-arrow p {
  position: relative;
  padding-left: 0.1rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
.mod_header .other_link.-arrow p:before {
  content: "";
  position: absolute;
  left: 0.03rem;
  top: calc(50% - 0.04rem);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.04rem 0 0.04rem 0.06rem;
  border-color: transparent transparent transparent #9F8078;
}
.no-touchevents .mod_header .other_link.-arrow p:hover {
  color: #B78F78;
}
@media screen and (max-width: 640px) {
  .mod_header .other_link {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    margin-top: 0.2rem;
  }
  .mod_header .other_link li {
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
    font-weight: 400;
    font-size: 0.12rem;
    letter-spacing: 0.05em;
    line-height: 2;
    color: #fff;
  }
  .mod_header .other_link a {
    padding-left: 0.14rem;
  }
  .mod_header .other_link p {
    padding-left: 0.14rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_header .action_link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0.3rem;
  }
  .mod_header .action_link li + li {
    margin-left: 0.24rem;
  }
  .mod_header .action_link li:not(.bridal_fair) a {
    position: relative;
    z-index: 1;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .mod_header .action_link li:not(.bridal_fair) a svg {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
  }
  .mod_header .action_link li:not(.bridal_fair) a:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -0.08rem;
    bottom: -0.08rem;
    left: -0.1rem;
    right: -0.1rem;
    border-radius: 0.2rem;
    background-color: #393836;
    opacity: 0;
    display: block;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .no-touchevents .mod_header .action_link li:not(.bridal_fair) a:hover {
    color: #fff;
  }
  .no-touchevents .mod_header .action_link li:not(.bridal_fair) a:hover svg {
    fill: #fff;
  }
  .no-touchevents .mod_header .action_link li:not(.bridal_fair) a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@media screen and (max-width: 640px) {
  .mod_header .action_link > dt {
    font-family: "source-han-serif-japanese", serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.14rem;
    letter-spacing: 0.14em;
    line-height: 2.14;
    text-align: center;
    color: #fff;
  }
  .mod_header .action_link > dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 1.95rem;
    margin-top: 0.35rem;
  }
  .mod_header .action_link .btn01 {
    max-width: calc((100% - 0.15rem) / 2);
    width: 100%;
    height: 0.9rem;
  }
  .mod_header .action_link .btn01 span {
    font-size: 0.14rem;
    letter-spacing: 0;
    padding-top: 0.2rem;
  }
  .mod_header .action_link .btn01 svg {
    top: 0.15rem;
  }
  .mod_header .action_link .btn01:after {
    left: auto;
    right: 0.1rem;
    top: auto;
    bottom: 0.1rem;
    width: 0.06rem;
    height: 0.06rem;
  }
  .mod_header .action_link .btn01:nth-of-type(2n) {
    margin-left: 0.15rem;
  }
  .mod_header .action_link .btn01:nth-of-type(n + 3) {
    margin-top: 0.15rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .address_box {
    margin-top: 0.4rem;
  }
  .mod_header .address_box > dt {
    font-family: "source-han-serif-japanese", serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.18rem;
    letter-spacing: 0.14em;
    line-height: 2.3;
    color: #fff;
    text-align: center;
  }
  .mod_header .address_box > dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.15rem;
  }
  .mod_header .address_box .address {
    font-family: "source-han-serif-japanese", serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.14rem;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #fff;
  }
  .mod_header .address_box .tel {
    font-family: "miller-banner", serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.22rem;
    letter-spacing: 0.07em;
    line-height: 1.2;
    color: #B78F78;
    border-bottom: 1px solid #B78F78;
    margin-top: 0.1rem;
  }
  .mod_header .address_box .tel > span {
    font-size: 0.36rem;
    letter-spacing: 0.02em;
  }
  .mod_header .address_box .time {
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
    font-weight: 400;
    font-size: 0.12rem;
    letter-spacing: 0.05em;
    color: #fff;
    margin-top: 0.15rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_header .g_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0.2rem;
    -webkit-transition: opacity 0.5s, -webkit-transform 1s;
    transition: opacity 0.5s, -webkit-transform 1s;
    transition: transform 1s, opacity 0.5s;
    transition: transform 1s, opacity 0.5s, -webkit-transform 1s;
  }
  .mod_header .g_nav li {
    position: relative;
  }
  .mod_header .g_nav li + li {
    margin-left: 0.44rem;
  }
  .mod_header .g_nav li + li:before {
    content: "";
    position: absolute;
    left: -0.22rem;
    top: 0;
    bottom: 0;
    display: block;
    width: 1px;
    background-color: #393836;
  }
  .mod_header .g_nav li a {
    position: relative;
    font-size: 0.15rem;
    letter-spacing: 0.14em;
    line-height: 1;
  }
  .mod_header .g_nav li a:after {
    content: "";
    position: absolute;
    bottom: -0.3rem;
    left: 0;
    right: 0;
    height: 0.05rem;
    background-color: #B78F78;
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
  .no-touchevents .mod_header .g_nav li a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .mod_header .g_nav li a.current:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@media screen and (max-width: 640px) {
  .mod_header .g_nav {
    display: block;
    width: calc(100% - 0.4rem);
  }
  .mod_header .g_nav li {
    position: relative;
    font-family: "source-han-serif-japanese", serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.16rem;
    letter-spacing: 0.05em;
    line-height: 2.33;
    color: #fff;
    text-align: left;
    white-space: nowrap;
  }
  .mod_header .g_nav li a {
    position: relative;
    display: block;
    padding-left: 0.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mod_header .g_nav li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.1rem;
    height: 1px;
    background-color: #B78F78;
  }
  .mod_header .g_nav:not(.-drawer) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-height: 2.7rem;
  }
  .mod_header .g_nav:not(.-drawer) li:nth-child(-n+5) {
    width: 47%;
  }
  .mod_header .g_nav:not(.-drawer) li:nth-child(n+6) {
    width: 53%;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .sns_link {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .sp_drawer {
    background-color: rgba(57, 56, 54, 0.95);
    position: fixed;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    top: 0.6rem;
    left: 0;
    bottom: 0;
    z-index: 1000;
    display: block;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .spmenuopen .mod_header .sp_drawer {
    opacity: 1;
    pointer-events: auto;
  }
  .mod_header .sp_drawer .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
  .mod_header .sp_drawer .in .upper, .mod_header .sp_drawer .in .lower {
    max-width: calc(100% - 0.6rem);
    width: 100%;
    margin: auto;
  }
  .mod_header .sp_drawer .in .upper {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .mod_header .sp_drawer .in .lower {
    padding-left: 0.1rem;
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid rgba(152, 152, 147, 0.3);
  }
}
@media screen and (max-width: 640px) {
  .mod_header .menu_btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 0.6rem;
    height: 0.6rem;
  }
  .mod_header .menu_btn .open .bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0.24rem;
    height: 2px;
    margin: auto;
    background-color: #393836;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .mod_header .menu_btn .open .bar:nth-child(1) {
    top: -0.08rem;
  }
  .mod_header .menu_btn .open .bar:nth-child(2) {
    opacity: 0;
  }
  .mod_header .menu_btn .open .bar:nth-child(3) {
    bottom: -0.08rem;
  }
  .mod_header .menu_btn .close .bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    margin: auto;
    background-color: #393836;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .mod_header .menu_btn .close .bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .mod_header .menu_btn .close .bar:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .spmenuopen .mod_header .menu_btn .open .bar {
    width: 0;
  }
  .spmenuopen .mod_header .menu_btn .close .bar {
    width: 24px;
  }
}

/* フッター */
.mod_footer {
  position: relative;
}
.mod_footer > .in {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 1.1rem;
  padding-bottom: 0.4rem;
  background-image: url("/common/img/footer_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .mod_footer > .in {
    padding-top: 0.6rem;
    padding-bottom: 0.2rem;
    background-image: url("/common/img/footer_bg_sp.jpg");
  }
}
.mod_footer.-with_form > .in {
  padding-top: 1.2rem;
}
@media screen and (max-width: 640px) {
  .mod_footer.-with_form > .in {
    padding-top: 0.6rem;
    padding-bottom: 0.3rem;
    background-image: url("/common/img/footer_bg02_sp.jpg");
  }
}
.mod_footer.-with_form .copyright {
  margin-top: 1.34rem;
}
@media screen and (max-width: 640px) {
  .mod_footer.-with_form .copyright {
    margin-top: 0.7rem;
  }
}
.mod_footer .footer_logo {
  display: block;
  line-height: 0;
  width: 4rem;
  height: 0.64rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_logo {
    width: 80vw;
    height: auto;
  }
}
.mod_footer .footer_logo img {
  width: 100%;
  height: auto;
}
.mod_footer .action_link {
  text-align: center;
  margin-top: 0.9rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .action_link {
    max-width: calc(100% - 0.6rem);
    width: 100%;
    margin: auto;
    margin-top: 0.2rem;
  }
}
.mod_footer .action_link > dt {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.18rem;
  letter-spacing: 0.14em;
  line-height: 2.3;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .mod_footer .action_link > dt {
    font-size: 0.14rem;
    line-height: 2.14;
  }
}
.mod_footer .action_link > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .action_link > dd {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .action_link > dd {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 2.55rem;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .action_link > dd .btn01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc((100% - 0.15rem) / 2);
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .mod_footer .action_link > dd .btn01:after {
    top: auto;
    right: auto;
    bottom: 0.2rem;
    left: calc(50% - 0.05rem);
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .action_link > dd .btn01:nth-of-type(2n) {
    margin-left: 0.15rem;
  }
  .mod_footer .action_link > dd .btn01:nth-of-type(n + 3) {
    margin-top: 0.15rem;
  }
  .mod_footer .action_link > dd .btn01 span {
    margin-top: 0.1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .action_link > dd .btn01 + .btn01 {
    margin-left: 0.2rem;
  }
}
.mod_footer .address_box {
  margin-top: 0.6rem;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .mod_footer .address_box {
    margin-top: 0.4rem;
  }
}
.mod_footer .address_box > dt {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.22rem;
  letter-spacing: 0.14em;
  line-height: 1.9;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .mod_footer .address_box > dt {
    font-size: 0.2rem;
    line-height: 2.1em;
  }
}
.mod_footer .address_box > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.35rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .address_box > dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.15rem;
  }
}
.mod_footer .address_box .address {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.16rem;
  letter-spacing: 0.14em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .mod_footer .address_box .address {
    font-size: 0.15rem;
    letter-spacing: 0.1em;
  }
}
.mod_footer .address_box .tel {
  position: relative;
  top: -0.02rem;
  font-family: "miller-banner", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.16rem;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #B78F78;
  margin-left: 0.2rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .address_box .tel {
    position: static;
    margin: 0;
    margin-top: 0.15rem;
    font-size: 0.22rem;
    line-height: 1.27;
    border-bottom: 1px solid #B78F78;
  }
}
.mod_footer .address_box .tel > span {
  font-size: 0.25rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 640px) {
  .mod_footer .address_box .tel > span {
    font-size: 0.36rem;
  }
}
.mod_footer .address_box .time {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 400;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  color: #fff;
  margin-left: 0.2rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .address_box .time {
    font-size: 0.12rem;
    letter-spacing: 0.05em;
    line-height: 2;
    margin: 0;
    margin-top: 0.15rem;
  }
}
.mod_footer .g_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 7rem;
  margin: 0 auto;
  row-gap: 0.2rem;
  margin-bottom: 0.45rem;
  margin-top: 0.45rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .g_nav {
    display: block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    max-width: calc(100% - 0.6rem);
    width: 100%;
    margin: auto;
    margin-top: 0.4rem;
  }
}
.mod_footer .g_nav li {
  position: relative;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.15rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .g_nav li + li {
    margin-left: 0.32rem;
  }
  .mod_footer .g_nav li + li:before {
    content: "";
    position: absolute;
    left: -0.16rem;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #fff;
  }
  .mod_footer .g_nav li:nth-child(9)::before {
    content: none;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .g_nav li {
    line-height: 2.13;
    text-align: left;
  }
}
.no-touchevents .mod_footer .g_nav li a:hover > span:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.mod_footer .g_nav li a > span {
  position: relative;
  display: inline-block;
}
.mod_footer .g_nav li a > span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.05rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.mod_footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0.2rem;
  }
}
.mod_footer .other_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .mod_footer .other_link {
    display: block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    max-width: calc(100% - 0.6rem);
    width: 100%;
    margin: auto;
    margin-top: 0.4rem;
  }
}
.mod_footer .other_link li {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 500;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .mod_footer .other_link li {
    font-size: 0.12rem;
    line-height: 2;
    text-align: left;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .other_link li + li {
    margin-left: 0.4rem;
  }
}
.mod_footer .other_link a {
  padding-left: 0.14rem;
}
.mod_footer .sns_link {
  margin-left: 0.3rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .sns_link {
    margin-left: 0;
  }
}
.mod_footer .copyright {
  display: block;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-top: 0.75rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .copyright {
    font-size: 0.1rem;
    margin-top: 0.55rem;
  }
}

/* パンくず */
.pankuzu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 0.8rem;
}
@media screen and (max-width: 640px) {
  .pankuzu_wrap {
    height: 0.5rem;
    overflow: auto;
  }
}

.pankuzu {
  max-width: 16rem;
  width: 100%;
  margin: auto;
  padding: 0.1rem 0.5rem;
  text-align: left;
  white-space: nowrap;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .pankuzu {
    max-width: calc(100% - 0.4rem);
    padding: 0.05rem 0;
  }
}
.pankuzu .link {
  display: inline-block;
  position: relative;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.09em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .pankuzu .link {
    font-size: 0.12rem;
  }
}
.pankuzu .link a span {
  position: relative;
  display: inline-block;
}
.pankuzu .link a span:before {
  content: "";
  position: absolute;
  bottom: -0.05rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #B78F78;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.no-touchevents .pankuzu .link a:hover span:before {
  opacity: 0;
}
.pankuzu .link + .link {
  margin-left: 0.3rem;
}
.pankuzu .link + .link:before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-right: 1px solid #B78F78;
  border-top: 1px solid #B78F78;
  position: absolute;
  top: calc(50% - 0.04rem);
  left: -0.2rem;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .pankuzu .link + .link:before {
    left: -0.23rem;
  }
}
.pankuzu .link:last-child a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.pankuzu .link:last-child a span:before {
  content: none;
}
.no-touchevents .pankuzu .link:last-child a:hover {
  color: #B78F78;
}

/* ページトップボタン */
.pagetopbtn {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s, bottom 1s, -webkit-filter 1s;
  transition: opacity 1s, bottom 1s, -webkit-filter 1s;
  transition: filter 1s, opacity 1s, bottom 1s;
  transition: filter 1s, opacity 1s, bottom 1s, -webkit-filter 1s;
  background-color: rgba(241, 239, 234, 0.8);
  z-index: 999;
  margin-bottom: env(safe-area-inset-bottom);
}
@media screen and (max-width: 640px) {
  .pagetopbtn {
    right: 0.2rem;
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    top: 0.2rem;
    bottom: auto;
    z-index: 99;
  }
}
.pagetopbtn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.12rem;
  bottom: 0;
  right: 0;
  left: 0;
  width: 0.14rem;
  height: 0.14rem;
  margin: auto;
  border-top: 1px solid #B78F78;
  border-right: 1px solid #B78F78;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .pagetopbtn:before {
    top: 0.04rem;
    width: 0.1rem;
    height: 0.1rem;
  }
}
.no-touchevents .pagetopbtn:hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.6;
}
.state_screenheightscroll .pagetopbtn {
  opacity: 1;
  pointer-events: auto;
}

/* SP追従 */
.flowbottomSP {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.54rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 999;
}
.flowbottomSP.endline {
  -webkit-transform: translateY(100%) !important;
          transform: translateY(100%) !important;
}
.flowbottomSP a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #393836;
  padding: 0.08rem 0;
}
.flowbottomSP a + a {
  border-left: 1px solid rgba(152, 152, 147, 0.3);
}
.flowbottomSP a.fair {
  width: 30.93%;
  border-left: 1px solid rgba(152, 152, 147, 0.3);
}
.flowbottomSP a.tel {
  width: 32.53%;
}
.flowbottomSP a.line {
  width: 18.13%;
}
.flowbottomSP p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.08rem 0;
  background-color: #393836;
}
.flowbottomSP p.deals {
  width: 18.41%;
  border-left: 1px solid rgba(152, 152, 147, 0.3);
}
.flowbottomSP span {
  position: relative;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}
.state_fewscroll .flowbottomSP {
  -webkit-transform: none;
          transform: none;
}

/* SP追従 宴会ページのみ */
.flowbottomSP.type_banquet a.tel {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.1rem;
  width: 50%;
  border-left: 1px solid rgba(152, 152, 147, 0.3);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff;
}
.flowbottomSP.type_banquet a.tel img {
  width: 25px;
  height: auto;
  fill: #333333;
}
.flowbottomSP.type_banquet a.tel span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.17rem;
  color: #333333;
}
.flowbottomSP.type_banquet a.tel span::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.flowbottomSP.type_banquet a.banquet {
  width: 50%;
  border-left: 1px solid rgba(152, 152, 147, 0.3);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.1rem;
  background-color: #B56C5B;
}
.flowbottomSP.type_banquet a.banquet svg {
  width: 20px;
  height: auto;
  fill: #fff;
}
.flowbottomSP.type_banquet a.banquet span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.16rem;
  font-size: 0.12rem;
}
.flowbottomSP.type_banquet a.banquet span::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* 追従バナー */
.slide_bnr_wrap {
  position: fixed;
  right: -3.54rem;
  bottom: 1.1rem;
  width: 3.94rem;
  height: 3.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .slide_bnr_wrap {
    width: 3rem;
    height: 2.56rem;
    right: -2.71rem;
    bottom: 0.8rem;
    opacity: 0;
  }
  .slide_bnr_wrap.hide {
    right: -4rem;
  }
}
.slide_bnr_wrap.active {
  right: 0;
}
.slide_bnr_wrap.active .handle {
  background-image: url(/img/slide/btn_close.png);
}
@media screen and (max-width: 640px) {
  .slide_bnr_wrap.active .handle {
    background-image: url(/img/slide/btn_close_sp.png);
  }
}
.slide_bnr_wrap .handle {
  width: 0.4rem;
  height: 100%;
  background-image: url(/img/slide/btn_open.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .slide_bnr_wrap .handle {
    width: 0.3rem;
    height: 2.56rem;
    background-image: url(/img/slide/btn_open_sp.png);
    background-position: 0 0;
  }
}
.slide_bnr_wrap .campaign_slider_wrap {
  width: 3.54rem;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 640px) {
  .slide_bnr_wrap .campaign_slider_wrap {
    width: 2.71rem;
  }
}
.slide_bnr_wrap .campaign_slider_wrap .slick-dotted.slick-slider {
  font-size: 0;
  margin-bottom: 0;
}
.slide_bnr_wrap .campaign_slider_wrap .slick-dots {
  bottom: 0.08rem;
}
.slide_bnr_wrap .campaign_slider_wrap .slick-dots li {
  margin: 0 3px;
  width: 0.2rem;
  height: 0.2rem;
}
.slide_bnr_wrap .campaign_slider_wrap .slick-dots li.slick-active {
  position: relative;
}
.slide_bnr_wrap .campaign_slider_wrap .slick-dots li.slick-active button::before {
  background-color: #B78F78;
  color: transparent;
  opacity: 1;
}
.slide_bnr_wrap .campaign_slider_wrap .slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
}
.slide_bnr_wrap .campaign_slider_wrap .slick-dots li button::before {
  background-color: #D3D3D3;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 0.1rem;
  height: 0.1rem;
  padding: 0;
  color: transparent;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .slide_bnr_wrap .campaign_slider_wrap .slick-dots li button::before {
    font-size: 10px;
  }
}

/* ポップアップ */
.-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 5rem;
  -webkit-transition: opacity 1s, visibility 0s 1s;
  transition: opacity 1s, visibility 0s 1s;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(0.07rem);
}
@media screen and (max-width: 640px) {
  .-modal {
    max-width: 100%;
    padding: 0;
    backdrop-filter: blur(0.03rem);
  }
}
.-modal.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 1s, visibility 0s 0s;
  transition: opacity 1s, visibility 0s 0s;
}
.-modal [data-slidearea02].modal_slider {
  padding-bottom: 0.7rem;
}
.-modal [data-slidearea02].modal_slider .slidearea01_wrap {
  max-width: 4.16rem;
  margin: auto;
}
.-modal [data-slidearea02].modal_slider .slidearea01_wrapin {
  padding: 0;
  overflow: visible;
}
.-modal .modal_slider {
  width: 12rem;
}
.-modal .modal_slider .item {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  pointer-events: none;
}
.-modal .modal_slider .item a {
  display: block;
  max-width: 2.8rem;
  width: 100%;
  margin: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.-modal .modal_slider .item a img {
  width: 100%;
  height: auto;
}
.-modal .modal_slider .item.active a {
  max-width: 3.2rem;
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 640px) {
  .-modal .modal_slider .slidearea01_btns {
    height: 0.4rem;
    bottom: -0.1rem;
    max-width: 2.2rem;
  }
}
.-modal .modal_slider .slidearea01_btns button {
  pointer-events: all;
}
@media screen and (max-width: 640px) {
  .-modal .modal_slider .slidearea01_btns button {
    width: 0.34rem;
    height: 0.34rem;
  }
}
.-modal .modal_slider .slidearea01_btns button::before, .-modal .modal_slider .slidearea01_btns button::after {
  width: 0.44rem;
  height: 0.44rem;
}
@media screen and (max-width: 640px) {
  .-modal .modal_slider .slidearea01_btns button::before, .-modal .modal_slider .slidearea01_btns button::after {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.-modal .modal_slider .slidearea01_btns button:before {
  background-color: #B78F78;
  border: 1px solid #d0bf93;
}
@media screen and (max-width: 640px) {
  .-modal .modal_slider .slidearea01_btns button:before {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.-modal .modal_slider .slidearea01_btns button:after {
  background-color: #fff;
}
.-modal .modal_slider .slidearea01_btns button.next {
  right: -0.25rem;
}
@media screen and (max-width: 640px) {
  .-modal .modal_slider .slidearea01_btns button.next {
    right: 0;
  }
}
.-modal .modal_slider .slidearea01_btns button.prev {
  left: -0.25rem;
}
@media screen and (max-width: 640px) {
  .-modal .modal_slider .slidearea01_btns button.prev {
    left: 0;
  }
}
.no-touchevents .-modal .modal_slider .slidearea01_btns button:hover::before {
  background-color: #B78F78;
  border: 1px solid #d0bf93;
}
.-modal .ui_wrap {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  max-width: 4.56rem;
  max-height: 4.2rem;
}
@media screen and (max-width: 640px) {
  .-modal .ui_wrap {
    max-width: 2.6rem;
    max-height: 4rem;
  }
}
.-modal .slidearea01_pager {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.2rem;
  width: auto;
}
.-modal .slidearea01_pager button::after {
  background-color: #B78F78;
}
.-modal .slidearea01_count {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 0.2rem;
  font-size: 0.2rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #B78F78;
}
@media screen and (max-width: 640px) {
  .-modal .slidearea01_count {
    margin-top: 0.3rem;
  }
}
.-modal .modal_closer {
  margin-bottom: 0.24rem;
  text-align: center;
}
.-modal .modal_closer .modal_close {
  position: relative;
  display: inline-block;
  font-size: 0.28rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #9E5C36;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .-modal .modal_closer .modal_close {
    top: 0.4rem;
    margin-left: 2.1rem;
    right: 0;
    z-index: 2;
    padding-right: 0.32rem;
  }
}
.-modal .modal_closer .modal_close::before, .-modal .modal_closer .modal_close::after {
  content: "";
  position: absolute;
  right: -0.32rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .-modal .modal_closer .modal_close::before, .-modal .modal_closer .modal_close::after {
    width: 0.28rem;
    height: 0.28rem;
    right: 0;
  }
}
.-modal .modal_closer .modal_close::before {
  background-color: #fff;
}
.-modal .modal_closer .modal_close::after {
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 0.1rem;
          mask-size: 0.1rem;
  -webkit-mask-image: url("../img/ico_btn_close.svg");
          mask-image: url("../img/ico_btn_close.svg");
  background-color: #9E5C36;
}
@media screen and (max-width: 640px) {
  .-modal .modal_closer .modal_close::after {
    -webkit-mask-size: 0.12rem;
            mask-size: 0.12rem;
  }
}
.-modal .modal_closer .modal_close span {
  position: relative;
  font-family: "miller-banner", serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 640px) {
  .-modal .modal_closer .modal_close span {
    opacity: 0;
  }
}

.modal_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal_container _:-ms-lang(x)::-ms-backdrop, .modal_container .modal_container {
  min-height: 100vh;
}
.modal_container::after {
  content: "";
  min-height: inherit;
  font-size: 0;
}

.modal_inner {
  margin: 20px auto;
  width: auto;
}

.modal_content {
  display: none;
  width: 100%;
  max-width: 12.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.2rem auto;
}
.is-active .modal_content {
  display: block;
}

:where([data-slidearea02])[data-slidearea01-slidelimit] .slidearea01_link.dammy {
  opacity: 0;
}
:where([data-slidearea02]) {
  padding: 0;
  overflow: hidden;
}
:where([data-slidearea02]) .slidearea01_wrap {
  max-width: 11.8rem;
  width: 100%;
  margin: auto;
  position: relative;
}
:where([data-slidearea02]) .slidearea01_btns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
:where([data-slidearea02]) .slidearea01_btns button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media print, screen and (min-width: 641px) {
  :where([data-slidearea02]) .slidearea01_btns button {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 640px) {
  :where([data-slidearea02]) .slidearea01_btns button {
    width: 60px;
    height: 90px;
  }
}
:where([data-slidearea02]) .slidearea01_btns button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.no-touchevents :where([data-slidearea02]) .slidearea01_btns button:hover:before {
  background-color: #000;
}
.no-touchevents :where([data-slidearea02]) .slidearea01_btns button:hover:after {
  border-color: #FFF;
}
:where([data-slidearea02]) .slidearea01_wrapin {
  padding: 0;
}
:where([data-slidearea02]) .slidearea01_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
:where([data-slidearea02]) .slidearea01_content.disableTrs {
  -webkit-transition: none !important;
  transition: none !important;
}
:where([data-slidearea02]) .slidearea01_link {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
:where([data-slidearea02]) .ui_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 2.8rem;
  height: 0.4rem;
}
:where([data-slidearea02]) .slidearea01_btns button {
  width: 0.6rem;
  height: 0.6rem;
}
@media screen and (max-width: 640px) {
  :where([data-slidearea02]) .slidearea01_btns button {
    width: 0.3rem;
    height: 0.3rem;
  }
}
:where([data-slidearea02]) .slidearea01_btns button:before, :where([data-slidearea02]) .slidearea01_btns button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
:where([data-slidearea02]) .slidearea01_btns button:before {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #fbfbfb;
  border: 1px solid #d0bf93;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  :where([data-slidearea02]) .slidearea01_btns button:before {
    width: 0.3rem;
    height: 0.3rem;
  }
}
:where([data-slidearea02]) .slidearea01_btns button:after {
  width: 0.4rem;
  height: 0.4rem;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../img/ico_btn_arrow.svg");
          mask-image: url("../img/ico_btn_arrow.svg");
  background-color: #B78F78;
}
@media screen and (max-width: 640px) {
  :where([data-slidearea02]) .slidearea01_btns button:after {
    width: 0.24rem;
    height: 0.24rem;
  }
}
:where([data-slidearea02]) .slidearea01_btns button.next {
  right: -0.1rem;
}
:where([data-slidearea02]) .slidearea01_btns button.prev {
  left: -0.1rem;
}
:where([data-slidearea02]) .slidearea01_btns button.prev:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.no-touchevents :where([data-slidearea02]) .slidearea01_btns button:hover::before {
  background-color: #B78F78;
  border: none;
}
.no-touchevents :where([data-slidearea02]) .slidearea01_btns button:hover::after {
  background-color: #fff;
}
:where([data-slidearea02]) .slidearea01_pager {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
:where([data-slidearea02]) .slidearea01_pager button {
  position: absolute;
  z-index: 1;
  width: 0.66rem;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 640px) {
  :where([data-slidearea02]) .slidearea01_pager button {
    width: 0.5rem;
  }
}
:where([data-slidearea02]) .slidearea01_pager button::after, :where([data-slidearea02]) .slidearea01_pager button::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
:where([data-slidearea02]) .slidearea01_pager button::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  background-color: #B78F78;
}
:where([data-slidearea02]) .slidearea01_pager button.active {
  opacity: 1;
}
:where([data-slidearea02]) .slidearea01_pager button.active::after {
  -webkit-animation-name: widthScale;
          animation-name: widthScale;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes widthScale {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
@keyframes widthScale {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
:where([data-slidearea02]) .slidearea01_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1.5rem;
  height: 100%;
  margin: auto;
  font-size: 0.22rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #B78F78;
  text-align: center;
}
@media screen and (max-width: 640px) {
  :where([data-slidearea02]) .slidearea01_count {
    width: 1.2rem;
    font-size: 0.14rem;
  }
}
:where([data-slidearea02]) .slidearea01_count_now {
  display: inline-block;
}
:where([data-slidearea02]) .slidearea01_count_total {
  display: inline-block;
}
:where([data-slidearea02]).-fade .slidearea01_content {
  left: 0 !important;
}
:where([data-slidearea02]).-fade .slidearea01_link {
  position: absolute;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
:where([data-slidearea02]).-fade .slidearea01_link.active {
  z-index: 1;
  opacity: 1;
}

/* -----------------------------------------------------------------------------

共通パーツ

----------------------------------------------------------------------------- */
.mod_contact {
  width: 100%;
  padding: 0.6rem 0;
}
@media screen and (max-width: 640px) {
  .mod_contact {
    width: calc(100% - 0.4rem);
    margin: auto;
    padding: 0.3rem 0 0.1rem;
  }
}
.mod_contact > .in {
  position: relative;
  width: 10.24rem;
  height: 3.14rem;
  margin: auto;
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #393836;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .mod_contact > .in {
    width: 100%;
    height: auto;
  }
}
.mod_contact > .in:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0.1rem;
  bottom: 0.1rem;
  left: 0.1rem;
  right: 0.1rem;
  border: 1px solid #fff;
  pointer-events: none;
}
.mod_contact .row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0.96rem;
  margin-top: 0.15rem;
}
@media screen and (max-width: 640px) {
  .mod_contact .row {
    display: block;
    text-align: center;
    height: auto;
  }
}
.mod_contact .row:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #B78F78;
}
@media screen and (max-width: 640px) {
  .mod_contact .row:before {
    content: none;
  }
}
.mod_contact .-deco_ring:after {
  left: calc(100% - 0.36rem);
}
@media screen and (max-width: 640px) {
  .mod_contact .-deco_ring:after {
    display: none;
  }
}
.mod_contact .sec_tit {
  position: relative;
  text-align: center;
}
.mod_contact .sec_tit[data-deco-txt]:before {
  position: absolute;
  z-index: 0;
  top: -0.22em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: attr(data-deco-txt);
  font-family: "miller-banner", serif;
  font-weight: 300;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.55rem;
  letter-spacing: 0;
  line-height: 0.8;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.05);
}
@media screen and (max-width: 640px) {
  .mod_contact .sec_tit[data-deco-txt]:before {
    font-size: 0.66rem;
  }
}
.mod_contact .sec_tit .title {
  font-family: "miller-banner", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.28rem;
  letter-spacing: 0.03em;
  line-height: 0.8;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .mod_contact .sec_tit .title {
    font-size: 0.32rem;
  }
}
.mod_contact .read {
  color: #fff;
  margin-top: 0.3rem;
}
@media screen and (max-width: 640px) {
  .mod_contact .read {
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_contact .tel_box {
    margin-right: 0.64rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_contact .tel_box {
    margin-top: 0.2rem;
  }
}
.mod_contact .tel_box .tel {
  font-family: "miller-banner", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.2rem;
  letter-spacing: 0.09em;
  line-height: 0.8;
  color: #B78F78;
}
.mod_contact .tel_box .tel span {
  font-size: 0.48rem;
  letter-spacing: 0.03em;
  margin-left: 0.25em;
}
@media screen and (max-width: 640px) {
  .mod_contact .tel_box .tel span {
    font-size: 0.36rem;
  }
}
.mod_contact .tel_box .time {
  display: block;
  text-align: center;
  margin-top: 0.05rem;
}
.mod_contact .tel_box .time > * {
  display: inline-block;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.12rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
}
@media print, screen and (min-width: 641px) {
  .mod_contact .link {
    margin-left: 0.64rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_contact .link {
    margin-top: 0.3rem;
  }
}
.mod_contact .link .btn01 {
  width: 3.62rem;
  height: 0.66rem;
}
@media screen and (max-width: 640px) {
  .mod_contact .link .btn01 {
    width: calc(100% - 0.5rem);
    height: 0.56rem;
    margin: auto;
  }
}
.mod_contact .link .btn01 span {
  font-size: 0.14rem;
  letter-spacing: 0.08em;
  margin-left: 0.15rem;
}
.mod_contact .link .btn01 svg {
  width: 0.24rem;
  left: 0.3rem;
}

.catch {
  font-size: 0.2rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media screen and (max-width: 640px) {
  .catch {
    font-size: 0.16rem;
    letter-spacing: 0.02em;
    line-height: 2.25;
  }
}

.read {
  font-size: 0.16rem;
  letter-spacing: 0.15em;
  line-height: 2.5;
}
@media screen and (max-width: 640px) {
  .read {
    font-size: 0.12rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}

.txt {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 2.42;
}
@media screen and (max-width: 640px) {
  .txt {
    font-size: 0.12rem;
    letter-spacing: 0.04em;
    line-height: 2.33;
  }
}

.-vertical {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: "vpal";
          font-feature-settings: "vpal";
}

.-horizontal {
  -ms-writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
          writing-mode: horizontal-tb;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.-rotation {
  display: inline-block;
  position: relative;
  top: -0.125em;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  letter-spacing: 0;
  line-height: 1;
}

.sec_tit .title {
  position: relative;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.sec_tit .title[data-txt] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec_tit .title[data-txt] span {
  margin-top: 0.25rem;
}
@media screen and (max-width: 640px) {
  .sec_tit .title[data-txt] span {
    margin-top: 0.15rem;
  }
}
.sec_tit .title[data-txt]:before {
  position: relative;
  z-index: 1;
  content: attr(data-txt);
  font-family: "miller-banner", serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.66rem;
  line-height: 0.8;
  color: #B78F78;
}
@media screen and (max-width: 640px) {
  .sec_tit .title[data-txt]:before {
    font-size: 0.4rem;
  }
}
.sec_tit .-deco_ring:after {
  left: auto;
  right: -0.4rem;
  top: -0.4rem;
}
@media screen and (max-width: 640px) {
  .sec_tit .-deco_ring:after {
    right: -0.16rem;
    top: -0.16rem;
  }
}
.sec_tit.-num {
  padding-left: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sec_tit.-num {
    padding-left: 0.2rem;
  }
}
.sec_tit.-num .num {
  position: relative;
  left: -0.5rem;
  margin-bottom: -0.36rem;
  display: block;
  width: 0.92rem;
  height: 0.92rem;
  font-family: "miller-banner", serif;
  font-weight: 300;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.4rem;
  letter-spacing: 0;
  line-height: 0.8em;
  color: #B78F78;
}
@media screen and (max-width: 640px) {
  .sec_tit.-num .num {
    left: -0.2rem;
    margin-bottom: -0.2rem;
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.2rem;
  }
}
.sec_tit.-num .num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 0.67rem);
  height: 1px;
  width: 1.34rem;
  background-color: #B78F78;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .sec_tit.-num .num:before {
    width: 0.54rem;
    left: calc(50% - 0.27rem);
  }
}

.cont_header > .in {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4.5rem;
}
@media screen and (max-width: 640px) {
  .cont_header > .in {
    height: auto;
    padding-top: 0.3rem;
  }
}
.cont_header .header_txt_box .sec_tit {
  text-align: center;
  margin-top: 0.1rem;
}
.cont_header .header_txt_box .sec_tit .title {
  letter-spacing: 0.21em;
}
@media screen and (max-width: 640px) {
  .cont_header .header_txt_box .sec_tit .title {
    letter-spacing: 0.05em;
  }
}
.cont_header .header_txt_box .sec_tit .title[data-txt]:before {
  font-size: 0.62rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .cont_header .header_txt_box .sec_tit .title[data-txt]:before {
    font-size: 0.38rem;
  }
}
.cont_header .header_txt_box .catch {
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 0.45rem;
}
@media screen and (max-width: 640px) {
  .cont_header .header_txt_box .catch {
    font-size: 0.17rem;
    line-height: 2.25;
    margin-top: 0.3rem;
  }
}
.cont_header .local_nav {
  position: relative;
  z-index: 0;
  display: block;
  max-width: 12rem;
  width: 100%;
  margin: auto;
  padding-top: 0.7rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cont_header .local_nav {
    max-width: 100%;
    margin-top: 0.6rem;
    padding-top: 0.3rem;
    padding-bottom: 0.1rem;
  }
  .cont_header .local_nav:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.cont_header .local_nav > .title {
  font-family: "miller-banner", serif;
  font-weight: 300;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.4rem;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #B78F78;
}
@media screen and (max-width: 640px) {
  .cont_header .local_nav > .title {
    font-size: 0.3rem;
  }
}
.cont_header .local_nav > .title:before {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: 50%;
  width: 1px;
  height: 0.4rem;
  background-color: #B78F78;
}
@media screen and (max-width: 640px) {
  .cont_header .local_nav > .title:before {
    top: -0.15rem;
    height: 0.3rem;
  }
}
.cont_header .local_nav > .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .cont_header .local_nav > .detail {
    display: block;
    margin-top: 0.3rem;
  }
}
.cont_header .local_nav .item {
  position: relative;
}
@media screen and (max-width: 640px) {
  .cont_header .local_nav .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: calc(100% - 0.6rem);
    width: 100%;
    margin: auto;
    padding: 0;
  }
}
.cont_header .local_nav .item .wrap_link {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cont_header .local_nav .item .wrap_link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.1rem;
  background-color: #B78F78;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
}
.no-touchevents .cont_header .local_nav .item .wrap_link:hover ~ .thumb img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
  opacity: 0.7;
}
.no-touchevents .cont_header .local_nav .item .wrap_link:hover:before {
  content: "";
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.no-touchevents .cont_header .local_nav .item .wrap_link:hover ~ .txt_box .title {
  color: #B78F78;
}
.no-touchevents .cont_header .local_nav .item .wrap_link:hover ~ .txt_box .title[data-txt]:before {
  color: #B78F78;
}
.cont_header .local_nav .item .thumb {
  width: 100%;
  overflow: hidden;
}
.cont_header .local_nav .item .thumb img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.cont_header .local_nav .item .txt_box {
  margin-top: 0.3rem;
}
@media screen and (max-width: 640px) {
  .cont_header .local_nav .item .txt_box {
    text-align: center;
    margin: 0;
  }
}
.cont_header .local_nav .item .txt_box .style {
  font-family: "miller-banner", serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.22rem;
  letter-spacing: 0.02em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cont_header .local_nav .item .txt_box .txt {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.16rem;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .cont_header .local_nav .item .txt_box .txt {
    font-size: 0.14rem;
    margin-top: 0.05rem;
  }
}
.cont_header .local_nav .item .-arrow {
  position: relative;
  display: block;
  margin-top: 0.3rem;
}
@media screen and (max-width: 640px) {
  .cont_header .local_nav .item .-arrow {
    margin-top: 0.15rem;
  }
}
.cont_header .local_nav .item .-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.05rem);
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-bottom: 1px solid #B78F78;
  border-right: 1px solid #B78F78;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cont_header.-with_mv > .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 7.3rem;
}
@media screen and (max-width: 640px) {
  .cont_header.-with_mv > .in {
    display: block;
    height: auto;
    padding: 0;
  }
}
.cont_header.-with_mv .mv {
  position: absolute;
  top: 0;
  right: 0;
  left: calc(50% - 1.66rem);
  display: block;
  height: 6.2rem;
}
@media screen and (max-width: 640px) {
  .cont_header.-with_mv .mv {
    position: static;
    height: 100vw;
  }
}
.cont_header.-with_mv .header_txt_box {
  position: relative;
  left: calc(50% - 8rem);
  display: block;
  width: 7.3rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cont_header.-with_mv .header_txt_box {
    left: 0;
    width: 100%;
    margin-top: 0.4rem;
  }
}
.cont_header.-with_mv .header_txt_box .catch {
  font-size: 0.2rem;
  letter-spacing: 0.13em;
  line-height: 2.2;
  margin-top: 0.6rem;
}
@media screen and (max-width: 640px) {
  .cont_header.-with_mv .header_txt_box .catch {
    font-size: 0.17rem;
    line-height: 2.25;
    margin-top: 0.3rem;
  }
}
.cont_header.-with_nav {
  position: relative;
}
.cont_header.-with_nav:before, .cont_header.-with_nav:after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.cont_header.-with_nav:after {
  top: 0.6rem;
  bottom: 0;
  left: calc(50% - 7rem);
  width: 14rem;
  border: 1px solid #B78F78;
}
@media screen and (max-width: 640px) {
  .cont_header.-with_nav:after {
    bottom: 0.15rem;
    left: 0.15rem;
    right: 0.15rem;
    width: auto;
  }
}
.cont_header.-with_nav:before {
  top: 7.3rem;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 640px) {
  .cont_header.-with_nav:before {
    content: none;
  }
}
.cont_header.-with_nav:not(.-with_mv) > .in {
  height: 5.4rem;
}
.cont_header.-with_nav:not(.-with_mv) .header_txt_box {
  margin-top: 0.55rem;
}

.-deco_ring {
  z-index: 0;
}
.-deco_ring:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -0.36rem;
  left: -0.36rem;
  display: block;
  width: 0.72rem;
  height: 0.72rem;
  background-image: url("../img/tit_decoring.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: 10s loop linear infinite;
          animation: 10s loop linear infinite;
}
@media screen and (max-width: 640px) {
  .-deco_ring:after {
    top: -0.16rem;
    left: -0.16rem;
    width: 0.32rem;
    height: 0.32rem;
  }
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.-deco_txt {
  position: absolute;
  z-index: 0;
  font-family: "miller-banner", serif;
  font-weight: 300;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.1rem;
  letter-spacing: 0;
  line-height: 0.8;
}

.btn01 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.6rem;
  height: 0.7rem;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  border: 1px solid;
  border-color: #000;
}
@media screen and (max-width: 640px) {
  .btn01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.2rem;
    width: 100%;
    max-width: 100%;
  }
}
.btn01:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn01:after {
  content: "";
  position: absolute;
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
@media print, screen and (min-width: 641px) {
  .btn01:after {
    top: calc(50% - 0.05rem);
    right: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .btn01:after {
    top: calc(50% - 0.05rem);
    right: 0.13rem;
  }
}
.btn01 > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}
@media screen and (max-width: 640px) {
  .btn01 > span {
    font-size: 0.15rem;
  }
}
.btn01 svg {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 641px) {
  .btn01 svg {
    left: 0.2rem;
    top: 50%;
  }
}
@media screen and (max-width: 640px) {
  .btn01 svg {
    top: 0.2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.no-touchevents .btn01:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.no-touchevents .btn01:hover:after {
  border-color: #fff;
}
.no-touchevents .btn01:hover span {
  color: #fff;
}
.btn01.-fair {
  background-color: #B99178;
  border-color: #B99178;
}
.btn01.-fair:after {
  border-color: #fff;
}
.btn01.-fair span {
  color: #fff;
}
.btn01.-fair svg {
  fill: #fff;
  width: 0.34rem;
}
.btn01.-inquiry {
  background-color: #326E80;
  border-color: #326E80;
}
.btn01.-inquiry:after {
  border-color: #fff;
}
.btn01.-inquiry span {
  color: #fff;
}
.btn01.-inquiry svg {
  fill: #fff;
  width: 0.2rem;
}
.btn01.-reservation {
  background-color: #908059;
  border-color: #908059;
}
.btn01.-reservation:after {
  border-color: #fff;
}
.btn01.-reservation span {
  color: #fff;
}
.btn01.-reservation svg {
  fill: #fff;
  width: 0.22rem;
}
.btn01.-contact {
  background-color: #646464;
  border-color: #646464;
}
.btn01.-contact:after {
  border-color: #fff;
}
.btn01.-contact span {
  color: #fff;
}
.btn01.-contact svg {
  fill: #fff;
  width: 0.26rem;
}

.btn02 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 2rem;
  height: 0.54rem;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
}
@media screen and (max-width: 640px) {
  .btn02 {
    height: 0.5rem;
  }
}
.btn02:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
  background-color: #B78F78;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn02 > span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #B78F78;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}
@media screen and (max-width: 640px) {
  .btn02 > span {
    font-size: 0.16rem;
  }
}
.btn02 > span:before, .btn02 > span:after {
  content: "";
  position: absolute;
}
.btn02 > span:before {
  right: 0;
  content: attr(data-txt);
  font-family: "miller-banner", serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.06em;
  line-height: 0.8;
  text-align: right;
  padding-right: 0.24rem;
}
@media screen and (max-width: 640px) {
  .btn02 > span:before {
    padding-right: 0.2rem;
  }
}
.btn02 > span:after {
  right: 0;
  top: calc(50% - 0.05rem);
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-top: 1px solid #B78F78;
  border-right: 1px solid #B78F78;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.no-touchevents .btn02:hover:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media screen and (max-width: 640px) {
  .btn02.-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 0.4rem;
    min-width: 2rem;
  }
  .btn02.-more > span {
    display: block;
    font-family: "miller-banner", serif;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.18rem;
    letter-spacing: 0.06em;
    line-height: 1.61;
    text-align: center;
  }
  .btn02.-more > span:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

.no-touchevents .-underline[href]:hover > span:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.-underline > span {
  position: relative;
  display: inline-block;
}
.-underline > span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.05rem;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.-underline.current > span:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: none;
  transition: none;
}

.-txtlink {
  color: #000;
  text-decoration: underline;
}
.no-touchevents .-txtlink:hover {
  text-decoration: none;
}

.-external {
  color: #000;
}
.-external span:after {
  content: "";
  position: relative;
  top: 0.02rem;
  display: inline-block;
  margin-left: 0.1rem;
  width: 0.15rem;
  height: 0.15rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 640px) {
  .-external span:after {
    margin-left: 0.05rem;
    width: 0.12rem;
    height: 0.12rem;
  }
}

/* line-clamp
============================================================================= */
._line-clamp, .line_clamp {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  text-align: left;
  overflow: hidden;
}
._line-clamp._line1, .line_clamp._line1 {
  -webkit-line-clamp: 1;
}
._line-clamp._line2, .line_clamp._line2 {
  -webkit-line-clamp: 2;
}
._line-clamp._line3, .line_clamp._line3 {
  -webkit-line-clamp: 3;
}
._line-clamp._line4, .line_clamp._line4 {
  -webkit-line-clamp: 4;
}
._line-clamp._line5, .line_clamp._line5 {
  -webkit-line-clamp: 5;
}
@media screen and (max-width: 640px) {
  ._line-clamp._sp-line1, .line_clamp._sp-line1 {
    -webkit-line-clamp: 1;
  }
  ._line-clamp._sp-line2, .line_clamp._sp-line2 {
    -webkit-line-clamp: 2;
  }
  ._line-clamp._sp-line3, .line_clamp._sp-line3 {
    -webkit-line-clamp: 3;
  }
  ._line-clamp._sp-line4, .line_clamp._sp-line4 {
    -webkit-line-clamp: 4;
  }
  ._line-clamp._sp-line5, .line_clamp._sp-line5 {
    -webkit-line-clamp: 5;
  }
}

/* -----------------------------------------------------------------------------

モーション

----------------------------------------------------------------------------- */
[data-pararax01] {
  position: relative;
}
[data-pararax01] [data-pararax01-inview] {
  position: absolute;
  top: 200px;
  bottom: 200px;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 640px) {
  [data-pararax01] [data-pararax01-inview] {
    top: 100px;
    bottom: 100px;
  }
}
[data-pararax01] [data-pararax01-opacity01] {
  opacity: 0;
  -webkit-transition: opacity 1.3s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 1.3s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity01].active {
  opacity: 1;
}
[data-pararax01] [data-pararax01-opacity02] {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity02].active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity02] {
  -webkit-transform: translate(-15px, 0);
          transform: translate(-15px, 0);
}
[data-pararax01] [data-pararax01-opacity03] {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity03].active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity03] {
  -webkit-transform: translate(15px, 0);
          transform: translate(15px, 0);
}
[data-pararax01] [data-pararax01-opacity04] {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity04].active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity04] {
  -webkit-transform: translate(0, 15px);
          transform: translate(0, 15px);
}
[data-pararax01] [data-pararax01-opacity05] {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity05].active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity05] {
  -webkit-transform: translate(0, -15px);
          transform: translate(0, -15px);
}
[data-pararax01] [data-pararax01-opacity06] {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 1s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 1s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), transform 1s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), transform 1s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 1s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity06].active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
[data-pararax01] [data-pararax01-opacity06] {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
/*# sourceMappingURL=common.css.map */