/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
       メイン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.main_Wap {
	width: 100vw;
	height: 40vw;
	min-height: 30vw;
	/*padding: 15vw 0px;*/
	background: url(../img/top/top_main_new1202.jpg?20221202) no-repeat;
	background-size: cover;
	background-position: center 50%;
/*	margin-bottom: 6vw;*/
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        独立開業
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.l_img_r_txt {
	padding: 6vw 0px;
}

.l_img_r_txt .l_img_line .img img{
	max-width: 465px;
}

.l_img_r_txt .txtWap .txt {
	margin-bottom: 2vw;
}

.kanyubtn a{
	/*background-color: var(--red-color);*/
	color: #fff;
background: #ba1425;
background: -moz-linear-gradient(top left, #f23a4d 0%, #ba1425 100%);
background: -webkit-gradient(linear, left top, right bottom, from(#f23a4d), to(#ba1425));
background: -webkit-linear-gradient(top left, #f23a4d 0%, #ba1425 100%);
background: -o-linear-gradient(top left, #f23a4d 0%, #ba1425 100%);
background: linear-gradient(to bottom right, #f23a4d 0%, #ba1425 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

@media handheld, only screen and (max-width: 767px) {
  #container {
    padding-top: 129px;
    /*padding-bottom: 20px; フッターの高さと同じ*/
    padding-bottom: 15vw;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
      padメイン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media handheld, only screen and (max-width: 767px) and (min-width: 541px) {
		.main_Wap {
		width: 100vw;
		height: 100vh;
		background: url(../img/top/top_main_sp_new1202.jpg?20221202) no-repeat;
		background-size: 100%;
		background-position: center 50%;
	}
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
      ○○つのメリット　cssわけた
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media handheld, only screen and (max-width: 540px) and (min-width: 450px) {
		.main_Wap {
		width: 100vw;
		height: 80vh;
		background: url(../img/top/top_main_sp_new1202.jpg?20221202) no-repeat;
		background-size: 100%;
		background-position: center 50%;
	}
}

@media handheld, only screen and (max-width: 449px) {


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
       SPメイン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
	.main_Wap {
		width: 100vw;
		height: 70vh;
		background: url(../img/top/top_main_sp_new1202.jpg?20221202) no-repeat;
		background-size: 100%;
		background-position: center 50%;

	}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
     SP ○○つのメリット　cssわけた
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


}



