@charset "utf-8";
/*
Theme Name: GRID
Theme URI: http://wordpress.org/
Description: blog
Version: 1.0
Author: 
Tags: original
*/

@import url("wp-page-numbers.css");

body::before{ margin: 0 !important; }

/* ---------------------------------------_
コンテンツ部分
_ --------------------------------------- */
.blog-contents {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* @media screen and (max-width: 736px) {
    section {
        padding: 0;
        width: 90%;
    }
}
@media screen and (max-width: 450px) {
    section {
        padding: 0;
        width: 95%;
    }
} */


/* ---------------------------------------_
   List 一覧
_ --------------------------------------- */
.blog-list {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.blog-list .item {
    height: auto;
    width: 50%;
	margin: 0 0 70px 0;
}
.blog-list:before{
	content: "";
	display: block;
	width: 32%;
	height: 0;
	order: 1;
}
.blog-list:after{
	content: "";
	display: block;
	width: 32%;
	height: 0;
}
.blog-list .item a {
    color: #333;
    display: block;
    text-decoration: none;
    transition: opacity 0.3s ease-out;
}
.blog-list .item a:hover {
    color: #999999;
    transition: all .3s;
}
.blog-list .item .image {
    margin: 0 0 15px;
	overflow: hidden;
	position: relative;
	padding-top: 60%;
}
.blog-list .item .image img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    outline: 1px solid #fff;
    outline-offset: -1em;
}
.blog-list .item .date {
    color: #d02b2b;
    display: block;
    font-size: 1.3em;
    margin: 0 0 5px;
    letter-spacing: .05em;
}
.blog-list .item a:hover .date {
    color: #999999;
}
.blog-list .item .title {
    display: block;
    font-weight: bold;
    margin: 0;
    font-size: 1.4em;
    line-height: 1.8em;
    padding-right: 20px;
}

/* 画像タイトル */
/* .image {
    position: relative;
}
.img-title {
    position: absolute;
    top: 52%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 2.2em;
    text-align: center;
    font-weight: 500;
    line-height: 2em;
    width: 75%;
}
.column-text {
    position: absolute;
    color: #fff;
    font-family: urw-din-condensed, sans-serif;
    font-weight: 300;
    letter-spacing: .05em;
    top: 9%;
    right: 6%;
    font-size: 1.1em;
}
.image {
    width: 100%;
} */

/* @media screen and (max-width: 1280px) {
    .img-title {
        font-size: 1.3em;
        line-height: 1.8em;
    }
}
@media screen and (max-width: 736px) {
    .blog-list {
        max-width: 700px;
    }
    .blog-list .item {
        margin-right: 0;
        width: 100%;
    }
    .blog-list .item .image {
        margin: 0 0 5px;
    }
    .blog-list .item .date {
        margin: 0;
    }
    .blog-list .item .entry-text {
        font-size: 0.85em;
        line-height: 1.3em;
    }
    .blog-list .item .title {
        margin-top: 5px;
    }
    .img-title {
        font-size: 2.3em;
    }
}
@media screen and (max-width: 550px) {
    .img-title {
        font-size: 1.8em;
    }
}
@media screen and (max-width: 450px) {
    .blog-list .item .title {
        font-size: 1.2em;
        padding-right: 0;
    }
    .img-title {
        font-size: 1.6em;
    }
    .column-text {
        font-size: 0.9em;
    }
}
@media screen and (max-width: 400px) {
    .img-title {
        font-size: 1.2em;
    }
} */


/* ---------------------------------------_
   Detail 詳細
_ --------------------------------------- */
/* 2カラム primary:730px */
#primary-contents {
    float: left;
    margin: 0 10% 0 0;
    width: 62.8%;
}

@media screen and (max-width: 736px) {
    #primary-contents{
        float: none;
        margin: 0 0 40px 0;
        width: 100%;
    }
}

/* 2カラム secondary:410px */
#secondary-contents{
    float: left;
    width: 27.2%;
}
@media screen and (max-width: 736px) {
    #secondary-contents{
        width: 100%;
        float: none;
    }
}


