@charset "utf-8";
/*
Theme Name: kyushu-cent
Theme URI: http://kyushu-cent.com/
Description: 奥九州を行く
Version: 1.0
Author: iroad:azuma
*/

@import url("normalize.css");

/* CSS Document all style
========================================================================== */
html { overflow-y: scroll; }
* html { height: 100%; }

body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #333;
	font-size: 92%;
	line-height: 1.45;
	background: #000;
	-webkit-text-size-adjust: none;
}

a { color: #333; text-decoration: none; }
a:link { color: #0000ff; }
a:visited { color: #000080; }
a:hover { color: #ff0000; text-decoration: underline; opacity: 0.75; }
a:active { color: #ff8000; }

img { vertical-align: top; }
img.break { max-width: 100%; height: auto; box-sizing: border-box; }

hr {
	margin: 3px 0;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin: 0 0 7px 10px; }
.alignleft { float: left; margin: 0 10px 7px 0; }

.aligncenter, .alignleft, .alignright, .alignnone { box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);	}

/* clearfix */
.clearfix:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.clr { clear: both; }

/* pagetop */
#pagetop {
    position: fixed;
    bottom: 40px;
    right: 40px;
	width: 48px;
    height: 48px;
    background: url(images/common/page_top-s.png) 0 0 no-repeat;
	/* Scott Kellum Method */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	cursor: pointer;
}
.fl { float: left; width: auto; margin-right: 7px; margin-bottom: 7px; }
.fr { float: right; width: auto; margin-left: 7px; margin-bottom: 7px; }
.txt_r { text-align: right; }
.txt_c { text-align: center; }
.tsl1 { color: #486563; font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif; }
.tsl2 { color: #333; text-shadow: 1px 1px 1px rgba(0,0,0,0.25); }
.stay { font-size: 1.2em; font-weight: bold; }
.reset { margin: 0; padding: 0; }
.small { font-size: 0.85em; font-weight: normal; }

/* heading style */
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

/* Margin Bottom Sets */
.margin-0 { margin-bottom: 0 !important; }
.margin-10 { margin-bottom: 10px !important; }
.margin-15 { margin-bottom: 15px !important; }
.margin-20 { margin-bottom: 20px !important; }
.margin-30 { margin-bottom: 30px !important; }
.margin-40 { margin-bottom: 40px !important; }
.margin-50 { margin-bottom: 50px !important; }
.margin-60 { margin-bottom: 60px !important; }
.margin-70 { margin-bottom: 70px !important; }
.margin-80 { margin-bottom: 80px !important; }

/* style
========================================================================== */

/* wrap */
#wrap { width: 960px; margin: 0 auto; padding: 10px 0 50px; min-height: 300px; background: #fff; }

/* container */
#container { width: 860px; margin: 0 auto; padding: 0 25px; background: #fff; }

/* contents */
#contents { width: 465px; float: left; display: block; }

/* footer */
#footer { clear: both; margin: -28px auto 10px; width: 100%; height: 60px; background: url(images/common/footer_bg.png) top center repeat-x; }
#footer address { padding-top: 40px; color: #fff; text-align: center; }
#footer address a { color: #fff; text-decoration: underline; }

/* top page
========================================================================== */

/* head-nav */
.head-nav ul { margin: 0 5px 0 0; padding: 0; float: right; list-style: none; width: auto; }
.head-nav ul li { float: left; border-right: 1px solid #ccc; }
.head-nav ul li:first-child { border-left: 1px solid #ccc; }
.head-nav ul li a {
	padding: 0 15px;
	display: block;
	text-decoration: none;
	color: #666;
	font-size: 0.85em;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.head-nav ul li a:hover { background: #666; color: #fff; }

h1 a#site_logo {
	clear: both;
	display: block;
	margin: 5px auto 25px;
	width: 300px;
    height: 114px;
    background: url(images/site_logo.png) 0 0 no-repeat;
	/* Scott Kellum Method */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/* global-nav */
.global-nav ul, .main-nav ul { margin: 0; padding: 0; list-style: none; }
.global-nav ul { width: 500px; margin: 0 auto; text-align: center; }
.global-nav ul li { float: left; margin-bottom: 10px; }

li#menu-item-31 a {
	display: block;
	width: 240px;
    height: 34px;
    background: url(images/about.png) 0 0 no-repeat;
	/* Scott Kellum Method */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	margin-right: 20px;
}
li#menu-item-30 a {
	display: block;
	width: 240px;
    height: 34px;
    background: url(images/summary.png) 0 0 no-repeat;
	/* Scott Kellum Method */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/* page-menu */
.page-menu li#menu-item-31 a {
	display: block;
	width: 240px;
    height: 34px;
    background: url(images/about.png) 0 0 no-repeat;
	/* Scott Kellum Method */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	box-shadow: 0 0 3px #777;
	border-radius: 3px;
	margin-right: 20px;
}
.page-menu li#menu-item-30 a {
	display: block;
	width: 240px;
    height: 34px;
    background: url(images/summary.png) 0 0 no-repeat;
	/* Scott Kellum Method */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	box-shadow: 0 0 3px #777;
	border-radius: 3px;
}

/* accordian */
.accordian {
	width: 960px;
	height: 350px;
	overflow: hidden;
	margin: 10px auto 15px;
	padding: 0;
}
/*a small hack to prevent flickering on some browsers*/
.accordian ul {
	width: 2000px;
	margin: 0;
	padding: 0;
	list-style: none;
	/*This will give ample space to the last item to move
	instead of falling down/flickering during hovers.*/
}
.accordian li {
	position: relative;
	display: block;
	width: 137px;
	float: left;
	
	/*border-left: 1px solid #888;*/
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25);
	
	/*Transitions to give animation effect*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/*If you hover on the images now you should be able to 
	see the basic accordian*/
}
/*Reduce with of un-hovered elements*/
.accordian ul:hover li { width: 53px; }
/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.accordian ul li:hover { width: 640px; }
.accordian li img { display: block; }

@media only screen and (max-width: 959px) {
	.accordian ul {
		display: none;
	}
	.accordian {
		max-width: 100%;
		height: auto;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 480px) {

}

/* main-nav */
.main-nav ul { width: 960px; }
.main-nav ul li { float: left; }

li#menu-item-19 a {
	display: block;
	width: 137px;
	height: 181px;
	background: url(images/menu/menu_izumi.png) 0 0 no-repeat;
	/* Scott Kellum Method */
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
li#menu-item-19 a:hover { -moz-transform: scale(0.9); --webkit-transform: scale(0.9); }

li#menu-item-20 a {
	display: block;
	width: 137px;
	height: 181px;
	background: url(images/menu/menu_itsuki.png) 0 0 no-repeat;
	/* Scott Kellum Method */
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
li#menu-item-20 a:hover { -moz-transform: scale(0.9); --webkit-transform: scale(0.9); }

li#menu-item-21 a {
	display: block;
	width: 137px;
	height: 181px;
	background: url(images/menu/menu_mizukami.png) 0 0 no-repeat;
	/* Scott Kellum Method */
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
li#menu-item-21 a:hover { -moz-transform: scale(0.9); --webkit-transform: scale(0.9); }

li#menu-item-22 a {
	display: block;
	width: 137px;
	height: 181px;
	background: url(images/menu/menu_taragi.png) 0 0 no-repeat;
	/* Scott Kellum Method */
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
li#menu-item-22 a:hover { -moz-transform: scale(0.9); --webkit-transform: scale(0.9); }

li#menu-item-23 a {
	display: block;
	width: 137px;
	height: 181px;
	background: url(images/menu/menu_yunomae.png) 0 0 no-repeat;
	/* Scott Kellum Method */
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
li#menu-item-23 a:hover { -moz-transform: scale(0.9); --webkit-transform: scale(0.9); }

li#menu-item-24 a {
	display: block;
	width: 137px;
	height: 181px;
	background: url(images/menu/menu_shiiba.png) 0 0 no-repeat;
	/* Scott Kellum Method */
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
li#menu-item-24 a:hover { -moz-transform: scale(0.9); --webkit-transform: scale(0.9); }

li#menu-item-25 a {
	display: block;
	width: 138px;
	height: 181px;
	background: url(images/menu/menu_nishimera.png) 0 0 no-repeat;
	/* Scott Kellum Method */
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
li#menu-item-25 a:hover { -moz-transform: scale(0.9); --webkit-transform: scale(0.9); }

@media only screen and (max-width: 959px) {
	.main-nav ul {
		width: 740px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 768px) {
	.main-nav ul {
		width: 550px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 480px) {
	.main-nav ul {
		width: 275px;
		margin: 0 auto;
	}
}

/* council */
#council { margin: 50px 50px 30px; }
#council h2 { text-align: center; }
#council h3 { color: #486563; }
#council h3 span { font-size: 0.9em; color: #666; }
#council h4 { line-height: 1.25; color: #777; }

.entries {
	position: relative;
	float: left;
	width: 400px;
	min-height: 76px;
	margin: 7px;
	padding: 7px;
	background: #f8fbf8;
}

.entries .more-link {
	background: rgba(60, 120, 100, 0.9);
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
}
.entries .more-link:hover { opacity: 1; }
.entries .more-link a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 35px;
	font-size: 1.15em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	opacity: 1;
}
.entries .more-link a:hover { text-decoration: none; }

.thumbnail-75 {	float: left; width: 64px; margin-right: 7px; border: solid 1px #efefef; }
.thumbnail-75 img { width: 64px; height: 64px; }

.thumbnail-150 { float: left; width: 150px; margin-right: 15px; }

@media only screen and (max-width: 959px) {
	#council {
		margin: 0;
		padding: 0;
	}
	
}
@media only screen and (max-width: 768px) {
	.entries {
		float: none;
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
	.entries h3 {
		text-align: left;
	}
}
@media screen and (max-width:480px) {
	.thumbnail-75 {
		float: none;
		width: 75px;
		margin: 0 auto 5px;
		text-align: center;
	}
	.entries h3 {
		text-align: center;
		font-size: 1em;
	}
	.entries p {
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 0.9em;
	}
}

/* page-nav
========================================================================== */
#menu { width: 100%; max-width: 960px; margin: 0 auto; padding: 0; }
#menu li { display: block; float: left; width: 12.5%; margin: 0; padding: 0; }
#menu li a { display: block; padding: 12px 0 10px; background: #006932; color: #fff; text-align: center; text-decoration: none; }
#menu li a:hover { background: #3b7960; }
#toggle { display: none; }

@media only screen and (max-width: 768px) {
	#menu li {
		width: 25%;
		border-bottom: 1px solid #3b7960;
	}
}
@media only screen and (max-width: 480px) {
	#menu {
		display: none;
	}
	#menu li {
		width: 100%;
	}
	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #006932;
	}
	#toggle a {
		display: block;
		position: relative;
		padding: 12px 0 10px;
		border-bottom: 1px solid #3b7960;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: #fff;
	}
	#toggle a:before, #toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 4px;
		background: #006932;
	}
	#toggle a:before {
		margin-top: -6px;
	}
	#toggle a:after {
		margin-top: 2px;
	}
}

