@charset "UTF-8";
/* CSS Document */
html,body{
    width: 100%;
}

html {
  background-color: transparent;
  background-image: none;
}

body{
	font-family: Avenir, 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, 游ゴシック, 'Yu Gothic', 游ゴシック体, YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 180%;
    text-align: justify;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

body#guideMap{
	
}

a{
	outline:none;
	color:#0066cc;
	text-decoration:none;
}
a:link {
	color:#333;
}
a:visited {
	color:#333;
}
a:hover {
	color:#666;
}
a:active {
	color:#333;
}

/* a:hover img ------------------------------------*/

a:hover img{
	opacity:0.8;
}

/* .cf ------------------------------------*/
.cf:before, .cf:after {content:' '; display:table;}
.cf:after {clear:both;}
.cf {*zoom: 1;} /* For IE 6/7*/

/* .spOnly ------------------------------------*/

.spOnly{
	display:none;
}

/* .wrapper ------------------------------------*/
#wrapper{
	width:100%;
	padding:0;
	margin:0;
	overflow: hidden;
}
#wrapper:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
	visibility:hidden;
}

/* .inner ------------------------------------*/
.inner{
	width:990px;
	text-align:left;
	margin:0 auto;	
}
.inner:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
	visibility:hidden;
}

/* float ------------------------------------*/
.floatLeft{
    float:left;
	margin:0 30px 20px 0;
}

.floatRight{
    float:right;
	margin:0 0 20px 30px;
}

.floatTxt{
	width:619px;
}

/* bgImg ------------------------------------*/

#bgImg{
	width:100%;
	height: 100%;
	min-height:700px;
	position:fixed;
	z-index:1;
}


#bgImgBlur{
	width:100%;
	height: 100%;
	min-height:700px;
	position:fixed;
	z-index:2;
}

body#index #bgImg{
	background: url("../img/bgMain.jpg") no-repeat top center;
	background-size:cover;
}

body#index #bgImgBlur{
	background:url("../img/bgMainBlur.jpg") no-repeat top center;
	background-size:cover;
}

body#guideMap #bgImg{
	background: url("../img/bgGuideMap.jpg") no-repeat top center;
	background-size:cover;
}

body#guideMap #bgImgBlur{
	background:url("../img/bgGuideMapBlur.jpg") no-repeat top center;
	background-size:cover;
}

body#movie #bgImg{
	background: url("../img/bgMovie.jpg") no-repeat top center;
	background-size:cover;
}

body#movie #bgImgBlur{
	background:url("../img/bgMovieBlur.jpg") no-repeat top center;
	background-size:cover;
}

body#pickUp #bgImg{
	background: url("../img/bgPickUp.jpg") no-repeat top center;
	background-size:cover;
}

body#pickUp #bgImgBlur{
	background:url("../img/bgPickUpBlur.jpg") no-repeat top center;
	background-size:cover;
}

body#message #bgImg{
	background: url("../img/bgMessage.jpg") no-repeat;
	background-size:cover;
	background-position:bottom center;
}

/* header ------------------------------------*/
header{
	position:fixed;
	z-index:999;
	display:block;
	width:100%;
	min-width:990px;
}

.headerWrap{
	width:100%;
	min-width:990px;
	position:relative;
}

.headerWrap h1{
	position:absolute;
	top:0;
	left:30px;
	width:447px;
}

.headerWrap h1 img{
	width:100%;
	height:auto;
}

.headerWrap nav{
	position:absolute;
	top:0;
	right:30px;
}

.headerWrap ul{
	padding:25px 0 0 0;
}

.headerWrap ul li{
	float:left;
	margin:0 3px;
	width:90px;
}

.headerWrap ul li img{
	width:100%;
}

.headerWrap ul li a:hover img{
	opacity:1;
}

/* indexMainImg ------------------------------------*/

.indexMainImg{
	position:relative;
	z-index:99;
	width:100%;
	padding:120px 0 0 0;
	margin:0 0 50px 0;
}

.indexMainImg .inner{
	text-align:center;
}

.indexMainImg01{
	width:877px;
	height:auto;
	
}

.indexMainImg02{
	width:941px;
	height:auto;
	position:relative;
	z-index:99;
	margin:-110px 0 -20px 0;
}

