@charset "utf-8";
/* CSS Document */
/****** Dinner ******/
#dinner{
	margin-top: 45px;
	padding-top: 45px;
}
#dinner div.c-header{
	width: 100%;
	margin-bottom: 1.0rem;
	text-align: center;
}
#dinner div.c-header img{
	width: 80%;
}
#dinner h2::before {
	width: 50%;
	background-color: #333333;
}
#dinner h2::after {
	width: 50%;
	background-color: rgba(225,64,65,1.00);
	left: 50%;
}
#dinner h4::before, #dinner h4::after {
  content: '';
  background: rgba(187,6,9,1.00);
  width: 2rem;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#dinner h4::before {
  left: 0;
}
#dinner h4::after {
  right: 0;
}
#dinner div.course-menu{
	text-align: center;
}
#dinner div.course-menu h3{
	display: inline-block;
	margin-bottom: 0.5rem;
	padding-top: 0.8rem;
	border-top: rgba(188,0,3,1.00) solid 5px;
	font-size: 1.1rem;
}
#dinner div.course-menu h3 span.tax{
	font-size: 0.8rem;
}
#dinner div.course-menu h5{
	margin-top: 0.8rem;
	font-size: 0.8rem;
}
#dinner div.course-menu div.sub-t{
	margin-bottom: 2.0rem;
	color: rgba(119,119,119,1.00);
	font-style: italic;
}
#dinner div.course-menu div.course-price{
	font-size: 1.2rem;
	font-style: italic;
}
#dinner div.course-menu div.course-price span{
	margin-left: 0.5rem;
	font-size: 0.8rem;
}
#dinner dl.menu{
	width:80%;
	margin: 0 auto;
	font-size: 1rem;
}
#dinner dl.menu div{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1.5rem 0;
	padding: 5px 0;
}
#dinner dl.menu div::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 100%;
	border-bottom: dotted 1px #000;
}
#dinner dl.menu dt{
	margin:0;
	padding: 0 5px 0 0;
	background-color: #ffffff;
	z-index: 2;
	text-align: left;
}
#dinner dl.menu dt span{
	display: block;
	color: rgba(119,119,119,1.00);
	font-size: 0.8rem;
	font-style: italic;
}
#dinner dl.menu dd{
	margin:0;
	padding: 0 0 0 5px;
	background-color: #ffffff;
	z-index: 2;
	text-align: right;
}
#dinner dl.menu dd span{
	font-size: 0.8rem;
}
#dinner dl.menu dd span.grams{
	margin-right: 0.5rem;
}
#dinner dl.menu dd span.tax{
	display: block;
	margin-bottom: 0.5rem;
}
#dinner p{}

/****** Drink ******/
#drink{
	margin-top: 45px;
	padding-top: 45px;
	background-color: #FFFAF4;
}
#drink div.c-header{
	width: 100%;
	margin-bottom: 1.0rem;
	text-align: center;
}
#drink div.c-header img{
	width: 80%;
}
#drink h2::before {
	width: 50%;
	background-color: rgba(225,64,65,1.00);
}
#drink h2::after {
	width: 50%;
	background-color: #333333;
	left: 50%;
}
#drink h3 {
  position: relative;
  text-align: center;
  padding: 1em;
}
#drink h3::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 80%;
  height: 3px;
  background: #DA5019;
}
#drink h4::before, #drink h4::after {
  content: '';
  background: rgba(187,6,9,1.00);
  width: 2rem;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#drink h4::before {
  left: 0;
}
#drink h4::after {
  right: 0;
}
#drink div.sub-t{
	text-align: center;
	margin-bottom: 2.0rem;
}
#drink dl.menu{
	width:80%;
	margin: 0 auto;
	font-size: 1rem;
}
#drink dl.menu div{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 5px 0;
	padding: 5px 0;
}
#drink dl.menu div::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 100%;
	border-bottom: dotted 1px #000;
}
#drink dl.menu dt{
	margin:0;
	padding: 0 5px 0 0;
	background-color: #FFFAF4;
	z-index: 2;
	text-align: left;
}
#drink dl.menu dt i{
	margin-right: 0.5rem;
}
#drink dl.menu dt i.red{
	color: rgba(255,0,4,1.00);
}
#drink dl.menu dd{
	margin:0;
	padding: 0 0 0 5px;
	background-color: #FFFAF4;
	z-index: 2;
	text-align: right;
}
#drink dl.menu dd span{
	font-size: 0.8rem;
}
#drink dl.menu p{
	text-align: center;
	margin-top: -5px;
	padding-top: 0;
	margin-bottom: 1.5rem;
	font-size: 0.8rem;
}
#drink p{
	font-size: 0.8rem;
	margin: 1.5rem 0 2.0rem;
}
#drink hr{
	margin-bottom: 1.5rem;
}
/****** Reserve ******/
#reserve{
	margin-top: 45px;
	padding-top: 45px;
}
#reserve div.card{
	max-width: 62%;
}
#reserve .btn{
	width: 90%;
}
#reserve .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 2.0rem;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
	background-color: rgba(237,188,189,1.00);
}

