@charset "UTF-8";
/* CSS Document */

html {
	font-size: 62.5%;
}

.only-pc, .no-sp
	{ display: block !important; }
.only-sp, .no-pc
	{ display: none !important; }
img.only-sp, img.no-pc
	{ display: none !important; }

@media screen and (max-width: 799px) {
	.only-pc, .no-sp
	{ display: none !important; }
	.only-sp, .no-pc
	{ display: block !important; }
	img.only-sp, img.no-pc
	{ display: inline-block !important; }
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	word-wrap: break-word;
  	overflow-wrap: break-word;
	line-height: 1.8;
	color: #212121;
	font-weight: 600;
	font-family:  "Zen Old Mincho", "Hiragino Mincho ProN",
  "Yu Mincho",
  "YuMincho",
  "MS PMincho",
  serif;;
	/* font-family:  "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; */
	font-size: 1.5rem;
	text-align: justify;
}
img {
	display: block;
	width: 100%;
}

/* ==========================================================
 汎用パーツ
========================================================== */
li {
  list-style: none;
}
.bg-01 {
	background-color: #f7f2ec;
}
.bg-02 {
	background-color: #111125;
	color: #fff;
}
.bg-03 {
	background-color: #2c2c3e;
}
.bg-04 {
	background-color: #faf7f3;
}
.wrap {
	display: grid;
	grid-auto-flow: row; 
	justify-content: space-between;
	align-items: center;
}
.wrap-02 {
	display: flex;
	flex-wrap: wrap;
}


/*  font
---------------------------------------------------------- */
/* h2 , h3 , .font-02 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
} */

/*  section
---------------------------------------------------------- */
.sec-01 {
	padding: 180px 0 140px;
}
.sec-02 {
	max-width: 960px;
	margin: 0 auto;
}
.sec-03 {
	max-width: 800px;
	margin: 0 auto;
}
.sec-04 {
	padding: 100px 0 120px;
}
/*  ttl
---------------------------------------------------------- */
.ttl-01 {
	font-size: 40px;
	letter-spacing: 0.2em;
	line-height: 1.5;
}
.ttl-02 {
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 50px;
}
.ttl-03 {
	font-size: 36px;
}
.ttl-04 {
	font-size: 18px;
}
.ttl-en {
	font-size: 11px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ";
	letter-spacing: 0.3em;
	line-height: 2.7;
	font-weight: 400;
	margin-bottom: 10px;
}
.ttl-sub {
	font-size: 12px;
	letter-spacing: 0.3em;
}

/*  txt
---------------------------------------------------------- */
.txt-rl , .txt-rl-pc {
	writing-mode: vertical-rl;
	font-family: "Zen Old Mincho", serif;
}
.txt-01 {
	font-size: 20px;
	margin-left: 40px;
}
.txt-02 {
	margin-bottom: 30px;
}
.txt-rl-pc p ,
.txt-rl p {
	font-size: 20px;
	letter-spacing: 0.07em;
}
.txt-c {
	text-align: center;
}
.txt-s {
	font-size: 14px;
}
/*  btn
---------------------------------------------------------- */
.btn-01 {
	position: relative;
	background: #bfa489;
	text-align: center;
	cursor: pointer;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	transition: all 0.2s;
}
.btn-01:hover {
	opacity: 0.7;
}
.btn-01::after {
	content: "";
	position: absolute;
	display: block;
	background-color: #fff;
	width: 20px;
	height: 0.5px;
	transform: translate(50% , -50%);
	top: 50%;
	right: 0;
}

/* ==========================================================
 header / footer
========================================================== */

/* header
---------------------------------------------------------- */
header {
	position: relative;
}
header::after {
	content: "";
    display: block;
    position: absolute;
    background: url(../img/bg_top_pc.png) no-repeat center center;
    top: 0;
    right: 0;
    width: max(50vw , 260px);
  	height: clamp(180px, 50vw, 600px);
    background-size: cover;
	z-index: 1;
}

header .logo {
	width: 120px;
	height: 160px;
}
.header-left {
	position: relative;
	display: flex;
	align-items: center;
	gap: 110px;
	padding: 50px 80px 90px 70px;
	z-index: 100;
}
.nav {
	position: absolute;
	top: 130px;
	font-size: 18px;
	letter-spacing: 0.58px;
}
.nav .wrap {
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	margin-top: -10px;
}
.nav span.ttl-en {
	font-size: 11px;
	letter-spacing: 0.2em;
}
.main-img {
	position: relative;
	width: 100%;
	max-width: 1080px;
	height: auto;
	margin: 0 auto;
	z-index: 100;
}
.swiper-main {
	overflow: hidden;
}
.main-img p {
	position: absolute;
	top: -70px;
	right: 0;
	color: #fff;
	font-size: 26px;
}
.link-ig {
	position: absolute;
	display: block;
	width: 80px;
	height: 80px;
	top: 0;
	right: 0;
	z-index: 200;
	background: #bfa489;
	padding: 25px;
	transition: all 0.2s;
}
.header-btn .nav ul li a {
	transition: all 0.2s;
}
.header-btn .nav ul li a:hover ,
.link-ig:hover {
	opacity: 0.7;
}

