/*!
Theme Name:   インテリアモリタ
Theme URI:    https://int-morita.co.jp
Author:       インテリアモリタ
*/
/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, dfn, em, font, 
ins, kbd, q, s, samp, small, strike, strong, sub, sup, 
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

body {
    background: #fff;
    font-family: "解ミン 宙 B" !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote::before, q::before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    left: -20px;
    top: -10px;
}

blockquote:after,
q:after{
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    bottom: -10px;
}

blockquote,
q {
    quotes: "" "";
    position: relative;
}

blockquote cite {
    display: block;
    font-weight: 300;
    font-size: 16px;
    margin-top: 20px;
}

blockquote cite::before {
    content: "-";
    margin-right: 10px;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}





/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #3b3b3b;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #3d3d3d;
    font-weight: 700;
}

p {
    margin-bottom: 20px;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 20px;
    font-size: 20px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
	line-height:1.25!important;
}

h6 {
    font-size: 16px;
}



/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0 0 15px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 15px;
    width: 100%;
    border-collapse: collapse;
}

th {
    font-weight: bold;
    border: 1px solid #CCC;
    padding: 5px 10px;
}

td {
    border: 1px solid #CCC;
    padding: 5px 10px;
}



/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: middle;
}

.navigation .nav-links a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
    color: #a1a1a1;
    cursor: pointer;
    font-size: 14px;
    line-height: 13px;
    border-radius: 5px;
    padding: 14px 25px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-shadow: none;
    border: 1px solid #ffe6db;
    background: #ffe6db;
margin: 3px;
}

.navigation .nav-links a:hover,
.bttn:hover,
button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #666;
    border-color:#666;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    color: #666;
    border: 1px solid #ccc;
    height: 36px;
    width: 100%;
    -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    border: 1px solid #AAA;
}

.searchform input[type="text"]:focus {
    border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px 6px;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    color: #666;
    border: 1px solid #ccc;
    height: 160px;
    max-width: 100%;
    width: 100%;
}



/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
    color: #f47e00;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

a:visited {}

a:hover,
a:focus,
a:active {
    color: #f47e00;
}

a:focus{
    outline: thin dotted;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}



/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}



/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.mt-container:after,
.mt-container:before {
    content: '';
    display: table;
}

.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.mt-container:after {
    clear: both;
}

.clear {
    clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget-area .widget {
    margin: 0 0 40px;
}

/* Make sure select elements fit in widgets */

.widget-area .widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

h1.entry-title {
    color: #353535;
    font-weight: 700;
    padding-bottom: 0;
    text-transform: capitalize;
	line-height:1.2!important;
}

h1.entry-title a {
    color: #3d3d3d;
}

.hentry {
    margin: 0 0 15px;
}

.single .byline,
.group-blog .byline,
.posted-on,
.blog-author,
.blog-cat {
    display: inline;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.entry-cat .posted-on a {
    position: relative;
    margin-right: 50px;
    color: #333;
}

.entry-cat .posted-on a::before {
    content: "";
    width: 30px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 8px;
    right: -40px;
}

.entry-cat .cat-links a,
.entry-cat a  {
	border:1px solid #333;
	padding:4px;
    color: #333;
}
.entry-cat .posted-on a {
	border:none!important;
}

.entry-cat .cat-links a:hover,
.entry-cat a:hover{
    color: #f47e00;
}

.cat-links {
    display: inline-block;
}

.comments-link {
    float: right;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 15px 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 15px;
}

.edit-link .post-edit-link {
    background: #f47e00;
    padding: 4px 10px;
    color: #FFF !important;
    line-height: 1;
    border-radius: 3px;
    font-size: 13px;
}

.edit-link .post-edit-link:before {
    content: "\f044";
    font-family: FontAwesome;
    margin-right: 5px;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
.blog article.hentry {
    margin-bottom: 40px;
}

.blog article.hentry:first-child {
    margin-top: 30px;
}

article.hentry .edit-link {
    display: block;
    margin-top: 20px;
}

article.hentry .entry-footer>span {
    color: #999;
    font-size: 13px;
    margin-right: 15px;
}

.page-header .page-title {
    color: #333333;
    padding-bottom: 15px;
}

.updated{
    display: none;
}

.published.updated{
    display: inline;
}

.entry-footer a {
    color: #999;
}

.entry-footer a:hover {
    color: #f47e00
}

.nav-links .meta-nav {
    display: none;
}

.nav-links::after {
    content: "";
    display: block;
    clear: both;
}

.nav-links .nav-previous,
.nav-links .nav-next {
    width: 50%;
    float: left;
}

.nav-links .nav-next {
    text-align: right;
}

.nav-links .nav-previous a:before {
    content: "\f0d9";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.nav-links .nav-next a:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
}

.entry-thumbnail {
    width: 38%;
    float: left;
}

.entry-exrecpt {
    width: 60%;
    float: right;
}

.short-content {
    margin-bottom: 10px;
}

.short-content+.bttn {
    float: right;
}

.full-width {
    float: none;
    width: 100%;
}


/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
    margin-left: -2%;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin-bottom: 3%;
    margin-left: 2%;
}

.site-main .gallery a img {
    max-width: none;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 47%;
}

.gallery-columns-3 .gallery-item {
    max-width: 31.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
}

.gallery-columns-5 .gallery-item {
    max-width: 18%;
}

.gallery-columns-6 .gallery-item {
    max-width: 14.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 12.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 10.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 9.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

#comments {
    margin-top: 30px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#comments h2.comments-title {
    color: #333;
    display: inline-block;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin: 15px 0;
    padding: 8px 15px;
}

#comments h3 {
    margin: 0 0 10px;
    color: #141414;
    font-weight: 600;
    display: inline-block;
    line-height: 22px;
    font-size: 18px;
}

#commentform label {
    display: inline-block;
}

textarea#comment {
    width: 100%;
    height: 150px;
}

.comment-form-cookies-consent label {
    margin-left: 14px;
}

/*Comment Lists*/

.comments-area ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-area ol.children {
    margin: 0 0 0 15px;
}

.comment-list .comment-body {
    padding: 20px;
    margin-bottom: 20px;
    background: none;
    border: 1px solid #e1e1e1;
    text-align: left;
}

.comment-author img {
    vertical-align: text-top;
    margin-right: 15px;
    border: 1px solid #e1e1e1;
    padding: 3px;
}

.comment-author {
    float: none;
}

.comment-metadata {
    font-size: 12px;
    margin-top: -12px;
    padding-left: 50px;
}

.comment-content {
    margin-top: 10px;
    padding-left: 50px;
}

.comment-author .fn {
    font-style: normal;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
}

.comment-author .fn .url {
    color: #333;
    padding: 0;
    font-size: 16px;
}

.comment-author .fn .url:hover {
    color: #f47e00;
}

.comment-author .says {
    display: none;
}

.commentmetadata {
    float: right;
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
}

.comment-metadata a {
    color: #969696;
}

.commentmetadata .comment-edit-link {
    color: #f47e00;
}

.commentmetadata+.clear {
    margin-bottom: 20px;
}

.reply .comment-reply-link {
    background: none repeat scroll 0 0 #f47e00;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
    padding: 2px 10px;
    display: inline-block;
}

#respond {
    padding: 20px;
    margin: 20px 0 0;
    color: #141414;
    border: 1px solid #e1e1e1;
}

#commentform .form-submit {
    margin-bottom: 0;
}

#cancel-comment-reply-link {
    font-style: italic;
    color: #f47e00;
}

#cancel-comment-reply-link:before {
    font-family: FontAwesome;
    content: "\f057";
    margin: 0 5px 0 20px;
    font-style: normal;
    color: #f47e00;
}

.logged-in-as a {
    color: #f47e00;
}


/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,




/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
   /* Theme Footer (when set to scrolling) */
    display: none;
}



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
    display: block;
}

#infinite-footer {
    display: none;
}


/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
   border: 1px solid #ccc;
   margin-bottom: 15px;
   max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 10px 0;
}

.site-main .gallery {
    margin-bottom: 1.5em;
}

.gallery-caption {}

.site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
    margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {}

.site-main .gallery-columns-4 .gallery-item img {}



/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
Grid CSS
--------------------------------------------------------------*/

.mt-column-wrapper {
    margin-left: -3%;
    margin-bottom: -3%;
}

.mt-column-1 {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 97%;
    margin-left: 3%;
    margin-bottom: 3%;
}

.mt-column-2 {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 47%;
    margin-left: 3%;
    margin-bottom: 3%;
}

.mt-column-3 {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 30.33%;
    margin-left: 3%;
    margin-bottom: 3%;
}

