@charset "UTF-8";

/* Reset default browser CSS
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
}
html {
	font-size: 62.5%; /* 10px */
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
}
body {
	color: rgb(35,24,21);
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	font-family: "Times New Roman", "ヒラギノ明朝", "Hiragino Mincho", "游明朝", YuMincho, "Yu Mincho", "MS PMincho", serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
table {
	border-spacing: 0;
	border-collapse: separate;
}
caption,
th,
td {
	text-align: center;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
img {
	vertical-align: bottom;
}
a {
	color: rgb(0,102,204);
	text-decoration: underline;
}
a:hover,
a:focus,
a:active {
	text-decoration: none;
}
a:hover,
a:active {
	outline: 0;
}
a:focus {
	outline: thin dotted;
}
a img {
	border: 0;
}
html {
	box-sizing: border-box;
}


/* Basic Layout
-------------------------------------------------------------- */
#wrapper {
}
header {
}
#main {
	font-size: 1.1rem;
}
@media screen and (min-width: 767px) {
	.pc_none {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.sp_none {
		display: none;
	}
	#main {
		font-size: 1.6rem;
	}
}


/* Header
-------------------------------------------------------------- */
header {
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgb(255,255,255);
}
.header::after {
	clear: both;
	display: block;
	content: '';
}
header h1 {
	float: left;
	padding: 12px 0 12px 20px;
}
header h1 a {
	display: block;
	width: 156px;
	text-decoration: none;
}
header h1 img {
	width: 100%;
}
header .en-ko {
	float: right;
	margin-top: 27px;
	margin-right: 70px;
	color: rgb(62,58,57);
	font-size: .95rem;
}