.indexHeadLine{
	border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */ 
	background:url(../img/bgWhite.png);
	padding:30px;
	box-sizing:border-box;
	border:1px solid #d84434;
	width:100%;
}

.indexHeadLine h2 img{
	width:859px;
	height:auto;
	margin:0 0 10px 0;
}

/* contentsWrap ------------------------------------*/
.contentsWrap{
	position:relative;
	z-index:99;
	width:990px;
	margin:0 auto;
}

/* bn_indexGuidemap ------------------------------------*/
.bn_indexGuidemap{
	width:586px;
	float:left;
	margin:0 30px 0 0;
}

.bn_indexGuidemap img{
	width:100%;
	height:auto;
}

/* indexBannerBlock ------------------------------------*/
.indexBannerBlock{
	margin:0 0 30px 0;
}

.indexBannerBlock ul li{
	margin:0 0 30px 0;
}

.indexBannerBlock img{
	width:100%;
	min-width:100%;
	height:auto;
}


.indexBannerBlock.flexBox ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

.indexBannerBlock.flexBox ul li{
	width: 48%;
}

.indexBannerBlock.flexBox ul li a img{
	border: 10px solid #09a5da;
	box-sizing: border-box;
}





/* swFBblock ------------------------------------*/
.swFBblock{
	float:right;
	width:374px;
	min-height:474px;
	padding:10px;
	box-sizing:border-box;
	background:url(../img/bgYellow.png);
}

/* indexBlock01 ------------------------------------*/
.indexBlock01{
	border-radius: 30px; 
    -webkit-border-radius: 30px;  
    -moz-border-radius: 30px;
	background:url(../img/bgWhite.png);
	border:6px solid #e74189;
	padding:30px;
	color:#e74189;
	margin:50px 0 20px 0;
}

/* indexBlock02 ------------------------------------*/
.indexBlock02{
	border-radius: 30px; 
    -webkit-border-radius: 30px;  
    -moz-border-radius: 30px;
	background:url(../img/bgWhite.png);
	border:6px solid #f08220;
	padding:30px;
	color:#f08220;
	margin:0 0 50px 0;
}

/* indexBlock03 ------------------------------------*/
.indexBlock03{
	border-radius: 30px; 
    -webkit-border-radius: 30px;  
    -moz-border-radius: 30px;
	background:url(../img/bgWhite.png);
	border:6px solid #554b9c;
	padding:30px;
	color:#554b9c;
	margin:0 0 50px 0;
}

/* indexBlock04 ------------------------------------*/
.indexBlock04{
	border-radius: 30px; 
    -webkit-border-radius: 30px;  
    -moz-border-radius: 30px;
	background:url(../img/bgWhite.png);
	border:6px solid #50a6dd;
	padding:30px;
	color:#50a6dd;
	margin:0 0 50px 0;
}

/* btnStyle ------------------------------------*/
.btnStyle a{
	display:block;
	border-radius: 30px; 
    -webkit-border-radius: 30px;  
    -moz-border-radius: 30px;
	background:#e74189;
	padding:20px 0 15px 0;
	box-sizing:border-box;
	color:#fff;
	margin:0 0 50px 0;
	width:100%;
	text-align:center;
}

.btnStyle a:hover{
	background:#be1860;
}

.btnStyle a span{
	position:relative;
	padding:15px 0 0 50px;
}

.btnStyle a span::before{
	content:url(../img/kariganeWhite.svg);
	top:0;
	left:0;
	position:absolute;
}

.bn_uedajo{
	margin:0 0 50px 0;
}

/* indexBlock h2 ------------------------------------*/

.indexBlock01 h2 img{
	width:379px;
	height:auto;
	margin:0 0 25px 0;
}

.indexBlock02 h2 img{
	width:329px;
	height:auto;
	margin:0 0 25px 0;
}

.indexBlock03 h2 img{
	width:599px;
	height:auto;
	margin:0 0 25px 0;
}

.indexBlock04 h2 img{
	width:446px;
	height:auto;
	margin:0 0 25px 0;
}

.indexBlockTxt{
	float:left;
	display:inline-block;
	width:380px;
	margin:0 30px 0 0;
}


/* newsBlock ------------------------------------*/
#newsBlock{
	position:relative;
	z-index:99;
	padding:0 0 50px 0;
}

