@charset "utf-8";
/* CSS Document */
@import url('reset.css');
@media screen and (min-width: 1281px) {/*min-width: 1281px*/

html {
  overflow-y: scroll;
	overflow-x: hidden; /*ie*/
}
body {
	background-image: url(../img/tmp/header_back.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}
.ad {
	margin: 10px;
}
br.pc{
	display: inherit;
}
.free {
	text-align: center;
}
.free.sp {
	display: none;
}
.ad.sp {
	display: none;
}
hr.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
}
hr.clear.sp {
	display: none;
}
.center {
	text-align: center;
}
	

	
/*----------------- header --------------------*/
header {
	margin: auto;
	padding: 0;
	width: 1280px;
	display: block;
}
header h1 {
	display: inline;
	width: 250px;
	margin: 0;
	padding: 0;
	order: 2;
}
header h1 img {
	margin-top: 10px;
}
header ul,header ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*-------------------------------------------*/
header .weather {
	float: left;
    padding-top: 8px;
	padding-left: 20px;
	width: 490px;
	order: 1;
}
header .weather .day {
	width: 135px;
	float: left;

}
header .weather ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
header .weather ul li {
	color:#666666;
	margin: 0;
	padding: 0 10px 0 0;
	display: inline-block;
    vertical-align: top;
}
header .weather ul li p {
	color:#666666;
	margin: 0;
	padding: 3px 0 0;
	float: left;
	font-size: 75%;
	line-height: 120%;
}
header .weather ul .gifu img ,
header .weather ul .takayama img {
	float: right;
}
header .weather ul li .warm {
	color: #FF6600;
}
header .weather ul li .cold {
	color: #0099FF;
}
header .weather li.pc {
	display:inline-block;
	width: 135px;
}
header .weather li.pc span {
	display:inline-block;
	font-size: 12pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	color:#666666;
}
header .weather li.sp {
	display:none;
}
header .weather .day.tb ,
header .weather .day.sp {
	display: none;
}
/*----*/
header .search {
	float: right;
	width: 490px;
	height: 40px;
	margin:0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 0;
	margin-bottom: 10px;
	order: 3;
}
@-moz-document url-prefix(){
  header .search{
	margin-bottom: 0px;
	padding-bottom: 10px;
  }
}
/*--*/
header .search_icon {
	display: none;
}
header .search .form {
	float: right;
	display: table-cell\9;
}
header .search .icon {
	float: right;
	margin: 1px 0 0;
	padding: 0;
	list-style: none;
	letter-spacing: -0.4em;
}
header .search .icon li {
	display: inline-block;
	margin-right: 4px;
}
/*--*/
header .search .form input {
	color: #999;
	width: 135px;
	border: 1px solid #ccc;
	margin: 0 3px 0 0;
	padding: 2px 5px 1px;
	font-size: 90%;
	line-height: 22px;
	border-radius: 3px;
	box-shadow: none;
}
header .search .form button {
	padding: 0;
	margin: 0 0 0;
	border: none;
	background: none;
}
_:-ms-fullscreen, :root header .search .form button {
	width: 30px;
	height: 30px;
	vertical-align: top;
}

/*----------------- nav --------------------*/
nav {
	margin: 0 auto;
	width: 1280px;
}

nav ul.main_nav {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
}
nav ul.main_nav li {
	font-size: 0;
	line-height: 0;
	width: calc(100% / 9);
}
nav ul.main_nav li a {
	color: #fff;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	text-decoration: none;
}
nav ul.main_nav li.sp,
nav ul.main_nav li ol.sp,
nav ul.main_nav li ol li.sp,
nav ul.main_nav li ol li a.sp {
	display: none;
}
nav ul.main_nav li ol {

}
nav ul.main_nav li ol li {
}
nav ul.main_nav li span:hover ,
nav ul.main_nav li a:hover {
	background-color: #455161;
}

nav ul.main_nav li ol {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
	
nav ul.main_nav li ol {
    position: absolute;
    top: 95px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    box-sizing: border-box;
	width: 1280px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	margin: 1px 0 0;
	border: #ccc solid 1px;
	border-top: none;
	padding: 10px 20px;
	list-style: none;
	background-color: #fff;
	
	display: flex;
	flex-wrap: wrap;
}

nav ul.main_nav li:hover ol {
    top: 106px;
    visibility: visible;
    opacity: 1;
}

nav ul.main_nav li ol > li {
	width: auto;
	min-width: 150px;
	display: block;
	line-height: inherit;
	margin: 0;
	padding: 0;
	background-image: url("../img/tmp/nav_point.png");
	background-repeat: no-repeat;
	background-position: left center;
}
nav ul.main_nav li ol li a {
	color: #333;
	font-size: 12px;
	width: calc(100% - 30px);
	padding: 0 10px 0 20px;
	text-align: left;
	line-height: 28px;
}
nav ul.main_nav li ol li a:hover {
	color: #fff;
}
	
	
	
/*----------------- main --------------------*/
main {
	width: 1280px;
	margin: auto;
	padding: 0;
}
_:-ms-fullscreen, :root #fs-result {
	width: 1280px;
	margin: auto;
	padding: 0;
}
.ad.banner {
	width: auto;
	margin: 10px auto;
	padding: 0;
	text-align: center;
}
.ad.banner div {
	display: inline-block;
}
.article-info h1 a:link {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.article-info h1 a:visited {
	color: #333;
}
.article-info h1 a:hover {
	color: #39F;
	text-decoration: none;
}
/*----------------- aside --------------------*/
aside {
	width: 300px;
}
aside a img {
margin-bottom: 10px;
}

/*---------- bagetop-----*/
#page_back {
	right: 30px;
	bottom: 30px;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
}
#page_back a {
	color: #fff;
	width: 50px;
	height: 44px;
	margin: 0;
	padding: 0;
	display: table-cell;
	font-size: 70%;
	text-decoration: none;
	vertical-align: text-top;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #666;
	border: 3px solid #666;
	opacity: 0.5 ;
	transition: 0.3s ;
}
#page_back a:hover {
	opacity: 1 ;
}
	