/* trigger */
header .trigger {
	z-index: 1000;
	float: right;
	position: absolute;
	top: 15px;
	right: 20px;
	display: block;
	width: 23px;
	height: 25px;
	color: rgb(34,43,81);
	text-align: center;
	text-decoration: none;
	outline: none;
	-webkit-transition: all .6s cubic-bezier( .19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1,.22,1);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
header .trigger[aria-expanded="true"] {
	color: rgb(255,255,255);
}
header .trigger span.border,
header .trigger span.border::before,
header .trigger span.border::after {
	display: block;
	width: 100%;
	height: 2px;
	background-color: rgb(34,43,81);
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
}
header .trigger span.border {
	position: relative;
	margin-top: 15px;
}
header .trigger span.border::before,
header .trigger span.border::after {
	position: absolute;
	left: 0;
	content: "";
}
header .trigger span.border::before {
	top: 8px;
}
header .trigger span.border::after {
	top: -8px;
}
header .trigger span.close {
	display: none;
}
header .trigger[aria-expanded="true"] span.border {
	background-color: rgba(255,255,255,0);
}
header .trigger[aria-expanded="true"] span.border::before {
	top: 0;
	transform: rotate( -45deg);
	background-color: rgb(255,255,255);
}
header .trigger[aria-expanded="true"] span.border::after {
	top: 0;
	transform: rotate( 45deg);
	background-color: rgb(255,255,255);
}
header .gNav {
	z-index: 900;
	position: fixed;
	top: 0;
	width: 100%;
	padding: 65px 0 15px;
	background: rgb(34,43,81);
	-webkit-transition: all .6s cubic-bezier(0.19,1,0.22,1);
	transition: all .6s cubic-bezier(0.19,1,0.22,1);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
header .gNav ul {
	padding: 0 18px 10px;
}
header .gNav a {
	line-height: 1.31034;
	display: block;
	padding: 12px 15px;
	border-bottom: 0.3px solid rgb(255,255,255);
	color: rgb(255,255,255);
	font-size: 1.45rem;
	text-decoration: none;
	text-align: center;
}
header .gNav li:first-child a {
	border-top: 0.3px solid rgb(255,255,255);
}
header .gNav[aria-expanded="false"] {
	right: -100%;
}
header .gNav[aria-expanded="true"] {
	overflow-y: auto;
	right: 0;
}
/* overlay */
.menu-overlay {
	z-index: 800;
	position: fixed;
	top: 58px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
}
.menu-overlay[aria-expanded="true"] {
	visibility: visible;
}
.menu-overlay[aria-expanded="false"] {
	visibility: hidden;
}
html.drawerOpen {
	overflow: hidden;
}

@media screen and (max-width: 330px) {
	header .en-ko {
		margin-right: 55px;
	}
}

@media screen and (min-width: 768px) {
	.header {
		position: relative;
		max-width: 1144px;
		width: 100%;
		margin: 0 auto;
	}
	header .trigger {
		display: none;
	}
	header .gNav {
		position: static;
		top: auto;
		right: auto;
		box-shadow: none;
		float: left;
		display: block;
		width: auto;
		padding: 38px 0 0;
		background-color: transparent;
	}
	header .gNav[aria-expanded="false"] {
		right: auto;
	}
	header .gNav ul {
		width: auto;
		padding: 0;
		font-size: 0;
	}
	header .gNav li {
		display: inline-block;
	}
	header .gNav li.pc_none {
		display: none;
	}
	header .gNav a {
		line-height: 1.3125;
		color: rgb(62,58,57);
		font-size: 1.6rem;
	}
	header .gNav .reserve a {
		border-radius: 5px;
		border: none;
		color: rgb(255,255,255);
		background-color: rgb(34,43,81);
	}
	header .gNav a:hover {
		opacity: .6;
	}
	header .en-ko {
		letter-spacing: .04em;
		position: absolute;
		top: 16px;
		right: 68px;
		float: none;
		margin: 0;
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
	header h1 {
		width: 20.727%;
		padding: 20px 30px 20px 4.5%;
	}
	header h1 a,
	header h1 img {
		width: 100%;
	}
	header .gNav {
		padding-top: 3.4545vw;
	}
	header .gNav li {
		padding: 0 .09vw;
	}
	header .gNav .reserve {
		padding-left: 30px;
	}
	header .gNav a {
		padding: 5px 1.3636vw;
		font-size: 1.45455vw;
	}
	header .gNav .reserve a {
		padding: 5px .90909vw;
	}
}
@media screen and (min-width: 1100px) {
	header h1 {
		width: 228px;
		padding: 20px 30px 20px 50px;
	}
	header h1 a {
		width: 228px;
	}
	header h1 img {
		width: 100%;
	}
	header .gNav li {
		padding: 0 10px;
	}
	header .gNav .reserve {
		padding-left: 30px;
	}
	header .gNav a {
		padding: 5px 15px;
		font-size: 1.6rem;
	}
	header .gNav .reserve a {
		padding: 5px 10px;
	}
}
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, header .gNav a {
		letter-spacing: -.1em;
	}
}


/* Footer
-------------------------------------------------------------- */
footer nav {
	background: rgb(34,43,81);
}
/* footer nav */
footer nav {
	padding: 10px 13%;
}
footer nav ul {
	text-align: center;
}
footer nav li {
	display: inline-block;
	margin: 5px 10px;
}
footer nav a {
	line-height: 1.6;
	letter-spacing: .08em;
	padding: 5px;
	color: rgb(255,255,255);
	text-decoration: none;
}
/* address */
footer div {
	padding: 30px 0 10px;
	color: rgb(34,43,81);
	font-size: 1.1rem;
	text-align: center;
	background: url(../img/bg_footer.png) center center / auto auto no-repeat;
}
/* logo */
footer  h1 {
	width: 51.4%;
	margin: 0 auto;
}
footer h1 a {
	display: block;
	text-decoration: none;
}
footer h1 img {
	width: 100%;
}
footer address {
	letter-spacing: .08em;
	margin: 10px auto 0;
	font-family: "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝", "Hiragino Mincho", "MS PMincho", "Times New Roman", serif;
	font-weight: 700;
}
footer .tel {
	line-height: 1.0;
	letter-spacing: .08em;
	margin-bottom: 15px;
	font-family: "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝", "Hiragino Mincho", "MS PMincho", "Times New Roman", serif;
	font-weight: 700;
}
footer .tel span {
	vertical-align: -2px;
	margin-left: 5px;
	font-size: 1.6rem;
}
footer .tel a {
	color: inherit;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	/* goto top */
	.gotoTop {
		width: 28px;
		margin: 70px auto;
	}
	.gotoTop a {
		display: block;
		width: 28px;
	}
	.gotoTop a img {
		width: 100%;
	}
	/* footer */
	footer {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		background-color: rgb(34,43,81);
	}
	footer nav {
		-ms-flex-order: 2;
		order: 2;
		padding: 0;
		border-top: 1px solid rgb(255,255,255);
	}
	footer nav ul {
		max-width: 1144px;
		width: 100%;
		margin: 0 auto;
		padding: 15px 0 50px;
	}
	footer nav li {
		margin: 5px 30px;
	}
	footer nav a {
		font-size: 1.3rem;
	}
	footer div {
		-ms-flex-order: 1;
		order: 1;
		max-width: 1144px;
		width: 100%;
		margin: 0 auto;
		padding: 30px 0;
		color: rgb(255,255,255);
		background: transparent;
	}
	footer div::after {
		clear: both;
		display: block;
		content: "";
	}
	footer div h1 {
		float: left;
	}
	footer div address {
		line-height: 1.4286;
		float: left;
		margin-top: 5px;
		text-align: left;
	}
	footer div .tel {
		float: right;
		margin: 10px 40px 0 0;
	}
	footer div .tel span {
		vertical-align: -5px;
		margin-left: 10px;
	}
	footer .copyright {
		position: absolute;
		bottom: 20px;
		right: 0;
		left: 0;
		letter-spacing: .08em;
		width: 100%;
		font-size: 1.1rem;
		text-align: center;
	}
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
	footer div h1 {
		width: 25.2%;
		margin-right: 3.0vw;
		margin-left: 6.0vw;
	}
	footer div address,
	footer div .tel {
		font-size: 1.4vw;
	}
	footer div .tel span {
		font-size: 3.0vw;
	}
}
@media screen and (min-width: 1000px) {
	footer div h1 {
		width: 252px;
		margin-right: 30px;
		margin-left: 60px;
	}
	footer div address,
	footer div .tel {
		font-size: 1.4rem;
	}
	footer div .tel span {
		font-size: 3.0rem;
	}
}


/* Top
-------------------------------------------------------------- */
/* swiper */
.swiper-wrapper {
	width: 100%;
}
.swiper-wrapper img {
	width: 100%;
}
.swiper-pagination {
	display: none;
}
/* outline */
.outline {
	padding: 30px 5px;
	letter-spacing: .1em;
	text-align: center;
}
.outline h1 {
	line-height: 1.4444;
	margin-bottom: 15px;
	font-size: 1.8rem;
}
.outline p {
	line-height: 1.81818;
	font-size: 1.1rem;
}
/* takeout */
.bnr_takeout {
	width: 100%;
	margin: 0 auto 20px;
}
.bnr_takeout h1 {
	width: 90%;
	margin: 0 auto;
}
.bnr_takeout h1 img {
	width: 100%;
}
/* instagram */
.instagram h1 a {
	display: block;
	width: 90%;
	margin: 0 auto 30px;
	border: .3px solid rgb(35,24,21);
}
.instagram h1 a img {
	vertical-align: middle;
	display: block;
	width: 102px;
	margin: 7px auto;
}
@media screen and (min-width: 768px) {
	/* swiper */
	.swiper-pagination {
		display: block;
	}
	.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		position: static;
		bottom: auto;
		margin: 30px auto;
	}
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 10px;
	}
	.swiper-pagination-bullet-active {
		background: rgb(34,43,81);
	}
	/* outline */
	.outline {
		padding: 50px 0;
		letter-spacing: .2em;
	}
	.outline h1 {
		margin-bottom: 30px;
		font-size: 2.8rem;
	}
	.outline p {
		line-height: 2.2222;
		font-size: 1.8rem;
	}
	/* takeout */
	.bnr_takeout {
		box-sizing: border-box;
		max-width: 1040px;
		margin: 30px auto 50px;
		padding: 0 20px;
	}
	body:not(#home) .bnr_takeout {
		margin-top: 80px;
	}
	.bnr_takeout h1 {
		max-width: 840px;
		width: 100%;
	}
	.bnr_takeout a:hover {
		opacity: .6;
	}
	/* instagram */
	.instagram {
		position: relative;
		border: 1px solid rgb(35,24,21);
	}
	.instagram h1 {
		width: 146px;
		margin: 30px auto 25px;
		text-align: center;
	}
	.instagram h1 img {
		width: 100%;
	}
	.instagram .goto a {
		position: absolute;
		top: 30px;
		right: 40px;
	}
	.instagram .goto a:hover {
		opacity: .6;
	}
	.instagram div ul::after {
		clear: both;
		display: block;
		content: '';
	}
	.instagram div li {
		float: left;
		display: block;
	}
	.instagram div li:nth-child(5n) {
		margin-right: 0;
	}
	.instagram div li a:hover {
		opacity: .6;
	}
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
	.instagram {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.instagram div {
		padding: 0 20px;
	}
	.instagram div ul {
		width: 100%;
		margin: 25px auto 20px;
	}
	.instagram div li {
		width: calc( 20% - 8px );
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.instagram div li a,
	.instagram div li a img {
		width: 100%;
	}
}
@media screen and (min-width: 1040px) {
	.instagram {
		max-width: 1040px;
		width: 100%;
		margin: 0 auto;
	}
	.instagram div ul {
		width: 965px;
		margin: 25px auto 20px;
	}
	.instagram div li {
		width: 178px;
		height: 178px;
		margin-right: 18px;
		margin-bottom: 18px;
	}
}
/* instagram for PC 暫定対応 */
@media screen and (min-width: 768px) {
	.instagram {
		border: none;
	}
	.instagram h1.sp_none,
	.instagram div.sp_none,
	.instagram .goto.sp_none {
		display: none;
	}
	.instagram h1.pc_none {
		display: block;
		width: auto;
		margin: 30px auto 0;
	}
	.instagram h1.pc_none a {
		max-width: 840px;
		width: 100%;
		height: 60px;
		margin: 0 auto;
	}
	.instagram h1.pc_none a img {
		width: 146px;
		margin-top: 15px;
	}
	.instagram h1.pc_none a:hover {
		opacity: .6;
	}
}

/* Common
-------------------------------------------------------------- */
#main {
	margin-top: 59px;
}
/* summary */
.summary {
	text-align: center;
	background: url(../img/bg_footer.png) center top / auto auto no-repeat;
}
.summary h1 {
	letter-spacing: .15em;
	line-height: 1.21;
	padding: 8px 0;
	font-size: 1.75rem;
}
.summary h1 span {
	display:block;
	margin: 0 auto;
	font-family: "ヒラギノ明朝", "Hiragino Mincho", "游明朝", YuMincho, "Yu Mincho", "MS PMincho", "Times New Roman", serif;
	font-size: 1.1rem;
}
.summary div img {
	width: 100%;
}
/* chapter */
.chapter {
	margin: 30px auto;
}
.chapter::after {
	clear: both;
	display: block;
	content: '';
}
.chapter h1 {
	letter-spacing: .08em;
	display: block;
	margin: 0 auto 25px;
	font-size: 1.5rem;
	text-align: center;
}
.chapter h1 span {
	padding: 0 5px 5px;
	border-bottom: 1px solid rgb(34,43,81);
}
.chapter h2 {
	letter-spacing: .1em;
	margin-bottom: 10px;
	font-size: 1.4rem;
}
.chapter > div {
	width: 89.6%;
	margin: 0 auto;
}
.chapter > div p {
	line-height: 1.81818;
	margin: 0 auto 10px;
	font-size: 1.1rem;
}
.chapter p::after {
	clear: both;
	display: block;
	content: '';
}
.chapter > div img {
	float: left;
	width: 100%;
	margin: 0 auto 10px;
}
.chapter > img {
		display: block;
		width: 89.6%;
		margin: 0 auto;
}
.chapter > div p span.left {
	display: block;
	float: left;
}
.chapter > div p span.right {
	display: block;
	float: right;
}
/* blue */
.chapter.blue {
	padding: 30px 0;
	color: rgb(255,255,255);
	background-color: rgb(34,43,81);
}
.chapter.blue h1 span {
	color: rgb(255,255,255);
	border-bottom: 1px solid rgb(255,255,255);
}
@media screen and (min-width: 768px) {
	#main {
		margin-top: 90.667px;
	}
	/* summary */
	.summary {
		margin-bottom: 90px;
	}
	.summary h1 {
		line-height: 1.5;
		padding: 25px 0 15px;
		font-size: 3.0rem;
	}
	.summary h1 span {
		font-size: 2.0rem;
	}
	/* chapter */
	.chapter {
	}
	.chapter h1 {
		font-size: 2.5rem;
	}
	.chapter h1 span {
		padding: 0 10px 10px;
		border-width: 2px;
	}
	.chapter h2 {
		font-size: 2.1rem;
		margin-bottom: 20px;
	}
	.chapter > div {
		max-width: 1144px;
		width: 100%;
		margin: 50px auto 75px;
	}
	.chapter > div::after {
		clear: both;
		display: block;
		content: '';
	}
	.chapter > div p {
		letter-spacing: .08em;
		line-height: 1.9375;
		font-size: 1.6rem;
	}
	/* blue */
	.chapter.blue {
		padding: 85px 0 40px;
	}
}