/* breadcrumbs */
.breadcrumbs { margin: 0; padding: 0 10px; font-size: 0.85em; }
.breadcrumbs:before { content: "■"; color: #d7c200; }

/* about page
========================================================================== */
.about_left { width: 480px; float: left; display: block; }
.about_right { width: 340px; float: right; display: block; padding: 10px 70px; }

h2#about_title {
	width: 200px;
    height: 55px;
    background: url(images/small_logo.png) 0 0 no-repeat;
	/* Scott Kellum Method */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	text-align: center;
	margin: 10px 0 20px 35px;
}

/* slider */
#slider { margin: 30px auto 20px; padding: 30px 0 10px; width: 100%; background: #f5f0d6; overflow: hidden; }

/* summary page
========================================================================== */
.summary_left { width: 480px; float: left; display: block; }
.summary_right { width: 400px; float: right; display: block; padding: 10px 40px; }

.summary-box { margin: 30px 0 0; }
.summary-box h3 {
	display: inline-block;
	padding: 1px 6px;
	color: #fff;
	text-align: center;
	background: #bc121a;
	border-radius: 5px;
}
.summary-box h4 { font-size: 1.3em; font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif; }

.route-box { margin: 30px; }
.route-box dl.car { margin-left: 1em; }
.route-box dl.car dt { font-size: 1.15em; font-weight: bold; color: #119242; }
.route-box dl.car dt:before { margin-right: 5px; content: "\f1b9"; font-family: FontAwesome; }

.route-box dl.hall { margin-left: 1em; }
.route-box dl.hall dt { font-size: 1.15em; font-weight: bold; }
.route-box dl.hall dt:before { margin-right: 5px; content: "\f069"; font-family: FontAwesome; }

@media screen and (max-width:480px) {
	.summary_right h2 {
		font-size: 1.25em;
	}
	.summary-box h4 {
		font-size: 1.2em;
	}
	.route-box {
		margin-left: 0;
		margin-right: 0;
	}
}

/* defaulte page
========================================================================== */
.page_left { width: 300px; float: left; display: block; padding: 30px 40px 10px 50px;  }
.page_right { width: 495px; float: right; display: block; padding: 30px 50px 10px 25px; }

/* nishimera */
h2#nishimera_title {
	width: 300px;
    height: 217px;
    background: url(images/nishimera_title.png) 0 0 no-repeat;
	/* Scott Kellum Method */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	text-align: center;
	margin: 0 0 35px;
}