.mt-column-4 {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 22%;
    margin-left: 3%;
    margin-bottom: 3%;
}

.mt-column-5 {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 17%;
    margin-left: 3%;
    margin-bottom: 3%;
}

/*--------------------------------------------------------------
Default widget css
--------------------------------------------------------------*/

.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
    list-style: outside none none;
    margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li a,
.widget_nav_menu li a {
    color: #333333;
    font-size: 16px;
    line-height: 32px;
    padding-left: 22px;
    position: relative;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: inline-block;
}

.widget a:hover,
.widget a:hover::before,
.widget li:hover::before {
    color: #f47e00;
}

.widget_archive a::before,
.widget_categories a::before,
.widget_recent_entries a::before,
.widget_meta a::before,
.widget_recent_comments li::before,
.widget_rss li:before,
.widget_pages li a:before,
.widget_nav_menu li a:before {
    color: #afb4bd;
    content: "\f187";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.widget_categories a::before {
    content: "\f07b";
}

.widget_recent_entries a::before {
    content: "\f101";
}

.widget_meta a::before,
.widget_nav_menu li a:before {
    content: "\f105";
}

.widget_recent_comments li::before {
    content: "\f086";
    top: 0;
}

.widget_rss li::before {
    content: "\f09e";
    top: 0;
}

.widget_pages li a:before {
    content: "\f1ea";
    top: 0;
}

.widget_search .search-field {
    width: 75%;
    float: left;
}

.widget_search .search-submit {
    height: 36px;
    width: 25%;
    background: #f47e00;
    border-color: #f47e00;
    color: #ffffff;
}

.widget_recent_entries .post-date {
    color: #8f8f8f;
    display: block;
    font-size: 11px;
    margin-top: -5px;
    padding-left: 24px;
}

.widget_nav_menu .sub-menu {
    margin: 10px 0 0 10px;
}

.widget_nav_menu li::before {
    top: 0;
}

.widget_search::after {
    clear: both;
    content: "";
    display: table;
}

.widget_search .search-field {
    width: 75%;
    float: left;
}

.widget_search .search-submit,
.widget_search .search-submit:hover {
    height: 36px;
    width: 25%;
    background: #f47e00;
    border-color: #f47e00;
    color: #ffffff;
    padding: 0;
}

/*--------------------------------------------------------------
Sidebar layout css 
--------------------------------------------------------------*/

#primary,
.home.blog #primary {
    float: left;
    width: 70%;
}

#secondary,
.home.blog #secondary {
    float: right;
    width: 27%;
}

.home.page-template-template-home #primary,
.home.page-template-template-home #secondary,
.error404 #primary {
    float: none;
    width: 100%;
}

.left-sidebar #primary,
.home.left-sidebar #primary {
    float: right;
}

.left-sidebar #secondary,
.home.left-sidebar #secondary {
    float: left;
}

.no-sidebar #primary,
.home.blog.no-sidebar #primary {
    float: none;
    width: 100%;
    margin: 0 auto;
}

.no-sidebar-center #primary,
.home.blog.no-sidebar-center #primary {
    float: none;
    width: 80%;
    margin: 0 auto;
}

.no-sidebar #secondary,
.no-sidebar-center #secondary {
    display: none;
}

.home.blog #content #primary article:first-child {
    margin-top: 0;
}


/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/

body {
    font-weight: 400;
    overflow: hidden;
    position: relative;
    font-family: 'Roboto', sans-serif;
    line-height: 1.8;
}

.site-layout--boxed #page {
    background-color: #ffffff;
    margin: 0 auto;
    width: 1360px;
    overflow: hidden;
}

body.site-layout--boxed{
    background: #f4f4f4 none repeat scroll 0 0;
}

.site-layout--boxed .mt-container {
    padding: 0 50px;
}

#page {
    background: #fff none repeat scroll 0 0;
}

.mt-container {
    width: 1320px;
    margin: 3px auto;
	line-height:1.0!important;
}

.mt-hide {
    display: none;
}

/*--------------------------------------------------------------
Header CSS
--------------------------------------------------------------*/
.mt-top-contact-wrap {
    float: left;
}

.mt-sidebar-menu-toggle {
    float: right;
    margin: 9px 0 9px 20px;
    font-size: 20px;
    cursor: pointer;
}

.mt-sidebar-menu-toggle:hover{
    color: #f47e00;
}

.mt-top-header-menu {
    float: right;
}

.mt-section-top-header.left-menu-bar .mt-top-header-menu-cart-wrap {
    float: right;
    margin-right: 5px;
}

.mt-section-top-header.left-menu-bar .mt-top-contact-wrap{
    float: right;
}

.mt-contact-info {
    display: inline-block;
    margin-right: 10px;
}

.mt-contact-info a i{
    margin-right: 5px;
}

.mt-section-top-header {
    background: #FCC5AB;
    padding: 3px 0;
}

.mt-top-header-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mt-top-header-menu ul li {
    display: inline-block;
    margin-left: 15px;
}

.mt-top-header-menu ul li a,
.mt-contact-info a{
    color: #6F6F6F;
    font-size: 13px;
}

.mt-top-header-menu ul ul{
    display: none;
}

.mt-top-header-menu ul li a:hover{
    color: #f47e00;
}

.site-title {
    margin: 0;
    font-size: 36px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    line-height: 1.5;
    font-weight: 700;
    text-align: left;
}

.site-title a{
    color: #333
}

.home.blog #masthead {
    margin-bottom: 0;
}

.mt-header-social-wrapper, 
.mt-header-extra-icons {
    float: left;
    width: 30%;
    padding: 30px 0;
}

.mt-social-icon-wrap {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mt-social-icon-wrap li {
    display: inline-block;
    margin-right: 20px;
}

.mt-social-icon-wrap li a:hover{
    color: #f47e00;
}

.mt-header-extra-icons {
    display: none;
}

.mt-header-extra-icons {
    display: none;
}

.mt-logo-row-wrapper {
    padding: 15px 0;
    background: #fff;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.is-sticky .mt-logo-row-wrapper {
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 0;
}

.site-branding {
    float: left;
    width: 30%;
}

.mt-social-menu-wrapper {
    float: right;
    width: 70%;
}

#site-navigation {
    float: left;
    margin-right: 20px;
}

.mt-social-search-wrapper {
    float: right;
}

.mt-social-wrapper {
    float: left;
    margin: 15px 0 15px;
}

.mt-follow-title {
    font-weight: 700;
    color: #333;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}

.mt-social-icon-wrap {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mt-social-icon-wrap li {
    display: inline-block;
    margin-right: 12px;
}

.mt-social-icon-wrap li a{
    color: #333;
}

.sidebar-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,1);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    z-index: 999999;
}

.sidebar-header.activate{
    opacity: 1;
    visibility: visible;
    background: rgba(0,0,0,0.5);
}

.sidebar-header-block {
    position: fixed;
    right: -320px;
    width: 320px;
    background: #fff;
    height: 100%;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.simplebar-content {
    padding: 50px 30px;
}

.sidebar-header.activate .sidebar-header-block{
    right: 0;
    opacity: 1;
    visibility: visible;
}

.sticky-header-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sticky-header-sidebar-menu li a {
    padding: 10px 0;
    display: block;
    color: #333;
    border-bottom: 1px solid #eaeaea;
}

.sticky-header-sidebar-menu li a span {
    float: right;
}

.sticky-header-sidebar-menu li a:hover{
    color: #f47e00;
}

.sticky-header-sidebar-author {
    text-align: center;
    margin-top: 20px;
}

.sticky-header-sidebar-author .author-name {
    text-transform: capitalize;
    text-align: center;
}

.sticky-header-sidebar .widget-title {
    background: #333;
    color: #fff;
    padding: 2px 0;
    font-size: 24px;
    text-align: center;
}

.sticky-header-sidebar .widget {
    margin-bottom: 20px;
}

.mt-form-close {
    position: absolute;
    right: 40px;
    top: 30px;
    font-size: 64px;
    cursor: pointer;
}

/*--------------------------------------------------------------
Search CSS
--------------------------------------------------------------*/

.mt-menu-search {
    float: left;
}

.mt-search-icon {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin: 15px 0 15px 40px;
    cursor: pointer;
}

.mt-search-icon i{
    margin-left: 5px;
}

.mt-menu-search .mt-form-wrap {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    z-index: 9999;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.mt-menu-search .mt-form-wrap.search-activate {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

}

.mt-menu-search .mt-form-wrap .search-form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.mt-menu-search .mt-form-wrap .search-form .search-field {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    width: 80%;
    height: 70px;
    display: block;
    margin: 0 auto;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    font-size: 26px;
}

.mt-menu-search .mt-form-wrap .search-form .search-submit {
    margin-top: 30px;
    padding: 16px 60px;
    background: #333;
    border: none;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.mt-menu-search .mt-form-wrap .search-form .search-submit:hover{
    background: #f47e00;
    border-radius: 30px;
}

.mt-form-close {
    position: absolute;
    right: 40px;
    top: 30px;
    font-size: 64px;
    cursor: pointer;
}

#site-header-cart {
    float: right;
    list-style: none;
    margin: 4px 10px 0 0px;
    display: block;
}

#site-header-cart li > a {
    color: #6F6F6F;
    display: block;
    position: relative;
    font-size: 12px;
}

#site-header-cart li > a .count {
    position: absolute;
    top: -7px;
    right: -13px;
    width: 18px;
    height: 18px;
    background: #f47e00;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
}

