@charset "UTF-8";

/* A Modern CSS Reset */

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

ul[class],
ol[class] {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	min-height: 100vh;
	line-height: 1.5;
	text-rendering: optimizeSpeed;
}

ul[class],
ol[class] {
	list-style: none;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	        text-decoration-skip-ink: auto;
}

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

picture {
	display: block;
	max-width: 100%;
}

article > * + * {
	margin-top: 1em;
}

input,
button,
textarea,
select {
	font: inherit;
}

img:not([alt]) {
	-webkit-filter: blur(10px);
	        filter: blur(10px);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

* {
	margin: 0;
	padding: 0;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

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

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	text-decoration: none;
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	   -moz-text-decoration: underline dotted;
	text-decoration: underline;
	        text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button;
}

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	display: table;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

ul {
	list-style: none;
}

img {
	vertical-align: bottom;
}

.Heading {
	margin-bottom: 5rem;
}

html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	line-height: 1.15;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	color: #221815;
	text-align: left;
	letter-spacing: 0.07em;
	-webkit-text-size-adjust: 100%;
}

a:hover {
	opacity: var(--opacity);
}

:root {
	--opacity: 0.7;
	--transition: all 0.3s ease 0s;
	--boxshadow: 10px -10px 10px -10px rgb(194, 194, 194), -10px -10px 10px -10px rgb(194, 194, 194);
	--boxshadow-circle: 0px 0px 15px -5px #6A4927;
}

#l-Header {
	width: 100%;
	padding: 2rem;
	background: #FFF;
}

#l-Header .Header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
}

#l-Header .Header__contents {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

#l-Header .Header__contents .reservation {
	margin-right: 2rem;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

#Footer {
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	text-align: center;
}

body:before {
	content: "";
	opacity: 0;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
}

body.open-body {
	overflow: hidden;
}

body.open-body:before {
	position: fixed;
	z-index: 9997;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7607843137);
	content: "";
	opacity: 1;
}

body.open-body #Hamburger {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

body.open-body #Hamburger .btn p:before {
	content: "CLOSE";
}

body.open-body #Hamburger span:nth-of-type(1) {
	-webkit-transform: translateX(-50%) translateY(360%) rotate(-10deg);
	   -moz-transform: translateX(-50%) translateY(360%) rotate(-10deg);
	    -ms-transform: translateX(-50%) translateY(360%) rotate(-10deg);
	     -o-transform: translateX(-50%) translateY(360%) rotate(-10deg);
	        transform: translateX(-50%) translateY(360%) rotate(-10deg);
}

body.open-body #Hamburger span:nth-of-type(2) {
	-webkit-transform: translateX(-50%) translateY(-360%) rotate(10deg);
	   -moz-transform: translateX(-50%) translateY(-360%) rotate(10deg);
	    -ms-transform: translateX(-50%) translateY(-360%) rotate(10deg);
	     -o-transform: translateX(-50%) translateY(-360%) rotate(10deg);
	        transform: translateX(-50%) translateY(-360%) rotate(10deg);
}

div {
	text-align: center;
}

.mb7 {
	margin-bottom: 7rem;
}

.mv {
	margin-bottom: 5rem;
}

.Anker__area {
	max-width: -webkit-calc(1200px + 6rem);
	max-width: -moz-calc(1200px + 6rem);
	max-width: calc(1200px + 6rem);
	margin: 0 auto 5rem;
	padding: 0 3rem;
}

.Anker__area ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	gap: 2%;
}

div[class*=section0] {
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: cover;
	     background-size: cover;
}

.section03 {
	padding: 7rem 5rem;
	background-image: url(../images/03_back_pc.png);
	background-repeat: no-repeat;
	background-position: center;
}

.section04 {
	position: relative;
	padding: 7rem 0 0;
	background-image: url(../images/04_back_pc.png);
}

