@charset "UTF-8";
/*
	Theme Name: makiyamaryoyoin orijinal blog
	Description: makiyamaryoyoin diary theme
	Theme URI:
	Author: Net Option support team 05
	Author URI: 
	Version: 01

*/
/*

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 16px;
line-height: 160%;
vertical-align: baseline;
background: transparent;
box-sizing: border-box;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
list-style: none;
letter-spacing: .07em;
color: #5f5f5f;
}

pre {
white-space: normal;
}
img {
vertical-align: bottom;
width: 100%;
}
:focus {
outline: 0;
}

body {
line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
table {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
}
table th, table td {
vertical-align: top;
text-align: left;
font-weight: 400;
}
caption {
text-align: left;
font-weight: 400;
}
ul, ol {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
text-decoration: none;
}
a img, iframe {
border: none;
}
input, textarea, button {
font-size: 100%;
font-family: inherit;
}
ol {
margin-left: 2em;
}
br {
letter-spacing: 0;
}
body {
position: relative;
overflow-x: hidden;
}
a:link,
a:visited{
color: #2E2323;
}




/*single style*//*
header {
background: #062851;
}
header,
header nav ul{
display:flex;
justify-content:flex-end;
}
header h1 {
background-image:url("images/common/logo.png");
background-size: 80px;
background-position:center 10px;
background-color: #062851;
background-repeat:no-repeat;
color: #fff;
width:15%;
max-width: 250px;
padding:5em 1em 1em 1em;
font-size:110%;
position: absolute;
text-align: center;
z-index: 1;
left: 0;
border-bottom-right-radius: 20px;
}
header h1 a:link,
header h1 a:visited {
color: #fff;
}
header nav {
width:70%;
max-width:1020px;
}

header nav span {
font-size: 80%;
display: block;
color: #fff;
}

header nav li{
width:calc(100% / 5);
text-align: center;
display: block;
border-left:1px solid #646db1;
align-self:center;
}
header nav li a {
display:block;
padding:1em;
color: #fff !important;
}

header + #cateTtl {
position: relative;
}

header + #cateTtl h2 {
position:relative;
min-height:300px;
display: flex;
flex-wrap:wrap;
align-items: center;
justify-content: center;
color: #fff;
font-size:150%;
font-weight:600;
text-shadow:0 0 2px #171717;
}

_:-ms-fullscreen, :root header + #cateTtl h2 {
line-height: 300px;
}

header + #cateTtl figure {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 300px
}

header + #cateTtl figure img {
object-fit: cover;
font-family: 'object-fit: cover;'; 
width: 100%;
height: 100%;
}

@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
 header + h2 {
 min-height: 0;
 padding:5em 0;
 }
}

header + h2:after {
background:url("images/main.jpg") no-repeat center;
background-size:cover;
height:100%;
width:100%;
content: "";
position:absolute;
top: 0;
left: 0;
z-index: -1;
}
*/
 .single .nocomments {
    display: none
  }

main {
width:94%;
margin:  4em auto;
max-width:1200px;
display:flex;
flex-wrap:wrap;
justify-content: space-between;
}
main #articleList {
width:70%;
display:flex;
flex-wrap:wrap;
justify-content: space-between;
}
.single main #articleList {
    display: block;
}
main #postList {
width:25%;
}
main #breadClumb{
width:100%;
display: flex;
flex-wrap:wrap;
justify-content: center;
margin-top: 3rem;
}
main #breadClumb li {
padding: .5rem;
text-align: center;
}

main #breadClumb li a {
background: #efefef;
padding: .8rem;
display: block;
}
main #postList section ul li figure{
margin-top:2em;
display:flex;
flex-direction:column;
justify-content: space-between;
flex-wrap:wrap;
padding-bottom:1em;
border-bottom:1px dashed #e4e4e4;
width:47%;
}

main #postList section:nth-of-type(3) li a {
padding: .8rem .5rem;
display: block;
border-bottom: 1px dashed rgba(200,200,200,1.00);
}

main #postList section:nth-of-type(3) li:last-of-type a {
border-bottom: none;
}