.site-header-cart .widget.woocommerce.widget_shopping_cart {
    width: 280px;
    z-index: 999;
    background: #fff;
    padding-bottom: 0;
    right: 0;
    left: auto;
    opacity: 0;
    top: 120%;
    visibility: hidden;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.site-header-cart:hover .widget.woocommerce.widget_shopping_cart{
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0;
}

.added_to_cart.wc-forward {
    margin-top: 10px;
    height: 36px !important;
    line-height: 20px !important;
    margin-left: 0 !important;
}

/*--------------------------------------------------------------
Menu CSS
--------------------------------------------------------------*/
.main-menu-wrapper{
    position: relative;
}

.menu-toggle {
    display: none;
    text-align: center;
    color: #333;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    float: left;
    margin: 15px 0 0;
}

.menu-toggle:hover{
    color: #f47e00;
}

.menu-toggle i {
    margin-right: 7px;
}

#site-navigation {
    text-align: center;
}

.is-sticky .main-menu-wrapper {
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
}



.is-sticky #site-navigation ul li a::after {
    top: 19px;
}

#site-navigation ul {
    margin: 0;
    list-style: none;
}

#site-navigation ul li {
    display: inline-block;
    position: relative;
}

#site-navigation ul li a {
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 20px;
    display: block;
    line-height: 60px;
    position: relative;
    font-weight: 500;
}

#site-navigation ul li a::after {
    content: "";
    width: 1px;
    position: absolute;
    top: 22px;
    right: 0;
    height: 16px;
    background: #e1e1e1;
}

#site-navigation ul li:last-child a:after{
    display: none;
}

#site-navigation ul li:hover > a,
#site-navigation ul li.current-menu-item > a,
#site-navigation ul li.current_page_ancestor > a,
#site-navigation ul li.current_page_item > a{
    color: #f47e00;
}

#site-navigation ul li .sub-menu, 
#site-navigation ul li .children {
    background: #fff;
    min-width: 250px;
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    z-index: 99;
}

#site-navigation ul li .sub-menu ul, 
#site-navigation ul li .children ul{
    left: 100%;
    top: 0;
} 

#site-navigation ul li:hover > .sub-menu, 
#site-navigation ul li:hover > .children {
    opacity: 1;
    visibility: visible;
}

#site-navigation ul li.focus>ul.sub-menu,
#site-navigation ul li.focus>ul.children {
  opacity: 1;
  visibility: visible;
  -transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

#site-navigation ul li .sub-menu li, 
#site-navigation ul li .children li {
    display: block;
    padding: 0;
}

#site-navigation ul li .sub-menu li a, 
#site-navigation ul li .children li a {
    padding: 0 30px;
    border-bottom: 1px solid #eee;
    border-right: none;
    line-height: 54px;
}

#site-navigation ul li .sub-menu li a:after, 
#site-navigation ul li .children li a:after{
    display: none;
}

.sub-toggle {
    display: none;
}

/*--------------------------------------------------------------
Header layout one
--------------------------------------------------------------*/

.header-layout--one .site-branding,
.header-layout--three .site-branding {
    text-align: center;
    width: 100%;
    float: none;
}

.header-layout--one .site-branding .site-title,
.header-layout--three .site-branding .site-title {
    text-align: center;
}

.header-layout--one .mt-social-menu-wrapper, 
.header-layout--two .mt-social-menu-wrapper, 
.header-layout--three .mt-social-menu-wrapper {
    width: 100%;
    float: none;
    z-index: 9999;
    background: #fff;
}

.header-layout--one .is-sticky .mt-social-menu-wrapper, 
.header-layout--two .is-sticky .mt-social-menu-wrapper, 
.header-layout--three .is-sticky .mt-social-menu-wrapper {
    box-shadow: 0 0px 7px rgba(0,0,0,0.1);
}

.header-layout--one .is-sticky .mt-social-menu-wrapper::before,
.header-layout--two .is-sticky .mt-social-menu-wrapper::before,
.header-layout--three .is-sticky .mt-social-menu-wrapper::before,
.header-layout--one .is-sticky .mt-social-menu-wrapper::after,
.header-layout--two .is-sticky .mt-social-menu-wrapper::after,
.header-layout--three .is-sticky .mt-social-menu-wrapper::after {
    width: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    height: 100%;
    background: #fff;
    box-shadow: -6px 0px 7px rgba(0,0,0,0.1);
    z-index: 9999;
    display: block;
    content: "";
}

.header-layout--one .is-sticky .mt-social-menu-wrapper:after, 
.header-layout--two .is-sticky .mt-social-menu-wrapper:after, 
.header-layout--three .is-sticky .mt-social-menu-wrapper:after{
    left: auto;
    right: -100%;
     box-shadow: 6px 0px 7px rgba(0,0,0,0.1);
}

.header-layout--one #site-navigation ul#primary-menu > li:first-child a,
.header-layout--two #site-navigation ul#primary-menu > li:first-child a,
.header-layout--three #site-navigation ul#primary-menu > li:first-child a {
    padding-left: 0;
}

/*--------------------------------------------------------------
Header layout two
--------------------------------------------------------------*/

.header-layout--two .logo-social-wrapper .mt-social-wrapper {
    float: right;
}

.header-layout--two .mt-social-icon-wrap li a,
.header-layout--three .mt-social-icon-wrap li a  {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #333;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
}

.header-layout--two .mt-follow-title {
    margin: 7px 0;
}

.header-layout--two .mt-social-icon-wrap li {
    margin-right: 0;
    margin-left: 10px;
}


.header-layout--three .logo-social-wrapper .mt-social-wrapper {
    text-align: center;
    float: none;
}

.header-layout--three .mt-social-icon-wrap {
    float: none;
    display: inline-block;
}

.header-layout--three .mt-social-icon-wrap li {
    margin: 0 7px;
}

.trending-wrapper {
	margin-bottom: 25px;
}

.trending-wrapper .wrap-label {
	display: inline-block;
	background: #212121;
	color: #fff;
	padding: 7px 20px;
	margin-right: 20px;
}

.trending-wrapper .tags-wrapper {
	display: inline-block;
}

.tags-wrapper a {
	font-weight: 700;
	color: #333;
	margin-right: 16px;
	font-size: 15px;
}

.tags-wrapper a::before {
	content: "#";
}

.trending-wrapper .mt-container {
	background: #f6f6f6;
}

/*--------------------------------------------------------------
Banner CSS
--------------------------------------------------------------*/
#section-banner,
#mt-saaya-slider,
.mt-front-banner-wrap {
    margin-bottom: 40px;
}

.banner-content-wrapper img {
    width: 100%;
}

.banner-content-wrapper {
    position: relative;
    display: table;
    width: 100%;
    height: 500px;
}

.banner-title-btn-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background: #f7f7f7;
    text-align: center;
    display: table;

}

.banner-title-btn-block {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

.banner-title {
    font-size: 35px;
    line-height: 1.3;
    margin: 12px 0;
    text-align: center;
font-family: "解ミン 宙 B" !important;
}

.banner-title a {
    color: #3d3d3d;
}

.banner-sub-title {
    font-size: 14px;
    color: #f47e00;
    font-weight: 600;
}

#mt-saaya-slider .lSAction {
    position: absolute;
    left: 50px;
    bottom: 0px;
}

#mt-saaya-slider .lSAction > a {
    background: #fff;
    opacity: 1;
    text-align: center;
    margin: 0;
    top: 0;
    position: static;
    display: inline-block;
    margin-left: 3px;
    width: 40px;
    height: 35px;
    line-height: 35px;
    color: #3d3d3d;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

#mt-saaya-slider .lSAction > a:hover{
    background: #f47e00;
    color: #fff;
}

