@charset "UTF-8";
/*
Theme Name: AthreeLaugh-themes-01
Theme URI: https://athreelaugh.co.jp/th01/
Description: AthreeLaugh
Author: AthreeLaugh
Author URI: https://athreelaugh.co.jp/
Version: 0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */
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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
}

body {
	line-height: 1;
	height: 100%;
	width: 100%;
	position: relative;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-feature-settings : "palt"1;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

palt {
	clear: both;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

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

del {
	text-decoration: line-through;
}

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

a img {
	border: none;
}

/* =Print CSS
-------------------------------------------------------------- */
body {
	-webkit-print-color-adjust: exact;
}

/* =img markup
-------------------------------------------------------------- */
img {
	border: none;
	object-fit: cover;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.object-fit-img {
	object-fit: cover;
	    font-family: 'AGaramondPro', 'YuMincho', '游明朝', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

img:hover{
	opacity: 1;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

img:hover{
	opacity: 0.5;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.page img:hover{
	opacity: 1.0;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

span.red{
    color: #2b6579;
}

span.bold{
    font-weight: bold;
}

#content p.anno{
    font-size: 13px;
    font-size: 1.3rem;
}

#content p{
    font-size: 14px;
    font-size: 1.4rem;
    text-align: justify;
    text-justify: inter-ideograph;
}

p,
a,
h1,
h2,
h3,
h4,
#content h4{
	font-family: 'AGaramondPro', 'YuMincho', '游明朝', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #2b6579 !important;
}

.pc {display: block;}
.tb {display: none;}
.sp {display: none;}
.br-sp{display: none;}
.br-pc{display: block;}

/* =Layout
-------------------------------------------------------------- */
article,
section{
	display: block;
}

.section,
.article{
	margin-bottom: 5.0em;
	display: block;
    overflow: hidden;
}

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}

#content {
	margin: 0 282px 0 0;
}

.home #content{
	margin: 0 0 0 0;
}

#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}

#primary{	
}
	
#secondary {
	clear: right;
}

#footer {
	clear: both;
	width: 100%;
}

.404{
	text-align: center;
}

.one-column #content {
	margin: 0 auto;
	width: 100%;
	margin-bottom: 100px;
}

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}

/* =Fonts
-------------------------------------------------------------- */
body {
	font-family:Helvetica, 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif;}

@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
		url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
		url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
		url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
		url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* =Structure
-------------------------------------------------------------- */
.inner {
	margin: 0 auto;
	width: 1000px;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.inner:after{
	content: "";
	overflow: hidden;
	clear: both;
	visibility: hidden;
	height: 0;
	display: block;
}

.w700{
	margin: 0 auto;
	width: 700px;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.w740{
	margin: 0 auto;
	width: 740px;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.w800{
	margin: 0 auto;
	width: 800px;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

/* =Global Elements
-------------------------------------------------------------- */
body {
	background: #fff;
}

body,
input,
textarea {
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}

#content input{
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

p {
	margin-bottom: 1.8em;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

b{font-weight: bold;}

em{
	font-style: normal;
	color: #2b6579;
	font-size: 12px;
	font-size: 1.2rem;
	float: right;
	margin-top: 2px;
}

big {
	font-size: 131.25%;
}

ins {
	background: #ffc;
	text-decoration: none;
}

blockquote {
	font-style: italic;
	padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: smaller;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea {
	outline: none;
	background: #f6f6f6;
	border: none;
	border-radius: 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover {
	color: #2b6579;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

::selection{
	background: #f3c9cc;
}

::-moz-selection{
	background: #f3c9cc;
}

.mb0{margin-bottom: 0 !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}
.center{text-align: center;}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

/* =404
-------------------------------------------------------------- */
.error404{
	text-align: center;
}

#content .error404 .entry-title{
	margin-top: 80px;
	margin-bottom: 20px;
}

#content .error404 .entry-content{
	margin-bottom: 80px;
}

#content .error404 p{
    text-align: center;
    margin-bottom: 35px;
}

.error404 input#s{
	margin-bottom: 20px;
}

/* =Header
-------------------------------------------------------------- */
#header {
}

#site-description {
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 20px;
	line-height: 24px;
	font-weight: normal;
}

#site-title {
	float: left;
	width: 250px;
	height: 50px;
	display: block;
	margin-bottom: 20px;
}

#site-title a {
	background: url(images/logo.png) 0 0 no-repeat;
	background-size: cover;
	width: 250px;
	height: 50px;
	display: block;
	text-indent: -9999px;
}

/* =Menu
-------------------------------------------------------------- */
#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}

#access ul{
	list-style: none;
	margin: 0;
}

#access ul li{
	float: left;
	position: relative;
}

#access ul li a {
	color: #aaa;
	display: block;
	padding: 10px;
	text-decoration: none;
}

#access ul li a:hover{
	background: #333;
	color: #fff;
}

#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}

#access ul ul li {
	min-width: 180px;
}

#access ul ul li a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul li:hover > ul {
	display: block;
}

#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a,
#access ul li.current_page_parent > a,
#access ul li.current-page-ancestor > a{
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

.access_clone{
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 100%;
	clear: both;
	background: #113364;
	overflow: hidden;
	position: fixed;
	top: -70px;
	z-index: 999;
	transition: top 0.3s;
	-webkit-transition: top 0.3s;
	-moz-transition: top 0.3s;
	-ms-transition: top 0.3s;
	-o-transition: top 0.3s;
}

