@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap");
/* ---------------------------------------------
*   html, body
--------------------------------------------- */
html,
body {
	min-height: 100vh;
	color: #fff;
	font-size: 15px;
	font-family: "ten-mincho","游明朝体", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HGS明朝E", "Hiragino Mincho ProN", serif;
	font-weight: 400;
	font-style: normal;
}
@media only screen and (max-width: 900px) {
	html,
	body {
		font-size: min(calc(24 /750 *100vw), 15px);
	}
}

img {
	max-width: 100%;
}

body.fixed {
	position: fixed;
	width: 100%;
}

body {
	height: 100svh;
	background: url(../img/bg_001.jpg);
	background-color: #000;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
body#home {
	background-image: url(../img/bg_001.jpg);
}

body#ginza_top {
	background-image: url(../img/ginza/bg_ginza_top.jpg);
}
body#ginza_greeting {
	background-image: url(../img/ginza/bg_ginza_greeting.jpg);
}
body#ginza_menu {
	background-image: url(../img/ginza/bg_ginza_menu.jpg);
}
body#ginza_omotase {
	background-image: url(../img/ginza/bg_ginza_omotase.jpg);
}
body#ginza_room {
	background-image: url(../img/ginza/bg_ginza_room.jpg);
}
body#ginza_reservation {
	background-image: url(../img/ginza/bg_ginza_reservation.jpg);
}
body#ginza_access {
	background-image: url(../img/ginza/bg_ginza_access.jpg);
}

body#azabujuban_top {
	background-image: url(../img/azabujuban/bg_azabujuban_top.jpg);
}
body#azabujuban_greeting {
	background-image: url(../img/azabujuban/bg_azabujuban_greeting.jpg);
}
body#azabujuban_menu {
	background-image: url(../img/azabujuban/bg_azabujuban_menu.jpg);
}
body#azabujuban_omotase {
	background-image: url(../img/azabujuban/bg_azabujuban_omotase.jpg);
}
body#azabujuban_room {
	background-image: url(../img/azabujuban/bg_azabujuban_room.jpg);
}
body#azabujuban_reservation {
	background-image: url(../img/azabujuban/bg_azabujuban_reservation.jpg);
}
body#azabujuban_access {
	background-image: url(../img/azabujuban/bg_azabujuban_access.jpg);
}

body#shintomi_top {
	background-image: url(../img/shintomi/bg_shintomi_top.jpg);
}
body#shintomi_greeting {
	background-image: url(../img/shintomi/bg_shintomi_greeting.jpg);
}
body#shintomi_menu {
	background-image: url(../img/shintomi/bg_shintomi_menu.jpg);
}
body#shintomi_omotase {
	background-image: url(../img/shintomi/bg_shintomi_omotase.jpg);
}
body#shintomi_room {
	background-image: url(../img/shintomi/bg_shintomi_room.jpg);
}
body#shintomi_reservation {
	background-image: url(../img/shintomi/bg_shintomi_reservation.jpg);
}
body#shintomi_access {
	background-image: url(../img/shintomi/bg_shintomi_access.jpg);
}

body:before {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 300px;
	content: "";
	display: inline-block;
	background: linear-gradient(rgb(0, 0, 0) 0, rgba(0, 0, 0, 0) 0%);
	z-index: 999;
}

body .overlay {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1.2s ease;
}

