@charset 'utf-8';
/*****▼▼ヘッダー▼▼*****/
@media screen and (min-width : 835px) {
	#menu {
		display: none;
	}
	
	.slicknav_menu {
		display: none;
	}
	.header01 {
		filter:drop-shadow(0px 3px 2px rgba(0,0,0,0.2));
	}
}

.header01 {
	width:100%;
	position: fixed;
	top: 0px;
	background: rgba(255,255,255,0.9);
	z-index:10;
}
.header01_inner {
	width:90%;
	height:80px;
	margin:0px auto 0;
	padding:15px 0;
	text-align:center;
	overflow-y:hidden;
	flex-wrap:wrap;
	display:flex;
	align-items:center;/* 縦中央揃え */
	line-height:0;
	box-sizing:border-box;
}

.header01_innerLeft {
	width:30%;
	margin:0;
}

.header01Logo {
	width:300px;
}
.header01Logo img {
	width:100%;
}

.header01_innerRight {
	width:70%;
}
@media screen and (max-width :834px) {
	.header01 {
		position:relative;
		margin-top:0px;
	}
	.header01_inner {
		width:96%;
		margin:0;
		height:auto;
		padding:5px 0;
	}

	.header01_innerLeft {
		float:none;
		width:75%;
		margin:25px 0 30px 5%;
	}
	.header01Logo {
		width:100%;
	}
	.header01_innerRight {
		display: none;
	}
	#header_nav_spWrap {
		display: none;
	}
	.slicknav_menu {
		position:fixed;
		width:100%;
		z-index:100000;
	}
}
/*****▽▽ナビ▽▽*****/
.header01_innerRight ul {
	list-style:none;
	padding:0;
	margin:0px 0 0 0;
}

.header01_innerRight ul li {
	float:right;
	margin:0 0px 0 0px;
	letter-spacing:0.1rem;
	color:#999;
	line-height:100%;
}
.header01_innerRight ul li img {
	width:12px;
	position:relative;
	top:3px;
	margin:0 0px 0 0px;
}

.header01_innerRight ul li a {
	display:block;
	font-size:1.0rem;
	font-weight:bold;
	line-height:100%;
	color:#333;
	line-height:100%;
	margin:0 10px 0 10px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
.header01_innerRight ul li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=80);
}
.header01_innerRight ul li a img {
	width:35px;
	position:relative;
	top:-2px;
}

/*****△△ナビ△△*****/
/*****▲▲ヘッダー▲▲*****/
/*****▼▼コンテンツ▼▼*****/
.mainImg {
	width:100%;margin:80px 0 50px 0;
}
.mainImg img {
    width: 100%;
    height: auto;
}

@media screen and (min-width :835px) {
	.mainImg img {
	    width: 100%;
	    height: 100vh;
	    object-fit: cover;
	}
}
.contentArea {
	width:100%;
	margin:0px auto 50px auto;
	padding:0px 0 0px 0;
	text-align:center;
	background:#fff;
}
@media screen and (max-width :834px) {
	.mainImg {
		width:100%;
		margin:0px 0 30px 0;
	}
	.contentArea {
		width:100%;
		margin:30px auto 30px auto;
		padding:0;
	}
}
/*****▽新着情報エリア 画像付き▽*****/
.newsArea {
	width:1200px;
	margin:0 auto;
	flex-wrap:wrap;
	display:flex;
	justify-content:center;/* 横中央揃え */
}
@media screen and (max-width : 1200px) {
	.newsArea {
		width:94%;
	}
}
.newsAreaBox {
	width:48.0%;
	margin:0 1.0% 20px 1.0%;
	padding:0px;
	box-sizing:border-box;
	line-height:0;
	border:1px solid #ccc;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	border-radius:3px;
}
@media screen and (min-width : 835px) {
	.newsAreaBox:hover {
		opacity: 0.5;
		filter: alpha(opacity=50);
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}
}
.newsAreaBoxImg {
	width:40%;
	height:auto;
	padding:15px;
	box-sizing:border-box;
	display:table-cell;
	vertical-align:middle;
}
.newsAreaBoxImg img {
	width:100%;
	height:auto;
}
.newsAreaBoxTxt {
	width:60%;
	padding:0px 0 0 0;
	box-sizing:border-box;
	display:table-cell;
	vertical-align:middle;
}
.newsAreaBoxTitle {
	font-size:18px;
	line-height:150%;
	margin:0 auto 10px;
	font-weight:bold;
	text-align:left;
	flex-wrap:wrap;
	display:flex;
}
.newsAreaBoxDate {
	font-size:15px;
	color:#666;
	line-height:150%;
	text-align:left;
}
@media screen and (max-width : 834px) {
	.newsArea {
		width:94%;
	}
	.newsAreaBox {
		width:100%;
		margin:0px 0% 10px 0%;
		padding:0 10px 0px;
		border-bottom:1px dotted #999;
		box-sizing:border-box;
	}
	.newsAreaBoxImg {
		padding:10px;
	}
	.newsAreaBoxDate {
		font-size:14px;
	}
}

/*****▽▽サービス内容▽▽*****/
.contentArea .box01 {
	width:1290px;
	margin:0px auto 0px auto;
	padding:0px 0 0 0;
    display:flex;
    flex-wrap:wrap;
}
@media screen and (max-width :1290px) {
	.contentArea .box01 {
		width:94%;
		padding:0px 0 0 0;
	}
}
.contentArea .box01 img {
	width:100%;
}
.contentDescripton01 {
	width:100%;
	margin:0px auto 30px;
	font-size:1.1rem;
	text-align:left;
	line-height:220%;
    display:flex;
    flex-wrap:wrap;
}

