@charset "utf-8";
header {
	width: 100%;
	height: 80px;
	position: fixed;
	z-index: 10;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: rgba(255,255,255,.6);
  	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.7) 35%, rgba(255,255,255,.7) 35%, transparent 100%);
   
}
.logo {
	width: min(70%,240px);
	margin-left: 8px;
	transition: all .3s;
	z-index: 1;
}



p {
	line-height: 1.8;
}
.inner{
	width: min(90%, 1000px);
	margin: 40px auto 0;
}
main{
	overflow: hidden;
}
/*--お知らせ--*/
.tagu_01{
	background-color: #BA5448;
	width: 6em;
	padding: 3px 0;
}
/*--採用情報--*/
.tagu_02{
	background-color: #604C3F;
	width: 6em;
	padding: 3px 0;
}
/*--イベント--*/
.tagu_03{
	background-color: #C9A063;
	width: 6em;
	padding: 3px 0;
}
/*---トップに戻るボタンsp---*/
#page-top {
	position: fixed;
	width: 60px;
	bottom: 28px;
	right: 14px;
	text-align: center;
	line-height: 0px;
	z-index: 1;	
}
#page-top a {
	transition: all .3s;
	width: 45px;
	height: 45px;
	background-color: var(--color);
	border-radius: 50%;
	color: #fff;
	font-size: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#page-top a:after{
	position: absolute;
	content: "";
	right: 15px;
	top: 17px;
	/*ボーダー矢印*/
	display: inline-block;
  	width: 13px;
  	height: 13px;
  	border-top: 2px solid #ffffff;
  	border-left: 2px solid #ffffff;
  	transform: rotate(45deg);
}

/*--------- footer sp  ---------*/
footer {
    padding-top: 20px;
    
    background-image: url("../images/common/footer.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
	background-color:rgba(255,255,255,0.4);
	background-blend-mode:lighten;
	font-weight: var(--Medium);
}
.foot_inner {
	width: min(94%, 1280px);
	margin: 0 auto;
	
}
.foot_logo {
	padding-bottom: 15px;
	width: min(20%, 80px);
	margin: 0 auto;
	filter: drop-shadow(1px 1px 0px rgba(255,255,255,1));
}
.foot_add {
	line-height: 1.5;
	margin: 0 auto;
	width: 230px;
	padding-bottom: 15px;
	text-shadow: 1px 1px 1px #fff;
}
.foot_link {
	margin: 0 auto;
	text-shadow: 1px 1px 1px #fff;
}
.foot_link ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.foot_link ul li{
	font-size: 1.2rem;
	padding: 0 7px;
	margin-bottom: 7px;
	border-right: 1px solid rgba(96,76,63,.3);
}
.foot_link ul li:last-child{
	border-right: none;
}
.copy {
	margin-top: 7px;
	padding: 1.4rem 0;
	background: var(--color);
	background: var(--color);
	color: #ffffff;
	text-align: center;
	font-size: 1.0rem;
}
/*--------- お問い合わせ fix sp  ---------*/
.contact_fix{
	position: fixed;
	bottom: calc((100% - 13em) / 2 + 23px);
	right: 0;
	width: 3em;
	height: 13em;
  padding-right: 2px;
	background-color: var(--main-color);
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	letter-spacing: .2em;
	text-align: center;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_fix a{
	color: #fff;
	font-weight: var(--Bold);
}
.contact_fix img{
	width: 21px;
	padding-bottom: 7px;
}
@media (min-width:768px) {
/*--------- tab ---------*/
	.pc_nav {
		margin: 0 12px 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.pc_nav li {
		padding: 12px 8px;
		transition: .5s;
		font-weight: 500;
	}
	.pc_nav li a {
		color: var(--font-color);
		text-shadow: 1px 1px 2px #fff;
	}

	.inner{
		margin-top: 80px;
	}
	
/*--------- footer tab  ---------*/
	footer {
		padding-top: 120px;
	}
	.foot_inner {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.foot_logo {
    padding: 18px 0 0;
		width: min(25%, 80px);
		margin: 0 30px 0 0;
	}
	.foot_add {
		margin: 22px 0 0 0;
		width: 70%;
		padding-bottom: 0;
	}
	.foot_link {
		margin: 8px 0 0 0;
		width: 100%;
	}
	.foot_link ul{
		justify-content: flex-end;
	}
	.foot_link ul li{
		font-size: 1.3rem;
		padding: 0 10px;
		margin-bottom: 0;
	}
	.copy {
		margin-top: 15px;
		font-size: 1.2rem;
	}

}

@media (min-width:1090px) {
/*--------- footer 1090  ---------*/
	footer {
		padding-top: 80px;
	}
	.foot_inner {
    	justify-content: flex-start;
		align-items: flex-end;
    	padding: 100px 0 20px;
	}

	.foot_add {
		margin: 0 0 2px 0;
		width: 35%;
	}
	.foot_link {
		width: auto;
		margin-bottom: 7px;
		margin-left: auto;
	}
	
	.foot_link ul li{
		font-size: 1.4rem;
		padding: 0 10px;
	}
}

@media (min-width:1024px) {
/*--------- pc ---------*/
	header {
		height: 100px;
	}
	.pc_nav {
		margin: 0 30px 0 auto;
	}
	.logo {
		width: min(70%,280px);
		margin-left: 25px;
	}
	.pc_nav li {
		padding: 12px 16px;
	}

/*--------- footer pc  ---------*/
	
	.copy {
		font-size: 1.3rem;
	}
}



@media (min-width:1280px) {
	.logo {
		width: min(70%,310px);
		margin-left: 30px;
	}
	.pc_nav li {
		padding: 12px 25px;
	}
}