@charset 'utf-8';
/*****▼▼ヘッダー▼▼*****/
@media screen and (min-width : 835px) {
	.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%;
	margin:0px auto 0;
	padding:0px 0 0 0;
	height:70px;
	flex-wrap:wrap;
	display:flex;
	align-items:center;/* 縦中央揃え */
	background:#;
}

.header01_innerLeft {
	width:20%;
	
}
.header01_innerLeft img {
	width:330px;
	margin:10px auto 0;
}
.header01_innerRight {
	width:80%;
}
.header_info ul {
	list-style:none;
	margin:0 100px 0 0;
	padding:0;
	font-size:26px;
	font-weight:bold;
	color:#333;
}
.header_info ul li {
	float:right;
}
.header_info ul li img {
	width:13px;
	margin:0 5px 0 0;
}

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

	.header01_innerLeft {
		float:none;
		width:75%;
		margin:15px 0 10px 5%;
	}
	.header01_innerLeft img {
		width:100%;
	}
	.header_info {
		display: none;
	}
}

/*****▲▲ヘッダー▲▲*****/
/*****▼▼コンテンツ▼▼*****/
.contentArea {
	width:100%;
	margin:0px auto 70px auto;
	padding:70px 0 0px 0;
	text-align:center;
	background:#fff;
}
@media screen and (max-width :834px) {
	.contentArea {
		width:100%;
		margin:0 auto 30px auto;
		padding:30px 0 0 0;
	}
}
.main_img {
	width:100%;
	margin:70px 0 20px 0;
}
.main_img img {
	width:100%;
}
@media screen and (max-width :834px) {
	.main_img {
		width:100%;
		margin:0px 0 20px 0;
	}
}
/*****▽CSSスライダー▽*****/
.sliderWrap {
    position: relative;
	width:100%;
	margin:70px auto 0px;
}
.sliderArea {
    position: relative;
	width:100%;
    height:100vh;
    background:#fff;
}

.sliderItem {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 0;
    animation: slideShow 35s linear infinite 0s;
}

.sliderItem:nth-child(2) {
    animation-delay: 7s;
}
.sliderItem:nth-child(3) {
    animation-delay: 14s;
}
.sliderItem:nth-child(4) {
    animation-delay: 21s;
}
.sliderItem:nth-child(5) {
    animation-delay: 28s;
}

.sliderItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes slideShow {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    20% {
        opacity: 1;
    }

    30%,
    100% {
        opacity: 0;
    }
}


@media screen and (orientation: landscape) and (max-width : 1080px) {
}


@media screen and (min-width : 835px) {
	.displayPc {
		display:block;
	}
	.displaySliderTbl {
		display:none;
	}
}
@media screen and (max-width : 834px) {
	.displayPc {
		display:none;
	}
	.displaySliderTbl {
		display:block;
	}
	.sliderWrap {
	    position: relative;
		width:100%;
		margin:0px auto 0px;
	}
}

@media screen and (min-width : 429px) {
	.displaySliderSp {
		display:none;
	}
}
@media screen and (max-width : 428px) {
	.displaySliderTbl {
		display:none;
	}
	.displaySliderSp {
		display:block;
	}
}
/*****▽新着情報エリア 画像付き▽*****/
.newsArea01 {
	width:700px;
	margin:0 auto;
}
@media screen and (max-width : 700px) {
	.newsArea01 {
		width:94%;
	}
}
.newsAreaBox {
	width:100.0%;
	margin:0 0 0px;
	padding:0px;
	box-sizing:border-box;
	line-height:0;
	border-bottom:1px dotted #999;
	-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;
	text-align:left;
}
@media screen and (min-width : 835px) {
	.newsAreaBox:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-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:150px;
	height:auto;
	padding:15px;
	box-sizing:border-box;
	display:table-cell;
	vertical-align:middle;
}
.newsAreaBoxImg img {
	width:100%;
	height:auto;
}
.newsAreaBoxTxt {
	width:calc(100% - 150px);
	padding:0px 0 0 0;
	box-sizing:border-box;
	display:table-cell;
	vertical-align:middle;
	padding:15px;
}
.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) {
	.newsArea01 {
		width:94%;
	}
	.newsAreaBox {
		width:100%;
		margin:0px 0% 10px 0%;
		padding:0 0 10px;
		border-bottom:1px dotted #999;
		box-sizing:border-box;
	}
	.newsAreaBoxDate {
		font-size:14px;
	}
}

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

.contentDescripton01Img {
	width:450px;
	margin:0;
	padding:0 20px;
	box-sizing:border-box;
}
.contentDescripton01Txt {
	width:calc(100% - 450px);
	margin:0;
	padding:0 20px;
	box-sizing:border-box;
    display:flex;
	align-items: center; 

}
.contentDescripton01_title {
	text-align:left;
}
@media screen and (max-width :1024px) {
	.contentDescripton01Img {
		width:40%;
		margin:0;
		padding:0 20px;
		box-sizing:border-box;
	}
	.contentDescripton01Txt {
		width:60%;
	}
}
@media screen and (max-width :834px) {
	.contentArea .box01 img {
		width:92%;
		margin:0 4% 0 4%;
	}
	.contentDescripton01 {
		width:94%;
		margin:10px auto 20px auto;
		
	}

	.contentDescripton01Img {
		width:90%;
		margin:0px auto 0px auto;
		padding:0;
	}
	.contentDescripton01Txt {
		width:100%;
		margin:20px auto 20px;
		font-size:1.0rem;
		line-height:180%;
		padding:0;
	}
}
/*****▽▽概要▽▽*****/
.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;
	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;
	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:94%;
	}
	.table01 {
		width:100%;
		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 0 10px;
	padding:15px;
	box-sizing:border-box;
}
.gallerryArea .box01 img {
	width:100%;
	height:auto;
	-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;
}
.gallerryArea .box01 img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-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;
}