.access_clone ul{
	list-style: none;
	overflow: hidden;
	float: right;
	padding-top: 23px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.access_clone ul li{
	display: inline-block;
	position: relative;
	margin-right: 30px;
}

.access_clone ul li a{
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	color: #fff;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.access_clone ul li a:hover{
	border-bottom: 1px solid #fff;
}

.access_clone.visible {
    top: 0;
    width: 100%;
}

.sticky_logo{
	float: left;
	text-align: center;
	line-height: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: ;
	height: ;
	margin-left: 20px;
}

.sticky_logo img:hover{
	opacity: 1.0;
}

.sticky_logo a{
	display: block;
}

#access .sticky_logo{
	display: none;
}



/* =Slick Slider（スライドver）
-------------------------------------------------------------- */
.top_slider_a{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.slider_block{
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}

.top_slider_a ul.slider_a{
    width: 1000px;
    margin: 0 auto;
    overflow: inherit !important;
}

.top_slider_a ul.slick-slider li{
	outline: none;
}

.top_slider_a ul.slick-slider li img{
	width: 100%;
    height: auto;
}

.top_slider_a .filter_left,
.top_slider_a .filter_right{
	width: -webkit-calc((100% - 1000px) / 2);
	width: calc((100% - 1000px) / 2);
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.top_slider_a .filter_right{
	left: inherit;
	right: 0;
}

.top_slider_a ul.slick-slider button.slick-prev,
.top_slider_a ul.slick-slider button.slick-next{
	width: 50px;
	height: 78px;
	z-index: 2;
}

.top_slider_a ul.slick-slider button.slick-prev{
	left: -100px;
	background: url(images/arrow_left.png);
	background-size: 50px 78px;
}

.top_slider_a ul.slick-slider button.slick-next{
	right: -100px;
	background: url(images/arrow_right.png);
	background-size: 50px 78px;
}

.top_slider_a ul.slick-slider button.slick-prev:before,
.top_slider_a ul.slick-slider button.slick-next:before{
	content: none;
}

.top_slider_a ul.slick-dots{
	bottom: -40px;
}

.top_slider_a ul.slick-dots li button{
	padding: 0;
}

.top_slider_a ul.slick-dots li button:before{
	font-size: 15px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.top_slider_a ul.slick-dots li button:hover:before{
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

/* =Slick Slider（フェードver）
-------------------------------------------------------------- */
.top_slider{
	clear: both;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.top_slider ul.slider{
    margin: 0 auto !important;
    width: 100%;
    overflow: inherit !important;
}

.slick-track{
	overflow: hidden !important;
}

.slick-list{
	overflow: inherit !important;
}

.top_slider ul.slick-slider li{
	outline: none;
}

.top_slider ul.slick-slider li img{
	width: 100%;
    height: auto;
}

.top_slider ul.slick-dots{
	bottom: -40px;
}

.top_slider ul.slick-dots li button{
	padding: 0;
}

.top_slider ul.slick-dots li button:before{
	font-size: 15px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.top_slider ul.slick-dots li button:hover:before{
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

/* =Content
-------------------------------------------------------------- */
#main {
	clear: both;
	overflow: hidden;
	padding: 60px 0 0 0;
}

#content {
	margin-bottom: 100px;
	overflow: hidden;
}

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}

#content p,
#content ul,
#content ol,
#content pre,
#content hr {
	margin-bottom: 1.8em;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}

#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 14px;
	line-height: 1.8;
}

#content code {
	font-size: 13px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #333;
	line-height: 1.8;
	margin: 0 0 20px 0;
}

#content table {
	border: 1px solid #ccc;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
    margin-bottom: 10px;
}

#content tr th,
#content tr td{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 10px 20px;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.hentry {
	margin: 0 0 0 0;
}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}

.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}

.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}

.page-title a:active,
.page-title a:hover {
	color: #2b6579;
}

#content h3.f-title,
h3.f-title{
    text-align: center;
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 30px;
}

#content h3.entry-title,
h3.entry-title{
	display: none;
}

#content h3.p-title,
h3.p-title{
    text-align: center;
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 30px;
}

#content .single-title{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 5px;
	margin-bottom: 10px;
	text-align: left !important;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.entry-title a:link,
.entry-title a:visited {
	color: #333;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover {
	color: #2b6579;
}

.entry-meta {
	margin-bottom: 30px;
}

span.meta-prep.meta-prep-author,
span.meta-sep,
span.author.vcard,
.entry-utility {
    display: none;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.entry-content,
.entry-summary {
	clear: both;
}

.entry-content .more-link {
	white-space: nowrap;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}

.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}

.entry-content fieldset legend {
	background: #fff;
	color: #333;
	font-weight: bold;
	padding: 0 24px;
}

.entry-content input {
	margin: 0 0 0 0;
	padding: 7px 10px;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}

.entry-content label {
	color: #333;
	font-size: 16px !important;
    font-size: 1.6rem !important;
}

.entry-content select {
	margin: 0 0 0 0;
}

.entry-content sup,
.entry-content sub {
	font-size: 10px;
}

.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}

