@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url("../css/fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: strict;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
}

h5, h6 {
  margin: 0;
}

ul, ol {
  padding: 0;
  list-style: none;
}

iframe {
  border: none;
}

.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.img_l, .img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem auto;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter {
  color: inherit;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus-visible {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

html {
  font-size: 2.7777777778vw;
  scroll-behavior: smooth;
}

body {
  background: #F9F9F9;
  color: #333;
  margin: 0;
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", "Yu Gothic", Meiryo, sans-serif;
}
body > .wrap {
  margin: 4rem auto 8rem;
}

a {
  color: inherit;
  text-decoration: none;
}

.main {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 1.6rem;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  body > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 6rem;
    margin: 8rem auto;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .sidebar {
    width: calc((1200px * 0.276) + 3rem);
  }
}
.header {
  padding: 2rem 1rem;
  background: url(../img/header.jpg) no-repeat center center/auto 100%;
}
.header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.header .wrap .logo a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.header .wrap .logo a img {
  display: inline-block;
  height: 3rem;
}
.header .wrap .lst_btn {
  display: none;
}
.header .tit_header {
  color: #3872B6;
  font-weight: bold;
  text-align: center;
  font-size: 2.2rem;
  margin: 1rem auto 0;
}

@media screen and (min-width: 48em), print {
  .header {
    padding: 2rem 0;
    background-size: auto;
    height: 30rem;
  }
  .header .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .wrap .logo a {
    margin: 0;
  }
  .header .wrap .logo a img {
    height: 5.4rem;
  }
  .header .wrap .lst_btn {
    margin: 0;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 2rem;
  }
  .header .wrap .lst_btn li {
    width: 16rem;
  }
  .header .wrap .lst_btn li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0.6rem;
    text-align: center;
    color: #67B060;
    background: #fff;
    border: 1px solid #67B060;
    padding: 0.4rem;
    border-radius: 0.4rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em), print {
  .header .wrap .lst_btn li a {
    border-radius: calc(0.4rem * 1.5);
  }
}
@media screen and (min-width: 48em), print {
  .header .wrap .lst_btn li a:is(.btn_top, .btn_blog)::before {
    display: inline-block;
  }
}
@media screen and (min-width: 48em), print {
  .header .wrap .lst_btn li a.btn_top::before {
    font-family: "fontello";
    content: "\cb01";
    font-weight: normal;
  }
}
@media screen and (min-width: 48em), print {
  .header .wrap .lst_btn li a.btn_blog::before {
    font-family: "fontello";
    content: "\cb02";
    font-weight: normal;
  }
}
@media screen and (min-width: 48em), print {
  .header .wrap .lst_btn li a:is(:hover, :focus-visible) {
    color: #fff;
    background: #67B060;
  }
}
@media screen and (min-width: 48em), print {
  .header .tit_header {
    font-size: 4rem;
    margin: 4rem auto;
  }
}
.breadnav {
  max-width: 100vw;
  margin: 0 1rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  font-size: 1.2rem;
  color: #999;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
}
.breadnav .breadcrumb li a {
  text-decoration: underline;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  font-family: "fontello";
  content: "\cb14";
  font-weight: normal;
  font-size: 80%;
  margin: 0 0 0 0.6rem;
}
.breadnav .breadcrumb li.sitetop::before {
  font-family: "fontello";
  content: "\cb01";
  font-weight: normal;
}
.breadnav .breadcrumb li.blogtop::before {
  font-family: "fontello";
  content: "\cb02";
  font-weight: normal;
}
.breadnav .breadcrumb li.catname::before {
  font-family: "fontello";
  content: "\cb03";
  font-weight: normal;
}
.breadnav .breadcrumb li.yearmonth::before {
  font-family: "fontello";
  content: "\cb04";
  font-weight: normal;
}

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 1200px;
    max-width: 100%;
    margin: 2rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 1.4rem;
    gap: 0 1.6rem;
  }
  .breadnav .breadcrumb li {
    gap: 0 0.6rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 0 0 1rem;
  }
  .breadnav .breadcrumb li a:is(:hover, :focus-visible) {
    color: #67B060;
    text-decoration: none;
  }
}
.tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
  margin: 0 0 2rem;
  padding: 0 0 0.6rem;
  border-bottom: 2px solid #3872B6;
  color: #3872B6;
  line-height: 1.4;
  font-weight: bold;
  font-size: 120%;
}

