/*
Theme Name: Withgreen
Theme URI: 
Author: withgreen
Author URI: 
Description: 
Version: 1
License: 
License URI: 
Tags: white, 

*/

/**
 * Table of Contents:
 *
 * =Reset
 * =Global
 * =Main
 * =Layout
 * =Header
 * =Menu
 * =Content
 * =Comments
 * =Navigation
 * =Widgets
 * =Footer
 * =Plugins
 * =Print
 * ----------------------------------------------------------------------------
 */


/* =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: 300;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    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/ */
    word-wrap: break-word;
}
body {
    background: #fff;
    position: relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}

a {
    color: inherit;
    text-decoration: none;
}
a:focus {
}
a:hover,
a:active {
    outline: 0;
}
a img {
    border: 0;
}


/* =Global
----------------------------------------------- */

/* Base */
body,
button,
input,
select,
textarea {
    color: #333;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 24px;
}
::selection {
    background: #fff9c0;
}
::-moz-selection {
    background: #fff9c0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #111;
    font-weight: 100;
    letter-spacing: -0.01em;
}
hr {
    background-color: #ddd;
    border: 0;
    height: 1px;
    margin-bottom: 24px;
}

/* Links */
.entry-content a,
.entry-summary a,
.comment-content a,
.comment-respond a,
.navigation a,
.comment-navigation a,
.current-menu-item > a {
    color: #777;
}
a:hover {
    color: #428806;
    transition: color .15s ease-in-out;
}

/* Text elements */
p {
    margin-bottom: 24px;
}
ul, ol {
    margin: 0 0 24px 0;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 0 24px 1em;
}
b, strong {
    font-weight: 700;
}
dfn, cite, em, i {
    font-style: italic;
}
cite {
    border-bottom: dotted 1px #999;
}
blockquote {
    color: #6b4b53;
    font-style: italic;
}
address {
    font-style: italic;
    margin-bottom: 24px;
}
pre {
    background: #eee;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    word-wrap: normal;
}
code, kbd, tt, var {
    font-size: 14px;
}
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%;
}
figure {
    margin: 0;
}
table {
    margin-bottom: 24px;
    width: 100%;
}
caption {
    color: #111;
    margin-bottom: 8px;
    text-align: center;
}
th {
    font-weight: 700;
}
img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
    vertical-align: middle;
}

/* =Form */

textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 100%;
}


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

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

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.footer-widget:before,
.footer-widget:after {
    content: '';
    display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.footer-widget:after {
    clear: both;
}


.mb-10 {
    margin-bottom: 1em;
}
.w-100 img{
    width: 100%;
    height: auto;
    margin-top: 0!important;
}
/* =Main
----------------------------------------------- */

/* Headings */
.entry-content h1, .comment-content h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 24px;
    margin-top: 48px;
}
.entry-content h3, .comment-content h3 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
    margin-top: 24px;
}
.entry-content h4, .comment-content h4 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 30px;
	margin-top: 45px;
	border-bottom: solid 1px #000000;
}
.entry-content h5, .comment-content h5 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
    margin-top: 24px;
}
.entry-content h6, .comment-content h6 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 24px;
}

/* Links */
.entry-content a, .entry-summary a, .comment-content a {
    text-decoration: underline;
}
.entry-content cite a, .comment-content cite a {
    text-decoration: none;
}

/* Text elements */

.entry-content table, .comment-content table {
    border-top: solid 1px #ddd;
    font-size: 14px;
    line-height: 22px;
}
.entry-content th, .comment-content th,
.entry-content td, .comment-content td {
    border-bottom: solid 1px #ddd;
    padding: 11px 11px 11px 0;
}
.entry-content p img:only-child {
     margin-top: 8px;
}