main #articleList article {
display: block;
width: 47%;
margin-bottom:5rem;
}

main#blc404 #articleList article {
width: 100%;
}

#ttl404 {
font-size: 1.5rem;
margin-bottom: 1.5rem;
}


main #articleList article h3 {
font-size:125%;
}
main #articleList article h3 a{
      color: #062851;
}
main #articleList article figure {
height:200px;
width:100%;
}
main #articleList article figure img {
width:100%;
height: 100%;
border-radius:5px;
object-fit: cover;
font-family: 'object-fit: cover;'; 
}

main #articleList article .body {
margin-top:1em;
}

main #articleList article .body > h1:first-of-type {
padding: 0rem 1.5rem 1.5rem;
font-size: 170%;
border-bottom:2px solid #96c1d2;
/*border-top: 5px solid #062851;*/
}

main #articleList article .body p > a {
display: block;
box-sizing: border-box;
width: 100%;
padding: .8rem;
text-align: center;
background: rgba(20,80,145,1.00);
color: #fff;
font-size: 90%;
margin-top: 1.5rem;
border-radius: 35px;
}

main #articleList article .body span {
font-size:90%;
color: #A6A6A6;
order: -1;
margin-top:.8em;
}
main #articleList article .body .more-link {
display: block;
background: #062851;
color: #fff;
width: 85%;
margin: 1rem auto 0;
padding: .7rem .5rem;
border-radius:35px;
text-align: center;
}
main #postList h4,h4.ttl {
font-size:120%;
position:relative;
padding-bottom: .8em;
background: #062851;
color: #fff;
}

main #postList h4 {
padding: .5rem .5rem .6rem 1rem;
}

h4.ttl:first-letter {
font-size:140%;
}
/*
main #postList h4:after,
main #postList h4:before,
h4.ttl:after ,
h4.ttl:before {
border-bottom:5px #bccde6 solid;
content:"";
width:100%;
display: block;
height:1px;
position:absolute;
bottom:0;
left: 0;
z-index: 1;
}
main #postList h4:before,
h4.ttl:before {
border-bottom:5px #96c1d2 solid;
width:20%;
left: 0;
z-index: 2;
}
*/
main #breadClumb li {
font-size:90%;
padding-right:2em;
position:relative;
}

main #breadClumb li:after {
position:absolute;
content: ">";
right:.5em;
}
main #breadClumb li:last-child{
font-weight:600;
}
main #breadClumb li:last-child::after {
content: "";
}

main #postList ul {
/*background:#fff;*/
}

main #postList ul li {
padding: .5rem 1rem;
      border-bottom: 1px solid #dcdcdc;
}

.navigation.pagination,
#npNav {
width:100%;
padding:1em;
}
.navigation.pagination .nav-links,
#npNav .btn-pagenation{
display: flex;
justify-content: center;
}
#npNav .btn-pagenation {
flex-wrap:wrap;
}
.page-numbers.current,
.page-numbers.dots{
padding: 1rem;
}
.navigation.pagination .nav-links a,
#npNav .btn-pagenation a{
display: block;
margin:0 .2em;
border: 1px solid #062851;
padding:1rem .6rem;
}
#npNav li a {
margin:0 auto;
}
#npNav li:last-child a {
text-align: right;
}
main #postList section {
position:relative;
margin-bottom:2.5em;
}
main #postList #link{
box-sizing: border-box;
border:2px #062851 solid;
color: #fff;
max-width: 380px;
margin: 0 auto 3rem;
}
main #postList #link h4{
 -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position:absolute;
  font-family: "Yu Mincho","ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size:160%;
  text-shadow:0 0 2px #000;
  z-index: 5;
  height: 100%;
  padding: 1rem 1rem 1rem .7rem;
  background: rgba(20,83,145,.80);
  letter-spacing: .5rem;
  color: #fff;
}

_:-ms-fullscreen, :root main #postList #link h4 {
height: 50%;
max-height:240px;
}

_::-webkit-full-page-media, _:future, :root main #postList #link h4 {
left:-27px;
}


