/*
Theme Name: Ann theme
Text Domain: ann_theme
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: 
Author: Ann Co., Ltd.
Author URI: https://www.w-star.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*===================================
  
  all

===================================*/
.tit_cat {
  margin: 0px 0px 25px;
  font-weight: bolder;
  font-size: 1.8rem;
  color: #4A4038;
}
/* 記事ページの「前へ」「次へ」 */
.nav_beforeafter {
  width: 100%;
  margin: 75px auto 0;
}
.nav_beforeafter ul {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}
.nav_beforeafter ul li {
  width: 180px;
  line-height: 1.6;
}
.nav_beforeafter ul li:nth-child(2) {
  width: 220px;
}
.nav_beforeafter ul li a {
  display: flex;
  justify-content: center;
  color: #4A4138;
  font-size: 2rem;
  font-family: 'Hahmlet', serif;
}
.nav_beforeafter ul li a > span {
  position: relative;
  display: inline-block;
}
.nav_beforeafter ul li a > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav_beforeafter ul li a:hover > span {
  text-decoration: underline;
}
.nav_beforeafter ul li:nth-child(1) a > span {
  padding-left: 30px;
}
.nav_beforeafter ul li:nth-child(1) a > span::after {
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #4A4138;
  border-right: 1px solid #4A4138;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nav_beforeafter ul li:nth-child(2) {
  border-left: 1px solid #4A4138;
  border-right: 1px solid #4A4138;
}
.nav_beforeafter ul li:nth-child(2) a > span {
  padding-right: 35px;
  background: url(./img/img-common/icon_btn.png) no-repeat right center;
  background-size: 18px auto;
}
.nav_beforeafter ul li:nth-child(3) a > span {
  padding-right: 30px;
}
.nav_beforeafter ul li:nth-child(3) a > span::after {
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #4A4138;
  border-right: 1px solid #4A4138;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.staff_blog .nav_beforeafter ul li:nth-child(1) a > span::after,
.staff_blog .nav_beforeafter ul li:nth-child(3) a > span::after {
  border-color: #66AC89;
}
@media screen and (max-width: 991px) {
  .tit_cat {
    font-size: 1.4rem;
  }
  .nav_beforeafter {
    margin: 50px auto 0;
    padding: 0 6%;
  }
  .nav_beforeafter ul {
    padding: 15px 0;
  }
  .nav_beforeafter ul li {
    padding: 0;
    width: 33%;
  }
  .nav_beforeafter ul li a {
    font-size: 1.2rem;
  }
  .nav_beforeafter ul li:nth-child(1) a > span {
    padding-left: 20px;
  }
  .nav_beforeafter ul li:nth-child(1) a > span::after {
    width: 5px;
    height: 5px;
  }
  .nav_beforeafter ul li:nth-child(2) a > span {
    padding-right: 25px;
    background-size: 12px auto;
  }
  .nav_beforeafter ul li:nth-child(3) a > span {
    padding-right: 20px;
  }
  .nav_beforeafter ul li:nth-child(3) a > span::after {
    width: 5px;
    height: 5px;
  }
  .nav_beforeafter ul li:nth-child(2) {
      width: 180px;
  }
}

/**/
.img_tit {
  text-align: center;
  margin: 50px auto 0;
}
.img_tit img {
  width: 328px;
}
.ttl + p {
  text-align: center;padding: 0 10px;
}
.ttl.font-yg {
  font-weight: bolder;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.1em;
}
.ttl + .sub_ttl {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝" !important;
  font-weight: bolder;
  color: #B06C45;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin: -10px 0 0;
}
@media screen and (max-width: 991px) {
  .img_tit img {
    width: 240px;
  }
  .ttl + .sub_ttl {
    font-size: 1.4rem;
    margin: -15px 0 0;
  }
}


/*===================================
  2カラム デザイン
===================================*/
.inner_blog {
  max-width: 960px;
  margin: 0 auto;
}
#column.staff_blog .tit_cat {
  color: #184D35;
}
#column {
  display: flex;
  flex-wrap: wrap;
  margin: 75px auto;
}
#column img {
  width: 100%;
  height: auto;
}
#column > div {
  width: 100%;
}
#column > div.flm_body {
  max-width: 700px;
  margin: 0 0 100px;
}
#column > div.flm_body .pager {
  margin-top: 50px;
}
#column > div.flm_body .blog_list_wrap .blog_list_result a:first-child {
  border-top: 1px solid #DDC0A6;
}
#column > div.flm_body .blog_list_wrap .blog_list_result a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #DDC0A6;
/*margin: 50px auto 0;*/
}
#column > div.flm_body .blog_list_wrap .blog_list_result a:hover .slider_l_txt.no_img {
  opacity: 0.7;
}
#column > div.flm_body .blog_list_wrap .blog_list_result a .blog_list_img {
  width: 170px;
  margin-right: 25px;
  overflow: hidden;
}
#column > div.flm_body .blog_list_wrap .blog_list_result a .blog_list_img img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/*
#column > div.flm_body .blog_list_wrap .blog_list_result a:first-child,
#column > div.flm_body .blog_list_wrap .blog_list_result a {
  border-color: #113726;
}
*/
#column.staff_blog > div.flm_side .s_block#archive .year_link::before,
#column.staff_blog > div.flm_side .s_block#archive .year_link::after {
  border-color: #113726;
}
#column.staff_blog > div.flm_body .blog_list_wrap .blog_list_result a .slider_l_txt dd span.cat,
#column.staff_blog > div.flm_body .blog_list_wrap .blog_list_result a .slider_l_txt dt {
  color: #113726;
}

