@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: SIMPLESTER-Ver2
Template: stinger5ver20141227
---------------------------------------------------------*/
@import url('../stinger5ver20141227/style.css');
/*----
テーマ内のメインカラー(デフォルトでは赤色)を変更する時は「#66CCFF」、サブカラー（デフォルトでは青色でトップページのタグの色）を変更する時は「#00bcd4」を検索し、好きな色の値に置換して下さい。複数項目あります。
-----*/
/*2カラム設定
（ウインドウの幅が1150px以上の場合のみトップページの新着記事一覧部分が2カラムになります。
2カラムデザインを使用する場合は下記の数字「99999999」を「1150」に変更してください。）
--------------------*/
/*
@media screen and (max-width: 1366px) {　ipad 7　の横 CSS
@media screen and (max-width: 1024px) {　ipad 7　の縦 CSS
@media screen and (max-width: 896px) {　ipad　の縦 CSS
@media only screen and (max-width:480px) {　スマホ　の縦 CSS
*/
* {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
body {
  min-width: 320px;
  word-wrap: break-word;
  background-color: #fff;
  font-size: 1.2em;
}
@media only screen and (max-width:480px) {
  body {
    background-color: #fff;
    background-image: none;
    max-width: 100%;
  }
}
a {
  color: #00561f;
}
a:hover {
  color: #00561f;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
section {
  margin-bottom: 1em;
}
/*=================================================
 * 「PC版表示タグ」「スマホ版表示タグ」を作る
 * ================================================= */
/*-- PC版表示CSS  --*/
.pc_area {
  display: block;
}
.phone_area {
  display: none;
}
/*-- スマホ版表示CSS  --*/
@media screen and (max-width:480px) {
  .pc_area {
    display: none;
  }
  .phone_area {
    display: block;
  }
}
/*=================================================
 * wrapper 周り
 * ================================================= */
#wrapper {
  max-width: 100%;
  overflow: hidden;
  background-color: #FFF;
  padding: 0 0 5em;
}
.waku01 {
  width: 980px;
  margin: 0em auto 0;
}
.waku02 {
  width: 980px;
  margin: 7em auto 0;
}
.waku03 {
  width: 980px;
  margin: 4em auto 0;
}
article {
  padding-top: 1em;
}
.aic {
    width: 100%;
    margin: 5em 0 0;
    position: relative;
    overflow: hidden; /* はみ出し防止（重要） */
}

.aic img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    display: block;
}

/* 下に白くフェードするシャドー */
.aic::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px; /* フェードの高さ */
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.85) 70%,
        #fff 100%
    );
    pointer-events: none;
}

.aic p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
.aic p span {
  color: #fff; /*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: 1.7em; /*サイズ2倍*/
  padding: 0em 1em;
  text-shadow: #111 2px 2px 2px;
  display: block;
  text-align: center;
  line-height: 1.2em;
}
.aic p span.aicname02 {
  color: #fff; /*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: 1em; /*サイズ2倍*/
  padding: 0.5em 1em;
  text-shadow: #111 2px 2px 2px;
  display: block;
}
main {
  border-radius: 0px;
  background: none repeat scroll 0% 0% transparent;
  padding: 0px;
  margin: 0 0px 0px;
}
#content {
  padding-top: 0px;
}
.clear {
  clear: both;
}
@media screen and (max-width: 1366px) {
  .aic img {
    height: auto;
    margin: 0 auto;
  }
}
@media only screen and (max-width:1024px) {
  .waku01 {
    width: 95%;
    padding: 0 10px;
  }
}
@media only screen and (max-width:896px) {
  .waku01 {
    width: 95%;
    padding: 0 10px;
  }
  .waku02 {
    width: 95%;
    margin: 10em auto 0;
  }
  .waku03 {
    width: 95%;
    margin: 4em auto 0;
  }
  .aic {
    width: 100%;
  }
  .aic p span {
    padding: 0.5em 1em;
    font-size: 1.5em;
  }
}
@media only screen and (max-width:480px) {
  .waku01 {
    width: 100%;
    padding: 0 0px;
  }
  .waku02 {
    width: 95%;
    margin: 4em auto 0;
  }
  .waku03 {
    width: 100%;
    margin: 1em auto 0;
  }
  main {
    padding: 0px 0%;
  }
  #wrapper {
    overflow: hidden;
    padding: 10px;
  }
  .aic {
    width: 100%;
    margin: 6em auto 0;
    position: relative;
  }
  .aic p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
  }
  .aic p span {
    color: #000; /*文字は白に*/
    font-weight: bold; /*太字に*/
    font-size: 1em; /*サイズ2倍*/
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0.5em 0.5em;
    font-size: 0.95em;
    text-shadow: #111 1px 1px 2px;
  }
  .aic img {
    height: auto;
    margin: 0 auto;
  }
}
/*=================================================
 * header 周り
 * ================================================= */