main #postList #link figure {
position:relative;
z-index: 0;
}
main #postList #link figcaption {
padding:.5em;
  background: rgba(20,83,145,1);
  font-family: "Yu Mincho","ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
text-align: center;
color: #fff;
}
main #postList #link figcaption a {
display: block;
position:absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}
main #postList #link figcaption a:link,
main #postList #link figcaption a:visited {
color: #fff;
}
main #postList #link h4:first-letter {
font-size:100%;
}
main #postList #link h4:after,
main #postList #link h4:before{
display:none;
}
main #postList section ul li figure {
margin-top:1em;
width:100%;
flex-direction:row;
}
main #postList section ul li img {
width:29%;
max-height: 70px;
object-fit: cover;
border-radius: 4px;
font-family: 'object-fit: cover;'; 
}
main #postList section ul li figcaption {
width:67%;
}
main #postList section ul li.last a{
display:block;
border: 1px solid #555;
padding:.5em;
width:80%;
margin:  0 auto;
text-align: center;
}


main#blc404 #articleList article .body p {
display: block
}
#blc404 ul > li {
border-bottom: 1px solid #ddd;
margin-top: 1rem;
font-size: 1rem;
}
#blc404 ul > li > a {
display: block;
margin-bottom: .5rem;
}
#blc404 li {
margin-bottom: .3rem;
font-size: .88rem;
}

#blc404 ul li ol li:last-of-type {
margin-bottom: 1rem;
}


@media screen and (max-width: 1024px) {

.single main #articleList article figure {
height:auto;
}
header h1,
header nav{
width:100%;
max-width:none;
}

main #articleList article {
flex-direction:row;
}
main #postList #link h4 {
font-size:120%;
}


main #postList #link figcaption {
text-align: right;
}
}
@media screen and (max-width: 812px) {

main #articleList {
width:100%;
}
main #articleList article{
width:48%;
flex-direction:row;
border-bottom:none;
margin-bottom:1.5em;
padding-bottom:0;
margin-top:0;
}
main #articleList article figure {
max-height:110px;
}

main #articleList article .body {
flex-wrap:wrap;
}
main #postList {
width:100%;
margin-top:2em;
}
main #articleList article .body p {
display: none;
}

.single main #articleList article .body p {
display: block;
}
main #postList #link figure img {
max-height:180px;
width:100%;
object-fit: cover;
font-family: 'object-fit: cover;'; 
}
main #articleList article .body .more-link {
display: none;
}
#breadClumb {
margin-bottom: 1.5rem;
}

}

@media screen and (max-width: 480px) {
main #postList #link figure img {
max-height:150px;
}
#npNav {
padding:0;
}
#npNav .btn-pagenation {
flex-wrap:wrap;
}
#npNav .btn-pagenation li {

margin-bottom:.3em;
width: 100%;
}
#npNav .btn-pagenation a{
font-size:90%;
padding: 1rem .5em;
  }}

.single main #articleList article {
width:100%;
justify-content:flex-start;
}
.single main #articleList article figure {
height:270px;
margin-top:1.5em;
order: 0;
}
.single main #articleList article figure.wp-block-image {
max-height: none;
}


.single main #articleList article .columns-3 figure {
height: 180px;
}
.single main #articleList article h2 {
order:-2;
font-size:160%;
border-bottom:1px dashed #ddd;
padding-bottom:.5em;
margin-bottom:1em;
}
.single main #articleList article .body span {
order:-1;
text-align:right;
display: block;
}
.single #articleList article .bodyInner {
display: block;
margin-top:2.5em;
}
.single main #articleList article h3 {
padding:.7em 1em;
background: #636363;
margin:1.5em auto;
color: #fff;
}
.bodyInner img {
display: block;
margin: .8em auto;
}

#comment {
width:95%;
margin-bottom: 1.5rem;
padding: 1.5%;
box-sizing: border-box;
}
.commentBlc {
margin-top:2.5em;
}
.comment-form-comment label {
margin-top: 1rem;
display: block;
}
.commentName {
font-size:110%;
}
.commentName span {
font-size:80%;
display: block;
}
.commentBlc .detail {
margin: 1em auto .8em;
}
.commentBlc .detail + p {
text-align:right;
}


