@charset "utf-8";
/* CSS Document */

body{
	font-family: "メイリオ", "microsoft YaHei","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:1.6;
	color:#333;
	background:#fff;
}

/*Main Visual*/

#containerMV{
  width: 100%;
  height: 0;
  padding-top: calc(380 / 1620 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background:url(../../images/madarao/mainVisual_madarao_area.jpg) center center / cover no-repeat;
  position:relative;
  border-top:3px solid #3399CC;
  border-bottom:3px solid #3399CC;
  
}

#title_MV{
	width:1200px;
	background:rgba( 54,156,207,0.70);
	line-height:90px;
	color:#fff;
	font-size:48px;
	position:absolute;
	top: 30%;
	left: 0px;
	padding:0px 2px;
	text-align:center;
}
#MV_h1{
	margin:0 auto;
	}
#MV_subtitle{
	font-size:22px;
	
	line-height:50px;
}


#logo_MV{
	
	position:absolute;
	bottom:10%;
	right:7%;
}


/*コンテンツ共有*/

#container_main_side{
	width:100%;
	padding-top:100px;
	background:#eee;
}


#contents{
	width:1340px;
	margin:0 auto;
	background:#eee;
}

.subtitle{
	border-bottom: 2px solid #3399cc;
	font-size: 28px;
	padding-left: px;
	margin-bottom:10px;
	
}

.subtitle_h3{
	border-bottom:2px solid #666;
	font-size: 24px;
	padding-left: 0px;
	margin:50px 0 5px 0px;
	
}
.subtitle_h3_noline{
	font-size: 24px;
	padding-left: 0px;
	margin:50px 0 5px 0px;
	
}
.subtitle_h4{
	font-size: 20px;
	padding-left: 0px;
	margin:10px 0 5px 0px;
	line-height:140%;
	
}
.container_topics{
	width:960px;
	margin:0 0 50px 0;
}
.container_onePara{
	width:960px;
	margin:70px 0 50px 0;
	
}
.container_photo_exp{
   width:960px;
	margin:10px 0 30px 0;
	
}

/*メインコンテンツ*/


#contents_main{
	width:960px;
	float:left;
	margin:0 70px 120px 0px;
}

.area_select{
	width:960px;
	margin-bottom:80px;
}

.box_link{
	width:210px;
	position:relative;
	float:left;
	margin:20px 15px 50px;
}

.box_link_title{
	width:180px;
	position:absolute;
	top: 60px;
	left: 0px;
	background:rgba(54,156,207,0.70);
	font-size:16px;
	line-height:30px;
	padding-left:10px;
	color:#fff;
}
.box_link_title_s{
	width:180px;
	position:absolute;
	top: 100px;
	left: 0px;
	background:rgba(54,156,207,0.70);
	font-size:14px;
	line-height:30px;
	padding-left:10px;
	color:#fff;
}

.box_link a{
	text-decoration:none;
	color:#333;
}

.box_link{
	-webkit-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out
}
.box_link:hover{
	opacity:0.4;  
	filter:alpha(opacity=60); 
}



/*common*/
.explain_460{
	width:460px;
	margin-left:20px;
	float:left;
	line-height:2.3;
	
}
.explain_960{
	width:960px;
	line-height:2.3;
	margin:0 0 40px 0;
}

.explain_960_mg10{
	width:960px;
	line-height:2.3;
	margin:0 0 10px 0;
}

.link_reference{
	margin:10px 0 0 0;
}
.photo_960{
	margin:0 0 15px 0;
	
}
.explain_photo{
	width:100%;
	text-align:center;
	font-size:14px;
}


.photo_460{
	width:460px;
	float:left;
}
.container_table{
	width:960px;
	margin:20px 0 20px 0;
	
}


/*box_topics*/

.box_topics{
	width:300px;
	position:relative;
	float:left;
	margin:20px 10px 50px;
	background:#fff;
}
.box_topics_title{
	width:270px;
	position:absolute;
	top: 120px;
	left: 0px;
	background:rgba(54,156,207,0.70);
	font-size:22px;
	line-height:30px;
	padding-left:10px;
	color:#fff;
}

.box_topics p{
	padding:0px 3px 0px 5px
}