.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.page-link {
	clear: both;
	color: #333;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}

.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.home .sticky .page-link a {
	background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover {
	color: #2b6579;
}

body.page .edit-link {
	clear: both;
	display: block;
}

#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #333;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}

#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}

#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}

#entry-author-info h2 {
	color: #333;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}

.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}

.entry-meta a:hover,
.entry-utility a:hover {
	color: inherit;
}

#content .video-player {
	padding: 0;
}

.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

span.author{display: none;}

.none{display: none;}

.more{
	display: block;
	clear: both;
}

.more a{
	display: block;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    background: #1a1a1a;
    width: 200px;
    height: 46px;
    margin: 0 auto;
    text-align: center;
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
}

.more a:after{
	font-family: 'FontAwesome';
	content:"\f0da";
	display: inline-block;
	margin: 0 0 0 0.5em;
}

.more a:hover{
	background: #2b6579;
	color: #fff;
}

.img_center{
	text-align: center;
	margin: 0 auto;
	line-height: 0;
}

.p_eyecatch{
	line-height: 0;
	width: 100%;
}

.p_eyecatch img{
	width: 100%;
	height: auto;
}

.p_eyecatch img:hover{
	opacity: 1.0;
}

@-webkit-keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	33.3% {
    	-webkit-transform: translateY(-6px);
    	transform: translateY(-6px);
	}
	49.95% {
    	-webkit-transform: translateY(4px);
    	transform: translateY(4px);
	}
	66.6% {
    	-webkit-transform: translateY(-2px);
    	transform: translateY(-2px);
	}
	83.25% {
    	-webkit-transform: translateY(1px);
    	transform: translateY(1px);
	}
	100% {
    	-webkit-transform: translateY(0);
    	transform: translateY(0);
	}
}
@keyframes hvr-wobble-vertical {
	16.65% {
    	-webkit-transform: translateY(8px);
    	transform: translateY(8px);
	}
	33.3% {
    	-webkit-transform: translateY(-6px);
    	transform: translateY(-6px);
	}
	49.95% {
    	-webkit-transform: translateY(4px);
    	transform: translateY(4px);
	}
	66.6% {
    	-webkit-transform: translateY(-2px);
    	transform: translateY(-2px);
	}
	83.25% {
    	-webkit-transform: translateY(1px);
    	transform: translateY(1px);
	}
	100% {
    	-webkit-transform: translateY(0);
    	transform: translateY(0);
	}
}

.hvr-wobble-vertical{
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-vertical:hover,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:active{
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* =Swipebox
-------------------------------------------------------------- */
#swipebox-prev {
    background-image: url(images/swipebox_prev.png) !important;
    background-size: 22px 38px;
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 22px !important;
    height: 38px !important;
    background-position: inherit !important;
}

#swipebox-next {
    background-image: url(images/swipebox_next.png) !important;
    background-size: 22px 38px;
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 22px !important;
    height: 38px !important;
    background-position: inherit !important;
}

#swipebox-close {
    background-image: url(images/swipebox_close.png) !important;
    background-size: 31px 31px;
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 31px !important;
    height: 31px !important;
    background-position: inherit !important;
    top: 5% !important;
    right: 60px !important;
}

#swipebox-bottom-bar{
	background: none !important;
	top: 50% !important;
}

#swipebox-arrows{
	width: 86% !important;
    max-width: inherit !important;
}

/* =Asides
-------------------------------------------------------------- */
.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}

/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}

/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

/* =Images
-------------------------------------------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px;
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {
	display: block;
	margin: 0 auto;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author cite {
	color: #333;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #2b6579;
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #2b6579;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #2b6579;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 0 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #333;
	font-weight: bold;
	background: #F2F2F2;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	font-size: 1.5rem;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #333;
}
.widget_rss a.rsswidget:hover {
	color: #2b6579;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0 0 0;
}
#main .widget-area ul ul {
	border: none;
	padding: 0;
	margin-bottom: 30px;
}
#main .widget-area ul ul li{
	margin-bottom: 5px;
}

/* =Pagetop
-------------------------------------------------------------- */
#pagetop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.top_link_img img{
	width: 100%;
	height: auto;
}

.top_link_img{
	width: 100%;
}

.top_link_img:nth-of-type(1){
	margin-top: 50px;
}

.more_link{
	margin: 0 0 0 auto;
	display: block;
}

.more_link a{
	text-align: right;
	display: block;
}

.top_link{
	margin-bottom: 50px;
}

.top_link_img a img:hover{
	opacity: 0.8!important; 
}

#pagetop a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-align: center;
    text-decoration: none;
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
}

#pagetop.show {
    z-index: 50;
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0)
}

#pagetop img:hover{
	opacity: 1.0;
}

/* =Footer
-------------------------------------------------------------- */
.toTop {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: 60px;
}

.toTop img:hover{
	opacity: 1.0;
}

#footer {
	border-top: 1px solid #ccc;
	overflow: hidden;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#colophon {
	padding: 30px 0;
}

#site-info {
	width: 250px;
	height: 50px;
	display: block;
	clear: both;
	margin-bottom: 20px;
}

#site-info a {
	background: url(images/logo.png) 0 0 no-repeat;
	background-size: 250px 50px;
	width: 250px;
	height: 50px;
	display: block;
	text-indent: -9999px;
}

p.add{
	margin-bottom: 5px;
}

