@charset "UTF-8";
/* CSS Document */


/*----------------共通設定----------------*/
*{
	font-family: 'Noto Sans JP', sans-serif;
	padding: 0;
	margin: 0;
}

.d-none{
	display: none;
}
.d-md-none{
	display: block;
}	

html{
	font-size: calc(100vw/3.75);
}


.title{
	position: relative;
	display: inline-block;
	
}
.title span{
	display: inline-block;
	width: 33px;
	height: 1px;
	background-color: #000000;
	position: absolute;
	top: 50%;
	left: 0px;
}
.title p{
	font-family: 'Italianno', cursive;
  font-size : 20px;
  letter-spacing : 2.4px;
  color : #000000;
	margin-left: 50px;
}
.title h2{
  font-family : Noto Sans JP;
  font-size : 20px;
   letter-spacing : 2.4px;
  color : #000000;
	margin-left: 50px;
	line-height: 20px
}




.honbun{
  font-family : Noto Sans JP;
  font-size : 15px;
  letter-spacing : 0.9px;
  color : #000000;
	font-weight: 400;
}



.button{
	text-align: center;
}
.button button{
  font-size : 16px;
  letter-spacing : 0.96px;
  color : #FFFFFF;
	background-color: var(--orange);
	border-style: none;
	height: 45px;
	width: 256px;
	border-radius: 10px;
	filter: drop-shadow(3px 3px 4px #828282);
	font-weight: 600;
}







:root{
	--brown1:#e9e0d6;
	--brown2:#ad8672;
	--brown3:#704835;
	--pink:#e66279;
	--orange:#f97017;
	--eg-text: 'Cabin Sketch', cursive;
}

.jump{
	display: block;
	padding-top:70px;
	margin-top: -70px;
}






.top-div{
}
.title-common{
	top: 10px
}










/* スマホ用(縦) CSS */
/*----------------top----------------*/
header{
	position: relative;
}
nav{
	position: fixed;
	top: 0;
	left: 0;
	font-size: 0;
	width: 100%;
	height: 70px;
	z-index: 9999;
}

header h1>span{
  font-family : Noto Sans JP;
  font-size : 11px;
  letter-spacing : 0.22px;
  color : #AD8672;
	font-weight: 500;
}
header h1{
  font-family: 'Josefin Sans', sans-serif;
  font-weight : bold;
  font-size : 22px;
  letter-spacing : 0.44px;
  color : #AD8672;
	line-height: 25px;
	position: fixed;
	top:10px;
	left: 20px;
	z-index: 99999;
}


.form-button-sp{
	display: block;
	background-color: var(--orange);
}




/*ーーーースクロールで表示、固定ーーーー*/
.fc-kotei-sp{
	width: 115px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	filter: drop-shadow(0px 0px 3px #848484);
}










/*----------------top----------------*/
.top-section{
	background-color: var(--brown1);
	font-size: 0;
	margin-top: 130px;
	padding: 0 .15rem;
}
.top-section>div{
	position: relative;
	top: -50px;
}
.top-article{
	position: relative;
}
.vansan-logo1{
	width: .88rem;
	position: absolute;
	bottom: .2rem;
	left: .2rem;
}

.business-article{
	background-color: #ffffff;
	margin-top: 40px;
	padding: .40rem .20rem;
}
.top-business{
	text-align: center;
}
.top-business img{
	width: 115px;
	margin-top: 30px;
}
.top-business h3{
	text-align: left;
  font-family: 'M PLUS 1p', sans-serif;
  font-size : 20px;
  letter-spacing : 2.4px;
	margin-top: 20px;
	color: var(--brown3);
	font-weight: 500;
}
.top-business p{
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
}
.business-article-div2{
	margin-top: 70px;
}
.top-brand{	
	text-align: center;
}
.top-brand p{
	margin-top: 20px;
	text-align: left;
}
.top-brand img{
	width: 115px;
	border: solid 1px #000000;
	margin-top: 30px;
}








/*----------------トピックス----------------*/
.topics-section{
	padding: .4rem .15rem;
	font-size: 0;
}
.topics-naiyou{
	margin-top: .3rem;
}
.topics-naiyou dl{
	padding: 0 .2rem;
	position: relative;
}
.topics-naiyou dt{
  font-family : Noto Sans JP;
  font-weight : bold;
  font-size : 14px;
  letter-spacing : 0.56px;
  color : #000000;
}
.topics-naiyou dd{
  font-family : Noto Sans JP;
  font-size : 15px;
  line-height : 23px;
  letter-spacing : 0.6px;
  color : #000000;
	margin-top: 5px
}
.topics-naiyou dl>i{
	font-size : 25px;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	right: 20px;
	color: #000000;
}
.topics-naiyou hr{
	margin: 15px 0;
}

.topics-section button{
	margin-top: 35px;
}







/*----------------会社概要、店舗情報----------------*/
.about-store-section{
	background-color: var(--brown1);
	font-size: 0;
	padding: .4rem .15rem;
}
.about-store-section img{
	margin-top: .3rem;
}
.about-store-section button{
	background-color: var(--brown3);
	margin-top:30px; 
}
.about-store-section hr{
	margin: .4rem 0;
		border-style: none;
	border-bottom: solid 1px #272324;
}
.about-article>p,
.store-article>p{
	padding: 0 .2rem;
}




/*----------------採用情報----------------*/
.recruit-section{
	padding: .4rem 0;
	text-align: center;
}
.recruit-section h3{
	font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight : bold;
  font-size : 28px;
  line-height : 37px;
  letter-spacing : 1.68px;
  color : #F97017;
}


.recruit-section>div{
	position: relative;
}
.recruit-section img{
	margin-top: 20px;
}

.recruit-naiyou{
	background-color:rgba(249,112,23,0.90);
	width: 244px;
	height: 196px;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding-top: 25px;
}
.recruit-naiyou h1{
	font-family: 'Josefin Sans', sans-serif;
  font-weight : bold;
  font-style : italic;
  font-size : 36px;
  letter-spacing : 4.32px;
  color : #FFFFFF;
}
.recruit-naiyou a{
  font-size : 22px;
  letter-spacing : 2.64px;
  color : #FFFFFF;
	font-weight: 600;
}
.recruit-naiyou p{
	margin-top: 10px;
}






/*---------------- FC加盟店募集----------------*/
.franchise-section{
	background-color: var(--pink);
	text-align: center;
	padding: .4rem .15rem;
}
.franchise-section>p{
	font-family: 'Italianno', cursive;
  font-size : 33px;
  letter-spacing : 3.96px;
  color : #FFFFFF;
}
.franchise-section>h2{
	font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size : 28px;
  letter-spacing : 3.36px;
  color : #FFFFFF;
	font-weight: 500;
}


.franchise-section>div{
	background-color: #ffffff;
	padding: .3rem .2rem;
	font-size: 0;
	position: relative;
	margin-top: .3rem
}
.franchise-section>div h4{
  font-weight : bold;
  font-size : 18px;
  line-height : 28px;
  color : var(--pink);	
}
.franchise-section>div>a>button{
  font-size : 16px;
  line-height : 37px;
  color : #000000;
	border-style: none;
	background-color: transparent;
	margin-top: 20px;
	margin-bottom: 20px
}

.franchise-section>div .fc-img{
	
}
.franchise-section>div .map-img{
	width: 120px;
	position: absolute;
	bottom:210px;
	right: .20rem;
}
.franchise-section>div h5{
  font-size : 16px;
  line-height : 28px;
  color : #000000;
	font-weight: 500;
	margin-top: 30px;
	position: relative;
}
.franchise-section>div h3{
  font-size : 25px;
  line-height : 37px;
	color : var(--pink);
	text-align: left;
	margin: 10px auto 20px auto;
	max-width: 400px;
	position: relative;
}
.franchise-section>div h3>span{
  font-size : 16px;
  line-height : 37px;
	color: #000000;
	font-weight: 500;
}
.franchise-section>div p{
	text-align: left;
	max-width: 400px;
	margin: auto;
}
.button-fc button{
	background-color: var(--pink);
	margin-top: 30px
}






/*----------------form----------------*/
.form-section{
	text-align: center;
	padding: .4rem 0 0 0;
	font-size: 0;
	position: relative;
}
.form-section>div{
	position: relative;
}
.form-section>div>span{
	display: block;
	width: 90%;
	height: 5px;
	background-color: var(--brown2);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}
.form-section>div>h2{
	font-family: 'M PLUS 1p', sans-serif;
  font-weight : bold;
  font-size : 28px;
  letter-spacing : 3.36px;
  color : #704835;
	position: relative;
	z-index: 9;
	background-color: #ffffff;
	display: inline-block;
	padding: 0 15px;
}
.form-section>p{
	font-family: 'M PLUS 1p', sans-serif;
  font-size : 15px;
  letter-spacing : 0.9px;
  color : #000000;
	margin-top: 20px
}


.form-section>article>p{
  font-weight : bold;
  font-size : 16px;
  line-height : 28.25px;
  color : var(--pink);
	margin: 20px auto 10px auto;
}


#formWrap{
	background-color: var(--brown1);
	padding: .3rem .35rem;
}

.formTable{
	margin: auto;
}
.formTable tr{
	text-align: left;
	display: block;
	margin-bottom: .25rem
}
.formTable th{
  font-size : 16px;
  line-height : 30px;
  letter-spacing : 0.32px;
  color : #000000;
	display: block;
	width: 3rem;
	max-width: 400px;
	font-weight: 500;
}
.formTable span{
  font-size : 18px;
  line-height : 28.25px;
  color : var(--pink);
	margin:0 0 0 .15rem;
	font-weight: 600;
}
.formTable td{
	display: block;
  font-size : 16px;
  line-height : 22px;
}
.formTable td>input,
.formTable td>textarea{
	width: 100%;
	display: block;
	box-sizing: border-box;
	background-color: #ffffff;
	border-style: none;
	border-radius: 8px;
	padding: 0 15px;
}
.formTable td>input{
		height: 40px;
}

.formTable td>textarea{
		height: 119px;
	padding-top: .1rem;
}


#formWrap>form>p{
  font-size : 13px;
  line-height : 20px;
  letter-spacing : 1.04px;
  color : #000000;
	text-align: left;
}