@media screen and (min-width: 48em), print {
  .tit {
    margin: 0 0 3rem;
    padding: 0 0 1rem;
    font-size: 130%;
    line-height: 1.6;
  }
}
.main .tit.cat, .main .tit.arc {
  margin: 0 0 4rem;
}
.main .tit.cat::before {
  font-family: "fontello";
  content: "\cb03";
  font-weight: normal;
}
.main .tit.arc::before {
  font-family: "fontello";
  content: "\cb04";
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  .main .tit.cat, .main .tit.arc {
    margin: 0 0 6rem;
  }
}

.eyecatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto 2rem;
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.eyecatch img {
  min-width: 105%;
  min-height: 105%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post {
  margin: 0 0 4rem;
}
.post .post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  font-size: 1.2rem;
  border: 1px solid #ccc;
}
.post .post-categories li {
  list-style: none;
}
.post .post-categories li a {
  height: 100%;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
  color: #999;
  padding: 0.2rem 0.6rem;
}
.post .post-categories li a::before {
  font-family: "fontello";
  content: "\cb03";
  font-weight: normal;
}
.post .box_post {
  display: block;
  padding: 3rem 1.6rem;
  margin: -1px 0 0;
  border: 1px solid #ccc;
  background: #fff;
}
.post .box_post > .eyecatch {
  display: none;
}
.post .box_post .txt .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin: 0 0 1rem;
}
.post .box_post .txt .date li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
  font-size: 1.2rem;
  color: #999;
}
.post .box_post .txt .date li.release::before {
  font-family: "fontello";
  content: "\cb10";
  font-weight: normal;
}
.post .box_post .txt .date li.update::before {
  font-family: "fontello";
  content: "\cb11";
  font-weight: normal;
}
.post .box_post .txt .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.6rem;
}
.post .box_post .txt .inner .eyecatch {
  width: 35%;
  height: calc((100vw - 6.4rem - 2px) * 0.35);
}
.post .box_post .txt .inner .date_tit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.post .box_post .txt .inner .date_tit .tit {
  font-size: 110%;
}
.post .box_post .txt .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0 0 auto;
  background: #67B060;
  color: #fff;
  text-decoration: none;
  border: 1px solid #67B060;
  border-radius: 0.4rem;
  padding: 0.4rem 2rem;
}
@media screen and (min-width: 48em), print {
  .post .box_post .txt .more {
    border-radius: calc(0.4rem * 1.5);
  }
}
.post .box_post .txt .more::after {
  font-family: "fontello";
  content: "\cb14";
  font-weight: normal;
  font-size: 80%;
}

