@charset "UTF-8";
/*
Theme Name: 夙川ブログ
Author: Pantacle Inc.
Author URI: http://pantacle.net/
Version: 1.0
*/
/*!
========================================
  外部CSS
========================================
*/
/*!
 * ress.css ? v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -moz-tab-size: 4;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  color: inherit;
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/*!
========================================
  テーマ用Style
========================================
*/
html,
body {
  background: #ffffff;
  height: 100%;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.4rem;
}

html,
body,
button,
input,
select,
textarea {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

div {
  box-sizing: border-box;
  display: block;
}

p {
  line-height: 1.6;
}

a {
  text-decoration: none;
}

a:link {
  color: #0000ee;
}

a:hover, a:active {
  color: #ff0000;
  text-decoration: underline;
}

a:hover > img, a:active > img {
  opacity: 0.8;
}

a > img {
  width: 100%;
}

.screen-reader-text {
  display: none;
}

/* ---------------------------------- */
/* レイアウト */
/* ---------------------------------- */
#site {
  margin: 0 auto;
  min-width: 320px;
  width: 100%;
}

#site-header,
#site-body,
#site-content,
#site-footer {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}

#page-header,
#page-content,
#page-footer {
  box-sizing: border-box;
  position: relative;
}

.block {
  width: 100%;
}

.block > .inner {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  position: relative;
  width: 96%;
}

@media screen and (max-width: 768px) {
  .block > .inner {
    width: 94%;
  }
}

/* ---------------------------------- */
/* ヘッダー */
/* ---------------------------------- */
#site-header {
  border-bottom: 1px solid #007c64;
}

#site-header .site-title {
  font-size: 18px;
  line-height: 1;
  margin: 1rem 0;
  position: relative;
}

#site-header .site-title a {
  display: inline-block;
  white-space: nowrap;
}

#site-header .site-title a.sumashuku {
  height: 18px;
  vertical-align: bottom;
}

#site-header .site-title a.sumashuku > img {
  height: 100%;
  width: auto;
}

#site-header .site-title a.club {
  color: #000000;
  margin-left: 1rem;
}

/* ---------------------------------- */
/* フッター */
/* ---------------------------------- */
#site-footer {
  background: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}

#site-footer > div {
  margin: 2rem 0 0;
}

#site-footer .addr-box {
  display: flex;
  flex-wrap: wrap;
}

#site-footer .addr {
  flex-grow: 4;
  line-height: 1.6;
}

#site-footer .addr img {
  max-width: 240px;
  width: 100%;
}

#site-footer .addr span {
  display: block;
  white-space: nowrap;
}

#site-footer .suma {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  padding: 2%;
}

#site-footer .suma a {
  background: #ffffff;
  border: 1px solid #a2a2a2;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 3% 3.7% 2.5% 6%;
  position: relative;
  width: 200px;
}

#site-footer .suma a:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -webkit-transform: rotate(180deg);
  bottom: 8%;
  color: #a2a2a2;
  content: "\e3e0";
  direction: ltr;
  /* Preferred icon size */
  display: inline-block;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  font-size: 24px;
  font-size: 0.9em;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  /* filter_none */
  position: absolute;
  right: 3%;
  text-rendering: optimizeLegibility;
  text-transform: none;
  transform: rotate(180deg);
  white-space: nowrap;
  word-wrap: normal;
}

#site-footer .suma a img {
  vertical-align: top;
  width: 85%;
}

#site-footer .copyright-block {
  background: #007c64;
  color: #ffffff;
  font-size: 0.6rem;
  margin: 3em 0 0;
  padding: 1em 2%;
  text-align: right;
  width: 100%;
}

#site-footer .copyright-block span {
  line-height: 1.6;
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  #site-footer .suma {
    margin-top: 2rem;
    padding: 0;
    width: 100%;
  }
  #site-footer .suma a {
    width: 80%;
  }
}

@media screen and (max-width: 425px) {
  #site-footer .addr span {
    font-size: 13px;
  }
  #site-footer .suma a {
    width: 100%;
  }
}

