@charset "utf-8";


/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

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 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
   font-family: sans-serif;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
}

body {
   margin: 0;
}

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

audio,
canvas,
progress,
video {
   display: inline-block;
   vertical-align: baseline;
}

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

[hidden],
template {
   display: none;
}

a {
   background-color: transparent;
}

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

b,
strong {
   font-weight: 700;
}

small {
   font-size: 80%;
}

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

sup {
   top: -0.5em;
}

sub {
   bottom: -0.25em;
}

img {
   border: 0;
}

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

figure {
   margin: 0;
}

hr {
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
}

code,
kbd,
pre,
samp {
   font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
   color: inherit;
   font: inherit;
   margin: 0;
}

select {
   text-transform: none;
}

button {
   overflow: visible;
}

button,
input,
select,
textarea {
   max-width: 100%;
}




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



button[disabled],
html input[disabled] {
   cursor: default;
   opacity: .5;
}

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

input[type="checkbox"],
input[type="radio"] {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   margin-right: 0.4375em;
   padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
   height: auto;
}

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

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



fieldset {
   border: 1px solid #d1d1d1;
   margin: 0 0 1.75em;
   min-width: inherit;
   padding: 0.875em;
}

fieldset > :last-child {
   margin-bottom: 0;
}

legend {
   border: 0;
   padding: 0;
}

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

optgroup {
   font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   font-family: "Genericons";
   font-size: 16px;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   line-height: 1;
   speak: none;
   text-align: center;
   text-decoration: inherit;
   text-transform: none;
   vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
   color: #1a1a1a;
   font-size: 16px;
   font-size: 1rem;
   line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   clear: both;
   font-weight: 700;
   margin: 0;
   text-rendering: optimizeLegibility;
}

p {
   margin: 0 0 1.75em;
}

dfn,
cite,
em,
i {
   font-style: italic;
}

blockquote {
   border: 0 solid #1a1a1a;
   border-left-width: 4px;
   color: #686868;
   font-size: 19px;
   font-size: 1.1875rem;
   font-style: italic;
   line-height: 1.4736842105;
   margin: 0 0 1.4736842105em;
   padding: 0 0 0 1.263157895em;
}

blockquote,
q {
   quotes: none;
}

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

blockquote p {
   margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
   color: #1a1a1a;
   display: block;
   font-size: 16px;
   font-size: 1rem;
   line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
   content: "\2014\00a0";
}

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

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

blockquote > :last-child {
   margin-bottom: 0;
}

address {
   font-style: italic;
   margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
   font-family: Inconsolata, monospace;
}

pre {
   border: 1px solid #d1d1d1;
   font-size: 16px;
   font-size: 1rem;
   line-height: 1.3125;
   margin: 0 0 1.75em;
   max-width: 100%;
   overflow: auto;
   padding: 1.75em;
   white-space: pre;
   white-space: pre-wrap;
   word-wrap: break-word;
}

code {
   background-color: #d1d1d1;
   padding: 0.125em 0.25em;
}

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

mark,
ins {
   background: #007acc;
   color: #fff;
   padding: 0.125em 0.25em;
   text-decoration: none;
}

big {
   font-size: 125%;
}


/**
 * 4.0 - Elements
 */

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

*,
*:before,
*:after {
   /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
   -webkit-box-sizing: inherit;
   -moz-box-sizing: inherit;
   box-sizing: inherit;
}

body {
   background: #1a1a1a;
   /* Fallback for when there is no custom background color defined. */
}

hr {
   background-color: #d1d1d1;
   border: 0;
   height: 1px;
   margin: 0 0 1.75em;
}

ul,
ol {
   margin: 0 0 1.75em 1.25em;
   padding: 0;
}

ul {
   list-style: disc;
}

ol {
   list-style: decimal;
   margin-left: 1.5em;
}

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

dl {
   margin: 0 0 1.75em;
}

dt {
   font-weight: 700;
}

dd {
   margin: 0 0 1.75em;
}

img {
   height: auto;
   /* Make sure images are scaled correctly. */
   max-width: 100%;
   /* Adhere to container width. */
   vertical-align: middle;
}

del {
   opacity: 0.8;
}

table,
th,
td {
   border: 1px solid #d1d1d1;
}

table {
   border-collapse: separate;
   border-spacing: 0;
   border-width: 1px 0 0 1px;
   margin: 0 0 1.75em;
   table-layout: fixed;
   /* Prevents HTML tables from becoming too wide */
   width: 100%;
}

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

th {
   border-width: 0 1px 1px 0;
   font-weight: 700;
}

td {
   border-width: 0 1px 1px 0;
}

th,
td {
   padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
   color: #686868;
   font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
   color: #686868;
   font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
   color: #686868;
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   opacity: 1;
   /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
   color: #686868;
   font-family: Montserrat, "Helvetica Neue", sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
   line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
   background: #d70909;
   border: 0;
   border-radius: 2px;
   color: #fff;
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   font-weight: 700;
   letter-spacing: 0.046875em;
   line-height: 1;
   padding: 0.84375em 0.875em 0.78125em;
   text-transform: uppercase;
	width:100%;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
   background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
   outline: thin dotted;
   outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
   background: #f7f7f7;
   background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
   border: 1px solid #d1d1d1;
   border-radius: 2px;
   color: #686868;
   padding: 0.625em 0.4375em;
   width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
   background-color: #fff;
   border-color: #007acc;
   color: #1a1a1a;
   outline: 0;
}

.post-password-form {
   margin-bottom: 1.75em;
}

.post-password-form label {
   color: #686868;
   display: block;
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   font-size: 13px;
   font-size: 0.8125rem;
   letter-spacing: 0.076923077em;
   line-height: 1.6153846154;
   margin-bottom: 1.75em;
   text-transform: uppercase;
}

.post-password-form input[type="password"] {
   margin-top: 0.4375em;
}

.post-password-form > :last-child {
   margin-bottom: 0;
}

.search-form {
   position: relative;
}

input[type="search"].search-field {
   border-radius: 2px 0 0 2px;
   width: -webkit-calc(100% - 42px);
   width: calc(100% - 42px);
}

.search-submit:before {
   content: "\f400";
   font-size: 24px;
   left: 2px;
   line-height: 42px;
   position: relative;
   width: 40px;
}

.search-submit {
   border-radius: 0 2px 2px 0;
   bottom: 0;
   overflow: hidden;
   padding: 0;
   position: absolute;
   right: 0;
   top: 0;
   width: 42px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
   color: #007acc;
   text-decoration: none;
}

a:hover,
a:focus,
a:active {
   color: #686868;
}

a:focus {
   outline: thin dotted;
}

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

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
   box-shadow: 0 1px 0 0 currentColor;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
   box-shadow: none;
}


/* ct 2018.08.30 */

.mv_ct_box p {
    font-size: 13px;
}

.mv_ct_box ul{
      list-style: none;
}
.mv_ct_box br:empty {
    display: none;
}

.kz_type_01 {
    background: url(/wp-content/uploads/2017/01/main_nav_bg.png);
    margin: 0 0 50px 0;
    padding: 30px;
    background-size: cover;
    background-position: bottom;
}

.kz_type_01 .line_box {
    display: flex;
    justify-content: center;
}

.kz_type_01 img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}


.kz_type_01 p.type01 {
    text-decoration: none;
    font-weight: bold;
    font-size: 55px;
    color: #f8b62d;
    text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.32), 0px 1px 0px #f8b02d, 0px 2px 0px #f8982d, 0px 3px 0px #f39800;
    text-align: center;
    margin-bottom: 0px;
}
.kz_type_01 p.type02 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #e5ab38;
}
.kz_type_01 p.type03 {
    font-size: 16px;
    line-height: 1;
}

.kz_type_02 .tex {
    width: 60%;
}

.kz_type_02 .flex {
    display: flex;
    justify-content: space-between;
}

.kz_type_02 .img {
    width: 30%;
    height: 100%;
}
/* .kz_type_03 li span.q_text {
    width: 100%;
    display: block;
    font-size: 16px;
    background-color: rgba(0,181,0,0.3);
    padding: 5px 10px;
}
 */
/* .kz_type_03 li span.q_text:before {
    content: 'Q';
    font-size: 20px;
}
 */


 .kz_type_03 li span.q_text {
   width: 100%;
    display: block;
    background: url(/wp-content/uploads/2016/07/question.png)no-repeat left top;
    padding-left: 40px;
    padding-bottom: 12px;
    font-weight: bold;
    padding-top: 5px;
    margin-bottom: 10px;
}

.kz_type_03 li span.a_text {
    background: url(/wp-content/uploads/2016/07/anser.png)no-repeat;
    background-position: 0px 8px;
    border-radius: 10px;
    padding: 15px;
    padding-left: 42px;
    font-size: 15px;
    margin-bottom: 40px;
}

.kz_type_03 li {
    border-bottom: 1px dotted #000;
    padding: 20px;
}

.kz_type_03 li span.a_text {
    font-size: 13px;
    line-height: 13px !important;
}

/*  */

.entry-title{
position:relative
}

.entry-title:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(/wp-content/uploads/2019/08/ct_motif_l.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: 5px;
}

.entry-title:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(/wp-content/uploads/2019/08/ct_motif_r.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    right: 5px;
}


/*  */

.ct_title_1{
position:relative
}

.ct_title_1:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(/wp-content/uploads/2019/08/ct_motif_l.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: 5px;
}

.ct_title_1:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(/wp-content/uploads/2019/08/ct_motif_r.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    right: 5px;
}

.ct_title_2{
position:relative
}

.ct_title_2:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/uploads/2019/08/ct_motif_r.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    right: 5px;
}

.ct_title_3{
position:relative
}

.ct_title_3:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(/wp-content/uploads/2019/08/ct_motif_l.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 1px;
    left: 4px;
}

.ct_title_3:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(/wp-content/uploads/2019/08/ct_motif_r.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 1px;
    right: 4px;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
   display: none;
   -webkit-flex: 0 1 100%;
   -ms-flex: 0 1 100%;
   flex: 0 1 100%;
   margin: 0.875em 0;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
   display: block;
}

.main-navigation {
   font-family: Montserrat, "Helvetica Neue", sans-serif;
}

.site-footer .main-navigation {
   margin-bottom: 1.75em;
}

.main-navigation ul {
   list-style: none;
   margin: 0;
}

.main-navigation li {
   border-top: 1px solid #d1d1d1;
   position: relative;
}

.main-navigation a {
   color: #1a1a1a;
   display: block;
   line-height: 1.3125;
   outline-offset: -1px;
   padding: 0.84375em 0;
}

.main-navigation a:hover,
.main-navigation a:focus {
   color: #007acc;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
   font-weight: 700;
}

.main-navigation ul ul {
   display: none;
   margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
   display: block;
}

.main-navigation ul .toggled-on {
   display: block;
}

.main-navigation .primary-menu {
   border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
   margin-right: 56px;
}

.dropdown-toggle {
   background-color: transparent;
   border: 0;
   border-radius: 0;
   color: #1a1a1a;
   content: "";
   height: 48px;
   padding: 0;
   position: absolute;
   right: 0;
   text-transform: none;
   top: 0;
   width: 48px;
}

.dropdown-toggle:after {
   border: 0 solid #d1d1d1;
   border-left-width: 1px;
   content: "\f431";
   font-size: 24px;
   left: 1px;
   position: relative;
   width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
   background-color: transparent;
   color: #007acc;
}

.dropdown-toggle:focus {
   outline: thin dotted;
   outline-offset: -1px;
}

.dropdown-toggle:focus:after {
   border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
   content: "\f432";
}

.site-header .main-navigation + .social-navigation {
   margin-top: 1.75em;
}

.site-footer .social-navigation {
   margin-bottom: 1.75em;
}

.social-navigation ul {
   list-style: none;
   margin: 0 0 -0.4375em;
}

.social-navigation li {
   float: left;
   margin: 0 0.4375em 0.4375em 0;
}

.social-navigation a {
   border: 1px solid #d1d1d1;
   border-radius: 50%;
   color: #1a1a1a;
   display: block;
   height: 35px;
   position: relative;
   width: 35px;
}

.social-navigation a:before {
   content: "\f415";
   height: 33px;
   line-height: 33px;
   text-align: center;
   width: 33px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
   color: #007acc;
}

.social-navigation a[href*="codepen.io"]:before {
   content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
   content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
   content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
   content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
   content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
   content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
   content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
   content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
   content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
   content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
   content: "\f208";
}

.social-navigation a[href*="path.com"]:before {
   content: "\f219";
}

.social-navigation a[href*="pinterest.com"]:before {
   content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
   content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
   content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
   content: "\f222";
}

.social-navigation a[href*="skype.com"]:before {
   content: "\f220";
}

.social-navigation a[href*="stumbleupon.com"]:before {
   content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
   content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
   content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
   content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
   content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
   content: "\f213";
}

.social-navigation a[href^="mailto:"]:before {
   content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
   content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
   content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
   content: "\f413";
}

.post-navigation {
   border-top: 4px solid #1a1a1a;
   border-bottom: 4px solid #1a1a1a;
   clear: both;
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   margin: 0 7.6923% 3.5em;
}

.post-navigation a {
   color: #1a1a1a;
   display: block;
   padding: 1.75em 0;
}

.post-navigation span {
   display: block;
}

.post-navigation .meta-nav {
   color: #686868;
   font-size: 13px;
   font-size: 0.8125rem;
   letter-spacing: 0.076923077em;
   line-height: 1.6153846154;
   margin-bottom: 0.5384615385em;
   text-transform: uppercase;
}

.post-navigation .post-title {
   display: inline;
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   font-size: 23px;
   font-size: 1.4375rem;
   font-weight: 700;
   line-height: 1.2173913043;
   text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
   color: #007acc;
}

.post-navigation div + div {
   border-top: 4px solid #1a1a1a;
}

.pagination {
   border-top: 4px solid #1a1a1a;
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   font-size: 19px;
   font-size: 1.1875rem;
   margin: 0 7.6923% 2.947368421em;
   min-height: 56px;
   position: relative;
}

.pagination:before,
.pagination:after {
   background-color: #1a1a1a;
   content: "";
   height: 52px;
   position: absolute;
   top:0;
   width: 52px;
   z-index: 0;
}

.pagination:before {
   right: 0;
}

.pagination:after {
   right: 54px;
}

.pagination a:hover,
.pagination a:focus {
   color: #1a1a1a;
}

.pagination .nav-links {
   padding-right: 106px;
   position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
   color: #fff;
   font-size: 32px;
   line-height: 51px;
   opacity: 0.3;
   position: absolute;
   width: 52px;
   z-index: 1;
}

.pagination .nav-links:before {
   content: "\f429";
   right: -1px;
}

.pagination .nav-links:after {
   content: "\f430";
   right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
   position: static !important;
}

.pagination .page-numbers {
   display: none;
   letter-spacing: 0.013157895em;
   line-height: 1;
   margin: 0 0.7368421053em 0 -0.7368421053em;
   padding: 0.8157894737em 0.7368421053em 0.3947368421em;
   text-transform: uppercase;
}

.pagination .current {
   display: inline-block;
   font-weight: 700;
}

.pagination .prev,
.pagination .next {
   background-color: #1a1a1a;
   color: #fff;
   display: inline-block;
   height: 52px;
   margin: 0;
   overflow: hidden;
   padding: 0;
   position: absolute;
   top: 0;
   width: 52px;
   z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
   font-size: 32px;
   height: 53px;
   line-height: 52px;
   position: relative;
   width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
   background-color: #007acc;
   color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
   outline: 0;
}

.pagination .prev {
   right: 54px;
}

.pagination .prev:before {
   content: "\f430";
   left: -1px;
   top: -1px;
}

.pagination .next {
   right: 0;
}

.pagination .next:before {
   content: "\f429";
   right: -1px;
   top: -1px;
}

.image-navigation,
.comment-navigation {
   border-top: 1px solid #d1d1d1;
   border-bottom: 1px solid #d1d1d1;
   color: #686868;
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   font-size: 13px;
   font-size: 0.8125rem;
   line-height: 1.6153846154;
   margin: 0 7.6923% 2.1538461538em;
   padding: 1.0769230769em 0;
}

.comment-navigation {
   margin-right: 0;
   margin-left: 0;
}