body.fade .overlay {
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 900px) {
	body:after {
		top: 0;
		content: "";
		display: block;
		position: fixed;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100vh;
		background-image: url(../img/bg_001_sp.jpg);
		background-color: #000;
		background-repeat: no-repeat;
		background-position: center !important;
		background-size: cover !important;
	}

	body#home:after {
		background-image: url(../img/bg_001_sp.jpg);
	}
	
	body#ginza_top:after {
		background-image: url(../img/ginza/bg_ginza_top_sp.jpg);
	}
	body#ginza_greeting:after {
		background-image: url(../img/ginza/bg_ginza_greeting_sp.jpg);
	}
	body#ginza_menu:after {
		background-image: url(../img/ginza/bg_ginza_menu_sp.jpg);
	}
	body#ginza_omotase:after {
		background-image: url(../img/ginza/bg_ginza_omotase_sp.jpg);
	}
	body#ginza_room:after {
		background-image: url(../img/ginza/bg_ginza_room_sp.jpg);
	}
	body#ginza_reservation:after {
		background-image: url(../img/ginza/bg_ginza_reservation_sp.jpg);
	}
	body#ginza_access:after {
		background-image: url(../img/ginza/bg_ginza_access_sp.jpg);
	}
	
	body#azabujuban_top:after {
		background-image: url(../img/azabujuban/bg_azabujuban_top_sp.jpg);
	}
	body#azabujuban_greeting:after {
		background-image: url(../img/azabujuban/bg_azabujuban_greeting_sp.jpg);
	}
	body#azabujuban_menu:after {
		background-image: url(../img/azabujuban/bg_azabujuban_menu_sp.jpg);
	}
	body#azabujuban_omotase:after {
		background-image: url(../img/azabujuban/bg_azabujuban_omotase_sp.jpg);
	}
	body#azabujuban_room:after {
		background-image: url(../img/azabujuban/bg_azabujuban_room_sp.jpg);
	}
	body#azabujuban_reservation:after {
		background-image: url(../img/azabujuban/bg_azabujuban_reservation_sp.jpg);
	}
	body#azabujuban_access:after {
		background-image: url(../img/azabujuban/bg_azabujuban_access_sp.jpg);
	}

	body#shintomi_top:after {
		background-image: url(../img/shintomi/bg_shintomi_top_sp.jpg);
	}
	body#shintomi_greeting:after {
		background-image: url(../img/shintomi/bg_shintomi_greeting_sp.jpg);
	}
	body#shintomi_menu:after {
		background-image: url(../img/shintomi/bg_shintomi_menu_sp.jpg);
	}
	body#shintomi_omotase:after {
		background-image: url(../img/shintomi/bg_shintomi_omotase_sp.jpg);
	}
	body#shintomi_room:after {
		background-image: url(../img/shintomi/bg_shintomi_room_sp.jpg);
	}
	body#shintomi_reservation:after {
		background-image: url(../img/shintomi/bg_shintomi_reservation_sp.jpg);
	}
	body#shintomi_access:after {
		background-image: url(../img/shintomi/bg_shintomi_access_sp.jpg);
	}
	
	body:before {
		width: 100%;
		height: calc(0 /750 *100vw) !important;
		background: linear-gradient(rgb(0, 0, 0) 0, rgb(0, 0, 0) 15.3vw, rgba(0, 0, 0, 0) 0%);
	}
	body#home:before {
		width: 100%;
		height: calc(240 /750 *100vw) !important;
		background: linear-gradient(180deg,rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 0%);
	}
}

a:link,
a:visited {
  color: #d3b572;
}

a:hover,
a.current {
  color: #fff;
}

/* ==============================================
display
============================================== */
.u-onlysp {
  display: none !important;
}
@media only screen and (max-width: 900px) {
  .u-onlypc {
    display: none !important;
  }
  .u-onlysp {
    display: inherit !important;
  }
}

/*==================================================
header
===================================================*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
}
.header__inner {
	min-height: 163px;
	padding: 30px 40px 0 0;
}


@media only screen and (max-width: 900px) {
  #home .header__inner {
    min-height: auto;
  }
}

@media only screen and (max-width: 900px) {
	.header__inner {
		min-height: 200px;
		position: relative;
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
		gap: calc(40 /750 *100vw);
		padding: calc(45 /750 *100vw) calc(45 /750 *100vw) 0;
	}
	.header .gNav.off:before,
	.header .gNav.open:before {
		pointer-events: none;
		background-color: rgba(0, 0, 0, 0.85);
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		opacity: 0;
		display: block;
		transition: all 0.3s;
	}
	.header .gNav__button {
		aspect-ratio: 89/65;
		display: inline-block;
		width: calc(70 /750 *100vw);
		max-width: 40px;
		background-image: url(../img/ic_menu.svg);
		background-repeat: no-repeat;
		background-position: center;
	}
	.header .gNav__inner {
		display: none;
	}
}

@media only screen and (max-width: 900px) {
  .header .gNav.open {
    height: 100%;
  }
  .header .gNav.open .gNav__button {
    background-image: url(../img/ic_close.svg);
    position: relative;
    z-index: 999;
  }
  .header .gNav.open .gNav__inner {
	  overflow: scroll;
	  width: 100%;
	  height: 100vh;
	  height: 100dvh;
	  position: absolute;
	  left: 0;
	  top: 0;
  }
  .header .gNav.open:before {
	  background-color: rgba(0, 0, 0, 0.85);
	  content: "";
	  display: inline-block;
	  position: fixed;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  z-index: -1;
	  opacity: 1;
	  transition: opacity 0.3s ease;
  }
  .header .gNav.open .gNav__inner__sc {
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
  }
	.header .gNav.open .gNav__inner__sc > * {
		padding-bottom: calc(70 /750 *100vw);
	}
}

@media only screen and (min-width: 901px) {
	.header .gNav {
		position: absolute;
		top: 80px;
		right: 0;
		width: 100%;
	}
	.header .gNav__inner {
		background: linear-gradient(90deg, rgba(211, 181, 114, 0), rgba(211, 181, 114, 0) 20%, rgba(211, 181, 114, 1) 43%);
	}
}

@media screen and (min-width: 901px) and (max-width: 1110px) {
	.header .gNav__inner {
		background: linear-gradient(90deg, rgba(211, 181, 114, 0), rgba(211, 181, 114, 0) 20%, rgba(211, 181, 114, 0.5) 30%, rgba(211, 181, 114, 1) 43%);
	}
}

.header .gNav ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 35px;
	min-height: 55px;
	padding-right: 40px;
}
.header .gNav li {
	font-size: 18px;
	letter-spacing: 0.15em;
}
.header .gNav li a {
	color: #0c0c0c;
}
.header .gNav li a:hover {
	color: #fff;
	transition: 0.3s;
	
}
.header .gNav li a.current {
	color: #fff;
}

@media screen and (min-width: 901px) and (max-width: 1110px) {
	.header .gNav ul { 
		gap: 3%;
		padding-right: 3%;
	}
}

@media only screen and (max-width: 900px) {
  .header .gNav ul {
	  flex-direction: column;
	  position: relative;
	  width: 100%;
	  left: 0;
	  text-align: center;
	  gap: calc(70 /750 *100vw);
	  top: 25vw;
	  padding-right: 0;
  }
	.header .gNav li {
		font-size: min(calc(28 /750 *100vw), 24px);
		letter-spacing: 0.1em;
	}	
	.header .gNav li a,
	.header .gNav li a:hover {
		color: #d2b472;
	}
}

@media screen and (min-width: 901px) and (max-width: 1110px) {
	.header .gNav li {
		font-size: 16.5px;
		letter-spacing: 0.1em;
	}	
}

@media screen and (min-width: 901px) and (max-width: 1300px) {
	.english .header .gNav li {
		font-size: 15px;
		letter-spacing: 0.1em;
	}	
}

/* switchlang
--------------------------------------------- */
.switchlang {
	position: fixed;
	top: 0;
	right: 0;
	padding: 42px 40px 0 0;
	display: flex;
	align-items: center;
	column-gap: 35px;
}
.switchlang a:hover,
.switchlang a.current{
	color: #fff;
}

