@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

q:before, q:after {
  content: "";
  content: none;
}

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

* {
  box-sizing: border-box;
}

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

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.num li {
  list-style: decimal;
  margin-left: 1rem;
}

a {
  cursor: pointer;
}

.mfont {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gfont {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mt0 {
  margin-top: 0px;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mt3 {
  margin-top: 3em;
}

.mt4 {
  margin-top: 4em;
}

.mt5 {
  margin-top: 5em;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0em;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

.mb4 {
  margin-bottom: 4em;
}

.mb5 {
  margin-bottom: 5em;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.phW100 {
  width: 100%;
}
.phW100 img {
  width: 100%;
}

.phW80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.phW80 img {
  width: 100%;
}

.phW60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.phW60 img {
  width: 100%;
}

.phW40 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.phW40 img {
  width: 100%;
}

.phW20 {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}
.phW20 img {
  width: 100%;
}

.phW15 {
  width: 15%;
  margin-left: auto;
  margin-right: auto;
}
.phW15 img {
  width: 100%;
}

.phW10 {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
}
.phW10 img {
  width: 100%;
}

.w05 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w23 {
  width: 23%;
}

.w24 {
  width: 24%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w32 {
  width: 32%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.minus30 {
  margin-top: -30%;
}

.minus15 {
  margin-top: -15%;
}

.minus10 {
  margin-top: -10%;
}

.minus05 {
  margin-top: -5%;
}

.leftFlow {
  float: left;
  display: block;
}

.rightFlow {
  float: right;
  display: block;
}

.hidden {
  display: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}
html {
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  height: -webkit-fill-available;
}

body {
  background-color: white;
  margin: 0;
  font-size: 1.6em;
  box-sizing: border-box;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
body img {
  width: 100%;
}

.reservenone {
  display: none;
}

.online {
  display: none;
}

.lity-close {
  position: absolute;
  top: -40px;
  right: -40px;
}

/* ! Mixin */
h1,
h2,
h3 {
  font-weight: 700;
  line-height: 2;
}

p {
  font-size: 0.9rem;
  line-height: 2;
}
p.strong {
  font-weight: bold;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

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

.strong {
  font-weight: bold;
}

hr {
  border-color: #eeeeee;
}

.ph {
  position: relative;
}

.wb {
  word-break: keep-all;
  overflow-wrap: break-word;
}

.fitcontents {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.container {
  position: relative;
  width: min(94%, 1440px);
  margin-left: auto;
  margin-right: auto;
}

.w50container {
  width: min(94%, 600px);
  margin-left: auto;
  margin-right: auto;
}

.w60container {
  width: min(94%, 900px);
  margin-left: auto;
  margin-right: auto;
}

.w70container {
  width: min(94%, 1000px);
  margin-left: auto;
  margin-right: auto;
}

.w80container {
  width: min(94%, 1200px);
  margin-left: auto;
  margin-right: auto;
}

.red {
  color: #004B9D;
}

.white {
  color: white;
}

.whiteBack {
  background-color: #fff;
  padding: 2% 0;
  width: 100%;
}

.left,
.txt-left {
  text-align: left;
}

.right,
.txt-right {
  text-align: right;
}

.center,
.txt-center,
.center_pc {
  text-align: center;
}

.pcHidden {
  display: none;
}

.white-space {
  white-space: nowrap;
}

.iv {
  opacity: 0;
}

sup {
  font-size: 0.5em;
  vertical-align: super;
}

.txshadow-b {
  text-shadow: 2px 2px 2px black;
}

.txshadow-w {
  text-shadow: 2px 2px 2px white;
}

.caption {
  font-size: 0.7rem;
  margin: 0.5rem 0 0em 0em;
  line-height: 1.5;
  letter-spacing: 0;
}
.caption.minusTop {
  margin-top: -4em;
}
.caption.left, .caption.txt-left {
  text-align: left !important;
  margin-left: 2em;
}
.caption.right, .caption.txt-right {
  text-align: right !important;
}

.caption_top {
  position: absolute;
  top: 2px;
  left: 5px;
  font-size: 0.7rem;
  margin-bottom: 0;
  color: black;
}
.caption_top.white {
  color: white;
}
.caption_top.right {
  left: auto;
  right: 5px;
}

.caption_btm {
  position: absolute;
  bottom: 2px;
  left: 5px;
  font-size: 0.7rem;
  margin-bottom: 0;
  color: black;
}
.caption_btm.white {
  color: white;
}
.caption_btm.right {
  left: auto;
  right: 5px;
}

ol.num li {
  list-style: decimal;
  list-style-position: outside;
  line-height: 1.5;
  margin-left: 1em;
}

ul.disc li {
  list-style: disc;
  list-style-position: outside;
  line-height: 1.5;
  margin-left: 1em;
}

ul.square li {
  list-style: square;
  list-style-position: outside;
  line-height: 1.5;
  margin-left: 1rem;
}

.stickyContainer {
  position: relative;
}

.ph.soon::after {
  position: absolute;
  display: block;
  content: url("../images/top/ttl-comongsoon.svg");
  margin: 34% 50%;
  width: min(44%, 300px);
  transform: translate(-50%);
  z-index: 100;
}
@media (orientation: portrait) and (max-width: 767px) {
  .ph.soon::after {
    margin: 30% 50%;
  }
}

/* Header */
.headStack {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
}
.headStack.is-scroll {
  background-color: white;
}
@media (orientation: portrait) and (max-width: 767px) {
  .headStack {
    background-image: none;
  }
}

header {
  position: relative;
  height: 72px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (orientation: portrait) and (max-width: 767px) {
  header {
    height: 60px;
  }
}
header .container {
  display: flex;
  width: min(94%, 1440px);
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
header .container .headerLogo {
  width: min(80%, 318px);
}
header .container .headerLogo .logo {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
header .container .headerLogo .logo .logoBox {
  margin-right: 35px;
}
header .container .headerLogo .logo .logoBox img {
  width: auto;
  height: 64px;
}
@media screen and (max-width: 991px) {
  header .container .headerLogo .logo .logoBox img {
    height: 40px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  header .container .headerLogo .logo .logoBox img {
    height: 40px;
  }
}
header .container .headerLogo .logo .pjName {
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: black;
  font-weight: 400;
  margin-top: -7px;
}
@media (orientation: portrait) and (max-width: 767px) {
  header .container .headerLogo .logo .pjName {
    font-size: 0.7rem;
    margin-top: 0;
  }
}
header .container .headerLogo .logo .pjName {
  /*
  img {
  	width: auto;
  	height: 46px;
  	@include responsive(pc) {
  	}
  	@include responsive(tb) {
  		height: 40px;
  	}
  	@include responsive(sp) {
  		height: 40px;
  	}
  }
  */
}
@media (orientation: portrait) and (max-width: 767px) {
  header .container .headerLogo {
    width: 86%;
  }
}
header .container nav {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
header .container nav ul {
  display: flex;
  align-items: center;
}
header .container nav ul li {
  font-size: 0.8rem;
}
header .container nav ul li.spHidden__btn01--01 {
  margin-right: 15px;
}
header .container nav ul li.spHidden__btn01--02 {
  margin-right: 18px;
}
header .container nav ul li.spHidden__btn01 a img {
  height: 14px;
}
header .container nav ul li.spHidden__btn02--01 {
  margin-right: 8px;
}
header .container nav ul li.spHidden__btn02 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 132px;
  height: 43px;
}
header .container nav ul li.spHidden__btn02 a img {
  height: 19px;
}
header .container nav.spHidden {
  padding-right: 64px;
}
header .container nav.spHidden a {
  display: block;
  text-align: center;
  line-height: 1.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .container nav.spHidden a:hover {
  opacity: 0.7;
}
header .container nav.spHidden a span {
  font-size: 0.8em;
}
header .container nav.spHidden a.request {
  background-color: #004B9D;
  color: white;
}
header .container nav.spHidden a.reserve {
  background: white;
  border: 1px solid #004B9D;
  color: white;
}
header .container nav.spHidden a.online {
  background-color: #b99364;
  color: white;
}
header .container nav.spNav {
  display: none;
}

/* !topNavi */
#topNavi {
  z-index: 9999;
  width: 43px;
  height: 43px;
  position: fixed;
  top: 14px;
  right: 14px;
}
@media (orientation: portrait) and (max-width: 767px) {
  #topNavi {
    top: 8px;
    right: 8px;
  }
}
#topNavi .inner p {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #004b9d;
}
#topNavi .inner .gNaviBtn {
  display: block;
  width: 43px;
  height: 43px;
  outline: none;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 43px;
  height: 43px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  z-index: 1;
}
.menu-trigger span {
  position: absolute;
  left: 12px;
  width: 19px;
  height: 1px;
  background-color: #004b9d;
}
.menu-trigger span:nth-of-type(1) {
  top: 8px;
}
.menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.menu-trigger span:nth-of-type(3) {
  top: 20px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
}

/* !Global Navi */
#navigationStack {
  position: absolute;
  z-index: 100;
  top: 72px;
}
@media (orientation: portrait) and (max-width: 767px) {
  #navigationStack {
    top: 60px;
  }
}

#gNavi {
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
}
#gNavi.panelactive {
  visibility: visible;
  opacity: 1;
}
#gNavi .gnaviinner {
  position: relative;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 75, 157, 0.8);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  height: calc(100% - 60px);
}
@media (orientation: portrait) and (max-width: 767px) {
  #gNavi .gnaviinner {
    height: calc(100dvh - 60px - 68px);
  }
}
#gNavi .gnaviinner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 75, 157, 0.5);
  opacity: 0.5;
  mix-blend-mode: color;
}
#gNavi .gnaviinner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(35, 24, 21, 0.7);
  mix-blend-mode: multiply;
}
#gNavi .gnaviinner .centerItem {
  width: 100%;
  position: relative;
  z-index: 1;
}
#gNavi .gnaviinner .centerItem .inner {
  width: 50%;
  max-width: 1000px;
  margin: 10% auto 5%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (orientation: portrait) and (max-width: 767px) {
  #gNavi .gnaviinner .centerItem .inner {
    width: 80%;
  }
}
#gNavi .gnaviinner .centerItem .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gNavi .gnaviinner .centerItem .inner ul li {
  width: 48%;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  margin: 0;
}
#gNavi .gnaviinner .centerItem .inner ul li.navi_01 {
  width: 100%;
  margin-top: 0;
}
#gNavi .gnaviinner .centerItem .inner ul li.navi_01 a {
  padding-top: 1em;
}
#gNavi .gnaviinner .centerItem .inner ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.75em 0 1.75em;
  transition: opacity 0.25s ease-in-out;
}
#gNavi .gnaviinner .centerItem .inner ul li a:hover {
  opacity: 0.5;
}
#gNavi .gnaviinner .centerItem .inner ul li a img {
  height: 32px;
}
@media (orientation: portrait) and (max-width: 767px) {
  #gNavi .gnaviinner .centerItem .inner ul li {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
  }
}