#mt-saaya-slider .mt-container{
    position: relative;
}

#mt-saaya-slider .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    right: 20px;
    top: 10px;
}

#mt-saaya-slider .lSSlideOuter .lSPager.lSpg > li a{
    background: #fff;
    width: 12px;
    height: 12px;
}

#mt-saaya-slider .lSSlideOuter .lSPager.lSpg > li.active a, 
#mt-saaya-slider .lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #f47e00;
}


.slider-content-style--two .banner-title-btn-wrapper,
.slider-content-style--three .banner-title-btn-wrapper {
    left: 50%;
    width: 50%;
    margin-left: -25%;
    height: auto;
    top: 50%;
    background: rgba(255,255,255,0.9);
    padding: 20px 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-content-style--three .banner-title-btn-wrapper{
    background: rgba(0,0,0,0.7);
}

.slider-content-style--three .banner-title a,
.slider-content-style--three .btn-wrapper a,
.slider-content-style--three .banner-title,
.slider-content-style--three .banner-description{
    color: #ffffff;
}

.slider-content-style--three .banner-title a:hover,
.slider-content-style--three .btn-wrapper a:hover{
    color: #f47e00;
}

/*--------------------------------------------------------------
Blog Layout design CSS
--------------------------------------------------------------*/
.home #content {
    margin-top: 0;
}

article {
    position: relative;
}

.entry-header, .entry-cat {
    padding: 0 15px;
}

.entry-header {
    margin-top: 15px;
}

.entry-title {
    font-size: 28px;
    margin-bottom: 8px;
    line-height: 1.5;
}

.single .entry-title {
    font-size: 30px;
}


.single .mt-related-posts-wrapper .entry-title{
    font-size: 22px;
}

.entry-title a{
    color: #333;
}

.entry-title a:hover,
.cat-links a:hover{
    color: #f47e00;
}

.entry-meta a {
    font-size: 13px;
    font-weight: 400;
    margin: 0 8px;
    color: #A6A6A6;
}

.entry-meta a:hover{
    color: #666;
}

.entry-content {
    padding: 0 15px;
    font-size: 15px;
    line-height: 2;
    margin: 0;
}

.entry-footer {
    padding: 0 15px;
}

.entry-footer .mt-readmore-btn,
.btn-wrapper a,
.mt-readmore-btn{
    display: inline-block;
    padding: 0;
    font-size: 14px;
    color: #333;
float:right;
}

.entry-footer .mt-readmore-btn i,
.btn-wrapper a i ,
.mt-readmore-btn i{
    margin-left: 5px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.entry-footer .mt-readmore-btn:hover,
.btn-wrapper a:hover,
.mt-readmore-btn:hover {
    color: #f47e00;
}

.entry-footer .mt-readmore-btn:hover i,
.btn-wrapper a:hover i,
.mt-readmore-btn:hover i{
    margin-left: 10px;
}

.entry-footer .mt-readmore-btn.mt-rm-button-style--one, 
.btn-wrapper a.mt-rm-button-style--one, 
.mt-readmore-btn.mt-rm-button-style--one {
    background: #333;
    color: #fff;
    padding: 7px 20px 7px 20px;
    border-radius: 20px;
}


.entry-footer .mt-readmore-btn.mt-rm-button-style--two, 
.btn-wrapper a.mt-rm-button-style--two, 
.mt-readmore-btn.mt-rm-button-style--two {
    border: 1px solid #e1e1e1;
    padding: 7px 20px 7px 20px;
    background: #f9f9f9;
}

.entry-footer .mt-readmore-btn.mt-rm-button-style--one:hover, 
.btn-wrapper a.mt-rm-button-style--one:hover, 
.mt-readmore-btn.mt-rm-button-style--one:hover,
.entry-footer .mt-readmore-btn.mt-rm-button-style--two:hover, 
.btn-wrapper a.mt-rm-button-style--two:hover, 
.mt-readmore-btn.mt-rm-button-style--two:hover{
    background: #f47e00;
    color: #fff;
    border-color: #f47e00;
}

.entry-footer > span.tags-links {
    display: block;
    margin: -5px 0 15px;
    font-weight: 500;
    color: #333 !important;
}

.entry-footer .tags-links a {
    margin: 0 3px;
    font-weight: 400;
}

article.sticky.no-thumbnail {
    border: 2px solid #e1e1e1;
    position: relative;
    padding: 20px 30px;
}

article.sticky::before {
    content: "\f08d";
    font-family: FontAwesome;
    position: absolute;
    left: 20px;
    top: 20px;
    display: block;
    width: 40px;
    height: 40px;
    background: #f47e00;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    border-radius: 100%;
    z-index: 99;
    text-align: center;
}

article .post-thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;

}
article .post-thumbnail img{
	margin:0 auto!important;
	max-height:220px!important;
	object-fit:cover;

}

a.post-thumbnail{margin:0 auto!important;
	background:#eee!important;
}

article .post-thumbnail::before, 
article.format-gallery .post-format-gallery li::before {
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0.4);
    _content: "\f0f6";
    font-family: FontAwesome;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    color: rgba(255,255,255,1);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    font-size: 52px;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    top: 55%;
    margin: -25px 0 0 -25px;
    font-size: 24px;
    border-radius: 100%;
    border: 2px solid #fff;
}

.single #content article .post-thumbnail::before{
    display: none;
}

article.format-video .post-thumbnail::before{
    display: none;
    _content: "\f1c8";
}

article.format-standard .post-thumbnail::before{
    display: none;
    _content: "\f0f6";
}

article.format-gallery .post-format-gallery li::before{
    display: none;
    _content: "\f03e";
}

article.format-aside .post-thumbnail::before{
    display: none;
    _content: "\f0f6";
}

article.format-audio .post-thumbnail::before{
    display: none;
    _content: "\f1c7";
}

article.format-quote .post-thumbnail::before{
    display: none;
    _content: "\f10d";
}

article.format-image .post-thumbnail::before{
    display: none;
    _content: "\f03e";
}

article .post-thumbnail:hover:before,
article.format-gallery .post-format-gallery li:hover:before{
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.image-effect--two article .post-thumbnail::before, 
.image-effect--two article.format-gallery .post-format-gallery li::before{
    _background: rgba(255,255,255,0.7);
    _color: rgba(0,0,0,0.5);
}

.image-effect--four article .post-thumbnail::before, 
.image-effect--four article.format-gallery .post-format-gallery li::before, 
.image-effect--three article .post-thumbnail::before, 
.image-effect--three article.format-gallery .post-format-gallery li::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 100px;
    z-index: 999;
    font-size: 30px;
    color: #fff;
    margin: 0;
    border-radius: 0;
    font-size: 44px;
}

.image-effect--four article .post-thumbnail::before, 
.image-effect--four article.format-gallery .post-format-gallery li::before{
    _background: rgba(255,255,255,0.7);
    _color: rgba(0,0,0,0.5);
}

.image-effect--four article .post-thumbnail img,
.image-effect--three article .post-thumbnail img{
        -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
        -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    overflow: hidden;
    display: block;
}

.image-effect--four article:hover .post-thumbnail img,
.image-effect--three article:hover .post-thumbnail img{
        -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.no-thumbnail {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.post-format-media--quote {
    background: #f47e00;
    padding: 50px 40px 35px;
    color: #fff;
}

.navigation.pagination {
    text-align: center;
}

.navigation.pagination .nav-links a.page-numbers {
    padding: 12px 15px;
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}

.navigation.pagination .nav-links .page-numbers.current, 
.navigation.pagination .nav-links a.page-numbers:hover {
    border: 1px solid #f47e00;
    padding: 12px 15px;
    vertical-align: top;
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    line-height: 13px;
    color: #f47e00;
}

.mt-frontpage--classic-style article img,
.mt-archive--classic-style article img {
    width: 100%;
}

.archive-grid-post-wrapper,
.mt-archive--masonry-style .saaya-content-masonry,
.frontpage-grid-post-wrapper,
.mt-frontpage--masonry-style .saaya-content-masonry{
    margin-left: -3%;
}

.mt-archive--grid-style article,
.mt-archive--masonry-style #mt-masonry article,
.mt-frontpage--grid-style  article,
.mt-frontpage--masonry-style #mt-masonry article{
    display: inline-block;
    width: 47%;
    margin-left: 3%;
    margin-right: -4px;
    vertical-align: top;
}

.no-sidebar.mt-archive--grid-style article,
.no-sidebar.mt-archive--masonry-style #mt-masonry article,
.no-sidebar.mt-frontpage--masonry-style #mt-masonry article,
.no-sidebar.mt-frontpage--grid-style article{
    width: 30.33%;
}

.mt-archive--masonry-style #mt-masonry article,
.mt-frontpage--masonry-style #mt-masonry article {
    margin-right: 0;
    margin-bottom: 25px;
}

