@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;
*/
/*
400：Caption（デフォルト）
600：SemiboldCaption
*/
/*
500：Medium（デフォルト）
600：SemiBold
*/
/*
	$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);
*/
/*----------------------------------------
多言語版に関する注意 23/04/12
・/en のscssはレイアウト固有なので転用不可。
・デバイスは字形にあわせてウエイトを500から400に。
----------------------------------------*/
*[id]:target {
  scroll-margin-top: 1.08rem;
}
@media screen and (max-width: 640px) {
  *[id]:target {
    scroll-margin-top: 0.5rem;
  }
}

html {
  font-family: Arial、Helvetica Neue、Helvetica、verdana, sans-serif, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic;
  font-weight: 400;
  font-style: normal;
  font-size: 100px;
  color: #4d4d4d;
  scroll-margin-top: 1.08rem;
  /*@media print, screen and (min-width:461px) and (max-width:1279px) {
  	font-size: 80px;//75px;
  }*/
  /*@media screen and (min-width:400px) and (max-width:460px) {
  	font-size: 110px;
  }
  @include sc(spMin) {
  	font-size: 85px;
  }*/
}
@media print, screen and (min-width: 641px) {
  html {
    line-height: 2;
  }
}
@media screen and (max-width: 640px) {
  html {
    -webkit-text-size-adjust: 100%;
    scroll-margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 1440px) and (max-width: 1599px) {
  html {
    font-size: 100px;
  }
}
@media print, screen and (min-width: 1366px) and (max-width: 1439px) {
  html {
    font-size: 90px;
  }
}
@media print, screen and (min-width: 1280px) and (max-width: 1365px) {
  html {
    font-size: 85px;
  }
}
@media print, screen and (min-width: 1160px) and (max-width: 1279px) {
  html {
    font-size: 80px;
  }
}
@media print, screen and (min-width: 1080px) and (max-width: 1159px) {
  html {
    font-size: 75px;
  }
}
@media print, screen and (min-width: 461px) and (max-width: 1079px) {
  html {
    font-size: 70px;
  }
}
@media screen and (min-width: 428px) and (max-width: 460px) {
  html {
    font-size: 118px;
  }
}
@media screen and (min-width: 414px) and (max-width: 427px) {
  html {
    font-size: 115px;
  }
}
@media screen and (min-width: 375px) and (max-width: 413px) {
  html {
    font-size: 105px;
  }
}
@media screen and (min-width: 360px) and (max-width: 374px) {
  html {
    font-size: 100px;
  }
}
@media screen and (min-width: 320px) and (max-width: 359px) {
  html {
    font-size: 88px;
  }
}
@media print, screen and (max-width: 319px) {
  html {
    font-size: 88px;
  }
}
html.edge {
  -ms-text-size-adjust: 100%;
}
html.safari {
  -webkit-font-smoothing: antialiased;
  /*@include sc(pc) {
  	font-feature-settings : "pkna";
  }*/
}
html.scrollingFlg {
  pointer-events: none;
}

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

.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: hidden;
}

hr {
  height: 0;
  overflow: visible;
  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;
    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;
  }
}
.mod_main {
  overflow: hidden;
}

.device-tablet .mod_main {
  width: calc(100% + 1px);
}

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

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

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

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

共通パーツ

----------------------------------------------------------------------------- */
.no-touchevents .underline[href]:hover > span:before {
  transform: scaleX(1);
  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;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.underline.current > span:before {
  transform: scaleX(1);
  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;
  }
}

.btn01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.44rem;
  height: 0.5rem;
  padding: 0;
  border: 1px solid #4d4d4d;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
  transition: background 0.3s;
}
@media screen and (max-width: 640px) {
  .btn01 {
    max-width: 100%;
    width: 100%;
    height: 0.5rem;
  }
}
.btn01:after {
  content: "";
  position: absolute;
  right: 0.2rem;
  top: 50%;
  display: block;
  width: 0.15rem;
  height: 1px;
  background-color: #4d4d4d;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .btn01:after {
    width: 0.17rem;
  }
}
.btn01 > span {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding-right: 0.1rem;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #4d4d4d;
  white-space: nowrap;
  transition: color 0.7s;
}
@media screen and (max-width: 640px) {
  .btn01 > span {
    font-size: 0.13rem;
    line-height: 1.4;
  }
}
.btn01.round {
  border-radius: 0.25rem;
}
.btn01.arrow {
  width: 1.74rem;
  border-radius: 0;
}
.btn01.arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #4d4d4d;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn01.arrow:after {
  width: 0.08rem;
  height: 0.08rem;
  border-top: 1px solid #3e3531;
  border-right: 1px solid #3e3531;
  background-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  transform: rotate(45deg);
  margin-top: -0.04rem;
}
.btn01.arrow > span {
  padding-right: 0;
  font-weight: 700;
  top: 0.01rem;
}
.safari .btn01.arrow > span {
  top: 0;
}
.no-touchevents .btn01:hover:before {
  transform: scaleX(1);
  transform-origin: left top;
}
.no-touchevents .btn01:hover.round {
  background-color: #4d4d4d;
}
.no-touchevents .btn01:hover.round:after {
  background-color: #fff;
}
.no-touchevents .btn01:hover span {
  color: #fff;
}

