/*
Theme Name: f-box.jp 2018
Theme URI: http://f-box.co/
Version: 1.0
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
/*	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	text-align: justify;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
}

a {
	color: #0061b1;
	text-decoration: none;
}

a:visited {
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3;
}

h1 {
	font-size: 1.6em;
	line-height: 1.3em;
	margin: 10px 0 10px 0;
	padding: 14px 10px 0.4em 10px;
	z-index: 99;
}

h2 {
	font-size: 1.6em;
	line-height: 1em;
	margin: 10px 0 10px 0;
	padding: 14px 10px 0.4em 10px;
}

h3 {
	font-size: 1.4em;
	line-height: 1em;
	margin: 1em 0;
	padding: 14px 10px 0.4em 10px;
}

.sd-content ul li.share-twitter,
.sd-content ul li.share-facebook,
.sd-content ul li.share-google-plus-1 {
	background: none;
}

h4 {
	font-size: 1.4em;
	line-height: 1em;
	margin: 1em 0;
	padding: 14px 0 0.4em 0;
}

h5 {
	border-bottom: 1px #1e257c dashed;
	font-size: 1.2em;
	line-height: 1em;
	margin: 1em 0;
	padding: 14px 10px 0.4em 10px;
}

h6 {
	font-size: 1.2em;
	line-height: 1em;
	margin: 1em 0;
	padding: 14px 0 0.4em 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

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

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: none;
}

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

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

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

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.fluid-box {
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	min-width: 1100px;
	max-width: 1304px;
}

.fluid-box-inner {
	margin: 0 auto;
	width: 1024px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
.form_tag {
	border-bottom: 1px dashed #1e257c;
	font-size: 1.2em;
	margin: 0 auto 0.6em auto;
	padding-left: 0.4em;
	width: 86%
}

.form_discription {
	margin: 0 auto 0.6em auto;
	padding: 0 1em 0 2em;
	text-indent: -1em;
	width: 84%
}

button,
input,
textarea {}

input,
select,
textarea {
	display: block;
	line-height: 1.8em;
	margin: 0 auto 0 0;
	padding: 4px 8px;
	width: 80%
}

select {
	height: 28px;
}

input:focus,
textarea:focus {}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	display: block;
	line-height: 2em;
	margin: 0 auto;
	max-width: 16em;
	padding: 4px 0;
	text-align: center;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
}

:-moz-placeholder {
}

::-moz-placeholder {
}

:-ms-input-placeholder {
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

img.alignnone {
	display: block;
	margin: 0 auto;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.outermost {
	margin: 0 auto 0 auto;
	min-width: 1100px;
	max-width: 1240px;
	overflow: hidden;
	width: 100%;
}

.inner {
	margin: 0 auto 0 auto;
	width: 1040px;
}


/* breadcrumb */

.breadcrumb-wrap {
	line-height: 30px;
	vertical-align: top;
}