.mt-frontpage--list-style article .post-thumbnail,
.mt-archive--list-style article .post-thumbnail{
    float: left;
    width: 40%
}

.mt-frontpage--list-style article .mt-post-content-wrapper,
.mt-archive--list-style article .mt-post-content-wrapper{
    float: right;
    width: 57%;
}

.mt-frontpage--list-style article:after,
.mt-archive--list-style article:after{
    content: "";
    display: block;
    clear: both;
}

.entry-content .first-child .mt-drop-cap {
  font-size: 84px;
  color: inherit;
  font-weight: 700;
  float: left;
  vertical-align: top;
  line-height: 70px;
  padding-right: 20px;
  padding-left: 10px;
  padding-top: 5px;
  text-shadow: 3px 3px 0 rgba(56, 60, 80, 0.22);
  color: #666;
}

/*--------------------------------------------------------------
Sidebar CSS
--------------------------------------------------------------*/
.widget {
    border: 1px solid #e1e1e1;
    padding: 20px;
}

#secondary .widget .widget-title, 
.mt-related-post-title,
#colophon .widget .widget-title{
    margin-bottom: 10px;
    font-size: 22px;
    text-transform: uppercase;
    display: block;
    position: relative;
}

.widget_tag_cloud a {
    border: 1px solid #e1e1e1;
    color: #a6a6a6;
    font-size: 13px !important;
    padding: 3px 15px;
    display: inline-block;
    margin: 5px 5px;
}

.widget_tag_cloud a:hover {
    color: #333;
    border-color: #333;
}
/*--------------------------------------------------------------
Featured Section CSS
--------------------------------------------------------------*/

.mt-featured-section-wrapper {
    margin-bottom: 40px;
}

.mt-featured-single-item {
    position: relative;
}

.mt-featured-single-item .item-title {
min-width:230px!important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,0.7);
    padding: 10px 25px;
}

.mt-featured-single-item .item-title::after {
    position: absolute;
    content: "";
    width: 110%;
    height: 124%;
    border: 1px solid #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.mt-featured-single-item .item-title a {
    color: #333;
    font-size: 22px;
    display: block;
    position: relative;
    z-index: 999;
}

.mt-featured-single-item .item-title a:hover{
    color: #f47e00;
}

.featured-section-style--two .mt-featured-single-item::after {
    position: absolute;
    content: "";
    width: 95%;
    height: 95%;
    border: 1px solid #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.featured-section-style--two .mt-featured-single-item .item-title {
    z-index: 9998;
    bottom: 10px;
    top: auto;
    margin: 0;
    background: #ffffff;
    padding: 10px;
font-family: "解ミン 宙 B" !important;
}

.featured-section-style--two .mt-featured-single-item .item-title::after,
.featured-section-style--three .mt-featured-single-item .item-title::after{
    display: none;
}

.featured-section-style--two .mt-featured-single-item .item-title a {
    font-size: 22px;
}

.featured-section-style--three .mt-featured-single-item .item-title {
    margin: 0;
    top: auto;
    background: #fff;
    padding: 10px 40px;
    width: 72%;
    text-align: center;
}

.mt-featured-single-item .item-thumb {
    overflow: hidden;
}

.mt-featured-single-item .item-thumb img{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.mt-featured-single-item:hover .item-thumb img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.mt-featured-section-wrapper.featured-section-style--three .mt-featured-single-item {
    margin-bottom: 50px;
}

/*--------------------------------------------------------------
Single CSS
--------------------------------------------------------------*/

.mt-author-box {
display:none!important;
    border: 1px solid #e1e1e1;
    padding: 20px;
    margin-bottom: 60px;
    text-align: left;
}

.mt-author-box:after{
    content: "";
    display: block;
    clear: both;
}

.single .mt-author-box .mt-author__avatar {
    float: left;
    margin-right: 2%;
    width: 18%;
}

.single .mt-author-box .mt-author-info {
    float: left;
    width: 80%;
}

.single .mt-author-box .author-title {
    color: #333;
    text-transform: capitalize;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.single .mt-author-box .mt-author-info .mt-author-name {
    text-transform: capitalize;
    margin: 0;
    font-size: 24px;
}

.single .mt-author-box .mt-author-info .mt-author-name a{
    color: #333;
}

.mt-single-style--two .mt-article-header-wrapper {
    width: 95%;
    background: #fff;
    position: relative;
    top: -90px;
    margin: 0 auto;
    padding: 20px 15px;
    margin-bottom: -80px;
}

.mt-single-style--two .entry-content {
    padding: 0 55px;
}

.mt-single-style--two .mt-related-posts-wrapper .entry-content{
    padding: 0 15px;
}

/*--------------------------------------------------------------
Error 404 styles
--------------------------------------------------------------*/
.error404 #primary {
    float: none;
    width: 100%;
    padding: 50px 0;
}

.error-404.not-found {
    text-align: center;
    width: 900px;
    border: 5px solid #f47e00;
    margin: 0 auto;
    padding: 60px 0;
}

.error-num {
    font-size: 200px;
    font-weight: 900;
    color: #333;
    line-height: 150px;
}

.error-num span {
    font-size: 84px;
    text-transform: capitalize;
}

.error-404.not-found.pnf-layout--extra {
  border: medium none;
  max-width: 100%;
}

.pnf-layout--extra .top-wrapper-404 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.pnf-layout--extra .pnf-thumb {
  margin: 0 auto 40px;
  width: 60%;
}

.error404 .pnf-layout--extra .page-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}

.pnf-layout--extra .pnf-content {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.pnf-layout--extra .pnf-button.btn {
  background: #f54337 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 7px 0;
  text-align: center;
  width: 15%;
}

.pnf-layout--extra .page-extra-content {
  margin-top: 60px;
}

.mt-pnf-latest-posts-wrapper article {
  display: inline-block;
  margin: 0 -4px 2% 2%;
  vertical-align: top;
  width: 23%;
}

.mt-pnf-latest-posts-wrapper {
  margin-left: -2%;
}

.mt-pnf-latest-posts-wrapper .section-title {
    margin-left: 2%;
    font-size: 24px;
    font-weight: 700;
}

.pnf-layout--extra article .np-post-content {
  margin-top: 12px;
}

/*--------------------------------------------------------------
Custom Header styles
--------------------------------------------------------------*/

.custom-header {
    padding: 70px 0;
    text-align: center;
    background-attachment: fixed;
    margin-bottom: 50px;
    position: relative;
}

.custom-header.has-bg-img:before{
    background: rgba(0,0,0,0.4);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.custom-header.no-bg-img {
    _background: #434343;
    background: #86B9BA;
    padding: 20px 0;
}

.custom-header.has-bg-img .mt-container{
    position: relative;
    z-index: 99;
}

.custom-header .entry-title, .custom-header .page-title {
    font-size: 36px;
    color: #fff;
    margin: 0;
    text-align: center;
}

.breadcrumbs .trail-items,
.woocommerce-breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs .trail-items li,
.woocommerce-breadcrumb li {
    display: inline-block;
    margin: 0 10px;
    color: #fafafa;
}

.woocommerce .woocommerce-breadcrumb li a {
    color: #fafafa;
}

.breadcrumbs .trail-items {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.breadcrumbs .trail-items li::after,
.woocommerce-breadcrumb li:after {
    content: "\f101";
    position: relative;
    right: -10px;
    font-size: 14px;
    font-family: FontAwesome;
}

.breadcrumbs .trail-items li:last-child:after,
.woocommerce-breadcrumb li:last-child:after{
    display: none;
}

/*--------------------------------------------------------------
Instagram CSS
--------------------------------------------------------------*/
.saaya_instagram_post_viewer_content {
    margin-bottom: -70px;
    margin-top: 70px;
}

.instagram-content {
    position: relative;
}

.instagram-media-wrapper figure {
    float: left;
    width: 16.66%;
}

.instagram-media-wrapper figure img {
    width: 100%;
}

.instagram-content .follow-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    border-radius: 20px;
    color: #333;
    padding: 6px 20px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.instagram-content .follow-btn i {
    margin-right: 8px;
}

/*--------------------------------------------------------------
Footer CSS
--------------------------------------------------------------*/

#colophon {
    margin-top: 70px;
}

#top-footer {
    padding: 80px 0 40px;
    background: #fafafa;
}

#top-footer .mt-footer-widget-wrapper {
    margin-left: -3%;
}