@media print, screen and (min-width: 992px) {
  #column > div.flm_body .blog_list_wrap .blog_list_result a:hover .blog_list_img img {
    transform: scale(1.1, 1.1);
  }
}
#column > div.flm_body .blog_list_wrap .blog_list_result a .slider_l_txt {
  width: calc(100% - 195px);
  padding: 5px 0;
}
#column > div.flm_body .blog_list_wrap .blog_list_result a .slider_l_txt.no_img {
  width: 100%;
}
#column > div.flm_body .blog_list_wrap .blog_list_result a .slider_l_txt dt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #4A4038;
  font-weight: bolder;
}
#column > div.flm_body .blog_list_wrap .blog_list_result a .slider_l_txt dd {
}
#column > div.flm_body .blog_list_wrap .blog_list_result a .slider_l_txt dd span.cat {
  margin-top: 10px;
  color: #A57244;
}
#column > div.flm_body .blog_list_wrap .blog_list_result a .slider_l_txt dd span {
  display: block;
}
#column > div.flm_side {
  width: 200px;
  margin-left: 60px;
}
#column > div.flm_side .s_block {
  margin-bottom: 40px;
}
#column > div.flm_side .s_block#head {
  text-align: center;
}
#column > div.flm_side .s_block .headc_img + a {
  display: inline-block;
  text-decoration: underline;
  margin: 5px auto 0;
  font-size: 1.5rem;
  font-weight: bolder;
}
#column > div.flm_side .s_block .headc_img + a:hover {
  text-decoration: none;
}
#column > div.flm_side .s_block .s_tit {
  border-bottom: 1px solid #BCA591;
  padding: 0 0 10px;
  margin: 0 0 20px;
  color: #C69970;
}
#column > div.flm_side .s_block .s_tit span {
  font-size: 1.5rem;
  font-weight: bolder;
}
#column > div.flm_side .s_block ul {
}
#column > div.flm_side .s_block ul li {
  line-height: 1.4;
  margin-top: 15px;
}
#column > div.flm_side .s_block ul li a {
  color: #545454;
  font-size: 1.5rem;
}
#column > div.flm_side .s_block ul li a:hover {
  text-decoration: underline;
}
#column > div.flm_side .s_block#all_category ul li {
  margin-top: 7px;
}
#column > div.flm_side .s_block#all_category ul li a {
  font-size: 1.4rem;
}
#column > div.flm_side .s_block#archive .year_link {
  padding: 5px 0;
  position: relative;
  cursor: pointer;
}
#column > div.flm_side .s_block#archive .year_link::before,
#column > div.flm_side .s_block#archive .year_link::after {
  position: absolute;
  top: 18px;
  right: 0;
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #C79970;
  transform: translateX(-50%);
}
#column > div.flm_side .s_block#archive .year_link::after {
  transform: translateX(-50%);
}
#column > div.flm_side .s_block#archive .year_link:not(.open)::after {
  transform: rotate(90deg);
  right: 12px;
  top: 13px;
}
#column > div.flm_side .s_block#archive ul {
  display: none;
}
#column > div.flm_side .s_block#archive ul li {
  margin: 5px auto 10px;
  padding: 0 0 0 15px;
}

