/*
Theme Name: recurrent
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

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.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	background:#F5F5FA;
}
ol,
ul {
	margin-bottom:2em;
}
li {
	margin:0 0 16px 24px;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	text-align: left;
    font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
.del_under{
	color: #ccc;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	/*
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	*/
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	overflow: hidden;
}


/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 16px;
}
body {
	font-size: 16px;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    color: #000;
	min-width:1320px;
} 
#wrap{
	overflow:hidden;
}
a {
	outline: none;
	color: #62448C;
}
a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}
.min{
	font-family: "Noto Serif JP","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ppl{
    color: #514496;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	display:none;
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
#page {
}
.site {
}
.site-content {
}
.widget-area {
}

/* Header */
.hgroup,
.headbar{
	min-width:1180px;
	position:relative;
}
.site-header {
	position:relative;
    top: 50px;
	z-index:1;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 30px;
    margin: 0 50px;
    box-shadow: 10px 10px 50px rgba(81,68,150,0.15); 
}
.hgroup_wrap{
}
.site-description {
	display:none;
}
.hgroup_wrap{
    position: absolute;
    left: 30px;
    top: 15px;
}
.menu_btn{
    position: absolute;
    right: 30px;
    top: 42px;
}
.menu_btn .btn{
    margin: 15px 0 0 15px;
}
a.btn{
    font-weight: bold;
    padding: 12px 45px;
    border-radius: 25px;
    box-sizing: border-box;
    text-decoration: none;
}
.btn_w{
    border: 1px solid #333;
    color: #333;
}
.btn_b{
    background: #333;
    color: #fff;
}
#main{
	margin:0 auto;
}
/* Navigation Menu */
#masthead .logo h1{
	margin: 0;
	padding: 0;
	line-height: 0;
}
.head_mail{
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
}
.head_mail a{
	text-decoration: none;
}
.head_mail span{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	display: block;
	margin: 10px auto 0;
	font-size: 12px;
}
.main-navigation.main_home{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:10;
}
.menu-nav-menu-container{
	width:1000px;
	text-align:center;
	margin: 0 auto;
}
.main-navigation{
}
.main-navigation ul {
	margin:auto;
	display:table;
	text-align:center;
    padding:0;
	list-style:none;
}
.main-navigation ul li {
	display:table-cell;
	margin:0;
	padding: 0px 28px;
}
.main-navigation ul li a {
    color: #000;
    font-weight: bold;
	font-size: 16px;
	text-decoration:none;
	text-align:center;
	display:block;
	line-height: 1.4;
    padding: 38px 0;
}
.menu_wrap{
	display: block;
}
#masthead .small{
	position: absolute;
	top:18px;
	color: #fff;
	font-size: 12px;
	margin-left: 19px;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}


/* Footer */
#colophon {
	background:#fff;
    border-radius: 50px 50px 0 0 ;
    margin:190px auto 0;
	position:relative;
    border-bottom: 3px solid #896CB9;
}
.footer_btn{
	background:url(images/ft_con.png) no-repeat center center;
	background-size: cover;
    display: block;
    max-width: 1720px;
	padding:60px 0;
    margin: 0 100px -150px;
    position: relative;
    top: -150px;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
}
@media screen and (max-width: 1420px){
    .footer_btn{
        margin: 0 0 -150px;
    }
}
.footer_btn .min{
    font-size: 48px;
    display: block;
    margin-bottom: 20px;
}
.footer_btn p{
    position: absolute;
    right: 14%;
    top: 45%;
    font-size: 18px;
    font-weight: bold;
}
.footer_btn p:after {
    content: url(images/arr_w.svg);
    position: absolute;
    right: -20px;
    top: 0;
}
.ft_wrap{
	max-width: 1180px;
	position: relative;
	z-index: 0;
	margin: 50px auto;
}
.ft_add{
	line-height: 1.6;
}
.ft_add p{
    margin: 6px 0 0;
}
.ft_fb{
	margin-top: 10px;
}
.ft_add .ppl {
    width: 40px;
    display: inline-block;
}
#colophon ul.ft_nav{
	position: absolute;
	top: 65px;
	right: 0;
    max-width: 425px;
    text-align: right;
}
#colophon ul.ft_nav li{
	list-style:none;
	display:inline-block;
	text-decoration:none;
	font-weight:bold;
	position:relative;
	z-index:1;
    margin:0 0 35px 35px;
}
#colophon ul.ft_nav li a:after {
    content: url(images/arr_p_s.svg);
    margin-left: 5px;
}
.pagetop{
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
}
#cright {
	clear:both;
    color: #707070;
	font-size:12px;
	margin: 60px 0 100px;
	line-height: 1;
}


