/*
Theme Name: Kamifurano Tokachidake
Theme URI: http://www.kamifurano.jp/
Author: the Suda Print Asahikawa team
Author URI: http://www.suda.co.jp/
Description: Kamifurano Tokachidake Tourist Association Theme. Multi lingual theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kamifurano

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

p {
	line-height:1.5em;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	color:#666;
}
a :hover {
	color:#666;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clearfix {width:100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
 }

/*----------------------------------------------------------------------------
 ***                                                                   img
----------------------------------------------------------------------------*/
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*----------------------------------------------------------------------------
 ***                                                                   table
----------------------------------------------------------------------------*/
table {
	width:90%;
	height:auto;
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
}
table caption {
	text-align:left;
	font-size:16px;
	font-weight:bold;
	margin-bottom:16px;
	line-height:150%;
	padding: 0 1%;
	border-bottom: 1px dotted #CCCCCC;
}
td,th {
	border:1px solid #CCCCCC;
	padding: 2%;
	background-color:rgba(254,254,254,0.7);
}
td {
	background-color:rgba(254,254,254,0.7);
}
th{
	width:30%;
	background-color:rgba(186,210,206,0.4);
	font-weight: bold;
}

/* Font */
body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",Osaka,sans-serif;
}
body#lang-en {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body#lang-zh-CN {
	font-family:"Microsoft Yahei","PingHei" ,"sans-serif";
}
body#lang-zh-TW {
	font-family:"Microsoft Yahei","PingHei" ,"sans-serif";
}
body#lang-ko {
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}


body {
	line-height: 1;
	background-color:#F2F0E9;
	color: #666;
	font-size: 14px;
}
/* Outer frame */
#page {
	position: relative;
	overflow:hidden;
	padding:0;
	/*background-color:#F2F0E9;*/
}
#wrapper {
	width: 100%;
	height:auto;
	margin: 0 auto 0px auto!important;
	padding: 0;
	background-color: rgba(250,248,247,1.0);
}
#main {
	width: 100%;
	height:auto;
	margin: 0px auto;
	padding: 0;
}
#main-logo {
	text-align:center;
	margin: 48px auto 0 auto;
	padding:10px 0 0 0;
	width:100%;
}
#main-logo img {
	text-align:center;
	margin:10px auto;
	width:50%;
	height:auto;
}
#main-logo ul.head-menu-content {
	width:100%;
	height:auto;
	display:flex;
	list-style:none;
	margin:20px auto 0 auto;
}
#main-logo ul.head-menu-content li {
	font-size:12px;
	width:100%;
	height:48px;
	padding: 16px 2px!important;
	background-color:#cac7b7;
	border:1px #666 solid;
	box-sizing:border-box;
	border-collapse:collapse;
}
#fourth-content {
	width: 100%;
	height:auto;
	margin:0;
	background-color:#e0e5d3;
	padding:0;
}
#fifth-content {
	width: 100%;
	height:auto;
	margin:0;
	padding: 0;
}
footer {
	width: 100%;
	margin: 0;
	/*border-top:#333 1px solid;
	background-color:#333;*/
	clear: both;
}
/*----------------------------------------------------------------------------
 ***                                                         Drop Menu
----------------------------------------------------------------------------*/
#dl-menu {
	display:block;
}
#nav-mobile ul.dl-menu {
	height:400px;
	overflow:scroll;
}
.sub-title {
	display:none;
}
/*----------------------------------------------------------------------------
 ***                                                         Nav
----------------------------------------------------------------------------*/
#nav-mobile {
	width:100%;
	height:45px;
	margin:0;
	background-color:#fff;
	border-bottom:#000 1px solid;
	position: fixed;
	top: 0px;
	z-index: 9990;
}
#navframe-inner {
	width:100%;
	height:auto;
	margin:0;
}
/*----------------------------------------------------------------------------
 ***                                                         Mobile Breadcrumbs
----------------------------------------------------------------------------*/
/* breadcrumbs frame */
#breadcrumbs-frame {
	display:none;
}
#nav-pc {
	display:none;
}
/* Weather */
#weather {
	/*text-align:center;
	width:50%;
	height:auto;*/
	display:none;
}
/*----------------------------------------------------------------------------
 ***                                                         Slider
----------------------------------------------------------------------------*/
section.slider {
	position: relative;
    max-width: 480px;
	width:100%;
    height: auto;
	margin:0 auto;
}
#slider .ws_thumbs {
	display:none;
}
#slider #slide-title {
	display:none;
}
#slider .ws_images {
	margin-bottom:5px!important;
}
.flexslider {
	margin:0!important;
}

/* Main contents main content */
#content {
	width: 100%;
	height:auto;
	margin: 0px;
	box-sizing:border-box;
}

body.page h1.entry-title,
body.single h1.entry-title,
body.search h1.archive-title,
body.error404 h1.archive-title,
body.archive h1.archive-title,
body.category h1.archive-title {
	font-size:28px;
	font-weight:normal;
	line-height:120%;
	border-bottom:#ccc 1px solid;
	color:#fff;
	margin:0;
	padding:10px;
	background: -moz-linear-gradient(#87B6CE, #454DC2);
	background: -webkit-gradient(linear, left top, left bottom, from(#87B6CE), to(#454DC2)); 
	background: -ms-linear-gradient(bottom, #454DC2, #87B6CE);
	background: linear-gradient(to top, #454DC2, #87B6CE);
}
body.page h2,
body.single h2,
body.search h2,
body.error404 h2,
body.archive h2,
body.category h2 {
	font-size:24px;
	font-weight:normal;
	line-height:140%;
	margin:48px 0 0 0;
}
body.page h3,
body.single h3,
body.archive h3,
body.category h3 {
	font-size:16px;
	line-height:120%;
	margin:0;
	padding:5px 0;
	/*border-bottom:1px #ccc solid;*/
}
body.page h4,
body.single h4,
body.archive h4,
body.category h4 {
	font-size:16px;
	line-height:140%;
	margin:0;
}
body.page h5,
body.single h5,
body.archive h5,
body.category h5 {
	font-size:14px;
	line-height:140%;
	margin:26px 0 0 0;
}
body.page h6,
body.single h6,
body.archive h6,
body.category h6 {
	font-size:12px;
	line-height:140%;
	margin:24px 0 0 0;
}
#sixth-content h2 a {
	color: #fff;
	border-bottom:none;
	text-decoration:none;
}
#sixth-content p.short-excerpt {
	text-align:center;
	padding:5px 0 0 0;
	font-weight:bold;
}
#sixth-content p.mid-excerpt {
	font-size:12px;
	text-align:left;
	padding:5px 10px 10px 10px;
}
#head-menu {
	margin:30px 0 0 0;
}
#fourth-content .top-content-inner .rectbox p {
	width:70%;
	height:auto;
	line-height:1.5em;
	margin:0;
	padding:7px;
	border-bottom:1px #666 solid;
	background-color:#cac7b7;
	float:right;
	box-sizing:border-box;
}

/*----------------------------------------------------------------------------
 ***                                                     Basic Image Size
----------------------------------------------------------------------------*/
.main-content-box img {
	width:100%;
	height:auto;
}

.main-text img.trekking-map {
	width:100%;
	height:auto;
}
ul.page-menu-lists {
	width:100%;
	height:auto;
	/*display:flex;*/
	list-style-type:none;
	margin:0!important;
}
ul.page-menu-lists li {
	text-align:center;
	width:100%;
	height:auto;
	padding:10px;
	margin:.5%;
	background-color:#87B6CE;
	border-radius:6px;
	font-weight:bold;
	display:block;
	float:none;
	box-sizing:border-box;
	transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
}
ul.page-menu-lists li a {
	/*color:#fff;*/
	display:block;
	text-decoration:none;
}
ul.page-menu-lists li a:hover {
	color:#fff;
}
ul.page-menu-lists li:hover {
	background-color:#454DC2;
}
ul.page-menu-lists li:hover a {
	color:#fff;
}
.main-content-box table.course-table {
	font-weight:bold;
	width:90%;
	height:auto;
	float:none;
	margin: 20px auto;
	border:none;
}
.main-content-box table.course-table td {
	background-color:transparent!important;
	border:none!important;
}
.main-content-box table.course-table td img {
	width:5%;
	height:auto;
	margin-left:-5px!important;
}
.main-content-box table.course-table td.item-badge {
	text-align:center;
	width:20px;
	height:auto;
	padding:5px;
	background-color:#880002!important;
	color:#fff;
	border-radius:4px;
	
}
.main-content-box table.course-table tr:first-child td.item-badge{
	background-color:#04277D!important;
}
/*----------------------------------------------------------------------------
 ***                                                              page top icon
----------------------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 0;
    right: 37%;
    font-size: 77%;
	z-index:11000;
}
#page-top a {
    text-decoration: none;
    width: 100%;
	height:100%;
    padding: 0;
    display: block;
}
#page-top img {
	
}
#page-top span {
	display:none;
}
.p-descript {
	font-size:12px!important;
	line-height:130%!important;
	margin:5px 0!important;
}

.third-content-box img {
	width:100%;
	height:auto;
	padding:0px;
	background-color:#fff;
}
.third-content-box:nth-child(5n) {
	margin-right:0;
}
ul#lavender-season,
ul#leaf-season {
	list-style:none;
	margin:20px 1%!important;
}
ul#lavender-season li,
ul#leaf-season li {
	width:auto;
	height:auto;
	min-height:30px;
	margin:5px 0;
	padding: 5px 0 5px 40px;
	line-height:1.1em;
	background-repeat:no-repeat;
	box-sizing:border-box;
}
#lvs1{
	background-image:url(images/lavender-season-no0.png);
}
#lvs2{
	background-image:url(images/lavender-season-no1.png);
}
#lvs3{
	background-image:url(images/lavender-season-no3.png);
}
#lvs4{
	background-image:url(images/lavender-season-no5.png);
}
#lvs5{
	background-image:url(images/lavender-season-no7.png);
}
#lvs6{
	background-image:url(images/lavender-season-no10.png);
}

#alv1{
	background-image:url(images/autumn-leaves-season-no1.png);
}
#alv2{
	background-image:url(images/autumn-leaves-season-no2.png);
}
#alv3{
	background-image:url(images/autumn-leaves-season-no3.png);
}
#alv4{
	background-image:url(images/autumn-leaves-season-no4.png);
}
#alv5{
	background-image:url(images/autumn-leaves-season-no5.png);
}
#alv6{
	background-image:url(images/autumn-leaves-season-no6.png);
}
#alv7{
	background-image:url(images/autumn-leaves-season-no7.png);
}

.lavender-season-tb {
	display:block;
	width:100px;
	height:auto;
	margin:20px 10px 36px 0;
	float:left;
	background-color:transparent;
	border:none;
	box-sizing:content-box;
}
img.lavender-number {
	vertical-align:middle!important;
}
.article-section figure {
	width:31%;
	height:auto;
	float:left;
	margin:0 1% 20px 0;
}
.article-section figure img {
	width:100%;
	height:auto;
}
.article-section figure img.lavender0 + figcaption:before {
	width:30px;
	height:30px;
	content:url(images/lavender-season-no0.png);
	vertical-align:-60%;
	margin:5px 10px 20px 0;
}
.article-section figure img.lavender1 + figcaption:before {
	width:30px;
	height:30px;
	content:url(images/lavender-season-no1.png);
	vertical-align:-60%;
	margin:5px 10px 20px 0;
}
.article-section figure img.lavender3 + figcaption:before {
	width:30px;
	height:30px;
	content:url(images/lavender-season-no3.png);
	vertical-align:-60%;
	margin:5px 10px 20px 0;
}
.article-section figure img.lavender5 + figcaption:before {
	width:30px;
	height:30px;
	content:url(images/lavender-season-no5.png);
	vertical-align:-60%;
	margin:5px 10px 20px 0;
}
.article-section figure img.lavender7 + figcaption:before {
	width:30px;
	height:30px;
	content:url(images/lavender-season-no7.png);
	vertical-align:-60%;
	margin:5px 10px 20px 0;
}
.article-section figure img.lavender10 + figcaption:before {
	width:30px;
	height:30px;
	content:url(images/lavender-season-no10.png);
	vertical-align:-60%;
	margin:5px 10px 20px 0;
}

.article-section figure img.koyo0 + figcaption:before {
	width:30px;
	height:30px;
	content:url(images/autumn-leaves-season-no1.png);
	vertical-align:-60%;
	margin:5px 10px 20px 0;
}
.article-section figure img.koyo20 + figcaption:before {
	width:30px;
	height:30px;
	content:url(images/autumn-leaves-season-no2.png);
	vertical-align:-60%;
	margin:5px 10px 20px 0;
}
.article-section figure img.koyo40 + figcaption:before {
	width:30px;
	height:30px;
	content:url(images/autumn-leaves-season-no3.png);
	vertical-align:-60%;
	margin:5px 10px 20px 0;
}
.article-section figure img.koyo60 + figcaption:before {
	width:30px;
	height:30px;
	content:url(images/autumn-leaves-season-no4.png);
	vertical-align:-60%;
	margin:5px 10px 20px 0;
}
.article-section figure img.koyo80 + figcaption:before {
	width:30px;
	height:30px;
	content:url(images/autumn-leaves-season-no5.png);
	vertical-align:-60%;
	margin:5px 10px 20px 0;
}
.article-section figure img.koyo100 + figcaption:before {
	width:30px;
	height:30px;
	content:url(images/autumn-leaves-season-no6.png);
	vertical-align:-60%;
	margin:5px 10px 20px 0;
}
.article-section figure img.koyo-none + figcaption:before {
	width:30px;
	height:30px;
	content:url(images/autumn-leaves-season-no7.png);
	vertical-align:-60%;
	margin:5px 10px 20px 0;
}
/*----------------------------------------------------------------------------
 ***                                                     Aside
----------------------------------------------------------------------------*/
aside .second-content-box h2 {
	font-size: 180%;
	font-weight:nomal;
	margin: 0 0 5% 0;
	color: #666;
	border-bottom:#666 2px solid;
}
aside .second-content-box ul {
	width:100%;
	height:260px;
	list-style: none;
	margin: 0;
	overflow-x:hidden;
	overflow:scroll;
}

aside .second-content-box ul li span.news-date {
	font-size: 12px;
	display:block;
	float:left;
	padding:.5%;
	margin-bottom:1%;
}
aside .second-content-box ul li span.news-category {
	display:block;
	float:left;
	font-size: 10px;
	font-weight:bold;
	color:000;
	background-color:#ccc;
	width:60px;
	height:auto;
	padding:.5%;
	margin-bottom:1%;
	text-align:center;
	border-radius:4px;
}
aside .second-content-box .see-all-list {
	background-image:url(images/list-arrow-blue1.png);
	background-repeat:no-repeat;
	background-position:0 20%;
	margin:-11% 1.5% 0 0;
	font-size:12px;
	float:right;
}
aside .second-content-box .see-all-list a {
	text-decoration:none;
	color:#666;
}
aside .second-content-box ul li {
	margin: 0 0 5% 0;
	padding: 0 0 2% 0;
	border-bottom:1px #ccc dotted;
}
aside .second-content-box ul li span.news {
	background-color:#CCF4FE;
}
aside .second-content-box ul li span.event {
	background-color:rgba(255,226,157,1.00);
}
aside .second-content-box ul li span.news-title {
	display:block;
	clear:both;
	font-size: 14px;
}
aside h2 {
	font-size: 18px;
	font-weight:nomal;
	margin:5%;
	color: #666;
	border-bottom:#666 2px solid;
}
aside h2 span.whatsnew-sub {
	font-size: 12px;
	margin-left:5%;
}
aside h3 {
	font-size: 18px;
	color: #666;
}
aside ul {
	list-style: none;
	margin: 5%;
}
aside ul li {
	margin: 10px 0 ;
}
aside ul li span.news-date {
	font-size: 12px;
	display:block;
	float:left;
}
aside ul li span.news-category {
	display:block;
	float:left;
	font-size: 12px;
}
aside ul li span.news-title {
	display:block;
	clear:both;
	font-size: 14px;
}
aside li  a {
	color:#666;
	text-decoration:none;
}
aside li  a:hover {
	color:#333;
	text-decoration:underline;
}