.f_tel dl dt a{
	font-size: 28px;
	font-size: 2.8rem;
	color: #2b6579;
}

.f_tel dl dt a:before{
	font-family: 'FontAwesome';
	content: "\f095";
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 2.5rem;
	margin-right: 0.25em;
}

#footer-widget-area {
}

#first{
}

#site-generator {
	background: #000;
	overflow: hidden;
	padding: 5px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_policy ul{
	float: left;
	text-align: center;
}

.f_policy ul li{
	display: inline-block;
	border-left: 1px solid #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	line-height: 1.2;
	padding: 0 10px;
}

.f_policy ul li:last-child{
	border-right: 1px solid #fff;
}

.f_policy ul li a{
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
}

.f_policy ul li a:hover{
	color: #2b6579;
}

.copyright{
	float: right;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}

/* =Contact
-------------------------------------------------------------- */
.recaptcha{
    margin: 40px 0;
    display: none;
}

.contact{
	margin-bottom: 60px;
}

#content .contact h4{
	text-align: center;
	font-size: 19px;
	font-size: 1.9rem;
	margin-bottom: 30px;
}

#content .contact p{
	text-align: center;
	line-height: 2.0;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 0;
}

.contact_form{
	width: 740px;
	display: block;
	margin: 0 auto;
}

#content .contact_form .center p{
	margin-bottom: 0;
}

.contact_progress{
	margin-bottom: 40px;	
}

#content .contact_progress ul{
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
}

.contact_progress ul li{
	width: calc(100% / 3);
	width: -webkit-calc(100% / 3);
	font-size: 15px;
	font-size: 1.5rem;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
	font-family: Helvetica,"Midashi Go MB31";
	font-weight: bold;
}

.contact_progress ul li:nth-of-type(1){
	background: #2b6579;
	color: #fff;
	border-color: #2b6579;
}

.contact_progress ul li:nth-of-type(2),
.contact_progress ul li:nth-of-type(3){
	border-left: none;
}

.mw_wp_form_preview .contact_progress ul li:nth-of-type(1),
.mw_wp_form_complete .contact_progress ul li:nth-of-type(1){
	background: inherit;
	color: inherit;
	border-color: inherit;
}

.mw_wp_form_preview .contact_progress ul li:nth-of-type(2){
	background: #2b6579;
	color: #fff;
	border-color: #2b6579;
}

.mw_wp_form_complete .contact_progress ul li:nth-of-type(3){
	background: #2b6579;
	color: #fff;
	border-color: #2b6579;
}

.contact_progress ul li:before{
	content: "";
	position: absolute;
	top: 50%;
	right: -21px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #fff;
	z-index: 2;
}

.contact_progress ul li:after{
	content: "";
	position: absolute;
	top: 50%;
	right: -20px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 10px solid #000;
	z-index: 1;
}

.contact_progress ul li:nth-of-type(3):before,
.contact_progress ul li:nth-of-type(3):after{
	content: none;
}

.contact_progress ul li:nth-of-type(1):before,
.contact_progress ul li:nth-of-type(1):after{
	border-left-color: #2b6579;
}

.mw_wp_form_preview .contact_progress ul li:nth-of-type(1):before,
.mw_wp_form_complete .contact_progress ul li:nth-of-type(1):before{
	border-left-color: #fff;
}

.mw_wp_form_preview .contact_progress ul li:nth-of-type(1):after,
.mw_wp_form_complete .contact_progress ul li:nth-of-type(1):after{
	border-left-color: #000;
}

.mw_wp_form_preview .contact_progress ul li:nth-of-type(2):before,
.mw_wp_form_preview .contact_progress ul li:nth-of-type(2):after{
	border-left-color: #2b6579;
}

.mw_wp_form_complete .contact_progress ul li:nth-of-type(2):before{
	border-left-color: #fff;
}

.mw_wp_form_complete .contact_progress ul li:nth-of-type(2):after{
	border-left-color: #000;
}

#content .mw_wp_form_preview .contact h4,
#content .mw_wp_form_preview .contact p,
.mw_wp_form_preview .c-title,
#content .mw_wp_form_preview .contactform p.gray,
#content .mw_wp_form_complete .contact h4,
#content .mw_wp_form_complete .contact p,
.mw_wp_form_complete .c-title,
#content .mw_wp_form_complete .contactform p.gray{
	display: none;
}

.mw_wp_form_preview span.c_arrow:after,
.mw_wp_form_complete span.c_arrow:after{
	content: none;
}

.mw_wp_form_complete .contact_progress{
	margin-bottom: 60px;
}

.mw_b{
	margin-bottom: 20px;
}

#content table.contact_table{
	margin-bottom: 20px;
}

#content table.contact_table tr th,
#content table.contact_table tr td{
	clear: both;
	padding: 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	vertical-align: top;
}

#content table.contact_table tr th{
	width: 36%;
	padding: 20px 15px 12px 15px;
	font-weight: bold;
	font-family: Helvetica,"Midashi Go MB31";
	font-size: 15px;
	font-size: 1.5rem;
}

table.contact_table em{
	font-style: normal;
	color: #2b6579;
	font-size: 12px;
	font-size: 1.2rem;
	float: right;
	margin-top: 2px;
	font-weight: normal;
}