@media screen and (min-width: 780px) {

    /* Base */
    .entry-content , .entry-summary {
        font-size: 17px;
        line-height: 28px;
    }
    .comment-content {
        font-size: 16px;
    }

    /* Headings */
    .entry-content strong {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 28px;
        margin-top: 28px;
        text-align: center;
        letter-spacing: 0.2em;
        text-indent: 0.2em;
        font-weight: 100;
    }
    .entry-content h1 {
        text-align: center;
        font-size: 40px;
        letter-spacing: 0.2em;
        text-indent: 0.2em;
        line-height: 44px;
        margin-bottom: 28px;
        margin-top: 56px;
    }
    .entry-content h2 {
        text-align: center;
        letter-spacing: 0.2em;
        text-indent: 0.2em;
        font-weight: 100;
        padding: 1em 0;
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 28px;
    }
    .entry-content h3 {
        text-align: center;
        letter-spacing: 0.2em;
        text-indent: 0.2em;
        font-weight: 100;
        font-size: 28px;
        line-height: 30px;
        margin:80px 0 60px 0;
    }
    .entry-content h4 {
        /*text-align: center;*/
		letter-spacing: 0.2em;
		text-indent: 0.2em;
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 30px;
		margin-top: 50px;
		border-bottom: solid 1px #000000;
    }
    .entry-content h5 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 14px;
        margin-top: 28px;
    }
    .entry-content h6 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 7px;
        margin-top: 28px;
    }

    /* Text elements */
    .entry-content hr,
    .entry-content p,
    .entry-content ul,
    .entry-content ol,
    .entry-content dd,
    .entry-content blockquote,
    .entry-content address,
    .entry-content pre,
    .entry-content table {
        margin-bottom: 18px;
    }
    .entry-content li > ul,
    .entry-content li > ol {
        margin-bottom: 0;
        margin-left: 1.5em;
    }
    .entry-content dd {
        margin-left: 2em;
    }
    .entry-content pre {
        font-size: 15px;
    }
    .entry-content code, .entry-content kbd, .entry-content tt, .entry-content var {
        font-size: 15px;
    }
    .entry-content table {
        font-size: 15px;
        line-height: 24px;
    }
    .entry-content th,
    .entry-content td {
        padding: 12px;
    }

}

/* Alignment */
.aligncenter,
.alignleft,
.alignright {
    margin-bottom: 24px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
}
@media screen and (min-width: 1180px) {
    .no-sidebar .alignleft {
        margin-left: -100px;
    }
    .no-sidebar .alignright {
        margin-right: -100px;
    }
}

/* Caption */
.wp-caption {
    color: #777;
    font-size: 94%;
    font-style: italic;
    margin-bottom: 24px;
    width: auto !important;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 6px auto 0;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 12px 0;
}

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


/* =Layout
----------------------------------------------- */
.horizontally-list {
    text-align: center;
    margin: 0!important;
}
.horizontally-list li{
    display: inline-block;
}.horizontally-list li:last-child{
    margin-right: 0px;
}

.site {
    margin: 0 auto;
    padding: 0 15px;
}
.site-branding,
.site-content,
.footer-widget,
.site-info {
    margin: 0 auto;
}

@media screen and (min-width: 960px) {
.horizontally-list {
    text-align: center;
    margin: 0!important;
}
.horizontally-list li{
    display: inline-block;
    margin-right: 20px;
}.horizontally-list li:last-child{
    margin-right: 0px;
}

    .site,.site-footer {
        max-width: 1024px;
    }
    .has-sidebar .site-content,
    .footer-widget {
        max-width: 900px;
        margin: 0 auto;
    }
    .has-sidebar .content-area {
        border-right: solid 1px #ddd;
        float: left;
        margin-right: 44px;
        padding-right: 44px;
        width: 570px;
    }
    .has-sidebar .sidebar-area {
        float: left;
        width: 240px;
    }
    .footer-widget .widget-area {
        float: left;
        width: 240px;
    }
    .footer-4 .footer-widget .widget-area {
        margin-left: 6%;
        width: 20.5%;
    }
    .footer-3 .footer-widget .widget-area {
        margin-left: 8%;
        width: 28%;
    }
    .footer-2 .footer-widget .widget-area {
        margin-left: 8%;
        width: 46%;
    }
    .footer-1 .footer-widget .widget-area {
        width: 100%;
    }
    .footer-widget .widget-area:first-child {
        margin-left: 0;
    }
}

@media screen and (min-width: 1180px) {
    .site,.site-footer {
        max-width: 1024px;
    }
    .has-sidebar .site-content,
    .has-sidebar .footer-widget,
    .page-template-nosidebar-php .footer-widget {
        max-width: 1024px;
    }
    .has-sidebar .content-area {
        margin-right: 59px;
        padding-right: 59px;
        width: 700px;
    }
    .has-sidebar .sidebar-area {
        width: 300px;
    }
}


/* =Header
----------------------------------------------- */

