@charset "UTF-8";

/*=============================================
 * reset
 *=============================================*/

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, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: none;
	border: 0;
}
img {
	border: 0;
	transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
img, input {
	vertical-align: middle;
}
h1,h2,h3,h4,h5,h6,address {
	margin: 0;
	padding: 0;
	font-weight: normal;
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
table, caption, th, td {
	font-style: normal;
	font-weight: normal;
}
hr {
	margin: 0;
	padding: 0;
}
iframe {
	margin: 0;
	padding: 0;
	border: 0;
}
form, fieldset, input, button, select, optgroup, option, textarea, label, legend {
	margin: 0;
	padding: 0;
	outline: none;
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, br, ins, del, a, img, object {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: inherit;
	border: 0;
}

:before,
:after {
	pointer-events: none;
}
* { /* fix font boosting on mobile Chrome */
	max-height: 1000000px;
}
*:first-child + html img,
* html img {
	vertical-align: top;
}
html,
body {
	line-height: 1;
	word-spacing: normal;
	min-height: 100%;
	text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	/* -webkit-font-smoothing: antialiased; */
}
html.break-jump,
.break-jump body { /* fixed for screen jumping bug on iOS */
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
}
input,
button,
select,
optgroup,
option,
textarea,
label {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
select,
button,
input:button,
input:submit,
input:reset {
	cursor: pointer;
}
/*
option:disabled {
	display: none;
}
*/
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
small {
	font-size: smaller;
}
del {
	text-decoration: line-through;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus,
a:active {
	outline: none;
	-moz-outline-style: none;
}
a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}



/*=============================================
 * lazyload
 *=============================================*/

img:not([src]) {
	visibility: hidden;
}
img[data-src],
img[data-srcset] {
	display: block;
	min-height: 1px;
}
.i-wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 66.67%; /* You define this doing height / width * 100% */
	position: relative;
}
.i-wrapper img {
	width: 100%;
	/*height: auto;*/
	position: absolute;
}



/*=============================================
 * .clearfix
 *=============================================*/

.clearfix {
	zoom: 1 !important;
}

.clearfix:after {
	content: "." !important;
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}

/*=============================================
 * text vertical
 *=============================================*/

.txt-vertical {
	cursor: vertical-text;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: upright;
	word-wrap: break-word;
}
.txt-vertical .int {
	writing-mode: lr-tb;
	-o-writing-mode: horizontal-tb;
	-ms-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	-moz-writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	display: inline-block;
	text-align: center;
	line-height: 1.5em;
}
.txt-normal .int {
	height: 1.1em;
}
.txt-vertical-x > * {
	writing-mode: rl-tb;
	-o-writing-mode: vertical-tb;
	-ms-writing-mode: vertical-tb;
	-ms-writing-mode: rl-tb;
	-moz-writing-mode: vertical-tb;
	-webkit-writing-mode: vertical-tb;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	display: inline-block;
	white-space: nowrap;
	word-wrap: break-word;
	width: 1px;
	line-height: 1;
}
.txt-vertical .txt-latin {
	cursor: vertical-text;
	direction: rtl;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: sideways-right;
	-o-text-orientation: sideways-right;
	-ms-text-orientation: upright;
	-ms-text-orientation: sideways-right;
	-moz-text-orientation: sideways-right;
	-webkit-text-orientation: sideways-right;
	letter-spacing: .25em;
}

@media only screen and (min-width: 768px){
	.txt-vertical-pc {
		cursor: vertical-text;
		writing-mode: vertical-rl;
		-o-writing-mode: vertical-rl;
		-ms-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-moz-writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		text-orientation: upright;
		word-wrap: break-word;
	}
	.txt-vertical-pc .txt-latin {
		cursor: vertical-text;
		direction: rtl;
		writing-mode: vertical-rl;
		-o-writing-mode: vertical-rl;
		-ms-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-moz-writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		text-orientation: sideways-right;
		-o-text-orientation: sideways-right;
		-ms-text-orientation: upright;
		-ms-text-orientation: sideways-right;
		-moz-text-orientation: sideways-right;
		-webkit-text-orientation: sideways-right;
	}
}


/*=============================================
 * rollover button
 *=============================================*/

.btn-over img,
.over-img img,
img.over,
img:not(.btn):not(.non-over),
button img {
	opacity: 1;
}
.over-img img:hover,
img.over:hover,
a:hover img:not(.btn):not(.non-over),
button:hover img {
	cursor: pointer;
	opacity: .8;
}
.non-over a:hover img:not(.over),
.non-over img:not(.over):not(.btn):hover {
	opacity: 1 !important;
}
.btn-over {
	display: inline-block;
	position: relative;
}
.btn-over img + img {
	pointer-events: none;
	opacity: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.btn-over:hover img + img,
.btn-over.active img + img {
	opacity: 1 !important;
}
.btn-over:hover img,
.btn-over.active img {
	opacity: 0 !important;
}


/*=============================================
 * font
 *=============================================*/

.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*=============================================
 * .wrap
 *=============================================*/

.wrap {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

/*=============================================
 * .toggle
 *=============================================*/

.toggle {
}
.toggle .toggle-link {
	cursor: pointer;
	position: relative;
}
.toggle .toggle-main {
	display: none;
}
.toggle.active .toggle-main {
	display: block;
}

/*=============================================
 * #pagetop
 *=============================================*/

#pagetop {
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	right: 10px;
	bottom: 10px;
	visibility: hidden;
	z-index: 999;
	transition:
		opacity .3s ease,
		visibility .3s ease;
	-moz-transition:
		opacity .3s ease,
		visibility .3s ease;
	-webkit-transition:
		opacity .3s ease,
		visibility .3s ease;
}
#pagetop.visible {
	opacity: 1;
	visibility: visible;
}
#pagetop.in-scroll {
	cursor: not-allowed;
}
#pagetop > * {
	opacity: 1;
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
}
#pagetop > *:hover {
	cursor: pointer;
	opacity: .8;
}