@media only screen and (max-width: 900px) {
	.switchlang {
		position: static;
		padding: 0;
		column-gap: calc(40 /750 * 100vw);
	}
	.switchlang:has(+ .gNav.open) {
		display: none;
	}	
}

.switchlang__en {
	font-size: 17px;
	letter-spacing: 0.1em;
}

@media only screen and (max-width: 900px) {
	.switchlang__en {
		font-size: min(calc(30 /750 * 100vw), 26px);
	}
}

.ic__siteid {
	width: 64px;
	max-width: 64px;
	filter: grayscale(0%);
	vertical-align: middle;
}
.ic__siteid:hover {
	filter: grayscale(100%);
	transition: 0.3s;
}

@media only screen and (max-width: 900px) {
	.ic__siteid {
		width: calc(112 /750 * 100vw);
	}
}

.ic__instagram {
	width: calc(34 /1260 * 100vw);
	max-width: 24px;
	filter: grayscale(0%);
	vertical-align: middle;
}
.ic__instagram:hover {
	filter: grayscale(100%);
	transition: 0.3s;
}

@media only screen and (max-width: 900px) {
	.ic__instagram {
		width: calc(45 /750 * 100vw);
	}
}


/*==================================================
l-main
===================================================*/
.l-main {
	padding-top: 220px;
}
@media only screen and (max-width: 900px) {
	.l-main{
		padding-top: calc(180 /750 * 100vw);
	}
}

#home .l-main {
	padding-top: min(12%, 170px);
}
@media only screen and (max-width: 900px) {
	#home .l-main {
		padding-top: calc(180 /750 * 100vw);
	}
}

#home .l-main .logo {
	width: calc(170 /1260 *100vw);
	max-width: 170px;
	margin-inline: auto;
}
@media only screen and (max-width: 900px) {
	#home .l-main .logo {
		width: calc(230 /750 * 100vw);
	}
}

#home.english .l-main .logo {
	width: calc(617 /1260 *100vw);
	max-width: 617px;
	margin-inline: auto;
	transform: translateX(38%);
}
@media only screen and (max-width: 900px) {
	#home.english .l-main .logo {
		width: calc(478 /750 * 100vw);
		transform: translateX(0);
	}
}

#home .btnArea {
	max-width: 1067px;
	margin-inline: auto;
	padding-inline: 30px;
	box-sizing: content-box;
	margin-top: 100px;
	margin-bottom: 160px;
}
@media only screen and (max-width: 900px) {
	#home .btnArea {
		padding-inline: 15px;
		margin-top: calc(85 /750 * 100vw);
		margin-bottom: calc(240 /750 * 100vw);
	}
}

#home .shop-list__btn {
	display: grid;
	align-items: center;
	justify-content: center;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px 3.5%;
}

#home .shop-list__btn >*:last-child {
	grid-column: 2.1;
}
@media only screen and (max-width: 900px) {
	#home .shop-list__btn {
		display: block;
	}
	#home .shop-list__btn > *:not(:last-child) {
		margin-bottom: 25px;
	}
}

#home .btnArea .txt {
	font-size: 14px;
	color: #9d9d9d;
	letter-spacing: 0.025em;
	line-height: 2.4;
	padding-top: 1.5rem;
}
@media only screen and (max-width: 900px) {
	#home .btnArea .txt {
		font-size: min(calc(21 /750 * 100vw), 16px);
		padding-top: 0.8rem;
	}
}

/* ==============================================
l-main__inner
============================================== */
#ginza_top .l-main__inner {
	display: grid;
	grid-template-columns: 1fr 750px;
}
@media only screen and (max-width: 900px) {
	#ginza_top .l-main__inner {
		display: block;
	}
}