/* =Main content and comment content
-------------------------------------------------------------- */
#content {
	position:relative;
}
.hentry {
}
.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 70px;
	text-align: left;
}
.entry-header h2 {
    font-size: 20px;
    font-weight: bold;
}
.entry-header .entry-title {
	font-size: 20px;
	line-height: 1;
	color:#fff;
}
.page .entry-header {
	position:relative;
	z-index:0;
	top:-14px;
	padding-bottom:14px;
}
.page .entry-title {
	text-align:center;
	font-size:18px;
	padding:15px 0;
	margin-top:40px;
	color:#e8660c;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}

.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
	margin-bottom: 10px;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
}
.entry-content table caption,
.comment-content table caption {
}
.entry-content th,
.comment-content th {
	white-space:nowrap;
	padding:1em;
}
.entry-content td,
.comment-content td {
	padding:1em;
}
.blog .site-content article,
.single .site-content article {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =pages
----------------------------------------------- */
/* 共通 */
h2 {
	text-align: center;
	font-size:18px;
    font-weight: normal;
	padding-top: 20px;
	margin:0 0 40px;
	line-height:1.6;
}
h2.line{
    position: relative;
}
h2.line .min{
    font-size: 48px;
    display: block;
}
h3 {
    font-size: 22px;
    line-height: 1;
    margin: 50px 0;
    padding: 10px 20px;
}
h3.bg_ora{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: #EDA614;
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding: 35px;
	border-radius: 50px;
	margin: 40px 0 30px;
}
h4{
	font-size: 16px;
	margin:20px 0 10px;
}
.line:before {
    content: "";
    background: #514496;
    height: 2px;
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
}
.center.line:before {
    left: 47%;
}
.line:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
p {
	line-height:1.8;
	margin-bottom:1em;
}
.entry-content {
	line-height:1.6;
}
.page .entry-content {
	padding:0 125px;
}
img.bg {
	position: absolute;
	z-index:0;
	width:480px;
}
ol h2 {
	font-size:16px;
	margin-top:4em;
	margin-bottom:1em;
}
ul h4 {
	margin-top:2em;
}
dl {
	padding:0 !important;
	margin:0 !important;
}
dt {
	margin:0;
	padding:0;
	line-height:1 !important;
}
dd {
	padding:0;
}
.heed {
	font-size:13px;
	color:#CC0000;
}
.button a,
.wpcf7-submit {
	display:block;
	border:none;
	font-size:26px;
	font-weight:bold;
	width:440px;
	padding:15px 20px;
	color:#fff;
	margin:2em auto;
	text-decoration:none;
	text-align:center;
	background: #e8660c;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.pagetop:hover {
	cursor:pointer;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.border1 {
	border:1px solid #999;
	padding:1em;
	font-size:12px;
}
th,
td {
    padding: 10px;
	vertical-align:top;
}
th{
	color:#ccc;
	vertical-align: top;
	white-space: nowrap;
}
td {
    padding: 10px;
}
td.bg{
	color:#E8660C;
	font-weight:bold;
}
td.bg span{
	font-weight:normal;
	font-size:12px;
}
.acc{
	display:block;
}
.page_title_wrap {
	background-size:cover;
	width: 100%;
	height: 540px;
	box-sizing: border-box;
	position: relative;
}
.home .page_title_wrap {
	background:url("images/top_bg_pc.jpg?v=3") no-repeat center top;
	background-size:cover;
	height: 1908px;
	background-position: center center;
}
.about .page_title_wrap {
	background-image:url("images/title_about.jpg") ;
}
.category .page_title_wrap,
.single .page_title_wrap{
	background-image:url("images/title_news.jpg") ;
}
.contact .page_title_wrap,
.movie .page_title_wrap{
	background-image:url("images/title_contact.jpg") ;
}
.page_title_inner h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
    padding: 75px 0 0;
    text-align: left;
    max-width: 440px;
}
#breadcrumbs{
	width:1180px;
	padding: 8px 0;
	margin:0 auto;
	color:#fff;
}
#breadcrumbs a{
	color:#fff;
    text-decoration: none;
}
#breadcrumbs img{
	margin-bottom: -2px;
}
.sum_menu{
	text-align: center;
    margin-bottom: 75px;
}
.sum_menu ul{
	padding: 0;
	margin: 50px auto 0;
	list-style: none;
	display: table;
}
.sum_menu ul li{
	display: table-cell;
	padding: 0 30px;
	margin: 0;
}
.sum_menu ul li a{
    text-decoration: none;
    color: #000;
}
.sum_menu ul li a:after{
	content:url("images/arr_p_d.svg");
    margin-left: 10px;
}
.table_wrap {
    display: block;
    overflow-x: auto;
	overflow-y: hidden;
    position: relative;
    width: 100%;
	text-align:center;
	-webkit-overflow-scrolling: touch;
}
.con_box{
	max-width:1180px;
	margin:auto;
	padding:80px 0;
	position:relative;
}
.center{
	text-align:center;
}
ul.line{
	list-style:none;
	margin:0;
	padding:0;
}
ul.line li{
	margin: 0 0 15px;
	display:table;
}
ul.line > li:before{
	content:"－";
	padding-right:15px;
	color:#014099 !important;
	display:table-cell;
}
.topback{
	float:right;
}