/*
nav#gNavi {
	font-family: 'Roboto', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
	font-weight: 500;
	width: 100%;
	background-color: white;
	//border-bottom: 2px solid $gold;
	padding-top: 4px;
	z-index: 10;

	ul.content-menu {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		gap: 0;

		li {
			height: auto;
			text-align: center;
			font-size: 0.8em;
			letter-spacing: 0.15em;
			text-transform:uppercase;
			width: 130px;
			padding: 0 10px;

			a {
				display: block;
				width: 100%;
				padding: 6px 0;
				color: $dgray;
				background-color: transparent;

				img {
					vertical-align: bottom;
				}

				&:hover {
					background-color: $dgray;
					color: white;
				}
				&.soon {
					pointer-events: none;
					opacity: 0.3;
					//color: $mgray;
				}
			}

			&.current {
				a {
					background-color: $dgray;
					color: white;
				}
			}

			&.new {
				span.off {
					&::after {
						position: absolute;
						top: -15px;
						right: -0px;
						width: 30px;
						height: 15px;
						content: url("../images/common/new.png");
						z-index: 10;
					}
				}
			}

			&:first-child {
				//display: none; // Top 非表示
			}
		}
	}
}
*/
main section {
  position: relative;
  width: 100%;
  z-index: 1;
}
main img {
  height: auto;
}