@media screen and (min-width: 48em), print {
  .post {
    margin: 0 0 8rem;
  }
  .post .post-categories {
    font-size: 1.4rem;
    gap: 0;
  }
  .post .post-categories li a {
    padding: 0.2rem 1rem;
  }
  .post .post-categories li a:is(:hover, :focus-visible) {
    color: #67B060;
  }
  .post .box_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 4rem;
    padding: 4rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .post .box_post .eyecatch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 22rem;
    height: 22rem;
  }
  .post .box_post .eyecatch img {
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .post .box_post .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .post .box_post .txt .date {
    font-size: 1.4rem;
    gap: 0 2rem;
  }
  .post .box_post .txt .inner {
    display: block;
  }
  .post .box_post .txt .inner > .eyecatch {
    display: none;
  }
  .post .box_post .txt .inner .date_tit {
    width: 100%;
  }
  .post .box_post .txt p {
    margin: 0 0 2rem;
  }
  .post .box_post .txt .more {
    padding: 0.4rem 3rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .post a.box_post:is(:hover, :focus-visible) {
    border: 1px solid rgba(103, 176, 96, 0.6);
    -webkit-box-shadow: 0 0 0.4rem 0.4rem rgba(103, 176, 96, 0.6) inset;
            box-shadow: 0 0 0.4rem 0.4rem rgba(103, 176, 96, 0.6) inset;
  }
  .post a.box_post:is(:hover, :focus-visible) .eyecatch img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .post a.box_post:is(:hover, :focus-visible) .txt .more {
    background: #fff;
    color: #67B060;
  }
}
.pager {
  margin-top: 4rem;
}
.pager > .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0.1rem;
}
.pager > .page-numbers li a, .pager > .page-numbers li .current, .pager > .page-numbers li .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  background: #67B060;
  color: #fff;
  padding: 0.4rem 1rem;
  border: 1px solid #67B060;
}
.pager > .page-numbers li a.prev::before, .pager > .page-numbers li .current.prev::before, .pager > .page-numbers li .dots.prev::before {
  font-family: "fontello";
  content: "\cb15";
  font-weight: normal;
  font-size: 80%;
}
.pager > .page-numbers li a.next::after, .pager > .page-numbers li .current.next::after, .pager > .page-numbers li .dots.next::after {
  font-family: "fontello";
  content: "\cb14";
  font-weight: normal;
  font-size: 80%;
}
.pager > .page-numbers li .current {
  background: #fff;
  color: #67B060;
}
.pager > .page-numbers li .dots {
  height: 100%;
  border: none;
  color: #999;
  background: #fff;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .pager > .page-numbers li a, .pager > .page-numbers li .current, .pager > .page-numbers li .dots {
    padding: 1rem 2rem;
  }
  .pager > .page-numbers li a:is(:hover, :focus-visible), .pager > .page-numbers li .current:is(:hover, :focus-visible), .pager > .page-numbers li .dots:is(:hover, :focus-visible) {
    background: #fff;
    color: #67B060;
  }
}
.post.not-found .tit::before {
  font-family: "fontello";
  content: "\cb09";
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  .post.not-found .tit {
    margin: 0 0 6rem;
    padding: 0 0 0.6rem;
    font-size: 2rem;
  }
}

.post .box_post .txt .info {
  margin: 4rem auto 0;
  padding: 3rem 1rem;
  text-align: center;
  line-height: 1;
  background: rgba(204, 204, 204, 0.1);
}
.post .box_post .txt .info .name {
  display: block;
  font-size: 120%;
  color: #3872B6;
  font-weight: bold;
}
.post .box_post .txt .info .tel {
  font-size: 140%;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1rem;
  color: #67B060;
  margin: 2rem 0;
}
.post .box_post .txt .info .tel::before {
  font-family: "fontello";
  content: "\cb12";
  font-weight: normal;
  font-weight: normal;
}
.post .box_post .txt .info .btn_top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.6rem;
  text-align: center;
  color: #fff;
  background: #67B060;
  border: 1px solid #67B060;
  padding: 1rem 3rem;
  border-radius: 0.4rem;
}
@media screen and (min-width: 48em), print {
  .post .box_post .txt .info .btn_top {
    border-radius: calc(0.4rem * 1.5);
  }
}
.post .box_post .txt .info .btn_top::before {
  font-family: "fontello";
  content: "\cb01";
  font-weight: normal;
}