.topback:before{
	content:"";
	display: inline-block;
    height: 9px;
    margin-right: 5px;
    width: 14px;
	background:url(images/arr_back.png) no-repeat;
}
.load_wrap{
	background:#fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	border: 5px solid rgba(134,172,24,0.4);
	border-top-color: rgba(238,184,26,0.9);
	border-radius: 50%;
	animation: spin 1.2s linear 0s infinite;
}
@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
.bg_w {
	background: #fff;
}
.bg_g{
	background: #F2F2F2;
}
.bg_b{
	background: #F3F0E7;
}

/* =TOP
----------------------------------------------- */
.page_title_wrap .copy{
    margin:155px 0 0 75px;
}
.copy h2{
	font-size: 56px;
    font-weight: bold;
	line-height: 1.4;
    color: #000;
	padding: 0;
	margin: 0;
	text-align: left;
}
.copy h2 span{
    background: #fff;
    padding: 12px 20px;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 1;
}
.page_title_wrap .copy .min{
    font-size: 14.5px;
    margin:5px 0 20px 20px;
    line-height: 1.4;
}
.copy .pw{
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}
.copy .pw span{
    background: #514496;
    padding: 0 20px;
    margin-bottom: 5px;
    display: inline-block;
}
.copy .pw + .min{
    font-size: 13px;
    margin-top: 5px;
}
.top_topic{
	background: #fff;
    display: table;
    width: 750px;
    height: 145px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 915px;
}
.top_topic h2{
	background: #514496;
    color: #fff;
    width: 145px;
	padding: 40px 0;
    margin: 0;
    line-height: 1;
    letter-spacing: 0;
    display: table-cell;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}
