@charset "utf-8";
/******** mainImg ********/

.container {
	width: 100%;
}

.container-mainImg {
	width: 100%;
	background-image: url(../images/title_bg_pc.jpg);
	background-size: cover;

}

.logo-img {
	margin: 0px auto;
	text-align: center;
	max-width: 900px;
}

/******** intro ********/
.intro-attention h1{
	margin-bottom: 48px;
}
.intro-attention p{
	font-weight: 400;
}
@media screen and (min-width:768px){

}

/******** フォームカスタマイズ ********/
.section{
	width: 80%;
}
input,text-area{
	border: solid 1px #777;
	border-radius: 3px;
}
input,textarea{
	font-size: 16px;/*iOSで入力時枠が拡大されるのを防ぐ*/
}
.w30{
	width: 40%;
	max-width: 30%;
}
.w100{
	width: 100%;
}

.one-day {
	width: 100%
	font-size: 16px;
	display: flex;
}	
.time-schedule{
		padding-top: 3px;
	}


.mfp_buttons{
	display: flex;
	justify-content: center;
}
.btn-01{
	font-size: 14px;
}

.container-shopTop-link{
	max-width: 130px;
	margin: 0 auto 15px auto;
	text-align: center;
}

.container-shopTop-link p {	
	color: #444;
	font-size: 13px;
	border: solid 1px #444;
	transition : 1s;
	padding: 3px;
	
}

.container-shopTop-link :hover {
	background-color: #000;
  color: #9A7E44;
}


footer {
    width: 100%;

}

.footer-copyright{
	text-align: center;
}

.footer-copyright img{
	max-width: 300px;
	padding: 0 30px;
}

.copyright{
	background: #000;
}

.copyright p{
    font-size: 9px;
    line-height: 1;
    color: #fff;
    margin-top: 5px;
  }




@media screen and (min-width:784px){
	.w50{
		width: 50%;
	}
	.one-day {
		display: flex;	
	}
}
