@charset "utf-8";


#tpl22-wrap{
	width:100%;
	background:#ffffff
}

#tpl22-wrap p{
	font-family: "Times New Roman", serif
}

#tpl22-wrap button{
	position: absolute;
	bottom: 1em;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#pc-menu-hight{
	width:100%;
	height:50px;
	display:block;
	background:#ffffff
}

#pc-hero{
	margin-bottom: 3rem;
	position: relative;
}

#sp-hero{
	margin-bottom: 3rem;
	position: relative;
}

#pc-hero img{
	width:100%
}

#sp-hero img{
	width:100%;
}

#pc-hero p{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:3rem;
	color:#fff;
	font-size:4rem;
	line-height:5rem;
	background:rgba(0,0,0,0.3);
	text-align:center;
	text-shadow: 3px 3px 3px #666666;
}

#sp-hero p{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:2rem 1.5rem;
	color:#fff;
	font-size:2.5rem;
	line-height:4rem;
	background:rgba(0,0,0,0.3);
	text-align:center;
	text-shadow: 3px 3px 3px #666666;
	width:60%
}

.title-bar{
	text-align: center;
	max-width: 1440px;
	margin: 0 auto 2.5rem;
	border-bottom: solid 1px #523612;
	padding: 0 0 2rem
}

.title-bar h1{
	color:#523612;
	font-size:3.0rem
}

.sp-br{
		display:none
}

.col-block{
	text-align:center;
	max-width:1440px;
	margin :0 auto
}

.col-line{
	padding: 0 5rem;
	display:flex
}

.col-box{
	margin: 1rem 1%;
	width:48%;
	min-height:150px;
	float:left;
	background:#eeeeee;
	display: flex;
	flex-direction: column
}

.col-box-img{
	margin-bottom: 1rem;
	position: relative
}

.col-box-img img{
	width:100%
}

.col-box-img p{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:2rem 3rem;
	color:#fff;
	font-size:2.6rem;
	line-height:4rem;
	background:rgba(0,0,0,0.3);
	text-align:center;
	text-shadow: 2px 2px 4px #333333;
	min-width: 260px
}

.col-box-img p span{
	font-size:1.4rem
}

.col-box-title{
	display:none;
}

.col-box-title p{
	color:#523612;
}

.col-box-read{
	padding:1.0rem 2.0rem;
	flex-grow: 1
}

.col-box-read p{
	font-size: 1.4rem;
	line-height: 2.4rem
}

.col-box-link{
	padding:1.0rem 2.0rem
}

.col-box-link-frame{
	text-align: center;
	font-size: 1.2rem;
	max-width: 260px;
	margin: 0 auto 1.5rem;
}

.col-box-link-frame p{
	margin:0;
	padding: 0.6rem 1rem;
	background: #ffffff;
	border-radius: 15px;
	box-shadow:2px 3px 4px #cccccc;
	color:#444444;
}

.col-box-link-frame p:hover{
	background: #666666;
	color:#ffffff;
	text-decoration: underline;
}

.col-box-link-frame a{
	text-decoration: none;
}

#join-us-block{
	margin-top: 3.0rem;
	padding: 4rem 0 6rem;
	text-align:center;
	background:#d3c5a2
}

.join-us-line{
	style="padding:2.0rem 2.0rem
}

.join-us-button{
	text-align: center;
	font-size: 2.4rem;
	max-width: 320px;
	margin: 1.5rem auto;
}

.join-us-button p{
	margin:0;
	background: #523612;
	padding: 2.4rem 1.0rem;
	border-radius: 30px;
	box-shadow: 2px 3px 4px #666666;
	color:#ffffff
}

.join-us-button p:hover{
	background: #444444;
	color:#ffffff;
}

.join-us-button a{
	text-decoration: none;
}

@media screen and (max-width:375px){
	#sp-hero p{
		display:none
	}
}


@media screen and (max-width:510px){
	#pc-hero{display:none}
	.title-bar h1{
		font-size:2.5rem
	}
	.col-line {
		padding: 0 1rem;
		display: inline-block;
	}
	.col-box{
		width: 100%;
		float: unset;
		margin: 0 0 5rem;
	}
}

@media screen and (min-width:511px){
	#sp-hero{display:none}
}

@media screen and (max-width:650px){
	.col-line {
		padding: 0 2.0rem;
	}
	.sp-br{
			display:unset
	}
}

@media screen and (max-width:768px){
	#pc-hero p{
		font-size:3rem;
	}
	#content_frame div.col-box-img p{
		display:none
	}
	.col-box-title{
		display:inline
	}
	.col-box-title p{
		font-size: 2.5rem;
		line-height: 3.0rem;
	}
	.col-box-title p span{
		font-size: 1.2rem;
	}
	.col-box-read p{
		font-size: 1.3rem;
	}
	.pc-view{
		display:none
	}

}

@media screen and (min-width:769px){
	.sp-view{
		display:none
	}
}

@media only screen and (max-width:850px){
	#pc-menu-hight{display:none}
}

@media screen and (min-width:769px) and (max-width:960px){
	#container{width:960px !important;}
	#content_frame{width:unset !important;}
}
@media handheld,screen and (max-width:760px){
}