#top-footer.footer-column-one .mt-footer-widget,
#top-footer.footer-column-two .mt-footer-widget,
#top-footer.footer-column-three .mt-footer-widget,
#top-footer.footer-column-four .mt-footer-widget {
    float: left;
    margin-left: 3%;
    width: 30.33%;
}

#top-footer.footer-column-one .mt-footer-widget {
    width: 97%;
}

#top-footer.footer-column-two .mt-footer-widget {
    width: 47%;
}

#top-footer.footer-column-four .mt-footer-widget {
    width: 22%;
}

#footer-navigation {
    float: right;
}

#footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer-menu li {
    display: inline-block;
}

#footer-menu li a {
    color: #666;
    border-left: 1px solid #e1e1e1;
    display: block;
    padding: 0 20px;
    line-height: 14px;
}

#footer-menu li > ul{
    display: none;
}

#footer-menu li:first-child a{
    border:none;
}

#footer-menu li a:hover{
    color: #f47e00;
}

#bottom-footer {
    background: #f8f8f8;
    padding: 15px 0;
    position: relative;
}

#bottom-footer::after {
    content: "";
    background: rgba(0,0,0,0.2)!important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
}

#bottom-footer .mt-container {
    position: relative;
    z-index: 99;
}

.site-info {
    font-size: 13px;
    float: left;
}

#colophon.has-bg-image{
    position: relative;
}

#colophon.has-bg-image::after {
    content: "";
    background: rgba(0,0,0,0.2)!important;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#colophon.has-bg-image #top-footer, 
#colophon.has-bg-image #bottom-footer {
    background: rgba(0,0,0,0.35)!important;
    position: relative;
    z-index: 999;
}

#colophon.has-bg-image #bottom-footer{
    background: rgba(0,0,0,0.2)!important;
}

#colophon.has-bg-image,
#colophon.has-bg-image a,
#colophon.has-bg-image .widget,
#colophon.has-bg-image .widget-title{
    color: #ffffff !important;
}

#colophon.has-bg-image #top-footer {
    padding: 120px 0 70px;
}

/*--------------------------------------------------------------
Saaya Widget CSS
--------------------------------------------------------------*/

.saaya_author_info .author-name {
    margin: 10px 0;
    text-transform: capitalize;
}

.author-social .mt-social-icon-wrap {
    float: none;
}

.author-social .mt-social-icon-wrap li a {
    background: #212121;
    width: 40px;
    height: 40px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
}

.saaya_latest_posts .mt-single-post-wrap > a {
    float: left;
    width: 27%;
    display: block;

}

.saaya_latest_posts .mt-post-thumb{
    border: 1px solid #e1e1e1;
    padding: 6px;
 }
 
.saaya_latest_posts .mt-single-post-wrap {
    margin-bottom: 20px;
}

.saaya_latest_posts .mt-single-post-wrap:last-child {
    margin: 0;
}
 
.saaya_latest_posts .mt-single-post-wrap::after {
    clear: both;
    display: block;
    content: "";
}
 
 .saaya_latest_posts .mt-post-content {
    float: right;
    width: 67%;
}

.saaya_latest_posts .mt-post-title a {
    font-size: 20px;
    color: #333;
    display: block;
    line-height: 22px;
}

.saaya_latest_posts .mt-post-title a:hover{
    color: #f47e00;
}

.saaya_latest_posts .entry-cat{
    padding: 0;
}

.saaya_latest_posts .mt-readmore-btn {
    margin: 10px 0 0;
}

.saaya_social_media {
    text-align: center;
}

.saaya_social_media li {
    margin: 0 5px;
}

.saaya_social_media a {
    border: 1px solid #333;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 18px !important;
    line-height: 40px;
}

.saaya_social_media a:hover{
    background: #f47e00;
    color: #ffffff !important;
    border-color: #f47e00;
}

.mt-single-related-posts {
    margin-top: 40px;
}

.mt-related-posts-wrapper {
    margin-left: -3%;
}

.mt-related-posts-wrapper article {
    display: inline-block;
    margin-left: 3%;
    margin-right: -4px;
    width: 30.33%;
    vertical-align: top;
}

.mt-related_posts-col--4 .mt-related-posts-wrapper article{
    width: 22%;
}

.mt-related_posts-col--2 .mt-related-posts-wrapper article{
    width: 47%;
}

.mt-related-posts-wrapper article.no-thumbnail {
    padding: 0 10px !important;
}

/*--------------------------------------------------------------
Scroll To Top styles
--------------------------------------------------------------*/
#mt-scrollup {
    position: fixed;
    right: 40px;
    bottom: 20px;
    padding: 8px;
    margin-right: 0;
    font-size: 13px;
    line-height: 1em;
    outline: none !important;
    -moz-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -moz-transform: rotate(-90deg) translate(100%, 0);
    -webkit-transform: rotate(-90deg) translate(100%, 0);
    transform: rotate(-90deg) translate(100%, 0);
    cursor: pointer;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 9999;
}

#mt-scrollup::before {
    content: '\f178';
    position: absolute;
    top: 3px;
    right: -36px;
    width: 36px;
    padding: 3px 4px 2px 6px;
    font-size: 18px;
    font-family: 'FontAwesome';
    line-height: 1;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#mt-scrollup:hover{
    color: #f47e00;
}

#mt-scrollup .fa.fa-long-arrow-up {
    display: none;
}

#mt-scrollup.mt-scroll-style--one::before{
    display: none;
}

#mt-scrollup.mt-scroll-style--one .fa {
    display: block;
}


#mt-scrollup.mt-scroll-style--one::before {
    background: #333;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 34px;
}

#mt-scrollup.mt-scroll-style--one .fa {
    display: block;
    font-size: 16px;
    width: 40px;
    height: 40px;
    background: #333;
    text-align: center;
    color: #fff;
    line-height: 40px;
    position: relative;
    z-index: 99;
}

#mt-scrollup.mt-scroll-style--one {
    transform: none;
    padding: 0;
    right: 0;
}

#mt-scrollup.mt-scroll-style--one > span {
    position: absolute;
    bottom: 0;
    right: -68px;
    width: 120px;
    height: 40px;
    font-size: 15px;
    padding: 0;
    line-height: 42px;
    overflow: hidden;
    background: #666;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    color: #fff;
 transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

#mt-scrollup.mt-scroll-style--one:hover > span {
    right: 40px;
    opacity: 1;
    visibility: visible;
}


/*--------------------------------------------------------------
WooCommerce styles
--------------------------------------------------------------*/

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    font-weight: 400;
}

.woocommerce .price-cart {
    background: #666666;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
    padding: 0 0 0 10px;
    position: absolute;
    width: 100%;
}

.woocommerce .price-cart:after {
    height: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #f47e00;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.woocommerce ul.products li.product:hover .price-cart:after {
    height: 100%;
}

.woocommerce ul.products li.product .price-cart .button {
    background: none;
    float: right;
    margin-top: 0;
    position: relative;
    z-index: 9;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
    padding-left: 30px;
}

.woocommerce ul.products li.product .price-cart .button:before {
    content: "\f07a";
    position: absolute;
    left: 10px;
    top: 0;
    font-family: "FontAwesome";
}

.woocommerce ul.products li.product .price-cart .button:hover {
    background: #f47e00;
}

.woocommerce ul.products li.product .price del {
    display: inline-block;
    margin-right: 10px;
}

.woocommerce ul.products li.product .price-cart .price {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 36px;
    margin-bottom: 0;
    width: 46%;
    position: relative;
    z-index: 9;
}

.woocommerce .price-cart a.added_to_cart {
    display: none;
}

.woocommerce ul.products li.product .price ins {
    font-weight: 400;
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
   top: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #f47e00;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    top: 0;
}

.woocommerce .widget_price_filter .price_slider {
    margin: 15px 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #f47e00;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .added_to_cart.wc-forward {
    background: #333;
    border-radius: 0;
    color: #ffffff;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
    border:none;
}

.woocommerce .added_to_cart.wc-forward {
    padding: 8px 20px;
    margin-left: 10px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .added_to_cart.wc-forward:hover {
    background: #f47e00;
    color: #ffffff;
}

.woocommerce-product-search .search-field {
    border-radius: 0;
    border-right: medium none;
    height: 26px;
    margin-right: -4px;
}

.woocommerce-product-search {
    margin: 15px 0;
}

.woocommerce ul.products li.product .onsale, 
.woocommerce span.onsale {
    background: #f47e00 none repeat scroll 0 0;
    border-radius: 0;
    bottom: auto;
    display: inline-block;
    left: 0;
    line-height: 25px;
    margin: 0;
    min-height: auto;
    min-width: auto;
    position: absolute;
    right: 0;
    top: 10px;
    width: 30%;
    color: #ffffff;
}

.woocommerce table.shop_table th,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 600;
}