.breadcrumb {
	display: inline-block;
	vertical-align: top;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

.header-wrap {
	margin: 0 auto 44px auto;
	padding: 0 0 0 0;
}

.header {
	padding: 24px 0 0 0;
}

.header h1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.header .logo {
	float: left;
}

.header-right {
	float: right;
	width: 860px;
}

.header-right-upper {}

.header-right-upper .header-info {
	float: left;
	height: 46px;
	width: 360px;
	color: #0061b1;
	font-size: 18px;
	line-height: 20px;
	margin-right: 10px;
}

.header-right-upper .header-info .touhoku-hatsu {
	height: 20px;
	color: rgb(231,49,13);
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 6px;
}

.header-right-upper .header-tel {
	float: left;
	margin-right: 10px;
}

.header-right-upper .header-tel a {
	display: block;
}

.header-right-upper .header-tel a:hover {
	background: rgba(0,97,177,0.1);
}

.header-right-upper .header-hour {
	float: left;
}

.header-right-upper .header-mail,
.header-right-upper .header-booking {
	float: right;
}

.header-right-upper .header-mail a {
	background: #fff;
	display: block;
}

.header-right-upper .header-booking a {
	background: rgba(231,49,13,1);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
}

.header-right-upper .header-mail a:hover {
	background: rgba(0,97,177,0.1);
}

.header-right-upper .header-booking a:hover {
	background: rgba(231,49,13,0.5);
}

ul.header-right-lower {
	border-left: 1px solid #333;
	box-sizing: border-box;
	margin: 34px 0 0 0;
	padding: 0 0 0 0;
}

ul.header-right-lower::before {
	width: 0;
}

ul.header-right-lower li {
	border-right: 1px solid #333;
	box-sizing: border-box;
	float: left;
	height: 66px;
}

ul.header-right-lower li a {
	color: #333;
	display: block;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 1px;
	padding: 48px 0 2px 2px;
	text-align: center;
}

ul.header-right-lower li a:hover {
	background: rgba(0,97,177,0.2);
	text-decoration: none;
}

ul.header-right-lower li.menu-jump {
	background: url(img/head-menu-jump.svg) no-repeat top center;
	width: calc( 100% / 6 );
}

ul.header-right-lower li.menu-clock {
	background: url(img/head-menu-clock.svg) no-repeat top center;
	width: calc( 100% / 6 );
}

ul.header-right-lower li.menu-file {
	background: url(img/head-menu-file.svg) no-repeat top center;
	width: calc( 100% / 6 );
}

ul.header-right-lower li.menu-building {
	background: url(img/head-menu-building.svg) no-repeat top center;
	width: calc( 100% / 6 );
}

ul.header-right-lower li.menu-faq {
	background: url(img/head-menu-faq.svg) no-repeat top center;
	width: calc( 100% / 6 );
}

ul.header-right-lower li.menu-map {
	background: url(img/head-menu-map.svg) no-repeat top center;
	width: calc( 100% / 6 );
}



/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.body-wrap {}

body.home .body-wrap .body {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	position: relative;
}

.body-wrap .body {}

.body-wrap .body::before {
	width: 0;
}

.body .body-main {
	float: left;
	margin-right: 56px;
	width: 704px;
}

.body .body-main.booking-wrap {
	float: none;
	margin-right: 0;
	margin: 0 auto;
	width: 704px;
}

.body .body-main img {
	max-width: 100%;
}

.body .body-side {
	float: right;
	width: 280px;
}

/* sidebar */

.body-side .side-banner {
	background: url(img/side-bg.svg) no-repeat top center;
	height: 610px;
	width: 280px;
	margin-bottom: 20px;
}

.body-side .side-banner .side-tel {
	padding: 328px 0 0 0;
	text-align: center;
}

.body-side .side-banner .side-tel a {}

.body-side .side-banner .side-tel a img {}

.body-side .side-banner .side-mail {
	margin: 0 0 40px 0;
	padding: 40px 0 0 0;
	text-align: center;
}

.body-side .side-banner .side-mail a {
	border: 2px solid #333;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: inline-block;
}

.body-side .side-banner .side-mail a:hover {
	background: #eee;
}

.body-side .side-banner .side-mail a img {}



h2.wave {
	background: url(img/footer-wave.svg) repeat-x bottom left;
	background-size: auto 8px;
	color: #0061b1;
	font-size: 22px;
	letter-spacing: 3px;
	margin: 0 0 22px 0;
	padding: 0 0 14px 0;
}

h2.wave img {
	height: 24px;
}

.side-button {
	text-align: center;
	margin: 0 0 40px 0;
}

.side-button a {
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		display: inline-block;
	}
	
.side-button a.button-booking {
	background: #0061b1;
	border: 2px solid #0061b1;
}

.side-button a.button-booking:hover {
	background: rgba(0,97,177,0.8);
}


/* index.php */

.top-slide-wrap {
	width: 764px;
	position: relative;
	margin: 0 auto 60px auto;
}
.top-slide-wrap .bx-viewport {
	overflow: initial !important;
}

.top-slide-wrap ul.top-slide {
	position: relative;
	z-index: -1;
	margin: 0 auto 40px auto;
}

.top-slide-wrap ul.top-slide li {
	max-width: 764px;
	margin: 0 8px;
	width: 100%;
}
.top-slide-wrap ul.top-slide li img {
	width: 100%;
}

/* index-booking */

section.booking {
	margin-bottom: 40px;
}
.index-booking {
	color: #0062ad;
	font-size: 24px;
	letter-spacing: 2px;
	margin: 0 auto 16px auto;
	width: fit-content;
}
.index-booking::before {
	content: '';
	background: url(img/icon-pc.svg) no-repeat top center;
	display: inline-block;
	width: 32px;
	height: 32px;
	background-size: cover;
	margin: 0 0 -6px 0;
}
.index-booking-text {
	text-align: center;
	margin: 0 0 20px 0;
}

/* news-wrap / category */

.news-outer {
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width: 100%;
}

.news-outer::before {
	width: 0;
}

.news-wrap {
	background: #e3eaf4;
	padding: 6px 12px 12px 12px;
	width: 100%;
}

.news-wrap .news-title {
	color: #0061b1;
	font-size: 19px;
	margin-bottom: 6px;
	position: relative;
}

.news-wrap .news-title .news-index {
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	top: 10px;
	right: 0;
}

ul.news-list {
	background: #fff;
	margin: 0 0 0 0;
	padding: 22px 20px 22px 20px;
}

ul.news-list li {
	padding: 0 0 0 0;
	margin: 0 0 18px 0;
}

ul.news-list li:last-child {
	margin: 0 0 0 0;
}

ul.news-list li a.news-list-child {
	display: block;
}

ul.news-list li a.news-list-child::before {
	width: 0;
}

ul.news-list li a.news-list-child .news-list-child-cat {
	background: #0061b1;
	color: #fff;
	font-size: 12px;
	float: left;
	height: 22px;
	letter-spacing: 2px;
	line-height: 22px;
	overflow: hidden;
	padding-left: 2px;
	text-align: center;
	width: 84px;
}

ul.news-list li a.news-list-child .news-list-child-date {
	color: #0061b1;
	font-size: 12px;
	float: left;
	line-height: 22px;
	padding-left: 6px;
	width: 84px;
}

ul.news-list li a.news-list-child .news-list-child-title {
	color: #333;
	font-size: 16px;
	float: right;
	line-height: 22px;
	width: calc( 100% - 84px );
}

ul.news-list li a.news-list-child .news-list-child-title span {
	text-decoration: underline;
}

.news-link {
	margin: 6px 0 10px auto;
}


/* instagram-wrap */

.instagram-topic {
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	padding: 0 1px 0 0;
	text-align: center;
}

.instagram-wrap {
	margin: 0 0 20px 0;
}

.instagram-body {}

.instawidget-hash {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 8px;
	text-align: center;
	padding-left: 2px;
	letter-spacing: 2px;
}

.instawidget-topic {
	font-size: 14px;
	text-align: center;
	margin-bottom: 12px;
	letter-spacing: 2px;
}

.instagram-button {
	text-align: center;
}

.instagram-button a {
	display: inline-block;
	background: #0061b1;
	border: 1px solid #0061b1;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #fff;
	margin-bottom: 16px;
	letter-spacing: 2px;
	padding: 4px 8px 4px 10px;
}

.instagram-button a:hover {
	background: #fff;
	color: #0061b1;
	text-decoration: none;
}


.index-balloon {
	margin: 0 0 10px 0;
}

.index-balloon span {
	border: 1px solid #e7310d;
	color: #e7310d;
	display: block;
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	text-align: center;
	width: 100px;
}

.index-balloon .balloon-left {
	background: url(img/comment-a.svg) no-repeat top right;
	float: left;
	position: relative;
	text-align: right;
	height: 130px;
	width: 346px;
}

.index-balloon .balloon-right {
	background: url(img/comment-b.svg) no-repeat top left;
	float: right;
	position: relative;
	text-align: left;
	height: 130px;
	width: 346px;
}

.index-balloon .balloon-left span {
	bottom: 4px;
	right: 30px;
}

.index-balloon .balloon-right span {
	bottom: 4px;
	left: 30px;
}

.index-balloon a {
	display: block;
	position: relative;
	height: 130px;
}

.index-balloon a:hover span {
	background: #e7310d;
	color: #fff;
}


/* page.php */

.body-header-wrap {}

.body-header-wrap .body-header {}

.body-header-wrap .body-header h1.title {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}


/* single.php */

h1.single-title {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

.single-main-date {
}


/* calender */

.monthly-calendar {}

.monthly-calendar table {
	margin: 0 auto 4px auto;
}

.monthly-calendar caption {
	color: #0061b1;
	font-weight: bold;
	margin: 0 0 0 0;
}

.monthly-calendar tbody {
	border-top: 2px solid #0061b1;
	border-left: 2px solid #0061b1;
}

.monthly-calendar th {
	border-right: 2px solid #0061b1;
	border-bottom: 2px solid #0061b1;
}

.monthly-calendar td {
	border-right: 2px solid #0061b1;
	border-bottom: 2px solid #0061b1;
}

.monthly-calendar .week-title {
	color: #0061b1 !important;
}

.monthly-calendar .day-number {
	color: #0061b1 !important;
	font-weight: bold;
}

.monthly-calendar .calendar-mark {}

.monthly-prev-next {
	color: #0061b1;
	font-weight: bold;
}

.monthly-prev-next a {
	color: #0061b1;
	display: inline-block;
	border-bottom: 2px solid #0061b1;
}

.monthly-prev-next .monthly-next {
	margin-right: 0;
}

.monthly-prev-next a:hover {
	text-decoration: none;
}


/* side-calender */

.side-calender .monthly-calendar table {
	margin: 0 auto 4px auto;
}

.side-calender .monthly-calendar caption {
	color: #0061b1;
	font-weight: bold;
	margin: 0 0 0 0;
}

.side-calender .monthly-calendar .week-title {
	font-size: 13px !important;
}

.side-calender .monthly-calendar .day-number {
	font-size: 13px !important;
	line-height: 16px !important;
}

.side-calender .monthly-calendar .calendar-mark {
	font-size: 13px !important;
	line-height: 16px !important;
}


/* booking-form */

.booking-notice {
	border: 1px solid #ff0000;
	padding: 14px 20px;
	margin: 0 0 20px;
}

.booking-notice .booking-notice-title {
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.booking-notice p {
	text-align: center;
	font-size: 12px;
	margin: 0 0 0 0;
}

.booking-notice p b {
	color: #ff0000;
	text-decoration: underline;
}

.booking-text {
	text-align: center;
	margin: 0 0 50px 0;
}

.booking-red {
	color: #e6310e;
	margin-bottom: 40px;
	text-align: center;
}

.booking-red a {
	display: inline-block;
	margin-top: 10px;
}

.body-header h1.title.booking,
.body-header h1.title.booking-form,
.body-header h1.title.booking-thanks {
	background: url(img/icon-pc.svg) no-repeat top center;
	font-size: 28px;
	letter-spacing: 2px;
	margin: 0 0 40px 0;
	padding: 60px 0 0 2px;
	text-align: center;
}

.booking-notice {
	text-align: right;
}

.day-calender-notice {
	color: rgb(231,49,13);
	width: 80%;
}

.content-form {
	margin: 0 0 40px 0;
}

.content-form td br {
	display: none;
}

#action-button button {
	background: rgba(0,97,177,1);
	border: 1px solid #0061b1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 64px;
	padding: 0 32px 0 36px;
}

#action-button button:hover {
	background: rgba(0,97,177,0.2);
	color: #0061b1;
}



/* contact */

.body-header h1.title.contact {
	background: url(img/icon-join.svg) no-repeat top center;
	font-size: 28px;
	letter-spacing: 2px;
	margin: 0 0 40px 0;
	padding: 60px 0 0 2px;
	text-align: center;
}

.contact-wrap {
	margin: 0 auto;
	width: 560px;
}

.contact-wrap .text {
	font-size: 15px;
	margin: 0 0 50px 0;
	text-align: center;
}

.contact-child {
	margin: 0 0 20px 0;
}

.contact-child::before {
	width: 0;
}

.contact-child .contact-name {
	float: left;
	line-height: 40px;
	width: 140px;
}

.contact-child .contact-body {
	float: right;
	width: 410px;
}

.contact-child .contact-body input {
	margin: 0 auto 0 0;
	width: 260px;
}

.contact-child .contact-body textarea {
	width: 100%;
}

.contact-wrap input.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm,
.contact-wrap input.wpcf7-form-control.wpcf7-submit.wpcf7c-elm-step2 {
	background: rgba(0,97,177,1);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fff;
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 66px;
	margin-top: 30px;
	padding-left: 2px;
	width: 190px;
}

.contact-wrap input.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm:hover,
.contact-wrap input.wpcf7-form-control.wpcf7-submit.wpcf7c-elm-step2:hover {
	background: rgba(0,97,177,0.6);
}

.contact-wrap input.wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back {
	background: none;
	border: none;
	text-decoration: underline;
}


/* agreement */

.contact-child .contact-body.address input,
.contact-child .contact-body.address select {
	display: inline-block;
	margin: 0 0 10px 12px;
}

.contact-child .contact-body.address select {
	width: 100px;
}

.contact-child .contact-body.birth {
	line-height: 40px;
}

.contact-child .contact-body.birth select {
	display: inline-block;
	margin: 0 6px 0 4px;
	width: 80px;
}

.contact-child .contact-body.gender {
	line-height: 40px;
}

.contact-child .contact-body.gender label {
	display: inline-block;
	margin: 0 40px 0 0;
	width: 60px;
}

.contact-child .contact-body.gender input {
	display: inline-block;
	margin: 0 6px 0 0;
	width: auto;
}

.agreement-text {
	text-align: center;
	margin: 60px 0 16px 0;
}

.agreement-box {
	border: 1px solid #333;
	font-size: 15px;
	margin: 0 auto 0 auto;
	padding: 8px 14px 8px 8px;
	overflow: scroll;
	height: 236px;
	width: 516px;
}

.agreement-download {
	font-size: 13px;
	margin: 6px auto 30px auto;
	width: 516px;
	text-align: right;	
}

.agreement-checkbox {
	letter-spacing: 1px;
	line-height: 40px;
	margin: 0 0 8px 0;
	text-align: center;
}

.agreement-checkbox input {
	display: inline-block;
	margin: 0 6px 0 0;
	width: auto;
}

.notice {
	background: #fbdcc9;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	color: #e7310d;
	font-size: 14px;
	padding: 8px 10px;
}

/* kansentaisaku */

	.kansentaisaku {
  width: 80%;
  margin: 0 auto 30px auto;
  max-width: 500px;
/*  margin: 0 0 30px 0;*/
  display: block;
  padding: 16px 32px;
  background: #e41313;
  border-bottom: solid 4px #bd1111;
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-heigt: 1.2em;
  -webkit-transition: .100s;
  transition: .100s;
}
.kansentaisaku :hover {
  border-bottom: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
	


/* greeting */

.greeting-wrap {
	margin: 0 0 30px 0;
	position: relative;
	text-align: center;
	height: 290px;
}

.greeting-wrap img.ceo-message {}

.greeting-wrap img.ceo-photo {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
}

.greeting-wrap .text {
	font-size: 16px;
	line-height: 36px;
}

.greeting-wrap .name {
	font-size: 13px;
	line-height: 30px;
	position: absolute;
	bottom: 0;
	left: 210px;
	text-align: left;
}

.greeting-wrap .name b {
	display: inline-block;
	font-size: 18px;
	letter-spacing: 2px;
	margin-left: 8px;
}

.greeting-wrap .greeting-button {
	position: absolute;
	bottom: 24px;
	right: 0;
}

.greeting-wrap .greeting-button a {
	background: rgba(231,49,13,1);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: block;
	overflow: hidden;
}

.greeting-wrap .greeting-button a:hover {
	background: rgba(231,49,13,0.6);
}

.greeting-head .ceo {
	float: right;
	margin: 0 0 20px 0;
	width: 274px;
}

.greeting-head .ceo img {
	display: block;
	margin: 0 0 6px 0;
}

.greeting-head .ceo p {
	margin: 0 0 0 0;
}

.greeting-head h1.title {
	margin: 10px 0 20px 0;
	padding: 0 0 0 0;
}

.greeting-head .greeting {
	float: left;
	width: calc( 100% - 300px );
}

.greeting {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}


.index-movie {
	margin: 0 0 30px 0;
}


/* effect */

.effect-wrap {
	margin-bottom: 100px;
}

.effect-wrap h2 {
	margin: 0 0 34px 0;
	padding: 0 0 0 0;
}

.effect-wrap h3 {
	color: #e7310d;
	border: 2px solid #e7310d;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	margin: 0 0 18px 0;
	padding: 4px 14px;
}

.effect-wrap p {}

.effect-wrap .effect-left {
	float: left;
	width: 338px;
}

.effect-wrap .effect-right {
	float: right;
	width: 338px;
}

.effect-wrap img.child-photo {
	display: block;
	float: right;
	margin: 0 0 10px 20px;
	width: 338px;
}

/* hour */

.hour-wrap {
	margin: 0 0 140px 0;
}

.hour-wrap ul {
	font-size: 16px;
	line-height: 26px;
	list-style-type: disc;
	margin: 0 0 40px 0;
	padding: 0 0 0 20px;
}

.hour-wrap ul li {
}

.hour-wrap img {
	display: block;
	margin: 0 0 76px 0;
}


/* price */

.price-wrap {
	margin: 0 0 140px 0;
}

h1.title.hour-price {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: url(img/price-top.jpg) no-repeat top left;
	background-size: auto 100%;
	overflow: hidden;
}

.price-body {}

.price-body img.socks {
	display: block;
	width: 314px;
	float: right;
}

.price-body .text {
	font-size: 21px;
	line-height: 35px;
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
}

.price-body .price {
	color: #0061b1;
	font-size: 36px;
	font-weight: bold;
	line-height: 35px;
}

h3.price {
	color: #0061b1;
	font-size: 22px;
	line-height: 35px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

.price-img {}

.price-img .price-left {
	float: left;
}

.price-img .price-right {
	float: right;
}

.price-info {
	color: #0061b1;
	font-size: 18px;
	line-height: 34px;
}

.price-box-wrap {}

.price-box {
	float: left;
	margin: 0 10px 0 0;
	width: calc( calc( 100% - 20px ) / 3 );
}

.price-box.last {
	margin: 0 0 0 0;
}

.price-box p {
	font-size: 18px;
}


/* rule */

.rule-wrap {
	margin: 0 0 140px 0;
}

h1.title.rule {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: url(img/rule-top.jpg) no-repeat top left;
	background-size: auto 100%;
	overflow: hidden;
}

.rule-wrap .text {
	margin: 0 0 20px 0;
}

.rule-wrap ol {
	margin: 0 0 0 0;
	padding: 0 0 0 24px;
}

.rule-wrap ol li {
	font-size: 16px;
	line-height: 32px;
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
}

/* howto */

.howto-wrap {
	margin: 30px 0 140px 0;
}

.howto-child {
	margin: 0 0 40px 0;
}

.howto-child img.howto-left {
	display: block;
	float: left;
	width: 252px;
}

.howto-child .howto-right {
	float: right;
	width: calc( 100% - 270px );
}

.howto-child .howto-right h3 {
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
}

.howto-child .howto-right .howto-topic {
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 8px 0;
}

.howto-child .howto-right ul {
	font-size: 16px;
	line-height: 28px;
	list-style-type: disc;
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
}

.howto-child .howto-right ul li {}

/* about */

.about-wrap {
	margin: 30px 0 140px 0;
}

h1.title.about {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: url(img/rule-top.jpg) no-repeat top left;
	background-size: auto 100%;
	overflow: hidden;
}

.about-wrap dl {
	margin: 0 0 36px 0;
	padding: 0 0 0 0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	font-size: 15px;
	line-height: 35px;
	width: 360px;
}

.about-wrap dl::before {
	width: 0;
}

.about-wrap dl dt {
	border-bottom: 1px solid #333;
	float: left;
	font-size: normal;
	margin: 0 0 0 0;
	width: 154px;
}

.about-wrap dl dd {
	border-bottom: 1px solid #333;
	float: right;
	margin: 0 0 0 0;
	width: calc( 100% - 154px );
}

.about-wrap .other {
	border-bottom: 1px solid #333;
	font-size: 15px;
	line-height: 35px;
	width: 520px;
}

.about-wrap ul {
	margin: 36px 0 0 0;
	padding: 0 0 0 0;
}

.about-wrap ul li {
	margin: 0 0 20px 0;
	width: 350px;
}

.about-wrap ul li img {
	display: block;
	margin: 0 0 8px 0;
	max-width: 100%;
}

.about-wrap ul li .text {
	font-size: 14px;
	padding: 0 0 0 8px;
}

.about-wrap ul li:nth-child(odd) {
	float: left;
}

.about-wrap ul li:nth-child(even) {
	float: right;
}


/* faq */

.faq-wrap {
	margin: 30px 0 140px 0;
}

h1.title.faq {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: url(img/faq-top.jpg) no-repeat top left;
	background-size: auto 100%;
	overflow: hidden;
}

.faq-wrap .question {
	background: url(img/question.svg) no-repeat top left;
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 8px 0;
	padding: 0 0 0 34px;
}

.faq-wrap .answer {
	font-size: 15px;
	line-height: 28px;
	margin: 0 0 0 0;
	padding: 6px 0 0 44px;
}

/* recruit アコーディオン */

.accordion-wrap {}

.cp_actab {
	border-bottom: 1px solid #aaa;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto 14px auto;
	padding: 0 0 8px 0;
	color: #333;
}

.cp_actab p {
	display: none;
}

.cp_actab .answer p {
	display: block;
}

.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.cp_actab label {
	font-weight: bold;
	line-height: 24px;
	position: relative;
	display: block;
	padding: 5px 0 0 44px;
	cursor: pointer;
	margin: 0 0 1px 0;
	min-height: 35px;
	background: #fff;
}

.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
}


/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: initial;
}

/* Icon */
.cp_actab label::after {
	border: 1px solid #aaa;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	box-sizing: border-box;
	color: #aaa;
	line-height: 31px;
	padding: 0 0 0 3px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	height: 35px;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '>';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(450deg);
}



/* access */

.access-wrap {
	margin: 30px 0 140px 0;
}

h1.title.access {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: url(img/access-top.jpg) no-repeat top left;
	background-size: auto 100%;
	overflow: hidden;
}

.access-wrap h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 34px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.access-wrap .text {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 30px;
}

.access-wrap .map {}

.access-wrap .map iframe {
	width: 100%;
	height: 424px;
}


/* beginner */

h1.title.beginner {
	background: url(img/icon-beginner.svg) no-repeat top center;
	padding: 58px 0 0 2px !important;
	letter-spacing: 2px;
	text-align: center;
}


/* registration */

h1.title.registration {
	background: url(img/icon-join.svg) no-repeat top center;
	padding: 58px 0 0 2px !important;
	letter-spacing: 2px;
	text-align: center;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry_meta {
	clear: both;
	font-size: 14px;
	margin-bottom: 0.6em;
	text-align: right;
}

.entry_meta a {
}

.entry_meta a:hover {
}

.entry_meta > span {
	margin-right: 20px;
}

.entry_meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry_meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry_meta .author a:before {
	display: none;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

/* index.php */

.bx-wrapper {
	box-shadow: none !important;
	border: none !important;
	margin-bottom: 0 !important;
}

.bx-wrapper img {
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
	display: none !important;
}

.bx-wrapper ul.top-slide {}

.index-button-a {
	border-radius: 20px;
	overflow: hidden;
}

.index-button-a a:hover img {
	opacity: 0.8;
}

ul.index-button {
	margin: 12px 0 0 0;
	padding: 0 0 0 0;
}

ul.index-button li {
	margin: 0 0 12px 0;
	border-radius: 20px;
	overflow: hidden;
}
ul.index-button li a {
	display: block;
}

li.index-button-b {
	float: left;
}

li.index-button-c {
	float: right;
}

li.index-button-d {
	float: left;
}

li.index-button-e {
	float: right;
}

ul.index-button a:hover img {
	opacity: 0.8;
}

@media (max-width: 640px) {
	.index-button-a {
		border-radius: 14px;
	}

	ul.index-button {
		margin: 8px 0 30px 0;
	}

	ul.index-button li {
		margin: 0 0 8px 0;
		border-radius: 14px;
	}

	li.index-button-b,
	li.index-button-c,
	li.index-button-d,
	li.index-button-e {
		max-width: calc( 50% - 4px );
	}
}


/* include-sns */

.sns-wrap {}

body.home .sns-wrap {
	position: absolute;
	top: 0;
	right: 0;
}

.body .sns-wrap {
	position: absolute;
	top: 140px;
	right: 0;
}

.sns-wrap ul.list {}

.sns-wrap ul.list li {
	margin: 0 4px 0 0;
	width: auto;
}

.sns-wrap ul.list li a {
	background: #4c6e9c;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	display: block;
	width: 35px;
	height: 35px;
}

.sns-wrap ul.list li a:hover {
	background: rgba(76,110,156,0.5);
}

.sns-wrap ul.list li img {
	margin: 0 0 0 0;
}


/* single.php */


@media screen and (min-width: 1200px) {
	.grid-container {
		-webkit-column-count: 3;
		-webkit-column-gap: 15px;
		-webkit-column-fill: auto;
		-moz-column-count: 3;
		-moz-column-gap: 15px;
		-moz-column-fill: balance !important;
		column-count: 3;
		column-gap: 15px;
		column-fill: auto;
	}
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
	.grid-container {
		-webkit-column-count: 3;
		-webkit-column-gap: 15px;
		-webkit-column-fill: auto;
		-moz-column-count: 3;
		-moz-column-gap: 15px;
		-moz-column-fill: balance !important;
		column-count: 3;
		column-gap: 15px;
		column-fill: auto;
	}
}

@media screen and (min-width: 769px) and (max-width: 992px) {
	.grid-container {
		-webkit-column-count: 3;
		-webkit-column-gap: 15px;
		-webkit-column-fill: auto;
		-moz-column-count: 3;
		-moz-column-gap: 15px;
		-moz-column-fill: balance !important;
		column-count: 3;
		column-gap: 15px;
		column-fill: auto;
	}
}
	
@media screen and (min-width: 481px) and (max-width: 768px) {
	.grid-container {
		-webkit-column-count: 2;
		-webkit-column-gap: 15px;
		-webkit-column-fill: auto;
		-moz-column-count: 2;
		-moz-column-gap: 15px;
		-moz-column-fill: balance !important;
		column-count: 2;
		column-gap: 15px;
		column-fill: auto;
	}
}

@media screen and (max-width: 480px) {
	.grid-container {
		-webkit-column-count: 1;
		-webkit-column-gap: 15px;
		-webkit-column-fill: auto;
		-moz-column-count: 1;
		-moz-column-gap: 15px;
		-moz-column-fill: balance !important;
		column-count: 1;
		column-gap: 15px;
		column-fill: auto;
	}
}

.grid {
	display: inline-block;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
/*	background:#f6f6f6 !important;*/
	padding: 0 0 0 0;
	margin-right: 0;
	margin-bottom: 0;
	font-size:14px;
}

.grid-container {
	margin: 0 0 100px 0;
}

.grid-container img {
	margin: 0 0 15px 0 !important;
}

/* BugFix */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.grid {
		display: block !important;
	}
}


/* single-sns */

.single-sns {
	height: 20px;
	margin: 0 auto 30px auto;
	padding-right: 136px;
	line-height: 20px !important;
	text-align: right;
	vertical-align: top;
}

.single-sns iframe {
	margin: 0 !important;
}

.single-sns .a_twitter {
	display: inline-block;
	margin: 0 0 0 4px;
}

.single-sns .fb-like.fb_iframe_widget {
	display: inline-block;
	height: 20px;
	position: relative;
}

.single-sns .fb-like.fb_iframe_widget span {
	position: absolute;
	top: 0;
	left: 0;
}


/* pagenation ページ送り ページネーション */

.wp-pagenavi {
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #4c6e9c;
}

.wp-pagenavi a {
	color: #4c6e9c;
}

.wp-pagenavi span.current {
	background: rgba(76,110,156,0.2);
}


/* category.php */



/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
}

.entry_meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
}