/*=============================================
 * <section>
 *=============================================*/

section {
	clear: both;
	margin: auto;
	width: 100%;
	position: relative;
}



/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	margin: auto;
	font: unset;
	line-height: normal;
	text-align: center;
}
#socialbuttons > * {
	display: inline-block;
	margin: 0 3px;
	vertical-align: middle;
	height: 20px;
}
.social-google {
    display: none !important;
}

/*=============================================
 * RESPONSIVE
 *=============================================*/

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



@media only screen and (max-width: 767px) {
	html.responsive {
		min-width: auto;
	}
	html.responsive a:hover {
		text-decoration: none;
	}
	html.responsive img {
		height: auto;
		width: 100%;
	}
	html.responsive .wrap {
		padding: 0 4%; /* 40px */
		width: auto;
		max-width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	html.responsive #socialbuttons .social-line {
		/* width: 92px; */
		overflow: hidden;
	}
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 320px) {
	html.responsive {
		min-width: 320px !important;
	}
}
@-moz-document url-prefix() {
.txt-vertical .txt-latin{
   	position: relative;
	left: 4px;
  }
    
}	






html:not(.responsive) {
  min-width: 1100px;
  /* viewport */
}

* {
  box-sizing: border-box;
}

/*=============================================
* body
*=============================================*/
body {
  color: #270900;
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.1em;
  font-weight: 200;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 17px;
    line-height: 28px;
    text-align: left;
    min-width: 1100px; /* viewport */
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --app-height: 100%;
  }
  html.open,
body.menu-open {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    height: var(--app-height);
  }
}
* {
  letter-spacing: 0.1em;
}

/*=============================================
* <main>
*=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  width: 1000px;
}

a:hover {
  text-decoration: none;
}

a, img {
  transition: 0.3s all ease-in-out;
}

.bg3 {
  background-color: #302648;
  color: #fff;
}

.btn-link a,
.btn-link span.copy {
  position: relative;
  display: block;
}
.btn-link a:before, .btn-link a:after,
.btn-link span.copy:before,
.btn-link span.copy:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.btn-link a:before,
.btn-link span.copy:before {
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  transform: scale(1, 0.1);
}
.btn-link a:after,
.btn-link span.copy:after {
  transition: all 0.3s;
  border: 1px solid rgb(0, 0, 0);
}
.btn-link a:hover:before,
.btn-link span.copy:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}
.btn-link a:hover:after,
.btn-link span.copy:hover:after {
  transform: scale(1, 0.1);
  opacity: 0;
}

/*=============================================
* <header>
*=============================================*/
body.nav--opened,
body.nav--opened *,
body.nav--opened *:hover,
body.nav--opened *:focus,
body.nav--opened *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}

body.nav--opened .hamburger,
body.nav--opened #menu_toggle,
body.nav--opened #menu_toggle * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.nav--opened {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}
.nav--opened #menu_toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  overflow: auto;
}
.nav--opened #pagetop,
.nav--opened #ft_fixed {
  opacity: 0;
  visibility: hidden;
}