.bg-slider {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-slider__title {
  color: #fff;
  font-size: 38px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}
.bg-slider p {
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
.moji001 {
  color: #F00;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
.bgcolor {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  line-height: 1.1;
  width: 800px;
}
.headwaku {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
.site-header {
  background: rgba(255, 255, 255, 0.5);
  padding: 0px 0px 0;
  justify-content: space-between;
  transition: .5s;
  width: 1280px;
  margin: 0 auto;
}
.site-header.transform {
  background: rgba(255, 255, 255, 0.9);
  padding: 0px 0px 0;
}
.site-header.transform img {
  max-height: 60px;
  margin: 0.5em 0 0.5em 0;
}
.site-header.transform .sitename {
  padding: 0px 10px;
}
.hero {
  max-height: 500px;
  overflow: hidden;
}
.content {
  line-height: 1.6;
  margin: 0 auto;
  padding-top: 0px;
  width: 800px;
}
.content p {
  margin-bottom: 40px;
}
header .sitename {
  padding: 10px 10px;
  float: left;
  display: table;
  margin-bottom: 0px;
}
.sitename {
  float: left;
}
.sitename img {
  max-height: 100px;
}
.sitename p {
  margin-bottom: 0px;
}
.topmenu {
  float: right;
  margin: 0;
}
.topmenu span {
  display: block;
  font-size: 10px;
}
.headerright {
  color: #00561f;
  font-size: 1.6em;
  line-height: 1;
  padding: 0em 1em;
  float: right;
  text-align: right;
}
.toia {
  font-size: 0.5em;
  color: #333;
}
.fa-phone-square:before {
  content: "";
  background-color: #00561f;
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask: url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/白抜きの電話アイコン-2.svg");
  mask: url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/白抜きの電話アイコン-2.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 5px 8px 1px;
}
.fa-phone-square2:before {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask: url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/白抜きの電話アイコン-2.svg");
  mask: url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/白抜きの電話アイコン-2.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 5px 8px 1px;
}
@media screen and (max-width: 1366px) {
  .site-header {
    background: rgba(255, 255, 255, 0.5);
    padding: 0px 0px 0;
    justify-content: space-between;
    transition: .5s;
    margin: 0 auto;
    width: 100%;
  }
  .headerright {
    margin: 10px 0 0;
    padding: 0em 0.5em;
  }
  .sitename img {
    max-height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .headwaku {
    width: 100%;
  }
  .site-header {
    padding: 30px 0px 0;
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .site-header {
    width: 100%;
  }
  header .sitename {
    padding: 10px 10px 0;
  }
  .headerright {
    margin: 1rem 0 0;
  }
  .sitename img {
    max-height: 80px;
  }
  .topmenu {
    margin: 0 auto;
    display: block;
    padding: 0px 0px 0 0px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .headwaku {
    width: auto;
  }
  .smanone {
    display: block;
  }
  .site-header {
    padding: 10px 0px 0;
  }
  .headerright {
    margin: 0 0 0;
    padding: 0em 50px 0 0;
  }
  .bgcolor {
    width: 90%;
    margin: 0 auto;
  }
  .topmenu {
    margin: 0 auto;
    display: block;
    padding: 0px 0px 0 0px;
    width: 100%;
    text-align: center;
  }
  .content {
    width: 100%;
  }
}
@media only screen and (max-width:480px) {
  .bg-slider {
    overflow: hidden;
  }
  .headwaku {
    width: 99%;
  }
  header .sitename {
    padding: 0px 0px 0 10px;
  }
  .site-header {
    width: 97%;
  }
  .site-header img {
    max-height: 60px;
    margin: 0 0;
  }
  .smanone {
    display: none;
  }
  .topmenu {
    margin: 0 auto;
    display: block;
    padding: 100px 0px 0 0px;
    width: 95%;
    text-align: center;
  }
  .sitename {
    text-align: center;
    float: none;
    margin: 0px 0;
  }
  .headerright {
    color: #00561f;
    font-size: 1.2em;
    line-height: 1;
    text-align: center;
    padding: 0em 0 0 0;
    position: static;
    right: 0;
    margin: 10px 0 0;
  }
  .headerright a, .headerright a:hover {
    color: #00561f;
  }
  .footerlogo3 a, .footerlogo3 a:hover {
    color: #fff;
  }
  .bg-slider__title {
    color: #fff;
    font-size: 25px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    padding: 10px;
  }
}
/*=================================================
 * メニュー
 * ================================================= */
nav {
  padding: 10px 0 0px;
}
nav li {
  width: 133px; /* ボタン幅 */
  font-size: 15px;
  padding: 0px;
}
nav li a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 0px;
  display: block;
  text-align: center;
  width: 100%;
}
nav li a:hover {
  width: 100%;
}
nav li:last-child {
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: #CCC;
}
.current_page_item, .current-menu-item {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #00561f;
}
@media screen and (max-width: 1366px) {
  nav li {
    width: 130px;
  }
}
@media screen and (max-width: 896px) {
  nav li {
    width: 24%;
    margin: 0 3px 0 4px;
  }
  nav li a {
    padding: 5px 0px;
  }
  .current_page_item, .current-menu-item {
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #00561f;
  }
}
@media screen and (max-width: 768px) {
  nav li {
    width: 23%;
    padding: 0 3px;
  }
  nav li a {
    padding: 5px 0px;
  }
}
@media only screen and (max-width:480px) {
  nav {
    padding: 0px 0 0px;
    clear: both;
  }
  nav li:last-child {
    border-right-width: 0px;
    border-right-style: dotted;
    border-right-color: #CCC;
  }
  #menu-navmenu-1 li a {
    float: none;
    display: block;
    text-align: left;
  }
  ul#menu-navmenu-1 li a {
    text-align: left;
  }
  .current_page_item a {
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #00561f;
  }
  .acordion_tree li {
    float: left;
    font-size: 13px;
    padding-left: 0px;
    display: inline;
    padding-right: 0px;
    border-left-width: 0px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
  }
  #s-navi dt.trigger {
    text-align: right;
    padding: 0px 0;
    cursor: pointer;
  }
  #s-navi dd.acordion_tree {
    padding: 0 0px;
    overflow: hidden;
  }
}
/*=================================================
 * pagetop-btn 周り
 * ================================================= */
#page-top {
  right: 10px;
}
.page-id-22 #page-top, .page-id-12 #page-top {
  right: 10px;
  bottom: 80px;
}
#page-top a {
  opacity: 0.4;
  padding: 10px 15px;
  background: none repeat scroll 0% 0% #00561f;
}
#page-top a:hover {
  background: none repeat scroll 0% 0% #00561f;
  color: #FFF;
  opacity: 0.8;
}
@media screen and (max-width:480px) {
  #page-top {
    display: none !important;
  }
}
/*=================================================
 * footer 周り
 * ================================================= */