#azabujuban_top .l-main__inner {
	display: grid;
	grid-template-columns: 1fr 750px;
}
@media only screen and (max-width: 900px) {
	#azabujuban_top .l-main__inner {
		display: block;
	}
}

#shintomi_top .l-main__inner {
	display: grid;
	grid-template-columns: 1fr 750px;
}
@media only screen and (max-width: 900px) {
	#shintomi_top .l-main__inner {
		display: block;
	}
}

.l-main__inner {
	
}
@media only screen and (max-width: 900px) {
	.l-main__inner {
		
	}
}

/*==================================================
button
===================================================*/
.c-button-a {
	position: relative;
	width: 100%;
	max-width: 326px;
	height: 80px;
	background-color: rgba(0,0,0,0.6);
	border: 1.2px solid #d3b572;
	font-size: 21px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s;
}

.c-button-a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 33px;
	width: 9px;
	height: 18px;
	transform: translateY(-50%);
	background: url("../img/ic_arrow.svg") 0 0 no-repeat;
	background-size: 100% auto;
}

@media only screen and (max-width: 900px) {
	.c-button-a {
		max-width: calc(478 /750 * 100vw);
		height: calc(110 /750 * 100vw);
		background-color: rgba(0,0,0,0.8);
		margin-inline: auto;
		border: 1.4px solid #d3b572;
		font-size: min(calc(32 /750 * 100vw), 25px);
	}
	.c-button-a:after {
		width: calc(11 /750 * 100vw);
		height: calc(22 /750 * 100vw);
	}
}

@media screen and (min-width: 901px) and (max-width: 1110px) {
	.english .c-button-a:after {
		right: 5%;
	}
}



.c-button-a:link, 
.c-button-a:visited {
	color: #d3b572;
}

.c-button-a:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.c-button-off {
	width: 100%;
	max-width: 326px;
	height: 84px;
	background-color: rgba(0,0,0,0.6);
	border: 2.2px solid #d3b572;
	font-size: 21px;
	color: #d3b572;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.32;
}
@media only screen and (max-width: 900px) {
	.c-button-off {
		max-width: calc(478 /750 * 100vw);
		height: calc(110 /750 * 100vw);
		margin-inline: auto;
		font-size: min(calc(30 /750 * 100vw), 24px);
		opacity: 0.6;
	}
}

@media only screen and (max-width: 900px) {
	.c-button-reservation {
		position: relative;
		width: calc(550 /750 * 100vw);
		height: calc(100 /750 * 100vw);
		background-color: rgba(0,0,0,0.6);
		border: calc(2 /750 * 100vw) solid #d3b572;
		border-radius: 4px;
		font-size: min(calc(30 /750 * 100vw), 22px);
		display: flex;
		justify-content: center;
		align-items: center;
		transition: opacity 0.3s;
	}
	.c-button-reservation:after {
		content: "";
		position: absolute;
		top: 50%;
		right: calc(50 /750 * 100vw);
		width: calc(11 /750 * 100vw);
		height: calc(22 /750 * 100vw);
		transform: translateY(-50%);
		background: url("../img/ic_arrow.svg") 0 0 no-repeat;
		background-size: 100% auto;
	}
}

.btn-reservation .c-button-reservation {
	position: relative;
	width: 100%;
	height: 90px;
	background-color: rgba(0,0,0,0.6);
	border: 1px solid #d3b572;
	border-radius: 4px;
	font-size: 24px;
	letter-spacing: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s;
	}

.btn-reservation .c-button-reservation:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 9px;
	height: 17px;
	transform: translateY(-50%);
	background: url("../img/ic_arrow.svg") 0 0 no-repeat;
	background-size: 100% auto;
}

@media only screen and (max-width: 900px) {
	.btn-reservation .c-button-reservation {
		position: relative;
		width: calc(550 /750 * 100vw);
		height: calc(100 /750 * 100vw);
		background-color: rgba(0,0,0,0.6);
		border: calc(2 /750 * 100vw) solid #d3b572;
		border-radius: 4px;
		font-size: min(calc(30 /750 * 100vw), 24px);
		display: flex;
		justify-content: center;
		align-items: center;
		transition: opacity 0.3s;
	}
	.btn-reservation .c-button-reservation:after {
		content: "";
		position: absolute;
		top: 50%;
		right: calc(50 /750 * 100vw);
		width: calc(11 /750 * 100vw);
		height: calc(22 /750 * 100vw);
		transform: translateY(-50%);
		background: url("../img/ic_arrow.svg") 0 0 no-repeat;
		background-size: 100% auto;
	}
}

.btn-reservation .c-button-reservation:hover {
	filter: grayscale(100%);
	transition: 0.3s;
}


/*==================================================
footer
===================================================*/
/*body#home footer,
body#page6 footer {
    position: fixed;
}*/

