/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 3.3
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * 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 {
	
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'Cormorant Infant', serif;
}

body {
	color: #666;
	line-height: 1.8;
	margin: 0;
	font-size:14px;
}
@media screen and (max-width:768px) {
	body { font-size:13px;}
}

a {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #666;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #666;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

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

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 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: square;
}

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;
	min-width: inherit;
	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;
}


/**
 * 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. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

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 {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}

.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 {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * 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 {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

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

.site {
	background-color: #fff;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


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

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

.site-header {
	position: relative; padding:0 4%;
}
.site-header .header-top { overflow:hidden; text-align:right; padding:12px 0; display:flex; align-items:center;}


.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 ;
text-decoration: none;
 float:left;}

.site-header .home-link .logo { height:100%;}
@media screen and (max-width:768px) {
	.site-header .home-link .logo { height:auto; margin-top:-8px;}
}

.site-header .header-top .box-tel { display:inline-block; }
.site-header .header-top .box-tel .tel { font-size:24px; margin:0 0 8px;}
.site-header .header-top .box-tel .time { font-size:12px; margin:0;}

.site-header .header-top .btn { width:186px; line-height:42px; border:1px solid #111; color:#111; text-align:center; float:right; margin-left:24px;}
@media screen and (max-width:768px) {
	.site-header .header-top .btn { background-color:#686c6e; color:#fff; font-size:24px; width:43px; border:0; border-radius:2px; float:left; display:inline-block; margin:0 0 0 12px;}
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


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

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0; text-align:center;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #141412!important;
	display: block;
	font-size: 15px;
	line-height: 1.8; 
	padding: 15px 20px;
	text-decoration: none; font-weight:bold;
}
.nav-menu li a small { display:block; font-size:12px; text-align:center; font-weight:400;}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	text-decoration:underline;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar { margin:0 auto; float:left; padding-left:40px;}
@media screen and (max-width:768px) {
	.navbar { display:none;}
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


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

.hentry {
	
}

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

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}


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

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


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

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.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 {
	content: "\f304";
	position: relative;
	top: -1px;
}

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

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

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

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

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

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

footer.entry-meta {
	margin-top: 24px;
}

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

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.widget .mejs-mediaelement,
.hentry .mejs-container .mejs-controls,
.widget .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.widget .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current,
.widget .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.widget .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.widget .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 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),
.widget-area .gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
.widget-area .gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-4 figure.gallery-item:nth-of-type(4n+1),
.widget-area .gallery-columns-5 figure.gallery-item:nth-of-type(5n+1),
.widget-area .gallery-columns-6 figure.gallery-item:nth-of-type(6n+1),
.widget-area .gallery-columns-7 figure.gallery-item:nth-of-type(7n+1),
.widget-area .gallery-columns-8 figure.gallery-item:nth-of-type(8n+1),
.widget-area .gallery-columns-9 figure.gallery-item:nth-of-type(9n+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,
.widget-area .gallery-columns-2 .gallery-caption,
.widget-area .gallery-columns-3 .gallery-caption,
.widget-area .gallery-columns-4 .gallery-caption,
.widget-area .gallery-columns-5 .gallery-caption,
.widget-area .gallery-columns-6 .gallery-caption,
.widget-area .gallery-columns-7 .gallery-caption,
.widget-area .gallery-columns-8 .gallery-caption,
.widget-area .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 {
	color: #722d19;
}

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

.format-chat .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 {
	color: #722d19;
}

/* 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 {
	color: #bc360a;
}

.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 {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.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 {
	color: #bc360a;
}

.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%;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.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;
}


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

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 10px;
}

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

.widget li {
	padding: 5px 0;
}

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

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

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

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

.wp-calendar-table {
	margin-bottom: 0;
}

.wp-calendar-nav {
	display: table;
	line-height: 2;
	margin-bottom: 20px;
	width: 100%;
}

.wp-calendar-nav span {
	display: table-cell;
	text-align: center;
}

.wp-calendar-nav-prev,
.wp-calendar-nav-next {
	width: 40%;
}

/* Text widget */
.widget_text ul,
.widget_text ol {
	padding-left: 20px;
	margin-bottom: 16px;
}

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

.widget_text li > ul,
.widget_text li > ol {
	margin-bottom: 0;
}

.widget_text ul {
	list-style: square;
}

.widget_text ol {
	list-style: decimal;
}

/* Tag Cloud widget */
.tagcloud ul {
	list-style-type: none;
}

.tagcloud ul li {
	display: inline-block;
	padding: 0;
}