.footermenu {
  width: 100%;
  background-color: #8fc31f;
  clear: both;
  padding: 3em 0;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.footerlogo {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    background-color: #00561f;
    padding: 8em 0;
    text-align: center;
    color: #fff;

    background-image: url(https://yabuki-forestry.com/wp/wp-content/uploads/2025/12/IMG_5386.jpg);
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: cover;
}

.footermei {
  color: #fff;
  font-size: 2.5em;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  padding: 0em 0 0;
}
.copy {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
  padding: 3em 0;
}
.copy a {
  color: #fff;
}
#menu-undermenu {
  display: inline-block;
  border-bottom-width: 0px;
  border-bottom-style: dashed;
  border-bottom-color: #FFF;
}
#menu-undermenu li {
  list-style: none;
  display: inline;
  margin: 0 1.5em 0 0.5em;
}
#menu-undermenu li:before {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 1.1em;
  width: 1.1em;
  -webkit-mask: url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/122_arr_24.svg");
  mask: url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/122_arr_24.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 3px 3px 1px;
}
#menu-undermenu li:first-child a {
  border-left: 0px solid #FFF;
}
#menu-undermenu li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
#menu-undermenu li a:hover {
  color: #FFF;
  text-decoration: underline;
}
.menu-undermenu-container {
  text-align: right;
}
#menu-undermenu li.current-menu-item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
}
@media screen and (max-width: 1366px) {
  .footerlogo {
    background: #fff url('https://yabuki-forestry.com/wp/wp-content/uploads/2025/12/IMG_5386.jpg') no-repeat center center;
    background-size: cover;
  }
  #menu-undermenu {
    width: 100%;
    margin: 0 0px;
  }
}
@media screen and (max-width: 1024px) {
  #menu-undermenu {
    width: 100%;
    margin: 0 0px;
    font-size: 18px;
  }
  #menu-undermenu li {
    margin: 0 0.5em;
  }
}
@media screen and (max-width: 896px) {
  #menu-undermenu {
    width: 100%;
    margin: 0 0px;
    font-size: 18px;
  }
  #menu-undermenu li {
    margin: 0 0.5em;
    padding: 0 0px 10px;
  }
}
@media screen and (max-width: 768px) {
  #menu-undermenu {
    width: 80%;
    margin: 0 15px;
    font-size: 18px;
  }
  #menu-undermenu li {
    margin: 0 5px 0 5px;
    font-size: 15px;
  }
  #menu-undermenu li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 10px;
  }
}
@media only screen and (max-width:480px) {
  .footermenu {
    padding: 1em 0;
  }
  .footerlogo a {
    color: #fff;
  }
  #menu-undermenu {
    text-align: left;
    margin: 0px 0px 0px;
    display: block;
    overflow: hidden;
    width: 100%;
    z-index: 10;
    position: relative;
    font-size: 85.7%;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 white;
    box-shadow: inset 0 1px 0 white;
  }
  #menu-undermenu li:before {
    display: none;
  }
  #menu-undermenu .innerBox {
    width: 100%;
    margin: 0;
  }
  #menu-undermenu .menu {
    display: block;
    overflow: hidden;
  }
  #menu-undermenu .menu li {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
    line-height: 100%;
    font-size: 12px;
    width: 100%;
  }
  #menu-undermenu .menu li a {
    background: url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/arrow_gray.png") right bottom no-repeat;
    color: #fff;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 3%;
    display: block;
    overflow: hidden;
    text-decoration: none;
  }
  #menu-undermenu .menu li a:hover {
    background: url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/arrow_gray.png") right bottom no-repeat #fff;
    color: #00561f;
  }
  #menu-undermenu li:first-child a {
    border-left: none;
  }
  #menu-undermenu li a {
    display: inline-block;
    padding: 0 1em;
    border-right: none;
    color: #FFF;
    text-decoration: none;
  }
  .footermei {
    color: #fff;
    font-size: 2.0em;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    padding: 0em 10px 0;
  }
}
@media screen and (max-width: 896px) {
  #menu-undermenu li {
    padding: 0 10px 10px;
  }
}
/*=================================================
 * artical メタ周り
 * ================================================= */
.tagst a {
  text-decoration: none;
  padding: 4px 7px;
  border-radius: 1px;
  margin-right: 5px;
  color: #818181;
  background-color: #f3f3f3;
  transition: all 0.4s ease;
  ;
  border: none;
  font-size: 12px;
}
.tagst a:hover {
  background-color: #00561f;
  color: #fff;
}
/*=================================================
 * 個別記事 周り
 * ================================================= */
.post {
  background-color: #fff;
  padding: 20px 0px 0px;
  clear: both;
}
.post ol li {
  font-size: 16px;
  line-height: 27px;
}
.post img {
  margin: 0 auto;
}
.post h2.gaikouh2 {
  font-size: 14px;
}
.post h3 {
  font-size: 1.2em;
  margin: 0px;
  color: #1a1a1a;
  line-height: 27px;
  border: 0px #999999 dotted;
  padding: 20px 0px;
}
@media only screen and (max-width:480px) {
  .post {
    padding: 20px 0px 0;
  }
  .post h3 {
    padding: 10px 10px;
  }
}
/*関連記事　周り
--------------------*/
#kanren .clearfix dd h5 a:hover {
  color: #00561f;
}
/*ページネーション　周り
--------------------*/
div.pagination {
  display: inline-block;
  background: none !important;
  margin-top: 30px;
  font-size: 1.3em;
}
div.pagination a {
  color: #fff !important
}
div.pagination a:hover {
  opacity: 0.8
}
div.pagination span, div.pagination a {
  padding: 19px 21px 17px !important;
  background-color: #00561f !important;
}
div.pagination span.current {
  padding: 19px 21px 17px !important;
  background-color: #fefefe !important;
}
.pagination .current {
  color: #333
}
/*--------------------------------
検索フォーム
---------------------------------*/
aside #search {
  padding-bottom: 0px;
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}
/*タイポグラフィ 周り
--------------------*/
p {
  font-size: 1.1em;
  line-height: 27px;
  margin-bottom: 20px
}
.post a {
  text-decoration: none;
  border-bottom: 1px dashed
}
.post blockquote {
  margin-right: 0;
  border-left: 3px solid #CCC
}
.post ul {
  list-style-type: disc;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-bottom: 10px;
}
.post ul li {
  font-size: 1.1em;
  line-height: 27px;
  list-style-type: square
}
.post ol {
  padding-left: 30px
}
.wp-caption-text:before {
  content: "■ "
}
table, table tr td, td, th, .post table {
  border-color: #ccc
}
/*サイドバー検索周り
--------------------*/
#s {
  padding: 5px 65px 5px 10px;
  background: none repeat scroll 0% 0% #f8f8f8 !important;
  border: 1px solid #e1e1e1;
}
/*サイドバー カテゴリー
--------------------*/
aside #mybox ul li ul li a {
  color: #333;
  text-decoration: none;
  display: block;
}
aside #mybox ul li ul li a:before {
  margin-right: 5px;
}
aside #mybox ul li ul li {
  font-size: 17px;
  line-height: 27px;
  background-color: #f9f9f9;
  margin-bottom: 10px;
}
@media only screen and (max-width:480px) {
  aside #mybox ul li ul li {
    font-size: 17px;
    line-height: 27px;
    background-color: #f9f9f9;
    margin-bottom: 10px;
  }
}
.screen-reader-text {
  display: none;
}
#archives-dropdown-3 {
  width: 100%;
  height: 40px;
}
aside #mybox ul li ul li:hover {
  opacity: 0.7;
}
li.cat-item a {
  padding: 10px 3%;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
#mybox ul li a {
  padding: 20px 3%;
  overflow: hidden;
}
/*=================================================
 * sns btn 周り
 * ================================================= */