/* About
-------------------------------------------------------------- */
/* seat variation */
.seat_variation > div img {
	margin-bottom: 45px;
}
.seat_variation > div:last-child img {
	margin-bottom: 10px;
}
.greeting div img {
	float: none;
	display: block;
	width: 59.02777%;
	margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1143px) {
	/* greeting */
	.greeting {
		margin-bottom: 75px;
	}
	.greeting div {
		max-width: 825px;
		width: 72.2%;
	}
	.greeting div img {
		float: left;
		width: 43.3%;
	}
	.greeting div p {
		float: right;
		width: 51.5%;
	}
	/* seat variation */
	.seat_variation > div div {
		width: 24.4%;
	}
	.seat_variation > div img {
		width: 55%;
		margin-bottom: 0;
	}
	.seat_variation > div:nth-child(2n) div {
		float: left;
		margin-left: 13%;
	}
	.seat_variation > div:nth-child(2n+1) div {
		float: right;
		margin-right: 12%;
	}
	.seat_variation > div:nth-child(2n) img {
		float: right;
	}
	.seat_variation > div:nth-child(2n+1) img {
		float: left;
	}
	.seat_variation > div:nth-child(3) img {
		width: 42.4%;
		margin-left: 13%;
	}
	.seat_variation > div:nth-child(4) img {
		width: 42.4%;
		margin-right: 12%;
	}
}
@media screen and (min-width: 1144px) {
	/* greeting */
	.greeting {
		margin-bottom: 75px;
	}
	.greeting div {
		max-width: 825px;
		width: 72.2%;
	}
	.greeting div img {
		float: left;
		width: 354px;
	}
	.greeting div p {
		float: right;
		width: 426px;
	}
	/* seat variation */
	.seat_variation > div div {
		width: 280px;
	}
	.seat_variation > div img {
		width: 630px;
		margin-bottom: 0;
	}
	.seat_variation > div:nth-child(2n) div {
		float: left;
		margin-left: 150px;
	}
	.seat_variation > div:nth-child(2n+1) div {
		float: right;
		margin-right: 145px;
	}
	.seat_variation > div:nth-child(2n) img {
		float: right;
	}
	.seat_variation > div:nth-child(2n+1) img {
		float: left;
	}
	.seat_variation > div:nth-child(3) img {
		width: 485px;
		margin-left: 150px;
	}
	.seat_variation > div:nth-child(4) img {
		width: 485px;
		margin-right: 145px;
	}
}