.txt {
  font-size: 0.15rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media print and (orientation: portrait), screen and (orientation: portrait) and (min-width: 641px) {
  .txt {
    font-size: 0.13rem;
  }
}
@media screen and (max-width: 640px) {
  .txt {
    font-size: 0.13rem;
    line-height: 2;
  }
}

.read {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.13em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .read {
    font-size: 0.13rem;
    line-height: 1.93;
  }
}

.catch {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.18rem;
  letter-spacing: 0.13em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .catch {
    font-size: 0.13rem;
    line-height: 1.61;
  }
}

.secTit {
  text-align: center;
}
.secTit > .title {
  font-size: 0.16rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #5b5350;
}
@media screen and (max-width: 640px) {
  .secTit > .title {
    font-size: 0.13rem;
  }
}
.secTit > .title[data-txt] {
  position: relative;
  padding-top: 0.35rem;
}
@media screen and (max-width: 640px) {
  .secTit > .title[data-txt] {
    padding-top: 0.3rem;
  }
}
.secTit > .title[data-txt]:before {
  content: attr(data-txt);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-family: garamond-premier-pro-caption, serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.34rem;
  letter-spacing: 0.14em;
  line-height: 0.8;
  color: #826c34;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .secTit > .title[data-txt]:before {
    font-size: 0.26rem;
  }
}
.secTit > .title .dataTxt {
  font-family: garamond-premier-pro-caption, serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.34rem;
  letter-spacing: 0.14em;
  line-height: 0.8;
  color: #826c34;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .secTit > .title .dataTxt {
    font-size: 0.26rem;
  }
}
.secTit > .catch {
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .secTit > .catch {
    margin-top: 0.3rem;
  }
}
.secTit > .txt {
  margin-top: 0.2rem;
}

.contTit {
  text-align: left;
}
.contTit > .title {
  font-size: 0.15rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #826c34;
}
@media screen and (max-width: 640px) {
  .contTit > .title {
    font-size: 0.1rem;
  }
}
.contTit > .title[data-txt] {
  position: relative;
  padding-top: 0.45rem;
}
@media screen and (max-width: 640px) {
  .contTit > .title[data-txt] {
    padding-top: 0.34rem;
  }
}
.contTit > .title[data-txt]:before {
  content: attr(data-txt);
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-family: garamond-premier-pro-caption, serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.42rem;
  letter-spacing: 0.14em;
  line-height: 0.8;
  color: #5b5350;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .contTit > .title[data-txt]:before {
    font-size: 0.29rem;
  }
}
.contTit > .title .dataTxt {
  font-family: garamond-premier-pro-caption, serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.42rem;
  letter-spacing: 0.14em;
  line-height: 0.8;
  color: #5b5350;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .contTit > .title .dataTxt {
    font-size: 0.29rem;
  }
}
.contTit > .catch {
  margin-top: 0.4rem;
}
.contTit > .txt {
  margin-top: 0.2rem;
}

.elemTit .title {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.18rem;
  letter-spacing: 0.13em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .elemTit .title {
    font-size: 0.13rem;
    line-height: 1.84;
  }
}
.elemTit.deco {
  position: relative;
  margin-top: 1.5rem;
}
@media screen and (max-width: 640px) {
  .elemTit.deco {
    margin-top: 0.75rem;
  }
}
.elemTit.deco:before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 50%;
  width: 1px;
  height: 0.75rem;
  background-color: #7f6836;
}
@media screen and (max-width: 640px) {
  .elemTit.deco:before {
    top: -0.55rem;
    height: 0.38rem;
  }
}
.elemTit .catch {
  text-align: center;
}

.gNav > li a {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.16rem;
  letter-spacing: 0.14em;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .gNav > li a {
    font-size: 0.09rem;
    font-weight: 500;
    letter-spacing: 0.13em;
    color: #4d4d4d;
  }
}
.gNav > li a > span {
  position: relative;
  display: inline-block;
}
.gNav > li a > span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.no-touchevents .gNav > li a[href]:hover > span:before {
  transform: scaleX(1);
  transform-origin: left top;
}

