body {
	color: #333;
	font-size: 13px;
	font-size: 85%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"メイリオ","Meiryo",Verdana,"ＭＳ ゴシック",Osaka-mono,sans-serif;
	line-height: 1.6;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

img {max-width: 100%;}

a img{border: 0 none;}

em, address{font-style: normal;}

iframe{border: 0 none;}

sub, sup{font-size: 50%;}

/* ベースリンクカラー */
a{ color: #0071ae; }
a:hover{ text-decoration: none; }

.scroll_x {
	display: block !important;
	position: relative;
}
@media only screen and (max-width: 768px) {
	.scroll_x {
		overflow-x: scroll;
	}
}

/* フォントサイズ */
.fs10{ font-size: 77%; }
.fs11{ font-size: 85%; }
.fs12{ font-size: 92%; }
.fs13{ font-size: 100%; }
.fs14{ font-size: 108%; }
.fs15{ font-size: 115%; }
.fs16{ font-size: 123%; }
.fs18{ font-size: 138%; }
.fs20{ font-size: 154%; }
.fs22{ font-size: 169%; }
.fs24{ font-size: 184%; }
.fs26{ font-size: 200%; }

/*左寄せ、右寄せ、中央寄せ*/
.fL{ float: left !important}
.fR{ float: right !important}
img.fL{ margin: 0 15px 15px 0;}
img.fR{ margin: 0 0 15px 15px;}
.clr{
	float: none;
	clear: both;
}

/*フォントサイズ*/
.fontS { font-size: 77% }
.fontM { font-size: 85% }
.fontL { font-size: 116% }



/* clearfix */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}


.sp,
.sp_inline{
	display: none !important;
}
@media only screen and (max-width: 768px) {
	.sp{
		display: block !important;
	}
	.sp_inline{
		display: inline !important;
	}
	.pc{
		display: none !important;
	}
}
/*角丸基本*/
.blc_style_border-radius{
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}


/*緊急情報*/
#urgent{
	margin-bottom: 30px;
	padding: 10px;
	background: #ffd6d5;
	border: 1px solid #ffbdbd;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
body.tourism #urgent{
	margin-top: 30px;
}
#urgent h3{
	float: left;
	width: 160px;
	padding: 10px 10px 10px 0;
	text-align: center;
	font-size: 123%;
	color: #c6210b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#urgent .blc_text{
	position: relative;
	float: right;
	width: 800px;
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #ffbdbd;
	border-radius: 6px;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#urgent .blc_text span{
	margin-left: 10px;
	font-size: 90%;
	display: inline-block;
}
#urgent p{
	padding: 3px 0;
	padding-right: 105px;
}
#urgent p span{
	margin-right: 10px;
}
#urgent .detail{
	position: absolute;
	display: inline-block;
	top: 10px;
	right: 10px;
	padding: 5px 10px;
/* 	line-height: 1em; */
	font-size: 12px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
	background: #c6210b;
	color: #fff;
}
#urgent .detail:hover{
	background-color: #d85656;
	transition-duration:0.2s;
}
@media only screen and (max-width: 768px) {
	#urgent {
		width: 96%;
		padding: 2%;
	}
	#urgent h3{
		float: none;
		width: auto;
		padding: 0;
		margin-bottom: 10px;
		text-align: center;
	}
	#urgent .blc_text{
		width: 100%;
		padding: 3%;
	}
	#urgent p{
		padding: 6px 0;
		padding-right: 0;
	}
	#urgent p span{
		display: block;
	}
	#urgent .detail{
		position: static;
		display: block;
		text-align: center;
		padding: 8px;
		margin: 15px 5px 5px 5px;
		font-size: 110%;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	}
}
/*===========================================

		検索結果

===========================================*/
.town #main_contents .search_form{
	background: #EAEAEA;
	border: solid 1px #D5D5D5;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 16px 20px;
	margin-bottom: 20px;
}
.town #main_contents .search_form input.tt{
	width: 550px;
	height: 30px;
	border: 1px solid #8b8b8b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 15px;
	padding: 12px 6px;
}
.town #main_contents .search_form input.sb{
	height: 30px;
	width: 80px;
	font-size: 13px;
	margin: 0 30px 0 5px;
}

.town #main_contents .search_form input {
	display: inline-block;
	margin-right: 6px;
	margin-left: 15px;
	width: 15px;
	height: 15px;
}
.article_title h2{
	font-size: 120%;
}
.resul h4{
	margin-top: 30px;
	font-size: 120%;
}
.icon-town,
.icon-tourism{
	position: relative;
	top: -1px;
	color: #fff;
	margin-left: 8px;
	font-size: 70%;
	padding: 5px 8px;
	font-style: normal;
	line-height: 1em;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.icon-town{
	background: #007f00;
}
.icon-tourism{
	background: #a58a5b;
}

.pager{
	margin: 40px 0;
}
.pager li{
	float: left;
	margin-right: 6px;
	border: 1px solid #8b8b8b;
}
.pager li a{
	padding: 6px 8px;
	color: #8b8b8b;
	text-decoration: none;
	display: block;
}
.pager li.now a{
	color: #ffffff;
	background-color: #8b8b8b;
}
.pager li a:hover{
	color: #ffffff;
	background-color: #8b8b8b;
}
.pager li.arrow{
	border: none;
}
@media only screen and (max-width: 768px) {
	.town #main_contents .search_form{
	}
	.town #main_contents .search_form input.tt{
		width:90%;
		margin: 10px auto;
		display: block;
	}
	.town #main_contents .search_form input.sb{
		width: 90%;
		margin: 10px auto;
		display: block;
	}
	.town #main_contents .search_form span{
		margin-left: 5%;
	}
}


/*===========================================

		header

===========================================*/

#header{
	background: url(../img/common/header_bg_top.png) repeat-x 0 0;
	margin-bottom: 30px;
}
body.tourism #header{
	position: relative;
	background: none;
	margin-bottom: 0;
	z-index: 15;
}
@media only screen and (max-width: 768px) {

}

#header .bg_bottom{
	background: url(../img/common/header_bg_bottom.png) repeat-x center bottom;
	height: 130px;
}
body.tourism #header .bg_bottom{
	background: none;
	position: relative;
	z-index: 5;
}
body.tourism.page #header .bg_bottom{
	padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
	#header .bg_bottom{
		position: relative;
		background: url(../img/common/header_bg_bottom_sp.png) no-repeat center bottom;
		-webkit-background-size: 100%;
		background-size: 100%;
		height: auto;
	}
	body.tourism.page #header .bg_bottom{
		padding-bottom: 0;
	}
}

