/*
Theme Name: Azure
Theme URI: http://azure.nanoagency.co
Author:  Nano Agency
Author URI: http://www.nanoagency.co/
Description: Azure Blog is a theme with luxury design options, tailored to be exceptional on all kinds of minimal blogs . Not only the built-in modern design choices are aesthetically pleasing, it's packed with multi possible layout combinations suitable for blogs. We believe that our theme will appreciate and become very functional site.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: azure

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.
*/

/* Images */
ul {
    list-style-type: square;
}

.alignleft {
    float: left;
}

/* YouTube動画レシポンシブ */
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
    float: right;
}

div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft+ul,
.wp-caption.alignleft+ol {
    list-style-position: inside;
}

.hentry.sticky:not(.has-post-thumbnail) {
    padding-top: -webkit-calc(7.6923% + 24px);
    padding-top: calc(7.6923% + 24px);
}

.hentry.sticky:not(.has-post-thumbnail) {
    padding-top: -webkit-calc(7.6923% + 24px);
    padding-top: calc(7.6923% + 24px);
}

.sticky-post {
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #3F51B5;
}

.sticky .posted-on {
    display: none;
}

.updated:not(.published) {
    display: none;
}

.hentry.sticky:not(.has-post-thumbnail) {
    padding-top: inherit;
}

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
    height: auto;
}

.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104%;
    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-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.bypostauthor .text-user {
    color: #ED145B;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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-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. */
}

/*170823*/

/*上部ヘッダ*/
.mega-menu {
    border-left: 1px solid #999;
}

.mega-menu li {
    border-right: 1px solid #999;
    padding: 31px 0 9px;
}

@media screen and (min-width:992px) and (max-width:1200px) {
    #na-menu-primary ul.mega-menu>li>a {
        padding: 0 8px 0 !important;
        font-size: 12px;
    }

    .container_b {
        width: auto;
    }
}

#na-menu-primary ul.mega-menu>li>a {
    line-height: 20px !important;
}

.mega-menu li.menu-item span {
    display: block;
    color: #999;
    font-size: 80%;
}

@media screen and (max-width: 991px) {
    .mega-menu li.menu-item span {
        color: #ccc;
        font-size: 70%;
    }
}

.mega-menu li.menu-item a:hover span {
    color: #ccc;
}

.head-sn-btn {
    float: right;
}

@media screen and (max-width: 991px) {
    .head-sn-btn {
        display: none;
    }
}