/* Concept
-------------------------------------------------------------- */
#concept .chapter > div img {
	margin-bottom: 0;
}
#concept .chapter.blue {
	padding-bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1143px) {
	#concept .chapter > div div {
		width: 24.5%;
		margin-top: 0;
		margin-bottom: 0;
	}
	#concept .chapter > div div h1 {
		margin-bottom: 50px;
		text-align: left;
	}
	#concept .chapter > div div h1 span {
		padding-left: 5px;
		padding-right: 15px;
	}
	.seasonal_foods {
		margin-top: 105px;
	}
	.seasonal_foods > div div {
		float: left;
		margin-left: 13%;
	}
	.seasonal_foods > div img {
		float: right;
		width: 54.6%;
	}
	#concept .katsuo_bushi.blue {
		margin: 75px auto 95px;
		padding: 100px 0 95px;
	}
	.katsuo_bushi > div div {
		float: right;
		margin-right: 12%;
	}
	.katsuo_bushi > div img {
		float: left;
		width: 41.9%;
		margin-left: 13%;
	}
	.hagama_daki {
		margin-bottom: 85px;
	}
	.hagama_daki > div div {
		float: left;
		width: 24.5%;
		margin-left: 13%;
	}
	.hagama_daki > div img {
		float: right;
		width: 41.9%;
		margin-right: 12%;
	}
	#concept .wine_server.blue {
		padding: 100px 0;
	}
	.wine_server > div div {
		float: right;
		margin-right: 12%;
	}
	.wine_server > div img {
		float: left;
		width: 41.9%;
		margin-left: 13%;
	}
}
@media screen and (min-width: 1144px) {
	#concept .chapter > div div {
		width: 280px;
		margin-top: 0;
		margin-bottom: 0;
	}
	#concept .chapter > div div h1 {
		margin-bottom: 50px;
		text-align: left;
	}
	#concept .chapter > div div h1 span {
		padding-left: 5px;
		padding-right: 15px;
	}
	.seasonal_foods {
		margin-top: 105px;
	}
	.seasonal_foods > div div {
		float: left;
		margin-left: 150px;
	}
	.seasonal_foods > div img {
		float: right;
		width: 625px;
	}
	#concept .katsuo_bushi.blue {
		margin: 75px auto 95px;
		padding: 100px 0 95px;
	}
	.katsuo_bushi > div div {
		float: right;
		margin-right: 140px;
	}
	.katsuo_bushi > div img {
		float: left;
		width: 480px;
		margin-left: 150px;
	}
	.hagama_daki {
		margin-bottom: 85px;
	}
	.hagama_daki > div div {
		float: left;
		width: 280px;
		margin-left: 150px;
	}
	.hagama_daki > div img {
		float: right;
		width: 480px;
		margin-right: 145px;
	}
	#concept .wine_server.blue {
		padding: 100px 0;
	}
	.wine_server > div div {
		float: right;
		margin-right: 145px;
	}
	.wine_server > div img {
		float: left;
		width: 480px;
		margin-left: 150px;
	}
}