.snsuetoi {
  margin: 0;
  font-size: 1.2em;
  text-align: center;
}
.sns {
  position: relative;
  margin: 2em 0 2em;
}
.snsb {
  display: flex;
  justify-content: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  text-align: center;
  padding: 15px 0px 10px;
}
.snsbotan a {
  float: left;
}
div.snsbotan {
  overflow: hidden;
  position: relative;
  margin: 20px 0 0 0;
}
ol.snsbotan1 {
  list-style-type: none;
  float: left;
  position: relative;
  left: 50%;
  margin: 0;
  padding: 0;
  position: relative;
}
ol.snsbotan1 li {
  list-style-type: none;
  position: relative;
  left: -50%;
  margin: 0px 0 0 20px;
  float: left;
}
ol.snsbotan1 li a img {
  max-width: 45px;
}
ol.snsbotan1 li:first-child {
  margin-left: 0px;
}
@media only screen and (max-width:480px) {
  ol.snsbotan1 li a {
    margin-left: 0px;
    margin-right: 20px;
  }
  ol.snsbotan1 li a img {
    max-width: 60px;
  }
}
.border_radius {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.post .sns .snsb.clearfix {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
/* SNS ボタンのグループ */
.snsButtons_twitter {
  font-size: 14px;
  line-height: 21px;
  list-style-type: square
}
.snsButtons {
  margin: 5px;
  padding: 0px;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  list-style-type: square
}
.snsButtons a {
  text-decoration: none;
}
/* 各 SNS ボタンのボックス */
.snsButtons li {
  display: inline-block; /* 水平に並べる */
  list-style-type: none; /* 先頭のポッチを消す */
  margin: 2px;
  padding: 6px 0px;
  color: white;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
/* マウスカーソルを重ねたとき */
.snsButtons li:hover {
  opacity: 0.7;
}
/* クリックしたとき */
.snsButtons li:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}
/* アイコン部分 */
.snsButtons i {
  font-size: 18pt;
  min-width: 30px;
  margin: 0px;
  padding: 0px 0px 3px 0px;
  vertical-align: baseline;
}
/* テキスト部分 */
.snsButtons_label {
  min-width: 60px;
  display: inline-block;
  padding: 0px 8px 0px 0px;
  text-align: center;
  font-size: 10pt;
}
/* 各 SNS のブランドカラー */
.snsButtons_twitter {
  background: #000;
}
.snsButtons_facebook {
  background: #3b5998;
}
.snsButtons_pocket {
  background: #ee4056;
}
.snsButtons_google {
  background: #dd4b39;
}
.snsButtons_line {
  background: #1dcd00;
}
.snsButtons li a {
  color: #fff;
  border-bottom: none;
}
/*media Queries PCサイズ（最低780pxのサイズ）
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
  aside {
    width: 240px;
    margin-top: 0px;
  }
  #contentInner {
    margin-right: -240px;
  }
  main {
    margin-right: 0px;
  }
  #topnews dd {
    padding: 0
  }
}
/*--------------------------------一覧記事表示部分、検索ボックスでの表示画面---------------------------------*/
#topnews dt img {
  width: 50%;
  margin: 0 auto;
}
/*media Queries タブレットサイズ（最高780pxのサイズ）
----------------------------------------------------*/
@media only screen and (max-width: 780px) {
  #topnews dd {
    padding: 0
  }
}
/*media Queries タブレットサイズ（最低380pxのサイズ）
----------------------------------------------------*/
@media only screen and (min-width: 320px) {
  #topnews dd {
    padding: 0
  }
  #topnews dt {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
/*---------------------------------------------------------お問い合わせ */
.form-width {
  width: 98%;
}
.red {
  color: #ff0000;
}
.toi1 {
  color: #F00;
}
.wpcf7-submit {
  display: block;
  width: 500px;
  margin: 30px auto;
  height: 60px;
  color: #fff;
  text-align: center;
  font-size: 1.4em;
  line-height: 60px;
  border-radius: 5px;
  background: #00561f url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/yajirushi2.png") no-repeat 95% center;
  background-size: auto auto;
  background-size: 7px 11px;
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
}
.form-width2 {
  width: 200px;
}
.form-width4 {
  height: 80px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}