aside .side-submenu ul.sub-menu {
	margin: 0;
}
aside .side-submenu ul.sub-menu li {
    width: 90%;
    height: auto;
    font-size: 16px;
    margin: 0;
    padding: 15px 5% 13px 5%;
    line-height: 130%;
    border-top: 1px #ccc dotted;
    background-color: rgba(250,248,247,1.0);
    background-image: url(images/arrow-white-h28.png);
    background-repeat: no-repeat;
    background-position: 120% 11px;
    overflow: hidden;
    -moz-transition-property: background-position,background-color;
    -moz-transition-duration: .2s;
    -moz-transition-delay: 0s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: background-position,background-color;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    -ms-transition-property: background-position,background-color;
    -ms-transition-duration: .2s;
    -ms-transition-delay: 0s;
    -ms-transition-timing-function: ease-out;
    transition-property: background-position,background-color;
    transition-duration: .2s;
    transition-delay: 0s;
    transition-timing-function: ease-out;
}
aside .side-submenu ul.sub-menu li:last-child {
	border-bottom:1px #ccc dotted;
	border-top:1px #ccc dotted;
}
aside .side-submenu ul.sub-menu li a {
	color:#666;
	display:block;
}
aside .side-submenu ul.sub-menu li a:hover {
	text-decoration:none;
}
aside .side-submenu ul.sub-menu li:hover {
	background-color:#cfbcec;
	color:#000;
	background-position:95% 11px;
}

/*----------------------------------------------------------------------------
 ***                                                         Footer Bottom
----------------------------------------------------------------------------*/
#footer-bottom {
	width:100%;
	height:240px;
	background-color:#301542;
	color:#fff;
	text-align:center;
	clear:both;
}
#foot-logo-denen {
	margin: 20px auto;
}
#searchloc-btn {
	width: 100%;
	margin: 5px auto;
	padding: 10px;
	background-color:#0069CD;
	border: 1px #003369 solid;
	color: #FFF;
	border-radius: 4px;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	/*-webkit-box-shadow: 0 2px 2px #CCC;
	text-shadow: 1px 2px 3px #C45C00;*/
}
/*----------------------------------------------------------------------------
 ***                                                     Searche Location
----------------------------------------------------------------------------*/
.search-button-box {
	width:100%;
	height:auto;
	margin: 10px auto;
	padding:0px;
}
.checkbox-frame {
	width:92%;
	height:auto;
	margin: 5px auto 20px auto;
	padding:10px;
	border:#ccc 1px solid;
	border-radius:4px;
	background-color:#EEEEEE;
}
.checkbox-frame label {
	margin: 5px 20px 5px 0;
	display:block;
	float:left;
}
.search-location h4 {
	margin: 20px 0 0 0;
	border:none;
}
input[type="checkbox"] {
    border: 1px solid #aaaaaa;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    background: #e2e2e2;
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}
input[type="checkbox"]:checked {
    background: #99cc00;
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #99cc00),
        color-stop(1.00, #87b400)
    );
    background: linear-gradient(
        to bottom,
        #99cc00 0%,
        #87b400 100%
    );
    border: 1px solid #336600;
}
input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}
.radiobox-frame input{
	display: none;
}
.radiobox-frame label{
	display: block;
	float: left;
	cursor: pointer;
	width: 16%;
	margin: 3px;
	padding: 16px 5px;
	border-right: 1px solid #abb2b7;
	background: #bdc3c7;
	color: #555e64;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	transition: .2s;
	border-radius: 4px;
}
.radiobox-frame input[type="radio"]:checked + label {
	background-color: #a1b91d;
	color: #fff;
}

/*----------------------------------------------------------------------------
 ***                                                        Lavender Map
----------------------------------------------------------------------------*/
.map-location iframe {
	pointer-events:none;
	width:100%;
}
#lavender-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
#lavender-map .marker {
	position:relative;
	width:100%;
	height:auto;
}
.marker-label-index {
	text-align:center;
	display:block;
	font-size:18px;
	width:20px;
	height:70%;
	margin:0 15px 0 0;
	line-height:130%;
	padding:5px;
	background-color:#e0e5d3;
	color:red;
	float:left;
}
.map-location h4.spot-title {
	margin: 10px 0!important;
}
.map-location .see-thispage-btn {
	text-align:center;
	width:150px;
	height:20px;
	padding:5px;
	position:absolute;
	right:0px;
	bottom:42px;
	border:1px #ccc solid;
	background-color:#E8E8E8;
}
.map-location .see-thispage-btn:hover {
	background-color:#FEEEEF;
}
.map-location .see-thispage-btn a {
	line-height:150%;
	display:block;
	text-decoration:none;
	color:#666;
	font-size:14px;
}
.map-location .see-thispage-btn a:hover {
	color:#000;
}

aside#sidebar div#mapList {
	width:100%;
	margin:0;
}
aside#sidebar div#mapList .map-list {
	font-size:14px;
	width:50%;
	height:50px;
	margin:0 0 0px 0;
	padding:10px;
	display:block;
	background-color:rgba(255,255,255,0.84);
	border-left:5px #ccc solid;
	border-bottom:1px #ccc dotted;
	border-right:1px #ccc solid;
	float:left;
	box-sizing:border-box;
}
aside#sidebar div#mapList .map-list:hover {
	color:#000;
	font-size:14px;
	cursor:pointer;
	background-color:rgba(255,255,255,0.4);
	border-left:5px #8C40A9 solid;
}

@media screen and (max-width : 480px) {
/* Smartphones (portrait) ----------- */
/* Smartphones (portrait and landscape) ----------- */
/*----------------------------------------------------------------------------
 ***                                                          Basic layout
----------------------------------------------------------------------------*/
/* Main contents wrapper */
#wrapper {
	max-width: 480px;
}
/* Main contents main frame */
#main {
	max-width: 480px;
}
body.archive #main,
body.single #main,
body.page #main {
	margin: 45px 0 0 0;
}
#second-content {
	width: 100%;
	margin-bottom: 10px;
}
#third-content {
	width: 100%;
	margin-bottom: 10px;
}
/*----------------------------------------------------------------------------
 ***                                                     Basic Image Size
----------------------------------------------------------------------------*/
.main-content-box img {
	width:100%;
	height:auto;
}
/*----------------------------------------------------------------------------
 ***                                                         Header
----------------------------------------------------------------------------*/
header {
	width:100%;
	max-width:480px;
	height:45px;
	margin:0 0 0 auto;
	padding: 0;
	position:fixed;
	top:0;
	z-index:1000;
}
header #main-logo h1 {
	display:none;
}
p#main-logo-company-small {
	font-size:12px;
	text-align:center;
	margin:10px auto;
}
header h1 {
	display:none;
}
header img {
	width:100%;
	height:auto;
	max-height:55px;
	margin-top:-7px;
}
form#searchform {
	position:fixed;
	top:10px;
	right:10px;
	z-index:2000;
}
/*----------------------------------------------------------------------------
 ***                                                       fourth-content 
----------------------------------------------------------------------------*/
#fourth-content #fourth-content-mess {
	text-align:center;
	color:#fff;
	padding:10px 0;
	background: -moz-linear-gradient(#87B6CE, #454DC2);
	background: -webkit-gradient(linear, left top, left bottom, from(#87B6CE), to(#454DC2)); 
	background: -ms-linear-gradient(bottom, #454DC2, #87B6CE);
	background: linear-gradient(to top, #454DC2, #87B6CE);
}
#fourth-content .mess1 {
	font-size:18px;
	font-weight:bold;
	display:block;
	line-height:120%;
}
#fourth-content .mess2 {
	font-size:16px;
	font-weight:bold;
	display:block;
	line-height:120%;
}
#fourth-content p {
	font-size:14px;
	line-height:150%;
}
#fourth-content .top-content-inner .half-rect-frame {
	width:100%;
	height:100px;
	margin:0;
}
#fourth-content .top-content-inner .half-rect-frame h2 {
	/*font-family:"Arial Black", Gadget, sans-serif;*/
	font-size:16px;
	line-height:120%;
	width: 100%;
	float:right;
	margin: 0;
	padding:10px 0;
	color:#fff;
	text-align:center;
	height:auto;
	border-top:2px #ccc solid;
	border-bottom:none;
	box-sizing:border-box;
	background-color:#aeb2f2;
}
#fourth-content .top-content-inner .half-rect-frame:last-child h2 {
	border-bottom:2px #ccc solid;
}
#fourth-content .top-content-inner .rectbox {
	width:100%;
	height:auto;
	float:left;
}
#fourth-content .top-content-inner .rectbox img {
	width:30%;
	height:auto;
}
#fourth-content .top-content-inner .rectbox ul {
	width:70%;
	height:auto;
	float:right;
	margin:0;
}
#fourth-content .top-content-inner .rectbox ul li {
	width:100%;
	height:auto;
	line-height:1.5em;
	margin:0;
	padding:7px;
	border-bottom:1px #666 solid;
	background-color:#cac7b7;
}
#fourth-content .top-content-inner .rectbox ul li a {
	display:block;
}

/*----------------------------------------------------------------------------
 ***                                                       fifth-content 
----------------------------------------------------------------------------*/
#fifth-content .ev-rect-frame {
	width:100%;
	height:auto;
	margin:0;
	border-bottom:1px #ccc solid;
	background: -moz-linear-gradient(#FEFEFE, #F3EBDC);
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#F3EBDC)); 
	background: -ms-linear-gradient(bottom, #F3EBDC, #FEFEFE);
	background: linear-gradient(to top, #F3EBDC, #FEFEFE);
}
#fifth-content .ev-rectbox {
	width:90px;
	height:auto;
	margin:0 10px 0 0;
	float:left;
}
#fifth-content .ev-rectbox img {
	width:100%;
	height:auto;
	margin:0;
}
#fifth-content .ev-rect-frame a {
	display:block;
	width:100%;
	height:100%;
}
#fifth-content h2 {
	font-size: 24px;
	font-weight:nomal;
	margin: 0;
	padding:10px 0;
	color: #fff;
	border-bottom:1px #ccc dotted;
	text-align:center;
	background: -moz-linear-gradient(#87B6CE, #454DC2);
	background: -webkit-gradient(linear, left top, left bottom, from(#87B6CE), to(#454DC2)); 
	background: -ms-linear-gradient(bottom, #454DC2, #87B6CE);
	background: linear-gradient(to top, #454DC2, #87B6CE);
}
#fifth-content h2 a {
	color: #fff;
	border-bottom:none;
	text-decoration:none;
}
#fifth-content p.mid-excerpt {
	text-align:left;
	display:none;
}
#fifth-content h3 {
	font-size: 16px;
	line-height:130%;
	font-weight: normal !important;
	padding:5px;
	color: #666;
	border-bottom:none;
}
#fifth-content h3 a {
	color: #666;
	border-bottom:none;
	text-decoration:none;
}

/*----------------------------------------------------------------------------
 ***                                                       sixth-content 
----------------------------------------------------------------------------*/
#sixth-content .four-rect-frame {
	width:100%;
	height:auto;
	margin:0;
	border-bottom:1px #ccc dotted;
	background: -moz-linear-gradient(#FEFEFE, #F3EBDC);
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#F3EBDC)); 
	background: -ms-linear-gradient(bottom, #F3EBDC, #FEFEFE);
	background: linear-gradient(to top, #F3EBDC, #FEFEFE);
}
#sixth-content .four-rectbox {
	width:90px;
	height:auto;
	margin:0 10px 0 0;
	float:left;
}
#sixth-content .four-rectbox img {
	width:100%;
	height:auto;
	margin:0;
}
#sixth-content .four-rect-frame a {
	display:block;
	width:100%;
	height:100%;
}
#sixth-content h2 {
	font-size: 24px;
	font-weight:nomal;
	margin: 0;
	padding:10px 0;
	color: #fff;
	border-bottom:1px #ccc dotted;
	text-align:center;
	background: -moz-linear-gradient(#87B6CE, #454DC2);
	background: -webkit-gradient(linear, left top, left bottom, from(#87B6CE), to(#454DC2)); 
	background: -ms-linear-gradient(bottom, #454DC2, #87B6CE);
	background: linear-gradient(to top, #454DC2, #87B6CE);
}
#sixth-content h3 {
	font-size: 16px;
	line-height:130%;
	font-weight: normal !important;
	padding:5px;
	color: #666;
	border-bottom:none;
}
#sixth-content h3 a {
	color: #666;
	border-bottom:none;
	text-decoration:none;
}
/*----------------------------------------------------------------------------
 ***                                                       seventh-content 
----------------------------------------------------------------------------*/
#seventh-content .access-mapframe {
	width:100%;
	height:auto;
}
#seventh-content .access-mapframe .access-imagebox {
	width:80%;
	height:auto;
	margin:0 auto;
}
#seventh-content .access-mapframe .access-imagebox img {
	width:100%;
	height:auto;
	margin:0;
}

