
/* ------------------------------------------------------------ */
/* 共通設定  */

#menu_head_h2,
#menu_back {
	
	text-align: center;
	
}

#menu_head_h2,
#menu_h2_head {
	
	color: #ffffff;
	
}

#menu_h3,
.menu_h4,
.menu_price {
	
	color: #857446;
	
}

#menu_head_h2,
#menu_h2_head,
#menu_h3 {
	
	font-weight: normal;
	
}

#menu_head_h2,
#menu_h2_head,
#menu_h2,
.menu_h4 {
	
	font-family: serif;
	
}

/* ------------------------------------------------------------ */
/* メニュー menu_head  */

#menu_head_back {
	
	background-image: url('img/pc/menu/menu0.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	
}

#menu_head_wrap {
	
	position: relative;
	
	height: 600px;
	
	background-color: #00000066;
	
}

#menu_head_h2 {
	
	position: absolute;
	
	top: 400px;
	left: 0;
	
	width: 100%;
	
	font-size: 4.5rem;
	
}

/* ------------------------------------------------------------ */
/* メニュー menu1  */

#menu_back {
	
	padding: 140px 0 80px;
	
	background-image: url('img/pc/menu/menu_bg.png');
	
}

#menu_img {
	
	filter: invert(100%);
	
}

#menu_h2_head {
	
	margin: 25px auto 105px;
	
	font-size: 4.5rem;
	
}

#menu_wrap {
	
	width: 980px;
	
	margin: auto;
	
	padding: 60px 0;
	
	background-color: #ffffff;
	
}

#menu_h2 {
	
	color: #666666;
	
	font-size: 4.4rem;
	font-style: italic;
	
}

#menu_h3 {
	
	margin: -4px 0 2px;
	
	font-size: 2.0rem;
	
}

.menu_hr {
	
	width: 600px;
	
	border-bottom: 2px solid #857446;
	
}

/* ------------------------------------------------------------ */
/* メニュー menu2  */

.menu_section_wrap {
	
	display: flex;
	
	margin: 0 0 40px;
	
}

.menu_h4 {
	
	width: 170px;
	
	margin: 42px auto 42px;
	
	padding: 0 0 5px;
	
	border-bottom: 1px solid #857446;
	
	font-size: 1.9rem;
	
}

.h4_long {
	
	width: 250px !important;
	
}

section {
	
	width: 50%;
	
}

.section_long {
	
	width: 100% !important;
	
}

section table {
	
	width: 78%;
	
	margin: 0 0 0 19%;
	
}

.section_long table {
	
	width: 82% !important;
	
	margin: 0 0 0 23% !important;
	
}

section td {
	
	height: 43px;
	
	padding: 5px 0;
	
	text-align: left;
	
	vertical-align: top;
	
	font-size: 1.4rem;
	
}

.menu_name {
	
	width: 55%;
	
}

.menu_price {
	
	width: 45%;
	
	line-height: 1.3;
	
}

/* ------------------------------------------------------------ */
/* お問い合わせ  */

#introduce4_back {
	
	padding: 100px 0 95px;
	
	background-color: #000000;
	
}

#introduce4_wrap {
	
	position: relative;
	
	width: var(--introduce_width);
	height: 500px;
	
	margin: auto;
	
	background-image: url('img/pc/introduce/introduce6.jpg');
	background-repeat: no-repeat;
	background-size: var(--introduce_width) auto;
	background-position: center;
	background-attachment: fixed;
	
}

#introduce4_content {
	
	position: absolute;
	
	top: 0;
	right: 0;
	
	width: 50%;
	height: 410px;
	
	padding-top: 90px;
	
	background-color: #00000099;
	
	color: #ffffff;
	
	text-align: center;
	
}

#introduce4_h2 {
	
	margin-bottom: 50px;
	
}

.introduce4_p {
	
	font-size: 1.8rem;
	
}

#introduce4_p1 {
	
	margin-bottom: 20px;
	
}

#introduce4_p2 {
	
	margin-bottom: 20px;
	
	font-size: 3.0rem;
	
}

#introduce4_p3 {
	
	width: 240px;
	
	margin: 0 auto 18px;
	
	padding: 8px;
	
	background-color: #ff66bb;
	
	font-size: 2.2rem;
	
}