/*-----*/
.arrow-up.icon {
	top: 10px;
	left: 4px;
	color: #fff;
	position: absolute;
	margin-left: 20px;
	margin-top: 3px;
	width: 2px;
	height: 27px;
	background-color: currentColor;
}
.arrow-up.icon:before {
	content: '';
	position: absolute;
	left: -10px;
	top: 1px;
	width: 20px;
	height: 20px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-45deg);
		  transform: rotate(-45deg);
}


/*----------------- fotter --------------------*/
footer {
	padding-bottom: 30px;
	background-color: #46494C;
}
#footer {
	margin-top: 90px;
	font-size: 12px;
/*	font-size: 75%;*/
}
#footer a {
	text-decoration: none;
}
#footer hr {
	width: 1000px;
	margin: 30px auto;
	height: 1px;
	border: none;
	background-color: #666;
}

/*---------- sitemap-----*/
#sitemap {
	padding-top: 30px;
/*	background-color: #526272;*/
}
#sitemap ul {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	list-style: none;

}
#sitemap .sub_nav {
	margin-top: 20px;
	letter-spacing: -0.4em;

}
#sitemap .sub_nav ul {
	display: flex;
	flex-wrap: wrap;
}

#sitemap ul li {
	padding: 0 10px 0 2px;
	width: calc(100%/5 - 12px);
	vertical-align: top;
}
#sitemap .nav li a {
	font-weight: bold;
}
#sitemap ul li a:link {
	color: #fff;
}
#sitemap ul li a:visited {
	color: #f5f5f5;
}
#sitemap ul li a:hover {
	color: #ccc;
}

#sitemap .sub_nav li h3 {
	color: #fff;
	margin: 0 0 10px;
	padding: 0;
}
#sitemap .sub_nav li ul {
	margin: 0 0 30px;
	padding: 0;
	width: 180px;
}
#sitemap .sub_nav li ul li {
	width: 100%;
	display: inherit;
	line-height: 150%;
	padding-left: 15px;
	background-image: url(../img/tmp/arrow_sitemap.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/*---------- news_47-----*/
#news_47 {
	padding: 20px 0;
	/*	background-color: #DCDCDD;*/
}
#news_47 h2 ,#news_47 ul {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#news_47 h2 {
	color: #fff;
	margin-bottom: 10px;
}
#news_47 ul {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
#news_47 ul li {
	margin-bottom: 8px;
	padding: 0 8px 0 2px;
	margin-right: 6px;
	display: inline-block;
	border-right: #ccc solid 1px;
}
#news_47 ul li:last-child {
	border: none;
}
#news_47 ul li a {
	color: #fff;
}
#news_47 ul li a:hover {
	color: #999;
}
/*---------- footer_content*/
#footer_content {
	width: 1000px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;

}
#footer_content .footer_link {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer_content .footer_link li {
	padding: 0 10px 0 2px;
	display: inline-block;
}
#footer_content .footer_link li a:link {
	color: #fff;
}
#footer_content .footer_link li a:visited {
	color: #f5f5f5;
}
#footer_content .footer_link li a:hover {
	color: #ccc;
}
#footer_content .address  {
	border-top: #fff solid 1px;
	margin-top: 15px;
	padding-top: 15px;
	display: flex;
}
#footer_content address img {
	padding-right: 10px;
}
#footer_content address p {
	color: #fff;
	width: calc(100% - 90px);
	margin: 0;
	padding: 0;
	line-height: 170%;
}


}