#seventh-content h2 {
	font-size: 24px;
	font-weight:nomal;
	margin: 0;
	padding:10px 0;
	color: #fff;
	border-bottom:1px #ccc dotted;
	text-align:center;
	background: -moz-linear-gradient(#87B6CE, #454DC2);
	background: -webkit-gradient(linear, left top, left bottom, from(#87B6CE), to(#454DC2)); 
	background: -ms-linear-gradient(bottom, #454DC2, #87B6CE);
	background: linear-gradient(to top, #454DC2, #87B6CE);
}
#seventh-content h2 a {
	color: #fff;
	border-bottom:none;
	text-decoration:none;
}
#seventh-content p.short-excerpt {
	text-align:center;
	padding:5px 0 0 0;
	font-weight:bold;
}
#seventh-content p.mid-excerpt {
	font-size:12px;
	text-align:left;
	padding:5px 10px 10px 10px;
}
#seventh-content .access-btn {
	font-size:24px;
	line-height:150%;
	width:98%;
	height:auto;
	margin:1%;
	padding:5px 0;
	background-color:#a0bfb3;
	border-radius:6px;
	text-align:center;
}
#seventh-content .access-btn a {
	text-decoration:none;
}
/*----------------------------------------------------------------------------
 ***                                                         Article
----------------------------------------------------------------------------*/
.jp-title {
	line-height:100%!important;
	margin:0!important;
	padding: 5!important;
	font-size:12px!important;
	font-weight:normal;
	display:block;
}
.view-count-single {
	text-align:right;
	font-size:10px;
	font-weight:bold;
	line-height:150%;
	color:#333;
	width:auto;
	height:auto;
	padding:3px;
	margin:0;
	background-color:#ccc;
}
.main-photo img {
	width:100%;
	height:auto;
}
body.page p,
body.single p {
	font-size:14px;
	line-height:200%;
	margin:20px 0 20px 0;
}
body.page #content article ul,
body.single #content article ul,
body.page #content article ol,
body.single #content article ol,
body.page #content-wide article ul,
body.single #content-wide article ul,
body.page #content-wide article ol,
body.single #content-wide article ol {
	font-size:14px;
	line-height:150%;
	margin:10px 0 10px 10px;
	list-style-position: inside;
}
.article-box-index {
	width:98%;
	height:auto;
	margin: 0 0 10px 0;
	background-color:#FFF2E3;
	text-align:center;
	position:relative;
}
.article-box-index h2 {
	width:90%;
	font-size:14px;
	font-weight:nomal;
	padding:5%;
	background-color:rgba(186,131,51,0.58);;
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
}
.article-box-index h2 span.sub-head {
	display:block;
	width:90%;
	font-size:16px;
	font-weight:nomal;
	padding:5% 5% 0 5%;
	color:#fff;
}
.article-box-index  img {
	width:100%;
	height:100%;
	padding:0px;
	background-color:#fff;
}
.article-box1 h2 {
	font-size:26px;
	font-weight:normal;
	margin-bottom:20px;
	border-bottom:#014ea1 2px solid;
	line-height:1em;
	height:36px;
	color:#014ea1;
}
.article-box1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}
.article-box1 ul li {
	margin:0;
	padding:6px;
	list-style-type:circle;
}
.see-all-list {
	background-image:url(images/list-arrow-blue1.png);
	background-repeat:no-repeat;
	background-position:0 0;
	margin:10px 10px 0 0;
	padding:5px 0 0 26px;
	font-size:12px;
	float:right;
}
.article-box2 {
	width:100%;
}

.main-text {
	color:#666;
	padding: 0;
}
/*body.page .article-main h3,*/
body.page #main h3,
body.single #main h3 {
	width:auto;
	height:auto;
	padding:10px;
	background-color:#98C4C8;
	color:#fff;
	margin:0;
}
body.page #main p,
body.single #main p {
	width:auto;
	height:auto;
	padding:10px;
	margin:0;
}

.page-template-page-footpath p img {
	width:100%;
	height:auto;
}

.page-template-page-recommend1 p iframe,
.page-template-page-cycling p iframe {
	width:100%!important;
	height:auto!important;
	min-height:300px;
}
.page-template-page-recommend1 article img {
	width:30%;
	height:auto;
}
.page-template-page-cycling article img,
.page-template-page-cyclingtop article img {
	width:100%;
	height:auto;
}
.data-section p {
	color:#666!important;
	padding:10px!important;
	line-height:100%!important;
}
.article-box1,
.article-main {
	/*background-color:#F2F0E9;*/
}
.map-location iframe {
	width:100%;
	height:250px;
}

body.archive #content img,
body.search #content img {
	width:30%;
	height:auto;
	margin:0 10px 0 0;
}
.article-list-frame-excerpt p {
	/*font-size:12px;
	line-height:110%;
	margin:3px 0;*/
	display:none;
}
.archive-see-detail-btn {
	font-size:14px;
	text-align:center;
	width:auto;
	height:auto;
	padding:5px;
	position:absolute;
	bottom:5px;
	right:5px;
	border:#ccc 1px solid;
	background-image:url(images/btn-arrow1.png);
	background-repeat:no-repeat;
	background-position:-30px -2px;
	background-color:#f7f7f5;
}
.archive-see-detail-btn a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}
.view-count-archive {
	font-size:12px;
	margin:5px 0 0 0;
}
.article-list-frame {
	position:relative;
	border-bottom:1px #ccc solid;
	background: -moz-linear-gradient(#FEFEFE, #F3EBDC);
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#F3EBDC)); 
	background: -ms-linear-gradient(bottom, #F3EBDC, #FEFEFE);
	background: linear-gradient(to top, #F3EBDC, #FEFEFE);
}

table {
	width:100%;
	height:auto;
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
}
th{
	width:45%;
	background-color:rgba(186,210,206,0.4);
	font-weight: bold;
	text-align:left;
}
#sidebar .half-box-title {
	padding:10px 10px 5px 10px!important;
}
#sidebar .half-box-jp-title {
	font-size:12px!important;
	padding:5px!important;
	line-height:100%!important;
}
#sidebar .view-count-small {
	padding-top:10px;
	font-size:12px;
}
#sidebar .half-inner-box {
	background: -moz-linear-gradient(#FEFEFE, #F3EBDC);
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#F3EBDC)); 
	/* - IE9 */  
	background: -ms-linear-gradient(bottom, #F3EBDC, #FEFEFE);
	/* IE10 */  
	background: linear-gradient(to top, #F3EBDC, #FEFEFE);
}
	
/*----------------------------------------------------------------------------
 ***                                                       Widget
----------------------------------------------------------------------------*/
.indextop-widget h2,
.mid-widget h2 {
	display:none;
}
.indextop-widget img,
.mid-widget img {
	width:100%;
	height:auto;
}

/*----------------------------------------------------------------------------
 ***                                                        Sidebar
----------------------------------------------------------------------------*/
#sidebar {
	color:#666;
	background-color:#F3F1E9;
	width:100%;
}
#sidebar h2,
#sidebar h3,
#sidebar h4 {
	width:auto;
	height:auto;
	padding:10px;
	background-color:#98C4C8;
	color:#fff;
	margin:0;
}
#sidebar h2.widget-title {
	font-size:14px;
	text-align:right;
	background-color:#707593;
}
.second-content-box {
	width:98%;
	height:auto;
	margin-bottom:10px;
	padding-bottom:0px;
	background-color:#fff;
	overflow:hidden;
}
.second-content-box img {
	width:100%;
	height:auto;
}
.second-content-box:last-child {
	margin-right:0;
}

.third-content-box {
	width:98%;
	height:auto;
	margin-bottom:10px;
	background-color:#FFF2E3;
	text-align:center;
	position:relative;
	border:1px #ccc solid;
	box-sizing:border-box;
}
aside .second-content-box h2 {
	font-size: 18px;
}

body.page #sidebar .half-box h3,
body.single #sidebar .half-box h3 {
	font-weight:normal;
	width:auto;
	height:auto;
	padding:10px;
	background-color:transparent;
	color:#666;
	margin:0;
}
body.page #sidebar a,
body.single #sidebar a {
	color:#666;
	text-decoration:none;
}
.half-inner-box {
	border-bottom:1px #ccc solid;
}
.half-inner-box img {
	width:20%;
	height:auto;
}

/*----------------------------------------------------------------------------
 ***                                                         Footer Area
----------------------------------------------------------------------------*/
#footer-top {
	display:none;
}
#footer-area {
	width:100%;
	height:auto;
}
.footer-segment {
	width: 100%;
	height:auto;
	margin: 0;
}
.footer-segment h4,
body.page .footer-segment h4 {
	font-size:18px;
	padding:12px 0;
	width: 100%;
	height:auto;
	margin: 0;
	color:#fff;
	text-align:center;
	background: -moz-linear-gradient(#69926C, #035C00);
	background: -webkit-gradient(linear, left top, left bottom, from(#69926C), to(#035C00)); 
	/* - IE9 */  
	background: -ms-linear-gradient(bottom, #035C00, #69926C);
	/* IE10 */  
	background: linear-gradient(to top, #035C00, #69926C);
}
.footer-segment h4 a {
	color:#fff;
	text-decoration:none;
}
/*.footer-segment h4 a:after {
	content:"";
}*/
.footer-segment ul {
	width: 100%;
	height:auto;
	margin: 0;
	padding: 0;
}
.footer-segment ul li {
	font-size:16px;
	width: 100%;
	height:auto;
	margin: 0;
	padding: 12px;
	background-color:#D5E0D8;
	border-bottom:1px #333 solid;
}
.footer-segment ul li a {
	display:block;
	
}

aside li  a {
	color:#666;
	text-decoration:none;
}
aside li  a:hover {
	color:#333;
	text-decoration:underline;
}

#fb-frame-box {
	display:none;
	width:260px;
	height:510px;
	margin:0 auto;
	padding:10px;
	background-color:#9999dd;
}
#fb-frame-box input {
  display: none;
}
#fb-frame-box label {
	display: none;
}

.back-photo {
	display:none;
}
}


@media only screen and (min-width : 481px) and (max-width : 1024px) {
/* iPads (portrait and landscape) ----------- */

/*----------------------------------------------------------------------------
 ***                                                         Nav
----------------------------------------------------------------------------*/
form#searchform {
	position:fixed;
	top:10px;
	right:10px;
	z-index:2000;
}

/* Main contents wrapper */
#wrapper {
	max-width: 1024px;
}

/* Main contents main frame */
#main {
    max-width: 1024px;
    margin: 45px 0 0 0;
}
body.home #main {
    max-width: 1024px;
    margin: 0;
}

/*----------------------------------------------------------------------------
 ***                                                         Slider
----------------------------------------------------------------------------*/
section.slider {
    max-width: 1024px;
}

/*----------------------------------------------------------------------------
 ***                                                     Main logo
----------------------------------------------------------------------------*/
#main-logo img {
	width:40%;
}
#topics {
	width:480px;
	height:100px;
	background:rgba(0,0,0,0.5);
	margin:30px auto 60px auto;
	padding:10px;
}
#topics h3 {
	color:#fff;
	margin-bottom:20px;
}
#topics ul {
	list-style:none;
}
#topics a {
	color:#fff;
}
#topics ul li span.news-date {
	display:block;
	margin-bottom:10px;
}
/* Main contents main content */
#content {
	margin-bottom: 0;
	padding:0;
}
#fourth-content img {
	width:100%;
	height:auto;
}

#sixth-content {
	width: 100%;
	height:auto;
	margin:0;
	padding:0;
	background-color:#F3EBDC;
	text-align:center;
}
#seventh-content {
	width: 100%;
	height:auto;
	margin:0;
	padding:0;
	background-color:#efefef;
	/*border:#ccc 1px solid;*/
	text-align:center;
}

/* Main contents sidebar */
#sidebar {
	background-color:rgba(249,254,255,1.00);
	float: none;
	width: 100%;
	height:auto;
}

/* Footer */
footer {
	background-color:#301542;
}

/*----------------------------------------------------------------------------
 ***                                                         Header
----------------------------------------------------------------------------*/
header {
    width: 100%;
    max-width: 1024px;
    height: 45px;
    margin: 0 0 0 auto;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 1000;
}
header>h1 {
	display:none;
}
#head-menu ul.head-menu-content {
	width:100%;
	height:auto;
	display:flex;
	list-style:none;
	margin:20px auto 0 auto;
}
#head-menu ul.head-menu-content li {
	font-size:12px;
	width:100%;
	height:48px;
	padding: 16px 2px!important;
	background-color:#cac7b7;
	border:1px #666 solid;
	box-sizing:border-box;
	border-collapse:collapse;
	
}
#head-menu ul.head-menu-content li a {
	text-decoration:none;
	color:#fff;
}
#head-menu ul.head-menu-content li a:hover {
	text-decoration:none;
	color:#ccc;
}

#head-menu2 {
	width:400px;
	float:right;
	margin-top:0px;
	margin-right:-65px;
}
#head-menu2 ul.head-menu-content {
	
}
#head-menu2 ul.head-menu-content li {
	float:left;
	margin-right:5%;
	list-style:none;
	display:block;
	border-bottom:#ccc 1px solid;
}
#head-menu2 ul.head-menu-content li a {
	text-decoration:none;
	color:#fff;
}
#head-menu2 ul.head-menu-content li a:hover {
	text-decoration:none;
	color:#ccc;
}

/*----------------------------------------------------------------------------
 ***                                                         Drop Menu
----------------------------------------------------------------------------*/
.sub-title {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-top:5px;
}

#fade-in2 li ul{
	width:200px;
	opacity: 0;
	top: -50%;
	visibility: hidden;
	transition: .2s;
}
#fade-in2 li:hover ul{
	top: 10%;
	visibility: visible;
	opacity: 1;
}

/*----------------------------------------------------------------------------
 ***                                                       fourth-content 
----------------------------------------------------------------------------*/
#fourth-content #fourth-content-mess {
	text-align:center;
	color:#fff;
	padding:10px 0;
	background: -moz-linear-gradient(#87B6CE, #454DC2);
	background: -webkit-gradient(linear, left top, left bottom, from(#87B6CE), to(#454DC2)); 
	background: -ms-linear-gradient(bottom, #454DC2, #87B6CE);
	background: linear-gradient(to top, #454DC2, #87B6CE);
}
#fourth-content .mess1 {
	font-size:18px;
	font-weight:bold;
	display:block;
	line-height:120%;
}
#fourth-content .mess2 {
	font-size:16px;
	font-weight:bold;
	display:block;
	line-height:120%;
}
#fourth-content p {
	font-size:14px;
	line-height:150%;
}
#fourth-content .top-content-inner .half-rect-frame {
	width:50%;
	height:auto;
	margin:0;
	float:left;
	border:2px #ccc solid;
	box-sizing:border-box;
}
#fourth-content .top-content-inner .half-rect-frame h2 {
	/*font-family:"Arial Black", Gadget, sans-serif;*/
	font-size:16px;
	line-height:120%;
	width: 100%;
	float:right;
	margin: 0;
	padding:10px 0;
	color:#fff;
	text-align:center;
	height:auto;
	box-sizing:border-box;
	background-color:#aeb2f2;
}
#fourth-content .top-content-inner .rectbox {
	width:100%;
	height:auto;
	min-height:100px;
	float:left;
}
#fourth-content .top-content-inner .rectbox img {
	width:30%;
	height:auto;
}
#fourth-content .top-content-inner .rectbox ul {
	width:70%;
	height:auto;
	float:right;
	margin:0;
}
#fourth-content .top-content-inner .rectbox ul li {
	width:100%;
	height:auto;
	line-height:1.2em;
	margin:0;
	padding:3%;
	border-bottom:1px #ccc solid;
	background-color:#cac7b7;
	box-sizing:border-box;
}
#fourth-content .top-content-inner .rectbox ul li a {
	display:block;
}
/*----------------------------------------------------------------------------
 ***                                                       fifth-content 
----------------------------------------------------------------------------*/
#fifth-content .fifth-content-box {
	width: 100%;
	max-width:1024;
	height:auto;
	margin: 0;
	/*background-color:rgba(249,254,255,1.00);*/
	border:#ccc 1px solid;
}
#fifth-content .ev-rect-frame {
	width:50%;
	height:auto;
	margin:0;
	border-bottom:1px #ccc solid;
	background: -moz-linear-gradient(#FEFEFE, #F3EBDC);
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#F3EBDC)); 
	background: -ms-linear-gradient(bottom, #F3EBDC, #FEFEFE);
	background: linear-gradient(to top, #F3EBDC, #FEFEFE);
	float:left;
}
#fifth-content .ev-rectbox {
	width:90px;
	height:auto;
	margin:0 10px 0 0;
	float:left;
}
#fifth-content .ev-rectbox img {
	width:100%;
	height:auto;
	margin:0;
}
#fifth-content .ev-rect-frame a {
	display:block;
	width:100%;
	height:100%;
}
#fifth-content h2 {
	font-size: 24px;
	font-weight:nomal;
	margin: 0;
	padding:10px 0;
	color: #fff;
	border-bottom:1px #ccc dotted;
	text-align:center;
	background: -moz-linear-gradient(#87B6CE, #454DC2);
	background: -webkit-gradient(linear, left top, left bottom, from(#87B6CE), to(#454DC2)); 
	background: -ms-linear-gradient(bottom, #454DC2, #87B6CE);
	background: linear-gradient(to top, #454DC2, #87B6CE);
}
#fifth-content h2 a {
	color: #fff;
	border-bottom:none;
	text-decoration:none;
}
#fifth-content p.mid-excerpt {
	text-align:left;
	display:none;
}
#fifth-content h3 {
	font-size: 16px;
	line-height:130%;
	font-weight: normal !important;
	padding:5px;
	color: #666;
	border-bottom:none;
}
#fifth-content h3 a {
	color: #666;
	border-bottom:none;
	text-decoration:none;
}