.fbBlock{
	background:#FFF;
	padding:10px;
	box-sizing:border-box;
	width:520px;
	min-width:520px;
	float:left;
	margin:0 30px 0 0;
}

#newsBlock ul li{
	float:left;
	margin:0 5px 10px 5px;
}

#newsBlock ul li img{
	width:200px;
	height:auto;
	border:5px solid #FFF;
	box-sizing:border-box;
}

/* annotation ------------------------------------*/
.annotation{
	font-size:75%;
	line-height:130%;
	margin-top:10px;
	margin-bottom:10px;
}

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

footer {
    width: 100%;
	min-width: 990px;
    box-sizing: border-box;
    padding: 30px 0px 20px 0px;
	background:url(../img/bgBlue.png);
	color:#ffff00;
	position:relative;
	z-index:99;
}

footer .inner {
    text-align: left;
}

footer .inner h2 {
    letter-spacing: 2px;
	line-height:140%;
	margin:0 0 10px 0;
}

footer .inner h2 a {
	color:#FF0;
	text-decoration:underline;
}

#footerAdress{
	font-size: 80%;
    margin: 0px;
	float:left;
	margin:0 30px 0 0;
	padding:10px 0 0 0;
}

.bnChizu img{
	width:170px;
	height:auto;
	position:relative;
	z-index:1100;
}

#copyright {
	display:block;
	clear:both;
    font-size: 80%;
    letter-spacing: 1px;
    margin: 0px;
}

#toPageTop{
	position: fixed;
	bottom: 10px;
	right: 30px;
	z-index:1000;
}


/* -------------------------------------------------------*/
/* GUIDE MAP ------------------------------------*/
/* -------------------------------------------------------*/

body#guideMap .contentsWrap{
	padding:430px 0 0 0;
}

.guideMapTitle{
	margin:0 0 30px 0;
}

.guideMapTitle h2{
	float:left;
	padding:20px 0;
}

.guideMapTitle h2 img{
	width:488px;
	height:auto;
}

.guideMapTitle ul{
	float:right;
}

.guideMapTitle ul li{
	float:left;
	margin:0 10px;
}

.guideMapTitle ul li img{
	width:225px;
	height:auto;
}

.point{
	margin:0 0 30px 0;
}

.point ul{
	margin:0 0 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
}

.point ul li{
	text-align:left;
	float:left;
	width:31%;
	border-radius: 30px; 
    -webkit-border-radius: 30px;  
    -moz-border-radius: 30px;
	background:url(../img/bgWhite.png);
	padding:25px;
	box-sizing:border-box;
	color:#333;
	margin:0 2.3333% 25px 0;
}


.point ul li:nth-of-type(3n+3){
	margin:0 0 25px 0;
}

.point ul li img{
	width:100%;
	height:auto;
	margin:0 0 10px 0;
}

.point ul li h3{
	color:#09a5da;
	font-size:120%;
}

.point ul li p{
	font-size:90%;
	line-height:150%;
}

.fcLink a{
	width:100%;
	border-radius: 30px; 
    -webkit-border-radius: 30px;  
    -moz-border-radius: 30px;
	background:#fff;
	padding:30px;
	border:6px solid #39F;
	box-sizing:border-box;
	margin:0 0 100px 0;
	display:block;
}

.fcLink a:hover{
	border:6px solid #FF0;
	
}

.fcImg{
	width:100%;
	margin:0 0 30px 0;
}

/* -------------------------------------------------------*/
/* MOVIE ------------------------------------*/
/* -------------------------------------------------------*/

body#movie .contentsWrap{
	padding:150px 0 0 0;
}

.movieTitle{
	margin:140px 0 50px 50px;
	text-align:center;
	float:left;
	display:inline-block;
}

.movieTitle h2 img{
	width:238px;
	height:auto;
}

.youtubeBlock{
	margin:0 0 100px 0;
}

/*body#movie .contentsWrap .youtube{
	width:913px;
	margin:0 auto 50px auto;
	border-radius: 30px; 
    -webkit-border-radius: 30px;  
    -moz-border-radius: 30px;
	padding:30px;
	box-sizing:border-box;
	background:url(../img/bgWhite.png);
}*/

.youtube{
	float:right;
	position:relative;
	background:url("../img/bgWhite.png");
	line-height:0;
	/*padding:1px 0;*/
	text-align:center;
	margin:0 auto 30px auto;
	border:1px solid #fff;
	box-sizing:border-box;
}