#content table.contact_table tr td span.mwform_caution{
	font-size: 13px;
	font-size: 1.3rem;
	display: inline-block;
	margin-top: 5px;
}

.entry-content .wpcf7 input{
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content table.contact_table textarea,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 10px;
    height: 180px;
}

span.mwform-radio-field.horizontal-item,
span.mwform-checkbox-field.horizontal-item{
    margin: 5px 10px 0 0;
    display: inline-block;
}

.mwform-checkbox-field input,
.mwform-radio-field input{
	margin-right: 3px !important;
}

.mw_wp_form .horizontal-item + .horizontal-item{
	margin-left: 0 !important;
}

.c-title {
    background: #e6e6e6;
    padding: 10px 0 8px 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

#content .contactform p.gray{
	margin-bottom: 60px;
	font-size: 13px;
	font-size: 1.3rem;
}

.confirmation {
    color: #2b6579;
    font-weight: bold;
    margin-bottom: 30px;
}

.confirmation span.wpcf7-form-control-wrap{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}

#content input[type="submit"] {
    color: #fff !important;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-appearance: none;
    border: none;
    outline: none;
    font-weight: bold;
    background: #333;
    width: 260px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    border-radius: 0 !important;
}

#content input[type="submit"]:hover {
    background: #2b6579;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.wpcf7-list-item{
    display: block;
    float: left;
    line-height: 1.0;
}

#content .wpcf7-list-item input{
	outline: none;
	float: left;
	width: 16px;
    margin-right: 5px;
}

span.wpcf7-list-item-label{
	line-height: 0.8;
    margin-right: 16px;
}

span.wpcf7-form-control-wrap.your-message {
    display: block;
    line-height: 0;
}

#content table.contact_table select,
select.wpcf7-form-control.wpcf7-select{
	width: 160px;
	height: 39px;
	border: none;
	background: #f6f6f6;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
    border-radius: 0;
    outline: none;
    font-size: 16px !important;
    font-size: 1.6rem !important;
}

span.c_arrow{
	position: relative;
}

span.c_arrow:after{
	font-family: 'FontAwesome';
	content: "\f0d7";
	position: absolute;
	right: 10px;
	font-size: 20px;
	font-size: 2.0rem;
	padding-top: 2px;
	pointer-events: none;
}

input[name="your-zip"]{
	width: 40%;
	margin-bottom: 15px;
}

#content table.contact_table select[name="your-pref"],
input[name="your-addr"]{
	margin-bottom: 15px;
}

/*
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-name2"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-email_confirm"],
.wpcf7 input[name="your-subject"],
.wpcf7 input[name="your-message"] {
    width: 100%;
}
*/

.entry-content .wpcf7 input[type="checkbox"] {
	background: transparent;
    opacity: 0.8;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: button;
    appearance: button;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    vertical-align: middle;
    padding: 0;
    border-radius: 7px;
}

.entry-content .wpcf7 input[type="checkbox"]:checked::after {
    position: absolute;
    content: "";
    top: 0;
    left: 6px;
    width: 8px;
    height: 14px;
    border-right: 4px solid #F055A1;
    border-bottom: 4px solid #F055A1;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

/* 各ベンダープレフィックスが取れた標準版!!
	(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
    color: #ccc;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #bebebe;
}

/* Firefox 18- */
::-moz-placeholder {
    color: #c6c6c6;
    opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #c6c6c6;
    opacity: 1;
}

/* IE 10+ */
::-ms-input-placeholder {
    color: #c6c6c6;
}

#content table.contact_table tr td span.wpcf7-not-valid-tip {
    color: #2b6579;
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    margin-top: 0.5em;
    clear: both;
}

/* エラーメッセージ */
.wpcf7-validation-errors{
	margin-bottom: 15px;
	color: #2b6579;
	font-weight: bold;
	text-align: center;
}

.screen-reader-response,
.wpcf7-mail-sent-ok{
	margin-bottom: 15px;
	color: #2b6579;
	font-weight: bold;
	text-align: center;
}

#content .screen-reader-response p{
    text-align: center;
}

div#wpcf7-f8-p4-o1 ul,
.screen-reader-response ul {
    display: none;
}

.wpcf7-response-output{
    text-align: center;
    color: #2b6579;
    font-weight: bold;
    margin-top: 50px;
}

/* =Thanks
-------------------------------------------------------------- */
#content .thanks h4{
	margin-bottom: 45px;
	text-align: center;
	font-size: 19px;
	font-size: 1.9rem;
}

#content .thanks p{
	margin-bottom: 55px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2.0;
	text-align: center;
}

/* =Breadcrumbs（パンくずリスト）
-------------------------------------------------------------- */
.home .bread{
	display: none;
}

.bread{
	margin-bottom: 10px;
}

ul.breadcrumbs {
	float: left;
	width: 100%;
	height: 1.4em;
}

ul.breadcrumbs li {
	float: left;
	padding-right: 0.5em;
	position: relative;
	font-size: 13px;
	font-size: 1.3rem;
}

ul.breadcrumbs li:before{
	font-family: 'FontAwesome';
	content:"\f101";
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #c8c8c8;
}

ul.breadcrumbs li:nth-child(1):before{
	font-family: 'FontAwesome';
	content:"\f015";
	display: none;
	margin-right: 0;
	font-size: 17px;
	font-size: 1.7rem;
	color: #c8c8c8;
}