.comments-title + .comment-navigation {
   border-bottom: 0;
   margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
   display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
   content: "\002f";
   display: inline-block;
   opacity: 0.7;
   padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
   clip: rect(1px, 1px, 1px, 1px);
   height: 1px;
   overflow: hidden;
   position: absolute !important;
   width: 1px;
   /* many screen reader and browser combinations announce broken words as they would appear visually */
   word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
   background-color: #f1f1f1;
   box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
   color: #21759b;
   display: block;
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   font-size: 14px;
   font-weight: 700;
   left: -9999em;
   outline: none;
   padding: 15px 23px 14px;
   text-decoration: none;
   text-transform: none;
   top: -9999em;
}

.logged-in .site .skip-link {
   box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
   font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
   clip: auto;
   height: auto;
   left: 6px;
   top: 7px;
   width: auto;
   z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
   float: left;
   margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
   float: right;
   margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
   clear: both;
   display: block;
   margin: 0 auto 1.75em;
}

blockquote.alignleft {
   margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
   margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
   margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
   content: "";
   display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
   clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
   border-top: 4px solid #1a1a1a;
   margin-bottom: 3.5em;
   padding-top: 1.75em;
}

.widget-area > :last-child,
.widget > :last-child {
   margin-bottom: 0;
}

.widget .widget-title {
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   font-size: 16px;
   font-size: 1rem;
   letter-spacing: 0.046875em;
   line-height: 1.3125;
   margin: 0 0 1.75em;
   text-transform: uppercase;
}

.widget .widget-title:empty {
   margin-bottom: 0;
}

.widget-title a {
   color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
   margin: 0;
}

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

.widget_calendar caption {
   font-weight: 900;
   margin-bottom: 1.75em;
}

.widget_calendar tbody a {
   background-color: #007acc;
   color: #fff;
   display: block;
   font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
   background-color: #686868;
   color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
   color: #686868;
   display: block;
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   font-size: 13px;
   font-size: 0.8125rem;
   line-height: 1.615384615;
   margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
   margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
   margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
   color: #686868;
   display: block;
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   font-size: 13px;
   font-size: 0.8125rem;
   font-style: normal;
   line-height: 1.615384615;
   margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
   margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
   margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
   border: 1px solid #d1d1d1;
   border-radius: 2px;
   display: inline-block;
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   line-height: 1;
   margin: 0 0.1875em 0.4375em 0;
   padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
   border-color: #007acc;
   color: #007acc;
   outline: 0;
}


/**
 * 11.0 - Content
 */

.site {
   background-color: #fff;
}

.site-inner {
   margin: 0 auto;
   position: relative;
}

.site-content {
   word-wrap: break-word;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
   outline: 0;
}

.site-main {
   margin-bottom: 3.5em;
}

.site-main > :last-child {
   margin-bottom: 0;
}


/**
 * 11.1 - Header
 */

.site-header {
   padding: 2.625em 7.6923%;
}

.site-header-main {
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.site-branding {
   margin: 0.875em auto 0.875em 0;
   /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
   max-width: 100%;
   min-width: 0;
   overflow: hidden;
}

.custom-logo-link {
   display: block;
}

.custom-logo {
   max-width: 180px;
}

.site-title {
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   font-size: 23px;
   font-size: 1.4375rem;
   font-weight: 700;
   line-height: 1.2173913043;
   margin: 0;
}

.site-branding .site-title a {
   color: #1a1a1a;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
   color: #007acc;
}

.wp-custom-logo .site-title {
   margin-top: 0.608695652em;
}

.site-description {
   color: #686868;
   display: none;
   font-size: 13px;
   font-size: 0.8125rem;
   font-weight: 400;
   line-height: 1.0769230769;
   margin: 0.538461538em 0 0;
}

.menu-toggle {
   background-color: transparent;
   border: 1px solid #d1d1d1;
   color: #1a1a1a;
   font-size: 13px;
   font-size: 0.8125rem;
   margin: 1.076923077em 0;
   padding: 0.769230769em;
}

.no-js .menu-toggle {
   display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
   background-color: transparent;
   border-color: #007acc;
   color: #007acc;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
   background-color: #1a1a1a;
   border-color: #1a1a1a;
   color: #fff;
}

.menu-toggle:focus {
   outline: 0;
}

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

.header-image {
   clear: both;
   margin: 0.875em 0;
}

.header-image a {
   display: block;
}

.header-image a:hover img,
.header-image a:focus img {
   opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
   margin-bottom: 3.5em;
   position: relative;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
   margin-right: 0%;
   margin-left: 0%;
}

.entry-title {
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   font-size: 28px;
   font-size: 1.75rem;
   font-weight: 700;
   line-height: 1.25;
   margin-bottom: 1em;
}

.entry-title a {
   color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
   color: #007acc;
}

.post-thumbnail {
   display: block;
   margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
   display: block;
}

.no-sidebar .post-thumbnail img {
   margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
   opacity: 0.85;
}

.entry-content,
.entry-summary {
   border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
   font-size: 28px;
   font-size: 1.75rem;
   line-height: 1.25;
   margin-top: 2em;
   margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
   font-size: 23px;
   font-size: 1.4375rem;
   line-height: 1.2173913043;
   margin-top: 2.4347826087em;
   margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
   font-size: 19px;
   font-size: 1.1875rem;
   line-height: 1.1052631579;
   margin-top: 2.9473684211em;
   margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
   font-size: 16px;
   font-size: 1rem;
   line-height: 1.3125;
   margin-top: 3.5em;
   margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
   letter-spacing: 0.140625em;
   text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
   font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
   font-weight: 900;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
   margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
   -webkit-hyphens: auto;
   -moz-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

body:not(.search-results) .entry-summary {
   color: #686868;
   font-size: 19px;
   font-size: 1.1875rem;
   line-height: 1.4736842105;
   margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
   margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
   margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
   margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
   padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
   margin-bottom: 1.4736842105em;
   padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
   border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
   margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
   margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
   margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
   margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
   margin-bottom: 0;
}

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

.author-info {
   border-color: inherit;
   border-style: solid;
   border-width: 1px 0 1px 0;
   clear: both;
   padding-top: 1.75em;
   padding-bottom: 1.75em;
}

.author-avatar .avatar {
   float: left;
   height: 42px;
   margin: 0 1.75em 1.75em 0;
   width: 42px;
}

.author-description > :last-child {
   margin-bottom: 0;
}

.entry-content .author-title {
   clear: none;
   font-size: 16px;
   font-size: 1rem;
   font-weight: 900;
   line-height: 1.75;
   margin: 0;
}

.author-bio {
   color: #686868;
   font-size: 13px;
   font-size: 0.8125rem;
   line-height: 1.6153846154;
   margin-bottom: 1.6153846154em;
   overflow: hidden;
}

.author-link {
   white-space: nowrap;
}

.entry-footer {
   color: #686868;
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   font-size: 13px;
   font-size: 0.8125rem;
   line-height: 1.6153846154;
   margin-top: 2.1538461538em;
}

.entry-footer:empty {
   margin: 0;
}

.entry-footer a {
   color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
   color: #007acc;
}

.entry-footer > span:not(:last-child):after {
   content: "\002f";
   display: inline-block;
   opacity: 0.7;
   padding: 0 0.538461538em;
}

.entry-footer .avatar {
   height: 21px;
   margin: -0.1538461538em 0.5384615385em 0 0;
   width: 21px;
}

.sticky-post {
   color: #686868;
   display: block;
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   font-size: 13px;
   font-size: 0.8125rem;
   letter-spacing: 0.076923077em;
   line-height: 1.6153846154;
   margin-bottom: 0.5384615385em;
   text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
   display: none;
}

.sticky .posted-on,
.byline {
   display: none;
}

.single .byline,
.group-blog .byline {
   display: inline;
}

.page-header {
   border-top: 4px solid #1a1a1a;
   margin: 0 7.6923% 3.5em;
   padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
   border-top: 0;
   padding-top: 0;
}

.page-title {
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   font-size: 23px;
   font-size: 1.4375rem;
   line-height: 1.2173913043;
}

.taxonomy-description {
   color: #686868;
   font-size: 13px;
   font-size: 0.8125rem;
   line-height: 1.6153846154;
}

.taxonomy-description p {
   margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
   margin-bottom: 0;
}

.page-links {
   clear: both;
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
   border: 1px solid #d1d1d1;
   border-radius: 2px;
   display: inline-block;
   font-size: 13px;
   font-size: 0.8125rem;
   height: 1.8461538462em;
   line-height: 1.6923076923em;
   margin-right: 0.3076923077em;
   text-align: center;
   width: 1.8461538462em;
}

.page-links a {
   background-color: #1a1a1a;
   border-color: #1a1a1a;
   color: #fff;
}

.page-links a:hover,
.page-links a:focus {
   background-color: #007acc;
   border-color: transparent;
   color: #fff;
}

.page-links > .page-links-title {
   border: 0;
   color: #1a1a1a;
   height: auto;
   margin: 0;
   padding-right: 0.6153846154em;
   width: auto;
}

.entry-attachment {
   margin-bottom: 1.75em;
}

.entry-caption {
   color: #686868;
   font-size: 13px;
   font-size: 0.8125rem;
   font-style: italic;
   line-height: 1.6153846154;
   padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
   margin-bottom: 0;
}

.content-bottom-widgets {
   margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
   margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
   font-size: 19px;
   font-size: 1.1875rem;
   line-height: 1.473684211;
   margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
   display: none;
}


/**
 * 11.4 - Comments
 */

.comments-area {
   margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
   padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
   border-top: 4px solid #1a1a1a;
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   font-size: 23px;
   font-size: 1.4375rem;
   font-weight: 700;
   line-height: 1.3125;
   padding-top: 1.217391304em;
}

.comments-title {
   margin-bottom: 1.217391304em;
}

.comment-list {
   list-style: none;
   margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
   border-top: 1px solid #d1d1d1;
   padding: 1.75em 0;
}

.comment-list .children {
   list-style: none;
   margin: 0;
}

.comment-list .children > li {
   padding-left: 0.875em;
}

.comment-author {
   color: #1a1a1a;
   margin-bottom: 0.4375em;
}

.comment-author .avatar {
   float: left;
   height: 28px;
   margin-right: 0.875em;
   position: relative;
   width: 28px;
}

.bypostauthor > article .fn:after {
   content: "\f304";
   left: 3px;
   position: relative;
   top: 5px;
}

.comment-metadata,
.pingback .edit-link {
   color: #686868;
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   font-size: 13px;
   font-size: 0.8125rem;
   line-height: 1.6153846154;
}

.comment-metadata {
   margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
   color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
   color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
   display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
   content: "\002f";
   display: inline-block;
   opacity: 0.7;
   padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
   margin: 0 0 1.5em 1.25em;
}

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

.comment-reply-link {
   border: 1px solid #d1d1d1;
   border-radius: 2px;
   color: #007acc;
   display: inline-block;
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   font-size: 13px;
   font-size: 0.8125rem;
   line-height: 1;
   margin-top: 2.1538461538em;
   padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
   border-color: currentColor;
   color: #007acc;
   outline: 0;
}

.comment-form {
   padding-top: 1.75em;
}

.comment-form label {
   color: #686868;
   display: block;
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   font-size: 13px;
   font-size: 0.8125rem;
   letter-spacing: 0.076923077em;
   line-height: 1.6153846154;
   margin-bottom: 0.5384615385em;
   text-transform: uppercase;
}

.comment-list .comment-form {
   padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
   color: #686868;
   font-size: 13px;
   font-size: 0.8125rem;
   line-height: 1.6153846154;
   margin-bottom: 2.1538461538em;
}

.no-comments {
   border-top: 1px solid #d1d1d1;
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   font-weight: 700;
   margin: 0;
   padding-top: 1.75em;
}

.comment-navigation + .no-comments {
   border-top: 0;
   padding-top: 0;
}

.form-allowed-tags code {
   font-family: Inconsolata, monospace;
}

.form-submit {
   margin-bottom: 0;
}

.required {
   color: #007acc;
   font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
   font-size: 100%;
}

.comment-reply-title small a {
   border: 0;
   float: right;
   height: 32px;
   overflow: hidden;
   width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
   color: #1a1a1a;
}

.comment-reply-title small a:before {
   content: "\f405";
   font-size: 32px;
   position: relative;
   top: -5px;
}


/**
 * 11.5 - Sidebar
 */

.sidebar {
   margin-bottom: 3.5em;
   padding: 0 7.6923%;
}


/**
 * 11.6 - Footer
 */

.site-footer {
   padding: 0 7.6923% 1.75em;
}

.site-info {
   color: #686868;
   font-size: 13px;
   font-size: 0.8125rem;
   line-height: 1.6153846154;
}

.site-info a {
   color: #686868;
}

.site-info a:hover,
.site-info a:focus {
   color: #007acc;
}

.site-footer .site-title {
   font-family: inherit;
   font-size: inherit;
   font-weight: 400;
}

.site-footer .site-title:after {
   content: "\002f";
   display: inline-block;
   font-family: Montserrat, sans-serif;
   opacity: 0.7;
   padding: 0 0.307692308em 0 0.538461538em;
}


/**
 * 12.0 - Media
 */

.site .avatar {
   border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
   border: none;
   margin-top: 0;
   margin-bottom: 0;
   padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
   display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
   margin-bottom: 1.75em;
   max-width: 100%;
   vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
   margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
   box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
   margin-top: 0;
   margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
   padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
   margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
   border-bottom: 0;
   padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
   top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
   margin-bottom: 1.75em;
   max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
   display: block;
   margin: 0;
}

.wp-caption .wp-caption-text {
   color: #686868;
   font-size: 13px;
   font-size: 0.8125rem;
   font-style: italic;
   line-height: 1.6153846154;
   padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
   margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
   display: inline-block;
   max-width: 33.33%;
   padding: 0 1.1400652% 2.2801304%;
   text-align: center;
   vertical-align: top;
   width: 100%;
}

.gallery-columns-1 .gallery-item {
   max-width: 100%;
}

.gallery-columns-2 .gallery-item {
   max-width: 50%;
}

.gallery-columns-4 .gallery-item {
   max-width: 25%;
}

.gallery-columns-5 .gallery-item {
   max-width: 20%;
}

.gallery-columns-6 .gallery-item {
   max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
   max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
   max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
   max-width: 11.11%;
}

.gallery-icon img {
   margin: 0 auto;
}

.gallery-caption {
   color: #686868;
   display: block;
   font-size: 13px;
   font-size: 0.8125rem;
   font-style: italic;
   line-height: 1.6153846154;
   padding-top: 0.5384615385em;
}

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


/**
 * 13.0 - Multisites
 */

.widecolumn {
   margin-bottom: 3.5em;
   padding: 0 7.6923%;
}

.widecolumn .mu_register {
   width: auto;
}

.widecolumn .mu_register .mu_alert {
   background: transparent;
   border-color: #d1d1d1;
   color: inherit;
   margin-bottom: 3.5em;
   padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
   margin-top: 0;
}

.widecolumn h2 {
   font-size: 23px;
   font-size: 1.4375rem;
   font-weight: 900;
   line-height: 1.2173913043;
   margin-bottom: 1.2173913043em;
}

.widecolumn p {
   margin: 1.75em 0;
}

.widecolumn p + h2 {
   margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
   color: #686868;
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   font-size: 13px;
   font-size: 0.8125rem;
   font-weight: 400;
   letter-spacing: 0.076923077em;
   line-height: 1.6153846154;
   text-transform: uppercase;
}

.widecolumn .mu_register label {
   margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
   font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
   font-size: 16px;
   font-size: 1rem;
   width: 100%;
}

.widecolumn .mu_register #blogname {
   margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
   margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
   font-size: 16px;
   font-size: 1rem;
   margin: 0;
   width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
   font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
   margin-bottom: 0;
}

.top_youtube_sec {
    margin: 50px 0;
}

.top_youtube_sec .cont {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.top_youtube_sec .cont .video {
    width: 100%;
    height: 265px;
}

.top_youtube_sec .cont .video iframe {
    width: 100%;
    height: 100%;
}


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


/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
   body:not(.custom-background-image):before,
   body:not(.custom-background-image):after {
      background: inherit;
      content: "";
      display: block;
      left: 0;
      position: fixed;
      width: 100%;
      z-index: 99;
   }

   body:not(.custom-background-image):before {
      top: 0;
   }

   body:not(.custom-background-image).admin-bar:before {
      top: 46px;
   }

   body:not(.custom-background-image):after {
      bottom: 0;
   }

   .site-main {
      margin-bottom: 5.25em;
   }

   .site-header {
      padding: 3.9375em 7.6923%;
   }

   .site-branding {
      margin-top: 1.3125em;
      margin-bottom: 1.3125em;
   }

   .custom-logo {
      max-width: 210px;
   }

   .site-title {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.25;
   }

   .wp-custom-logo .site-title {
      margin-top: 0.5em;
   }

   .site-description {
      display: block;
   }

   .menu-toggle {
      font-size: 16px;
      font-size: 1.0rem;
      margin: 1.3125em 0;
      padding: 0.8125em 0.875em 0.6875em;
   }

   .site-header-menu {
      margin: 1.3125em 0;
   }

   .site-header .main-navigation + .social-navigation {
      margin-top: 2.625em;
   }

   .header-image {
      margin: 1.3125em 0;
   }

   .pagination {
      margin: 0 23.0769% 4.421052632em 7.6923%
   }

   .post-navigation {
      margin-bottom: 5.25em;
   }

   .post-navigation .post-title {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.25;
   }

   /* restore screen-reader-text */
   .pagination .current .screen-reader-text {
      position: absolute !important;
   }

   .pagination .page-numbers {
      display: inline-block;
   }

   .site-main > article {
      margin-bottom: 5.25em;
   }

   .entry-header,
   .post-thumbnail,
   .entry-content,
   .entry-summary,
   .entry-footer,
   .comments-area,
   .image-navigation,
   .post-navigation,
   .page-header,
   .page-content,
   .content-bottom-widgets {
      margin-right: 23.0769%;
   }

   .entry-title {
      font-size: 33px;
      font-size: 2.0625rem;
      line-height: 1.2727272727;
      margin-bottom: 0.8484848485em;
   }

   .entry-content blockquote.alignleft,
   .entry-content blockquote.alignright {
      border-width: 4px 0 0 0;
      padding: 0.9473684211em 0 0;
      width: -webkit-calc(50% - 0.736842105em);
      width: calc(50% - 0.736842105em);
   }

   .entry-content blockquote:not(.alignleft):not(.alignright),
   .entry-summary blockquote,
   .comment-content blockquote {
      margin-left: -1.473684211em;
   }

   .entry-content blockquote blockquote:not(.alignleft):not(.alignright),
   .entry-summary blockquote blockquote,
   .comment-content blockquote blockquote {
      margin-left: 0;
   }

   .entry-content ul,
   .entry-summary ul,
   .comment-content ul,
   .entry-content ol,
   .entry-summary ol,
   .comment-content ol {
      margin-left: 0;
   }

   .entry-content li > ul,
   .entry-summary li > ul,
   .comment-content li > ul,
   .entry-content blockquote > ul,
   .entry-summary blockquote > ul,
   .comment-content blockquote > ul {
      margin-left: 1.25em;
   }

   .entry-content li > ol,
   .entry-summary li > ol,
   .comment-content li > ol,
   .entry-content blockquote > ol,
   .entry-summary blockquote > ol,
   .comment-content blockquote > ol {
      margin-left: 1.5em;
   }

   .comment-author {
      margin-bottom: 0;
   }

   .comment-author .avatar {
      height: 42px;
      position: relative;
      top: 0.25em;
      width: 42px;
   }

   .comment-list .children > li {
      padding-left: 1.75em;
   }

   .comment-list + .comment-respond,
   .comment-navigation + .comment-respond {
      padding-top: 3.5em;
   }

   .comments-area,
   .widget,
   .content-bottom-widgets .widget-area {
      margin-bottom: 5.25em;
   }

   .sidebar,
   .widecolumn {
      margin-bottom: 5.25em;
      padding-right: 23.0769%;
   }

   body:not(.search-results) .entry-summary li > ul,
   body:not(.search-results) .entry-summary blockquote > ul {
      margin-left: 1.157894737em;
   }

   body:not(.search-results) .entry-summary li > ol,
   body:not(.search-results) .entry-summary blockquote > ol {
      margin-left: 1.473684211em;
   }
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
   body:not(.custom-background-image).admin-bar:before {
      top: 32px;
   }
}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
   .site-header {
      padding-right: 4.5455%;
      padding-left: 4.5455%;
   }

   .site-header-main {
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
   }

   .wp-custom-logo .site-header-main {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
   }

   .site-header-menu {
      display: block;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
   }

   .main-navigation {
      margin: 0 -0.875em;
   }

   .main-navigation .primary-menu,
   .main-navigation .primary-menu > li {
      border: 0;
   }

   .main-navigation .primary-menu > li {
      float: left;
   }

   .main-navigation a {
      outline-offset: -8px;
      padding: 0.65625em 0.875em;
      white-space: nowrap;
   }

   .main-navigation li:hover > a,
   .main-navigation li.focus > a {
      color: #007acc;
   }

   .main-navigation ul ul {
      border-bottom: 1px solid #d1d1d1;
      display: block;
      left: -999em;
      margin: 0;
      position: absolute;
      z-index: 99999;
   }

   .main-navigation ul ul ul {
      top: -1px;
   }

   .main-navigation ul ul ul:before,
   .main-navigation ul ul ul:after {
      border: 0;
   }

   .main-navigation ul ul li {
      background-color: #fff;
      border: 1px solid #d1d1d1;
      border-bottom-width: 0;
   }

   .main-navigation ul ul a {
      white-space: normal;
      width: 12.6875em;
   }

   .main-navigation ul ul:before,
   .main-navigation ul ul:after {
      border-style: solid;
      content: "";
      position: absolute;
   }

   .main-navigation ul ul:before {
      border-color: #d1d1d1 transparent;
      border-width: 0 10px 10px;
      right: 9px;
      top: -9px;
   }

   .main-navigation ul ul:after {
      border-color: #fff transparent;
      border-width: 0 8px 8px;
      right: 11px;
      top: -7px;
   }

   .main-navigation li:hover > ul,
   .main-navigation li.focus > ul {
      left: auto;
      right: 0;
   }

   .main-navigation ul ul li:hover > ul,
   .main-navigation ul ul li.focus > ul {
      left: auto;
      right: 100%;
   }

   .main-navigation .menu-item-has-children > a {
      margin: 0;
      padding-right: 2.25em;
   }

   .main-navigation .menu-item-has-children > a:after {
      content: "\f431";
      position: absolute;
      right: 0.625em;
      top: 0.8125em;
   }

   .main-navigation ul ul .menu-item-has-children > a {
      padding-right: 2.0625em;
   }

   .main-navigation ul ul .menu-item-has-children > a:after {
      right: 0.5625em;
      top: 0.875em;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
   }

   .dropdown-toggle,
   .main-navigation ul .dropdown-toggle.toggled-on,
   .menu-toggle,
   .site-header .social-navigation,
   .site-footer .main-navigation {
      display: none;
   }

   .site-content {
      padding: 0px;
   }

   .content-area {

   }

   .entry-header,
   .post-thumbnail,
   .entry-content,
   .entry-summary,
   .entry-footer,
   .comments-area,
   .image-navigation,
   .post-navigation,
   .pagination,
   .page-header,
   .page-content,
   .content-bottom-widgets {
      margin-right: 0;
      margin-left: 0;
      font-size: 18px;
   }

   .sidebar {
      float: left;
      margin-left: 75%;
      padding: 0;
      width: 25%;
   }

   .widget {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.6153846154;
      margin-bottom: 3.230769231em;
      padding-top: 1.615384615em;
   }

   .widget .widget-title {
      margin-bottom: 1.3125em;
   }

   .widget p,
   .widget address,
   .widget hr,
   .widget ul,
   .widget ol,
   .widget dl,
   .widget dd,
   .widget table {
      margin-bottom: 1.6153846154em;
   }

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

   .widget blockquote {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.3125;
      margin-bottom: 1.3125em;
      padding-left: 1.0625em;
   }

   .widget blockquote cite,
   .widget blockquote small {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.6153846154;
   }

   .widget th,
   .widget td {
      padding: 0.5384615385em;
   }

   .widget pre {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.6153846154;
      margin-bottom: 1.6153846154em;
      padding: 0.5384615385em;
   }

   .widget fieldset {
      margin-bottom: 1.6153846154em;
      padding: 0.5384615385em;
   }

   .widget button,
   .widget input,
   .widget select,
   .widget textarea {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.6153846154;
   }

   .widget button,
   .widget input[type="button"],
   .widget input[type="reset"],
   .widget input[type="submit"] {
      line-height: 1;
      padding: 0.846153846em;
   }

   .widget input[type="text"],
   .widget input[type="email"],
   .widget input[type="url"],
   .widget input[type="password"],
   .widget input[type="search"],
   .widget input[type="tel"],
   .widget input[type="number"],
   .widget textarea {
      padding: 0.4615384615em 0.5384615385em;
   }

   .widget h1 {
      font-size: 23px;
      font-size: 1.4375rem;
      line-height: 1.2173913043;
      margin-bottom: 0.9130434783em;
   }

   .widget h2 {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.1052631579;
      margin-bottom: 1.1052631579em;
   }

   .widget h3 {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.3125;
      margin-bottom: 1.3125em;
   }

   .widget h4,
   .widget h5,
   .widget h6 {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.6153846154;
      margin-bottom: 0.9130434783em;
   }

   .widget .alignleft {
      margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
   }

   .widget .alignright {
      margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
   }

   .widget .aligncenter {
      margin-bottom: 1.6153846154em;
   }

   .widget_calendar td,
   .widget_calendar th {
      line-height: 2.6923076923;
      padding: 0;
   }

   .widget_rss .rssSummary:last-child {
      margin-bottom: 1.615384615em;
   }

   .widget input[type="search"].search-field {
      width: -webkit-calc(100% - 35px);
      width: calc(100% - 35px);
   }

   .widget .search-submit:before {
      font-size: 16px;
      left: 1px;
      line-height: 35px;
      width: 34px;
   }

   .widget button.search-submit {
      padding: 0;
      width: 35px;
   }

   .tagcloud a {
      margin: 0 0.2307692308em 0.5384615385em 0;
      padding: 0.5384615385em 0.4615384615em 0.4615384615em;
   }

   .textwidget h1 {
      margin-top: 1.8260869565em;
   }

   .textwidget h2 {
      margin-top: 2.2105263158em;
   }

   .textwidget h3 {
      margin-top: 2.625em;
   }

   .textwidget h4 {
      letter-spacing: 0.153846154em;
   }

   .textwidget h4,
   .textwidget h5,
   .textwidget h6 {
      margin-top: 3.2307692308em;
   }

   .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
   .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
      float: left;
      margin-right: 7.1428571%;
      width: 46.42857145%;
   }

   .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
      margin-right: 0;
   }

   .site-footer {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0px 0px 10px;
   }

   .site-footer .social-navigation {
      margin: 0;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
   }

   .site-info {
      margin: 0.538461538em auto 0.538461538em 0;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
   }

   .no-sidebar .content-area {
      float: none;
      margin: 0;
      width: 100%;
   }

   .no-sidebar .entry-header,
   .no-sidebar .entry-content,
   .no-sidebar .entry-summary,
   .no-sidebar .entry-footer,
   .no-sidebar .comments-area,
   .no-sidebar .image-navigation,
   .no-sidebar .post-navigation,
   .no-sidebar .pagination,
   .no-sidebar .page-header,
   .no-sidebar .page-content,
   .no-sidebar .content-bottom-widgets {
      margin-right: 15%;
      margin-left: 15%;
   }

   .widecolumn {
      padding-right: 15%;
      padding-left: 15%;
   }
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
   .site-main {
      padding: 20px 0px;
      float: right;
      width: 950px;
   }
  
  .site-main h2 img {
    width: 100%;
  }

   .site-header {
      padding: 5.25em 4.5455%;
   }

   .site-branding,
   .site-header-menu,
   .header-image {
      margin-top: 1.75em;
      margin-bottom: 1.75em;
   }

   .custom-logo {
      max-width: 240px;
   }

   .image-navigation {
      margin-bottom: 3.230769231em;
   }

   .post-navigation {
      margin-bottom: 7.0em;
   }

   .pagination {
      margin-bottom: 5.894736842em;
   }

   .widget {
      margin-bottom: 4.307692308em;
   }

   .site-main > article {
      margin-bottom: 7.0em;
   }

   .entry-title {
background: url(/wp-content/uploads/2017/11/entry-header_bg.png)no-repeat;
height: 110px;
text-align: center;
font-size: 24px;
letter-spacing: 2px;
color: #fff;
text-shadow: 0px 0px 5px rgba(51, 51, 51, 0.32);
padding-top: 19px;
    background-size:100%;
     background-position:center;
   }
  
