@charset "UTF-8";

/*
Theme Name: 天草宝島観光協会 v3
Theme URI:
Description:
Author: Abfactory
Version: 3.0
*/

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Reset
--------------------------------*/
html,body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,caption,th,td,blockquote,address,pre,code,form,fieldset,legend,iframe,
header,footer,article,section,aside,nav,figure,figcaption,main {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin:0;
	padding:0;
}

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

img,
iframe {
	border:0;
	vertical-align: middle;
}

header,footer,article,section,aside,nav,figure,figcaption,main {
	display: block;
}

cite,
abbr {
	font-style: inherit;
	text-decoration: inherit;
}


/* Base
--------------------------------*/
html {
	overflow: auto;
	font: 16px/1.6 "FOT-筑紫ゴシック Pr5 R", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

body {
	overflow-x: hidden;
	background: #fff;
	color: #333;
	min-width: 960px;
	font-size: 1em;
}

body.large {
	font-size: 1.25em;
}

a {
	color: inherit;
	-webkit-transition: .3s;
	transition: .3s;
}

[href^="tel:"] {
	text-decoration: none;
	pointer-events: none;
}

a:before,
a:after {
	text-align: inherit;
	-webkit-transition: inherit;
	transition: inherit;
}

em,
strong {
	color: #c00;
	font-style: inherit;
	font-weight: bold;
}

img {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
}

ul {
	padding-left: 2em;
}

ol {
	padding-left: 2.5em;
}

nav ul,
nav ol {
	list-style: none;
	padding: 0;
}

article,
section {
	margin: 40px auto;
}

article section,
section section,
aside section {
	margin: 20px auto;
}

nav + section {
	margin-top: 20px;
}

h2 + section {
	margin-top: 0;
}

main p {
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 1em 0;
}

main p b,
main p strong {
    font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
}

article:first-child,
section:first-child,
p:first-child,
.widget:first-child {
	margin-top: 0;
}

article:last-child,
section:last-child,
p:last-child,
.widget:last-child {
	margin-bottom: 0;
}

table {
	background: #fff;
	border: 3px solid #ddd;
	width: 100%;
}

table + table {
	margin-top: 40px;
}

th,
td {
	border-bottom: 1px dotted #bbb;
	padding: 8px;
}

th {
	background: #F0EEDA;
	font-weight: bold;
	text-align: center;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font: inherit;
	max-width: 100%;
}

input[type="submit"],
input[type="radio"],
input[type="checkbox"],
label {
	cursor: pointer;
}

input[disabled] {
	cursor: default;
}

select {
	font: inherit;
}

legend {
	color: #0498d8;
	font-weight: bold;
	font-size: 1.3em;
}


/* Site Width
--------------------------------*/
.site {
	position: relative;
	width: 960px;
	margin: auto;
}


/* Common
--------------------------------*/
article:after,
section:after,
header:after,
footer:after,
nav:after,
[class*="-content"]:after,
.group:after,
.cf:after,
[role="tabpanel"]:after {
	display: block;
	clear: both;
	content: "";
}

.link,
.image,
.graph,
.thumbnail,
.banner,
.map,
.headline,
.footline {
	text-align: center;
}

.more {
	text-align: right;
}

.banner {
	list-style: none;
	padding: 0;
}

.btn,
input[type="submit"],
.contents-nav a {
	display: inline-block;
	background: #fff;
	border: 1px solid;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #2793D2;
	max-width: 100%;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	padding: 8px 20px;
	-webkit-appearance: none;
	appearance: none;
}

input[type="submit"] {
	-webkit-transition: .3s;
	transition: .3s;
}

input[type="submit"][disabled] {
	color: #ddd;
}

.btn:before,
.contents-nav a:before {
	content: "\e901";
	font-family: icomoon, sans-serif;
	font-weight: normal;
	vertical-align: top;
	margin-right: 4px;
}

.name {
    font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
	font-weight: bold;
}

.document-table tbody {
	counter-reset: num;
}

.document-table tbody tr {
	counter-increment: num;
}

.document-table tbody th {
	white-space: nowrap;
}

.document-table tbody th:before {
	content: counter(num) ". ";
}

/* Share Buttons */
.share {
	list-style: none;
	font-family: "Martel Sans", sans-serif;
	text-align: center;
	padding: 0;
}

.share li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}

.share a {
	overflow: hidden;
	display: block;
	background: #3b5998;
	border-radius: 4px;
	color: #fff;
	min-width: 80px;
	font-size: 12px;
	text-decoration: none;
	padding: 2px 8px;
}

.share a:before {
	font-family: icomoon, sans-serif;
	margin-right: 4px;
}

.share .twitter {
	background: #55acee;
}

.share .gplus {
	background: #dd4b39;
}

.share .hatena {
	background: #008fde;
}

.fb:before {
	content: "\e90a";
}

.twitter:before {
	content: "\e90b";
}

.gplus:before {
	content: "\e90c";
}

.hatena:before {
	content: "\e90d";
}

.instagram:before {
	content: "\e90e";
}

.empty {
	color: #999;
	font-size: 16px;
	text-align: center;
}


/* Deprecated Classes
--------------------------------*/
.cf {zoom: 1}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.center {
	text-align: center;
}


/* Heading
--------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family: "FOT-筑紫ゴシック Pr5 M", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

h2,
h2[data-en]:before {
	background: url(images/bg_h2.png) no-repeat 50% 0;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,114,151,.65);
}

h2 {
	font-size: 18px;
	line-height: 1.3333;
	text-align: center;
	margin: 0 0 20px;
	padding: 9.5px 20px;
}
/*
h2[data-en] {
	background: none;
	color: #2692D2;
	font-size: .9375rem;
	text-shadow: none;
	padding: 0;
}

h2[data-en]:before {
	display: block;
	content: attr(data-en);
	font-family: Tangerine, serif;
	font-size: 35px;
	margin-bottom: 5px;
	padding: 4.5px 0;
}
*/
.side h2 {
	background-image: url(images/bg_hs.png);
	padding: 6.5px 0;
}

h3 {
	position: relative;
	background: url(images/bd_stripe.gif) repeat-x 0 100%;
	background-image: repeating-linear-gradient(to right, #999, #999 50%, transparent 50%, transparent 100%);
	background-size: 2px 2px;
	font-size: 1rem;
	margin-bottom: 10px;
	padding: 0 0 2px 20px;
}

h3:before {
	position: absolute;
	border: 3px solid #25BCEF;
	border-radius: 50%;
	content: "";
	width: 6px;
	height: 6px;
	left: 3px;
	top: .3em;
}

h4 {
	border-left: 5px solid #0498D8;
	font-size: 16px;
	margin-bottom: .75em;
	padding-left: 5px;
}

h5 {
	border-bottom: 1px dotted #0498D8;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
}

h6 {
	font-weight: bold;
	margin-bottom: 1em;
}


/* Header
--------------------------------*/
.site-header {
	padding: 10px 0;
}

.site-title {
	float: left;
}

.social {
	list-style: none;
	text-align: center;
	padding: 0;
}

.social li {
	float: left;
}

.social li + li {
	margin-left: 10px;
}

.social a {
	overflow: hidden;
	display: block;
	width: 1.2em;
	height: 1.2em;
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
}

.social a:before {
	display: block;
	font-family: icomoon, sans-serif;
	padding: 2px;
}

.social a:hover:before,
.social a:focus:before {
	color: #0799D8;
}

.social,
.head-ctrl,
.head-search {
	float: right;
	margin-left: 20px;
}

.head-ctrl {
	display: table;
	border-spacing: 4px 0;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}

.head-ctrl > * {
	display: table-cell;
	border: 1px solid #eee;
	min-width: 20px;
	text-align: center;
	text-decoration: none;
	padding: 1px;
}

.textresizer a {
	cursor: pointer;
}

.language-selector span,
.textresizer-active {
	background: #E8E8E8;
}

.search-form [name="q"] {
	border: 0!important;
	border-bottom: 1px solid #ccc!important;
	width: 200px;
	font-size: .875em;
	vertical-align: top;
	transition: border-color .3s;
	-webkit-appearance: none;
	appearance: none;
}

.search-form [name="q"]:focus {
	outline: none;
	border-color: #0799D8!important;
}

.search-form [name="q"]:focus + [type="submit"] {
	color: #0799D8;
}

.search-form [type="submit"],
.side-search [type="submit"] {
	overflow: hidden;
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	width: 1.6em;
	height: 1.6em;
	font: inherit;
	text-shadow: none;
	vertical-align: top;
	padding: 0;
	cursor: pointer;
	transition: .3s;
	-webkit-appearance: none;
	appearance: none;
}

.search-form [type="submit"]:before,
.side-search [type="submit"]:before {
	display: block;
	content: "\e910";
	width: 1.6em;
	font-family: icomoon, sans-serif;
	text-align: center;
}

.global-nav {
	clear: right;
	float: right;
	margin-top: 20px;
}

.global-nav ul {
	display: table;
	table-layout: fixed;
	width: 680px;
	text-align: center;
}

.global-nav li {
	display: table-cell;
	font-size: 12px;
	letter-spacing: .1em;
}

.global-nav a {
	position: relative;
	display: block;
	text-decoration: none;
}

.global-nav a:before {
	position: absolute;
	visibility: hidden;
	color: #0799D8;
	content: "\e900";
	font-family: icomoon, sans-serif;
	line-height: 1;
	left: 0;
	right: 0;
	top: 100%;
	opacity: 0;
}

.global-nav li:first-child a:before {
	color: #d60723;
}

.global-nav a:after {
	display: block;
	content: attr(data-en);
	font: 25px/1 Tangerine, serif;
	margin-top: 2px;
}

.global-nav .current a:before,
.global-nav a:hover:before,
.global-nav a:focus:before {
	visibility: visible;
	opacity: 1;
}

.global-nav .current a:before {
	content: "\e902";
}

.global-nav .current a:after {
	color: #0799D8;
}


/* Jumbotron
--------------------------------*/
.jumbotron,
.site-footer,
.copyright {
	margin: 0 -200%;
	padding: 0 200%;
}

.jumbotron {
	position: relative;
	background: url(images/bg_title.png) no-repeat 50% 100%;
	margin-top: 10px;
}

.jumbotron > .page-title {
	color: #fff;
	font-size: 32px;
	font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", serif;
	text-shadow: 1px 1px 1px rgba(0,114,151,.65);
	padding: 20px 10px 60px;
}

.page-title .prefix {
	display: block;
}

/*** Home ***/
.home .jumbotron {
	background: url(images/bg_gray.jpg) #e3e3e3 50% 0;
	text-align: center;
	height: auto;
	padding: 0;
}

.slideshow-thumbs {
	list-style: none;
	width: 960px;
	height: 142px;
	margin: auto;
	padding: 34px 0;
}

.slideshow {
	position: relative;
	list-style: none;
	width: 1280px;
	height: 600px;
	margin: auto;
	padding: 0;
}

.slideshow li {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: 1s;
	opacity: 0;
}

.slideshow .current {
	z-index: 10;
	opacity: 1;
}

.slideshow-thumbs li {
	float: left;
}

.slideshow-thumbs li + li {
	margin-left: 26.6666px;
}

.slideshow-thumbs .current {
	box-shadow: 0 0 0 1px #0EAAE4;
}

.slideshow-thumbs a {
	position: relative;
	display: block;
}

.slideshow-thumbs a:before {
	position: absolute;
	content: "";
	height: 100px;
	left: 0;
	right: 0;
	top: 0;
}

.slideshow-thumbs .current a:before {
	background: rgba(0,0,0,.3);
}

.js #home-slide::before {
	position: absolute;
	border: 6px solid #74cbeb;
	border-right-color: #c4edfc;
	border-radius: 50%;
	content: "";
	width: 60px;
	height: 60px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
}

