/*
Template:twentythirteen
Theme Name:twentythirteen_childf
*/

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

html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

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

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

a:visited {
	color: #ac0404;
}

a:focus {
	outline: thin dotted;
}

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

a:hover {
	
}

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; margin-top:160px;
}
@media screen and (max-width:768px){
	.site-main { margin-top:0;}
}

.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; height:108px; padding:24px 12px 24px 300px;
}

.site-header .home-link {
	display: flex; align-items:center; justify-content:center;
	margin: 0 auto;
	width: 230px;
	height: 230px;
	text-decoration: none; position:absolute; top:0; left:0; z-index:999; background-color:#fff;
}
.site-header .home-link .logo { width:80px;}
@media screen and (max-width:768px){
	.site-header { height:80px; padding:8px 86px 8px 100px;}
	.site-header .home-link { width:100px; height:100px;}
	.site-header .home-link .logo { width:64px;}
}

.site-header .header-top { overflow:hidden;}
.site-header .header-top ul { margin:0; padding:0; text-align:right;}
.site-header .header-top ul li { display:inline-block; margin:0 24px 0 0; list-style:none; line-height:30px;}
.site-header .header-top ul li a { color:#111;}
.site-header .header-top ul li .btn { width:96px; display:block; border:1px solid #111; line-height:28px; text-align:center;}
.site-header .header-top .tel { font-size:28px; line-height:30px; float:right;}
@media screen and (max-width:768px){
	.site-header .header-top .tel { font-size:21px;}
	.site-header .header-top ul li { display:none;}
	.site-header .header-top ul li:last-of-type { display:inline-block;}
	.site-header .header-top ul li .btn { width:80px;}
}

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

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

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

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

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

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.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 a,
.comment-content a {
	
}

.entry-content a:hover,
.comment-content a:hover {
	
}

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

/* 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 { font-size: 14px; padding:64px 3% 0; background-image:url(http://alf-hairs.net/wp-content/uploads/2020/10/ft-bg2.jpg);}
@media screen and (max-width:768px){
	.site-footer { padding:24px 5%; background-image:url(http://alf-hairs.net/wp-content/uploads/2020/10/ft-bg2.jpg);}
	.site-footer .fright { display:none;}
}

.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 { font-size:13px;
	margin: 0 auto;
	
	padding: 30px 0;
	width: 100%;
}
@media screen and (max-width:768px){
	.site-info { margin:0 auto 115px;}
}

#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 {
	
	}

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

	#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:100vw; height:100vh; line-height:100vh; background:#fff; text-align:center; font-size:64px; position:fixed; top:0; left:0; font-family: 'Parisienne', cursive; z-index:99999;}

.overflow { overflow:hidden;}
.wrap { width:1090px; margin:0 auto;}
.link-wrap { width:100%; height:100%; position:absolute; top:0; left:0; z-index:99;}
.fleft { float:left;}
.fright { float:right;}
@media screen and (max-width:768px){
	.wrap { width:90%; margin:0 auto;}
	.fleft ,.fright { float:none;}
}

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

.w48 { width:48%!important;}
.w50 { width:50%!important;}
@media screen and (max-width:768px){
	.w48,.w50 { width:100%!important;}
}

.mt-50 { margin-top:50px!important;}
.mt-160 { margin-top:160px!important;}
.mt-560 { margin-top:560px!important;}
.mb-20 { margin-bottom:20px!important;}
.mb-80 { margin-bottom:80px!important;}
.mb-160 { margin-bottom:160px!important;}

.pt-160 { padding-top:160px;}
@media screen and (max-width:768px){
	.mt-160 { margin-top:40px!important;}
	.mt-560 { margin-top:0 !important;}
	.mb-80 { margin-bottom:40px!important;}
	.mb-160 { margin-bottom:40px!important;}
    .pt-160 { padding-top:40px!important;}
}

/*--ここから--*/

.wrap-top { padding:120px 0 120px;}
.wrap-greeting { padding-right:70%; background-image:url(http://alf-hairs.net/wp-content/uploads/2020/10/top-ab.jpg); background-position:right top; background-size:70%; background-repeat:no-repeat; position:relative; min-height:440px;}
.wrap-greeting h3 { font-size:22px; line-height:1.6; margin:80px 0 24px; font-weight:500; letter-spacing:.1em;}
.wrap-greeting .box { width:45%; padding:40px 40px 0 0; background-color:#fff; position:absolute; bottom:0px; left:0px; top:240px;}
.wrap-greeting .box a { width:80%; margin:20px auto 0; display:block; padding:8px 0; text-align:center; border:1px solid #2EFEC8; color:#2EFEC8;}
@media screen and (max-width:768px){
    .wrap-top { padding:40px 0;}
	.wrap-greeting { padding-right:0; background-position:top; background-size:100%; padding-top:65%;}
	.wrap-greeting h3 { margin:20px 0; font-size:18px;}
	.wrap-greeting .box { width:100%; padding:0; position:static;}
}

.wrap-identity { background-image:url(https://alf-hairs.net/wp-content/uploads/2021/03/bg.jpg); background-size:cover; color:#fff; text-shadow:1px -1px 1px #134E78;}
.wrap-identity h2 { font-size:32px; font-weight:400; margin:0 0 80px;}
.wrap-identity h3 { font-size:32px; font-weight:400; margin:40px 0 80px; letter-spacing:.1em;}
.wrap-identity p { width:35%;}

.wrap-logo { width:90%; background-color:#fff; padding:60px 80px; margin:-80px auto 0;}
.wrap-logo img { width:20%; float:left; margin-right:40px; margin-bottom:160px;}
.wrap-logo h5 { clear:none;}
.wrap-logo p { margin:0;}
@media screen and (max-width:768px) {
	.wrap-identity h2 { margin:0 0 40px;}
	.wrap-identity h3 { margin:40px 0; font-size:24px;}
	.wrap-identity p { width:100%;}
	
	.wrap-logo { margin:-40px auto 0; padding:0 5% 40px;}
	.wrap-logo img { width:50%; float:none; margin:0 auto; display:block;}
}

.w48 .lead { font-size:24px; font-weight:400; color: #63446e; margin:0 0 20px;}
.w48 .name { font-size:24px; font-weight:400; margin:20px 0 0; text-align:right;}
.w48 h5 { clear:none; margin:0 0 16px; font-size:16px; font-weight:700;}
@media screen and (max-width:768px){
	.w48 .lead { margin:16px 0; font-size:20px;}
	.w48 .name { font-size:20px;}
}

.wrap-top-staff { padding:1px 80px 80px; background-color:#778ca1; color:#fff;}
.wrap-top-staff ul { margin:0; padding:0; overflow:hidden;}
.wrap-top-staff ul li { width:100%; list-style:none; float:none; position:relative; margin-bottom:40px;}
.wrap-top-staff ul li:nth-of-type(3n) { margin-right:0;}
.wrap-top-staff ul li img { width:100%; height:685px; object-fit:cover; object-position:top;}
.wrap-top-staff ul li div { background-color:#fff; padding:20px; height:auto; box-sizing:border-box; position:relative; color:#111;}
.wrap-top-staff ul li div h4 { font-size:24px; margin:0; position:relative; font-weight:400; line-height:1.8; padding:0 0 8px; }
.wrap-top-staff ul li div h4 span { font-size:16px; display:block; }
.wrap-top-staff ul li div h4:after { content:""; width:20px; height:2px; background-color:#5f5147; display:block; position:absolute; bottom:0; left:0;}
.wrap-top-staff ul li div .more { margin:0 auto; line-height:48px; border:1px solid #111; width:200px; text-align:center;}
@media screen and (max-width:768px){
	.wrap-top-staff { padding:1px 5% 40px;}
	.wrap-top-staff ul li { margin-bottom:24px;}
	.wrap-top-staff ul li img { height:auto;}
	.wrap-top-staff ul li:nth-of-type(2n) { margin-right:0;}
	.wrap-top-staff ul li div { }
	.wrap-top-staff ul li div .more { margin:16px auto 0;}
}

.midashi-top { text-align:center; font-size:32px; margin:80px 0; letter-spacing:.1em;}
.midashi-top span { font-size:14px; margin-top:8px; display:block; margin-bottom:24px;}
.lead-top { width:60%; margin:0 auto; text-align:center;}
.midashi-top:after { content: ''; display: block; width: 60px; height: 2px; margin: 10px auto 0; background: #5f5147;}
@media screen and (max-width:768px){
	.midashi-top { margin:40px 0; font-size:28px;}
}

.btn-top { width:240px; line-height:50px; display:block; text-align:center; border:1px solid #111; color:#111 !important; margin:40px auto;}

.wrap-top-menu { padding:200px 0 100px 100px; position:relative;}
.wrap-top-menu:before { content:""; background-color:#efefef; width:calc(100% - 100px); height:calc(100% - 100px); position:absolute; bottom:0; left:0;}
.wrap-top-menu img { width:76%; height:540px; object-fit:cover; position:absolute; top:0; right:0; z-index:2;}
.wrap-top-menu .box { width:50%; background-color:#778ca1; color:#fff; padding:1px 40px; box-sizing:border-box; position:relative; z-index:9;}
.wrap-top-menu .btn-top,.wrap-top-half .w50 .btn-top { color:#fff !important; border:1px solid #fff;}
@media screen and (max-width:768px){
	.wrap-top-menu { padding:132px 5% 40px;}
	.wrap-top-menu img { width:90%; height:auto; right:0;}
	.wrap-top-menu .box { width:100%; padding:1px 5%;}
}

.ul-top-gallery { margin:0 0 80px; padding:0; overflow:hidden;}
.ul-top-gallery li { width:32%; margin-right:2%; list-style:none; float:left; position:relative; margin-bottom:24px;}
.ul-top-gallery li:nth-of-type(3n) { margin-right:0;}
.ul-top-gallery li div { width:100%; height:100%; background-color:rgba(255,255,255,.4); color:#fff; text-align:center; font-weight:bold; font-size:18px; line-height:209px; position:absolute; top:0; left:0;}
@media screen and (max-width:768px){
	.ul-top-gallery { margin:0;}
	.ul-top-gallery li { width:49%; margin-bottom:8px;}
	.ul-top-gallery li:nth-of-type(3n) { margin-right:2%;}
	.ul-top-gallery li:nth-of-type(2n) { margin-right:0;}
	.ul-top-gallery li div { line-height:101px;}
}

.wrap-top-half  { margin:80px 0;}
.wrap-top-half .w50 { background-color:#778ca1; color:#fff; border:1px solid #fff;}
.wrap-top-half .w50 div { padding:1px 20px;}
.wrap-top-half .w50 .txt { height:84px;}
.wrap-top-half .midashi-top:after { background:#fff;}
@media screen and (max-width:768px){
	.wrap-top-half .w50 .txt { height:auto;}
}

.bg-ef { background-color:#efefef; padding:20px 0 40px;}
.box-calender { margin-top:40px; overflow:hidden; border-top:1px dotted #333;}

.midashi-access { font-size:32px; margin:0 0 40px; letter-spacing:.1em; line-height:1.6;}
.midashi-access:after { content:" "; width:20px; height:2px; background-color:#5f5147; display: block;}

.wrap-top-access { padding:80px 0;}
.wrap-top-access h4 { font-size:24px; margin:0 0 20px;}
.wrap-top-access h4 small { font-size:14px; padding-left:20px;}
.wrap-top-access .tel { font-size:32px; margin:40px 0 0; font-weight:bold; position:relative;}
.wrap-top-access .tel small { font-size:13px; display:block; line-height:1;}
.wrap-top-access .tel a { color:#5f5147;}
.wrap-top-access .tel .btn { width:240px; line-height:50px; border:1px solid #5f5147; text-align:center; position:absolute; top:0; right:0; font-size:16px; color:#111; font-weight:400;}
@media screen and (max-width:768px){
	.midashi-access { margin:0 0 20px;}
	.wrap-top-access { padding:40px 0;}
	.wrap-top-access .tel .btn { display:block; position:static; margin:0 0 20px; width:100%;}
}

.head-page { width: 100%; height: 260px; background-size: calc(100% - 266px) 100%; background-position: top right; background-repeat: no-repeat; padding: 100px 0 0 100px; margin: 0 0 80px; background-image:url(http://alf-hairs.net/wp-content/uploads/2020/07/full.jpg);}
.head-page h2 { margin: 0; padding: 0; line-height: 1.2; font-size: 24px; letter-spacing:0;}
.head-page h2 span { font-size: 64px; display: block; position: relative; z-index: 9; letter-spacing: .1em; font-weight: bold; line-height: 1;}
.head-page h2 span:before { content: ""; position: absolute; z-index: -1; display: block; width: 3rem; height: 3rem; background: #5f5147; bottom: -0.2rem; left: -1rem;}
.head-page h2 em { font-size: 18px; position: relative; z-index: 9;}

.site-footer .info { width:28%; padding:0 64px 0 0; box-sizing:border-box; float:left;}
.site-footer .info h3 { margin:0 0 24px;}
.site-footer .info .logo { width:100%; height:auto; object-fit:cover;}
.site-footer .info ul { margin:0; padding:0; overflow:hidden;}
.site-footer .info ul li { width:32%; margin-right:2%; float:left; list-style:none;}
.site-footer .info ul li:nth-of-type(3n) { margin-right:0;}
.site-footer .info ul li a { display:block; border:1px solid #111; height:56px; text-align:center; padding:8px 0; font-size:11px; box-sizing:border-box;}
.site-footer .info ul li a i { display:block; font-size:20px;}
.site-footer .info ul li a:hover { background-color:#111; color:#fff;}
@media screen and (max-width:768px) {
	.site-footer .info { width:100%; padding:0; float:none;}
	.site-footer .info .logo { height:auto; width:32%;}
}

.site-footer .add { width:72%; float:right; overflow:hidden; font-size:13px;}
.site-footer .add p { margin:0 0 8px;}
.site-footer .add h3 { margin:0 0 20px; line-height:22px; font-size:20px;}
.site-footer .add h3 span { border:1px solid #5f5147; padding:0 4px; line-height:22px; font-size:14px; color:#5f5147; display:inline-block; margin-left:8px;}
.site-footer .add .tel { font-size:40px; font-weight:bold; color:#5f5147;}
.site-footer .add .tel small { font-size:20px;}
.site-footer .add .fax { font-size:20px; }
@media screen and (max-width:768px) {
	.site-footer .add { width:100%; float:none; margin-top:20px;}
}

.header-page { text-align:center; margin:0; padding:160px 0 48px; background-color:#efefef; position:relative;}
.header-page img { width:100%; height:224px; object-fit:cover; position:absolute; top:0; left:0; }
.header-page h3 { background-color:#fff; margin:0 auto; padding:24px 20px 24px; font-size:32px; text-align:center; width:50%; box-sizing:border-box; position:relative; z-index:9;}
.header-page h3 small{ font-size:13px; display:block; font-weight:400; margin-top:20px;}
.header-page h3:after { content:""; display:block; width:64px; height:3px; background-color:#5f5147; position:absolute; bottom:0; left:calc(50% - 32px);}
.header-page h4 { font-size:32px; text-align:center; margin:48px 0 0; position:relative; z-index:9; font-weight:400;}
.header-page p { margin:0;}
.header-page dl { width:50%; display:flex; margin:0 auto; padding:30px 45px; background-color:#5f5147; color:#fff; position:relative; z-index:9;}
.header-page dt { width:35%; text-align:center; padding:0 55px 0 0; height:114px; margin:0 55px 0 0; border-right:1px solid #fff; font-size:64px; line-height:1.2; font-weight:400;}
.header-page dt small { font-size:13px; line-height:1.6; display:block; margin:0 0 8px;}
.header-page dd { line-height:114px; width:65%; font-size:24px;}
.header-page .lead { width:70%; margin:40px auto 0; text-align:center;}
.header-page .kodawari dd { width:100%; text-align:center; line-height:1.8;}
@media screen and (max-width:768px){
	.header-page { padding:160px 0 20px;}
	.header-page dl { width:90%; display:block; padding:16px;}
	.header-page dt { width:100%; padding:0; height:auto; margin:0; border-right:0; border-bottom:1px solid #fff; font-size:40px;}
	.header-page dd { width:100%; line-height:2; margin:8px 0 0;}
	.header-page h3 { font-size:22px;}
	.header-page h4 { font-size:24px; margin:40px 0 0;}
	.header-page .lead { width:90%; margin:24px auto 0; text-align:left;}
}

.inner-relief { position:relative; margin:0 0 20px; text-align:center; padding:45px 0 40px; background-size:cover; color:#fff;}
.inner-relief .box { width:100px; height:100px; border:3px solid #fff; color:#fff; padding:20px; box-sizing:border-box; display:block; text-align:center; font-size:16px; line-height:1.8; margin:0 auto;}
.inner-relief:hover .box { background-color:#fff; color:#111;}
.inner-relief h3 { font-size:40px; margin:24px 0; }
.inner-relief:after { content:""; width:1px; height:50px; background-color:#fff; position:absolute; bottom:0; left:50%;}
.inner-relief.bg-1 { background-image:url(http://alf-hairs.net/wp-content/uploads/2020/10/ft-bg.jpg);}

.bg-ef-page { background-color:#efefef; padding:40px 0;}

.lead-specific { line-height:2; margin:0 0 40px; text-align:center;}
.ul-specific { margin:0; padding:0; overflow:hidden;}
.ul-specific li { width:32%; margin-right:2%; float:left; list-style:none; position:relative; margin-bottom:24px;}
.ul-specific li:nth-of-type(3n) { margin-right:0;}
.ul-specific li dl { display:block; margin:-24px auto 0; width:90%; padding:20px 16px; background-color:#cbc0b8; position:relative; z-index:9;}
.ul-specific li dt { width:80px; border-right:1px solid #fff; float:left; height:64px; line-height:32px; font-size:14px; text-align:center;}
.ul-specific li dt span { font-size:24px; display:block;}
.ul-specific li dd { padding:0; font-size:18px; line-height:40px; margin:0 0 16px; text-align:center;}
.ul-specific li .btn { display:block; width:90%; background-color:#fff; text-align:center; margin:20px auto 0; color:#5f5147;}
@media screen and (max-width:768px){
	.ul-specific li { width:100%; float:none; margin-right:0; display:flex;}
	.ul-specific li:nth-of-type(3n) { float:none;}
	.ul-specific li img { width:40%; height:100%; object-fit:cover;}
	.ul-specific li dl { width:60%; margin:0; padding:16px;}
	.ul-specific li dt { width:100%; border-right:0; border-bottom:0; float:none; height:auto; line-height:1.6; font-size:14px; text-align:left;}
    .ul-specific li dt span { font-size:20px; display:inline;}
    .ul-specific li dd { padding:0; font-size:15px; line-height:1.6; margin:0 0 12px;}
	.ul-specific li dl p { margin:0; font-size:13px;}
	.ul-specific li .btn { width:100%; margin:12px auto 0;}
}

.inner-contact-first { padding:0 0 0 20%; position:relative;}
.inner-contact-first h3 { margin:0; font-size:32px; font-weight:400; writing-mode:vertical-rl; position:absolute; top:0; left:0; line-height:1.8; }
.inner-contact-first h3 span { position:relative; padding-right:24px;}
.inner-contact-first h3 span:after { content:""; width:1px; height:48px; background-color:#111; position:absolute; top:0; right:0;}
.inner-contact-first .lead { line-height:2;}
.inner-contact-first .box { margin:48px 0 0; /*border:1px solid #5f5147;*/ padding:8px 52% 8px 40px; position:relative; line-height:2; background-color:#fff;}
.inner-contact-first .box img { width:48%; height:80%; object-fit:cover; position:absolute; top:-24px; right:8px;}
.inner-contact-first .box h4 { font-size:28px; margin:48px 0 20px; font-weight:400;}
@media screen and (max-width:768px){
	.inner-contact-first { padding:0;}
	.inner-contact-first h3 { writing-mode:horizontal-tb; position:static; font-size:24px; margin:0 0 20px;}
	.inner-contact-first h3 span:after { display:none;}
	.inner-contact-first .box { margin:40px 0 0; padding:16px 5%;}
	.inner-contact-first .box img { width:100%; height:auto; position:static; margin-top:20px;}
	.inner-contact-first .box h4 { font-size:24px; margin:0 0 20px;}
	.inner-contact-first .box p { margin:0;}
}

.midashi-contact { margin:40px 0; text-align:center; font-size:36px; font-weight:400; }
.midashi-contact span,.inner-faq h3 span,.bottom-passive h3 span { font-size:16px; width:120px; text-align:center; display:block; padding:0 0 16px; margin:0 auto 24px; position:relative; border-bottom:1px solid #111; }
.midashi-contact span:after,.inner-faq h3 span:after,.bottom-passive h3 span:after { content:""; width:1px; height:20px; display:block; background-color:#111; bottom:-20px; left:50%; position:absolute;}
@media screen and (max-width:768px){
	.midashi-contact { font-size:24px;}
}

.inner-contact-second { padding:40px 0; text-align:center;}
.inner-contact-second .tel { font-size:40px; margin:0 0 24px; line-height:1;}
.inner-contact-second .tel a { color:#5f5147;}
.inner-contact-second .tel i { padding-right:16px;}
.inner-contact-second .tel small { font-size:14px; padding-left:16px;}
.inner-contact-second .ul-tel-contact { margin:0 0 40px; text-align:center;}
.inner-contact-second .ul-tel-contact li { display:inline-block; margin-right:40px; font-size:32px; list-style:none; line-height:32px;}
.inner-contact-second .ul-tel-contact li:nth-of-type(2n) { margin-right:0;}
.inner-contact-second .ul-tel-contact li span { display:inline-block; border-bottom:4px solid #5f5147; margin-right:16px; font-size:18px; line-height:11px;}
.inner-contact-second .ul-tel-contact li a { color:#111;}
@media screen and (max-width:768px){
	.inner-contact-second .tel { font-size:32px;}
	.inner-contact-second .tel i { padding-right:8px;}
	.inner-contact-second .tel small { display:block; margin-top:8px; padding-left:0;}
	.inner-contact-second .ul-tel-contact li { font-size:24px;}
}

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

.inner-flow-first { padding:0 0 0 14%; position:relative;}
.inner-flow-first .sidebar { background-color:#5f5147; line-height:50px; writing-mode:vertical-rl; margin:0; position:absolute; top:0; left:0; height:98%;}
.inner-flow-first .sidebar span { display:block; position:relative; font-size:18px; padding:50px 0;}
.inner-flow-first .sidebar span:before { border-style: solid; border-width: 20px 25px 0; content: ""; position:absolute; left:0; top: 0; border-color: #efefef transparent transparent;}
.inner-flow-first .sidebar span:after { content:"";  position:absolute; left:0; bottom:-20px; border-style: solid; border-width: 20px 25px 0; border-color: #5f5147 transparent transparent;}
.inner-flow-first .sidebar em { color:#fff; font-style:normal;}
.inner-flow-first dl,.inner-flow-second dl { margin:0; display:flex; position:relative;}
.inner-flow-first dt,.inner-flow-second dt { width:28%; border-right:1px solid #111; margin-right:40px; padding-right:40px; position:relative;}
.inner-flow-first dt:before,.inner-flow-second dt:before { content:""; display:block; border-top:1px dashed #111; height:1px; width:48px; position:absolute; top:0; right:-24px;}
.inner-flow-first dt h4,.inner-flow-second dt h4 { font-size:56px; line-height:60px; margin:-30px 0 24px; text-align:right; font-weight:400;}
.inner-flow-first dt h4 small,.inner-flow-second h4 small { font-size:22px; padding-right:8px;}
.inner-flow-first dt img,.inner-flow-second dt img { width:200px; height:200px; object-fit:cover; border-radius:50%;}
.inner-flow-first dd,.inner-flow-second dd { width:72%;}
.inner-flow-second dt { width:32%;}
.inner-flow-second dd { width:68%;}
.inner-flow-first dd h3,.inner-flow-second dd h3 { font-size:28px; margin:-30px 0 24px; line-height:60px; font-weight:400; }
.inner-flow-first dd .btn,.inner-flow-second dd .btn { width:180px; display:block; line-height:48px; border:2px solid #111; text-align:center; position:relative; color:#111; font-size:16px; font-weight:bold; margin:40px 20px;}
.inner-flow-first dd .btn:hover,.inner-flow-second dd .btn:hover { background-color:#fff; border-color:#fff;}
.inner-flow-first dd .btn:hover:after,.inner-flow-second dd .btn:hover:after { content:""; display:block; width:40px; height:2px; background-color:#fff; position:absolute; bottom:0; left:70px;}

.inner-flow-second { margin:40px 0 0; padding:0 0 0 20%; position:relative;}
.inner-flow-second .sidetitle { background-color:#5f5147; color:#fff; font-size:18px; width:160px; height:100px; position:absolute; top:0; left:0; text-align:center;}
.inner-flow-second .sidetitle span { line-height:100px; position:relative; display:block;}
.inner-flow-second .sidetitle span:before { border-style: solid; border-width: 20px 25px 0; content: ""; position:absolute; left:55px; top: 0; border-color: #efefef transparent transparent;}

.inner-faq,.bottom-passive { padding:0 0 0 24%; position:relative; min-height:240px;}
.inner-faq h3,.bottom-passive h3 { font-size:22px; font-weight:400; line-height:1.4; background-color:#fff; margin:0; padding:50px 40px; text-align:center; position:absolute; top:0; left:0; display:inline-block;}

/*全体*/
.hidden_box { margin:0;/*前後の余白*/ padding:0; width:100%;}
.hidden_box .last { border-bottom:0;}
.hidden_box p { margin:0;}

/*ボタン装飾*/
.hidden_box label { padding:15px 0; font-weight:400; cursor:pointer; display:block; position:relative; width:100%; line-height:28px; border-bottom:1px solid #ccc;}

/*ボタンホバー時*/
.hidden_box label:hover {}
.hidden_box label span { width:6%; display:block; float:left; text-align:center; font-size:28px; color:#5f5147; font-weight:400; line-height:28px;}

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

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

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show { padding:20px 40px; background-color:#fff; height:auto; opacity:1; font-weight:300;}
.hidden_box input:checked ~ .hidden_show span { display:block; font-size:28px; line-height:28px; margin:0 0 8px;}
.hidden_box input:checked ~ .hidden_show .txt {}

.wrap-people-first { padding:40px 0; position:relative;}
.wrap-people-first h3 { width:44%; margin:-24px 0 0; float:right; font-size:32px; font-weight:400; padding:0 80px 0 0; position:relative; clear:none;}
.wrap-people-first h3 em { font-size:120px; color:#eee; font-style:normal; position:absolute; top:0; right:100px; line-height:1; writing-mode:horizontal-tb;}
.wrap-people-first h3 span { border-top:3px solid #111; padding:40px 0 0; display:block; margin:0 auto; line-height:1.8; position:relative; z-index:9;}
.wrap-people-first h3 span small { font-size:16px; display:block; margin:0;}
.wrap-people-first img { width:50%; float:left;}
.wrap-people-first .wrap { padding:80px 28% 0 0; box-sizing:border-box;}

.wrap-people-first.second { overflow:hidden;}
.wrap-people-first.second img { width:36%;}
.wrap-people-first.second h3 { width:58%; }
.wrap-people-first.second h3 span { border-top:3px solid #5f5147;}
.wrap-people-first.second .wrap { float:right; width:58%; padding:40px 80px 0 0;}
@media screen and (max-width:768px){
	.wrap-people-first { padding:20px 5%;}
	.wrap-people-first h3,.wrap-people-first.second h3 { width:100%; writing-mode:horizontal-tb; font-size:24px; margin:0 0 20px; padding:0; font-size:22px; padding:20px 0 0;}
	.wrap-people-first h3 em { font-size:80px; right:0;}
	.wrap-people-first h3 span { border-top:0; padding:0;}
	.wrap-people-first.second h3 span { border-top:0;}
	.wrap-people-first h3 span small { font-size:14px; margin:0 0 8px;}
	.wrap-people-first img,.wrap-people-first.second img { width:48%; float:none;}
	.wrap-people-first .wrap,.wrap-people-first.second .wrap { width:100%; float:none; padding:0;}
}

.inner-people { position:relative; margin:0 0 40px; display:flex; justify-content:space-between;}
.inner-people img { width:16%; object-fit:cover;}
.inner-people .box { width:82%; position:relative; z-index:9; padding:24px; background-color:#fff; box-sizing:border-box;}
.inner-people .box h4 { font-size:24px; margin:0 0 24px; font-weight:400; }
.inner-people .box h4 .name { display:block; text-align:right; font-size:20px;}
.inner-people .box h4 .name span { position:relative; padding-left:24px;}
.inner-people .box h4 .name span:before { content:""; display:block; width:80px; height:1px; background:#ccc; position:absolute; top:50%; left:-80px;}
.inner-people .box h4 .name span small { padding-right:20px;}
.inner-people .box p { margin:0;}
@media screen and (max-width:768px){
	.inner-people { height:auto; display:block;}
	.inner-people img { width:50%; height:auto; position:static;}
	.inner-people .box { width:100%; padding:20px; margin-top:24px;}
	.inner-people .box h4 { font-size:20px;}
	.inner-people .box h4 .name { font-size:16px;}
	.inner-people .box h4 .name span small { font-size:12px;}
	.inner-people .box h4 .name span:before { display:none;}
}

.inner-people.second img { left:auto; right:0;}
.inner-people.second .box { float:left;}

.ul-menu-company { margin:0; padding:0 100px;  background-color:#efefef; overflow:hidden;}
.ul-menu-company li { width:20%; float:left; list-style:none;}
.ul-menu-company li a { display:block; text-align:center; line-height:80px; color:#5f5147; position:relative;}
.ul-menu-company li a:hover:after { content:""; width:1px; height:48px; background-color:#5f5147; position:absolute; left:50%; bottom:-32px;}
@media screen and (max-width:768px){
	.ul-menu-company { padding:0 5%;}
}

.midashi-bar-company { font-size:32px; color:#1e1109; background-color:#fff; padding:32px 0; text-align:center; margin:0;}
@media screen and (max-width:768px){
	.midashi-bar-company { font-size:24px;}
}

.inner-message { width:70%; margin:0 auto; padding:0 100px; position:relative;}
.inner-message:before { content:""; display:block; width:100%; height:430px; background-color:#fff;position:absolute; top:306px; left:0;}
.inner-message img { width:430px; height:460px; object-fit:cover; position:relative; z-index:9;}
.inner-message .txt { padding:48px 0 40px 48px; position:relative; z-index:9;}
.inner-message .txt .name { font-size:24px; text-align:right;}
.inner-message .txt .name small { font-size:16px; padding-right:20px;}
@media screen and (max-width:768px){
	.inner-message { width:90%; padding:0;}
	.inner-message .txt { padding:0;}
	.inner-message img { width:100%; height:auto;}
	.inner-message:before { display:none;}
}

.wrap-Phi { padding:48px 0; background-image:url(http://alf-hairs.net/wp-content/uploads/2020/09/comit-bg.jpg); background-size:cover;}
.wrap-Phi .box { width:840px; padding:48px; box-sizing:border-box; background-color:rgba(255,255,255,.7); margin:0 auto;}
.wrap-Phi .box .inner { padding:0 0 0 220px; position:relative; min-height:160px;}
.wrap-Phi .box .inner h3 { margin:0; writing-mode:vertical-rl; font-size:32px; position:absolute; top:0; left:0;}
.wrap-Phi .box .inner h3 small { font-size:16px; font-weight:400; display:block; margin-left:16px;}
.wrap-Phi .box .inner ul { margin:0; padding:20px 0;}
.wrap-Phi .box .inner ul li { list-style:none; }
.wrap-Phi .box h4 { font-size:20px; margin:0; line-height:2; font-weight:400;}
@media screen and (max-width:768px){
	.wrap-Phi { padding:40px 5%;}
	.wrap-Phi .box { width:100%; padding:20px;}
	.wrap-Phi .box .inner { padding:0;}
	.wrap-Phi .box .inner h3 { writing-mode:horizontal-tb; font-size:24px; position:static;}
	.wrap-Phi .box .inner h3 small { font-size:14px;}
	.wrap-Phi .box h4 { font-size:16px;}
}

.dl-company { margin:0; padding:0; display:flex; flex-wrap:wrap;}
.dl-company dt { width:25%; border-bottom:1px dashed #aaa; padding:16px 8px; text-align:right; box-sizing:border-box;}
.dl-company dd { width:75%; border-bottom:1px dashed #aaa; padding:16px 8px; margin:0; box-sizing:border-box;}
@media screen and (max-width:768px){
	.dl-company { margin:0 0 20px; padding:0 5%; display:block;}
	.dl-company dt { width:100%; padding:16px 8px 0; text-align:left; border-bottom:0;}
	.dl-company dd { width:100%;}
}

.wrap-history { padding:80px 0 0; position:relative; background-color:#efefef;}
.wrap-history p { margin:0;}
.wrap-history img { width:100%; height:160px; object-fit:cover; position:absolute; top:0; left:0;}
.wrap-history .inner { width:80%; margin:0 auto; background-color:#fff; padding:48px; position:relative; z-index:9;}
.wrap-history .w48 h4 { font-size:22px; margin:0 0 24px; font-weight:400;}
.wrap-history .w48 p { margin:0 0 24px;}
.wrap-history .box { background-color:#fff; margin:48px 0; padding:40px; display:flex;}
.wrap-history .box h4 { font-size:20px; margin:0 0 24px; color:#5f5147;}
.wrap-history .box ul { width:240px; margin:0 20px 0 0; float:left; padding:0;}
.wrap-history .box li { list-style:none; margin:0 0 8px;}
.wrap-history .box .left { margin-right:80px; overflow:hidden;}
@media screen and (max-width:768px){
	.wrap-history .inner { width:90%; padding:20px 5%;}
}

.ul-bottom-menu { margin:0; padding:0 0 48px; text-align:center;}
.ul-bottom-menu li { display:inline-block; margin:0 2px;}
.ul-bottom-menu li a { display:block; border:2px solid #111; line-height:48px; text-align:center; padding:0 40px; color:#111; font-weight:bold;}
.ul-bottom-menu li a:hover { border:2px solid #fff; background-color:#fff;}
@media screen and (max-width:768px){
	.ul-bottom-menu li { display:block; margin:0 0 8px;}
	.ul-bottom-menu li a { line-height:40px;}
}

.inner-passive { padding:48px; background-color:#fff;}
.inner-passive .box-bottom { padding:0 0 0 180px; position:relative; overflow:hidden;}
.inner-passive .num-box-passive { position:absolute; top:0; left:0;}
@media screen and (max-width:768px){
	.inner-passive { padding:20px;}
    .inner-passive .box-bottom { padding:0;}
	.inner-passive .num-box-passive { position:static; margin-bottom:20px;}
}

.num-box-passive { width:140px; height:140px; border:3px solid #111; box-sizing:border-box; padding:16px; font-size:48px; color:#5f5147; text-align:right; line-height:1;}
.num-box-passive span { font-size:20px; padding:0 0 16px; margin:0 0 20px; text-align:left; display:block; position:relative; color:#111;}
.num-box-passive span:after { content:""; width:24px; height:1px; background-color:#5f5147; display:block; position:absolute; bottom:0; left:0;}
@media screen and (max-width:768px){
	.num-box-passive { width:100px; height:100px; padding:8px; font-size:40px;}
	.num-box-passive span { padding:0 0 8px; margin:0 0 8px;}
}

.midashi-passive { font-size:24px; font-weight:400; margin:0 0 40px; line-height:1.6;}
.midashi-passive small { font-size:14px; color:#5f5147; display:block; margin:0 0 12px;}
@media screen and (max-width:768px){
	.midashi-passive { margin:0 0 20px;}
}

.btn-passive { display:block; width:150px; line-height:48px; border:2px solid #111; text-align:center; font-size:16px; color:#111 !important;}
.btn-passive:hover { background-color:#111; color:#fff !important;}
@media screen and (max-width:768px){
	.btn-passive { width:100%; line-height:40px; margin:20px 0 0;}
}

.inner-passive.second { background-color:#efefef;}
.inner-passive.second .num-box-passive { margin:0 0 40px; position:static;}

.box-passive { margin:48px 0; padding:64px; background-color:#fff;}
.box-passive h3 { margin:0 0 40px; font-size:28px; font-weight:400; line-height:2;}
.box-passive h3 span { border-bottom:2px solid #111;}
@media screen and (max-width:768px){
	.box-passive { margin:40px 0; padding:20px;}
	.box-passive h3 { margin:0 0 24px; font-size:24px;}
}

.bottom-passive { padding:48px 0 48px 24%; min-height: 350px;}
.bottom-passive h3 { background-color:#fafafa; top:48px;}
.bottom-passive .btn-passive { margin-top:20px;}
.bottom-passive ul { margin:0; padding:0; }
.bottom-passive ul li { list-style:none; border-bottom:1px dashed #ccc; position:relative; line-height:24px; padding:4px 32px; box-sizing:border-box;}
.bottom-passive ul li:first-of-type { border-top:1px dashed #ccc;}
.bottom-passive ul li small { line-height:24px; border-right:2px solid #5f5147; padding-right:32px; margin-right:32px; display:inline-block;}
@media screen and (max-width:768px){
	.bottom-passive { padding:20px 5%;}
	.bottom-passive h3 { position:static; display:block; margin:0 0 20px;}
}

.part-menu { margin:80px 0 0; width:48%;}
.part-menu .img-area { position:relative;}
.part-menu .img-area h3 { position:absolute; margin:0; line-height:80px; padding:0 40px; background-color:rgba(255,255,255,.5); font-size:28px; font-weight:400; bottom:0; left:0; width:100%; align-items:center;}
.part-menu .img-area h3 small { font-size:18px; float:right; line-height:80px;}
.part-menu .img-area.noimage h3 { background-color:#eee; line-height:72px; border-top:1px solid #ccc; border-bottom:1px solid #ccc; position:relative;}
.part-menu ul { margin:0; padding:0; }
.part-menu ul li { padding:12px 24px; border-bottom:1px solid #ccc; list-style:none; font-size:15px;}
.part-menu ul li.last-of-type { border-bottom:0;}
.part-menu ul li h4 { display:flex; font-size:16px; justify-content:space-between; margin:0 0 8px;}
.part-menu ul li p { margin:0;}
@media screen and (max-width:768px){
	.part-menu { margin:0; width:100%;}
}

.box-pagevoice img,.box-pagestaff img { width:68%;}
.box-pagevoice div,.box-pagestaff div { width:38%;  background-color:#F8E0F1; padding:40px 32px; box-sizing:border-box; color:#5f5147; font-size:20px; font-weight:700; position:absolute; right:2%; top:40vh;}
.box-pagevoice span { color:#666;} 
.box-pagevoice h4 { color:#666; font-size:16px; margin:0 0 20px;}
.box-pagevoice h4 a { color:#666; border:2px solid #666; padding:8px 20px; display:inline-block; margin-right:20px;}
.img-pagevoice { width:32%; float:right; margin-left:100px; margin-bottom:24px;}
.midashi-pagevoice { font-size:32px; margin:80px 0 24px; clear:none; letter-spacing:.05em;}
.midashi-pagevoice span { color:#5f5147;}
@media screen and (max-width:768px){
	.box-pagevoice img,.box-pagestaff img { width:100%;}
	.box-pagevoice div { width:100%; position:static; padding:24px 5%; font-size:14px; font-weight:400;}
	.box-pagevoice h4 { font-size:14px;}
	.box-pagevoice h4 a { padding:4px 16px; margin-right:8px; border:1px solid #666;}
	.img-pagevoice { width:100%; float:none; margin-left:0;}
	.midashi-pagevoice { font-size:20px; margin:40px 0 20px;}
}

.bg-pagestaff { background-color:#efefef; padding:80px 2%; position:relative;}
.box-pagestaff div { background-color:#fff; font-size:14px; color:#111;}
.box-pagestaff div:before { content:""; display:block; position:absolute; top:0; left:0; width:calc(160/499*100%); padding-top:calc(15/499*100%); background-color:#5f5147;}
.box-pagestaff h4 { font-size:24px; margin:20px 0;}
.box-pagestaff h4 span { font-size:14px; color:#5f5147; display:block; margin-top:8px;}
.box-pagestaff dl { margin:0; padding:0; overflow:hidden; font-weight:400;}
.box-pagestaff dt { width:30%; float:left; font-weight:400;}
.box-pagestaff dd { padding:0 0 0 32%; margin:0 0 8px;}
.bg-pagestaff h3 { font-size:48px; margin:80px 0 20px; letter-spacing:.1em; color:#666;}
.bg-pagestaff h3 span { font-size:18px; display:block; font-weight:400;}
.bg-pagestaff .lead { font-size:16px; margin:40px auto 80px !important;}
@media screen and (max-width:768px){
	.bg-pagestaff { padding:40px 5%;}
	.box-pagestaff div { position:relative; top:auto; left:0; width:96%; margin:-40px auto 0; padding:24px 5%;}
	.box-pagestaff h4 { font-size:20px; margin:0 0 20px;}
	.box-pagestaff h4 span { display:inline-block; margin-top:0; margin-left:4px;}
	.box-pagestaff dt { width:40%;}
	.box-pagestaff dd { padding:0 0 0 42%;}
	.bg-pagestaff h3 { font-size:32px; margin:40px 0 20px;}
	.bg-pagestaff .lead { font-size:14px;}
}

.midashi-favorite { font-size:48px; margin:0 0 20px; text-align:center;}
.midashi-favorite span { font-size:18px; display:block; font-weight:400;}
.ul-favorite { margin:0; padding:0; overflow:hidden;}
.ul-favorite li { width:32%; margin-right:2%; float:left; list-style:none;}
.ul-favorite li:nth-of-type(3n) { margin-right:0;}
.ul-favorite li img { width:100%; margin-bottom:20px;}
@media screen and (max-width:768px){
	.midashi-favorite { font-size:32px;}
	.midashi-favorite span { font-size:14px; margin:4px 0 0;}
	.ul-favorite li { width:100%; margin-right:0; float:none; margin-bottom:20px;}
	.ul-favorite li img { margin-bottom:8px;}
}

.bg-orange { background-color:#ff99cc; color:#fff; padding:80px 0;}
.bg-orange.client { background-color:#ffb699;}
.wrap-vision { width:90%;}
.wrap-vision .txt { padding:0 40px; box-sizing:border-box;}
.wrap-vision .txt h3 { margin:80px 0 40px; position:relative;}
.wrap-vision .txt h3 span { font-size:160px; position:absolute; color:rgba(255,255,255,.4); top:-80px; right:-40px;}
.wrap-vision .txt h3 em { font-size:16px; font-style:normal; position:relative; padding:0 0 0 56px;}
.wrap-vision .txt h3 em:before { content:""; width:40px; height:1px; background-color:#fff; position:absolute; left:0; top:50%;}
.wrap-vision .txt h3 strong { font-size:40px; display:block; line-height:1.2; margin:20px 0 0;}

.wrap-vision.right { margin-left:10%;}
.wrap-vision.right .txt h3 span { right:auto; left:-40px;}

.lead-vision { font-size:18px; text-align:center; margin:20px 0 40px;}
@media screen and (max-width:768px){
	.bg-orange { padding:40px 0;}
	.head-vision { height:40vh;}
	.head-vision .txt { padding:0 5% 40px; font-size:14px;}
    .head-vision .txt h3 { font-size:24px; margin:0 0 16px;}
    .head-vision .txt h3 small { font-size:12px; padding-left:16px;}

	.wrap-vision { width:90%; margin:0 5%;}
	.wrap-vision .txt { padding:0 20px 20px;}
	.wrap-vision .txt h3 { margin:16px 0 24px;}
	.wrap-vision .txt h3 span { font-size:80px; top:-40px; right:-20px;}
	.wrap-vision .txt h3 em { font-size:14px; padding:0;}
	.wrap-vision .txt h3 em:before { display:none;}
	.wrap-vision .txt h3 strong { font-size:28px; display:block; line-height:1.2; margin:8px 0 0;}
	
	.wrap-vision.right { margin-left:5%;}
	.wrap-vision.right .txt h3 span { left:-20px;}
}

.topimg-page { width:100%; height:100vh;}

.wrap-page { width:1060px; margin:0 auto; position:relative;}
.inner-page { margin:105px auto 150px; padding-left:100px;}
.midashi-page { font-size:24px; margin:0 0 32px; letter-spacing:.1em;}
@media screen and (max-width:768px){
	.wrap-page { width:88%;}
	.inner-page { margin:40px auto 54px; padding-left:0;}
	.midashi-page { font-size:24px; margin:0 0 18px;}
}

.txt-concept { margin:0 0 54px; padding-left:100px;}
.txt-concept p { margin-bottom: 13px; font-size: 16px; line-height: 2; letter-spacing: 0.17em;}
@media screen and (max-width:768px){
	.txt-concept { margin:0 0 40px; padding-left:0;}
	.txt-concept p { font-size: 13px;}
}

.ul-access { margin:80px 0; padding:0; overflow:hidden;}
.ul-access li { width:30%; margin-right:5%; float:left; list-style:none; font-size:14px; font-weight:bold; line-height:1.8; letter-spacing:0.12em;}
.ul-access li:nth-of-type(3n) { margin-right:0;}
.ul-access li .logo { margin:0;}
.ul-access li address { margin:0;}
@media screen and (max-width:768px){
	.ul-access { margin:40px 0;}
	.ul-access li { width:100%; margin-right:0; float:none; font-size: 13px;}
}

.box-root { position:relative; overflow:hidden; margin:0 0 80px;}
.box-root img { width:640px; height:280px;}
.box-root h4 { font-size:32px; font-weight:700; background-color:#fff; padding:8px 40px; position:absolute; top:220px; right:25%; letter-spacing:.1em; margin:0;}
.box-root h4 span { font-size:64px; font-weight:500; padding-left:16px;}
.box-root .txt { width: 380px; float:right; padding:40px 0 0;}
.box-root .txt p { margin-bottom:18px;}
.midashi-reason { font-size:44px; margin:-24px -24px 0 80px; text-align:right; letter-spacing:.1em; line-height:1;}
.txt-reason { padding:80px 40px 0;}
.txt-reason p { margin-bottom: 18px; font-size: 16px; line-height: 1.9; letter-spacing: 0.13em;}
@media screen and (max-width:768px){
	.box-root { margin:0 0 40px;}
	.box-root img { width:100%; height:auto;}
	.box-root h4 { font-size:20px; top:129px; padding:8px 20px; right:auto; left:0;}
	.box-root h4 span { font-size:40px;}
	.box-root .txt { width: 100%; float:none;}
	.box-root .txt p { margin-bottom:14px;}
	.midashi-reason { font-size:32px; margin:-20px -20px 0 0;}
	.txt-reason { padding:40px 4% 0;}
	.txt-reason p { margin-bottom: 12px; font-size: 13px; line-height: 1.7; letter-spacing: 0.08em;}
}

.wrap-access { margin:0 auto 160px; padding-left:130px;}
.wrap-access .map { width:600px;}
.wrap-access .txt { width:312px; overflow:hidden;}
.wrap-access .txt .logo,.ul-access li .logo { width:200px; float:right; margin:0 0 80px;}
.wrap-access .txt .logo:after { content:""; display:block; clear:both;}
.wrap-access .txt address,.ul-access li address { margin:0 0 40px; clear:both; font-style:normal;}
.wrap-access .txt address p,.ul-access li address p { margin-bottom:12px;}
.wrap-access .txt address span,.ul-access li address span { font-size:14px; font-weight:bold;}
.wrap-access .txt .tel,.ul-access li .tel { font-size:24px; border-bottom:2px solid #228b22; font-weight:400; letter-spacing:0; line-height:1; margin-top:24px;}
.wrap-access .txt .tel span,.ul-access li .tel span { font-size:14px; padding-right:8px;}
.wrap-access .btn,.inner-personality .txt .btn,.inner-page .inner .btn { display:inline-block; margin:24px 0 0; border:1px solid #5f5147; font-size:16px; padding:0 16px; font-weight:700; border-radius:2px; color:#5f5147;}
.wrap-access .btn:hover,.inner-personality .txt .btn:hover { background-color:#5f5147; color:#fff;} 
.inner-page .inner .btn { float:right; margin:40px 0 40px 20px;}
@media screen and (max-width:768px){
	.wrap-access { margin:0 auto 40px; padding-left:0;}
	.wrap-access .map { width: 100%; height: 400px; overflow: hidden;}
	.wrap-access .txt { width:100%; margin:20px 0 0; padding:0;}
	.wrap-access .txt .logo,.ul-access li .logo { display:none;}
	.wrap-access .txt .tel, .ul-access li .tel { font-size:24px; display:inline-block;}
	.inner-page .inner .btn { display:block; float:none; margin:20px 0 8px;}
}

.ul-faq { overflow:hidden; border-top:1px solid #000; border-bottom:3px double #000; margin:40px 0 80px; padding:0;}
.ul-faq li { width:calc(100% / 2); float:left; text-align:center; list-style:none; font-size:16px; letter-spacing:.1em;  box-sizing:border-box; padding:8px 0;}
.ul-faq li a { padding:4px 0; border-right:1px solid #ccc; height:57px; line-height:46px; display:block; font-weight:bold; color:#5f5147;}
.ul-faq li:nth-of-type(2) a { border-right:0;}
.ul-faq li a span { height:36px; width:36px; background-color:#333; color:#fff; font-size:24px; line-height:1.4; display:inline-block; letter-spacing:0; border-radius:50%; margin-right:16px; font-weight:400;}

.midashi-faq { font-size:24px; text-align:center; padding:12px 0; background-color:#fafafa; margin:0 0 52px; font-weight:700;}
.wrap-faq .inner-faq { margin:0 0 80px; border-top:1px solid #ccc; padding:0;}
.wrap-faq .inner-faq p { margin:0;}
@media screen and (max-width:768px){
	.ul-faq { margin:40px 0;}
	.ul-faq li { width:100%; float:none; text-align:center; list-style:none; font-size:16px; letter-spacing:.1em; box-sizing:border-box; padding:0;}
	.ul-faq li a { padding:0; border-right:0; height:40px; line-height:40px; display:block; border-bottom:1px solid #ccc;}
	.ul-faq li:nth-of-type(3) a { border-bottom:0;}
	.midashi-faq { font-size:18px; text-align:center; padding:8px 0; margin:0 0 40px;}
	.inner-faq { margin:0 0 40px;}
}

.wrap-faq .hidden_box { margin:0; padding: 0; border-bottom:1px solid #ccc;}
.wrap-faq .hidden_box label { padding:8px 20px; cursor :pointer; width:100%; display:block; font-size:16px; font-weight:700; background-color:#fff; line-height:2;}
.wrap-faq .hidden_box label span { display:inline-block; background-color:#333; color:#fff; width:32px; height:32px; line-height:32px; border-radius:50%; text-align:center; font-size:20px; margin-right:16px;}
.wrap-faq .hidden_box input { display: none;}
.wrap-faq .hidden_box .hidden_show { height: 0; padding: 0; overflow: hidden; opacity: 0; font-weight:bold;}
.wrap-faq .hidden_box input:checked ~ .hidden_show { padding:16px 20px 16px 70px; height: auto; opacity: 1; line-height:2; background-color:#fff; font-size:inherit;}
.wrap-faq .hidden_box input:checked ~ .hidden_show span { display:inline-block; background-color:#5f5147; color:#fff; width:40px; height:40px; line-height:40px; border-radius:50%; text-align:center; font-size:24px; margin-right:8px; }
@media screen and (max-width:768px){
	.wrap-faq .hidden_box label { padding:8px 0 8px 40px; cursor :pointer; width:100%; display:block; font-size:16px; position:relative;}
	.wrap-faq .hidden_box label span { position:absolute; top:8px; left:0;}
	.wrap-faq .hidden_box input:checked ~ .hidden_show { padding:16px 0; height: auto; opacity: 1; line-height:2; font-weight:bold;}
}

.midashi-com { font-size:32px !important; font-weight:700 !important; color: #5f5147; margin:0 0 80px !important; letter-spacing:.1em; text-align:center; width:100%;}
.midashi-com span { font-size:16px; display:block; font-weight:bold; margin-top:16px; letter-spacing:0;}
.midashi-com:before { background-color: #5f5147; width: 2px; height: 50px; margin: 0 auto 25px; content: ''; display: block;}

.wrap-mess { background-color:#e6ffe6; padding:120px 160px 40px;}
.wrap-mess .inner { width:100%; height:100%; text-align:center; padding:240px 0; background-position:center; background-size:cover; margin-bottom:32px;}
.wrap-mess .inner h3 { font-size:64px; letter-spacing:.2em; color:#fff; text-shadow:1px 1px 1px #000;}
.wrap-mess .inner h3 span { font-size:14px; display:block;}
.wrap-mess dl { margin:0; padding:0 64px; font-size:20px; overflow:hidden; line-height:20px; color:#5f5147; letter-spacing:.2em;}
.wrap-mess dt { width:40%; float:left;}
.wrap-mess dd:before { content:""; display:block; width:340px; height:4px; background-color:#5f5147; position:absolute; top:8px; left:40%;}
.wrap-mess dd { padding-left:calc(42% + 340px); font-size:16px; font-weight:bold; position:relative; margin:0;}
@media screen and (max-width:768px){
	.midashi-com { font-size:24px !important; font-weight:700 !important; margin:0 0 40px !important; letter-spacing:.1em; text-align:center; width:100%;}
    .midashi-com span { font-size:14px; display:block; font-weight:bold; margin-top:8px; letter-spacing:0;}
	
	.wrap-mess { padding:40px 0 40px 15%;}
	.wrap-mess .inner { padding:32px 0 140px; text-align:left;}
	.wrap-mess .inner h3 { font-size:40px; margin-left:-32px;}
	.wrap-mess .inner h3 span { font-size:12px; margin-top:12px;}
	.wrap-mess dl { padding:0; font-size:16px; line-height:20px;}
	.wrap-mess dt { width:100%; float:none;}
	.wrap-mess dd { padding-left:128px; font-size:12px;}
	.wrap-mess dd:before { content:""; display:block; width:120px; height:2px; left:0;}
}

.inner-page .inner { padding: 0 0 0 260px; position:relative; overflow:hidden;}
.inner-page .inner p { margin-bottom: 12px; font-size: 15px; line-height: 2.2;}
.inner-page .inner .box-price,.inner-page .inner .box-price2 { border-top: 1px solid #DCE5EB; padding: 30px 0 42px 5px; overflow:hidden;}
.inner-page .inner .box-price h3,.inner-page .inner .box-price2 h3 { font-size:24px; float: left; width: 33%; margin:0; letter-spacing: 0.12em; position:relative;}
.inner-page .inner .box-price h3 span,.inner-page .inner .box-price2 h3 span { display:block; font-size:15px; font-weight:bold; margin-top:13px; margin-left:16px;}
.inner-page .inner .box-price dl { width:67%; float:right; margin:0; padding:0; display:flex; flex-wrap:wrap; align-items:center;}
.inner-page .inner .box-price dl p { margin:0;}
.inner-page .inner .box-price dt,.inner-page .inner .box-price2 dt { clear: both; width:50%; padding-top: 1px; font-size: 14px; font-weight: bold; letter-spacing: 0.15em; background-color:#fff; padding-right:8px; position:relative; z-index:2;}
.inner-page .inner .box-price dt small,.inner-page .inner .box-price2 dt small { font-size:10px;}
.inner-page .inner .box-price dd,.inner-page .inner .box-price2 dd { position: relative; text-align: right; margin:0; width:50%;}
.inner-page .inner .box-price dd span,.inner-page .inner .box-price2 dd span { display: inline-block; padding-left: 8px; line-height: 1; background-color:#fff; position:relative; z-index:2; font-size:19px; font-weight:500;}
.inner-page .inner .box-price2 dd span small { line-height:1; padding-right:8px;}
.inner-page .inner .box-price dd:after,.inner-page .inner .box-price2 dd:after { display: block; content: ''; position: absolute; top: 50%; left: 0; background: -webkit-gradient(linear, left bottom, right bottom, color-stop(0.3, #134E78), color-stop(0.3, #FFFFFF), color-stop(1, #FFFFFF)); background: linear-gradient(to left, #134E78 30%, #FFFFFF 30%, #FFFFFF 100%) left bottom;  background-repeat: repeat-x; background-size: 6px 1px; width: 200%; height: 1px; z-index: 1; opacity: 0.5;}
@media screen and (max-width:768px){
	.inner-page .inner { padding: 0;}
	.inner-page .inner p { padding: 0; font-size:13px;}
	.inner-page .inner .box-price,.inner-page .inner .box-price2 { border-top: 1px solid #DCE5EB; padding: 30px 0 0 ; overflow:hidden;}
	.inner-page .inner .box-price h3,.inner-page .inner .box-price2 h3 { width: 100%; position:relative; float: none;}
	.inner-page .inner .box-price h3 span,.inner-page .inner .box-price2 h3 span { display:inline-block; font-size:10px; font-weight:bold; margin-top:0; margin-left:2px;}
	.inner-page .inner .box-price dl,.inner-page .inner .box-price2 dl { width:100%; float:none; margin: 40px 0 0 0 !important; padding:0 !important; display:block;}
	.inner-page .inner .box-price dt,.inner-page .inner .box-price2 dt { font-size: 15px; font-weight: bold; letter-spacing: 0.15em; background-color:#fff; padding-right:0; position:relative; z-index:2; width:100%; float:none; line-height:1.6;}
	.inner-page .inner .box-price dd,.inner-page .inner .box-price2 dd { position: relative; padding: 0; margin:0 0 8px; width:100%;}
	.inner-page .inner .box-price dd span,.inner-page .inner .box-price2 dd span { display: inline-block; margin: -1px 0 0; padding-left: 0; line-height: 1; background-color:#fff; position:relative; z-index:2; font-size:16px; font-weight:400; padding:16px 0;}
	.inner-page .inner .box-price dd:after,.inner-page .inner .box-price2 dd:after { position:static;}
}

.contact-form { margin:40px 0; font-size:14px;}
.contact-form p { padding:24px 0; border-bottom:1px dashed; overflow:hidden; font-size:14px;}
.contact-form p:nth-last-child(2) { border:none;}
.contact-form .contact-left { display:block; width:25%; float:left; text-align:right; padding-right:20px; box-sizing:border-box;}
.contact-form input,.contact-form textarea,.contact-form select { border:none; display:block; width:75%; background-color:#fff; float:right; border:1px solid #ccc;}
.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:#5f5147; 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:#FF0040; color:#fff; padding:2px 4px; font-size:13px; border-radius:4px;}
.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:40px 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%; 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;}
}

@media screen and (max-width:768px){
	#sb_instagram.sbi_col_10 #sbi_images .sbi_item, #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item { width:calc(100% / 3);}
	#sb_instagram .sbi_photo { height:100px !important;}
}

.midashi-mail { font-size:40px; text-align:center; margin:80px 0 !important; position:relative;}
.midashi-mail:before,.midashi-mail:after { content: ''; position: absolute; top: 50%; display: inline-block; width: 60px; height: 6px; background: #5f5147; transform: rotate(-60deg);}
.midashi-mail:before { left:20px;}
.midashi-mail:after { right:20px;}
.box-new { border:4px solid #5f5147; padding:20px; border-radius:8px; font-size:24px; font-weight:bold; margin:0 0 40px;}
.midashi2-mail { background: repeating-linear-gradient(-45deg, #e3d0c3, #e3d0c3 6px, #fff 6px, #fff 10px); padding:8px 20px; font-size:20px; margin:20px 0;}
.ul-mail { padding-left:2rem; list-style:circle; font-weight:bold; line-height:2;}
.btn-mail { display:block; width:340px; background-color:#5f5147; border-radius:8px; font-size:16px; padding:6px 0; text-align:center; margin:40px auto; border:1px solid #5f5147;}
.btn-mail:hover { background-color:#fff;}
@media screen and (max-width:768px){
	.midashi-mail { font-size:20px; margin:40px 0 !important; padding:0 22px 0 40px; line-height:2; text-align:left;}
	.midashi-mail:before,.midashi-mail:after { height:4px;}
	.midashi-mail:before { left:-12px;}
.midashi-mail:after { right:-10px;}
	.box-new { border:2px solid #e6ffe6; font-size:18px; padding:20px 5%; margin:24px 0; line-height:2;}
	.midashi2-mail { font-size:16px;padding:8px 5%; line-height:1.6;}
	.btn-mail { width:100%; margin:20px auto;}
}

.ul-sp-footerbtn { display:none !important;}
@media screen and (max-width:768px){
	.ul-sp-footerbtn { display:block !important; position:fixed; bottom:0; left:0; margin:0; padding:0; overflow:hidden; z-index:999; width:100% !important;}
	.ul-sp-footerbtn li { width:calc(100% / 4); float:left; list-style:none; border-right:1px solid #fff; box-sizing:border-box; margin:0 !important;}
	.ul-sp-footerbtn li:first-of-type { width:100%; float:none; border-bottom:1px solid #fff; border-right:0;}
	.ul-sp-footerbtn li:nth-of-type(5) { border-right:0;}
	.ul-sp-footerbtn li a { display:block; text-align:center; height:64px; width:100%; padding:12px 4px 0; box-sizing:border-box; color:#fff; font-weight:bold; font-size:11px; line-height:1.4;}
	.ul-sp-footerbtn li:first-of-type a { text-align:left; padding:10px 20px 0; box-sizing:border-box; background-color:#778ca1; line-height:24px; height:50px; display:flex; width:100%; font-size:16px;}
	.ul-sp-footerbtn li:nth-of-type(2) a { background-color:#25486d;}
	.ul-sp-footerbtn li:nth-of-type(3) a { background-color:#5a6c84;}
	.ul-sp-footerbtn li:nth-of-type(4) a { background-color:#8893a2;}
	.ul-sp-footerbtn li:nth-of-type(5) a { background-color:#aeb2c1;}
	.ul-sp-footerbtn li a img { height:24px; display:block; margin:0 auto 4px;}
	.ul-sp-footerbtn li:first-of-type a img { display:inline-block; margin:0 8px 0 0;}
}

.midashi-line { text-align:center; font-size:40px !important; border-top:4px solid #00b900; border-bottom:4px solid #00b900; margin:80px 0 24px !important; padding:8px 0 0 !important; line-height:64px !important; display:flex; width:100%; align-items:center; justify-content:center;}
.midashi-line span { font-size:48px; color:#00b900; padding-right:8px; line-height:48px; display:inline-block;}
@media screen and (max-width:768px){
	.midashi-line { font-size:24px; margin:40px 0 20px; line-height:48px;}
	.midashi-line span { font-size:32px; height:48px;}
}

.box-line { padding:40px 5%; background-color:#00b900; margin:0 0 24px; text-align:center; color:#fff; font-weight:bold; font-size:16px; margin-top:20px;}
.box-line h3 { background-color:#fff; border-radius:20px; margin:0 0 24px; line-height:54px; color:#111; font-size:24px;}
.box-line img { margin:0 0 20px; width:50%;}
@media screen and (max-width:768px){
	.box-line { padding:24px 5%; font-size:14px;}
	.box-line h3 { font-size:20px; line-height:1.4; padding:8px;}
}

.inner-line { background-color:#f5f4e9; padding:40px 5%; margin-bottom:80px;}
.inner-line h3 { font-size:32px; text-align:center; margin:0 0 24px;}
.inner-line ul { margin:0 0 24px; padding:0; overflow:hidden;}
.inner-line ul li { width:48%; list-style:none; background-color:#fff; text-align:center; padding:32px 2% 24px; float:left; margin-right:4%; margin-left:0; box-sizing:border-box;}
.inner-line ul li:nth-of-type(2n) { margin-right:0;}
.inner-line ul li img { width:60%; margin:0 0 16px;}
.inner-line .box { padding:40px 5%; background-color:#fff;}
.inner-line .box h3 { text-align:left; font-size:20px; margin:0 0 40px;}
.inner-line .box h4 { margin:40px 0 24px; font-size:16px; display:flex; align-items:center;}
.inner-line .box h4 .num { display:block; width:30px; line-height:30px; color:#fff; font-weight:bold; text-align:center; background-color:#00b900; border-radius:50%; margin-right:12px; font-size:20px;}
.inner-line .box img { width:50%; display:block; margin:0 auto;}
@media screen and (max-width:768px){
	.inner-line { padding:24px 5%; margin-bottom:40px;}
	.inner-line h3 { font-size:24px; margin:0 0 20px;}
	.inner-line ul li { width:100%; margin-bottom:20px; float:none;}
	.inner-line ul li:nth-of-type(2n) { float:none;}
	.inner-line .box { padding:24px 5%;}
	.inner-line .box h3 { margin:0 0 20px;}
	.inner-line .box h4 { margin:24px 0 20px; font-size:14px; align-items:flex-start;}
	.inner-line .box h4 .title { width:calc(100% - 42px);}
}

.topshita { font-size:14px; text-align:center;}

.eeeback3 { background-color:#e3d0c3; width:100%; padding:80px 5%; overflow:hidden; height:auto; color:#fff;}
.fff { color:#fff;}
.fs24 { font-size:24px;}
@media screen and ( max-width:768px ) {
    .eeeback3 { background-color:#5ee0e5; width:100%; padding:20px; overflow:hidden; height:auto; color:#fff; margin:230px auto 0;}
    .fff { color:#fff;}
    .fs24 { font-size:18px; margin-top:10px;}
}

.w302 { width:33.3%; padding:18px; float:left; box-sizing:border-box;}
.w302 img { margin-bottom:20px;}
.w302title { font-size:20px; font-weight:bold; border-bottom: 1px solid #000;position: relative; padding:4px 0;}
.w302title:after { content:''; width:20px; border-bottom:1px solid #000; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg); position:absolute; right:0; margin-right:-2px; margin-bottom:6px; bottom:0;}
@media screen and ( max-width:768px ) {
    .w302 { width:100%; padding:0px; clear:both; margin-bottom:20px;}
    .w302 img { margin-bottom:10px;}
    .w302title { font-size:20px; font-weight:bold; border-bottom: 1px solid #000;position: relative;}
    .w302title:after { content:''; width:20px; border-bottom:1px solid #000; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg); position:absolute; right:0; margin-right:-2px; margin-bottom:6px; bottom:0;}
}

.midashi-price { font-size:24px; font-weight:bold; color:#fff; background-color:#3EB1C6; padding:8px 16px; letter-spacing:.1em; margin:80px 0 20px;}
.p-price { background-color:#EFF2FB; margin:20px 0; padding:8px 16px; border-radius:8px;}
@media screen and (max-width:768px) {
    .midashi-price { font-size:20px; font-weight:bold; color:#fff; background-color:#3EB1C6; padding:8px 4px; letter-spacing:.1em; margin:80px 0 20px;}
    .p-price { background-color:#EFF2FB; margin:20px 0; padding:8px 16px; border-radius:8px;}
}

.ol-beg { margin:20px;}

#bodywrap { width:90%; margin:640px auto 0;}
#topwrap { width:90%; margin:0 auto;}
@media screen and (max-width:768px) {
    #bodywrap { width:90%; margin:0 auto 0; overflow:hidden;}
}

.midashi2 { font-size:20px; text-align:center; margin:16px 0 0;}
@media screen and (max-width:768px) {
    .midashi2 { font-size:20px !important;}
}

.news-wrap { padding:0 0 80px;}
.dl-news { width:50%; height:250px; float:left; padding:40px; border-bottom:1px solid #eee; margin:0; box-sizing:border-box; border-right:1px solid #eee;}
.dl-news dt { font-size:20px; font-weight:400; margin-bottom:20px; line-height: 1.5; position: relative; margin-bottom: 20px; padding-left:40px; text-overflow: ellipsis; white-space:nowrap; overflow:hidden; width:100%; color:#5f5147;}
.dl-news dd { padding-left: 40px; position: relative;}
.dl-news:nth-of-type(2n) { border-right:0;}

.title-news { font-size:24px; color:#5f5147; border-bottom:1px solid #5f5147;}
.date-news { font-size:16px; color:#5f5147; border-bottom:1px solid #5f5147; margin-bottom:24px;}
.post-navigation .nav-links { padding-right:0; padding-left:0; font-size:16px;}
.post-navigation .nav-links a { color:#5f5147; background-color:#e3d0c3; padding:2px 8px; border-radius:4px; font-style:normal; border:1px solid #5f5147;}

.btn-first { background-color:#5f5147; color:#fff !important; padding:2px 32px; float:right; display:inline-block; margin-top:40px;}
@media screen and (max-width:768px){
	.news-wrap { padding:0 0 40px;}
	.dl-news { width:100%; height:auto; border-right:0; padding:20px 0; float:none;}
	.dl-news dt,.dl-news dd { padding-left:0;}
	.btn-first { display:block; float:none; text-align:center; margin-top:0px; margin-bottom:40px; padding:4px 0;}
}

.ul-menu { margin:0; padding:24px 0 0; overflow:hidden; clear:both;}
.ul-menu li { width:calc(95% / 6); margin-right:1%; float:left; list-style:none; margin-bottom:16px;}
.ul-menu li:nth-of-type(6n) { margin-right:0;}
.ul-menu li a { border:1px solid #111; color:#111; display:block; text-align:center; line-height:40px;}
@media screen and (max-width:768px){
	.ul-menu li { width:49.5%; margin-right:1%; margin-bottom:8px;}
	.ul-menu li:nth-of-type(2n) { margin-right:0;}
}

.accent { color:#5f5147;}

.head-menu-new { padding:20px 5% 0 100px; position:relative; overflow:hidden; margin:0 0 100px;}
.head-menu-new:before { content:""; display:block; width:30%; height:620px; background-color:#000; position:absolute; top:0; left:0;}
.head-menu-new h3 { font-size:64px; color:#717171; text-shadow: 2px 2px 3px #ffffff, 0px 0px 5px #ffffff, -2px -2px 2px #ffffff, 5px 5px 7px #ffffff, -5px -5px 7px #ffffff, -1px -2px 5px #fff; margin:-70px 0 0 -48px; padding:0; position:relative; z-index:9;}
.head-menu-new img { position:relative; z-index:9; height:300px; width:100%; object-fit:cover;}
.head-menu-new ul { width:56%; margin:100px 0 0; padding:0; float:right; overflow:hidden;}
.head-menu-new ul li { width:49%; float:left; list-style:none; border-bottom:1px dashed #717171; padding:0 0 8px; margin:0 0 16px;}
.head-menu-new ul li:nth-of-type(2n) { float:right;}
.head-menu-new ul li a { font-size:24px; font-weight:bold; color:#111;}
.head-menu-new ul li a small { display:block; font-size:14px; font-weight:400; line-height:1;}

.wrap.menu-new { width:90%;}

.inner-menu-new { margin:0 0 100px; padding:0 110px 0 0; position:relative; font-size:16px;}
.inner-menu-new h3 { font-size:48px; margin:0; line-height:64px; position:absolute; top:0; right:0; writing-mode:vertical-rl; height:100%; }
.inner-menu-new h3 strong { background-color:#fff; padding:0 0 16px; position:relative; z-index:9;}
.inner-menu-new h3 .accent { font-size:64px;}
.inner-menu-new h3:before { content:""; width:2px; height:100%; background-color:#111; position:absolute; top:0; right:32px;}
.inner-menu-new dl { margin:0; padding:16px 0; display:flex; justify-content:space-between; font-size:20px; border-bottom:1px dashed #111;}
.inner-menu-new dl dt { font-size:16px; line-height:1.4;}
.inner-menu-new dl dd { margin:0;}
.inner-menu-new dl:last-of-type { margin:0 0 20px;}
.inner-menu-new.second { padding:0 0 0 110px;}
.inner-menu-new.second h3 { right:auto; left:0;}

.head-new-page { position:relative; /*display:flex;*/ align-items:center; margin:24px 0 100px; text-align:center;}
.head-new-page center img { width:50%;}
.head-new-page img { width:80%; position:static; top:0; right:0; height:100%; object-fit:contain;}
.head-new-page h3 { font-size:46px; margin:40px auto 24px; letter-spacing:.1em; position:relative; z-index:3; color:#625f66;}
.head-new-page h3 small { font-size:20px; display:block; font-weight:400; letter-spacing:0;}
.head-new-page h3 span { position:relative;}
.head-new-page h3 span:before { font-size:16px; content:"きらがみ"; position:absolute; top:-18px; right:0; left:0; margin:auto;}
@media screen and (max-width:768px){
	.head-new-page { height:auto; margin:40px 0 40px; display:block;}
	.head-new-page img { width:100%; position:static;}
	.head-new-page center img { width:80%;}
	.head-new-page h3 { font-size:27px; margin:0 0 24px;}
	.head-new-page h3 small { font-size:16px;}
	.head-new-page h3 span:before { font-size:11px; top:-12px;}
}

.lead-new-page { display:flex; margin:0 0 100px; align-items:center; justify-content:space-between; padding:40px; background-size:cover; position:relative; color:#fff;}
.lead-new-page:before { content:""; width:100%; height:100%; background-color:rgba(0,0,0,.5); position:absolute; top:0; left:0;}
.lead-new-page h4 { width:46%; margin:0; font-size:30px; letter-spacing:.3em; font-weight:400; position:relative; z-index:3;}
.lead-new-page h4 span { padding-left:125px; position:relative; display:block;}
.lead-new-page h4 span:before { content:""; width:105px; height:1px; background-color:#fff; position:absolute; top:16px; left:0;}
.lead-new-page .txt { width:50%; position:relative; z-index:3;}
@media screen and (max-width:768px){
	.lead-new-page { display:block; margin:0 0 40px; padding:20px;}
	.lead-new-page h4 { width:100%; font-size:24px;}
	.lead-new-page h4 span { padding-left:48px; margin-bottom:12px;}
	.lead-new-page h4 span:before { width:40px;}
	.lead-new-page .txt { width:100%;}
}

.worry-new-page { margin:0 0 100px; padding:40px; background-size:cover; position:relative; color:#fff;}
.worry-new-page:before { content:""; width:100%; height:100%; background-color:rgba(0,0,0,.5); position:absolute; top:0; left:0;}
.worry-new-page h4 { font-size:18px; letter-spacing:.1em; font-weight:400; text-align:center; margin:0 0 48px; position:relative; z-index:3;}
.worry-new-page .inner { display:flex; justify-content:space-between; position:relative; z-index:3;}
.worry-new-page .inner .w48.img { display:flex; align-items:center;}
.worry-new-page .inner ul { margin:0; padding:0;}
.worry-new-page .inner ul li { list-style:none; font-size:20px; margin:0 0 12px;}
@media screen and (max-width:768px){
	.worry-new-page { margin:0 0 40px; padding:20px;}
	.worry-new-page h4 { font-size:15px; margin:0 0 24px; text-align:left;}
	.worry-new-page .inner { display:block;}
	.worry-new-page .inner .w48.img { display:block; margin:0 0 20px;}
	.worry-new-page .inner .w48.img.pc { display:none!important;}
	.worry-new-page .inner ul li { font-size:14px; margin:0;}
}

.menu-new-page { margin:0 0 80px; border-top:1px solid #111; padding:40px 24px;}
.menu-new-page h4 { font-size:20px; font-weight:400; margin:0 0 40px; line-height:40px;}
.menu-new-page h4 span { float:right; font-size:20px;}
.menu-new-page a { display:block; width:310px; line-height:55px; border:2px solid #111; background-color:#111; color:#fff; text-align:center;}
.menu-new-page a:hover { background-color:#fff; color:#111;}
@media screen and (max-width:768px){
	.menu-new-page { margin:0 0 40px; padding:24px 0;}
	.menu-new-page h4 { font-size:18px; margin:0 0 24px; line-height:1.5;}
	.menu-new-page h4 span { float:none; display:block; text-align:right; font-size:18px;}
	.menu-new-page a { width:100%; margin:24px 0 0;}
	.menu-new-page img { width:100%!important;}
}

.bg-lead-z { background-image:url(https://alf-hairs.net/wp-content/uploads/2021/05/bg2.jpg);}
.bg2-lead-z { background-image:url(https://alf-hairs.net/wp-content/uploads/2021/05/bg-3.jpg);}
.bg-ki { background-image:url(https://alf-hairs.net/wp-content/uploads/2021/05/bn-6.jpeg);}
.bg2-ki { background-image:url(https://alf-hairs.net/wp-content/uploads/2021/05/bg-4.jpg);}

.btn-pagetop { border:2px solid #fff; box-shadow:5px 5px 5px rgba(0,0,0,.4); position:fixed; bottom:40px; right:24px; border-radius:50%; width:90px; height:90px; z-index:999;}
.btn-pagetop a { display:block; width:100%; height:100%; text-align:center; background-color:#778ca1; border-radius:50%; padding:8px 0 0; color:#fff; font-weight:bold;}
@media screen and (max-width:768px){
	.btn-pagetop { bottom:120px; width:70px; height:70px; right:12px;}
	.btn-pagetop a { padding:0;}
}