.voice_hirogon {
    text-align: center;
}

   .format-aside .entry-title,
   .format-image .entry-title,
   .format-video .entry-title,
   .format-quote .entry-title,
   .format-gallery .entry-title,
   .format-status .entry-title,
   .format-link .entry-title,
   .format-audio .entry-title,
   .format-chat .entry-title {
      font-size: 23px;
      font-size: 1.4375em;
      line-height: 1.304347826;
      margin-bottom: 1.826086957em;
   }

   .post-thumbnail {
      margin-bottom: 2.625em;
   }

   .entry-content h1,
   .entry-summary h1,
   .comment-content h1 {
      font-size: 33px;
      font-size: 2.0625rem;
      line-height: 1.2727272727;
      margin-top: 1.696969697em;
      margin-bottom: 0.8484848485em;
   }

   .entry-content h2,
   .entry-summary h2,
   .comment-content h2 {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.25;
      margin-top: 2em;
      margin-bottom: 1em;
   }

   .entry-content h3,
   .entry-summary h3,
   .comment-content h3 {
      font-size: 23px;
      font-size: 1.4375rem;
      line-height: 1.2173913043;
      margin-top: 2.4347826087em;
      margin-bottom: 1.2173913043em;
   }

   .entry-content h4,
   .entry-summary h4,
   .entry-intro h4,
   .comment-content h4 {
      letter-spacing: 0.131578947em;
   }

   .entry-content h4,
   .entry-content h5,
   .entry-content h6,
   .entry-summary h4,
   .entry-summary h5,
   .entry-summary h6,
   .comment-content h4,
   .comment-content h5,
   .comment-content h6 {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.1052631579;
      margin-top: 2.9473684211em;
      margin-bottom: 1.473684211em;
   }

   .author-info {
      border-bottom-width: 0;
      padding-bottom: 0;
   }

   .comment-list + .comment-respond,
   .comment-navigation + .comment-respond {
      padding-top: 5.25em;
   }

   .comments-area,
   .sidebar,
   .content-bottom-widgets .widget-area,
   .widecolumn {
      margin-bottom: 7.0em;
   }

   body:not(.search-results) .entry-summary {
      margin-bottom: 2.210526316em;
   }

   body:not(.search-results) .entry-header + .entry-summary {
      margin-top: -1.105263158em;
   }

   body:not(.search-results) article:not(.type-page) .entry-content {
      float: right;
      width: 70%;
   }

   body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
      margin-left: -40%;
      width: -webkit-calc(60% - 1.4736842105em);
      width: calc(60% - 1.4736842105em);
   }

   body:not(.search-results) article:not(.type-page) img.below-entry-meta,
   body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
      clear: both;
      display: block;
      float: none;
      margin-right: 0;
      margin-left: -40%;
      max-width: 140%;
   }

   body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
   body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
   body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
      margin: 0;
      max-width: 100%;
   }

   body:not(.search-results) article:not(.type-page) .entry-footer {
      float: left;
      text-align: center;
      margin-top: 0.1538461538em;
      width: 30%;
   }

   body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
      display: none;
   }

   .single .byline,
   .full-size-link,
   body:not(.search-results).group-blog .byline,
   body:not(.search-results) .entry-format,
   body:not(.search-results) .cat-links,
   body:not(.search-results) .tags-links,
   body:not(.search-results) article:not(.sticky) .posted-on,
   body:not(.search-results) article:not(.type-page) .comments-link,
   body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
      display: block;
      margin-bottom: 0.5384615385em;
   }

   body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
      margin-bottom: 0;
   }

   body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
      display: block;
      height: auto;
      margin: auto;
      margin-bottom: 0.5384615385em;
      width: 49px;
   }

   body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
      float: left;
      margin-right: -100%;
      margin-left: 34.99999999%;
      width: 50.00000001%;
   }

   body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
      margin-right: -100%;
      margin-left: 15%;
      width: 15%;
   }
}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
   body:not(.search-results) .entry-summary {
      font-size: 23px;
      font-size: 1.4375rem;
      line-height: 1.5217391304;
      margin-bottom: 1.826086957em;
   }

   body:not(.search-results) .entry-header + .entry-summary {
      margin-top: -0.913043478em;
   }

   body:not(.search-results) .entry-summary p,
   body:not(.search-results) .entry-summary address,
   body:not(.search-results) .entry-summary hr,
   body:not(.search-results) .entry-summary ul,
   body:not(.search-results) .entry-summary ol,
   body:not(.search-results) .entry-summary dl,
   body:not(.search-results) .entry-summary dd,
   body:not(.search-results) .entry-summary table {
      margin-bottom: 1.5217391304em;
   }

   body:not(.search-results) .entry-summary li > ul,
   body:not(.search-results) .entry-summary blockquote > ul {
      margin-left: 0.956521739em;
   }

   body:not(.search-results) .entry-summary li > ol,
   body:not(.search-results) .entry-summary blockquote > ol {
      margin-left: 1.52173913em;
   }

   body:not(.search-results) .entry-summary blockquote {
      font-size: 23px;
      font-size: 1.4375rem;
      line-height: 1.5217391304;
      margin: 0 0 1.5217391304em;
      padding-left: 1.347826087em;
   }

   body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
      margin-left: -1.52173913em;
   }

   body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
      margin-left: 0;
   }

   body:not(.search-results) .entry-summary blockquote cite,
   body:not(.search-results) .entry-summary blockquote small {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.8421052632;
   }

   body:not(.search-results) .entry-summary th,
   body:not(.search-results) .entry-summary td {
      padding: 0.3043478261em;
   }

   body:not(.search-results) .entry-summary pre {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.75;
      margin-bottom: 1.75em;
      padding: 1.75em;
   }

   body:not(.search-results) .entry-summary fieldset {
      margin-bottom: 1.5217391304em;
      padding: 0.3043478261em;
   }

   body:not(.search-results) .entry-summary h1 {
      margin-top: 2.121212121em;
      margin-bottom: 1.060606061em;
   }

   body:not(.search-results) .entry-summary h2 {
      margin-top: 2.5em;
      margin-bottom: 1.25em;
   }

   body:not(.search-results) .entry-summary h3 {
      margin-top: 3.043478261em;
      margin-bottom: 1.52173913em;
   }

   body:not(.search-results) .entry-summary h4,
   body:not(.search-results) .entry-summary h5,
   body:not(.search-results) .entry-summary h6 {
      margin-top: 3.684210526em;
      margin-bottom: 1.842105263em;
   }

   body:not(.search-results) .entry-summary h1:first-child,
   body:not(.search-results) .entry-summary h2:first-child,
   body:not(.search-results) .entry-summary h3:first-child,
   body:not(.search-results) .entry-summary h4:first-child,
   body:not(.search-results) .entry-summary h5:first-child,
   body:not(.search-results) .entry-summary h6:first-child {
      margin-top: 0;
   }

   body:not(.search-results) .entry-summary .alignleft {
      margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
   }

   body:not(.search-results) .entry-summary .alignright {
      margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
   }

   body:not(.search-results) .entry-summary .aligncenter {
      margin-bottom: 1.5217391304em;
   }
}