@media only screen and (min-width: 320px) {
  .wpcf7-form p {
    margin-bottom: 0px;
  }
}
/*---------------------------------------------------------各ページH1見出し */
.entry-title {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  margin-bottom: 10px;
}
.pgh1 {
  padding: 0.5rem 0.5rem;
  border-top: 3px solid #00561f;
  border-bottom: 3px solid #00561f;
}
.pgh1 span {
  font-size: 0.9em;
  display: block;
  padding: 10px 0 10px 10px;
}
.post h2 {
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: #494949; /*文字色*/
  background: transparent; /*背景透明に*/
  border-left: solid 5px #00561f; /*左線*/
  margin: 2em 0 1em;
  overflow: hidden;
}
@media only screen and (max-width:480px) {
  .pgh1 {
    padding: 0.5rem 0rem;
    border-top: 3px solid #00561f;
    border-bottom: 3px solid #00561f;
  }
  .pgh1 span {
    font-size: 0.9em;
    display: block;
    padding: 10px 0 10px;
  }
  .post h2 {
    padding: 0.25em 0.5em; /*上下 左右の余白*/
    color: #494949; /*文字色*/
    background: transparent; /*背景透明に*/
    border-left: solid 5px #00561f; /*左線*/
    margin: 0em 0 1em;
    overflow: hidden;
  }
}
/*=================================================
 * TOPページ
 * ================================================= */
.topmidashi01 {
  color: #00561f;
  font-size: 2.5em;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  padding: 1em 0;
  background: #fff;
  position: static;
}
.topaic {
  width: 980px;
  margin: 0 auto;
}
.topaic p {
  color: #fff; /*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: 2.7em; /*サイズ2倍*/
  padding: 0em 1em;
  text-shadow: #111 2px 2px 2px;
  display: block;
  text-align: center;
  line-height: 1.2em;
}
.topbusiness01 {
  margin: 1.4em 0 0;
}