/* Menu
-------------------------------------------------------------- */
#menu .chapter > div {
	width: 100%;
}
.img {
	position: relative;
}
#menu .img {
	margin-bottom: 15px;
}
.chapter div.img img {
	float: none;
	margin: 0 auto;
}
.summary div.img p,
.chapter div.img p {
	position: absolute;
	right: 10px; 
	bottom: 5px;
	line-height: 1.21;
	margin-bottom: 0 !important;
	color: rgb(255,255,255);
	font-size: 1.0rem !important;
}
/* dashicha_zuke */
.dashicha_zuke {
	margin-right: 40px;
	margin-left: 40px;
}
.dashicha_zuke div.detail > p {
	letter-spacing: .15em;
	margin-bottom: 0;
}
.dashicha_zuke div.detail ul {
	letter-spacing: .15em;
	line-height: 1.8;
	padding: 10px 0 15px;
	font-size: 1.25rem;
}
.dashicha_zuke div.detail ul::after {
	clear: both;
	display: block;
	content: '';
}
.dashicha_zuke div.detail li {
	display: block;
}
.dashicha_zuke div.detail li:nth-child(2n+1) {
}
/* ippin */
#menu .chapter.blue > h1 {
	margin-bottom: 20px;
}
#menu .chapter.blue > div > div p {
	margin-bottom: 15px;
}
#menu .chapter.blue div:not(.img) > p {
	letter-spacing: .08em;
	text-align: center;
}
.ippin.blue {
	padding: 20px 40px 30px;
}
.ippin.blue >div .img:last-child {
	margin-bottom: 0;
}
.cource > div  h2 {
	letter-spacing: .1em;
	line-height: 1.75;
	margin-bottom: 0;
	font-family: "ヒラギノ明朝", "Hiragino Mincho", "游明朝", YuMincho, "Yu Mincho", "MS PMincho", serif;
	font-size: 1.5rem;
	text-align: center;
}
.cource > div  h2 span {
	font-size: 1.875rem;
}
.cource > div p {
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.0rem;
}
.alcohol.blue {
	padding: 30px 40px;
}
.alcohol > div > div::after {
	clear :both;
	display: block;
	content: '';
}
.alcohol ul {
	line-height: 1.954545;
	padding-top: 10px;
	font-size: 1.4rem;
}
.alcohol > div img {
	float: none;
	margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1143px) {
	.chapter div.img p {
		right: 10px; 
		bottom: 5px;
		font-size: 1.6rem !important;
	}
	.summary div.img p {
		right: 30px;
		bottom: 10px;
		font-size: 1.5rem !important;
	}
	/* dashicha_zuke */
	.dashicha_zuke {
		position: relative;
		margin-right: auto;
		margin-left: auto;
	}
	.dashicha_zuke > div {
		position: relative;
	}
	.dashicha_zuke div.detail {
		position: absolute;
		right: 13%;
		bottom: 0;
		width: 26.2% !important;
		margin: 0;
	}
	.dashicha_zuke div.detail p {
		line-height: 1.5263;
		text-indent: -1em;
		margin-left: 1em;
		font-size: 1.66vw;
	}
	.dashicha_zuke div.detail ul {
		line-height: 1.909;
		padding-bottom: 5px;
		font-size: 1.92vw;
	}
	.dashicha_zuke div.detail li {
		width: 13.1vw;
	}
	.dashicha_zuke div.detail + div {
		float: left;
		width: 54.89vw !important;
	}
	.dashicha_zuke div.detail + div + div {
		float: left;
		width: 31.0vw !important;
		margin-left: .437vw;
	}
	/* ippin */
	.ippin.blue {
		position: relative;
		margin: 115px auto 80px;
		padding: 100px 0 65px;
	}
	.ippin.blue > div {
		position: relative;
		margin: 0 auto;
		padding-top: 20px;
	}
	.ippin div.detail p {
		font-size: 2.2rem;
	}
	.ippin div.detail + div.img {
		position: absolute;
		top: 7.867vw;
		right: 48.95vw;
		width: 38.11vw;
	}
	.ippin div.detail + div.img + div.img {
		position: absolute;
		top: 32.69vw;
		right: 48.95vw;
		width: 38.11vw;
	}
	.ippin div.detail + div.img + div.img + div.img {
		position: absolute;
		top: 7.867vw;
		right: 0;
		width: 48.076vw;
	}
	.ippin > div > p {
		margin-top: 52.88vw;
		margin-bottom: 30px;
		padding-left: 13.11vw;
		text-align: left !important;
	}
	/* cource */
	.cource > div {
		margin-top: 30px;
	}
	.cource > div h2 {
		line-height: 1.75;
		font-size: 2.5rem;
	}
	.cource > div h2 span {
		font-size: 3.0rem;
	}
	.cource > div p {
		font-size: 1.6rem;
	}
	/* alcohol */
	.alcohol.blue {
		padding: 85px 0 65px;
	}
	.alcohol.blue > div {
		margin-top: 40px;
		margin-bottom: 10px;
	}
	.alcohol div.detail {
		margin-bottom: 40px;
	}
	.alcohol div.detail p {
		font-size: 2.2rem;
	}
	.alcohol > div img {
		display: block;
		max-width: 840px;
		width: 90%;
		margin: 0 auto;
	}
	.alcohol div ul {
		line-height: 1.909;
		max-width: 840px;
		width: 90%;
		margin: 15px auto 0;
		padding-bottom: 5px;
		font-size: 2.2rem;
	}
	.alcohol div li {
		display: block;
		width: auto;
	}
}
@media screen and (min-width: 1144px) {
	.chapter div.img p {
		right: 10px; 
		bottom: 5px;
		font-size: 1.6rem !important;
	}
	.summary div.img p {
		right: 30px;
		bottom: 10px;
		font-size: 1.5rem !important;
	}
	/* dashicha_zuke */
	.dashicha_zuke {
		position: relative;
		margin-right: auto;
		margin-left: auto;
	}
	.dashicha_zuke > div {
		position: relative;
	}
	.dashicha_zuke div.detail {
		position: absolute;
		right: 160px;
		top: 0;
		width: 300px !important;
		margin: 0;
	}
	.dashicha_zuke div.detail p {
		line-height: 1.5263;
		text-indent: -1em;
		margin-left: 1em;
		font-size: 1.9rem;
	}
	.dashicha_zuke div.detail ul {
		line-height: 1.909;
		padding-bottom: 5px;
		font-size: 2.2rem;
	}
	.dashicha_zuke div.detail li {
		width: 150px;
	}
	.dashicha_zuke div.detail + div {
		float: left;
		width: 628px !important;
	}
	.dashicha_zuke div.detail + div + div {
		float: left;
		width: 355px !important;
		margin-left: 5px;
	}
	/* ippin */
	.ippin.blue {
		position: relative;
		margin: 115px auto 80px;
		padding: 100px 0 65px;
	}
	.ippin.blue > div {
		position: relative;
		margin: 0 auto;
		padding-top: 20px;
	}
	.ippin div.detail p {
		font-size: 2.2rem;
	}
	.ippin div.detail + div.img {
		position: absolute;
		top: 90px;
		right: 560px;
		width: 436px;
	}
	.ippin div.detail + div.img + div.img {
		position: absolute;
		top: 374px;
		right: 560px;
		width: 436px;
	}
	.ippin div.detail + div.img + div.img + div.img {
		position: absolute;
		top: 90px;
		right: 0;
		width: 550px;
	}
	.ippin > div > p {
		margin-top: 605px;
		padding-left: 150px;
		text-align: left !important;
	}
	/* cource */
	.cource > div {
		margin-top: 30px;
	}
	.cource > div h2 {
		line-height: 1.75;
		font-size: 2.5rem;
	}
	.cource > div h2 span {
		font-size: 3.0rem;
	}
	.cource > div p {
		margin-bottom: 30px;
		font-size: 1.6rem;
	}
	/* alcohol */
	.alcohol.blue {
		padding: 85px 0 65px;
	}
	.alcohol.blue > div {
		margin-top: 40px;
		margin-bottom: 10px;
	}
	.alcohol div.detail {
		margin-bottom: 40px;
	}
	.alcohol div.detail p {
		font-size: 2.2rem;
	}
	.alcohol > div img {
		display: block;
		width: 840px;
		margin: 0 auto;
	}
	.alcohol div ul {
		line-height: 1.909;
		width: 840px;
		margin: 15px auto 0;
		padding-bottom: 5px;
		font-size: 2.2rem;
	}
	.alcohol div li {
		display: block;
		width: auto;
	}
}