/* コンテンツ部分 */
.blog-detail {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.blog-detail::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    width: 0;
}
.blog-detail .date {
    color: #d02b2b;
    font-size: 1.3em;
    margin: 0 0 5px;
    font-family: urw-din-condensed, sans-serif;
    letter-spacing: .05em;
}
.date-wrap {
    display: flex;
}
.update {
    padding-left: 8px;
}
.category {
    color: #a6a6a6;
    font-size: 1.1em;
    margin-left: 20px;
    font-weight: 400;
    margin-top: 2px;
}
.blog-detail .heading {
    margin: 0 0 27px;
    padding: 10px 0;
}
.blog-detail .heading .date {
    margin: 0 0 5px;
}
.blog-detail .heading .title {
    margin: 0;
    font-size: 1.6em;
    font-weight: 600;
}
/*コンテンツ下部常駐テキスト*/
.bend_container {
    padding: 40px;
    margin: 30px 0;
    border: 1px solid #a6a6a6;
}

.bend_title {
    font-size: 1.6em;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    letter-spacing: .2em;
    color: #29c7c7;
}
.bend_txt{
    font-size: 1em !important;
    font-weight: normal;
}
.bend_container a {
    border-bottom: 1px solid;
    transition: all 0.3s;
}
@media screen and (max-width: 736px) {
    .blog-detail {
        margin: 0 auto;
        max-width: 700px;
    }
}
@media screen and (max-width: 450px) {
    .blog-detail .heading .title {
        font-size: 1.4em;
        margin-top: 5px;
        line-height: 1.8em;
    }
}
.wp-block-image {
    margin: 0 0 50px;
}

/* ページ送り部分 */
.page-navigation {
    margin: 110px auto 0;
    max-width: 730px;
    width: 100%;
}
.page-navigation::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    width: 0;
}
.page-navigation ul {
    display: flex;
    justify-content: center;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 830px) {
    .page-navigation ul {
        display: block;
    }
    .page-navigation ul .button {
        margin: 0;
    }
    .page-navigation ul .button a {
        margin-bottom: 15px;
        display: inherit;
        font-size: 1.1em;
        padding: 10px 40px;
    }
}
.page-navigation .button {
    display: block;
    margin: 0 20px;
}
.page-navigation .button a {
    background-color: #ff7f00;
    padding: 15px 30px;
    color: #fff;
    border-radius: 30px;
    transition: all 0.3s;
    letter-spacing: .1em;
}
.page-navigation .button a:hover {
    filter: brightness(1.2);
}
.page-navigation .button a:hover {
    opacity: 0.8;
}
.page-navigation .button.null {
    background: inherit;
}
.wp-pagenavi {
    font-size: 1.5em;
    text-align: center;
    margin-top: 3em;
    width: 100%;
}
.page {
    margin: 0 15px;
}
.current {
    border-bottom: 2px solid #29c7c7;
    padding-bottom: 5px;
    margin: 0 15px;
}
.larger,.smaller {
    color: #a6a6a6;
}


/* サイドバー */
.side-menu-wrap{
    float: left;
    margin: 0;
    width: 100%;
}
.side-menu-wrap .heading {
    border-bottom: 2px solid #d02b2b;
    height: 52px;
    line-height: 60px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 1.2em;
    letter-spacing: .05em;
    font-weight: 500;
    margin-bottom: 15px;
}

@media screen and (max-width: 736px) {
    .side-menu-wrap{
        float: none;
        clear: both;
    }

}


/*カテゴリーメニュー*/
ul.category-list{ margin: 0 0 40px 0; }
ul.category-list li{
	height: 50px;
	line-height: 50px;
	text-indent: 10px;
}
ul.category-list li a{
	text-decoration: none;
	color: #23242f;
	display: block;
	height: 50px;
    transition: all 0.5s;
    font-size: 1.2em;
}
ul.category-list li a:hover{
	opacity: 0.5;
}


