@charset "utf-8";

@font-face {
	font-family: 'Euclid Square';
	src: url('../fonts/EuclidSquare-Medium.eot');
	src: local('Euclid Square Medium'), local('EuclidSquare-Medium'),
			url('../fonts/EuclidSquare-Medium.eot?#iefix') format('embedded-opentype'),
			url('../fonts/EuclidSquare-Medium.woff2') format('woff2'),
			url('../fonts/EuclidSquare-Medium.woff') format('woff'),
			url('../fonts/EuclidSquare-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

:root {
	--beige: #eeeee5;
	--beige2: rgba(238, 238, 229, 0.75);
	--gold: #b59a5b;
	--wh: #fff;
	--bk: #000;

	--ff_zenold: "Zen Old Mincho", serif;
	--ff_tsukuold: fot-tsukuaoldmin-pr6n, sans-serif;

	--side: 5rem;
  --sidegap: 12rem;
  --side_x2: calc(var(--side) + var(--sidegap));
	--sec: 18rem;
	--gap: 5rem;
}
@media only screen and (max-width: 1023px) {	
	:root {	
    --side: 5rem;
    --sidegap: 5rem;
    --sec: 12rem;
	}
}
@media only screen and (max-width: 640px) {	
	:root {	
		--side: 2rem;
    --sidegap: 2rem;
		--sec: 8rem;
		--gap: 2rem;
	}
}


.bfaf {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.tra {
	transition: 0.2s;
}
.flex {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;	
}
.flex_center {
	display:flex;
	justify-content: center;
	align-items: center;	
	flex-wrap: wrap;
}
.bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.imgcover {
	position: relative;
}
.imgcover img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.nolink {
  pointer-events: none;
}

/* ==============================
-----mainContents----------------
=================================*/
html {
	margin : 0;
	padding : 0;
	font-size:62.5%;
}
body {
	margin : 0;
	padding : 0;
	width : 100%;
	height:100%;
	font-family: var(--ff_zenold);
	font-size: 1.56rem;
  font-weight: 400;
  font-style: normal;
	color: var(--bk);
	line-height: 2;
	z-index: 1;
	-webkit-text-size-adjust:none;
	background-color:var(--beige);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto | grayscale;
}
@media only screen and (max-width: 640px) {	
  body {
    font-size: 1.5rem;
  }
}


h1,h2,h3,h4,strong {
	font-weight: 400;
}
a {
	color: var(--gold);
	text-decoration:none;
	word-break:break-all;
	transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}
img {
	display: block;
	width: 100%;
	height: auto;
	font-size:1px;
	vertical-align: text-bottom;
}
svg {
	width: 100%;
	height: auto;
	display: block;
}
li{
	list-style:none;
}
/* SVG */
.svg-block {
    display: block;
}
object {
	pointer-events: none;
}
.svg-link object {
	overflow:visible;
}
/* SVG */

::selection {
	background: var(--gold);
	color:var(--wh);
}
::-moz-selection {
	background: var(--gold);
	color:var(--wh);
}
form ::selection {
	background: var(--gold);
	color:var(--wh);
}
form ::-moz-selection {
	background: var(--gold);
	color:var(--wh);
}


/* ***** Parts **************** */
.sp {
	display: none;
}
@media only screen and (max-width: 767px) {
	.pc {
		display: none;
	}	
	.sp {
		display: inline-block;
	}
}

#maincontents {
  background: var(--beige);
}
section {
  position: relative;
	padding: 0 var(--side);
}
.blockwrap {
  position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.txt {
  padding: 0 var(--sidegap);
}
.blctxt {
  width: 72rem;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1023px) {	
  .blctxt {
    width: 100%;
    padding: 0 var(--side);
  }
}

.bd {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--gold);
}


/*//================
//Nav
//================*/
#nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 2rem;
  z-index: 99;
}
#nav #logotype {
  padding: 0 var(--side_x2);
}
#nav #logotype .in {
  width: 100%;
  max-width: 62rem;
  margin: 0 auto;
}

/*//================
//Loading
//================*/
#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	z-index: 1000;
	overflow: hidden;
}
#loading_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--beige);
}
#loading_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 var(--side_x2);
}
#loading_logo {
	width: 100%;
  max-width: 62rem;
  position: relative;
  opacity: 0;
}


/*//================
// KV
//================*/
#kv {
	width: 100%;
	height: 100svh;
	position: relative;
  padding: 0;
}
#kv_swiper {
	width: 100%;
	height: 100vh;
  position: fixed;
  top: 0;left: 0;
  z-index: -1;
}
#kv_swiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
#kv_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  left: 50%;
  bottom: 3rem;
  bottom: calc(100vh - 100svh + 3rem);
  width: 80%;
  max-width: 44rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  transform: translate(-50%, 0);
}
.swiper-pagination-bullet {
  flex: 1;
  height: 2px;
  margin: 0;
  border-radius: 0;
  background: var(--beige);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: var(--bk);
  opacity: 1;
}