.privacy-wrap{
	background-color: #f2f2f2;
	width: auto;
	margin: .05rem auto;
	overflow: hidden scroll;
	height: 230px;
	padding: 20px;
	box-sizing: border-box;
	border: solid 1px #808080;
}
.privacy-wrap h6{
  font-size : 14px;
  line-height : 30px;
  letter-spacing : 0.9px;
  color : #666666;
	text-align: left
}
.privacy-wrap p{
  font-size : 12px;
  line-height : 24px;
  letter-spacing : 0.52px;
  color : #666666;
	text-align: justify;
	margin-bottom: .1rem;
}


.soushin{
	width: auto;
	height: 39px;
	margin: auto;
	margin-top: .3rem;
}
.soushin>input{
	-webkit-appearance: none;
	width: 55%;
	max-width: 200px;
	height: 100%;
  font-weight : 500;
  font-size : 14px;
  line-height : 23px;
  letter-spacing : 1.3px;
  color : #FFFFFF;
	background-color: var(--orange);
	border-radius: 10px;
	border-style: none;
}













/*----------------footer----------------*/
footer{
	background-color: var(--brown3);
	padding: .4rem 0;
	font-size: 0;
	position: relative;
}
footer h1>span{
  font-family : Noto Sans JP;
  font-size : 20px;
  letter-spacing : 0.4px;
  color : #ffffff;
	font-weight: 500;	
}
footer h1{
  font-family: 'Josefin Sans', sans-serif;
  font-weight : bold;
  font-size : 40px;
  letter-spacing : 1.5px;
  color : #FFFFFF;
	width: 300px;
	margin: auto;
	line-height: 50px;
}