.sNav {
  position: relative;
  padding-left: 0.2rem;
  border-left: 1px solid #4d4d4d;
}
@media screen and (max-width: 640px) {
  .sNav {
    padding-left: 0.1rem;
  }
}
.sNav li {
  line-height: 1.2;
}
.sNav li + li {
  margin-top: 0.12rem;
}
.sNav a {
  font-size: 0.15rem;
  letter-spacing: 0;
  line-height: 1.2;
  color: #4d4d4d;
}
@media print and (orientation: portrait), screen and (orientation: portrait) and (min-width: 641px) {
  .sNav a {
    font-size: 0.13rem;
  }
}
@media screen and (max-width: 640px) {
  .sNav a {
    font-size: 0.12rem;
  }
}
.no-touchevents .sNav a[href]:hover > span:before {
  transform: scaleX(1);
  transform-origin: left top;
}
.sNav a > span {
  position: relative;
  display: inline-block;
}
.sNav a > span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.action {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  letter-spacing: 0;
  margin-left: 0.25rem;
}
@media screen and (max-width: 640px) {
  .action {
    width: 100%;
    margin-top: 0.4rem;
    margin-left: 0;
  }
}
.action > li {
  display: inline-block;
  vertical-align: top;
  width: 2.1rem;
}
@media screen and (max-width: 640px) {
  .action > li {
    width: calc(50% - 0.03rem);
  }
}
.action > li + li {
  margin-left: 0.3rem;
}
@media screen and (max-width: 640px) {
  .action > li + li {
    margin-left: 0.06rem;
  }
}
.action .mod_btn {
  position: relative;
  display: block;
  max-width: 1.36rem;
  height: 0.36rem;
  background-color: #59ae72;
  border-color: #59ae72;
  transition: height 0.3s;
  border: 1px solid transparent;
}
.action .mod_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left top;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.action .mod_btn > span {
  font-style: normal;
  font-weight: 400;
  font-size: 0.12rem;
  letter-spacing: 0.1em;
  color: #fff;
  padding-left: 0.26rem;
  transition: color 0.3s;
  /*.ie11 & {
  	margin-top: 0;
  }*/
}
.no-touchevents .action .mod_btn:hover:before {
  background-color: #fff;
}
.no-touchevents .action .mod_btn:hover > span {
  color: #59ae72;
}
.no-touchevents .action .mod_btn:hover svg {
  fill: #59ae72;
}
.action .mod_btn i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.09rem;
  margin-right: 0.1rem;
}
.action .mod_btn svg {
  width: 0.22rem;
  height: 0.19rem;
  fill: #fff;
  transition: fill 0.3s;
}
.action .mod_btn.message {
  background-color: #2282e1;
  border-color: #2282e1;
  max-width: 2.08rem;
  width: 2.08rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .action .mod_btn.message {
    height: 0.53rem;
    width: 100%;
    max-width: 100%;
  }
}
.action .mod_btn.message > span {
  padding-left: 0.26rem;
  position: relative;
  display: flex;
  align-items: center;
}
.action .mod_btn.message .en {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 300;
  font-size: 0.14rem;
  letter-spacing: 0.1em;
  line-height: 0;
  transition: color 0.3s;
}
.action .mod_btn.message i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.11rem;
  margin-right: 0.1rem;
}
.action .mod_btn.message svg {
  width: 0.22rem;
  height: 0.22rem;
  fill: #fff;
}
.action .mod_btn.message:hover:before {
  background-color: #fff;
  transform: scaleX(1);
  transform-origin: left top;
}
.action .mod_btn.message:hover span {
  color: #2282e1;
}
.action .mod_btn.message:hover svg {
  fill: #2282e1;
}

.snsLink {
  display: flex;
  flex-wrap: wrap;
}
.snsLink > li {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .snsLink > li {
    margin: 0 0.1rem;
  }
}
.snsLink > li + li {
  margin-left: 0.2rem;
}
@media screen and (max-width: 640px) {
  .snsLink > li + li {
    margin: 0 0.1rem;
  }
}
.snsLink > li.tiktok {
  margin-left: 0.15rem;
}
.snsLink a {
  display: flex;
  align-items: center;
  font-size: 0;
  line-height: 0;
  transition: opacity 0.3s;
}
.snsLink a img {
  height: 0.2rem;
  width: auto;
}
.snsLink a span {
  font-size: 0.14rem;
  letter-spacing: 0;
  line-height: 1.2;
  margin-left: 0.05rem;
}
.no-touchevents .snsLink a:hover {
  opacity: 0.5;
}

.ph, .thumb {
  display: block;
  line-height: 0;
  overflow: hidden;
  background-color: rgba(247, 244, 244, 0.5);
}

.wrapLink {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.more {
  position: absolute;
  display: block;
  width: 0.16rem;
  height: 0.04rem;
  border-bottom: 1px solid #634701;
  box-sizing: border-box;
}
.more:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 0.06rem;
  background-color: #634701;
  transform: rotate(-45deg);
  transform-origin: center bottom;
}

.selectLang {
  position: relative;
  color: #606060;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: 0.2s;
  width: 1rem;
  height: 0.25rem;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .selectLang {
    width: 0.5rem;
    height: 0.2rem;
  }
}
.selectLang:before {
  content: "";
  display: block;
  position: absolute;
  right: 0.1rem;
  top: calc(50% - 0.02rem);
  width: 0;
  height: 0;
  z-index: 2;
  border-style: solid;
  border-width: 0.04rem 0.03rem 0 0.03rem;
  border-color: #4d4d4d transparent transparent transparent;
}
@media screen and (max-width: 640px) {
  .selectLang:before {
    right: 0;
    top: calc(50% - 0.02rem);
    border-width: 0.04rem 0.03rem 0 0.03rem;
  }
}
.selectLang:after {
  content: "";
  position: absolute;
  display: block;
  right: -0.1rem;
  width: 1px;
  top: 0;
  bottom: 0;
  background-color: #a2a2a2;
}
@media screen and (max-width: 640px) {
  .selectLang:after {
    content: none;
  }
}
.selectLang .current {
  position: relative;
  z-index: 1;
  pointer-events: none;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  color: #606060;
  white-space: nowrap;
  padding-left: 0.3rem;
}
@media screen and (max-width: 640px) {
  .selectLang .current {
    font-size: 0.11rem;
    padding-left: 0.15rem;
  }
}
.selectLang .current:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.1rem);
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../img/ico_langselecter.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .selectLang .current:before {
    top: calc(50% - 0.06rem);
    width: 0.12rem;
    height: 0.12rem;
  }
}
.selectLang #lang {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  cursor: pointer;
}
@media print, screen and (min-width: 641px) {
  .selectLang #lang {
    height: 0.25rem;
  }
  .selectLang #lang > ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0.4rem;
    padding-bottom: 0.05rem;
    text-align: left;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    transform-origin: top center;
    transform: scaleY(0.5);
    transition: transform 0.5s, opacity 0.3s;
  }
  .selectLang #lang > ul:before {
    content: "";
    position: absolute;
    top: 0.3rem;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #4d4d4d;
    pointer-events: none;
  }
  .selectLang #lang > ul li {
    position: relative;
    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.14rem;
    letter-spacing: 0;
    line-height: 2;
    padding-left: 0.2rem;
    transition: opacity 0.3s;
  }
  .selectLang #lang > ul li:before {
    content: "";
    position: absolute;
    left: 0.1rem;
    top: calc(50% - 0.03rem);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.03rem 0 0.03rem 0.05rem;
    border-color: transparent transparent transparent #606060;
    pointer-events: none;
  }
  .selectLang #lang > ul li:hover {
    opacity: 0.5;
  }
  .selectLang #lang.open {
    height: auto;
  }
  .selectLang #lang.open > ul {
    z-index: 1;
    opacity: 1;
    pointer-events: all;
    height: auto;
    transform: scaleY(1);
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .selectLang #lang > select {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .selectLang #lang > select option {
    width: 100%;
    white-space: normal;
  }
}

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

