@charset "UTF-8";
/* ------------ header ------------ */
header {
  display: block;
  padding: 10px 20px 20px;
}
header .logo {
  display: block;
  margin-right: auto;
}
header .logo a {
  display: inline-flex;
  align-items: flex-end;
}
header .logo a .img {
  flex: 0 1 194px;
  transition-duration: 0.3s;
}
header .logo a .text {
  flex: 0 0 auto;
  margin-left: 40px;
  font-weight: bold;
  font-size: 2.9rem;
  transition-duration: 0.3s;
}
header .logo a .text span {
  font-size: 3.9rem;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  header .logo a:hover img {
    opacity: 0.7;
  }
  header .logo a:hover .text {
    color: rgba(79, 64, 52, 0.7);
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 6px 0 10px 0;
  }
  header .logo a .img {
    flex-basis: 97px;
  }
  header .logo a .text {
    margin-left: 8px;
    font-size: 1.1rem;
  }
  header .logo a .text span {
    font-size: 2rem;
  }
  header .logo a:active img {
    opacity: 0.7;
  }
  header .logo a:active .text {
    color: rgba(79, 64, 52, 0.7);
  }
}

/* ------------ nav ------------ */
nav {
  margin-left: 0;
  position: fixed;
  z-index: 100;
  right: 0;
  top: 0;
  transform: translateX(360px);
  display: flex;
  align-items: flex-start;
  pointer-events: none;
  transition-duration: 0.3s;
}
nav button {
  display: block;
  flex: 0 0 auto;
  top: 36px;
  left: -36px;
  pointer-events: auto;
  transition-duration: 0.3s;
}
nav .menu {
  flex: 0 0 auto;
  padding: 10px 0;
  background-color: #fff;
  border-left: 1px solid #609e30;
  border-bottom: 1px solid #609e30;
  width: 360px;
  pointer-events: auto;
}
nav.open {
  transform: translateX(0);
  max-height: 100%;
}
nav.open button {
  left: 0;
}
nav.open button::before {
  top: 21px;
  transform: rotate(45deg);
  box-shadow: none;
}
nav.open button::after {
  top: 21px;
  transform: rotate(135deg);
  box-shadow: none;
}
nav.open button span::before {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  nav button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  nav {
    transform: translateX(calc(100% - 60px));
  }
  nav button {
    left: 0;
    top: 0;
  }
  nav button:active {
    opacity: 0.7;
  }
  nav .menu {
    width: calc(100% - 60px);
  }
  nav.open {
    transform: translateX(0);
  }
}

/* ------------ main ------------ */
main {
  padding-bottom: 110px;
}
main::before, main::after {
  display: none;
}

.mainHeader {
  padding-top: 324px;
  background: url(../img/h1-photo.jpg) center bottom no-repeat;
  background-size: cover;
}
.mainHeader h1 {
  background: #ff7900 url(../img/h1-bg.png) 0 0 repeat;
  color: #fff;
  font-size: 3.8rem;
  line-height: 1;
}
.mainHeader h1 span {
  display: block;
  position: relative;
  z-index: 0;
  max-width: 980px;
  margin: 0 auto;
  padding: 26px 0 20px;
}
_:-ms-lang(x)::-ms-backdrop, .mainHeader h1 span {
  padding-top: 30px;
  padding-bottom: 16px;
}
.mainHeader h1 i {
  display: block;
  position: absolute;
  z-index: -1;
  width: 116px;
  height: 116px;
  background: #ff7900 url(../img/h1-bg.png) 0 0 repeat;
  border-radius: 100%;
  left: 0;
  top: -66px;
  padding-top: 9px;
  text-align: center;
}
.mainHeader h1 i img {
  width: 58px;
}