.site-header {
    text-align: center;
}
.site-branding {
    margin: 0 auto;
    padding: 12px 0 24px;
}
.site-logo {
    margin-bottom: 2px;
}
.site-logo a:hover {
    opacity: 0.8;
    transition: opacity .15s ease-in-out;
}
.site-logo img {
    zoom: 66%;
}
.border-radius .site-logo img {
    border-radius: 50%;
}
.site-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 4px;
    margin-top: 6px;
}
.site-title a:hover {
    color: #555;
}
.site-description {
    color: #555;
    font-size: 15px;
}
.header-image {
    margin: 36px -15px 0 -15px;
    max-height: 350px;
    overflow: hidden;
}
.header-image img {
    width: 140%;
    margin-left: -20%;
    max-width: 140%;
}

@media screen and (min-width: 780px) {
    .site-branding {
        line-height: 54px;
        text-align: left;
        padding: 0 0 0;
    }.main-navigation-wrapper {
        text-align: right;
        padding: 0 0 0;
    }
    .site-logo img {
        zoom: 1;
    }
    .site-header {
        padding: 10px 0 15px 0;
    }
    .site-title {
        font-size: 43px;
        line-height: 50px;
        margin-bottom: 8px;
    }
    .site-description {
        font-size: 18px;
    }
    .header-image {
        margin: 36px 0 0 0;
    }
    .header-image img {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }

}


/* =Menu
----------------------------------------------- */

.main-navigation {
    font-size: 12px;
    letter-spacing: 0.4em;
    letter-spacing: -0.01em;
    position: relative;
    z-index: 9999;
}
.main-navigation ul {
    margin: 0;
}
.site-header .search-form {
    position: absolute;
    right: 15px;
    top: 0;
}
.site-header .search-field {
    background: url( "images/search-icon.png" ) 5px center no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 38px;
    margin: 6px 0 4px;
    padding: 0 0 0 34px;
    position: relative;
    width: 1px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .site-header .search-field {
        background-image: url( "images/search-icon@2x.png" );
    }
}
.site-header .search-field:focus {
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: text;
    max-width: 100%;
    outline: 0;
    width: 240px;
}
.site-header .search-submit {
    display: none;
}
.ie8 .site-header .search-form input {
    padding-top: 8px;
}

@media screen and (max-width: 779px) {
    .menu-toggle {
        cursor: pointer;
    }
    .main-navigation {
        font-size: 15px;
        text-align: left;
    }
    .main-navigation ul {
    }
    .main-navigation.toggled ul {
        display: block;
    }
    .main-navigation h1 {
        padding: 12px 15px;
    }
    .main-navigation h1:hover {
        opacity: 0.8;
        transition: opacity .15s ease-in-out;
    }
    .main-navigation h1:before {
        content: '\f419';
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font: normal 16px/1 Genericons;
        margin-right: 10px;
        vertical-align: middle;
    }
    .main-navigation a {
        display: block;
        padding: 12px 15px;
    }
    .main-navigation ul ul a {
        padding-left: 30px;
    }
    .main-navigation ul ul ul a {
        padding-left: 45px;
    }
    .main-navigation ul ul ul ul a {
        padding-left: 60px;
    }
}