.contentDescripton01Img {
	width:45%;
	margin:0px auto 0px;
	padding:0 20px;
	box-sizing:border-box;
	border-radius:25px;
}
.contentDescripton01Img img {
	border-radius:15px;
}

.contentDescripton01Title {
	font-size:1.3rem;
	font-weight:bold;
	margin:0 0 10px 0;
}
.contentDescripton01Txt {
	width:55%;
	margin:0;
	padding:0 20px 0 20px;
	box-sizing:border-box;
}
.contentDescripton01LinkBg {
	width:100%;
	margin:30px 0 0 0;
	flex-wrap:wrap;
	display:flex;
}
.contentDescripton01Link {
	width:48%;
	height:;
	margin:0 auto 25px;
	padding:0px;
	font-weight:bold;
	font-size:14px;
	color:#333;
	border:none;
	cursor: pointer;
	letter-spacing:2px;
	line-height:0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	box-sizing:border-box;
	background:#;
}
.contentDescripton01Link img {
	line-height:0;
	filter:drop-shadow(0px 3px 2px rgba(0,0,0,0.2));
	margin:0;
	padding:0;
}
.contentDescripton01Link img:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.contentDescripton01Link p {
	width:100%;
	line-height:100%;
	margin:10px 0 0;
	text-align:center;
}

.contentDescripton01Link p:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.contentDescripton01Logo {
	width:48%;
	height:;
	margin:0 auto;
	padding:0px;
	line-height:0;
}

.contentDescripton01Logo img {
	line-height:0;
	margin:0;
	padding:0;
	width:100%;
}

@media screen and (max-width :834px) {
	.contentArea .box01 img {
	}
	.contentDescripton01 {
		width:100%;
	}

	.contentDescripton01Img {
		width:80%;
		margin:0px auto 0px auto;
		padding:0;
	}
	.contentDescripton01Title {
		font-size:1.1rem;
		font-weight:bold;
		margin:0 auto 10px;
		text-align:center;
	}
	.contentDescripton01Txt {
		float:none;
		width:100%;
		margin:20px auto 20px;
		font-size:1.0rem;
		line-height:180%;
	}
	.contentDescripton01Link {
		width:100%!important;
		height:;
		margin:0 auto 25px;
		padding:0px;
		font-weight:bold;
		font-size:14px;
		color:#333;
		border:none;
		cursor: pointer;
		letter-spacing:2px;
		line-height:0;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
		box-sizing:border-box;
	}
	.contentDescripton01Link img {
		width:100%!important;
		margin:0!important;
		padding:0!important;
	}
	.contentDescripton01Logo {
		width:90%!important;
		height:;
		margin:0 auto;
		padding:0px;
		line-height:0;
		box-sizing:border-box;
	}
}
/*****▽▽概要▽▽*****/
.aboutArea {
	width:1000px;
	margin:0 auto;

}
.table01 {
	width:100%;
	border-top:1px solid #ccc;
	font-size:18px;
	color:#000;
	line-height:180%;
	flex-wrap:wrap;
	display:flex;
	text-align:left;
}
.table01Left {
	width:30%;
	padding:10px 10px 10px 10px;
	box-sizing:border-box;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	flex-wrap:wrap;
	display:flex;
	align-items:center;/* 縦中央揃え */
}
.table01Right {
	width:70%;
	padding:10px 10px 10px 10px;
	box-sizing:border-box;
	border-bottom:1px solid #ccc;
	flex-wrap:wrap;
	display:flex;
	align-items:center;/* 縦中央揃え */
}
@media screen and (max-width : 834px) {
	.aboutArea {
		width:100%;
	}
	.table01 {
		width:94%;
		margin:0 auto;
		box-sizing:border-box;
	}
	.table01Left {
		width:100%;
		padding:10px 10px 0px 10px;
		box-sizing:border-box;
		border-bottom:none;
	}
	.table01Right {
		width:100%;
		padding:10px 10px 10px 10px;
		box-sizing:border-box;
		border-bottom:1px solid #ccc;
	}
}
.gallerryArea {
	width:96%;
	margin:0 auto;
	flex-wrap:wrap;
	display:flex;
	justify-content:center;
}
.gallerryArea .box01 {
	width:25%;
	margin:0 auto 10px;
	padding:15px;
	box-sizing:border-box;
}
.gallerryArea .box01 img {
	width:100%;
	height:auto;
}

@media screen and (max-width : 834px) {
	.gallerryArea .box01 {
		width:50%;
		margin:0 auto 10px;
		padding:10px;
		box-sizing:border-box;
	}
}
/*****▲▲コンテンツ▲▲*****/
/*****▼▼フッター▼▼*****/
.footer01 {
	width:100%;
	margin:0px auto 0px;
	padding:30px 0px 30px 0px;
	text-align:center;
	font-size:1.0rem;
	font-family: "Oswald", sans-serif;
	font-weight:nomal;
	background:#fff;
	color:#333;
	letter-spacing:0.1rem;
}
@media screen and (max-width : 834px) {
	.footer01 {
		margin:0px auto 0;
		line-height:180%;
	}
}
/*****▲▲フッター▲▲*****/