@media screen and (max-width: 767px) {
  main {
    padding-bottom: 76px;
  }

  .mainHeader {
    padding-top: 242px;
    background-position: center bottom 45px;
  }
  .mainHeader h1 {
    background-image: url(../img/h1-bg-sp.png);
    background-size: 30px 30px;
    text-align: center;
    font-size: 2.6rem;
  }
  .mainHeader h1 span {
    padding: 24px 0 18px;
  }
  .mainHeader h1 i {
    background-image: url(../img/h1-bg-sp.png);
    background-size: 30px 30px;
    width: 80px;
    height: 80px;
    left: 35px;
    top: -45px;
    padding-top: 6px;
  }
  .mainHeader h1 i img {
    width: 40px;
  }
}
.mainContent {
  max-width: 980px;
  margin: 0 auto;
  padding: 36px 0 100px;
  display: flex;
  justify-content: space-between;
}
.mainContent .main {
  flex: 0 0 700px;
}
.mainContent .side {
  flex: 0 0 230px;
}
.entry + .entry {
  margin-top: 30px;
}
.entry > a {
  display: block;
  border: 1px solid;
  background-color: #fff;
  font-size: 1.6rem;
}
.entryHead {
  display: flex;
}
.entryHead .category {
  flex: 0 0 220px;
  max-width: 220px;
  padding: 8px 8px 8px 48px;
  background-repeat: no-repeat;
  background-position: 8px center;
  font-weight: bold;
  color: #fff;
}
_:-ms-lang(x)::-ms-backdrop, .entryHead .category {
  padding-top: 10px;
  padding-bottom: 6px;
}
.entryHead .date {
  flex: 1 0 0%;
  max-width: 100%;
  padding: 8px 20px;
}
_:-ms-lang(x)::-ms-backdrop, .entryHead .date {
  padding-top: 10px;
  padding-bottom: 6px;
}
.entry.category-renraku > a {
  border-color: #f81b84;
}
.entry.category-renraku .entryHead .category {
  background-color: #f81b84;
  background-image: url(../img/icon-renraku@2x.png);
  background-size: 24px auto;
}
.entry.category-endayori > a {
  border-color: #02c8a7;
}
.entry.category-endayori .entryHead .category {
  background-color: #02c8a7;
  background-image: url(../img/icon-endayori@2x.png);
  background-size: 27px auto;
}
.entry.category-nyuenyotei > a {
  border-color: #0099ff;
}
.entry.category-nyuenyotei .entryHead .category {
  background-color: #0099ff;
  background-image: url(../img/icon-nyuen@2x.png);
  background-size: 29px auto;
}
.entry.category-area > a {
  border-color: #7733ff;
}
.entry.category-area .entryHead .category {
  background-color: #7733ff;
  background-image: url(../img/icon-area.png);
  background-size: 27px auto;
}
.entryTitle {
  padding: 14px 10px;
  line-height: 1.45;
  font-size: 2rem;
  font-weight: bold;
}
_:-ms-lang(x)::-ms-backdrop, .entryTitle {
  padding-top: 15px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .entry.category-renraku > a:hover {
    background-color: #fee3f0;
  }
  .entry.category-endayori > a:hover {
    background-color: #e0f8f4;
  }
  .entry.category-nyuenyotei > a:hover {
    background-color: #e0f3ff;
  }
  .entry.category-area > a:hover {
    background-color: #eddaff;
  }
}
@media screen and (max-width: 767px) {
  .mainContent {
    display: block;
    padding: 36px 16px 50px;
  }
  .mainContent .side {
    margin-top: 55px;
  }
  .entry > a {
    font-size: 1.4rem;
  }
  .entryHead {
    display: block;
  }
  .entryHead .category {
    max-width: none;
    background-position: 16px center;
  }
  .entryTitle {
    padding: 0 20px 10px;
    line-height: 1.65;
    font-size: 1.7rem;
  }
  .entry.category-renraku .entryHead .category {
    background-size: 17px auto;
  }
  .entry.category-renraku > a:active {
    background-color: #fee3f0;
  }
  .entry.category-endayori .entryHead .category {
    background-size: 19px auto;
  }
  .entry.category-endayori > a:active {
    background-color: #e0f8f4;
  }
  .entry.category-nyuenyotei .entryHead .category {
    background-size: 20px auto;
  }
  .entry.category-nyuenyotei > a:active {
    background-color: #e0f3ff;
  }
  .entry.category-area .entryHead .category {
    background-size: 19px auto;
  }
  .entry.category-area > a:active {
    background-color: #eddaff;
  }
}