body.tourism #header .bottom_obj{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 10;
}
body.tourism.page #header .bottom_obj{
	height: 74px;
}
@media only screen and (max-width: 768px) {
	body.tourism #header .bottom_obj{
		display: none;
	}
}

#header .inner{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#header h1{
	float: left;
	padding-top: 30px;
}
body.tourism #header h1{
	position: absolute;
	top: 59px;
	left: 0;
	padding-top: 0;
	/*padding-top: 43px;*/
}
body.tourism.page #header h1{
	/*padding-top: 48px;*/
}
@media only screen and (max-width: 768px) {
	#header .inner{
		width: 94%;
	}
	#header h1{
		padding-top: 15px;
		padding-bottom: 25px;
	}
	body.tourism #header h1{
		position: static;
		top: auto;
		left: auto;
		margin-top: 15px;
	}
	body.tourism.page #header h1{

		padding-bottom: 15px;
	}
	#header h1 img{
		width: 175px;
	}
}

#header .blc_sub_nav{
	/*width: 585px;*/
	margin-top: 15px;
	float: right;
	font-size: 92%;
	border: 1px solid #0071ae;
	background: #fff;
}
body.tourism #header .blc_sub_nav{
	width: auto;
	border-color: #a58a5b;
}
#header .blc_sub_nav li{
	float: left;
	text-align: center;
	border-right: 1px solid #0071ae;
	/* height: 28px; */
}
#header .blc_sub_nav li a{
	padding: 6px 15px;
	/* line-height: 130%; */
	min-height: 21px;
	display: block;
	color: #0071ae;
	text-decoration: none;
}
#header .blc_sub_nav li.lang a{
	min-height: inherit;
}
#header .blc_sub_nav li a:hover{
	background-color: #0071ae;
	color: #fff;
	transition-duration:0.2s;
}
#header .blc_sub_nav li.lang{
	/*width: 130px;*/
	padding: 0 5px 0 5px;
	border-right: none;
}
#header .blc_sub_nav li.lang a{
	padding:5px 0;
}
#header .blc_sub_nav li.lang a:hover{
	background-color: #fff;
	color: #0071ae;
}



/*観光ページ*/
body.tourism #header .blc_sub_nav li{
	border-color: #a58a5b;
}
body.tourism #header .blc_sub_nav a{
	color: #a58a5b;
}
body.tourism #header .blc_sub_nav li a:hover{
	background-color: #a58a5b;
	color: #fff;
	transition-duration:0.2s;
}
body.tourism #header .blc_sub_nav li.lang a{
	padding:5px 0;
}
body.tourism #header .blc_sub_nav li.lang a:hover{
	background-color: #fff;
	color: #a58a5b;
}



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

}
#header #toggle_btn{
	display: none;
}
@media only screen and (max-width: 768px) {
	#header #toggle_btn{
		display: block;
		position: absolute;
		right: 0;
		margin-top: 12px;
	}
}

#header .blc_gl_nav{
	float: right;
	margin: 30px 30px 35px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header .blc_gl_nav.blc_gl_nav_sp{
    display: none;
}
body.tourism #header .blc_gl_nav{
	margin: 34px 0 0 0;
	padding-left: 310px;
}
#header .blc_gl_nav li{
	float: left;
	margin-left: 15px;
	color: #006837;
	font-weight: bold;
	font-size: 112%;
}
body.tourism #header .blc_gl_nav li{
	margin-left: 30px;
}
#header .blc_gl_nav li i{
	display: none;
}
#header .blc_gl_nav a{
	color: #006837;
	display: block;
	position: relative;
	letter-spacing: 0.1em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



#gnav .blc_gl_nav{
    margin: 0;
    padding: 20px 0 0;
}
#gnav > ul {
    padding-left: 30px;
}
#gnav > ul > li {
    padding: 0;
    margin: 0;
    display: block;
}
#gnav > ul > li > a{
    padding: 10px 15px;
}
#gnav > ul > li > a {
    display: block;
    transition: all .2s ease-in;
}
#gnav > ul > li:hover > a {
    background: #eee;
}
#gnav > ul > li:hover .menu {
    max-height: 9999px;
    opacity: 1;
    display: block;
}
#gnav > ul .menu {
    transition: all .2s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    padding: 20px;
    left: -20px;
    top: 114px;
    position: absolute;
    background-color: rgba(0, 128, 0, 0.9);
    z-index: 9999;
    display: none;
}
#gnav > ul .menu .menu_inner li {
    font-size: 92%;
    display: inline-block;
    width: 23%;
    margin: 5px 1%;
    box-sizing: border-box;
    padding: 5px 20px 5px 8px;
    border: 1px solid #4fc44f;
    transition: all .1s ease-in;
    background-image: url(../img/common/footer_arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 8px 12px;
}
#gnav > ul .menu .menu_inner li:hover {
    background-color: rgba(124, 206, 125, 0.8);
}
#gnav > ul .menu .menu_inner li a {
    color: #fff;
}

@media only screen and (min-width: 769px) {
	body.tourism #header .blc_gl_nav a:after{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		background-color: #006837;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	body.tourism #header .blc_gl_nav a:after{
		background-color: #fff;
	}
	body.tourism #header .blc_gl_nav a:hover:after{
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
	}
}
body.tourism #header .blc_gl_nav a{
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-moz-text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
body.tourism.page #header .blc_gl_nav a{
	color: #736357;
}
#header .blc_gl_nav .child{
	display: none;
}