.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message {
    border: none;
    background: #f7f7f7;
    display: block;
    padding: 15px 20px 15px 50px;
    margin: 20px 0;
    font-size: 15px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #f47e00;
}

.woocommerce .woocommerce-message:before,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce div.product p.price del,
.woocommerce .woocommerce-info:before {
    color: #f47e00;
}

.woocommerce .price_label {
    position: relative;
    top: 5px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    position: relative;
    z-index: 9;
}

.woocommerce .product-categories .children {
    padding-left: 20px;
}

.woocommerce .product-categories li a {
    display: inline-block;
    margin-bottom: 12px;
    padding-left: 15px;
    position: relative;
}

.woocommerce .quantity .qty {
    border: 1px solid #cccccc;
    border-radius: 0;
    padding: 4px 2px;
    width: 60px;
    height: 35px;
}

.woocommerce .product-categories > li > a:before,
.woocommerce .product-categories .children a:before {
    content: "\f101";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "FontAwesome";
}

.woocommerce .product-categories .children a:before {
    content: "\f105";
}

.woocommerce .products .star-rating {
    margin: 5px auto;
}

.woocommerce .star-rating span::before {
    color: #f47e00;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 150px;
    border-radius: 0;
}

.woocommerce div.product p.price del {
    float: left;
    margin-right: 15px;
}

.woocommerce div.product .woocommerce-product-rating,
.woocommerce div.product p.price {
    margin-bottom: 10px;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover {
    background: #f47e00;
    color: #ffffff;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border: 1px solid #eee;
    border-top: none;
    border-right: none;
}

.woocommerce .shop_table tbody tr td:first-child,
.woocommerce .shop_table thead tr th.product-remove,
.woocommerce table.shop_table tfoot td:first-child,
.woocommerce table.shop_table tfoot th:first-child {
    border-left: medium none;
}

.order-total > th,
.order-total > td {
    border-bottom: medium none !important;
}

.woocommerce .shop_table tbody tr td.actions {
    border-bottom: none;
}

.woocommerce table.shop_table {
    border-radius: 0;
    border: 1px solid #eee;
}

.woocommerce form .form-row .select2-container {
    line-height: 35px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-size: 16px;
    padding: 10px;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
    border-bottom: none;
}

.widget.woocommerce ul {
    list-style: none;
    margin: 0;
}

.woocommerce ul.products{
   text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
   font-size: 14px;
   text-align: center;
   margin: 15px 0 0;
}

.woocommerce ul.products li.product .button {
   display: inline-block;
}

.woocommerce .woocommerce-loop-product__link:after{
   content: "";
   clear: both;
   display: block;
}

.woocommerce ul.products li.product .price {
   font-size: 14px;
   color: #333;
   display: block;
   margin: 10px 0;
}

.wc_payment_methods.payment_methods.methods {
   margin: 0;
   margin: 20px 0;
}

.woocommerce-cart .product-thumbnail img {
   width: 70px;
}

.woocommerce-cart .coupon {
   float: left;
}

.woocommerce-cart .actions .button {
   float: right;
}

.woocommerce-cart .actions .coupon .button {
   margin-left: 10px;
}

.cart-collaterals h2 {
   font-size: 20px;
   margin-top: 30px;
}

.woocommerce-cart .checkout-button.button.alt.wc-forward {
   float: left;
   padding: 0px 20px;
   height: 40px;
   line-height: 40px;
}

.wc_payment_methods.payment_methods.methods {
   list-style: none;
   background: #f8f8f8;
   padding: 20px;
   font-size: 13px;
}
#content{
	z-index:0;
}

h3.author-name{
	display:none;
}
p.site-description{
	margin-bottom:10px!important;
	line-height:1.0!important;
}

.edit-link{
	display:none!important;
}

h2.entry-title a{
	font-size:24px!important;
}
.breadcrumbs .trail-items{
	line-height:1.1!important;
}
span.byline{
	display:none!important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	display:none!important;
}
.bx-wrapper .bx-next,.bx-wrapper .bx-prev{
	display:none!important;
}
.lSSlideOuter .lSPager.lSpg>li{
	display:none!important;
}