header {
  position: relative;
  z-index: 9;
}
header h1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 2vw;
  z-index: 2;
  padding: 0 60px 0 4%;
  font-size: 9px;
  line-height: 12px;
}
header .hd-top {
  width: 45%;
  margin: 0 auto;
  padding: 50px 0 27px;
}
header .covid {
  width: 92%;
  margin: 12vw auto 0;
}
header .covid a {
  display: block;
  font-size: 5.34vw;
  line-height: 7vw;
  text-align: center;
  border-bottom: 1px solid #656565;
  padding-bottom: 1vw;
}
header .btn-grp-pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  header h1 {
    color: #fff;
    text-shadow: 0 0 5px #000;
    font-size: 13px;
    line-height: 18px;
    text-align: right;
    padding: 0;
    left: auto;
    right: 20px;
    top: 100px;
  }
  header .hd-top {
    width: 300px;
    margin: 0;
    padding: 62px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  header .hd-top .logo {
    text-align: center;
    padding-right: 6px;
    width: 95%;
  }
  header .hd-top .tel {
    font-size: 27.54px;
    letter-spacing: 0.09em;
    margin-top: 10px;
    padding-right: 6px;
  }
  header .hd-top .tel small {
    display: block;
    font-size: 15px;
    letter-spacing: 0.22em;
    margin-bottom: 4px;
  }
  header .hd-top .tel img {
    margin: -5px 5px 0 0;
  }
  header .hd-top .btn-link {
    width: 210px;
    margin: 28px 0 0 40px;
    position: relative;
  }
  header .hd-top .btn-link:before {
    content: "";
    width: 16px;
    background-image: url("/assets/images/arrow-wh.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    z-index: 1;
  }
  header .hd-top .btn-link a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 3px 0 5px 29px;
  }
  header .hd-top .btn-link a:after {
    background: #000;
  }
  header .hd-top .btn-link a:hover {
    color: #000;
  }
  header .hd-top .btn-link:hover:before {
    background-image: url("/assets/images/arrow.png");
  }
  header .hd-top .social-pc {
    margin: 40px 0 0 90px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
  }
  header .hd-top .social-pc li {
    margin: 0 20px;
  }
  header .covid {
    width: 30px;
    margin: 0;
    position: absolute;
    left: 43px;
    top: 656px;
    z-index: 2;
  }
  header .covid a {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    border-bottom: none;
    border-left: 1px solid #000;
    padding: 0;
    cursor: pointer !important;
  }
  header .covid a:hover {
    border-left: 1px solid transparent;
  }
  header .btn-grp-pc {
    display: flex;
    justify-content: flex-end;
    margin-right: 5px;
  }
  header .btn-grp-pc li {
    width: 99px;
  }
  header .btn-grp-pc li a {
    display: block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.2em;
    padding: 2px 0 5px;
  }
  header .btn-grp-pc li a img {
    margin: -1px 4px 0 0;
  }
  header .btn-grp-pc li:last-child {
    width: 88px;
    margin-left: 2px;
  }
  header nav {
    margin: 54px 18px 53px 0;
  }
  header nav ul {
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
    letter-spacing: 0.2em;
    color: #000;
  }
  header nav ul li + li {
    margin-left: 29px;
  }
  header nav ul a {
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    letter-spacing: 0.2em;
  }
  header nav ul a:hover {
    border-color: #000;
  }
  header nav ul .active {
    border-bottom: 1px solid #000;
  }
}

.has_nav #ft_fixed {
  opacity: 1;
  visibility: visible;
}

.menu_toggle {
  background: rgba(0, 0, 0, 0.76);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -223px;
  right: 0;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: 9;
}
.menu_toggle .menu-inner {
  width: 80%;
  padding: 2px 2px 50px;
  z-index: 99;
  background: #fff;
}
.menu_toggle ul.btn-grp {
  display: flex;
  justify-content: space-between;
}
.menu_toggle ul.btn-grp li {
  width: calc(50% - 1px);
}
.menu_toggle ul.btn-grp li a {
  display: block;
  border: 1px solid #1e1e1e;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 6px 0 9px;
}
.menu_toggle ul.btn-grp li a img {
  width: 15.5px;
  margin: -2px 5px 0 0;
}
.menu_toggle ul.btn-grp li:last-child a img {
  width: 12.5px;
}
.menu_toggle ul.nav {
  font-size: 19px;
  line-height: 60px;
  letter-spacing: 0.2em;
  margin: 30px 0;
  padding-left: 30px;
  color: #000;
}
.menu_toggle ul.nav .active a {
  border-bottom: 1px solid #555;
}
.menu_toggle ul.social {
  display: flex;
  margin-left: 26px;
}
.menu_toggle ul.social li {
  width: 49px;
}
.menu_toggle ul.social li + li {
  margin-left: 26px;
}

.nav--opened .menu_toggle {
  left: 0;
}

