@charset "UTF-8";
/*!
 * このファイル(style.css)は scss/style.scss から自動生成されています。
 * 直接編集せず、scss/style.scss を編集してコンパイルしてください。
 * (旧 common.css / pc.css / sp.css を統合したものです)
 */
/*===========================================================================*/
/* common(全デバイス共通) */
/*===========================================================================*/
/* リセット
---------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: top;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

input[type=text],
input[type=submit],
input[type=reset],
input[type=email],
input[type=tel],
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
}

.keikoupen {
  background: linear-gradient(transparent 70%, yellow 70%);
}

.slick-slide a {
  display: block;
}

.tag-cloud-link {
  font-size: 0.7em !important;
  display: inline-block;
  padding: 0.25em 0.75em;
  margin: 7px 0.15em 0 0;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fcfcfc;
}
.tag-cloud-link:hover {
  background: #ffd400;
}

.tagcloud {
  padding: 2px 0 12px;
}

/* 共通基本スタイル
---------------------------------------------------------------------------- */
html {
  height: 100%;
}

body {
  background: #fff;
  margin: 0 !important;
  color: #222;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.5em;
  height: 100%;
}
body #container {
  height: auto;
}

.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

.txt-red {
  color: #a2272d;
}

.waku {
  overflow: hidden;
}

.waku::after,
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.clearboth {
  clear: both;
  height: 1px;
}

a {
  color: #222;
  overflow: hidden;
  outline: none;
  text-decoration: none;
  transition: 0.6s;
}
a#top {
  position: absolute;
  top: 0px;
}
a:hover {
  color: #fa4c07;
  text-decoration: none;
}
a.alpha {
  display: block;
}
a.alpha:hover {
  filter: alpha(opacity=88);
  -moz-opacity: 0.88;
  opacity: 0.88;
}
a img {
  transition: 0.3s ease-in-out;
}
a img:hover {
  filter: alpha(opacity=88);
  -moz-opacity: 0.88;
  opacity: 0.88;
}

.text-justify {
  text-align: justify;
}

/* ハック
---------------------------------------------- */
/* letter-spacing hack */
@media screen {
  body {
    letter-spacing: 0;
  }
  br {
    letter-spacing: 0;
  }
}
/* リンク
---------------------------------------------- */
.entry-content a {
  color: #49841f;
  font-weight: bold;
  text-decoration: underline;
}
.entry-content a:hover {
  color: #fa4c07;
  text-decoration: none;
}
.entry-content p,
.entry-content p span,
.entry-content p strong {
  vertical-align: baseline;
}
.entry-content iframe {
  width: 100%;
}

.by-author {
  display: none;
}

/* その他
---------------------------------------------- */
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*===========================================================================*/
/* PC・SPで宣言が同一だったルールの集約
   (旧 pc.css / sp.css の両方に同内容で存在していたもの) */
/*===========================================================================*/
/* パンくず
---------------------------------------------- */
.breadcrumbs a {
  text-decoration: underline;
  color: #111;
}
.breadcrumbs a:hover {
  text-decoration: none;
  color: #86bc43;
}

/* ボタン
---------------------------------------------- */
.btn-push {
  display: inline-block;
  max-width: 300px;
  min-width: 200px;
  text-align: center;
  background: #111;
  border: 1px solid #333;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 14px 36px;
  position: relative;
  /* border-radius は PC / SP で異なるため各メディアクエリ内で指定 */
}
.btn-push::after {
  font-family: "Font Awesome 5 Free", sans-serif;
  content: "\f105"; /* angle-right アイコン(元ファイルでは生の特殊文字で記述されていたもの) */
  position: absolute;
  right: 16px;
  font-size: 14px;
  text-decoration: none;
  color: #86bc43;
}
.btn-push:hover {
  color: #111;
  background: #ffd400;
}

.ad-area {
  padding: 24px 0;
}

/* 目次(TOC+)
---------------------------------------------- */
#ez-toc-container {
  background: #f6f8f4;
  border-top: 2px solid #333; /* 上下の線のみ */
  border-bottom: 2px solid #333;
  margin-bottom: 80px;
  width: auto;
  display: table; /* 中身に合わせる */
  /* padding / min-width は PC / SP で異なるため各メディアクエリ内で指定 */
}
#ez-toc-container .ez-toc-title-container {
  margin-bottom: 24px;
}
#ez-toc-container a {
  margin-bottom: 8px;
}

/* フッター
---------------------------------------------- */
footer a {
  color: #fff;
  text-decoration: underline;
}

/* スライダー
---------------------------------------------- */
#slide .box .con .day {
  font-size: 12px;
  color: #ffd400;
}
#slide {
  /* トップスライダー(CSSアニメーションで常時流れるマーキー)
     複製やアニメ時間のセットは index.php 末尾のスクリプトが行う */
}
#slide .top-slide {
  overflow: hidden;
}
#slide .top-slide-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  /* 1枚あたり14秒 × 枚数(--item-count は index.php のJSがセット) */
  animation: top-slide-marquee calc(var(--item-count, 10) * 14s) linear infinite;
}
#slide .top-slide-track .box {
  flex: 0 0 auto;
  width: 33.333vw; /* PCは約3枚表示 */
}
#slide .top-slide-track .box img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1080px) {
  #slide .top-slide-track .box {
    width: 66.666vw; /* 約1.5枚表示 */
  }
}
@media screen and (max-width: 468px) {
  #slide .top-slide-track {
    animation-duration: calc(var(--item-count, 10) * 7s); /* スマホは1枚あたり7秒 */
  }
  #slide .top-slide-track .box {
    width: 100vw; /* 1枚表示 */
  }
}
/* OSで「視差効果(動き)を減らす」設定にしている人にはスライドを止めて見せる */
@media (prefers-reduced-motion: reduce) {
  #slide .top-slide-track {
    animation-play-state: paused;
  }
}
@keyframes top-slide-marquee {
  to {
    transform: translateX(-50%);
  }
}
/* トップページ
---------------------------------------------- */
.top-new-area .txt a {
  text-decoration: underline;
}