/**
 * 15.0 - Print
 */

@media print {
   form,
   button,
   input,
   select,
   textarea,
   .navigation,
   .main-navigation,
   .social-navigation,
   .sidebar,
   .content-bottom-widgets,
   .header-image,
   .page-links,
   .edit-link,
   .comment-respond,
   .comment-edit-link,
   .comment-reply-link,
   .comment-metadata .edit-link,
   .pingback .edit-link {
      display: none;
   }

   body,
   blockquote cite,
   blockquote small,
   pre,
   .entry-content h4,
   .entry-content h5,
   .entry-content h6,
   .entry-summary h4,
   .entry-summary h5,
   .entry-summary h6,
   .comment-content h4,
   .comment-content h5,
   .comment-content h6,
   .entry-content .author-title {
      font-size: 12pt;
   }

   blockquote {
      font-size: 14.25pt;
   }

   .site-title,
   .page-title,
   .comments-title,
   .entry-content h2,
   .entry-summary h2,
   .comment-content h2,
   .widecolumn h2 {
      font-size: 17.25pt;
   }

   .site-description {
      display: block;
   }

   .entry-title {
      font-size: 24.75pt;
      line-height: 1.2727272727;
      margin-bottom: 1.696969697em;
   }

   .format-aside .entry-title,
   .format-image .entry-title,
   .format-video .entry-title,
   .format-quote .entry-title,
   .format-gallery .entry-title,
   .format-status .entry-title,
   .format-link .entry-title,
   .format-audio .entry-title,
   .format-chat .entry-title {
      font-size: 17.25pt;
      line-height: 1.304347826;
      margin-bottom: 1.826086957em;
   }

   .entry-content h1,
   .entry-summary h1,
   .comment-content h1 {
      font-size: 21pt;
   }

   .entry-content h3,
   .entry-summary h3,
   .comment-content h3,
   body:not(.search-results) .entry-summary {
      font-size: 14.25pt;
   }

   .site-description,
   .author-bio,
   .entry-footer,
   .sticky-post,
   .taxonomy-description,
   .entry-caption,
   .comment-metadata,
   .comment-notes,
   .comment-awaiting-moderation,
   .site-info,
   .wp-caption .wp-caption-text,
   .gallery-caption {
      font-size: 9.75pt;
   }

   body,
   .site {
      background: none !important; /* Brute force since user agents all print differently. */
   }

   body,
   blockquote cite,
   blockquote small,
   .site-branding .site-title a,
   .entry-title a,
   .comment-author {
      color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
   }

   blockquote,
   .page-header,
   .comments-title {
      border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
   }

   blockquote,
   .site-description,
   body:not(.search-results) .entry-summary,
   body:not(.search-results) .entry-summary blockquote,
   .author-bio,
   .entry-footer,
   .entry-footer a,
   .sticky-post,
   .taxonomy-description,
   .entry-caption,
   .comment-author,
   .comment-metadata a,
   .comment-notes,
   .comment-awaiting-moderation,
   .site-info,
   .site-info a,
   .wp-caption .wp-caption-text,
   .gallery-caption {
      color: #686868 !important; /* Make sure color schemes don't affect to print */
   }

   code,
   hr {
      background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
   }

   pre,
   abbr,
   acronym,
   table,
   th,
   td,
   .author-info,
   .comment-list article,
   .comment-list .pingback,
   .comment-list .trackback,
   .no-comments {
      border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
   }

   a {
      color: #007acc !important; /* Make sure color schemes don't affect to print */
   }

   .entry-content a,
   .entry-summary a,
   .taxonomy-description a,
   .comment-content a,
   .pingback .comment-body > a {
      box-shadow: none;
      border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
   }

   .site {
      margin: 5%;
   }

   .site-inner {
      max-width: none;
   }

   .site-header {
      padding: 0 0 1.75em;
   }

   .site-branding {
      margin-top: 0;
      margin-bottom: 1.75em;
   }

   .site-main {
      margin-bottom: 3.5em;
   }

   .entry-header,
   .entry-footer,
   .page-header,
   .page-content,
   .entry-content,
   .entry-summary,
   .post-thumbnail,
   .comments-area {
      margin-right: 0;
      margin-left: 0;
   }

   .post-thumbnail,
   .site-main > article {
      margin-bottom: 3.5em;
   }

   .entry-content blockquote.alignleft,
   .entry-content blockquote.alignright {
      border-width: 4px 0 0 0;
      padding: 0.9473684211em 0 0;
      width: -webkit-calc(50% - 0.736842105em);
      width: calc(50% - 0.736842105em);
   }

   body:not(.search-results) .entry-header + .entry-summary {
      margin-top: -1.473684211em;
   }

   .site-footer,
   .widecolumn {
      padding: 0;
   }
}






/**
 * CUSTOM
 */

.wrap {
   width:1200px;
   margin:0 auto;
   overflow:hidden;
   position:relative;
}

.bx-wrapper img {
    width: 1200px;
}

header {
   
}

#topbar {
    padding: 5px 0;
    background: #4fa0ca;
    color: #ffffff;
    width: 100%;
}

#topbar h1{
    font-size: 12px;
}

#top_nav {
   border-bottom: 1px solid #ddd;
}

#top_nav ul{
   padding: 4px 0px;
   list-style-type: none;
}

#top_nav li{
   float: right;
   font-size: 13px;
   margin-left: 10px;
}

#top_nav li a{
   color: #573731;
}

#top_nav li::before{
    background-color: #4fa0ca;
    border-radius: 0;
    content: "";
    display: inline-block;
    margin-right: .3rem;
    vertical-align: middle;
    width: 4px;
    height: 4px;
}

#hd_content {
   
}

#hd_logo {
    float: left;
    padding: 20px 0px;
    position: relative;
}

.yoyakusei {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border: solid #ddd;
    border-width: 1px 0;
    font-weight: bold;
    font-size: 14px;
    color: #573832;
    letter-spacing: 3px;
}

#hd_middle01 {
   float: left;
   padding: 30px 20px 50px;
   margin-top: 20px;
   border-right: 1px solid #ddd;
}

#hd_middle02 {
   float: left;
   width: 260px;
   padding: 20px 16px;
}

#hd_middle02 p.address{
   font-size: 13px;
   font-weight: bold;
   text-align: center;
   color: #573731;
   margin-bottom: 4px;
}

#hd_middle02 dl{
   color: #573731;
   margin-bottom: 0px;
}

#hd_middle02 dt{
   border-bottom: 1px solid #ddd;
   border-top: 1px solid #ddd;
   text-align: center;
   font-size: 12px;
   letter-spacing: 2px;
   margin-bottom: 10px;
}

#hd_middle02 dd{
   font-size: 12px;
   margin-bottom: 4px;
   line-height: 16px;
}

#hd_right {
    float: right;
    width: 210px;
    padding-top: 10px;
}
#hd_right p.cache {
    margin-bottom: 5px;
    color: #573731;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
}

#hd_right p.tel {
   margin-bottom: 0px;
   text-align: right;
   letter-spacing: 1px;
   font-size: 20px;
   font-weight: bold;
   color: #4fa0ca;
   font-family: 'Noto Sans Japanese', Helvetica, Arial, sans-serif;
}

div#mainnav{
   width:100%;
   margin: 0 auto;
   text-align:center;
   border: 0px #ffffff solid;
   overflow: hidden;
   border-top: 1px dotted #d2b7b2;
   border-bottom: 1px dotted #d2b7b2;
}

ul#mainnav5{
   margin:0 auto;
   width:1200px;
   height:60px;
}

ul#mainnav5 li.home{float:left;list-style:none;width:104px;text-indent: -9999px;}
ul#mainnav5 li{float:left;list-style:none;width:156px;}

ul#mainnav5 li.home a{
    background: url(https://hagakure-crew.com/wp-content/uploads/2019/09/home_icon.png) no-repeat; background-position: center;
}

ul#mainnav5 li:last-child a{
      border-right: 1px dotted #d2b7b2;
}

ul#mainnav5 li.home{
      background: -moz-linear-gradient(top, #fff, #fce0b878);
      background: -webkit-linear-gradient(top, #fff, #fce0b878);
      background: linear-gradient(to bottom, #fff, #fce0b878);
}

ul#mainnav5 li.holmon a{
      background: -moz-linear-gradient(top, #fff, #fecfff);
      background: -webkit-linear-gradient(top, #fff, #fecfff);
      background: linear-gradient(to bottom, #fff, #fecfff);
}

ul#mainnav5 li.holmon a span{
    color: #e2619f;
}

ul#mainnav5 a{
   text-decoration:none;
   display:block;
   height:62.5px;
   font-size: 14px;
   color: #573731;
      background: -moz-linear-gradient(top, #fff, #fce0b878);
      background: -webkit-linear-gradient(top, #fff, #fce0b878);
      background: linear-gradient(to bottom, #fff, #fce0b878);
      padding-top: 10px;
      border-left: 1px dotted #d2b7b2;
      font-weight: 600;
}

ul#mainnav5 a:hover{
    opacity: .7;
}

ul#mainnav5 a span{
    display: block;
    color: #f4c17d;
    font-size: 12px;
    letter-spacing: .1em;
}



#ft_underbar {

}

#ft_logo {
float:left;
}

#ft_right {
    float: right;
    width:650px;
}

#ft_underbar ul.ft_menu{
   padding: 4px 0px;
   list-style-type: none;
   overflow: hidden;
   padding-top:20px; 
   margin-bottom: 0px;
   border-bottom: 1px solid #ddd;
}

#ft_underbar ul.ft_menu li{
   float: left;
   font-size: 13px;
   margin-left: 10px;
}

#ft_underbar ul.ft_menu li::before{
    background-color: #4fa0ca;
    border-radius: 0;
    content: "";
    display: inline-block;
    margin-right: .3rem;
    vertical-align: middle;
    width: 4px;
    height: 4px;
}

#ft_underbar ul.ft_menu li a{
   color: #573731;
}

address {
margin-bottom: 0px;
font-size: 11px;
font-style: normal;
letter-spacing: 1px;
padding-top: 10px;
text-align: right;
      color: #573731;
}

#ft_content {
background: #4fa0ca;
width: 100%;
padding: 30px 0px;
}

#ft_greeting {
    background: rgba(255, 255, 255, 0.63);
    padding: 30px 30px;
}

#ft_greeting h3{
text-align: center;
color: #573731;
width: 820px;
margin: 0 auto;
letter-spacing: 2px;
    border-bottom: 2px solid #4fa0ca;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

#ft_greeting ul{
width: 700px;
margin: 0 auto;
margin-bottom: 12px;
line-height: 36px;
}

#ft_greeting li{

}

#ft_greeting p.anser{
text-align: center;
color: #573731;
margin-bottom: 0px;
font-weight:bold; 
}

#ft_content_main {

}

#ft_shop_infomation {
    width: 600px;
    float: left;
    padding-top: 30px;
    color:#fff;
}

#ft_shop_infomation h4{
    border-bottom: 1px dotted #fff;
    margin-bottom: 10px;
}

#ft_shop_infomation dl{
margin-bottom: 10px;
}

#ft_shop_infomation dt{
font-weight: normal;
font-size: 13px;
}

#ft_shop_infomation dd{
font-size: 13px;
margin-bottom: 0px;
}

#ft_shop_infomation table th{
    color: #573731;
    text-align: center;
background: #f6f6f6;
}

#ft_shop_infomation table td{
background: #fff;
color: #573731;
text-align: center;
}

#ft_shop_infomation table .first{
font-size: 13px;
width: 110px;
background: #f6f6f6;
}

#ft_shop_infomation_R {
    width: 560px;
    float: right;
    padding-top: 30px;
}

#ft_contact {
margin-bottom: 20px;
}

#ft_contact_bn {
    background: #fff;
    padding: 10px 0px;
}

/* #topimage {padding:30px 0px;background:url(/wp-content/uploads/2016/07/topimage_bg.png);height: 50vw;} */

#topimage {padding:30px 0px;background-color: #002f6c;height: 50vw;}

.mv_video {
    width: 100%;
    height: 100%;
}

.mv_video video {
    width: 100%;
    margin: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#topimage ul{
list-style: disc;
margin-left: 0px;
}

#sidebar {
padding:20px 0px;
float: left;
width:210px;
}

#side_company {
    width: 100%;
    height: 346px;
    background: url(/wp-content/uploads/2020/09/side_shop_bg-1.png)no-repeat;
    position: relative;
    margin-bottom: 20px;
    background-size: 100%;
}