ul.breadcrumbs li a {
	color: #333;
	text-decoration: none;
	font-size: 13px;
	font-size: 1.3rem;
}

ul.breadcrumbs li a:hover{
	color: #2b6579;
}

/* =Policy
-------------------------------------------------------------- */
#content h4.policy_title{
	background: #f2f2f2;
	font-size: 16px;
	font-size: 1.6rem;
	border-left: 6px solid #333;
	padding: 12px 0 10px 16px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	margin-bottom: 20px;
}

#content .policy ul {
    margin-left: 1.5em;
    margin-bottom: 30px;
}

.policy ul li {
    list-style: decimal;
    margin-bottom: 10px;
    text-align: justify;
    text-justify: inter-ideograph;
}

#content .policy p{
	margin-bottom: 30px;
	text-align: justify;
}

/* =News & Single
-------------------------------------------------------------- */
#f_news{
	margin-bottom: 60px;
}

.f_news{
	display: block;
	overflow: hidden;
}

#content .f_news ul,
#content .p_news ul{
	width: 30%;
	float: left;
	height: auto;
	margin-right: 5%;
	overflow: hidden;
}

#content .f_news ul:nth-of-type(3n),
#content .p_news ul:nth-of-type(3n){
    margin-right: 0;
}

#content .f_news ul:nth-child(4){
    display: none;
}

li.date{
	float: left;
}

li.date a:hover{
	color: inherit;
}

li.ca_news,
li.ca_blog{
	float: right;
}

li.news-img{
	line-height: 0;
	overflow: hidden;
	margin-bottom: 5px;
}

li.news-img img{
	overflow: hidden;
	width: 100%;
	height: 200px;
}

li.news-img a{
	display: block;
}

li.news-img a:hover{
    opacity: 0.5;
}

li.blog-title{
	clear: both;
}

li.blog-title a{
	color: #333;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
}

li.blog-title a:hover{
	color: #2b6579;
}

.single #content p{
	font-size: 15px;
	font-size: 1.5rem;
}

.single #content img{
	margin-bottom: 20px;
}

.single img:hover{
	opacity: 1.0;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	overflow: hidden;
}

.navigation a:link,
.navigation a:visited {
	color: #333;
	text-decoration: none;
}

.navigation a:active,
.navigation a:hover {
	color: #2b6579;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
	text-align: right;
}

.nav-previous a,
.nav-next a{
	background: #000;
	color: #fff !important;
	padding: 8px 0;
	text-align: center;
	width: 100px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: block;
	border-radius: 5px;
	font-weight: bold;
}

.nav-previous a:before{
	font-family: 'FontAwesome';
	content: "\f0d9";
	display: inline-block;
	margin: 0 0.5em 0 0;
}

.nav-next a:after{
	font-family: 'FontAwesome';
	content: "\f0da";
	display: inline-block;
	margin: 0 0 0 0.5em;
}

.nav-previous a:hover,
.nav-next a:hover{
    background: #2b6579;
}

#nav-above {
	margin: 0 0 18px 0;
}

#nav-above {
	display: none;
}

.paged #nav-above,
.single #nav-above {
	display: block;
}

#nav-below {
	margin: 80px 0 0 0;
}


/* kissa slider */
.suisou-kissa-slider { margin: 24px 0; }
.suisou-kissa-slider .slide { position: relative; }
.suisou-kissa-slider img {
  display: block;
  width: 100%;
  height: auto;
}

/* 画像の高さを揃えたい場合（任意） */
@media (min-width: 768px) {
  .suisou-kissa-slider img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
}


/* =News Pager
-------------------------------------------------------------- */
.wp-pagenavi{
	display: block;
	clear: both;
	text-align: center;
}

a.page-numbers,
span.page-numbers{
	background: #C0AC49;
	padding: 3px 0 2px 0;
	margin: 0 4px;
	color: #fff;
	display: inline-block;
	width: 30px;
	text-align: center;
	margin-bottom: 10px;
}

a.page-numbers:hover{
	background: #2b6579;
	color: #fff;
}

span.dots{
	width: inherit;
	background: none;
	color: #000;
}

span.current{
	background: #000;
}

a.prev,
a.next{
	width: inherit;
	background: none;
	color: #000;
}

a.prev:hover,
a.next:hover{
	color: #C0AC49;
	background: none;
}


	/* Menu（ドロワーメニュー） *********/
	.drawer{
		display: block;
	}
	
	nav.drawer-nav{
		width: 60% !important;
		min-height: 100vh !important;
		background: rgba(255, 255, 255, 0.9) !important;
		padding: 70px 0 0 0 !important;
		overflow: hidden !important;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		overflow-y: auto !important;
		z-index: 50 !important;
	}

	button.drawer-toggle{
		top: 12px;
		right: 0 !important;
	    width: 30px;
	}

	.drawer-hamburger{
		z-index: 1000 !important;
		padding: 12px 20px !important;
	}

	.drawer-hamburger-icon,
	.drawer-hamburger-icon:after,
	.drawer-hamburger-icon:before{
		height: 2px !important;
		background-color: #2b6579 !important;
	}

	.drawer-open .drawer-hamburger-icon{
		background-color: transparent !important;
	}

	.drawar-humburger-text{
	    position: absolute;
	    display: flex;
	    right: 13px;
	    bottom: -8px;
	    height: 40px;
	    align-items: center;
	    text-align: right;
	    transition: opacity 0.2s ease-in;
	    letter-spacing: 1px;
	    color: #2b6579;
	    display: none;
	}

	.drawer-open .drawar-humburger-text{
		display: none !important;
	}
	
	.drawer--right .drawer-nav{
		right: -60% !important;
	}

	.drawer-open .drawer-nav{
		right: 0 !important;
	}

	.drawer-overlay{
		z-index: 40 !important;
		background-color: rgba(0, 0, 0, .5) !important;
	}
	
	ul.drawer-menu{
		padding-bottom: 40px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	}

	ul.drawer-menu li{
		margin-bottom: 1.8em;
	}

	ul.drawer-menu li a{
		padding: 0;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.8;
		color: #333;
	}
	
	ul.drawer-menu li a:hover{
		color: #2b6579;
	}