.top-sec-01 .box .txt-area span {
  font-weight: bold;
  color: crimson;
}

/* 制作実績一覧(works-block)
---------------------------------------------- */
.works-block ul li .photo-box a {
  display: block;
}
.works-block ul li .photo-box a img {
  border: 0;
}
.works-block ul li .info-box .box-in .box-td {
  display: table-cell;
  width: 70%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 12px 16px;
  vertical-align: middle;
}
.works-block ul li .info-box .naiyou a {
  text-decoration: underline;
}

/* タグクラウド
---------------------------------------------- */
.tag-cloud-area a:hover {
  color: #111;
  background: #ffd400;
  border: 1px solid #111;
}
.tag-cloud-area .tag-ttl {
  display: inline-block;
  margin: 0 0.1em 0.6em 0;
  padding: 6px 12px 6px 0;
  line-height: 1;
  font-size: 12px;
}

/* 制作実績詳細(works)
---------------------------------------------- */
.works .sub-con .cate {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background: #222;
  padding: 2px 8px;
  border-radius: 3px;
}
.works .sub-con .day {
  display: inline-block;
  font-size: 12px;
  color: #333;
  padding: 2px 8px;
}
.works .con-box {
  margin-bottom: 40px;
}
.works .con-box .info-box .txt-area {
  margin-bottom: 40px;
}
.works .info-box .box-in .box-td {
  display: table-cell;
  width: 70%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px;
  vertical-align: middle;
}

/* 前後記事ナビ
---------------------------------------------- */
.nextprev-area a {
  text-decoration: none;
  display: block;
}
.nextprev-area .prev-ttl,
.nextprev-area .next-ttl {
  vertical-align: top;
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #fff;
  background: #111;
}

/* SNSエリア
---------------------------------------------- */
.sns-icon-area {
  background: #f4f4f4;
}
.sns-icon-area .sns-icon-in {
  padding: 12px;
}
.sns-icon-area .sns-ttl i {
  display: inline-block;
  margin-right: 12px;
  vertical-align: baseline;
}

.obi-tw {
  background: #4a98e9;
}

/* 関連記事
---------------------------------------------- */
.kanren-area {
  padding: 24px 0;
}
.kanren-area .box-list .box .photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.kanren-area .box-list .box .ttl {
  font-weight: bold;
  line-height: 1.6;
}

/* 記事本文
---------------------------------------------- */
.entry-content #sb_instagram h3:before {
  content: none;
}
.entry-content #sb_instagram h3:after {
  content: none;
}
.entry-content #toc_container {
  width: 100%;
  padding: 24px 36px 36px;
  margin-bottom: 100px;
}
.entry-content #toc_container .toc_list li {
  width: 100%;
  line-height: 1.6;
}
.entry-content #toc_container .toc_list li a::before {
  font-family: "Font Awesome 5 Free", sans-serif;
  content: "\f105"; /* angle-right アイコン(元ファイルでは生の特殊文字で記述されていたもの) */
  position: absolute;
  left: 0;
  font-weight: 900;
  text-decoration: none;
  color: #86bc43;
}
.entry-content .lkc-internal-wrap {
  width: 100%;
  max-width: 100%;
  border: 8px solid #f8f8f8;
  padding: 12px;
  background: #fff;
}
.entry-content .lkc-internal-wrap .lkc-thumbnail {
  margin: 0 24px 4px 4px;
}

/* サイドバー
---------------------------------------------- */
#container .side #sb_instagram {
  padding-top: 12px;
  margin-bottom: 12px;
}
#container .side .free-widget a {
  display: block;
  text-align: center;
}

/* お問い合わせ
---------------------------------------------- */
.contact-area {
  width: 100%;
  color: #111;
}
.contact-area input {
  vertical-align: baseline;
}
.contact-area textarea {
  width: 100%;
  border: 1px solid #666;
  padding: 12px;
  font-size: 16px;
  border-radius: 5px;
}
.contact-area .hissu {
  background: #ff0000;
  color: #fff;
}
.contact-area .ninni {
  background: #666;
  color: #fff;
}
.contact-area .contact-btn-area input[type=submit]:hover {
  cursor: pointer;
  background: #ff0000;
}
.contact-area .contact-btn-area input.reset:hover {
  cursor: pointer;
  background: #444;
}
.contact-area .contact-btn-area input.modoru:hover {
  cursor: pointer;
  background: #444;
}

.contact-btn-area {
  width: 100%;
  margin: 0 auto;
  padding: 24px 0;
  text-align: center;
}