.footer-about{
  font-size : 15px;
  line-height : 25px;
  letter-spacing : 1.8px;
  color : #FFFFFF;
	text-align: center;
	width: 300px;
	margin: auto;
	margin-top:20px
}
.footer-about dl{
	margin-bottom: 10px;
	text-align: left;
}
.footer-about dt{
	display: inline-block;
	width: 70px;
	text-align: left;
	vertical-align: top;
}
.footer-about dd{
	display: inline-block;
	text-align: left;
}

.copy{
  font-size : 13px;
  letter-spacing : 0.52px;
  color : #FFFFFF;
	text-align: center;
	margin: 40px auto 0 auto;
}


.footer-top{
	background-color: var(--orange);
	width: 73px;
	height: 73px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	right: .2rem;
	bottom: 280px;
}
.footer-top a{
	font-family: 'M PLUS 1p', sans-serif;
  font-size : 15px;
  letter-spacing : 0.9px;
  color : #FFFFFF;
	font-weight: 600;
}
.footer-top i{
	font-size : 35px;
	position: relative;
	top: 4px;
}







/* スマホ用(横)  CSS */
@media (min-width: 480px) {/* 画面サイズが480px以下の時、{　}内のCSSを追加するメディアクエリ */  
}



/* タブレット用  CSS */
@media (min-width: 768px) {/* 画面サイズが768px以下の時、{　}内のCSSを追加するメディアクエリ */
/*----------------共通設定----------------*/
.d-none{
	display: block;
}
.d-md-none{
	display: none;
}	


html{
	/*font-size: calc(100vw/7.68);*/
	font-size: calc(100vw/12.80);
}


	

.hover:hover{
	opacity: 0.8;
	transition: all 0.3s 0 ease;	
}	



.title span{
	width: .33rem;
	top: 50%;
	left: 0px;
}
.title p{
  font-size : .25rem;
  letter-spacing : .03rem;
	margin-left: .50rem;
}
.title h2{
  font-size : .25rem;
   letter-spacing : .03rem;
	margin-left: .50rem;
	line-height: .28rem
}



.honbun{
  font-size : .16rem;
  letter-spacing : .009rem;
}	

	

.button button{
  font-size : .21rem;
  letter-spacing : .0126rem;
  color : #FFFFFF;
	background-color: var(--orange);
	border-style: none;
	height: .57rem;
	max-height: 57px;
	width: 3.11rem;
	max-width: 311px;
	border-radius: 10px;
	filter: drop-shadow(3px 3px 4px #828282);
}	
	
	.button button:hover{
		opacity: 0.9;
		filter: drop-shadow(3px 3px 4px #5b5b5a);
		transition: all 0.2s 0s ease;
	}	
		


/*----------------top----------------*/
header{
	position: relative;
}
nav{
	position: fixed;
	top: 0;
	left: 0;
	font-size: 0;
	width: 100%;
	height: 1.6rem;
	z-index: 9999;
}

header h1>span{
  font-size : .20rem;
  letter-spacing : .004rem;
}
header h1{
  font-size : .40rem;
  letter-spacing : .008rem;
	line-height: .50rem;
	position: fixed;
	top:.2rem;
	left: .6rem;
	z-index: 99999;
}


.form-button-sp{
	display: block;
	background-color: var(--orange);
}


	
.top-form{
	width: 45px;
	position: fixed;
	top: 180px;
	left: 0px;
	z-index: 99999;
	filter: drop-shadow(3px 3px 4px #828282);
}	
	
	
	
	


/*ーーーースクロールで表示、固定ーーーー*/
.fc-kotei-pc{
	width: 2.23rem;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	filter: drop-shadow(3px 3px 4px #828282);
}










/*----------------top----------------*/
.top-section{
	background-color: var(--brown1);
	margin-top: 2.2rem;
	padding: 0 1rem .4rem 1rem;
}
.top-section>div{
	top: -.6rem;
}
.top-article{
	position: relative;
}
.vansan-logo1{
	width: 2.03rem;
	max-width: 203px;
	position: absolute;
	bottom: .4rem;
	left: .4rem;
}

.business-article{
	background-color: #ffffff;
	margin-top: 80px;
	padding: .40rem 1.56rem;
}	
	.title-business,
	.title-brand{
		position: relative;
		left: -1.56rem
	}	
.top-business{
	text-align: left;
	margin-top: .2rem
}
.top-business img{
	width: 1.79rem;
	max-width: 179px;
	margin-top: .20rem;
	margin-right: .3rem;
}
.top-business>div{
	display: inline-block;
	width: 5.5rem;
	max-width: 550px;
	vertical-align: top;
	padding-left: .1rem;
}	
.top-business h3{
  font-size : .25rem;
  letter-spacing : .03rem;
	margin-top: .2rem;
}
.top-business p{
	text-align: justify;
	margin-top: .10rem;
	margin-bottom: .0rem;

}
.business-article-div2{
	margin-top: .6rem;
}
.top-brand{	
	text-align: left;
	margin-top: .2rem
}
.top-brand p{
	margin-top: .20rem;
	text-align: justify;
	width: 5.5rem;
	max-width: 550px;
	display: inline-block;
	padding-left: .1rem;
	vertical-align: top;
}
.top-brand img{
	width: 1.79rem;
	max-width: 179px;
	margin-top: .20rem;
	margin-right: .3rem;
}
	.top-brand img:hover{
		opacity: 0.6;
		transition: all 0.2s 0s ease;
	}
	

	
	
	
	

/*----------------トピックス----------------*/
.topics-section{
	padding: .8rem .0rem;
	font-size: 0;
	width: 7.68rem;
	max-width: 768px;
	margin: auto;
}
	.title-topics{
		position: relative;
		left: -1.56rem;
	}
.topics-naiyou{
	margin-top: .5rem;
}
.topics-naiyou dl{
	padding: 0 .2rem;
	position: relative;
}
.topics-naiyou dt{
  font-size : .14rem;
  letter-spacing : .0056rem;
	display: inline-block;
	margin-right: .8rem;
}
.topics-naiyou dd{
  font-size : .16rem;
  letter-spacing : .0064rem;
	margin-top: 0px;
	display: inline-block;
}
.topics-naiyou dl>i{
	font-size : 20px;
}
.topics-naiyou hr{
	margin: 20px 0;
}

.topics-section button{
	margin-top: .6rem;
	width: 3.57rem;
	max-width: 357px;
}
	.topics-naiyou dl:hover{
		opacity: 0.5;
		transition: all 0.2s 0s ease;
	}	
	
	
	
	
	
	
	
/*----------------会社概要、店舗情報----------------*/
.about-store-section{
	padding: .8rem 1rem;
	position: relative;
	overflow: hidden;
}
.about-article,
.store-article{
	max-width: 1080px;
	margin: auto;
}	
.about-store-section img{
	margin-top: 0rem;
	width: 7.92rem;
	max-width: 792px;
}
.about-article img{
	position: absolute;
	right: 0rem;
	top: 1.1rem;
	}
.store-article img{
	position: absolute;
	left: -8.6rem;
	}

.store-article{
	position: relative;
	left: 7.3rem;
}	
	
	.about-store-section .button{
		text-align: left;
	}	
.about-store-section button{
	background-color: var(--brown3);
	margin-top:0px;
}
	.about-article button{
		margin-bottom: 1.24rem
	}
	.store-article button{
		margin-bottom: .6rem
	}
.about-store-section hr{
	margin: .6rem 1.56rem;
}
.about-article>p,
.store-article>p{
	padding: 0;
	width: 3.1rem;
	max-width: 310px;
	margin: 1rem 0 .6rem 0;
}
	
	
	
	
	
	

/*----------------採用情報----------------*/
.recruit-section{
	padding: .8rem 1rem;
}
.recruit-section h3{
  font-size : .35rem;
  letter-spacing : .02rem;
}

.recruit-section img{
	margin-top: .20rem;
}

.recruit-naiyou{
	width: 5.55rem;
	height: 1.63rem;
	max-width: 555px;
	max-height: 163px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding-top: .25rem;
	font-size: 0;
}
.recruit-naiyou h1{
  font-size : .45rem;
  letter-spacing : .054rem;
}
.recruit-naiyou a{
  font-size : .25rem;
  letter-spacing : .03rem;
}
.recruit-naiyou p{
	margin:.05rem .6rem 0 .6rem;
	display: inline-block;
}	
	
	.recruit-naiyou a:hover{
		position: relative;
		left: 5px;
	}	
	
	
	
	

	
	

/*---------------- FC加盟店募集----------------*/
.franchise-section{
	padding: .8rem 1rem;
}
.franchise-section>p{
  font-size : .4rem;
  letter-spacing : .048rem;
}
.franchise-section>h2{
  font-size : .35rem;
  letter-spacing : .042rem;
}


.franchise-section>div{
	margin: auto;
	padding: .6rem 2.20rem;
	margin-top: .5rem;
	max-width: 1080px;
}
.franchise-section>div h4{
  font-size : .24rem;
  line-height : .44rem;	
}
.franchise-section>div>a>button{
  font-size : .20rem;
  line-height : .37rem;
	margin-top: .3rem;
	margin-bottom: .3rem;
}

.franchise-section>div .fc-img{
	
}
.franchise-section>div .map-img{
	width: 2.31rem;
	bottom:2rem;
	right: auto;
	left: .3rem
}
.franchise-section>div h5{
  font-size : .20rem;
  line-height : .37rem;
	margin-top: .5rem;
}
.franchise-section>div h3{
  font-size : .30rem;
  line-height : .52rem;
	margin: .10rem auto .20rem auto;
	max-width: 630px;
}
.franchise-section>div h3>span{
  font-size : .20rem;
  line-height : .52rem;
}
.franchise-section>div p{
	margin: auto;
	max-width: 630px;
}
.button-fc button{
	background-color: var(--pink);
	margin-top: .5rem
}

	
	
	
	
	

	
	
	
	

	
	
/*----------------form----------------*/
.form-section{
	padding: .8rem 0;
	margin: auto;
}
.form-section>div>span{
	display: block;
	width: 10.80rem;
	height: 5px;
	background-color: var(--brown2);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 1080px;
}
.form-section>div>h2{
  font-size : .35rem;
  letter-spacing : .042rem;
	padding: 0 .90rem;
}
.form-section>p{
  font-size : 16px;
  letter-spacing : 0.9px;
  color : #000000;
	margin-top: .60rem
}

.form-section>article{
	margin: auto;
	max-width: 768px;
}
.form-section>article>p{
  font-weight : bold;
  font-size : 16px;
  line-height : 28.25px;
	margin: 30px auto 20px auto;
	text-align: left
}
	
	
	

#formWrap{
	padding: 60px 0px;
}

.formTable{
	margin: auto;
	width: auto;
}
.formTable tr{
	margin-bottom: 35px;
}
.formTable th{
  font-size : 16px;
  line-height : 30px;
  letter-spacing : 0.32px;
	display: inline-block;
	width: 270px;
	position: relative;
	margin-right: 25px;
	vertical-align: top;
}
.formTable span{
  font-size : 16px;
	margin:auto;
	position: absolute;
	right: 0px;
}
.formTable td{
	display: inline-block;
  font-size : 16px;
  line-height : 22px;
	width: 301px;
}
.formTable td>input{
	height: 39px;
	border-radius: 8px;
	padding-left: .2rem;
}

.formTable td>textarea{
	height: 119px;
	border-radius: .1rem;
	padding-left: 15px;
	padding-top: 15px;
}


#formWrap>form>p{
	margin: auto;
	margin-top: 20px;
	width: 521px;
}	
	


.privacy-wrap{
	width: 521px;
	margin:10px auto;
	height: 258px;
	padding: 30px 40px;
}
.privacy-wrap h6{
  font-size : 15px;
  line-height : 30px;
  letter-spacing : 0.9px;
}
.privacy-wrap p{
  font-size : 13px;
  line-height : 24px;
  letter-spacing : 0.52px;
	margin-bottom: 10px;
}
	

	
.soushin{
	height: 39px;
	margin-top: 50px;
}
.soushin>input{
  font-size : 13px;
  line-height : 24px;
  letter-spacing : 1.3px;
	border-radius: .1rem;
	width: 55%;
	max-width: 176px;
}
	

	
	
	


/*----------------footer----------------*/
footer{
	padding: .5rem 0 .4rem .6rem;
}
footer h1>span{
  font-size : .20rem;
}
footer h1{
  font-size : .40rem;
	width: 350px;
	margin: auto;
	line-height: .50rem;
	display: inline-block;
}

.footer-about{
  font-size : .15rem;
  line-height : .25rem;
  letter-spacing : 1.8px;
	width: 500px;
	margin: 0;
	margin-top:30px;
}
.footer-about dl{
	margin-bottom: 10px;
}
.footer-about dt{
	width: 70px;
}


.copy{
  font-size : .13rem;
	margin: 40px auto 0 auto;
}


	
.footer-top{
	right: .35rem;
	bottom: 3.6rem;
}


.footer-nav{
	position: absolute;
	top: .9rem;
	right: .3rem
}	
.footer-nav ul{
	width:auto;
	height: auto;
	text-align:right;
}	
	
.footer-nav li{
	display: inline-block;
	margin: 0 .2rem;
  font-weight : bold;
  font-size : .20rem;
  letter-spacing : .04rem;
	line-height: .5rem;
	color: #ffffff;
}	
	.copy{
		margin-top: 1rem
	}	
	

	.footer-nav li:hover{
		opacity: 0.6;
	}
	
	.footer-top:hover{
		filter: drop-shadow(0px 0px 3px #704835);
	}

	
	
	

	

	

	
	





}










/* PC用  CSS */
@media (min-width: 992px) {/* 画面サイズが992px以下の時、{　}内のCSSを追加するメディアクエリ */

	
	
	
  
}










/* PC用  CSS */
@media (min-width: 1280px) {
	

.title span{
	width: 33px;
}
.title p{
  font-size : 25px;
  letter-spacing : 03px;
	margin-left: 50px;
}
.title h2{
  font-size : 25px;
   letter-spacing : 03px;
	margin-left: 50px;
	line-height: 28px
}



.honbun{
  font-size : 16px;
  letter-spacing : 0.9px;
}	

	

.button button{
  font-size : 21px;
  letter-spacing : 1.26px;
}	
			


/*----------------top----------------*/
nav{
	height: 160px;
}

header h1>span{
  font-size : 20px;
  letter-spacing : 0.4px;
}
header h1{
  font-size : 40px;
  letter-spacing : 0.8px;
	line-height: 50px;
	top:20px;
	left: 60px;
}




/*ーーーースクロールで表示、固定ーーーー*/
.fc-kotei-pc{
	width: 223px;
}





/*----------------top----------------*/

.top-section{
	margin-top: 220px;
	padding: 0 0px 40px 0px;
}
.top-section>div{
	top: -60px;
	max-width: 1080px;
	margin: auto;
}
.vansan-logo1{
	bottom: 40px;
	left: 40px;
}

.business-article{
	padding: 40px 156px;
}	
	.title-business,
	.title-brand{
		left: -156px
	}	
.top-business{
	margin-top: 20px
}
.top-business img{
	margin-top: 20px;
	margin-right: 30px
}
.top-business>div{
	padding-left: 10px;
}	
.top-business h3{
  font-size : 25px;
  letter-spacing : 3px;
	margin-top: 20px;
}
.top-business p{
	margin-top: 10px;
}
.business-article-div2{
	margin-top: 60px;
}
.top-brand{	
	margin-top: 20px
}
.top-brand p{
	margin-top: 20px;
	padding-left: 10px;
}
.top-brand img{
	margin-top: 20px;
	margin-right: 30px;
}

	
	
	
	
	
	
	
	
	

/*----------------トピックス----------------*/
.topics-section{
	padding: 80px .0rem;
}
	.title-topics{
		left: -156px;
	}
.topics-naiyou{
	margin-top: 50px;
}
.topics-naiyou dl{
	padding: 0 20px;
}
.topics-naiyou dt{
  font-size : 14px;
  letter-spacing : 0.56px;
	margin-right: 80px;
}
.topics-naiyou dd{
  font-size : 16px;
  letter-spacing : 0.64px;
}


.topics-section button{
	margin-top: 60px;
}

	


	
	
	
/*----------------会社概要、店舗情報----------------*/
.about-store-section{
	padding: 80px 100px;
	position: relative;
	overflow: hidden;
}
.about-article,
.store-article{
	max-width: 1080px;
	margin: auto;
	position: relative;
}	

.about-article img{
	top: 20px;
	right: -100px;
	}
.store-article img{
	position: absolute;
	left: -860px;
	}

.store-article{
	position: relative;
	left: 730px;
}	
	

	.about-article button{
		margin-bottom: 124px
	}
	.store-article button{
		margin-bottom: 60px
	}
.about-store-section hr{
	margin: 60px auto;
	max-width: 768px;
}
.about-article>p,
.store-article>p{
	margin: 100px 0 60px 0;
}	
	
	
	
	
	
	

/*----------------採用情報----------------*/
.recruit-section{
	padding: 80px 100px;
}
.recruit-section h3{
  font-size : 35px;
  letter-spacing : 2px;
}

.recruit-section img{
	margin: auto;
	margin-top: 20px;
	max-width: 1080px;
}

.recruit-naiyou{
	padding-top: 25px;
}
.recruit-naiyou h1{
  font-size : 45px;
  letter-spacing : 5.4px;
}
.recruit-naiyou a{
  font-size : 25px;
  letter-spacing : 3px;
}
.recruit-naiyou p{
	margin:5px 60px 0 60px;
}	
	
	.recruit-naiyou a:hover{
		left: 5px;
	}	
	
	
	
	

	
	

/*---------------- FC加盟店募集----------------*/
.franchise-section{
	padding: 80px 100px;
}
.franchise-section>p{
  font-size : 40px;
  letter-spacing : 4.8px;
}
.franchise-section>h2{
  font-size : 35px;
  letter-spacing : 4.2px;
}


.franchise-section>div{
	padding: 60px 220px;
	margin-top: 50px
}
.franchise-section>div h4{
  font-size : 24px;
  line-height : 44px;	
}
.franchise-section>div>a>button{
  font-size : 20px;
  line-height : 37px;
	margin-top: 30px;
	margin-bottom: 30px;
}

	.franchise-section>div .fc-img{
		max-width: 600px;
		display: block;
		margin: auto;
	}
.franchise-section>div .map-img{
	width: 231px;
	bottom:200px;
	left: 30px
}
.franchise-section>div h5{
  font-size : 20px;
  line-height : 37px;
	margin-top: 50px;
}
.franchise-section>div h3{
  font-size : 30px;
  line-height : 52px;
	margin: 10px auto 20px auto;
	max-width: 630px;
}
.franchise-section>div h3>span{
  font-size : 20px;
  line-height : 52px;
}
.franchise-section>div p{
	margin: auto;
	max-width: 630px;
}
.button-fc button{
	background-color: var(--pink);
	margin-top: 50px
}
	
	
	
	
	
	
	
	

	


/*----------------form----------------*/
.form-section{
	padding: 80px 0;
}
.form-section>div>span{
}
.form-section>div>h2{
  font-size : 35px;
  letter-spacing : 4.2px;
	padding: 0 90px;
}
.form-section>p{
	margin-top: 60px
}

			
	




	
	


/*----------------footer----------------*/
footer{
	padding: 50px 0 40px 60px;
}
footer h1>span{
  font-size : 20px;
}
footer h1{
  font-size : 40px;
	line-height: 50px;
}

.footer-about{
  font-size : 15px;
  line-height : 25px;
}


.copy{
  font-size : 13px;
}


	
.footer-top{
	right: 35px;
	bottom: 360px;
}


.footer-nav{
	top: 90px;
	right: 30px
}	

.footer-nav li{
	margin: 0 20px;
  font-size : 20px;
  letter-spacing : 04px;
	line-height: 50px;
}	
	.copy{
		margin-top: 100px
	}	
	
	
	
	
	
	
	
	

	
	
		
	
  
}