footer {
	bottom: 0;
	right: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 18px;
	padding-bottom: 25px;
	padding-right: 40px;
}
footer img.siteid_footer {
	width: 60px;
}
footer small {
	font-size: 11.5px;
	letter-spacing: 0.2em;
}
@media only screen and (max-width: 900px) {
	footer {
		justify-content: center;
		padding: calc(40 /750 * 100vw) calc(15 /750 * 100vw);
	}
	footer img.siteid_footer {
		width: calc(115 /750 * 100vw);
	}
	footer small {
	  font-size: min(calc(17 /750 * 100vw), 12px);
	  font-weight: 500;
	letter-spacing: 0.1em;
  }
}

footer img.siteid_footer:hover {
	filter: grayscale(100%);
	transition: 0.3s;
}

.preload {
  position: relative;
}
.preload img {
  position: absolute;
  left: -100%;
  width: 1px;
  height: 1px;
}



/* ==============================================
container
============================================== */
.container {
	background-color: rgba(0, 0, 0, 0.75);
	max-width: 845px;
	width: 100%;
	padding: 50px;
	transition: transform 3s, opacity 3s;
	transform: translateX(0);
	margin-left: auto;
}
.container.load {
  transform: translateX(-5%);
  opacity: 0;
}

@media screen and (min-width:901px) and (max-width:1110px) {
	.container { 
		width: 85%;
		padding: 5%;
	}
}

@media screen and (max-width: 900px) {
  .container {
	  max-width: calc(650 /750 *100vw);
	  padding: calc(50 /750 *100vw) calc(52.5 /750 *100vw);
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: calc(70 /750 *100vw); 
  }
}

#ginza_top .container {
	max-width: 675px;
	width: 100%;
	padding: 50px;
}
@media screen and (min-width:901px) and (max-width:1110px) {
	#ginza_top .container { 
		width: 100%;
		margin-right: auto;
	}
}

@media screen and (max-width: 900px) {
	#ginza_top .container {
		max-width: calc(650 /750 *100vw);
		padding: calc(50 /750 *100vw) calc(40 /750 *100vw);
	}
	#ginza_room .container {
		background-color: rgba(0, 0, 0, 0.85);
	}
}

#azabujuban_top .container {
	max-width: 675px;
	width: 100%;
	padding: 50px;
}
@media screen and (min-width:901px) and (max-width:1110px) {
	#azabujuban_top .container { 
		width: 100%;
		margin-right: auto;
	}
}

@media screen and (max-width: 900px) {
	#azabujuban_top .container {
		max-width: calc(650 /750 *100vw);
		padding: calc(50 /750 *100vw) calc(40 /750 *100vw);
	}
	#azabujuban_room .container {
		background-color: rgba(0, 0, 0, 0.90);
	}
}

#shintomi_top .container {
	max-width: 675px;
	width: 100%;
	padding: 50px;
}
@media screen and (min-width:901px) and (max-width:1110px) {
	#shintomi_top .container { 
		width: 100%;
		margin-right: auto;
	}
}

@media screen and (max-width: 900px) {
	#shintomi_top .container {
		max-width: calc(650 /750 *100vw);
		padding: calc(50 /750 *100vw) calc(40 /750 *100vw);
	}
	#shintomi_room .container {
		background-color: rgba(0, 0, 0, 0.85);
	}
}

/*==================================================
heading
===================================================*/
.c-heading-a {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.3em;
	margin-bottom: 2.5rem;
}
@media screen and (max-width: 900px) {
  .c-heading-a {
	  font-size: min(calc(36 /750 *100vw), 308px);
	  letter-spacing: 0.2em;
	  margin-bottom: 3.0rem;
  }
}

.c-heading-a__main {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.3em;
	margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .c-heading-a__main {
	  font-size: min(calc(33 /750 *100vw), 22px);
  }
}


/*==================================================
銀座トップ
===================================================*/
#ginza_top .l-main .logo {
	width: calc(286 /1260 *100vw);
	max-width: 260px;
	margin-left: auto;
}
@media only screen and (max-width: 900px) {
	#ginza_top .l-main .logo {
		width: calc(280 /750 * 100vw);
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
	}
}

/*==================================================
麻布十番トップ
===================================================*/
#azabujuban_top .l-main .logo {
	width: calc(286 /1260 *100vw);
	max-width: 260px;
	margin-left: auto;
}
@media only screen and (max-width: 900px) {
	#azabujuban_top .l-main .logo {
		width: calc(280 /750 * 100vw);
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
	}
}

/*==================================================
新富トップ
===================================================*/
#shintomi_top .l-main .logo {
	width: calc(286 /1260 *100vw);
	max-width: 260px;
	margin-left: auto;
}
@media only screen and (max-width: 900px) {
	#shintomi_top .l-main .logo {
		width: calc(280 /750 * 100vw);
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
	}
}

.info-list--item {
	border-top: 1px solid #fff;
	padding-top: 30px;
	padding-bottom: 20px;
	line-height: 1.75;
	font-size: 16.5px;
	letter-spacing: 0.2em;
}
.info-list--item > * {
	padding-top: 0.8em;
}

@media only screen and (max-width: 900px) {
	.info-list--item {
		line-height: 1.7;
		font-size: 16.5px;
		letter-spacing: 0.1em;
	}
}