.pageNavi ul {
  list-style: none;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
}
.pageNavi li {
  flex: 0 0 auto;
  margin: 0 4px;
}
.pageNavi li a {
  display: block;
  border: 1px solid #ff7900;
  border-radius: 8px;
  background-color: #fff;
  padding: 0.25em 0.75em;
}
_:-ms-lang(x)::-ms-backdrop, .pageNavi li a {
  padding-top: 0.4em;
  padding-bottom: 0.1em;
}
.pageNavi .current a {
  background-color: #ff7900;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .pageNavi li a:hover {
    background-color: #ff7900;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .pageNavi ul {
    font-size: 1.6rem;
    flex-wrap: wrap;
  }
  .pageNavi li {
    margin: 2px;
  }
  .pageNavi li a {
    padding: 0.25em 0;
    width: 33px;
    border-radius: 5px;
  }
  .pageNavi li a:active {
    background-color: #ff7900;
    color: #fff;
  }
  .pageNavi .prev a, .pageNavi .next a {
    padding: 0.25em 0.6em;
    width: auto;
  }
}

.categoryList ul {
  list-style: none;
}
.categoryList li + li {
  margin-top: 25px;
}
.categoryList a {
  display: block;
  padding: 55px 0 12px;
  text-align: center;
  font-weight: bold;
  font-size: 1.9rem;
  color: #fff;
}
_:-ms-lang(x)::-ms-backdrop, .categoryList a {
  padding-top: 59px;
  padding-bottom: 8px;
}
.categoryList .category-renraku {
  background: #f81b84 url(../img/icon-renraku@2x.png) center 13px no-repeat;
  background-size: 48px auto;
}
.categoryList .category-endayori {
  background: #02c8a7 url(../img/icon-endayori@2x.png) no-repeat center 8px;
  background-size: 54px auto;
}
.categoryList .category-nyuenyotei {
  background: #0099ff url(../img/icon-nyuen@2x.png) no-repeat center 12px;
  background-size: 58px auto;
}
.categoryList .category-area {
  background: #7733ff url(../img/icon-area.png) no-repeat center 10px;
  background-size: 54px auto;
}

.backNumberList {
  margin-top: 25px;
  background-color: #fff;
  border: 1px solid;
  font-weight: bold;
  font-size: 1.8rem;
}
.backNumberList .midashi {
  background-color: #ff7900;
  padding: 8px 0;
  text-align: center;
  color: #fff;
}
_:-ms-lang(x)::-ms-backdrop, .backNumberList .midashi {
  padding-top: 10px;
  padding-bottom: 6px;
}
.backNumberList ul {
  list-style: none;
  padding: 20px 14px;
}
.backNumberList li + li {
  margin-top: 18px;
}
.backNumberList a::before {
  content: "■";
  display: inline;
}