.youtube .movieChara{
	position:absolute;
	top:-20px;
	left:30px;
}

.youtube .movieChara2{
	position:absolute;
	bottom:0px;
	right:-200px;
}

body#movie .contentsWrap .youtube iframe{
	
}


/*.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
	border:10px solid #fff;
	background:#fff;
	box-sizing:border-box;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
*/

/*.youtube_S{
	width:480px;
	margin:0 30px 30px 0;
	border-radius: 20px; 
    -webkit-border-radius: 20px;  
    -moz-border-radius: 20px;
	padding:20px;
	box-sizing:border-box;
	background:url(../img/bgWhite.png);
	float:left;
}

.youtube_S:nth-of-type(odd){
	margin:0 0 30px 0;
}*/


.youtube_S{
	width:480px;
	margin:0 30px 30px 0;
	padding:1px;
	line-height:0;
	box-sizing:border-box;
	background:url(../img/bgWhite.png);
	float:left;
	text-align:center;
}

.youtube_S:nth-of-type(odd){
	margin:0 0 30px 0;
}


/* -------------------------------------------------------*/
/* PICK UP ------------------------------------*/
/* -------------------------------------------------------*/

body#pickUp .contentsWrap{
	padding:150px 0 0 0;
}

.pickUpTitle{
	margin:0 0 50px 0;
	text-align:center;
}

.pickUpTitle h2 img{
	width:298px;
	height:auto;
}

.pickUpArea{
	/*float:right;
	width:700px;*/
	margin:0 0 100px 0;
}

.pickUpBlock{
	width:100%;
	margin:0 auto 50px auto;
	border-radius: 30px; 
    -webkit-border-radius: 30px;  
    -moz-border-radius: 30px;
	padding:30px;
	border:6px solid #e74189;
	box-sizing:border-box;
/*	background:url(../img/bgWhite.png);*/
	background: rgba(255,255,255,0.85);
}

.pickUpBlock.fin{
	background: rgba(200,200,200,1) url(../img/pickup_fin.png) top right no-repeat;
}

.pickUpBlock.fin img{
	opacity: 0.8;
}

.pickUpBlock a{
	color:#09a5da;
	text-decoration:underline;

}

.pickUpBlockTxt{
	padding:0 0 0 70px;
	background:url("../img/ozMark.png") no-repeat top left;
	min-height:90px;
	margin-bottom:10px;
}

.pickUpBlock .pickUpBlockTxt h3{
	color:#e74189;
	font-size:140%;
	margin-bottom:10px;
}

.pickUpBlock .pickUpBlockTxt p{
	font-weight:bold;
	line-height:150%;
}

.pickUpBlock p{
	margin:0 0 10px 0;
}

.pickUpNav{
	width:260px;
}

.pickUpNav ul li a{
	display:block;
	font-size:90%;
	color:#e3007f;
	line-height:150%;
	padding:10px;
	box-sizing:border-box;
	background:url("../img/bgWhite.png");
	margin:0 0 10px 0;
}

.pickUpNav ul li a:hover{
	color:#fff;
	background:#e3007f;;

}


/* -------------------------------------------------------*/
/* MESSAGE ------------------------------------*/
/* -------------------------------------------------------*/
body#message .contentsWrap{
	padding:150px 0 0 0;
}

.messageTitle{
	margin:0;
	text-align:left;
	float:left;
	display:inline-block;
}

.messageTitle h2 img{
	width:440px;
	height:auto;
	margin:0 0 30px 0;
}

.twBlock{
	width:500px;
	float:right;
	text-align:right;
	margin:0 0 100px 0;
}

.messageTxt{
	width:440px;
}

.messageTxt img{
	width:100%;
	min-width:100%;
	height:auto;
}

.messageTw a{
	display:block;
	background-color:#0a29ae;
	border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */
	padding:10px 20px;
	box-sizing:border-box;
	margin:20px 0 0 0;
	text-align:center;
	color:#FFF;
	border:2px solid #fff;
}

.messageTw a:hover{
	background-color:#FF0;
	color:#0a29ae;
	border:2px solid #0a29ae;
}

/* -------------------------------------------------------*/
/* max-width: 768px ------------------------------------*/
/* -------------------------------------------------------*/

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