/* __ ginza HOME ENGLISH __ */
#ginza_top .information-none {
	height: 100vh;
	position: relative;
}

#ginza_top .information-none footer {
	position: fixed;
	bottom: 0;
	left: 0;
}

@media (orientation: landscape) {
	#ginza_top .information-none footer {
		position: static;
	}
}

#ginza_top .information-none .l-main__inner {
	display: block;
}

#ginza_top .information-none .logo {
	width: calc(840 /1800 *100vw);
	max-width: 840px;
	transform: translateX(-27%);
}
@media only screen and (max-width: 900px) {
	#ginza_top .information-none .logo {
		width: calc(602 /750 * 100vw);
		max-width: 600px;
		transform: translate(calc(20 / 750 * 100vw), calc(55 / 750 * 100vw));
	}
}

/* __ azabujuban HOME ENGLISH __ */
#azabujuban_top .information-none {
	height: 100vh;
	position: relative;
}

#azabujuban_top .information-none footer {
	position: fixed;
	bottom: 0;
	left: 0;
}

@media (orientation: landscape) {
	#azabujuban_top .information-none footer {
		position: static;
	}
}

#azabujuban_top .information-none .l-main__inner {
	display: block;
}

#azabujuban_top .information-none .logo {
	width: calc(840 /1800 *100vw);
	max-width: 840px;
	transform: translateX(-27%);
}
@media only screen and (max-width: 900px) {
	#azabujuban_top .information-none .logo {
		width: calc(602 /750 * 100vw);
		max-width: 600px;
		transform: translate(calc(20 / 750 * 100vw), calc(55 / 750 * 100vw));
	}
}

/* __ shintomi HOME ENGLISH __ */
#shintomi_top .information-none {
	height: 100vh;
	position: relative;
}

#shintomi_top .information-none footer {
	position: fixed;
	bottom: 0;
	left: 0;
}

@media (orientation: landscape) {
	#shintomi_top .information-none footer {
		position: static;
	}
}

#shintomi_top .information-none .l-main__inner {
	display: block;
}

#shintomi_top .information-none .logo {
	width: calc(840 /1800 *100vw);
	max-width: 840px;
	transform: translateX(-27%);
}
@media only screen and (max-width: 900px) {
	#shintomi_top .information-none .logo {
		width: calc(602 /750 * 100vw);
		max-width: 600px;
		transform: translate(calc(20 / 750 * 100vw), calc(55 / 750 * 100vw));
	}
}

/*==================================================
銀座　麻布十番　新富 下層
===================================================*/
.l-main .logo_sub {
	width: calc(152 /1260 *100vw);
	max-width: 132px;
	position: fixed;
	top: 58px;
	left: 50px;
	z-index: 999;
}
@media only screen and (max-width: 900px) {
	.l-main .logo_sub {
		width: calc(186 /750 *100vw);
		top: calc(45 /750 *100vw);
		left: calc(45 /750 *100vw);
		z-index: 99999;
	}
}

.l-main .logo_sub.english {
	width: calc(354 /1800 *100vw);
	max-width: 354px;
}
@media only screen and (max-width: 900px) {
	.l-main .logo_sub.english {
		width: calc(280 /750 *100vw);
		max-width: 280px;
	}
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
	.l-main .logo_sub.english {
		width: calc(190 /900 *100vw);
	}	
}


/*_____ ごあいさつ ______*/
.greeting-area > p {
	font-size: 17px;
	line-height: 2.35;
	letter-spacing: 0.1em;
}
.greeting-area > p + p {
	margin-top: 2em;
}
@media only screen and (max-width: 900px) {
	.greeting-area > p {
		font-size: min(calc(32 /750 *100vw), 18px);
		line-height: 2.0;
		letter-spacing: 0.1em;
	}
}

/*_____ お料理 ______*/
.menu-area {
	max-width: 673px;
}

.menu-area > p:not(:last-child) {
	margin-bottom: 3em;
}

.menu-area > h3 {
	font-size: 19px;
	letter-spacing: 0.14em;
	font-weight: 700;
	line-height: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #fff;
	padding-bottom: 0.7em;
	margin-bottom: 1em;
}

.menu-area .menu-price {
	font-size: 16px;
	margin-left: auto;
}
.menu-area .menu-price .text-tax {
	font-size: 0.875em;
}

@media only screen and (max-width: 900px) {
	.menu-area > h3 {
		font-size: min(calc(34 /750 *100vw), 22px);
		letter-spacing: 0.12em;
		line-height: 1.8;
		display: block;
	}
	.menu-area .menu-price {
		font-size: min(calc(30 /750 *100vw), 18px);
	}
	.menu-area .menu-price .text-tax {
		font-size: 0.68em;
	}
}

.menu-area > p {
	font-size: 17px;
	line-height: 2.35;
	letter-spacing: 0.15em;
}
@media only screen and (max-width: 900px) {
	.menu-area > p {
		font-size: min(calc(30 /750 *100vw), 20px);
		line-height: 1.8;
		letter-spacing: 0.1em;
	}
}

