

/****2025改訂****/
/****youtube****/
.youtube_allbox{
	width:100%;
	text-align:center;
	margin:100px  0 100px 0;
	padding:10px;
	box-sizing:border-box;
	float:left;
}
.youtube_box {
	position: relative;
	padding-top: 56.25%; /* 16:9 アスペクト比 */
	height: 0;
}
.youtube_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*下から現れるお問合せ*/
.fix-footer {
	bottom: -200px;/* 下にに隠す高さ */
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding-top:0px;
	padding-bottom:0px;
	box-sizing:border-box;
	position: fixed;
	opacity:0;/* 	最初読み込んだときは透過 */
	z-index: 9999;/*　他のアイテムに対して最上位のレイヤーになるように */
	/*opacity: 0; */
	box-sizing:border-box;

}

.c-copyright{
	min-height:150px;
}

@media screen and (max-width:767px) {

	.youtube_allbox{
		margin:60px  0 50px 0;
	}

}

/***************/
/****2025改訂****/