.head-sn-btn a {
    display: block;
    margin: 10px 3px 0;
    background: #000;
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

.head-sn-btn a:hover {
    color: #ccc;
}

.head-sn-btn a i {
    padding-top: 6px;
}

.social-icons li.social-item i,
.entry-footer .comment-text i {
    font-size: 180% !important;
    font-weight: bold;
}

.social-icons .facebook {
    color: #3B5998 !important;
}

.social-icons .twitter {
    color: #55acee !important;
}

@media screen and (max-width: 991px) {
    .header-content-logo {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0;
        margin-top: 10px;
    }
}

@media screen and (max-width: 640px) {
    .header-content-logo {
        width: 85% !important;
        margin: auto !important;
        margin-bottom: 0;
        padding-left: 15px;
    }

    .header-content-logo img {
        width: 100% !important;
    }

    .azure-header {
        padding-bottom: 10px;
    }
}

.azure-header:after {
    content: "";
    display: block;
    clear: both;
}

.site-logo {
    width: 380px;
    margin-right: 20px;
    padding:20px 0;
}

@media screen and (max-width: 640px) {
    .site-logo {
        width: 200px;
        margin-right: 0;
        padding: 0;
    }
}

/*記事部分*/
.txt-continue {
    text-align: right;
    font-size: 100%;
}

.post-cat a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.entry-title a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.article-meta {
    float: left;
}

.list .article-meta {
    margin-top: 0px !important;
}

.article-meta-tag {
    width: auto;
    float: left;
}

.article-meta-tag a {
    display: block;
    float: left;
    margin: 0 0 10px 10px;
    padding: 4px 8px;
    border-radius: 2px;
    background: #e6e7eb;
    color: #535e70;
    transition: all 0.2s ease 0s;
    border: 1px solid #e1e2e8;
    font-size: 80%;
}

.article-content:hover {
    background: #fff;
}

.post-item:hover .article-content {
    transition: all 0.5s ease-in-out 0s;
    box-shadow: none !important;
}

.slick-slide .post-cat-tran-slide {
    float: left;
    width: auto;
    margin-right: 10px;
    padding-top: 5px;
}

.slick-slide .article-content {
    padding-bottom: 15px !important;
}


.slick-slide .article-meta-tag {
    float: left;
    width: auto;
}

.slick-slide .article-meta-tag a {
    display: block;
    float: left;
    margin: 0 0 10px 10px;
    padding: 4px 8px;
    border-radius: 2px;
    background: #e6e7eb;
    color: #535e70;
    transition: all 0.2s ease 0s;
    border: 1px solid #e1e2e8;
    font-size: 100%;
}

@media screen and (max-width: 640px) {
    .slick-slide .article-meta-tag a {
        font-size: 80%;
        margin: 0 0 10px 2px;
        padding: 4px 4px;
    }
}

/*いろいろボタン*/

.wrapper-filter {
    height: auto;
    width: auto;
    margin-bottom: 1px !important;
    padding-bottom: 5px;
    /* 子要素を中央寄せにするためにtext-align: centerを追加 */
    text-align: center;
}

.wrapper-filter:after {
    content: "";
    display: block;
    clear: both;
}

.wrapper-filter li {
    width: 12%;
    /* margin: 0 1% 0 !important;*/
    /* float: leftを削除してdisplay: inline-blockに変更し、中央寄せを実現 */
    display: inline-block;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: 100%;
    text-align: center;
    cursor: pointer;
    height: 100%;
    /* vertical-alignを追加してボタンの高さを揃える */
    vertical-align: top;
}

@media screen and (max-width: 640px) {
.wrapper-filter  {
        text-align:left !important;
    }
    .wrapper-filter li {
        width: 31%;
    }
}


.wrapper-filter li:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.wrapper-filter li span {
    display: block;
    width: 100%;
    opacity: 0;
    padding: 20% 0 50%;
    height: auto;
}

.wrapper-filter li:hover .cat-item {
    color: none !important;
    opacity: 0;
    transration: none !important;
}

.wrapper-filter li .cat-item.active {
    color: none !important;
}


.wrapper-filter li:nth-child(1) {
    background-image: url("img/btn_menu01.svg");
    filter: drop-shadow(5px 5px 5px #aaa);
}

.wrapper-filter li:nth-child(2) {
    background-image: url("img/btn_menu02.svg");
    text-indent: -9999px;
    filter: drop-shadow(5px 5px 5px #aaa);
}

.wrapper-filter li:nth-child(3) {
    background-image: url("img/btn_menu03.svg");
    text-indent: -9999px;
    filter: drop-shadow(5px 5px 5px #aaa);
}


.wrapper-filter li:nth-child(4) {
    background-image: url("img/btn_menu04.svg");
    text-indent: -9999px;
    filter: drop-shadow(5px 5px 5px #aaa);
}

/*
@media screen and (max-width: 640px) {
    .wrapper-filter li:nth-child(4) {
        clear: both;
        float: left;
    }
}
*/
.wrapper-filter li:nth-child(5) {
    background-image: url("img/btn_menu05.svg");
    text-indent: -9999px;
    filter: drop-shadow(5px 5px 5px #aaa);
}


.wrapper-filter li:nth-child(6) {
    background-image: url("img/btn_menu06.svg");
    text-indent: -9999px;
    filter: drop-shadow(5px 5px 5px #aaa);
}

.wrapper-filter li:nth-child(7) {
    background-image: url("");
    text-indent: -9999px;
    filter: drop-shadow(5px 5px 5px #aaa);
}
*/
/*いろいろ右側メニュー*/

.sidebar ul li.cat-item-0 {
background-size: 26px;
background-position: 0 12px;
background-repeat: no-repeat;
margin-left: -19px;
padding-left: 53px;
}

.sidebar ul li.cat-item-1 {
    background-size: 26px;
    background-position: 0 12px;
    background-repeat: no-repeat;
    margin-left: -19px;
    padding-left: 53px;
}

.sidebar ul li.cat-item-2 {
    background-size: 26px;
    background-position: 0 12px;
    background-repeat: no-repeat;
    margin-left: -19px;
    padding-left: 53px;
}

.sidebar ul li.cat-item-3 {
    background-size: 26px;
    background-position: 0 12px;
    background-repeat: no-repeat;
    margin-left: -19px;
    padding-left: 53px;
}

.sidebar ul li.cat-item-4 {
    background-size: 26px;
    background-position: 0 12px;
    background-repeat: no-repeat;
    margin-left: -19px;
    padding-left: 53px;
}

.sidebar ul li.cat-item-5 {
    background-size: 30px;
    background-position: 0 12px;
    background-repeat: no-repeat;
    margin-left: -19px;
    padding-left: 52px;
}
.sidebar ul li.cat-item-6 {
    background-size: 30px;
    background-position: 0 16px;
    background-repeat: no-repeat;
    margin-left: -19px;
    padding-left: 52px;
}
.sidebar ul li.cat-item-7 {
    background-size: 26px;
    background-position: 0 16px;
    background-repeat: no-repeat;
    margin-left: -19px;
    padding-left: 53px;
}
/* プレーヤーのタイトル部分をタップするとYouTubeのページへ遷移してしまうので調整 */
.btn-wrapper {
    position: relative;
    width: 200px;
    margin: 20px auto;
    overflow: hidden;
}

.btn {
    border: #999999 1px solid;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    background: #cccccc;
}

#movie {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* プレーヤーのタイトル部分をタップするとYouTubeのページへ遷移してしまうので調整 */
iframe#movie {
    top: -80px;
    height: 200px;
}

.tagcloud ul li {
    line-height: 1.42857 !important;
    padding: 0px !important;
}
.wrapper-filter li:nth-child(1){
background-image:url("t8bq040000000176-img/btn_menu01.svg");
}.wrapper-filter li:nth-child(2){
background-image:url("t8bq040000000176-img/btn_menu02.svg");
}.wrapper-filter li:nth-child(3){
background-image:url("t8bq040000000176-img/btn_menu03.svg");
}.wrapper-filter li:nth-child(4){
background-image:url("t8bq040000000176-img/btn_menu04.svg");
}.wrapper-filter li:nth-child(5){
background-image:url("t8bq040000000176-img/btn_menu05.svg");
}.wrapper-filter li:nth-child(6){
background-image:url("t8bq040000000176-img/btn_menu06.svg");
}.sidebar ul li.cat-item-6{
background-image:url("t8bq040000000176-img/icon7.svg");
}.sidebar ul li.cat-item-5{
background-image:url("t8bq040000000176-img/cat-item-6.svg");
}.sidebar ul li.cat-item-1,.sidebar ul li.cat-item-2{
background-image:url("t8bq040000000176-img/icon3.svg");
}.sidebar ul li.cat-item-3{
background-image:url("t8bq040000000176-img/icon2.svg");
}.sidebar ul li.cat-item-4{
background-image:url("t8bq040000000176-img/icon1.svg");
}.sidebar ul li.cat-item-0{
background-image:url("t8bq040000000176-img/all.svg");
}