/* footer
---------------------------------------------------------- */
footer {
	text-align: center;
	padding: 60px 0 20px;
}
footer .logo-01 {
	width: 280px;
	margin: 75px auto 35px;
}
footer .copy {
	font-size: 10px;
	letter-spacing: 0;
}
footer .btn-01 {
	background-color: #fff;
	border-radius: 20px;
	color: #212121;
	font-size: 12px;
	width: 180px;
	padding: 10px 0;
	margin: 0 auto 40px;
}
footer .btn-01::after {
	display: none;
}
.arrow {
  position: absolute;
  display: inline-block;
  width: 5px;
  height: 9px;
  right: 15px;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 2px;
  height: 7px;
  border-radius: 9999px;
  background-color: #666666;
  transform-origin: calc(100% - 4px) 50%;
}
.arrow::before {
  transform: rotate(45deg);
}
.arrow::after {
  transform: rotate(-45deg);
}

/* reserve
---------------------------------------------------------- */
#reserve {
	padding: 100px 0;
}
#reserve .wrap-02 {
	justify-content: center;
	gap: 40px;
}
#reserve .ttl-02 {
	position: relative;
}
#reserve .ttl-02::before {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/icon_01.svg) no-repeat center center ;
	background-size: contain;
	width: 36px;
	height: 36px;
	transform: translate(-50% , -50%);
	left: 50%;
	top: -25px;
}
#reserve .box {
	background-color: #2c2c3e;
	width: 460px;
	height: 180px;
	padding: 45px 0 40px;
	font-weight: 700;
	line-height: 1;
}
#reserve .box .btn-01 {
	position: relative;
	width: 320px;
	padding: 20px;
	margin: 20px auto 0;
}
#reserve .box .btn-01::before {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/icon_02.svg) no-repeat center center ;
	background-size: contain;
	width: 24px;
	height: 24px;
	transform: translate(-50% , -50%);
	left: 30px;
	top: 50%;
}
#reserve .box .tel {
	/* font-family: "Montserrat", sans-serif; */
  	font-weight: 700;
	font-size: 30px;
	margin-top: 20px;
	display: inline-block;
	pointer-events: none;
    cursor: default;
}
#reserve .box .font-s {
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
}

/* ==========================================================
shop.html
========================================================== */

/* header
---------------------------------------------------------- */
.swiper-thumbnail {
	margin-top: 20px;
}
.swiper-thumbnail .swiper-wrapper {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.swiper-wrapper {
	transition-timing-function: linear;
}
.swiper-thumbnail .swiper-slide {
	width: 90px !important;
	height: 60px !important;
	cursor: pointer;
}

/* kimitsu-01
---------------------------------------------------------- */
#kimitsu-01 {
	padding: 70px 0 120px;
}
#kimitsu-01 .wrap-02 {
	gap: 170px;
}
#kimitsu-01 .txt-box {
	width: 410px;
}
#kimitsu-01 .ttl-02 {
	font-size: 40px;
}
#kimitsu-01 .ttl-02 .ttl-sub {
	font-size: 18px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
#kimitsu-01 .txt-s {
	font-size: 12px;
}


/* menu
---------------------------------------------------------- */
#menu .wrap {
	grid-template-columns: repeat(auto-fit, 320px);
	gap: 20px;
	justify-content: center;
}
#menu .btn-01 {
	padding: 20px 0;
	font-size: 16px;
	font-weight: 700;
	border-radius: 3px;
}
#menu .btn-01::after {
	display: none;
}

/* info
---------------------------------------------------------- */
dl {
	border-top: solid #e0e0e0 0.5px;
	border-bottom: solid #e0e0e0 0.5px;
	margin-bottom: 60px;
}
dt ,dd {
	padding: 20px;
	border-bottom: solid #e0e0e0 0.5px;
}
dt {
	width: 180px;
}
dd {
	width: calc(100% - 180px);
}
.map iframe {
	width: 800px;
	height: 400px;
}