.menuContent {
  width: 100%;
  padding: 5% 0%;
}
.menuContent .container {
  position: relative;
  width: min(80%, 300px);
  margin: 0 auto;
}
.menuContent .container .logo {
  width: 80%;
  max-width: 220px;
  margin: 0 auto 10%;
}
.menuContent .container ul.content-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px 0;
}
.menuContent .container ul.content-menu li {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  position: relative;
  width: 100%;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  vertical-align: middle;
  border: 1px dashed #4A4A4A;
}
.menuContent .container ul.content-menu li a {
  display: block;
  padding: 20px 20px;
  color: #EEEEEE;
}
.menuContent .container ul.content-menu li a span.on {
  position: absolute;
  display: block;
  font-size: 0.8em;
  right: 10px;
  top: 40%;
  color: #B5B5B6;
}
.menuContent .container ul.content-menu li:hover {
  background-color: #004B9D;
}
.menuContent .container .bttomBtnArea {
  background-color: transparent;
}
.menuContent .container .bttomBtnArea .middle {
  width: 100%;
  font-family: "Roboto", sans-serif;
  flex-direction: column;
  gap: 10px 0;
}
.menuContent .container .bttomBtnArea .middle button.basicBW {
  width: 100%;
  aspect-ratio: 16/3;
}
@media screen and (max-width: 1199px) {
  .menuContent .container {
    width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .menuContent .container {
    width: 90%;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .menuContent .container {
    width: 100%;
  }
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-color: #004B9D;
}

/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 20px;
  height: 3px;
  border-radius: 2px;
  background-color: white;
  width: 55%;
}

.openbtn1 span:nth-of-type(1) {
  top: 20px;
}

.openbtn1 span:nth-of-type(2) {
  top: 35px;
}

.openbtn1 span:nth-of-type(3) {
  top: 50px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 20px;
  left: 22px;
  transform: translateY(15px) rotate(-45deg);
  width: 40%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 50px;
  left: 22px;
  transform: translateY(-15px) rotate(45deg);
  width: 40%;
}

/* !Bottom Area */
.contact {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 0px;
}
.contact .contactTitle {
  font-size: 1.2em;
}
.contact .telNo {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #004B9D;
}
.contact .telNo svg {
  width: 100%;
}
.contact p {
  font-size: 0.8em;
  line-height: 2;
  margin: 0;
}

.bannerArea {
  width: 100%;
  z-index: 1;
  padding: 0;
  border: none;
}
.bannerArea .w100Container {
  position: relative;
  width: 100%;
  background-color: transparent;
  padding-top: 30px;
}
.bannerArea .w100Container ul {
  width: 80%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.bannerArea .w100Container ul li {
  width: 24%;
  margin: 0.5%;
}
.bannerArea .w100Container ul li img {
  width: 100%;
}

.bttomBtnArea, .btnArea {
  position: relative;
  width: 100%;
  padding: 10px 0;
  z-index: 0;
  background-color: white;
  color: black;
}
.bttomBtnArea .container, .btnArea .container {
  width: 70%;
  margin: 0 auto;
}
.bttomBtnArea .middle, .btnArea .middle {
  width: 100%;
  max-width: 800px;
  margin: 3% auto;
  padding: 0;
  text-align: center;
}
.bttomBtnArea .middle .flexcontainer, .btnArea .middle .flexcontainer {
  justify-content: center;
  gap: 1em 30px;
  margin-bottom: 1em;
}
.bttomBtnArea .middle button.basicBW, .btnArea .middle button.basicBW {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  width: 46%;
  aspect-ratio: 16/3;
  border: 1px solid white;
  font-size: 1rem;
  color: #EEEEEE;
  letter-spacing: 0.2em;
  background-image: url(../images/common/triangle-w.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: transparent;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.bttomBtnArea .middle button.basicBW.request, .btnArea .middle button.basicBW.request {
  background-color: #004B9D;
  color: white;
}
.bttomBtnArea .middle button.basicBW.reserve, .btnArea .middle button.basicBW.reserve {
  background-color: #FFF;
  color: #004b9d;
  border: 1px solid #004b9d;
}
.bttomBtnArea .middle button.basicBW.online, .btnArea .middle button.basicBW.online {
  background-color: #081D3C;
  color: white;
}
.bttomBtnArea .middle button.basicBW .fa, .btnArea .middle button.basicBW .fa {
  position: absolute;
  top: 32%;
  right: 10px;
  font-size: 20px;
}
.bttomBtnArea .middle button.basicBW, .btnArea .middle button.basicBW {
  z-index: 2;
}
.bttomBtnArea .middle button.basicBW span, .btnArea .middle button.basicBW span {
  font-size: 0.7em;
}
.bttomBtnArea .middle button.basicBW:hover, .btnArea .middle button.basicBW:hover {
  background-color: white;
  color: black;
  background-image: url(../images/common/triangle.svg);
}
.bttomBtnArea .middle button.basicBW.reserve:hover, .btnArea .middle button.basicBW.reserve:hover {
  background-color: #004b9d;
  color: #FFF;
  background-image: url(../images/common/triangle-w.svg);
}
.bttomBtnArea .hpLink, .btnArea .hpLink {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  .bttomBtnArea .hpLink, .btnArea .hpLink {
    margin-top: 1rem;
  }
}
.bttomBtnArea .hpLink li + li, .btnArea .hpLink li + li {
  margin-left: 25px;
}
.bttomBtnArea .hpLink li a, .btnArea .hpLink li a {
  color: inherit;
  line-height: 1.2;
  display: block;
  padding: 0.5em 0;
}
.bttomBtnArea .hpLink li a:hover, .btnArea .hpLink li a:hover {
  text-decoration: underline;
}
.bttomBtnArea .hpLink li a img, .btnArea .hpLink li a img {
  width: auto;
  height: 20px;
}
.bttomBtnArea .hpLink li.soon, .btnArea .hpLink li.soon {
  display: none;
}
.bttomBtnArea .caption, .btnArea .caption {
  color: inherit;
}
.bttomBtnArea .flexcontainerBtn, .btnArea .flexcontainerBtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.bttomBtnArea .flexcontainerBtn > a, .btnArea .flexcontainerBtn > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #004b9d;
  aspect-ratio: 132/43;
  width: 180px;
}
.bttomBtnArea .flexcontainerBtn > a img, .btnArea .flexcontainerBtn > a img {
  height: 30px;
}
@media (orientation: portrait) and (max-width: 767px) {
  .bttomBtnArea .flexcontainerBtn--reservation, .btnArea .flexcontainerBtn--reservation {
    margin-top: 1rem;
  }
}
.bttomBtnArea .flexcontainerBtn--reservation > a, .btnArea .flexcontainerBtn--reservation > a {
  background: #FFF;
  border: 1px solid #004b9d;
}
@media (orientation: portrait) and (max-width: 767px) {
  .bttomBtnArea .container, .btnArea .container {
    width: 100%;
    margin: 0 auto;
  }
  .bttomBtnArea .middle .flexcontainer, .btnArea .middle .flexcontainer {
    gap: 0;
    margin-bottom: 0;
  }
  .bttomBtnArea .middle button.basicBW, .btnArea .middle button.basicBW {
    width: 100%;
    aspect-ratio: 16/3;
    margin-bottom: 0.5em;
  }
  .bttomBtnArea .middle button.basicBW:last-child, .btnArea .middle button.basicBW:last-child {
    margin-bottom: 0;
  }
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.btnStack {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: auto;
  z-index: 102;
}

footer {
  position: relative;
  width: 100%;
  padding: 0px;
  background-color: #EEEEEE;
  color: #212121;
  font-weight: normal;
  z-index: 0;
}
footer aside {
  background-color: #212121;
}
footer aside .infobox {
  padding: 50px 0;
  font-size: 0.8em;
  color: #EEEEEE;
}
footer aside .infobox .telSpec {
  margin-top: 8px;
  color: white;
  line-height: 1.6;
  text-align: center;
}
footer aside .infobox .telSpec span {
  margin: 0;
}
footer .bottomStack {
  width: 100%;
  padding: 20px 0 10px;
  background-color: white;
}
footer .bottomStack .centerLogo {
  width: 300px;
  margin: 20px auto 10px;
}
footer .bottomStack .centerLogo img {
  width: 100%;
}
footer .bottomStack .copyright {
  text-align: center;
  color: #212121;
  font-size: 0.7em !important;
}

.linkButton {
  margin: 5% auto 0;
  width: 100px;
}
.linkButton a {
  display: block;
  width: 120px;
  height: 120px;
  padding: 46px 0;
  color: white;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  background-color: #004B9D;
  text-align: center;
}
.linkButton a:hover {
  opacity: 0.5;
}

.footerNavi {
  display: none;
}

/* !flexbox */
.flexContainer,
.flexcontainer {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexContainer .flexItem2,
.flexcontainer .flexItem2 {
  width: 49%;
}
.flexContainer .w15,
.flexcontainer .w15 {
  width: 15%;
}
.flexContainer .w19,
.flexcontainer .w19 {
  width: 19%;
}
.flexContainer .w20,
.flexcontainer .w20 {
  width: 20%;
}
.flexContainer .w24,
.flexcontainer .w24 {
  width: 24%;
}
.flexContainer .w25,
.flexcontainer .w25 {
  width: 25%;
}
.flexContainer .w30,
.flexContainer .flexItem3,
.flexContainer .flexItem3_1,
.flexcontainer .w30,
.flexcontainer .flexItem3,
.flexcontainer .flexItem3_1 {
  width: 30%;
}
.flexContainer .w32,
.flexcontainer .w32 {
  width: 32%;
}
.flexContainer .w33,
.flexcontainer .w33 {
  width: 33%;
}
.flexContainer .w40,
.flexcontainer .w40 {
  width: 40%;
}
.flexContainer .w45,
.flexcontainer .w45 {
  width: 45%;
}
.flexContainer .w48,
.flexcontainer .w48 {
  width: 48%;
}
.flexContainer .w49,
.flexcontainer .w49 {
  width: 49%;
}
.flexContainer .w50,
.flexcontainer .w50 {
  width: 50%;
}
.flexContainer .w55,
.flexcontainer .w55 {
  width: 55%;
}
.flexContainer .w60,
.flexcontainer .w60 {
  width: 60%;
}
.flexContainer .w65,
.flexcontainer .w65 {
  width: 65%;
}
.flexContainer .w66,
.flexContainer .flexItem3_2,
.flexcontainer .w66,
.flexcontainer .flexItem3_2 {
  width: 66%;
}
.flexContainer .w70,
.flexcontainer .w70 {
  width: 70%;
}
.flexContainer .w75,
.flexcontainer .w75 {
  width: 75%;
}
.flexContainer.btAlign, .flexContainer.flex-align-end, .flexContainer.alignen,
.flexcontainer.btAlign,
.flexcontainer.flex-align-end,
.flexcontainer.alignen {
  align-items: flex-end;
}
.flexContainer.flATop, .flexContainer.flex-align-start, .flexContainer.alignst,
.flexcontainer.flATop,
.flexcontainer.flex-align-start,
.flexcontainer.alignst {
  align-items: flex-start;
}
.flexContainer.flex-align-center, .flexContainer.aligncent,
.flexcontainer.flex-align-center,
.flexcontainer.aligncent {
  align-items: center;
}
.flexContainer.flex-align-stretch, .flexContainer.alignstr,
.flexcontainer.flex-align-stretch,
.flexcontainer.alignstr {
  align-items: stretch;
}
.flexContainer.flex-justify-start, .flexContainer.flst,
.flexcontainer.flex-justify-start,
.flexcontainer.flst {
  justify-content: flex-start;
}
.flexContainer.flex-justify-end, .flexContainer.flen,
.flexcontainer.flex-justify-end,
.flexcontainer.flen {
  justify-content: flex-end;
}
.flexContainer.flex-justify-center, .flexContainer.flcent,
.flexcontainer.flex-justify-center,
.flexcontainer.flcent {
  justify-content: center;
}
.flexContainer.gap10,
.flexcontainer.gap10 {
  gap: 10px;
}
.flexContainer.gap20,
.flexcontainer.gap20 {
  gap: 20px;
}

/* !Button */
.btn {
  letter-spacing: 3px;
}

.btn_pageTop {
  position: fixed;
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  background-color: #004B9D;
  z-index: 9999;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.btn_pageTop a {
  color: white;
}

.btn_scroll {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  color: white;
  background-color: black;
  background-image: url(../images/common/nLogo_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  border: 1px solid black;
  z-index: 1;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -moz-animation: fluffy1 4s ease infinite;
  -webkit-animation: fluffy1 4s ease infinite;
  animation: fluffy1 4s ease infinite;
}
.btn_scroll p {
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 0;
}

.btn-close {
  padding: 10px 20px;
  background-color: #4A4A4A;
  border: none;
  color: white;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 100px;
  margin: 0 auto;
  font-size: 0.6em;
}

.btn-more {
  display: block;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.btn-more img {
  width: 90%;
}
.btn-more a {
  color: white;
}

.btn-more-inner {
  position: absolute;
  bottom: -5%;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  color: white;
  letter-spacing: 2px;
  text-align: center;
  background-color: black;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.btn-more-inner:hover {
  background-color: #004B9D;
  color: white;
}

/* !gNavi Anime */
.borderBtmTop {
  display: inline-block;
  position: relative;
}
.borderBtmTop a {
  color: white;
}
.borderBtmTop a .fa {
  color: #004B9D;
}
.borderBtmTop a:hover .fa {
  color: white;
}
.borderBtmTop.current {
  background-color: #004B9D;
}
.borderBtmTop.current .fa {
  color: white;
}

.borderBtmTop::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleY(0);
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #004B9D;
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.borderBtmTop:hover::after {
  transform: scaleY(1);
  transform-origin: bottom left;
}

.borderBtmTop span {
  position: relative;
  z-index: 10;
  display: block;
}

.reflection {
  position: relative;
  overflow: hidden;
  background-color: #666;
}

.reflection::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 3s ease-in-out infinite;
}

@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/**************************************

				 !Media

***************************************/
/* !tab */
@media screen and (max-width: 991px) {
  header .container {
    width: 98%;
    padding: 0;
  }
  header .container .headerLogo .logo {
    padding-left: 12px;
  }
  header .container .headerLogo .logo .logoBox {
    width: 100px;
    width: auto;
    margin-right: 15px;
  }
  header .container nav ul {
    display: flex;
    align-items: center;
  }
  header .container nav ul li {
    font-size: 0.6rem;
  }
  header .container nav.spHidden a {
    line-height: 1;
  }
  nav#gNavi ul.content-menu li {
    margin: 0px;
    font-size: 0.7em;
    letter-spacing: 0px;
  }
}
/* !SP */
@media only screen and (max-width: 767px) {
  .spHidden {
    display: none;
  }
  .pcHidden {
    display: block;
  }
  .center_pc {
    text-align: justify;
  }
  .bttomBtnArea {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .bttomBtnArea .middle {
    flex-direction: column;
    gap: 10px 0;
  }
  .w60container,
  .w70container,
  .w80container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .headStack {
    position: sticky;
    top: 0;
    height: 60px;
    z-index: 9999;
  }
  .headStack header {
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .headStack header .container {
    padding: 10px 15px;
    flex-direction: row;
  }
  .headStack header .container .headerLogo {
    margin: 2px 0;
  }
  .headStack header .container .headerLogo .logo {
    flex-direction: row;
    min-width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .headStack header .container .headerLogo .logo .logoBox {
    width: auto;
  }
  .headStack header .container .headerLogo .logo .logoBox img {
    vertical-align: middle;
  }
  .headStack header .container nav.spNav {
    display: block;
    right: 0px;
    width: 40px;
    height: 40px;
    z-index: 100;
    background-color: transparent;
  }
  .headStack header .container nav.spNav .menu-button {
    width: 40px;
    margin: 0em 0em 0em auto;
  }
  nav#gNavi {
    position: fixed;
    width: 100%;
    top: 60px;
    bottom: 0;
    background-color: black;
    overflow-y: auto;
    z-index: 9999;
  }
  nav#gNavi .container {
    padding: 3% 0;
  }
  nav#gNavi .container ul.content-menu {
    width: 70%;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
  }
  nav#gNavi .container ul.content-menu li {
    width: 70%;
    margin: 0 auto 1em;
  }
  nav#gNavi .container ul.content-menu li a {
    display: block;
    width: 100%;
    color: white;
  }
  nav#gNavi a.closeBtn {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  nav#gNavi a.closeBtn .fa {
    color: white;
    font-size: 30px;
  }
  .btn-close {
    display: block;
  }
  .borderBtmTop::after {
    display: none;
  }
  .footerNavi {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 68px;
    background-color: black;
    z-index: 9999;
    padding: 0.5em;
  }
  .footerNavi nav.spNav ul.sp_buttons {
    display: flex;
    justify-content: center;
  }
  .footerNavi nav.spNav ul.sp_buttons li {
    width: 20%;
    border-right: 1px solid white;
  }
  .footerNavi nav.spNav ul.sp_buttons li img {
    width: 98%;
    margin: 0 auto;
  }
  .footerNavi nav.spNav ul.sp_buttons li:last-child {
    border-right: none;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.blurTrigger,
.zoomInTrigger,
.zoomOutTrigger {
  opacity: 0;
}

/* zoomIn */
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* zoomOut */
.zoomOut {
  animation-name: zoomOutAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* blur */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes sp-blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/* fadeUp */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* fadeDown */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* fadeLeft */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* fadeRight */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.visible {
  position: relative;
  overflow: hidden;
}

.visible::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 100%;
  background: #cbcfd3;
  transform-origin: right top; /* アニメーションの軸となる座標 */
  transition: 2.5s; /* 1秒かけてアニメーションする */
  z-index: 2;
}

.effect.visible::before {
  transform: scale(0, 1);
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time05 {
  animation-delay: 0.5s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time08 {
  animation-delay: 0.8s;
}

.delay-time1 {
  animation-delay: 1s;
}

.delay-time15 {
  animation-delay: 1.5s;
}

.delay-time2 {
  animation-delay: 2s;
}

.delay-time25 {
  animation-delay: 2.5s;
}

/* アニメーション自体が変化する時間を決めるCSS*/
.change-time05 {
  animation-duration: 0.5s;
}

.change-time1 {
  animation-duration: 1s;
}

.change-time15 {
  animation-duration: 1.5s;
}

.change-time2 {
  animation-duration: 2s;
}

.change-time25 {
  animation-duration: 2.5s;
}

.change-time3 {
  animation-duration: 3s;
}

/* ================================================================================
*pageMainImg
================================================================================ */
.pageMainImg {
  position: relative;
}
.pageMainImg__caption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 0.44rem;
  color: #FFF;
  line-height: 1;
}

/* ================================================================================
*disable
================================================================================ */
.disable {
  opacity: 0.2;
  pointer-events: none;
}

/* !tab */
.tabBase {
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #979796;
  padding: 30px;
}
.tabBase .titleStack {
  padding-left: 30px;
  padding-right: 30px;
}
.tabBase .titleStack h1.pageTitle {
  margin: 0 0 0px 0;
}
.tabBase .titleStack p.lead {
  margin-top: 0;
}

.tabContainer {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.tabMenu {
  width: 100%;
}
.tabMenu ul.tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tabMenu ul.tab li {
  list-style: none;
  width: 16.666%;
  font-size: 1.2em;
  letter-spacing: 0px;
  text-align: center;
  border-right: 1px solid #b99364;
  text-transform: uppercase;
}
.tabMenu ul.tab li.item2 {
  width: 50%;
}
.tabMenu ul.tab li.item3 {
  width: 33.333%;
}
.tabMenu ul.tab li.item4 {
  width: 25%;
  border-bottom: 1px solid #b99364;
}
.tabMenu ul.tab li.item5 {
  width: 20%;
  border-bottom: 1px solid #b99364;
}
.tabMenu ul.tab li:last-child {
  border-right: none;
}
.tabMenu ul.tab li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #4A4A4A;
  background-color: #EEEEEE;
  cursor: pointer;
}
.tabMenu ul.tab li a:hover, .tabMenu ul.tab li a.selected {
  background-color: #b99364;
  color: white;
  text-decoration: none;
}
.tabMenu ul.tab li span {
  font-size: 0.7em;
}
.tabMenu ul.tab li sup {
  vertical-align: super;
  font-size: 0.7em;
}

.tabItem > .stack {
  padding: 15px;
}

/* !tab panel */
.tabPanel {
  padding: 0px;
}
.tabPanel .tab {
  width: 100%;
  list-style: none;
  line-height: 1.5;
}
.tabPanel h2 {
  margin: 15px 0;
}
.tabPanel h2.bBorder {
  margin: 0 0 30px;
  padding: 0px;
  letter-spacing: 5px;
}
.tabPanel h3 {
  font-weight: bold;
  margin-bottom: 15px;
}
.tabPanel h4,
.tabPanel h5 {
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .tabMenu ul.tab li {
    font-size: 0.7em;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  .tabContainer {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .tabBase {
    padding: 0px;
  }
  .tabBase .titleStack {
    padding: 0;
  }
  .tabMenu ul.tab li {
    font-size: 0.7em;
    letter-spacing: 0px;
  }
  .tabMenu ul.tab li.item2, .tabMenu ul.tab li.item3, .tabMenu ul.tab li.item4, .tabMenu ul.tab li.item5 {
    width: 100%;
  }
}
html,
body {
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
}

h2 {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}

h3 {
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 2px;
}

h2.wb,
h3.wb,
h4.wb,
h5.wb,
h6.wb,
p.wb {
  word-break: keep-all;
  overflow-wrap: break-word;
}
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
p span {
  display: inline-block;
}

p.caption,
p.caption_btm {
  font-size: 0.7rem;
  word-break: normal;
  overflow-wrap: normal;
}
p.caption--wh,
p.caption_btm--wh {
  color: #FFF;
}

sup {
  vertical-align: super;
  font-size: 0.7em;
}

.eng {
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #b99364;
}

.dashB {
  background-color: transparent;
  border-bottom: 1px dashed #212121;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.boxNumber {
  display: inline-block;
  width: 1.6em;
  line-height: 1.6;
  padding-bottom: 0;
  background-color: #840420;
  box-sizing: border-box;
  color: white;
  text-align: center;
  margin-right: 0.5em;
  vertical-align: middle;
}

.objfit {
  object-fit: cover;
  width: 100%;
  height: inherit;
}

.item100,
.w100 {
  width: 100%;
}

main {
  display: block;
  position: relative;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  font-weight: 400;
  color: #4A4A4A;
}
main img {
  width: 100%;
}
main ul li {
  font-size: 0.9rem;
}

#design {
  overflow: hidden;
}

/* ==============================================================================
*designBlk01
============================================================================== */
.designBlk01 {
  position: relative;
  background: #4c4c4c;
}
.designBlk01::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 1200/800;
  background: url(../../design/images/bg01.png) no-repeat 0 0/100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
.designBlk01__01 {
  position: relative;
  z-index: 1;
  padding: min(4.5%, 64.8px) 0 386px;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk01__01 {
    padding-top: 3.38rem;
    padding-bottom: 190px;
  }
}
.designBlk01__01::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 1/1;
  background: url(../../design/images/bg02.png) no-repeat 0 0/100% auto;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.designBlk01__01::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 100/30;
  background: #4c4c4c;
  position: absolute;
  z-index: 0;
  top: 100%;
  left: 0;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk01__01::after {
    aspect-ratio: 100/20;
  }
}
.designBlk01__01__01 {
  width: min(100%, 1440px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk01__01__01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.designBlk01__01__01__01 {
  width: 35.34%;
  text-align: right;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk01__01__01__01 {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.designBlk01__01__01__01 img {
  width: 55.9%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk01__01__01__01 img {
    width: 35%;
  }
}
.designBlk01__01__01__02 {
  width: 64.59%;
  padding-left: 5%;
  color: white;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk01__01__01__02 {
    width: auto;
  }
}
.designBlk01__01__01__02__01 {
  font-size: 1.37vw;
  letter-spacing: 0.24em;
  margin-bottom: 1.5rem;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk01__01__01__02__01 {
    font-size: 4.39vw;
  }
}
.designBlk01__01__01__02__02 {
  font-size: 0.91vw;
  letter-spacing: 0.13em;
  line-height: 2.2;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk01__01__01__02__02 {
    font-size: 2.93vw;
  }
}

/* ==============================================================================
*designBlk02
============================================================================== */
.designBlk02 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk02 {
    padding-bottom: 40px;
  }
}
.designBlk02__01 {
  position: relative;
  z-index: 5;
  width: 61.42%;
  margin-top: -386px;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk02__01 {
    margin-top: -160px;
  }
}
.designBlk02__01 img {
  position: relative;
}
.designBlk02__01__caption {
  position: absolute;
  bottom: 8px;
  left: 8px;
  line-height: 1;
  font-size: 0.44rem;
  color: #FFF;
}
.designBlk02__02 {
  position: relative;
  z-index: 0;
  width: 38.5%;
  margin-top: -386px;
  padding-left: 64px;
  padding-top: 160px;
}
.designBlk02__02::before {
  content: "";
  display: block;
  width: 145.68%;
  aspect-ratio: 673/800;
  background: url(../../design/images/bg03.png) no-repeat 0 0/100% auto;
  position: absolute;
  z-index: 0;
  bottom: -26.66%;
  right: 0;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk02__02::before {
    width: 259.75%;
    margin-right: -100%;
  }
}
@media screen and (max-width: 991px) {
  .designBlk02__02 {
    padding-top: 60px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk02__02 {
    margin-top: -160px;
    padding-left: 16px;
    padding-top: 30px;
  }
}
.designBlk02__02__01 {
  position: relative;
  z-index: 1;
  width: 39.62%;
  margin-bottom: 7.36%;
  line-height: 1;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk02__02__01 {
    width: 75%;
    margin-bottom: 1rem;
  }
}
.designBlk02__02__02 {
  position: relative;
  z-index: 1;
  width: 22.95%;
  margin-bottom: 7.36%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk02__02__02 {
    width: 45%;
    margin-bottom: 1rem;
  }
}
.designBlk02__02__03 {
  position: relative;
  z-index: 1;
  width: 37.02%;
  margin-bottom: 3.25%;
  line-height: 1;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk02__02__03 {
    width: 75%;
    margin-bottom: 0.94rem;
  }
}
.designBlk02__02__04 {
  position: relative;
  z-index: 1;
  width: 19.7%;
  margin-bottom: 3.04%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk02__02__04 {
    width: 75%;
    margin-bottom: 0.88rem;
  }
}
.designBlk02__02__05 {
  position: relative;
  z-index: 1;
  width: 25em;
  color: white;
  font-size: 0.66vw;
  line-height: 1.875;
  letter-spacing: 0.06em;
  margin-bottom: 9.53%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk02__02__05 {
    width: 90%;
    margin-bottom: 0;
    font-size: 2.13vw;
  }
}
.designBlk02__02__06 {
  position: relative;
  z-index: 1;
  width: 35em;
  color: white;
  font-size: 0.66vw;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk02__02__06 {
    display: none;
  }
}

/* ==============================================================================
*designBlk03
============================================================================== */
.designBlk03 {
  position: relative;
  z-index: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 11.42% 0;
  margin-top: -6.66%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk03 {
    flex-direction: column;
    width: 100%;
    padding-bottom: 22.84%;
  }
}
.designBlk03::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../design/images/bg04.jpg) no-repeat 50% 0/cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.designBlk03__01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  z-index: 4;
  width: 45.59%;
  padding: 0 3.75% 0 12.5%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk03__01 {
    order: 2;
    padding-left: 0;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
.designBlk03__01__01 {
  width: 16.46%;
  border-right: 1px solid #d2a362;
  padding: 0.92% 3.66% 0.92% 0;
  margin: 1.83% 0 0 0;
}
.designBlk03__01__01 h2 {
  line-height: 1;
  font-size: 1px;
}
.designBlk03__01__02 {
  width: 83.37%;
  padding: 0 0 0 3.66%;
}
.designBlk03__01__02 h3 {
  font-size: 1vw;
  margin-bottom: 3.11%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk03__01__02 h3 {
    font-size: 3.2vw;
  }
}
.designBlk03__01__02__01 {
  font-size: 0.7vw;
  margin-bottom: 5.31%;
  line-height: 2.2;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk03__01__02__01 {
    font-size: 2.26vw;
  }
}
.designBlk03__01__02__02 {
  font-size: 0.54vw;
  line-height: 1.76;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk03__01__02__02 {
    font-size: 1.73vw;
  }
}
.designBlk03__02 {
  position: relative;
  z-index: 5;
  width: 54.34%;
  border: 6px solid #d2a362;
  border-right: none;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk03__02 {
    align-self: flex-end;
    order: 1;
    width: 80%;
    margin-bottom: 1.5rem;
  }
}
.designBlk03__02__02 {
  position: absolute;
  bottom: 7px;
  right: 7px;
  color: #FFF;
  line-height: 1.2;
  font-size: 0.58vw;
}

/* ==============================================================================
*designBlk04
============================================================================== */
.designBlk04 {
  background: url(../../design/images/bg05.jpg) no-repeat 50% 0/cover;
  padding: 0 0 68px 0;
  margin-bottom: min(6%, 86.4px);
}
.designBlk04__01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.designBlk04__01__01 {
  position: relative;
  width: 44.17%;
  margin-top: -7.5%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk04__01__01 {
    width: 75%;
    margin-top: -90px;
    margin-bottom: 2rem;
  }
}
.designBlk04__01__01::before {
  content: "";
  display: block;
  background: #FFF;
  width: calc(100% + 12px);
  height: calc(92.5% + 12px);
  position: absolute;
  bottom: -6px;
  left: -6px;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk04__01__01::before {
    height: calc(100% - 90px + 12px);
  }
}
.designBlk04__01__01__01 {
  position: relative;
  z-index: 1;
}
.designBlk04__01__01__02 {
  position: absolute;
  z-index: 1;
  bottom: 7px;
  right: 7px;
  color: #FFF;
  line-height: 1.2;
  font-size: 0.58vw;
}
.designBlk04__01__02 {
  width: 29%;
  padding: 0 0 0 3.34%;
  color: #FFF;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk04__01__02 {
    width: 75%;
    padding: 0;
  }
}
.designBlk04__01__02__01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.designBlk04__01__02__01__01 {
  width: 79.6%;
  margin-bottom: 4.89%;
}
.designBlk04__01__02__01__01 h3 {
  font-size: 1vw;
  line-height: 1.83;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk04__01__02__01__01 h3 {
    font-size: 3.2vw;
  }
}
.designBlk04__01__02__01__02 {
  width: 20.12%;
  line-height: 1;
  font-size: 1px;
  padding: 1.44% 0 1.44% 5.75%;
  margin-top: 0.87%;
  border-left: 1px solid #d2a362;
}
.designBlk04__01__02__txt01 {
  font-size: 0.7vw;
  line-height: 2.2;
  letter-spacing: 0.13em;
  margin-bottom: 8.05%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk04__01__02__txt01 {
    font-size: 2.26vw;
  }
}
.designBlk04__01__02__txt02 {
  font-size: 0.54vw;
  line-height: 1.76;
  letter-spacing: 0.05em;
}
@media (orientation: portrait) and (max-width: 767px) {
  .designBlk04__01__02__txt02 {
    font-size: 1.73vw;
  }
}/*# sourceMappingURL=style-design.css.map */