/* .pcOnly ------------------------------------*/

.spOnly{
	display:block;
}

.pcOnly{
	display:none;
}

/* float ------------------------------------*/
.floatLeft{
    float:none;
	margin:0 0 20px 0;
}

.floatRight{
    float:none;
	margin:0 0 20px 0;
}

.floatTxt{
	width:100%;
}

/* .inner ------------------------------------*/
.inner{
	width:100%;
	box-sizing:border-box;
	padding-right:30px;
	padding-left:30px;
}

/* header ------------------------------------*/
header{
    min-width: 100%;
	padding: 5px;
	box-sizing:border-box;
	margin:0 0 10px 0;
	position:relative;
}

.headerWrap{
	width:100%;
	min-width:100%;
	text-align:center;
	margin:0 auto;
}

.headerWrap h1{
	position:static;
	top:auto;
	left:auto;
	width:100%;
	display:block;
}

.headerWrap nav{
	position:static;
	top:auto;
	right:auto;
}

.headerWrap nav.fixedSp{
	position:fixed;
	z-index:999;
	top:0;
	right:0;
}

.headerWrap ul{
	padding:10px 0 0 0;
	text-align:center;
}

.headerWrap ul li{
	float:none;
	display:inline-block;
	margin:0;
	width:18%;
}

/*.headerWrap ul li:nth-of-type(1){
	display:none;
}*/

.headerWrap ul li img{
	max-width:100%;
}



/* indexMainImg ------------------------------------*/

.indexMainImg{
	padding:0 0 0 0;
	margin:0 0 50px 0;
}

.indexMainImg .inner{
	width:100%;
	box-sizing:border-box;
	padding-right:0px;
	padding-left:0px;
}

.indexMainImg01{
	width:90%;
	min-width:90%;
	height:auto;
	margin:0 auto;	
}

.indexMainImg02{
	width:100%;
	height:auto;
	min-width:100%;
	margin:-25px 0 -10px 0;
}

.indexHeadLine{
	padding:20px 30px 30px 30px;
	width:95%;
	margin:0 auto;
	text-align:left;
}

.indexHeadLine h2 img{
	width:100%;
	min-width:100%;
	height:auto;
	margin:0 auto 10px auto;
}

/* contentsWrap ------------------------------------*/
.contentsWrap{
	width:100%;
	margin:0 auto;
}

.indexBannerBlock{
	width:90%;
	margin:0 auto 30px auto;
}


.indexBannerBlock.flexBox ul{
	display: block;
}

.indexBannerBlock.flexBox ul li{
	width: 100%;
}

.indexBannerBlock.flexBox ul li a img{
	border: 5px solid #09a5da;
	
}




/* bn_indexGuidemap ------------------------------------*/
.bn_indexGuidemap{
	width:90%;
	float:none;
	margin:0 auto 50px auto;
}

/* swFBblock ------------------------------------*/
.swFBblock{
	float:none;
	width:90%;
	margin:0 auto 50px auto;
}

/* indexBlock ------------------------------------*/
.indexBlock01,
.indexBlock02,
.indexBlock03,
.indexBlock04{
	width:90%;
	box-sizing:border-box;
	margin:0 auto 50px auto;
}

.indexBlock01 p img,
.indexBlock02 p img{
	width:100%;
	min-width:100%;
	height:auto;
}

/* indexBlock h2 ------------------------------------*/

.indexBlock01 h2 img,
.indexBlock02 h2 img,
.indexBlock03 h2 img,
.indexBlock04 h2 img{
	width:100%;
	min-width:100%;
	height:auto;
}

.indexBlockTxt{
	float:none;
	display:block;
	width:100%;
	margin:0 0 20px 0;
}

.bn_uedajo{
	width:90%;
	margin:0 auto 50px auto;
}

.bn_uedajo img{
	width:100%;
	min-width:100%;
	height:auto;
}

/* newsBlock ------------------------------------*/
#newsBlock{
	padding:50px 0;
	min-height:580px;
}

.fbBlock{
	
	
	width:100%;
	min-width:100%;
	float:none;
	margin:0 0 30px 0;
}

#newsBlock ul li{
	float:left;
	margin:0 0 10px 0;
	width:49%;
}

#newsBlock ul li:nth-of-type(even){
	margin:0 0 10px 5px;
}