@media only screen and (max-width: 768px) {
	#header .blc_gl_nav{
		display: none;
		position: absolute;
		top: 0;
		left: -3%;
		width: 106%;
		margin: 0;
		padding: 5px 3% 15px 3%;
		background: #007f00;
		background: rgba(0,127,0,.9);
		z-index: 50;
	}
	body.tourism #header .blc_gl_nav{
		padding-left: 3%;
		margin-top: 0;
		background: #917244;
		background: rgba(145,114,68,.9);
	}
	#header .blc_gl_nav .child{
		display: table;
	}
	#header .blc_gl_nav li{
		float: none;
		font-size: 100%;
		width: auto;
		margin: 5px 0;
	}
	body.tourism #header .blc_gl_nav li{
		margin: 5px 0;
	}
	body.tourism.page #header .blc_gl_nav a{
		color: #fff;
	}
	#header .blc_gl_nav li.colm2,
	#header .blc_gl_nav li.colm2_l{
		width: 49%;
		float: left;
	}
	#header .blc_gl_nav li.colm2_l{
		margin-right: 2%;
	}
	#header .blc_gl_nav li.cls_btn_body{
		width: 100%;
		text-align: right;
	}
	#header .blc_gl_nav li.cls_btn_body a{
		display: inline-block;
		background: #333;
		padding: 5px 15px;
		border: none;
		text-align: center;
		color: #fff;
	}
	#header .blc_gl_nav li.cls_btn_body i{
		display: inline-block;
		position: relative;
		top: 1px;
		font-style: normal;
		font-size: 150%;
		line-height: 1em;
	}
	#header .blc_gl_nav > li > a{
		display: block;
		padding: 8px;
		background: #eaeaea;
		border: 1px solid #d5d5d5;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		color: #fff;
		text-decoration: none;
		font-size: 105%;
	}
	#header .blc_gl_nav > li > a span{
		position: relative;
		display: block;
		padding: 10px 10px;
		background: #72bd72 url(../img/top/guide_nav_arrow_sp.png) no-repeat 95% center;
		-webkit-background-size: 20px;
		background-size: 20px;
		border: 1px solid #fff;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	}
	body.tourism #header .blc_gl_nav > li > a span{
		background-color: #c6af8d;
		background-image: url(../img/tourism/tourism_guide_nav_arrow_sp.png);
	}
	#header .blc_gl_nav > li > a span img{
		position: absolute;
		bottom: 0;
		left: 60%;
	}
	#header .blc_gl_nav li i{
		display: inline-block;
	}
	#header .blc_gl_nav > li > a.next_table{
		-webkit-border-radius: 6px 6px 0 0;
	    -moz-border-radius: 6px 6px 0 0;
	    border-radius: 6px 6px 0 0;
	}
	#header .blc_gl_nav table{
		width: 100%;
		margin-top: -1px;
		table-layout: fixed;
		border-collapse: separate;
	    border-spacing: 0;
	    border-right: 1px solid #d7d7d7;
		border-top: 1px solid #d7d7d7;
		/*border-collapse: separate;*/
		/*border: 1px solid #d7d7d7;*/
		-webkit-border-radius: 0 0 6px 6px;
	    -moz-border-radius: 0 0 6px 6px;
	    border-radius: 0 0 6px 6px;
	}
	#header .blc_gl_nav table td{
		border-left: 1px solid #d7d7d7;
		border-bottom: 1px solid #d7d7d7;
		background: #ececec;
		text-align: center;
		vertical-align: middle;
	}
	#header .blc_gl_nav table td .title{
		margin: 10px;
	}
	#header .blc_gl_nav table td a{
		display: block;
		position: relative;
		padding: 15px 5px 15px 35px;
		text-align: center;
		text-decoration: none;
		color: #333333;
		font-weight: bold;
		font-size: 90%;
		/*white-space: nowrap;*/
	}
	#header .blc_gl_nav table td a img{
		position: absolute;
		top: 50%;
		left: 5px;
		width: 30px;
		margin-top: -15px;
	}
	#header .blc_gl_nav table .table_head td:first-child,
	#header .blc_gl_nav table .table_head td:last-child {
	    -webkit-border-radius: 0 0 0 0;
	    -moz-border-radius: 0 0 0 0;
	    border-radius: 0 0 0 0;
	}
	#header .blc_gl_nav table .table_bottom td:first-child,
	#header .blc_gl_nav table .table_bottom td:last-child{
		-webkit-border-radius: 0 0 6px 6px;
	    -moz-border-radius: 0 0 6px 6px;
	    border-radius: 0 0 6px 6px;
	}
	#header .blc_gl_nav table .table_bottom td a i{
	    margin-left: -60px;
	    margin-right: 10px;
	}
	#header .blc_gl_nav table .table_bottom td a i img{
	    position: relative;
	    top: 7px;
	    left: auto;
	}
}

#header .blc_customize{
	background: #e7e7e7;
	border-bottom: 1px solid #bebebe;
}
#header .blc_font,
#header .blc_bg,
#header .blc_search{
	float: right;
	margin: 3px 0;
	padding: 4px 15px;
	border-left: 1px solid #bebebe;
}
body.tourism #header .blc_font,
body.tourism #header .blc_bg{
	color: #fff;
	margin-top: 13px;
	border-left-color: #fff;
}
body.tourism.page #header .blc_font,
body.tourism.page #header .blc_bg{
	color: #736357;
	border-left-color: #736357;
}
body.tourism #header .blc_bg{
	border-left: none;
}
#header .blc_font span,
#header .blc_bg span{
	display: inline-block;
}
#header .blc_font ul,
#header .blc_bg ul,
#header .blc_font li,
#header .blc_bg li{
	display: inline-block;
}
#header .blc_font span,
#header .blc_bg span{
	margin-right: 5px;
	vertical-align: middle;
}
#header .blc_font li{
	width: 70px;
	text-align: center;
	vertical-align: middle;
	background: #666666;
	color: #fff;
	cursor: pointer;
}
#header .blc_font li.active{
	background-color: #007f00;
}
body.tourism #header .blc_font li.active{
	background-color: #a58a5b;
}
/*
#header .blc_font li#fontS{
	font-size: 85%;
}
#header .blc_font li#fontL{
	font-size: 115%;
}
*/
#header .blc_bg li{
	width: 18px;
	height: 18px;
	vertical-align: middle;
	background: url(../img/common/btn_bg_white.png) no-repeat 0 0;
	cursor: pointer;
}
#header .blc_bg li#white{
	background-image: url(../img/common/btn_bg_white.png);
}
#header .blc_bg li#white.active{
	background-image: url(../img/common/btn_bg_white_active.png);
}
#header .blc_bg li#yellow{
	background-image: url(../img/common/btn_bg_yellow.png);
}
#header .blc_bg li#yellow.active{
	background-image: url(../img/common/btn_bg_yellow_active.png);
}
#header .blc_bg li#blue{
	background-image: url(../img/common/btn_bg_blue.png);
}
#header .blc_bg li#blue.active{
	background-image: url(../img/common/btn_bg_blue_active.png);
}
#header .blc_bg li#black{
	background-image: url(../img/common/btn_bg_black.png);
}
#header .blc_bg li#black.active{
	background-image: url(../img/common/btn_bg_black_active.png);
}