共通レイアウト

----------------------------------------------------------------------------- */
/* ヘッダー */
.mod_header {
  position: relative;
  top: -1rem;
  left: 0;
  right: 0;
  z-index: 1;
  height: 1rem;
}
@media screen and (max-width: 640px) {
  .mod_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
  }
}
.mod_header > .in {
  position: relative;
  max-width: 19.2rem;
  width: 100%;
  height: 1rem;
  margin: auto;
  padding: 0 0.5rem 0 0.3rem;
  text-align: right;
  box-sizing: border-box;
  transform: translateY(1rem);
}
@media screen and (max-width: 640px) {
  .mod_header > .in {
    position: fixed;
    top: -0.46rem;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 0.46rem;
    padding: 0 0.1rem;
    background-color: #fff;
    transition: transform 1s, background-color 0.3s;
    transform: translateY(0.46rem);
  }
}
.mod_header > .in:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw + 0.1rem);
  z-index: -1;
  background-color: rgba(255, 255, 255, 0);
  transition: background 0.3s;
}
.mod_header .row01 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.3rem 0;
}
@media screen and (max-width: 640px) {
  .mod_header .row01 {
    height: 0.46rem;
    padding: 0;
    padding-right: 0.4rem;
  }
  .mod_header .row01 .snsLink {
    display: none;
  }
  .mod_header .row01 .link {
    display: none;
  }
}
.mod_header .row02 {
  position: absolute;
  top: calc(100vh - 0.9rem);
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.9rem;
  opacity: 1;
  transition: opacity 1s;
}
@media screen and (max-height: 640px) {
  .mod_header .row02 {
    top: calc(640px - 0.9rem);
  }
}
@media screen and (max-width: 640px) {
  .mod_header .row02 {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .spmenuopen .mod_header > .in {
    transform: translateY(0.46rem) !important;
    background-color: #f2eeed;
  }
}
@media print, screen and (min-width: 641px) {
  .headerMenuFix .mod_header > .in {
    position: fixed;
    top: -2rem;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(2rem);
    transition: transform 1s;
  }
  .headerMenuFix .mod_header > .in:before {
    right: calc(50% - 50vw);
    background-color: rgba(255, 255, 255, 0.9);
  }
  .headerMenuFix .mod_header > .in .row02 {
    opacity: 0;
    top: -0.9rem;
  }
}
@media screen and (max-width: 640px) {
  .headerMenuFix .mod_header > .in {
    transform: translateY(0);
  }
}
.mod_header .logo {
  position: absolute;
  top: calc(50% - 0.28rem);
  left: 0.3rem;
  z-index: 1;
  display: block;
  width: 2.32rem;
  height: 0.56rem;
  font-size: 0;
  line-height: 0;
  transform-origin: left top;
  transition: transform 0.5s, top 1s;
}
@media screen and (max-width: 640px) {
  .mod_header .logo {
    top: 0.1rem;
    left: 0.1rem;
    width: 1.16rem;
    height: 0.3rem;
  }
}
.mod_header .logo a {
  display: block;
}
.mod_header .logo img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s;
}
.mod_header .logo .headTxt {
  position: absolute;
  left: calc(100% + 0.24rem);
  bottom: 0.08rem;
  font-size: 0.14rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .mod_header .logo .headTxt {
    font-size: 0.09rem;
    left: calc(100% + 0.06rem);
    bottom: 0.04rem;
  }
}
.no-touchevents .mod_header .logo:hover img {
  opacity: 0.5;
}
.mod_header .link {
  margin-left: 0.15rem;
}
.mod_header .link .btn01 {
  width: 2.1rem;
  height: 0.4rem;
  background-color: #a99a73;
  border: none;
}
.mod_header .link .btn01:before {
  background-color: #4d4d4d;
}
.mod_header .link .btn01:after {
  border-color: #fff;
}
.mod_header .link .btn01 span {
  font-size: 0.14rem;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: #fff;
}
.no-touchevents .mod_header .link .btn01:hover:before {
  transform: scaleX(1);
  transform-origin: left top;
}
.mod_header .gNav {
  display: inline-flex;
  align-items: center;
  height: 0.2rem;
  padding-right: 0.24rem;
}
@media screen and (max-width: 640px) {
  .mod_header .gNav {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    padding: 0;
    border-top: 1px solid #bcb8b7;
    box-sizing: border-box;
  }
  .mod_header .gNav:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #bcb8b7;
  }
}
.mod_header .gNav > li {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
}
@media screen and (max-width: 640px) {
  .mod_header .gNav > li {
    justify-content: center;
    width: 50%;
    height: 0.5rem;
    padding: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #bcb8b7;
  }
  .mod_header .gNav > li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .mod_header .gNav > li:nth-of-type(2n) {
    border-left: 1px solid #4d4d4d;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_header .gNav > li + li {
    border-left: 1px solid #4d4d4d;
  }
}
.mod_header .snsLink {
  display: inline-flex;
  align-items: center;
  height: 0.2rem;
  padding-left: 0.3rem;
}
@media screen and (max-width: 640px) {
  .mod_header .snsLink {
    display: flex;
    justify-content: center;
    height: 0.2rem;
    padding: 0.3rem 0;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    transform: translateX(100%);
    transition: transform 0.7s, opacity 0.5s;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    pointer-events: auto;
    opacity: 0;
    overscroll-behavior-y: none;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
  .spmenuopen .mod_header .drawer {
    transform: translateX(0);
    opacity: 1;
    z-index: 100;
  }
  .mod_header .drawer > .in {
    position: relative;
    z-index: 0;
    padding-top: 0.95rem;
    padding-bottom: 0.6rem;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    pointer-events: auto;
    text-align: center;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .mod_header .drawer .secTit {
    max-width: calc(100% - 0.4rem);
    width: 100%;
    margin: auto;
    padding-bottom: 0.2rem;
    text-align: center;
    border-bottom: 1px solid #4d4d4d;
  }
  .mod_header .drawer .secTit .title {
    line-height: 1.3;
    text-align: center;
    margin: 0;
    margin: auto;
  }
  .mod_header .drawer .secTit .title:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .mod_header .drawer .secTit .title:after {
    content: none;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .drawer .btnBox {
    padding: 0.15rem;
  }
  .mod_header .drawer .btnBox .btn01 {
    background-color: #a99a73;
    border-color: #a99a73;
    width: 100%;
    height: 0.55rem;
    margin: auto;
    padding-right: 0.2rem;
  }
  .mod_header .drawer .btnBox .btn01 + .btn01 {
    margin-top: 0.1rem;
  }
  .mod_header .drawer .btnBox .btn01 span {
    position: relative;
    font-size: 0.14rem;
    letter-spacing: 0.05em;
    color: #fff;
    padding-left: 0.35rem;
    box-sizing: border-box;
  }
  .mod_header .drawer .btnBox .btn01 span:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 0.13rem);
    display: block;
    width: 0.26rem;
    height: 0.26rem;
    background-image: url("../img/ico_contact_btmbtn.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .mod_header .drawer .btnBox .btn01:after {
    border-color: #fff;
  }
  .mod_header .drawer .btnBox .btn01.line span:before {
    background-image: url("../img/ico_line_wh.svg");
  }
  .mod_header .drawer .btnBox .btn01.inquiry span:before {
    top: calc(50% - 0.12rem);
    height: 0.24rem;
    background-image: url("../img/ico_inquiry_wh.svg");
  }
  .mod_header .drawer .btnBox .btn01.tel span:before {
    background-image: url("../img/ico_tel_wh.svg");
  }
  .mod_header .drawer .btnBox .btn01.online span:before {
    background-image: url("../img/ico_online_wh.svg");
  }
  .mod_header .drawer .btnBox .btn01.reserve span:before {
    background-image: url("../img/ico_reserve_wh.svg");
  }
  .mod_header .drawer .btnBox .btn01.photo span:before {
    background-image: url("../img/ico_photo_wh.svg");
  }
  .mod_header .drawer .btnBox.photoRsv {
    max-width: 100%;
    padding: 0.2rem 0;
    margin-top: 0;
    border-top: 1px solid #bbb8b7;
  }
  .mod_header .drawer .btnBox.photoRsv .btn01 {
    max-width: calc(100% - 0.8rem);
    margin: auto;
  }
  .mod_header .drawer .gNav {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .menuBtn {
    width: 0.46rem;
    height: 0.46rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(248, 245, 245, 0.3);
  }
  .mod_header .menuBtn .open .bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0.24rem;
    height: 1px;
    margin: auto;
    background-color: #4d4d4d;
    transition: 0.3s;
  }
  .mod_header .menuBtn .open .bar:nth-child(1) {
    top: -12px;
  }
  .mod_header .menuBtn .open .bar:nth-child(2) {
    width: 0.16rem;
    margin-right: 0.18rem;
  }
  .mod_header .menuBtn .open .bar:nth-child(3) {
    font-size: 0.08rem;
    letter-spacing: 0;
    line-height: 1;
    color: #4d4d4d;
    background-color: rgba(255, 255, 255, 0);
    bottom: -16px;
  }
  .mod_header .menuBtn .close .bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    margin: auto;
    background-color: #000;
    transition: 0.3s;
  }
  .mod_header .menuBtn .close .bar:nth-child(1) {
    transform: rotate(45deg);
  }
  .mod_header .menuBtn .close .bar:nth-child(2) {
    margin: auto;
    width: 0;
    transform: rotate(-45deg);
  }
  .spmenuopen .mod_header .menuBtn .open .bar {
    width: 0;
  }
  .spmenuopen .mod_header .menuBtn .open .bar:nth-child(3) {
    opacity: 0;
  }
  .spmenuopen .mod_header .menuBtn .close .bar {
    width: 24px;
  }
}

/* フッター */
.mod_footer > .in {
  position: relative;
  height: 4.35rem;
  background-image: url("../img/footer_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .mod_footer > .in {
    height: auto;
    background-image: url("../img/footer_bg_sp.jpg");
  }
}
.mod_footer .row01 {
  display: block;
  text-align: center;
  padding-top: 0.75rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 {
    padding-top: 0.5rem;
  }
}
.mod_footer .row02 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 12.4rem;
  width: 100%;
  margin: auto;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .row02 {
    display: block;
    text-align: center;
    margin-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
.mod_footer .row03 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.45rem;
  width: 100%;
  background-color: #927e4d;
}
@media screen and (max-width: 640px) {
  .mod_footer .row03 {
    height: 0.35rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .secTit {
    text-align: center;
  }
}
.mod_footer .secTit .title {
  font-size: 0.15rem;
  letter-spacing: 0;
  color: #fff;
  padding-top: 0.3rem;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .secTit .title {
    width: 100%;
    font-size: 0.09rem;
    text-align: center;
    margin: auto;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .secTit .title[data-txt] {
    padding-top: 0.3rem;
  }
}
.mod_footer .secTit .title[data-txt]:before {
  color: #fff;
}
@media screen and (max-width: 640px) {
  .mod_footer .secTit .title[data-txt]:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.mod_footer .secTit .title:after {
  content: "";
  position: absolute;
  left: calc(50% - 0.25rem);
  bottom: 0;
  width: 0.5rem;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .mod_footer .secTit .title:after {
    content: none;
  }
}
.mod_footer .secTit .txt {
  color: #fff;
}
.mod_footer .logo {
  display: block;
  letter-spacing: 0;
  line-height: 0;
  width: 2.24rem;
  height: 0.56rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .logo {
    width: 2.29rem;
    height: 0.56rem;
    margin: auto;
  }
  .mod_footer .logo img {
    width: 100%;
    height: auto;
  }
}
.mod_footer .logo img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s;
}
.no-touchevents .mod_footer .logo:hover img {
  opacity: 0.5;
}
.mod_footer .access {
  display: flex;
  color: #fff;
  margin-left: 0.6rem;
  margin-right: 1rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .access {
    display: block;
    margin: 0;
    margin-top: 0.25rem;
    text-align: center;
  }
}
.mod_footer .access dt {
  position: relative;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.16rem;
  letter-spacing: 0.14em;
  line-height: 1.4;
  padding-right: 0.25rem;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .mod_footer .access dt {
    font-size: 0.14rem;
    line-height: 1.75;
    padding: 0;
    padding-bottom: 0.2rem;
  }
}
.mod_footer .access dt:after {
  content: "";
  position: absolute;
  background-color: #fff;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .access dt:after {
    top: 0.06rem;
    right: 0.1rem;
    height: 0.14rem;
    width: 1px;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .access dt:after {
    left: calc(50% - 0.08rem);
    top: 0.3rem;
    height: 1px;
    width: 0.16rem;
  }
}
.mod_footer .access dd {
  font-size: 0.15rem;
  letter-spacing: 0.04em;
  line-height: 1.86;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .mod_footer .access dd {
    font-size: 0.12rem;
    line-height: 1.53;
  }
}
.mod_footer .snsLink {
  flex-wrap: nowrap;
}
@media screen and (max-width: 640px) {
  .mod_footer .snsLink {
    justify-content: center;
    margin-top: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .snsLink a img {
    height: 0.24rem;
  }
}
.mod_footer .link {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .mod_footer .link {
    margin-top: 0.2rem;
  }
}
.mod_footer .link .action {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .mod_footer .link .action {
    margin: 0.15rem;
    margin-top: 0;
  }
}
.mod_footer .link .action > li {
  width: auto;
}
@media screen and (max-width: 640px) {
  .mod_footer .link .action > li {
    width: calc(50% - 0.03rem);
  }
}
.mod_footer .link .action > li .mod_btn.message {
  width: 3.35rem;
  height: 0.56rem;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .mod_footer .link .action > li .mod_btn.message {
    height: 0.5rem;
  }
}
.mod_footer .link .action > li .mod_btn.message .en {
  font-size: 0.18rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .link .action > li .mod_btn.message .en {
    font-size: 0.14rem;
  }
}
.mod_footer .link .btn01 {
  width: 3.35rem;
  height: 0.56rem;
  background-color: #a99a73;
  border: none;
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
  .mod_footer .link .btn01 {
    width: 100%;
    height: 0.5rem;
  }
}
.mod_footer .link .btn01:after {
  border-color: #fff;
}
.mod_footer .link .btn01 span {
  font-size: 0.18rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .mod_footer .link .btn01 span {
    font-size: 0.14rem;
  }
}
.mod_footer .copyright {
  font-size: 0.15rem;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .mod_footer .copyright {
    font-size: 0.1rem;
  }
}

/* パンくず */
.pankuzuWrap {
  width: 100%;
  height: 0.3rem;
  background-color: #c0b599;
}
@media screen and (max-width: 640px) {
  .pankuzuWrap {
    height: 0.28rem;
    overflow: auto;
  }
}

.pankuzu {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  max-width: 11.9rem;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .pankuzu {
    height: 0.28rem;
  }
}
.pankuzu:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: calc(50% - 50vw);
  display: block;
  background-color: #a99a73;
}
.pankuzu .link {
  display: inline-block;
  position: relative;
  font-size: 0.13rem;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  padding: 0 0.1rem;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .pankuzu .link {
    height: 0.28rem;
    font-size: 0.11rem;
  }
}
.pankuzu .link:first-of-type {
  z-index: 3;
  background-color: #a99a73 !important;
}
@media screen and (max-width: 640px) {
  .pankuzu .link:first-of-type {
    padding-left: 0.2rem;
  }
}
.pankuzu .link:first-of-type:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: -0.14rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.15rem 0 0.15rem 0.14rem;
  border-color: transparent transparent transparent #a99a73 !important;
}
@media screen and (max-width: 640px) {
  .pankuzu .link:first-of-type:before {
    right: -0.115rem;
    border-width: 0.14rem 0 0.14rem 0.12rem;
  }
}
.pankuzu .link:nth-last-of-type(2) {
  z-index: 1;
  background-color: #b9ac8c;
}
.pankuzu .link:nth-last-of-type(2):before {
  content: "";
  position: absolute;
  top: 0;
  right: -0.14rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.15rem 0 0.15rem 0.14rem;
  border-color: transparent transparent transparent #b9ac8c;
}
@media screen and (max-width: 640px) {
  .pankuzu .link:nth-last-of-type(2):before {
    right: -0.115rem;
    border-width: 0.14rem 0 0.14rem 0.12rem;
  }
}
.pankuzu .link:nth-last-of-type(3) {
  z-index: 2;
  background-color: #b3a583;
}
.pankuzu .link:nth-last-of-type(3):before {
  content: "";
  position: absolute;
  top: 0;
  right: -0.14rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.15rem 0 0.15rem 0.14rem;
  border-color: transparent transparent transparent #b3a583;
}
@media screen and (max-width: 640px) {
  .pankuzu .link:nth-last-of-type(3):before {
    right: -0.115rem;
    border-width: 0.14rem 0 0.14rem 0.12rem;
  }
}
.pankuzu .link + .link {
  padding-left: 0.3rem;
}
@media screen and (max-width: 640px) {
  .pankuzu .link + .link {
    padding-left: 0.2rem;
  }
}
.pankuzu .link .linkin {
  display: flex;
  align-items: center;
  height: 0.3rem;
}
@media screen and (max-width: 640px) {
  .pankuzu .link .linkin {
    height: 0.28rem;
  }
}
.no-touchevents .pankuzu .link .linkin:hover span {
  text-decoration: underline;
}

/* SP追従 */
.flowbottomSP {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.45rem;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  transition: transform 1s;
  transform: translateY(100%);
  z-index: 999;
  padding-bottom: env(safe-area-inset-bottom);
}
.headerMenuFix .flowbottomSP.active {
  transform: none;
}
.flowbottomSP.endline {
  transform: translateY(100%) !important;
}
.flowbottomSP .action {
  margin-top: 0;
}
.flowbottomSP .action > li {
  width: 50%;
}
.flowbottomSP .action > li + li {
  margin-left: 0;
}
.flowbottomSP .action .mod_btn.message {
  height: 0.43rem;
}
.flowbottomSP .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.45rem;
  background-color: #a99a73;
  box-sizing: border-box;
  box-sizing: border-box;
}
.flowbottomSP .btn span {
  position: relative;
  display: inline-block;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  font-feature-settings: "palt";
  padding-left: 0.35rem;
}
.flowbottomSP .btn span:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.12rem);
  left: 0;
  display: block;
  height: 0.26rem;
  width: 0.26rem;
  background-image: url("../img/ico_contact_btmbtn.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.spmenuopen .flowbottomSP {
  pointer-events: none !important;
  transform: translateY(100%) !important;
}