#reserve .btn a:hover {
	color: #f2f2f2;
}
#reserve .btn-reserve a:hover {
	background-color: rgba(181,0,3,1.00);
}
#reserve .btn-reserve a:hover::after {
	border-color: #f2f2f2 #f2f2f2 transparent transparent;
}
#reserve h5{
	padding-left: 0.5rem;
	border-left: rgba(181,0,3,1.00) 0.5rem solid;
}
#reserve div.c-header{
	width: 100%;
	margin-bottom: 2.0rem;
	text-align: center;
}
#reserve div.c-header img{
	width: 80%;
}
#reserve h2 {
	font-weight: bold;
	padding: 1em;
	border-top: rgba(181,0,3,1.00) solid 2px;
}
#reserve h2::before {
	position: absolute;
	content: '';
	top: -16px;
	left: 10px;
	width: 100px;
	height: 30px;
	background: rgba(181,0,3,1.00);
}
#reserve h2::after {
	position: absolute;
	content: 'Reserve';
	top: -16px;
	left: 10px;
	width: 100px;
	color: #ffffff;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
}
#reserve h4::before, #reserve h4::after {
  content: '';
  background: rgba(187,6,9,1.00);
  width: 2rem;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#reserve h4::before {
  left: 0;
}
#reserve h4::after {
  right: 0;
}
#reserve p{
	font-size: 0.8rem;
}
#reserve i{
	margin-right: 0.5rem;
	color: rgba(255,0,4,1.00);
}

/****** Inquiry ******/
#inquiry{
	margin-top: 45px;
	padding-top: 45px;
	background-color: #FFFAF4;
}
#inquiry h2 {
	padding: 1em;
	border-top: rgba(181,0,3,1.00) solid 2px;
}
#inquiry h2::before {
	position: absolute;
	content: '';
	top: -16px;
	left: 10px;
	width: 100px;
	height: 30px;
	background: rgba(181,0,3,1.00);
}
#inquiry h2::after {
	position: absolute;
	content: 'Inquiry';
	top: -16px;
	left: 10px;
	width: 100px;
	color: #ffffff;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
}
#inquiry p{
	font-size: 0.8rem;
}

/****** Info ******/
#info{
	margin-top: 45px;
	padding-top: 45px;
}
#info h2 {
	padding: 1em;
	border-top: rgba(181,0,3,1.00) solid 2px;
}
#info h2::before {
	position: absolute;
	content: '';
	top: -16px;
	left: 10px;
	width: 100px;
	height: 30px;
	background: rgba(181,0,3,1.00);
}
#info h2::after {
	position: absolute;
	content: 'Info';
	top: -16px;
	left: 10px;
	width: 100px;
	color: #ffffff;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
}
.shop-img{
	text-align: center;
}
.shop-img img{
	width: 80%;
}
#info p{
	padding-left: 0.5rem;
	line-height: 2.0rem;
	border-bottom: rgba(114,114,114,1.00) solid 1px;
	font-size: 0.9rem;
}

/****** Access ******/
#access{
	margin-top: 45px;
	padding-top: 45px;
	background-color: #000000;
}
#access h2{
	margin-bottom: 0;
	padding: 0;
	font-size: 1.5rem;
	color: rgba(255,255,255,1.00);
}
#access h3 {
	position: relative;
	text-align: center;
	padding: 0 0 1.0rem;
	font-size: 0.8rem;
	color: rgba(255,255,255,1.00);
}
#access p{
	margin-bottom: 1.5rem;
	text-align: center;
	font-size: 0.8rem;
	color: rgba(255,255,255,1.00);
}