/* 最新の記事 */
.side-menu-wrap .latest-post{
    margin: 0 0 40px;
}
.side-menu-wrap .latest-post .item{
    clear: both;
    margin: 0;
    overflow: hidden;
}
.side-menu-wrap .latest-post .item a{
    color:#23242f;
    -webkit-box-align:stretch;/*-- Androidブラウザ用 --*/
    -ms-flex-align:stretch;/*---IE10 --*/
    -webkit-align-items:stretch;/*-- safari（PC）用 --*/
    align-items:stretch;
    padding: 25px 0;
    text-decoration: none;
    transition: all 0.5s;
}
.side-menu-wrap .latest-post .item a:hover{
    color: #999999;
}
.side-menu-wrap .latest-post .image {
    margin: auto 5% auto 0;
    width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 70%;		
	
}
.side-menu-wrap .latest-post .image img {
    width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

}
.side-menu-wrap .latest-post .item-text {
    margin: auto 0;
}
.side-menu-wrap .latest-post h5,
.side-menu-wrap .latest-post p {
    line-height: 1.2em;
    margin: 0 0 5px 0;
    width: 100%;
}
.side-menu-wrap .latest-post .title {
    font-weight: bold;
    line-height: 1.8em;
}

@media screen and (max-width: 736px) {
    .side-menu-wrap .latest-post{
        margin: 0 0 25px;
    }
    .side-menu-wrap .latest-post .item a{
        padding: 12px 0;
    }
    .side-menu-wrap .latest-post .image {
        margin: auto 2.5% auto 0;
    }
    .side-menu-wrap .latest-post h5,
    .side-menu-wrap .latest-post p {
        line-height: 1em;
        margin: 0 0 5px 0;
        font-size: 1.2em;
    }
}


/* タグクラウド */
.tag-cloud {
    margin: 25px 0;
}
a.tag-cloud-link {
    background: #EEE;
    border-radius: 5px;
    color: #333;
    display: inline-block;
    margin: 0px 5px 5px 0;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.5s;
}
a.tag-cloud-link:hover {
    background: #999999;
    color: #FFF;
}

/*アーカイブメニュー*/
ul.archives_menu{ margin: 0 0 40px 0; }
ul.archives_menu li{
	height: 50px;
	line-height: 50px;
	background: #edeff1;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 10px;
}
	ul.archives_menu li a{
		text-decoration: none;
		color: #666666;
		display: block;
		height: 50px;
		transition: all 0.5s;
	}
	ul.archives_menu li a:hover{
		color: #FFF;
		background: #999999;
	}

	.year{ cursor: pointer; transition: all 0.5s; }
	.year:hover{ color: #FFF; background: #999999; }
	.month{
		display:none;
	}
	.month li a{
		padding: 0 0 0 10px;
	}

/*ソーシャルボタン*/
.social-btn{ margin: 0 0 20px 0; overflow: hidden; }
.social-btn li{ float: left; margin: 0 10px 0 0; }
/* .social-btn .twitter{} */
.social-btn .fb{ margin: -1px 10px 0 0; }
/* .social-btn .line{} */

/* 目次 */
#toc_container p.toc_title {
    font-size: 1.6em;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .2em;
    color: #29c7c7;
}
#toc_container {
    padding: 40px;
    margin: 30px 0;
    border: 1px solid #a6a6a6;
    width: 70%;
}
#toc_container li, #toc_container ul {
    font-size: 1em;
    line-height: 2.5em;
    list-style: none;
}
#toc_container a {
    position: relative;
    display: inline-block;
    transition: .3s;
    color: #333;
    border: none;
}
#toc_container a:hover {
    transition: all 0.3s;
    opacity: 0.5;
}
#toc_container a:hover {
    text-decoration: none !important;
}
.toc_number {
    color: #29c7c7;
    font-weight: 500;
    margin-right: 8px;
}

@media (max-width: 768px) {
    #toc_container {
        width: 100%;
    }
}
@media (max-width: 450px) {
    #toc_container {
        padding: 30px 20px;
    }
    #toc_container li, #toc_container ul {
        line-height: 2.2em;
    }
}

