@charset "UTF-8";

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

1. PCスマホ共通部分

-----------------------------------------------------------*/
html{
	font-size:100%;
}
a{
	text-decoration: none;
}


.big-bg{
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

/* PCスマホ共有部分
-----------------------------------------------------------*/

a:link,
a:hover,
a:visited {
	color: #333333;
	text-decoration: none;
}







/* #footer
-----------------------------------------------------------*/

#footerInner .pagetop {
	position: absolute;
	top: -24px;
	right: 0;
}
#footerInner .pagetop a {
	display: block;
	width: 100px;
	height: 17px;
	background: url(../images/bt_pagetop.gif) no-repeat right top;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#footerInner .pagetop a:hover{
	background-position:0 -17px;
	}


	

/* 動画ギャラリー　
-----------------------------------------------------------*/

.youtube_wrapper{
	margin-top: 30px;
    margin-bottom: 30px;
    text-align:center;}

	
@media(max-width:780px){
	
.youtube_wrapper{
	position: relative ;
	margin-top: 1.2em ;
	margin-bottom: 1.2em ;
	padding-top: 69px ;
	padding-bottom: 50% ;
	overflow: hidden ;
	}
	
	.youtube_wrapper iframe {
	position: absolute ;
	top: 0 ;
	left: 0 ;
	height: 100% ;
	width: 100% ;
	}
}