#header .blc_search{
	padding-right: 0;
}
#search input{
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
#search input[type="text"]{
	border: 1px solid #8b8b8b;
	font-size: 85%;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#search input[type="submit"]{
	background: #666666;
	color: #fff;
	border: none;
	height: 25px;
	line-height: 25px;
	margin-left: 5px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body.tourism #search input[type="text"]{
	border: 3px solid #d2c4ad;
	font-size: 100%;
	padding: 15px 10px;
	width: 500px;
}
body.tourism #search input[type="submit"]{
	margin-left: 0;
	height: 36px;
	line-height: 36px;
	padding: 0 30px;
	background: #d2c4ad;
	-webkit-font-smoothing:auto;
}
@media only screen and (max-width: 768px) {
	body.tourism .blc_tourism_info .blc_search{
		padding: 15px 0;
	}
	body.tourism #search input[type="text"]{
		width: 70%;
	}
	body.tourism #search input[type="submit"]{
		width: 20%;
		padding: 0 10px;
	}
}

/*google言語選択*/
#header .blc_sub_nav .goog-te-gadget{
	font-size: 13px;
}
#header .blc_sub_nav a.goog-te-menu-value{
	display: inline-block;
}
#header .blc_sub_nav .goog-te-gadget-simple{
	border: none;
	font-size: 92%;
}


body.tourism #bg_slider{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
body.tourism.page #bg_slider{
	display: none;
}
body.tourism #bg_slider li{
	min-height: 590px;
	height: 590px;
}
body.tourism #bg_slider li .thumb{
	display: block;
	position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}
body.tourism #bg_slider li img {
    position: relative;
    width: 100%;
    min-width: 1280px;
    height: auto;
    /*left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/
}
@media only screen and (max-width: 768px) {
	#header .blc_sub_nav,
	#header .blc_gl_nav,
	#header .blc_bg,
	#header .blc_font{
		display: none;
	}
	body.tourism #bg_slider li{
		height: auto;
		min-height: inherit;
	}
	body.tourism #bg_slider li img{
		min-width: inherit;
		min-height: 200px;
	}
	#header .blc_search{
		float: none;
		border-left: none;
		text-align: center;
		padding: 6px 0;
	}
	#header .blc_search input[type="text"]{
		width: 65%;
	}
}

body.tourism #header h2{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -72px 0 0 -229px;
}
body.tourism.page #header h2{
	display: none;
}
@media only screen and (max-width: 768px) {
	body.tourism #header h2{
		width: 200px;
		margin: -15px 0 0 -100px;
	}
}



/*===========================================

		main_contetns

===========================================*/


#main_contents{
	/*width: 1000px;*/
	margin: 0 auto;
	padding-bottom: 30px;
}
body.tourism #main_contents{
	background: url(../img/tourism/main_contents_bg.png) repeat-x top left;
}

#main_contents .inner{
	width: 1000px;
	margin: 0 auto;
}
#main_contents .blc_left,
#main_contents .blc_right{
	width: 213px;
	float: left;
	margin-bottom: 50px;
}
#main_contents .blc_right{
	margin-left: 27px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#main_contents .blc_center{
	width: 520px;
	float: left;
	margin-left: 27px;
	margin-bottom: 50px;
}
#main_contents .blc_topics{
	clear: both;
}

#main_contents .side_title{
	text-align: center;
	color: #42210b;
	font-size: 123%;
	line-height: 1.2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#main_contents .side_event .side_title{
	color: #2E3E62;
}

@media only screen and (max-width: 768px) {
	#main_contents{
		margin: 0 auto;
	}
	body.tourism.page #main_contents{
		padding-top: 20px;
	}
	#top #main_contents{
		padding-bottom: 0;
	}
	#main_contents .inner{
		width: 94%;
	}
	#top #main_contents .inner{
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: block-axis;
		-webkit-flex-direction: column;
  		flex-direction: column;
	}
	#main_contents .blc_left,
	#main_contents .blc_right,
	#main_contents .blc_center{
		float: none;
		width: auto;
		margin: 0;
	}
	#main_contents .blc_left{
		-webkit-box-ordinal-group:3;
		-webkit-order: 3;
		order: 3;
	}
	#main_contents .blc_right{
		margin-bottom: 20px;
		-webkit-box-ordinal-group:4;
		-webkit-order: 4;
		order: 4;
	}
	#main_contents .blc_center{
		margin-bottom: 20px;
		-webkit-box-ordinal-group:1;
		-webkit-order: 1;
		order: 1;
	}
    .side_video iframe{
        width: 100%;
        height: auto;
    }
}

#main_contents .side_main_nav{
	background: #ebe9e7;
	border: 1px solid #dcd4ca;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-top: 20px;
}
#main_contents .side_main_nav h2{
	text-align: center;
	color: #42210b;
	font-size: 120%;
	line-height: 1.3em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#main_contents .side_main_nav h2 span{
	display: block;
	font-size: 13px;
	line-height: 1.2em;
}
#main_contents .side_main_nav h2 a{
	display: block;
	padding: 10px 10px 0;
	text-decoration: none;
	color: #42210b;
}
#main_contents .side_main_nav .side_title{
	padding: 10px 10px 0;
}

body.tourism #main_contents .side_main_nav{
	margin-bottom: 20px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 6px -1px #d7d7d7;
	box-shadow: 0px 0px 6px -1px #d7d7d7;
}
body.tourism #main_contents .side_main_nav h2,
body.tourism #main_contents .side_main_nav h2 a,
body.tourism #main_contents .side_main_nav .side_title{
	color: #a58a5b;
}
body.tourism #main_contents .side_main_nav h2 a,
body.tourism #main_contents .side_main_nav .side_title{
	padding: 12px 10px 7px;
}