.nav-fixed {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  .nav-fixed {
    height: 100px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
    color: #000;
    padding: 18px 13px 0 0;
  }
  .nav-fixed .df {
    justify-content: flex-end;
  }
  .nav-fixed .btn-grp-pc li {
    width: 97px;
  }
  .nav-fixed .btn-grp-pc li a {
    padding: 2px 0 6px;
  }
  .nav-fixed .btn-grp-pc li:last-child {
    width: 90px;
    margin-left: 5px;
  }
  .nav-fixed .fixed-tel {
    font-size: 27.54px;
    letter-spacing: 0.09em;
    margin-top: 3px;
  }
  .nav-fixed .fixed-tel small {
    font-size: 15px;
    letter-spacing: 0.22em;
    position: relative;
    top: -3px;
  }
  .nav-fixed .fixed-tel img {
    margin: -5px 5px 0 7px;
  }
  .nav-fixed ul.social-pc {
    display: flex;
    justify-content: flex-end;
    margin: 2px 0 0 20px;
  }
  .nav-fixed ul.social-pc li + li {
    margin-left: 22px;
  }
  .nav-fixed .reserve {
    width: 210px;
    position: relative;
    margin: 0 10px 0 23px;
  }
  .nav-fixed .reserve:before {
    content: "";
    width: 16px;
    background-image: url("/assets/images/arrow-wh.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    z-index: 1;
  }
  .nav-fixed .reserve a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 3px 0 5px 29px;
  }
  .nav-fixed .reserve a:after {
    background: #000;
  }
  .nav-fixed .reserve a:hover {
    color: #000;
  }
  .nav-fixed .reserve:hover:before {
    background-image: url("/assets/images/arrow.png");
  }
  .nav-fixed ul.nav {
    display: flex;
    justify-content: flex-end;
    font-size: 16.09px;
    margin: 7px 3px 0 0;
  }
  .nav-fixed ul.nav li a {
    letter-spacing: 0.2em;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
  }
  .nav-fixed ul.nav li a:hover {
    border-bottom: 1px solid #000;
  }
  .nav-fixed ul.nav .active a {
    border-bottom: 1px solid #000;
  }
  .nav-fixed ul.nav li + li {
    margin-left: 21px;
  }
}

.nav-fixed.fixed {
  opacity: 1;
  visibility: visible;
}

.fixed-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

/*=============================================
* key
*=============================================*/
#key {
  width: 92%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 92vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #key {
    width: calc(100% - 300px);
    height: 750px;
    margin: 0 0 0 auto;
  }
}

/*=============================================
* <section>
*=============================================*/
.bg-para {
  width: 100%;
  position: relative;
  z-index: 1;
}