.box_topics_460{
	width:460px;
	position:relative;
	float:left;
	margin:20px 10px 20px;
	
}



.box_topics a{
	text-decoration:none;
	color:#333;
}
.box_topics:hover{
	opacity:0.4;  
	filter:alpha(opacity=60); 
}

.box_topics{
	-webkit-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out

}



.box_topics_title_460{
	width:320px;
	position:absolute;
	top: 120px;
	left: 0px;
	background:rgba(54,156,207,0.70);
	font-size:22px;
	line-height:30px;
	padding-left:10px;
	color:#fff;
}

.box_topics_460 a{
	text-decoration:none;
	color:#333;
}
.box_topics_460:hover{
	opacity:0.4;  
	filter:alpha(opacity=60); 
}

.box_topics_460{
	-webkit-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out

}

/*box_link400*/

.box_link_400{
	width:450px;
	float:left;
	margin:30px 200px 30px 200px;
	background:#fff;
	
}
.box_link_400 h3{
	width:450px;
	background:#3399cc;
	text-align:center;
	font-size:24px;
	color:#fff;
}
.box_link_400 img{
	float:left;
}
.box_link_400 .explain_box_link_400{
	width:246px;
	float:left;	
	font-size:18px;
	line-height:1.5;
	padding-left:4px;

}
.box_link_400 a{
	text-decoration:none;
	color:#333;
}
.box_link_400:hover{
	opacity:0.4;  
	filter:alpha(opacity=60); 
}

.box_link_400{
	-webkit-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out

}



.resort_info{
	width:480px;
	
}




/*resort_table*/



.resort_table{
	width:100%;
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
	margin:0px 0px 50px 0px;
}
.resort_table th{
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color:rgba(51,153,204,0.80);
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}



.resort_table td{
	padding: 0 0 2px 2px;
    background-color: #fafafa;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	text-align:center;
}


.name_link_list a{
	color:#fff;
}


/*table_areaticket*/
.ticket_table{
	width:100%;
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.ticket_table th{
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color:rgba(51,153,204,0.80);
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}



.ticket_table td{
	padding: 0 0 2px 2px;
    background-color: #fafafa;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	text-align:center;
}




/*table*/

.table_remarks{
	width:100%;
	font-size:14px;
	line-height:24px;
	
}





/*news*/

#news{
	width:1280px;
	margin:0 auto;
}
#news li{
	line-height:36px;
	border-bottom:solid #666 1px;
}

#box_news{
	width:1200px;
	border:1px solid #ff3333;
	margin:30px 10px;
	padding:20px 20px;
}

#box_news a{
	text-decoration:none;
}



/*サイドコンテンツ*/

#contents_side{
	width:310px;
	float:left;
}

.subtitle_side{
	border-bottom: 2px solid #666;
	font-size: 24px;
	padding-left: 15px;
	margin-bottom:15px;
}
.box_side{
	width:300px;
	float:left;
	margin-bottom:50px;
	background:#fff;
	
}
.box_side h3{
	width:296px;
	background:#3399cc;
	padding-left:5px;
	color:#fff;
}
.box_side img{
	float:left;
}
.box_side .explain_box_side{
	width:196px;
	float:left;
	font-size:16px;
	line-height:1.5;
	padding-left:4px;

}
.box_side a{
	text-decoration:none;
	color:#333;
}
.box_side:hover{
	opacity:0.4;  
	filter:alpha(opacity=60); 
}

.box_side{
	-webkit-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out

}



@media screen and (max-width:480px){
	

#mainVisual_B{
	width:100%;
}
#mainVisual_B img{
	width:100%;
	height:auto;
}
#title_MV{
	position:absolute;
	top: 40%;
	left: 0px;
	font-size:80%;
	width:95%;
	line-height:120%;
}
#MV_h1{
	font-size:120%;
	width:100%;
	line-height:150%;
}

#MV_subtitle{
	font-size:50%;
	line-height:140%;
	width:100%;
}


#container_main_side{
	width:100%;
	padding-top:10%;
	overflow:hidden;
	
}

#contents{
	width:100%;
}

#contents_main{
	width:100%;
	margin-bottom:10%;
	
}