/* ---------------------------------- */
/* パンくず */
/* ---------------------------------- */
#breadCrumbs {
  padding: 0.5%;
}

#breadCrumbs ul {
  font-size: 0.9em;
  list-style: none;
  text-align: right;
}

#breadCrumbs ul li {
  color: #ffffff;
  display: inline;
}

#breadCrumbs ul li:before {
  content: "\03e";
  margin: 0 0.5em;
}

#breadCrumbs ul li:first-child:before {
  display: none;
}

#breadCrumbs ul li a:hover, #breadCrumbs ul li a:active {
  text-decoration: underline;
}

/* ---------------------------------- */
/* カテゴリー色 */
/* ---------------------------------- */
.blogcat {
  box-sizing: border-box;
  font-family: Arial;
  font-weight: bold;
}

.blogcat.jhd {
  color: #029FAC;
}

.blogcat.jhj {
  color: #ba0161;
}

.blogcat.hsd {
  color: #114D89;
}

.blogcat.hsj {
  color: #891141;
}

.categories {
  display: flex;
  list-style: none;
}

.categories li {
  box-siging: content-box;
  color: #ffffff;
  padding: 0.1em 0.4em;
  text-align: center;
}

.categories .blog,
.categories .topics {
  background: #01624f;
}

.categories .jhd {
  background: #029FAC;
}

.categories .jhj {
  background: #ba0161;
}

.categories .hsd {
  background: #114D89;
}

.categories .hsj {
  background: #891141;
}

/* ---------------------------------- */
/*  */
/* ---------------------------------- */
.cols {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.cols .cols-item {
  box-sizing: border-box;
  display: block;
  margin: 0 0 2em;
  padding: 0 1%;
  position: relative;
}

.cols.col3 .cols-item {
  width: calc(100% / 3);
}

.cols.col4 .cols-item {
  width: calc(100% / 4);
}

.cols .img {
  position: relative;
}

.cols .img:before {
  content: "";
  display: block;
}

.cols .img > .content {
  bottom: 0;
  left: 0;
  max-width: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

.cols .img img {
  height: auto;
  vertical-align: top;
  width: 100%;
}

.cols.blogList .img:before {
  padding-top: 51%;
}

.cols.blogList .dtl {
  display: flex;
  font-size: 1.2em;
  padding: 0.2em 0;
}

.cols.blogList .dtl .name {
  flex-grow: 1;
}

.cols.blogList .dtl .cats {
  display: flex;
  list-style: none;
}

.cols.articleList .img:before {
  padding-top: 78%;
}

.cols.articleList .categories {
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 1200px) {
  .cols.col4 .cols-item {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 768px) {
  .cols.col3 .cols-item, .cols.col4 .cols-item {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 425px) {
  .cols.col3 .cols-item, .cols.col4 .cols-item {
    width: 100%;
  }
}

/* ---------------------------------- */
/* 共通 */
/* ---------------------------------- */
h2,
.archive h1 {
  background: #007C64;
  color: #F8F8F8;
  font-size: 1.5em;
  padding: 0.3em 0;
  text-align: center;
}

h3 {
  background-color: #F8F8F8;
  border-left: 3px solid #007C64;
  font-size: 1.4em;
  padding: 2%;
}

.block > .inner h3:not(:first-child) {
  margin-top: 3rem;
}

.categories.blog-front {
  justify-content: center;
  margin-top: 1em;
}

.blog_mainimg {
  margin-top: 1em;
}

.blog_mainimg img {
  height: auto;
  width: 100%;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright {
  height: auto;
  margin: 4rem auto;
}

.alignleft,
.alignright {
  margin: 2em 0;
  max-width: 50%;
}

.alignleft {
  float: left;
  margin-right: 0.5em;
}

.alignright {
  float: right;
  margin-left: 0.5em;
}

.aligncenter:before, .aligncenter:after {
  clear: both;
  content: "";
  display: table;
}

#page-content .block {
  margin-top: 2rem;
}

.block.sidepane {
  margin-top: 2rem;
}

.block.sidepane > .inner {
  display: flex;
}

.block.sidepane .m {
  flex-grow: 1;
  margin-right: 2rem;
}

.block.sidepane .s {
  border-left: 1px solid #007c64;
  box-sizing: content-box;
  padding-left: 2rem;
  width: 10em;
}

.block.sidepane .s .box:first-child {
  margin-top: 1rem;
}

.block.sidepane .s .box:not(:first-child) {
  margin-top: 2rem;
}

.block.sidepane .s ul {
  list-style: none;
  padding-left: 1rem;
}

.block.sidepane .s ul li {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .block.sidepane > .inner {
    flex-wrap: wrap;
  }
  .block.sidepane .m {
    margin-right: 0;
    width: 100%;
  }
  .block.sidepane .s {
    border-left: none;
    box-sizing: border-box;
    display: flex;
    padding-left: 0;
    width: 100%;
  }
  .block.sidepane .s .box {
    padding: 0 3%;
  }
  .block.sidepane .s .box:first-child {
    margin-top: 0;
  }
  .block.sidepane .s .box:not(:first-child) {
    margin-top: 0;
  }
}

.single .post-date {
  margin: 0.5em 0;
}

.single .categories {
  margin: 0.5em 0;
}

.single .post-content {
  margin-top: 1.5em;
}

.pagination {
  margin: 0 0 2em;
}

.pagination .nav-links {
  text-align: center;
}

.pagination .nav-links .page-numbers {
  display: inline-block;
  margin: 0.5em 0.3em;
}

.single #page-footer .page-links {
  margin: 3em 0 2rem;
  overflow: hidden;
}

.single #page-footer .page-links a {
  display: inline-block;
}

.single #page-footer .page-links a.next {
  float: right;
}

.single #page-footer .page-links a.prev {
  float: left;
}
/* ---------------------------------- */
/* 20201020追記 frontpage */
/* ---------------------------------- */
.home .cols.col3 .cols-item {
  width: calc(96% / 3);
  margin-right: 2%;
}
.home .cols.col3 .cols-item:nth-child(3n) {
  margin-right: 0;
}
.home .cols.blogList .cols-item img {
  display: none;
}