@media screen and (min-width: 48em), print {
  .post .box_post .txt .info {
    margin: 8rem auto 0;
    padding: 3rem;
  }
  .post .box_post .txt .info .name {
    font-size: 150%;
  }
  .post .box_post .txt .info .tel {
    margin: 3rem 0;
  }
  .post .box_post .txt .info .btn_top {
    padding: 1rem 4rem;
  }
  .post .box_post .txt .info .btn_top:is(:hover, :focus-visible) {
    background: #fff;
    color: #67B060;
  }
}
.related {
  margin: 4rem 0;
}
.related .tit::before {
  font-family: "fontello";
  content: "\cb08";
  font-weight: normal;
}
.related ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
}
.related ul li::before {
  font-family: "fontello";
  content: "\cb14";
  font-weight: normal;
  font-size: 80%;
  color: #67B060;
  margin: 0.8em 0 0;
}
.related ul li a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.8rem 0;
}
.related ul li a .eyecatch {
  width: 5rem;
  height: 5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .related {
    margin: 8rem 0;
  }
  .related ul li a .eyecatch {
    width: 5rem;
    height: 5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5rem;
            flex: 0 0 5rem;
    margin: 0;
  }
  .related ul li a:is(:hover, :focus-visible) {
    color: #67B060;
  }
}
.post_link {
  margin: 0 0 4rem;
}
.post_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.post_link ul li {
  width: 50%;
  font-size: 90%;
}
.post_link ul li a {
  display: block;
  font-size: 110%;
  line-height: 1.4;
  color: #67B060;
  position: relative;
}
.post_link ul li a span {
  display: block;
  color: #333;
  margin: 0.6rem 0 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.post_link ul li a::before, .post_link ul li a::after {
  position: absolute;
  top: 1.2em;
}
.post_link ul li.prev a {
  padding: 1rem 1rem 1rem 2.4rem;
}
.post_link ul li.prev a::before {
  font-family: "fontello";
  content: "\cb15";
  font-weight: normal;
  font-size: 80%;
  left: 0.6rem;
}
.post_link ul li.next {
  border-left: 1px solid #ccc;
}
.post_link ul li.next a {
  text-align: right;
  padding: 1rem 2.4rem 1rem 1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.post_link ul li.next a::after {
  font-family: "fontello";
  content: "\cb14";
  font-weight: normal;
  font-size: 80%;
  right: 0.6rem;
}

@media screen and (min-width: 48em), print {
  .post_link {
    margin: 0 0 6rem;
  }
  .post_link ul li a::before, .post_link ul li a:after {
    top: 2.6em;
  }
  .post_link ul li a:is(:hover, :focus-visible) span {
    color: #67B060;
  }
  .post_link ul li.prev a {
    padding: 3rem 2rem 3rem 4rem;
  }
  .post_link ul li.prev a::before {
    left: 1.6rem;
  }
  .post_link ul li.next a {
    padding: 3rem 4rem 3rem 2rem;
  }
  .post_link ul li.next a::after {
    right: 1.6rem;
  }
}
.btn_postindex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 1rem;
  color: #fff;
  background: #67B060;
  border: 1px solid #67B060;
  padding: 0.4rem 2rem;
  border-radius: 0.4rem;
}
@media screen and (min-width: 48em), print {
  .btn_postindex {
    border-radius: calc(0.4rem * 1.5);
  }
}
.btn_postindex::before {
  font-family: "fontello";
  content: "\cb02";
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  .btn_postindex:is(:hover, :focus-visible) {
    color: #67B060;
    background: #fff;
  }
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
}
.search-form label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-form label input.search-field {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #ccc;
}
.search-form input.search-submit {
  width: 6rem;
  background: #67B060;
  color: #fff;
  border: 1px solid #67B060;
  border-radius: 0.4rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 48em), print {
  .search-form input.search-submit {
    border-radius: calc(0.4rem * 1.5);
  }
}
@media screen and (min-width: 48em), print {
  .search-form input.search-submit:hover {
    background: #fff;
    color: #67B060;
  }
}

.result {
  margin: 0 0 3rem;
  padding: 1rem;
  font-weight: bold;
  background: rgba(56, 114, 182, 0.1);
}
@media screen and (min-width: 48em), print {
  .result {
    margin: 0 0 6rem;
    padding: 2rem;
  }
}

.sidebar {
  margin: 6rem 1.6rem 0;
  padding: 4rem 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.sidebar .side_inner {
  margin: 0 0 4rem;
}
.sidebar .side_inner .tit {
  margin: 0 0 2rem;
}
.sidebar .side_inner ul, .sidebar .side_inner ol {
  margin: 0;
}
.sidebar .side_inner .eyecatch {
  width: 5rem;
  height: 5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
  margin: 0;
}
.sidebar .side_inner.clinic_ov .tit {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sidebar .side_inner.clinic_ov .tit::before {
  font-family: "fontello";
  content: "\cb05";
  font-weight: normal;
}
.sidebar .side_inner.clinic_ov .photo {
  max-width: 80%;
  margin: 2rem auto 1rem;
}
.sidebar .side_inner.clinic_ov .photo img.tate {
  max-width: 60%;
  margin: auto;
}
.sidebar .side_inner.clinic_ov .clinic_outline {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem 0;
  margin: 2rem 0;
  -webkit-text-size-adjust: none;
}
.sidebar .side_inner.clinic_ov .clinic_outline dt {
  width: 23%;
  font-weight: bold;
  border-right: 1px solid #ccc;
  padding: 0 1rem 0 0;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.sidebar .side_inner.clinic_ov .clinic_outline dd {
  width: 77%;
  padding: 0 0 0 1rem;
}
.sidebar .side_inner.clinic_ov .clinic_outline dd .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
}
.sidebar .side_inner.clinic_ov .clinic_outline dd .tel::after {
  font-family: "fontello";
  content: "\cb12";
  font-weight: normal;
  color: #67B060;
}
.sidebar .side_inner.clinic_ov .timetable iframe {
  width: 100%;
}
.sidebar .side_inner.clinic_ov .site_home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1rem;
  margin: 2rem 0;
}
.sidebar .side_inner.clinic_ov .site_home li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.6rem;
  text-align: center;
  color: #67B060;
  background: #fff;
  border: 1px solid #67B060;
  padding: 0.6rem 2rem;
  border-radius: 0.4rem;
}
@media screen and (min-width: 48em), print {
  .sidebar .side_inner.clinic_ov .site_home li a {
    border-radius: calc(0.4rem * 1.5);
  }
}
.sidebar .side_inner.clinic_ov .site_home li a.btn_top::before {
  font-family: "fontello";
  content: "\cb01";
  font-weight: normal;
}
.sidebar .side_inner.clinic_ov .site_home li a.btn_rsv::before {
  font-family: "fontello";
  content: "\cb13";
  font-weight: normal;
}
.sidebar .side_inner.clinic_ov .sns_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 3rem;
  margin: 3rem 0;
}
.sidebar .side_inner.clinic_ov .sns_icon li img {
  width: auto;
  height: 4rem;
}
.sidebar .side_inner.clinic_ov .sns_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin: 3rem 0;
}
.sidebar .side_inner.clinic_ov .sns_btn li {
  width: 30%;
}
.sidebar .side_inner.clinic_ov .sns_btn li a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 120%;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0.4rem;
}
.sidebar .side_inner.clinic_ov .sns_btn li a.btn_x {
  background: #0F1419;
}
.sidebar .side_inner.clinic_ov .sns_btn li a.btn_facebook {
  background: #1877f2;
}
.sidebar .side_inner.clinic_ov .sns_btn li a.btn_insta {
  background: -webkit-gradient(linear, left top, left bottom, from(#7638fa), to(#ff0069));
  background: linear-gradient(to bottom, #7638fa 0%, #ff0069 100%);
}
.sidebar .side_inner.clinic_ov .sns_btn li a.btn_line {
  background: #06C755;
}
.sidebar .side_inner.clinic_ov .gmap {
  margin: 3rem 0 0;
  height: calc(100vw - 2rem);
  border: 1px solid #ddd;
}
.sidebar .side_inner.clinic_ov .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.sidebar .side_inner.cat .tit::before {
  font-family: "fontello";
  content: "\cb03";
  font-weight: normal;
}
.sidebar .side_inner.cat ul:not(.children) {
  border-bottom: 1px solid #ccc;
}
.sidebar .side_inner.cat ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  padding: 1rem;
  border: 1px solid #ccc;
  border-bottom: none;
}
.sidebar .side_inner.cat ul > li a::after {
  font-family: "fontello";
  content: "\cb14";
  font-weight: normal;
  font-size: 80%;
  color: #67B060;
  margin: 0 0 0 auto;
}
.sidebar .side_inner.cat ul > li .children li a {
  padding: 1rem;
  border-top: 1px dotted #aaa;
}
.sidebar .side_inner.cat ul > li .children li a::before {
  display: block;
  content: "";
  width: 0.6em;
  height: 0.6em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.6em;
          flex: 0 0 0.6em;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  color: #666;
  margin: 0.2em 0 auto 0;
}
.sidebar .side_inner.cat ul > li .children li .children li a {
  padding: 1rem 1rem 1rem 2em;
}
.sidebar .side_inner.cat ul > li:not(:last-child) a {
  border-bottom: 1px solid transparent;
}
.sidebar .side_inner.popular .tit::before {
  font-family: "fontello";
  content: "\cb07";
  font-weight: normal;
}
.sidebar .side_inner.popular ol {
  counter-reset: number 0;
}
.sidebar .side_inner.popular ol li {
  counter-increment: number 1;
  border-bottom: 1px solid #ccc;
}
.sidebar .side_inner.popular ol li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  padding: 1.2rem 0;
  line-height: 1.2;
}
.sidebar .side_inner.popular ol li a::before {
  width: 1.6em;
  height: 1.6em;
  font-family: "Arial Black", sans-serif;
  border: 1px solid #ccc;
  content: counter(number);
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.6em;
          flex: 0 0 1.6em;
}
.sidebar .side_inner.popular ol li a .view {
  font-family: Arial, sans-serif;
  font-size: 70%;
  color: #999;
  white-space: nowrap;
  margin: auto 0 auto auto;
}
.sidebar .side_inner.popular ol li:first-child a::before {
  background: #ffde00;
}
.sidebar .side_inner.popular ol li:nth-child(2) a::before {
  background: #cfcfcf;
}
.sidebar .side_inner.popular ol li:nth-child(3) a::before {
  background: #cfbb95;
}
.sidebar .side_inner.new .tit::before {
  font-family: "fontello";
  content: "\cb06";
  font-weight: normal;
}
.sidebar .side_inner.new ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 1rem;
  padding: 0.6rem 0;
}
.sidebar .side_inner.new ul li a::before {
  font-family: "fontello";
  content: "\cb14";
  font-weight: normal;
  font-size: 80%;
  color: #67B060;
  margin: 0.2em 0 0;
}
.sidebar .side_inner.archive .tit::before {
  font-family: "fontello";
  content: "\cb04";
  font-weight: normal;
}
.sidebar .side_inner.archive details .btn_select {
  background: #fff;
  border: 1px solid #ccc;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  list-style: none;
}
.sidebar .side_inner.archive details .btn_select::after {
  font-family: "fontello";
  content: "\cb17";
  font-weight: normal;
  color: #67B060;
}
.sidebar .side_inner.archive details .btn_select::-webkit-details-marker {
  display: none;
}
.sidebar .side_inner.archive details .lst_month {
  background: #fff;
  margin: 0;
}
.sidebar .side_inner.archive details .lst_month li {
  border: 1px solid #ccc;
  border-top: none;
}
.sidebar .side_inner.archive details .lst_month li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}
.sidebar .side_inner.archive details .lst_month li a::after {
  font-family: "fontello";
  content: "\cb14";
  font-weight: normal;
  font-size: 80%;
  color: #67B060;
}
.sidebar .side_inner.archive details[open] .btn_select::after {
  font-family: "fontello";
  content: "\cb16";
  font-weight: normal;
}
.sidebar .search-form {
  margin: 0 0 4rem;
}

