@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 260px;
	overflow: hidden;
	background: #000;
	margin-bottom: 40px;
	position: relative;
}

#visual img {
	transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -75%;
}

/* ---------------------------------------------------------
	CSS Document title
--------------------------------------------------------- */

#title {
	margin-bottom: 40px;
}

#title img {
	height: 33px;
}

#title h2 {
	margin-top: 15px;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 1;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#anchor {
	margin-bottom: 40px;
}

#anchor ul {
	display: flex;
	justify-content: space-between;
}

#anchor li {
	width: 18%;
}

#anchor li a {
	display: block;
	padding: 15px 0;
	border: solid 1px #fff;
	text-decoration: none;
	font-weight: 500;
	color: #fff;
	position: relative;
}

#anchor li.this a:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 8px transparent;
	border-top: solid 8px #bd9d2a;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -17px;
}

#anchor li.this a {
	border: solid 1px #bd9d2a;
	color: #bd9d2a;
}

/* ---------------------------------------------------------
	CSS Document menu
--------------------------------------------------------- */

#menu .menu {
	margin-bottom: 70px;
}

#menu h3 {
	display: flex;
	margin-bottom: 15px;
	text-align: left;
	font-weight: bold;
	font-size: 26px;
	line-height: 1;
	letter-spacing: 1px;
	color: #bd9d2a;
}

#menu h3 span {
	margin-top: auto;
	margin-left: auto;
	font-weight: normal;
	font-size: 15px;
}

#menu h4 {
	margin: 15px 0;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 1px;
}

#menu .note {
	margin-bottom: 2%;
	padding: 20px;
	background: #bd9d2a;
}

#menu .option {
	margin-bottom: 2%;
}

#menu img {
	border: solid 1px rgba(255,255,255,1);
}

#menu .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.item {
	display: flex;
	justify-content: space-between;
	width: 49%;
	margin-bottom: 2%;
	padding: 20px;
	border: solid 1px rgba(255,255,255,0.4);
	text-align: left;
}
.party .item {
	width: 100%;
}

.item.big {
	width: 100%;
}

#menu .noimage .item {
	display: block;
}

.item figure {
	width: 120px;
	/* height: 91px; */
	height: 96px;
	overflow: hidden;
	margin-right: 20px;
}

.item.big figure {
	width: 220px;
	height: 174px;
	overflow: hidden;
}

.item .summary {
	flex: 1;
	line-height: 1.4;
}

#menu .noimage .item .summary {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.item .summary p {
	margin-top: 10px;
	text-align: justify;
	font-size: 15px;
}
.party .item .summary p {
	margin: 10px;
}

#menu .noimage .item .summary p {
	width: 100%;
	margin-top: 0;
}

.item .product_name {
	margin-bottom: 5px;
	font-size: 18px;
}

.party .item .product_name {
	margin-top: 10px;
}

.item .product_price {
	color: #bd9d2a;
}

.item hr {
	height: 1px;
	margin: 15px 0;
	padding: 0;
	border: 0;
	background: rgba(255,255,255,0.4);
}