#main_contents .side_main_nav .side_cat_nav{
	margin: 8px;
	padding: 5px 5px 0;
	background-color: #fff;
	border: 1px solid #ddd5cc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#main_contents .side_main_nav .side_cat_nav > li{
	border-bottom: 1px solid #efefef;
	margin:4px 0;
	padding-bottom: 4px;
}
#main_contents .side_main_nav .side_cat_nav > li:last-child{
	border-bottom: none;
}
#main_contents .side_main_nav .side_cat_nav li a{
	display: block;
	color: #333;
	padding: 3px 6px;
	text-decoration: none;
	line-height: 1.4;
}
#main_contents .side_main_nav .side_cat_nav > li > a{
	background: url(../img/common/side_arrow.png) no-repeat 5px 4px;
	background-size: 13px 16px;
	padding-left: 28px;
	color: #42210b;
}
#main_contents .side_main_nav .side_cat_nav li a:hover,
#main_contents .side_main_nav .side_cat_nav li a.active{
	background-color: #c0ad8c;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#main_contents .side_main_nav .side_cat_nav li a.active{
	/*background-color: #bdd2e0;*/
}
#main_contents .side_main_nav .side_cat_nav li > ul{
	margin: 0 0 10px 0;
	padding: 0;
	border: 0 none;
}
#main_contents .side_main_nav .side_cat_nav li ul > li{
	padding: 0;
	font-size: 90%;
	/* border-top: 0 none; */
}
#main_contents .side_main_nav .side_cat_nav li ul > li:before{
	content:"- ";
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 2px;
	float: left;
}

#main_contents .side_main_nav .side_cat_nav li ul > li a{
/* 	padding: 3px; */
	margin: 3px 0 0 23px;
}

/*観光ページ*/
body.tourism #main_contents .side_main_nav .side_cat_nav{
	margin: 0;
	padding: 0;
	background-color: #fafafa;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
body.tourism #main_contents .side_main_nav .side_cat_nav > li{
	border-top: 1px solid #d5d5d5;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
body.tourism #main_contents .side_main_nav .side_cat_nav > li > a{
	margin: 6px;
	padding-left: 25px;
	background-position: 5px 3px;
}
body.tourism #main_contents .side_main_nav .side_cat_nav > li > ul{}

@media only screen and (max-width: 767px) {
	body.tourism #main_contents .side_main_nav .side_cat_nav > li{
		border-top: none;
	}
	body.tourism #main_contents .side_main_nav .side_cat_nav > li > a{
		background-position: 5px 15px;
		padding-left: 30px;
	}
	body.tourism #main_contents .side_main_nav .side_cat_nav > li ul{
		margin: 0 6px;
	}
	#main_contents .side_main_nav .side_cat_nav > li > a{
		background-position: 5px 15px;
		border-bottom: 1px solid #ccc;
		padding: 15px 12px 15px 28px;
	}
	#main_contents .side_main_nav .side_cat_nav li ul li a {
		margin-left: 0;
		margin-right: 0;
		padding: 15px 12px 15px 28px;
		border-bottom: 1px dashed #ccc;
	}


}

#main_contents .side_banner .bnr_img{
	display: block;
	text-align: center;
	margin: 10px 0;
}
#main_contents .side_banner .bnr_img.mgt0{
	margin-top: 0;
}
#main_contents .side_banner .bnr_img.bgb0{
	margin-bottom: 0;
}
#main_contents .side_banner li{
	margin-top: 6px;
}
#main_contents .side_banner li a{
	position: relative;
	display: block;
	min-height: 53px;
	padding: 12px 0 12px 58px;
	color: #534741;
	text-decoration: none;
	font-size: 123%;
	font-weight: bold;
	background: #ececec;
	border: 1px solid #d7d7d7;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#main_contents .side_banner li a:hover{
	background-color: #f5f5f5;
	transition-duration:0.2s;
}
#main_contents .side_banner li.line2 a{
	font-size: 108%;
	line-height: 1.3em;
	padding: 8px 0 8px 58px;
}
#main_contents .side_banner li a img{
	width: 38px;
    position: absolute;
    top: 8px;
    left: 5px;
}


.side_banner > a img{
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	filter: alpha(opacity=100);
	opacity: 1;
}
.side_banner > a:hover img{
	filter: alpha(opacity=80);
	opacity: 0.8;
}

@media only screen and (max-width: 768px) {
	body.tourism #main_contents .side_banner .bnr_img img{
		width: 88%;
	}
	#main_contents .side_banner ul{
		width: 102%;
		margin-left: -1%;
	}
	#main_contents .side_banner li{
		float: left;
		width: 48%;
		margin: 0 1% 2%;
	}
	#main_contents .side_banner li a{
		font-size: 90%;
		padding: 18px 0 18px 49px;
	}
	#main_contents .side_banner li.line2 a{
		font-size: 75%;
   	 	padding: 15px 0 14px 49px;
	}
	#main_contents .side_banner .sp_colm_right{
		float: right;
		width: 49%;
	}
	#main_contents .side_banner .mgt0.sp_colm_right{
		margin-top: 10px;
	}
	#main_contents .side_banner .sp_colm_left{
		float: left;
		width: 49%;
	}
	#main_contents .side_banner .sp_colm_right img,
	#main_contents .side_banner .sp_colm_left img{
		width: 100%;
	}
}

#main_contents .side_event{
	margin-top: 15px;
	background: #d1dde7;
	border: 1px solid #80bdeb;
	clear: both;
}
#main_contents .side_event .side_title{
	padding: 10px 10px 0;
}
#main_contents .side_event ul{
	margin: 8px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #80bdeb;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#main_contents .side_event li{
	position: relative;
	margin: 5px 0;
}
#main_contents .side_event li span{
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	text-align: center;
	width: 3.5em;
	padding: 3px 0;
	line-height: 1em;
	background: #0071ae;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 80%;
}
#main_contents .side_event li a{
	display: block;
	padding-left: 3.4em;
	font-size: 90%;
}
@media only screen and (max-width: 768px) {
	#main_contents .side_event{
		margin-top: 5px;
	}
}

#main_contents .town_photo{
	padding-top: 40px;
	padding-bottom: 6px;
	background: #dddddd url(../img/top/town_photo_title.png) no-repeat center 5px;
	border: 1px solid #d7d7d7;
}
#main_contents .town_photo .photo{
	width: 505px;
	text-align: center;
	margin: 6px auto 0;
	overflow: hidden;
}
#main_contents .town_photo .caption{
	background: #007f00;
	color: #fff;
	width: 505px;
	margin: 6px auto 0;
	padding: 10px;
	font-size: 92%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
	#main_contents .town_photo .photo{
		width: auto;
		margin-left: 6px;
		margin-right: 6px;
	}
	#main_contents .town_photo .caption{
		width: auto;
		margin-left: 6px;
		margin-right: 6px;
	}
}