/*----------------------------------------------------------------------------
 ***                                                       sixth-content 
----------------------------------------------------------------------------*/
#sixth-content .four-rect-frame {
	width:25%;
	height:auto;
	margin:0 0 2% 0;
	border-bottom:1px #ccc dotted;
	background: -moz-linear-gradient(#FEFEFE, #F3EBDC);
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#F3EBDC)); 
	background: -ms-linear-gradient(bottom, #F3EBDC, #FEFEFE);
	background: linear-gradient(to top, #F3EBDC, #FEFEFE);
	float:left;
}
#sixth-content .four-rectbox {
	width:100%;
	height:auto;
	margin:0 1% 0 0;
	float:left;
}
#sixth-content .four-rectbox img {
	width:100%;
	height:auto;
	margin:0;
}
#sixth-content .four-rect-frame a {
	display:block;
	width:100%;
	height:100%;
}
#sixth-content h2 {
	font-size: 24px;
	font-weight:nomal;
	margin: 0;
	padding:10px 0;
	color: #fff;
	border-bottom:1px #ccc dotted;
	text-align:center;
	background: -moz-linear-gradient(#87B6CE, #454DC2);
	background: -webkit-gradient(linear, left top, left bottom, from(#87B6CE), to(#454DC2)); 
	/* - IE9 */  
	background: -ms-linear-gradient(bottom, #454DC2, #87B6CE);
	/* IE10 */  
	background: linear-gradient(to top, #454DC2, #87B6CE);
	
}
#sixth-content p.short-excerpt {
	color:#666;
}
#sixth-content p.mid-excerpt {
	color:#666;
}
#sixth-content h3 {
	font-size: 16px;
	line-height:130%;
	font-weight: normal !important;
	padding:5px;
	color: #666;
	border-bottom:none;
	text-align:center;
}
#sixth-content h3 a {
	color: #666;
	border-bottom:none;
	text-decoration:none;
}
/*----------------------------------------------------------------------------
 ***                                                       seventh-content 
----------------------------------------------------------------------------*/
.seventh-content-box .access-mapframe {
	width: 100%;
	max-width:1024px;
	height:auto;
	margin: 0;
}
.seventh-content-box .access-imagebox {
	width:30%;
	height:auto;
	float:left;
	margin:1.5%;
}
.seventh-content-box .access-imagebox img {
	width:100%;
	height:auto;
}
#seventh-content h2 {
	font-size: 24px;
	font-weight:nomal;
	margin: 0;
	padding:10px 0;
	color: #fff;
	border-bottom:1px #ccc dotted;
	text-align:center;
	background: -moz-linear-gradient(#87B6CE, #454DC2);
	background: -webkit-gradient(linear, left top, left bottom, from(#87B6CE), to(#454DC2)); 
	background: -ms-linear-gradient(bottom, #454DC2, #87B6CE);
	background: linear-gradient(to top, #454DC2, #87B6CE);
}
#seventh-content h2 a {
	color: #fff;
	border-bottom:none;
	text-decoration:none;
}
#seventh-content p.short-excerpt {
	text-align:center;
	padding:5px 0 0 0;
	font-weight:bold;
}
#seventh-content p.mid-excerpt {
	font-size:12px;
	text-align:left;
	padding:5px 10px 10px 10px;
}
#seventh-content .access-btn {
	font-size:24px;
	line-height:150%;
	width:98%;
	height:auto;
	margin:1%;
	padding:5px 0;
	background-color:#a0bfb3;
	border-radius:6px;
	text-align:center;
}
#seventh-content .access-btn a {
	text-decoration:none;
}

/*----------------------------------------------------------------------------
 ***                                                         Article
----------------------------------------------------------------------------*/

.jp-title {
	line-height:100%;
	margin:0;
	padding: 0;
	font-size:12px;
	font-weight:normal;
	display:block;
}
.view-count-single {
	text-align:right;
	font-size:10px;
	font-weight:bold;
	line-height:150%;
	color:#333;
	width:auto;
	height:auto;
	padding:3px;
	margin:0;
	background-color:#ccc;
}
.main-photo img {
	width:100%;
	height:auto;
}
body.page h2,
body.single h2,
body.search h2,
body.error404 h2,
body.archive h2,
body.category h2 {
	font-size:24px;
	font-weight:normal;
	line-height:140%;
	margin:48px 0 0 0;
}
body.page p,
body.single p {
	font-size:14px;
	line-height:200%;
	margin:20px 0 20px 0;
}
body.page p img,
body.single p img {
	max-width:100%!important;
	height:auto;
}
body.page #content article ul,
body.single #content article ul,
body.page #content article ol,
body.single #content article ol,
body.page #content-wide article ul,
body.single #content-wide article ul,
body.page #content-wide article ol,
body.single #content-wide article ol {
	font-size:14px;
	line-height:150%;
	margin:10px 0 10px 10px;
	list-style-position: inside;
}
.article-box-index {
	width:98%;
	height:auto;
	margin: 0 0 10px 0;
	background-color:#FFF2E3;
	text-align:center;
	position:relative;
}
.article-box-index h2 {
	width:90%;
	font-size:14px;
	font-weight:nomal;
	padding:5%;
	background-color:rgba(186,131,51,0.58);;
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
}
.article-box-index h2 span.sub-head {
	display:block;
	width:90%;
	font-size:16px;
	font-weight:nomal;
	padding:5% 5% 0 5%;
	color:#fff;
}
.article-box-index  img {
	width:100%;
	height:100%;
	padding:0px;
	background-color:#fff;
}
.article-box1 h2 {
	font-size:26px;
	font-weight:normal;
	margin-bottom:20px;
	border-bottom:#014ea1 2px solid;
	line-height:1em;
	height:36px;
	color:#014ea1;
}
.article-box1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}
.article-box1 ul li {
	margin:0;
	padding:6px;
	list-style-type:circle;
}
.see-all-list {
	background-image:url(images/list-arrow-blue1.png);
	background-repeat:no-repeat;
	background-position:0 0;
	margin:10px 10px 0 0;
	padding:5px 0 0 26px;
	font-size:12px;
	float:right;
}
.article-box2 {
	width:100%;
}

.main-text {
	color:#666;
	padding: 0;
}
/*body.page .article-main h3,*/
body.page #main h3,
body.single #main h3 {
	width:auto;
	height:auto;
	padding:10px;
	background-color:#98C4C8;
	color:#fff;
	margin:0;
}
body.page #main p,
body.single #main p {
	width:auto;
	height:auto;
	padding:10px;
	margin:0;
}
.data-section p {
	color:#666!important;
	padding:10px!important;
	line-height:100%!important;
}
.map-location iframe {
	width:100%;
	height:250px;
}

body.archive #content img {
	width:30%;
	height:auto;
	margin:0 10px 0 0;
}
.article-list-frame-excerpt p {
	/*font-size:12px;
	line-height:110%;
	margin:3px 0;*/
	display:none;
}
.archive-see-detail-btn {
	font-size:14px;
	text-align:center;
	width:auto;
	height:auto;
	padding:5px;
	position:absolute;
	bottom:5px;
	right:5px;
	border:#ccc 1px solid;
	background-image:url(images/btn-arrow1.png);
	background-repeat:no-repeat;
	background-position:-30px -2px;
	background-color:#f7f7f5;
}
.archive-see-detail-btn a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}
.view-count-archive {
	font-size:12px;
	margin:5px 0 0 0;
}
.article-list-frame {
	position:relative;
	border-bottom:1px #ccc solid;
	background: -moz-linear-gradient(#FEFEFE, #F3EBDC);
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#F3EBDC)); 
	background: -ms-linear-gradient(bottom, #F3EBDC, #FEFEFE);
	background: linear-gradient(to top, #F3EBDC, #FEFEFE);
}

table {
	width:100%;
	height:auto;
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
}
th{
	width:45%;
	background-color:rgba(186,210,206,0.4);
	font-weight: bold;
	text-align:left;
}
#sidebar .half-box-title {
	padding:10px 10px 5px 10px!important;
}
#sidebar .half-box-jp-title {
	font-size:12px!important;
	padding:5px!important;
	line-height:100%!important;
}
#sidebar .view-count-small {
	padding-top:10px;
	font-size:12px;
}
#sidebar .half-inner-box {
	background: -moz-linear-gradient(#FEFEFE, #F3EBDC);
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#F3EBDC)); 
	/* - IE9 */  
	background: -ms-linear-gradient(bottom, #F3EBDC, #FEFEFE);
	/* IE10 */  
	background: linear-gradient(to top, #F3EBDC, #FEFEFE);
}

#lavender-map {
    height: 600px;
    margin: 0;
}

.page-template-page-recommend1 p iframe,
.page-template-page-cycling p iframe {
	width:100%!important;
	height:auto!important;
	max-height:300px;
}
/*----------------------------------------------------------------------------
 ***                                                        Sidebar
----------------------------------------------------------------------------*/
.third-content-box {
	width:20%;
	margin:0;
	float: left;
	background-color:#FFF2E3;
	text-align:center;
	position:relative;
	border:1px #ccc solid;
	box-sizing:border-box;
}
.third-content-box:after{
	padding-top: 34.8%;
	display: block;
	content: "";
}
.third-content-box > *{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.topindex-ad {
	width:100%;
	max-width:1024px;
	height:auto;
	margin:0;
	padding:0;
}
.topindex-ad h2 {
	width:100%;
	max-width:1024px;
	font-size:14px;
	height:auto;
	margin:0;
	padding:5px;
	box-sizing:border-box;
}
/*----------------------------------------------------------------------------
 ***                                                         Footer Area
----------------------------------------------------------------------------*/
#footer-top {
	width: 100%;
	max-width:1024px;
	margin:0 auto;
	color: #000;
	font-size: 90%;
	padding: 18px 0;
	overflow: hidden;
}
#footer-area {
	width: 100%;
	max-width:1024px;
	margin:0 auto;
	font-size: 90%;
	padding: 0;
	overflow: hidden;
	box-sizing:border-box;
}
.footer-segment {
	width: 20%;
	height:auto;
	float: left;
	padding-right:0;
	box-sizing:border-box;
}
.footer-segment:last-child {
	margin-right: 0px;
}
footer aside h4 {
	width:100%;
	height:auto;
	color: #fff;
	font-size: 14px;
	font-weight:normal;
	line-height: 1.5em;
	border:#ccc 1px solid;
	margin:0;
	padding:5% 2%;
	background: -moz-linear-gradient(#87B6CE, #454DC2);
	background: -webkit-gradient(linear, left top, left bottom, from(#87B6CE), to(#454DC2));  
	background: -ms-linear-gradient(bottom, #454DC2, #87B6CE);
	background: linear-gradient(to top, #454DC2, #87B6CE);
	box-sizing:border-box;
}
footer ul {
	list-style:none!important;
	margin:0;
}
footer ul li {
	width:100%;
	height:auto;
	font-size:12px;
	color:fff;
	border:#ccc 1px solid;
	margin:0;
	padding:5% 2%;
	background: -moz-linear-gradient(#87B6CE, #5B92E2);
	background: -webkit-gradient(linear, left top, left bottom, from(#87B6CE), to(#5B92E2));  
	background: -ms-linear-gradient(bottom, #5B92E2, #87B6CE);
	background: linear-gradient(to top, #5B92E2, #87B6CE);
	box-sizing:border-box;
}
footer a:link, footer a:visited {
	color:#fff;
}
footer a:hover { 
	color:#fff;
}
footer p {
	margin:0;
	font-size:12px;
}

/*----------------------------------------------------------------------------
 ***                                                         Footer Bottom
----------------------------------------------------------------------------*/
#footer-bottom {
	height:160px;
	margin-top:60px;
}
#foot-logo {
	margin-bottom:30px;
}
/*----------------------------------------------------------------------------
 ***                                                              page top icon
----------------------------------------------------------------------------*/
#page-top {
    bottom: 40%;
    right: 1%;
	transition:bottom .3s ease-in-out;
	-webkit-transition:bottom .3s ease-in-out;
	-moz-transition:bottom .3s ease-in-out;
}
#page-top:hover {
	bottom: 42%;
}

#fb-frame-box {
	display:none;
	width:250px;
	height:500px;
	margin:0 auto;
	padding:10px;
	background-color:#9999dd;
}

#fb-frame-box input {
  display: none;
}
#fb-frame-box label {
	display: none;
}

}

@media only screen and (min-width : 1025px) {
#page {
	background-color:#fff;
}
/* Outer frame */
body.home #page {
	position: relative;
	overflow:hidden;
	padding:0;
	/*background-color: #fff;*/
	background-color: #301542;
}
/* Main navigation */
nav {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding:0;
	background-color:rgba(140,64,169,1.00);
	/*border-bottom:#fa7c01 1px solid;*/
}
body.home nav {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding:0;
	background-color:transparent;
	/*border-bottom:#fa7c01 1px solid;*/
}

body.home nav-org {
	width: 96%;
	max-width:1280px;
	height: auto;
	margin: 0 auto;
	padding:0;
	background-color:transparent;
	/*border-bottom:#fa7c01 1px solid;*/
}

#nav-mobile {
	display:none;
}

/* Main contents wrapper */
#wrapper {
	z-index:1000;
	position:relative;
}
body.home #wrapper {
	margin: 60% auto 0px auto!important;
	z-index:1000;
	position:relative;
	background-color:transparent;
}
.hakkei-back-photo {
	width:100%;
	height:auto;
	min-height:200px;
	margin:0;
	overflow:hidden;
	z-index:-1;
}
.back-photo img {
	width:100%;
	height:auto;
	min-height:200px;
	margin:0;
}
/* Main contents main frame */
#main {
	max-width:1280px;
}
body.home #main {
	max-width:100%;
}
/* breadcrumbs frame */
#breadcrumbs-frame {
	display:block;
	width: 100%;
	height:20px;
	margin: 0;
	padding: 20px 2%;
	background-color:rgba(230,230,230,.7);
	/*background-color:#f4edc1;*/
}
#breadcrumbs-frame .breadcrumbs {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	color:rgba(102,102,102,0.7);
}
#breadcrumbs-frame #ico-home {
	width:20px;
	height:20px;
	margin:0;
	padding:0;
	/*fill:#cac7b7;*/
	fill:rgba(102,102,102,0.7);
}
#breadcrumbs-frame .breadcrumbs div {
	width:auto;
	min-width:25px;
	height:20px;
	float:left;
	line-height:20px;
	display:inline-block;
}
#breadcrumbs-frame .breadcrumbs span,
#breadcrumbs-frame .breadcrumbs a {
	vertical-align:middle;
	display:inline-block;
	width:auto;
	height:20px;
	line-height:20px;
}
#breadcrumbs-frame .breadcrumbs a:hover {
	color:#000 !important;
}


