@charset "UTF-8";



#top .main_img a {
	display: block;
}
#top .mintyo_title {
	font-size: 20px;
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","ＭＳ 明朝";
	letter-spacing: 2px;
	margin: 0 auto 15px;
}
#top .text_block {
	margin: 70px auto 0;
/*	width: 77%;	*/
	width: 60%;
	font-size: 15px;
}
#top .text_block_note {
	margin: 30px auto 0;
	width: 50%;
	font-size: 12px;
	line-height: 1.7;
	color: #999;
}
#top .text_block_note p {
	margin: 0 0 3px;
}
/*
#top .left_box {
	float: left;
	width: 48%;
}
#top .right_box {
	float: right;
	width: 48%;
}
*/
#top .content_block {
	display: table;
	width: 960px;
}
#top .colL,
#top .colR {
	display: table-cell;
	width: 450px;
	padding-right: 60px;
	vertical-align: top;
}
#top .colL {
	padding-top: 10px;
}
#top .colR {
	padding-right: 0;
	font-size: 15px;
	line-height: 2;
}

#top .content_inner h2.concept {
	font-size: 34px;
	margin: 0px;
	padding: 0;
	line-height: 1.5;
	text-align: left;
	height: auto;
}
#top .tripAdviser {
	text-align: center;
	margin: 45px auto 0;
	width: 200px;
}


/* ==========================================================
	ブラウザ幅 1400px以上
========================================================== */

@media (min-width: 1400px) {



}


/* ==========================================================
	ブラウザ幅 980px以下
========================================================== */


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


#top .mintyo_title {
	text-align: left;
	font-size: 20px;
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","ＭＳ 明朝";
	font-weight: bold;
/*	width: 300px;	*/
	margin: 0 auto 20px;
}
#top .text_block {
	margin-top: 30px;
}
#top .content_block {
	display: table;
	width: 100%;
}
#top .colL,
#top .colR {
	display: table-cell;
	width: 45%;
	padding-right: 5%;
	vertical-align: top;
}
#top .colR {
	padding-right: 0;
}


}






/* ==========================================================
	スマホ用　ブラウザ幅 640px以下
========================================================== */

@media (max-width: 640px) {


#top .mintyo_title {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin: 0 auto 20px;
}
#top .text_block {
	margin-top: 40px;
	width: 100%;
	font-size: 13px;
}
#top .text_block_note {
	margin: 50px auto 20px;
	width: 100%;
	font-size: 12px;
	line-height: 1.7;
	color: #999;
}
#top .left_box {
	float: none;
	width: 100%;
}
#top .right_box {
	display: none;
}

#top .content_inner h2 {
 	margin-bottom: 20px;
}
#top .content_inner h2.concept {
	text-align: center;
	margin: 15px 0 5px;
}
.bx-controls-direction {
	display: none;
}
#top .content_block {
	display: block;
	width: 100%;
}
#top .colL,
#top .colR {
	display: block;
	width: 100%;
	padding-right: 0;
}


}