#side_company span{
position: absolute;
bottom: 22px;
left: 10px;
width: 230px;
padding: 4px 0px;
text-align: center;
background: #ff9d56;
border-bottom: 2px solid #71502e;
border-radius: 4px; 
color: #fff;
font-weight: bold;
font-size: 15px;
letter-spacing: 1px;
}

#side_company span:hover{
    background-color: #ff9d56;
    color: #fff;
    box-shadow: 3px 3px 4px rgba(111, 111, 111, 0.49) inset;
    border-bottom: 0px;
}

#sidebar h3 {
background: #603735;
margin-bottom: 10px;
text-align: center;
color: #fff;
font-size: 14px;
letter-spacing: 2px;
padding: 2px 0px;
}

#sidebar ul.sidenav {
list-style-type: none;
margin: 0px;
margin-bottom: 20px;
}

#sidebar ul.sidenav li{
margin-bottom: 10px;
}

#top_content01 {
overflow: hidden;
margin: 10px 0px;
}

#top_content01_L {
    float: left;
    width: 600px;
    background-color: rgba(251, 238, 233, 0.36);
    padding: 20px 20px;
    font-size: 13px;
}

#top_content01_R {
float: right;
width: 320px;
text-align: center;
font-size: 12px;
line-height: 30px;
}
.top_content01_img{
  width:100%;
  height:326px;
  position:relative;
  overflow:hidden;
}
.top_content01_img img{
  position:absolute;
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  top:0;
  left:0;
  right:0;
  margin:auto;
}

p.top_content05 {
    background-color: rgba(243, 255, 252, 0.4);
    padding: 20px 20px;
    font-size: 15px;
    border: 4px solid #4fa0ca;
}

#side_voice {
margin-bottom: 40px;
}

#side_voice dl{

}

#side_voice dt{
margin-bottom: 10px;
}

#side_voice dd{
margin-bottom: 10px;
font-size: 14px;
}

#side_voice p.attention{
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
font-size: 11px;
}

#side_voice span.btn{
width: 210px;
padding: 4px 0px;
text-align: center;
background: #4fa0ca;
border-bottom: 2px solid #2e4871;
border-radius: 4px; 
color: #fff;
font-weight: bold;
font-size: 15px;
letter-spacing: 1px;
display: block;
}

#side_voice span.btn:hover{
background-color: #2e4871;
color: #fff;
box-shadow: 3px 3px 4px rgba(111, 111, 111, 0.49) inset;
border-bottom: 0px;
}

#side_blog ul{
list-style: none;
margin: auto;
margin-bottom: 20px;
}

#side_blog li span{
display: block;
}

#side_blog ul li a{
color: #1a1a1a;
display: block;
}

#side_blog ul a:hover{
opacity: 0.7;
}

#side_blog span.btn{
width: 210px;
padding: 4px 0px;
text-align: center;
background: #4fa0ca;
border-bottom: 2px solid #2e4871;
border-radius: 4px; 
color: #fff;
font-weight: bold;
font-size: 15px;
letter-spacing: 1px;
display: block;
}

#side_blog span.btn:hover{
background-color: #2e4871;
color: #fff;
box-shadow: 3px 3px 4px rgba(111, 111, 111, 0.49) inset;
border-bottom: 0px;
}

.entry-content h3 {
border-left: 8px solid #8cb38a;
font-size: 18px;
padding: 12px 10px;
letter-spacing: 2px;
color:#603735;;
}

#group_link dl {
width:48%;
margin: 1%;
float: left;
border: 1px dotted #333;
padding: 1%;
   position: relative;
}

#group_link dl:hover {
    background: rgba(251, 236, 233, 0.25);
}

#group_link dl p {
margin:0px;
}

#group_link dt {
color: #573731;
}

#group_link dd {
margin-bottom: 0px;
font-size: 12px;
}

#group_link a {
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
color: #dd832f;
}

dl.question dt{
background: url(/wp-content/uploads/2016/07/question.png)no-repeat left top;
padding-left: 40px;
padding-bottom: 12px;
border-bottom: 1px dotted #5c4429;
font-weight: bold;
padding-top: 5px;
margin-bottom: 10px;
}

dl.question dd{
background: url(/wp-content/uploads/2016/07/anser.png)no-repeat;
background-position: 0px 8px;
border-radius: 10px; 
padding: 10px;
padding-left: 42px;
font-size: 15px;
margin-bottom: 40px;
}

.entry-content h2 {
    background: url(/wp-content/uploads/2016/07/h1.png)no-repeat;
    padding-left: 60px;
    line-height: 65px;
    color: #fff;
    font-size: 18px;
    background-size: 100%;
}

.entry-content .reviews_section h2 {
    background: none;
    padding-left: 0;
    line-height: 2;
   margin: 0;
}

table.uketsuke_table th{
    color: #573731;
    text-align: center;
background: #f6f6f6;
}

table.uketsuke_table td{
    background: #fff;
    color: #573731;
    text-align: center;
    padding: 14px 0px;
}

table.uketsuke_table .first{
    font-size: 13px;
    width: 180px;
    background: #f6f6f6;
}

p.kyushin {

}

table.access {

}

table.access th{
font-size: 13px;
width: 180px;
background: #f6f6f6;
}

table.access td{
font-size: 13px;
    padding: 14px 10px;
}

#staff_LR {
overflow: hidden;
}

#staff_L {
float: left;
width: 220px;
}

#staff_R {
    float: right;
    width: 690px;
    line-height: 22px;
    font-size: 13px;
}
.page_text {
    line-height: 22px;
    font-size: 13px;
}

.voice_LR {
    overflow: hidden;
    margin-bottom: 20px;
}

.voice_L {
    width: 620px;
    float: right;
}

.voice_L p.attention {
font-size: 11px;
}

.voice_R {
    float: left;
    width: 300px;
    text-align: center;
}

.recommend_title {
    margin-bottom: 30px;
}
.recommend_title img {
    width: 100%;
}

.recommend_LR {
    overflow: hidden;
    margin-bottom: 40px;
    border: 4px solid #e5e5e5;
    padding: 20px;
    border-radius: 10px;
}

.recommend_R {
    float: left;
    width: 270px;
    text-align: center;
}
.recommend_L {
    width: 580px;
    float: right;
}

.human {
    margin-bottom: 10px;
}

ul.voice_flow {
    overflow: hidden;
    list-style-type: none;
}

ul.voice_flow li{
    width: 174px;
    float: left;
    margin: 0px 4px;
}

#intro_LR {
overflow: hidden;
}

#intro_L {
width: 420px;
float: left;
}

#intro_R {
width: 290px;
float: right;
}

#flow_LR {
overflow: hidden;
margin-bottom: 40px;
}

#flow_L {
width: 290px;
float: left;
}

#flow_R {
width: 620px;
float: right;
}

#kotsuban {
overflow: hidden;
}

#kotsuban dl{
    float: left;
    width: 290px;
    text-align: center;
    margin: 0px 34px 40px;
}

#kotsuban dt{
margin-bottom: 15px;
}

#kotsuban dd{
margin-bottom: 0px;
font-size: 13px;
}

.breadcrumbs {
    font-size: 12px;
    color: #573731;
    padding-top: 15px;
}

.breadcrumbs a{
    color: #573731;
}

.pc_none {
display:none;
}

.syojo {
overflow:hidden;
}

.syojo_L {
width: 250px;
float: left;
}

.syojo_R {
width:650px;
float:right;
}

.syojo_R ul.nayami {
list-style: none;
background: url(/wp-content/uploads/2016/07/syojo_onayami.png)no-repeat top center;
padding-top: 60px;
}

.syojo_R ul.nayami li{
background: url(/wp-content/uploads/2016/07/nayami_list_bg.png)no-repeat left;
padding-left: 40px;
margin-bottom: 10px;
font-size: 18px;
}

p.syosai_btn {
    width: 300px;
    background: #542f18;
    border-bottom: 4px solid #333;
    padding: 6px 0px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}


p.syosai_btn:hover {
    background: #8e4f28;
    border-bottom: 0px;
    border-top: 4px solid #333;
}

dl.syosai th {
width: 20%;
background: #f4f3d4;
text-align: center;
}

dl.syosai td {
font-size: 14px;
}

dl.syosai dd p {
text-align: center;
font-size: 16px;
letter-spacing: 2px;
color: #5d5d5d;
background: #ebebeb;
padding: 20px;
margin-bottom: 20px;
}


div#ft_mail {
    margin-bottom: 20px;
}



table.contact th {
    background-color: #fbb03b;
    width: 40%;
}

span.hissu {
    color: #e61727;
}
h2.staff_blog_title {
    border-left: 5px solid #4fa0ca;
    line-height: 1.5;
    border-bottom: 1px dotted #ccc;
    padding-left: 10px;
    font-size: 20px;
    color: #333;
}
ul.staff_blog_ul {
    margin: 0;
    padding: 20px;
    background: #fcfcfc;
}
ul.staff_blog_ul li {
    list-style: none;
    border-bottom: 1px dotted #Ccc;
    line-height: 30px;
}
ul.staff_blog_ul span.blog a {
    color: #fff;
}

ul.staff_blog_ul span.blog {
    background: #4fa0ca;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 11px;
    line-height: 4;
  margin:0px 10px;
}
span.dB {
    display: block;
}
.new_year_info h2 {
    color: #f7931e;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
    margin-bottom: 10px;
}
.new_year_info {
    text-align: center;
    background: #fafafa;
    padding: 30px;
}
.entry-content h2.fee_title {
    background: none;
    color: #333;
    border-left: 5px solid #4bc459;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
    padding-left: 15px;
}


#intro_LR {
    margin-bottom: 2%;
}
.txt {
    font-size: 18px;
    color: #333;
}
ul.txt_box li {
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
    padding-left: 20px;
}
ul.txt_box {
    list-style: none;
    background: #fafafa;
    padding: 15px 30px 20px;
    border-radius: 10px;
}
.oh {
    overflow: hidden;
}
.fL {
    float: left;
    width: 400px;
}
.fR {
    float: right;
}
img.photo_img {
    border: 7px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 3px #ccc;
    margin: 3px;
}
.pelvis_flow .fR {
    width: 500px;
}
.pelvis_flow {
    margin-bottom: 50px;
}
.pelvis_flow h3 {
    margin: 0 0 5px;
}
.pelvis_flow .txt {
    font-size: 14px;
}

.red {
    color: red !important;
    font-weight: bold;
}

.kotuban_title_L {
    width: 30%;
    float: left;
}

.kotuban_title_R {
    width: 70%;
    float: right;
}

.kotuban_title_LR {
    overflow: hidden;
    margin-bottom: 20px;
}

.kotuban_title_R {
    font-size: 27px;
    font-weight: bold;
    padding-top: 100px;
    color: #2D79CE;
}

.nayami_ul li {
    list-style: none;
}

.nayami_LR {
    margin-bottom: 30px;
    overflow: hidden;
}

.nayami_L {
    width: 50%;
    float: left;
}

.nayami_L {
    width: 50%;
    float: left;
    border: solid 2px #EC8FD0;
    background-color: #FCF1F9;
}

.nayami_R{
    width: 50%;
    float: right;
    text-align: center;
}

.nayami_ul {
    margin: 0;
}

.green {
    font-weight: bold;
    color: #2AC221;
}

.genin_L {
    width: 65%;
    float: left;
}

.genin_R {
    width: 33%;
    float: right;
}

.genin_LR {
    overflow: hidden;
}

.bold {
    font-weight: bold;
}

h2.access_title {
    background-size: 100%;
}

.RL .fL {
    width: 450px;
}

.LR .fR {
    width: 450px;
}

.access_page .oh {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 1.8;
}

.access_page {
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: 0;
}

.RL .fR {
    width: 450px;
}

.LR .fL {
    width: 450px;
}

.access_title_sub {
    color: #23ac38;
    font-weight: bold;
    margin-bottom: 20px;
}

.access_page span {
    font-size: 12px;
}

.hd_ac {
background: #4fa0ca;
border-bottom: 2px solid #2e4871;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.hd_ac a {
    color: #fff;
    display: block;
}

.hd_ac:hover {
    opacity: 0.6;
}

#mainnav {
    background: url(/wp-content/uploads/2019/09/main_nav_bg.png);
}

.q {
    font-size: 14px;
    font-weight: bold;
    color: #23AC38;
    border-bottom: dotted 1px #333;
    margin-bottom: 4px;
}

.a {
    margin-bottom: 10px;
}

.voice_area h3 {
    border-left: 8px solid #8cb38a;
    font-size: 18px;
    padding: 12px 10px;
    letter-spacing: 2px;
    color: #603735;
    margin-bottom: 20px;
}

.voice_more {
    text-align: center;
    line-height: 3;
    margin-bottom: 50px;
    font-size: 20px;
    border-radius: 13px;
    background: #4fa0ca;
    border-bottom: 2px solid #2e4871;
    margin-top: -30px;
}

.voice_more a {
    color: #fff;
    display: block;
}

.keireki {
    font-weight: bold;
    color: #23AC38;
    margin-bottom: 10px;
}

.keireki_text {
    margin-bottom: 20px;
    background-color: #eee;
    font-size: 14px;
    padding: 10px;
    line-height: 2;
}

.staff_area_top {
    padding: 3%;
}


ul.staff_blog_ul {
    margin-bottom: 40px;
}

.horumon_01 {
    border: solid 1px #eee;
    margin-bottom: 20px;
}

.horu_text {
    line-height: 2;
}

.horumon_02 {
    text-align: center;
}

.horumon_02 {
    text-align: center;
    margin-bottom: 20px;
}

.horumon_title_01 {
    font-size: 23px;
    font-weight: bold;
    color: #E42166;
    border-bottom: dotted 2px;
    margin-bottom: 10px;
}

.horumon_L {
    line-height: 2;
    width: 420px;
    float: left;
}

.horumon_LR {
    margin-bottom: 40px;
}

.rei_title {
    font-size: 18px;
}

.horumon_04 {
    text-align: center;
    margin-bottom: 30px;
}

.horumon_L_02 {
    width: 75%;
    font-weight: bold;
    color: #E42166;
    font-size: 20px;
    float: left;
    line-height: 2;
    padding-top: 30px;
}

.horumon_R_02 {
    width: 17%;
    float: right;
}
.horumon_LR_02 {
    overflow: hidden;
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
    margin-bottom: 70px;
}

.horumon_04 img {
    width: 27%;
}

.voiceL {
    width: 35%;
    float: left;
}

.voiceR {
    width: 65%;
    float: right;
}

.voice_01 {
    font-weight: bold;
    color: #E42166;
    font-size: 18px;
    border-bottom: dotted 1px #ccc;
}

.voice_02 {
    font-size: 14px;
    font-weight: bold;
}

.voice_04 {
    font-size: 12px;
}

.voice_LR {
    overflow: hidden;
    margin-bottom: 40px;
}

.recommend_LR {
    overflow: hidden;
    margin-bottom: 40px;
    width: 98%;
  margin-left: 1%;
}

.horumon_title_02 {
    font-size: 23px;
    font-weight: bold;
    color: #198722;
    border-bottom: dotted 2px;
    margin-bottom: 10px;
}

.toku_title {
    font-weight: bold;
    font-size: 20px;
}

.yellow {
    font-weight: bold;
    color: #D74B26;
}

.blue {
    font-weight: bold;
    color: #248CAE;
}

.toku_pic {
    margin-bottom: 30px;
    text-align: center;
}

.toku_text_L {
    width: 80%;
    float: left;
}

.toku_text_R {
    width: 20%;
    float: right;
}

.toku_text_LR {
    overflow: hidden;
}

.horumon_title_03 {
    font-size: 23px;
    font-weight: bold;
    color: #2C8CB9;
    border-bottom: dotted 2px;
    margin-bottom: 10px;
}

.inchou_pic {
    width: 30%;
    float: right;
    font-size: 13px;
    text-align: center;
}

.side_shoujou {
    margin: 0;
    padding: 0;
}

.side_shoujou li {
    background-color: #FEF1FB;
    border-left: solid 5px #FF00F3;
    padding-left: 10px;
    line-height: 75px;
    font-weight: bold;
    margin-bottom: 7px;
    font-size: 18px;
}

.muryo {
    margin-bottom: 30px;
}