/* =翠想
-------------------------------------------------------------- */
.honbun{
	margin-top: 50px;
}





/* =■■■■■
-------------------------------------------------------------- */









/* @media screen（タブレット）
-------------------------------------------------------------- */
@media screen and (max-width: 1060px) {
	html,
	body{
	    width: 100%;
	}
	
	.inner{
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		float: none;
		clear: both;
		display: block;
		margin: 0;
		padding: 0 20px;
	}
	
	/* Header *********/
	
	/* Slider *********/
	.top_slider_a .filter_left,
	.top_slider_a .filter_right{
		display: none;
	}
	
	.top_slider_a ul.slider_a{
		width: 100%;
	}
	
	.top_slider_a ul.slick-dots,
	.top_slider ul.slick-dots{
		display: none !important;
	}
	
	/* Footer *********/
	
	/* Content *********/
	
	/* Front-page *********/
	
	/* ■■■■■ *********/
}

/* @media screen（中途半端防止サイズ）
-------------------------------------------------------------- */
@media screen and (max-width: 900px) {
	.w800{
		width: 100%;	
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
}

/* @media screen（タブレット2）
-------------------------------------------------------------- */
@media screen and (max-width: 800px) {
	.w700,
	.w740{
		width: 100%;	
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	/* Header *********/
	
	/* Footer *********/
	
	/* Content *********/
	
	/* Front-page *********/
	
	/* Contact *********/
	.contact_form{
		width: 100%;
	}
	
	/* ■■■■■ *********/
}

/* @media screen（スマートフォン）
-------------------------------------------------------------- */
@media screen and (max-width: 600px) {
	* {
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
		-moz-tap-highlight-color:transparent rgba(0,0,0,0);
		-ms-tap-highlight-color:transparent rgba(0,0,0,0);
		-o-tap-highlight-color:transparent rgba(0,0,0,0);
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
	}
	
	.table {display: block;}
	.table .cell {display: block;}
	.pc {display: none;}
	.tb {display: none;}
	.sp {display: block;}
	.br-sp{display: block;}
	.br-pc{display: none;}
	
	.page img{
		width: 100%;
		height: auto;
	}
	
	#content{
		width: 100%;
		margin: 0 0 0 0;
	}

	.one-column #content{
		margin-bottom: 60px;
	}

	.section,
	.article{
		margin-bottom: 2.4em;
	}
	
	/* Header *********/
	
	/* Menu（ノーマル） *********/
	#access,
	.access_clone,
	#page-access,
	.page-access_clone{
		display: none;
	}
	
	#t-navi {
		display: block;
		text-align: left;
	}

	.navi-toggle {
		background: 0;
		top: 1px;
		right: 0;
		position: fixed;
		z-index: 999;
		display: block;
		padding: 0;
		width: 60px;
		height: 50px;
		cursor: pointer;
		border: 0;
		color: transparent;
		background-color: transparent;
		padding: 12px;
		outline: 0;
	}

	.navi-toggle:hover {
		cursor: pointer;
	}

	.navi-toggle span {
		position: relative;
		display: block;
		width: 100%;
		height: 2px;
		margin-top: 10px;
		border-radius: 1px;
		background-color: #2b6579;
		-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
		-o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
		transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	}

	.navi-toggle span:before,
	.navi-toggle span:after {
		position: absolute;
		content: "";
		top: -10px;
		left: 0;
		width: 100%;
		height: 2px;
		border-radius: 1px;
		background-color: #2b6579;
		-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
		-o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
		transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	}

	.navi-toggle span:after {
		top: 10px;
	}

	.navi-toggle.on span {
		background-color: transparent;
	}

	.navi-toggle.on span:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 0;
	}

	.navi-toggle.on span:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 0;
	}

	#t-navi .t-menu {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: rgba(255,255,255,0.9);
		z-index: 50;
	}

	#t-navi ul {
		margin-top: 70px;
	}

	#t-navi ul:after {
		content: "";
		display: block;
		clear: both;
		overflow: hidden;
	}

	#t-navi ul li {
		position: relative;
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}

	#t-navi ul li a {
		width: 60%;
		background: #000;
		color: #fff;
		display: block;
		font-size: 16px;
		font-size: 1.6rem;
		margin: 0 auto;
		padding: 15px 0;
	}
	

	/* Footer *********/
	#pagetop{
		right: 20px;
		bottom: 20px;
	}

	#pagetop a{
		width: 40px;
		height: 40px;
	}
	
	#colophon{
		padding: 40px 0 45px 0;
	}
	
	#site-info{
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	p.add{
		text-align: center;
		margin-bottom: 0;
	}
	
	.f_tel{
		text-align: center;
	}
	
	#site-generator{
		padding: 10px 0;
	}
	
	.f_policy ul{
		float: none;
		margin-bottom: 3px;
	}
	
	.f_policy ul li a{
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	.copyright{
		float: none;
		text-align: center;
	}
	
	/* Content *********/
	#content h3.f-title,
	h3.f-title{
	}
	
	#content h3.entry-title,
	h3.entry-title{
	}
	
	#content h3.p-title,
	h3.p-title{
	}
	
	.more a{
		width: 160px;
		height: 40px;
	}
	
	/* Contact *********/
	.contact{
		margin-bottom: 40px;
	}
	
	#content .contact h4{
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	#content .contact p{
		text-align: justify;
		text-justify: inter-ideograph;
		line-height: 1.8;
	}
	
	.contact_progress{
		margin-bottom: 30px;
	}
	
	.contact_progress ul li{
		font-size: 14px;
		font-size: 1.4rem;
		height: 40px;
		width: 25%;
	}
	
	.contact_progress ul li:nth-of-type(2){
		width: 44%;
	}
	
	.contact_progress ul li:nth-of-type(3){
		width: 31%;
	}
	
	#content table.contact_table{
    	width: 100%;
    	border: none;
    	margin-bottom: 5px;
	}

	#content table.contact_table tr{
	    width: 100%;
	    display: block;
	    list-style: none;
	}

	#content table.contact_table tr th,
	#content table.contact_table tr td{
	    width: 100%;
	    display: list-item;
	    border: none;
	    padding: 0;
	    height: auto;
	    box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    -o-box-sizing: border-box;
	}

	#content table.contact_table tr th{
	    font-size: 15px;
	    font-size: 1.5rem;
	    margin-bottom: 5px;
	}

	#content table.contact_table tr th span{
	    display: none;
	}

	#content table.contact_table tr td{
	    margin-bottom: 20px;
	}

	#content #p_contact input[type="text"],
	#content #p_contact input[type="email"],
	#content #p_contact input[type="tel"],
	#content textarea,
	select{
	    margin: 0;
	    font-size: 16px;
	    font-size: 1.6rem;
	    border-radius: 0;
	}

	input[type="checkbox"] {
		display: inline-block;
	    width: 18px;
	    height: 18px;
	    border: 1px solid #ccc;
	    border-radius: 9px;
	    background: transparent;
	    opacity: 0.8;
	}

	#content input[type="submit"]{
		font-size: 15px;
		font-size: 1.5rem;
		width: 240px;
		height: 50px;
	}

	#content table.contact_table select,
	select.wpcf7-form-control.wpcf7-select{
		width: 100% !important;
		height: 40px;
		padding: 5px 12px 5px 12px;
		border: none;
		margin-bottom: 5px;
	}

	#content table.contact_table tr td span.annotation{
	    display: block;
	}

	#content table.contact_table tr td span.wpcf7-not-valid-tip{
    	margin-top: 0;
	}

	#content table.contact_table tr td span.wpcf7-list-item {
		margin-left: 0;
		margin-bottom: 15px;
	}

	textarea.wpcf7-form-control.wpcf7-textarea{
		height: 200px;
	}

	#content .thanks h4{
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 30px;
	}

	#content .thanks p{
		line-height: 1.8;
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 40px;
	}

	/* News *********/
	#primary,
	#container{
		float: none;
	}

	#content .f_news ul,
	#content .p_news ul{
		width: 48%;
		margin-bottom: 30px;
		margin-right: 4%;
	}

	#content .f_news ul:nth-of-type(3n),
	#content .p_news ul:nth-of-type(3n){
	    margin-right: 4%;
	}

	#content .f_news ul:nth-of-type(2n),
	#content .p_news ul:nth-of-type(2n){
	    margin-right: 0;
	}

	#content .f_news ul:nth-child(4){
	    display: block;
	}

	#content .f_news ul img,
	#content .p_news ul img{
	    height: 140px;
	}

	li.blog-title a{
	    font-size: 14px;
	    font-size: 1.4rem;
	}

	li.sentence{
	    font-size: 13px;
	    font-size: 1.3rem;
	    text-align: justify;
	    text-justify: inter-ideograph;
	}
	
	/* Front-page *********/
	
	
	
	
	
	/* ■■■■■ *********/
	
	
	
	
	
}

/* @media screen（スマートフォン2）
-------------------------------------------------------------- */
@media screen and (max-width: 500px) {
	/* Contact *********/
	.contact_progress ul li{
		font-size: 13px;
		font-size: 1.3rem;
		letter-spacing: -0.5px;
		height: 36px;
	}
	
	.contact_progress ul li:before{
		right: -18px;
    	margin-top: -10px;
    	border: 10px solid transparent;
    	border-left: 10px solid #fff;
	}
	
	.contact_progress ul li:after{
		right: -17px;
    	margin-top: -8px;
    	border: 8px solid transparent;
    	border-left: 8px solid #000;
	}
}