@media only screen and (min-width: 768px){
  .bg-para .img_parallax {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
  }
  
  .bg-para .img_parallax img {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
    transform: translateZ(0);
  }
}
/*=============================================
* <footer>
*=============================================*/
footer {
  background: #fff;
  padding: 60px 0 0;
}
footer .logo {
  width: 56%;
  margin: 0 auto;
}
footer .tel {
  font-size: 9.8vw;
  line-height: 12vw;
  letter-spacing: 0.09em;
  white-space: nowrap;
  margin: 10vw 0 8vw;
}
footer .tel span {
  font-size: 5.5vw;
  letter-spacing: 0.22em;
  display: block;
}
footer .tel small {
  display: block;
  font-size: 4vw;
  line-height: 6vw;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-top: 1vw;
}
footer .tel img {
  width: 9%;
  margin: -1.5vw 1% 0 0;
}
footer .reserve {
  position: relative;
  z-index: 1;
}
footer .reserve:before {
  content: "";
  width: 5.7%;
  background-image: url("/assets/images/arrow-wh.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
}
footer .reserve a {
  color: #fff;
  font-size: 6vw;
  line-height: 8vw;
  letter-spacing: 0.1em;
  padding: 4vw 0 4vw 16%;
}
footer .reserve a:after {
  background: #000;
}
footer .social-pc {
  display: flex;
  align-items: center;
  margin: 10vw 0 15vw;
  justify-content: center;
}

footer .social-pc li {
  width: 20%;
  margin: 0px 5%;
}
footer .colr dl {
  line-height: 20px;
  width: 100%;
  display: table;
}
footer .colr dl dt {
  width: 100px;
  display: table-cell;
}
footer .colr dl dd {
  display: table-cell;
}
footer .colr dl + dl {
  margin-top: 20px;
}
footer .ft-bot {
  font-size: 12px;
  line-height: 17px;
  padding: 2px 0 80px;
  margin-top: 50px;
}
footer .ft-bot address {
  font-style: normal;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  footer {
    padding: 133px 0 0;
  }
  footer .coll {
    width: 445px;
    float: left;
    margin-top: 12px;
  }
  footer .logo {
    width: 100%;
    text-align: center;
    padding-right: 11px;
  }
  footer .tel {
    font-size: 35.56px;
    line-height: 60.48px;
    margin: 22px 0 23px;
  }
  footer .tel span {
    font-size: 19.37px;
    margin-bottom: -25px;
  }
  footer .tel small {
    font-size: 16px;
    line-height: 25px;
    margin-top: -7px;
  }
  footer .tel img {
    width: 25px;
    margin: -10px 5px 0 0;
  }
  footer .reserve {
    width: 274px;
    margin: 0 auto;
  }
  footer .reserve:before {
    width: 16px;
    right: 24px;
  }
  footer .reserve a {
    font-size: 18.23px;
    line-height: 39px;
    padding: 3px 0 5px 39px;
  }
  footer .reserve a:hover {
    color: #000;
  }
  footer .reserve:hover:before {
    background-image: url("/assets/images/arrow.png");
  }
  footer .social-pc {
    justify-content: flex-start;
    margin: 32px 0 0 180px;
  }
  footer .social-pc li {
    width: 32px;
  }
  footer .social-pc li:first-child {
    width: 69px;
    padding-bottom: 5px;
  }
  footer .social-pc li:nth-child(2) {
    margin: 0 22px 0 24px;
  }
  footer .colr {
    width: 530px;
    float: right;
    margin-right: -30px;
  }
  footer .colr dl {
    line-height: 25px;
  }
  footer .colr dl dt {
    width: 157px;
  }
  footer .colr dl + dl {
    margin-top: 25px;
  }
  footer .ft-bot {
    font-size: 14px;
    line-height: 32px;
    padding: 30px 0 54px;
    margin-top: 105px;
  }
  footer .ft-bot nav {
    padding: 0px 0 0px;
    margin-bottom: 40px;
  }
  footer .ft-bot nav ul {
    display: flex;
    justify-content: center;
  }
  footer .ft-bot nav ul a {
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  footer .ft-bot nav ul a:hover {
    opacity: 0.7;
  }
  footer .ft-bot nav ul li + li {
    margin-left: 21px;
  }
  footer .ft-bot address {
    margin-top: 22px;
  }
  footer .ft-bot .cookies_link a:hover {
    text-decoration: underline;
  }
}

.ft_fixed_shared {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 10;
  background: #000;
  color: #fff;

}
.ft_fixed_shared a {
  display: block;
  font-size: 26px;
}
.ft_fixed_shared a:hover img {
  opacity: 1 !important;
}
.ft_fixed_shared li:first-child {
  width: 100%;
  text-align: center;
  padding: 5px;
}
.ft_fixed_shared li:first-child a {
  padding: 2px 0;
}
.ft_fixed_shared li:first-child img {
  width: 15.5px;
}
.ft_fixed_shared li:nth-child(2) {
  width: 35%;
  border-left: 1px solid #a5a5a5;
  border-right: 1px solid #a5a5a5;
  font-size: 11px;
  position: relative;
}
.ft_fixed_shared li:nth-child(2):before {
  content: "";
  width: 13px;
  background-image: url("/assets/images/arrow-wh.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
}
.ft_fixed_shared li:nth-child(2) a {
  padding: 10px 20px 10px 0;
}
.ft_fixed_shared li:nth-child(3) {
  width: 50%;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-align: left;
  position: relative;
}
.ft_fixed_shared li:nth-child(3):before {
  content: "";
  width: 13px;
  background-image: url("/assets/images/arrow-wh.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
}
.ft_fixed_shared li:nth-child(3) a {
  padding-top: 4px;
}
.ft_fixed_shared li:nth-child(3) img {
  width: 49px;
  margin: -4px 4px 0 0;
}
@media only screen and (min-width: 370px) {
  .ft_fixed_shared li:nth-child(2):before {
    right: 15px;
  }
  .ft_fixed_shared li:last-child {
    font-size: 14px;
  }
  .ft_fixed_shared li:last-child:before {
    right: 10px;
  }
  .ft_fixed_shared li:last-child img {
    margin: -4px 10px 0 0;
  }
}

#pagetop {
  width: 40px;
  bottom: 65px;
}
@media only screen and (min-width: 768px) {
  #pagetop {
    width: 70px;
    bottom: 15px;
  }
}

/*=============================================
* copyright
*=============================================*/
.tac {
  text-align: center;
}

.taj {
  text-align: justify;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.df {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/* --------------------------------------------------------------------- */
/* ef */
/* --------------------------------------------------------------------- */
@-webkit-keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer .ft-bot{
      padding-bottom: calc(env(safe-area-inset-bottom) + 70px);
  }
  .has_nav footer:after {
      content: "";
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      height: 36px;
      background: #000;
      z-index: 8;
  }
  #ft_fixed {
      bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
      bottom: calc(env(safe-area-inset-bottom) + 60px);
  }
}


/* iPhone XR */

@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer .ft-bot{
      padding-bottom: calc(env(safe-area-inset-bottom) + 70px);
  }
  .has_nav footer:after {
      content: "";
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      /* height: 36px; */
      background: #000;
      z-index: 8;
  }
  #ft_fixed {
      bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
      bottom: calc(env(safe-area-inset-bottom) + 60px);
  }
}