.format-link div.entry-meta {
	display: inline;
}

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

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
}

.format-status .entry-meta a {
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

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

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}

ul.children li.cat-item {
	margin: 0 0 0 0;
}

.side-calender {
	position: relative;
}

.side-calender h2 {
	background: #0061b1;
	color: #fff;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 24px;
	margin: 0 0 0 0;
	padding: 0 0 0 2px;
	text-align: center;
}

.side-calender a.side-calender-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.side-calender a.side-calender-link:hover {
	background: rgba(0,97,177,0.1);
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {}

.single-body-side aside {
	width: 100% !important;
}

.widget h3.widget-title {
	border-bottom: 1px solid #231815;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 2px 8px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.widget li {
	margin: 0 0 10px 0;
	padding: 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #141412;
	display: block;
	padding: 2px 8px;
}

.widget a:hover {
	background: rgba(76,110,156,0.2);
	text-decoration: none;
}

.widget a .entry-subtitle {
	display: none;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}

#search-2 {
	margin-top: 1em;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.sticky-button {
	position: fixed;
	right: 0;
	top: 200px;
}
.page-id-80 .sticky-button {
	display: none;
}
.sticky-button a {
	background: #c83518;
	display: block;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.footer-wrap {
	background: url(img/footer-wave.svg) repeat-x bottom 46px left;
	margin: 84px auto 0 auto;
	padding: 0 0 90px 0;
}

ul.footer-navi-list {
	margin: 0 auto 16px auto;
	padding: 0 0 0 0;
	text-align: center;
}

ul.footer-navi-list li {
	border-right: 1px solid #333;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	margin: 0 0 0 0;
	padding: 0 24px 0 22px;
}

ul.footer-navi-list li:last-child {
	border-right: none;
}

ul.footer-navi-list li a {
	color: #333;
	letter-spacing: 2px;
}

.footer {
	margin: 50px auto 0 auto;
	padding: 0 0 0 0;
}

.footer .footer-logo {
	float: left;
	margin-left: 38px;
}

.footer .footer-right {
	float: right;
	margin-right: 38px;
	padding-top: 30px;
	width: 834px;
}

.footer .footer-right .footer-address {
	float: left;
	width: 340px;
	font-size: 18px;
	line-height: 20px;
	margin-right: 10px;
}

.footer .footer-right .footer-address .footer-address-name {
	font-size: 19px;
	letter-spacing: 4px;
	line-height: 20px;
	margin-bottom: 6px;
}

.footer .footer-right .footer-address .footer-address-place {
	font-size: 14px;
	line-height: 20px;
}

.footer .footer-right .footer-tel {
	float: left;
	margin-right: 10px;
}

.footer .footer-right .footer-tel a {
	display: block;
}

.footer .footer-right .footer-tel a:hover {
	background: rgba(0,97,177,0.1);
}

.footer .footer-right .footer-hour {
	float: left;
}

.footer .footer-right .footer-booking,
.footer .footer-right .footer-registration {
	float: right;
}

.footer .footer-right .footer-booking a {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: block;
	background: rgba(231,49,13,1);
	overflow: hidden;
}

.footer .footer-right .footer-booking a:hover {
	background: rgba(231,49,13,0.5);
}

.footer .footer-right .footer-registration a {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 2px solid #0061b1;
	display: block;
	overflow: hidden;
}

.footer .footer-right .footer-registration a img {
	height: 42px;
	width: auto;
}

.footer .footer-right .footer-registration a:hover {
	background: rgba(0,97,177,0.1);
}

.footer .footer-right .footer-contact {
	float: right;
	line-height: 20px;
	margin: 0 0 0 auto;
	padding-top: 12px;
	width: 484px;
}

.footer .footer-right .footer-contact a {
	background: #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: inline-block;
}

.footer .footer-right .footer-contact a:hover {
	background: #ddd;
}


/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
}

@media (max-width: 1069px) {
}

@media (max-width: 999px) {
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
}

@media (max-width: 643px) {
}

.only-pc {
	display: block;
}

.only-mobile {
	display: none;
}

/* Mobile devices */
@media (max-width: 640px) {
	.only-pc {
		display: none;
	}
	
	.only-mobile {
		display: block;
	}
	
	.outermost {
		min-width: initial;
	}
	
	.inner {
		width: 100%;
	}
	
	.grecaptcha-badge {
		bottom: 74px !important;
	}
	
	.body .body-main {
		float: none;
		width: 100%;
		margin-right: 0;
		padding: 0 30px 0 30px;
	}
	
	.body .body-main.booking-wrap {
		width: 100%;
	}
	
	.body .body-side {
		float: none;
		padding: 0 30px 0 30px;
		width: 100%;
	}
	
	.body-side .side-banner {
		width: 260px;
		background-size: 260px auto;
		margin: 0 auto 20px auto;
	}
	
	.body-side .side-banner .side-tel {
		padding: 302px 0 0 0;
	}
	
	.body-side .side-banner .side-mail {
		padding: 36px 0 0 0;
	}
	
	.fb-wrap {
		max-width: 260px;
		margin: 0 auto 60px auto;
	}
	
	.insta-wrap {
		max-width: 260px;
		margin: 0 auto 60px auto;
	}
	
	h1.title {
		text-align: center;
	}
	
	h2.wave {
		background: url(img/footer-wave.svg) repeat-x bottom left;
		background-size: auto 5px;
		margin: 0 0 22px 0;
		padding: 0 0 12px 0;
	}
	
	h2.wave img {
		height: 22px;
	}
	
	.breadcrumb-wrap {
		font-size: 11px;
	}
	
	.content {
		font-size: 13px;
		line-height: 21px;
	}
	
	
	/* top-slide */
	
	.mobile-top-slide-wrap {
		position: relative;
		margin: 0 0 40px 0;
	}
	
	.mobile-top-slide-wrap .single-sns {
		position: absolute;
		bottom: 80px;
		right: 10px;
	}
	
	ul.mobile-top-slide {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		position: relative;
		z-index: 1;
	}
	
	ul.mobile-top-slide li {}
	
	ul.mobile-top-slide li .slide-child {
		height: 580px;
		background-size: auto 580px !important;
	}
	
	.mobile-top-slide-logo {
		position: absolute;
		top: 150px;
		width: 100%;
		text-align: center;
	}
	
	.mobile-top-slide-wave {
		background: url(img/mobile-slide-wave.svg) repeat-x bottom left;
		margin-top: -30px;
		height: 33px;
		position: relative;
		width: 100%;
		z-index: 2;
	}
	
	.mobile-top-navi {}
	
	.mobile-top-navi ul {
		margin: 0 auto 20px auto;
		padding: 0 0 0 0;
		width: 320px;
	}
	
	.mobile-top-navi ul::before {
		width: 0;
	}
	
	.mobile-top-navi ul li {
		float: left;
		margin: 0 5px 0 5px;
		padding: 0 0 0 0;
	}
	
	.mobile-top-navi ul li a {
		display: block;
	}
	
	
	/* index */
		
	.news-outer {
		margin: 0 0 0 0;
		width: 100%;
	}
	
	.news-wrap {
		background: #e3eaf4;
		margin: 0 0 0 0;
		padding: 6px 12px 12px 12px;
		width: 100%;
	}
	
	.news-wrap.float-left {
		float: none;
		margin: 0 0 20px 0;
	}
	
	.news-wrap.float-right {
		float: none;
		margin: 0 0 30px 0;
	}
	
	.news-wrap .news-title {
		color: #0061b1;
		font-size: 19px;
		margin-bottom: 6px;
	}
	
	.news-wrap {}

	.news-wrap .news-title {
		color: #0061b1;
		font-size: 13px;
		margin-bottom: 6px;
	}

	ul.news-list {
		padding: 12px 10px 12px 10px;
	}

	ul.news-list li {
		margin: 0 0 18px 0;
	}
	
	ul.news-list li a.news-list-child {
		line-height: 20px;
	}

	ul.news-list li a.news-list-child .news-list-child-cat {
		font-size: 11px;
		line-height: 20px;
		width: 60px;
	}

	ul.news-list li a.news-list-child .news-list-child-date {
		padding: 0 0 0 0;
		width: 100%;
	}

	ul.news-list li a.news-list-child .news-list-child-title {
		color: #333;
		font-size: 13px;
		float: none;
		width: 100%;
	}
	
	ul.news-list li a.news-list-child .news-list-child-title span {
		text-decoration: underline;
	}
	
	/* instagram */
	
	/* instagram-wrap */

	.instagram-topic {}
	
	.instagram-wrap {}
	
	.instagram-body {
		width: 270px;
		margin: 0 auto;
		height: auto;
	}
	
	
	.greeting-wrap .text {
		font-size: 13px;
		line-height: 24px;
	}
	
	.greeting-wrap img.ceo-photo {
		width: 120px;
	}
	
	.greeting-wrap .name {
		left: 120px;
		bottom: 60px;
		font-size: 11px;
		line-height: 22px;
	}
	
	.greeting-wrap .name b {
		font-size: 16px;
	}
	
	.greeting-wrap .greeting-button {
		bottom: 30px;
		width: 140px;
	}
	
	ul.mobile-top-button {
		margin: 32px 0 44px 0;
		padding: 0 0 0 0;
	}
	
	ul.mobile-top-button li {
		margin: 0 0 8px 0;
		padding: 0 0 0 0;
		box-sizing: border-box;
		border: 1px solid #333;
	}
	
	ul.mobile-top-button li a {
		color: #333;
		display: block;
		line-height: 52px;
		padding: 0 0 0 50px;
	}
	
	ul.mobile-top-button li a:hover {
		text-decoration: none;
	}
	
	ul.mobile-top-button li.file {
		background: url(img/mobile-button-file.svg) no-repeat top left;
	}
	
	ul.mobile-top-button li.beginner {
		background: url(img/mobile-button-beginner.svg) no-repeat top left;
	}
	
	ul.mobile-top-button li.access {
		background: url(img/mobile-button-access.svg) no-repeat top left;
	}
	
	ul.mobile-top-button li.wave {
		background: url(img/mobile-button-wave.svg) no-repeat top left;
	}
	
	
	/* booking */
	
	.booking-notice {
		padding: 14px 20px;
	}
	
	.booking-notice .booking-notice-title {
		font-size: 20px;
		font-weight: bold;
		line-height: 26px;
		text-align: left;
		margin-bottom: 10px;
	}
	
	.booking-notice p {
		text-align: left;
	}

	.booking-notice p br {
		display: none;
	}
	
	.monthly-calendar table {
		margin: 0 auto 4px auto;
	}
	
	.monthly-calendar caption {
		color: #0061b1;
		font-weight: bold;
		margin: 0 0 0 0;
	}
	
	.monthly-calendar .week-title {
		font-size: 13px !important;
	}
	
	.monthly-calendar .day-number {
		font-size: 13px !important;
		line-height: 16px !important;
	}
	
	.monthly-calendar .calendar-mark {
		font-size: 13px !important;
		line-height: 16px !important;
	}
	
	.day-calendar table {
		margin: 0 auto 20px auto;
	}
	
	.day-calender-notice {
		width: 100%;
	}
	
	
	/* greeting */
	
	.greeting-head .ceo {
		float: none;
		margin: 0 auto 20px auto;
		width: 200px;
	}
	
	.greeting-head .greeting {
		width: 100%;
	}
	
	/* price */
	
	.price-body img.socks {
		float: none;
		width: 100%;
	}
	
	.price-body .text {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 4px 0;
		padding: 0 0 0 0;
	}
	
	.price-body .price {
		font-size: 27px;
		color: #333;
	}
	
	.price-img .price-left {
		float: none;
		margin: 0 0 30px 0;
	}
	
	.price-img .price-right {
		float: none;
		margin: 0 0 30px 0;
	}
	
	.price-img img {
		display: block;
		width: 240px;
		margin: 0 auto 0 0;
	}
	
	.price-info {
		color: #333;
		font-size: 13px;
		text-align: center;
	}
	
	h3.price {
		font-size: 15px;
		color: #333;
	}
	
	.hour-wrap ul {
		font-size: 13px;
		line-height: 21px;
	}
	
	.hour-wrap ul li {
		margin-bottom: 8px;
	}
	
	.price-box-wrap {}
	
	.price-box {
		float: none;
		margin: 0 0 0 0;
		width: 100%;
	}
	
	.price-box.last {}
	
	
	
	/* rule */
	
	.howto-wrap {}
	
	.howto-child {}
	
	.howto-child img.howto-left {
		float: none;
		margin: 0 auto 10px auto;
	}
	
	.howto-child .howto-right {
		float: none;
		margin: 0 auto 20px auto;
		width: 100%;
	}
	
	.howto-child .howto-right .howto-topic {}
	
	
	/* about */
	
	.about-wrap {}
	
	.about-wrap dl {
		font-size: 13px;
		width: 100%;
	}
	
	.about-wrap dl dt {
		width: 140px;
	}
	
	.about-wrap dl dd {
		width: calc( 100% - 140px );
	}
	
	.about-wrap .other {
		font-size: 10px;
		width: 100% !important;
	}
	
	.about-wrap ul li {
		width: 100%;
	}
	
	
	/* effect */
	
	.effect-wrap .effect-left,
	.effect-wrap .effect-right {
		float: none;
		width: 100%;
	}
	
	.effect-wrap h3 {
		font-size: 16px;
	}
	
	
	/* beginner */
	
	.beginner-flow {
		width: 260px;
		margin: 0 auto 80px auto;
	}
	
	
	/* faq */
	
	.cp_actab .cp_actab-content {
		font-size: 11px;
		line-height: 20px;
		padding: 5px 0 0 10px;
	}
	
	
	/* contact */
	
	.body-header h1.title.contact,
	.body-header h1.title.beginner {
		font-size: 19px;
		padding: 50px 0 0 2px;
	}
	
	.contact-wrap {
		width: 100%;
	}
	
	.contact-child .contact-name {
		float: none;
		width: 100%;
	}
	
	.contact-child .contact-body {
		float: none;
		width: 100%;
	}
	
	
	/* registration */
	
	.contact-wrap .text {
		font-size: 11px;
	}
	
	.contact-child .contact-body input {
		margin: 0 auto 0 auto;
	}
	
	.contact-child .contact-body.address input {
		width: 100px;
	}
	
	.contact-child .contact-body.address input.address-input {
		width: 180px;
	}
	
	.contact-child .contact-body.birth select {
		margin: 0 2px 0 2px;
		width: 70px;
	}
	
	.agreement-box {
		font-size: 11px;
		width: 100%;
	}
	
	.agreement-download {
		font-size: 9px;
		width: 100%;
	}
	
	.notice {
		font-size: 11px;
	}
	
	.contact-wrap input.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm, .contact-wrap input.wpcf7-form-control.wpcf7-submit.wpcf7c-elm-step2 {
		font-size: 16px;
		line-height: 32px;
	}
	
	
	/* booking-form */
	
	.content-form {}
	
	.content-form th {
		font-size: 11px !important;
		font-weight: normal !important;
		line-height: 20px !important;
	}
	
	.content-form td input#client-name,
	.content-form td input#client-birthday,
	.content-form td input#client-email,
	.content-form td input#client-email2,
	.content-form td input#client-tel {
		width: calc( 100% - 6px ) !important;
	}
	
	
	/* header */
	
	.mobile-header {}
	
	.mobile-header-logo {
		margin: 8px auto 8px auto;
		width: fit-content;
	}
	
	
	/* footer */
	
	.mobile-footer-wrap {
		margin: 0 0 0 0;
	}
	
	.mobile-menu-button-wrap {}
	
	ul.mobile-menu-button {
		margin: 0 auto 20px auto;
		width: calc( 100% - 72px );
		padding: 0;
	}
	ul.mobile-menu-button::before {
		width: 0;
	}
	ul.mobile-menu-button li.mobile-menu-button {
		width: 100%;
		border-bottom: 1px solid #aaa;
		box-sizing: border-box;
		margin: 0 0 0 0;
		text-align: left;
	}
	ul.mobile-menu-button li.mobile-menu-button:first-child {
		border-top: 1px solid #aaa;
	}
	
	ul.mobile-menu-button li.mobile-menu-button a {
		color: #333;
		display: block;
		font-size: 13px;
		line-height: 38px;
		padding: 0 0 0 52px;
	}
	
	ul.mobile-menu-button li.mobile-menu-button a:hover {
		text-decoration: none;
	}
	
	ul.mobile-menu-button li.mobile-menu-button.greet {
		background: url(img/head-menu-jump.svg) no-repeat center left 12px;
		background-size: auto 24px;
	}
	
	ul.mobile-menu-button li.mobile-menu-button.clock {
		background: url(img/head-menu-clock.svg) no-repeat center left 12px;
		background-size: auto 24px;
	}
	
	ul.mobile-menu-button li.mobile-menu-button.rule {
		background: url(img/head-menu-file.svg) no-repeat center left 12px;
		background-size: auto 24px;
	}
	
	ul.mobile-menu-button li.mobile-menu-button.building {
		background: url(img/head-menu-building.svg) no-repeat center left 12px;
		background-size: auto 24px;
	}
	
	ul.mobile-menu-button li.mobile-menu-button.faq {
		background: url(img/head-menu-faq.svg) no-repeat center left 12px;
		background-size: auto 24px;
	}
	
	ul.mobile-menu-button li.mobile-menu-button.beginner {
		background: url(img/head-menu-beginner.svg) no-repeat center left 12px;
		background-size: auto 24px;
	}
	
	ul.mobile-menu-button li.mobile-menu-button.access {
		background: url(img/head-menu-map.svg) no-repeat center left 12px;
		background-size: auto 24px;
	}
	
	ul.normal {
		margin: 0 auto 42px auto;
		width: calc( 100% - 72px );
		padding: 0;
	}
	ul.normal li {
		margin-bottom: 8px;
	}
	ul.normal li a {
		display: block;
		background: url(img/normal-list.svg) no-repeat top 7px left 6px;
		color: initial;
		font-size: 13px;
		padding: 0 0 0 24px;
	}
	.mobile-button {}
	.mobile-button a {
		display: block;
		width: 200px;
		margin: 0 auto 14px auto;
		line-height: 45px;
		padding: 0 0 0 54px;
		border: 1px solid #0062ad;
		border-radius: 5px;		
		letter-spacing: 1px;
	}
	.mobile-button a.tel {
		background: url(img/icon-tel.svg) no-repeat center left 16px;
	}
	.mobile-button a.mail {
		background: url(img/icon-mail.svg) no-repeat center left 16px;
	}
	.mobile-button p {
		text-align: center;
		font-size: 12px;
		letter-spacing: 0.5px;
	}

	.mobile-footer-wrap .mobile-copyright {
		font-size: 9px;
		line-height: 24px;
		text-align: center;
		margin-bottom: 68px;
	}
	
	.sticky-footer {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.sticky-footer ul {
		margin: 0;
		padding: 0;
	}
	.sticky-footer ul li {
		float: left;
		width: 50%;
	}
	.sticky-footer ul a {
		display: block;
	}
	.sticky-footer ul img {
		width: 100%;
	}

	
	/* mobile-menu */
	
	.mobile-menu label {
		position: fixed;
		top: 8px;
		right: 10px;
		display: block;
		margin: 0;
		height: 34px;
		width: 34px;
		z-index: 11;
	}
	
	input[type="checkbox"].on-off{
		display: none;
	}
	
	.mobile-menu-wrap {
		background: #fff;
		position: fixed;
		top: 0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		margin: 0;
		padding: 0;
		width: 100%;
		z-index: 10;
	}
	
	input[type="checkbox"].on-off + .mobile-menu-wrap {
		height: 0;
		overflow: hidden;
	}
	
	input[type="checkbox"].on-off:checked + .mobile-menu-wrap {
		height: 100%;
		overflow: scroll;
	}
	
	.mobile-menu-header {
		padding: 8px 0 8px 0;
		text-align: center;
	}
	.mobile-menu-header a {
		display: block;
	}
	.mobile-menu-header a img {
		max-width: 48px;
	}
	
	.mobile-menu-content {}
	
	.mobile-menu-content ul {
		margin: 20px auto 30px auto;
		padding: 0;
	}
	
	.mobile-menu-content ul li {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.mobile-menu-content ul li a {
		font-weight: bold;
		text-align: left;
	}
	
	.mobile-menu-button-wrap {}
	
	.mobile-menu-button {
		text-align: center;
		margin: 0 0 14px 0;
	}
	
	.mobile-menu-button p {
		font-size: 11px;
		margin: 0 0 0 0;
		line-height: 25px;
	}
	
	.mobile-menu-button a {
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		display: inline-block;
	}
	
	.mobile-menu-button a.button-mail {
		background: #0061b1;
		border: 2px solid #0061b1;
	}
	
	.mobile-menu-button a.button-tel {
		border: 2px solid #0061b1;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.mobile-menu-button a.button-contact {
		background: #eee;
	}
	
	.mobile-menu-footer {}
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@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 */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}


	

	
	

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}
.imput-mei {
	position: absolute;
left: 53px;
	bottom: 0px;
}


.input-number {
	position: relative;
	margin-right: 2rem !important;
}

.form-top-box {
	padding: 30px;
	border: 1px solid red;
	text-align: center;
	margin-bottom: 50px;
}

.form-top-box h2 {
color: red;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
}

.form-top-box p {
	font-size: 14px;
	margin: 0;
}

.form-top-box span {
	color: red;
	border-bottom: 1px solid red;
}




