@charset "UTF-8";
/* CSS Document */

	.container {
    max-width: calc(var(--inner) + 4rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
	.accordion {
    background: #FCFAF6;
}
	.accordion_header.open .acc_arrow {
  transform: translateY(-50%) rotate(180deg);
  background: url(https://www.baku-art.co.jp/lp1/wp-content/themes/baku/img/ico-minus-green.png) no-repeat center / 100%;
}
	.contact_TEL_w{
	text-align: center;
	margin: 80px auto;
	}
	#contact{
	display: block;
	}
	.TEL_PC{
	display: block;
	text-align: center;
	}
	.TEL_PC img{
	margin: 0 auto 6rem;
	}
	@media only screen and ( max-width : 767px ) {
	.contact_TEL_w{
	display: block;
    margin: 7rem 2rem 7rem;
    max-width: 100%;
	text-align: center;
	}
	.contact_TEL_w h2{
	font-size: 2.4rem;
	}	
	.contact_TEL_w p{
    text-align: center;
    font-size: 1.8rem;
		}
		.TEL_PC{
			display: none;
		}
	}
#backGuide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#backGuide {
    display: none;
    position: fixed !important;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
}
#backGuide .popup_w {
    position: absolute;
    top: 30%;
    right: 0;
    bottom: 0;
    left: 0;
}
#backGuide img {
    margin: auto;
    display: block;
    width: 460px;
    height: auto;
    line-height: 80px;
    cursor: pointer;
    font-weight: bold;
}
#backGuide .popup_close img {
    margin: auto;
    max-width: 30px;
    display: block;
    width: 300px;
    height: auto;
    line-height: 80px;
    cursor: pointer;
    font-weight: bold;
}
#intro {
	padding: 0 0 10rem;
    background: url(https://www.baku-art.co.jp/lp1/wp-content/themes/baku/img/intro_bg01n.png) repeat-y -18% 70% / 31%, url(https://www.baku-art.co.jp/lp1/wp-content/themes/baku/img/intro_bg02n.png) repeat-y 118% 70% / 31% ;
}
.sec {
        padding: 12rem 0 ;
    }
	.can_list li {
        border: .4rem solid #00487B;
        width: 32%;
        padding: 2.5rem 2rem;
        margin-top: 2rem;
        font-size: 2rem;
    }
	.cvbanner{
	height: 90px;
    width: 800px;
	max-width: 90%;
    margin: 60px auto 60px;
    background: orange;
    text-align: center;
    padding: 2rem;
	}
	.text_center{
		text-align: center
	}
	.text_title2{
		font-size: 200%;
	}
	.max-w{
		max-width: 1000px;
		margin: auto;
	}
	.mrT30{
		margin-top: 30px;
	}
	.mrT60{
		margin-top: 60px;
	}
	.mrT100{
		margin-top: 100px;
	}
	.mrB100{
		margin-bottom: 100px;
	}
	.pd100{
		padding-bottom: 10rem;
	}
	.accordion_header:before {
    content: "";
    background: url(https://www.baku-art.co.jp/lp1/wp-content/themes/baku/img/q.png) no-repeat center / 2.4rem #39A673;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width:768px) {
		.text_title2{
		font-size: 100%;
	}
#backGuide img {
    margin: auto;
    max-width: 360px;
    display: block;
    width: 300px;
    height: auto;
    line-height: 80px;
    cursor: pointer;
    font-weight: bold;
}
}
	
.CV-w{
				  display: flex;
				  justify-content: center;
			  }
			  			  .CV-w .CV-item{
				  width:calc(100% / 2 - 20px); 	
							  margin: 10px;
			  }
			  @media screen and (max-width:768px) {
				  			  .CV-w{
				  display: block;
			  }
			  			  .CV-w .CV-item{
				  width:100%; 	
				  margin: 20px auto;
			  }
			  }

@media(min-width:750px){
   a[href^="tel:"] {
    pointer-events: none;
}
}

.button_mail{
	display: block;
}
@media screen and (max-width:768px) {
	.button_mail{
	display: none;
}
}