@media screen and (max-width : 834px) {
	.gallerryArea .box01 {
		width:50%;
		margin:0 0 10px;
		padding:10px;
		box-sizing:border-box;
	}
}
.access_description {
	width:;
	font-size:18px;
	line-height:210%;
	color:#333;
	margin:20px auto;
	text-align:center;
	font-weight:bold;
}

/*****▲▲コンテンツ▲▲*****/
/*****▼▼フッター▼▼*****/
.footer01 {
	width:100%;
	margin:0px auto 0px;
	padding:50px 0px 50px 0px;
	text-align:center;
	font-size:1.0rem;
	font-weight:nomal;
	background:#589d75;
	color:#fff;
	letter-spacing:0.1rem;
}
@media screen and (max-width : 834px) {
	.footer01 {
		margin:20px auto 0;
		line-height:180%;
	}
}
.footer_naviImfoBg {
	width:100%;
	flex-wrap:wrap;
	display:flex;
	text-align:left;
	justify-content:center;/* 横中央揃え */
	flex-direction: column;/* 改行可 */
}

.footer_naviImfo,
.footer_naviImfo a {
	font-size:16px;
	margin:10px auto 10px auto;
	line-height:160%;
	color:#fff;
}
.footer_naviImfoName {
	font-size:20px;
	margin:0 auto 7px auto;
	line-height:bold;
	color:#fff;
}
.footer_naviImfoName img {
	width:400px;
}
@media screen and (max-width : 400px) {
	.footer_naviImfoName img {
		width:100%;
	}
}
@media screen and (max-width : 834px) {
	.footer_navi {
		width:100%;
		margin:0 auto 0 auto;
		padding:0 0 0 0;
	}

	.footer_navi ul {
		width:100%;
		list-style:none;
		margin:0px 0 0px 0px;
		padding:0px 0 0px 0px;
		border-left:none;
		border-right:none;

	}
	.footer_navi ul li {
		float:none;
		display:block;
	}

	.footer_navi ul li a {
		margin:0 0px 0 0px; 
		padding:8px 0px 6px 10px; 
		line-height:200%;
		font-weight:nomal;
		float:none;
		border-bottom:1px solid #908ebe;
		border-left:none;
		border-right:none;
		display:block;
	}
	.footer_naviImfoBg {
		width:92%;
		margin:0 auto;
	}
	.footer_naviImfo {
		font-size:16px;
		margin:30px auto 30px auto;
		line-height:160%;
		color:#fff;
	}
	.footer_naviImfoName img {
		width:300px;
	}


}
@media screen and (max-width : 300px) {
	.footer_naviImfoName img {
		width:94%;
	}


}

.copyright_bg {
	width:100%;
	background:#dcdcdc;
	text-align:center;
}
.copyright {
	color:#333;
	font-size:14px;
	line-height:180%;
	padding:10px 0 10px 0;
}
/*****▲▲フッター▲▲*****/
/*****▼▼single・archive▼▼*****/
.pageTitle {
	font-size:35px;
	line-height:100%;
	text-align:center;
	font-weight:bold;
	color:#000;
	letter-spacing:1.5px;
	/*background-color:rgba(0,0,0,0.8);
	flex-wrap:wrap;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction: column;*/
	z-index:10;
	font-family:"prohibition";
	margin:0 0 30px;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width:100%;
}
.pankz {
	text-align:left;
	line-height:180%;
	margin:20px 0 20px 20px;
	font-size:1.0rem;
}
.wp-pagenavi {
	padding:30px 0 30px;
}
.pageBack {
	font-size:20px;
	text-align:center;
	font-weight:bold;
	margin:20px auto;
	width:100%;
}
@media screen and (max-width :834px) {
	.pageTitle {
		font-size:28px;
		margin:0 0 30px;
	}
	.pageBack {
		font-size:1.1rem;
	}
}
.contentAreaSingle {
	width:100%;
	margin:120px auto 30px auto;
}
.mainContent {
	width:1200px;
	margin:0 auto 0px auto;
	padding:0px 0 0px 0;
	flex-wrap:wrap;
	display:flex;
}
.contentLeft {
	width:calc(100% - 250px);
	background:#;
}
.contentRight {
	width:250px;
	padding:0 0 0 20px;
	box-sizing:border-box;
}	
@media screen and (max-width :834px) {
	.contentAreaSingle {
		width:94%;
		margin:10px auto 30px;
		box-sizing:border-box;
	}
	.mainContent {
		width:100%;
		margin:0 auto 0px auto;
		padding:0px 0 0px 0;
	}
	.contentLeft {
		width:94%;
		margin:0 auto 50px auto;
		background:#;
	}
	.contentRight {
		width:100%;
		box-sizing:border-box;
		padding:0 0 0 0px;
	}	
}
/*****▲▲single・archive▲▲*****/