.home .cols.blogList .img:before {
  content: none
}
.home .cols.blogList .cols-item {
  display: block;
  border: 1px solid #007C64;
  text-decoration: none;
  color: #007C64;
  text-align: center;
  font-family: "TsukuGoPro-B";
  padding: 16px 10px;
  border-radius: 5px;
  font-size: 128.5714285714%;
  background: linear-gradient(#FFFFFF, #eff5f1);
  font-size: 1.6rem;
}
.home .cols.blogList .cols-item a {
  color:#007C64;
}
.home .cols.blogList .cols-item a:hover {
  text-decoration: none;
  color:#00c19b;
}
.home .cols.blogList .cols-item:hover {
  text-decoration: none;
  border: 1px solid #00c19b;
  color:#00c19b;
  background: linear-gradient(#FFFFFF, #dce2de);
}
.home .articleList .cols-item .date {
  color: #8B8B8B;
}
.home .articleList .cols-item .title {
  color: #000000;
}
@media screen and (max-width: 768px) {
  .home .cols.blogList {
    justify-content: space-between;
  }
  .home .cols.col3 .cols-item {
    width: calc(98% / 2);
    margin-right: 0;
    margin-bottom: 1em;
  }
  .home .cols.blogList .dtl {
    flex-wrap: wrap;
  }
  .home .cols.col3 .cols-item .name{
    display: block;
    width: 100%;
    font-size: 1.6rem;
  }
  .home .cols.col3 .cols-item .cats{
    width: 100%;
    justify-content: center;
  }
  .home .articleList .cols-item {
    justify-content: space-between;
  }
  .home .articleList .cols-item {
    width: 48%;
  }
}