/* shiiba */
h2#shiiba_title {
	width: 300px;
    height: 212px;
    background: url(images/shiiba_title.png) 0 0 no-repeat;
	/* Scott Kellum Method */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	text-align: center;
	margin: 0 0 35px;
}

/* yunomae */
h2#yunomae_title {
	width: 300px;
    height: 212px;
    background: url(images/yunomae_title.png) 0 0 no-repeat;
	/* Scott Kellum Method */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	text-align: center;
	margin: 0 0 35px;
}

/* taragi */
h2#taragi_title {
	width: 300px;
    height: 220px;
    background: url(images/taragi_title.png) 0 0 no-repeat;
	/* Scott Kellum Method */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	text-align: center;
	margin: 0 0 35px;
}

/* mizukami */
h2#mizukami_title {
	width: 300px;
    height: 211px;
    background: url(images/mizukami_title.png) 0 0 no-repeat;
	/* Scott Kellum Method */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	text-align: center;
	margin: 0 0 35px;
}

/* itsuki */
h2#itsuki_title {
	width: 300px;
    height: 230px;
    background: url(images/itsuki_title.png) 0 0 no-repeat;
	/* Scott Kellum Method */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	text-align: center;
	margin: 0 0 35px;
}

/* izumi */
h2#izumi_title {
	width: 300px;
    height: 215px;
    background: url(images/izumi_title.png) 0 0 no-repeat;
	/* Scott Kellum Method */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	text-align: center;
	margin: 0 0 35px;
}