#main_contents .guide_nav{
	margin-top: 27px;
}
#main_contents .guide_nav table{
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
    border-spacing: 0;
    border-right: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	/*border-collapse: separate;*/
	/*border: 1px solid #d7d7d7;*/
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-bottom: 50px;
}

#main_contents .guide_nav table thead td{
    background: #73BE73;
    position: relative;
    height: 50px;
    color: #FFF;
    font-weight: bold;
    font-size: 140%;
}
#main_contents .guide_nav table thead td {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
#main_contents .guide_nav table thead td:hover{
    background: #73BE73;
}
#main_contents .guide_nav table thead td img{
    position: absolute;
    width: 100px;
    top:-31px;
}
#main_contents .guide_nav table td{
	border-left: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	background: #ececec;
	text-align: center;
	vertical-align: middle;
}
#main_contents .guide_nav table td:hover{
	background-color: #f5f5f5;
	transition-duration:0.2s;
}
#main_contents .guide_nav table td .title{
	margin: 10px;
}
#main_contents .guide_nav table td a{
	display: block;
	position: relative;
	padding: 15px 10px 15px 45px;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 103%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*white-space: nowrap;*/
}
#main_contents .guide_nav table td a img{
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -20px;
}
/*
#main_contents .guide_nav table .table_head td:first-child {
    -webkit-border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
#main_contents .guide_nav table .table_head td:last-child {
    -webkit-border-radius: 0 6px 0 0;
    -moz-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
*/
#main_contents .guide_nav table .table_bottom td:first-child {
    -webkit-border-radius: 0 0 0 6px;
    -moz-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
#main_contents .guide_nav table .table_bottom td:last-child {
    -webkit-border-radius: 0 0 6px 0;
    -moz-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
@media only screen and (max-width: 768px) {
	#main_contents .guide_nav{
		margin-top: 0;
	}

	#main_contents .guide_nav > ul > li > a{
		display: block;
		margin-bottom: 15px;
		padding: 8px;
		background: #eaeaea;
		border: 1px solid #d5d5d5;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		color: #fff;
		text-decoration: none;
		font-size: 123%;
	}
	#main_contents .guide_nav > ul > li:last-child > a{
		margin-bottom: 0;
	}
	#main_contents .guide_nav > ul > li > a.next_table{
		-webkit-border-radius: 6px 6px 0 0;
	    -moz-border-radius: 6px 6px 0 0;
	    border-radius: 6px 6px 0 0;
	}
	#main_contents .guide_nav > ul > li > a span{
		position: relative;
		display: block;
		padding: 15px 20px;
		background: #72bd72 url(../img/top/guide_nav_arrow_sp.png) no-repeat 95% center;
		-webkit-background-size: 20px;
		background-size: 20px;
		border: 1px solid #fff;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	}
	#main_contents .guide_nav > ul > li > a span img{
		position: absolute;
		bottom: 0;
		left: 60%;
	}

	#main_contents .guide_nav table{
		margin-top: -16px;
		margin-bottom: 15px;
		-webkit-border-radius: 0 0 6px 6px;
	    -moz-border-radius: 0 0 6px 6px;
	    border-radius: 0 0 6px 6px;
	}
	#main_contents .guide_nav table .table_head td:first-child,
	#main_contents .guide_nav table .table_head td:last-child {
	    -webkit-border-radius: 0 0 0 0;
	    -moz-border-radius: 0 0 0 0;
	    border-radius: 0 0 0 0;
	}
	#main_contents .guide_nav table .table_bottom td:first-child,
	#main_contents .guide_nav table .table_bottom td:last-child{
		-webkit-border-radius: 0 0 6px 6px;
	    -moz-border-radius: 0 0 6px 6px;
	    border-radius: 0 0 6px 6px;
	}
	#main_contents .guide_nav table td a{
		font-size: 90%;
		padding: 15px 7px 15px 40px;
	}
	#main_contents .guide_nav table td a img{
		width: 34px;
		margin-top: -17px;
	}
	#main_contents .guide_nav table .table_bottom td a i{
	    margin-left: -60px;
	    margin-right: 10px;
	}
	#main_contents .guide_nav table .table_bottom td a i img{
	    position: relative;
	    top: 7px;
	    left: auto;
	}

}


#main_contents .side_info{
	padding-top: 97px;
	background: #d1ddd1 url(../img/top/side_info_title.png) no-repeat right 7px;
	border: 1px solid #94bdb0;
}
#main_contents .side_info .set{
	border: 1px solid #94bdb0;
	background: #fff;
	margin: 0 6px 6px;
	padding: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#main_contents .side_info .set h4,
#main_contents .side_info .set p,
#main_contents .side_info .set span{
	display: block;
	border-bottom: 1px solid #94bdb0;
	margin: 4px 0 0;
	padding: 0 5px 4px;
}
#main_contents .side_info .set table{
	width: 100%;
}
#main_contents .side_info .set table td{
	padding: 0 5px;
}
#main_contents .side_info .set table td:first-child{
	padding-left: 0;
	border-right: 1px solid #94bdb0;
}
#main_contents .side_info .set .day{
	border-bottom: none;
	font-size: 92%;
}
#main_contents .side_info ul{
	margin: 0 6px 0;
}
#main_contents .side_info ul li{
	margin-bottom: 6px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#main_contents .side_info ul li.colm2{
	float: left;
	width: 49%;
	margin-left: 2%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#main_contents .side_info ul li.colm2:first-child{
	margin-left: 0;
}
#main_contents .side_info ul li:nth-child(3n){
	clear: both;
}
#main_contents .side_info ul li a{
	display: block;
	text-align: center;
	padding: 6px 6px 6px 6px;
	border: 1px solid #94bdb0;
	background: #fff url(../img/common/side_arrow.png) no-repeat 6px 8px;
	background-size: 13px 16px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #333;
	text-decoration: none;
	font-size: 92%;
	font-weight: bold;
}
#main_contents .side_info ul li a:hover{
	background-color:#EFF5E6;
	transition-duration:0.2s;
}

