@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;
}
}
/* ---------------------------------------------------------------------------------------------

　   改修後css

--------------------------------------------------------------------------------------------- */

/* FV・メディア掲載 */
.FV_link {
    position: absolute;
    bottom: 6%;
    left: 33%;
    background: #ff801e;
    border-bottom: solid 3px #d27d00;
    border-radius: 10px;
    padding: 1% 8%;
    color: #FFF;
    font-weight: bold;
    font-size: 200%;
}
.FV_link:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #fff; 
    border-right: 2px solid #fff; 
    transform: rotate(45deg);
    position: absolute;
    top: 55%;
    left: 25px;
    margin-top: -6px;
}
	.media_flex{
		display: flex;
		flex-wrap: nowrap;
	}
	.media_flex_item{
		
	}
.media_text{
	    font-size: 1.8rem;
        margin: 4rem 0;
	text-align: center;
}
@media only screen and (max-width: 768px) {
.FV_link {
    position: absolute;
    bottom: 8%;
    left: 22%;
    background: #ff801e;
    border-bottom: solid 3px #d27d00;
    border-radius: 10px;
    padding: 2% 8%;
    color: #FFF;
    font-weight: bold;
    font-size: 100%;
}
.FV_link:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 60%;
    left: 5%;
    margin-top: -6px;
}
		.media_flex{
		display: flex;
		flex-wrap: wrap;
	}
	.media_flex_item{
		width: 50%;
		border: solid 0.5px;
	}
.media_text{
	    font-size: 1.4rem;
        margin: 4rem 0;
}
}
/* 店舗情報 */
/*タブ切り替え全体のスタイル*/
.tabs {
  width: 100%;
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #39a673;
  background-color: #f5f5f5;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
	  .tab_item02{
		  width: calc(100%/2);
	  }
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#tokyo:checked ~ #tokyo_content,
#nagoya:checked ~ #nagoya_content,
#osaka:checked ~ #osaka_content,
#hiroshima:checked ~ #hiroshima_content,
#fukuoka:checked ~ #fukuoka_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #39a673;
  color: #fff;
}

/*お客様の声*/
.f200{
			   font-size: 200%;
		   }
		   .voice_box{
			   border: solid #39a673;
			   border-radius: 10px;
			   padding: 4% 2%;
			   margin: 40px auto;
			   background-color: #FCFAF6;
		   }
		   .voice_flex01{
			   display: flex;
			   align-items: center;
			   justify-content: space-around;
			   margin: 10px auto;
		   }
		    .voice_flex02{
			   display: flex;
			   align-items: center;
			   justify-content: space-around;
			   margin: 10px auto;
		   }
		   .voice_flex_img01{
			   width: 30%;
			   margin-right: 5px;
		   }
		    .voice_flex_img01{
			   max-width: 200px;
		   }
		   .voice_flex_text01{
			   width: 70%;
		   }
		   .voice_flex_img02{
			   width: 30%;
			   margin-right: 5px;
		   }
		   .voice_flex_text02{
			   width: 70%;
		   }
		   .staff_img{
			   max-width: 140px;
			   margin-top: 20px;
		   }
		   @media only screen and (max-width: 768px) {
		   .voice_flex_text01 p{
			   font-size: 1.2rem;
		   }
					   .voice_flex_text02 p{
			   font-size: 1.2rem;
		   }
		   .voice_flex01{
			   display: block;
		   }
		   .voice_flex_img01{
			   width: 100%;
			   max-width: 200px;
			   margin: auto;
		   }
		   .voice_flex_text01{
			   width: 100%;
		   }
		   }
/*動画*/

		   .video_w{
			   text-align: center;
		   }
		   .video_w video{
			   width: 100%;
			   max-width: 640px;
		   }
		   .mrT50{
			   margin-top: 50px;
		   }
/*取り組み思い*/
.about_flex{
			display: flex;
			align-items: center;
		}
		.about_flex_item01{
			width: 40%;
			margin: 0 6%;
		}
				.about_flex_item02{
			margin:0;
		}
		@media only screen and (max-width: 768px) {
		.about_flex{
			display: block;
		}
		.about_flex_item01{
			width: 100%;
			margin: 0 auto;
		}
		.about_flex_item02{
			margin-top:30px;
			padding: 0 10px;
		}
		}
/*高価買取の理由*/
		  .reason_flex{
			  display: flex;
			  flex-wrap: wrap;
			  align-items: flex-end;
			  justify-content: center;
		  }
		  .reason_flex_item{
			  width: 44%;
			  text-align: center;
			  margin-right: 1%;
			  margin-left: 1%;
			  margin-top: 30px;
		  }
		  .reason_flex_item p{
			  font-size: 160%;
			  margin-bottom: 10px;
		  }
		  @media only screen and (max-width: 768px) {
		  .reason_flex{
			  display: flex;
			  flex-wrap: wrap;
			  align-items: flex-end;
			  justify-content: center;
		  }
		  .reason_flex_item{
			  width: 90%;
			  text-align: center;
			  margin-right: 1%;
			  margin-left: 1%;
			  margin-top: 30px;
		  }
		  .reason_flex_item p{
			  font-size:100%;
			  margin-bottom: 10px;
		  } 
		  }