.nayami_ul li {
    list-style: none;
    background: url(/wp-content/uploads/2017/04/check.png) no-repeat left;
    background-size: 25px;
    padding-left: 36px;
    line-height: 2;
}

.nayami_ul {
    padding: 20px;
}

.kodalara_banner {
    margin-bottom: 30px;
}

.seiri_01_L {
    width: 350px;
    float: left;
}

.seiri_01_R {
    width: 550px;
    float: right;
}

.seiri_01_LR {
    overflow: hidden;
}

.seiri_02 {
    border: solid 1px #333;
    width: 430px;
    margin: auto;
}

.seiri_02_title {
    text-align: center;
    background-color: #fce700;
    border-bottom: solid 1px #333;
}

.seiri_02 li {
    list-style: none;
    padding-left: 30px;
}

.seiri_02 ul {
    margin-bottom: 20px;
    margin-top: 15px;
}

.seiri_02_L {
    width: 300px;
    float: left;
}

.seiri_02_R {
    width: 100px;
    float: right;
    padding-top: 160px;
}

.seiri_02 {
    overflow: hidden;
}

.seiri_03 {
    font-size: 14px;
    margin-top: 30px;
}

.seiri_04 {
    text-align: center;
}

.seiri_05_title {
    font-weight: bold;
    font-size: 19px;
    color: #1465a1;
    border-bottom: dotted 2px;
    margin-top: 10px;
}

.seiri_05 p {
    font-size: 14px;
    margin-top: 10px;
}

.seiri_06_title {
    font-weight: bold;
    font-size: 22px;
    color: #1f4e9f;
    margin-top: 20px;
    background: url(/wp-content/uploads/2017/04/seiri_pic_04.png) no-repeat left;
    background-size: 30px;
    padding-left: 35px;
    margin-bottom: 10px;
}

.seiri_06_title span {
    border-bottom: solid 2px;
}

.seiri_06_L {
    width: 650px;
    float: left;
    font-size: 14px;
}

.seiri_06_R {
    width: 200px;
    float: right;
}

.seiri_06_LR {
    overflow: hidden;
}

.seiri_07_L {
    width: 200px;
    float: left;
}

.seiri_07_R {
    width: 650px;
    float: right;
}

.seiri_07_R span {
    font-weight: bold;
    font-size: 23px;
    color: red;
}

.seiri_07 {
    overflow: hidden;
}

ul.side_shoujou a {
    display: block;
    color: #333!important;
}
.pms_topttl span {
    font-size: 20px;
    margin-left: 10px;
}
.pms_topttl {
    font-size: 30px;
    font-weight: bold;
}
.L {
    float: left;
}
.R {
    float: right;
}
.nayami_box .ttl {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #444;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.nayami_box {
    padding: 10px;
    border: 2px solid #ffb5ca;
    margin: 20px 0;
}
.list {
    line-height: 2.3;
    border-bottom: 1px solid #eee;
}
span.maru {
    color: #444;
    margin-right: 10px;
}
.nayami_box .L {
    width: 350px;
}
.nayami_box .R {
    width: 550px;
}
.nayami_box p {
    margin: 0;
}
.shoujoLR .R {
    width: 650px;
}
.shoujoLR .R .ttl {
    text-align: center;
    color: #9C27B0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.shoujoRL .L {
    width: 650px;
}
.shoujoRL .L .ttl {
    text-align: center;
    color: #E91E63;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.shoujoLR {
    margin-bottom: 30px;
}
.shoujoRL {
    margin-bottom: 30px;
}
.big_ttl {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
span.db {
    display: block;
}
span.ll {
    margin-right: 10px;
}
span.rr {
    margin-left: 10px;
}
span.ora {
    font-weight: bold;
    color: #FF5722;
}
span.yel {
    font-weight: bold;
    color: #FF9800;
    display: inline-block;
}
h3.henka_ttl {
    padding-left: 50px;
    background: url(/wp-content/uploads/2017/04/pms05.png)no-repeat center left;
    border: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    margin-top: 0;
}
h3.genin_ttl {
    border: none;
    padding-left: 40px;
    background: url(/wp-content/uploads/2017/04/pms06.png)no-repeat center left;
    background-size: 36px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    margin-top: 0;
}
.pms_page .txt {
    margin-bottom: 30px;
}
.taisho .R {
    width: 200px;
    margin: 0 0 10px 10px;
}
.taisho .L.txt {
    font-size: 14px;
}
.taisho .L {
    width: 510px;
}
span.pn {
    color: #E91E63;
}
.bn {
    margin-bottom: 20px;
}
h2.pms_ttl {
    background: #8c6239;
    box-shadow: 0px 0px 10px #fff inset;
    padding-left: 20px;
}

.side_shoujou_01 {
    margin: 0;
}

.side_shoujou_01 a {
    display: block;
    color: #333 !important;
}

.side_shoujou_01 li {
    background-color: #FFFBF3;
    border-left: solid 5px #F7931E;
    padding-left: 10px;
    line-height: 75px;
    font-weight: bold;
    margin-bottom: 7px;
    font-size: 18px;
}

.zutu_title_01 {
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    color: #ff9000;
    margin-bottom: 15px;
}

.zutu_01_L {
    width: 40%;
    float: left;
}

.zutu_01_R {
    width: 55%;
    float: right;
}

.zutu_ul_01 li {
    list-style: none;
    line-height: 2;
}
.zutu_01_LR {
    overflow: hidden;
}

.zutu_01 {
    border: solid 4px #ff9000;
    padding: 2%;
    margin-bottom: 20px;
}

.zutu_text_02 span {
    font-weight: bold;
    color: red;
    font-size: 19px;
}

.waku {
    border: solid 1px #ccc;
    padding: 10px;
}

.zutu_03 {
    margin-top: 30px;
}

.zutu_03 span {
    font-weight: bold;
    color: red;
}

.zutu_04_L {
    width: 29%;
    float: left;
}

.zutu_04_R {
    padding-top: 20px;
    width: 68%;
    float: right;
}

.zutu_06 span {
    font-weight: bold;
    color: red;
}

.zutu_06 img {
    width: 23%;
    float: left;
    margin-right: 30px;
}


 input[type=checkbox] {
        display: none;
        margin: 0;
    }
    
    ul.search_1line li input[type=checkbox] + label {
    padding: 8px 0 0 25px;
    line-height: 10px;
    }
        
    input[type=checkbox] + label {
    padding: 8px 0 0 18px;
    }
    
    input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 22px;
        height: 22px;
        margin-top: -9px;
        background-color: white;
    }

    input[type=checkbox] + label::before {
        border: 1px solid #c2ced2;
        border-radius:4px; 
        -webkit-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
-moz-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
    }

    input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }

    input[type=checkbox]:checked + label::after {
        left: 3px;
        width: 16px;
        height: 12px;
        margin-top: -6px;
        border-left: 3px solid #F7931E;
        border-bottom: 3px solid #F7931E;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

input.shoujo_chek {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    zoom: 1;
    width: 22px;
    height: 22px;
    background: #fff;
}



input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    margin-right: 0px;
    line-height: 1.6;
    cursor: pointer;
    padding-left: 30px;
}

.jiritu_01_R {
    width: 70%;
    float: left;
}

.jiritu_01_L {
    width: 15%;
    float: right;
}

.jiritu_01_LR {
    overflow: hidden;
}

.jiritu_02_R {
    width: 70%;
    float: right;
}

.jiritu_02_L {
    width: 25%;
    float: left;
}

.jiritu_02_LR {
    overflow: hidden;
}

.jiritu_02_R span {
    font-weight: bold;
    color: red;
    margin-bottom: 12px;
    display: inline-block;
}

.jiritu_03_R {
    width: 70%;
    float: left;
}

.jiritu_03_L {
    width: 24%;
    float: right;
}

.jiritu_03_R span {
    font-weight: bold;
    color: red;
}

.jiritu_03_LR {
    overflow: hidden;
}

h4 {
    margin-bottom: 10px !important;
}

.jiritu_04_L {
    width: 65%;
    float: left;
}

.jiritu_04_R {
    width: 30%;
    float: right;
}

.jiritu_04_LR {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 30px;
}

.jiritu_05_L {
    width: 65%;
    float: right;
}

.jiritu_05_R {
    width: 30%;
    float: left;
}

.jiritu_05_LR {
    overflow: hidden;
    margin-bottom: 30px;
}

.jiritu_06_L {
    width: 65%;
    float: left;
}

.jiritu_06_R {
    width: 30%;
    float: right;
}

.jiritu_06_LR {
    overflow: hidden;
    margin-bottom: 30px;
}

.jiritu_07_R {
    width: 65%;
    float: right;
    padding-top: 30px;
}

.jiritu_07_L {
    width: 27%;
    float: left;
}

.jiritu_07_LR {
    overflow: hidden;
    margin-bottom: 20px !important;
}

.jiritu_08 span {
    font-weight: bold;
    color: red;
}

.tohokuret {
    font-weight: bold;
    font-size: 24px;
    color: #23ac38;
    margin-bottom: 10px;
}

.atehamari {
    font-weight: bold;
    font-size: 22px;
    color: #4d4d4d;
}

.jiritu_01 {
    margin-bottom: 30px;
}

.jiritu_01 span {
    font-weight: bold;
    font-size: 20px;
}


.utu_02 span {
    font-weight: bold;
    color: #0b1e4b;
    font-size: 19px;
}

.utu_03_01 {
    font-weight: bold;
    font-size: 20px;
    color: #ff6300;
}

.utu_00 {
    margin-bottom: 30px;
}

.utu_01 img {
    width: 35%;
    float: right;
}
.utu_01 span {
    font-weight: bold;
    color: red;
}

.utu_01 {
    margin-bottom: 30px;
}

.utu_02 img {
    width: 35%;
    float: right;
}

.utu_02 {
    margin-bottom: 30px;
}

.utu_03_02 {
    font-weight: bold;
    color: #1bcf56;
}

.huku_01 img {
    width: 40%;
    float: right;
}
.huku_01 {
    overflow: hidden;
}

.huku_02 img {
    width: 40%;
    float: left;
    margin-right: 2%;
}

.huku_04 {
    color: red;
}

.huku_04 span {
    font-weight: bold;
    font-size: 20px;
}
.\34 050kata_title_01 {
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    color: #2abc0d;
    margin-bottom: 15px;
}
.\34 050kata_01_L {
    width: 35%;
    float: left;
}
.\34 050kata_01_R {
    width: 55%;
    float: right;
}
.\34 050kata_01 {
    border: solid 4px #2abc0d;
    padding: 3%;
    margin-bottom: 20px;
    overflow: hidden;
}
.zutu_text_02 {
    margin-bottom: 40px;
}
.\34 050kata_03_R {
    float: left;
}
.\34 050kata_03_L {
    float: right;
}
.\34 050kata_text_05 {
    margin-bottom: 40px;
}
.\34 050kata_red {
    color: red;
}
.\34 050kata_03_R {
    width: 180px;
    margin-right: 30px;
}
.\34 050kata_03_L {
    width: 160px;
    margin-left: 20px;
}
.\34 050kata_1 {
    float: right;
    width: 57%;
    margin-left: 5%;
}
.\34 050kata_text_1 {
    overflow: hidden;
}
.\34 050kata_text_1 {
    margin-bottom: 2%;
}
.rinjou_title_01 {
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    color: #ec28c7;
    margin-bottom: 15px;
}
.rinjou_01_L {
    width: 40%;
    float: left;
}
.rinjou_ul_01 {
    width: 55%;
    float: right;
}
.rinjou_page {
    border: solid 4px #ec28c7;
    padding: 2%;
    margin-bottom: 20px;
}
.rinjou_01_LR {
    overflow: hidden;
}
.rinjou_text_02 {
    margin-bottom: 40px;
}
.rinjou_03_R {
    float: right;
    width: 240px;
    margin-left: 20px;
}
.rinjou_text02_1 {
    color: red;
}
.rinjou_04_R {
    float: right;
    margin-left: 20px;
    margin-top: 5%;
}
.rinjou_text_02 {
    width: 100%;
}
.rinjou_text_04_1 {
    color: red;
}
.rinjou_text_04_2 {
    font-weight: bold;
}
.rinjou_text_04_3 {
    font-weight: bold;
    color: red;
}
.rinjou_text_04_4 {
    font-weight: bold;
    color: red;
}
.rinjou_04_L {
    margin-top: 100px;
}
.rinjou_05_L {
    float: left;
    width: 250px;
}
.rinjou_05 {
    margin-top: 15%;
}
.rinjou_05_L {
    float: left;
    max-width: 180px;
    margin-right: 6%;
}
.rinjou_li01 {
    list-style: none;
}

.\34 050kata_ul_01 li {
    list-style: none;
}

h5 {
    margin-top: 0 !important;
    font-size: 17px !important;
    margin-bottom: 10px !important;
}
.font_big00 {
    font-size: 19px;
    font-weight: bold;
}
.titl_bold {
    font-weight: bold;
    color: #23AC38;
}
.titl_bold2 {
    font-weight: bold;
    color: #fff;
    background-color: #ed6358;
    padding: 10px 20px;
    margin-bottom: 0px;
    overflow: hidden;
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
}
.recommend_text {
    font-size: 13px;
  line-height:23px;
}
p.top_content02 img {
    width: 100%;
}
.price_banner img {
    width: 100%;
}
p.top_content03 img {
    width: 100%;
}
.syosai_btn a {
    color: white;
    font-weight: bold;
    box-shadow: none;
}
.link_shoujoup {
    margin-bottom: 30px;
}

.staff_table {
    font-size: 13px;
}

.staff_table th {
    width: 35%;
    background-color: #4fa0ca;
    color: #fff;
    padding:10px 15px;
}
.staff_table td {
    padding-left: 15px;
}

.night_seitaibox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.night_seitai_L a img {
    width: 100%;
}

.night_seitai_R a img {
    margin: 0 auto;
}

.night_seitai_R {
    font-size: 15px;
    width: 48%;
}

.muchi_list {
    overflow: hidden;
    margin-bottom: 40px;
}
.muchi_listR {
    float: right;
    width: 40%;
}
.muchi_listL {
    width: 50%;
    float: left;
    line-height: 50px;
}
h2.muchi_titl_or {
    background: orange;
    border-radius: 7px;
}
h2.muchi_titl_gre {
    background: #0a9b0a;
    border-radius: 5px;
}
h2.muchi_titl_bru {
    background: #0e0ede;
    border-radius: 5px;
}
.muchi_text02 {
    margin-bottom: 40px;
}
.muchi_img {
    margin-bottom: 40px;
}
h3.muchi_subtitl {
    border-left: none;
}
.muchi_bottomLR {
    overflow: hidden;
    margin-bottom: 40px;
}
.muchi_bottom {
    width: 20%;
    float: left;
}
.muchi_text04 {
    float: right;
    width: 70%;
}
.muchi_listL li {
    list-style: none;
}
.font_bred {
    color: red;
    font-weight: bold;
    font-size: 18px;
}
.gisena_listLR {
    overflow: hidden;
    margin-bottom: 40px;
}
.gisena_listL {
    width: 30%;
    float: left;
}
.gisena_listR {
    width: 60%;
    float: right;
}
.gisena_listR ul {
    border: 3px solid #25e125;
    padding: 30px;
    line-height: 35px;
}
h2.gisena_titl_img {
    background: content-box;
    background-image: none;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    color: black;
    background-image: url(/wp-content/uploads/2017/09/gisena02.png);
    background-repeat: no-repeat;
    background-position-x: 720px;
    background-size:66px;
    height: 108px;
    background-position-y: -1px;
    padding-top: 40px;
    line-height: 112px;
    font-size: 31px;
    padding-left: 0px;
    text-align: center;
}
.gisena_text01 {
    margin-bottom: 40px;
}
.gisena_listLR01 {
    margin-bottom: 40px;
    overflow: hidden;
    list-style: none;
}
.gisena_listR01 {
    width: 40%;
    float: right;
}
.gisena_listL01 {
    width: 60%;
    float: left;
}
h3.gisena_subtitl_blu {
    border: none;
    color: #2d2dd2;
}
h2.gisena_titl_img02 {
    background: white;
        background-image: none;
        background-repeat: repeat;
        background-position-x: 0%;
        background-size: auto auto;
    color: black;
    font-size: 170%;
    padding-left: 0px;
    text-align: center;
    background-image: url(/wp-content/uploads/2017/09/gisena04.png);
    background-size: 800px;
    background-repeat: no-repeat;
    line-height: 120px;
    background-position-x: 100px;
    margin-bottom: -20px;
}
.font_bred012 {
    margin-left: 30%;
    width: 100%;
    color: red;
    font-size: 20px;
    font-weight: bold;
}
h2.titl001 {
    background: none;
    color: #333;
    font-size: 140%;
}
.asisoko_text {
    margin-bottom: 40px;
}
h2.asisoko_titl01 {
    background: #fcbb00;
    color: #323030;
    border-radius: 5px;
}
.asisoko_LR {
    overflow: hidden;
    margin-bottom: 40px;
}
.asisoko_R {
    width: 50%;
    float: right;
}
.asisoko_L {
    width: 48%;
    float: left;
    margin-right: 2%;
}
h2.asisoko_titl02 {
    background: #fc9700;
    color: #323030;
    border-radius: 5px;
}
h2.asisoko_titl03 {
    background: #4ec904;
    color: #323030;
    border-radius: 5px;
}
.font_blue {
    color: #99bdfb;
    font-size: 12px;
    padding-left: 5%;
}
.font_bold {
    font-weight: bold;
}
.font_redb {
    font-weight: bold;
    color: red;
}
.font_bb {
    font-weight: bold;
    color: #2b2bd8;
}