.container_onePara{
	margin:3% 0% 10%;
	width:100%;

}
.container_photo_exp{
	width:100%;
	margin:0% 0% 0%;
	}

.subtitle{
	width:98%;
	padding-left:2%;
	font-size:120%;
}
.subtitle_h3{
	width:98%;
	padding-left:2%;
	font-size:100%;
	margin:7% 0% 2% 0%;
}
.subtitle_h3_noline{
	width:98%;
	padding-left:2%;
	font-size:100%;
	margin:5% 0% 2% 0%;
}

.subtitle_h4{
	width:98%;
	padding-left:2%;
	font-size:100%;
	margin:8% 0% 0% 0%;
	line-height:100%;
}


.area_select{
	width:100%;
	margin-bottom:10%;
}
.box_link{
	width:46%;
	margin:2% 2%;
	position:relative;
}
.box_link img{
	width:100%;
	height:auto;
}
.box_link_title{
	width:90%;
	font-size:90%;
	position:absolute;
	top: 20%;
	left: 0%;
}
.box_link_title_s{
	width:90%;
	font-size:85%;
	position:absolute;
	top: 20%;
	left: 0%;
}


.container_topics{
	width:100%;
}

.photo_960{
	width:100%;
}
.photo_960 img{
	width:100%;
	height:auto;
}
.photo_460{
	width:100%;
}
.photo_460 img{
	width:100%;
    height:auto;
}

.explain_photo{
	width:95%;
	font-size:70%;
	line-height:170%;
	margin:1% 2% 5% 2%;
	text-align:left;
}

.explain_460{
	width:96%;
	font-size:90%;
	line-height:170%;
	margin:3% 2% 0% 2%;
}

.explain_960{
	width:96%;
	font-size:90%;
	line-height:170%;
	margin:3% 2% 5% 2%;
}
.explain_960_mg10{
	width:96%;
	font-size:90%;
	line-height:170%;
	margin:3% 2% 2% 2%;
}
.source{
	font-size:80%;
}

.box_topics{
	width:46%;
	margin:2% 2% 5% 2%;
	position:relative;
}
.box_topics img{
	width:100%;
	height:auto;
}
.box_topics_title{
	width:90%;
	font-size:100%;
	position:absolute;
	top: 5%;
	left: 0%;
}

.box_topics p{
	font-size:80%;
}

.box_topics_460{
	width:96%;
	margin:2% 2% 7% 2%;
	position:relative;
}
.box_topics_460 img{
	width:100%;
	height:auto;
}

.box_topics_title_460{
	width:90%;
	font-size:100%;
	position:absolute;
	top: 60%;
	left: 0%;
}
.resort_info{
	width:100%;
	
}
.ticket_table{
	font-size:80%;
}
.table_ramarks{
	font-size:80%;
}

.container_table{
	width:100%;
	margin:0% 0% 5% 0%;
}
.resort_table{
	font-size:75%;
	margin-bottom:15%;
}
.access_table{
	font-size:75%;
}
.area_ticket_table{
	font-size:75%;
}
.price_txt_large{
	font-size:110%;
}
.price_txt_small{
	font-size:50%;
}
.remarks{
	font-size:50%;
}
.table_remarks{
   font-size:70%;
}
/*boxlink_400*/

.box_link_400{
	width:97%;
	margin:3% 1% 10% 1%;
}
.box_link_400 h3{
	width:100%;
	font-size:100%;
}
.box_link_400 img{
	width:40%;
	height:auto;
	}
.box_link_400 .explain_box_link_400{
	width:57%;
	font-size:90%;
}



/*side_content*/

#contents_side{
	width:100%;
}
.subtitle_side{
	width:98%;
	padding-left:2%;
	font-size:140%;
}


.box_side{
	width:96%;
	margin:2% 2% 5% 2%;
}
.box_side h3{
	width:98%;
}
.box_side img{
	width:30%;
	height:auto;
}
.box_side .explain_box_side{
	width:67%;
	font-size:90%;
}

#news{
	width:100%;
}
#box_news{
	width:93%;
	margin:1% 1%;
	padding:2% 2%;
}

#box_news li{
	font-size:80%;
	line-height:170%;
}


}