#statement {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 var(--side);
  transform: translate(-50%, -50%);
}
#statement .blockwrap {
  max-width: 96rem;
}
#statement .in {
  width: 100%;
  padding-top: 33.333%;
  background: var(--beige2);
}
#statement .in .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 var(--sidegap);
}

@media only screen and (max-width: 1023px) {	
  #statement .in {
    padding-top: 66.666%;
  }
}
@media only screen and (max-width: 640px) {	
  #statement .in {
    padding-top: 150%;
    line-height: 1.8;
  }
}


/*//================
// Opening
//================*/
#opening {
  width: 100%;
  height: 100vh;
  position: relative;
  font-family: var(--ff_tsukuold);
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.8em;
  color: var(--gold);
}
#opening .blockwrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#opening_txt {
  font-size: 4.3rem;
}
#opening h2 {
  margin-bottom: 2rem;
  font-size: 5.5rem;
}
#opening .place {
  width: 100%;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  font-size: 2.1rem;
  letter-spacing: 0.3em;
  transform: translate(-50%, 0);
}

@media only screen and (max-width: 767px) {	
  #opening_txt {
    font-size: 2.1rem;
  }
  #opening h2 {
    margin-bottom: 3rem;
    font-size: 4.2rem;
  }
}


/*//================
// Experience
//================*/
#experience {
  padding-top: var(--sec);
  padding-bottom: var(--sec);
}
#experience .blockwrap {
  display: flex;
  flex-direction: column;
  gap: var(--sec);
}
#experience .experience h2 {
  font-family: var(--ff_tsukuold);
  font-size: 4.5rem;
  line-height: 1.6;
  letter-spacing: 0.8em;
  text-align: center;
}
#experience .experience img {
  margin: 4rem 0;
}
@media only screen and (max-width: 767px) {	
  #experience .experience h2 {
    font-size: 2.1rem;
  }
  #experience .experience img {
    margin: 2rem 0;
  }
}


/*//================
// People
//================*/
#people {
  padding-bottom: var(--sec);
}
#people .blockwrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: var(--gap);
}
#people .people {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.6;
}
#people .people h3 {
  padding: 3rem 0;
}
@media only screen and (max-width: 767px) {	
  #people .blockwrap {
    gap: 6rem;
  }
  #people .people {
    flex: auto;
    width: 100%;
    font-size: 1.2rem;
  }
  #people .people h3 {
    padding: 2rem 0;
  }
  #people .profile {
    padding: 0 var(--sidegap);
  }
}


/*//================
// Contact
//================*/
#contact {
  padding-top: var(--sec);
  padding-bottom: 4rem;
  font-family: var(--ff_tsukuold);
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.25em;
  text-align: center;
  color: var(--gold);
}
#contact #reservation {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 14rem;
  margin-bottom: var(--sec);
  font-size: clamp(1.8rem, 2.6vw, 3rem);
  color: var(--gold);
  border: 1px solid var(--gold);
  background: var(--wh);
}
#contact #reservation:hover {
  color: var(--wh);
  background: var(--gold);
}
#contact .contact_blc a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
@media only screen and (max-width: 767px) {	
  #contact {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
  }
  #contact #reservation {
    height: 8rem;
    font-size: 1.5rem;
  }
}


/*//================
// Information
//================*/
#information {
  padding: var(--sec) var(--side);
  line-height: 1.6;
}
#information dl {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  max-width: 80rem;
  position: relative;
  margin: 0 auto;
  margin-bottom: var(--gap);
  padding-bottom: var(--gap);
}
#information dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#information dt {
  width: 24rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
#information dt:after {
  content: "：";
  display: inline;
}
#information dd {
  width: calc(100% - 24rem);
  margin-bottom: 1rem;
  padding-left: 1rem;
}
@media only screen and (max-width: 767px) {	
  #information dl {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    font-size: 1.2rem;
  }
  #information dt {
    width: 12rem;
  }
  #information dd {
    width: calc(100% - 12rem);
    padding-left: 0;
  }
}


/*//================
// Footer
//================*/
#footer {
  padding: var(--gap) var(--side);
  font-family: var(--ff_tsukuold);
  text-align: center;
  letter-spacing: 0.25em;
  color: var(--gold);
  background: var(--beige);
}
@media only screen and (max-width: 767px) {	
  #footer {
    font-size: 1.2rem;
  }
}


























