/*!
Theme Name: asakoseki
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: asakoseki
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

asakosekiis based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

















@charset "utf-8";

/**********************************************************************
Last Modified: 2018.02.20
WorPressテーマのstyle.cssで、削除してはならないCSS。
***********************************************************************/



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    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. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear: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 {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

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

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

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

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

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

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

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

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

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

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

.gallery-caption {
    display: block;
}






/*--------------------------------------------------------------
# プラグイン、テンプレートタグ処理
--------------------------------------------------------------*/
/* WP-pagenavi（プラグイン） */
#l-main .wp-pagenavi { width: 100%; padding: 80px 0 0 0; font-size: 1.5rem; font-weight: bold; text-align: center; }
#l-main .wp-pagenavi a, #l-main .wp-pagenavi span { padding: 9px 14px; margin: 2px 6px; border-color: #0e783a; color: #0e783a; text-decoration: none; }
#l-main .wp-pagenavi a:hover {
    background-color: #0e783a;
    color:  #fff;
}
#l-main .wp-pagenavi span.current {
    border-color: #0e783a;
    background-color: #0e783a;
    color:  #fff;
}



/* nav-links（テンプレートタグ） */
#l-main .nav-links {
    width: 360px;
    margin: 0 auto;
    padding: 80px 0 0 0;
    font-size: 1.6rem;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    & > div {
        width: 40%;

        &.nav-previous {
            text-align: left;

            & a {
            text-align: left;
            position: relative;
            text-decoration: none;

                &::before {
                    font-family: FontAwesome;
                    content: "\f100";

                    font-size: 2rem;
                    font-weight: normal;
                    color: #0e783a;
                    position: absolute;
                    left: -18px;
                    top: 0px;
                    -webkit-transition: left .3s ease; transition: left .3s ease;

                }

                &:hover::before {
                    left: -12px;
                }
            }
        }

        &.nav-next {
            text-align: right;

            & a {
            text-align: right;
            position: relative;
            text-decoration: none;

                &::before {
                    font-family: FontAwesome;
                    content: "\f101";

                    font-size: 2rem;
                    font-weight: normal;
                    color: #0e783a;
                    position: absolute;
                    right: -18px;
                    top: 0px;
                    -webkit-transition: right .3s ease; transition: right .3s ease;

                }

                &:hover::before {
                    right: -12px;
                }
            }
        }
    }
}







.wp-pagenavi a, .wp-pagenavi span{
	background:#f7a59a;
	border:none;
	color:#fff
}











