
/* ------------------------------------------------------------ */
/* お店紹介 introduce 1 */

.introduce_h2 {
	
	color: #ffffff;
	
	text-align: center;
	
	font-size: 3.5rem;
	font-weight: normal;
	font-family: serif;
	
}

#introduce1_back {
	
}

#introduce1_wrap {
	
	height: 250px;
	
	background-image: url('img/pc/introduce/introduce1.jpg');
	background-repeat: no-repeat;
	background-size: 100vw calc(100vw / 1720 * 1080);
	background-position: top center;
	
}

#introduce1_h2 {
	
	padding-top: 250px;
	
}

/* ------------------------------------------------------------ */
/* お店紹介 当店の特徴 introduce 2 */

#introduce2_back {
	
	padding: 50px 0 20px;
	
	background-color: #000000;
	
}

#introduce2_wrap {
	
	padding: 45px 0 0;
	
	background-image: url('img/pc/introduce/introduce2.png');
	background-repeat: no-repeat;
	background-size: 109px 112px;
	background-position: top center;
	
	text-align: center;
	
}

#introduce2_img {
	
	width: 64px;
	height: auto;
	
	margin-bottom: 20px;
	
	filter: invert(100%);
	
}

#introduce2_h2 {
	
	font-size: 2.8rem;
	
}

#introduce2_p {
	
	padding: 14px 20px 0;
	
	font-size: 1.52rem;
	
	line-height: 3;
	
	color: #ffffff;
	
}

#introduce2_div {
	
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
	
	margin: 50px auto 0px;
	
}

#introduce2_flex1,
#introduce2_flex3 {
	
	width: 100%;
	height: 400px;
	
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	
}

#introduce2_flex1 {
	
	background-image: url('img/pc/introduce/introduce3.avif');
	
}

#introduce2_flex2 {
	
	width: 100%;
	
	padding: 20px 24px;
	
	color: #ffffff;
	
	font-size: 1.52rem;
	
	text-align: left;
	line-height: 3.0;
	
}

#introduce2_flex3 {
	
	background-image: url('img/pc/introduce/introduce4.avif');
	
}

/* ------------------------------------------------------------ */
/* お店紹介 営業時間 introduce 3 */

/* 変数定義 */
:root {
	
	--introduce_width: calc(100vw - 200px);
	
}

#introduce3_back {
	
	padding: 25px 0;
	
	background-color: #ffffff;
	
}

#introduce3_wrap {
	
	width: 100%;
	
	margin: auto;
	
	background-image: url('img/pc/introduce/introduce5.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	
}

#introduce3_content {
	
	width: 100%;
	
	height: 210px;
	
	margin: auto;
	
	padding-top: 20px;
	
	background-color: #00000033;
	
	text-align: center;
	
	color: #ffffff;
	
}

#introduce3_h2 {
	
	margin-bottom: 7px;
	
	font-size: 3.0rem;
	
}

.introduce3_p {
	
	font-size: 1.4rem;
	
	line-height: 3.15;
	
}

#introduce3_p1 {
	
	font-size: 1.75rem;
	
}

/* ------------------------------------------------------------ */
/* お店紹介 Contact introduce 4 */

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

#introduce4_wrap {
	
	position: relative;
	
	width: 100%;
	height: 420px;
	
	margin: auto;
	
	background-image: url('img/pc/introduce/introduce6.jpg');
	background-repeat: no-repeat;
	background-size: 170% auto;
	background-position: top center;
	
}

#introduce4_content {
	
	height: 420px;
	
	background-color: #00000099;
	
	color: #ffffff;
	
	text-align: center;
	
}

#introduce4_h2 {
	
	font-size: 3rem;
	
	padding: 135px 0 10px;
	
}

.introduce4_p {
	
	font-size: 1.6rem;
	
}

#introduce4_p1 {
	
	margin-bottom: 35px;
	
	font-size: 1.7rem;
	
}

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

#introduce4_p3 {
	
	margin: 0 42px 10px;
	
	padding: 12px 6px;
	
	background-color: #bf65a3;
	
	font-size: 1.6rem;
	
}

/* ------------------------------------------------------------ */
/* お店紹介 Summary introduce 5 */

#introduce5_back {
	
	margin: 25px 0 0;
	
	padding: 25px 0 0;
	
	background-color: #ffffff;
	
}

#introduce5_wrap {
	
	width: 100%;
	height: 470px;
	
	margin: auto;
	
	background-image: url('img/pc/introduce/introduce1.jpg');
	background-repeat: no-repeat;
	background-size: 200% auto;
	background-position: top center;
	
}

#introduce5_content {
	
	width: 100%;
	height: 470px;
	
	background-color: #00000099;
	
}

#introduce5_h2 {
	
	padding: 23px 0 0 !important;
	
	font-size: 2.65rem;
	
}

#introduce5_table {
	
	width: calc(100vw - 40px);
	
	margin: 50px auto 0;
	
}

#introduce5_table tr {
	
	margin: 10px 0;
	
	background-color: #191919;
	
}

#introduce5_table td {
	
	padding: 22px 14px;
	
	color: #ffffff;
	
	font-size: 1.4rem;
	
	vertical-align: top;
	
}

.introduce5_td1 {
	
	width: 60px;
	
}