.menu-area .note-list__item {
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.4;
}
.menu-area .note-list li:not(:first-child) {
	margin-top: 0.8em;
}

.box-line {
	max-width: 673px;
	border: 1px solid #fff;
	padding: 1.5em;
	margin-bottom: 3em;
}

.box-line > h3 {
	font-size: 19px;
	letter-spacing: 0.14em;
	font-weight: 700;
	line-height: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 0.5em;
}

.box-line .menu-price {
	font-size: 16px;
	margin-left: auto;
}
.box-line .menu-price .text-tax {
	font-size: 0.875em;
}

@media only screen and (max-width: 900px) {
	.box-line > h3 {
		font-size: min(calc(34 /750 *100vw), 22px);
		letter-spacing: 0.12em;
		line-height: 1.8;
		display: block;
	}
	.box-line .menu-price {
		font-size: min(calc(30 /750 *100vw), 18px);
	}
	.box-line .menu-price .text-tax {
		font-size: 0.68em;
	}
}

.box-line > p {
	font-size: 17px;
	line-height: 2;
	letter-spacing: 0.15em;
}
@media only screen and (max-width: 900px) {
	.box-line > p {
		font-size: min(calc(30 /750 *100vw), 20px);
		line-height: 1.6;
		letter-spacing: 0.1em;
	}
}

/*_____ テイクアウト ______*/
.omotase-area {
	max-width: 645px;
}

.omotase-area > * {
	font-size: 16px;
	line-height: 2.125;
	margin-bottom: 1rem;
}
@media only screen and (max-width: 900px) {
	.omotase-area > * {
	font-size: min(calc(28 /750 *100vw), 19px);
	line-height: 1.8;
	}
}

.omotase-area > h3 {
	font-size: 20px;
	letter-spacing: 0.14em;
	font-weight: 700;
	line-height: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #fff;
	padding-bottom: 0.7em;
	margin-bottom: 1em;
	margin-top: 2em;
}

.omotase-area h3 .text-small {
	font-size: 0.85em;
}

.omotase-area .menu-price {
	font-size: 18px;
	letter-spacing: 0.14em;
}
.omotase-area .menu-price .text-tax {
	font-size: 0.666em;
}

@media only screen and (max-width: 900px) {
	.omotase-area > h3 {
		font-size: min(calc(30 /750 *100vw), 18px);
		letter-spacing: 0.12em;
		line-height: 2;
		display: block;
	}
	.omotase-area .menu-price {
		font-size: min(calc(28 /750 *100vw), 18px);
		letter-spacing: 0.12em;
	}
	.omotase-area .menu-price .text-tax {
		font-size: 0.68em;
	}
}

.omotase-area .photo-block {
	display: grid;
	grid-template-columns: 47% 48%;
	gap: 5%;
}
@media only screen and (max-width: 900px) {
	.omotase-area .photo-block {
		display: block;
	}
}

.omotase-area .photo-block_text {
	order: 1;
}

.omotase-area .photo-block_text > h4 {
	font-size: 17px;
	margin-top: 1.5em;
}
@media only screen and (max-width: 900px) {
	.omotase-area .photo-block_text > h4 {
		font-size: inherit;
	}
}

.omotase-area .photo-item img {
	max-width: 304px;
	width: 100%;
}
@media only screen and (max-width: 900px) {
	.omotase-area .photo-item {
		text-align: center;
		margin-top: 1.5em;
	}
	.omotase-area .photo-item img {
		max-width: 380px;
	}
}

.omotase-howto {
	max-width: 645px;
	margin-top: 4rem;
}

.omotase-howto > * {
	font-size: 16px;
	line-height: 2.125;
	margin-bottom: 1rem;
}
@media only screen and (max-width: 900px) {
	.omotase-howto > * {
		font-size: min(calc(24 /750 *100vw), 18px);
	}
}

.omotase-howto > h3 {
	font-size: 20px;
	letter-spacing: 0.14em;
	font-weight: 700;
	line-height: 2;
}
@media only screen and (max-width: 900px) {
	.omotase-howto > h3 {
		font-size: min(calc(30 /750 *100vw), 18px);
		letter-spacing: 0.12em;
		line-height: 2;
	}
}