@media screen and (min-width: 768px) {
  .categoryList .category-renraku:hover {
    background-color: rgba(248, 27, 132, 0.7);
  }
  .categoryList .category-endayori:hover {
    background-color: rgba(2, 200, 167, 0.7);
  }
  .categoryList .category-nyuenyotei:hover {
    background-color: rgba(0, 153, 255, 0.7);
  }
  .categoryList .category-area:hover {
    background-color: rgba(119, 51, 255, 0.7);
  }

  .backNumberList a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .categoryList a {
    padding: 20px;
    font-size: 2rem;
  }
  .categoryList .category-renraku {
    background-position: 28px center;
    background-size: 39px auto;
  }
  .categoryList .category-renraku:active {
    background-color: rgba(248, 27, 132, 0.7);
  }
  .categoryList .category-endayori {
    background-position: 26px center;
    background-size: 43px auto;
  }
  .categoryList .category-endayori:active {
    background-color: rgba(2, 200, 167, 0.7);
  }
  .categoryList .category-nyuenyotei {
    background-position: 24px center;
    background-size: 47px auto;
  }
  .categoryList .category-nyuenyotei:active {
    background-color: rgba(0, 153, 255, 0.7);
  }
  .categoryList .category-area {
    background-position: 26px center;
    background-size: 43px auto;
  }
  .categoryList .category-area:active {
    background-color: rgba(119, 51, 255, 0.7);
  }

  .backNumberList a {
    display: block;
  }
  .backNumberList a:active {
    text-decoration: underline;
  }
}
/* Post page */
.post .entryHead {
  display: block;
  font-size: 1.6rem;
}
.post .entryHead .date {
  border-left: 1px solid;
  border-right: 1px solid;
  background-color: #fff;
  padding: 20px 20px 0;
  text-align: right;
}
.post .entryTitle {
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  padding: 12px 20px;
  font-size: 2.2rem;
  font-weight: bold;
}
_:-ms-lang(x)::-ms-backdrop, .post .entryTitle {
  padding-top: 16px;
  padding-bottom: 8px;
}
.post .entryBody {
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  background-color: #fff;
  padding: 30px 20px;
  font-size: 1.8rem;
  line-height: 1.75;
}
.post .entryBody:after {
  content: "";
  display: block;
  clear: both;
}
.post .entryBody p + p {
  margin-top: 1.75em;
}
.post .entryBody .wp-block-file a {
  display: inline-block;
  text-decoration: underline;
}
.post .entryBody .wp-block-file .wp-block-file__button {
  margin: 10px 15px;
  padding: 10px 30px;
  background-color: #666;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
}
.post .entry.category-renraku .entryHead .category {
  background-color: #f81b84;
}
.post .entry.category-renraku .entryHead .date {
  border-color: #f81b84;
}
.post .entry.category-renraku .entryTitle {
  border-color: #f81b84;
  background-color: #fee3f0;
}
.post .entry.category-renraku .entryBody {
  border-color: #f81b84;
}
.post .entry.category-renraku .entryBody .wp-block-file a {
  color: #f81b84;
}
.post .entry.category-renraku .entryBody .wp-block-file .wp-block-file__button {
  color: #fff;
}
.post .entry.category-endayori .entryHead .category {
  background-color: #02c8a7;
}
.post .entry.category-endayori .entryHead .date {
  border-color: #02c8a7;
}
.post .entry.category-endayori .entryTitle {
  border-color: #02c8a7;
  background-color: #e0f8f4;
}
.post .entry.category-endayori .entryBody {
  border-color: #02c8a7;
}
.post .entry.category-endayori .entryBody .wp-block-file a {
  color: #02c8a7;
}
.post .entry.category-endayori .entryBody .wp-block-file .wp-block-file__button {
  color: #fff;
}
.post .entry.category-nyuenyotei .entryHead .category {
  background-color: #0099ff;
}
.post .entry.category-nyuenyotei .entryHead .date {
  border-color: #0099ff;
}
.post .entry.category-nyuenyotei .entryTitle {
  border-color: #0099ff;
  background-color: #e0f3ff;
}
.post .entry.category-nyuenyotei .entryBody {
  border-color: #0099ff;
}
.post .entry.category-nyuenyotei .entryBody .wp-block-file a {
  color: #0099ff;
}
.post .entry.category-nyuenyotei .entryBody .wp-block-file .wp-block-file__button {
  color: #fff;
}
.post .entry.category-area .entryHead .category {
  background-color: #7733ff;
}
.post .entry.category-area .entryHead .date {
  border-color: #7733ff;
}
.post .entry.category-area .entryTitle {
  border-color: #7733ff;
  background-color: #eddaff;
}
.post .entry.category-area .entryBody {
  border-color: #7733ff;
}
.post .entry.category-area .entryBody .wp-block-file a {
  color: #7733ff;
}
.post .entry.category-area .entryBody .wp-block-file .wp-block-file__button {
  color: #fff;
}
.post + .pageNavi li {
  flex-basis: 280px;
}
.post + .pageNavi .prev, .post + .pageNavi .next {
  flex-basis: auto;
}
@media screen and (min-width: 768px) {
  .post .entryBody .wp-block-file a:hover {
    text-decoration: none;
  }
  .post .entry.category-renraku .entryBody .wp-block-file .wp-block-file__button:hover {
    background-color: #f81b84;
  }
  .post .entry.category-endayori .entryBody .wp-block-file .wp-block-file__button:hover {
    background-color: #02c8a7;
  }
  .post .entry.category-nyuenyotei .entryBody .wp-block-file .wp-block-file__button:hover {
    background-color: #0099ff;
  }
  .post .entry.category-area .entryBody .wp-block-file .wp-block-file__button:hover {
    background-color: #7733ff;
  }
}
@media screen and (max-width: 767px) {
  .post .entryHead {
    font-size: 1.4rem;
  }
  .post .entryHead .date {
    padding: 14px 14px 0;
  }
  .post .entryTitle {
    font-size: 1.8rem;
    padding-left: 14px;
    padding-right: 14px;
  }
  .post .entryBody {
    font-size: 1.5rem;
    padding: 14px 14px 30px;
  }
  .post .entryBody .wp-block-file a:active {
    text-decoration: none;
  }
  .post .entry.category-renraku .entryBody .wp-block-file .wp-block-file__button:active {
    background-color: #f81b84;
  }
  .post .entry.category-endayori .entryBody .wp-block-file .wp-block-file__button:active {
    background-color: #02c8a7;
  }
  .post .entry.category-nyuenyotei .entryBody .wp-block-file .wp-block-file__button:active {
    background-color: #0099ff;
  }
  .post .entry.category-area .entryBody .wp-block-file .wp-block-file__button:active {
    background-color: #7733ff;
  }
  .post + .pageNavi li {
    flex-grow: 1;
    flex-basis: auto;
  }
  .post + .pageNavi li a {
    width: auto;
  }
}