.asisoko_L_02 {
    width: 35%;
    float: left;
}

.seki_01_LR {
    overflow: hidden;
}

.seki_01_R {
    width: 60%;
    float: right;
}

.seki_01_L {
    width: 32%;
    float: left;
}

.seki_01_R h3 {
    border-left: none;
    padding-left: 0;
    border-bottom: solid 3px;
    color: #333;
    background: url(/wp-content/uploads/2017/10/seki_02.png) no-repeat right;
    background-size: 40px;
    padding-top: 22px;
}

.seki_01_R li {
    list-style: none;
    font-weight: bold;
    padding-left: 30px;
    background: url(/wp-content/uploads/2016/07/nayami_list_bg.png) no-repeat left;
    background-size: 19px;
}

.seki_02 h2 {
    background: #fcff91 !important;
    color: #141414;
    border-radius: 10px;
    padding-left: 30px;
    font-size: 21px;
    margin-top: 30px !important;
}

.seki_02 dd {
    margin-bottom: 5px;
}

.seki_03 h2 {
    background: #fcff91 !important;
    color: #141414;
    border-radius: 10px;
    padding-left: 30px;
    font-size: 21px;
    margin-top: 30px !important;
}

.red_bold {
    font-weight: bold;
    font-size: 18px;
    color: red;
}

.seki_03_L {
    width: 55%;
    float: left;
}

.seki_03_R {
    width: 40%;
    float: right;
}

.seki_03_LR {
    overflow: hidden;
    margin-bottom: 30px;
}

.seki_03_R_02 {
    width: 55%;
    float: right;
}

.seki_03_L_02 {
    width: 40%;
    float: left;
}

.seki_04 img {
    width: 25%;
    float: right;
}
.voicevoice {
    list-style: none;
    margin: 10px 0px 20px;
  overflow: hidden;
}
.voiceli {
    width: 300px;
    padding: 20px;
    border: 8px solid #e9e9e9;
    border-radius: 20px;
    height: 405px;
  float: left;
    margin: 10px 0px;
}
.voiceli2 {
    width: 300px;
    padding: 20px;
    border: 8px solid #e9e9e9;
    border-radius: 20px;
    height: 405px;
  float: left;
  margin:10px 25px;
}
.voicetitle {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    background-color: #3b9ae5;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    padding: 8px 0;
    border-radius: 10px;
}
.voicetext {
    font-size: 13px;
    margin-top: 20px;
}
.reason_LR {
    font-size: 13px;
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: 10px;
}
.reason_L {
    float: left;
    width: 640px;
    margin-right: 30px;
}
.reason_R {
    float: left;
    width: 270px;
}
.reason_R2 {
    float: left;
    margin-bottom: 20px;
    width: 270px;
}
.reason_R3 {
    float: left;
    width: 270px;
}
.reason_title {
    position: relative;
/*     padding: 0.6em 0 0.6em 1.5em; */
    background: #dd9e35;
    color: white;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
}


.reason_title {
    padding: 0.6em 40px 0.6em 20px;
    font-size: 20px;
}

/* .reason_title::before {
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 15px transparent;
border-right: solid 20px rgb(149, 158, 155);
} */
.reason_text {
    font-size: 1rem;
}

 .entry-title2 {
    background: url(/wp-content/uploads/2017/11/entry-header_bg.png)no-repeat;
    height: 110px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(51, 51, 51, 0.32);
    padding-top: 10px;
    line-height: 1.3;
  background-size:100%;
  background-position:center;
   position:relative
}


.entry-title0 {
    line-height: 55px;
}
.tekiyo {
    background: #2993d4;
    padding: 8px 15px;
    font-size: 15px;
    color: #fff;
    line-height: 3;
    font-weight: normal;
    border-radius: 10px;
}
.yasumi {
    border: 2px solid red;
    padding: 30px;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    border-radius: 10px;
    color: red;
}

.tel_bn {
    margin-bottom: 50px;
}
.tel_bn img {
    width: 100%;
    display: block;
}
.bigred {
    font-size: 16px;
    color: red;
    font-weight: bold;
}

span.top_text_green {
    color: #3bc103;
}

.contact_sent_page .text {
    margin: 20px 0 50px;
    font-size:  16px;
    line-height:  2;
}

.box #menu5{
  display: block;
  cursor: pointer;
  color:#fff;
}
 
.box input[type="checkbox"].on-off,
.box input[type="checkbox"].on-off +div{
  display: none;
}
 
.box input[type="checkbox"].on-off:checked +div{
  display: block;
}
 
.box div{
  margin: 0 0 20px;
}

.top_kotonoha{
  margin-bottom:50px;
}

.top_kotonohabox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top_kotonoha_img {
    width: 48%;
}

.top_kotonoha_textbox {
    width: 48%;
}

.top_kotonoha_logo {
    width: 160px;
    margin: 0 auto 30px auto;
}

.top_kotonoha_textbox a {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #ff5b4d;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

p.table_ttl {
    margin: 0 0 5px 0;
    font-size: 18px;
    padding-left: 25px;
    position: relative;
}

p.table_ttl:before {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

span.small_text {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 5px;
}

table.contact input[type="checkbox"] {
    display: inline-block;
}

span.table_span {
    display: inline-block;
    margin: 0 5px 0 30px;
}

input.wpcf7-form-control.wpcf7-text.form_text {
    width: 298px;
}

a.pricePage{
    display: block;
    width: 400px;
    height: 70px;
    line-height: 70px;
    background: #d40303;
    margin: 0 auto;
    text-align: center;
    border-radius: 40px;
    color: #fff;
    box-shadow: none;
    position: relative;
}

a.pricePage i{
    position: absolute;
    right: 25px;
    top: 26px;
}

.way_to_think_area  {
    margin-bottom: 50px;
}

.way_to_think_area dl {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  border-bottom: 2px solid #ffebd7;
}

.way_to_think_area dl dt {
    width: 20%;
    font-size: 20px;
    position: relative;
    color: #ff8000;
}

.way_to_think_area .dl_wrap {
    border: 3px solid #ff8000;
    padding: 20px;
}

.way_to_think_area dl {
    margin: 0;
}

.way_to_think_area dl + dl {
    margin-top: 20px;
}

.way_to_think_area dl dt:after {
    content: "・・・";
    position: absolute;
    right: 0;
    top: 0;
}

.way_to_think_area dl dd {
    width: 80%;
    padding-left: 2em;
    line-height: 2;
    margin: 0;
}

.way_to_think_area dl dd ul {
    margin: 20px 0;
    list-style: none;
}

.way_to_think_area dl dd ul li {
    font-size: 20px;
    text-decoration: underline;
    color: #ff8000;
    font-weight: 600;
}

.way_to_think_area dl dd ul li + li {
    margin-top: 20px;
}

.way_to_think_area dl dd ul li span.num {
    font-weight: 600;
    margin-right: 1em;
    display: inline-block;
    width: 40px;
    line-height: 40px;
    background: #ff8000;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

/* TOPはがくれの考え方 */
.top_think_sec .step_sub_text {
    margin-bottom: 30px;
} 

.top_think_sec .size {
 font-size: 18px;
 font-weight: 700;
}

/* TOPはがくれの施術 */
.top_treamtment_sec .size {
 font-size: 18px;
 font-weight: 700;
}

.top_treamtment_sec .treatment_box {
    margin-bottom: 40px;
    margin-top: 10px;
    display: flex;
    gap: 0 40px;
}

.top_treamtment_sec .treatment_box .text_box {
    width: 550px;
    flex-shrink: 0;
}

.top_treamtment_sec .treatment_box .image_box {
    width: 360px;
    flex-shrink: 0;
}

.top_treamtment_sec .treatment_box .text_box .image_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Google口コミセクション */

.reviews_section {
   padding: 40px;
   font-family: "BIZ UDPMincho", serif;
   background: #002f6c;
   margin-bottom: 50px;
}

.reviews_section .main_title {
   margin: 50px 0;
}

.reviews_section .main_title .logo {
   width: 200px;
   margin: 0 auto;
}

.reviews_section .main_title .title {
   text-align: center;
   font-size: 30px;
   color: #fff;
   letter-spacing: .1em;
}

.reviews_section .box {
   padding: 10px 20px;
   background: #fff;
}

.reviews_section .box p {
   margin: 0;
}

.reviews_section .box .name_area {
   display: flex;
   margin: 0;
   color: #002f6c;
   padding: 10px;
   padding-bottom: 0;
   align-items: center;
   position: relative;
   letter-spacing: .1em;
   flex-wrap: wrap;
}

.reviews_section .box .name_area:before {
   content: "+";
   font-size: 20px;
   line-height: 1;
   position: absolute;
   right: 10px;
   top: 20px;
   transition: .3s;
}

.reviews_section .box .name_area.nowOpen:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.reviews_section .box .name_area .accent {
   background: #002f6c;
   color: #fff;
   font-size: 14px;
   line-height: 1;
   padding: .5em 1em;
   margin-right: 20px;
}

.reviews_section .box .name_area .age:after {
   content: "/";
   margin: 0 20px;
}

.reviews_section .box .name_area p {
   font-size: 20px;
}

.reviews_section .box .name_area .lead_text {
   font-size: 16px;
   color: initial;
   margin-top: 10px;
   padding-top: 10px;
   border-top: 1px solid #ccc;
   line-height: 2.5;
}

.reviews_section .box + .box {
   margin-top: 20px;
}

.reviews_section .box .text_area {
   padding: 0 10px;
}

.reviews_section .box .text_area .text {
   line-height: 2.5;
   margin-bottom: 2em;
}

.reviews_section  a.more_button {
   display: block;
   width: 400px;
   line-height: 60px;
   color: #fff;
   text-align: center;
   margin: 50px auto 0 auto;
   background: #ef9703;
   letter-spacing: .1em;
}

.reviews_section .box .text_area a.more_button {
   background: #a60404;
   margin: 0 auto;
   width: 300px;
   line-height: 50px;
}

.voice_section {
   margin-bottom: 50px;
}

.voice_section ul {
   list-style: none;
   display: flex;
   justify-content: center;
   gap: 20px;
   margin: 20px 0 30px 0;
}

.voice_section .common_more_button {
   width: 310px;
   padding: 14px 0px;
   text-align: center;
   background: #4fa0ca;
   border-bottom: 2px solid #2e4871;
   border-radius: 4px; 
   color: #fff;
   font-weight: bold;
   font-size: 15px;
   letter-spacing: 1px;
   display: block;
   margin: 0 auto;
}

/*===================================================================================================*/

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

.wrap {
width:100%;
}

.pc_none {
display:block;
}

.sp_none {
display:none;
}

  .kz_type_01 {
    padding: 20px 10px;
}
  
  
.kz_type_01 p.type01 {
    font-size: 25px;
}
  
  .kz_type_01 p.type02 {
    font-size: 15px;
}
  .kz_type_01 p.type03 {
    font-size: 13px;
    line-height: 1;
}
  
.kz_type_02 .flex {
    display: block;
}
.kz_type_02 .tex {
    width: 100%;
}

.kz_type_02 .img {
    width: 100%;
    max-width: 250px;
    height: 100%;
    margin: 0 auto 30px auto;
}
  
  .kz_type_03 li {
    border-bottom: 1px dotted #000;
    padding: 20px 0;
}

#topbar h1 {
display:none;
}

#hd_logo {
width:52%;
padding: 2% 0% 2% 1%;
}

#hd_middle01 {
    float: right;
    width: 42%;
    padding: 2% 2% 2% 0%;
    margin-top: 4%;
}

#topimage {
padding: 2% 0%;
}

div#mainnav {

}

div#mainnav dl{
margin-bottom: 0px;
}

div#mainnav dd{

}

div#mainnav dt{

}

div#mainnav dd ul{
margin: 0px;
list-style-type: none;
}

div#mainnav dd li{
border-bottom: 2px solid #4d2c2a;
padding: 8px 0px;
background: url(/wp-content/uploads/2016/07/sp_arrow.png)no-repeat #603735;
background-position: 98% 50%;
}
   
div#mainnav dd li a{
    color:#fff;
}

#top_content01_R {
width: 90%;
margin: 0 auto;
float: none;
text-align: center;
}

#top_content01_L {
float: none;
width:90%;
margin:0 auto;
}

p.page_ft_contact {
width:90%;
margin:0 auto;
}

p.top_content03 {
width:94%;
margin:0 auto;
margin-top:5%;
margin-bottom:5%;
}

p.top_content05 {
width:90%;
margin:0 auto;
}
  
  li.box ul a {
background-color: #d4b98be3;
    display: block;
    width: 100%;
    height: 100%;
    color: #000 !important;
    padding: 10px 0;
      font-size: 13px;
}

li.box ul li {
    padding: 0px !important;
    border-bottom: 1px solid #2a2a2a !important;
}
  
li.box ul {
    padding-top: 10px;
  display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
  
li.box ul li {
    width: 49vw;
    margin-bottom: 1vw;
}

li.box ul li a {
    border-radius: 5px;
}

.site-footer {
width: 100%;
padding: 3% 0% 20%;
}

#ft_right {
width:100%;
float:none;
}

#ft_logo {
width:70%;
margin:0 auto;
float:none;
}

address {
font-size:10px;
letter-spacing:0px;
text-align: center;
}

#ft_shop_infomation {
padding: 0% 5%;
float: none;
width: 100%;
}

#ft_content {
padding:3% 0%;
}

ul.sub_nav {
margin-left: 0px;
padding: 2% 5%;
list-style-type: none;
}

ul.sub_nav li{
width: 46%;
margin: 2%;
float: left;
}

.sp_ft_contact {
position: fixed;
bottom: 0px;
}

.entry-title {
    background: url(/wp-content/uploads/2016/07/entry-header_bg.png)no-repeat center;
    height: 110px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(51, 51, 51, 0.32);
    padding-top: 14px;
    padding: 19px 55px;
}

.entry-content h2 {
background: #34a335;
background-size: 100%; 
padding-left: 15px;
line-height: 36px;
color: #fff;
font-size: 14px;
}

#kotsuban dl {
float: none;
width: 86%;
margin: 0 auto;
text-align: center;
margin-bottom: 8%;
}

#intro_R {
float:none;
width:95%;
margin:0 auto;
margin-bottom:5%;
}

#intro_L {
float:none;
width:94%;
margin:0 auto;
}

.entry-content h3 {
margin-left:3%;
}

#flow_L {
    width: 95%;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
}

#flow_R {
width:95%;
margin:0 auto;
float:none;
}

#staff_L {
width:95%;
margin:0 auto;
float:none;
margin-bottom:5%;
}

#staff_R {
width:96%;
margin:0 auto;
float:none;
}

.voice_L {
width:96%;
margin:0 auto;
float:none;
}

.voice_R {
width:60%;
margin:0 auto;
float:none;
margin-bottom:5%;
}

.recommend_R {
width:80%;
margin:0 auto;
float:none;
margin-bottom:5%;
}

