@charset "UTF-8";
/* guide
--------------------------- */
.mainCtsArea{
	background: url(../images/mainCtsBg.jpg) repeat-x;
	background-size: cover;
}
.guideArea {
	padding: 140px 0 50px;
}
.guideTit {
	position: relative;
}
.guideTit section {
	width: 100%;
}
.guideTit > img{
	width: 464px;
	position: absolute;
	right: -60px;
	top:-68px;
	z-index: 1;	
}

	
.guideTit section h2{
	color:#634133;
	font-size: 4.6rem;
	font-weight: 600;
	line-height: 5.2rem;
	letter-spacing: 0.2rem;
	border-bottom: 1px #694133 solid;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
/*IE調整用*/
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	.guideTit section h2{
		font-weight: 700;
	}
}
.guideTit section h2 span{
	display: block;
	font-size: 2.8rem;
	letter-spacing: 0.4rem;
}
.guideTit section p{
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 3.6rem;
	color:#634133;
	position: relative;
	z-index: 2;
}
.guideMovieArea {
	background: #fff;
	position: relative;
	padding: 30px 45px 10px;
	margin: 50px 0 0 0;
}
.movieFrame-1{
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
}
.movieFrame-2{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 90px;
}
.guideMovieArea h3 {
	font-size: 2.4rem;
	font-weight: 600;
	color: #634133;
	padding: 0 0 20px 30px;
	letter-spacing: 0.2rem;
	text-align: center;
}
.guideMovieArea video{
	width: 100%;
}
.movieTxt {
	font-size: 1.2rem;
	font-weight: 600;
	padding: 10px 0;
	letter-spacing: 0.1rem;
}
.promiseArea {
	margin: 50px 0 0 0;
}
.promiseArea .tit{
	width: 375px;
	display: block;
	margin: 0 auto;
}
.promiseList{
	margin: 10px 0 0 0;
}
.promiseList li {
	font-size: 1.7rem;
	color: #694133;
	padding: 20px 0 20px 35px;
	position: relative;
	border-bottom: 1px dashed #694133;
}
.promiseList li:before{
	content: '';
	width: 20px;
	height: 20px;
	border: 1px #694133 solid;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-10px;
	
}

@media screen and (max-width:767px){
	.guideArea {
		padding: 30px 20px 50px;
	}
	.guideTit > img {
			/*width: 70%;
			position: static;
			right: auto;
			top: auto;
			margin: 0 auto;
			display: block;*/
			display: none;
	}
	.guideTit section{
		width: 100%;
	}
	.guideTit section h2 {
		font-size: 1.8rem;
		line-height: 2rem;
		letter-spacing: 0.1rem;
		margin: 5px 0 10px 0;
		padding: 0 0 10px 0;
		text-align: center;
	}
	.guideTit section h2 span {
		font-size: 1.4rem;
	}
	.guideTit section p {
		font-size: 1.4rem;
		line-height: 2.4rem;
		letter-spacing: 0.1rem;
	}
	.movieFrame-1,
	.movieFrame-2 {
		width: 15%;
	}
	.guideMovieArea {
		padding: 15px 10px;
		margin: 30px 0 0 0;
	}
	.guideMovieArea h3{
		font-size: 2rem;
		line-height: 2.45rem;
		padding: 0 0 6% 0%;
	}
	.guideMovieArea h3 span {
		font-size: 1.5rem;
	}
	.movieTxt {
		padding: 0 0 0 0;
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.8rem;
	}
	.promiseArea {
		margin: 30px 0 0 0;
	}
	.promiseArea .tit {
		width: 90%;
		margin-bottom: 0px 0px 15px 0px;		
	}
	.promiseList li {
		font-size: 1.4rem;
		line-height: 2rem;
		padding: 10px 0 10px 0px;
	}
	.promiseList li:before {
		content: '';
		width: 0px;
		height: 0px;
		margin-top:0px;
		border:none;
	}
}


/* オリジナルメニュー
--------------------------- */
.originalMenu__area{
	width: 800px;
	margin: 0 auto;
	padding: 100px 0;
}
.originalMenu__tit{
	margin-bottom: 40px;
	font-size: 2.6rem;
	color: #634133;
	text-align: center;
}
.originalMenu__bnr{
	display: block;
	position: relative;
	transition: opacity 0.3s;
}
.originalMenu__bnr:hover{
	opacity: .7;
}
.originalMenu__bnr::before{
	content: "";
	display: block;
	width: 430px;
	height: 83px;
	background: url("../images/bnr_tit_originalMenu.png") center center no-repeat;
	background-size: contain;
	filter: drop-shadow(0 0 2px rgba(66,33,11,.5));
	position: absolute;
	right: -15px;
	bottom: 20px;
	transform: rotate(-10deg);
	z-index: 1;
}
.originalMenu__bnrFix{
	display: block;
	width: 227px;
	filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 99;
	transition: opacity 0.3s;
}
.originalMenu__bnrFix:hover{
	opacity: .7;
}
/* フッターまでスクロールしたら消す */
.is-hidden {
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s, visibility 0.3s;
  }
@media screen and (max-width:767px){
	.originalMenu__area{
		width: 100%;
		padding: 50px 20px;
	}
	.originalMenu__tit{
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	.originalMenu__bnr::before{
		width: 280px;
		height: 55px;
		right: -8px;
		bottom: 15px;
	}
	.originalMenu__bnrFix{
		width: 130px;
		right: 10px;
		bottom: 60px;
	}
}