@charset "UTF-8";

/*
Theme Name: blog
Theme URI: http://blog.naoko83.com
Author: @naoko83
*/

html {
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-size: 62.5%;
}

@media screen and (max-width: 374px) {
  html {
    font-size: 56.3%;
  }
}

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, input, textarea,
p,
blockquote,
figure,
th, td {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #000;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  -webkit-font-variant-ligatures: none;
     -moz-font-variant-ligatures: none;
          font-variant-ligatures: none;
  line-height: 1;
  text-align: center;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100% !important;
}

@media screen and (max-width: 600px) {
  body {
    min-width: 0;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: top;
  text-align: left;
}

img {
  border: 0;
  vertical-align: top;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input[type="text"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="Email"],
input[type="email"],
input[type="password"],
input[type="submit"],
button[type="submit"],
textarea {
  outline: none;
  *font-size: 100%;
  -webkit-appearance: none;
}

input[type="text"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="Email"],
input[type="email"],
input[type="password"],
textarea {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

input[type="file"],
select {
  *font-size: 100%;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

button[type="submit"],
input[type="submit"] {
  border: none;
  cursor: pointer;
}

iframe {
  border: none;
}

a {
  cursor: pointer;
  text-decoration: underline;
  color: #0054c2;
}

a:hover {
  text-decoration: none;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

br.pc {
  display: block;
}
br.sp {
  display: none;
}

@media screen and (max-width: 600px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
}

header {
	padding: 50px 0 30px;
}
header h1 img {
	width: 210px;
	height: auto;
}

@media screen and (max-width: 600px) {
	header {
		padding: 30px 0 20px;
	}
	header h1 img {
		width: 45%;
	}
}

dl.category,
dl.date {
	line-height: 30px;	
}

dl.category dt,
dl.date dt {
	display: none;
/*
	display: inline-block;
	vertical-align: top;
	font-family: sofia-pro, sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	margin-right: 10px;
*/
}
dl.category dd,
dl.date dd {
	display: inline-block;
	vertical-align: top;
}
dl.category li,
dl.date li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
dl.category li + li,
dl.date li + li {
	margin-left: 31px;
}
dl.category li + li:before,
dl.date li + li:before {
	content: '';
	width: 1px;
	height: 12px;
	display: block;
	background: #ddd;
	position: absolute;
	left: -16px;
	top: 50%;
	margin-top: -6px;
}
dl.category a,
dl.date a {
	text-decoration: none;
	color: #000;
}
dl.category a.cu,
dl.date a.cu {
	color: #0054c2;
}

dl.category li {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-feature-settings: 'palt';
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 1.2rem;
}
dl.category li a {
	display: block;
}
dl.category li a::before {
	content: '';
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	background-image: url('img/nav.png');
	background-repeat: no-repeat;
	background-size: 180px;
	margin-right: 5px;
}
dl.category li .moved::before { background-position: 0 0; }
dl.category li .food::before { width: 22px; background-position: -60px 0; }
dl.category li .trip::before { width: 25px; background-position: -90px 0; }
dl.category li .make::before { width: 18px; background-position: -120px 0; }
dl.category li .think::before { width: 22px; background-position: -150px 0; }

dl.category li .moved.cu::before { background-position: 0 -30px; }
dl.category li .food.cu::before { background-position: -60px -30px; }
dl.category li .trip.cu::before { background-position: -90px -30px; }
dl.category li .make.cu::before { background-position: -120px -30px; }
dl.category li .think.cu::before { background-position: -150px -30px; }

dl.date li {
	font-family: sofia-pro, sans-serif;	
	font-weight: 700;
	letter-spacing: 0.05em;
}

.article_list {
	margin: 40px auto 0;
	width: 90%;
	text-align: left;
}
@media screen and (max-width: 600px) {
	.article_list {
		margin: 20px auto 0;
	}
}
.article_list.pagination {
	width: 94%;
	max-width: 600px;
	display: table;
	margin: 40px auto;
}
@media screen and (max-width: 600px) {
	.article_list.pagination {
		margin: 20px auto;
	}
}
.article_list.pagination li {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
}
.article_list.pagination li:nth-child(1) {
	padding-right: 5px;
}
.article_list.pagination li:nth-child(2) {
	padding-left: 5px;
}
.article_list article {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	margin: 0 0.5% 1%;
	text-align: center;
	position: relative;
}
.article_list.pagination article {
	width: 100%;
	margin: 0;
}
@media screen and (max-width: 600px) {
	.article_list article {
		display: block;
		width: auto;
		margin: 0 0 10px;
	}
}
.article_list article a {
	display: block;
	background: #f9f9f9;
	padding: 30px 30px 20px;
	text-decoration: none;
	color: #000;
}
@media screen and (max-width: 600px) {
	.article_list article a {
		padding: 20px;
	}
}
.article_list article .thumb {
	position: relative;
	width: 100%;
	height: 140px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.article_list article .thumb.custom {
	background-size: contain;
}
@media screen and (max-width: 600px) {
	.article_list article .thumb {
		width: 30%;
		height: 100px;
		margin-bottom: 0;
		display: inline-block;
		vertical-align: middle;
	}
	.article_list.pagination article .thumb {
		width: 100%;
	}
}
.article_list article .thumb::after {
	content: '';
	display: block;
}
.article_list article .thumb::after {
	content: '';
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	background-color: rgba(0,0,0,0.2);
	background-image: url('img/cat.png');
	background-repeat: no-repeat;
	background-size: 300px;
	opacity: 0;
	transition: opacity .5s;
}
.article_list article a:hover .thumb::after {
	opacity: 1;
}

.article_list article .moved .thumb::after { background-position: 0 0; }
.article_list article .food .thumb::after { background-position: -100px 0; }
.article_list article .trip .thumb::after { background-position: -150px 0; }
.article_list article .make .thumb::after { background-position: -200px 0; }
.article_list article .think .thumb::after { background-position: -250px 0; }

.article_list article .thumb.noimg {
	background-color: #eee;
	line-height: 140px;
	color: #ccc;
	font-family: sofia-pro, sans-serif;
	font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
	.article_list article .thumb.noimg {
		line-height: 100px;
		font-size: 1.2rem;
	}
}

.article_list article .date {
	position: absolute;
	z-index: 1;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #fff;
	left: 10px;
	top: 10px;
	font-family: sofia-pro, sans-serif;
	font-weight: 700;
	box-sizing: border-box;
	padding-top: 14px;
	border: 1px solid #f9f9f9;
}
.article_list article .date .year {
	display: block;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	margin-bottom: 2px;
}
.article_list article .date .day {
	font-size: 2rem;
}
.article_list article .date .day .slash {
	display: inline-block;
	font-weight: 100;
}

@media screen and (max-width: 600px) {

	.article_list article .date {
		width: 48px;
		height: 48px;
		left: 5px;
		top: 5px;
		padding-top: 10px;
	}
	.article_list article .date .year {
		font-size: 1rem;
		margin-bottom: 0;
	}
	.article_list article .date .day {
		font-size: 1.4rem;
	}

}

.article_list article .ttl {
	font-size: 1.6rem;
	line-height: 1.5;
	height: 3em;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-feature-settings: 'palt';
	letter-spacing: 0.1em;
	font-weight: 600;
	overflow: hidden;
}
@media screen and (max-width: 600px) {
	.article_list article .ttl {
		display: inline-block;
		width: 68%;
		vertical-align: middle;
		height: auto;
		text-align: left;
		box-sizing: border-box;
		padding-left: 10px;
	}
	.article_list.pagination article .ttl {
		font-size: 1.4rem;
		display: block;
		width: auto;
		height: 1.5em;
		overflow: hidden;
		padding-left: 0;
		margin-top: 5px;
	}
}

body > article {
	width: 94%;
	max-width: 600px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.75;
	background: #f9f9f9;
	padding: 80px;
}
@media screen and (max-width: 600px) {
	body > article {
		box-sizing: border-box;
		padding: 30px 20px;
	}
}
body > article .ttl {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-feature-settings: 'palt';
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 2.4rem;
	margin-bottom: 10px;
}
body > article .date {	
	font-family: sofia-pro, sans-serif;
	font-size: 1.4rem;
}
body > article .content {
	border-top: 1px solid #eee;
	margin-top: 40px;
	padding-top: 45px;
	font-size: 1.6rem;
	line-height: 1.75;
}

body > article .content .wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
}

body > article .content .wp-block-gallery .wp-block-image {
	width: calc( 50% - 5px );
	margin: 0 !important;
}

@media screen and (max-width: 600px) {
	body > article .content {
		margin-top: 20px;
		padding-top: 25px;
	}
}
body > article .content * + * {
	margin-top: 1.75em;
}
body > article .content img {
	max-width: 100%;
	height: auto;
}
body > article .content figcaption {
	margin-top: 10px;
	font-size: 1.2rem;
	color: #666;
}
body > article .content a {
	word-break: break-all;
}
body > article .content blockquote {
	font-style: italic;
	color: #666;
	font-size: 1.4rem;
}
body > article .content blockquote p {
	position: relative;
}
body > article .content blockquote cite {
	display: block;
	margin-top: 1em;
	font-size: 1.2rem;
	line-height: 1.5;
	word-break: break-all;
}

@media screen and (max-width: 600px) {
	body > article .content .is-type-video .wp-block-embed__wrapper {
		position: relative;
		width: 100%;
	}
	body > article .content .is-type-video .wp-block-embed__wrapper::before {
    content: '';
    display: block;
    padding-top: 56.25%;
	}
	body > article .content .is-type-video .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}
}

.btn.back {
	display: block;
	text-decoration: none;
	color: #000;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-feature-settings: 'palt';
	letter-spacing: 0.1em;
	font-size: 1.4rem;
	font-weight: 600;
	width: 100px;
	height: 36px;
	border: 1px solid #ddd;
	margin: 0 auto 40px;
	line-height: 36px;
	border-radius: 18px;
}

body > p.none {
	margin-top: 30px;
	font-size: 1.4rem;
}

footer {
	padding: 30px 0 50px;
}
footer .copyright {
	font-family: sofia-pro, sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}