@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
}

ul li, ol li{
line-height: 1.5;
}

.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}

a {
	color: #000000;
	text-decoration:underline;
	transition: all 0.3s ease-in-out 0s;
}

a:hover {
	color: #666666;
	text-decoration:none;
}

a:hover img{
opacity: 0.7
}

img{
max-width: 100%;
}


.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap:wrap;
}

.flex_wrap_left {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-justify-content: flex-start;
	justify-content:flex-start
}

.flex_wrap_center {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

.flex_wrap_end {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.clearer {
	clear: both;
}

.center{
text-align: center;
}

.sp{
display: none;
}

.home .site-header{
	display:none;
}

.home .site-body {
     padding: 0;
    }

.home .container, .home .container-lg, .home .container-md, .home .container-sm, .home .container-xl {
    max-width: 100%;
	margin:0;
	padding:0;
    }

.home ul{
	margin:0;
	padding:0;
}

.home ul li{
	list-style:none;
	margin:0;
}

.vk-mobile-nav-menu-btn {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 2100;
    overflow: hidden;
    border: none;
    border-radius: 0;
    width: 90px;
    height: 90px;
	background:url("../img/menu.png") center center no-repeat;
	background-size:90px 90px;
    cursor: pointer;
    text-indent: -9999px;
    transition: border-color .5s ease-out;
}

.vk-mobile-nav-menu-btn.menu-open {
    border: none;
    background: var(--vk-mobile-nav-menu-btn-close-bg-src) center 50% no-repeat rgba(255, 255, 255, .8);
	border-radius:90px;
}

body.home {
	background:url("../img/bg01.jpg");
}

.start {
	background:url("../img/bg01.jpg");
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}

.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}

#index01{
	background:url("../img/top_bg.png") center top no-repeat;
}

.mv{
	max-width:1920px;
	margin: 0 auto;
	position:relative;
}

.mv .mv_logo{
	position:absolute;
	width:100%;
	text-align:center;
	top:0;
	left:0;
}

.mv .mv_logo img{
	max-width:20%;
}

.open_close{
	width:1800px;
	max-width:94%;
	margin:50px auto 20px;
}

.open_close .box01{
	width:450px;
	height:80px;
	padding:0 50px 0 80px;
	background:url("../img/box_l.png") left top no-repeat,url("../img/box_r.png") right top no-repeat;
}

.open_close .box01.long{
	width:calc(100% - 500px);
}

.open_close .box01 .box_inner{
	background:url("../img/box_c.png") left top;
	font-size:14px;
	line-height:20px;
	padding:10px 0;
	height:80px;
}

.open_close .box01 .box_inner img{
	padding:15px 20px 15px 0;
	vertical-align:middle;
}

.news{
	width:100%;
	margin:-40px auto 20px;
	padding:50px 0 20px;
	background:url("../img/news_bg.png") left top;
}

.news .flex{
	max-width:850px;
	margin:0 auto;
}

.news .ttl{
	width:180px;
}

.news .vk_postList{
	width:calc(100% - 180px);
}

.news .vk_postList div{
	font-size:16px;
	color:#FFFFFF;
	margin-bottom:10px;
}

.news .vk_postList div a{
	list-style:none;
}

.news .postListText{
	border-bottom:none;
}

.tel_style{
	color:#abb8c3
}

.tel_style a{
	text-decoration:none;
	color:#abb8c3
}

/********************************
レスポンシブ
********************************/

@media screen and (min-width: 768px) {
	 a[href^="tel:"] {
		 pointer-events: none;
		 cursor: default;
	}
}

@media (min-width: 992px) {
    body.device-pc .vk-mobile-nav-menu-btn {
        display: block;
    }
    body.device-pc .vk-mobile-nav {
        display: block;
    }
}

@media screen and (max-width: 1580px) {
.open_close{
	position:relative;
	z-index:11;
	background:url("../img/box_l.png") left top no-repeat,url("../img/box_r.png") right top no-repeat;
	height:80px;
	padding:0 20px;
}

.open_close .box01 .box_inner{
	background:none;
}

.open_close .box01{
	width:350px;
	padding:0 20px 0 20px;
	background:url("../img/box_c.png") left top 
}
	
.open_close .box01.long{
	width:calc(100% - 350px);
	padding:0 20px 0 20px;
}
}


@media screen and (max-width: 1240px) {
.open_close .box01{
	width:250px;
	padding:0;
	}
	
.open_close .box01.long{
	width:calc(100% - 250px);
	padding:0;
}
	
.open_close .box01 .box_inner img{
	width:80px;
	padding:5px 0;
	display:block;
}	
	
}
	
@media screen and (max-width: 991px) {
.vk-mobile-nav-menu-btn {
    width: 60px;
    height: 60px;
	background-size:60px 60px;
}	
	
.mv .mv_logo img{
	max-width:30%;
}	
	
.open_close{
	margin:20px auto;
	padding:5px 20px;
	background:#FFFFFF;;
	border-radius:20px;
	height:auto;
}
	
.open_close .box01{
	background:none;
	height:auto;
	width:100%;
	}
	
.open_close .box01.long{
	width:100%;
	}
	
.open_close .box01 .box_inner {
	height:auto;
	}
	
.open_close .box01 .box_inner img{
	padding:0 20px 0 0;
	display:inline;
}	
	
.news .flex{
	max-width:94%;
}

.news .ttl{
	width:100%;
	margin-bottom:10px;
}

.news .vk_postList{
	width:100%;
}

}


@media screen and (max-width: 580px) {
.pc{
display: none;
}

.sp{
display: block;
}
	
.vk-mobile-nav-menu-btn {
    width: 50px;
    height: 50px;
	background-size:50px 50px;
}	
	
.mv .mv_logo img{
	max-width:40%;
}

.open_close .box01 .box_inner img{
	width:60px;
	padding:0 0 5px;
	display:block;
}	
 
    }
