#pop-up,#pop-up02,#pop-up03,#pop-up04,#pop-up05,#pop-up06,#pop-up07 {
	display: none; 
}
.overlay {
	display: none; 
    z-index: 999999;
    background-color: rgba(39, 39, 39, 0.87);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#pop-up:checked + .overlay,
#pop-up02:checked + .overlay,
#pop-up03:checked + .overlay,
#pop-up04:checked + .overlay,
#pop-up05:checked + .overlay,
#pop-up06:checked + .overlay,
#pop-up07:checked + .overlay{
	display: block;
	z-index: 999999;
	background-color: rgba(39, 39, 39, 0.87);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.window {
	width: 750px;
	max-width: 1000px;
	height: 340px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
}
.window ul{
	width: 100%;
    padding: 20px 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.window ul li{
	width: 300px;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    border-radius: 5px;
    background-color: #fff;
	box-shadow: 0px 0px 9px 2px #bbb;
    overflow: hidden;
}
.window ul li a:hover{
	filter: brightness(1.2);
}
.window ul li dl{
	 width: auto;
    text-align: center;
}
.window ul li dl dt{
	width: auto;
    padding: 3px 0;
    background-color: #666;
    color: #fff;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.1em;
	font-family: fot-matisse-pron, sans-serif;
}
.window ul li dl dd{
	width: auto;
    display: inline-block;
    margin: 10px auto 0;
	padding: 0px 0 0 20px;
    -webkit-background-size: 17px;
    background-size: 15px;
}
.window ul li dl dd.call{
	color: #6ab82d;
	width: 100%;
}
.window ul li dl dd{
	padding-left: 0;
	color: #333;
	text-align: center;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.window ul li dl dd span i{
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
	color: #6ab82d;
}
.window ul li dl dd.call span{
	font-size: 19px;
    text-align: left;
    color: #6ab82d;
    font-weight: bold;
}
.window ul li dl dd.text{
	width: auto;
    margin: 0 auto 0;
    font-size: 13px;
    color: #333;
    text-align: center;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.close {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 23px;
    font-weight: bold;
    background: #6ab82d;
    color: #fff;
    margin: 10px 10px;
    padding: 1%;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    align-items: center;
    display: flex;
	z-index: 99999;
	
}
.open {
	display: block;
    cursor: pointer;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}
.close {
	opacity: 1.0;
	font-size: 15px;
	width: 30px;
    height: 30px;
}
@media screen and (max-width: 900px) {
	.sp_navi_btn .window {
    width: 90%;
}
.sp_navi_btn .window, .window {
    height: auto;
}
.close {
    font-size: 20px;
}
.sp_navi_btn .window ul {
    display: block;
}
.sp_navi_btn .window ul li {
    width: auto!important;
    float: inherit;
}
.sp_navi_btn_area li {
    display: block;
    width: calc(100% / 3 ) !important;
    float: left;
    text-align: center;
}
.sp_navi_btn .window ul li a {
    display: block;
    height: auto;
    margin: inherit;
}
.sp_navi_btn_area li a, .sp_navi_btn .open {
    display: flex;
    justify-content: center;
    color: #FFF;
    height: 60px;
    margin: 4px;
    border-radius: 5px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 3.3vw;
    background: #aaaaaa;
    font-weight: 400;
    align-items: center;
    text-align: center;
}
.sp_navi_btn .window ul li a dl, .sp_navi_btn .window ul li a dl dt {
    height: auto;
}
.window ul li dl {
    padding: 0;
}
.sp_navi_btn .window ul li a dl, .sp_navi_btn .window ul li a dl dt {
    height: auto;
}
.window ul li dl dt {
    margin-bottom: 0;
}
.sp_navi_btn .window ul li a dl dd.line {
    margin: 20px auto 0;
}
.sp_navi_btn .window ul li a dl dd.line span {
    font-size: 16px;
}
.sp_navi_btn_area .sp_line span {
    width: 75%;
    line-height: 1.2;
    text-align: center;
    height: 7px;
}
.sp_navi_btn_area li span {
    width: 60%;
    line-height: 1.2;
    text-align: center;
}
.sp_navi_btn .window ul li a dl dd span i {
    color: #6ab82d;
    width: auto;
    position: inherit;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 15px;
}
.sp_navi_btn_area li a i {
    width: 20%;
    text-align: right;
}
.window {
	width: 90%;
}
}