/*===========================================================================*/
/* PC表示スタイリング($breakpoint-sp より広い幅) */
/*===========================================================================*/
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  body {
    font-size: clamp(0.9rem, 1.25vw, 1.1rem);
    line-height: 1.92;
  }
  .l {
    float: left;
  }
  .r {
    float: right;
  }
  .wrap {
    max-width: 1248px;
    min-width: 1048px;
    padding: 0 24px;
    margin: 0 auto;
  }
  .breadcrumbs {
    padding: 24px 0 0;
    font-size: 12px;
    text-align: right;
  }
  blockquote {
    background: #f2f2f2;
    border: 10px solid #ccc;
    padding: 24px 24px 0;
    font-size: 14px;
    font-style: oblique;
  }
  .btn-push {
    border-radius: 7px;
  }
  #page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
  }
  .img-bod {
    padding: 12px;
    border: 10px solid #f2f2f2;
    display: block;
  }
  /* --- TOC+ B: Minimalism --- */
  #ez-toc-container {
    padding: 30px 0 30px 24px;
    min-width: 500px;
  }
  /* header
  ---------------------------------------------- */
  header {
    width: 100%;
    min-width: 1048px;
    margin: 0 auto;
    background: #fff;
  }
  header .head-in {
    width: 100%;
    min-width: 1048px;
    max-width: 1260px;
    margin: 0 auto;
    padding: 24px 20px 12px;
  }
  header .head-in .logo {
    float: left;
    width: 270px;
  }
  header .head-in .logo a {
    display: block;
  }
  header .head-in nav {
    width: 670px;
    float: right;
    text-align: right;
    font-size: 0;
  }
  header .head-in nav a {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    margin-left: 6px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
  }
  header .button {
    display: inline-block;
    width: 140px;
    height: 56px;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    outline: none;
    position: relative;
    z-index: 2;
    background-color: #86bc43;
    border: 2px solid #86bc43;
    color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    font-size: 15px;
    font-weight: bolder;
    padding-top: 10px;
  }
  header .button span {
    font-size: 0.7em;
  }
  header .button::before, header .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
  }
  header .button, header .button::before, header .button::after {
    transition: all 0.3s;
  }
  header .button:hover {
    background-color: #ffd400;
    border-color: #333;
    color: #333;
  }
  header .button::before, header .button::after {
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #86bc43;
  }
  header .button::before {
    right: 0;
  }
  header .button::after {
    left: 0;
  }
  header .button:hover::before, header .button:hover::after {
    width: 0;
    background-color: #333;
  }
  /* footer
  ---------------------------------------------- */
  footer {
    width: 100%;
    min-width: 1048px;
    margin: 0 auto;
    font-size: 12px;
    padding: 48px 0px;
    background: #111;
    color: #fff;
  }
  footer .privecy-txt {
    width: 1048px;
    margin: 0 auto;
    font-size: 12px;
    padding: 24px;
    text-align: center;
    color: #fff;
  }
  footer .copy {
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding: 24px;
  }
  .insta-area {
    background: #faf9f6;
    width: 100%;
    padding: 48px 48px 100px;
  }
  /* container
  ---------------------------------------------- */
  #container {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #container .contents {
    float: left;
    width: 70%;
    padding: 60px 7.5% 60px 0;
  }
  #container .contents .entry-meta {
    padding: 24px 0;
    font-size: 14px;
  }
  #container .contents .entry-meta a {
    color: #71a822;
    font-weight: bold;
  }
  #container .contents .entry-meta a:hover {
    color: #fa4c07;
    text-decoration: underline;
  }
  .title-main {
    width: 100%;
    background: #86bc43;
  }
  .title-main .title-in {
    width: 1048px;
    margin: 0 auto;
  }
  .title-main .title-in .ttl {
    line-height: 92px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .cate-link-area {
    padding: 24px;
    background: #f4f4f4;
    margin-bottom: 24px;
  }
  .cate-link-area a {
    font-size: 14px;
    text-decoration: underline;
  }
  .wp-pagenavi {
    padding: 0 0 24px;
  }
  /* side
  ---------------------------------------------- */
  #container .side {
    float: right;
    width: 27%;
    padding: 60px 0;
  }
  #container .side .img-cover {
    padding: 16px 0 0;
  }
  #container .side .daihyou-txt {
    font-size: 13px;
    padding: 24px 0 0;
  }
  #container .side .widget {
    margin-bottom: 0;
  }
  #container .side .free-widget {
    width: 100%;
    background: #fff;
    padding: 0 0 32px;
    line-height: 1.4;
  }
  #container .side .free-widget .ttl {
    background: #111;
    margin-bottom: 24px;
    font-size: 14px;
    padding: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  #container .side .free-widget .txt {
    padding: 12px 0 24px;
    font-size: 14px;
  }
  #container .side .free-widget .txt-link {
    font-size: 14px;
    padding: 0 0 10px;
  }
  #container .side .widget .widget-title {
    width: 100%;
    background: #111;
    margin-bottom: 0px;
    font-size: 14px;
    padding: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  #container .side .widget ul li {
    border-bottom: 1px dotted #666;
    line-height: 1.68;
    padding: 16px 0;
  }
  #container .side .widget ul li .post-date {
    font-size: 0.7em;
    color: #333;
  }
  #container .side .widget ul li a {
    display: inline-block;
    font-weight: 500;
  }
  #container .side .widget ul li a::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free", sans-serif;
    content: "\f054";
    color: #71a822;
    font-size: 8px;
    font-weight: 900;
    margin-right: 6px;
    text-decoration: none !important;
  }
  #container .side .widget ul li ul {
    padding: 0 0 0 12px;
  }
  #container .side .widget ul li ul li {
    border: 0;
    padding: 6px 0;
    font-size: 13px;
  }
  #container .side .widget ul li ul li a {
    font-weight: 500;
    text-decoration: underline;
  }
  #container .side .google-area {
    padding: 0;
  }
  #container .side .google-area .ttl {
    width: 100%;
    line-height: 48px;
    background: #111;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  #container .side .google-area .kuchikomi-area .wp-gr .wp-google-text {
    font-size: 11px !important;
    line-height: 1.6 !important;
  }
  .entry-title {
    font-size: 32px;
    line-height: 1.48;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .entry-content {
    width: 100%;
    padding: 0;
  }
  .entry-content p {
    padding: 8px;
    margin-bottom: 20px;
  }
  .entry-content h2 {
    position: relative;
    color: black;
    background: #f4f4f4;
    line-height: 1.48;
    font-size: 20px;
    padding: 16px;
    margin: 12px 0 32px;
    border-bottom: 2px solid #86bc43;
  }
  .entry-content h2:after {
    position: absolute;
    font-family: "Font Awesome 5 Free", "Quicksand", "Avenir", "Arial", sans-serif;
    font-weight: 900;
    content: "\f00c Check";
    background: #86bc43;
    color: #fff;
    left: 10px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 6px 8px 6px;
    font-size: 0.5em;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .entry-content h3 {
    position: relative;
    padding: 24px 12px 24px 68px;
    background: #fff8e4;
    font-size: 18px;
    margin-bottom: 32px;
    line-height: 1.48;
  }
  .entry-content h3:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f0eb";
    background: #ffca2c;
    color: white;
    font-weight: 900;
    font-size: 20px;
    border-radius: 50%;
    left: 6px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
  }
  .entry-content h3:after {
    /* 吹き出しのちょこんと出た部分 */
    content: "";
    display: block;
    position: absolute;
    left: 48px;
    height: 0;
    width: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #ffca2c;
    top: 50%;
    transform: translateY(-50%);
  }
  .entry-content #sb_instagram h3 {
    position: static;
    padding: 0;
    background: none;
    font-size: 18px;
    margin-bottom: 32px;
    line-height: 1.48;
  }
  .entry-content .info-box p {
    padding: 0 0 36px;
    line-height: 1.86;
  }
  .entry-content #toc_container .toc_list li a {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 12px 0 12px 16px;
    text-decoration: none;
  }
  .entry-content #toc_container .toc_list li ul li a {
    font-size: 14px;
    padding: 8px 0 8px 14px;
    text-decoration: none;
  }
  .kanren-area h2 {
    background: #111;
    padding: 12px 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 32px;
  }
  .kanren-area .box-list .box {
    display: inline-block;
    width: 48%;
    margin: 0 4% 32px 0;
  }
  .kanren-area .box-list .box:nth-of-type(2n) {
    margin: 0 0 32px 0;
  }
  .kanren-area .box-list .box .photo {
    display: block;
    aspect-ratio: 3/2;
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  .kanren-area .box-list .box .sub-con {
    padding: 12px 0 6px;
  }
  /* slick
  ---------------------------------------------- */
  #slide {
    width: 100%;
    min-width: 1048px;
    padding: 40px 0;
    margin: 0 auto;
    background: #86bc43;
  }
  #slide .box {
    display: inline-block;
    padding: 0 16px;
    float: none;
  }
  #slide .box .con {
    width: 90%;
    margin: 0 auto;
    padding: 16px 20px 17px;
    background: #111;
    color: #fff;
    border-radius: 5px;
  }
  #slide .box .con .slide-ttl {
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
  }
  #slide .slick-prev, #slide .slick-prev:before, #slide .slick-prev:hover, #slide .slick-prev:hover:before, #slide .slick-prev:focus, #slide .slick-prev:focus:before {
    left: 0;
    display: block;
    position: absolute;
    top: 50%;
    background: url(../img/slick-prv.png) no-repeat center center;
    width: 85px;
    height: 85px;
    z-index: 9999;
  }
  #slide .slick-next, #slide .slick-next:before, #slide .slick-next:hover, #slide .slick-next:hover:before, #slide .slick-next:focus, #slide .slick-next:focus:before {
    right: 0;
    display: block;
    position: absolute;
    top: 50%;
    background: url(../img/slick-nex.png) no-repeat center center;
    width: 85px;
    height: 85px;
    z-index: 9999;
  }
  /* index
  ---------------------------------------------- */
  .top-new-area {
    width: 100%;
    min-width: 1048px;
    padding: 16px 24px;
    background: #d6eebe;
    font-size: 14px;
  }
  .top-new-area .top-new-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .top-new-area .top-new-ttl {
    width: 70px;
    padding: 6px 0;
    text-align: center;
    background: #111;
    color: #fff;
    float: left;
  }
  .top-new-area .txt {
    padding: 10px 0 0;
    line-height: 1;
    margin-left: 80px;
  }
  .top-sec-01 {
    padding: 0 0 24px;
  }
  .top-sec-01 h2 {
    font-size: 28px;
    line-height: 1.68;
    font-weight: bold;
    color: #111;
    background: url("../img/makyun.gif") no-repeat top left;
    background-size: 60px;
    padding: 0 0 24px 68px;
  }
  .top-sec-01 .box .txt-area {
    margin-bottom: 40px;
  }
  .top-sec-02 {
    padding: 0 0 48px;
  }
  .top-sec-02 h2 {
    width: 100%;
    line-height: 60px;
    background: #111;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .works-block .setumei {
    padding: 0 0 24px;
  }
  .works-block ul li {
    padding: 0 0 60px;
  }
  .works-block ul li .photo-box {
    float: left;
    width: 50%;
  }
  .works-block ul li .info-box {
    float: right;
    width: 50%;
    padding: 0 0 0 30px;
  }
  .works-block ul li .info-box .box-in {
    display: table;
    width: 100%;
    border-left: 1px solid #ccc;
    font-size: 13px;
  }
  .works-block ul li .info-box .tb {
    border-top: 1px solid #ccc;
  }
  .works-block ul li .info-box .sub-title {
    display: table-cell;
    width: 30%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    line-height: 1.4;
    padding: 12px 16px;
    vertical-align: middle;
    background: #f2f2f2;
  }
  .works-block ul li .info-box .bassui {
    padding: 10px 0 16px;
    font-size: 16px;
    line-height: 1.68;
  }
  .works-block ul li .info-box .naiyou {
    margin-bottom: 8px;
    padding: 16px 20px;
    background: #f4f4f4;
    border-radius: 3px;
    font-size: 13px;
  }
  .works-block ul li .info-box .btn-more-area {
    text-align: right;
  }
  .works-block ul li .title {
    border-left: 4px solid #86bc43;
    padding: 12px 10px 12px 12px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.62;
    font-weight: bold;
  }
  .works-block ul li .sub-con {
    margin-bottom: 12px;
  }
  .works-block ul li .sub-con .cate {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    background: #222;
    padding: 4px 8px;
    border-radius: 3px;
  }
  .works-block ul li .sub-con .day {
    display: inline-block;
    font-size: 13px;
    color: #333;
    padding: 4px 8px;
  }
  .works-block.blog-block ul li {
    padding: 0 0 12px;
    margin-bottom: 30px;
  }
  .more-box {
    padding: 12px 0;
  }
  .more-box .tag-cloud-area {
    width: 460px;
    float: left;
  }
  .more-box .btn-more-area {
    width: 200px;
    float: right;
    text-align: right;
  }
  .tag-cloud-area a {
    display: inline-block;
    margin: 0 2px 4px 0;
    padding: 6px 12px;
    line-height: 1;
    font-size: 14px;
    text-decoration: none;
    color: #49841f;
    background: #fff;
    border: 1px solid #86bc43;
    border-radius: 100vw;
  }
  /* works
  ---------------------------------------------- */
  .works .title {
    font-size: 21px;
    font-weight: bolder;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #86bc43;
  }
  .works .sub-con {
    padding: 0;
    margin-bottom: 24px;
  }
  .works .info-box .box-in {
    display: table;
    width: 100%;
    border-left: 1px solid #ccc;
  }
  .works .info-box .tb {
    border-top: 1px solid #ccc;
  }
  .works .info-box .sub-title {
    display: table-cell;
    width: 30%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    line-height: 1.4;
    padding: 16px;
    vertical-align: middle;
    background: #f0f0f0;
  }
  .nextprev-area {
    padding: 30px 0;
  }
  .nextprev-area ul li {
    width: 100%;
    margin-bottom: 30px;
    background: #f4f4f4;
    padding: 15px;
  }
  .nextprev-area ul li .thum-box {
    width: 120px;
    float: left;
    padding: 0;
  }
  .nextprev-area ul li .prev-box,
  .nextprev-area ul li .next-box {
    margin-left: 140px;
    padding: 0 10px;
  }
  .archive-header {
    padding: 0 0 24px;
    font-size: 13px;
    font-weight: normal;
  }
  /* sns
  ---------------------------------------------- */
  .sns-icon-area .sns-ttl {
    padding: 16px 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
  }
  .sns-icon-area .sns-txt {
    padding: 0 0 12px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
  }
  .sns-icon-area .sns-txt-sub {
    padding: 0 0 24px;
    font-size: 12px;
    text-align: center;
  }
  .sns-icon-area a {
    width: 100%;
    margin: 0 auto 12px;
    display: block;
    padding: 12px;
    background: #fff;
    border-left: 10px solid #71a822;
    border-radius: 7px;
  }
  .sns-icon-area a .image-profile {
    display: inline-block;
    width: 42px;
  }
  .sns-icon-area a .sns-acount {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 7px 12px 7px;
    vertical-align: middle;
  }
  /* contact
  ---------------------------------------------- */
  .contact-area .contact-table .box {
    margin-bottom: 32px;
  }
  .contact-area input[type=text],
  .contact-area input[type=email] {
    padding: 12px;
    color: #333;
    line-height: 1.8;
    border: solid 1px #aaa;
    width: 68%;
    border-radius: 3px;
  }
  .contact-area input.denwa[type=text] {
    padding: 12px 4px;
    color: #333;
    line-height: 1.68;
    border: solid 1px #aaa;
    width: 21%;
    font-size: 16px;
    border-radius: 3px;
  }
  .contact-area textarea {
    padding: 12px;
    color: #333;
    line-height: 1.68;
    border: solid 1px #aaa;
    width: 96%;
    border-radius: 3px;
    height: 186px;
  }
  .contact-area .box .koumoku {
    width: 100%;
    padding: 16px;
    margin-bottom: 8px;
    font-size: 16px;
    background: #f4f4f4;
    font-weight: bold;
  }
  .contact-area .box .koumoku span {
    margin-left: 4px;
    font-size: 11px;
    display: inline-block;
    padding: 2px 6px;
  }
  .contact-area .box .nyuuryoku {
    width: 100%;
    padding: 16px 0;
    font-size: 14px;
  }
  .contact-area .box .nyuuryoku .hosoku {
    font-size: 14px;
  }
  .contact-area .privacy-area {
    width: 100%;
    padding: 24px;
    border: 1px solid #ccc;
    height: 200px;
    overflow-y: scroll;
    border-radius: 5px;
  }
  .contact-area .privacy-area .ttl {
    padding: 0 0 4px;
    font-size: 15px;
    font-weight: bold;
  }
  .contact-area .privacy-area .txt {
    padding: 0 0 24px;
    font-size: 14px;
  }
  .contact-area .contact-btn-area input[type=submit] {
    border: 0;
    padding: 16px 48px;
    font-size: 14px !important;
    font-weight: bold;
    color: #fff;
    background: #d40c14;
    border-radius: 3px;
  }
  .contact-area .contact-btn-area input.reset {
    border: 0;
    padding: 16px 48px;
    font-size: 14px !important;
    font-weight: bold;
    color: #fff;
    background: #666;
    border-radius: 3px;
  }
  .contact-area .contact-btn-area input.modoru {
    border: 0;
    padding: 16px 48px;
    font-size: 14px !important;
    font-weight: bold;
    color: #fff;
    background: #666;
    border-radius: 3px;
  }
  .contact-area .contact-btn-area input {
    margin: 0 6px;
  }
  .contact-area .stop-txt {
    width: 100%;
    border: 1px solid #ff0000;
    background: #fffb00;
    padding: 16px;
    border-radius: 5px;
    margin-bottom: 60px;
    font-size: 14px;
  }
}
/*===========================================================================*/
/* スマホ表示スタイリング($breakpoint-sp 以下の幅) */
/*===========================================================================*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  body {
    font-size: 16px;
    line-height: 1.92;
  }
  .l {
    float: none;
  }
  .r {
    float: none;
  }
  .breadcrumbs {
    padding: 12px;
    font-size: 13px;
    text-align: left;
    background: #f1fce6;
  }
  blockquote {
    background: #f2f2f2;
    border: 5px solid #ccc;
    padding: 16px 16px 0;
    font-size: 14px;
    font-style: oblique;
  }
  header {
    width: 100%;
    position: fixed;
    top: 0;
    min-height: 70px;
    z-index: 100;
    background: #fff;
    filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.2));
  }
  header .logo {
    float: left;
    max-width: 234px;
    width: 75%;
    padding: 12px 0 0 12px;
  }
  header .logo a {
    display: block;
  }
  #page-top {
    display: block;
    width: 40px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 100;
  }
  .btn-push {
    border-radius: 100vh;
  }
  .btn-more-area {
    text-align: center;
  }
  .img-bod {
    padding: 24px;
    border: 10px solid #f2f2f2;
    display: block;
  }
  .tagcloud {
    padding: 6px 2.5% 16px;
  }
  /* --- TOC+ B: Minimalism --- */
  #ez-toc-container {
    padding: 30px 24px;
    min-width: 100%;
  }
  /* ドロワー設定
  ---------------------------------------------- */
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.6s;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  main {
    height: 100%;
    min-height: 100vh;
    padding: 0 0px;
    background-color: #fff;
    transition: all 0.6s;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .menu-trigger {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #333;
    background: #f2f2f2;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 4px;
    right: 4px;
    padding: 19px 0 0;
    z-index: 10001;
    transform: translateX(0);
    transition: transform 0.6s;
  }
  .menu-trigger .btn-base {
    display: block;
    width: 24px;
    margin: 0 auto;
    height: 24px;
    background: #f2f2f2;
    cursor: pointer;
    position: relative;
  }
  .menu-trigger.active, .menu-trigger.active .btn-base {
    background: none;
  }
  .menu-trigger.active {
    transform: translateX(-20%);
  }
  .menu-trigger span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
  }
  .menu-trigger.active span {
    background-color: #666;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 8px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 16px;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  .sp-navi-area nav {
    width: 100%;
    height: 100vh;
    height: 100%;
    padding: 18px 0 36px;
    background: #f4f4f4;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    transform: translate(100%);
    transition: all 0.6s;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .sp-navi-area nav.open {
    transform: translateZ(0);
  }
  .sp-navi-area nav .li-box .li-full {
    width: 100%;
    background: #f4f4f4;
    border-bottom: 1px dotted #d2c8b8;
    padding: 24px 16px 12px;
    text-align: left;
  }
  .sp-navi-area nav .li-box .li-full a {
    line-height: 1;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
  }
  .sp-navi-area nav .li-box .li-full a i,
  .sp-navi-area nav .h-btn-area a i {
    margin-right: 12px;
    color: #86bc43;
  }
  .sp-navi-area nav .li-box .li-full .sub-cate {
    padding: 0 12px;
  }
  .sp-navi-area nav .li-box .li-full .sub-cate a {
    display: inline;
    margin-right: 12px;
    font-weight: 500;
    font-size: 13px;
    vertical-align: baseline;
    text-decoration: underline;
  }
  .sp-navi-area nav .li-box .li-full .sub-cate a::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free", sans-serif;
    content: "\f054";
    font-weight: 600;
    color: #71a822;
    font-size: 12px;
    margin-right: 6px;
    text-decoration: none !important;
  }
  .sp-navi-area nav .li-box .li-full.sub-link {
    padding: 16px;
  }
  .sp-navi-area nav .li-box .li-full.sub-link a {
    display: block;
    margin-left: 12px;
    padding: 8px 0;
    font-weight: 500;
    font-size: 13px;
  }
  /* sns
  ---------------------------------------------- */
  .sns-icon-area .sns-ttl {
    padding: 24px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 17px;
  }
  .sns-icon-area .sns-txt {
    padding: 0 0 12px;
    text-align: center;
    font-weight: bold;
  }
  .sns-icon-area .sns-txt-sub {
    padding: 0 0 16px;
    font-size: 12px;
    text-align: center;
  }
  .sns-icon-area a {
    width: 292px;
    margin: 0 auto 12px;
    display: block;
    padding: 12px;
    background: #fff;
    border-left: 10px solid #71a822;
    border-radius: 7px;
  }
  .sns-icon-area a .image-profile {
    display: inline-block;
    width: 60px;
  }
  .sns-icon-area a .sns-acount {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 12px 12px;
    vertical-align: middle;
  }
  .nav-logo {
    width: 204px;
    padding: 0 0 24px 12px;
  }
  /* footer
  ---------------------------------------------- */
  footer {
    width: 100%;
    padding: 24px 0 48px;
    background: #111;
  }
  footer .privecy-txt {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    padding: 24px;
    color: #fff;
  }
  footer .copy {
    font-size: 12px;
    text-align: center;
    color: #fff;
  }
  .insta-area {
    background: #faf9f6;
    width: 100%;
    padding: 48px 0;
  }
  .insta-area #sbi_images {
    padding: 1px !important;
  }
  /* slick
  ---------------------------------------------- */
  #slide {
    width: 100%;
    margin: 0 auto;
    background: #86bc43;
    padding: 40px 0;
  }
  #slide .slick-dots li button {
    width: 48px;
    height: 48px;
  }
  #slide .slick-prev, #slide .slick-prev:before, #slide .slick-prev:hover, #slide .slick-prev:hover:before, #slide .slick-prev:focus, #slide .slick-prev:focus:before {
    left: 0;
    display: block;
    position: absolute;
    top: 50%;
    background: url("../img/slick-prv.png") no-repeat center center;
    background-size: 100%;
    width: 60px;
    height: 60px;
    z-index: 9999;
  }
  #slide .slick-next, #slide .slick-next:before, #slide .slick-next:hover, #slide .slick-next:hover:before, #slide .slick-next:focus, #slide .slick-next:focus:before {
    right: 0;
    display: block;
    position: absolute;
    top: 50%;
    background: url("../img/slick-nex.png") no-repeat center center;
    background-size: 100%;
    width: 60px;
    height: 60px;
    z-index: 9999;
  }
  #slide .box .con {
    width: 92%;
    margin: 0 auto;
    padding: 16px 20px 18px;
    background: rgba(255, 255, 255, 0.8);
    color: #222;
    border-radius: 3px;
  }
  #slide .box .con .slide-ttl {
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
  }
  /* container
  ---------------------------------------------- */
  #container {
    width: 100%;
    padding: 62px 0 0;
  }
  #container .contents {
    width: 100%;
    padding-top: 40px;
  }
  #container .contents .entry-meta {
    padding: 0 24px 24px;
    font-size: 14px;
  }
  .title-main {
    width: 100%;
    padding: 24px;
    background: #2b8833;
  }
  .title-main .title-in {
    text-align: center;
  }
  .title-main .title-in .ttl {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
  }
  .cate-link-area {
    padding: 24px;
    background: #fff;
  }
  .cate-link-area a {
    font-size: 12px;
    text-decoration: underline;
  }
  .wp-pagenavi {
    padding: 30px 7.5%;
    font-size: 13px;
  }
  /* side
  ---------------------------------------------- */
  #container .side {
    padding: 0;
    background: #f4f4f4;
  }
  #container .side .daihyou-txt {
    padding: 24px;
    line-height: 1.8;
  }
  #container .side .widget {
    width: 100%;
    padding: 0;
    background: #f4f4f4;
  }
  #container .side .widget .widget-title {
    width: 100%;
    background: #111;
    font-size: 18px;
    font-weight: bold;
    padding: 24px 16px;
    color: #fff;
    text-align: center;
  }
  #container .side .free-widget {
    width: 100%;
    background: #fff;
    padding: 0 0 24px;
    line-height: 1.4;
    text-align: center;
  }
  #container .side .free-widget .ttl {
    width: 100%;
    height: 68px;
    line-height: 68px;
    background: #111;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  #container .side .free-widget .in-wrap {
    max-width: 320px;
    margin: 0 auto;
    padding: 0 10px;
  }
  #container .side .free-widget .in-wrap .txt {
    padding: 12px 0 24px;
    font-size: 14px;
    text-align: center;
  }
  #container .side .free-widget .in-wrap .txt-link {
    text-align: left;
    font-size: 14px;
    padding: 0 0 12px;
  }
  #container .side .widget ul {
    padding: 0 24px 24px;
  }
  #container .side .widget ul li {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 1.6;
    padding: 18px 0;
  }
  #container .side .widget ul li .post-date {
    font-size: 0.8em;
    color: #333;
  }
  #container .side .widget ul li a {
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
  }
  #container .side .widget ul li a::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free", sans-serif;
    content: "\f054";
    font-weight: 600;
    color: #71a822;
    font-size: 12px;
    margin-right: 6px;
    text-decoration: none !important;
  }
  #container .side .widget ul li ul {
    padding: 0 0 0 24px;
  }
  #container .side .widget ul li ul li {
    border: 0;
    padding: 8px 0;
    font-size: 14px;
  }
  #container .side .widget ul li ul li a {
    font-weight: normal;
  }
  #container .side .kuchikomi-area {
    padding: 24px;
    background: #fff;
  }
  #container .side .google-area .ttl {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #111;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .entry-title {
    font-size: 24px;
    line-height: 1.62;
    font-weight: bold;
    padding: 0 24px;
    margin-bottom: 40px;
  }
  .entry-content {
    width: 100%;
    padding: 0 24px;
  }
  .entry-content p {
    padding: 8px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.92;
    text-align: justify;
  }
  .entry-content figure {
    padding: 0;
  }
  .entry-content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    padding: 0 24px;
  }
  .entry-content .addtoany_content {
    padding: 0 6px;
  }
  .entry-content h2 {
    position: relative;
    color: black;
    background: #f1fce6;
    line-height: 1.68;
    font-size: 18px;
    padding: 16px;
    margin: 12px 0 32px;
  }
  .entry-content h2:after {
    position: absolute;
    font-family: "Font Awesome 5 Free", "Quicksand", "Avenir", "Arial", sans-serif;
    font-weight: 900;
    content: "\f00c Check";
    background: #86bc43;
    color: #fff;
    left: 4px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 6px 8px 6px;
    font-size: 0.68em;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .entry-content h3 {
    position: relative;
    padding: 16px 12px 16px 54px;
    background: #fff8e4;
    font-size: 18px;
    margin: 0 0 32px;
    border-top: 2px solid #ffca2c;
    border-bottom: 2px solid #ffca2c;
    line-height: 1.68;
  }
  .entry-content h3:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f0eb";
    background: #ffca2c;
    color: white;
    font-weight: 900;
    font-size: 14px;
    border-radius: 50%;
    left: 6px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
  }
  .entry-content h3:after {
    /* 吹き出しのちょこんと出た部分 */
    content: "";
    display: block;
    position: absolute;
    left: 36px;
    height: 0;
    width: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #ffca2c;
    top: 50%;
    transform: translateY(-50%);
  }
  .entry-content #sb_instagram h3 {
    position: static;
    padding: 0;
    background: none;
    border: 0;
    font-size: 18px;
    margin-bottom: 32px;
    line-height: 1.48;
  }
  .entry-content #toc_container .toc_list li a {
    display: block;
    position: relative;
    font-size: 15px;
    padding: 12px 0 12px 16px;
    text-decoration: none;
  }
  .entry-content #toc_container .toc_list li ul li a {
    font-size: 13px;
    padding: 8px 0 8px 14px;
    text-decoration: none;
  }
  .kanren-area h2 {
    background: #111;
    height: 68px;
    line-height: 68px;
    color: #fff;
    text-align: center;
    margin-bottom: 32px;
  }
  .kanren-area .box-list .box {
    display: block;
    width: 100%;
    padding: 0 24px 24px;
  }
  .kanren-area .box-list .box .photo {
    width: 30%;
    float: left;
    display: block;
    aspect-ratio: 1/1;
    overflow: hidden;
    text-align: center;
  }
  .kanren-area .box-list .box .box-con {
    margin-left: 35%;
  }
  .kanren-area .box-list .box .sub-con {
    padding: 0 0 6px;
  }
  /* index
  ---------------------------------------------- */
  .top-new-area {
    padding: 0;
    background: #ffef0b;
    font-size: 15px;
    line-height: 2;
  }
  .top-new-area .top-new-ttl {
    width: 70px;
    padding: 12px 0;
    text-align: center;
    background: #111;
    color: #fff;
    float: left;
  }
  .top-new-area .txt {
    padding: 18px 0 0;
    line-height: 1;
    margin-left: 80px;
  }
  .top-sec-01 {
    padding: 0 6.5%;
  }
  .top-sec-01 h2 {
    font-size: 20px;
    min-height: 60px;
    line-height: 1.62;
    font-weight: bold;
    color: #111;
    background: url("../img/makyun.gif") no-repeat top left;
    background-size: 56px;
    padding: 0 0 0 68px;
    margin-bottom: 24px;
  }
  .top-sec-01 .box .txt-area {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.92;
  }
  .top-sec-02 h2 {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #111;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .works-block {
    width: 100%;
    padding: 0 0 40px;
    background: #fff;
  }
  .works-block .setumei {
    padding: 30px 7.5% 30px;
  }
  .works-block ul li {
    padding: 40px 7.5%;
    margin-bottom: 1px;
    background: #fff;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.1));
  }
  .works-block ul li .photo-box {
    width: 100%;
    padding: 0 0 24px;
  }
  .works-block ul li .info-box {
    width: 100%;
  }
  .works-block ul li .info-box .box-in {
    display: table;
    width: 100%;
    border-left: 1px solid #ccc;
    font-size: 14px;
  }
  .works-block ul li .info-box .tb {
    border-top: 1px solid #ccc;
    width: 100%;
    margin: 0 auto 36px;
  }
  .works-block ul li .info-box .sub-title {
    display: table-cell;
    width: 30%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    line-height: 1.4;
    padding: 12px 3px;
    vertical-align: middle;
    background: #f0f0f0;
  }
  .works-block ul li .info-box .bassui {
    padding: 0 0 24px;
  }
  .works-block ul li .info-box .naiyou {
    margin-bottom: 6px;
    padding: 12px 0;
    line-height: 1.8;
    font-size: 14px;
  }
  .works-block ul li .title {
    padding: 0 0 12px;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.68;
    font-weight: bold;
  }
  .works-block ul li .sub-con {
    padding: 0 0 16px;
  }
  .works-block ul li .sub-con .cate {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #111;
    padding: 4px 8px;
    border-radius: 3px;
  }
  .works-block ul li .sub-con .day {
    display: inline-block;
    font-size: 14px;
    color: #666;
    padding: 4px 8px;
  }
  .works-block .btn-area {
    padding: 30px 0 0;
  }
  .more-box {
    padding: 0;
  }
  .more-box .btn-more-area {
    text-align: center;
  }
  .tag-cloud-area {
    padding: 16px 24px;
  }
  .tag-cloud-area a {
    display: inline-block;
    margin: 0 4px 7px 0;
    padding: 6px 12px;
    line-height: 1;
    font-size: 12px;
    text-decoration: none;
    color: #49841f;
    background: #fff;
    border: 1px solid #86bc43;
    border-radius: 100vw;
  }
  .top-sec-02 .tag-cloud-area {
    padding: 16px 0;
  }
  /* works
  ---------------------------------------------- */
  .works .sub-con {
    padding: 16px;
  }
  .works .info-box .box-in {
    display: table;
    width: 100%;
    border-left: 1px solid #ccc;
    font-size: 14px;
  }
  .works .info-box .tb {
    border-top: 1px solid #ccc;
    width: 100%;
    margin: 0 auto;
  }
  .works .info-box .sub-title {
    display: table-cell;
    width: 30%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    line-height: 1.4;
    padding: 16px 3px;
    vertical-align: middle;
    background: #f0f0f0;
  }
  .nextprev-area {
    padding: 24px 12px;
  }
  .nextprev-area ul li {
    width: 100%;
    margin-bottom: 15px;
    background: #fff8e4;
    padding: 15px;
  }
  .nextprev-area ul li .thum-box {
    width: 72px;
    float: left;
    padding: 0;
  }
  .nextprev-area ul li .thum-box img {
    width: 72px;
    height: 72px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .nextprev-area ul li .prev-box,
  .nextprev-area ul li .next-box {
    margin-left: 87px;
    font-size: 14px;
  }
  .archive-header {
    padding: 0 0 24px 24px;
    font-size: 12px;
    font-weight: normal;
  }
  /* contact
  ---------------------------------------------- */
  .contact-table .box {
    margin-bottom: 24px;
  }
  input[type=button] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .contact-area input[type=text],
  .contact-area input[type=email] {
    padding: 12px;
    color: #333;
    line-height: 1.68;
    border: solid 1px #aaa;
    width: 100%;
    font-size: 16px;
    border-radius: 3px;
  }
  .contact-area input.denwa[type=text] {
    padding: 8px;
    color: #333;
    line-height: 1.68;
    border: solid 1px #aaa;
    width: 29%;
    font-size: 16px;
    border-radius: 3px;
  }
  .contact-area textarea {
    padding: 8px;
    color: #333;
    line-height: 1.68;
    border: solid 1px #aaa;
    width: 100%;
    border-radius: 3px;
    height: 186px;
  }
  .contact-area .box .koumoku {
    width: 100%;
    padding: 16px;
    background: #f4f4f4;
    font-weight: bold;
  }
  .contact-area .box .koumoku span {
    margin-left: 4px;
    font-size: 12px;
    display: inline-block;
    padding: 2px 6px;
  }
  .contact-area .box .nyuuryoku {
    width: 100%;
    padding: 24px 2px;
  }
  .contact-area .box .nyuuryoku .hosoku {
    padding: 0 0 16px;
  }
  .contact-area .privacy-area {
    width: 100%;
    padding: 16px;
    border: 1px solid #ccc;
    height: 200px;
    overflow-y: scroll;
    border-radius: 5px;
  }
  .contact-area .privacy-area .ttl {
    padding: 0 0 4px;
    font-size: 14px;
    font-weight: bold;
  }
  .contact-area .privacy-area .txt {
    padding: 0 0 16px;
    font-size: 13px;
  }
  .contact-area .contact-btn-area input[type=submit] {
    border: 0;
    padding: 16px 32px;
    font-size: 16px !important;
    font-weight: bold;
    color: #fff;
    background: #d40c14;
    border-radius: 3px;
  }
  .contact-area .contact-btn-area input.reset {
    border: 0;
    padding: 12px;
    font-size: 13px !important;
    font-weight: bold;
    color: #fff;
    background: #666;
    border-radius: 3px;
  }
  .contact-area .contact-btn-area input.modoru {
    border: 0;
    padding: 12px;
    font-size: 13px !important;
    font-weight: bold;
    color: #fff;
    background: #666;
    border-radius: 3px;
  }
  .contact-area .stop-txt {
    border: 1px solid #ff0000;
    background: #fffb00;
    border-radius: 5px;
    padding: 20px;
    margin: 0 0 32px;
    font-size: 14px;
  }
}