/* iPhone 11 */

@media only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (min--moz-device-pixel-ratio: 3),
only screen and (-o-min-device-pixel-ratio: 3 / 1),
only screen and (min-device-pixel-ratio: 3),
only screen and (min-resolution: 458dpi),
only screen and (min-resolution: 3dppx) {
  footer .ft-bot{
      padding-bottom: calc(env(safe-area-inset-bottom) + 70px);
  }
  .has_nav footer:after {
      content: "";
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      height: 36px;
      background: #000;
      z-index: 8;
  }
  #ft_fixed {
      bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
      bottom: calc(env(safe-area-inset-bottom) + 60px);
  }
}
@media all and (-ms-high-contrast: none) {
  a img {
    transition: opacity 0s ease !important;
    -moz-transition: opacity 0s ease !important;
    -webkit-transition: opacity 0s ease !important;
  }
  .bg-para .img_parallax img {
    height: auto;
  }
}
.nav--opened #ft_fixed {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .nav--opened footer:after,
.has_nav footer:after {
    display: none;
  }
}














button {
  border: none;
  cursor: pointer; }

#key {
  background: url("/assets/images/mv.jpg") no-repeat center/cover; }

@media only screen and (min-width: 768px) {
  .dis-flex-pc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; } }
.sec {
  padding-top: 10vw;
  margin-bottom: 10vw;
  }
  .sec .h2 {
    text-align: center;
    line-height: 1.4;
    margin-bottom: 10vw;
    }
    .sec .h2 p:nth-child(1) {
      font-size: 6.5vw;
      letter-spacing: 0.2em;
      margin-bottom: 5vw;
      }
    .sec .h2 p:nth-child(2) {
      font-size: 3.6vw;
      letter-spacing: 0.2em;
      line-height: 1.8;
      }
      .sec .h2 p:nth-child(2) span {
        font-size: 8vw; }
  .sec .sec-ttl {
    font-size: 5vw;
    line-height: 1.7;
    margin-bottom: 16px;
    }
  .sec .sec-price {
    font-size: 6vw;
    text-align: right;
    line-height: 1.6;
    margin-bottom: 5vw; }
    .sec .sec-price span {
      font-size: 4.5vw; }
  .sec .sec-info {
    margin-top: 6vw;
    }
  @media only screen and (min-width: 768px) {
    .sec {
      padding-top: 80px;
      margin-bottom: 40px;
      }
      .sec .h2 {
        margin-bottom: 40px;
        line-height: 2;
        }
        .sec .h2 p:nth-child(1) {
          font-size: 50px;
          margin-bottom: 0;
          }
        .sec .h2 p:nth-child(2) {
          font-size: 18px;
          letter-spacing: 0.4em;
          }
          .sec .h2 p:nth-child(2) span {
            font-size: 45px; }
      .sec .sec-ttl {
        font-size: 38px;
        }
      .sec .sec-price {
        font-size: 30px;
        line-height: 1.83;
        margin-bottom: 0;
        letter-spacing: 4px; }
        .sec .sec-price span {
          font-size: 22px; } }

.sec-1 {
  margin-bottom: 10vw; }
  .sec-1 h3 {
    font-size: 8vw;
    position: relative;
    line-height: 1.7;
    margin-bottom: 10vw;
    padding-bottom: 4vw; }
    .sec-1 h3 span {
      text-transform: uppercase;
      color: #9d9d9d;
      font-size: 11px;
      display: block; }
    .sec-1 h3:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
      background: #000;
      width: 200%; }
    .sec-1 h3:after {
      content: "";
      background: #000;
      position: absolute;
      left: 0;
      bottom: -4px;
      height: 7px;
      width: 50px; }
  @media only screen and (min-width: 768px) {
    .sec-1 {
      margin-top: 100px;
      margin-bottom: 100px;
      }
      .sec-1 h3 {
        font-size: 40px;
        padding-bottom: 21px;
        margin-bottom: 64px;
        letter-spacing: 16px;
        margin-left: 98px; }
        .sec-1 h3 span {
          font-size: 16px;
          letter-spacing: 3px; }
        .sec-1 h3:after {
          width: 62px;
          height: 9px; }
      .sec-1 .dis-flex-pc {
        justify-content: space-between; }
      .sec-1 .sec-img {
        width: 75%;
        margin-left: -25%; }
      .sec-1 .sec-info {
        width: 43.7%;
        margin-top: 102px !important;
        }
      .sec-1 .sec-txt {
        /* margin-left: 10px; */
        font-size: 18px;
        line-height: 1.8;
        }
      .sec-1 .sec-price {
        margin: 21px 0 38px !important; } }