@media screen and (min-width: 780px) {
    .menu-toggle {
        display: none;
    }
    .main-navigation {
        font-size: 16px;
        line-height: 54px;
    }
    .main-navigation div.menu > ul,
    .main-navigation ul.menu {
        padding: 0;
    }
    .main-navigation li {
        position: relative;
    }
    .main-navigation div.menu > ul > li.page_item_has_children > a,
    .main-navigation ul.menu > li.page_item_has_children > a,
    .main-navigation div.menu > ul > li.menu-item-has-children > a,
    .main-navigation ul.menu > li.menu-item-has-children > a {
        padding-right: 24px;
    }
    .main-navigation div.menu > ul > li.page_item_has_children > a:before,
    .main-navigation ul.menu > li.page_item_has_children > a:before,
    .main-navigation div.menu > ul > li.menu-item-has-children > a:before,
    .main-navigation ul.menu > li.menu-item-has-children > a:before {
        content: '\f431';
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font: normal 16px/1 Genericons;
        position: absolute;
        right: 3px;
        top: 18px;
    }
    .main-navigation div.menu > ul,
    .main-navigation ul.menu {
        letter-spacing: -.40em;
    }
    .main-navigation div.menu > ul > li,
    .main-navigation ul.menu > li {
        display: inline-block;
        letter-spacing: 0.2em;
    }
    .main-navigation li a {
        display: block;
        padding: 0 18px;
    }
    .main-navigation ul ul {
        background-color: #333;
        left: -9999px;
        opacity: 0;
        color: #fff;
        position: absolute;
        text-align: left;
        top: auto;
        transition: opacity .15s ease-in-out;
        width: 200px;
        z-index: 99999;
    }
    .main-navigation ul li:hover > ul {
        left: 0;
        opacity: 1;
    }
    .main-navigation ul ul ul {
        top: 0;
    }
    .main-navigation ul ul li:hover > ul {
        left: 100%;
        opacity: 1;
    }
    .main-navigation ul ul li a {
        line-height: 26px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .main-navigation  ul ul li.page_item_has_children > a:before,
    .main-navigation  ul ul li.menu-item-has-children > a:before {
        content: ">";
        display: inline-block;
        position: absolute;
        right: 5px;
        top: 8px;
    }
    .site-header .search-field {
        margin: 9px 0 7px;
        transition: width .4s ease, background .4s ease;
    }
}


/* =FRONT
----------------------------------------------- */

@media screen and (min-width: 960px) {
    .front-title {
    margin:10px 0;
         position: relative;
}
.front-tittle {
    font-size: 40px;
    letter-spacing: 0.2em;
    text-align: center;
    font-weight: 100;
    padding: 1em 0;
    margin: 1.4em 0 1.6em 0;

}
     .postion-link {
        display: block!important;
        position: absolute;
        width: 90px;
        height: 30px;
        top: 40px;
        right: 20px;
    }.postion-link a {
        width: 30px;
        height: 30px;
        margin-right: 8px;
        display: inline-block;
        text-indent: -9999px;
    }


}
.postion-link {display: none;}

/* =Content
----------------------------------------------- */


.content-area h2{
    font-size: 40px;
    letter-spacing: 0.2em;
    text-align: center;
    font-weight: 100;
    padding: 3em 0 2em 0;
}.top-entry-title {
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 100;
    padding: 0;
}
.link-btn {
    font-size: 12px;
    display: block;
    padding: 0.4em 0;
    text-align: center;
    width: 40%;
    background-color: #f8f6f9;
    margin: 2.4em auto 0 auto;
}


/* MENU
----------------------------------------------- */

.section-menu .row {
    text-align: center;
}.section-menu .row .col{
    float: inherit;
}
.section-menu .top-posts{
    display: inline-block;
    padding: 2em 0.5em 0 0.5em;
    width: 48%;
    }/*SPの表示用*/

.section-menu .top-posts2{
    display: inline-block;
    padding: 2em 0.5em 0 0.5em;
    width: 48%;
    }/*SPの表示用*/

.front-title {
    margin:10px 0;
}

.prof img {
    width: 300px;
    height: auto;
    border-radius: 300px;
}

/* SINGLEPAGE */
span {
    font-size: 12px;
    color: #999;
}
.entry-content span {
    display: inherit;
    font-size: 12px;
    line-height: 16px;
    color: #999;
}.entry-content .no-br {
    display:inline;
    font-size: 12px;
    line-height: 16px;
    color: #999;
}
.menu-posts {
    box-sizing: border-box;
    padding: 2em ;
}
.menu-title {
    font-size: 14px;
    margin-top: 1em;
}
.list-menu li{
    font-size: 12px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.2em;
}.list-menu li:last-child{
    font-size: 12px;
    border-bottom: none;
    margin-bottom: 0.2em;
}


/* CONTENT
----------------------------------------------- */

.section-order .row {
    text-align: center;
}.section-order .row .col{
    float: inherit;
}
.section-order .top-posts{
    vertical-align: top;
    display: inline-block;
    padding: 2em 0.5em 0 0.5em;
    width: 48%;
    }/*SPの表示用*/


@media screen and (min-width: 960px) {
.content-area {
    width: 94%;
    margin: 0 auto;
}


.section-menu .row, .section-order .row {
    text-align: inherit;
}.section-menu .row .col, .section-order .row .col{
    float: left;
}
.section-menu .top-posts, .section-order .top-posts{
    display: inline-block;
    width: 33.3333333333%;
    box-sizing: border-box;
    padding: 2em 2em 0 2em;
}

.section-menu .top-posts2{
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    padding: 2.5em 2.5em 0 2.5em;
}
.top-posts2 .prof img {
    width: 100%;
}

}



.section-order h3{
    font-size: 18px;
    margin-bottom: 0.4em;
}
.section-order p{
    color: #888;
    font-size: 12px;
    line-height: 1.8em;
}.section-order .prof,.section-menu .prof{
    margin-bottom: 30px;
}
.link-post {
    font-size: 12px;
    display: block;
    padding: 0.4em 0;
    text-align: center;
    width: 200px;
    background-color: #fff;
    border: 1px solid #999;
    margin: 2.4em auto 0 auto;
}

/* CONTENT
----------------------------------------------- */
.top-posts {
    box-sizing: border-box;
    padding: 2em 0.5em 0 0.5em;
}.mr0:after {
    clear: both;
}.category {
    font-size: 12px;
}
@media screen and (max-width: 640px) {
.top-posts {
    width: 48%;
    padding: 1em 0.5em 0 0.5em;
    }.sp-row .top-posts{
        min-height: 270px;
    }.sp-row .entry-header {
        margin: 0;
    }

}

/* STORE
----------------------------------------------- */
.section-store p {
    margin-bottom: 0.4em;
}
.top-store {
    box-sizing: border-box;
    padding: 2em ;
}

.bgcolu {background-color: #f8f6f9}


.section-store .link-btn {
    font-size: 12px;
    display: block;
    padding: 0.4em 0;
    text-align: center;
    width: 40%;
    background-color: #fff;
    margin: 0.8em 0 0 0;
}



/* FOOTER
----------------------------------------------- */

.site-footer {
    text-align: center;
    margin: 1em auto;
    box-sizing: border-box;
    padding: 2em 0;
}

.site-footer h3 {
    font-size: 20px;
    margin: 0.5em 0;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.ft-list {
    box-sizing: border-box;
    padding: 0.3em 0 1em 0;
}

.ft-img img{
    margin: 14px 0 30px 0;
    padding-top: 20px;
    width: 60%;
}
.site-footer ul, ol {
    margin: 0 0 14px 0;
    font-size: 13px;
}
.site-footer ul li {
    margin: 0.3em 0;
}

.copyright {
    text-align: center;
    font-size: 10px;
}

@media screen and (min-width: 960px) {
.site-footer {
    text-align: left;
    margin: 4em 0 0 0;
    box-sizing: border-box;
    padding: 2em 1em;
}
    .site-footer h3 {
    font-size: 14px;
    margin: 0.5em 0;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.copyright {
    border: none;
    text-align: right;
    font-size: 10px;
}
.ft-img img{
    width: 100%;
    margin: 14px auto;
    padding-top: 2em;
}
.ft-list {
    border: none;
    box-sizing: border-box;
    padding: 2em 0.5em;
}

}


/* SINGLE
----------------------------------------------- */
.hentry {
    max-width: 640px;
    margin: 0 auto;
}
.category-box{
    text-align: center;
    margin: 1em auto 4em auto;
}
.category-box a{
    text-align: center;
    font-size: 12px;
    padding: 0.9em 2em;
    background-color: #f8f6f9;
}
.center {
    display: inherit;
    text-align: center;
}.right {
    display: inherit;
    text-align: right;
}
.text-left {
    text-align: left!important;
}
.entry-title {
    margin-bottom: 1em;
    font-size: 26px;
    line-height: 34px;
    margin-top: 1.5em;
    text-align: center;
}
/* PAGE
----------------------------------------------- */

.page-title {
    text-align: center;
}
#page h2{
    font-size: 20px;
    text-indent:0.2em;
    letter-spacing: 0.2em;
    text-align: center;
    font-weight: 100;
    padding: 3em 0 2em 0;
}
.head-subtitle {
    display: inline-block;
    color: #333;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    font-size: 12px;
    border:1px solid #999;
    padding: 0 2em 0 2em;
    margin-bottom: 4em;
}
.site-main {
    margin: 0 auto 6em auto;
    padding-bottom: 4em;
}
@media screen and (max-width: 640px) {
.col-img-wraparound{
    display: block;
    float: left;
    width: 50%;
    margin-right: 1em;
}.col-text-wraparound{
    float: none;
    width: 100%;
}
}
@media screen and (min-width: 960px) {
#page h2{
    font-size: 40px;
    letter-spacing: 0.2em;
    text-align: center;
    font-weight: 100;
    padding: 2em 0 1em 0;
}
.order-col {
    padding: 1em!important;
}
}
.order-col {
    padding: 1em 0;
}


/* breadcrumbs
----------------------------------------------- */

.breadcrumbs {
    font-size: 12px;
    letter-spacing: 0.2em;
    padding: 0.6em 0 ;
    text-align: center;
    border-top: 1px solid #f8f6f9;
    border-bottom: 1px solid #f8f6f9;
}.breadcrumbs {
    color: #666;
    font-size: 10px;
}



/*ページネーション----------------------------------------------- */
div.pagination {
    text-align: center;
    padding:20px 0;
    position:relative;
    font-size:12px;
    line-height:13px;
    background:none;
    margin:10px 0 20px;
    vertical-align: middle;
}

div.pagination span, .pagination a {
    display: inline-block;
    *display:inline;
    zoom:1;
    margin: 4px 8px 2px 0 ;
    padding:16px 19px 15px 19px ;
    text-decoration:none;
    width:auto ;
    color:#666 ;
    background: #fff ;
    border:1px solid #999;
}

div.pagination a:hover{
    color:#fff ;
    background: #fdcd1a;
    border:1px solid #fdcd1a;
}

div.pagination .current{
    padding:16px 19px 15px 19px ;
    background: #428806;
    color:#fff ;
    border:1px solid #428806;
}



/*SLIDER----------------------------------------------- */

.ms-nav-next {
    width: 23px!important;
    background: url(images/slide-arrow.png)!important;
    background-position: 0 0!important;
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    background-size: 23px 67px!important;
    height: 67px!important;
    cursor: pointer!important;
    top: 50%!important;
    right: 30px;
    left: auto;
    margin-top: -20px!important;
    position: absolute!important;
    z-index: 110!important;
}
.ms-nav-prev {
    width: 23px!important;
    background: url(images/slide-arrow.png)!important;
    background-position: 0 0!important;
    background-size: 23px 67px!important;
    height: 67px!important;
    cursor: pointer!important;
    top: 50%!important;
    left: 30px!important;
    margin-top: -20px!important;
    position: absolute!important;
    z-index: 110!important;
}


/* Base */
.content-area,
.sidebar-area {
    margin-bottom: 60px;
}
.hentry {
    padding-bottom: 24px;
}
.single .hentry,
.page .hentry {
    background: none;
    margin-bottom: 60px;
    padding-bottom: 0;
}

/* Entry Header */
.entry-header {
    margin-bottom: 24px;
}
.entry-title {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
}
.entry-title a {
    color: #111;
}
.entry-title a:hover {
    color: #555;
}
.entry-meta {
    color: #777;
    font-size: 14px;
    text-align: center;
}
.entry-meta a {
    border-bottom: solid 1px #ccc;
    color: #777;
}
.entry-meta a:hover {
    color: #333;
}
.entry-meta {
    margin-bottom: 24px;
}
.post-thumbnail {
    margin-bottom: 10px;
    text-align: center;
}
.post-thumbnail a:hover {
    opacity: 0.8;
    transition: opacity .15s ease-in-out;
}
.has-sidebar .entry-title,
.has-sidebar .entry-meta,
.has-sidebar .post-thumbnail {
    text-align: left;
}
.entry-content {
    margin-bottom: 24px;
}
@media screen and (min-width: 780px) {
    .entry-title {
        font-size: 34px;
        line-height: 42px;
    }
    .entry-meta {
        font-size: 16px;
    }
}
@media screen and (min-width: 960px) {
    .no-sidebar .post-thumbnail {
    }
}

/* Sticky Post */
.no-sidebar .sticky .entry-title:before {
    color: #999;
    content: '\f308';
    display: block;
    -webkit-font-smoothing: antialiased;
    font: normal 32px/1 Genericons;
    margin-bottom: 8px;
    text-align: center;
}
.has-sidebar .sticky .entry-title:after {
    color: #999;
    content: '\f308';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 26px/1 Genericons;
    margin-left: 5px;
    vertical-align: text-top;
}

/* Entry Summary */
.entry-summary {
    margin-bottom: 24px;
}
.continue-reading {
    text-transform: uppercase;
}

/* Page Links */
.page-links {
    clear: both;
    margin: 0 0 24px;
}

/* Archive */
.page-header {
    margin-bottom: 36px;
}
.page-title {
    font-size: 22px;
    line-height: 30px;
}

/* Hide Title */
.format-aside .entry-title,
.format-image .entry-title,
.format-link .entry-title,
.format-quote .entry-title {
    display: none;
}

/* Link */
.format-link .entry-content a {
    font-style: italic;
}

/* Quote */
.format-quote .entry-content blockquote {
    font-size: 20px;
    line-height: 32px;
}
.format-quote .entry-content cite {
    display: inline-block;
    margin-top: 12px;
}
@media screen and (min-width: 780px) {
    .format-quote .entry-content blockquote {
        font-size: 24px;
        line-height: 36px;
    }
}

/* Status */
.format-status .entry-content {
    font-size: 18px;
    line-height: 28px;
}
@media screen and (min-width: 780px) {
    .format-status .entry-content {
        font-size: 19px;
        line-height: 32px;
    }
}

/* Gallery */
.gallery {
    display: table;
    margin: 0 auto 24px;
}
.gallery dl {
    float: left;
}
.gallery dt {
    margin-bottom: 10px;
    margin-right: 10px;
}
.gallery .gallery-caption {
    display: none;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.6%;
}
.gallery-columns-7 .gallery-item {
    width: 14.2%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.1%;
}


/* =Comments
----------------------------------------------- */

/* Base */
.comments-area {
    margin-top: 48px;
}

/* Comment Header */
.comments-title,
.comment-reply-title {
    font-size: 18px;
    margin-bottom: 24px;
}
@media screen and (min-width: 780px) {
    .comments-title,
    .comment-reply-title {
        font-size: 22px;
        line-height: 28px;
    }
}

/* Comment Structure */
.comment-list {
    border-bottom: 1px solid #ddd;
    list-style: none;
    margin: 0 0 24px 0;
}
.comment-list .children {
    list-style: none;
    margin-left: 28px;
}
.comment-list .comment-body {
    border-top: 1px solid #ddd;
    padding: 24px 15px;
    position: relative;
}
.has-avatars .comment .comment-body {
    padding-left: 72px;
}
.bypostauthor > .comment-body {
    background: #f8f8f8;
}

/* Comment Meta */
.comment-author {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}
.comment-author a {
    color: #333;
}
.comment-author a:hover {
    color: #555;
}
.comment-author .avatar {
    height: 42px;
    left: 15px;
    position: absolute;
    top: 28px;
    width: 42px;
}
.comment-author .says {
    display: none;
}
.comment-metadata {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
}
.comment-metadata a,
a.comment-edit-link {
    color: #777;
}
.comment-metadata a:hover,
a.comment-edit-link:hover {
    color: #333;
}
.comment-edit-link {
    margin-left: 15px;
}

/* Comment Body */
.comment-body .reply a {
    color: #777;
    font-size: 14px;
}
.comment-body .reply a:hover {
    color: #333;
}
.comment-body .reply a:before {
    content: "\f412";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 13px/1 Genericons;
    margin-right: 3px;
    text-decoration: inherit;
    vertical-align: middle;
}

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

/* Comment Form */
.comment-respond {
    padding-top: 24px;
    margin-bottom: 48px;
}
.comment-respond a {
    text-decoration: underline;
}
#commentform label {
    display: block;
}


/* =Navigation
----------------------------------------------- */

/* Post Navigation */
.post-navigation h2 {
    color: #777;
    font-size: 14px;
    text-transform: uppercase;
}
.post-navigation a {
    text-decoration: underline;
}
.post-navigation .nav-previous {
    margin-bottom: 24px;
}
.post-navigation .nav-next {
    text-align: right;
    margin-bottom: 24px;
}
@media screen and (min-width: 780px) {
    .post-navigation h2 {
        font-size: 15px;
    }
    .post-navigation {
        overflow: hidden;
    }
    .post-navigation .nav-previous {
        float: left;
        width: 45%;
    }
    .post-navigation .nav-next {
        float: right;
        width: 45%;
    }
}

/* Paging Navigation */
.paging-navigation {
    overflow: hidden;
    text-transform: uppercase;
}
.paging-navigation a {
    text-decoration: underline;
}
.paging-navigation .nav-previous {
    float: left;
    width: 50%;
}
.paging-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/* Comment Navigation */
.comment-navigation {
    margin-bottom: 24px;
    overflow: hidden;
    text-transform: uppercase;
}
.comment-navigation a {
    text-decoration: underline;
}
.comment-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/* YOUTUBE
----------------------------------------------- */
.comingsoon {
    width: 80%;
    margin: 0 auto;
    padding: 4em 0;
    background-color: #f8f6f9;
}


/* =Footer
----------------------------------------------- */

.page-top {
    display: none;
}

/* Base */
.site-footer {
    margin: 0 auto;
    border-top: solid 1px #ddd;
}

/* Footer Widget */
.footer-area {
    border-bottom: solid 1px #ddd;
    margin-top: 48px;
}

/* Footer Info */
.site-info {
    color: #555;
    margin: 24px auto;
    text-align: center;
}
.site-copyright {
    font-size: 14px;
    margin-bottom: 12px;
}
.site-copyright a:hover {
    color: #111;
}
.site-credit {
    color: #777;
    font-size: 13px;
}
.site-credit a {
    border-bottom: solid 1px #ccc;
}
.site-credit a:hover {
    color: #333;
}
@media screen and (min-width: 780px) {

.page-top {
    position: absolute;
    right: 4%;
    bottom: 0;
    display: block;
    width: 33px;
    height: 74px;
}
    .site-copyright {
        font-size: 15px;
    }
    .site-credit {
        font-size: 14px;
    }
}


/* =Plugins
----------------------------------------------- */
/* drawer  */
@media screen and (min-width: 768px) {
    .pc-none {
    display: none!important;
}
}
.drawer-nav {
    z-index: 200!important;
    opacity: 0.96;
}

/* INSTAGRAM
----------------------------------------------- */
.section-insta .row {
    max-width: 900px;
    margin: 0 auto;
}
.none-top img{
    padding:0 4px 4px 4px;
}
.none-bottom img{
    padding:4px 4px 0 4px;
}

.trimming-large {
position:relative;
height: 300px;
overflow: hidden;
    }
    .trimming-small {
        position:relative;
        height: 150px;
        overflow: hidden;
        width: 49%;
    }.trimming-small:first-child {
        position:relative;
        height: 150px;
        overflow: hidden;
        width: 49%;
        margin-right: 2%;
}.trimming-small img {
    padding: 0 !important;
}
    .trimming-large img,.trimming-small img {
    width: auto!important;
    position: absolute;
    left: -100%;
    right: -100%;
    margin: auto;
    height: 100%;
    box-sizing: border-box;
    max-width: inherit;
    }
.insta-posts {
    max-width: 300px;
    padding:0 2px;
    box-sizing: border-box;
}
@media screen and (max-width: 640px) {
    .insta-posts {
    padding: 0;
    width: 280px;
    float: inherit;
    margin: 2px auto;
    box-sizing: border-box;
}
    .trimming-small img {
    padding: 0 4px !important;
}
    .trimming-small:first-child {
        position:relative;
        height: 90px;
        width: 90px;
        overflow: hidden;
        float: left;
        margin: auto;}
    .trimming-small {
        position:relative;
        height: 90px;
        width: 90px;
        overflow: hidden;
        float: left;
        margin:0 2px;
    }.trimming-large {
        position:relative;
        overflow: hidden;
        height: 90px;
        width: 90px;
        float: left;
        margin:0 2px 0 0;
    }.insta-inner {float: left;}
    .trimming-small img,.insta-posts img{
        width: auto!important;
        position: absolute;
        left: -100%;
        right: -100%;
        margin: auto;
        height: 100%;
        padding: 0 4px;
        box-sizing: border-box;
        max-width: inherit;
    }
    }

/* =Print
----------------------------------------------- */

@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt;
    }
    .main-navigation,
    .comments-area .comment-edit-link,
    .comments-area .reply,
    .comment-respond,
    .navigation,
    .sidebar-area,
    .footer-area {
        display: none;
    }
    .site {
        padding: 0;
    }
    .site-content {
        max-width: 100%;
    }
}

.youtube {
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
}
.youtube iframe{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

/* toocreation update 2019/10/30
----------------------------------------------- */
.footer_sp{
 display: flex !important;
}
@media screen and (max-width: 768px) {
 .footer_sp{
  flex-direction: column !important;
 }
}

@media screen and (max-width: 768px) {
.order1 {
  order: 1 !important;
}
.order2 {
  order: 2 !important;
}
.order3 {
  order: 3 !important;
}
.order4 {
  order: 4 !important;
}
.order5 {
  order: 5 !important;
}
.order6 {
  order: 6 !important;
}
}