.children .cat-item {
padding:0rem 1rem !important;    
}
.children .cat-item a {
    font-size: 90%;
    color:#6d6d6d;
  }

/*-------------------------

詳細ページ

--------------------------*/
main #articleList article#diary {
width: 100%;
}

#diary h3.ttl {
border-top: 4px solid #062851;
border-bottom: 1px solid #062851;
padding: 1rem;
color: #062851;
}

#diary h3.ttl + p {
text-align: right;
margin-bottom: 1.5rem;
}
#diary h3.ttl + p span {
font-size:80%;
padding-left: 1rem;
color:#6D6D6D;
}

/*-----------------------------
ギャラリー
------------------------------*/
.bodyInner .wp-block-image {
height: auto !important;
width: auto;
}
.wp-block-gallery { /** ギャラリーを囲むボックス **/
	width: 100%;
	margin-bottom: 20px !important;
    overflow: hidden;
}

.wp-block-gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/

.blocks-gallery-item { /** 画像共通のスタイル **/
    float: left;
	margin-bottom: 0 !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
    text-align: center;
}

.gallery-icon img {
	width: 100%;
	height: auto;
	margin-bottom: 10px !important;
}

.gallery-caption { /** キャプション **/
    color: #222;
    font-size: 12px;
    margin: 0 0 10px;
    text-align: center;
}

.columns-1 .blocks-gallery-item { /** カラムなし **/
    width: 100%;
    margin-right: 0;
}
.columns-2 .blocks-gallery-item { /** 2カラム **/
	width: 48%;
	margin: 0 1%;
}
.columns-3 .blocks-gallery-item { /** 3カラム **/
    width: 31.33333%;
	margin: 0 1%;
}
.columns-4 .blocks-gallery-item { /** 4カラム **/
    width: 23%;
    margin: 0 1%;
}
.columns-5 .blocks-gallery-item { /** 5カラム **/
    width: 18%;
    margin: 0 1%;
}

@media screen and (max-width: 640px) {
	/* 640px以下用の記述 */
	.columns-3 .blocks-gallery-item , .columns-4 .blocks-gallery-item  {
		width: 48%;
		margin: 0 1%;
	}
	.columns-5 .blocks-gallery-item  {
		width: 31.33333%;
		margin: 0 1%;
	}
}

h3#comments,
#reply-title {
margin: 5rem auto 2rem;
font-size: 1rem;
background: #062851;
color: #fff;
padding: .5rem .5rem .5rem 1rem;
}
h3#comments a:link,
#reply-title a:link,
#reply-title a:visited{
color: #fff;
}

#reply-title small {
font-size: 80%;
}
.required {
color: #DD3033;
}

label {
width: 100%;
display: block;
margin-top: 1rem;
}
input {
width: 70%;
margin-top: .3rem;;
}
#wp-comment-cookies-consent {
margin-top: 1.5rem;
}
#wp-comment-cookies-consent + label {
margin: 0 auto 2rem;
}
ol.commentlist {
margin-left: 0;
width: 90%;
margin: 0 auto;
}
ol.commentlist .children{
width: 95%;
margin-left: 5%;
margin-top: 3rem;
}
.form-submit {
width:50%;
padding: .5rem;
margin: 0 auto;
}
.form-submit input {
width:100%;
padding:.5rem;
display: inline-block;
}

.comment-reply-link {
padding: .5rem;
border: 1px solid #ddd;
margin-top: 1rem;
display: inline-block;
}

.comment-author {
border-bottom: 2px solid #153989;
margin-bottom: .5rem;
padding: .7rem;
}
.commentlist li:nth-of-type(n+2) {
margin-top: 3rem;
}
.comment-meta.commentmetadata {
font-size: .8rem;
text-align: right;
margin-bottom: 1rem;
}



a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
text-decoration: none!important;
}
  
  

  
  