.cdbg1 {
  width: 100vw;	
	margin-top: 2em;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  background-color: #00561f;
  clear: both;
  padding: 3em 0;
  text-align: center;
  color: #fff;

  background-image: url("https://yabuki-forestry.com/wp/wp-content/uploads/2025/12/IMG_5391.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.cdbg2 {
  width: 100vw;	
	margin-top: 2em;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  background-color: #00561f;
  clear: both;
  padding: 3em 0;
  text-align: center;
  color: #fff;

  background-image: url("https://yabuki-forestry.com/wp/wp-content/uploads/2025/12/IMG_5385.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.cdbg3 {
  width: 100vw;	
	margin-top: 2em;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  background-color: #00561f;
  clear: both;
  padding: 3em 0;
  text-align: center;
  color: #fff;

  background-image: url("https://yabuki-forestry.com/wp/wp-content/uploads/2025/12/IMG_5407.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.bgcolor2 {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  line-height: 1.1;
  width: 980px;
  margin: 0em auto 0;
}
.bgcolor2 p {
  color: #000;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 1366px) {
  .cdbg1 {
    background: #fff url('https://yabuki-forestry.com/wp/wp-content/uploads/2025/12/IMG_5391.jpg') no-repeat center center;
    background-size: cover;
  }
  .cdbg2 {
    background: #fff url('https://yabuki-forestry.com/wp/wp-content/uploads/2025/12/IMG_5385.jpg') no-repeat center center;
    background-size: cover;
  }
  .cdbg3 {
    background: #fff url('https://yabuki-forestry.com/wp/wp-content/uploads/2025/12/IMG_5407.jpg') no-repeat center center;
    background-size: cover;
  }
}
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}
.fadein.scrollin { /* 画面内に入った状態 */
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 1024px) {
  .bgcolor2 {
    width: 90%;
  }
}
@media screen and (max-width: 896px) {
  .topaic {
    width: 100%;
  }
  .bgcolor2 {
    width: 90%;
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  .topaic {
    width: 100%;
  }
  .bgcolor2 {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    line-height: 1.1;
    width: 92%;
    margin: 0em auto 0;
  }
}
@media screen and (max-width: 480px) {
  .topmidashi01 {
    font-size: 1.6em;
  }
  .topaic p {
    color: #fff; /*文字は白に*/
    font-weight: bold; /*太字に*/
    font-size: 2.5em; /*サイズ2倍*/
    padding: 0em 0.5em;
    text-shadow: #111 2px 2px 2px;
    display: block;
    text-align: center;
    line-height: 1.2em;
  }
  .bgcolor2 {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 0;
    line-height: 1.1;
    width: 100%;
    margin: 0em auto 0;
  }
}
/*---------------------------------------------------------各記事のスライダー　 */
/*左右の矢印の色を変える*/
.slick-prev:before, .slick-next:before {
  color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
  right: 20px;
  z-index: 99;
}
.slick-prev {
  left: 15px;
  z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before, .slick-dots li button:before {
  color: #fff;
}
/*スライド画像の横幅可変*/
img {
  max-width: 100%;
  height: auto;
}
/*=================================================
 * テーブルレスポンシブ
 * ================================================= */
section table {
  width: 100%;
  margin: 0 0 2em;
}
section th, section td {
  padding: 10px;
  border: 1px solid #818181;
}
section th {
  background: #f4f4f4;
  font-weight: normal;
}
.demo01 td {
  border: 1px solid #818181;
}
.demo01 th {
  width: 30%;
  text-align: center;
  background: #eeeeee;
}
.demo01 th a {
  border-bottom: none;
}
@media only screen and (max-width:480px) {
  .demo01 {
    margin: 0 0 2em;
  }
  .demo01 th, .demo01 td {
    width: 93%;
    display: block;
    border-top: none;
  }
  .demo01 tr:first-child th {
    border-top: 1px solid #818181;
  }
  .form-width3 {
    width: 99%;
  }
  .form-width4 {
    width: 99%;
  }
  .wpcf7-submit {
    display: block;
    width: 99%;
    margin: 30px auto 0;
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    line-height: 60px;
    border-radius: 5px;
    background: #00561f url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/yajirushi2.png") no-repeat 95% center;
    background-size: auto auto;
    background-size: 7px 11px;
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
    border-left-style: none;
  }
}
/*=================================================
 * その他
 * ================================================= */
iframe {
  max-width: 100%;
}
/* iframeのレスポンシブ */
.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
}
.blinking {
  animation-name: blink; /* アニメーションの名前を設定 */
  animation-duration: 2.7s; /* アニメーションの秒数を設定 */
  animation-iteration-count: infinite; /* 繰り返しを設定（１回だけなら不要） */
  color: #F00;
}
@keyframes blink { /*上記で設定したアニメーションの動作を指定 */
  0% {
    opacity: 1;
  } /* 1.2s中の動作開始時間を%で指示 */
  50% {
    opacity: 0;
  } /* 同上 */
}
/*=================================================
 * 記事一覧
 * ================================================= */
.topkiji3 {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px 0px;
}
.topkiji3 div.topkiji4 {
  width: calc(33.3% - 10px);
  margin: 5px;
  float: left;
}
.topkiji4 {
  padding: 0 0px 0px; /* a要素内の余白 */
  position: relative;
}
.topkiji4 a {
  display: inline-block;
}
.topkiji4 span {
  display: block;
}
.thumbnail {
  width: 100%;
  text-align: left;
}
.thumbnail a {
  text-decoration: none;
}
.thumbnail p {
  text-align: center;
}
.thumbnail a:before {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-size: 1.4em;
  z-index: 2;
}
.thumbnail a:hover {
  opacity: 0.7;
}
.thumbnail img.size-full, img.size-large {
  margin-bottom: 0px;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width:480px) {
  .topkiji3 div.topkiji4 {
    width: calc(100% - 0px);
    margin: 5px 0 2em;
    float: left;
  }
  .thumbnail img.size-full, img.size-large {
    margin: 0px auto;
    height: auto;
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width:480px) and (max-width:1024px) {
  .topkiji3 div.topkiji4 {
    text-align: center;
    width: calc(50% - 10px);
    margin: 5px;
    float: left;
  }
}
/*=================================================
 * 共通
 * ================================================= */
.cd-fixed-bg {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
.cd-fixed-bg p {
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-size: 2.5em;
}
.cd-fixed-bg::before {
  /* 透過した黒を上から重ねるイメージ */
  background-color: rgba(0, 0, 0, 0.2);
  /* 自由に位置指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
.cd-fixed-bg.cd-bg-5 {
  width: 100%;
  background-color: #00561f;
  clear: both;
  padding: 8em 0;
  text-align: center;
  color: #fff;
  background-attachment: fixed;
  background-image: url("https://yabuki-forestry.com/wp/wp-content/uploads/2025/12/IMG_5380.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  margin: 5em 0 0;
}
.cd-bg-5 a:hover {
  color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}
@media screen and (max-width: 1366px) {
  .cd-fixed-bg.cd-bg-5 {
    background: #fff url('https://yabuki-forestry.com/wp/wp-content/uploads/2025/12/IMG_5380.jpg') no-repeat center center;
    background-size: cover;
  }
}
.p-button {
  color: #fff;
  background: #00561f;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  height: 70px;
  padding: 10px 25px;
}
@media screen and (max-width: 480px) {
  .p-button {
    color: #fff;
    background: #00561f;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    min-width: 220px;
    height: 50px;
    padding: 0 15px;
    margin: 0 10px;
  }
  .cd-fixed-bg p {
    color: #fff;
    line-height: 1.2;
    text-align: center;
    font-size: 1.7em;
  }
  .cd-fixed-bg p .tel-link a {
    color: #fff;
  }
  .cd-fixed-bg.cd-bg-5 {
    padding: 4em 0;
  }
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
  width: 680px;
  margin: 0 auto;
}
.fotorama2 {
  min-width: 1px;
  overflow: hidden;
  width: 500px;
  margin: 4em auto;
}
.fotoramayohaku {
  margin: 4em auto;
}
.fotorama__caption__wrap {
  box-sizing: border-box;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
  padding: 5px 10px;
  font-size: 2em;
}
.example {
  position: relative;
}
.example p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0; /*文字の装飾は省略*/
  text-shadow: 1px 1px 1px #000;
  font-size: 1.6em;
  background-color: rgba(0, 0, 0, 0.47);
  color: #fff;
}
.example img {
  width: 100%;
}
/* 全体の枠 */
.image-text {
  position: relative;
}
/* 重ねる文字 */
.text1 {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  font-size: 1.6em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.47);
  padding: 15px;
  line-height: 130%;
  opacity: 0.8;
  text-align: center;
}
.yohaku {
  padding: 20px 0px;
}
@media only screen and (max-width:480px) {
  .fotorama {
    min-width: 1px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }
  .fotorama2 {
    min-width: 1px;
    overflow: hidden;
    margin: 4em auto;
  }
  .fotoramayohaku {
    margin: 4em auto;
  }
  .yohaku {
    padding: 0px 0px;
  }
}
/*=================================================
 * 採用情報
 * ================================================= */
.recruit h2 {
  font-size: 25px;
  letter-spacing: 0.12em;
  color: #798f34;
  margin-bottom: 50px;
  border-left: solid 0px #00561f;
  text-align: center;
}
a.rec {
  border-bottom: none;
}
.rec:hover {
  color: #FFF;
  background-color: #F30;
}
@media only screen and (max-width:480px) {
  .recruit h2 {
    font-size: 22px;
    padding: 0.25em 0em;
  }
}
/*=================================================
 * 事業案内
 * ================================================= */
.business01 {
  margin: 4em 0 0;
}
.business01 h3 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  width: 50%;
  margin: 0 auto 35px;
  font-size: 2em;
}
.business01 h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background: #8fc31f;
}
.business01 h3 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.example4 {
  position: relative;
}
.top-banner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0em 0 0em;
}
.banner01 { /*親div*/
  position: relative; /*相対配置*/
  width: calc(100%/2); /*←画像を横に4つ並べる場合*/
  padding: 0 5px; /*←画像の左右に5pxの余白を入れる場合*/
  box-sizing: border-box;
}
.banner01 h2 {
  padding: 0em 0.5em;
  margin: 0em 0 1em;
  font-size: 1.6em;
}
.banner01 a img:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}
.banner01 a span {
  font-size: 23px;
  letter-spacing: 0.2em;
  color: #fff;
}
.example a i {
  display: block;
  margin: 5px auto 0;
  font-size: 16px;
  color: #fff;
}
.banner01 .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: 260px;
  width: 50px;
  z-index: 2;
}
@media screen and (max-width:480px) {
  .business01 h3 {
    position: relative;
    padding: 0 0px;
    text-align: center;
    width: 100%;
    margin: 0 auto 35px;
    font-size: 1em;
  }
  .business01 h3:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #362e2b;
  }
  .banner01 { /*親div*/
    position: relative; /*相対配置*/
    width: calc(100%); /*←画像を横に4つ並べる場合*/
    padding: 0 5px; /*←画像の左右に5pxの余白を入れる場合*/
    box-sizing: border-box;
  }
}
/*=================================================
 * パンくずリスト
 * ================================================= */