#breadcrumbs-frame .breadcrumbs ul li {
	width:auto;
	min-width:25px;
	height:20px;
	float:left;
	line-height:20px;
	display:inline-block;
}
#breadcrumbs-frame .breadcrumbs span,
#breadcrumbs-frame .breadcrumbs a {
	vertical-align:middle;
	display:inline-block;
	width:auto;
	height:20px;
	line-height:20px;
}
#breadcrumbs-frame .breadcrumbs a:hover {
	color:#000 !important;
}

/* Main contents main content */
section.slider {
	max-width:none;
	padding: 0;
	position:fixed;
	top:0;
	background-color:#301542;
}
#main-logo {
	text-align:center;
	margin:0;
	width:300px;
	height:auto;
	padding:15px;
	border-radius:6px 0 0 6px;
	background:rgba(255,255,255,.75);
	position:absolute;
	top:90px;
	right:0px;
	z-index:3000;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.logo-bk-on {
	background:rgba(255,255,255,1)!important;
}
#main-logo img {
	display:block;
	width:80%;
	margin:0 auto 10px auto;
}
#main-logo-company-small {
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:.65em;
	font-weight:bold;
	margin-bottom:20px;
}
#topics {
	text-align:left;
	width:480px;
	height:100px;
	/*background:rgba(0,0,0,0.4);*/
	margin:30px auto 100px auto;
	/*padding:10px;
	border-radius:6px;*/
}
#main-logo h3 {
	width:90%;
	color:#666;
	line-height:150%;
	padding-bottom:5px;
	margin:10px auto;
	border-bottom:1px #999 dotted;
}
#topics ul {
	list-style:none;
}
#topics ul li {
	padding:10px;
	border-left:3px #ccc solid;
	border-right:3px #ccc solid;
}
#topics a {
	color:#333;
}
#topics ul li span.news-date {
	display:block;
	margin-bottom:10px;
}
/* Main contents main content */
#content {
	width: 70%;
	max-width:896px;
	min-height:400px;
	padding:10px 2%;
	float:left;
}
#content-wide {
	width: 100%;
	max-width:1280px;
	height:auto;
	min-height:400px;
	margin:0;
	padding:40px 0;
}
#fourth-content {
	margin: 0 auto;
	background-color:rgba(250,248,247,1.0);
	position:relative;
}
#fourth-content-mess {
	width: 100%;
	height:200px;
	margin: 0 auto;
	padding:40px 0 0 0;
	text-align:center;
	color:#fff;
	background: -moz-linear-gradient(#eacffc, #A456F8);
	background: -webkit-gradient(linear, left top, left bottom, from(#eacffc), to(#A456F8)); 
	/* - IE9 */  
	background: -ms-linear-gradient(bottom, #A456F8, #eacffc);
	/* IE10 */  
	background: linear-gradient(to top, #A456F8, #eacffc);
}
#fourth-content-mess span.mess1,
#fourth-content-mess span.mess2,
#fourth-content-mess span.mess3 {
	font-family:"Times New Roman", Times, serif;
	font-size:48px;
	display:block;
	margin: 5px auto;
}
#fourth-content-mess p {
	font-size:14px;
	display:block;
	margin: 20px auto;
}
#fourth-content .top-content-inner {
	width:100%;
	max-width:1280px;
	height:auto;
	margin: 0 auto;
	padding:50px 0 40px 0;
	overflow:hidden;
	position:relative;
}
.arrow-rect {
	width:70px;
	height:70px;
	background-color:#A456F8;
	-moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	margin:0;
	position:absolute;
	top:-35px;
	left:47.5%;
}
#fourth-content .top-content-inner .half-rect-frame {
	width:32%;
	height:auto;
	float:left;
	margin: 0 .5%;
	position:relative;
	margin-top:20px;
}
#fourth-content .top-content-inner .half-rect-frame h2 {
	font-size:16px;
	width: 100%;
	margin: 0 auto;
	padding:10px 0;
	color:#fff;
	text-align:center;
	background-color:#6e909c;
	border:none;
}
#fourth-content .top-content-inner .rectbox {
	width:100%;
	height:60%;
	border:1px #ccc solid;
	box-sizing:border-box;
}
#fourth-content .top-content-inner .rectbox img {
	width:50%;
	height:auto;
	float:left;
}
#fourth-content .top-content-inner .rectbox ul {
	width:50%;
	margin:0;
	padding:0;
	float:right;
	box-sizing:border-box;
}
#fourth-content .top-content-inner .rectbox ul li {
	width:97%;
	margin:2%;
	padding:5% 2%;
	line-height:1.5em;
	border-radius:4px;
	background-color:#F6F4EA;
	box-sizing:border-box;
}
#fourth-content .top-content-inner .rectbox ul li:hover {
	background-color:#E6D8C5;
}
#fourth-content .top-content-inner .rectbox ul a {
	display:block;
}
#fourth-content .top-content-inner .rectbox ul,
#fourth-content .top-content-inner .rectbox ul a {
	display:block;
	color:#666;
}
#fourth-content .top-content-inner .rectbox p {
	width:50%;
	padding:5% 2%;
	background-color:transparent;
	border:none;
}
#fourth-content .top-content-inner a {
	text-decoration:none;
}
#fifth-content {
	padding:5% 0;
	background-image:url(images/event-calendar-bk.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	text-align:center;
}
#sixth-content {
	width: 100%;
	height:auto;
	margin:0;
	padding:2% 0;
	background-color:#454ca8;
	text-align:center;
}
#seventh-content {
	width: 100%;
	height:auto;
	margin:0;
	padding:2% 0;
	background-color:#efefef;
	/*border:#ccc 1px solid;*/
	text-align:center;
}
/* Main contents sidebar */
#sidebar {
	width: 30%;
	max-width:350px;
	height:auto;
	margin:0;
	padding:10px 2%;
	background-color:rgba(250,248,247,1.0);
	float: right;
	box-sizing:border-box;
}
.side-widget {
	width: 100%;
	height:auto;
	margin:0 0 20px 0;
}

aside li  a {
	color:#ccc;
	text-decoration:none;
}
aside li  a:hover {
	color:#fff;
	text-decoration:underline;
}

/* Footer */
footer {
	width: 100%;
	margin: 0;
	background-color:#301542;
	clear: both;
}
.topindex-ad {
	background-color:#F6F6F6;
	padding:10px 10% 60px 10%;
}

/*----------------------------------------------------------------------------
 ***                                                        Facebook
----------------------------------------------------------------------------*/
#fb-frame-box {
	width:250px;
	height:500px;
	margin:0;
	padding:0px;
	position:absolute;
	right:0;
	top:280px;
	/*background-color:#9999dd;
	border:1px #333 solid;
	box-shadow:0 0 3px 2px rgba(104,24,26,0.63);*/
}

#fb-frame-box input {
  display: none;
}
#fb-frame-box label {
	font-size:18px;
	cursor: pointer;
	display: inline-block;
	padding: 10px 25px;
	border-radius: 0px;
	background: #9999dd;
	color: #FFF;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	position:absolute;
	right:0;
	top:-38px;
	z-index:1000;
}
.fb-page {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  right:0;
}
#fb-frame-box label:hover {
  background: #9963a8;
}

#fb-frame-box input:checked + .fb-page {
  right:-240px;
}
/*----------------------------------------------------------------------------
 ***                                                         Header
----------------------------------------------------------------------------*/
header {
	width:100%;
	max-width: 1280px;
	height:83px;
	margin:0px auto;
	padding: 20px 2% 5px 2%;
	position:relative;
	z-index:100;
	background-image:url(images/header-back-mountain-short.png);
	background-position:250px -20px;
	background-repeat:no-repeat;
}
header h1 a img {
	width:250px;
	height:auto;
}
header h1 a span#h1-site-name {
	display:none;
	font-size:12px;
}
header>h1 {
	display:block;
}
body.home header {
	width:100%;
	max-width: 100%;
	height:80px;
	margin:0;
	padding:20px auto;
	position:fixed;
	z-index:4000;
	background-image:none;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	box-sizing:border-box;
}
.head-bk-on {
	background-color:rgba(48,21,66, .85);
	box-shadow: 0px 3px 4px rgba(0, 0, 0, .2);
	
}
body.home header>h1 {
	display:none;
}
#head-menu {
	display:block;
	width:340px;
	position:absolute;
	margin:10px auto;
	right:0;
	top:0;
}
body.home #head-menu {
	width:360px!important;
	height:auto;
	margin:0;
	padding:0;
	right:-70px;
	top:34px;
	position:fixed;
	z-index:2100;
	text-align:right;
}
body.home #main-logo ul.head-menu-content {
	width:auto;
	height:auto;
	padding: 3px 10%!important;
	display:block;
}
body.home #main-logo ul.head-menu-content li {
	font-size:14px;
	float:left;
	margin:4% 2%;
	list-style:none;
	width:auto;
	height:auto;
	padding:0!important;
	background-color:transparent;
	border:none;
	box-sizing:border-box;
}
#head-menu ul.head-menu-content {
	text-align:right;
	height:34px;
}
#head-menu ul.head-menu-content li {
	float:left;
	margin-right:5%;
	list-style:none;
	display:block;
}
#head-menu ul.head-menu-content li:last-child {
	margin-right:0;
}
#head-menu ul.head-menu-content li a {
	text-decoration:none;
	color:#333;
}
body.home #head-menu ul.head-menu-content li a {
	text-decoration:none;
	color:#ffffff;
}
#head-menu ul.head-menu-content li a:hover {
	text-decoration:underline;
	color:#000;
}

#head-menu2 {
	width:400px;
	float:right;
	margin-top:0px;
	margin-right:-65px;
}
#head-menu2 ul.head-menu-content {
	
}
#head-menu2 ul.head-menu-content li {
	float:left;
	margin-right:5%;
	list-style:none;
	display:block;
	border-bottom:#ccc 1px solid;
}
#head-menu2 ul.head-menu-content li a {
	text-decoration:none;
	color:#fff;
}
#head-menu2 ul.head-menu-content li a:hover {
	text-decoration:none;
	color:#ccc;
}


#weather {
	display:none;
	/*position:absolute;
	right:40px;
	top:340px;
	width:280px;
	height:250px;*/
}
/*----------------------------------------------------------------------------
 ***                                                         Nav
----------------------------------------------------------------------------*/
#nav-pc {
	display:block;
	clear:both;
	z-index:2000;
	position:relative;
}
#nav-pc2 {
	clear:both;
	z-index:2000;
	position:relative;
	top:0px;
	left:220px;
	width:500px;
	height:40px;
	float:left;
}

/*----------------------------------------------------------------------------
 ***                                                         Drop Menu
----------------------------------------------------------------------------*/
#nav-pc #sub-nav {
	width:96%;
	max-width:1280px;
	margin:0 auto;
}
#sub-nav2 {
	width:100%;
	max-width:1280px;
}
#nav-pc .dropmenu{
	*zoom: 1;
	list-style-type: none;
	width: 100%;
	max-width: 1280px;
	height:40px;
	margin: 0px auto 0px;
	padding: 0;
	display:flex;
}
#nav-pc .dropmenu li {
	position: relative;
	width: 16%;
	margin: 0;
	font-weight:bold;
	float:left;
}
#nav-pc .dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 70px;
	left: 0px;
	margin: 0;
	padding: 0;
}
#nav-pc .dropmenu li ul li {
	width: 100%;
}
#nav-pc .dropmenu li ul li a {
	color:#fff;
	font-size:12px;
	border-bottom: 1px solid #fff;
	background:rgba(0,0,0,0.5);
	text-align: left;
}
#nav-pc .dropmenu li:hover > a {
	color:#fff;
	border-bottom: 1px solid #fff;
}
.dropmenu:before, .dropmenu:after{
	content: "";
	display: table;
}
.dropmenu:after{
	clear: both;
}
.dropmenu li:first-child {
	margin-left: 0;
}
.dropmenu li:last-child {
	margin-right: 0;
}
.dropmenu li a {
	display: block;
	margin: 0;
	padding: 12px 0 9px;
	font-size: 14px;
	color:#fff;
	line-height: 1;
	text-decoration: none;
}
.dropmenu li ul li {
	width: 100%;
	margin:0;
}
.dropmenu li ul li:first-child {
	margin:5px 0 0 0;
}
#nav-pc .dropmenu li ul li a {
	color:#ccc;
	font-size:12px;
	padding: 7%;
	border-bottom: 1px solid #fff;
	background:rgba(0,0,0,0.5);
	text-align: left;
}
.dropmenu li ul li:first-child a {
	border-top: 1px solid #fff;
}
.dropmenu li a:hover {
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.dropmenu li ul li a {
	color:#ccc;
	background:rgba(0,0,0,0.8);
	border-radius: 0px;
}
.dropmenu li ul li:hover{
	background:rgba(128,0,0,0.8);
	color:#fff;
}

.sub-title {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-top:5px;
}
/* Dropmenu Fade-in-down*/
#fade-in2 li ul{
	width:200px;
	opacity: 0;
	top: 0;
	visibility: hidden;
	transition: .2s;
}
#fade-in2 li:hover ul{
	top: 35px;
	visibility: visible;
	opacity: 1;
}
body.home #fade-in2 li ul{
	width:200px;
	opacity: 0;
	top: 55px;
	visibility: hidden;
	transition: .2s;
}
body.home #fade-in2 li:hover ul{
	top: 35px;
	visibility: visible;
	opacity: 1;
}


/*----------------------------------------------------------------------------
 ***                                                         Slider
----------------------------------------------------------------------------*/
#wowslider-container1 {
	margin-bottom:60px!important;
}

/*----------------------------------------------------------------------------
 ***                                                         Search Form
----------------------------------------------------------------------------*/
#searchform {
	display:none;
	text-align:right;	
}
.search-frame #searchform {
	margin:40px 0;
	text-align:left;	
}

/*----------------------------------------------------------------------------
 ***                                                        Googlemaps
----------------------------------------------------------------------------*/
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
.map-location iframe {
	pointer-events:none;
	width:100%;
	max-width:896px;
}
#lavender-map {
	width: 100%;
	height: 800px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
#lavender-map .marker {
	position:relative;
	width:30%!important;
	height:auto;
}
.marker-label-index {
	text-align:center;
	display:block;
	font-size:18px;
	width:20px;
	height:70%;
	margin:0 15px 0 0;
	line-height:130%;
	padding:5px;
	background-color:#e0e5d3;
	color:red;
	float:left;
}
.map-location h4.spot-title {
	margin: 10px 0!important;
}
.map-location .see-thispage-btn {
	text-align:center;
	width:150px;
	height:20px;
	padding:5px;
	position:absolute;
	right:0px;
	bottom:42px;
	border:1px #ccc solid;
	background-color:#E8E8E8;
}
.map-location .see-thispage-btn:hover {
	background-color:#FEEEEF;
}
.map-location .see-thispage-btn a {
	line-height:150%;
	display:block;
	text-decoration:none;
	color:#666;
	font-size:14px;
}
.map-location .see-thispage-btn a:hover {
	color:#000;
}