/* ==========================================================
 メディアクエリ
========================================================== */
@media screen and (max-width: 800px) {
.bg-03 , 
.bg-04 {
background-color: unset;
}
.bg-05 {
	background-color: #2c2c3e;
}

/*  section
---------------------------------------------------------- */
.sec-01 {
	padding-bottom: 90px;
}
.sec-02 {
	padding: 0 50px 90px;
	max-width: 450px;
}
.sec-03 {
	max-width: 450px;
}
.sec-04 {
	padding: 70px 50px 90px;
}

/*  ttl
---------------------------------------------------------- */
.ttl-01 {
	font-size: 30px;
}
.ttl-02 {
	font-size: 20px;
	margin-bottom: 0;
}
.ttl-03 {
	font-size: 28px;
}
.ttl-04 {
	font-size: 18px;
}

/*  txt
---------------------------------------------------------- */
.txt-rl-sp {
	writing-mode: vertical-rl;
}
.txt-rl-pc {
	writing-mode: unset;
}
/* #concept .txt-rl-pc ,
#product .txt-rl-pc {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ";
} */

.txt-01 {
	margin-left: 0;
	margin-bottom: 40px;
	font-size: 16px;
}
.txt-02 {
	margin-bottom: 30px;
}
.txt-rl-pc p ,
.txt-rl p {
	font-size: 1.5rem;
}

/* ==========================================================
 header / footer
========================================================== */

/* header
---------------------------------------------------------- */
header::after {
	display: none;
}
header .logo {
	width: 90px;
	height: 80px;
}
.header-left {
	padding: 20px;
	justify-content: space-between;
	z-index: 200;
	gap: 0;
}
.nav {
	position: fixed;
	right: 0;
	top: 160px;
	display: block;
	background: #f7f2ec;
	width: 100%;
	height: 100svh;
	text-align: center;
	margin: 0;
	padding: 45px;
	z-index: 200;
	font-size: 10px;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0.2s, opacity 0.2s;
}
.nav.open {
	opacity: 1;
	visibility: visible;
}
.nav .wrap {
	position: absolute;
	grid-template-columns: auto;
	justify-content: center;
	top: calc(50% - 120px);
	left: 50%;
	transform: translate(-50% , -50%);
}
.nav span {
	font-size: 16px;
}
.btn {
	gap: 10px;
}
.nav-btn , .reserve-btn , .link-ig {
	position: relative;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	cursor: pointer;
	top: 0;
	right: 0;
	padding: 0;
}
.link-ig {
	background: #212121;
}
.nav-btn-in , .reserve-btn-in , .link-ig-in {
	position: absolute;
	display: block;
	text-align: center;
	width: 100%;
	transform: translateY(-50%);
	top: 50%;
}
.nav-btn {
	background: #cec2b2;
	position: relative;
}
.nav-btn span::before,
.nav-btn span::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 1px;
	background-color: #fff;
	transition: .4s;
}
.nav-btn span::before {
	transform: translate(-50%, 6px);
}
.nav-btn span::after {
	transform: translate(-50%, 11px);
}
.nav-btn span.open::before ,
.nav-btn span.open::after {
	content: "";
	transition: .4s;
}
.nav-btn span.open::before {
	transform: translate(-50%, 7px) rotate(45deg);
}
.nav-btn span.open::after {
	transform: translate(-50%, 7px) rotate(-45deg);
}
.reserve-btn {
	background: #b01e27;
}
.reserve-btn img  {
	width: 18px;
	height: 18px;
	margin: 0 auto;
}
.link-ig-in img {
	width: 25px;
	height: 25px;
	margin: 0 auto;
}
.btn p {
	font-size: 8px;
	color: #fff;
}
.nav-btn p {
	margin-top: 16px;
}


/* footer
---------------------------------------------------------- */


/* reserve
---------------------------------------------------------- */
#reserve .box {
	background: unset;
}
#reserve .box .btn-01 {
	width: 300px;
	height: 170px;
	margin: 0 auto;
}
#reserve .box .btn-01::before {
	left: 50%;
	top: calc(50% - 20px);
}
#reserve .box .btn-01 span {
	display: block;
	margin-top: 40px;
}
#reserve .box .tel {
	background: rgba(255, 255, 255, 0.1);
	border: solid rgba(255, 255, 255, 0.5) 0.5px;
	font-size: 25px;
	padding: 15px 40px;
	border-radius: 3px;
	margin-bottom: 10px;
	pointer-events: auto;
    cursor: pointer;
}
#reserve .box .only-sp {
	font-size: 12px;
	font-weight: 400;
}

/* ==========================================================
shop.html
========================================================== */

/* header
---------------------------------------------------------- */
.swiper-thumbnail {
	display: none;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #aaa;
  opacity: .4;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.main-img {
	margin-top: 100px;
}

/* kimitsu-01
---------------------------------------------------------- */
#kimitsu-01 {
	padding: 40px 50px 90px;
}
#kimitsu-01 .wrap-02 {
	justify-content: center;
	gap: 50px;
}
#kimitsu-01 .ttl-02 {
	font-size: 24px;
	text-align: center;
}
#kimitsu-01 .txt-box {
	width: auto;
	position: relative;
}

/* menu
---------------------------------------------------------- */
#menu .wrap {
	grid-template-columns: 1fr;
}
#menu .btn-01 {
	padding: 20px 0;
	font-size: 14px;
	font-weight: 700;
	border-radius: 3px;
}
#menu .btn-01::after {
	display: none;
}
#menu .ttl-02 ,
#info .ttl-02 {
	margin-bottom: 50px;
}
/* info
---------------------------------------------------------- */
dl {
	margin-bottom: 50px;
}
dt, dd {
	padding: 20px 0;
}
dt {
	width: 52px;
	font-size: 13px;
}
dd {
	width: calc(100% - 52px);
	padding-left: 20px;
	font-size: 13px;
}
dd span {
	font-size: 12px;
}
.map iframe {
	width: 100%;
}
}