/* archive */
.archiveList h2 {
  margin-bottom: 25px;
  background-color: #ff7900;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}
.archiveList h2 span {
  display: inline-block;
  padding: 22px 0 18px 58px;
  background-repeat: no-repeat;
  background-position: left center;
}
_:-ms-lang(x)::-ms-backdrop, .archiveList h2 span {
  padding-top: 26px;
  padding-bottom: 14px;
}
.archiveList.category-renraku h2 {
  background-color: #f81b84;
}
.archiveList.category-renraku h2 span {
  background-image: url(../img/icon-renraku@2x.png);
  background-size: 36px auto;
}
.archiveList.category-endayori h2 {
  background-color: #02c8a7;
}
.archiveList.category-endayori h2 span {
  background-image: url(../img/icon-endayori@2x.png);
  background-size: 46px auto;
  background-position: left 60%;
}
.archiveList.category-nyuenyotei h2 {
  background-color: #0099ff;
}
.archiveList.category-nyuenyotei h2 span {
  background-image: url(../img/icon-nyuen@2x.png);
  background-size: 50px auto;
}
.archiveList.category-area h2 {
  background-color: #7733ff;
}
.archiveList.category-area h2 span {
  background-image: url(../img/icon-area.png);
  background-size: 46px auto;
}
@media screen and (max-width: 767px) {
  .archiveList h2 {
    text-align: left;
    font-size: 2rem;
  }
  .archiveList h2 span {
    background-position: 30px center;
    padding-left: 100px;
  }
  .archiveList.category-renraku h2 span {
    background-size: 38px auto;
    padding-left: 90px;
  }
  .archiveList.category-endayori h2 span {
    background-size: 48px auto;
    background-position: 30px 60%;
  }
  .archiveList.category-nyuenyotei h2 span {
    background-size: 52px auto;
  }
  .archiveList.category-area h2 span {
    background-size: 48px auto;
  }
}