.flowbottomSPinview {
  position: absolute;
  top: 105vh;
  bottom: 0;
  pointer-events: none;
  width: 0;
}

/* ページトップボタン */
.pagetopbtn {
  position: fixed;
  bottom: 0.55rem;
  right: 0.2rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  filter: opacity(0%);
  pointer-events: none;
  transition: filter 1s, opacity 0.3s, background 0.3s;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #333;
  box-sizing: border-box;
  z-index: 999;
  margin-bottom: env(safe-area-inset-bottom);
}
@media screen and (max-width: 640px) {
  .pagetopbtn {
    background-color: rgba(255, 255, 255, 0.5);
    bottom: 0.8rem;
    right: 0.13rem;
    width: 0.32rem;
    height: 0.32rem;
    transition: filter 1s, opacity 0.3s, background 0.3s, bottom 1s;
  }
}
.pagetopbtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 0.12rem;
  height: 0.12rem;
  margin: auto;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .pagetopbtn:after {
    width: 0.1rem;
    height: 0.1rem;
  }
}
.pagetopbtn.active {
  filter: opacity(100%);
  pointer-events: auto;
}
@media screen and (max-width: 640px) {
  .pagetopbtn.endline {
    bottom: 0.6rem !important;
  }
}
.no-touchevents .pagetopbtn:hover {
  background-color: white;
  opacity: 0.6;
}
.spmenuopen .pagetopbtn {
  pointer-events: none !important;
  filter: opacity(0%) !important;
}