.recommend_L {
width:96%;
margin:0 auto;
float:none;
}

ul.voice_flow li {
width:46%;
margin:2%;
}

ul.voice_flow {
margin-left:0px;
}

.syojo_L {
width: 100%;
float: none;
text-align: center;
}

.syojo_R {
width: 100%;
float: none;
}

.syojo_R ul.nayami {
    background-size: 100%;
    margin-top: 6%;
    margin: 2%;
}

.syojo_R ul.nayami li{
font-size: 15px;
}



table.contact {
    font-size: 12px;
}

.sp_ft_contact {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 55px;
    background: rgba(11, 11, 11, 0.83);
    color: #fff;
    z-index: 11111;
}

.sp_ft_contact ul {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 2% 1%;
}

.sp_ft_contact li{
width: 50%;
float: left;
text-align: center;
padding: 0 1%;
}

.sp_ft_contact li img {
    width: 20px;
}
  
.sp_ft_contact li a {
    display: block;
    border-radius: 4px;
}

.sp_ft_contact li a.tel {
    background: #4fa0ca;
    display: flex;
    align-items: center;
    height: 45px;
    box-shadow: 0 2px #31637d;
}

.sp_ft_contact li a.tel img {
    width: 20px;
    margin: 0 5px;
}

.sp_ft_contact li a.tel span {
    font-size: 13px;
    font-weight: bold;
}

.sp_ft_contact li a.mail {
    background: #f3933d;
    box-shadow: 0 2px #bb712e;
}

.sp_ft_contact li a.line {
    background: #00c800;
    box-shadow: 0 2px #018a01;
}

.sp_ft_contact li span{
display: block;
color: #fff;
font-size: 10px;
font-weight: bold;
}

.sp_ft_contact li.text{
width: 40%;
text-align: center;
font-weight: bold;
font-size: 11px;
color: #fff709;
}

footer {
padding-bottom: 50px;
}

.pc_none {
display:block !important;
}

.new_year_info {
    padding: 03%;
    font-size: 14px;
}
.new_year_info h2 {
    padding: 0 3%;
    font-size: 21px;
}
span.spdB {
    display: block;
}

.entry-content {
    padding: 2%;
}

.kotuban_text {
    font-size: 14px;
}
.kotuban_title_R {
    padding-top: 50px;
    font-size: 18px;
}

.nayami_L {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
}

.genin_L {
    width: 100%;
}

.genin_R {
    width: 80%;
    float: none;
}

.pelvis_flow .fR {
    width: 100%;
}

.pelvis_flow {
    margin-bottom: 20px;
}

.access_page .fL, .access_page .fR {
    float: none;
    width: 100%;
    font-size: 12px;
    line-height: 2;
}

.access_page .oh {
    margin-bottom: 30px;
}

voice_area {
    padding-top: 20px;
}

.voice_area {
    padding-top: 20px;
    padding: 3%;
}

.voice_R {
    width: 100%;
}

.voice_more {
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
}

.horumon_title_01 {
    font-size: 18px;
}

.horumon_L {
    width: 100%;
}

.rei_title {
    font-size: 16px;
}

.horumon_04 img {
    width: 40%;
}

.horumon_L_02 {
    width: 100%;
    padding: 0;
    font-size: 16px;
}

.horumon_R_02 {
    width: 30%;
    float: none;
    margin: auto;
}

.voiceL {
    width: 45%;
    float: left;
}
.voiceR {
    width: 100%;
}

.horumon_title_02 {
    font-size: 18px;
}

.toku_text_L {
    width: 100%;
    float: left;
}

.toku_text_R {
    width: 40%;
    float: none;
    margin: auto;
}

.horumon_title_03 {
    font-size: 18px;
}

.inchou_pic {
    width: 50%;
    float: right;
    font-size: 11px;
    text-align: center;
}

.seiri_01_L {
    width: 100%;
}

.seiri_01_R {
    width: 100%;
    padding-top: 20px;
}

.seiri_02 {
    width: 100%;
}

.seiri_02_L {
    width: 70%;
}

.seiri_02_R {
    width: 25%;
}

.seiri_02 li {
    padding: 0;
}

.seiri_06_title {
    font-size: 17px;
}

.seiri_06_L {
    width: 100%;
}

.seiri_06_R {
    width: 70%;
    margin: auto;
    float: none;
}

.seiri_07_R {
    width: 100%;
}

.seiri_07_L {
    width: 50%;
    float: none;
    margin: auto;
}
.pms_topttl span {
    font-size: 11px;
    display: block;
}
.pms_topttl {
    font-size: 24px;
    text-align: center;
}
.nayami_box .L {
    width: 100%;
    text-align: center;
    float: none;
}
.list {
    font-size: 13px;
}
span.maru {
    margin-right: 5px;
    font-size: 10px;
}
.nayami_box .R {
    float: none;
    width: 100%;
}
.shoujoLR .L {
    width: 100%;
    text-align: center;
    float: none;
}
.shoujoLR .R {
    width: 100%;
    float: none;
}
.shoujoRL .R {
    float: none;
    width: 100%;
    text-align: center;
}
.shoujoRL .L {
    width: 100%;
    float: none;
}
.big_ttl {
    font-size: 21px;
}
h2.pms_ttl {
    background-color: #8c6239;
}
.pms_page .txt {
    font-size: 13px;
}
.taisho .R {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
}

.zutu_title_01 {
    font-size: 21px;
}

.zutu_01_L {
    width: 100%;
}
.zutu_01_R {
    width: 100%;
    font-size: 14px;
}

.zutu_04_L {
    padding-top: 21px;
}
.zutu_04 {
    overflow: hidden;
    margin-bottom: 20px;
}

.atehamari {
    font-size: 18px;
}

h3.h3_shoubyou {
    margin-top: 0;
}

.tohokuret {
    font-size: 21px;
}

.jiritu_01_R {
    width: 100%;
    float: none;
}

.jiritu_01_L {
    width: 50%;
    float: none;
    margin: auto;
}

.jiritu_02_R {
    width: 100%;
}

.jiritu_02_L {
    width: 60%;
    float: none;
    margin: auto;
}

.jiritu_03_R {
    width: 100%;
}

.jiritu_03_L {
    width: 40%;
    margin: auto;
    float: none;
}

.jiritu_04_L {
    width: 100%;
    float: none;
}

.jiritu_04_R {
    width: 90%;
    margin: auto;
    float: none;
}

.jiritu_05_R {
    width: 90%;
    margin: auto;
    float: none;
}

.jiritu_05_L {
    width: 100%;
}

.jiritu_06_L {
    width: 100%;
}

.jiritu_06_R {
    width: 90%;
    margin: auto;
    float: none;
}

.jiritu_07_R {
    width: 100%;
}

.jiritu_07_L {
    width: 50%;
    float: none;
    margin: auto;
}
.\34 050kata_01_L {
    float: none;
    width: 90%;
    margin: auto;
    margin-bottom: 20px
}
.\34 050kata_1 {
    float: none;
    width: 88%;
    margin: auto;
}
.\34 050kata_03_R {
    width: 30%;
}
.\34 050kata_03_L {
    width: 25%;
}
.\34 050kata_title_01 {
    font-size: 115%;
}

.\34 050kata_li01 {
    list-style: none;
}
.rinjou_title_01 {
    font-size: 120%;
}
.rinjou_01_L {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}
.rinjou_ul_01 {
    float: none;
    width: 100%;
}
.rinjou_03_R {
    width: 35%;
}
.rinjou_04_R {
    width: 35%;
}
.rinjou_05_L {
    width: 25%;
}
.rinjou_text_02_2 {
    float: right;
    width: 69%;
}
.muchi_listR {
    float: none;
    width: 100%;
}
.muchi_listL {
    float: none;
    width: 100%;
}
.muchi_bottom {
    float: none;
    width: 50%;
    margin: auto;
}
.muchi_text04 {
    width: 100%;
    float: none;
    margin-top: 20px;
}
.gisena_listL {
    float: none;
    width: 80%;
    margin: auto;
}
.gisena_listR {
    width: 100%;
    float: none;
}
.gisena_listR ul {
    border: 3px solid #25e125;
    padding: 18px;
    line-height: 35px;
    margin: auto;
}
.font_bred012 {
    margin-left: 0%;
    width: 100%;
    color: red;
    font-size: 15px;
    font-weight: bold;
}
h2.gisena_titl_img {
    background: content-box;
        background-image: none;
        background-repeat: repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-image: none;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    color: black;
    background-image: url(/wp-content/uploads/2017/09/gisena02.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-size: 15%;
    height: 108px;
    background-position-y: 0px;
    padding-top: 40px;
    line-height: 112px;
    font-size: 18px;
    padding-left: 0px;
}
.gisena_listR01 {
    float: none;
    width: 100%;
}
.gisena_listL01 {
    float: none;
    width: 100%;
}
h2.gisena_titl_img02 {
    background: white;
        background-image: none;
        background-repeat: repeat;
        background-position-x: 0%;
        background-size: auto auto;
    background-image: none;
    background-repeat: repeat;
    background-position-x: 0%;
    background-size: auto auto;
    color: black;
    font-size: 110%;
    padding-left: 0px;
    text-align: center;
    background-image: url(/wp-content/uploads/2017/09/gisena04.png);
    background-size: 310px;
    background-repeat: no-repeat;
    line-height: 60px;
    background-position-x: 30px;
    margin-bottom: 0px;
}
.asisoko_L {
    width: 100%;
    float: none;
    margin: auto;
}
.asisoko_R {
    float: none;
    width: 100%;
    margin: auto;
}


.asisoko_L_02 {
    width: 100%;
}

.seki_01_R {
    width: 100%;
}

.seki_01_L {
    width: 80%;
    margin: auto;
    float: none;
}

.seki_02 h2 {
    color: #000;
    font-size: 20px;
    padding: 4%;
}

.seki_03 h2 {
    color: #000;
    font-size: 20px;
    padding: 4%;
}

.seki_03_L {
    width: 100%;
}

.seki_03_R {
    width: 90%;
    margin: auto;
    float: none;
}

.seki_03_LR {
    margin-bottom: 0;
}

.seki_03_R_02 {
    width: 100%;
}

.seki_03_L_02 {
    width: 90%;
    margin: auto;
    float: none;
}
.voiceli{
    float: none;
  margin: 10px auto;
}
.voiceli2{
    margin: 10px auto;
  float: none;
}
.reason_R {
    float: left;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
.reason_R2 {
    float: left;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
.reason_R3 {
    float: left;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
.reason_L {
    width: 100%;
    margin-right: 0px;
}
.reason_LR {
    width: 95%;
    margin: 0px auto;
    margin-top: 20px;
}
.entry-title2 {
    background: url(/wp-content/uploads/2016/07/entry-header_bg.png)no-repeat center;
    height: 110px;
    text-align: center;
    font-size: 4.3vw;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(51, 51, 51, 0.32);
}
	
h1.entry-title2.ct_title_1 br {
    display: none;
}
.tekiyo {
    background: #2993d4;
    padding: 0px 15px;
    font-size: 11px;
    color: #fff;
    line-height: 3;
    font-weight: normal;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.sp_ft_contact li:nth-child(n+2) {
    width: 25%;
}
.page_text {
    width: 95%;
    margin: 0px auto 20px;
}
.fL {
    float: none;
    width: 99%;
    margin-bottom: 20px;
}
  
.top_kotonohabox {
    display: block;
}

.top_kotonoha_img {
    width: 95%;
    margin: 0 auto 2vw auto;
}

.top_kotonoha_textbox {
    width: 95%;
    margin: 0 auto;
}

.top_kotonoha_textbox a {
    height: 40px;
    line-height: 40px;
}

.top_kotonoha_textbox p {
    margin-bottom: 3vw;
    font-size: 14px;
}
  
.top_kotonoha_logo{
 display:none;      
}
  
.night_seitai_R {
    width: 100%;
}
.voiceli {
    width: 100%;
	text-align: center;
}
.voiceli2 {
    width: 100%;
	text-align: center;
}
.voiceli img {
    width: 300px;
}
.voiceli2 img {
    width: 300px;
}
.step_sub_text {
    width: 94%;
    margin: 0px auto;
}
.reason_R2 img {
    width: 100%;
}
.reason_R3 img {
    width: 100%;
}
	
span.small_text {
    font-size: 25%;
}
	
	p.table_ttl {
    font-size: 90%;
    line-height: 1.5;
}

p.table_ttl:before {
    bottom: auto;
    top: 5px;
}

a.pricePage{
    width: 85%;
    height: 15vw;
    line-height: 15vw;
    font-size: 4vw;
    padding-right: 5vw;
}

a.pricePage i{
    right: 4.5vw;
    top: 6vw;
}

.yasumi {
    padding: 20px;
    font-size: 13px;
}

.way_to_think_area dl dt {
    width: 100%;
    font-size: 18px;
}

.way_to_think_area .dl_wrap {
    margin: 10px;
}

.way_to_think_area dl + dl {
    margin-top: 10px;
}

.way_to_think_area dl dt:after {
    position: static;
}

.way_to_think_area dl dd {
    width: 100%;
    padding-left: 0;
}

.way_to_think_area dl dd ul li {
    font-size: 16px;
}

.way_to_think_area dl dd ul li + li {
    margin-top: 15px;
}

.way_to_think_area dl dd ul li span.num {
    width: 30px;
    line-height: 30px;
    font-size: 12px;
}

    /* SP TOPはがくれの考え方 */
    .top_think_sec .size {
        font-size: 4.8vw;
    }

    /* SP TOPはがくれの施術 */
    .top_treamtment_sec .size {
        font-size: 4.8vw;
    }

    .top_treamtment_sec .treatment_box {
        margin-bottom: 5vw;
        flex-direction: column;
        gap: 5vw 0;
    }

    .top_treamtment_sec .treatment_box .text_box {
        width: 100%;
        display: contents;
    }

    .top_treamtment_sec .treatment_box .text_box .reason_title {
        margin-bottom: 0;
    }

    .top_treamtment_sec .treatment_box .text_box .reason_text {
        padding: 0 4vw;
        font-size: 4.5vw;
        order: 2;
    }

    .top_treamtment_sec .treatment_box .image_box {
        width: 94%;
        margin: 0 auto;
    }

    .top_youtube_sec {
    margin: 10vw 0;
}

.top_youtube_sec .cont {
    grid-template-columns: 1fr;
    width: 94%;
    margin: 0 auto;
}

.top_youtube_sec .cont .video {
    height: 53vw;
}

   /* Google口コミセクション */
   
   .reviews_section {
      padding: 4vw 4vw 10vw 4vw;
      margin-bottom: 10vw;
   }
   
   .reviews_section .main_title {
      margin: 10vw 0;
   }
   
   .reviews_section .main_title .logo {
      width: 40vw;
   }
   
   .reviews_section .main_title .title {
      font-size: 4.5vw;
   }
   
   .reviews_section .box {
      padding: 2vw 4vw;
   }
   
   .reviews_section .box .name_area {
      padding: 2vw;
      padding-bottom: 0;
      flex-wrap: wrap;
   }
   
   .reviews_section .box .name_area:before {
      font-size: 4vw;
      right: 2vw;
      top: 13vw;
   }
   
   .reviews_section .box .name_area .accent {
      font-size: 3vw;
      margin-right: 0;
      width: 100%;
      text-align: center;
      margin-bottom: 1em;
   }
   
   .reviews_section .box .name_area .age:after {
      margin: 0 3vw;
   }
   
   .reviews_section .box .name_area p {
      font-size: 4vw;
   }
   
   .reviews_section .box + .box {
      margin-top: 6vw;
   }
   
   .reviews_section .box .name_area .lead_text {
      font-size: 3.4vw;
      margin-top: 2vw;
      padding-top: 2vw;
      line-height: 2.2;
   }
   
   .reviews_section .box .text_area {
      padding: 0 2vw;
   }
   
   .reviews_section .box .text_area .text {
      line-height: 2.2;
      font-size: 3.4vw;
   }
   
   .reviews_section  a.more_button {
      width: 90%;
      line-height: 12vw;
      margin: 10vw auto 0 auto;
      font-size: 3.8vw;
   }
   
   .reviews_section .box .text_area a.more_button {
      width: 80%;
      line-height: 10vw;
      font-size: 3.2vw;
   }


}