.sec-2 {
  margin-bottom: 10vw; }
  @media only screen and (min-width: 768px) {
    .sec-2 {
      margin-bottom: 130px; }
      .sec-2 .dis-flex-pc {
        justify-content: space-between; }
      .sec-2 .sec-ttl {
        letter-spacing: 2px; }
      .sec-2 .sec-img {
        order: 2;
        width: 75%;
        margin-right: -25%; }
      .sec .sec-2 .sec-info {
        width: 45%;
        margin-top: 81px; }
      .sec-2 .sec-price {
        margin: 10px 0 40px !important; }
      .sec-2 .sec-txt {
        /* margin-left: 10px; */
        font-size: 18px;
        line-height: 1.8;
        } }

.sec-3 {
  padding: 1vw 4% 0vw;
  }
  .sec-3 h3 {
    font-size: 6vw;
    position: relative;
    line-height: 1.3;
    margin-bottom: 3vw;
    text-align: center; }
    .sec-3 h3 span {
      text-transform: uppercase;
      color: #9d9d9d;
      font-size: 11px;
      display: block; }
  .sec-3 .sec-price {
    text-align: center !important;
    margin-bottom: 3vw !important; }
  .sec-3 h4 {
    text-align: center !important; }
  .sec-3 .sec-img2 {
    margin-bottom: 3vw; }
  .sec-3 .sec-item {
    margin-bottom: 10vw; }

@media screen and (max-width: 767px) {
      .facebook_wrap{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: auto;
        text-align: center!important; }
      .fb-page,
      .fb-page span,
      .facebook_wrap iframe{
        width: 100% !important;
        /*height: 700px !important;*/
      }
} 
  @media only screen and (min-width: 768px) {
    .sec-3 {
      padding: 0; }
      .sec-3 .dis-flex-pc {
        padding: 0px 30px 0px;
        box-sizing: border-box;
        width: 100%;
        max-width: 1500px;
        margin: auto;
        justify-content: space-between;
        text-align: center;
        }
      .sec-3 .sec-img2 {
        margin-bottom: 23px; }
        .sec-3 .sec-img2 img {
          width: 100%;
          height: auto; }
      .sec-3 .sec-item {
        width: 47.9%;
        margin-bottom: 0; }
      .sec-3 h3 {
        font-size: 40px;
        margin-bottom: 10px; }
        .sec-3 h3 span {
          font-size: 16px; }
      .sec-3 .sec-price {
        margin: 5px 0 22px !important; } }

.menu {
  padding-top: 10vw;
  margin-bottom: 20vw;
  }
  .menu h2 {
    font-size: 7vw;
    position: relative;
    line-height: 1.7;
    margin-bottom: 3vw;
    text-align: center;
    }
    .menu h2 span {
      text-transform: uppercase;
      color: #9d9d9d;
      font-size: 11px;
      display: block; }
  .menu .menu-txt {
    text-align: center;
    margin-bottom: 10vw; }
  .menu .menu-list {
    margin-bottom: 10vw; }
    .menu .menu-list dl {
      display: block;
      border-bottom: 1px solid #000;
      justify-content: space-between;
      line-height: 20px;
      padding: 8px 0; }
      .menu .menu-list dl:after{
        content: "." !important;
        clear: both !important;
        display: block !important;
        height: 0 !important;
        visibility: hidden !important;
      }
      .menu .menu-list dl dt{
        float: left;
        padding-right: 15px;
      }
      .menu .menu-list dl dd {
        float: right;
        text-align: right; }
  .menu .menu-ttl {
    text-align: center;
    color: #fff;
    background: #302648;
    font-size: 17px;
    padding: 10px 0 12px;
    margin-bottom: 15px;
    }
  @media only screen and (min-width: 768px) {
    .menu {
      padding-top: 20px;
      margin-bottom: 67px;
      }
      .menu h2 {
        font-size: 50px;
        margin-bottom: 33px;
        }
        .menu h2 span {
          font-size: 16px; }
      .menu .menu-txt {
        margin-bottom: 60px; }
      .menu .dis-flex-pc {
        justify-content: space-between; }
      .menu .col {
        width: 470px; }
      .menu .menu-list {
        margin-bottom: 58px; }
        .menu .menu-list dl {
          line-height: 25px;
          padding: 12px 0; }
      .menu .menu-ttl {
        font-size: 22px;
        line-height: 50px;
      padding: 0;
    margin-bottom: 18px; } }