/* Access
-------------------------------------------------------------- */
.access {
	width: 89.6%;
	margin: 15px auto;
}
.access > div {
	width: 100%;
}
.access .google_map {
	margin-bottom: 10px;
}
.access .google_map iframe {
	width: 100%;
	height: 170px;
}
.access h1 {
	margin-bottom: 10px;
	text-align: left;
}
.access address {
	letter-spacing: .05em;
	font-size: 1.1rem;
}
.access address span {
	display: inline-block;
	padding: 10px 0 15px;
	font-size: 1.0rem;
}
.access .tel {
	letter-spacing: .05em;
	display: inline-block;
	width: auto;
	margin: 15px auto 5px;
	padding: 3px 10px;
	border: 1px solid rgb(0,0,0);
	font-size: 1.43rem;
}
.access .tel a {
	color: inherit;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	#access .summary {
		margin-bottom: 50px;
	}
	.access {
		max-width: 845px;
		width: 90%;
	}
	.access .google_map {
		margin-bottom: 40px;
	}
	.access .google_map iframe {
		height: 430px;
	}
	.access h1 {
		margin-bottom: 20px;
		font-size: 2.7rem;
	}
	.access address {
		line-height: 1.588;
		font-size: 2.0rem;
	}
	.access address span {
		padding: 8px 0 20px;
		font-size: 1.7rem;
	}
	.access .tel {
		letter-spacing: .1em;
		margin-top: 20px;
		padding: 5px 10px;
		border-width: 2px;
		font-size: 2.3rem;
	}
}