aside#sidebar div#mapList .map-list {
	width:92%;
	height:50px;
	float:none;
}
/*----------------------------------------------------------------------------
 ***                                                         Article
----------------------------------------------------------------------------*/
body.page h1.entry-title,
body.single h1.entry-title,
body.search h1.archive-title,
body.error404 h1.archive-title,
body.archive h1.archive-title,
body.category h1.archive-title {
	font-size:36px;
	font-weight:normal;
	line-height:140%;
	color:#666;
	border-bottom:#ccc 1px solid;
	margin:20px 0 0px 0;
	padding:0;
	background:none;
}
body.page h2,
body.single h2,
body.search h2,
body.error404 h2,
body.archive h2,
body.category h2 {
	font-size:24px;
	font-weight:normal;
	line-height:140%;
	margin:48px 0 0 0;
}
body.page h3,
body.single h3,
body.archive h3,
body.category h3 {
	font-size:18px;
	line-height:140%;
	margin:36px 0 0 0;
	padding:0;
}
body.page h4,
body.single h4,
body.archive h4,
body.category h4 {
	margin:32px 0 10px 0;
}
body.page p,
body.single p {
	font-size:14px;
	line-height:200%;
	margin:20px 0 20px 0;
}
body.page #content article ul,
body.single #content article ul,
body.page #content article ol,
body.single #content article ol,
body.page #content-wide article ul,
body.single #content-wide article ul,
body.page #content-wide article ol,
body.single #content-wide article ol {
	font-size:14px;
	line-height:150%;
	margin:10px 0 10px 10px;
	list-style-position: inside;
}
.top3frame {
	width:300px;
	height:150px;
	margin-right:48px;
	background-color:#a6a5c2;
	border:1px #939393 solid;
	float:left;
}
.top3frame:last-child {
	margin-right:0;
}
.top3frame h2 {
	font-size:18px;
	width:100%;
	height:35px;
	background-color:#454ca8;
	color:#FFF;
	margin:0;
	text-align:center;
	line-height:210%;
}
.top3frame p {
	font-size:14px;
	width:auto;
	padding:10px;
	color:#000;
}
.article-box-index {
	width:19.5%;
	margin: 0 .6% 0 0;
	float: left;
	/*background-color:#fa7c01;*/
	background-image:url(images/ami.png);
	text-align:center;
	position:relative;
	/*border:1px #ccc solid;
	box-sizing:border-box;*/
}
.article-box-index:after {
	padding-top: 91.2%;
	display: block;
	content: "";
}
.article-box-index .contentbox {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.article-box-index a {
	/*color:#fff;*/
}
.article-box-index a:hover {
	/*color:#fff;*/
}
.article-box-index:last-child {
	margin: 0;
}
.article-box-index h2 {
	width:90%;
	font-size:14px;
	font-weight:nomal;
	padding:5%;
	background-color:rgba(186,131,51,0.58);;
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
}
.article-box-index h2 span.sub-head {
	display:block;
	width:90%;
	font-size:16px;
	font-weight:nomal;
	padding:5% 5% 0 5%;
	color:#fff;
}
.article-box-index  img {
	width:100%;
	height:100%;
	padding:0px;
	background-color:#fff;
}
.see-all-list {
	background-image:url(images/list-arrow-blue1.png);
	background-repeat:no-repeat;
	background-position:0 0;
	margin:10px 10px 0 0;
	padding:5px 0 0 26px;
	font-size:12px;
	float:right;
}

#fifth-content h2,
#sixth-content h2,
#seventh-content h2,
#eighth-content h2 {
	width:75%;
	height:auto;
	margin: 0 auto 30px auto;
	font-size:60px;
	line-height:150%;
	font-weight:normal;
	border-bottom:rgba(140,64,169,1.00) 1px solid;
	text-align:center;
	color: #FFF;
    text-shadow: 2px 2px 3px rgba(140,64,169,1.00),
    -2px 2px 3px rgba(140,64,169,1.00),
    2px -2px 3px rgba(140,64,169,1.00),
    -2px -2px 3px rgba(140,64,169,1.00);
}

#sixth-content h2 {
	border-bottom:rgba(254,254,254,1.00) 1px solid;
	text-align:center;
	color: rgba(140,64,169,1.00);
    text-shadow: 2px 2px 3px rgba(250,248,247,1.00),
    -2px 2px 3px rgba(250,248,247,1.00),
    2px -2px 3px rgba(250,248,247,1.00),
    -2px -2px 3px rgba(250,248,247,1.00);
}
#fifth-content h2 a {
	color: #FFF;
	text-decoration:none;
}
#fifth-content h2 a:hover {
	text-shadow: 2px 2px 5px rgba(140,64,169,1.00),
    -2px 2px 5px rgba(140,64,169,1.00),
    2px -2px 5px rgba(140,64,169,1.00),
    -2px -2px 5px rgba(140,64,169,1.00);
}
#sixth-content h2 a {
	color: rgba(140,64,169,1.00);
	text-decoration:none;
}
#sixth-content h2 a:hover {
	text-shadow: 2px 2px 5px rgba(250,248,247,1.00),
    -2px 2px 5px rgba(250,248,247,1.00),
    2px -2px 5px rgba(250,248,247,1.00),
    -2px -2px 5px rgba(250,248,247,1.00);
}

#seventh-content h2 {
	border-bottom:#454ca8 1px solid;
	text-align:center;
	color: rgba(250,248,247,1.00);
    text-shadow: 2px 2px 3px #454ca8,
    -2px 2px 3px #454ca8,
    2px -2px 3px #454ca8,
    -2px -2px 3px #454ca8;
}

.article-box-index.kankyo .front {
	box-sizing:border-box;
	border:10px #5AD44B solid;
	overflow:hidden;
}
.article-box-index.chiiki .front {
	box-sizing:border-box;
	border:10px #3BB7FF solid;
	overflow:hidden;
}
.article-box-index.hoiku .front {
	box-sizing:border-box;
	border:10px #FF9092 solid;
	overflow:hidden;
}
.second-content-box {
	width: 32.5%;
	margin: 0 .7% 15px 0;
	float: left;
	position:relative;
}
.second-content-box:after {
	padding-top: 71%;
	display: block;
	content: "";
}
.second-content-box .contentbox {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.second-content-box img {
	width:100%;
	height:auto;
}
.second-content-box:last-child {
	margin-right:0;
}

#fourth-content .fourth-content-box {
	width: 98%;
	max-width:1280px;
	height:500px;
	margin: 0 auto;
	background-color:rgba(249,254,255,1.00);
	border:#ccc 1px solid;
}
#fifth-content .fifth-content-box {
	width: 98%;
	max-width:1280px;
	height:auto;
	min-height:400px;
	margin: 0 auto;
	padding:40px;
	background-color:rgba(249,254,255, .4);
	text-align:center;
	border-radius:10px;
	box-sizing:border-box;
}
#sixth-content .sixth-content-box {
	width: 98%;
	max-width:1280px;
	height:auto;
	min-height:400px;
	margin: 0 auto;
	padding:40px;
	text-align:center;
	border-radius:10px;
	box-sizing:border-box;
}
#seventh-content .seventh-content-box {
	width: 98%;
	max-width:1280px;
	height:auto;
	min-height:400px;
	margin: 0 auto;
	padding:40px;
	background-color:rgba(249,254,255,.7);
	border:#ccc 1px solid;
	border-radius:10px;
	box-sizing:border-box;
}
#eighth-content .eighth-content-box {
	width: 98%;
	max-width:1280px;
	height:500px;
	margin: 0 auto;
	background-color:rgba(249,254,255,1.00);
	border:#ccc 1px solid;
}
.jp-title {
	font-size:18px;
	font-weight:normal;
	display:block;
}
body.archive .jp-title {
	font-size:14px;
	font-weight:normal;
	margin:10px 0;
	display:block;
}

.article-main {
	margin-top:0;
}
.articlebox-mid {
	width:21.8%;
	height:440px;
	float:left;
	margin:20px .5% 40px;
	padding:1%; 
	border-radius:6px;
	background-color:#fff;
	border:#ccc 1px solid;
	position:relative;
}
.articlebox-mid img {
	width:100%;
	height:60%;
	overflow:hidden;
}
.articlebox-mid img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.main-content-box table.course-table {
	font-weight:bold;
	width:50%;
	height:auto;
	float:right;
	margin: 20px 0 0 0;
	border:none;
}
.main-content-box table.course-table td {
	background-color:transparent!important;
	border:none!important;
}
.main-content-box table.course-table td img {
	width:5%;
	height:auto;
	margin-left:-5px!important;
}
.main-content-box table.course-table td.item-badge {
	text-align:center;
	width:20px;
	height:auto;
	padding:5px;
	background-color:#880002!important;
	color:#fff;
	border-radius:4px;
	
}
.main-content-box table.course-table tr:first-child td.item-badge{
	background-color:#04277D!important;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
body.page .articlebox-mid h3 {
	font-size:16px;
	line-height:150%;
	margin:0;
	border-bottom:#ccc 1px dotted;
}
body.page .articlebox-mid h3 a {
	text-decoration:none;
}
body.page .articlebox-mid h3 a:hover {
	color:#000;
}
body.page .articlebox-mid p.jp-title {
	font-size:12px;
	line-height:100%;
	margin:10px 0;
}
body.page .articlebox-mid p {
	font-size:14px;
	line-height:130%;
	margin:10px 0;
}

.main-content-box {
	width:100%;
	height:auto;
}
.main-content-box h3 {
	color:#fff;
	width:100%;
	height:auto;
	line-height:1.3em;
	padding:10px;
	background: -moz-linear-gradient(#87B6CE, #454DC2);
	background: -webkit-gradient(linear, left top, left bottom, from(#87B6CE), to(#454DC2)); 
	background: -ms-linear-gradient(bottom, #454DC2, #87B6CE);
	background: linear-gradient(to top, #454DC2, #87B6CE);
	box-sizing:border-box;
}
.main-content-box img {
	width:46%;
	height:auto;
	margin:0 4% 0 0;
	float:left;
}

.main-content-box table {
	width:45%;
	height:auto;
}

.main-content-box table.full-wide-table {
	width:100%;
	height:auto;
	margin:20px 0 10px 0;
}
.main-content-box table.full-wide-table ul li {
	list-style-position:outside;
	margin-bottom:10px;
}
.main-content-box p.download-btn {
	text-align:center;
	width:100%;
	height:auto;
	padding:10px;
	box-sizing:border-box;
	background-color:#a55cff;
	border-radius:6px;
	font-weight:bold;
}
.main-content-box p.download-btn a {
	color:#fff;
	text-decoration:none;
	display:block;
}
.main-content-box p.download-btn a:hover {
	
}
.main-content-box p.download-btn:hover {
	background-color:#6005B4;
}
ul.page-menu-lists li {
	width:49%;
	float:left;
}

/*----------------------------------------------------------------------------
 ***                                                       Index Event Calender
----------------------------------------------------------------------------*/
.ev-rect-frame {
	width:18%;
	height:auto;
	float:left;
	margin-right:1%;
	margin-left:1%;
	margin-top:40px;
	margin-bottom:10px;
	
}
.ev-rect-frame img {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	border-radius:6px;
	border:#ccc 1px solid;
}
.ev-rect-frame img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.ev-rect-frame h3 {
	font-size:16px;
	font-weight:normal;
	line-height:130%;
	width:100%;
	height:auto;
	margin:20px 0;
	padding:0;
	color:#333;
}
.ev-rect-frame h3 a {
	text-decoration:none;
	color:#333;
}
.ev-rect-frame h3 a:hover {
	text-decoration:underline;
	color:#000;
}

.four-rect-frame {
	width:20%;
	height:auto;
	float:left;
	margin-right:2.5%;
	margin-left:2.5%;
	margin-top:40px;
	margin-bottom:10px;
}
.four-rect-frame img {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	border-radius:6px;
	border:#ccc 1px solid;
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.four-rect-frame img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.four-rect-frame h3 {
	width:100%;
	height:auto;
	margin:20px 0;
	padding:0;
	color:#fff;
}
.four-rect-frame h3 a {
	text-decoration:none;
	color:#fff;
}
.four-rect-frame h3 a:hover {
	text-decoration:underline;
	color:#fff;
}
.sixth-content-box .short-excerpt {
	color:#fff;
	font-size:20px;
}
.sixth-content-box .mid-excerpt {
	width:50%;
	height:auto;
	margin:10px auto;
	color:#fff;
	font-size:16px;
}
.seventh-content-box .short-excerpt {
	color:#666;
	font-size:20px;
}
.seventh-content-box .mid-excerpt {
	width:50%;
	height:auto;
	margin:10px auto;
	color:#666;
	font-size:16px;
}
.seventh-content-box .access-mapframe {
	width: 98%;
	max-width:1000px;
	min-height:301px;
	margin: 0 auto;
}
.seventh-content-box .access-imagebox {
	width:30%;
	height:auto;
	float:left;
	margin-right:1.5%;
	margin-left:1.5%;
	margin-top:40px;
	margin-bottom:10px;
}
.seventh-content-box .access-imagebox img {
	width:100%;
	height:auto;
}
.seventh-content-box .access-btn {
	width:72%;
	height:auto;
	padding:10px;
	margin:20px auto;
	color:#666;
	font-size:20px;
	background-color:rgba(186,210,206,1.00);
	border:#ccc 1px solid;
	border-radius:10px;
}
.seventh-content-box .access-btn a {
	display:block;
	width:100%;
	height:auto;
	text-decoration:none;
	color:#666;
}
/*----------------------------------------------------------------------------
 ***                                                       Category Archive
----------------------------------------------------------------------------*/
#category-box {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	list-style-type:none;
}
#category-box li.category-li {
	width:100%;
	height:auto;
	margin:40px 0 40px 0;
	padding:0;
	position:relative;
}
.category-li ul {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	list-style-type:none;
}
.category-li ul li.child-category-li {
	width:28%;
	height:auto;
	margin:1.5%;
	padding:1%;
	float:left;
	background-color:rgba(254,253,252,.7);
	border:#ccc 1px solid;
	border-radius:6px;
	text-align:center;
}
span.category-li-title {
	font-size:20px;
	width:100%;
	height:30px;
	margin:0;
	padding:0;
}
span.category-goto-list {
	font-size:14px;
	width:auto;
	height:auto;
	margin:0;
	padding:.3% 1%;
	position:absolute;
	right:0;
	border:#ccc 1px solid;
	border-radius:4px;
	background-color:rgba(128,10,128,.15);
	display:inline-block;
}
.category-li ul li.child-category-li img {
	width:100%;
	height:auto;
	margin:0 0 10px 0;
	padding:0;
}
span.child-category-li-title {
	font-size:16px;
	width:100%;
	height:30px;
	margin:0;
	padding:0;
	display:block;
}
#category-box li.category-li a,
.category-li ul li.child-category-li a {
	text-decoration:none;
}
#category-box li.category-li a:hover {
	text-decoration:underline;
}
#category-box li.category-li ul li.child-category-li a:hover {
	text-decoration:none;
	color:#000;
}
#category-box li.category-li ul li.child-category-li:hover {
	font-weight:bold;
}
#category-box li.category-li img {
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#category-box li.category-li img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

/*----------------------------------------------------------------------------
 ***                                                       Category Archive Article List
----------------------------------------------------------------------------*/
.article-list-frame {
	width:96%;
	height:auto;
	margin:20px 0;
	padding:2%;
	border:#ccc 1px solid;
	border-radius:6px;
	background-color:rgba(254,253,252,.7);
	position:relative;
}
.article-list-frame img {
	margin-right:20px;
}
h3.article-list-frame-title {
	margin:0 0 30px 0!important;
	padding:0;
}
.archive-see-detail-btn {
	font-size:14px;
	text-align:center;
	width:200px;
	height:auto;
	padding:10px;
	position:absolute;
	bottom:15px;
	right:15px;
	border:#ccc 1px solid;
	background-image:url(images/btn-arrow1.png);
	background-repeat:no-repeat;
	background-position:-30px -2px;
	background-color:#f7f7f5;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.archive-see-detail-btn:hover {
	border:#333 1px solid;
	background-position:0px -2px;
}
.archive-see-detail-btn:hover a {
	color:#000;
}
.archive-see-detail-btn a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}
.articlebox-mid .archive-see-detail-btn {
	font-size:14px;
	width:200px;
	height:auto;
	padding:10px;
	position:absolute;
	bottom:15px;
	right:40px;
	border:#ccc 1px solid;
	background-image:url(images/btn-arrow1.png);
	background-repeat:no-repeat;
	background-position:-30px -2px;
	background-color:#f7f7f5;
	text-indent:0px;
	text-align:center;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.articlebox-mid .archive-see-detail-btn:hover {
	border:#333 1px solid;
	background-position:0px -2px;
}
.main-photo img {
	width:100%;
	height:auto;
}
.view-count-archive {
	font-size:10px;
	font-weight:bold;
	line-height:150%;
	color:#fff;
	width:auto;
	height: 14px;
	padding:2px 5px;
	margin:0;
	position:absolute;
	bottom:18px;
	left: 340px;
	background-color:#9F9F9F;
}
.view-count-single {
	text-align:right;
	font-size:10px;
	font-weight:bold;
	line-height:150%;
	color:#333;
	width:auto;
	height: 14px;
	padding:2px 5px;
	margin:0 0 20px 0;
	background-color:#ccc;
}

/*----------------------------------------------------------------------------
 ***                                                        Sight Info Box
----------------------------------------------------------------------------*/
.data-section {
	width:98%;
	height:auto;
	margin:0 0 40px 0;
	padding:0 0 10px 10px;
	border-left:5px #ccc solid;
	/*background-color:rgba(239,239,239,0.35);*/
}
.sight-infobox {
	width:32%;
	height:auto;
	min-height:100px;
	margin-right:2%;
	margin-bottom:20px;
	float:left;
}
.sight-infobox:nth-child(3n) {
	width:32%;
	height:auto;
	min-height:50px;
	margin-right:0;
	float:left;
}
.sight-infoboxL {
	width:48%;
	height:auto;
	margin-right:20px;
}
.sight-infoboxR {
	width:48%;
	height:auto;
	margin-right:0;
}
.sight-infobox h3,
.sight-infoboxL h3,
.sight-infoboxR h3 {
	font-size:14px!important;
	line-height:150%!important;
	margin-top:0!important;
	border-bottom:1px #666 dotted;
}
.sight-infobox p,
.sight-infoboxL p,
.sight-infoboxR p {
	font-size:14px!important;
	line-height:150%!important;
	margin:5px 0!important;
}
.map-location h3 {
	font-size:14px!important;
	line-height:150%!important;
	margin-top:0!important;
	border-bottom:1px #666 dotted;
}
/*----------------------------------------------------------------------------
 ***                                                        Sidebar
----------------------------------------------------------------------------*/
.third-content-box {
	width:20%;
	margin:0;
	float: left;
	background-color:#FFF2E3;
	text-align:center;
	position:relative;
	border:1px #ccc solid;
	box-sizing:border-box;
}
.third-content-box:after{
	padding-top: 34.8%;
	display: block;
	content: "";
}
.third-content-box > *{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
aside h2.widget-title {
	font-size: 14px;
	text-align:right;
	font-weight:nomal;
	margin:2% 0;
	color: #999;
	border-bottom:#ccc 1px solid;
}
.half-box {
	position:relative;
}
body.single h3.half-box-title,
body.page h3.half-box-title  {
	font-size:12px;
	margin:0 0 10px 0;
}
body.single p.half-box-jp-title,
body.page p.half-box-jp-title {
	font-size:10px;
	margin:0 0 10px 0;
	line-height:130%;
}
.half-box {
	width:100%;
	max-width:290px;
	height:90px;
	padding:5px;
	margin:5px 0;
	border:#ccc 1px solid;
	border-radius:4px;
	background-color:#fff;
	position:relative;
}
.half-box img {
	width:90px;
	height:90px;
}
.view-count-small {
	font-size:9px;
	width:auto;
	height:12px;
	line-height:150%;
	padding:1px 5px;
	position:absolute;
	bottom:5px;
	right:5px;
	background-color:#999;
	color:#fff;
}
aside#sidebar div#mapList {
	width:100%;
	margin:80px 0 60px 0;
}
aside#sidebar div#mapList .map-list {
	font-size:14px;
	width:100%;
	height:50px;
	margin:0 0 0px 0;
	padding:10px;
	display:block;
	background-color:rgba(255,255,255,0.84);
	border-left:5px #ccc solid;
	border-bottom:1px #ccc dotted;
	border-right:1px #ccc solid;
}
aside#sidebar div#mapList .map-list:hover {
	color:#000;
	font-size:14px;
	cursor:pointer;
	background-color:rgba(255,255,255,0.4);
	border-left:5px #8C40A9 solid;
}