#main_contents .side_info ul li.colm2 a{
	text-align: left;
	padding-left: 25px;
	white-space: nowrap;
}
@media only screen and (max-width: 768px) {
	#main_contents .side_info{
		padding-top: 0;
		background-image: url(../img/top/side_info_title_sp.png);
		-webkit-background-size: 95%;
		background-size: 95%;
	}
	#main_contents .side_info:before{
		content: " ";
		display: block;
		padding-top: 22%;
	}
}

body.tourism .side_blc_search{
	margin-top: -48px;
	margin-bottom: 11px;
}
body.tourism .side_blc_search #search input[type="text"]{
	width: 160px;
}
body.tourism .side_blc_search #search input[type="submit"]{
	max-width: 53px;
	padding: 0 10px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	body.tourism .side_blc_search #search input[type="text"]{
		width: 80%;
	}
	body.tourism .side_blc_search #search input[type="submit"]{
		max-width: inherit;
		width: 20%;
		padding: 0 10px;
		text-align: center;
	}
	body.tourism .side_blc_search{
		margin-top: 0;
		margin-bottom: 20px;
	}
}



/*トピックス*/
/*
#main_contents .blc_topics{
	margin-bottom: 30px;
}
#main_contents .blc_topics .colm_left,
#main_contents .blc_topics .colm_right{
	float: left;
	width: 490px;
}
#main_contents .blc_topics .colm_right{
	margin-left: 20px;
}

#main_contents .blc_topics .title{
	position: relative;
	background: #ececec;
	border: 1px solid #d7d7d7;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}
#main_contents .blc_topics .title h3{
	font-size: 123%;
	letter-spacing: 0.08em;
	padding: 10px 15px;
	color: #42210b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#main_contents .blc_topics .title ul{
	position: absolute;
	top: 13px;
	right: 15px;
}
#main_contents .blc_topics .title ul li{
	float: left;
	margin-left: 6px;
}
#main_contents .blc_topics .title ul li a{
	display: block;
	width: 5em;
	text-align: center;
	background-color: #fff;
	color: #42210b;
	text-decoration: none;
	font-size: 92%;
	border: 1px solid #cccccc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*/

/*トピックス タブメニュー*/
#main_contents .blc_topics{
    margin-top: 20px;
}
#main_contents .blc_topics #tabMenu{
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
}
#main_contents .blc_topics #tabMenu ul{
    width:100%;
    display: block;
}
#main_contents .blc_topics #tabMenu li{
    width: 48%;
    float:left;
}
#main_contents .blc_topics #tabMenu li:first-child{
    margin-right: 4%;
}
#main_contents .blc_topics #tabMenu li a{
    display:block;
    font-size: 118%;
    font-weight: bold;
    text-align:center;
    text-decoration: none;
    line-height:40px;
    letter-spacing: 0.08em;
    color: #e1e1e1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #989898;
    border: 1px solid #d7d7d7;
    border-bottom: none;
    box-sizing: border-box;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
}
#main_contents .blc_topics #tabMenu li a.active{
	background: #ececec;
	color: #42210b;
	line-height:45px;
}

#main_contents .blc_topics #tabBox1,
#main_contents .blc_topics #tabBox2{
    width:auto;
    min-height:150px;
}
#main_contents .blc_topics #tabBox1{}
#main_contents .blc_topics #tabBox2{
    display:none;
}
#main_contents .blc_topics .list{
	padding: 15px;
}
#main_contents .blc_topics .list li{
	position: relative;
	margin: 10px 0;
}
#main_contents .blc_topics .list li span{
	position: absolute;
	top: 0;
	left: 0;
}
#main_contents .blc_topics .list li a{
	display: inline-block;
	padding-left: 10em;
}
#main_contents .blc_topics .list .list_btn {
	display: block;
	width: 5em;
	text-align: center;
	background-color: #fff;
	color: #42210b;
	text-decoration: none;
	font-size: 92%;
	border: 1px solid #cccccc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
}


@media only screen and (max-width: 768px) {
	#main_contents .blc_topics{
		margin-bottom: 20px;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 2;
		order: 2;
	}
/*
	#main_contents .blc_topics .colm_left,
	#main_contents .blc_topics .colm_right{
		float: none;
		width: auto;
		margin-left: 0;
	}
	#main_contents .blc_topics .colm_right{
		margin-top: 20px;
	}
	#main_contents .blc_topics .list{
		padding: 0;
	}
*/
	#main_contents .blc_topics .list li{
		border-bottom: 1px solid #d5d5d5;
		margin: 0;
		padding: 10px;
	}
	#main_contents .blc_topics .list li span{
		display: block;
		position: static;
		top: auto;
		left: auto;
	}
	#main_contents .blc_topics .list li a{
		padding-left: 0;
	}
}


#main_contents .blc_banner{
	clear: both;
	margin-bottom: 40px;
}
#main_contents .blc_banner a img{
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	filter: alpha(opacity=100);
	opacity: 1;
}
#main_contents .blc_banner a:hover img{
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#main_contents .blc_banner li{
	float: left;
	width: 190px;
	height: 64px;
	margin-left: 12px;
	margin-bottom: 12px;
	/* background: url(../img/common/bnr_sample.png) no-repeat 0 0; */
}
@media only screen and (min-width: 769px) {
	#main_contents .blc_banner li:first-child,
	#main_contents .blc_banner li:nth-child(5n+1){
		margin-left: 0;
	}
}
@media only screen and (max-width: 768px) {
	#main_contents .blc_banner li{
		width: 49%;
		margin-left: 2%;
		margin-bottom: 2%;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	#main_contents .blc_banner li:first-child,
	#main_contents .blc_banner li:nth-child(2n+1){
		margin-left: 0;
	}
	#main_contents .blc_banner{
		-webkit-box-ordinal-group: 5;
		-webkit-order: 5;
		order: 5;
	}
}

/*===========================================

		footer

===========================================*/
#page_top{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 20px;
	background: #fff;
	color: #42210b;
	font-size: 92%;
	font-weight: bold;
	border: 1px solid #d8d8d8;
	border-top: none;
	text-decoration: none;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}
