@charset "utf-8";
/******** mainImg ********/
.container-mainImg{
	background-image: url(images/main_img.jpg);
}
/******** intro ********/
.intro-attention h1{
	margin-bottom: 48px;
}
.intro-attention p{
	font-weight: 400;
}
@media screen and (min-width:768px){

}

/******** フォームカスタマイズ ********/
input,text-area{
	border: solid 1px #777;
	border-radius: 3px;
}
input,textarea{
	font-size: 16px;/*iOSで入力時枠が拡大されるのを防ぐ*/
}
.w50{
	width: 100%;
}
.w100{
	width: 100%;
}
.time-schedule{
	padding: 0.5rem 0 1.5rem;
	margin-left: 5rem;
}
.mfp_buttons{
	display: flex;
	justify-content: center;
}
.btn-01{
	font-size: 14px;
}
@media screen and (min-width:784px){
	.w50{
		width: 50%;
	}
}

/******** G-CLUB UMEDAのみのCSS ********/

.shop-title h1{
	font-family: 'Playfair Display SC', serif;/*font上書き*/
	text-align: center;
	font-size: 38px;
	font-weight: 400;
}
.shop-title h1 a{
	color: #444;
}
.shop-title img.shop-logo{
	width: 120px;
}
.shop-title p{
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.18rem;
	font-family: 'Playfair Display SC', serif;/*font上書き*/
	color: #444;
	margin-bottom: 20px;
}