/*----------------------------------------------------------------------------
 ***                                                         Footer Area
----------------------------------------------------------------------------*/
#footer-top {
	width: 96%;
	max-width:1280px;
	margin:0 auto;
	color: #000;
	font-size: 90%;
	padding: 18px 0;
	overflow: hidden;
}
#footer-area {
	width: 96%;
	max-width:1280px;
	margin:0 auto;
	font-size: 90%;
	padding: 18px 0;
	overflow: hidden;
}
.footer-segment {
	float: left;
	margin-right: 2%;
	width: 18%;
}
.footer-segment:last-child {
	margin-right: 0px;
}
footer aside h4 {
	color: #fff;
	font-size: 14px;
	font-weight:normal;
	line-height: 1.5em;
	border-bottom:#fff 1px dotted;
	margin-right:5%;
}
footer aside h4 a {
	color: #fff;
	text-decoration:none;
}
footer aside h4 a:hover {
	color: #eee;
}
footer ul li {
	font-size:12px;
	margin:5px 0;
	list-style-type:square;
	color:fff;
}
footer p {
	margin:0;
}

/*----------------------------------------------------------------------------
 ***                                                         Footer Bottom
----------------------------------------------------------------------------*/
#footer-bottom {
	margin-top:100px;
}
/*----------------------------------------------------------------------------
 ***                                                              page top icon
----------------------------------------------------------------------------*/
#page-top {
    bottom: 30px;
    right: 30px;
	transition:bottom .3s ease-in-out;
	-webkit-transition:bottom .3s ease-in-out;
	-moz-transition:bottom .3s ease-in-out;
}
#page-top:hover {
	bottom: 40px;
}

/*----------------------------------------------------------------------------
 ***                                                              page top icon
----------------------------------------------------------------------------*/
.indextop-widget {
	width:98%;
	max-width:1280px;
	height:auto;
	margin:40px auto;
}
/*----------------------------------------------------------------------------
 ***                                                     Searche Location
----------------------------------------------------------------------------*/
.radiobox-frame input{
	display: none;
}
.radiobox-frame label{
	width: 80px;
	padding: 12px 5px;
}

}

@media only screen and (min-width : 1281px) {
/* Large screens ----------- */
/*----------------------------------------------------------------------------
 ***                                                          Basic layout
----------------------------------------------------------------------------*/
.hakkei-back-photo {
	width:100%;
	height:auto;
	min-height:200px;
	margin:0;
	overflow:hidden;
	z-index:-1;
}
.back-photo img {
	width:100%;
	height:auto;
	min-height:200px;
	margin:0;
}
/* Main contents main frame */
#main {
	max-width:1280px;
}
body.home #main {
	max-width:100%;
}
#breadcrumbs-frame {
	padding: 20px 0;
}
/* Main contents main content */
#content {
	width: 100%;
	max-width:920px;
	margin:0;
	padding:40px 0;
}
#fourth-content {
	max-height:746px;
	margin: 0 auto;
	background-color:rgba(250,248,247,1.0);
	position:relative;
}
#fourth-content .top-content-inner {
	display:flex;
	justify-content: center;
	padding:0 0 40px 0;
}
#fourth-content .top-content-inner .half-rect-frame {
	width:16%;
	height:auto;
	float:left;
	margin: 0 1% 0 0;
	position:relative;
	margin-top:70px;
}
#fourth-content .top-content-inner .half-rect-frame:last-child {
	margin-right:0;
}
#fourth-content .top-content-inner .half-rect-frame h2 {
	font-size:16px;
	width: 100%;
	margin: 0 auto;
	padding:10px 0;
	color:#fff;
	text-align:center;
	background-color:#6e909c;
	border-radius:6px 6px 0 0;
}
#fourth-content .top-content-inner .rectbox {
	width:100%;
	height:300px;
	border:1px #ccc solid;
	border-radius: 0 0 6px 6px;
	box-sizing:border-box;
}
#fourth-content .top-content-inner .rectbox img {
	display:block;
	width:100%;
	height:auto;
	float:none;
}
#fourth-content .top-content-inner .rectbox ul {
	width:100%;
	margin:0;
	padding:0;
	float:none;
	box-sizing:border-box;
}
#fourth-content .top-content-inner .rectbox ul li {
	width:97%;
	margin:2%;
	padding:0;
	line-height:1.5em;
	box-sizing:border-box;
	background-color:transparent;
	border:none;
}
#fourth-content .top-content-inner .rectbox ul li:hover {
	background-color:#E6D8C5;
}
#fourth-content .top-content-inner .rectbox ul,
#fourth-content .top-content-inner .rectbox ul a {
	color:#666;
}
#fourth-content .top-content-inner .rectbox p {
	width:100%;
	float:none;
}
#sixth-content {
	width: 100%;
	height:auto;
	margin:0;
	padding:5% 0;
	background-color:#454ca8;
	text-align:center;
}
#seventh-content {
	width: 100%;
	height:auto;
	margin:0;
	padding:5% 0;
	background-color:#efefef;
	/*border:#ccc 1px solid;*/
	text-align:center;
}
/* Main contents sidebar */
#sidebar {
	margin:76px 0;
}

/*----------------------------------------------------------------------------
 ***                                                        Googlemaps
----------------------------------------------------------------------------*/
.map-location iframe {
	max-width:920px;
}
}


/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		/*background: none !important;
		color: #2b2b2b;*/
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}

	.featured-content .hentry {
		margin-bottom: 48px;
	}

	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}

	.featured-content .post-thumbnail img {
		position: relative;
	}

	.featured-content .entry-header {
		padding: 0 10px 24px;
	}

	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}

	.featured-content .cat-links {
		font-weight: 900;
	}

	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}
	
	/*----------------------------------------------------------------------------
 ***                                                         Nav
----------------------------------------------------------------------------*/
#nav-mobile {
	display:none;
}

form#searchform {
	position:fixed;
	top:10px;
	right:10px;
	z-index:2000;
}

/* Main contents wrapper */
#wrapper {
	max-width: 1024px;
}

/* Main contents main frame */
#main {
    max-width: 1024px;
    margin: 45px 0 0 0;
}
body.home #main {
    max-width: 1024px;
    margin: 0;
}

/*----------------------------------------------------------------------------
 ***                                                         Slider
----------------------------------------------------------------------------*/
section.slider {
    max-width: 1024px;
}

/*----------------------------------------------------------------------------
 ***                                                     Main logo
----------------------------------------------------------------------------*/
#main-logo img {
	width:40%;
}
#topics {
	width:480px;
	height:100px;
	background:rgba(0,0,0,0.5);
	margin:30px auto 60px auto;
	padding:10px;
}
#topics h3 {
	color:#fff;
	margin-bottom:20px;
}
#topics ul {
	list-style:none;
}
#topics a {
	color:#fff;
}
#topics ul li span.news-date {
	display:block;
	margin-bottom:10px;
}
/* Main contents main content */
#content {
	margin-bottom: 0;
	padding:0;
}
#fourth-content img {
	width:100%;
	height:auto;
}

#sixth-content {
	width: 100%;
	height:auto;
	margin:0;
	padding:0;
	background-color:#F3EBDC;
	text-align:center;
}
#seventh-content {
	width: 100%;
	height:auto;
	margin:0;
	padding:0;
	background-color:#efefef;
	/*border:#ccc 1px solid;*/
	text-align:center;
}

/* Main contents sidebar */
#sidebar {
	background-color:rgba(249,254,255,1.00);
	float: none;
	width: 100%;
	height:auto;
}

/* Footer */
footer {
	background-color:#301542;
}

/*----------------------------------------------------------------------------
 ***                                                         Header
----------------------------------------------------------------------------*/
header {
    width: 100%;
    max-width: 1024px;
    height: 45px;
    margin: 0 0 0 auto;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 1000;
}
header>h1 {
	display:none;
}
#head-menu ul.head-menu-content {
	
}
#head-menu ul.head-menu-content li {
	float:left;
	margin-right:5%;
	list-style:none;
	display:block;
	border-bottom:#ccc 1px solid;
}
#head-menu ul.head-menu-content li a {
	text-decoration:none;
	color:#fff;
}
#head-menu ul.head-menu-content li a:hover {
	text-decoration:none;
	color:#ccc;
}

#head-menu2 {
	width:400px;
	float:right;
	margin-top:0px;
	margin-right:-65px;
}
#head-menu2 ul.head-menu-content {
	
}
#head-menu2 ul.head-menu-content li {
	float:left;
	margin-right:5%;
	list-style:none;
	display:block;
	border-bottom:#ccc 1px solid;
}
#head-menu2 ul.head-menu-content li a {
	text-decoration:none;
	color:#fff;
}
#head-menu2 ul.head-menu-content li a:hover {
	text-decoration:none;
	color:#ccc;
}

/*----------------------------------------------------------------------------
 ***                                                         Drop Menu
----------------------------------------------------------------------------*/
.sub-title {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-top:5px;
}

#fade-in2 li ul{
	width:200px;
	opacity: 0;
	top: -50%;
	visibility: hidden;
	transition: .2s;
}
#fade-in2 li:hover ul{
	top: 10%;
	visibility: visible;
	opacity: 1;
}