.h3-title { color: #009c84; text-shadow: 1px 1px 1px rgba(0,0,0,0.25); border-bottom: 1px #009c84 dotted; }
.h3-title:before { margin-right: 5px; content: "\f02b"; font-family: FontAwesome; }

.h4-title {
	padding: 0 0 0 10px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 1.15em;
	background: #009c84;
	border-radius: 7px;
}

/* other_box */
.box { margin: 0 0 25px; }

p.lead { color: #8bc518; font-size: 0.85em; font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif; }

.clearfix .box p { line-height: 1.25; }

/* post
========================================================================== */
#post { margin: 10px 50px 30px; padding: 20px 30px; border: 1px solid #dfdfdf; border-radius: 5px; }

#post a { color: #c00; text-decoration: underline; }

#post img.size-thumbnail { padding: 4px; border: solid 1px #ccc; }

@media screen and (max-width:768px) {
	#post {
		margin: 5px 5px 20px;
		padding: 5px 10px;
	}
}

/* archive
========================================================================== */
#archive { margin: 10px 50px 30px; padding: 20px 30px; border: 1px solid #dfdfdf; border-radius: 5px; }

.archive-entry { margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px dotted #006932; }
.archiveImg { float: left; width: auto; margin-right: 15px; }
.archiveImg a img { width: 75px; height: 75px; }
.archiveBody { margin-left: 90px; }

@media screen and (max-width:768px) {
	#archive {
		margin: 5px 5px 20px;
		padding: 5px 10px;
	}
}

@media screen and (max-width:480px) {
	.archiveImg {
		float: none;
		display: block;
		margin: 5px auto 0;
		text-align: center;
	}
	.archiveBody {
		margin: 0;
		padding: 0;
	}
}

/* information
========================================================================== */
#information { width: 100%; margin: 0 0 20px 0; padding: 10px 0; background: #f5f0d6; }

.news { margin: 20px 70px 40px; }

.infoTitle { font-size: 1.35em; color: #2c4f54; }
.infoTitle:before { margin-right: 5px; content: "\f0a1"; font-family: FontAwesome; color: #223a70; }

.infoBody { margin: 10px 0; }

.entry { margin: 0 0 15px; padding: 15px; background: #f8fbf8; }

.entry h4 { margin: 0 0 10px 0; padding: 2px 4px; background: #d6e9ca; }
.entry h4:before { margin-right: 3px; content: "\f061"; font-family: FontAwesome; }

@media screen and (max-width:768px) {
	.news {
		margin: 0;
		padding: 0;
	}
}

/* wp-pagenavi
========================================================================== */
.wp-pagenavi { text-align: center; }

/* tablepress
========================================================================== */
.tablepress { vertical-align: middle; }



/* CSS3 Media Queries
========================================================================== */
@media screen and (max-width:1024px) {

 
}

@media screen and (max-width:768px) {
	#wrap, #footer {
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.about_left, .about_right,
	.summary_left, .summary_right,
	.page_left, .page_right {
		float: none;
		width: auto;
		margin-left: 0;
		margin-right: 0;
		padding: 10px 0;
	}
}

@media screen and (max-width:480px) {
	.global-nav ul {
		width: 240px;
		margin: 0 auto;
	}
	.global-nav ul li {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.alignleft, .alignright {
		float: none;
		display: block;
		width: 250px;
		margin: 5px auto 0;
		text-align: center;
	}
	.wp-image-696 {
		margin-left: -7px;
	}
	h2, h3 {
		margin: 0 auto;
		text-align: center;
	}
}