#newsBlock ul li img{
	width:100%;
	height:auto;
	border:1px solid #FFF;
	box-sizing:border-box;
}


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

footer {
	min-width: 100%;
}

#footerAdress{
	float:none;
	margin:0 0 20px 0;
	padding:0;
}

.bnChizu img{
	width:170px;
	height:auto;
	margin:0 0 20px 0;
}

#toPageTop{
	width:70px;
	position: fixed;
	bottom: 0;
	right: 0;
	
}

#toPageTop img{
	width:100%;
	max-width:100%;
	height:auto;
}

/* -------------------------------------------------------*/
/* GUIDE MAP ------------------------------------*/
/* -------------------------------------------------------*/

body#guideMap #bgImg{
	background: url("../img/bgGuideMapSp.jpg") no-repeat top center;
	background-size:cover;
}

body#guideMap #bgImgBlur{
	background:url("../img/bgGuideMapBlurSp.jpg") no-repeat top center;
	background-size:cover;
}

body#guideMap .contentsWrap{
	padding:150px 0 0 0;
}

.guideMapTitle{
	margin:0 0 30px 0;
}

.guideMapTitle h2{
	float:none;
	padding: 0 0 20px 0;
}

.guideMapTitle h2 img{
	width:100%;
	height:auto;
}

.guideMapTitle ul{
	float:none;
	text-align:center;
}

.guideMapTitle ul li{
	float:none;
	width:45%;
	margin:0 auto;
}

.guideMapTitle ul li img{
	width:100%;
	min-width:100%;
	height:auto;
}

.point{
	margin:0 0 50px 0;
}

.point ul{
	margin:0;
    display:block;
}
.point ul li{
	float:none;
	width:100%;
	margin:0 0 20px 0;
}


.point ul li:nth-of-type(3n+3){
	margin:0 0 20px 0;
}

.point ul li img{
	width:100%;
	min-width:100%;
	height:auto;	
}

.fcLink a{
	width:90%;
	margin:0 auto 100px auto;
}

.fcLink a:hover{
	border:6px solid #FF0;
	
}

.fcImg{
	width:100%;
	margin:0 0 30px 0;
}

.fcLogo{
	width:100%;
}


/* -------------------------------------------------------*/
/* MOVIE ------------------------------------*/
/* -------------------------------------------------------*/

body#movie .contentsWrap{
	padding:0;
}

.movieTitle{
	margin:0 0 30px 0;
	float:none;
	display:block;
}

.movieTitle h2 img{
	width:50%;
	min-width:50%;
	height:auto;
}

.youtubeBlock{
	margin:0 0 100px 0;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	float:none;
	display:block;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


.youtube_S{
	margin:0 0 30px 0;
	float:none;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	display:block;
}

.youtube_S iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.youtube_S:nth-of-type(odd){
	margin:0 0 30px 0;
}

/* -------------------------------------------------------*/
/* PICK UP ------------------------------------*/
/* -------------------------------------------------------*/

body#pickUp .contentsWrap{
	padding:0;
}

.pickUpTitle{
	margin:0 0 30px 0;
	text-align:center;
}

.pickUpTitle h2 img{
	width:60%;
	height:auto;
}

.pickUpBlockTxt{
	padding:40px 0 0 0;
	background:url("../img/ozMark.png") no-repeat top center;
	background-size:20px 35px;
	min-height:inherit;
	margin-bottom:10px;
}

.pickUpBlock{
	padding:10px 20px 30px 20px;
	margin:0 auto 30px auto;
}

.pickUpBlock.fin{
	background: rgba(200,200,200,0.7) url(../img/pickup_fin.png) top center no-repeat;
	background-size: contain;
}

.pickUpBlock img{
	width:100%;
	min-width:100%;
	height:auto;
}

/* -------------------------------------------------------*/
/* MESSAGE ------------------------------------*/
/* -------------------------------------------------------*/

body#message .contentsWrap{
	padding:0;
}

.messageTitle{
	margin:0 0 20px 0;
	text-align:center;
	float:none;
	display:block;
}

.messageTitle h2 img{
	width:80%;
	height:auto;
}

.twBlock{
	width:100%;
	float:none;
	text-align:left;
	margin:0 0 50px 0;
}

.messageTxt{
	width:100%;
}


	
}