/* Contact
-------------------------------------------------------------- */
.contact {
	margin-top: 0;
}
.contact .information {
	letter-spacing: .05em;
	line-height: 1.75;
	width: 89.6%;
	margin: 15px auto;
	font-size: 1.1rem;
}
.contact .information a {
	color: inherit;
	text-decoration: none;
}
.contact .information span.alert {
	color: rgb(230,0,18);
}
.contact > div.contents {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0 15px;
	background-color: rgb(242,242,242);
}
.contents legend {
	padding: 10px 15px 10px 10px;
}
#contact .contents table {
	width: calc( 100% - 34px );
	margin: 0 auto;
}
#contact .contents table th {
	vertical-align: top;
	width: calc( 30% - 10px );
	padding: 4px 0 20px;
	font-size: 1.1rem;
	text-align: left;
}
#contact .contents table#confirm th {
	padding-top: 0;
}
#contact .contents table td {
	width: calc( 70% - 24px );
	padding: 0 0 20px;
	font-size: 1.1rem;
	text-align: left;
}
#contact .contents table td input,
#contact .contents table td textarea {
	-webkit-appearance: none;
	width: calc( 100% - 8px );
	margin-left: 0;
	padding: 4px;
	border-radius: 0;
	border: 1px solid rgb(255,255,255);
	font-size: 1.0rem;
}
#contact .contents table td textarea {
	height: 16em;
}
#contact .contents th span {
	position: relative;
	top: -0.3em;
	color: rgb(229,0,18);
	font-size: 1.0rem;
}
#contact .contents td p {
	font-size: 1.0rem;
	text-align: left;
}
#contact .contents td p span {
	color: rgb(229,0,18);
}
#contact .contents table tr:last-child th,
#contact .contents table tr:last-child td {
	padding-bottom: 0;
}
.zeromail input[type="text"]:hover, .zeromail [type="password"]:hover, .zeromail textarea:hover, .zeromail input[type="text"]:focus, .zeromail [type="password"]:focus, .zeromail textarea:focus {
	border-color: rgb(198,198,198) !important;
	background-color: rgb(255,255,255) !important;
}
.zeromail input[type="text"].validation-failed, .zeromail textarea.validation-failed {
	border-color: rgb(198,198,198) !important;
}