@media screen and (max-width: 991px) {
  .inner_blog {
    width: 100%;
    padding: 0 6%;
  }
  #column {
    display: block;
    margin: 40px auto;
  }
  #column > div.flm_body .blog_list_wrap .blog_list_result a .blog_list_img {
    width: 35%;
    margin-right: 5%;
  }
  #column > div.flm_body .blog_list_wrap .blog_list_result a .slider_l_txt {
    width: 60%;
    padding: 0;
  }
  #column > div.flm_body .blog_list_wrap .blog_list_result a .slider_l_txt dt {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  #column > div.flm_body .blog_list_wrap .blog_list_result a .slider_l_txt dd span.cat {
    margin-top: 5px;
  }
  #column > div.flm_side {
    width: 100%;
    margin-left: 0;
  }
  #column > div.flm_side .s_block {
    margin-bottom: 25px;
  }
  #column > div.flm_side .s_block .s_tit span {
    font-size: 1.4rem;
  }
  #column > div.flm_side .s_block ul li {
    line-height: 1.4;
    margin-top: 10px;
  }
  #column > div.flm_side .s_block ul li a {
    font-size: 1.2rem;
  }
  #column > div.flm_side .s_block#all_category ul li a {
    font-size: 1.2rem;
  }
  #column > div.flm_side .s_block .s_tit {
    padding: 0 0 5px;
    margin: 0px 0 15px;
  }
  #column > div.flm_side .s_block#archive .year_link::before,
  #column > div.flm_side .s_block#archive .year_link::after {
    top: 15px;
  }
  #column > div.flm_side .s_block#archive .year_link:not(.open)::after {
    top: 10px;
  }
  #column > div.flm_body .blog_list_wrap .blog_list_result a .slider_l_txt dd {
    font-size: 1.0rem;
  }
}

/* 記事 */
/*---------------------------------------------------
2021-12-27
横幅675px以下の画像をアップした際に、
PCで強制的に拡大表示されていた仕様を調整
PCでの画像表示はMAX675px
675px以下の画像をアップした場合は、そのままのサイズで表示。
SPではどんなサイズであろうと、横幅いっぱい表示。
画像登録時にキャプションを設定すると、divタグを挿入され、
表示が崩れるので、修正CSSを
---------------------------------------------------*/