/* Gallery Widget */
.widget .gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.widget .gallery-columns-2 .gallery-item {
	max-width: 49%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.widget .gallery-columns-3 .gallery-item {
	max-width: 22%;
	max-width: -webkit-calc(33% - 4px);
	max-width:         calc(33% - 4px);
}

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

.site-footer {
	background-color: #e8e5ce;
	color: #686758;
	font-size: 14px;
	text-align: center;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

.site-footer span[role=separator] {
	padding: 0 0.25em 0 0.5em;
}

.site-footer span[role=separator]::before {
	content: '\002f';
}

/**
 * 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) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

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

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

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

	.format-status .entry-content {
		padding-top: 40px;
	}

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

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

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

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

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

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.site-header .home-link {
		min-height: 0;
		width:calc(100% - 110px);
	}
	.site-title {
		font-size: 36px;
		padding: 8px 0 10px;
	}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

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

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left:0;
		padding-right:0;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #141412;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:focus {
		outline: thin dotted;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #db572f;
		color: #fff;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #220e10;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	.site-title {
		font-weight: normal;
	}
	.site-description {
	    clip: rect(1px, 1px, 1px, 1px);
	    position: absolute;
	}
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.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: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

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


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


/*--ここから--*/
.comingsoon { width:100%; height:100vh; background-color:#fff; position:fixed; top:0; left:0; z-index:999999; text-align:center; line-height:100vh; font-size:64px; font-family:'Dancing Script', cursive;}

.overflow { overflow:hidden;}
.fleft { float:left;}
.fright { float:right;}
.t-center { text-align:center;}
.w32 { width:32%!important;}
.w40 { width:40%!important;}
.w48 { width:48%!important;}
.w50 { width:50%!important;}
.w56 { width:56%!important;}
@media screen and (max-width:768px){
	.fleft,.fright { float:none;}
	
	.w32,.w40,.w48,.w50,.w56 { width:100%!important;}
}

.foogallery .fg-loaded .fg-thumb { margin:0;}

ul.col2 li { width:49%!important; margin-right:2%!important;}
ul.col2 li:nth-of-type(2n) { margin-right:0!important;} 
ul.col3 li { width:32%!important; margin-right:2%!important;}
ul.col3 li:nth-of-type(3n) { margin-right:0!important;}
ul.col4 li { width:23.5%!important; margin-right:2%!important;}
ul.col4 li:nth-of-type(4n) { margin-right:0!important;}
@media screen and (max-width:768px) {
	ul.sp-col1 li { width:100%!important; margin-right:0!important;}
	ul.sp-col2 li { width:49%!important; margin-right:2%!important;}
	ul.sp-col2 li:nth-of-type(2n) { margin-right:0!important;} 
	ul.sp-col3 li{ width:32%; margin-right:2%!important;}
	ul.sp-col3 li:nth-of-type(3n) { margin-right:0!important;} 
}

.wrap-product { width:1000px; margin:80px auto; overflow:hidden;}
.w48-product { width:480px; margin:0 auto;}
.w48-product p { margin:0 0 16px; line-height:2;}
.w48-product img { width:480px; height:480px; object-fit:cover; vertical-align:bottom;}
.w48-product .des { margin:16px 0; line-height:1;}
.name-product { font-size:20px; text-align:center; margin:0 0 40px;}
.name-product small { font-size:13px; display:block; font-weight:400; margin-bottom:8px;}
.name-product span { font-size:15px; display:block; font-weight:400; margin-top:8px;}
.w48-product dl { margin:40px 0; padding:0; display:flex; flex-wrap:wrap;}
.w48-product dt { width:30%; float:left; padding:4px 0; font-weight:400; border-bottom:1px solid #bbb;}
.w48-product dd { border-bottom:1px solid #bbb; padding:4px 0; width:70%; margin:0;}
.w48-product .btn { display:block; height:40px; line-height:40px; color:#fff; background-color:#451F49; margin:24px 0 0 ; text-align:center; border:1px solid #451F49;}
.w48-product .btn:hover { color:#451F49; background-color:#fff;}
.buy-btn { line-height:1.5; letter-spacing:normal; font-weight:normal; text-decoration:none; text-transform:none; transition:none; font-family:'Shippori Mincho', Bitter, Georgia, serif; -webkit-tap-highlight-color:transparent; user-select:none; color:#fff; border:solid 1px #686c6e; background:#686c6e; background:-webkit-linear-gradient(top,#686c6e 0,#686c6e 100%); width:100%;}
.buy-btn:hover,.buy-btn:active,.buy-btn:focus { background:#efefef; color:#000; border:solid 1px #451f49;}
@media screen and (max-width:768px){
	.wrap-product { width:100%; padding:0 5%;}
	.w48-product { width:100%!important;}
	.w48-product img { width:100%; height:100%;}
	.w48-product.fleft { text-align:center; margin-bottom:20px;}
	.w48-product dl { font-size:14px;}
	.w48-product dl dd { padding:4px 0 4px 8px;}
	.name-product { font-size:18px; line-height:1.6;}
}


.dl-news-top { margin:24px 0; max-height:400px; overflow-y:scroll; padding:20px;}
.dl-news-top dt { width:24%; float:left;}
.dl-news-top dd { padding:0 0 20px 24%; border-bottom:1px dotted #aaa;}
@media screen and (max-width:768px) {
	.dl-news-top { max-height:480px; padding:20px 2%; -webkit-overflow-scrolling: touch;}
	.dl-news-top dt { width:100%; float:none;}
	.dl-news-top dd { padding:0 0 20px 0;}	
}

.area-top-front-t { padding:0; color:#fff; position:relative; margin:0 0 80px;}
.area-top-front-t .cr { font-size:10px; margin:0 0 48px; position:absolute; z-index:9; top:200px; left:200px;}
.area-top-front-t h3 { font-size:120px; font-weight:400; margin:0; position:absolute; z-index:9; top:264px; left:200px;}
.area-top-front-t h3 small { font-size:20px; font-weight:bold; display:block;}
.area-top-front-t .slider { width:100%; height:100%; z-index:0; overflow:hidden;}
.area-top-front-t .slider img { width:100%; height:100%;}
.area-top-front-t .banner { display:flex; flex-wrap:wrap; justify-content:space-between; padding:80px 200px 0;}
.area-top-front-t .banner:hover { opacity:1;}
.area-top-front-t .banner a { width:48%;}
.area-top-front-t .banner a:hover { opacity:.8;}

.area-top-front-t.promise h3,.area-top-front-t.concept h3,.area-top-front-t.about h3,.area-top-front-t.case h3,.area-top-front-t.contact h3,.area-top-front-t.message h3,.area-top-front-t.recflow h3,.area-top-front-t.rec h3,.area-top-front-t.st h3,.area-top-front-t.con-1 h3,.area-top-front-t.con-2 h3,.area-top-front-t.con-3 h3 { position:relative; top:auto; left:auto;}
.area-top-front-t.promise h3 small { font-size:16px; letter-spacing:.2em;}
@media screen and (max-width:768px){
	.area-top-front-t { padding:0; margin:0;}
	.area-top-front-t h3 { font-size:24px; top:70px; left:30px;}
	.area-top-front-t h3 small { font-size:11px;}
	.area-top-front-t .cr { margin:0 0 24px; top:auto; bottom:0; left:auto; right:8%;}
	
	.area-top-front-t .banner { padding:40px 5% 0;}
	.area-top-front-t .banner a { width:100%; margin-bottom:16px;}
	.area-top-front-t .banner a:last-of-type { margin-bottom:0;}
}



.midashi-front { font-size:124px; margin:0; font-weight:400;}
.midashi-front small { font-size:16px; letter-spacing:.3em; font-weight:bold; display:block;}
@media screen and (max-width:768px){
	.midashi-front { font-size:40px;}
	.midashi-front small { font-size:14px;}
}

.area-message-front { padding:100px 80px 600px 200px; position:relative; overflow:hidden;}
.area-message-front .txt { width:52%; float:right; margin:80px 0 0; position:relative; z-index:9;}
.area-message-front .txt h4 { font-size:32px; margin:0 0 48px;}
.area-message-front .txt a,.area-doc-front a,.area-treat-front a.btn { font-size:32px; display:block; margin:48px 0 0;}
.area-message-front img { position:absolute;}
.area-message-front .img-a { width:50%; height:600px; left:0; bottom:240px;}
.area-message-front .img-b { width:160px; height:160px; right:0; bottom:460px;}
.area-message-front .img-c { width:240px; height:380px; right:200px; bottom:0;}
@media screen and (max-width:768px){
	.area-message-front { padding:40px 5%;}
	.area-message-front .midashi-front { margin:0 0 24px;}
	.area-message-front .txt { width:100%; float:none; margin:40px 0 0;}
	.area-message-front .txt h4 { font-size:20px; margin:0 0 24px;}
	.area-message-front .txt a,.area-treat-front a.btn { font-size:18px; display:block; margin:24px 0 0;}
	.area-message-front img { position:static;}
    .area-message-front .img-a { width:100%; height:auto;}
    .area-message-front .img-b { width:48%; height:auto; height:50vw; object-fit:cover; float:left;}
    .area-message-front .img-c { width:48%; height:auto; height:50vw; object-fit:cover; margin-left:4%; float:right;}
}

.area-promise-front { padding:0 80px 30px;}
.area-promise-front .midashi-front { text-align:center;}
.area-promise-front .txt { width:60%; margin:0 auto;}
.area-promise-front .txt h4 { font-size:28px; margin:80px 0 48px; text-align:center;}
.area-promise-front ul { margin:0; padding:0; overflow:hidden;}
.area-promise-front ul li { width:calc(100% / 3); border-right:1px solid #ccc; text-align:center; font-size:24px; box-sizing:border-box; float:left; list-style:none;}
.area-promise-front ul li span { display:block; margin:0 0 8px; text-align:center; font-size:28px;}
.area-promise-front a { display:block; text-align:center; font-size:32px; margin:40px 0 0; font-family: Cormorant Infant,serif;}
@media screen and (max-width:768px){
	.area-promise-front { padding:0 5% 40px;}
	.area-promise-front .midashi-front { margin:0 0 24px;}
	.area-promise-front .txt { width:100%;}
	.area-promise-front .txt h4 { font-size:18px; margin:40px 0 24px;}
	.area-promise-front a { font-size:18px;}
	.area-promise-front ul li { width:100%; margin-bottom:20px; font-size:18px; border-right:0; border-bottom:1px solid #ccc; padding:0 0 16px;}
}

.area-promise-front ol { margin:80px 0 0; padding:0; overflow:hidden;}
.area-promise-front ol li { width:30%; margin-right:5%; list-style:none; float:left;}
.area-promise-front ol li:nth-of-type(3n) { margin-right:0;}
.area-promise-front ol li:nth-of-type(2) { margin-top:64px;}
.area-promise-front ol li:nth-of-type(3) { margin-top:128px;}
.area-promise-front ol li h4 { font-size:22px; margin:0 0 48px; padding:32px 0 0; position:relative; border-top:1px solid #eee;}
.area-promise-front ol li h4:before { content:""; width:80px; height:1px; background-color:#586166; position:absolute; top:-1px; left:0; z-index:3;}
.area-promise-front ol li a { text-align:left;}
@media screen and (max-width:768px){
	.area-promise-front ol { margin:40px 0 0;}
	.area-promise-front ol li { width:100%; margin-right:0;}
	.area-promise-front ol li:nth-of-type(2) { margin-top:20px;}
.area-promise-front ol li:nth-of-type(3) { margin-top:20px;}
	.area-promise-front ol li h4 { font-size:20px; margin:0 0 24px; padding:16px 0 0;}
	
}


.area-treat-front { padding:200px;}
.area-treat-front .midashi-front { margin:0 0 80px; position:relative; z-index:9;}
.area-treat-front h4 { font-size:28px; margin:0 0 40px; position:relative; z-index:9; font-weight:400;}
.area-treat-front ul { margin:0; padding:0; position:relatie; z-index:9;}
.area-treat-front ul li { border-bottom:1px solid #ccc; list-style:none;}
.area-treat-front ul li  { display:block; font-size:22px; padding:0 12px; line-height:60px; overflow:hidden; font-weight:bold; font-family: Cormorant Infant,serif;}
.area-treat-front ul li  .num { font-size:16px; color:#666; padding-right:20px; font-weight:400; line-height:60px;}
.area-treat-front ul li  .arrow { float:right;}
@media screen and (max-width:768px){
	.area-treat-front { padding:40px 5%;}
	.area-treat-front .midashi-front { margin:0 0 40px;}
	.area-treat-front h4 { font-size:20px; margin:0 0 20px;}
	.area-treat-front ul li { font-size:15px; padding:0;}
	.area-treat-front ul li .num { font-size:14px; padding-right:12px;}
}

.area-case-front { padding:0px 200px 100px; display:flex;}
.area-case-front .img { width:48%; margin-right:2%; position:relative;}
.area-case-front .img img { position:absolute; width:52%; height:70%; object-fit:cover;}
.area-case-front .img .a { top:0; left:0;}
.area-case-front .img .b { bottom:0; right:0;}
@media screen and (max-width:768px){
	.area-case-front { padding:0px 5% 40px; display:block;}
	.area-case-front .img { width:100%; margin-right:0; display:flex; justify-content:space-between; align-items:flex-start;}
	.area-case-front .img img { position:static; width:48%; height:auto; object-fit:cover; object-position:20% 15%;}
    .area-case-front .img .a { }
    .area-case-front .img .b { }
}

.area-case-front .txt { width:48%; text-align:center;}
.area-case-front .txt .midashi-front { margin:0 0 80px;}
.area-case-front .txt a { font-size:32px; display:block; margin:40px 0 0;}
@media screen and (max-width:768px){
	.area-case-front .txt { width:100%;}
	.area-case-front .txt .midashi-front { margin:40px 0;}
	.area-case-front .txt a { font-size:18px; margin:24px 0 0;}
}

.area-doc-front { padding:100px 20px 200px 200px; position:relative;}
.area-doc-front p { margin:0;}
.area-doc-front .midashi-front { margin:0 0 100px; position:relative; z-index:9;     mix-blend-mode: difference;    color: white;}
.area-doc-front .name { font-size:32px; margin:0 0 64px; position:relative; z-index:9;}
.area-doc-front .name small { font-size:14px; display:block;}
.area-doc-front dl,.area-access-front dl { margin:0; padding:0; position:relative; z-index:9;}
.area-doc-front dl dt,.area-access-front dl dt { width:100px; float:left; font-weight:400;}
.area-doc-front dl dd,.area-access-front dl dd { padding-left:120px;}
.area-doc-front dl dd a,.area-staff-works ul li a { font-size:32px; display:block; margin:40px 0 0;}
.area-doc-front img { position:absolute; object-fit:cover;}
.area-doc-front img.top { width:65%; top:-50px; right:0; height:500px;}
.area-doc-front img.bottom { width:200px; height:200px; right:0; bottom:0;}
@media screen and (max-width:768px){
	.area-doc-front { padding:0 5% 40px;}
	.area-doc-front .midashi-front { margin:0 0 40px;}
	.area-doc-front .name { font-size:20px; margin:16px 0 24px;}
	.area-doc-front dl { margin:20px 0 0;}
	.area-doc-front dl dd a,.area-staff-works ul li a { font-size:18px; margin:20px 0 0;}
	.area-doc-front img { position:static;}
.area-doc-front img.top { width:100%; height:auto;}
.area-doc-front img.bottom { width:100%; height:auto;}
}

.area-news-front { padding:0 200px 200px; position:relative;}
.area-news-front .midashi-front { padding-left:50%; margin:0 0 80px;}
.area-news-front .inner { width:auto;}
.area-news-front .inner .header { overflow:hidden; margin:0 0 40px;}
.area-news-front .inner .header ul { margin:0; padding:0; overflow:hidden;}
.area-news-front .inner .header ul li { list-style:none; float:left; margin-right:20px;}
.area-news-front .inner .header ul li a { color:#666;}
.area-news-front .inner .header .more { font-size:32px; float:right;}
.area-news-front .inner .body { border-top:1px solid #ccc; border-bottom:1px solid #ccc; margin:0 0 48px;}
.area-news-front h4 { font-size:18px; margin:0 0 24px;}
.area-news-front .kyushin { border-top:1px solid #ccc; border-bottom:1px solid #ccc; text-align:center; padding:16px 24px;}
@media screen and (max-width:768px){
	.area-news-front { padding:0 5% 40px;}
	.area-news-front .midashi-front { margin:0 0 40px; padding-left:60%;}
	.area-news-front .inner .header { margin:0;}
	.area-news-front .inner .header .more { font-size:18px; float:none; text-align:center; position:absolute; bottom:80px; margin:auto; left:0; right:0;}
}


.area-access-front { padding:0 200px 200px;}
.area-access-front .midashi-front { margin:0 0 80px;}
.area-access-front h4 { font-size:20px; margin:0 0 24px; }
.area-access-front h4 small { color:#666; padding-left:32px;}
.area-access-front .w48 { font-size:13px;}
.area-access-front dl dt { width:80px;}
.area-access-front dl dd { padding-left:100px; margin:0 0 12px;}
.area-access-front table { margin:48px 0; border-bottom:0;}
.area-access-front tr { border-bottom:1px solid #ccc;}
.area-access-front table tbody tr:last-of-type { border-bottom:0;}
.area-access-front table tr *:last-child { border-right:0;}
.area-access-front td,.area-access-front th { border-top:0; border-bottom:0; border-right:1px solid #ccc; text-align:center; padding:8px;}

@media screen and (max-width:768px){
	.area-access-front { padding:0 5% 40px;}
	.area-access-front .midashi-front { margin:0 0 40px;}
}

.footer-top { margin:0; padding:0; overflow:hidden; text-align:center; color:#fff; font-size:14px; display:flex;}
.footer-top a { color:#fff;}
.footer-top .fleft { background-image:url(http://b-tm.jp/wp-content/uploads/2023/04/AdobeStock_268100894-1.jpeg); background-size:cover;}
.footer-top .fright { background-color:#61565A;}
.footer-top .w50 { padding:80px 50px; box-sizing:border-box;}
.footer-top h3 { font-size:46px; margin:0 0 8px;}
.footer-top .fright h3 { margin:0 0 40px;}
.foter-top .lead { font-size:14px; margin:0 0 30px;}
.footer-top .ul-book { width:80%; margin:0 auto 35px; display:flex; justify-content:space-between; padding:0; position:relative;}
.footer-top .ul-book li { width:32%; list-style:none;}
.footer-top .ul-book li img { width:100%;}
.footer-top .ul-book:before { content:"￥0"; width:64px; height:64px; display:block; text-align:center; background-color:#9D6FB3; color:#fff; font-size:32px; line-height:64px; border-radius:50%; margin:0; position:absolute; top:-32px; left:-32px;}
.footer-top .shiryo { display:block; width:50%; margin:0 auto; border-bottom:1px solid #fff; padding: 11px 30px 13px 0px; font-weight:bold; font-size:16px;}
.footer-top .shiryo span { float:right;}
.footer-top .btn { width:100%; line-height:54px; border:1px solid #fff; text-align:center; display:block; font-size:16px; font-weight:bold; margin:0 0 40px; padding:0 20px; box-sizing:border-box;}
.footer-top .btn span { float:right;}
.footer-top .tel { font-size:36px; font-style:italic;}
.footer-top .tel i { font-style:normal;}
.footer-top .tel small { font-size:12px; display:block; font-style:normal;}
@media screen and (max-width:768px){
	.footer-top { display:block;}
	.footer-top .w50 { padding:40px 5%;}
	.footer-top h3 { font-size:32px;}
	.footer-top .fright h3 { margin:0 0 16px;}
}

.mt-40 { margin-top:40px!important;}
.mt-80 { margin-top:80px!important;}

.footer { background-color:#686c6e; padding:40px 200px 60px; position:relative; color:#fff; display:flex; font-size:14px;}
.footer a { color:#fff;}
.footer .left { width:30%; margin-right:80px; position:relative;}
.footer .left .logo { width:100%; object-fit:cover;}
.footer .left .add { font-size:10px; margin:4px 0 0; position:absolute; left:0; bottom:-24px; line-height:1.8; letter-spacing:.1em;}
.footer .center { width:32%; margin-right:80px;}
.footer .center ul { margin:0; padding:0;}
.footer .center ul li { list-style:none; position:relative; padding-left:12px;}
.footer .center ul li:before { content:""; width:2px; height:1px; background-color:#9da4a8; position:absolute; left:0; top:50%;}
.footer .center ul li a { font-size:12px;}
.footer .right { width:calc(38% - 160px); position:relative;}
.footer .right .contact { margin:0; padding:0; background:none;}
.footer .right .contact li { overflow:hidden; list-style:none; background-color:none;}
.footer .right .contact li a { display:block; line-height:48px; font-size:19px; text-align:right; letter-spacing:.1em;}
.footer .right .contact li a i { float:left; line-height:48px;}
.footer .right .contact li:nth-of-type(1) a { border-bottom:1px solid #9da4a8;}
.footer .right .sns { margin:0; padding:0; position:absolute; bottom:0; width:100%;}
.footer .right .sns li { list-style:none; margin-top:12px;}
.footer .right .sns li small { font-size:11p;}
.footer .right .sns li i { font-size:18px; padding-left:8px; float:right;}
@media screen and (max-width:768px){
	.mt-80 { margin-top:40px!important;}
	
	.footer { padding:40px 5%; display:block;}
	.footer .left { width:80%; margin:0 auto; text-align:center; max-width:270px;}
	.footer .left .logo { width:80%; max-width:250px; margin:0 auto;}
	.footer .left .add { position:static; text-align:left;}
	.footer .center { width:80%; margin:24px auto; font-size:16px; max-width:200px;}
	.footer .center .w48 { width:48%!important;}
	.footer .center .fleft { float:left;}
	.footer .center .fright { float:right; padding-left:24px;}
	.footer .right { width:100%;}
	.footer .right .contact li a { text-align:left;}
	.footer .right .contact li a i { float:none; padding-right:8px;}
	.footer .right .sns { position:static;}
	.footer .right .sns li i { float:none;}
}

.mv { position:relative; padding: 0 0;}
.inner { width: 1000px; margin: 0 auto;}
.mv .inner { width: 1000px; margin: 0 auto; position: relative;}
.mv > .inner > * { position: absolute;}
.mv .inner figure { right: -157px; bottom: 0;}
.mv .inner .medal { left: -32px; top: 7px;}
.mv .inner h2 { top: 52px; left: -39px;}
.mv .inner .fukidashi { right: 0; top: 35px;}
.mv .inner .merit { top: 450px; left: -4px; background-image:none; padding:0;}

.mv header { width:100%; padding: 15px 30px 0; overflow:hidden; position:absolute; top:0; left:0;}
.mv header .logo { float: left;}
.mv header ul { float: right; margin:0; padding:0;}
.mv header ul li,.mv .nav-sp ul li { float: left; list-style:none;}
.mv header ul li a,.mv .nav-sp ul li a { color:#111;}

.mv header ul li:nth-child(1),.mv .nav-sp ul li:nth-child(1) { margin: 10px 20px 0 0;}
.mv header ul li:nth-child(1) a,.mv .nav-sp ul li:nth-child(1) a { padding-left: 30px; font-weight: bold; font-size: 32px; background: url(https://aktballet.com/wp-content/uploads/2022/08/ico_tel.png) left center/23px 25px no-repeat;}
.mv header ul li:nth-child(1),.mv .nav-sp ul li:nth-child(1) { font-size: 12px; font-weight: bold; margin-top: 5px;}
.mv header ul li:nth-child(1) .mukyu,.mv .nav-sp ul li:nth-child(1) .mukyu { color: #f94800;}
.mv header ul li:nth-child(1) .line,.mv .nav-sp ul li:nth-child(1) .line { color: #00b900;}
.mv header ul li:nth-child(2),.mv .nav-sp ul li:nth-child(2) { padding-top: 5px; margin-right: 10px;}
.mv header ul li:nth-child(3),.mv .nav-sp ul li:nth-child(3) { padding-top: 5px;}

@media screen and (max-width:768px){
	.mv header { padding:8px 30px 0;}
	.mv header .logo { float: none; text-align:center;}
	.inner { width: 88%;}
	
	.mv .nav-sp ul { overflow:hidden; padding:0 5%;}
	.mv .nav-sp ul li:nth-child(1) { width:70%; margin:0; padding-right:8px; box-sizing:border-box;}
	.mv .nav-sp ul li:nth-child(1) a { font-size:24px;}
	.mv .nav-sp ul li:nth-child(2),.mv .nav-sp ul li:nth-child(3) { width:30%; float:right; padding-top:0; margin-right:0; margin-bottom:8px;}
}

.mv .contactarea { width: 1000px; margin: 80px auto; border: solid 3px #252935; border-radius: 4px; text-align: left;  background: #fff; z-index: 1;}
.mv .contactarea h3 { background: #252935; height: 67px; position: relative; color: #fff; margin:0;}
.mv .contactarea h3 .ttl { position: absolute; top: -17px; left: -17px;}
.mv .contactarea h3 .txt { font-size: 16px; font-weight: 900; display: block; padding: 12px 0 0 463px; letter-spacing: 1px;}
.mv .contactarea h3 .txt em { color: #f94800;}
.mv .contactarea h3 .attention { font-size: 13px; padding: 10px 0 0 463px; display: block;}

.mv .contactarea .inner { padding: 30px 37px 37px;}

.about { padding: 70px 0 70px; background: url() center top/100% auto no-repeat; text-align:center;}
.about h3 { margin:0 0 50px;}
.about figure { margin-bottom: 30px;}
.about p { font-size: 16px; line-height: 1.8; margin-bottom: 60px;}
.about p em { font-weight: 900; background: #ffec47; font-style:normal;}
@media screen and (max-width:768px){
	.about { padding: 40px 0;}
	.about h3 { width:70%; margin:0 auto 30px;}
	.about p { text-align:left; font-size:14px;}
}

.ttl_bt { font-size: 35px; font-weight: 900; color: #242936; position: relative; padding-top: 30px; margin:0 0 60px; text-align:center;}
.ttl_bt::before { content: ""; background:#ed2800; width: 30px; height: 3px; border-radius: 1px; position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
@media screen and (max-width:768px){
	.ttl_bt { font-size: 26px; margin:0 0 40px; padding-top:24px; width:100% !important;}
}

.ico_heading { width: 100px; height: 30px; line-height: 30px; color: #fff; text-align: center !important; background: #ed2800; position: relative;}
.ico_heading::before, .ico_heading::after { content: ""; width: 0; height: 0; border-style: solid; border-width: 15px 10px 15px 0; border-color: transparent #ed2800 transparent transparent; position: absolute; left: -10px; top: 0;}
.ico_heading::after { border-width: 15px 0 15px 10px; border-color: transparent transparent transparent #ed2800; left: auto; right: -10px;}


.about ul { display: inline-block; margin-bottom: 30px; padding:0;}
.about ul::after { content: ""; display: block; clear: both;}
.about ul li { float: left; width: 214px; margin-right: 60px; list-style:none;}
.about ul li:last-child { margin-right: 0;}
.about ul li .ico_heading { margin: 0 auto 30px;}
.about ul li .txt { font-size: 16px; font-weight: 900; margin-bottom: 30px; line-height: 1.6;}
.about ul li figure { position: relative;}
.about ul li figure::after { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 9px 0 9px 10px; border-color: transparent transparent transparent #bdbec2; position: absolute; top: 50%; right: -35px; transform: translateY(-50%);}
.about ul li:last-child figure::after { border: none; width: 160px; height: 160px; background: url() center/cover; transform: none; top: auto; right: -99px; bottom: -40px;}
.about ul + p em { font-size: 22px;}
@media screen and (max-width:768px){
	.about ul li { float:none; margin-right:0; margin-bottom:60px;}
	.about ul li figure::after { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 10px 9px 0 9px; border-color: #bdbec2 transparent transparent transparent; position: absolute; bottom: -34px; left: 50%; transform: translateX(-50%); top:auto; right:auto;}
	.about ul + p em { font-size: 14px;}
}

.merit { padding: 80px 0 300px; background: url() center top 100% repeat-y;}
.merit h3 { text-align:center; margin-bottom: 80px;}
.merit ul { width: 1000px; margin: 0 auto 40px; padding:0;}
.merit ul li { margin-bottom: 40px; border: solid 3px #ed2800; border-radius: 5px; background: #fff; position: relative; padding: 80px 37px 50px; list-style:none;}
.merit ul li/*:nth-child(1)*/ { padding: 80px 37px 64px;}
.merit ul li .ico_heading { position: absolute; left: 50%; top: -17px; transform: translateX(-50%);}
.merit ul li h4, .merit ul li .txt { width: 440px; margin: 0 0 0 auto;}
.merit ul li h4 { margin-bottom: 20px;}
.merit ul li .txt { text-align: left; font-size: 16px; line-height: 1.8; font-weight: bold;}
.merit ul li .txt em { background: #ffec47; font-weight: 900;}
.merit ul li figure { position: absolute; width:440px;}
.merit ul li/*:nth-child(1)*/ figure { bottom: 0; left: 37px;}
@media screen and (max-width:768px){
	.merit { padding: 60px 0 35%;}
	.merit ul { width: 100%;}
	.merit ul li { padding: 50px 20px 30px;}
	.merit ul li h4 { width:100%;}
	.merit ul li figure { position:static; width:auto;}
	.merit ul li .txt { float:none; width:100%; font-weight:400;}
}

.merit .fukidashi { width: 734px; height: 456px; position: absolute; left: 50%; transform: translateX(-50%);}
.merit .fukidashi::before { content: ""; display: block; width: 734px; height: 456px; background: url(); position: absolute; top: 0; left: 0; animation: mowamowa 1s linear infinite;}
.merit .fukidashi img { position: relative;}
@media screen and (max-width:768px){
	.merit .fukidashi { width: 90%; position: absolute; left: 50%; transform: translateX(-50%); height:auto;}
	.merit .fukidashi::before { width:100%; height:100%; background-size:contain; background-repeat:no-repeat;}
}

.voice { padding: 170px 0 80px; background: url();}
.voice ul { width: 1030px; margin: 0 auto; padding:0;}
.voice ul::after { content: ""; display: block; clear: both;}
.voice ul li { float: left; margin: 0 10px 10px 0; list-style:none;}
.voice ul li:nth-child(even) { margin:0 0 10px 0 ;}
@media screen and (max-width:768px){
	.voice { padding: 20% 0 40px;}
	.voice ul { width:94%;}
	.voice ul li { float:none; margin: 0 0 10px 0;}
}

.reason { position: relative; padding: 80px 0; background: url() center top repeat-y;}
.reason .inner h3 { margin:0 0 80px; position: relative; text-align:center;}
.reason .inner h3 span { position: absolute; top: 44px; left: 50%; margin-left: -33px; animation: jamp 1s ease-in-out infinite;}
.reason .inner ul { display: inline-block; padding:0; margin:0;}
.reason .inner ul li { float: left; width: 480px; margin: 0 40px 30px 0; list-style:none;}
.reason .inner ul li:nth-of-type(2n) { margin:0 0 30px 0;}
.reason .inner ul li h4 { margin:0 0 24px; text-align:center;}
.reason .inner ul li h4 img { height:268px; object-fit:cover;}
.reason .inner ul li:nth-of-type(3) h4 img,.reason .inner ul li:nth-of-type(4) h4 img { height:216px;}
.reason .inner ul li p { font-weight: bold; font-size: 16px; line-height: 1.8; text-align: left;}
.reason .inner ul li p em { background: #ffec47;}
@media screen and (max-width:768px){
	.reason { padding:40px 0;}
	.reason .inner h3 { margin:0 0 40px;}
	.reason .inner h3 span { width:40px; margin-left:-20px; top:34px;}
	.reason .inner ul li { float:none; width:100%; margin:0 0 30px;}
	.reason .inner ul li h4 { margin:0 0 20px;}
	.reason .inner ul li h4 img { height:180px; margin:0 auto; width:auto;}
	.reason .inner ul li:nth-of-type(3) h4 img,.reason .inner ul li:nth-of-type(4) h4 img { height:143px;}
	.reason .inner ul li p { font-weight: 400; font-size: 14px;}
	.reason .inner ul li p em { font-weight:bold;}
}

.measures { position: relative; padding: 120px 0 80px; background: url(); text-align:center;}
.measures .inner { position: relative;}
.measures .inner .gmap { position: relative; border: solid 3px #242936; background: #f4f6f8; border-radius: 5px; margin-bottom: 40px; padding-bottom: 37px; width: 1000px; margin: 0 auto 80px; z-index: 999;}
.measures .inner .gmap:before { content: ""; display: block; position: absolute; top: 0; width: 172px; height: 97px; left: 58px; background: url();}
.measures .inner .gmap h3 { margin: -48px 0 30px; text-align:center;}
.measures .inner .gmap .fukidashi { position: absolute; right: -50px; top: 140px;}
.measures .inner .gmap figure { margin-bottom: 40px;}
.measures .inner .gmap .txt { width: 920px; margin: 0 auto; padding: 24px 34px; background: #fff; border-radius: 4px; font-size: 16px; line-height: 1.8;}
.measures .inner .gmap .txt em { font-size: 22px; font-weight: 900;}
.measures .inner .gmap .txt em span { background: #ffec47; font-size: 35px;}
.measures .inner .gmap::after { position: absolute; top: 461px; right: 26px; width: 247px; height: 267px; content: ""; display: block; background: url() no-repeat;}
@media screen and (max-width:768px){
	.measures { padding:40px 0;}
	.measures .inner .gmap { width:100%; margin:0 0 30px;}
}

.measures .inner h4 { margin:0 0 60px; text-align:center;}
.measures .inner .media { border: solid 3px #242936; background: #fff; border-radius: 5px; margin-bottom: 60px; padding: 37px 0;}
.measures .inner ul { margin:0; padding:0; overflow:hidden;}
.measures .inner ul li { float: left; list-style:none; width: 480px; margin: 0 40px 40px 0; border: solid 3px #242936; border-top: none; border-radius: 5px; background: #fff; padding-bottom: 30px;}
.measures .inner ul li:nth-child(2n) { margin: 0 0 40px 0;}
.measures .inner ul li h4 { font-size: 30px; line-height: 70px; font-weight: 900; color: #fff; margin-bottom: 30px; background: #242936;}
.measures .inner ul li figure { margin:0 0 25px; text-align:center;}
.measures .inner ul li p { width: 400px; margin: 0 auto; text-align: left; font-weight: bold; line-height: 1.8; font-size: 16px;}
@media screen and (max-width:768px){
	.measures .inner h4 { margin:30px 0 20px;}
	.measures .inner .media { padding:20px; margin-bottom:30px;}
	.measures .inner ul li { float:none; width:100%; margin: 0 0 20px; padding:0 0 20px;}
	.measures .inner ul li:last-of-type { margin:0;}
	.measures .inner ul li h4 { margin:0 0 20px; font-size: 16px; line-height: 40px;}
	.measures .inner ul li figure { margin:0 auto 20px; width:90%;}
	.measures .inner ul li p { width: 90%; font-size:14px;}
}


.inner::after {
    content: "";
    display: block;
    clear: both;
}

.service { background: url() center top repeat-y; padding: 80px 0 0;}
.service .inner { position:relative;}
.service .inner figure { position: absolute; bottom: -120px; left: 100px;}
.service .inner ul { width: 520px; float: right; padding:0; margin:0 0 80px;}
.service .inner ul li { text-align: left; line-height: 30px; list-style:none; padding-left: 50px; background: left center no-repeat; margin-bottom: 30px; font-size: 20px; letter-spacing: 1px; font-weight: 900; text-shadow: #fff 3px 0px, #fff -3px 0px, #fff 0px -3px, #fff 0px 3px, #fff 3px 3px, #fff -3px 3px, #fff 3px -3px, #fff -3px -3px, #fff 1px 3px, #fff -1px 3px, #fff 1px -3px, #fff -1px -3px, #fff 3px 1px, #fff -3px 1px, #fff 3px -1px, #fff -3px -1px;}
.service .inner ul li:nth-child(1) { background-image: url();}
.service .inner ul li:nth-child(2) { background-image: url();}
.service .inner ul li:nth-child(3) { background-image: url();}
.service .inner ul li:nth-child(4) { background-image: url();}
.service .inner ul li:nth-child(5) { background-image: url();}
.service .inner ul li:nth-child(6) { background-image: url();}
.service .inner ul li:nth-child(7) { background-image: url();}
.service .inner ul li:nth-child(8) { background-image: url();}
@media screen and (max-width:768px){
	.service { padding:40px 0;}
	.service .inner figure { position: static; width:46%; margin:0 auto 30px;}
	.service .inner ul { width: 100%; float:none; margin:0;}
	.service .inner ul li { text-align: left; line-height: 1.4; padding: 10px 0 10px 30px; margin-bottom: 5px; background: left center / 20px auto no-repeat; font-size: 14px; letter-spacing: 1px; font-weight: 900; text-shadow: #fff 3px 0px, #fff -3px 0px, #fff 0px -3px, #fff 0px 3px, #fff 3px 3px, #fff -3px 3px, #fff 3px -3px, #fff -3px -3px, #fff 1px 3px, #fff -1px 3px, #fff 1px -3px, #fff -1px -3px, #fff 3px 1px, #fff -3px 1px, #fff 3px -1px, #fff -3px -1px;}
	.service .inner ul li/*:nth-child(1)*/ { background-image: url();}
}

.price { background: url() center/cover; padding: 0 0 80px; position: relative;}
.price p { text-align: left; font-size: 12px; font-weight: bold; line-height: 1.6;}
.price p em { color: #d85140;}
.price .ttl_price { position: relative; width: 1000px; height: 470px;}
.price .ttl_price h3 { position: absolute;
    width: 672px;
    height: 538px;
    top: -40px;
    left: -3px;
     margin:0;}
.price .ttl_price h3 span { position:absolute; top:0; left:0;}
.price .ttl_price figure { position: absolute; top: 60px; right: 111px;}
.price .ttl_price p { position: absolute; top: 30px; right: -40px; animation: yurayura 3s linear infinite;}
@media screen and (max-width:768px){
	.price .ttl_price { position: relative; padding: 38%; width: 100%; height: auto;}
	.price .ttl_price h3 { position: absolute; width: 90%; top: 0%; left: -12%; height:auto;}
	.price .ttl_price h3 span { position:absolute; top:0; left:0;}
	.price .ttl_price figure { position: absolute; bottom: 0; right: 7%; width: 42%; top:auto;}
	.price .ttl_price p { position: absolute; top: -4%; right: -1%; animation: yurayura 3s linear infinite; width: 31%;}
	.price .table img { margin:0 0 20px;}
}

.flow { background: url(); padding: 80px 0; margin-bottom: 80px;}
.flow ul { width: 1000px; margin: 0 auto; padding:0;}
.flow ul li { position: relative; margin-bottom: 25px; list-style:none;}
.flow ul li::before { content: ""; width: 3px; height: 25px; background: #ed2800; position: absolute; left: 50%; bottom: -25px; transform: translateX(-50%);}
.flow ul li .step { width: 100px; height: 30px; line-height: 30px; color: #fff; text-align: center; background: #ed2800; margin: 0 auto -17px; position: relative;}
.flow ul li .step::before, .flow ul li .step::after { content: ""; width: 0; height: 0; border-style: solid; border-width: 15px 10px 15px 0; border-color: transparent #ed2800 transparent transparent; position: absolute; left: -10px; top: 0;}
.flow ul li .step::after { border-width: 15px 0 15px 10px; border-color: transparent transparent transparent #ed2800; left: auto; right: -10px;}
.flow ul li .inner { border: 3px solid #ed2800; background: #fff; border-radius: 5px; overflow: hidden;}
.flow ul li .inner figure, .flow ul li .inner h3, .flow ul li .inner .txt { display: table-cell; height: 140px; vertical-align: middle; text-align: left;}
.flow ul li .inner figure { width:90px;}
.flow ul li .inner h3 { width: 288px; font-weight: 900; font-size: 25px; line-height: 1.4; letter-spacing: 1px; padding-left: 25px;}
.flow ul li .inner .txt { font-weight: bold; font-size: 16px; letter-spacing: 1px; text-align: left; line-height: 1.6; padding-right: 40px;}
.flow ul li:last-child { margin: 0; border-color: #ed2800;}
.flow ul li:last-child::before { display:none;}
.flow ul li:last-child .step { background:#ed2800;}
.flow ul li:last-child .step::before { border-color: transparent #ed2800 transparent transparent;}
.flow ul li:last-child .step::after { border-color: transparent transparent transparent #ed2800;}
.flow ul li:last-child .inner { border: none;}
.flow ul li:last-child .inner h3 { color:#ed2800; }
.flow ul li:last-child .inner .border { border:3px solid #ed2800;}
@media screen and (max-width:768px){
	.flow { padding: 60px 0; margin-bottom:60px;}
	.flow ul { width: 100%;}
	.flow ul li .inner { width:100%;}
	.flow ul li .inner figure, .flow ul li .inner h3, .flow ul li .inner .txt { display: block; height:auto;}
	.flow ul li .inner figure { padding-top: 20px; margin-bottom: 14px; text-align:center; width:100%;}
	.flow ul li .inner figure img { height:80px;}
	.flow ul li .inner h3 { font-size:16px; padding-left:0; text-align:center; margin:0 0 14px; width:100%;}
	.flow ul li .inner .txt { width: 88%; margin: 0 auto; font-weight: bold; text-align: left; line-height: 1.6; padding-bottom: 20px; font-size:14px;}
}


.faq { margin-bottom: 80px;}
.faq .hidden_box { width: 1000px; margin: 0 auto; text-align: left;}

.faq .hidden_box label, .faq .hidden_box .show_box { padding: 20px 50px 20px 80px; font-weight: bold; position: relative;}
.faq .hidden_box label { font-size: 20px; line-height: 1.4; letter-spacing: 1px; border-top: solid 1px #eeeeee; cursor: pointer; display:block; background-color:#fff; text-align:left; color:#111;}
.faq .hidden_box label em { font-size: 25px; color: #ed2800; letter-spacing: 3px;}
.faq .hidden_box .show_box { font-size: 16px; line-height: 1.6; letter-spacing: 1px; display: none; animation-delay: 0 !important; opacity: 1 !important; transform: none !important;}
.faq .hidden_box:last-of-type { border-bottom: solid 1px #eeeeee;}

.faq .hidden_box input[type="checkbox"] { display:none;}
.faq .hidden_box input:checked ~ .show_box { display:block;}
.faq .hidden_box p { margin:0;}
.faq .hidden_box input:checked ~ .show_box em { background: #ffec47;}

.faq .hidden_box .hexagon { position: absolute; top: 50%; left: 20px; font-size: 18px; font-weight: bold; text-align: center; width: 40px; height: 22px; line-height: 22px !important; background: #242936; transform: translateY(-50%); color: #fff; display: block; border:0;}
.faq .hidden_box .hexagon::before, .faq .hidden_box .hexagon::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 12px 20px;
    border-color: transparent transparent #242936 transparent;
    position: absolute;
    left: 0;
    top: -12px;
}
.faq .hidden_box .hexagon::after {
    border-width: 12px 20px 0 20px;
    border-color: #242936 transparent transparent transparent;
    top: auto;
    bottom: -12px;
}
.faq .hidden_box input:checked ~ .show_box .hexagon { background: #ed2800;}
.faq .hidden_box input:checked ~ .show_box .hexagon:before { border-color: transparent transparent #ed2800 transparent;}
.faq .hidden_box input:checked ~ .show_box .hexagon:after { border-color: #ed2800 transparent transparent transparent;}
@media screen and (max-width:768px){
	.faq { margin-bottom: 60px;}
	.faq .hidden_box { width:88%;}
	.faq .hidden_box label, .faq .hidden_box .show_box { padding: 12px 30px 12px 46px; font-weight: bold; position: relative;}
	.faq .hidden_box label { font-size: 14px;}
	.faq .hidden_box label em { font-size: 16px;}
	.faq .hidden_box .hexagon { position: absolute;
    top: 50%;
    left: 6px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 24px;
    height: 12px;
    line-height: 12px !important;
    background: #242936;
    transform: translateY(-50%);
    color: #fff;
    display: block;}
	.faq .hidden_box .hexagon::before,.faq .hidden_box .hexagon::after { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 12px 8px 12px; border-color: transparent transparent #242936 transparent; position: absolute; left: 0; top: -8px;}
	.faq .hidden_box .hexagon::after { border-width: 8px 12px 0 12px; border-color: #242936 transparent transparent transparent; top: auto; bottom: -8px;}
	.faq .hidden_box .show_box { font-size:14px;}
	
}

.contact {
    background: #242936;
    margin-bottom: 80px;
    padding-bottom: 80px;
}
.contact h2 { margin:0; text-align:center;}
.contact .cvarea {
    background: #fff;
    text-align: center;
    padding: 30px 5%;
    border-radius: 5px;
    margin-bottom: 30px;
}
.contact .cvarea h3 { font-weight: 900;
    font-size: 19px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.contact .cvarea ul { width: 740px; margin: 0 auto; padding:0; overflow:hidden;}
.contact .cvarea ul li {
    float: right; list-style:none; width:48%;
}
.contact .cvarea ul li:first-child {
    float: left;
    padding-left: 42px;
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    background: url(../img/ico_tel.png) left 15px no-repeat;
    letter-spacing: -1px;
}

@media screen and (max-width:768px){
	.contact { margin-bottom: 60px; padding-bottom: 60px;}
	.contact .cvarea { padding: 20px 2% 0; margin-bottom:20px;}
	.contact .cvarea h3 { font-size:13px; margin:0 0 20px;}
	.contact .cvarea ul { width:100%;}
	.contact .cvarea ul li { float:none; margin:0 auto; list-style:none; width:88%;}
	.contact .cvarea ul li:first-child { font-size:28px;}
	.contact center { width:88%; margin:0 auto;}
}

.company dl { width:740px; float:left; font-size:12px; margin-left:0;}
.company dl dt { float:left;}
.company dl dd { padding-left:30%; margin:0 0 40px;}

.company ul { float:right;}
.company ul li { list-style:none; margin:0 0 40px;}
@media screen and (max-width:768px){
	.company dl { width:100%; float:none;}
	.company dl dd { margin:0 0 20px;}
	.company ul { float:none; margin:0; padding:0;}
	.company ul li { width:48%; float:left;}
	.company ul li:nth-of-type(2n) { float:right;}
}

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

.contact-form {  font-size:14px;}
.contact-form p { padding:24px 0; border-bottom:1px solid #ccc; border-top:1px solid #ccc; overflow:hidden; font-size:14px;}
.contact-form p:nth-last-child(2) { border:none;}
.contact-form .ttl { display:block; width:25%; float:left; padding:16px; box-sizing:border-box; background-color:#202f55; color:#fff; overflow:hidden;}
.contact-form input,.contact-form textarea,.contact-form select { border:none; display:block; width:96%; background-color:#eee; float:right; height:53px;}
.contact-form textarea[name="your-message"] { height:140px;}
.contact-form select { line-height:2; height:37.02px;}
.contact-form [type="checkbox"], .contact-form [type="radio"] { display:inline; float:none; width:auto;}
.contact-form .checkbox-300 { width:75%; float:left;}
.contact-form .contact-right { width:75%; float:right;}
.contact-form  input[type="submit"] { background:#ed2800; border:none; color:#fff; text-align: center;
    display: block;
    border-radius: 0;
    letter-spacing: 0.1em;
    padding: 17px 0;
    width: 38%; font-size:16px; float:none; margin:0 auto;}
.contact-form .hissu,.wrap-orderform .hissu { font-style:normal; background-color:#ed2800; color:#fff; padding:2px 4px; font-size:13px; border-radius:4px; float:right;}
.contact-form .nini { font-style:normal; background-color:#A9BCF5; color:#fff; padding:2px 4px; font-size:13px; border-radius:4px;}
.contact-form em { display:inline-block; margin-left:4px;}
.contact-form .box { border:1px dotted #333; border-radius:16px; padding:16px 16px 0 0; margin-bottom:20px;}
.contact-form .box p { border:0;}

.wrap.resavation .contact-form p { font-size:14px;}


@media screen and (max-width:768px) {

.contact-form { margin:0;}
.contact-form p { padding:20px 0; border-bottom:1px dashed; overflow:hidden; }
.contact-form p:nth-last-child(2) { border:none;}
.contact-form .contact-left { display:block; width:100%; float:none; text-align:left; padding-right:8px; box-sizing:border-box; margin-bottom:8px;}
	.contact-form .contact-right { width:100%; float:none;}
.contact-form input,.contact-form textarea,.contact-form select { border:none; display:block; width:100%; background-color:#eee; min-height:28px;}
.contact-form .submit { text-align:center; margin:56px 0;}
.contact-form .submit span { display:block;}
.contact-form input[type="submit"] { border:none; color:#fff; text-align: center;
    display: inline-block;
    border-radius: 0;
    letter-spacing: 0.1em;
    padding: 17px 0;
    width: 100%; font-size:16px;}
	.contact-form .checkbox-300 { width:100%; float:none;}
	.contact-form [type="checkbox"], .contact-form [type="radio"] { min-height:13px;}
	.contact-form .box { padding:20px 5%;}
	.contact-form span.wpcf7-list-item { display:block;}
	.contact-form .ttl { width:100%; margin:0 0 16px; padding:8px;}
}

.aboutSec { padding:80px 0;}
.aboutSec .inner { position:relative;}
.aboutSec .txt { width:70%;line-height: 1.75em; letter-spacing: 0.1em;
    font-size: 20px; font-weight:bold;}
.aboutSec .txt h3 { color: #174663;
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 2;}
.aboutSec .txt h3 span { color:#E95513;}
.u-yellow-maker {
    font-weight: bold;
    background: linear-gradient(transparent 30%, #FFEF00 0%);
}
.aboutSec .txt .txt2 { margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.75em;
    font-size: 20px;
    z-index: 2;
    position: relative;
    width: 80%;}
.aboutSec_inner_txt3 {
    display: inline;
    font-weight: bold;
    font-size: 25px;
    background: linear-gradient(transparent 70%,rgba(233, 85, 19, 0.38) 70%);
    letter-spacing: 0.1em;
    position: relative;
    z-index: 2;
}
.aboutSec_inner_phone {
    position: absolute;
    right: -5%;
    top: -5%;
    width: 40%;
    z-index: 1;
}
@media screen and (max-width:768px){
	.aboutSec { padding:20px 0;}
	.aboutSec_inner_phone { display:none;}
	.aboutSec .txt { width:100%; font-size:14px; font-weight:400;}
	.aboutSec .txt h3 { font-size:22px;}
	.aboutSec .txt .txt2 { width:100%; font-size:14px;}
	.aboutSec_inner_txt3 { font-size:14px; background: linear-gradient(transparent 30%, #FFEF00 0%);}
}

.troubleSec {
    background: #202f55;
    padding: 50px 0;
}
.troubleSec .inner { position:relative;}
.troubleSec_inner_ttl {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    width: 450px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.15em;
    position: relative;
}
.troubleSec_inner_ttl::after, .troubleSec_inner_ttl::before {
    position: absolute;
    top: 0;
    content: '';
    width: 80px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.troubleSec_inner_ttl::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    left: 0;
}
.troubleSec_inner_ttl::after {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 0;
}
.troubleSec_inner_flex {
    display: flex;
    justify-content: space-around;
    margin: 100px 50px 0 50px;
}
.troubleSec_inner_flex_item {
    background-color: #FFF;
    width: 230px;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.troubleSec_inner_flex_txt {
    text-align: center;
    color: #174663;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.1em; margin:0;
}
.troubleSec_inner_flex_item img {
    position: absolute;
    width: 70px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.troubleSec_inner_flex_item::after, .troubleSec_inner_flex_item::before {
    position: absolute;
    top: -10px;
    content: '';
    width: 100px;
    height: calc(100% + 20px);
    display: inline-block;
    box-sizing: border-box;
}
.troubleSec_inner_flex_item::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    left: -10px;
}
.troubleSec_inner_flex_item::after {
    border-top: 1px solid #fff; border-bottom: 1px solid #fff; border-right: 1px solid #fff;
    right: -10px;
}
.troubleSec_inner_solution {
    max-width: 1000px;
    margin: 80px auto 0;
}
.troubleSec_inner_man {
    position: absolute;
    top: 40px;
    left: -120px;
    z-index: 0;
}
.troubleSec_inner_man img { width:320px;}
.troubleSec_inner_flex_item p { margin:0;}
@media screen and (max-width:768px){
	.troubleSec { padding-top:20px;}
	.troubleSec_inner_ttl { font-size:18px; width:88%; height:32px;}
	.troubleSec_inner_flex { display:block; margin:40px auto 0; width:82%;}
	.troubleSec_inner_flex_item { width:100%; padding:16px 0; margin:0 0 40px;}
	.troubleSec_inner_flex_item p { margin:0;}
	.troubleSec_inner_flex_txt { font-size:16px;}
	.troubleSec_inner_flex_item img { width: 40px; top: -20px;}
	.troubleSec_inner_man { width:40%; left:-56px; display:none;}
}

.atcs { padding: 74px 0 56px;}
.atcs h2 { background: url() 0 bottom no-repeat; width: 630px; margin: 0 auto 20px; padding-left: 5px; padding-bottom: 16px;}
.atcs h2 span { font-size: 20px; white-space: nowrap; margin-left: 10px;}
.atcs h3 { font-size: 18px; text-align: center; margin-bottom: 33px;}
.atcs ul { align-items: center; width: 1000px; margin: 0 auto; padding:0; overflow:hidden;}
.atcs li { width: 490px; height: 180px; position: relative; background: #FFCCCC; margin-bottom: 20px; padding: 23px 0 0 180px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; list-style:none; float:left; line-height:1.8;}
.atcs li:nth-of-type(2n) { margin-left:20px;}
.atcs li .ico { position: absolute; width: 180px; height: 180px; top: 0; left: 0; text-align: center; padding: 35px 0 0;}
.atcs li .ttl { text-align: center; width: 290px; font-size: 26px; color: #ed2800; font-weight: bold; margin-bottom: 0;}
.atcs li .txt { padding-right: 30px;}

@media screen and (max-width:768px){
	.atcs { padding: 32px 4% 0;}
	.atcs h2 { width:100%; text-align:center; padding:0 0 12px;}
	.atcs h2 img { width:42%; margin-bottom:12px;}
	.atcs h2 span { font-size: 13px; white-space: normal; margin-left:0; display:block;}
	.atcs h3 { font-size: 12px; line-height:1.6; text-align: center; margin:16px 0;}
	.atcs ul { width:100%;}
	.atcs li { width: 100%; height:auto; padding:4px 0 8px 24%;}
	.atcs li:nth-of-type(2n) { margin-left:0;}
	.atcs li .ico { width:16%; padding:16px 0 0; height:auto; left:3%;}
	.atcs li .ttl { width: 100%; font-size: 18px;}
	.atcs li .txt { padding-right: 2%; line-height:1.6;}
}

.companySec { margin-bottom:100px;}

.companySec__inner__head {
    background-color: #174663;
    width: 100%; margin:0 0 80px;
}
.companySec__inner__head h3 {
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    color: #FFF;
    padding: 30px;
    letter-spacing: 0.2rem;
}
.companySec__inner__box__ttl {
    padding: 15px 0;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    border-top: 2px solid #333333;
    border-bottom: 1px solid #cccccc;
}
.companySec__inner__box__cont dl {
    display: flex;
    margin-bottom: 30px;
}
.companySec__inner__box__cont dl dt {
    width: 200px;
    padding: 0 10px 0 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    border-right: 1px solid #cccccc;
}
.companySec__inner__box__cont dl dd {
    flex: 1;
    padding-left: 30px;
    font-size: 18px;
    line-height: 1.8;
}
@media screen and (max-width:768px){
	.companySec__inner__head { margin:0 0 40px;}
	.companySec__inner__head h3 { font-size:24px; padding: 12px;}
	.companySec__inner__box__ttl { font-size:20px;}
	.companySec__inner__box__cont dl { display:block; margin-bottom:0px; text-align:center; margin:0;}
	.companySec__inner__box__cont dl:first-of-type { border-top:1px solid #ccc;}
	.companySec__inner__box__cont dl dt { width:100%; font-size:16px; padding:12px 0; border-bottom:1px solid #ccc; border-right:0;}
	.companySec__inner__box__cont dl dd { padding-left:0; padding:12px 0; font-size:16px; border-bottom:1px solid #ccc; margin:0;}
}


.l-floatingBnrPc {
    width: 100%;
    height: 100px;
    background-color: #fff;
    border-top: 3px solid #ff3f00;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.define_wrap {
    padding: 0 24px;
}

.l-floatingBnrPc__inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    position: relative;
}
.define_inner {
    max-width: 100%;
    width: 1100px;
    margin: 0 auto;
}

.l-floatingBnrPc__inner__logo {
    width: 25.3061224%;
    padding-right: 15px; margin-bottom:0;
}
.l-floatingBnrPc__inner__tel {
    width: 27.1428571%;
    padding-right: 15px; margin-bottom:0;
}
.l-floatingBnrPc__inner__btn {
    margin-right: 150px;
    margin-bottom: 3px;
}
.l-floatingBnrPc__inner__pic {
    width: 200px;
    height: 133px;
    position: absolute;
    bottom: -54px;
    right: -40px;
}
@media screen and (max-width:768px){
	.l-floatingBnrPc { display:none;}
	.l-floatingBnrSp {
    width: 100%;
    background-color: #238c00;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    max-width: 767px;
}
}

.area-top-front { padding:0; color:#fff; position:relative; margin:0;}
.area-top-front .cr { font-size:10px; margin:0 0 48px; position:absolute; z-index:9; top:200px; left:200px;}
.area-top-front h3 { font-size:32px; font-weight:400; margin:0; position:absolute; z-index:9; top:264px; left:200px;}
.area-top-front h3 small { font-size:24px; font-weight:bold; display:block;}
.area-top-front .slider { width:100%; height:100%; z-index:0; overflow:hidden;}



.area-top-front.concept { background-image:url(http://b-tm.jp/wp-content/uploads/2023/04/t-02.jpg); background-attachment:fixed; background-size:cover!important; background-position:center; padding:200px;}

.area-top-front.about { background-image:url(http://b-tm.jp/wp-content/uploads/2023/04/t-02.jpg); background-attachment:fixed; background-size:cover!important; background-position:center; padding:200px; text-align:left;}

.area-top-front.case { background-image:url(http://b-tm.jp/wp-content/uploads/2023/04/t-02.jpg); background-attachment:fixed;background-size:cover!important; background-position:center; padding:200px;}

.area-top-front.case2 { background-image:url(http://b-tm.jp/wp-content/uploads/2023/04/t-02.jpg); background-attachment:fixed; background-size:cover!important; background-position:center; padding:200px;}

.area-top-front.contact { background-image:url(http://b-tm.jp/wp-content/uploads/2023/04/t-02.jpg); background-attachment:fixed; background-size:cover!important; background-position:center; padding:200px; }

.area-top-front.message { background-image:url(http://b-tm.jp/wp-content/uploads/2023/04/t-02.jpg); background-attachment:fixed; background-size:cover!important; background-position:center; padding:200px;}

.area-top-front.beg { background-image:url(http://b-tm.jp/wp-content/uploads/2023/04/t-02.jpg); background-attachment:fixed; padding:200px; background-size:cover!important; background-position:center; }


.area-top-front.gallery { background-image:url(http://b-tm.jp/wp-content/uploads/2023/04/t-02.jpg); background-attachment:fixed; background-size:cover!important; background-position:center;  padding:200px;}

.area-top-front.promise h3,.area-top-front.concept h3,.area-top-front.about h3,.area-top-front.case h3,.area-top-front.case2 h3,.area-top-front.contact h3,.area-top-front.message h3,.area-top-front.recflow h3,.area-top-front.rec h3,.area-top-front.st h3,.area-top-front.con-1 h3,.area-top-front.con-2 h3,.area-top-front.con-3 h3,.area-top-front.recruit h3,.area-top-front.beg h3,.area-top-front.con-3 h3,.area-top-front.gallery h3 { position:relative; top:auto; left:auto;}
.area-top-front.promise h3 small { font-size:16px; letter-spacing:.2em;}
@media screen and (max-width:768px){
	.area-top-front { padding:40px 5%; margin:0 0 40px;}
	.area-top-front h3 { font-size:24px;}
	.area-top-front h3 small { font-size:18px;}
	.area-top-front .cr { margin:0 0 24px;}
	
	.area-top-front.promise,.area-top-front.concept,.area-top-front.about,.area-top-front.case,.area-top-front.case2,.area-top-front.contact,.area-top-front.message,.area-top-front.recflow,.area-top-front.rec,.area-top-front.st,.area-top-front.con-1,.area-top-front.con-2,.area-top-front.con-3,.area-top-front.recruit,.area-top-front.beg,.area-top-front.con-3,.area-top-front.gallery { padding:40px 5%; background-size:contain; background-attachment:scroll;}
}

.head-page { padding:200px;}
.flex { display:flex; flex-wrap:wrap; align-items:flex-start;}
.flex.rev { flex-direction:row-reverse;}
.flex.between { justify-content:space-between;}
.flex.a-initial { align-items:initial;}
.flex.a-center { align-items:center;}
@media screen and (max-width:768px){
	.head-page { padding:40px 5%;}
}

.midashi-about { font-size:56px; margin:0 0 64px; text-align:center; letter-spacing:.1em;}
.midashi-about small { font-size:14px; font-weight:400; display:block; letter-spacing:0;}

.bg-ef-about { background-color:#efefef; padding:200px; text-align:center;}
.bg-ef-about h4 { font-size:48px; font-weight:400; margin:200px 0 100px;}
@media screen and (max-width:768px){
	.midashi-about { font-size:32px; margin:0 0 24px;}
	.midashi-about small { font-size:13px;}
	
	.bg-ef-about { padding:40px 5%;}
	.bg-ef-about h4 { font-size:24px; margin:40px 0 24px;}
}

.area-vision-about { padding:200px 80px 160px; text-align:center;}
.area-vision-about h4 { font-size:28px; font-weight:400; margin:80px 0;}
.area-vision-about ul { margin:0; padding:0;}
.area-vision-about ul li { width:30%; margin-right:5%; list-style:none; background-color:#efefef; text-align:center; min-height:314px; padding:80px 40px;}
.area-vision-about ul li:nth-of-type(3n) { margin-right:0;}
.area-vision-about.second { background-color:#efefef;}
.area-vision-about.second ul li { background-color:#fff; position:relative; padding:40px;}
.area-vision-about.second ul li h4 { font-size:24px; margin:0 0 24px; position:relative; z-index:9;}
.area-vision-about.second ul li h4 small { font-size:13px; display:block;}
.area-vision-about.second ul li span { font-size:80px; color:#eee; position:absolute; top:24px; left:24px; line-height:1;}
@media screen and (max-width:768px){
	.area-vision-about { padding:40px 5%;}
	.area-vision-about h4 { font-size:20px; margin:24px 0;}
	.area-vision-about ul li { width:100%; margin-right:0; margin-bottom:20px; padding:20px; min-height:0;}
	.area-vision-about.second ul li h4 { font-size:20px; margin:0 0 20px; }
	
}

.area-company-about { padding:120px 80px;}
.area-company-about dl { border-top:1px solid #ccc;}
.area-company-about dl dt { width:25%; float:left; font-weight:400; padding:32px 0;}
.area-company-about dl dd { padding:32px 0 32px 25%; border-bottom:1px solid #ccc; margin:0;}
@media screen and (max-width:768px){
	.area-company-about { padding:40px 5%;}
	.area-company-about dl { margin:0;}
	.area-company-about dl dt { padding:16px 0; width:100%; float:none; border-bottom:1px dotted #ccc;}
	.area-company-about dl dd { padding:16px 0;}
}

.area-sentence-promise { padding:200px 50px 0; position:relative;}
.area-sentence-promise h3 { font-size:32px; text-align:center; margin:0 0 200px;}
.area-sentence-promise .box { display:flex; margin-bottom:200px;}
.area-sentence-promise .box.rev { flex-direction:row-reverse; margin-bottom:0;}
.area-sentence-promise .box .txt { padding:200px 50px; width:50%; position:relative;}
.area-sentence-promise .box .txt p {  position:relative; font-size:20px; line-height:2.2;}
.area-sentence-promise .box .txt h4 { font-size:16px; line-height:50px; margin:0;}
.area-sentence-promise .box .img { width:50%;}
.area-sentence-promise .box .img img { width:100%; height:100%; object-fit:cover;}
@media screen and (max-width:768px){
	.area-sentence-promise { padding:24px 5% 0;}
	.area-sentence-promise h3 { font-size:24px; margin:0 0 40px;}
	.area-sentence-promise .box { margin-bottom:40px; display:block;}
	.area-sentence-promise .box.rev { margin-bottom:40px;}
	.area-sentence-promise .box .txt { padding:0; width:100%;}
	.area-sentence-promise .box .txt p { font-size:13px; line-height:1.8;}
	.area-sentence-promise .box .txt h4 { top:0; left:0;}
	.area-sentence-promise .box .img { width:100%;}
	
}

.area-content-promise { text-align:center; padding:0 50px 200px;}
.area-content-promise .lead { font-size:14px; margin:0 0 80px;}
.area-content-promise ul { margin:0; padding:0; overflow:hidden;}
.area-content-promise ul li { width:50%; border-right:1px solid #ccc; float:left; list-style:none; box-sizing:border-box;}
.area-content-promise ul li:nth-of-type(2n) { border-right:0;}
.area-content-promise ul li a { font-size:80px; display:block; text-align:center; padding:16px 0; font-family:serif; line-height:1.4;}
.area-content-promise ul li a small { font-size:16px; display:block; font-weight:bold;}
@media screen and (max-width:768px){
	.area-content-promise { padding:0 5% 40px;}
	.area-content-promise .lead { font-size:14px; margin:0 0 40px;}
	.area-content-promise ul li a { font-size:24px;}
	.area-content-promise ul li a small { font-size:13px;}
}

.area-case-page { padding:0 200px 200px;}
.area-case-page .lead { margin:0 0 80px;}
.area-case-page .ul-menu-case { margin:0 0 100px; padding:0; overflow:hidden;}
.area-case-page .ul-menu-case li { width:23.5%; margin-right:2%; float:left; list-style:none; margin-bottom:20px;}
.area-case-page .ul-menu-case li:nth-of-type(4n) { margin-right:0;}
.area-case-page .ul-menu-case li a { display:block; text-align:center; border-bottom:2px solid #ccc; padding:0 0 16px;}
.area-case-page .box { padding:0 80px 64px; border-bottom:1px solid #eee; position:relative; margin:0 0 80px;}
.area-case-page .box h3 { font-size:56px; color:#d3d3d3; line-height:64px; margin:0 0 24px;}
.area-case-page .box .subtit { margin:0 0 24px; }
.area-case-page .box .subtit span { border-bottom:1px solid #586166; line-height:1.8; margin-right:12px; display:inline-block;}
.area-case-page .box h4 { font-size:28px; margin:0 0 24px;}
.area-case-page .box h4 small { font-size:18px; padding-right:32px;}
.area-case-page .box h5 { font-size:18px; margin:0 0 16px; padding:0 0 12px; position:relative; border-bottom:1px solid #eee;}
.area-case-page .box h5:after { content:""; width:32px; height:1px; background-color:#333; position:absolute; left:0; bottom:-1px; z-index:3;}
.area-case-page .box .txt { margin:0 0 32px;}
.area-case-page .box ul { margin:48px 0 0 ; padding:0; overflow:hidden;}
.area-case-page .box ul li { width:30%; margin-right:5%; float:left; list-style:none;}
.area-case-page .box ul li:nth-of-type(3n) { margin-right:0;}
.area-case-page .box ul li h5 { font-size:16px; margin:0; padding:12px 0;}
.area-case-page .box a { font-size:32px; color:#111; display:block; margin:40px 0 0;}
@media screen and (max-width:768px){
	.area-case-page { padding:0 5% 40px;}
	.area-case-page .lead { margin:0 0 40px;}
	.area-case-page .ul-menu-case { margin:0 0 40px;}
	.area-case-page .ul-menu-case li { width:49%; margin-right:2%; margin-bottom:16px;}
	.area-case-page .ul-menu-case li:nth-of-type(2n) { margin-right:0; }
	.area-case-page .ul-menu-case li a { padding:0 0 8px; font-size:11px;}
	
	.area-case-page .box { padding:0; margin:0 0 40px;}
	.area-case-page .box h3 { font-size:40px; writing-mode:horizontal-tb; position:static; line-height:1.3; margin:0 0 24px;}
	.area-case-page .box h4 { font-size:24px; margin:0 0 20px;}
.area-case-page .box h4 small { font-size:14px; padding-right:32px;}
	.area-case-page .box h5 { font-size:16px; margin:0 0 12px; padding:0 0 8px;}
	.area-case-page .box .txt { margin:0 0 20px;}
	.area-case-page .box ul { margin:24px 0 0 ;}
	.area-case-page .box ul li { width:100%; margin-right:0; float:none; margin-bottom:16px;}
}

.area-top-works { padding:100px 200px 50px; position:relative; margin:0 0 120px;}
.area-top-works img { width:55%; height:100%; object-fit:cover; position:absolute; top:0; right:0;}
.area-top-works h3 { font-size:120px; font-weight:400; margin:0 0 80px; position:relative; z-index:9;}
.area-top-works h4 { font-size:32px; margin:0 0 64px; position:relative; z-index:9; line-height:1.8;}
.area-top-works h4 span { border-bottom:1px solid #586166;}
.area-top-works p { font-size:14px; margin:0; position:relative; z-index:9; width:50%;}
@media screen and (max-width:768px){
	.area-top-works { padding:40px 5%; margin:0 0 40px;}
	.area-top-works img { width:100%; height:auto; position:static;}
	.area-top-works h3 { font-size:48px; margin:40px 0 24px;}
	.area-top-works h4 { font-size:20px; margin:0 0 24px;}
	.area-top-works p { font-size:13px; width:100%;}
}

.midashi-works { font-size:32px; text-align:center; width:80%; border-bottom:1px solid #eee; position:relative; margin:24px auto 80px; padding:0 0 24px; }
.midashi-works:after { content:""; width:80px; height:1px; position:absolute; left:calc(50% - 40px); bottom:-1px; z-index:3; background-color:#333;}

.area-staff-works { padding:0 200px 200px;}
.area-staff-works ul { margin:0; padding:0; overflow:hidden;}
.area-staff-works ul li { width:48%; list-style:none; float:left;}
.area-staff-works ul li:nth-of-type(2n) { float:right;}
.area-staff-works ul li h4 { font-size:22px; margin:24px 0; clear:none;}
@media screen and (max-width:768px){
	.midashi-works { font-size:20px; margin:0 auto 40px; padding:0 0 16px; width:100%;}
	
	.area-staff-works { padding:0 5% 40px;}
	.area-staff-works ul li { width:100%; margin-bottom:20px;}
	.area-staff-works ul li h4 { font-size:18px; margin:20px 0;}
}

.area-about-works { padding:0 200px 200px;}
.area-about-works .midashi-work,.area-prof-staff .midashi-work { margin:0 auto 48px;}
.area-about-works .lead { text-align:center; margin:0 0 48px;}
@media screen and (max-width:768px){
	.area-about-works { padding:0 5% 40px;}
.area-about-works .midashi-work,.area-prof-staff .midashi-work { margin:0 auto 24px;}
.area-about-works .lead { text-align:center; margin:0 0 24px;}
}

.wrap-guide { width:90%; margin:0 auto;}

.midashi-guide { margin:100px 0; text-align:center; font-size:56px; font-weight:400;}
.midashi-guide small { font-size:14px; font-weight:400; display:block; margin:40px 0 0;}
@media screen and (max-width:768px){
	.midashi-guide { margin:40px 0; font-size:24px;}
	.midashi-guide small { margin:20px 0 0;}
}

.area-lead-guide { padding:80px 160px;}
.area-lead-guide h4 { margin:0 0 48px; font-weight:400; font-size:24px; line-height:1.8;}
.area-lead-guide ul { background-color:#eee; padding:40px; margin:24px 0;}
.area-lead-guide ul li { position:relative; padding-left:24px; line-height:20px; font-weight:bold; list-style:none; margin:0 0 8px;}
.area-lead-guide ul li:before { content:""; width:16px; height:16px; border-radius:50%; position:absolute; top:0; left:0; background-color:#9d6fb3;}
.area-lead-guide ul li:last-of-type { margin:0;}
@media screen and (max-width:768px) {
	.area-lead-guide { padding:20px 5% 40px;}
	.area-lead-guide h4 { margin:0 0 24px; font-size:20px;}
	.area-lead-guide ul { padding:20px;}
}

.ul-link-guide { width:490px; margin:0 auto 200px; overflow:hidden;}
.ul-link-guide li { width:45%; float:left; list-style:none;}
.ul-link-guide li:nth-of-type(2n) { float:right;}
.ul-link-guide li a { display:block; border-bottom:1px solid #111; text-align:center; line-height:40px;}
.ul-link-guide li a span { float:right; line-height:40px;}
@media screen and (max-width:768px) {
	.ul-link-guide { width:100%; margin:0 auto 40px; padding:0;}
	.ul-link-guide li { width:49%;}
}

.ul-reason-guide { padding:0 80px; margin:0 0 200px; overflow:hidden;}
.ul-reason-guide li { width:47%; list-style:none; float:left; margin-bottom:20px;}
.ul-reason-guide li:nth-of-type(2n) { float:right;}
.ul-reason-guide li a { display:block; border-bottom:1px solid #111; line-height:40px;}
.ul-reason-guide li a span { float:right; line-height:40px;}
@media screen and (max-width:768px) {
	.ul-reason-guide { padding:0; margin:0 0 40px;}
	.ul-reason-guide li { width:100%; float:none;}
}

.area-num-guide { margin:0 0 180px;}
.midashi-num-guide { margin:0 0 100px; text-align:center; font-size:64px; font-weight:400;}
.midashi-num-guide span { font-size:24px; font-weight:400; display:block; margin:48px 0 0;}
.area-num-guide .part { margin:0 0 100px; overflow:hidden;}
.area-num-guide .part .img { width:34%;}
.area-num-guide .part .txt { width:60%;}
.area-num-guide .part .txt h4 { font-size:24px; border-bottom:1px solid #111; margin:0 0 24px; font-weight:400; padding:0 0 4px;}
.area-num-guide .part .txt .box { background-color:#eee; padding:20px; }
.area-num-guide .part .txt .box h5 { font-size:20px; border-bottom:1px solid #111; margin:0 0 20px; font-weight:400; padding:0 0 4px;}
@media screen and (max-width:768px) {
	.area-num-guide { margin:0 0 40px;}
	.midashi-num-guide { margin:0 0 40px; font-size:48px;}
	.midashi-num-guide span { font-size:18px; margin:20px 0 0;}

	.area-num-guide .part { margin:0 0 40px;}
	.area-num-guide .part .img,.area-num-guide .part .txt { width:100%;}
	.area-num-guide .part .txt h4 { font-size:20px; margin:24px 0;}
}

.ul-work-guide { padding:0 160px; margin:0 0 120px;}
.ul-work-guide li { background-color:#eee; height:125px; line-height:125px; list-style:none; position:relative; padding:0 16px 0 200px; font-size:16px; margin:0 0 4px;}
.ul-work-guide li img { width:170px; height:125px; position:absolute; object-fit:cover; top:0; left:0;}
.ul-work-guide li span { float:right; line-height:125px;}
@media screen and (max-width:768px) {
	.ul-work-guide { padding:0; margin:0 0 40px;}
	.ul-work-guide li { height:auto; line-height:1.8; padding:0; padding:0; margin:0 0 20px; font-size:14px;}
	.ul-work-guide li img { width:100%; height:auto; position:static; margin:0;}
	.ul-work-guide li div { padding:20px;}
	.ul-work-guide li span { display:none;}
}

.box-contact-guide { padding:80px 100px; background-color:#61575a; color:#fff; text-align:center; margin:0 0 80px;}
.box-contact-guide h3 { font-size:48px; margin:0 0 40px;}
.box-contact-guide ul { margin:0; padding:0; overflow:hidden;}
.box-contact-guide ul li { width:48%; /*float:left;*/ list-style:none; height:60px; text-align:center; margin:0 auto;}
.box-contact-guide ul li:nth-of-type(2) { float:right; height:auto;}
.box-contact-guide ul li a { display:block; text-align:center; border:1px solid #fff; line-height:58px; color:#fff; font-size:16px; font-weight:bold; padding:0 16px; box-sizing:border-box;}
.box-contact-guide ul li a i { float:right; line-height:40px;}
.box-contact-guide ul li .tel { font-size:28px; font-style:italic; line-height:40px;}
.box-contact-guide ul li .tel i { font-style:normal; padding-right:12px;}
.box-contact-guide ul li small { display:inline-block; font-size:12px; line-height:40px; padding-left:20px;}
@media screen and (max-width:768px) {
	.box-contact-guide { padding:24px 5%; margin:0 0 40px;}
	.box-contact-guide h3 { font-size:32px; margin:0 0 20px;}
	.box-contact-guide ul li { width:100%; float:none;}
	.box-contact-guide ul li:nth-of-type(2n) { float:none;}
	.box-contact-guide ul li a { line-height:48px; font-size:14px;}
	.box-contact-guide ul li a i { line-height:48px;}
	.box-contact-guide ul li .tel { font-size:24px;}
}

.wrap-contact .midashi-works { margin:0 auto 48px;}
.wrap-contact .lead { font-size:20px; font-weight:bold; text-align:center;}
.wrap-contact ul:before { content:""; width:100%; height:1px; background-color:#eee; position:absolute; left:0; top:80px;}
.wrap-contact ul { margin:80px 0; padding:0 100px; overflow:hidden; position:relative;}
.wrap-contact ul li { width:calc(100% / 3); list-style:none; float:left; font-size:20px; text-align:center; color:#eee;}
.wrap-contact ul li span.num { font-size:32px; display:block; border-bottom:1px solid #eee; padding:0 0 16px; margin:0 0 16px; position:relative; z-index:9;}
.wrap-contact ul li:first-of-type { color:#586166;}
.wrap-contact ul li:first-of-type span.num { border-bottom:1px solid #586166;}
.wrap-contact .area-form { padding:0 0 80px 30%; position:relative; }
.wrap-contact .area-form h4 { margin:0; font-size:18px; line-height:2; width:30%; position:absolute; left:0; top:0;}
.wrap-contact dl { border:1px solid #eee; padding:40px; margin:0 0 80px; text-align:center;}
.wrap-contact dt { border-bottom:1px solid #eee; padding:0 0 32px; font-size:16px;}
.wrap-contact dd { padding:32px 0 0;}
.wrap-contact dd .tel { font-size:40px; }
.wrap-contact dd .tel small { font-size:14px; padding-right:16px;}
.wrap-contact .inner { display:flex; flex-wrap:wrap; justify-content:space-between;}
.wrap-contact .inner dl { width:32%; padding:20px;}
.wrap-contact .inner dt { font-size:14px; padding:0 0 24px;}
.wrap-contact .inner dd { padding:24px 0 0;}
.wrap-contact .inner dd .tel { font-size:32px; }
.wrap-contact .inner dd p { margin:0;}
@media screen and (max-width:768px){
	.wrap-contact .midashi-works { margin:0 auto 24px;}
	.wrap-contact .lead { font-size:14px;}
	.wrap-contact ul:before { top:56px;}
	.wrap-contact ul { margin:40px 0;  padding:0 5%;}
	.wrap-contact ul li { font-size:14px;}
	.wrap-contact ul li span.num { font-size:20px;}
	.wrap-contact dl { padding:20px; margin:0 0 40px;}
	.wrap-contact dt { padding:0 0 16px; font-size:14px;}
	.wrap-contact dd { padding:16px 0 0;}
	.wrap-contact dd .tel { font-size:24px; }
	
	.wrap-contact .inner { display:block;}
	.wrap-contact .inner dl { width:100%;}
	
	.wrap-contact .area-form { padding:0; }
	.wrap-contact .area-form h4 { font-size:16px; position:static; width:100%; margin:0 0 20px;}
}

.midashi-beginner { font-size:56px; text-align:center; margin:200px 0 100px;}
.midashi-beginner small { font-size:14px; display:block; margin:20px 0 0;}
.lead-beginner { width:80%; margin:0 auto;}
.ul-menu-beginner { width:60%; margin:56px auto 80px; padding:0; overflow:hidden;}
.ul-menu-beginner li { width:46%; float:left; list-style:none;}
.ul-menu-beginner li:nth-of-type(2n) { float:right;}
.ul-menu-beginner li a,.btn-beginner { display:block; border-bottom:1px solid #111; padding:12px 0; text-align:center;}
.ul-menu-beginner li a span,.btn-beginner span { float:right;}
.midashi2-beginner { width:240px; padding:48px 0 50px; margin:-94px auto 80px; background-color:rgba(0,0,0,.6); color:#fff; text-align:center; font-size:34px; position:relative; z-index:9; font-weight:400;}
.midashi2-beginner small { font-size:14px; display:block; font-weight:400; margin:12px 0 0;}
.dl-beginner { width:90%; margin:0 auto 40px; padding:0;}
.dl-beginner dt { width:20%; float:left;}
.dl-beginner dd { border-bottom:1px solid #111; padding-left:20%; margin:0 0 12px;}
.btn-beginner { width:200px; display:block; margin:0 auto 80px;}
@media screen and (max-width:768px){
	.midashi-beginner { font-size:40px; margin:40px 0;}
	.lead-beginner { width:100%;}
	.ul-menu-beginner { width:100%; margin:24px auto 40px;}
	.ul-menu-beginner li { width:49%;}
	.midashi2-beginner { padding:24px 0 26px; margin:-94px auto 40px; font-size:24px;}
	.dl-beginner { width:100%; margin:0 auto 24px;}
	.dl-beginner dt { width:100%; float:none; border-bottom:1px dotted #ccc;}
.dl-beginner dd { border-bottom:1px solid #111; padding-left:0; margin:0 0 12px;}
	.btn-beginner { margin:0 auto 40px;}
}

.eeebg-service { background: #f3f3f3; padding:80px 0;}
.eeebg-service h3 { text-align:center; font-weight:bold; font-size:40px; letter-spacing:.1em;}
.eeebg-service h3 span { font-size:14px; display:block; font-weight:bold;}
.ul2-service { width:100%; overflow:hidden; list-style:none; margin:80px auto;}
.ul2-service li { width:48%; margin-right:4%; float:left; margin-bottom:40px; list-style:none;}
.ul2-service li:nth-of-type(2n) { margin-right:0;}
.ul2-service li img { width:100%; box-shadow: 0 4px 18.62px 0.38px rgba(14,14,14,.39);}
.ul2-service li div { background-color:#fff; margin:0 20px; padding:32px;}
.ul2-service li h3 { font-size:20px; margin:0 0 8px; line-height:1.6;}
.ul2-service li p { margin-bottom:0;}
.ul2-service li a { color:#111;}

@media screen and (max-width:768px) {
.eeebg-service { background: #f3f3f3; padding:40px 0;}
.eeebg-service h3 { text-align:center; font-weight:bold; font-size:24px; letter-spacing:.1em; margin-bottom:32px;}
.eeebg-service h3 span { font-size:14px; display:block; font-weight:bold;}
.lead { width:100%; margin:40px auto !important; font-size:16px;}
.ul2-service { width:100%; overflow:hidden; list-style:none; margin:0 auto !important; padding:0;}
.ul2-service li { width:100%; margin-right:0%; float:left; margin-bottom:32px; list-style:none; padding:0 5%;}
.ul2-service li:nth-of-type(2n) { margin-right:0;}
.ul2-service li img { width:100%; box-shadow: 0 4px 18.62px 0.38px rgba(14,14,14,.39);}
.ul2-service li div { background-color:#fff; margin:0 8px; padding:8px 12px; text-align:left;}
.ul2-service li h3 { font-size:16px; margin:8px 0; text-align:center;}
.ul2-service li p { margin-bottom:0;}
}

.wrap-faq { padding:0 80px;}
.wrap-faq-new { background-color:#586166; color:#fff; position:relative; padding:0 0 0 24%; margin:80px 0;}
.wrap-faq-new p { margin:0; font-size:0;}
.wrap-faq-new h3 { font-size:32px; margin:0; font-weight:400; position:absolute; top:100px; left:24px;}
.wrap-faq-new h3 small { font-size:13px; display:block; font-weight:300;}
.wrap-faq-new .inner { background-color:#fff; color:#111; padding:60px 40px 100px; box-sizing:border-box; width:auto;}
.wrap-faq-new .inner h4 { font-size:24px; margin:60px 0 32px; border-bottom:1px solid #586166;}
@media screen and (max-width:768px){
	.wrap-faq { padding:0 5% 24px; margin:0;}
	.wrap-faq-new { padding:120px 5% 24px; margin:40px 0;}
	.wrap-faq-new h3 { font-size:32px; top:64px; left:5%;}
	.wrap-faq-new h3 small { font-size:12px;}
	.wrap-faq-new .inner { padding:0; background-color:transparent; color:#fff;}
	.wrap-faq-new .inner h4 { margin:40px 0 24px; font-size:19px;}
}

.box-faq { border:1px solid #586166; margin:0 0 16px; padding:16px 0; display:flex; align-items:center; color:#999; background-color:#fff;}
.box-faq .q { width:100px; text-align:center; font-size:24px; font-weight:400; height:100%;}
.box-faq:hover { border:1px solid #586166;}
.box-faq:hover .q { color:#586166;}
.box-faq:hover .hidden_box { border-color:#586166; color:#586166;}
.box-faq:hover label {}
.box-faq  p { margin:0;}
@media screen and (max-width:768px){
	.box-faq .q { width:64px; font-size:18px;}
	
}

/*全体*/
.wrap-faq-new .hidden_box {
    margin:  0;/*前後の余白*/
    padding: 24px 0 24px 24px; border-left:1px solid #586166; width:100%; box-shadow:none;
}

/*ボタン装飾*/
.wrap-faq-new .hidden_box label {
    padding: 0; border:0;
    font-weight: 400;
    cursor :pointer; font-size:18px; display:block; position:relative; width:100%; background-color:#fff;
 height:auto; line-height:auto; padding-right:48px;}
.wrap-faq-new .hidden_box label i { position:absolute; top:14px; right:20px; font-size:24px;}

/*ボタンホバー時*/
.wrap-faq-new .hidden_box label:hover {
    color:#111;
}

/*チェックは見えなくする*/
.wrap-faq-new .hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.wrap-faq-new .hidden_box .hidden_show {
    height: 0; 
    padding: 0;
    overflow: hidden;
    opacity: 0;
   
}

/*クリックで中身表示*/
.wrap-faq-new .hidden_box input:checked ~ .hidden_show {
    padding: 10px 48px 10px 0; border:0;
    height: auto;
    opacity: 1;
}
.wrap-faq-new .hidden_box input:checked ~ label i { transform:rotate(180deg); padding-left:0;}
.wrap-faq-new .hidden_box input:checked ~ label:after { display:none;}

@media screen and (max-width:768px){
	.wrap-faq-new .hidden_box { padding:8px 0 8px 8px;}
	.wrap-faq-new .hidden_box label { font-size:13px; font-weight:300;}
	.wrap-faq-new .hidden_box label i { top:4px; font-size:18px;}
	.wrap-faq-new .hidden_box input:checked ~ .hidden_show {
		padding: 8px 0 0;}
}

.area-prof-doc { padding:0 0 100px;}
.area-prof-doc .flex .img,.area-prof-staff .flex .img { width:55%;}
.area-prof-doc .flex .img img,.area-prof-staff .flex .img img { width:100%; height:100%; object-fit:cover;}
.area-prof-doc .flex .txt { width:45%; padding:50px 5% 0 50px; box-sizing:border-box; font-size:14px;}
.area-prof-doc .flex .txt h4 { font-size:22px; margin:0 0 40px;}
.area-prof-doc .flex .txt h5,.area-prof-staff .inner h5 { font-size:14px; margin:0 0 24px;}
.area-prof-doc .flex .txt dl,.area-prof-staff .inner dl { margin:0; padding:0; }
.area-prof-doc .flex .txt dl dt,.area-prof-staff .inner dl dt { font-weight:400; float:left; padding-right:48px;}
.area-prof-doc .flex .txt dl dd,.area-prof-staff .inner dl dd { margin:0 0 0 12px;}
.area-prof-doc .inner { padding:200px 200px 1px; }
.area-prof-doc .inner h3 { font-size:28px; margin:0; clear:both; width:40%; float:left;}
.area-prof-doc .inner dl { width:60%; margin:0 0 80px; padding:0; float:right;}
.area-prof-doc .inner dl dt { font-weight:400; width:20%; float:left;}
.area-prof-doc .inner dl dd { padding-left:20%;}
.area-prof-doc .img-bottom img { margin-bottom:16px;}

.area-prof-doc.access h4 { line-height:1.8;}
.area-prof-doc.access .flex .txt dl dt { width:20%; padding-right:0;}
.area-prof-doc.access .flex .txt dl dd { padding-left:20%; margin:0 0 16px;}
@media screen and (max-width:768px){
	.area-prof-doc { padding:0 5% 40px;}
	.area-prof-doc .flex .img,.area-prof-staff .flex .img { width:100%;}
	.area-prof-doc .flex .txt { width:100%; padding:24px 0 0;}
	.area-prof-doc .flex .txt h4 { font-size:20px; margin:0 0 24px;}
	.area-prof-doc .inner { padding:40px 0 1px;}
	.area-prof-doc .inner h3 { font-size:18px; width:100%; float:none; margin:0 0 24px;}
	.area-prof-doc .inner dl { width:100%; margin:0 0 40px; float:none;}
	.area-prof-doc .img-bottom { width:100%; padding:0;}
	.area-prof-doc .img-bottom img { width:48%!important;}
}

.box-treat { margin:80px 0 160px; border:1px solid #ededed; padding:32px 40px 20px;}
.box-treat h4 { font-size:24px; text-align:center; margin:0; padding:0 0 24px; border-bottom:1px solid #ededed;}
.box-treat ul { margin:0; padding:0; display:flex; justify-content:space-between; flex-wrap:wrap;}
.box-treat ul li { width:46%; list-style:none; padding:40px 0; border-bottom:1px solid #ededed;}
.box-treat ul li:nth-of-type(3),.box-treat ul li:nth-of-type(4n) { border-bottom:0;}
.box-treat ul li h5 { font-size:16px; margin:0 0 24px;}
.box-treat ul li h5 .num { font-size:13px; display:block; margin:0 0 20px; position:relative;}
.box-treat ul li h5 .num:before,.box-treat ul li h5 .num:after { content:""; width:13px; height:1px; position:absolute; top:calc(50% - 1px);}
.box-treat ul li h5 .num:before { left:32px; background-color:#555;}
.box-treat ul li h5 .num:after { left:43px; background-color:#ededed;}
.
.box-treat ul li p { margin:0; font-weight:bold;}
.box-treat ul li a { display:block; border:1px solid #111; text-align:center; padding:40px; font-size:18px;}
.box-treat ul li a strong { font-size:40px;}

.box-treat ul li a.orange { background-color:#ec6d51; color:#fff; border:1px solid #ec6d51;}

.box-treat ul.img li { padding:40px 0 16px 24%; position:relative; box-sizing:border-box;}
.box-treat ul.img li img { width:48%; position:absolute; top:40px; left:0;}


.box-option-treat { padding:0 0 64px; border-bottom:1px solid #ededed; margin:0 0 64px; overflow:hidden;}
.box-option-treat p { margin:0;}
.box-option-treat .left { width:40%; padding-left:48px; box-sizing:border-box; float:left; position:relative;}
.box-option-treat .left .type { font-size:22px; line-height:40px; color:#ededed; writing-mode:vertical-rl; position:absolute; top:0; left:0;}
.box-option-treat .left h4 { font-size:18px; margin:0 0 40px; padding:0 0 8px; position:relative; }
.box-option-treat .left h4:after { content:""; width:20px; height:1px; background-color:#555; position:absolute; bottom:0; left:0;}
.box-option-treat .left dl { margin:0; padding:0; overflow:hidden; line-height:28px;}
.box-option-treat .left dl dt { font-size:12px; border-bottom:1px solid #555; line-height:28px; width:20px; float:left; font-weight:400;}
.box-option-treat .left dl dd { padding-left:20px; border-bottom:1px solid #ededed; font-size:20px; line-height:28px; margin:0;}
.box-option-treat .right { width:60%; float:right; font-size:12px; font-weight:bold;}

.area-pricelist { margin:200px 0; padding:80px 0; position:relative;}
.area-pricelist:after { content:""; width:95%; height:50%; position:absolute; bottom:0; left:0; background-color:#555;}
.area-pricelist:before { content:""; width:95%; height:50%; position:absolute; top:0; right:0; background-color:#efefef;}
.area-pricelist .wrap { position:relative; z-index:9;}
.area-pricelist .wrap .inner { background-color:#fff; padding:64px; width:auto;}
.area-pricelist .wrap .inner dl { margin:0; padding:0; font-size:20px;}
.area-pricelist .wrap .inner dl dt { float:left; line-height:32px;}
.area-pricelist .wrap .inner dl dd { border-bottom:1px solid #ededed; line-height:32px; padding:0 0 12px; margin:0 0 20px; text-align:right; position:relative; font-weight:bold;}
.area-pricelist .wrap .inner dl dd small { font-size:12px;}
.area-pricelist .wrap .inner dl dd:last-of-type { margin:0;}
.area-pricelist .wrap .inner dl dd:after { content:""; width:64px; height:1px; background-color:#7c6832; position:absolute; bottom:0; left:0; z-index:3;}

.area-pricelist .wrap .inner dl.typeb { display:flex; flex-wrap:wrap; justify-content:space-between; font-size:16px;}
.area-pricelist .wrap .inner dl.typeb dt { width:50%; border-bottom:1px solid #ededed; padding:20px 0;}
.area-pricelist .wrap .inner dl.typeb dd { width:25%; text-align:center; margin:0; padding:20px 0;}
.area-pricelist .wrap .inner dl.typeb dd:after { display:none;}
.area-pricelist .wrap .inner dl.typeb dt:afetr { content:""; width:64px; height:1px; background-color:#7c6832; position:absolute; bottom:0; left:0; z-index:3;}
.area-pricelist .wrap .inner dl.typeb h4 { margin:0 12px; border-bottom:2px solid #111; text-align:center; padding:0 0 16px; font-size:18px;}
.area-pricelist .wrap .inner dl.typeb dt:first-of-type,.area-pricelist .wrap .inner dl.typeb dd:first-of-type,.area-pricelist .wrap .inner dl.typeb dd:nth-of-type(2) { border-bottom:0;}

.section-top-new { padding:80px 0 24px; background-color:#d4e0e9; text-align:center; font-size:15px;}
.section-top-new h3 { font-size:46px; margin:0 0 20px; text-align:center;}
.section-top-new h3 small { font-size:16px; font-weight:400; display:block; margin-bottom:10px; color:#69707b;}
.section-top-new .btn { width:200px; height:42px; background-color:#373e4c; color:#fff; text-align:center; margin:24px auto 0; border-radius:4px; display:block; line-height:42px;}
.section-top-new center { margin:0;}
.section-top-new .link-bottom { font-size:#4f718a; font-size:15px; }

.section-second-new { padding:80px 0; background-color:#e9eef2;}
.section-second-new h3 { text-align:center; font-size:36px; margin:0 0 40px; }
.section-second-new h3 small { font-size:16px; display:block; margin-top:10px;}
.section-second-new h3 small span { display:block; color: #69707b; margin-top:10px;}
.section-second-new h4 { font-size:32px; margin:0 0 20px;}

.mb-80 { margin-bottom:80px;}

.section-third-new { padding:80px 0; background-color:#373e4c; color:#fff; }
.section-third-new h3 { font-size:32px; margin:0 0 20px;}
.section-third-new h3 small { display:block; color:#d4e0e9; font-size:16px; margin-bottom:10px;}
.section-third-new.gray { background-color:#e9eef2; color:#111;}
.section-third-new.blue { background-color:#d4e0e9; color:#111;}
.section-third-new.blue h3 small { color:#69707b;}
.section-third-new.blue ul { margin:24px 0 0 24px; padding:0;}
.section-third-new.blue ul li { display: inline-block;
    padding: 11px 40px 8px 13px;
    border-radius: 7.5px;
    background-color: #c5d5e0; display:flex; align-items:center; margin-bottom:16px; width:236px; list-style:none;}
.section-third-new.blue ul li:nth-of-type(2) { margin-left:64px;}
.section-third-new.blue ul li img { width:30px; margin-right:10px;}
.section-third-new.blue ul li .txt { font-size:32px; margin:0; font-weight:bold;}
.section-third-new.blue ul li .txt small { font-size:14px; font-weight:400px; display:block;}

.section-functions-new { background-color:#e9eef2; padding:80px 0 48px;}
.section-functions-new h3 { margin:0 0 32px; text-align:center; font-size:36px;}
.section-functions-new h3 small { font-size:16px; display:block; color:#69707b; margin-bottom:10px;}
.section-functions-new ul { margin:0; padding:0; display:flex; flex-wrap:wrap;}
.section-functions-new ul li { width:32%; margin-right:2%; list-style:none; margin-bottom:32px;}
.section-functions-new ul li:nth-of-type(3n) { margin-right:0;}
.section-functions-new ul li img { width:49px; margin:0 auto; display:block;}
.section-functions-new ul li h4 { font-size:16px; font-weight:bold; margin:0 0 8px; text-align:center;}

.section-functions-new .lead { font-size:18px; text-align:center; margin:0 0 24px;}

.section-functions-new.blue { background-color:#d4e0e9;}
.section-functions-new.blue .head-plan { display:flex; align-items:center; margin:0 0 16px;}
.section-functions-new.blue .head-plan h4 { font-size:22px; width:37%; box-sizing:border-box; padding: 15px 15px 3px 20px; margin:0;}
.section-functions-new.blue .head-plan h4 small { font-size:16px; color:#69707b;}
.section-functions-new.blue .head-plan .detail { width:21%; box-sizing:border-box; padding:0 15px 0 10px; box-sizing:border-box; width:21%; font-size:18px; font-weight:bold;}
.section-functions-new.blue .head-plan .detail small { font-size:15px; display:block; color:#69707b;}
.section-functions-new.blue .head-plan .detail .btn,.section-functions-new .hidden_box .btn { min-height: 40px;
    min-width: 120px; display:block;
    padding: 13px 25px 10px; border-radius:32px; background-color:#f57b5d; color:#fff; line-height:14px; font-size:14px;}
.section-functions-new.blue table { border:1px solid #aacfe5; border-bottom:0; font-size:16px;}
.section-functions-new.blue table th,.section-functions-new.blue table td { border:1px solid #aacfe5; padding: 15px 10px 8px 15px;}
.section-functions-new.blue table th { width:35%;}

.section-functions-new .hidden_box,.section-functions-new .hidden_box_faq { margin:0 0 10px; padding: 0; border-bottom: 1px solid #aacfe5;}
.section-functions-new .hidden_box p,.section-functions-new .hidden_box_faq p { margin:0;}
.section-functions-new .hidden_box label,.section-functions-new .hidden_box_faq label { font-weight: bold; display:block; cursor :pointer; font-size:28px;}
.section-functions-new .hidden_box label i,.section-functions-new .hidden_box_faq label i { color:#aacfe5; padding:0 8px;}
.section-functions-new .hidden_box label:hover,.section-functions-new .hidden_box_faq label:hover {}
.section-functions-new .hidden_box input,.section-functions-new .hidden_box_faq input { display: none;}
.section-functions-new .hidden_box .hidden_show,.section-functions-new .hidden_show_faq { height: 0; padding: 0; overflow: hidden; opacity: 0; font-size:15px;}
.section-functions-new .hidden_box input:checked ~ .hidden_show,.section-functions-new .hidden_box_faq input:checked ~ .hidden_show_faq { padding:0 0 16px 40px; height: auto; opacity: 1;}
.section-functions-new .hidden_box input:checked ~ label i { transform:rotate(180deg); transition:.8s;}

.section-functions-new .hidden_box .btn { display:inline-block; margin-top:20px;}

.section-functions-new .hidden_box_faq { padding:0 16px 12px; margin-bottom:12px;}
.section-functions-new .hidden_box_faq label { font-size:18px; }
.section-functions-new .hidden_box_faq label i { float:right; line-height:32px; color:#111;}
.section-functions-new .hidden_box_faq input:checked ~ label i { transform:rotate(225deg); transition:.8s;}
.section-functions-new .hidden_box_faq input:checked ~ .hidden_show_faq { padding:0;}

.section-functions-new .btn-faq { border:1px solid #111; padding:8px 40px; border-radius:24px; color:#111; display:inline-block; margin-top:24px; font-size:16px;}



.area-prof-staff { padding:0;}
.area-prof-staff .lead { text-align:center; margin:0 0 80px;}
.area-prof-staff .flex { margin:80px 0 0;}
.area-prof-staff .flex .txt { width:45%; padding:200px; box-sizing:border-box;}
.area-prof-staff .flex .txt h4 { font-size:24px; margin:0 0 64px; padding:0 0 16px; position:relative;}
.area-prof-staff .flex .txt h4:after { content:""; width:80px; height:1px; background-color:#333; position:absolute; left:0; bottom:0;}
.area-prof-staff .flex .txt .name { font-size:22px; margin:0;}
.area-prof-staff .inner { padding:100px 200px 1px; font-size:14px;}
.area-prof-staff .inner h3 { font-size:24px; margin:100px 0 80px;}
.area-prof-staff .inner .case { padding:0 0 50px 64px; position:relative; margin:0 0 50px; border-bottom:1px solid #eee;}
.area-prof-staff .inner .case h4 { font-size:22px; line-height:64px; margin:0; color:#eee; writing-mode:vertical-lr; position:absolute; top:0; left:0;}
.area-prof-staff .inner .case ul { margin:0; padding:0; overflow:hidden;}
.area-prof-staff .inner .case ul li { width:48%; list-style:none; float:left;}
.area-prof-staff .inner .case ul li:nth-of-type(2n) { float:right;}
.area-prof-staff .inner .case ul li h5 { border-bottom:1px solid #eee; margin:20px 0 0; padding:0 0 16px; font-size:16px; position:relative;}
.area-prof-staff .inner .case ul li h5:after { content:""; width:32px; height:1px; background-color:#333; position:absolute; left:0; bottom:-1px; z-index:3;}
@media screen and (max-width:768px){
	.area-prof-staff .lead { margin:0 0 40px;}
	.area-prof-staff .flex { margin:40px 0 0;}
	.area-prof-staff .flex .txt { width:100%; padding:40px 5%;}
	.area-prof-staff .flex .txt h4 { font-size:20px; padding:0 0 12px; margin:0 0 24px;}
	.area-prof-staff .inner { padding:40px 5% 1px;}
	.area-prof-staff .inner h3 { font-size:20px; margin:0 0 40px;}
	.area-prof-staff .inner .case { padding:0 0 40px 48px; margin:0 0 40px;}
	.area-prof-staff .inner .case h4 { font-size:18px; line-height:48px;}
}


.area-box { width:660px; margin:0 auto;}
.area16 table { width: 660px; margin-bottom:60px; font-size: 14px; text-align: center; clear: both; margin-right: auto; margin-left: auto; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-right-style: none; border-bottom-style: solid; border-left-style: none; border-top-color: #d2be8d; border-bottom-color: #d2be8d;}
.area16 table tr {}
.area16 table tr.top { background-color: #d2be8d;}

.area16 table td { word-break: break-all; padding-top: 15px; padding-bottom: 12px; color: #534741; text-align: left;  padding-left: 15px; padding-right: 15px; line-height: 1.6em; vertical-align: middle; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-right-style: none; border-bottom-style: solid; border-left-style: none; border-top-color: #d2be8d; border-bottom-color: #d2be8d; text-align:center; border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #d2be8d; border-left-color: #d2be8d;}

.area16 table td.left { white-space: nowrap; padding-right: 15px; color: #42210b; font-size: 14px; font-weight: bold;  background-color: #e7ddc3;}

.area16 table tr.top td { border-left-width: 1px; border-left-style: solid; border-left-color: #FFF; border-top-style: none; border-right-style: none; border-bottom-style: solid; color: #FFF;}
.area16 table tr.top td.left { border-right-style: none; border-left-style: none; border-bottom-color: #d2be8d;}

.area16 table td span { display:none;}

@media screen and (max-width:768px){
	.area-box { width:100%; margin:0 auto;}
	.area16 table { width:100%;}
	.area16 table tr.top  { display:none;}
	.area16 table tr { display:block;}
	.area16 table td { display:block;}
	.area16 table td span { display:block; padding:0 0 8px; margin:0 0 8px; border-bottom:1px dotted #d2be8d;}
}



.btn-g { background-color:#008000; color:#fff!important; padding:16px 0 12px; width:300px; display:block; text-align:center; margin:42px auto 0; border-radius:8px; font-size:18px;}
@media screen and (max-width:768px){
	.btn-g { margin:24px auto 0; font-size:14px!important;}
}

.midashi-topnew2 { margin:0 0 20px!important; font-weight:400; font-size:17px!important; text-align:center;}
.midashi-topnew2 span { font-size:37px; font-weight:bold; display:block; margin:0 0 12px; border-bottom:0 !important;}
.midashi-topnew2 span:after { content:""; display:block; width: 100px; height: 2px; margin:0 auto 0; background-color:#111;}
@media screen and (max-width:768px){
	.midashi-topnew2 { margin:0 0 40px; font-size:12px;}
	.midashi-topnew2 span { font-size:28px; margin:0 0 20px;}
	.midashi-topnew2 span:after { margin:20px auto 0;}
}


.mcenter { margin-right:auto!important; margin-left:auto!important; display:block;}
.mleft { margin-left:0!important; margin-right:auto!important; display:block;}
.mright { margin-right:0!important; margin-left:auto!important; display:block;}
.mauto { margin:auto!important;}
.mt0 { margin-top:0!important;}
.mt16 { margin-top:16px !important;}
.mt24 { margin-top:24px !important;}
.mt40 { margin-top:40px !important;}
.mt80 { margin-top:80px !important;}
.mb0 { margin-bottom:0!important;}
.mb16 { margin-bottom:16px!important;}
.mb24 { margin-bottom:24px!important;}
.mb40 { margin-bottom:40px !important;}
.mb80 { margin-bottom:80px !important;}
@media screen and (max-width:768px){
	.mleft.sp-center,
	.mright.sp-center { margin-right:auto!important; margin-left:auto!important;}
	.mt80 { margin-top:40px !important;}
	.mb80 { margin-bottom:40px !important;}
	.sp-mt16 { margin-top:16px!important;}
	.sp-mb16 { margin-bottom:16px!important;}
}


.rel { position:relative!important; z-index:0; padding:1px 0;}
.abs { position:absolute; margin:auto;}
.parallax  { width:100%; height:60vh; background-attachment:fixed; background-position:center; background-size:cover; /*background-color:rgba(0,0,0,.4); background-blend-mode:color;*/} /* パララックス*/
.parallax.img_a  { background-image:url(https://silfe.potwell.jp/wp-content/uploads/2024/12/sakura.png);}
@media screen and (max-width:768px){
	.parallax { background-attachment:scroll; height:30vh;}
}


/* 見出し　タイトル*/
.ttl { }
.ttl big { display:block; margin:8px 0;}
.ttl small { display:block; margin:8px 0;}
.ttl .deco { display:block; width:100px; height:1.5px; margin:12px auto; background-color:#111;}
.ttl .deco.color1 { background-color:#00468f;}
.ttl .deco.color2 { background-color:#bdac19;}
.ttl .deco.color3 { background-color:#3c88d7;}
.ttl .deco.left { margin-left:0; width:40px; height:2px; margin-top:20px;}
.ttl .deco.right {display:inline-block; margin:8px 24px; width:24px; height:1px; }
.ttl img.deco { width:200px; height:auto; background:initial;}
.ttl.bline { padding-bottom:8px;}
.ttl.ldeco { position:relative; padding-left:20px;}
.ttl.ldeco:before { content:""; width:8px; height:2px; background-color:#bdac19; position:absolute; left:0; top:0; bottom:0; margin:auto;}
.ttl.ldeco.long { padding-left:80px;}
.ttl.ldeco.long:before { width:56px; height:1px;}
.ttl.ldeco.vert { padding-left:32px;}
.ttl.ldeco.vert:before { width:1.5px; height:100%;}
.ttl.belt { background-color:#00468f; color:#fff; padding:16px;}
.ttl.belt em { color:#ffe704; font-style:initial;}
.ttl.belt-deco { background-color:#00468f; color:#fff; padding:16px 16px 16px 140px; position:relative; margin-bottom:32px;}
.ttl.belt-deco .num { background-color:#fff; color:#00468f; border:1px solid; position:absolute; left:40px; top:-20px; text-align:center; padding:6px 8px; font-size:12px; letter-spacing:1px; z-index:1;}
.ttl.belt-deco .num span { display:block; font-size:24px; font-weight:800;}
.ttl.belt-deco p { margin:0;}
.ttl.deco01 { position:relative; padding-left:24px;}
.ttl.deco01:before { content:""; width:4px; height:30px; background:linear-gradient(0deg, #00468f 0, #00468f 50%, #3c88d7 50%, #3c88d7 100%); position:absolute; top:0; bottom:0; margin:auto; left:0;}
@media screen and (max-width:768px) {
	.ttl .deco { width:60px; margin:6px auto 10px;}
	.ttl img.deco { width:100px;}
	.ttl.bline { margin-bottom:16px; padding-bottom:8px;}
	.ttl.ldeco.long { padding-left:52px;}
	.ttl.ldeco.long:before { width:38px; top:14px; bottom:auto;}
	.ttl.belt { padding:8px;}
	.ttl.belt-deco { padding: 4px 4px 4px 70px; margin-bottom:20px;}
	.ttl.belt-deco .num { font-size:10px; letter-spacing:0px; left:12px; padding:4px;}
	.ttl.belt-deco .num span { font-size:16px;}
	.ttl.dleft { font-size:20px;}
}

/*　ボタン */
.btn { border:1px solid; padding:10px 10px; width:100%; min-width:260px; max-width:300px; display:block; text-align:center; margin:16px auto; box-sizing:border-box; transition:0.5s;}
.btn.wfit { max-width:fit-content; padding:10px 20px;}
.btn.maru { border-radius:30px;}
.btn.fill { background-color:#666; color:#fff; border:0;}
.btn.color1 { background:#00468f; color:#fff; border:0;}
.btn.rel span { max-width:calc(100% - 24px);}
.btn.rel i.abs { position:absolute; right:20px; top:0; bottom:0; margin:auto; height:fit-content;}
a.btn:hover { opacity:.6;}
a.btn.inv:hover { border:1px solid; color:#fff; background:#000; opacity:1;}
a.btn.fill.inv:hover { border:1px solid; color:#141416; background:#fff; opacity:1;}
@media screen and (max-width:768px){
	.btn { width:/*100%*/;}
	.btn.wfit { padding:10px;}
}

a.basic { text-decoration:underline; text-decoration-thickness:1px; text-underline-offset:2px;}
a.basic:hover { opacity:1; text-decoration:none;}

.a_arrow01 { position:relative; width:220px; display:block; margin:24px auto; color:#00468f!important;}
.a_arrow01:after { content:""; width:calc(100% - 88px); height:1px; background:#00468f; position:absolute; top:0; bottom:0; right:0; margin:auto;}
.a_arrow01 span:before,
.a_arrow01 span:after { content:""; position:absolute; top:-6px; bottom:0; margin:auto; right:0; width:12px; height:1px; background-color:#00468f; transform:rotate(30deg);}
.a_arrow01 span:after { width:10px; top:-2px; right:6px; transform:rotate(90deg);}

.banner { display:block; transition:0.1s; width:fit-content; margin:0 auto;}
.banner:hover { opacity:.6;}
.banner img { width:100%; max-width:600px;}


.link_sns01 { max-width:340px; display:flex; flex-wrap:wrap; margin:40px auto;}
.link_sns01 a { width:32%; margin-right:2%; text-align:center; letter-spacing:.1em; margin-bottom:24px;}
.link_sns01 a:nth-of-type(3n) { margin-right:0;}
.link_sns01 a i { display:block; font-size:50px;}
.link_sns01 a .deco { display:block; width:32px; height:2px; background:#bdac19; margin:8px auto 0;}
.link_sns01 a.insta i { background:linear-gradient(225deg, #7638FA 30%, #FF0069 50%, #FFD600 80%); -webkit-background-clip:text; -webkit-text-fill-color:transparent;}
.link_sns01 a.facebook i { color:#0765ff;}
.link_sns01 a.line i { color:#01c100;}
.link_sns01 a.youtube { padding:0; height:auto;}
.link_sns01 a.youtube i { color:#ff0132;}
.link_sns01 a.tiktok i { color:#c70027; position:relative;}
.link_sns01 a.tiktok i:after { content:"\e07b"; position:absolute; top:-1.5px; right:0; left:-4px; margin:auto; color:#009793; mix-blend-mode: darken;}
@media screen and (max-width:768px) {
	.link_sns01 { max-width:280px; font-size:14px; letter-spacing:.02em;}
	.link_sns01 br { display:none;}
	.link_sns01 a i { font-size:36px; margin-bottom:4px;}
}


/* インデックス　index */
.ul_idx03 { margin:0; padding:0; list-style:none;}
.ul_idx03 li { padding:8px 0; border-bottom:1px solid #ccc;}
.ul_idx03 li:first-of-type { border-top:1px solid #ccc;}
.ul_idx03 li a { text-decoration:underline;}
.ul_idx03 li a:hover { text-decoration:none;}
@media screen and (max-width:768px) {
	.ul_idx03 li:first-of-type { border-top:none;}
	.ul_idx03:first-of-type li:first-of-type { border-top:1px solid #ccc;}
}


/*    固定ページヘッダー　page-header
----------------------------------------*/
.pheader01 { background:#efefef; padding:0 0 1px; margin-bottom:80px;}
.pheader01 img { height:300px; width:100%; object-fit:cover;}
.pheader01 img.pos-top { object-position:top;}
.pheader01 img.pos-bot { object-position:bottom;}
.pheader01 .ttl { background-color:#fff; padding:32px; text-align:center; margin:-100px auto 40px; position:relative; width:500px;}
@media screen and (max-width:768px) {
	.pheader01 { margin-bottom:40px;}
	.pheader01 img { height:200px;}
	.pheader01 .ttl { width:90%; padding:16px;}
}


/*    サービス　service
----------------------------------------*/
/* service3 */
.ul_serv04 { display:flex; flex-wrap:wrap; margin:80px auto; padding:0; list-style:none;}
.ul_serv04 .ttl.main { width:100%; margin-top:0;}
.ul_serv04 li { width:48%; margin-right:4%; border:1px solid #00468f; position:relative; margin-bottom:24px;}
.ul_serv04 li:nth-of-type(2n) { margin-right:0;}
.ul_serv04 li .ttl.belt { text-align:center; margin:0;}
.ul_serv04 li .txt { padding:24px;}
.ul_serv04 li .txt p:last-of-type { margin-bottom:0;}
.ul_serv04 li .txt .p { padding-bottom:80px; margin-bottom:0;}
.ul_serv04 li .txt .btn { background:#666; color:#fff!important;}
.ul_serv04 li .txt .btn.abs { position:absolute; bottom:32px; width:calc(100% - 48px); left:0; right:0; margin:auto;}
@media screen and (max-width:768px) {
	.ul_serv04 { margin:40px auto;}
	.ul_serv04 li { width:100%; margin-right:0;}
	.ul_serv04 li .txt { padding:24px 16px;}
	.ul_serv04 li .txt .btn.abs { bottom:24px;}
}

.ul_serv05 { margin:80px auto; padding:0; list-style:none;}
.ul_serv05 li { border-top:1px solid #666; position:relative; margin-bottom:40px; overflow:hidden;}
.ul_serv05 li:last-of-type { margin-bottom:0;}
.ul_serv05 li:before { content:""; height:2px; width:200px; background-color:#000; position:absolute; top:4px; left:0;}
.ul_serv05 li .txt { width:66%;}
.ul_serv05 li .txt .ttl { display:inline-block;}
.ul_serv05 li .img { width:30%; margin-top:-52px; float:right;}
.ul_serv05 li .img img { object-fit:contain; max-height:300px; margin-left:auto; margin-right:auto; display:block;}
@media screen and (max-width:768px) {
	.ul_serv05 { margin:40px auto;}
	.ul_serv05 li .ttl { margin:20px 0 16px;}
	.ul_serv05 li .txt { width:100%;}
	.ul_serv05 li .img { margin:0 0 8px 16px;}
	.ul_serv05 li .flex { flex-direction:column-reverse;}
	.ul_serv05 li .flex img { margin:0 0 16px;}
}

/*    ごあいさつ　message
----------------------------------------*/

.sec_msg01 { margin-top:80px;}
.sec_msg01 .txt { width:88%; margin:80px auto 100px;}
.sec_msg01 .txt .ttl small { color:#00468f;}
.sec_msg01 .txt .ttl .deco { background:#00468f;}
@media screen and (max-width:768px) {
	.sec_msg01 { margin-top:40px;}
	.sec_msg01 .txt { margin:40px auto;}
}

.sec_msg02 { position:relative; background:#000; color:#fff; z-index:0; margin:80px auto;}
.sec_msg02 .wrap { padding:100px 0; position:relative;}
.sec_msg02 .ttl.main { text-align:center; margin:0 auto 80px;}
.sec_msg02 .txt { padding:0 24% 0 8%; line-height:2.4; position:relative; z-index:2;}
.sec_msg02 .txt .name { text-align:right; font-family:"Noto Serif JP", serif; font-size:116%;}
.sec_msg02 .txt .name big { display:block; font-size:28px; line-height:1;}
.sec_msg02 .abs { width:37vw; max-width:440px; right:0; bottom:0;}
.sec_msg02 .abs img {}
@media screen and (max-width:768px) {
	.sec_msg02 { margin:40px auto;}
	.sec_msg02 .wrap { padding:1px 0 80px;}
	.sec_msg02 .ttl.main { margin:40px auto 24px;}
	.sec_msg02 .txt { padding:0; line-height:1.8;}
	.sec_msg02 .txt .name { text-align:center; padding-left:46px; font-size:initial; width:fit-content; margin-top:46px;}
	.sec_msg02 .txt .name big { font-size:22px;}
}

.dl_msg01 { display:flex; background-color:#00468f; margin:80px auto;}
.dl_msg01 dt { width:50%; color:#fff; display:flex; align-items:center; padding-left:5%;}
.dl_msg01 dd { width:50%; margin:0; display:flex; justify-content:end; max-height:/*400px*/;}
.dl_msg01 dd img { height:100%;}
@media screen and (max-width:768px) {
	.dl_msg01 { flex-direction:column-reverse; margin:40px auto;}
	.dl_msg01 dt { width:100%; padding:0 5%;}
	.dl_msg01 dd { width:100%;}
}


/*    実績　works
----------------------------------------*/
/* works4 */
.ul_wrks03 { margin:80px auto;}
.ul_wrks03 li { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-start; margin-bottom:40px;}
.ul_wrks03 li:last-of-type { margin-bottom:0;}
.ul_wrks03 li .img { width:48%;}
.ul_wrks03 li dl { width:48%; margin-bottom:0;}
@media screen and (max-width:768px) {
	.ul_wrks03 { margin:40px auto;}
	.ul_wrks03 li { margin-bottom:24px;}
	.ul_wrks03 li .img { width:80%; margin:0 auto;}
	.ul_wrks03 li dl { width:100%;}
}

.dl_wrks01 { display:flex; flex-wrap:wrap; justify-content:space-between; margin:0 0 16px;}
.dl_wrks01 .ttl.main { width:100%; border-bottom:2px solid #00468f; padding-bottom:8px; text-align:center;}
.dl_wrks01 dt { width:30%; border-bottom:1px solid #ccc; padding:8px 0;}
.dl_wrks01 dd { width:70%; border-bottom:1px solid #ccc; padding:8px 0; margin-bottom:0;}
@media screen and (max-width:768px) {
	.dl_wrks01 .ttl.main { margin-bottom:16px; padding-bottom:8px;}
}


/*    メニュー　menu
----------------------------------------*/
.sec_menu02 { margin:80px auto;}
.sec_menu02 .ttl { margin-bottom:40px;}
.sec_menu02 .ttl big { margin-bottom:0;}
.sec_menu02 .ttl small { margin-top:0;}
.sec_menu02 .ul_idx03 { width:48%;}
@media screen and (max-width:768px) {
	.sec_menu02 { margin:40px auto;}
	.sec_menu02 .ul_idx03 { width:100%;}
}

.dl_menu01 { display:flex; flex-wrap:wrap; margin:40px auto;}
.dl_menu01 dt { width:30%;}
.dl_menu01 dt .ttl { margin-top:0; font-style:italic; font-weight:300; letter-spacing:3px;}
.dl_menu01 dd { width:70%; max-width:700px;}
.dl_menu01 dd .ttl.rel { margin:0; font-weight:300;}
.dl_menu01 dd .ttl.rel:after { content:""; background:#000; width:100%; height:1px; position:absolute; top:0; bottom:0; right:0; margin:auto; z-index:-1;}
.dl_menu01 dd .ttl.rel span { display:inline-block; font-style:italic; padding-right:20px; background:#fff;}
.dl_menu01 dd ul { max-width:665px; padding:0; list-style:none;}
.dl_menu01 dd ul li { border-bottom:1px dotted #cdcdcd; margin:20px 0; display:flex; flex-wrap:wrap; justify-content:space-between;}
.dl_menu01 dd ul li .left { width:58%; font-size:small;}
.dl_menu01 dd ul li .left .ttl { margin:0 0 4px;}
.dl_menu01 dd ul li .right { width:40%; font-style:italic; margin-right:1%; text-align:right;}
@media screen and (max-width:768px) {
	.dl_menu01 { margin:40px auto;}
	.dl_menu01 dt { width:100%;}
	.dl_menu01 dt .ttl { margin-bottom:8px;}
	.dl_menu01 dd { width:100%;}
	.dl_menu01 dd ul li .left { width:100%;}
	.dl_menu01 dd ul li .left p { margin-bottom:0;}
	.dl_menu01 dd ul li .right { width:100%; margin-bottom:4px;}
}