@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	list-style: none;
}
body{
	margin: 0;
	padding: 0;
	background-image: url(../img/bg_touron.png);
	background-size: 377px ;
}
a {
    text-decoration: none;
}
img{
	height: auto;
	vertical-align: bottom;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
#wrapper{
	max-width: 970px;
	margin: 0 auto;
}	
.point{
	position: absolute;
	padding: 0;
	margin: 0;
	top:-10%;
	border: solid 1px #000000;
	border-bottom: none;
	width: 100%;
	max-height: 10px;
	left: -1px;
	height: 8%;
	background: #ff0084;
	z-index: 1;
}
.nav ul li:nth-child(3) {
    border-top: none;
}
.nav03{
	position: relative;
}
/*トップページ以外共通グローバルメニュー*/
.nav{
	margin-top: 2%;
	background-color: black;
}
.nav ul{
	display: table;
    width: 100%;
}
.nav ul li {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
   list-style-type: none;
   max-width: 192px;
   border: 1px solid #000000;
   margin: 0;
   padding:0;
   background-color: #FFFFFF;
}

.top_titel{
	margin-bottom: 2%;
}
.logo{
	max-width: 245px;
	width: 20%;
	margin:2% 2% 0 1%;
	float: left;
}
.titel_area{
	float: left;
	margin-top: 1.5%;
	width: 77%;
}
.bg{
	position: relative;	
}
.titel_text_area{
	overflow: hidden;
	margin-bottom: 2%;
    vertical-align:top;
	padding:3%;
    border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 3px solid #82b4d7;
    background: url(../img/t_bg.png);
	background-size: 100%;
}
.titel_base_arrow{
	max-width: 150px;
	width: 15%;
	position:absolute;
	bottom: -9%;
	right: 10%;
}
.titel_text_01{
	background: #FFFFFF;
	box-shadow: 0px 0px 25px 18px #FFFFFF;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}
.text_01{
	font-size: 20px;
	
}
.text_02{
	font-size: 28px;
}
.text_03{
	font-size: 16px;
}
.titel_text_02{
	font-size: 24px;
	margin-top:1%;
	margin-bottom: 1%;
	color: #FF0004;
}

#main_content{
	margin: 0 auto;
	width: 100%;
	clear: both;
}
.left_column{
	float: left;
	max-width: 490px;
	width: 50%;
	margin-right: 2%
}
.right_column{
	float: left;
	max-width:458px;
	width: 48%;
}
.advance_movie_area{
	background-color:#000000;
	 border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 7px 0px rgba(0,0,0,0.4);
	margin-bottom: 3%;	
	vertical-align: top;
    height: 100%;	
	font-size: 26px;
	padding-bottom: 4%;
}
.advance_movie_titel{
	margin: 0 auto;
	margin: 2% 0 0 0;
	text-align: center;
}
.advance_movie_titel img{
	margin: 0 auto;
	width: 90%
}
.advance_movie .ulizahtml5{
	max-height: 320px !important;
	max-width: 640px !important;
	
}
.advance_movie .play{
   left :33% !important;
   background-size: 130px 130px !important;
}
embed,object{
	max-height: 320px !important;
	max-width: 530px !important;
	width: 100% !important;
}
embed　img{
	width: 100% !important;
}
script{
	width: 100% !important;
	
}
.advance_movie{
   position: relative;
   width: 100%;
   max-width:480px;
   margin: 0 auto;
}
.advance_movie div{
   max-width:480px; 
   width: 100%;  
}
.advance_movie video{
   position: absolute;
   width: 100%;
   max-width:480px;
}
.advance_movie button{
   margin: 0 auto;
   text-align: center;
}
.archive_titel{
	font-weight: 600;
	color: #cb3211;
	font-size: 26px;
}
.archive_link a{
	font-weight: 600;
	color:#000000;
	font-size: 21px;
	margin: 2% 0 2% 0;
}
.archive_area{
	background-color: #ffe114;
	margin-top: 1%;
	border-radius: 20px;
	padding: 3%;
	box-shadow: 0px 7px 0px rgba(0,0,0,0.4);
	margin-bottom: 3%;	
}

@media screen and (max-width:600px) { 
.advance_movie .ulizahtml5{
	max-height: 200px !important;
	max-width: 640px !important;
}
.titel_base_arrow{
	bottom: -10%;
}
embed,object{
   max-height: 200px !important;
   max-width: 640px !important;
}
}
@media screen and (max-width:480px) { 
    /*　画面サイズが480xからはここを読み込む　*/
.advance_movie .ulizahtml5{
	max-height: 150px !important;
	max-width: 640px !important;
}
.titel_base_arrow{
	bottom: -1%;
}
embed,object{
   max-height: 150px !important;
	max-width: 640px !important;
}
}