.top_topic .right{
    display: table-cell;
    vertical-align: middle;
    padding: 20px 30px;
}
.top_topic_lists{
    margin: 0;
}
.top_topic .right li{
    list-style: none;
    margin: 17px 0;
    font-size: 14.4px;
}
.top_topic .right li .date{
    margin-right: 30px;
    font-size: 12px;
}
.top_con{
	max-width: 1180px;
	margin: auto;
    padding: 40px 0;
}
.top_con:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.top_con01{
    padding: 500px 0 40px;
}
.top_con01 .col2{
    display: flex;
    margin: 0 60px;
    list-style: none;
}
.top_con01 .col2 li{
    width: 480px;
    margin: 0;
}
.top_con01 .col2 li:last-child{
    margin-left: 100px;
}
.top_con01 .col2 li a{
    text-decoration: none;
    color: #000;
}
.top_con01 .col2 li div{
    background: #fff;
    position: relative;
    text-align: center;
    border-radius: 20px;
    padding: 30px;
    top: -35px;
    width: 380px;
    margin: auto;
    box-sizing: border-box;
    box-shadow: 5px 5px 50px rgba(0,0,0,0.15);
}
.top_con01 .col2 li div:before{
    content: "";
    background: #514496;
    height: 2px;
    width: 60px;
    position: absolute;
    top: 0;
    left: 50px;
}
.top_con01 .col2 li div:after{
    content: url(images/arr_p.svg);
    position: absolute;
    top: 42%;
    right: 30px;
}
.top_con01 .col2 li div span{
    font-size: 48px;
    display: inline-block;
    margin-bottom: 20px;
}
.page_title_wrap .scroll {
    position: absolute;
    top: 1030px;
    left: 70px;
    margin-left: 0;
}
.top_news{
    display: flex;
}
.top_news .left{
    width: 300px;
}
.top_news .right{
    width: 880px;
    padding-top: 40px;
}
.top_news h2{
    text-align: left;
    margin-bottom: 50px;
}
.top_news .btn{
    font-size: 24px;
    border-radius: 30px;
    position: relative;
    box-shadow: 5px 5px 50px rgba(81,68,150,0.3);
}
.top_news .btn:after{
	content: url(images/arr_w.svg);
    position: absolute;
    top: 32%;
    right: 10%;
}
.news_lists {
	margin: 0;
	padding: 0;
}
.news_lists li{
	margin:0 0 15px;
	box-sizing: border-box;
	width: 100%;
	list-style:none;
	font-size:15px;
	font-weight: bold;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.05);
}
.news_lists li:last-child{
	margin:0;
}
.news_lists li a{
	background:#fff;
    display: block;
    border-radius: 5px;
    padding:  25px;
	font-size:16px;
    font-weight: normal;
	text-decoration: none;
	clear:none;
	margin:0;
	line-height: 1.2;
}
.news_lists li a .date {
    color: #000;
    margin-right: 30px;
    font-size: 12px;
}
.news_lists li a .ul{
    text-decoration: underline;
}
.news_lists li a .ul:after{
	content: url(images/more_p.svg);
    float: right;
}