#column .entry_body .wp-caption{
	width: auto !important;
}
#column .entry_body .wp-caption p{
	line-height: 1.6;
}
#column .entry_body img[loading^="lazy"]{
  width: auto !important;
  max-width: 675px;
  margin: 2em auto;
}
@media screen and (max-width: 991px) {
	#column .entry_body img[loading^="lazy"]{
	  max-width: 100%;
	}
}
#column .entry_body img[loading^="lazy"].aligncenter {
  display: block;
  margin: 2em auto;
}
#column:not(.staff_blog) .entry_body img {
/*  width: 100% !important; */
  height: auto;
}
#column .entry_body .blog-detail__title {
  font-size: 2.5rem;
  color: #4A4038;
  font-weight: bolder;
}
#column.staff_blog .entry_body .blog-detail__title {
  font-size: 2.5rem;
  color: #113726;
  background: #F8F8E9;
  border-top: 2px solid #1B563C;
  font-weight: bolder;
  padding: 7px 20px;
}
#column .entry_body h2,
#column .entry_body h3,
#column .entry_body h4,
#column .entry_body h5 {
  font-size: 2rem;
  margin: 1em 0;
}
#column .entry_body p {
  font-size: 1.6rem;
  line-height: 2em;
}
#column .entry_body p > span {
  font-size: inherit !important;
}
#column .entry_body p a {
  display: inline-block;
}
#column .entry_body p a.ww {
  display: block;
}
#column .entry_body p a.ww > img {
  margin: 0 auto !important;
}
#column .entry_body p a.ww.center {
  text-align: center;
}
#column .entry_body .blog_info_data {
  margin: 5px auto 45px;
  width: 100%;
  text-align: right;
}
#column.staff_blog .entry_body .blog_info_data {
  margin: 15px auto 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#column.staff_blog .entry_body .blog_info_data .date {
  width: 150px;
  margin-right: 50px;
}
#column .entry_body .blog_info_data .date span {
  display: flex;
  align-items: center;
}
#column.staff_blog .entry_body .blog_info_data .date span {
  justify-content: flex-start;
}
#column .entry_body .blog_info_data .date span {
  justify-content: flex-end;
}
#column .entry_body .blog_info_data .date span i.txt {
  font-size: 1.5rem;
}
#column .entry_body .blog_info_data .date span i.icon {
  width: 18px;
  line-height: 1;
  margin: 0 7px 0 5px;
}
#column .entry_body .category.mb {
  margin: 0 0 20px;
}
#column .entry_body .category .post-categories {
  display: flex;
  margin: 0 0 -10px -10px;
}
#column .entry_body .category .post-categories li a {
  padding: 5px 15px;
  margin: 0 0 10px 10px;
  font-weight: bolder;
  color: #fff;
  background: #D6B596;
  border-radius: 100px;
}
#column.staff_blog .entry_body .category .post-categories li a {
  background: #CFD299;
}
#column .entry_body .nav_beforeafter ul li a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
}
#column .entry_body .nav_beforeafter {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
#column .entry_body .nav_beforeafter ul li:nth-child(2) {
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}
#column .entry_body .nav_beforeafter ul li:nth-child(2) a > span {
  background-image: url(./img/img-common/icon_btn_oth.jpg);
}
#column.staff_blog .entry_body .nav_beforeafter ul li:nth-child(2) a > span {
  background-image: url(./img/img-common/icon_btn_oth_blog.jpg);
}
#column .entry_body .user_info {
  margin: 20px auto;
  text-align: right;
}
#column .entry_body .user_info p {
}
#column.staff_blog > div.flm_side .s_block .s_tit {
  color: #113726;
  border-bottom: 2px dotted #113726;
}
@media screen and (max-width: 991px) {
  #column .entry_body .blog-detail__title,
  #column.staff_blog .entry_body .blog-detail__title {
    font-size: 1.6rem;
    padding: 7px 10px;
  }
  #column .entry_body .blog_info_data {
    display: block;
  }
  #column .entry_body .blog_info_data .date {
    margin: 0 0 10px;
    display: block;
    width: 100%;
  }
  #column .entry_body .blog_info_data .date span i.icon {
    width: 13px;
  }
  #column .entry_body .blog_info_data .date span i.txt {
    font-size: 1.1rem;
  }
  #column .entry_body .category .post-categories {
    justify-content: end;
  }
  #column .entry_body .category .post-categories li a {
    padding: 5px 10px;
  }
  #column .entry_body p {
    font-size: 1.2rem;
    line-height: 1.8em;
  }
  #column .entry_body h2,
  #column .entry_body h3,
  #column .entry_body h4,
  #column .entry_body h5 {
    font-size: 1.5rem;
  }
  #column .entry_body .nav_beforeafter ul li a {
    font-size: 1.2rem;
  }



}