.section04 .tryangle {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.section05 {
	padding: 7rem 0;
	background-image: url(../images/05_back_pc.png);
}

.section06 {
	padding: 7rem 0;
	background-image: url(../images/06_back_pc.png);
}

.section07 {
	margin-bottom: 0;
	padding: 7rem 0 10rem;
	background-image: url(../images/07_back_pc.png);
}

.section08 {
	padding: 7rem 0;
	background-image: url(../images/08_back_pc.png);
}

.section09 {
	padding: 5rem 0 7rem;
	background-image: url(../images/09_back_pc.png);
}

.section10 {
	padding: 7rem 0;
	background-image: url(../images/10_back_pc.svg);
}

.lineNone .ctaArea {
	margin-bottom: 10rem;
	padding: 0 3rem;
	border: none;
}

.ctaArea {
	padding: 7rem 3rem;
	border-top: 4px solid #1ABBAC;
	border-bottom: 4px solid #1ABBAC;
}

.ctaArea .btnArea {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-pack: center;
	margin: 0 auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	gap: 2%;
}

.spFixed {
	display: none;
}

.gmap{
	max-width: 1400px;
	margin: 3% auto 0;
	height: 0;
	padding-top: 3%;
	padding-bottom: 26.25%;
	position: relative;
	overflow: hidden;
}

.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

@media (prefers-reduced-motion: reduce) {

* {
	-webkit-transition-duration: 0.01ms !important;
	   -moz-transition-duration: 0.01ms !important;
	     -o-transition-duration: 0.01ms !important;
	        transition-duration: 0.01ms !important;
	-webkit-animation-duration: 0.01ms !important;
	   -moz-animation-duration: 0.01ms !important;
	     -o-animation-duration: 0.01ms !important;
	        animation-duration: 0.01ms !important;
	-webkit-animation-iteration-count: 1 !important;
	   -moz-animation-iteration-count: 1 !important;
	     -o-animation-iteration-count: 1 !important;
	        animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
}

}

@media screen and (max-width: 820px) {

.Heading {
	margin-bottom: 2rem;
	padding: 0 5%;
}

body {
	min-width: 100%;
}

#l-Header {
	position: absolute;
	padding: 1rem;
	background: none;
}

#l-Header .Header__logo {
	width: 178px;
}

#l-Header .Header__logo img {
	vertical-align: baseline;
}

#l-Header .Header__contents {
	display: none;
}

#Footer {
	padding-bottom: 7rem;
}

.mb7 {
	margin-bottom: 3rem;
}

.mv {
	margin-bottom: 3rem;
}

.Anker__area {
	margin: 0 auto 3rem;
	padding: 0 3%;
}

.Anker__area ul {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 2rem;
}

.Anker__area ul li {
	width: 45%;
}

.section03 {
	margin-bottom: 0 !important;
	padding: 5rem 3%;
	background-image: url(../images/03_back_sp.png);
}

.section04 {
	background-image: url(../images/04_back_sp.png);
}

.section05 {
	padding: 5rem 0;
	background-image: url(../images/05_back_sp.png);
}

.section05 .contents {
	padding: 0 3%;
}

.section06 {
	padding: 5rem 0;
	background-image: url(../images/06_back_sp.png);
}

.section06 .contents {
	padding: 0 3%;
}

.section07 {
	padding: 5rem 0;
	background-image: url(../images/07_back_sp.png);
}

.section07 .contents {
	padding: 0 3%;
}

.section08 {
	padding: 5rem 0;
	background-image: url(../images/08_back_sp.png);
}

.section08 .contents {
	padding: 0 3%;
}

.section09 {
	padding: 5rem 0 5rem;
	background-image: url(../images/09_back_sp.png);
}

.section09 .contents {
	padding: 0 3%;
}

.section10 {
	padding: 5rem 0;
	background-image: url(../images/10_back_sp.svg);
}

.section10 .contents {
	padding: 0 3%;
}

.lineNone .ctaArea {
	margin-bottom: 3rem;
	padding: 0 3%;
}

.ctaArea {
	padding: 3rem 3%;
}

.ctaArea .btnArea {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
}

.ctaArea .btnArea > .reservation {
	margin-bottom: 1rem;
}

.spFixed {
	position: fixed;
	bottom: 0;
	display: block;
}

.spFixed .ctaArea {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
}

.spFixed .ctaArea > div {
	width: 50%;
}
	.gmap{
		margin-top: 10%;
		padding-bottom: 56.25%;
	}

}

@media screen and (max-width: 520px) {

body {
	font-size: 14px;
	font-size: 1.4rem;
}

}