/* ---------------------------------------_
   Detail 詳細 ブログ投稿部分の挿入タグ用スタイル
_ --------------------------------------- */
.entry-contents .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.entry-contents .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.entry-contents .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.entry-contents h1,
.entry-contents h2,
.entry-contents h3,
.entry-contents h4,
.entry-contents h5,
.entry-contents h6 {
    clear: both;
    line-height: 1.4;
    margin: 0 0 0.75em;
}
@media (max-width: 450px) {
    #artical-item .entry-contents h1,
    #artical-item .entry-contents h2,
    #artical-item .entry-contents h3,
    #artical-item .entry-contents h4,
    #artical-item .entry-contents h5,
    #artical-item .entry-contents h6 {
        font-size: 1rem;
    }
}
.entry-contents h1:first-child,
.entry-contents h2:first-child,
.entry-contents h3:first-child,
.entry-contents h4:first-child,
.entry-contents h5:first-child,
.entry-contents h6:first-child {
    padding-top: 0;
}

.entry-contents h1 {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .03em;
}
.entry-contents h2 {
    color: #333;
    font-size: 1.25rem;
    font-weight: 500;
    border-bottom: 2px solid #29c7c7;
    line-height: 1.8em;
    letter-spacing: .03em;
}
.entry-contents h3 {
    color: #333;
    font-size: 1.1rem;
    font-weight: 500;
    background-color: #fbeadf;
    padding: 5px 15px;
    line-height: 1.8em;
    letter-spacing: .02em;
}
.entry-contents h4 {
    font-size: 1.05rem;
    font-weight: 500;
    border-left: 6px solid #29c7c7;
    padding-left: 8px;
}
.entry-contents h5 {
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.8em;
    text-transform: uppercase;
}
.entry-contents h6 {
    color: #333;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.7em;
}

.entry-contents p {
    margin: 0 0 2.5em;
    padding: 0;
    text-align: justify;
    line-height: 2em;
}
.entry-contents a {
    border-bottom: 1px solid;
    transition: all 0.3s;
}
.entry-contents a:hover {
    color: #ff7f00; 
  }

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

.entry-contents blockquote {
    color: #666;
    font-size: 18px;
    font-style: italic;
    line-height: 1.7;
    margin: 0;
    overflow: hidden;
    padding: 1em;
}
.entry-contents blockquote p {
    font-style: italic;
}
.entry-contents blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 600;
    margin-top: 0.5em;
}

.entry-contents address {
    margin: 0 0 1.5em;
}

.entry-contents pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

.entry-contents code,
.entry-contents kbd,
.entry-contents tt,
.entry-contents var {
    font-size: 1rem;
    background: #ccc;
    border-radius: 3px;
    padding: 0 3px;
}

.entry-contents abbr,
.entry-contents acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

.entry-contents mark,
.entry-contents ins {
    background: #eee;
    text-decoration: none;
}

.entry-contents big {
    font-size: 125%;
}

.entry-contents blockquote {
    quotes: "" "";
}

.entry-contents q {
    quotes: "“" "”" "‘" "’";
}

.entry-contents blockquote:before,
.entry-contents blockquote:after {
    content: "";
}

.entry-contents :focus {
    outline: none;
}

.entry-contents hr {
    display: block;
}
.entry-contents table {
    max-width: 100%;
}


/* List */
.entry-contents ul,
.entry-contents ol {
    margin: 0 0 1.5em;
    line-height: 2.5em;
    padding: 0;
    font-size: 1.1em;
}
.entry-contents ul {
    list-style: inside;
}
.entry-contents ol {
    list-style: decimal;
}
.entry-contents li > ul,
.entry-contents li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
.entry-contents dt {
    font-weight: 700;
}
.entry-contents dd {
    margin: 0 1.5em 1.5em;
}


/* Media */
.entry-contents img,
.entry-contents video {
    height: auto; /* Make sure images are scaled correctly. */
    margin-top: 0.5em;
    max-width: 100%; /* Adhere to container width. */
}

.entry-contents img.alignleft,
.entry-contents img.alignright {
    float: none;
    margin: 0;
    margin-bottom: 1em;
}

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