.access {
  width: 92%;
  margin: 0 auto;
  /* padding-bottom: 5vw; */
}
  .access .h2 {
    text-align: center;
    line-height: 1.4;
    margin-bottom: 10vw; }
    .access .h2 p:nth-child(1) {
      font-size: 7vw;
      letter-spacing: 0.24em;
      margin-bottom: 2vw;
      }
   .access .h2 p:nth-child(2) {
      font-size: 9vw;
      letter-spacing: 0.3em; }
      .access .h2 p:nth-child(2) span {
        font-size: 8vw; }
  .access .sec-ttl {
    font-size: 6.5vw;
    line-height: 1.7; }
  .access .sec-price {
    font-size: 6vw;
    text-align: right;
    line-height: 1.6;
    margin-bottom: 5vw; }
    .access .sec-price span {
      font-size: 4.5vw; }
  .access .sec-info {
    margin-top: 5vw; }
.access .gmap {
  margin-bottom: 10vw;
}
.access .gmap iframe {
  width: 100%;
  height: 480px;
  border: none;
}
@media only screen and (min-width: 768px) {
  .access {
    max-width: 1200px;
    width: 100%;
    padding-bottom: 20px;
    margin-top: 80px;
  }

      .access .h2 {
        margin-bottom: 40px;
        line-height: 2;
        }
        .access .h2 p:nth-child(1) {
          font-size: 50px;
          margin-bottom: 0;
          }
        .access .h2 p:nth-child(2) {
          font-size: 20px;
          letter-spacing: 0.4em;
          }
          .access .h2 p:nth-child(2) span {
            font-size: 45px; }
      .access .sec-ttl {
        font-size: 35px; }
      .access .sec-price {
        font-size: 30px;
        line-height: 1.83;
        margin-bottom: 0;
        letter-spacing: 4px; }
        .access .sec-price span {
          font-size: 22px; }
  
  .access .gmap {
    margin-bottom: 66px;
    line-height: 0;
  }
  .access .gmap iframe {
    width: 100%;
    height: 650px;
    border: none;
  }
  .access .btn-grp {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .access .btn-grp .bnr a,
.access .btn-grp .copy {
    width: 431px;
    cursor: pointer;
  }
  .access .btn-grp .col {
    width: 431px;
    margin-right: 48px;
  }
  .access .btn-grp .col .print {
    text-align: right;
    margin: 23px 2px 0 0;
  }
  .access .btn-grp .col .print a {
    text-decoration: underline;
  }
  .access .btn-grp .col .print a:hover {
    text-decoration: none;
  }

.ft_fixed_shared {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 10;
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}
.ft_fixed_shared a {
  display: block;
}
.ft_fixed_shared a:hover img {
  opacity: 1 !important;
}
.ft_fixed_shared li:first-child {
  width: 15%;
  text-align: center;
}
.ft_fixed_shared li:first-child a {
  padding: 9px 0;
}
.ft_fixed_shared li:first-child img {
  width: 15.5px;
}
.ft_fixed_shared li:nth-child(2) {
  width: 35%;
  border-left: 1px solid #a5a5a5;
  border-right: 1px solid #a5a5a5;
  font-size: 11px;
  position: relative;
}
.ft_fixed_shared li:nth-child(2):before {
  content: "";
  width: 13px;
  background-image: url("/assets/images/arrow-wh.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
}
.ft_fixed_shared li:nth-child(2) a {
  padding: 10px 20px 10px 0;
}
.ft_fixed_shared li:nth-child(3) {
  width: 50%;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-align: left;
  position: relative;
}
.ft_fixed_shared li:nth-child(3):before {
  content: "";
  width: 13px;
  background-image: url("/assets/images/arrow-wh.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
}
.ft_fixed_shared li:nth-child(3) a {
  padding-top: 4px;
}
.ft_fixed_shared li:nth-child(3) img {
  width: 49px;
  margin: -4px 4px 0 0;
}
@media only screen and (min-width: 370px) {
  .ft_fixed_shared li:nth-child(2):before {
    right: 15px;
  }
  .ft_fixed_shared li:last-child {
    font-size: 14px;
  }
  .ft_fixed_shared li:last-child:before {
    right: 10px;
  }
  .ft_fixed_shared li:last-child img {
    margin: -4px 10px 0 0;
  }
}}