/*===================================
  共通マージン
===================================*/
/* マージントップ */
.pc_mt5 {
  margin-top: 5px !important;
}
.pc_mt10 {
  margin-top: 10px !important;
}
.pc_mt10 {
  margin-top: 15px !important;
}
.pc_mt20 {
  margin-top: 20px !important;
}
.pc_mt30 {
  margin-top: 30px !important;
}
.pc_mt40 {
  margin-top: 40px !important;
}
.pc_mt50 {
  margin-top: 50px !important;
}
.pc_mt60 {
  margin-top: 60px !important;
}
.pc_mt70 {
  margin-top: 70px !important;
}
.pc_mt80 {
  margin-top: 80px !important;
}
.pc_mt90 {
  margin-top: 90px !important;
}
.pc_mt100 {
  margin-top: 100px !important;
}
/*    マージントップ マイナス    */
.pc_mt-10 {
  margin-top: -10px !important;
}
.pc_mt-10 {
  margin-top: -15px !important;
}
.pc_mt-20 {
  margin-top: -20px !important;
}
.pc_mt-30 {
  margin-top: -30px !important;
}
.pc_mt-40 {
  margin-top: -40px !important;
}
.pc_mt-50 {
  margin-top: -50px !important;
}
.pc_mt-60 {
  margin-top: -60px !important;
}
.pc_mt-70 {
  margin-top: -70px !important;
}
.pc_mt-80 {
  margin-top: -80px !important;
}
.pc_mt-90 {
  margin-top: -90px !important;
}
.pc_mt-100 {
  margin-top: -100px !important;
}
/*    マージンボトム    */
.pc_mb10 {
  margin-bottom: 10px !important;
}
.pc_mb15 {
  margin-bottom: 15px !important;
}
.pc_mb20 {
  margin-bottom: 20px !important;
}
.pc_mb25 {
  margin-bottom: 25px !important;
}
.pc_mb30 {
  margin-bottom: 30px !important;
}
.pc_mb35 {
  margin-bottom: 35px !important;
}
.pc_mb40 {
  margin-bottom: 40px !important;
}
.pc_mb45 {
  margin-bottom: 45px !important;
}
.pc_mb50 {
  margin-bottom: 50px !important;
}
.pc_mb55 {
  margin-bottom: 55px !important;
}
.pc_mb60 {
  margin-bottom: 60px !important;
}
.pc_mb65 {
  margin-bottom: 65px !important;
}
.pc_mb70 {
  margin-bottom: 70px !important;
}
.pc_mb75 {
  margin-bottom: 75px !important;
}
.pc_mb80 {
  margin-bottom: 80px !important;
}
.pc_mb85 {
  margin-bottom: 85px !important;
}
.pc_mb90 {
  margin-bottom: 90px !important;
}
.pc_mb95 {
  margin-bottom: 95px !important;
}
.pc_mb100 {
  margin-bottom: 100px !important;
}
.pc_mb110 {
  margin-bottom: 110px !important;
}
.pc_mb120 {
  margin-bottom: 120px !important;
}
.pc_mb130 {
  margin-bottom: 130px !important;
}
.pc_mb140 {
  margin-bottom: 140px !important;
}
.pc_mb150 {
  margin-bottom: 150px !important;
}
.pc_mb160 {
  margin-bottom: 160px !important;
}
.pc_mb170 {
  margin-bottom: 170px !important;
}
.pc_mb180 {
  margin-bottom: 180px !important;
}
.pc_mb190 {
  margin-bottom: 190px !important;
}
.pc_mb200 {
  margin-bottom: 200px !important;
}
.pc_mb210 {
  margin-bottom: 210px !important;
}
@media screen and (max-width: 991px) {
  .sp_mt5{
    margin-top:5px !important;
  }
  .sp_mt10{
    margin-top:10px !important;
  }
  .sp_mt15{
    margin-top:15px !important;
  }
  .sp_mt20{
    margin-top:20px !important;
  }
  .sp_mt30{
    margin-top:30px !important;
  }
  .sp_mt40{
    margin-top:40px !important;
  }
  .sp_mt50{
    margin-top:50px !important;
  }
  .sp_mt60{
    margin-top:60px !important;
  }
  .sp_mt70{
    margin-top:70px !important;
  }
  .sp_mt80{
    margin-top:80px !important;
  }
  .sp_mt90{
    margin-top:90px !important;
  }
  .sp_mt100{
    margin-top:100px !important;
  }
  .sp_mb0{
    margin-bottom:0px !important;
  }
  .sp_mb5{
    margin-bottom:5px !important;
  }
  .sp_mb10{
    margin-bottom:10px !important;
  }
  .sp_mb15{
    margin-bottom:15px !important;
  }
  .sp_mb20{
    margin-bottom:20px !important;
  }
  .sp_mb30{
    margin-bottom:30px !important;
  }
  .sp_mb40{
    margin-bottom:40px !important;
  }
  .sp_mb50{
    margin-bottom:50px !important;
  }
  .sp_mb60{
    margin-bottom:60px !important;
  }
  .sp_mb70{
    margin-bottom:70px !important;
  }
  .sp_mb80{
    margin-bottom:80px !important;
  }
  .sp_mb90{
    margin-bottom:90px !important;
  }
  .sp_mb100{
    margin-bottom:100px !important;
  }
  .sp_mb120{
    margin-bottom:120px !important;
  }
  .sp_mb130{
    margin-bottom:130px !important;
  }
  .sp_mb140{
    margin-bottom:140px !important;
  }
  .sp_mb150{
    margin-bottom:150px !important;
  }
  .sp_mb160{
    margin-bottom:160px !important;
  }
  .sp_mb170{
    margin-bottom:170px !important;
  }
  .sp_mb180{
    margin-bottom:180px !important;
  }
}
/*===================================
  共通パディング
===================================*/
/*    パディングトップ     */
.pc_pt10 {
  padding-top: 10px !important;
}
.pc_pt15 {
  padding-top: 15px !important;
}
.pc_pt20 {
  padding-top: 20px !important;
}
.pc_pt30 {
  padding-top: 30px !important;
}
.pc_pt40 {
  padding-top: 40px !important;
}
.pc_pt50 {
  padding-top: 50px !important;
}
.pc_pt60 {
  padding-top: 60px !important;
}
.pc_pt70 {
  padding-top: 70px !important;
}
.pc_pt80 {
  padding-top: 80px !important;
}
.pc_pt90 {
  padding-top: 90px !important;
}
.pc_pt100 {
  padding-top: 100px !important;
}
/*    パディングボトム     */
.pc_pb10 {
  padding-bottom: 10px !important;
}
.pc_pb15 {
  padding-bottom: 15px !important;
}
.pc_pb20 {
  padding-bottom: 20px !important;
}
.pc_pb30 {
  padding-bottom: 30px !important;
}
.pc_pb40 {
  padding-bottom: 40px !important;
}
.pc_pb50 {
  padding-bottom: 50px !important;
}
.pc_pb60 {
  padding-bottom: 60px !important;
}
.pc_pb70 {
  padding-bottom: 70px !important;
}
.pc_pb80 {
  padding-bottom: 80px !important;
}
.pc_pb90 {
  padding-bottom: 90px !important;
}
.pc_pb100 {
  padding-bottom: 100px !important;
}
.pc_pb160 {
  padding-bottom: 160px !important;
}
@media screen and (max-width: 991px) {
  .sp_pt10{
    padding-top:10px !important;
  }
  .sp_pt15{
    padding-top:15px !important;
  }
  .sp_pt20{
    padding-top:20px !important;
  }
  .sp_pt30{
    padding-top:30px !important;
  }
  .sp_pt40{
    padding-top:40px !important;
  }
  .sp_pt50{
    padding-top:50px !important;
  }
  .sp_pt60{
    padding-top:60px !important;
  }
  .sp_pt70{
    padding-top:70px !important;
  }
  .sp_pt80{
    padding-top:80px !important;
  }
  .sp_pt90{
    padding-top:90px !important;
  }
  .sp_pt100{
    padding-top:100px !important;
  }
  .sp_pb5{
    padding-bottom:5px !important;
  }
  .sp_pb10{
    padding-bottom:10px !important;
  }
  .sp_pb15{
    padding-bottom:15px !important;
  }
  .sp_pb20{
    padding-bottom:20px !important;
  }
  .sp_pb30{
    padding-bottom:30px !important;
  }
  .sp_pb40{
    padding-bottom:40px !important;
  }
  .sp_pb50{
    padding-bottom:50px !important;
  }
  .sp_pb60{
    padding-bottom:60px !important;
  }
  .sp_pb70{
    padding-bottom:70px !important;
  }
  .sp_pb80{
    padding-bottom:80px !important;
  }
  .sp_pb90{
    padding-bottom:90px !important;
  }
  .sp_pb100{
    padding-bottom:100px !important;
  }
}