#home-slide.ready::before {
	opacity: 0;
}

@-webkit-keyframes rotate {
	100% {-webkit-transform: rotate(360deg)}
}

@keyframes rotate {
	100% {transform: rotate(360deg)}
}

.nav-slide {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.nav-slide.on {
	z-index: 20;
}

.nav-slide li {
	background-repeat: no-repeat;
	background-position: 50%;
}

.slide-about {
	background-image:url(images/p/hero_about.jpg);
}

.slide-eat {
	background-image:url(images/p/hero_eat.jpg);
}

.slide-play {
	background-image: url(images/p/hero_play.jpg);
}

.slide-see {
	background-image: url(images/p/hero_see.jpg);
}

.slide-buy {
	background-image: url(images/p/hero_buy.jpg);
}

.slide-stay {
	background-image: url(images/p/hero_stay.jpg);
}

.slide-relax {
	background-image: url(images/p/hero_relax.jpg);
}

.slide-access {
	background-image: url(images/p/hero_access.jpg);
}

.nav-slide img {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/*** P ***/
.jt-p {
	background-image: url(images/p/hero_about.jpg);
	height: 600px;
	padding: 0;
}

.jt-eat {
	background-image: url(images/p/hero_eat.jpg);
}

.jt-play {
	background-image: url(images/p/hero_play.jpg);
}

.jt-see {
	background-image: url(images/p/hero_see.jpg);
}

.jt-buy {
	background-image: url(images/p/hero_buy.jpg);
}

.jt-stay {
	background-image: url(images/p/hero_stay.jpg);
}

.jt-relax {
	background-image: url(images/p/hero_relax.jpg);
}

.jt-access {
	background-image: url(images/p/hero_access.jpg);
}

.heading-content {
	position: absolute;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background: #fff;
	background: rgba(255,255,255,.7);
	width: 920px;
	min-height: 80px;
	margin: auto;
	padding: 10px 20px;
	left: 0;
	right: 0;
	bottom: 0;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.heading-content:before,
.heading-content:after {
	position: absolute;
	background: inherit;
	content: "";
	width: 200%;
	height: 100%;
	top: 0;
}

.ie10 .heading-content:before,
.ie10 .heading-content:after {
	content: none;
}

.heading-content:before {
	right: 100%;
}

.heading-content:after {
	left: 100%;
}

.heading-content .page-title {
	float: left;
	background: url(images/nav01.png) no-repeat 0 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 42%;
	padding-left: 90px;
}

.jt-eat .page-title {
	background-image: url(images/nav02.png);
}

.jt-play .page-title {
	background-image: url(images/nav03.png);
}

.jt-see .page-title {
	background-image: url(images/nav04.png);
}

.jt-buy .page-title {
	background-image: url(images/nav05.png);
}

.jt-stay .page-title {
	background-image: url(images/nav06.png);
}

.jt-relax .page-title {
	background-image: url(images/nav07.png);
}

.jt-access .page-title {
	background-image: url(images/nav08.png);
}

.heading-content .lead {
	float: right;
	width: 52.5%;
	font-size: .875em;
}

/* Footer
--------------------------------*/
.site-footer {
	position: relative;
	/*background: url(images/i_dolphin.png) no-repeat;*/
	background: #fff;
	border-top: 1px solid #ccc;
	font-size: .9375em;
	padding-top: 48px;
}

.pagetop {
	position: absolute;
	background: #fff;
	border: solid #ccc;
	border-width: 1px 1px 0;
	border-radius: 6px 6px 0 0;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: -480px;
	padding: 8px 20px;
	right: 50%;
	bottom: 100%;
}

.pagetop:before {
	content: "\e915";
	font-family: icomoon, sans-serif;
	margin-right: 4px;
}

.pagetop:hover,
.pagetop:focus {
	padding-bottom: 16px;
}

.foot-info {
	position: relative;
	float: left;
	background: url(images/logo2.png) no-repeat 0 0;
	max-width: 42%;
	margin: -20px 0 64px;
	padding: 20px 0 0 300px;
}

.foot-info:before {
	position: absolute;
	background: url(images/i_dolphin.png) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	content: "";
	width: 78px;
	height: 41px;
	margin-top: 12px;
	left: 20px;
	top: 100%;
}

.foot-info > p:first-child {
	font-weight: bold;
}

.foot-info .link {
	position: absolute;
	width: 218px;
	left: 0;
	top: 120px;
}

.btn-contact {
	display: block;
	border-color: #2793D2;
	color: inherit;
	font-size: 14px;
	font-weight: bold;
	padding: 6px;
}

.btn-contact:before {
	content: "\e916";
}

.organization [itemprop="telephone"],
.organization [itemprop="address"],
.organization .open {
	display: block;
	margin: 2px 0;
}

.organization [itemprop="address"] img {
	vertical-align: text-top;
}

.organization [itemprop="telephone"] {
	color: #0498D8;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

.organization [itemprop="telephone"]:before {
	content: "\e913";
	font-family: icomoon, sans-serif;
	margin-right: .3em;
}

.organization .label {
	color: #0498D8;
	font-weight: bold;
}

.foot-nav {
	float: right;
	list-style: none;
	width: 25%;
	padding: 0;
}

.foot-nav li {
	text-indent: -1.3em;
	margin-bottom: 2px;
}

.foot-nav a:before {
	display: inline-block;
	content: "\e916";
	font-family: icomoon, sans-serif;
	text-decoration: none;
	margin-right: .3em;
	opacity: 0;
}

.foot-nav [href$="/society"]:before {
	content: "\e914";
	opacity: 1;
}

.foot-nav a:hover:before,
.foot-nav a:focus:before {
	opacity: 1;
}

.foot-nav [href$="/society"]:hover:before,
.foot-nav [href$="/society"]:focus:before {
	color: #0498D8;
}

.copyright {
	clear: both;
	background: url(images/bg_copyright.png) no-repeat 50% 0;
	color: #fff;
	text-align: center;
	margin-top: 78px;
	padding-top: 20px;
	padding-bottom: 8px;
}

.copyright small {
	display: block;
	font-size: 1em;
}

.copyright small + small {
	font-size: .6667em;
}


/* Content
--------------------------------*/
.site-content {
	font-size: .875em;
	margin: 20px auto 100px;
}

.home .site-content {
	margin-top: 40px;
}

main {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 740px;
}

.side {
	float: right;
	width: 190px;
}

.side2 {
	clear: both;
	padding-top: 80px;
}

.event {
	position: relative;
	margin: 0 10px;
}

.event h2 {
	margin-left: -10px;
	margin-right: -10px;
}

.breadcrumbs {
	font-size: .75rem;
	text-align: left;
	margin: 10px 0;
}

.breadcrumbs li {
	display: inline-block;
}

.breadcrumbs li:first-child {
	text-transform: uppercase;
}

.breadcrumbs li + li:before {
	content: ">";
}


/* Side
--------------------------------*/
.widget {
	margin: 40px 0;
}

.side .link-list {
	display: block;
	margin: 0;
}

.side .link-list li {
	display: block;
	margin: 10px 0 0 0;
}

.side2 .banner {
	margin-top: 20px;
}

.side2 .banner > li {
	float: left;
	margin: 20px 0 0 15px;
}

.side2 .banner > li:nth-child(5n+1) {
	clear: left;
	margin-left: 0;
}

.side-search form {
	overflow: hidden;
	background: url(images/bg_gray.jpg) #e3e3e3 50% 0;
	padding: 10px;
}

.side-search label {
	display: block;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
}

.side-search [name="q"] {
	float: left;
	border: 0;
	width: 147px;
	height: 22px;
	font-size: 12px;
	padding: 0 4px;
}

.side-search [type="submit"] {
	float: left;
}

.side-search [type="submit"]:before {
	background: #333;
	color: #fff;
}

.side-search .link {
	/*margin-top: 10px;*/
}

.side-search .btn {
	display: block;
}

.side-search-list {
	border: 1px solid #b2d6eb;
	margin-top: 10px;
	padding: 7px;
}

.search-trends {
	list-style: none;
	padding: 0;
}

.search-trends li + li {
	margin-top: 4px;
}

.search-trends a {
	display: block;
	border: 1px solid;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	color: #2793D2;
	padding: 2px;
}


/* Page
--------------------------------*/


/* Home
--------------------------------*/
.pickups .slides li {
	height: 100%;
	margin-right: 16px;
}

.pickups .slides a {
	display: block;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 1px 1px 3px rgba(0,0,0,.65);
	width: 226px;
	height: 100%;
	text-decoration: none;
	margin: auto;
	padding: 10px;
}

.pickups .slides span {
	display: block;
}

.pickups .slides .image {
	text-align: center;
	margin-bottom: 10px;
}

.pickups .flex-viewport {
	padding: 4px 0;
}

.pickups .flex-direction-nav .flex-prev,
.pickups:hover .flex-direction-nav .flex-prev {
	left: -30px;
	opacity: 1;
}

.pickups .flex-direction-nav .flex-next,
.pickups:hover .flex-direction-nav .flex-next {
	right: -30px;
	opacity: 1;
}

.pickups .name {
    font-family: "FOT-筑紫ゴシック Pro B", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}


.post-list {
	list-style: none;
	padding: 0;
}

.post-list li {
	overflow: hidden;
	border-bottom: 1px dotted;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 0;
}

.post-list .date {
	display: block;
}

.post-list .new {
	position: relative;
	display: inline-block;
	background: #e24454;
	color: #fff;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: text-top;
	margin-right: 10px;
	padding: 0 5px;
}

.post-list .new:before {
	position: absolute;
	border: solid transparent;
	border-width: .8em 6px;
	border-left-color: #e24454;
	content: "";
	left: 100%;
	top: 0;
}

.tabs {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border-bottom: 1px solid;
	list-style: none;
	color: #0799D8;
	height: 75px;
	text-align: center;
	padding: 0;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.tabs li {
	display: inline-block;
	vertical-align: bottom;
}

.tabs li + li {
	margin-left: -12px;
}

.tabs a {
	display: block;
	background: url(images/tab.svgz) no-repeat 0 0;
	box-sizing: border-box;
	text-decoration: none;
	width: 108px;
	height: 52px;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: .1em;
	padding: 8px 0 0 10px;
	cursor: pointer;
}

.no-svg .tabs a {
	background-image: url(images/tab.png);
}

.tabs a:before {
	display: block;
	content: attr(data-en);
	font: 22px/1 Tangerine, serif;
	-webkit-transition: none;
	transition: none;
}

.tabs a:hover,
.tabs a:focus {
	outline: none;
	height: 60px;
}

.tabs a[aria-selected="true"] {
	color: #000;
	height: 75px;
}

.tabpanels {
	overflow: auto;
	position: relative;
	max-height: 600px;
	transition: height .6s ease-out;
}

.tabcontrol [role="tabpanel"] {
	position: absolute;
	transition: inherit;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
}

.tabcontrol [role="tabpanel"][aria-hidden="true"] {
	overflow: hidden;
	visibility: hidden;
	height: 0;
	opacity: 0;
	z-index: 0;
}

.event-list {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

section > .event-list {
	margin-top: -25px;
}

.event-item {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	clear: both;
	float: left;
	width: 48.6%;
	word-break: break-all;
	margin-top: 25px;
}

.event-item:nth-child(2n) {
	clear: none;
	float: right;
}

.event-item > a {
	overflow: hidden;
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	text-decoration: none;
	padding: 9px;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.event-item > a:hover,
.event-item > a:focus {
	border-color: #a5a5a5;
}

.event-item .thumbnail {
	float: left;
	width: 120px;
	text-align: center;
	margin-right: 8px;
}

.event-item .name {
	overflow: hidden;
	margin: 0;
    font-family: "FOT-筑紫ゴシック Pro B", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.event-data {
	overflow: hidden;
	font-size: .85em;
	margin-left: 68px;
}

.event-data dt {
	clear: left;
	float: left;
}

.event-data dt:before {
	content: "【";
}

.event-data dt:after {
	content: "】";
}

.event-data dd {
	overflow: hidden;
}

.btn-event {
	font-size: 12px;
}

.fb_iframe_widget {
	float: left;
}

.insta-widget {
	overflow: hidden;
	float: right;
	background: #fff;
	color: #666;
	border: 1px solid #ccc;
	width: 348px;
	height: 498px;
	text-align: center;
}

.insta-header {
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	padding: 9px 0 0;
	z-index: 1;
}

.insta-widget h2 {
	background: none;
	color: inherit;
	font: 40px/1 Tangerine, serif;
	text-shadow: none;
	margin: 0 0 4px;
	padding: 0;
}

.insta-account a {
	font-family: "Martel Sans", sans-serif;
	text-decoration: none;
}

.insta-account a:before {
	font-family: icomoon, sans-serif;
	content: "\e90e\a0";
	transition: none;
}

.insta-account a:hover,
.insta-account a:focus {
	color: #0498d8;
}

.insta-widget-content {
	overflow: auto;
	max-height: 413px;
	padding: 4px;
}

.insta-photos {
	overflow: hidden;
	list-style: none;
	padding: 0;
}

.insta-photo-item {
	position: relative;
	float: left;
	width: 44.12%;
	margin: 2.94%;
}

.insta-photo-item > a {
	display: block;
}

.insta-photo-item > a:before {
	position: absolute;
	visibility: hidden;;
	background: rgba(0,0,0,.3);
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
}

.insta-data {
	position: absolute;
	visibility: hidden;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	color: #fff;
	font-size: 12px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: .3s;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.insta-likes:before,
.insta-comments:before {
	content: "\e91a";
	font-family: icomoon, sans-serif;
	margin-right: 3px;
}

.insta-comments {
	margin-left: 10px;
}

.insta-comments:before {
	content: "\e919";
}

.insta-photo-item > a:hover:before,
.insta-photo-item > a:focus:before,
.insta-photo-item > a:hover .insta-data,
.insta-photo-item > a:focus .insta-data {
	visibility: visible;
	opacity: 1;
}


/* About
--------------------------------*/
.about-sakitsu__text {
	margin: 20px 0;
}

.food-event-list {
	display: -webkit-flex;
	display: flex;
	list-style: none;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.food-event-list__item {
	-webkit-flex: 0 0 48%;
	flex: 0 0 48%;
}

.food-event-list__item:nth-child(n+3) {
	margin-top: 48px;
}

.food-event-list__link {
	display: block;
	text-decoration: none;
}



.food-event-list__link:hover img,
.food-event-list__link:focus img {
	opacity: .65;
}

.food-event-list__image {
	margin-bottom: 10px;
	text-align: center;
}

.food-event-list__image > img {
	transition: .3s;
}

.food-event-list__title {
	line-height: 1.5;
	font-size: 14px;
}

.food-event-list__season {
	display: inline-block;
	width: 4.286em;
	margin-right: .2em;
	background: #089edb;
	color: #fff;
	text-align: center;
}

.contents-nav {
	margin-top: 30px;
}

.contents-nav ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-align: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.contents-nav li {
	flex: 0 0 31.5%;
}

.contents-nav a {
	display: block;
	padding: 11px 8px;
	font-size: 12px;
}

.review-list {
  max-width: 800px;
  margin: 40px auto;
}

.review-list__item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 20px 0;
}

.review-list__item--male {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.review-list__item:before {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 54px;
  height: 42px;
  margin-right: 20px;
  background: url(/assets/images/icon_female_20.svgz) no-repeat 50% 50%;
  background-size: contain;
  content: "";
}

.review-list__item--40:before {
  background-image: url(/assets/images/icon_female_40.svgz);
}

.review-list__item--70:before {
  background-image: url(/assets/images/icon_female_70.svgz);
}

.review-list__item--male:before {
  margin: 0 0 0 20px;
  background-image: url(/assets/images/icon_male_20.svgz);
}

.review-list__item--male.review-list__item--40:before {
  background-image: url(/assets/images/icon_male_40.svgz);
}

.review-list__item--male.review-list__item--70:before {
  background-image: url(/assets/images/icon_male_70.svgz);
}

.review-list__content {
  position: relative;
  -webkit-flex: 1 auto;
  flex: 1 auto;
  line-height: 1.5;
  padding: 12px 16px;
  border-radius: 10px;
  background: #faebeb;
  text-align: justify;
}

.review-list__content:before {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 4px 7px;
  border-color: transparent #faebeb #faebeb transparent;
  content: "";
}

.review-list__item--male .review-list__content {
  background: #E3F5F9;
}

.review-list__item--male .review-list__content:before {
  right: auto;
  left: 100%;
  border-color: transparent transparent #E3F5F9 #E3F5F9;
}


/* Access
--------------------------------*/
.access-documents {
	overflow: hidden;
	list-style: none;
	text-align: center;
	padding: 0;
}

.access-documents li {
	float: left;
	width: 50%;
	margin-top: 10px;
}

.way {
	text-align: center;
	margin: 20px 0;
}

.way-link h4 {
	display: inline-block;
	border: 0;
	margin-right: 2px;
	padding: 0;
}

.way-link {
	text-align: left;
	margin-right: -20px;
 }

.way-link ul {
	display: inline;
	padding: 0;
}

.way-link li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.way-link li:before,
.bus-route h4:before {
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	margin-right: 3px;
}

.way-link .train:before {
	content: url(images/i_train.png);
}

.way-link .train-s:before {
	content: url(images/i_train-s.png);
}

.way-link .bus:before,
.bus-route h4:before {
	content: url(images/i_bus.png);
}

.way-link .ship:before {
	content: url(images/i_ship.png);
}

.way-link .plane:before {
	content: url(images/i_plane.png);
}

#from-fukuoka-kumamoto .by-plane {
	float: left;
	width: 48%;
}

#from-fukuoka-kumamoto .by-car {
	float: right;
	width: 48%;
}

#from-fukuoka-kumamoto .by-bus {
	clear: both;
}

.wayto .image {
	float: right;
	margin-left: 10px;
}

.wayto .image figcaption {
	position: relative;
	display: table;
	background: #666;
	border-radius: 3px;
	color: #fff;
	margin: -.8em auto 0;
	padding: 0 8px;
}

.image + .way-link {
	overflow: hidden;
	margin-top: 50px;
}

section.bus-route {
	clear: both;
	float: left;
	width: 48%;
	margin-top: 40px;
}

.bus-route:nth-child(2n) {
	clear: none;
	float: right;
	width: 48%;
}

.bus-route h4 {
	border: 0;
	border-bottom: 2px solid #666;
	font-size: 1em;
	margin-bottom: 20px;
	padding: 0 0 4px;
}

.bus-route h4:before {
	margin-right: 5px;
}

.way-table {
	border: 0;
}

.way-table caption {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

.way-table th {
	background: #0498d8;
	color: #fff;
}

.way-table th,
.way-table td {
	border: 1px solid #bbb;
}

.way-table tbody th {
	background: #55bfed;
}

.way-table .route {
	width: 60%;
}

.transportation-toc {
	display: -webkit-flex;
	display: flex;
	list-style: none;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.transportation-toc__item {
	-webkit-flex: 0 0 170px;
	flex: 0 0 170px;
	text-align: center;
}

.transportation-toc__link {
	display: block;
	padding: 8px;
	background: #0498d8;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.transportation-toc__link:after {
	display: block;
	width: 0;
	margin: auto;
	border: solid transparent;
	border-width: 3.5px 3.5px 0;
	border-top-color: currentColor;
	content: "";
}

.transportation-list {
	border: 0;
}

.transportation-list th,
.transportation-list td {
	border: 1px solid #bbb;
}

.transportation-list thead th {
	background: #0498d8;
	color: #fff;
}

.transportation-list tbody th {
	background: #55bfed;
	color: #fff;
}

.transportation-list__note {
	width: 174px;
}

.transportation-list__tag {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 3px;
	background: #0498d8;
	color: #fff;
	font-size: 10px;
}


/* Route
--------------------------------*/
.route-map {
	background: #fff;
	border: 7px solid #e8e5d3;
	padding: 15px;
}

.route-map-content {
	position: relative;
	margin-bottom: 15px;
}

.route-selector {
	list-style: none;
	padding: 0;
}

.route-selector a {
	display: block;
}

.route-selector a:hover,
.route-selector a:focus {
	-webkit-animation: shake .2s linear infinite;
	animation: shake .2s linear infinite;
}

@-webkit-keyframes shake {
	25% {-webkit-transform: rotate(2deg)}
	50% {-webkit-transform: rotate(0)}
	75% {-webkit-transform: rotate(-2deg)}
}

@keyframes shake {
	25% {transform: rotate(2deg)}
	50% {transform: rotate(0)}
	75% {transform: rotate(-2deg)}
}

.a-route-selector {
	position: absolute;
	left: 20px;
	top: 200px;
	z-index: 10;
}

.a-route-selector li {
	margin-bottom: 1px;
}

.route-map-layer {
	position: absolute;
	background: url(images/map_aroute_layer.png) no-repeat 0 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.route-map-layer.layer1 {
	background-position: 0 -580px;
}

.route-map-layer.layer2 {
	background-position: 0 -1160px;
}

.route-map-layer.layer3 {
	background-position: 0 -1740px;
}

.m-route-selector li {
	position: absolute;
}

.m-route-select1 {
	left: 487px;
	top: 7px;
}

.m-route-select2 {
	left: 275px;
	top: 89px;
}

.m-route-select3 {
	left: 505px;
	top: 398px;
}

.m-route-select4 {
	left: 23px;
	top: 212px;
}

.m-route-select5 {
	left: 22px;
	top: 396px;
}

.route-menu {
	background: url(images/i_route_menu2.png) no-repeat 100% 0;
	min-height: 105px;
	margin-top: 40px;
	padding-right: 145px;
}

.m-route-menu {
	background-image: url(images/i_route_menu1.png);
	min-height: 132px;
}

.route-menu h2 {
	background: none;
	color: inherit;
	font-size: 1.14285em;
	font-weight: bold;
	text-align: left;
	text-shadow: none;
	padding: 0;
}

.route-menu h2:before {
	content: "■";
}

.route-menu ul {
	list-style: decimal;
	margin-left: -2em;
	white-space: nowrap;
}

.route-menu li {
	float: left;
	margin-left: 4em;
}


/* Bus
--------------------------------*/
.page-bus .entry-content > .banner {
	border: 10px solid #f0eeda;
	padding: 2px;
}

.bus-intro .map {
	float: right;
	margin-left: 20px;
}

.bus-intro dl {
	overflow: hidden;
}

.bus-intro dd {
	margin: 1em 0;
}

.course-route {
	text-align: center;
	margin: 40px 0 20px;
}

.bus-outline th {
	width: 20%;
}

.taxi-plan,
.taxi-plan th,
.taxi-plan td {
	background: transparent;
	border: 0;
}

.taxi-plan th small,
.taxi-fare s {
	display: block;
}

.taxi-plan td {
	background: rgba(255,255,255,.8);
}

.taxi2 {
	background: #6db1ee;
}

.taxi3 {
	background: #e6acd5;
}

.taxi4 {
	background: #a7dfec;
}

.taxi5 {
	background: #fbac69;
}

.taxi-plan + .note {
	list-style: decimal;
	margin-top: 10px;
}

.taxi-list td:last-child,
.taxi-fare {
	text-align: center;
}

.taxi-fare em {
	font-size: 1.2em;
}


/* Link
--------------------------------*/
.link-list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	list-style: none;
	margin-left: -2em;
	padding: 0;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.link-list li {
	display: inline-block;
	margin: 5px 0 0 2em;
}


/* Pamphlet
--------------------------------*/
.shelf ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	list-style: none;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.shelf li {
	position: relative;
	display: inline-block;
	line-height: 1;
	vertical-align: bottom;
}

.current-number {
	background: url(images/pamphlet/bg_shelf2.png) no-repeat bottom;
	line-height: 210px;
	text-align: center;
	padding: 0 0 38px;
}

.current-number img {
	background: url(images/pamphlet/pamph_shadow_m.png) no-repeat 50% 100%;
	width: 152px;
	padding: 0 12px 5px;
}

img.marker-new {
	position: absolute;
	background: none;
	width: auto;
	padding: 0;
	left: 12px;
	top: 0;
}

.buck-number {
	background: url(images/pamphlet/kaidokun.png) no-repeat right 97%;
	margin: 0 -16px 4px 4px;
	padding: 0 26px 0 0;
}

.buck-number li:nth-child(1) img {
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
	margin-right: 6px;
}

.buck-number img {
	background: none;
	width: auto;
	padding: 0;
}

.get-adobe {
	display: table;
	width: 100%;
}

.get-adobe > * {
	display: table-cell;
	vertical-align: middle;
}

.tooltip {
	position: absolute;
	visibility: hidden;
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 8px;
	box-shadow: 0 1px 4px rgba(0,0,0,.5);
	text-align: center;
	padding: 10px 10px 4px;
	z-index: 10000;
	opacity: 0;
	transition-property: opacity, visibility;
	transition-duration: .3s;
}

.tooltip.show {
	visibility: visible;
	opacity: 1;
}

.tooltip span {
	display: block;
	font-size: 12px;
	margin-top: 4px;
}

.tooltip:after {
	position: absolute;
	content: url(images/pamphlet/tip_arrow.png);
	height: 29px;
	left: 12px;
	bottom: -29px;
}


/* Album
--------------------------------*/
.photo-album {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 15px;
}

.photo-album:after {
	content: none;
}

.photo-item {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 170px;
	margin: 0 0 0 10px;
}

.photo-item:nth-child(n+5) {
	margin-top: 10px;
}

.photo-item:nth-child(4n+1) {
	clear: left;
	margin-left: 0;
}

.photo-item > a,
.photo-item__wrap {
	display: block;
	position: relative;
	height: 100%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	text-align: center;
	text-decoration: none;
}

.photo-item > a:hover,
.photo-item > a:focus {
	border-color: #0498d8;
}

.photo-item .title,
.photo-item [itemprop="name"] {
	display: block;
	margin-top: 4px;
}

.photo-item [itemprop="award"] {
	position: absolute;
	background: #eab820;
	background: linear-gradient(#ffea7a, #fdfacf 20%, #f1e09a 45%, #eab820 65%, #d5af30 77%);
	box-shadow: 0 1px rgba(0,0,0,.3) inset;
	width: 5em;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6667;
	text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff;
	padding: 0 20px;
	left: 0;
	top: 0;
	-webkit-transform-origin: 20px 0;
	transform-origin: 20px 0;
	-webkit-transform: translate(-20px, 42px) rotate(-45deg);
	transform: translate(-20px, 42px) rotate(-45deg);
}

.photo-item .prize2 {
	background: #b9b9b9;
	background: linear-gradient(#e8e8e8, #f9f9f9 20%, #ddd 45%, #b9b9b9 65%, #a8a8a8 77%);
}

.photo-item .prize3 {
	background: #c88e69;
	background: linear-gradient(#e9c0ac, #eecdbc 20%, #debfaa 45%, #c88e69 65%, #ba693e 77%);
}

.photo-item .prize4 {
	background: #ef013d;
	background: linear-gradient(#c03, #fd3567 16%, #ef013d 40%, #b3022f 67%, #970227 75%);
}

.photo-item [itemprop="author"],
.photo-item [itemprop="description"] {
	display: none;
}

.photo-item__preview {
	display: block;
	position: relative;
}

.photo-item__preview:before {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px;
	background: rgba(0,0,0,.65);
	color: #fff;
	font: 18px/1 icomoon, sans-serif;
	content: "\e910";
}

.photo-item__preview:hover,
.photo-item__preview:focus {
	opacity: .8;
}

.photo-item__download {
	display: inline-block;
	margin-top: 3px;
	padding: 3px 10px;
	border-radius: 3px;
	background: #ddd;
	color: #0498D8;
	font-weight: 700;
	text-decoration: none;
}

.back-link {
	text-align: center;
}

#cboxTitle,
#cboxCurrent {
	font-size: 12px;
}


/* FAQ
--------------------------------*/
.toc-faq {
	position: relative;
	min-height: 100px;
	padding-left: 130px;
}

.toc-faq:before {
	position: absolute;
	content: url(images/img_faq_q.png);
	line-height: 0;
	left: 0;
	bottom: 0;
}

.toc-faq ol {
	position: relative;
	background: #ffe7e7;
	border-radius: 8px;
	padding: 10px;
}

.toc-faq ol:before {
	position: absolute;
	border: solid transparent;
	border-width: 6px 27px;
	border-right-color: #ffe7e7;
	content: "";
	right: 100%;
	bottom: 74px;
}

.toc-faq li {
	padding-left: 22px;
}

.toc-faq li + li {
	margin-top: 5px;
}

.toc-faq li:before,
.question:before  {
	display: inline-block;
	background: #e57777;
	border: 0;
	border-radius: 0;
	color: #fff;
	content: "Q";
	width: 18px;
	height: auto;
	font: 12px/18px "Martel Sans", sans-serif;
	text-align: center;
	text-indent: 0;
	vertical-align: middle;
	margin: 0 6px 0 -24px;
}

.question {
	padding-left: 24px;
}

.question:before {
	margin: 0;
	left: 0;
	top: .2em;
}

.answer {
	position: relative;
	background: #edead6;
	border-radius: 8px;
	min-height: 100px;
	margin-right: 130px;
	padding: 10px;
}

.answer:before {
	position: absolute;
	content: url(images/img_faq_a.png);
	line-height: 0;
	left: 100%;
	bottom: 0;
}

.answer:after {
	position: absolute;
	border: solid transparent;
	border-width: 6px 27px;
	border-left-color: #edead6;
	content: "";
	left: 100%;
	bottom: 84px;
}


/* Class Trip
--------------------------------*/
.class-trip-intro .text {
	float: left;
	width: 480px;
}

.class-trip-pamphlet {
	float: right;
}

.class-trip-course {
	float: left;
	width: 30%;
	margin: 0 0 0 5%;
}

.class-trip-course:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}

.class-trip-course:nth-child(n+4) {
	margin-top: 20px;
}

.class-trip-course h4 {
	border: 0;
	text-align: center;
	padding: 0;
}


/* Kaidokun
--------------------------------*/
.kaidokun-need {
	list-style: decimal;
}

.kaidokun-address {
	text-align: center;
	margin-top: 20px;
}

/* Association
--------------------------------*/
.access-map {
	margin-bottom: 20px;
}

.access-map .googlemap {
	border: 5px solid #f0eeda;
	width: 720px;
	height: 450px;
	padding: 5px;
}


/* Contact
--------------------------------*/
.wpcf7 iframe {
	display: block;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 150px;
	margin: 20px auto;
}

.form-table th {
	width: 30%;
}

.brakfast-form th {
	width: 31%;
}

.form-table .wpcf7-form-control-wrap {
	display: block;
}

.form-table textarea {
	width: 100%;
}

.form-table + .note {
	list-style: none;
	margin: 1em 0;
	padding-left: 1em;
}

.form-table + .note > li {
	text-indent: -1em;
}

.form-note {
	margin-top: 1em;
	font-size: .9286em;
}

.required,
.optional {
	color: #c00;
	font-size: .8em;
	font-weight: bold;
}

.optional {
	color: #09c;
}

.acceptance,
.submit {
	margin: 40px auto 0;
	text-align: center;
}

.wpcf7 .submit {
	text-indent: 20px;
}

.acceptance {
	font-weight: bold;
}

.attention {
	background: #fff;
	border: 6px solid #50a9d3;
	margin: 20px auto;
	padding: 15px
}

.attention p {
	margin: 0;
}


/* Gourmets
--------------------------------*/
.gourmets-head {
	border: 8px solid #e7e3d1;
	padding: 3.5px;
}

.gourmets-category-nav {
	text-align: left;
	margin: 20px auto;
}

.gourmets-category-nav h2 {
	position: absolute;
	background: none;
	padding: 0;
	left: 0;
	top: 0;
}

.gourmets-category-nav li {
	display: inline-block;
}

.gourmets-category-nav a,
.gourmet-categories a {
	display: inline-block;
	background: #868686;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	margin: 1px 0;
	padding: 2px 8px;
}

.gcat-nav-scene a:hover,
.gcat-nav-scene a:focus,
.gcat-nav-scene .current-cat a,
a.gcat-scene {
	background: #3399ff;
}

.gcat-nav-menu a:hover,
.gcat-nav-menu a:focus,
.gcat-nav-menu .current-cat a,
a.gcat-menu {
	background: #d0820b;
}

[class|='gcat-nav'] {
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 49%;
	min-height: 120px;
	margin: 0;
	padding: 20px 0 0 115px;
}

[class|='gcat-nav']:nth-child(2) {
	float: right;
}

.gourmet {
	border: 8px solid #e7e3d1;
}

.gourmet-header {
	position: relative;
	background: url(images/gourmets/bg_dot.svg) #fff;
	margin-bottom: 8px;
	padding: 15px;
}

.no-svg .gourmet-header {
	background-image: url(images/gourmets/bg_dot.gif);
}

.gourmet-header:before {
	position: absolute;
	background: url(images/gourmets/line.svgz) repeat-x 0 0;
	content: "";
	height: 7px;
	left: 0;
	right: 0;
	top: 100%;
}

.no-svg .gourmet-header:before {
	background-image: url(images/gourmets/line.gif);
}

.gourmet-title {
	float: left;
	background: none;
	color: inherit;
	width: 55%;
	font-size: 30px;
	text-align: inherit;
	text-shadow: none;
	margin: 0;
	padding: 0;
}

.gourmet-categories {
	float: right;
	width: 44%;
	text-align: left;
	margin: -1px 0;
}

.gourmet-categories a {
	font-size: 12px;
}

.gourmet-content,
.gourmet-image {
	float: right;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding: 10px;
}

.gourmet-image {
	text-align: center;
}

.gourmet-image img {
	border: 1px solid #dbd6b9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
}

.gourmet-content .btn {
	background: #FAFAFA;
	background: linear-gradient(#FAFAFA, #EDEDED);
	border-color: #AFAFAF;
	color: #717171;
	width: 50%;
	font-weight: bold;
	padding: 6px;
}

.gourmet-content .btn:before {
	display: inline-block;
	border: solid transparent;
	border-width: 4px 8px;
	border-left-color: #717171;
	content: "";
	vertical-align: middle;
	margin: 0;
}

.gourmet-content table {
	border: 0;
}

.gourmet-content th,
.gourmet-content td {
	border-color: #B5A86A;
	vertical-align: baseline;
}

.gourmet-content th {
	background: none;
	color: #9d8b38;
	max-width: 5.5em;
	text-align: left;
}

.single .gourmet-content {
	float: none;
	width: auto;
}

.gourmet-data th {
	min-width: 4em;
}

/*
.single .gourmet-data {
	border-bottom: 1px dotted #B5A86A;
}

.single .gourmet-data tbody {
	display: block;
	text-align: left;
	margin-left: -1em;
}

.single .gourmet-data tr {
	display: inline-table;
	vertical-align: top;
	margin-left: 1em;
}

.single .gourmet-data th,
.single .gourmet-data td {
	border: 0;
}
*/

.gourmet-basic-data {
	clear: both;
	font-size: 12px;
	margin-right: -1em;
	padding-top: 8px;
}

.gourmet-basic-data span {
	display: inline-block;
	vertical-align: top;
}

.gourmet-basic-data .data {
	margin-right: .6em;
}

.gourmet-basic-data .name {
	background: #beb04e;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	padding: 0 8px;
}

.gourmet-gallery {
	margin: 10px auto;
}

.gourmet-gallery .slides {
	border: 1px solid #DBD6B9;
	padding: 11px;
}

.gourmet-gallery .slides img {
	max-height: 510px;
}

.gourmet-gallery .flex-control-nav {
	position: static;
	line-height: 1;
	margin-top: 10px;
}

.gourmet-gallery .flex-direction-nav a:before {
	color: #beb04e;
}

.gourmet h3:before,
.gourmet-gallery .flex-control-paging li a {
	border-color: #beb04e;
}

.gourmet-gallery .flex-control-paging li a.flex-active {
	background: #beb04e;
}

.manager-photo {
	float: right;
	width: 210px;
	text-align: left;
}

.manager-photo img,
.gourmet .image img {
	border: 1px solid #DBD6B9;
	padding: 4px;
}

.manager-comment-body {
	position: relative;
	float: left;
	background: #eae7d7;
	width: 446px;
	border-radius: 12px;
	padding: 12px;
}

.manager-comment-body:before {
	position: absolute;
	border: solid transparent;
	border-width: 5px 0 5px 16px;
	border-left-color: #eae7d7;
	content: "";
	left: 100%;
	top: 18px;
}

.gourmet-recommend,
.gourmet-photo {
	margin: 20px 10px;
}

.gourmet-recommend section,
.gourmet-photo section {
	position: relative;
}

.gourmet-recommend h3,
.gourmet-photo h3 {
	position: absolute;
	background: none;
	padding: 0;
	left: -16px;
	top: -16px;
}

.gourmet-recommend h3:before,
.gourmet-photo h3:before,
.gourmet-coupon h3:before {
	content: none;
}

section.gourmet-ichioshi {
	margin: 50px 0 30px;
}

.gourmet-ichioshi h3 {
	margin-top: -30px;
}

.gourmet-no1,
.gourmet-osusume,
.gourmet-outside,
.gourmet-inside {
	float: left;
	width: 330px;
	margin: 0;
}

.gourmet-no1 + .gourmet-osusume,
.gourmet-outside + .gourmet-inside {
	float: right;
}

.gourmet-recommend-item p {
	margin: 0;
}

.gourmet-recommend-item .image {
	float: left;
	max-width: 176px;
	margin-right: 10px;
}

.gourmet-ichioshi .image {
	max-width: 400px;
}

.gourmet-recommend-item .comment {
	overflow: hidden;
}

.gourmet-coupon {
	margin-top: 40px;
}

.gourmet-coupon h3,
.gourmet-coupon-body > :first-child {
	padding-left: 100px;
}

.gourmet-coupon h3 img {
	position: absolute;
	left: 0;
	top: -30px;
}

.gourmet-coupon-body {
	float: left;
	width: 70%;
}

.gourmet-coupon .footline {
	float: right;
	width: 30%;
	margin: 0;
}

.gourmet-map {
	border: 1px solid #DBD6B9;
	padding: 11px;
	margin: 20px 0;
}


/* Kumamotto
--------------------------------*/
.kumamotto-head {
	border: 8px solid #b2d6eb;
	padding: 2px;
}


/* Post
--------------------------------*/
.blog-post .entry-title {
	margin-bottom: 5px;
	border-bottom: 2px solid #0498d8;
	font-size: 1.5em;
}

.entry-title > a {
	text-decoration: none;
}

.entry-header,
.blog-post .entry-footer {
	margin-bottom: 20px;
}

.post-author {
	margin: 0 .6em;
}

.post-author > [itemprop="author"] {
	font-weight: bold;
}

[itemprop="datePublished"]:before {
	font-family: icomoon;
	content: "\e911";
}

.categories > a,
.categories > span {
	display: inline-block;
	background: #0498d8;
	border-radius: 3px;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	vertical-align: middle;
	padding: .5px 8px;
}

.categories .icon {
	background: transparent;
	border-radius: 0;
	padding: 0;
}

.tags {
	display: block;
}

.updated {
}

.entry-content--archive {
	position: relative;
	min-height: 160px;
	padding-left: 190px;
}

.entry-content--archive .post-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
}

.attachment .entry-content {
	text-align: center;
}

.post strong,
.post em {
	color: inherit;
}

.post em {
	font-style: italic;
}

.alignleft {
	float: left;
	margin-right: 1em;
}

.alignright {
	float: right;
	margin-left: 1em;
}

.aligncenter {
	display: block;
	text-align: center;
	margin: auto;
}

.more-link {
	font-weight: bold;
}

.post table {
	border-collapse: separate;
}


/* P List
--------------------------------*/
p.result {
	margin-bottom: 0;
}

.result .num {
	font-weight: bold;
}

.meaning span {
	margin-right: 5px;
}

.meaning img {
	vertical-align: top;
}

.ppost-list {
}

.ppost-item {
	display: -webkit-flex;
	display: flex;
	float: left;
	border: 1px solid #b2d6eb;
	width: 160px;
	margin: 5px 0 5px 12px;
	padding: 7px;
	-webkit-flex-flow: column;
	flex-flow: column;
}

.ppost-item:nth-child(4n+1) {
	clear: left;
	margin-left: 0;
}

.ppost-item p {
	text-align: left;
	margin: 0;
}

.ppost-item .name {
	text-align: center;
	margin-top: 5px;
    font-family: "FOT-筑紫ゴシック Pro B", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.ppost-item .ppost-data {
	font-size: .86em;
	line-height: 1.4;
	margin: 5px 0 auto;
}

.ppost-data .area {
	font-weight: bold;
}

.ppost-item .categories {
	margin-top: 5px;
}

.categories .cat-eat {
	background-color:#f56;
}

.categories .cat-play {
	background-color:#e83;
}

.categories .cat-see {
	background-color:#aa1;
}

.categories .cat-buy {
	background-color:#c6e;
}

.categories .cat-stay {
	background-color:#49d;
}

.categories .cat-relax {
	background-color:#7c1;
}

.related-post {
	margin-top: 20px;
}

.ppost + .back {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.ppost-list-map {
	margin-top: 5px;
}

.btn--map2 {
	display: block;
	padding: 5px;
	font-size: 14px;
}

/* P Spot
--------------------------------*/
.spot-categorize {
	margin-bottom: 20px;
	padding: 10px;
}

section.spot-categorize-item {
	float: left;
	background: #fff;
	border: 0 dashed #999;
	width: 220px;
	margin: 0;
	padding: 10px;
}

.spot-categorize-item:nth-child(3n+1) {
	clear: both;
}

.spot-categorize-item:nth-child(3n+2) {
	border-width: 0 1px;
	padding-left: 9px;
	padding-right: 9px;
}

.spot-categorize-item:nth-child(n+4) {
	border-top-width: 1px;
}

.spot-categorize-item h2 {
	background: none;
	margin: 0 0 5px;
	padding: 0;
}

.spot-categorize-item ul {
	list-style: none;
	padding: 5px;
}

.spot-categorize-item li {
	display: inline;
}

.spot-categorize-item li:not(:last-child):after {
	content: " / ";
}

.ppost-image {
	float: right;
	max-width: 300px;
	margin-left: 20px;
}

.ppost .entry-content {
	margin-bottom: 20px;
}

.post-share {
	clear: both;
	margin: 20px auto;
}

.pevent-data th {
	white-space: nowrap;
}

.ppost-map {
	height: 550px;
	margin-top: 20px;
}

.ppost-map-link {
	margin-top: 30px;
}

.btn--map {
	font-size: 20px;
}

.btn--map:before,
.btn--map2:before {
	content: "\e906";
}

/*=== Search ===*/
.narrow-search legend,
.narrow-keyword > label,
.search-module legend {
	background: url(images/bg_h2.png) no-repeat 50% 50%;
	border: dashed #fff;
	border-width: 0 1px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,114,151,.65);
	padding: 4px 8px;
}

.narrow-search legend {
	margin-bottom: 4px;
}

.checkbox > label {
	display: inline-block;
}

.narrow-area {
	float: left;
}

.narrow-area .checkbox {
	position: relative;
	background: url(images/p/search_area.png) no-repeat 50% 50%;
	display: block;
	width: 280px;
	height: 220px;
	padding: 10px;
}

.narrow-area label {
	position: absolute;
	text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff;
}

.area1  {left:  94px; top:  85px}
.area2  {left:  38px; top: 194px}
.area3  {left: 180px; top:  48px}
.area4  {left: 188px; top: 155px}
.area5  {left: 182px; top:  88px}
.area6  {left: 155px; top: 110px}
.area7  {left: 103px; top: 130px}
.area8  {left: 104px; top:  42px}
.area9  {left:  34px; top: 108px}
.area10 {left:  65px; top: 144px}
.area11 {left: 235px; top:  20px}
.area12 {left: 228px; top:  68px}
.area13 {left: 222px; top:  94px}
.area14 {left: 214px; top: 116px}
.area15 {left:  60px; top:  58px}
/*
.area3,
.area5 {
	padding-bottom: 11px;
}
*/
.area3 input,
.area5 input {
	position: absolute;
	margin: auto;
	top: 100%;
	left: 0;
	right: 0;
}

.area6 input {
	display: block;
	margin: auto;
}

.narrow-category,
.narrow-merit,
.narrow-keyword,
.narrow-search .submit {
	clear: right;
	float: right;
	width: 400px;
	margin-bottom: 20px;
}

.narrow-category label,
.narrow-merit label,
.search-module label {
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-top: 2px;
	padding-right: 4px;
}

.narrow-category [aria-selected="true"],
.narrow-merit [aria-selected="true"],
.search-module [aria-selected="true"] {
	background: #fcfa71;
}

.narrow-search .submit {
	text-align: left;
	margin-bottom: 0;
}

.narrow-search .submit input {
	min-width: 50%;
}

/*=== Eat ===*/
.gourmets-list {
}

.gourmets-item {
	float: left;
	width: 32.2%;
	text-align: center;
	text-decoration: none;
	margin: 6px 0 6px 1.7%;
}

.gourmets-item:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}

.gourmets-item span {
	display: block;
	font-weight: bold;
	margin-top: 3px;
}

.gourmets-banner {
	padding-top: 20px;
	border-top: 2px dotted #66b5d6;
}

/*=== Stay ===*/
.hotel-plan {
	position: relative;
	border: solid #ed7c71;
	border-width: 0 10px 10px;
	border-image: url(images/bg_hotelplan2.jpg) 0 10 10 round;
	background: url(images/bg_hotelplan1.jpg) #f8efd6;
	padding: 0 30px 20px;
}

.hotel-plan:before {
	position: absolute;
	right: 30px;
	bottom: 10px;
	line-height: 0;
	content: url(images/i_dolphin2.png);
}

.side-hotel-plan {
	border-width: 0 5px 5px;
	border-image-slice: 0 5 5;
	padding: 0 10px 10px;
}

.side-hotel-plan:before {
	content: none;
}

.hotel-plan > h2 {
	background: url(images/bg_hotelplan2.jpg) #ed7c71;
	color: #fff;
	font-family: "Hiragino Mincho ProN", "游明朝", serif;
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(178, 28, 22, .8);
	margin: 0 -40px;
	padding: 12px;
}

.side-hotel-plan > h2 {
	margin: 0 -15px;
	font-size: 16px;
}

.hotel-plan .headline {
	font-family: "Hiragino Mincho ProN", "游明朝", serif;
	font-size: 18px;
}

.travel-agencies {
	overflow: hidden;
	margin: -5px 0 15px;
}

.travel-agencies img {
	float: left;
	margin: 5px 0 5px 12.222px;
}

.travel-agencies img:nth-child(10n+1) {
	clear: left;
	margin-left: 0;
}

.hotel-plan form {
	margin-right: -40px;
}

.side-hotel-plan form {
	margin-right: 0;
}

.hotel-plan .form-group {
	display: inline-block;
	margin: 8px 40px 8px 0;
}

.side-hotel-plan .form-group {
	margin: 4px 0;
}

.side-hotel-plan .form-control {
	display: block;
}

.hotel-plan .form-group > label {
	margin-right: 10px;
	font-size: 16px;
	font-weight: bold;
	cursor: auto;
}

.hotel-plan .form-group > label:before {
	display: inline-block;
	width: 7px;
	height: 7px;
	vertical-align: middle;
	background: #FF4257;
	content: "";
	margin-right: 8px;
}

#calid3 {
	display: inline;
}

.side-hotel-plan .formWrap2 .form-control:first-of-type {
	display: block;
	margin: 4px 0;
	font-size: .857em;
}

.hotel-plan .submit {
	margin-top: 20px;
}

.side-hotel-plan .submit {
	margin-top: 0;
}

.hotel-plan [type="submit"] {
	-webkit-appearance: none;
	appearance: none;
	padding: 9px 60px;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	background: url(images/bg_hotelplan2.jpg) #ed7c71;
	color: #fff;
	font-family: "Hiragino Mincho ProN", "游明朝", serif;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(178, 28, 22, .8);
	cursor: pointer;
}

.hotel-plan [type="submit"]:before {
	content: "\e916";
	font-family: icomoon, sans-serif;
	margin-right: 8px;
}

.side-hotel-plan [type="submit"] {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.hotel-plan table {
	margin: 0;
}


/* P Event
--------------------------------*/
.ppost-schedule {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	text-align: center;
	margin: 0 -10px;
	padding: 0 10px 10px;
}

.ppost-schedule:before {
	display: block;
	content: "\e911";
	font: 30px/1.2 icomoon, sans-serif;
}

.pattachment {
	border: 3px solid #ddd;
	margin: 15px auto;
	padding: 10px;
}

.pattachment-title {
	border-bottom: 2px solid #ddd;
	font-size: 1.2em;
	text-align: left;
	padding: 0;
}

.pattachment-title:before {
	position: static;
	border: 0;
	border-radius: 0;
	content: none;
	width: auto;
	height: auto;
}

.pattachment-content + .pattachment-content {
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding-top: 10px;
}

.documents figcaption {
	font-size: 1.286em;
	margin-bottom: 4px;
}

.documents figcaption:before {
	content: "\e912";
	font-family: icomoon, sans-serif;
	margin-right: 3px;
}

.doc-list {
	list-style: circle;
}

.doc-list a:after {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	margin-left: .3em;
}

.doc-list [href$=".pdf"]:after {
	content: url(images/i_pdf.png);
}

.doc-list [href$=".doc"]:after,
.doc-list [href$=".docx"]:after {
	content: url(images/i_word.png);
}

.doc-list [href$=".xls"]:after,
.doc-list [href$=".xlsx"]:after {
	content: url(images/i_excel.png);
}

.ppost-data {
	margin-top: 15px;
}

.ppost-data th {
	white-space: nowrap;
}

.ppost-data td {
	text-align: left;
	word-break: break-all;
}

.calendar-area {
	position: relative;
	max-width: 400px;
	margin: auto;
}

.calendar-area:before,
.calendar-area:after {
	position: absolute;
	visibility: hidden;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: .3s;
}

.calendar-area:before {
	background: rgba(255,255,255,.6);
}

.calendar-area:after {
	border: 5px solid #999;
	border-right-color: #ccc;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin: auto;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
}

.calendar-area.loading:before,
.calendar-area.loading:after {
	visibility: visible;
	opacity: 1;
}

.calendar-area .link {
	margin-top: 10px;
}

.calendar-area .btn {
	display: block;
	font-size: 12px;
	padding: 8px;
}

.calendar {
	border-width: 2px;
	font-size: 13px;
}

.calendar caption {
	margin-bottom: 5px;
}

.cal-selector {
	display: inline-block;
	margin: 0 5px;
}

.cal-selector select {
	margin-right: .3em;
}

.cal-selector select[name="m"] {
	margin-left: .3em;
}

.cal-prev,
.cal-next {
	overflow: hidden;
	display: inline-block;
	/*color: #0498D8;*/
	width: 1em;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
}

.cal-prev:before,
.cal-next:before {
	font-family: icomoon, sans-serif;
}

.cal-prev:before {content: "\e903"}
.cal-next:before {content: "\e901"}

.calendar th,
.calendar td {
	text-align: center;
	padding: 2px;
}

.calendar tr > :first-child {
	color: #f33;
}

.calendar tr > :last-child {
	color: #06f;
}

.calendar td {
	padding: 0;
}

.calendar td a {
	display: block;
	padding: 2px;
}

.calendar td a:hover,
.calendar td a:focus {
	background: #efefef;
}

.calendar td:first-child a:hover,
.calendar td:first-child a:focus {
	background: #fde4e4;
}

.calendar td:last-child a:hover,
.calendar td:last-child a:focus {
	background: #e1edff;
}

.yearly-schedule {
	width: 750px;
	width: calc(100% + 12px);
	margin-left: -6px;
	border: 0;
	border-collapse: separate;
	border-spacing: 6px;
	font-size: 13px;
	table-layout: fixed;
}

.yearly-schedule ~ .yearly-schedule {
	margin-top: 20px;
}

.yearly-schedule th,
.yearly-schedule td {
	border: 0;
}

.yearly-schedule th {
	background: url(../sp/images/bg_footer.png) #0498d8;
	color: #fff;
}

.yearly-schedule td {
	vertical-align: baseline;
	background: #f3f3f3;
}

.yearly-schedule .category {
	width: 110px;
}

.yearly-schedule .event td:not(:empty) {
	background: #dfffff;
}

.yearly-schedule td > span {
	display: block;
}

.yearly-schedule .name:before {
	content: "■";
}

.yearly-schedule a {
	color: #00f;
}

.yearly-schedule a[target="_blank"]:after {
	font-family: icomoon, sans-serif;
	content: "\e91b";
}

.yearly-schedule ul {
	list-style: none;
	padding: 0;
}


/* P Specialty
--------------------------------*/
.specialty-nav {
	border: 3px solid #ddd;
	padding: 10px;
}

.specialty-nav ul {
	margin-right: -1em;
}

.specialty-nav li {
	display: inline-block;
	margin-right: 1em;
}

.specialty-nav a {
	color: #0498d8;
}

.specialty-nav a:before {
	content: "\e916";
	font-family: icomoon, sans-serif;
}

.specialty-nav .current a {
	color: inherit;
	text-decoration: none;
}

.ptype-specialty .ppost-image {
	width: 200px;
	margin-left: 0;
}

.ptype-specialty .entry-content,
.ptype-specialty .ppost-data {
	clear: left;
	float: left;
	width: 520px;
}

section.shop {
	clear: both;
	float: left;
	width: 360px;
	margin-top: 20px;
}

.shop:nth-child(2n) {
	clear: none;
	float: right;
}


/* Pagenavi
--------------------------------*/
.page-nav {
	overflow: hidden;
	border-top: 1px solid #ccc;
	text-align: right;
	margin-top: 20px;
	padding-top: 10px;
}

.page-nav span,
.page-nav a {
	display: inline-block;
}

.page-nav > a {
	position: relative;
	overflow: hidden;
	max-width: 45%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page-nav [rel="prev"] {
	float: left;
	padding-left: 1em;
}

.page-nav [rel="prev"]:before {
	position: absolute;
	left: 0;
	font-family: icomoon;
	content: "\e903";
}

.page-nav [rel="next"] {
	float: right;
	padding-right: 1em;
}

.page-nav [rel="next"]:after {
	position: absolute;
	right: 0;
	font-family: icomoon;
	content: "\e901";
}

.pager,
.wp-pagenavi {
	text-align: right;
}

.wp-pagenavi {
	margin: 0 -.3em;
}

.pager strong,
.pager a,
.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	border: 1px solid;
	line-height: 1em;
	min-width: 1em;
	text-align: center;
	padding: 5px;
}

.wp-pagenavi span,
.wp-pagenavi a {
	margin: 0 .3em;
}

.pager strong,
.wp-pagenavi .current {
	box-shadow: 0 0 0 1px currentColor inset;
	color: #0498d8;
}


/* Search
--------------------------------*/
.gsc-control-searchbox-only td,
div.gsc-control-cse,
.gsc-control-cse table,
.gsc-control-cse th,
.gsc-control-cse td,
.gsc-result-info-container,
div.gsc-result-info{
	border: 0;
	padding: 0;
	margin: 0;
}

div.gsc-above-wrapper-area {
	margin: 10px 0;
	padding: 8px;
}

div.gsc-cursor-box {
	border-top: 1px solid #E9E9E9;
	text-align: center;
	padding-top: 10px;
}


/* Event
--------------------------------*/
.joshi-backnumber {
	margin-top: 60px;
}

.joshi-backnumber h2 {
	margin: 0 0 20px;
	padding: 0;
	background: none;
	text-align: center;
	text-shadow: none;
}

.joshi-banner {
	list-style: none;
	padding: 0 30px;
}

.joshi-banner li {
	float: left;
	clear: both;
	width: 334px;
	margin-top: 10px;
}

.joshi-banner li:nth-child(2n) {
	float: right;
	clear: none;
}

/* NEWS
--------------------------------*/
.top-news-list{
	height: 200px;
	overflow: auto;
}


/* Guide Form
--------------------------------*/
.guide-fieldset {
	margin-bottom: 20px;
}

.guide-fieldset > .note {
	margin: 4px 0;
}

.guide-form .form-group {
	display: block;
}

.guide-form .form-group ~ .form-group {
	margin-top: 5px;
}

.guide-form .wpcf7-form-control-wrap {
	display: inline-block;
}

.guide-form-attention dl {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	counter-reset: gfa;
}

.guide-form-attention dt {
	margin-top: 1em;
	font-weight: bold;
	counter-increment: gfa;
}

.guide-form-attention dt:before {
	content: counter(gfa) ".";
}

.group-way-num input {
	width: 4em;
}

.wpcf7-form-control-wrap.group-course,
.wpcf7-form-control-wrap.group-want {
	display: block;
}


/* 緊急時のお知らせ
--------------------------------*/
.urgent-info {
	display: table;
	clear: both;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 140px;
	border: 2px solid #f00;
}

.urgent-info .caption,
.urgent-info-post {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 15px;
}

.urgent-info .caption {
	width: 20%;
	background: #f00;
	color: #fff;
	font-weight: bold;
	text-align: center;
}


/* Flexslider
--------------------------------*/
.flexslider {
	border: 0;
	border-radius: 0;
	padding: 0;
}

.flexslider .slides img {
	width: auto;
	margin: auto;
}

.flex-control-nav {
	bottom: -20px;
}

.flex-control-nav li {
	line-height: 1;
	vertical-align: bottom;
}

.flex-control-paging li a {
	background: #fff;
	border: 1px solid #2793D2;
	border-radius: 50%;
	box-shadow: none;
}

.flex-control-paging li a:hover {
	background: #a2dbfd;
}

.flex-control-paging li a.flex-active {
	background: #2793D2;
}

.flex-direction-nav a:before {
	color: #2793d2;
	content: "\e903";
	font-family: icomoon, sans-serif;
	line-height: 1;
}

.flex-direction-nav a.flex-next:before {
	content: '\e901';
}


/* Imagelightbox
--------------------------------*/
#imagelightbox-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
	background: rgba(255,255,255,.8);
	content: "";
}

#imagelightbox-loading {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100001;
	width: 100px;
	height: 100px;
	margin: auto;
	border: 10px solid #0498D8;
	border-right-color: transparent;
	border-radius: 50%;
	animation: rotate 2s linear infinite;
}

@-webkit-keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

#imagelightbox {
	position: fixed;
	z-index: 100002;
	margin: auto;
}


/*------------------------------*/
.for-ie {
	background: #f00;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 10px 0;
}