.btn-reservation {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.omotase-howto .tel-number {
	font-size: 25px;
	letter-spacing: 0.14em;
}
.omotase-howto .tel-number a {
	font-size: 1.12em;
}
@media only screen and (max-width: 900px) {
	.omotase-howto .tel-number {
		font-size: min(calc(30 /750 * 100vw), 24px);
	}
}
@media (min-width: 600px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

/*_____ お部屋 ______*/
.room-area > p {
	font-size: 16px;
	line-height: 2.25;
	letter-spacing: 0.15em;
}
.room-area > p + p {
	
}
@media only screen and (max-width: 900px) {
	.room-area > p {
		font-size: min(calc(24 /750 *100vw), 15px);
		line-height: 2;
	}
	.room-area > p + p {
		margin-top: 1em;
	}
}

.room-area .photo-block {
	max-width: 745px;
	width: 100%;
	margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
	.room-area .photo-block {
	}
}

/*_____ ご予約 ______*/
.reservation-area {
	max-width: 640px;
}

.reservation-area > p {
	font-size: 17px;
	line-height: 2;
	letter-spacing: 0.14em;
	margin-bottom: 1rem;
}
@media only screen and (max-width: 900px) {
	.reservation-area > p {
		font-size: min(calc(24 /750 *100vw), 16px);
	}
}

.reservation-area > h3 {
	font-size: 20px;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #fff;
	padding-bottom: 0.7em;
	margin-bottom: 1em;
	margin-top: 2em;
}
@media only screen and (max-width: 900px) {
	.reservation-area > h3 {
		font-size: min(calc(28 /750 *100vw), 16px);
	}
}

.reservation-area .tel-number {
	font-size: 24px;
	letter-spacing: 0.14em;
}
.reservation-area .tel-number a {
	font-size: 26px;
}
@media only screen and (max-width: 900px) {
	.reservation-area .tel-number {
		font-size: min(calc(28 /750 * 100vw), 24px);
	}
	.reservation-area .tel-number a {
		font-size: min(calc(32 /750 * 100vw), 26px);
	}
}


/*_____ アクセス ______*/
.access-area {
	max-width: 645px;
}

.access-area p {
	line-height: 2.125;
	letter-spacing: 0.14em;
	padding-bottom: 0.5em;
}
.access-area p:not([class]) {
	font-size: 16px;
}

@media only screen and (max-width: 900px) {
	.access-area p:not([class]) {
		font-size: min(calc(24 /750 *100vw), 16px);
	}
}

.access-area .map-block {
	display: flex;

}
.access-area .shop_name {
	font-size: 18px;
}
.access-area .shop_time {
	font-size: 17px;
}

@media only screen and (max-width: 900px) {
	.access-area .shop_name {
		font-size: min(calc(24 /750 *100vw), 16px);
	}
	.access-area .shop_time {
		font-size: min(calc(24 /750 *100vw), 16px);
	}
}

.access-area .map-block {
	display: grid;
	grid-template-columns: 1fr 243px;
	gap: 0.5rem;
	margin-bottom: 2rem;
}

.access-text {
	grid-area: 1 / 1 / 2 / 2;
}
.access-map {
	grid-area: 1 / 2 / 3 / 3;
}
.access-googlemap-link {
	grid-area: 2 / 1 / 3 / 2;
}

@media only screen and (max-width: 900px) {
	.access-area .map-block {
		display: flex;
		flex-direction: column;
	}
	.access-map img {
		width: 100%;
	}
}

.access-area > h3 {
	font-size: 20px;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #fff;
	padding-bottom: 0.7em;
	margin-bottom: 1em;
	margin-top: 2em;
}
@media only screen and (max-width: 900px) {
	.access-area > h3 {
		font-size: min(calc(28 /750 *100vw), 16px);
	}
}

/*==================================================
module spacing
===================================================*/
.u-mt100 {
	margin-top: 100px;
}
.u-mt200 {
	margin-top: 200px;
}

@media only screen and (max-width: 900px) {
	.u-mt100 {
		margin-top: calc(100 /750 * 100vw);
	}
	.u-mt200 {
		margin-top: calc(200 /750 * 100vw);
	}

}

/*==================================================
module text
===================================================*/
.u-tx-s {
  font-size: 80%;
}

.u-tx-m {
  font-size: 100%;
}

.u-tx-l {
  font-size: 125%;
}

.u-tx-lss {
  letter-spacing: 0.1em;
}

.u-tx-lsm {
  letter-spacing: 0.3em;
}

.u-tx-lsl {
  letter-spacing: 0.75em;
}

.u-tx-center {
	text-align: center;
}

.u-tx-right {
	text-align: right;
}

.u-tx-left {
	text-align: left;
}

/*==================================================
module txt--link
===================================================*/
.u-txt--link {
	position: relative;
	letter-spacing: normal;
}

.u-txt--link.arrow-left:before,
.u-txt--link.arrow-right:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 5px;
	height: 10px;
	transform: translateY(-50%);
	background: url("../img/ic_arrow.svg") 0 0 no-repeat;
	background-size: 100% auto;
}

.u-txt--link.arrow-left {
	padding-left: 1rem;
}
.u-txt--link.arrow-right {
	padding-right: 1rem;
}

.u-txt--link.arrow-left:before {
	left: 0;
}
.u-txt--link.arrow-right:before {
	right: 0;
}

.u-txt--link:hover {
	filter: grayscale(100%);
	transition: 0.3s;
}

.u-txt--link.under-line {
	text-decoration: underline;
	text-underline-offset: 0.5ex;
	text-decoration-thickness: 0.5px;
}

.u-txt--link.under-line:hover {
	text-decoration: none;
	transition: 0.3s;
}

/*==================================================
SP改行
===================================================*/
.sp-only {
  display: none;
}

@media screen and (max-width: 575px) {
  .sp-only {
    display: block;
  }
}