/* 施工№ */
.nav_word_outer {
  display: flex;
}
.nav_word_outer .s_no {
}
.nav_word_outer .s_no p {
  margin-top: 20px;
  font-size: 1.6rem;
  font-family: 'Hahmlet', serif;
  color: #796C5E;
}

@media screen and (max-width: 991px) {
  .nav_word_outer {
    align-items: flex-end;
  }
  .nav_word_outer .s_no p {
    margin: 0 0 20px;
    font-size: 1.2rem;
  }
}



/* ページング */
.navigation { position: relative; }
.pager > a,
.pager > span { width: 40px; height: 40px;line-height: 40px;font-weight: bold;text-align: center;margin: 0 5px; }
@media screen and (max-width: 991px) {
.pager > a,
.pager > span { width: 30px;height: 30px;line-height: 30px;margin: 0 3px; }
}
.pager > a,
.pager > span { color: #876c52;background: #fff;border: 1px solid #876c52;display: block; }
.pager > a.prev,
.pager > a.next { position: relative;-webkit-box-shadow: none;box-shadow: none;padding: 0;margin: 0; }
.pager > a.prev { margin-right: 15px; }
@media screen and (max-width: 991px) {
.pager > a.prev { margin-right: 10px; }
}
.pager > a.next { margin-left: 15px; }
@media screen and (max-width: 991px) {
.pager > a.next { margin-left: 10px; }
.pager > a.prev,
.pager > a.next{ width: auto; }
}
.pager > a.prev,
.pager > a.next{ height: 100%;text-decoration: underline;border: none !important;background: none !important;color: #393021 !important; }
.pager > a.prev:hover,
.pager > a.next:hover { text-decoration: none; }
.pager > span:not(.dots),
.pager > a:hover { color: #fff;background: #dc8c59;border: 1px solid #dc8c59; }
.staff_blog .pager > span:not(.dots),
.staff_blog .pager > a:hover { color: #fff;background: #1B563C;border: 1px solid #1B563C; }
.pager > span.dots { border: none !important; }