body.tourism #page_top{
	display: none;
}
#page_top img{
	position: relative;
	vertical-align: middle;
	margin-right: 8px;
	top: -2px;
}
#footer{
	background: #FBFBFB;
}
body.tourism #footer{
	margin-top: -40px;
	padding-top: 70px;
	padding-bottom: 20px;
	background: url(../img/tourism/footer_bg.png) repeat-x 0 bottom;
}
#footer .inner{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
body.tourism #footer .inner{
	padding-top: 20px;
	border-top: 1px solid #a58a5b;
}
body.tourism #footer h1{
	float: left;
	margin-right: 20px;
}
#footer .foot_nav{
	margin: 30px 0;
}
#footer .foot_nav li{
	float: left;
	padding: 0 10px;
	font-size: 92%;
	border-right: 1px solid #0071ae;
}
#footer .foot_nav li:first-child{
	border-left: 1px solid #0071ae;
}
#footer .foot_nav li a{
	text-decoration: none;
}

#footer .address{
	margin-bottom: 20px;
}
body.tourism #footer .address{
	float: left;
	margin-top: 6px;
	margin-right: 20px;
	padding: 4px 10px 6px;
	color: #a58a5b;
	border: 1px solid #a58a5b;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
/*
#footer .address span{
	display: inline-block;
	padding-top: 8px 0;
}
body.tourism #footer .address span{
	padding-top: 0;
	margin: 5px;
}
*/
body.tourism #footer .address i{
	position: relative;
	top: -1px;
	display: inline-block;
	width: 35px;
	text-align: center;
	background: #a58a5b;
	color: #fff;
	line-height: 1.4em;
	font-size: 75%;
	font-style: normal;
	padding: 2px 0;
	margin: 2px 5px;
}
#footer .address span a{
	display: inline-block;
	background: url(../img/common/footer_arrow.png) no-repeat 0 2px;
	padding-left: 20px;
	margin-left: 8px;
}
#footer .copy{
	position: absolute;
	font-size: 85%;
	bottom: 20px;
	right: 0;
}
body.tourism #footer .copy{
	position: static;
	float: right;
	margin-top: 6px;
	text-align: right;
	color: #736357;
}

@media only screen and (max-width: 768px) {
	#page_top{
		display: none;
	}
	#footer .inner{
		width: 94%;
	}
	body.town #footer .inner{
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: block-axis;
		-webkit-flex-direction: column;
  		flex-direction: column;
	}
	body.tourism #footer{
		margin-top: -100px;
		padding-bottom: 5px;
	}
	body.tourism.page #footer{
		margin-top: -50px;
	}
	body.tourism #footer h1{
		float: none;
		text-align: center;
		margin-bottom: 15px;
		/*-webkit-box-ordinal-group: 1;
		-webkit-order: 1;
		order: 1;*/
	}
	body.tourism #footer h1 img{
		width: 200px;
	}
	#footer .foot_nav{
		margin: 0;
		padding: 15px 3%;
		text-align: center;
		border-top: 1px solid #d5d5d5;
		border-bottom: 1px solid #d5d5d5;
	}
	body.town #footer .foot_nav{
		-webkit-box-ordinal-group: 2;
		-webkit-order: 2;
		order: 2;
	}
	#footer .foot_nav li{
		display: inline-block;
		float: none;
		font-size: 82%;
		padding: 0 5px;
	}
	#footer .address{
		margin-bottom: 0;
		padding: 20px 3% 10px;
	}
	body.town #footer .address{
		-webkit-box-ordinal-group: 1;
		-webkit-order: 1;
		order: 1;
	}
	body.tourism #footer .address{
		width: auto;
		float: none;
		margin-right: 0;
		text-align: center;
		font-size: 95%;
		/*-webkit-box-ordinal-group: 2;
		-webkit-order: 2;
		order: 2;*/
	}
	#footer .address span{
		display: block;
	}
	body.tourism #footer .address span{
		display: inline-block;
	}
	#footer .address span.font_big{
		font-size: 120%;
		font-weight: bold;
		margin: 5px 0;
	}
	#footer .address span a{
		display: block;
		margin: 8px 0;
		padding: 10px;
		text-align: center;
		text-decoration: none;
		font-size: 120%;
		background-color: #fff;
		background-position: 10px center;
		border: 2px solid #0071ac;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	}
	#footer .copy{
		position: static;
		top: auto;
		left: auto;
		padding: 10px 0;
		text-align: center;
	}
	body.town #footer .copy{
		-webkit-box-ordinal-group: 3;
		-webkit-order: 3;
		order: 3;
	}
	body.tourism #footer .copy{
		margin-top: 0;
		text-align: center;
	}
	body.tourism #footer .copy a img{
		margin-bottom: 10px;
	}
}




/*============================================================================

		not_found

============================================================================*/
.blc_not_found{
	text-align: center;
}
.blc_not_found h2{
	font-size: 310%;
	margin: 30px 0 30px;
}
.not_found_btn a{
	display: inline-block;
	margin: 0 10px;
	padding: 15px 30px;
	background: #007f00;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	-webkit-border-radius: 6px;
		-ms-border-radius: 6px;
		border-radius: 6px;
}
.not_found_btn{
	margin-top: 30px;
	margin-bottom: 30px;
}
.not_found_btn a:hover{
	background: #28b928;
}
.not_found_btn a.btn_tourism{
	background: #a58a5b;
}
.not_found_btn a.btn_tourism:hover{
	background: #d8b984;
}

@media only screen and (max-width: 768px) {
	.blc_not_found h2{
		margin: 0px 0 30px;
		font-size: 260%;
	}
	.not_found_btn a{
		display: block;
		margin-bottom: 10px;
		width: auto;
	}
}


/* トピックスリスト */
#article .topics_list ul{
	list-style: none;
	text-indent: inherit;
	padding-left: 0;
}
#article .topics_list ul li{
	border-bottom: 1px dashed #ddd;
	padding: 0 13px 15px;
	margin-bottom: 15px;
}
#article .topics_list ul span{
	display: block;
	margin-bottom: 5px;
}
#article .topics_list ul span i{
	display: inline-block;
	border: 1px solid #ddd;
	background: #fcfcfc;
	margin-left: 8px;
	padding: 0 5px;
	font-style: normal;
	font-size: 89%;
}
@media only screen and (max-width: 768px) {
    .settle_nav{
        width: 96% !important;
    }
    .settle_nav tr{
        display: block;
        width: 96% !important;
        padding: 0 !important;
        margin: 0 2% !important;
    }
    .settle_nav td{
        display: block;
        width: 100% !important;
        padding: 10px 0 !important;
        text-align: center !important;
    }
    .settle_nav td img{
        width: 100% !important;
        height: 100% !important;
    }
}