.swiper-pagination{
	z-index:2!important;
}
.k-icon a p{
	margin-top:-15px!important;
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.k-icon a:hover{
	margin-left:10px;
}
.fa-envelope{
	display:none!important;
}
.widget_recent_entries a{
	line-height:1.2!important;
}

h2.entry-title a{
	line-height:1.0!important;
}

.marker {
    background: linear-gradient(transparent 30%, #FFE6DB 30%)!important;
}
.sidebtn{
	margin:8px 0;
	width:100%;
}
.sidebtn a{
	display:block;
	border:1px solid #e1e1e1;
	padding:6px 6px 0;
}
.sidebtn a:hover{
	border:1px solid #fff;
	margin-left:5px;
	display:block;
	padding:6px 6px 0;
	background:#ffe6db;
}
.contact-btn{
	font-weight:bold;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	text-align:center;
	width:90%;
	max-width:300px;
	margin:20px auto;
}
.contact-btn a{
	color:#333;
	display:block;
	border:2px solid #333;
	padding:12px;
}
.contact-btn a:hover{
	color:#333;
	border:1px solid #fff;
	margin-left:5px;
	display:block;
	padding:12px;
	background:#ffe6db;
}
.fb-btn{
	font-size:18px;
	font-weight:bold;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	text-align:center;
	width:90%;
	max-width:300px;
	margin:20px auto;
}
.fb-btn a{
	color:#fff;
	display:block;
	border:2px solid #333;
	padding:16px;
	background:#B53658;
}
.fb-btn a:hover{
	color:#333;
	border:2px solid #333;
	margin-left:5px;
	display:block;
	padding:16px;
	background:#fff;
}
.slider-btn a{
	display:block;
	border:1px solid #333!important;
	padding:12px 20px!important;
}
li.menu-item a{
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
input[name="name"],input[name="mail"],input[name="tel"]{
	width:100%;
	max-width:350px;
}
input[name="item"],input[name="addr"],input[name="address"],input[name="addr2"],input[name="address2"]{
	width:100%;
	max-width:480px;
}
input[name="zip"],input[name="zip2"]{
	width:120px;
}
input[name="number"]{
	display:none;
}
textarea[name="message"]{
	width:100%;
}
input[name="daiichi"],input[name="daini"],input[name="fst-jikoku"],input[name="snd-jikoku"]{
	width:200px!important;
}
.policybox_form{font-size:0.6em!important;border:1px solid #eee;
margin:10px auto;width:90%;max-width:600px;
padding:10px 20px;height:100px;overflow:auto;background:#eee;
}
.mw_wp_form .error{
	text-align:center!important;
	padding:4px 10px!important;
	color:#fff!important;
	width:100%;max-width:350px!important;
	background:#E27F9D!important;
}

h1.page-title{	
	font-size:28px!important;
}
.compact-theme.wp-posts-carousel .wp-posts-carousel-buttons a{
	padding:5px 10px!important;
	border:1px solid #333!important;
	color:#333!important;
	border-radius:30px!important;
}
.wp-posts-carousel-title a{
	color:#333!important;
	font-size:14px!important;
}

div.entry-cat{
	margin-top:10px!important;
	line-height:1.5!important;
}
.sale-slide-title{
	padding:15px 0;
	background:#fff;
	width:100%;
	max-width:500px;
	margin:15px auto;
}
li.faq_q{
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}
li.faq_a{
	line-height:1.3!important;
	margin-bottom:15px;
	list-style-type:none;
	padding-bottom:5px;
}
.woocommerce div.product p.price,.woocommerce div.product span.price{
	font-size:22px!important;
	color:red!important;
}
.showroom img{
	padding:5px;
	background:#eee;
}
.specBox{
	padding:8px;
	background:#eee;
}
.specBox table th,.specBox table td{
	background:#fff;
}

.woocommerce .woocommerce-breadcrumb,.breadcrumbs .trail-items{
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif!important;
}

ul.list_catalogindex li{
	list-style-type:none!important;
	width:45%;
	float:left;
	margin:10px 5px;
}

.list_catalogindex dl{
	margin-bottom:1em;
	text-align:left;
}

.list_catalogindex .title{
	margin:5px 0;
	font-size:15px;

}

.list_catalogindex  .logo{
	margin-bottom:10px;
	height:80px;
	line-height:80px;
	text-align:center;
	border:1px solid #AAA79D;
	border-radius:5px ;
}

.list_catalogindex  .logo img{
	max-height:70px;
}

.list_catalogindex  .logo a{
	display:block;
	text-decoration:none;
}

.list_catalogindex .comment{
	font-size:12px;
}
.rmp-main-title{
	text-align:center!important;
	font-size:20px!important;
}
.attention{
	margin: 10px auto;
	padding: 10px;
	width: 100%;
	border: 1px double red;
	color: red;
	line-height: 1.6;
}
.attention h4{
	width: 80%;
	margin: 0 auto;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	margin-top: -20px;
	background: red;
	padding: 4px;
	color: #fff;
}
.attention a{
	color: #333;
}
.about-cp{
display: none!important;
	background: #ff9966;
	padding: 7px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin: 10px 0;
}
.wc-tabs-wrapper{
	width: 100%!important;
	max-width: 700px!important;
	margin: 0 auto!important;
}

/* 特典
---------------------------------------------------------------------------*/
#tokuten{padding:0;width:100%;max-width:700px;margin:0 auto;font-weight:600;color:red;font-size:20px;}
.toku01{line-height:1.4;text-align:left;height:9vh;margin:0 auto; width:96%;padding:10px 0 10px 15%;
background:url('images/tokuten1.png')bottom left no-repeat;
background-size:15%;border-bottom:2px solid #333;margin-bottom:15px;}
.toku02{line-height:1.4;text-align:left;height:9vh;margin:0 auto; width:96%;padding:10px 0 10px 15%;
background:url('images/tokuten2.png')bottom left no-repeat;
background-size:15%;border-bottom:2px solid #333;margin-bottom:15px;}
.toku03{line-height:1.4;text-align:left;height:9vh;margin:0 auto; width:96%;padding:10px 0 10px 15%;
background:url('images/tokuten3.png')bottom left no-repeat;
background-size:15%;border-bottom:2px solid #333;margin-bottom:15px;}
.toku04{line-height:1.4;text-align:left;height:9vh;margin:0 auto; width:96%;padding:10px 0 10px 15%;
background:url('images/tokuten4.png')bottom left no-repeat;
background-size:15%;border-bottom:2px solid #333;margin-bottom:15px;}
.toku05{line-height:1.4;text-align:left;height:9vh;margin:0 auto; width:96%;padding:10px 0 10px 15%;
background:url('images/tokuten5.png')bottom left no-repeat;
background-size:15%;border-bottom:2px solid #333;margin-bottom:15px;}
.toku06{line-height:1.4;text-align:left;height:9vh;margin:0 auto; width:96%;padding:10px 0 10px 15%;
background:url('images/tokuten6.png')bottom left no-repeat;
background-size:15%;border-bottom:2px solid #333;margin-bottom:15px;}
.toku07{line-height:1.4;text-align:left;height:9vh;margin:0 auto; width:96%;padding:10px 0 10px 15%;
background:url('images/tokuten7.png')bottom left no-repeat;
background-size:15%;border-bottom:2px solid #333;margin-bottom:15px;}
.toku08{line-height:1.4;text-align:left;height:9vh;margin:0 auto; width:96%;padding:10px 0 10px 15%;
background:url('images/tokuten8.png')bottom left no-repeat;
background-size:15%;border-bottom:2px solid #333;margin-bottom:15px;}
.toku09{line-height:1.4;text-align:left;height:9vh;margin:0 auto; width:96%;padding:10px 0 10px 15%;
background:url('images/tokuten9.png')bottom left no-repeat;
background-size:15%;border-bottom:2px solid #333;margin-bottom:15px;}
.toku10{line-height:1.4;text-align:left;height:9vh;margin:0 auto; width:96%;padding:10px 0 10px 15%;
background:url('images/tokuten10.png')bottom left no-repeat;
background-size:15%;border-bottom:2px solid #333;margin-bottom:15px;}
.toku11{line-height:1.4;text-align:left;height:9vh;margin:0 auto; width:96%;padding:10px 0 10px 15%;
background:url('images/tokuten11.png')bottom left no-repeat;
background-size:15%;border-bottom:2px solid #333;margin-bottom:15px;}
.toku12{line-height:1.4;text-align:left;height:9vh;margin:0 auto; width:96%;padding:10px 0 10px 15%;
background:url('images/tokuten12.png')bottom left no-repeat;
background-size:15%;border-bottom:2px solid #333;margin-bottom:15px;}
.toku13{line-height:1.4;text-align:left;height:9vh;margin:0 auto; width:96%;padding:10px 0 10px 15%;
background:url('images/tokuten13.png')bottom left no-repeat;
background-size:15%;border-bottom:2px solid #333;margin-bottom:15px;}
.toku14{line-height:1.4;text-align:left;height:9vh;margin:0 auto; width:96%;padding:10px 0 10px 15%;
background:url('images/tokuten14.png')bottom left no-repeat;
background-size:15%;border-bottom:2px solid #333;margin-bottom:15px;}

#coorde h4{
	padding:5px 10px;
	background:#eee;
}

.entry-footer > span.tags-links{
	display:none!important;
}


#tokuten ol{
	padding:5px;
	margin:10px;
}
#tokuten ol li{	
	line-height:1.2!important;
	font-size:16px!important;
	font-weight:bold!important;
	border-bottom:1px solid #333;
	padding:5px 10px!important;
	height:auto!important;
	background:#eee!important;
	margin:10px 5px;
}


.woocommerce div.product .product_title{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif!important;
}
p.typesquare_tags{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif!important;
	line-height: 1.5!important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	font-weight: 600!important;
}
.woocommerce-variation-price{
	margin: 10px 0!important;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif!important;
}
.wapf-field-row .wapf-field-container:last-child{
	line-height: 2.0!important;
	margin: 10px 0!important;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif!important;
}

.woocommerce div.product form.cart,.product-name,.cart-collaterals{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif!important;
}
.theiaStickySidebar{
 	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif!important;
}
.product_meta{
	line-height: 1.6!important;
}
.woocommerce ul.products li.product a img{
	min-width: 130px!important;
}
h2.woocommerce-loop-category__title{
	min-width: 130px!important;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif!important;
}

.woocommerce-product-details__short-description p{
	line-height: 1.5!important;
}
.woocommerce-tabs .panel h2:first-of-type{
	display: none!important;
}
button[value="カートを更新"]{
	color: #fff!important;
	padding-top:0!important;
}
.woocommerce-error{
	background: #F2DA9F!important;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li{
	line-height: 2.0!important;
}

.woocommerce a.remove.remove_from_cart_button{
	margin-top: -15px!important;
}

.form-row-last {float:left!important;}
.form-row-first {float:right!important;}

.woocommerce ul.columns-5{
	width: 100%!important;
}

.abt-coupon label{
    display: block;
    margin: 0 0 4px 0;
    padding : 10px;
    line-height: 1;
    color :#333;
    background : #ffe6db;
    cursor :pointer;
}
.abt-coupon input{
    display: none;
}

.abt-coupon ul{
    background :#ffe6db;
    margin: 0;
    padding: 0;
    list-style: none;
}

.abt-coupon li{
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#type1:checked ~ #links1 li{
    margin-top: -10px;
    height: 50px;
    opacity: 1;
}

.cpn{
	font-size: 1.2em;
	max-width: 500px;
	text-align: center;
}
.cpn span{ 
	font-size: 1.0em;
	max-width: 500px;
}

.cpn a{
	display: block;
	border: 2px solid #333;
	background: orange;
	color: #333;
	padding: 10px;
}
.cpn a:hover{
	display: block;
	border: 2px solid #333;
	background: #333;
	color: #fff;
	padding: 10px;
}
.cpn a:visited {
	display: block;
	border: 2px solid #fff;
	background: #fff;
	color: #fff;
	padding: 10px;
}

@media screen and (max-width:480px) {


h1.product_title.entry-title{
	font-size: 24px !important;
}

}

.summary.entry-summary table th{
	padding: 8px!important;
	background: #eee!important;
}
.summary.entry-summary table td{
	padding: 8px!important;
	background: #fff!important;
}
.woocommerce-tabs img{
	width: 100%!important;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th{
	line-height: 1.2!important;
}
.woocommerce-message{
	display: none!important;
}
.couponBox{
	padding: 7px;
	color: #fff;
	background: orange;
}
.woocommerce div.product p.stock{
	display: none!important;
}

.woocommerce form .form-row .optional,.optional{
	display: none!important;
}
#billing_country_field,#shipping_country_field{
	display: none!important;
}
#order_comments{
	margin-top: -15px!important;
}
textarea#order_comments{
	height: 260px!important;
}
}