.pagetopbtnInview {
  position: absolute;
  top: 200vh;
  bottom: 0;
  pointer-events: none;
  width: 0;
}

/* ベースレイアウト・下層ヘッダ */
.contentWrap {
  position: relative;
  z-index: 0;
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  .contentWrap {
    padding-top: 0.46rem;
  }
}
.contentWrap.withBg:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 6.46rem;
  width: 35.41%;
  background-color: #f8f5f5;
}
@media screen and (max-width: 640px) {
  .contentWrap.withBg:before {
    height: 4.05rem;
    width: calc(100% - 0.2rem);
  }
}
.contentWrap.withBg .contHeader {
  position: relative;
  max-width: 12.8rem;
  width: 100%;
  height: 5.4rem;
  margin: auto;
  padding-top: 2.56rem;
  padding-left: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .contentWrap.withBg .contHeader {
    height: 3.6rem;
    width: calc(100% - 0.3rem);
    margin-left: 0.3rem;
    padding-top: 2.25rem;
    padding-left: 0;
  }
}
.contentWrap.withBg .contHeader .mv {
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(50% - 5.4rem);
  right: calc(50% - 50vw);
  height: 5rem;
}
@media screen and (max-width: 640px) {
  .contentWrap.withBg .contHeader .mv {
    left: 0;
    right: 0;
    height: 3.3rem;
  }
}
.contentWrap.withBg .contHeader .contTit {
  display: inline-flex;
  align-items: center;
  height: 1.5rem;
  width: 4rem;
  padding-left: 0.6rem;
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .contentWrap.withBg .contHeader .contTit {
    height: 0.9rem;
    width: calc(100% - 0.8rem);
    padding-left: 0.3rem;
    margin-left: -0.3rem;
  }
}

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