#contact .contents .buttons {
	text-align: center;
}
#contact .contents .buttons button {
	cursor: pointer;
	width: 187px;
	height: 35px;
	margin: 20px auto 5px;
	padding: 0;
	border: none;
	border-radius: 10px;
	color: rgb(255,255,255);
	font-size: 1.1rem;
	background: rgb(34,43,81);
}
/* erro message */
#contact #result {
	margin: 0 15px 10px;
}
#contact #result table {
	width: 100%;
}
#result {
	background-color: rgb(242,242,242) !important;
}
#result #error {
	border: 1px solid rgb(229,0,18) !important;
	background-color: rgb(255,255,255);
}
#result .error {
	font-size: 1.3rem;
}
#result #error td {
	text-align: left;
}
#result div.success {
	padding: 5px;
	border: 1px solid rgb(198,198,198);
	font-size: 1.3rem;
}
#result div.success p {
	margin: 0 !important;
}
#result div {
	border-color: rgb(198,198,198) !important;
}
#contact .zeromail span.error {
	margin: 0;
	padding: 5px 0;
	background-color: #ffdddd;
}
@media screen and (min-width: 768px) {
	#contact .summary {
		margin-bottom: 0;
	}
	.contact .information {
		letter-spacing: .1em;
		line-height: 1.75;
		max-width: 840px;
		width: 90%;
		margin: 30px auto 60px;
		font-size: 2.0rem;
	}
	.contact > div.contents {
		padding: 0;
		background-color: rgb(255,255,255);
	}
	.contact .contents legend {
		padding: 20px 30px 20px 20px;
	}
	#contact .contents table {
		width: 600px;
		margin: 0 auto 50px;
	}
	#contact .contents table th {
		vertical-align: top;
		width: 200px;
		padding: 8px 0 40px;
		font-size: 1.6rem;
		font-weight: 400;
		text-align: left;
	}
	#contact .contents table td {
		width: 420px;
		padding: 0 0 40px;
		font-size: 1.6rem;
	}
	#contact .contents table td input,
	#contact .contents table td textarea {
		width: 406px;
		padding: 6px;
		border-color: rgb(201,202,202);
		font-size: 1.6rem;
	}
	#contact .contents table td textarea {
		height: 15em;
	}
	#contact .contents th span {
		position: relative;
		top: -0.3em;
		color: rgb(229,0,18);
		font-size: 1.3rem;
	}
	#contact .contents td p {
		margin-top: 6px;
		font-size: 1.3rem;
		text-align: left;
	}
	#contact .contents td p span {
		color: rgb(229,0,18);
	}
	.zeromail .validation-advice {
		padding-top: 5px;
	}
	#contact .contents .buttons {
		margin-bottom: 30px;
		text-align: center;
	}
	#contact .contents .buttons button {
		cursor: pointer;
		width: 110px;
		height: 32px;
		margin: 0 auto;
		padding: 0;
		border-radius: 5px;
		border: none;
		font-size: 1.6rem;
	}
	#contact #result {
		margin: 0 100px 30px;
	}
	#result #error {
		border: 2px solid rgb(229,0,18);
	}
	#result .error {
		font-size: 1.6rem;
	}
	#result #error td {
		text-align: left;
	}
	#result div.success {
		margin-bottom: 10px;
		border: 1px solid rgb(112,112,112);
		font-size: 1.6rem;
	}
}


/* Takeout
-------------------------------------------------------------- */
#takeout .chapter {
	box-sizing: border-box;
	max-width: 880px;
	padding: 0 20px;
}
#takeout .summary h1 span {
	letter-spacing: .1em;
}
#takeout .chapter h1 {
	margin-bottom: 20px;
}
#takeout .soup_stock h1 {
	margin-bottom: 30px;
}
#takeout .chapter h1 span {
	letter-spacing: .2em;
}
#takeout .chapter h1 + p {
	margin: -5px auto 30px;
	text-align: center;
}
#takeout .chapter h2 {
	font-size: 1.6667rem;
}
#takeout .appetizer_dishes h2 {
	font-size: 1.875rem;
}
#takeout .appetizer_bottled h2,
#takeout .soup_stock h2 {
	margin-bottom: 3px;
}
#takeout .chapter h2 span {
	float: right;
}
#takeout .chapter ul p {
	line-height: 1.625;
	margin-bottom: 15px;
}
#takeout .chapter img {
	float: none;
	margin-top: 12px;
}
#takeout a.tel {
	position: relative;
	clear: both;
	letter-spacing: .1em;
	line-height: 2.684;
	display: block;
	width: 70.1%;
	margin: 15px auto 50px;
	border: 1px solid rgb(34,43,81);
	color: rgb(34,43,81);
	font-size: 1.26667rem;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	text-align: center;
	text-decoration: none;
}
#takeout a.tel::before {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	ms-transform: translateY(-50%);
	display: block;
	width: 16px;
	height: 16px;
	content: '';
	background: url(/resource/img/icon_tel.svg) 0 0 / 100% auto no-repeat;
}
#takeout .soup_stock {
	margin-bottom: 15px;
}
#takeout .soup_stock div div {
	float: left;
	width: 60%;
}
#takeout .soup_stock div div p {
	line-height: 1.625;
}
#takeout .soup_stock div + img {
	float: right;
	width: 33%;
	margin: 0 auto 30px;
}
#takeout .soup_stock a {
	margin-bottom: 30px;
}
#takeout .soup_stock > div > p {
	font-size: 1.16667rem;
	text-align: center;
}
@media screen and (min-width: 768px) {
}