.top_cal01 > div{
	float: right;
	max-height: 386px;
}
.top_cal02 > div{
	float: left;
}
.top_con03{
	background: #F2F2F2;
}
.top_cal02{
	padding-top: 5px;
}
.top_cal01:after,
.top_cal02:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.top_box{
	position: relative;
}
.top_box h2{
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.top_cal02 .top_box h2{
	font-size: 26px;
}
.top_box p{
	margin: 0;
	letter-spacing: 1px;
	font-weight: bold;
}
.top_box a{
	display:block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.top_cal{
	width: 560px;
	padding: 30px 72.8px;
	box-sizing: border-box;
}


/* =about
----------------------------------------------- */
.abo01{
    background: #fff;
    padding: 0 100px 55px;
    border-radius: 50px;
}
.abo01 p{
    font-size: 18px;
    line-height: 2;
}
.abo01 p.right{
    text-align: right;
    margin: 0;
}
.abo01 p.right span{
    font-size:24px;
}
.abo02 {
    background: url("images/abo_bg.png") no-repeat center bottom;
}
.abo02 h2{
    margin-bottom: -70px;
}
.pro_con{
    margin: 0;
    list-style: none;
}
.pro_con.left{
    float: left;
    margin-bottom: 50px;
}
.pro_con.right{
    float: right;
}
.pro_con li{
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    width: 570px;
    padding: 40px 50px;
    margin: 0 0 35px 0;
}
.pro_con li h3{
    margin: 0 0 20px;
    display: table;
    vertical-align: middle;
}
.pro_con li h3 img{
    margin-right: 10px;
}
.pro_con li h3 span{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
.pro_con li p{
    margin: 0;
}
.abo03_inner{
    position: relative;
}
.ppl_btn {
    display: flex;
    margin: auto;;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
    border: 1px solid #BDB8D5;
    width: 80%;
    height: 90px;
    font-weight: bold;
    box-shadow: 0px 0px 25px rgba(81, 68, 150, 0.4);
    background-image: linear-gradient(149deg, rgba(128, 102, 170, 1) 12%, rgba(81, 68, 150, 1));
}
.abo03_inner .btn01{
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.abo03_inner .btn02{
    display: none;
}

/* =entry
----------------------------------------------- */
.entry .con_box{
	max-width: 1120px;
}
.entry_lists{
	list-style: none;
	margin: 50px -3% 0 0;
	padding: 0;
}
.entry_lists li{
	float: left;
	width: 30%;
	margin: 0 3% 60px 0;
}
.entry_lists li.last{
	width: 63%;
}
.entry_lists li.bknn .cu_lists,
.entry_lists li.bknn2 .cu_lists{
	height: 570px;
}
.entry_lists li.snah .cu_lists,
.entry_lists li.snah2 .cu_lists{
	height: 655px;
}
.entry_lists li.gmkz .cu_lists{
	height: 587px;
}
.l20_01 .cu_lists{
	height: 532px;
}
/*.entry_lists li.snah .btn{
	height: 58px;
    line-height: 2.2;
}*/
/*.entry_lists li:nth-child(25) .cu_lists,
.entry_lists li:nth-child(26) .cu_lists{
	height: 470px;
}*/
.entry_lists li:nth-child(3n+1){
	clear: both;
}
.entry_lists li table{
	width: 100%;
}
.entry_lists li table caption{
	background: url(images/line_cou.jpg) no-repeat center top;
    font-weight: bold;
    font-size: 18px;
	line-height: 1.4;
	padding: 27px 5px;
}
.entry_lists li table caption span {
	display: block;
	font-size: 12px;
	line-height: 1.2;
	margin-top: 5px;
}
.entry_lists li table caption.sec{
	line-height: 1.4;
	padding: 14px 5px;
}
.entry_lists li table caption.sec2{
	line-height: 1.4;
	padding: 10px 5px;
}
.entry_lists li table th,
.entry_lists li table td{
	padding: 10px;
	border: 1px solid #D7CDB0;
}
.entry_lists li table th{
	background: #F3F0E7;
}
.entry_lists li .btn{
	background: #D7CDB0;
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 3px rgba(0,0,0,0.2);
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 15px;
	box-sizing: border-box;
	word-break: break-all;
}
.entry_lists li .btn.jbc{
	filter: alpha(opacity=30);
	-moz-opacity:0.30;
	opacity:0.30;
}
.entry_lists li .btn.jbc:hover{
	cursor: default;
}
.entry h3.center{
	font-size: 40px;
	letter-spacing: 5px;
	margin-top:60px;
}
.atn {
	display: block;
	font-size: 12px;
	line-height: 1.4;
	color: #444;
	margin-top: 10px;
}

.entry_lists li.grbox table caption {
    padding: 24px 5px;
}
.entry_lists li.grbox table th,
.entry_lists li.grbox table td {
    border: 1px solid #86ac18;
}
.entry_lists li.grbox table th {
    background: #d0e5b2;
}
.entry_lists li.grbox table td {
    background: #fcfff5;
}
.entry_lists li.grbox .btn{
	background-color: #b8c68f;
}
.arc_lists{
    list-style: none;
    padding: 0;
    /*margin: 30px 0 0;*/
    margin: 0;
    text-align: center;
}
.arc_lists li{
    display: inline-block;
    /*margin: 0 10px;*/
    margin: 10px 10px 0 10px;
}
.arc_lists li.this{
    pointer-events: none;
    opacity: 0.5;
}
.arc_lists li a {
    background: #221715;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 15px 30px;
    box-sizing: border-box;
    word-break: break-all;
}
.entry_past{
    text-align-last: center;
    margin-bottom: 0;
}
.red{
    color: red;
}

/* =Contact
----------------------------------------------- */
.contact_box{
	padding: 35px 5%;
}
.contact_box h2{
	background: none;
	padding: 0;
	margin: 0 0 20px;
	line-height: 1.3;
}
.contact_box h2 span{
	font-size: 24px;
}
.btn_mail{
	background: #221715;
	display: block;
	max-width: 515px;
	margin: 20px auto 0;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	padding: 30px;
	box-sizing: border-box;
	word-break: break-all;
}
.btn_mail img {
	margin: 0 15px -5px 0;
}

/* =最新情報
----------------------------------------------- */
.sum_menu.arr_d li a{
	background: none !important;
}
.topic.news_lists li{
	position: relative;
}
.topic.news_lists li:last-child:after{
	content: " ";
	background: url(images/line_ora.jpg) no-repeat;
	background-size: 100% 1px;
	height: 1px;
	width: 100%;
	position: absolute;
	top:100%;
	left: 0;
}
.topic.news_lists li.cat-event:last-child:after{
	background-image: url(images/line_gr.jpg);
}
.con_wrap:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.nav-single{
	margin:60px 0 0;
	border-top:1px solid #e3e3e3;
	padding-top:60px;
}
.nav-in{
	max-width: 420px;
	min-height: 40px;
	margin: auto;
	text-align: center;
}
.nav-previous{
	float: left;
}
.nav-next{
	float:right;
}
.nav-center{
	color: #221714;
	text-decoration: none;
	font-size: 18px;
	position: relative;
	top: 20px;
}
.nav-previous a,
.nav-next a{
	text-decoration:none;
	color:#014099;
	font-weight:normal;
}
.nav-previous img,
.nav-next img{
    width: 50px;
}

.nav-next a:after {
    background: url("images/arr_r.png") no-repeat right center;
    content: " ";
	width:10px;
	height:14px;
    display: inline-block;
}
.single h2.catch{
	font-size:20px;
	margin:0 0 10px;
	text-align:left;
	line-height: 1.4;
}
.single .arc_time{
	text-align:center;
	margin:0 0 25px;
}
.single .entry-content h2{
	font-size: 30px;
	font-weight: normal;
}
.entry-content h1{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:30px;
	margin: 0 0 30px;
}
.entry-content h2{
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size:24px;
	font-weight: bold;
	text-align: left;
	padding:0 0 0 10px;
	margin: 0 0 20px;
	background: none;
	border-left: 3px solid #eda617;
}.entry-content h3{
	font-size:20px;
	color: #86ac17;
	line-height: 1.6;
	padding: 0;
	margin: 0 0 20px;
}
.entry-content h4{
	font-size:18px;
	color: #eda617;
}

/* = wp-pagenavi
----------------------------------------------- */
.wp-pagenavi {
	text-align:center;
	margin:60px 0 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
	border:1px solid #514496;
    border-radius: 30px;
	color:#514496;
	text-decoration: none;
	margin:0 10px;
	font-size:20px;
    padding: 10px 17px;
}
.wp-pagenavi .current {
    background: #514496;
	color:#fff;
    border-color: #514496 !important;
}
.wp-pagenavi .pages {
	display:none;
}
.previouspostslink img,
.nextpostslink img{
	margin-bottom: -8px;
}

/* =pagetop
----------------------------------------------- */
#pagetop {
	z-index:200;
	width:47px;
	height:47px;
	overflow:hidden;
	position: fixed;
	bottom:32px;
	right:-50px;
}
#pagetop:hover {
	cursor:pointer;
}
#pagetop:hover img {
	margin-top:-49px;
}

.sp{
	display:none;
}
.pc{
	display:block;
}

@media screen and (max-width: 640px){
	.sp{
		display:block;
	}
	.pc{
		display:none;
	}

	body{
		min-width:350px;
	}
	#page {
		margin: 0 auto;
		width: 100%;
	}
	img{
		max-width:100%;
	}
	#main {
		width: 100%;
	}
	table {
		width: 100%;
	}
	.con_box,
	.top_news .con_box{
		width:auto;
	}
	.page_title_wrap {
        height: auto;
	}
	.page_title_inner h2 {
		font-size: 28px;
        margin: 0;
	}
	h2 {
		font-size: 14.4px;
        line-height: 1.4;
	}
    .line:before {
        width: 30px;
    }
    h2.line .min {
        font-size: 38px;
    }
	h3.bg_ora {
		font-size: 18px;
		line-height: 1.4;
		padding: 20px;
		border-radius: 100px;
		margin: 30px 0 20px;
	}
	.table_wrap img{
		max-width:300%;
	}
	a.btn {
		width: 100%;
	}

	/* header */
	.headbar,
	.main_home{
		display:none !important;
	}
	.hgroup_wrap{
        position: fixed;
        top: 1%;
        left: 1%;
        z-index: 1000;
        width: 98%;
        background: #fff;
        border-radius: 10px;
	}
	#masthead .logo{
		position: static;
		width: auto;
		padding: 14px 4%;
        border-bottom: 1px solid rgba(255,255,255,0.4);
	}
	#masthead .logo img{
		float: none;
	}
	.hgroup ul,
	.hgroup ul li{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.sp_menu{
        position: fixed;
        top: 4%;
        right: 4%;
	}
	.menu-nav-menu-container{
		width:100%;
	}
	.menu_wrap {
		background:#fff;
		height:100vh;
		width: 100%;
        padding: 1%;
		position: fixed;
		left: 0;
		top: 0;
		display:none;
		z-index: 2001;
        box-sizing: border-box;
	}
    .menu_wrap_inner{
        background: #514496;
        border-radius: 10px;
        height: 100%;
    }
	.main-navigation ul {
		margin: 30px 10% 0;
		text-align: left;
		width: 80%;
	}
	.main-navigation ul li {
		display: block;
		margin: 0;
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,0.4);
	}
	.main-navigation ul li:last-child{
		border: none;
	}
	.main-navigation ul li a {;
		background-size:auto 100%;
		color:#fff;
		display: block;
		font-size: 20px;
        text-align: left;
        padding: 25px 0;
        position: relative;
	}
	.main-navigation ul li a:after {
        content: url(images/arr_w.svg);
        position: absolute;
        top: 32%;
        right: 0;
    }
	.menu_btn {
        position: static;
        margin-top: 10px;
    }
    .menu_btn .btn {
        margin: 20px auto 0;
        display: block;
        width: 80%;
        text-align: center;
        padding: 15px;
    }
    .menu_btn .btn_w{
        border-color: #fff;
        color: #fff;
    }
    .menu_btn .btn_b{
        background: #fff;
        color: #514496;
    }
	#breadcrumbs{
		width:auto;
		margin: 0 5%;
        padding-bottom: 50px;
		line-height: 1.4;
	}


	/* footer */
	.footer_btn{
		padding: 0;
        margin: 0 5% -100px;
	}
    .footer_btn .top_con {
        padding: 42px 5%;
    }
    .ft_wrap {
        margin: 0 10%;
    }
	.ft_add {
		position: static;
	}
	.ft_fb {
		height: 20px;
	}
    #colophon ul.ft_nav {
        position: static;
        text-align: left;
        margin-top: 50px;
    }
    #colophon ul.ft_nav li {
        margin: 0 0 35px 0;
        display: block;
    }
	#cright {
		font-size: 10px;
        text-align: center;
	}
	.pagetop{
		width:60px;
	}
    .top_con {
        padding: 60px 5%;
        position: relative;
    }


	/* top */
	.home .page_title_wrap {
		/*height: 122vh;
		min-height: 820px;
        max-height: 1500px;*/
        background: url(images/top_bg_sp.jpg) no-repeat center top;
        background-size: cover;
        height: auto;
	}
	.page_title_wrap .copy {
        padding: 33% 5% 15%;
        text-align: left;
        margin: 0;
	}
	.page_title_wrap .copy h2 {
		font-size: 33.6px;
		text-align: left;
	}
    .copy .pw {
        font-size: 15px;
    }
    .page_title_wrap .copy .min {
        font-size: 11.5px;
    }
	
	/*2019.11.19 追加*/
	.copy_title_wrap .copy p{
		padding-bottom: 20px;
	}
	.hfeed site {
		position: static;
	}
	.top_topic {
		position: static;
        display: block;
        width: 95%;
        float: right;
        padding-bottom: 0;
        background: none;
	}
    .top_topic h2 {
        padding: 15px 0;
        display: block;
    }
	.top_topic li.post-2,
    .top_topic li.post-3{
        display: none;
	}
	.top_topic .right {
        background: #fff;
        width: 100%;
        display: block;
	}
	.top_con01 {
        padding: 80% 0 40px;
    }
    .top_con01 .col2 {
        display: block;
        margin: 0 10%;
    }
    .top_con01 .col2 li {
        width: auto;
    }
    .top_con01 .col2 li:last-child {
        margin-left: 0;
    }
    .top_con01 .col2 li div {
        padding: 20px;
        top: -25px;
        width: 270px;
        font-size: 14px;
    }
    .top_con01 .col2 li div span {
        font-size: 38px;
        margin-bottom: 10px;
    }
    .top_con01 .col2 li div:after {
        top: 40%;
        right: 10px;
    }
    .top_news {
        display: block;
    }
    .top_news h2 {
        margin-bottom: 30px;
    }
    .top_news .btn {
        font-size: 19px;
        position: absolute;
        right: 5%;
        top: 80px;
        width: auto;
    }
    .top_news .right {
        width: 100%;
        padding-top: 0;
    }
    .news_lists li a {
        padding: 15px 45px 15px 20px;
        position: relative;
    }
	.news_lists li a .date{
		display: block;
		margin: 0 0 5px;
	}
    .news_lists li a .ul:after {
        position: absolute;
        top: 34%;
        right: 20px;
    }
	.top_topic .news_lists li:last-child {
		position: static;
	}
	.top_topic .news_lists li:last-child a.min {
		margin-top: 0;
		padding: 25px;
	}
	.top_topic .news_lists li:last-child span.mark:after {
		margin-right: -20px;
	}
	.top_cal01 > div {
		float: none;
		max-height: 1000px;
	}
	.top_cal {
		width: 100%;
		padding: 30px 20px;
	}
	.simcal-default-calendar-grid > table tbody td,
	.simcal-default-calendar-grid .simcal-day > div,
	.simcal-default-calendar-grid .simcal-events-dots {
		max-height: 80px !important;
	}
	.top_mess a {
		padding: 50px 0;
		width: 100%;
	}
	.top_cal02 > div {
		float: none;
	}
	.top_pro a {
		padding: 50px 0;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.top_cur a {
		padding: 50px 0;
		width: 100%;
	}
	.top_cal02 .top_box h2 {
		font-size: 36px;
		letter-spacing: 1px;
	}
	.top_cur a.btn_entry{
		line-height: 1.4;
	}
	.top_ent.top_cal{
		margin-left: 0;
    	margin-bottom: 5px;
		width: auto;
	}
	.top_ent a{
		background:url(images/top_ent.jpg) no-repeat center center;
		background-size: cover;
		padding: 10px 0;
	}
	.top_ent.top_cal a div{
		padding: 7%;
		margin: 7%;
	}
	.top_ent a h2 {
		font-size: 28px;
	}
	.top_ent a h2 span {
		font-size: 12px;
	}
	
	/* program
	----------------------------------------------- */
    .sum_menu ul {
        table-layout: fixed;
        width: 90%;
    }
    .sum_menu ul li {
        padding: 0 20px;
    }
	.sum_menu ul li a {
		font-size: 14px;
		line-height: 1.6;
		height: 100%;
	}
    .sum_menu ul li a:after {
        display: block;
        margin: auto;
    }
    .abo01 {
        padding: 0 5% 35px;
        margin: 0 5%;
    }
    .abo01 p {
        font-size: 16px;
        line-height: 1.8;
    }
    .abo02 h2 {
        margin-bottom: 0;
    }
    .abo_img{
        right: -5%;
        position: relative;
    }
    .pro_con.left {
        float: none;
        margin-bottom: 0;
    }
    .pro_con li {
        width: auto;
        padding: 5%;
        margin: 0 5% 35px;
    }
    .pro_con li h3 {
        font-size: 18px;
        padding: 0;
    }
    .pro_con li h3 img{
        width: 50px;
    }
    .ppl_btn {
        height: 70px;
        font-size: 18px;
    }
    .abo03_inner {
        padding: 0 5%;
    }
    .abo03_inner .btn01 {
        bottom: 58%;
        right: 10%;
    }
    .abo03_inner .btn02 {
        display: flex;
        position: absolute;
        bottom: 2%;
        right: 10%;
    }
    
	/* 最新情報
	----------------------------------------------- */
    .category .news_lists {
        margin: 0 5%;
    }
	
	/* contact
	----------------------------------------------- */
    .con_con{
        margin: 0 5%;
    }
    .con_con .ppl_btn{
        width: 100%;
        font-size: 16px;
    }
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}
.article {
	display:none;
}