任意追加

----------------------------------------------------------------------------- */
.palt {
  font-feature-settings: "palt";
}

.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%;
}

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

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

モーション

----------------------------------------------------------------------------- */
[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] {
  filter: opacity(0);
  opacity: 0;
  transition: filter 1s cubic-bezier(0.625, 0, 0.355, 1), opacity 1s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity01].active {
  filter: opacity(100%);
  opacity: 1;
}
[data-pararax01] [data-pararax01-opacity02] {
  filter: opacity(0);
  opacity: 0;
  transition: filter 1s cubic-bezier(0.625, 0, 0.355, 1), opacity 1s cubic-bezier(0.625, 0, 0.355, 1), transform 1s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity02].active {
  filter: opacity(100%);
  opacity: 1;
  transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity02] {
  transform: translate(-15px, 0);
}
[data-pararax01] [data-pararax01-opacity03] {
  filter: opacity(0);
  opacity: 0;
  transition: filter 1s cubic-bezier(0.625, 0, 0.355, 1), opacity 1s cubic-bezier(0.625, 0, 0.355, 1), transform 1s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity03].active {
  filter: opacity(100%);
  opacity: 1;
  transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity03] {
  transform: translate(15px, 0);
}
[data-pararax01] [data-pararax01-opacity04] {
  filter: opacity(0);
  opacity: 0;
  transition: filter 1s cubic-bezier(0.625, 0, 0.355, 1), opacity 1s cubic-bezier(0.625, 0, 0.355, 1), transform 1s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity04].active {
  filter: opacity(100%);
  opacity: 1;
  transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity04] {
  transform: translate(0, 15px);
}
[data-pararax01] [data-pararax01-opacity05] {
  filter: opacity(0);
  opacity: 0;
  transition: filter 1s cubic-bezier(0.625, 0, 0.355, 1), opacity 1s cubic-bezier(0.625, 0, 0.355, 1), transform 1s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity05].active {
  filter: opacity(100%);
  opacity: 1;
  transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity05] {
  transform: translate(0, -15px);
}
[data-pararax01] [data-pararax01-opacity06] {
  filter: opacity(0);
  opacity: 0;
  transition: filter 1s cubic-bezier(0.625, 0, 0.355, 1), opacity 1s cubic-bezier(0.625, 0, 0.355, 1), transform 1s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity06].active {
  filter: opacity(100%);
  opacity: 1;
  transform: scale(1);
}
[data-pararax01] [data-pararax01-opacity06] {
  transform: scale(0.9);
}

[data-pararax02] {
  opacity: 0;
}
[data-pararax02][data-pararax02-set] {
  opacity: 1;
  transition: transform 1s cubic-bezier(0, 0.735, 0.565, 1);
  will-change: transform;
}/*# sourceMappingURL=common.css.map */