.pankuzu01 {
  text-align: left;
  font-size: 0.8em;
  padding-bottom: 1em;
}
.pankuzu01 li {
  list-style: none;
  display: inline;
  padding: 0 5px 0 1em;
}
.pankuzu01 li a:hover {
  position: relative;
  left: 2px;
  top: 2px;
}
.pankuzu01 li:first-child {
  padding: 0 5px 0 0em;
}
@media screen and (max-width:750px) {
  .pankuzu01 {
    text-align: left;
    font-size: 0.8em;
    padding: 0 22px 1em;
  }
  .pankuzu01 span {
    display: inline;
  }
}
@media screen and (max-width:480px) {
  .pankuzu01 {
    text-align: left;
    font-size: 0.8em;
    padding: 0 0px 1em;
  }
  .pankuzu01 li {
    list-style: none;
    display: inline;
    padding: 0 5px;
  }
}
/*=================================================
 * アイコン
 * ================================================= */
.fa-home:before {
  content: "";
  background-color: #999;
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask: url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/ホームのフリーアイコン素材.svg");
  mask: url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/ホームのフリーアイコン素材.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 5px 4px 0;
}
.fa-clock:before {
  content: "";
  background-color: #000;
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask: url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/カレンダーのフリーアイコン2.svg");
  mask: url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/カレンダーのフリーアイコン2.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0px 5px;
}
.fa-repeat:before {
  content: "";
  background-color: #000;
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask: url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/リロードのフリーアイコン.svg");
  mask: url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/リロードのフリーアイコン.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0px 5px;
}
.fa-bars:before {
  content: "";
  background-color: #000;
  display: inline-block;
  height: 1.1em;
  width: 1.1em;
  -webkit-mask: url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/メニューの無料アイコン10.svg");
  mask: url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/メニューの無料アイコン10.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 3px 3px 1px;
}
.fa-angle-up:before {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask: url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/矢印アイコン　上4.svg");
  mask: url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/矢印アイコン　上4.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0px;
}
.fa-tags:before {
  content: "";
  background-color: #000;
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask: url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/タグアイコン3.svg");
  mask: url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/タグアイコン3.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0px 0px;
}
.fa-twitter:before {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 25px;
  width: auto;
  -webkit-mask: url("https://yabuki-forestry.com/wp/wp-content/uploads/2025/02/x.svg");
  mask: url("https://yabuki-forestry.com/wp/wp-content/uploads/2025/02/x.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 10px 0px;
  padding: 5px 20px 5px 15px;
}
.fa-facebook-square:before {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 25px;
  width: auto;
  -webkit-mask: url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/facebook.svg");
  mask: url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/facebook.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 2px 15px 3px 10px;
  padding: 5px 15px 0px 15px;
}
.fa-line:before {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 25px;
  width: auto;
  -webkit-mask: url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/line.svg");
  mask: url("https://yabuki-forestry.com/wp/wp-content/uploads/2022/02/line.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 2px 11px 1px;
  padding: 5px 18px 2px 15px;
}
@media only screen and (max-width:480px) {
  .fa-twitter:before {
    margin: 0 5px 0px;
  }
  .fa-facebook-square:before {
    margin: 0 8px 5px 5px;
  }
  .fa-line:before {
    margin: 0 8px 3px 5px;
  }
}
/*=================================================
 * SDGs
 * ================================================= */
section th.sdgs01 {
  background-color: #009de2;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  width: 220px;
}
section th.sdgs02 {
  background-color: #009de2;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}
.sdgs03 {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}
.sdgs04 {
  margin-top: 3em;
  margin-bottom: 0em;
}
.sdgs04 a {
  color: #fff;
}
.sdgs05 {
  background-color: #009de2;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  padding: 10px;
}
.sdgs06 {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}

/*=================================================
 * 薪のご注文・お見積り依頼
 * ================================================= */
/* 薪販売ページ専用：タイトルの前後装飾（::before, ::after）を消す */
.maki-sales-page .section-title::before,
.maki-sales-page .section-title::after {
    content: none !important;
    display: none !important;
    border: none !important; /* 線などがボーダーで描かれている場合用 */
    width: 0 !important;     /* 幅を持たせている場合用 */
}

/* ボーダーなくした*/
.post .maki-delivery h3 {
    border-bottom: none;
}

/* もしタイトルの線が消えたことでレイアウトが崩れる場合は、以下で微調整してください */
.maki-sales-page .section-title {
    border: none !important;
    background: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* パターンA：左に太い緑の線＋薄い背景 */
.maki-sales-page .section-title {
    padding: 15px 20px;            /* 文字周りの余白 */
    background: #f9fbf6;           /* ごく薄い緑系の背景 */
    border-left: 6px solid #4a5d23; /* 左側に太い深緑の線 */
    border-bottom: none;           /* 下線は消す */
    color: #333;                   /* 文字色 */
    font-size: 1.5rem;             /* 文字サイズ調整 */
    text-align: left;              /* 左揃え */
    margin: 60px 0 30px;           /* 上下の余白 */
    border-radius: 0 4px 4px 0;    /* 右側だけ少し角丸 */
}

/* 薪販売ページ総合スタイル */
.maki-sales-page {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.6;
}

.section-title {
    text-align: center;
    border-bottom: 2px solid #4a5d23;
    margin: 60px 0 30px;
    padding-bottom: 10px;
}

/* ヒーローエリア */
.maki-hero {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://yabuki-forestry.com/wp/wp-content/uploads/2026/01/ChatGPT-Image-2026年1月17日-14_30_12.jpg');
    background-size: cover;
    color: #fff;
    padding: 200px 20px;
    text-align: center;
    border-radius: 8px;
}
@media (max-width: 480px){
.maki-hero h1 {
    font-size: 1.7em;
}
	}

/* 価格表 */
.maki-table {
    width: 100%;
    border-collapse: collapse;
}
.maki-table th, .maki-table td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}
.maki-table th { background: #4a5d23; color: #fff; }

/* 配達エリア表示 */
.delivery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}
.delivery-item {
    background: #f4f4f4;
    padding: 20px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.delivery-item h3 { margin-top: 0; font-size: 1.1rem; }
.delivery-item .limit { font-weight: bold; color: #d35400; font-size: 1.2rem; }

.delivery-notice {
    background: #fff9e6;
    padding: 20px;
    border-left: 5px solid #f1c40f;
    margin-top: 20px;
}

/* フォームのデザイン */
.maki-order-container {
    background: #fff;
    border: 2px solid #4a5d23;
    padding: 30px;
    border-radius: 10px;
    margin-top: 50px;
}
@media (max-width: 480px){
.maki-order-container {
    padding: 30px 5px;
}
	}
.order-section { margin-bottom: 30px; }
.product-selection {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}
.product-radio {
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    flex: 1;
}
.form-table { width: 100%; }
.form-table th { width: 30%; text-align: left; padding: 10px; vertical-align: top; }
.form-table td { padding: 10px; }
.form-table input[type="text"], .form-table input[type="tel"], .form-table textarea {
    width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px;
}

/* ボタン */
.submit-area { text-align: center; margin-top: 40px; }
.final-check { font-size: 0.9rem; color: #e74c3c; margin-bottom: 15px; }
.order-submit-btn {
    background: #e67e22;
    color: #fff;
    padding: 20px 40px;
    border: none;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
}
.order-submit-btn:hover { background: #d35400; transform: scale(1.05); }

@media (max-width: 600px) {
    .product-selection { flex-direction: column; }
    .form-table th { display: block; width: 100%; }
}

/* CF7用の微調整 */
.maki-order-container .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 5px;
}

.maki-order-container .required {
    color: #e74c3c;
    font-size: 0.8rem;
    margin-left: 5px;
}

/* ラジオボタンを横並びにする */
.product-selection .wpcf7-list-item {
    display: inline-block;
    margin: 0 15px 0 0;
}

/* 送信ボタンのスタイルをCF7のクラスに適用 */
.order-submit-btn {
    appearance: none;
    -webkit-appearance: none;
}
/* 薪注文ページ（post=1442）だけ：リストの左はみ出し対策 */
.page-id-1442 .maki-order-container .delivery-conditions ul{
  margin: 0;
  padding-left: 1.2em;  /* ここでインデント量を調整 */
  box-sizing: border-box;
}

.page-id-1442 .maki-order-container .delivery-conditions li{
  margin: 0.4em 0;
}

.page-id-1442 .maki-order-container .delivery-conditions li p{
  margin: 0;            /* pの余計な余白を消す */
}

/* 薪注文ページ（post=1442）だけ：入力欄のはみ出し対策 */
.page-id-1442 .maki-order-container .form-table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; /* これが効く */
}

.page-id-1442 .maki-order-container .form-table th,
.page-id-1442 .maki-order-container .form-table td{
  box-sizing: border-box;
  padding: 14px;
  vertical-align: top;
}

/* 入力欄は padding を含めて 100% に収める */
.page-id-1442 .maki-order-container .form-table td .wpcf7-form-control{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: block;
}

/* p の余白が原因で横に押し出すことがあるので潰す */
.page-id-1442 .maki-order-container .form-table td p{
  margin: 0;
}

/* スマホ時は縦積みにして見やすく（任意だけど強い） */
@media (max-width: 768px){
  .page-id-1442 .maki-order-container .form-table,
  .page-id-1442 .maki-order-container .form-table tbody,
  .page-id-1442 .maki-order-container .form-table tr,
  .page-id-1442 .maki-order-container .form-table th,
  .page-id-1442 .maki-order-container .form-table td{
    display: block;
    width: 100%;
  }
  .page-id-1442 .maki-order-container .form-table th{
    padding-bottom: 6px;
  }
  .page-id-1442 .maki-order-container .form-table td{
    padding-top: 6px;
  }
}

/* 薪注文ページ（post=1442）だけ：メールアドレス欄を他と統一 */
.page-id-1442 .maki-order-container input[type="email"]{
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  box-sizing: border-box;

  /* 他の input と同じ見た目に揃える */
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.6;
}

/* 念のため、CF7が入れてくる余計な幅指定を無効化 */
.page-id-1442 .maki-order-container .wpcf7-email{
  width: 100% !important;
}
/* 薪注文ページ（post=1442）：送信ボタン文字を完全センターに */
.page-id-1442 .maki-order-container .order-submit-btn{
  display: flex !important;
  align-items: center !important;     /* 縦中央 */
  justify-content: center !important; /* 横中央 */

  width: 50%;
  height: 64px;              /* 高さを固定するとズレない */
  padding: 0 !important;     /* paddingでズレるのを防止 */

  font-size: 18px;
  font-weight: 600;
  line-height: 1;            /* これが超重要 */
  text-align: center;

  border-radius: 32px;
}
@media (max-width: 480px){
.page-id-1442 .maki-order-container .order-submit-btn{
  width: 90%;
}
	}

/* Cloudflare Turnstile を視覚的に非表示 */
.cf-turnstile,
.cf-turnstile iframe {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
}