@media screen and (min-width: 48em), print {
  .sidebar {
    margin: 0 0 6rem;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .sidebar .side_inner {
    margin: 0 0 6rem;
  }
  .sidebar .side_inner.clinic_ov .clinic_outline {
    font-size: 90%;
  }
  .sidebar .side_inner.clinic_ov .clinic_outline dd .tel::after {
    display: none;
  }
  .sidebar .side_inner.clinic_ov .site_home li a {
    padding: 0.6rem 3rem;
  }
  .sidebar .side_inner.clinic_ov .site_home li a:is(:hover, :focus-visible) {
    color: #fff;
    background: #67B060;
  }
  .sidebar .side_inner.clinic_ov .gmap {
    height: calc((1200px * 0.276) + 3rem);
  }
  .sidebar .side_inner.cat ul > li a {
    padding: 1rem 1.6rem;
  }
  .sidebar .side_inner.cat ul > li a:is(:hover, :focus-visible) {
    color: #67B060;
  }
  .sidebar .side_inner.cat ul > li .children li a {
    padding: 1rem 1.6rem;
  }
  .sidebar .side_inner.cat ul > li .children li a::before {
    margin: 0.3em 0 auto 0;
  }
  .sidebar .side_inner.cat ul > li .children li a:is(:hover, :focus-visible)::before {
    border-left: 1px solid #67B060;
    border-bottom: 1px solid #67B060;
  }
  .sidebar .side_inner.cat ul > li .children li .children li a {
    padding: 1rem 1.6rem 1rem 2.4em;
  }
  .sidebar .side_inner.popular .tit::before {
    font-family: "fontello";
    content: "\cb07";
    font-weight: normal;
  }
  .sidebar .side_inner.popular ol li a {
    padding: 1.6rem 0;
    line-height: 1.4;
  }
  .sidebar .side_inner.popular ol li a:is(:hover, :focus-visible) {
    color: #67B060;
  }
  .sidebar .side_inner.popular ol li a:is(:hover, :focus-visible)::before {
    color: #333;
  }
  .sidebar .side_inner.new ul li a {
    padding: 1rem 0.6rem;
  }
  .sidebar .side_inner.new ul li a:is(:hover, :focus-visible) {
    color: #67B060;
  }
  .sidebar .side_inner.archive .btn_select {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .sidebar .side_inner.archive .btn_select:is(:hover, :focus-visible) {
    color: #67B060;
  }
  .sidebar .side_inner.archive .lst_month li a:is(:hover, :focus-visible) {
    color: #67B060;
  }
  .sidebar .search-form {
    margin: 0 0 6rem;
  }
}
#tel_up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4rem;
  background: #fff;
  -webkit-box-shadow: 0 -0.2rem 0.1rem rgba(153, 153, 153, 0.2);
          box-shadow: 0 -0.2rem 0.1rem rgba(153, 153, 153, 0.2);
  position: fixed;
  bottom: 0;
  z-index: 1;
}
#tel_up > ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 1px;
  margin: 0;
  border-right: 1px solid #fff;
}
#tel_up > ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#tel_up > ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  background: #67B060;
}
#tel_up > ul li a::before {
  display: block;
  font-size: 1.2em;
}
#tel_up > ul li a.menu_home::before {
  font-family: "fontello";
  content: "\cb01";
  font-weight: normal;
}
#tel_up > ul li a.menu_post::before {
  font-family: "fontello";
  content: "\cb02";
  font-weight: normal;
}
#tel_up > ul li a.menu_tel::before {
  font-family: "fontello";
  content: "\cb12";
  font-weight: normal;
}
#tel_up > ul li a.menu_rsv::before {
  font-family: "fontello";
  content: "\cb13";
  font-weight: normal;
}
#tel_up #pageup {
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  text-align: center;
  padding: 0.4rem;
  color: #67B060;
  background: #fff;
  position: relative;
  overflow: hidden;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\cb16";
  font-weight: normal;
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    visibility: hidden;
    width: 6rem;
    height: 6rem;
    right: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 6rem;
    height: 6rem;
    font-size: 3.6rem;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #e1e1e1;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    color: #fff;
    background: #67B060;
  }
}
.footer {
  padding: 0 0 4rem;
}
.footer .copy {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #3872B6;
  font-size: 1.2rem;
  padding: 1rem;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 0;
  }
  .footer .copy {
    height: 6rem;
    font-size: 1.4rem;
  }
}
.post_entry {
  overflow-wrap: break-word;
}
.post_entry h1, .post_entry h2, .post_entry h3, .post_entry h4, .post_entry h5, .post_entry h6 {
  margin: 0 0 2rem;
}
.post_entry a {
  text-decoration: underline;
}
.post_entry a[class*=button] {
  text-decoration: none !important;
}
@media screen and (min-width: 48em), print {
  .post_entry a:hover {
    text-decoration: none;
  }
  .post_entry a[class*=button]:hover {
    opacity: 0.8;
  }
}
.post_entry .wp-block-column {
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .post_entry .wp-block-column {
    padding: 1.6rem;
  }
}
.post_entry .wp-block-table {
  overflow: auto;
  white-space: nowrap;
}
.post_entry .wp-block-table table {
  width: 100%;
}
.post_entry .wp-block-table table thead {
  border-bottom: 2px solid #ccc;
  color: #3872B6;
}
.post_entry .wp-block-table table tfoot {
  border-top: 2px solid #ccc;
}
.post_entry .wp-block-table.is-style-stripes {
  border: none;
}
.post_entry .wp-block-table.is-style-stripes table th, .post_entry .wp-block-table.is-style-stripes table td {
  border: 1px solid #ccc;
}
.post_entry .wp-block-table.is-style-stripes table tbody tr:nth-child(2n+1) {
  background: rgba(56, 114, 182, 0.1);
}
@media screen and (min-width: 48em), print {
  .post_entry .wp-block-table {
    overflow: hidden;
    white-space: normal;
  }
}
.post_entry iframe {
  width: 100%;
}
.post_entry p {
  margin: 1em 0;
}
.post_entry ul, .post_entry ol {
  margin: 1em 0 1em 2em;
}
.post_entry ul li {
  list-style: disc;
}
.post_entry ol li {
  list-style: decimal;
}