/*----------------------------------------------------------------------------
 ***                                                       fourth-content 
----------------------------------------------------------------------------*/
#fourth-content #fourth-content-mess {
	text-align:center;
	color:#fff;
	padding:10px 0;
	background: -moz-linear-gradient(#87B6CE, #454DC2);
	background: -webkit-gradient(linear, left top, left bottom, from(#87B6CE), to(#454DC2)); 
	background: -ms-linear-gradient(bottom, #454DC2, #87B6CE);
	background: linear-gradient(to top, #454DC2, #87B6CE);
}
#fourth-content .mess1 {
	font-size:18px;
	font-weight:bold;
	display:block;
	line-height:120%;
}
#fourth-content .mess2 {
	font-size:16px;
	font-weight:bold;
	display:block;
	line-height:120%;
}
#fourth-content p {
	font-size:14px;
	line-height:150%;
}
#fourth-content .top-content-inner .half-rect-frame {
	width:50%;
	height:auto;
	margin:0;
	float:left;
	border:2px #ccc solid;
	box-sizing:border-box;
}
#fourth-content .top-content-inner .half-rect-frame h2 {
	/*font-family:"Arial Black", Gadget, sans-serif;*/
	font-size:16px;
	line-height:120%;
	width: 100%;
	float:right;
	margin: 0;
	padding:10px 0;
	color:#fff;
	text-align:center;
	height:auto;
	box-sizing:border-box;
	background-color:#aeb2f2;
}
#fourth-content .top-content-inner .rectbox {
	width:100%;
	height:auto;
	float:left;
}
#fourth-content .top-content-inner .rectbox img {
	width:30%;
	height:auto;
}
#fourth-content .top-content-inner .rectbox ul {
	width:70%;
	height:auto;
	float:right;
	margin:0;
}
#fourth-content .top-content-inner .rectbox ul li {
	width:100%;
	height:auto;
	line-height:1.5em;
	margin:0;
	padding:3%;
	border-bottom:1px #ccc solid;
	background-color:#cac7b7;
	box-sizing:border-box;
}
#fourth-content .top-content-inner .rectbox ul li a {
	display:block;
}
/*----------------------------------------------------------------------------
 ***                                                       fifth-content 
----------------------------------------------------------------------------*/
#fifth-content .fifth-content-box {
	width: 100%;
	max-width:1024;
	height:auto;
	margin: 0;
	/*background-color:rgba(249,254,255,1.00);*/
	border:#ccc 1px solid;
}
#fifth-content .ev-rect-frame {
	width:50%;
	height:auto;
	margin:0;
	border-bottom:1px #ccc solid;
	background: -moz-linear-gradient(#FEFEFE, #F3EBDC);
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#F3EBDC)); 
	background: -ms-linear-gradient(bottom, #F3EBDC, #FEFEFE);
	background: linear-gradient(to top, #F3EBDC, #FEFEFE);
	float:left;
}
#fifth-content .ev-rectbox {
	width:90px;
	height:auto;
	margin:0 10px 0 0;
	float:left;
}
#fifth-content .ev-rectbox img {
	width:100%;
	height:auto;
	margin:0;
}
#fifth-content .ev-rect-frame a {
	display:block;
	width:100%;
	height:100%;
}
#fifth-content h2 {
	font-size: 24px;
	font-weight:nomal;
	margin: 0;
	padding:10px 0;
	color: #fff;
	border-bottom:1px #ccc dotted;
	text-align:center;
	background: -moz-linear-gradient(#87B6CE, #454DC2);
	background: -webkit-gradient(linear, left top, left bottom, from(#87B6CE), to(#454DC2)); 
	background: -ms-linear-gradient(bottom, #454DC2, #87B6CE);
	background: linear-gradient(to top, #454DC2, #87B6CE);
}
#fifth-content h2 a {
	color: #fff;
	border-bottom:none;
	text-decoration:none;
}
#fifth-content p.mid-excerpt {
	text-align:left;
	display:none;
}
#fifth-content h3 {
	font-size: 16px;
	line-height:130%;
	font-weight: normal !important;
	padding:5px;
	color: #666;
	border-bottom:none;
}
#fifth-content h3 a {
	color: #666;
	border-bottom:none;
	text-decoration:none;
}

/*----------------------------------------------------------------------------
 ***                                                       sixth-content 
----------------------------------------------------------------------------*/
#sixth-content .four-rect-frame {
	width:25%;
	height:auto;
	margin:0 0 2% 0;
	border-bottom:1px #ccc dotted;
	background: -moz-linear-gradient(#FEFEFE, #F3EBDC);
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#F3EBDC)); 
	background: -ms-linear-gradient(bottom, #F3EBDC, #FEFEFE);
	background: linear-gradient(to top, #F3EBDC, #FEFEFE);
	float:left;
}
#sixth-content .four-rectbox {
	width:100%;
	height:auto;
	margin:0 1% 0 0;
	float:left;
}
#sixth-content .four-rectbox img {
	width:100%;
	height:auto;
	margin:0;
}
#sixth-content .four-rect-frame a {
	display:block;
	width:100%;
	height:100%;
}
#sixth-content h2 {
	font-size: 24px;
	font-weight:nomal;
	margin: 0;
	padding:10px 0;
	color: #fff;
	border-bottom:1px #ccc dotted;
	text-align:center;
	background: -moz-linear-gradient(#87B6CE, #454DC2);
	background: -webkit-gradient(linear, left top, left bottom, from(#87B6CE), to(#454DC2)); 
	/* - IE9 */  
	background: -ms-linear-gradient(bottom, #454DC2, #87B6CE);
	/* IE10 */  
	background: linear-gradient(to top, #454DC2, #87B6CE);
	
}
#sixth-content p.short-excerpt {
	color:#666;
}
#sixth-content p.mid-excerpt {
	color:#666;
}
#sixth-content h3 {
	font-size: 16px;
	line-height:130%;
	font-weight: normal !important;
	padding:5px;
	color: #666;
	border-bottom:none;
	text-align:center;
}
#sixth-content h3 a {
	color: #666;
	border-bottom:none;
	text-decoration:none;
}
/*----------------------------------------------------------------------------
 ***                                                       seventh-content 
----------------------------------------------------------------------------*/
.seventh-content-box .access-mapframe {
	width: 100%;
	max-width:1024px;
	height:auto;
	margin: 0;
}
.seventh-content-box .access-imagebox {
	width:30%;
	height:auto;
	float:left;
	margin:1.5%;
}
.seventh-content-box .access-imagebox img {
	width:100%;
	height:auto;
}
#seventh-content h2 {
	font-size: 24px;
	font-weight:nomal;
	margin: 0;
	padding:10px 0;
	color: #fff;
	border-bottom:1px #ccc dotted;
	text-align:center;
	background: -moz-linear-gradient(#87B6CE, #454DC2);
	background: -webkit-gradient(linear, left top, left bottom, from(#87B6CE), to(#454DC2)); 
	background: -ms-linear-gradient(bottom, #454DC2, #87B6CE);
	background: linear-gradient(to top, #454DC2, #87B6CE);
}
#seventh-content h2 a {
	color: #fff;
	border-bottom:none;
	text-decoration:none;
}
#seventh-content p.short-excerpt {
	text-align:center;
	padding:5px 0 0 0;
	font-weight:bold;
}
#seventh-content p.mid-excerpt {
	font-size:12px;
	text-align:left;
	padding:5px 10px 10px 10px;
}
#seventh-content .access-btn {
	font-size:24px;
	line-height:150%;
	width:98%;
	height:auto;
	margin:1%;
	padding:5px 0;
	background-color:#a0bfb3;
	border-radius:6px;
	text-align:center;
}
#seventh-content .access-btn a {
	text-decoration:none;
}

/*----------------------------------------------------------------------------
 ***                                                         Article
----------------------------------------------------------------------------*/

.jp-title {
	line-height:100%;
	margin:0;
	padding: 0;
	font-size:12px;
	font-weight:normal;
	display:block;
}
.view-count-single {
	text-align:right;
	font-size:10px;
	font-weight:bold;
	line-height:150%;
	color:#333;
	width:auto;
	height:auto;
	padding:3px;
	margin:0;
	background-color:#ccc;
}
.main-photo img {
	width:100%;
	height:auto;
}
body.page h2,
body.single h2,
body.search h2,
body.error404 h2,
body.archive h2,
body.category h2 {
	font-size:24px;
	font-weight:normal;
	line-height:140%;
	margin:48px 0 0 0;
}
body.page p,
body.single p {
	font-size:14px;
	line-height:200%;
	margin:20px 0 20px 0;
}
body.page #content article ul,
body.single #content article ul,
body.page #content article ol,
body.single #content article ol,
body.page #content-wide article ul,
body.single #content-wide article ul,
body.page #content-wide article ol,
body.single #content-wide article ol {
	font-size:14px;
	line-height:150%;
	margin:10px 0 10px 10px;
	list-style-position: inside;
}
.article-box-index {
	width:98%;
	height:auto;
	margin: 0 0 10px 0;
	background-color:#FFF2E3;
	text-align:center;
	position:relative;
}
.article-box-index h2 {
	width:90%;
	font-size:14px;
	font-weight:nomal;
	padding:5%;
	background-color:rgba(186,131,51,0.58);;
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
}
.article-box-index h2 span.sub-head {
	display:block;
	width:90%;
	font-size:16px;
	font-weight:nomal;
	padding:5% 5% 0 5%;
	color:#fff;
}
.article-box-index  img {
	width:100%;
	height:100%;
	padding:0px;
	background-color:#fff;
}
.article-box1 h2 {
	font-size:26px;
	font-weight:normal;
	margin-bottom:20px;
	border-bottom:#014ea1 2px solid;
	line-height:1em;
	height:36px;
	color:#014ea1;
}
.article-box1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}
.article-box1 ul li {
	margin:0;
	padding:6px;
	list-style-type:circle;
}
.see-all-list {
	background-image:url(images/list-arrow-blue1.png);
	background-repeat:no-repeat;
	background-position:0 0;
	margin:10px 10px 0 0;
	padding:5px 0 0 26px;
	font-size:12px;
	float:right;
}
.article-box2 {
	width:100%;
}

.main-text {
	color:#666;
	padding: 0;
}
/*body.page .article-main h3,*/
body.page #main h3,
body.single #main h3 {
	width:auto;
	height:auto;
	padding:10px;
	background-color:#98C4C8;
	color:#fff;
	margin:0;
}
body.page #main p,
body.single #main p {
	width:auto;
	height:auto;
	padding:10px;
	margin:0;
}
.data-section p {
	color:#666!important;
	padding:10px!important;
	line-height:100%!important;
}
.map-location iframe {
	width:100%;
	height:250px;
}

body.archive #content img {
	width:30%;
	height:auto;
	margin:0 10px 0 0;
}
.article-list-frame-excerpt p {
	/*font-size:12px;
	line-height:110%;
	margin:3px 0;*/
	display:none;
}
.archive-see-detail-btn {
	font-size:14px;
	text-align:center;
	width:auto;
	height:auto;
	padding:5px;
	position:absolute;
	bottom:5px;
	right:5px;
	border:#ccc 1px solid;
	background-image:url(images/btn-arrow1.png);
	background-repeat:no-repeat;
	background-position:-30px -2px;
	background-color:#f7f7f5;
}
.archive-see-detail-btn a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}
.view-count-archive {
	font-size:12px;
	margin:5px 0 0 0;
}
.article-list-frame {
	position:relative;
	border-bottom:1px #ccc solid;
	background: -moz-linear-gradient(#FEFEFE, #F3EBDC);
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#F3EBDC)); 
	background: -ms-linear-gradient(bottom, #F3EBDC, #FEFEFE);
	background: linear-gradient(to top, #F3EBDC, #FEFEFE);
}

table {
	width:100%;
	height:auto;
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
}
th{
	width:45%;
	background-color:rgba(186,210,206,0.4);
	font-weight: bold;
	text-align:left;
}
#sidebar .half-box-title {
	padding:10px 10px 5px 10px!important;
}
#sidebar .half-box-jp-title {
	font-size:12px!important;
	padding:5px!important;
	line-height:100%!important;
}
#sidebar .view-count-small {
	padding-top:10px;
	font-size:12px;
}
#sidebar .half-inner-box {
	background: -moz-linear-gradient(#FEFEFE, #F3EBDC);
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#F3EBDC)); 
	/* - IE9 */  
	background: -ms-linear-gradient(bottom, #F3EBDC, #FEFEFE);
	/* IE10 */  
	background: linear-gradient(to top, #F3EBDC, #FEFEFE);
}

#lavender-map {
    height: 600px;
    margin: 0;
}

/*----------------------------------------------------------------------------
 ***                                                        Sidebar
----------------------------------------------------------------------------*/
.third-content-box {
	width:20%;
	margin:0;
	float: left;
	background-color:#FFF2E3;
	text-align:center;
	position:relative;
	border:1px #ccc solid;
	box-sizing:border-box;
}
.third-content-box:after{
	padding-top: 34.8%;
	display: block;
	content: "";
}
.third-content-box > *{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.topindex-ad {
	width:100%;
	max-width:1024px;
	height:auto;
	margin:0;
	padding:0;
}
.topindex-ad h2 {
	width:100%;
	max-width:1024px;
	font-size:14px;
	height:auto;
	margin:0;
	padding:5px;
	box-sizing:border-box;
}
/*----------------------------------------------------------------------------
 ***                                                         Footer Area
----------------------------------------------------------------------------*/
#footer-top {
	width: 100%;
	max-width:1024px;
	margin:0 auto;
	color: #000;
	font-size: 90%;
	padding: 18px 0;
	overflow: hidden;
}
#footer-area {
	width: 100%;
	max-width:1024px;
	margin:0 auto;
	font-size: 90%;
	padding: 0;
	overflow: hidden;
	box-sizing:border-box;
}
.footer-segment {
	width: 20%;
	height:auto;
	float: left;
	padding-right:0;
	box-sizing:border-box;
}
.footer-segment:last-child {
	margin-right: 0px;
}
footer aside h4 {
	width:100%;
	height:auto;
	color: #fff;
	font-size: 14px;
	font-weight:normal;
	line-height: 1.5em;
	border:#ccc 1px solid;
	margin:0;
	padding:5% 2%;
	background: -moz-linear-gradient(#87B6CE, #454DC2);
	background: -webkit-gradient(linear, left top, left bottom, from(#87B6CE), to(#454DC2));  
	background: -ms-linear-gradient(bottom, #454DC2, #87B6CE);
	background: linear-gradient(to top, #454DC2, #87B6CE);
	box-sizing:border-box;
}
footer ul {
	list-style:none!important;
	margin:0;
}
footer ul li {
	width:100%;
	height:auto;
	font-size:12px;
	color:fff;
	border:#ccc 1px solid;
	margin:0;
	padding:5% 2%;
	background: -moz-linear-gradient(#87B6CE, #5B92E2);
	background: -webkit-gradient(linear, left top, left bottom, from(#87B6CE), to(#5B92E2));  
	background: -ms-linear-gradient(bottom, #5B92E2, #87B6CE);
	background: linear-gradient(to top, #5B92E2, #87B6CE);
	box-sizing:border-box;
}
footer a:link, footer a:visited {
	color:#fff;
}
footer a:hover { 
	color:#fff;
}
footer p {
	margin:0;
	font-size:12px;
}

/*----------------------------------------------------------------------------
 ***                                                         Footer Bottom
----------------------------------------------------------------------------*/
#footer-bottom {
	height:160px;
	margin-top:60px;
}
#foot-logo {
	margin-bottom:30px;
}
/*----------------------------------------------------------------------------
 ***                                                              page top icon
----------------------------------------------------------------------------*/
#page-top {
    bottom: 40%;
    right: 1%;
	transition:bottom .3s ease-in-out;
	-webkit-transition:bottom .3s ease-in-out;
	-moz-transition:bottom .3s ease-in-out;
}
#page-top:hover {
	bottom: 42%;
}


}

