@charset "UTF-8";
/*
Theme Name: MY-THEME
*/
@import "style-visual.css";

/* Webフォント読込サンプル */
/*
@font-face {
  font-family: "Font-Family-NAME";
  src: url(css/fonts/font-file.woff2) format("woff2"),
  url(css/fonts/font-file.woff) format("woff"),
  url(css/fonts/font-file.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
*/

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.666;
  color: #383838;
}

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

/* admin-barの高さ分の padding 設定 */
body.admin-bar{
  padding-top: 32px;
}
@media (max-width:782px){
  body.admin-bar{
    padding-top: 46px;
  }
} 

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}

img[class*="wp-image-"],
img[class*="attachment-"]{
  max-width: 100%;
  height: auto;
}

i, em{
  font-style: normal;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video { 
  position: relative; 
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* テーブル */
table{
  width: 100%;
  table-layout: fixed;
}
table th,
table td{
  padding: 10px 10px;
}

/* テーブル 汎用class */
.tbl{
  
}
.tbl th,
.tbl td{
  border: 1px solid #b2b2b2;
}
.tbl th{
  
}
.tbl td{
  
}


/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}


.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}
.container{
  width: 1140px;
  max-width: 100%;
  padding: 0 10px; 
  margin: 0 auto;
}
.container_w{
  width: 1440px;
  max-width: 100%;
  padding: 0 10px; 
  margin: 0 auto;
}
.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/ 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header{
  /*padding: 15px 0;*/
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 330px;
}

/* 共通のfloat ボックスとして定義しておく */
.box_l{
  float: left;
}
.box_r{
  float: right;
}

/* ▼サンプル▼ 利用箇所毎に幅指定だけで済むように */
/*
.post_list .post_box .box_l {
    width: 70%;
}
.post_list .post_box .box_r {
    width: 25%;
}
*/

/* ▼サンプル▼ リストなどでアイキャッチがない場合のclass */
/*
.post_list .post_box .box_w{
  width: 100%;
}
*/

/*
 * 共通クラスとして定義しておく
 * リスト組みのテンプレート
 * 
 */

.listbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.listbox .item{
  display: block;
  width: 100%;
}
.listbox .item .img{
  position: relative;
  display: block;
  overflow: hidden;
}
.listbox .item .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.listbox .item .img.img2x1:before{
  padding-top: 50%;
}
.listbox .item .img.img1x2:before{
  padding-top: 200%;
}
.listbox .item .img.img2x3:before{
  padding-top: 150%;
}
.listbox .item .img.img3x2:before{
  padding-top: 66.666666%;
}
.listbox .item .img.img3x4:before{
  padding-top: 133.333333%;
}
.listbox .item .img.img4x3:before{
  padding-top: 75%;
}
.listbox .item .img.img16x9:before{
  padding-top: 56.25%;
}
.listbox .item .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.listbox .item .title{
  
}
.listbox .item .date{
  
}
.listbox .item .txt{
  
}


/* ▼サンプル▼ 利用箇所ごとにマージンなど設定 */
/*
.post_content .col1,
.post_content .col2,
.post_content .col3{
  margin-bottom: 20px;
}
*/


/* **********************************
 *  ヘッダー
 * ********************************* */
header{
  position: relative;
  z-index: 2;
}
header .hdr1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
header .hdr1 .hdr_logo{
  padding-left: 40px;
}
header .hdr1 .hdr_contact{
}

.hdr1 .hdr_logo .logo{
  font-size: 2rem;
}
/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  padding-right: 16px;
  /*background: #EEE;*/
  /*padding: 0 5px;*/
  
}
.gnav > ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  /*font-size: 18px;*/
}
.gnav > ul > li{
  width: 100%;
  position: relative;
}
.gnav > ul > li.menu-item-has-children:after{
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnav li a{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #181818;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
}
.gnav li a:hover{
  /*background: #333;*/
  /*color: #FFF;*/
}

.gnav .children,
.gnav .sub-menu{
  display: none;
  background: #aaa;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.gnav li:hover > .children,
.gnav li:hover > .sub-menu{
  display: block;
}


.mv{
  position: relative;
}
.mv_img{
  height:780px;
  background-image: url(/img/home/mv.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.mv_img:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.3);
  pointer-events: none;
}
.mv_img .txt{
  /*font-size: 84px;*/
  font-size: 78px;
  font-family: 'Noto Serif JP', serif;
  /*font-family: 'Yuji Syuku', serif;*/
  /*font-family: 'Kaisei Tokumin', serif;*/
  /*font-family: 'Shippori Mincho B1', serif;*/
  /*font-family: 'Zen Antique Soft', serif;*/
  /*font-family: 'Zen Old Mincho', serif;*/
  color: #ffffff;
  letter-spacing: 0.075em;
  line-height: 1.66666em;
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 1;
}

.mv_img .txt img{
  filter: drop-shadow(0px 0px 3px black);
}

.mv .mv_box{
  
}
.mv .mv_box .txt{
  font-size: 32px;
}
.mv .mv_box .img{
  
}
.mv .mv_box .img img{
  
}

/*MVサイドバー*/
.mv_scroll.home{
  top: 0;
  right: 0;
  height: 100%;
  left: inherit;
  z-index: 5;
  position: absolute;
  background: rgba(255,255,255,0.65);
  padding-top: 67px;
}
.schroll.vertical{
  writing-mode: vertical-rl;
  text-orientation: sideways;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact_ver,
.phone_ver{
  display: flex;
  align-items: center;
}
.facebook_ver{
  display: none;
  padding: 10px 0;
}
.contact_ver{
  color: #ffffff;
  font-size: 15.42px;
  background-color: #be2c2c;
  font-family:futura-pt, sans-serif;
  padding: 33px 10px;
}
.contact_ver p{
  padding: 10px 0;
}
.phone_ver{
  color:#ffffff;
  font-size: 15.42px;
  background-color: #181818;
  border-top: 1px solid #ffffff;
  font-family:futura-pt, sans-serif;
  padding: 20px 10px;
}
.phone_ver p{
  padding: 10px 0;
}
.contact_ver:before{
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  writing-mode: horizontal-tb;
}
.phone_ver:before{
  content: "\f3cd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  writing-mode: horizontal-tb;
}


/* **********************************
 *  フッター
 * ********************************* */
/*contact*/
.ftr_contact_wrap{
  background: #eeeeee;
  padding: 50px 0 70px;
  margin-top: 200px;
}
.ftr_contact_wrap .sub_title{
  text-align: center;
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.ftr_contact_wrap .home_contact_title{
text-align: center;
    font-size: 35px;
    font-family: futura-pt, sans-serif;
    font-weight: bold;
    letter-spacing: 0.075em;
    margin-top: 33px;
}
.contact_flex_box{
  display: flex;
  align-items: center;
  font-family: 'Noto Serif JP', serif;
  border-top: 1px solid #aaa7a7;
  margin-top: 15px;
}
.contact_flex_box .item{
  width: 50%;
  text-align: center;
  margin-top: 20px;
}
.contact_flex_box .item .phone{
  font-size: 28px;
  font-weight:600;
  letter-spacing: 0.075em;
}
.contact_flex_box .item .phone span{
  font-size: 24px;
  font-weight:normal;
  letter-spacing: 0.075em;
}
.contact_flex_box .reception{
  font-size: 14px;
  font-weight:500;
  letter-spacing: 0.075em;
}
.contact_link{
  display: block;
  width: 345px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0 10px 30px;
  border: 1px solid #b3b0b0;
  background: #eeeeee;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.contact_link:before{
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  font-weight: 900;
  position: absolute;
  /* right: -32px; */
  /* width: 67px; */
  color: #000000;
  /* height: 9px; */
  top: 52%;
  left: 76px;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0.0065em;
}
footer {
    background: #ffffff;
    /* color: #FFF; */
    padding: 50px 0 10px;
    /* margin-top: 200px; */
}
footer .ftr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .box1{
  width: 50%;
}
footer .box2{
  width: 50%;
}

footer .ftr_logo{
  margin-bottom: 35px;
}
footer .ftr_addr{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
}

footer .ftr_contact{
  background: #FFF;
  color: #111;
  padding: 5px;
}
footer .ftr_contact .inner{
  border: 2px solid #84ccad;
  padding: 10px;
  font-weight: 500;
  text-align: center;
}
footer .ftr_contact .title{
  
  letter-spacing: 0.05em;
}
footer .ftr_contact .title span{
  display: inline-block;
  padding: 5px 30px;
  border-bottom: 1px solid;
}
footer .ftr_contact .btn1{
  letter-spacing: 0.05em;
}
footer .ftr_contact .btn1 span{
  display: inline-block;
  font-size: 31px;
}
footer .ftr_contact .btn1 span:first-letter{
  font-size: 38px;
}
footer .ftr_contact .btn1 a{
  font-size: 36px;
}
footer .ftr_contact .btn2{
  margin-top: 6px;
}
footer .ftr_contact .btn2 a{
  display: inline-block;
  width: 220px;
  max-width: 100%;
  background: #f29b76;
  padding: 5px;
}
footer .ftr_contact .btn2 i{
  margin-right: 5px;
}

/*フッターfacebook*/
.ftr_sns{
  display: flex;
  justify-content: flex-end;
  padding-bottom: 13px;
}
footer .ftr_links{
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  margin-top: 24px;
}
footer .ftr_links.links1 li{
  padding: 0 23px;
}
footer .ftr_links.links2 li{
  padding: 0 21px;
}
footer .ftr_links.links3 li{
  padding: 0 20px;
}
footer .ftr_links.links4 li{
  padding: 0 22px;
}
footer .ftr_links.links3 li:first-child{
  padding-left: 0;
}
footer .ftr_links.links1 li:last-child,
footer .ftr_links.links2 li:last-child,
footer .ftr_links.links3 li:last-child,
footer .ftr_links.links4 li:last-child{
 padding-right: 0;
}
footer .ftr_links li{
  padding: 0 25px;
  line-height: 1;
}
footer .ftr_links li a{
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: 0.075em;
  
}
footer .ftr_links li+li{
  border-left: 1px solid;
}
footer .copy{
  background: #be2c2c;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  padding: 10px 0;
  margin-top: 55px;
  border-top: 1px solid #4f3c1e;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aec4e5;
  z-index: 10;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 14px;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 36%;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;
  background: #74402e;
  color: #FFF;
  text-decoration: none;
}


/* 検索フォーム */
.pg_404{
  text-align: center;
}
.pg_404{
  
}

.search-form{
  padding: 20px 0;
}
.search-form .search-field{
  padding: 5px;
}
.search-form .search-submit{
  padding: 5px 10px;
}

.pg_image{
  
}
.pg_image .attachment{
  padding: 20px;
  background-color: #ececec;
  text-align: center;
}


/* 記事リスト */
.pg_single_news{
  margin-bottom: -62px;
}
.post_items{
  padding: 0 0;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 13px 19px;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item:last-child{
  border-bottom: 1px solid #CCC;
}
.post_items .item .img{
  
}
.post_items .item .date{
  width: 130px;
  font-size: 16px;
  font-weight: normal;
  color: #5a5a5a;
  letter-spacing: 0.075em;
}
.post_items .item .category{
  width: 150px;
  padding: 0 10px;
  
}
.post_items .item .category span{
  display: block;
  background: #2d473a;
  color: #ffffff;
  padding: 2px;
  margin: 2px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.075em;
  font-weight: 500;
}
.post_items .item .title{
  font-weight: 500;
  width: calc(100% - 130px - 150px);
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.post_items .item:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_items .item.single_item {
    display: flex;
    flex-wrap: wrap;
    border-top: 15px solid #2d473a;
    border-bottom: 1px solid #2d473a;
    border-left: 1px solid #2d473a;
    border-right: 1px solid #2d473a;
}
.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
  padding: 0 8px 6px;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 20px;
  letter-spacing: 0.065em;
  font-weight: 500;
  
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

.post_items .post_content{
  font-weight: normal;
  letter-spacing: 0.065em;
  line-height: 1.875em;
  margin-top: 30px;
}
.pg_single_news .news_box2{
  margin-top: 0;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 74px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
}
.pagination .page-numbers{
  align-self: stretch;
  border: 1px solid #c0c0c0;
  padding: 5px 15px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #2d473a;
}
.pagination .page-numbers.next:after{
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

/* ページ送り(詳細) */
.pagination .nav-posts{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 160px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 1px solid #c0c0c0;
  padding: 13px 0;
  position: relative;
  width: 160px;
  max-width: 100%;
  
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  content: "\f053";
  left: 10px;
}
.pagination .nav-posts .page-prev a:after{
  content: "\f054";
  right: 16px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  background: #181818;
  color: #ffffff;
  padding: 13px 0px;
  width: 200px;
  max-width: 100%;
}
 /* **********************************
 *  お知らせ
 * ********************************* */
 .pg_news{
   margin-bottom: 80px;
 }
 .news_wrap{
   margin-top: 40px;
 }
.news_items .item{
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  margin-top: 10px;
}
.news_items .meta{
  display: flex;
  flex-wrap: wrap;
}
.news_side_wrap .dates,
.news_side_wrap .date.date{
  padding: 17px 10px;
}
.news_side_wrap .date.date li a{
  padding-left: 30px;
}
.news_items .date{
  font-size: 14px;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.075em;
}
.news_items .category{
  font-size: 13px;
  width: 130px;
  font-weight: normal;
  letter-spacing: 0.075em;
  text-align: center;
  color:#ffffff;
  margin-left: 20px;
  background: #2d473a;
  
}
.news_items .title {
  font-size: 15px;
  letter-spacing: 0.075em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px 20px 0 0;
}
.news_items .title a{
  text-decoration: none;
  font-weight: normal;
  padding-right: 40px;
}
.news_items .item .category span{
  display: block;
  padding: 2px 0;
}
.news_items .item .category span.cat_news,
.post_items .item .category span.cat_news{
  background: #181818;
 
}
.news_items .item .category span.cat_staff,
.post_items .item .category span.cat_staff{
  background: #4f3c1e;
  
}
.news_items .title:after{
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 19px;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.news_cat_item a,
.news_date_item li a{
  display: block;
  position: relative;
  padding-left: 32px;
  line-height: 1.5;
}
.news_side_wrap .dates li,
.news_date_item li{
  list-style: none;
}
.news_side_wrap:last-child{
  margin-top: 78px;
}
.news_side_wrap .dates li:nth-child(n+2){
  margin-top: 10px;
}
.news_side_wrap .dates li a,
.news_date_item li a{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0em;
  position: relative;
  padding-left: 19px;
  line-height: 2;
}

.news_side_wrap .dates li a:before,
.news_date_item li a:before{
  content: "■";
  position: absolute;
  left: 0px;
}
.news_box2{
  margin-top: 80px;
}

@media only screen and (min-width:768px){
  .news_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 17px;
  }
  .news_items{
    min-width: 71.42%;
  }
  .news_box2{
    width: 22.76%;
  }
  .news_items .item{
  padding: 22px 0;
  margin-top:0;
}
.news_items .meta{
  display: block;
  width: 150px;
}
.news_items .date{
  font-size: 16px;
}
.news_items .category{
  width: 145px;
  font-size: 14px;
  margin-top: 7px;
  margin-left:0
}
.news_items .title {
  font-size: 15px;
  width: calc(100% - 145px);
  display: flex;
  align-self: end;
  padding-left: 30px;
}


.news_items .title a{
  padding-right: 28px;
}
.news_items .item .inner{
  display: flex;
}
.news_side_wrap .dates li a,
.news_date_item li a{
  font-size: 16px;
}
.news_box2{
  margin-top: 30px;
}
}
@media only screen and (min-width:1024px){
  .news_items .date{
  
}
.news_items .category{
  
}
.news_wrap{
}

.news_items .title {
  font-size: 16px;
  padding:0 0 0 30px;
 
}
}

/*お知らせサイドバー*/
.news_side_title{
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #2d473a;
  padding: 10px;
}


/* **********************************
 *  お知らせ詳細
 * ********************************* */

.post_items{
    width: 71.42%;
  }




/* 検索 */
.search_list{
  background: #eee;
  padding: 15px;
}
.search_list .item{
  
}
.search_list .item + .item{
  
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
}
.pagetop a i{
  font-size: 40px;
}


.breadcrumb{
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumb li{
  display: inline;
  white-space: nowrap;
}
.breadcrumb li + li{
  margin-left: 10px;
}
.breadcrumb li:last-child{
  font-weight: 500;
}
.breadcrumb li a{
  position: relative;
  padding-right: 15px;
}
.breadcrumb li a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*.breadcrumb li:first-child a{
  padding-left: 15px;
}
.breadcrumb li:first-child a:before{
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

/* **********************************
 *  メイン
 * ********************************* */
.main{
  padding: 0 0 50px;
}
body.home .main{
  padding-top: 0;
  margin-bottom: -50px;
}

.tt1{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
.tt1 span{
  display: block;
  text-align: center;
  font-size: 14px;
}

.tt2{
  
}
.tt2 span{
  
}
.tt3{
  
}
.tt3 span{
  
}
.tt4{
  
}
.tt4 span{
  
}
.tt5{
  
}
.tt5 span{
  
}

/* 詳しく見る サンプル */
.read_more{
  position: relative;
 
}

/*背景茶色ボタン*/
/*.read_more:after{
  display: block;
  content: "";
  height: 2px;
  width:40px;
  background-image: url(/img/home/line.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.read_more a{
  display: block;
  width: 250px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  border: 1px solid #5e524b;
  background: #67260f;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  position: relative;
}*/
/*ボーダーのみボタン*/
.more{
  display: flex;
  align-items: center;
  align-self: center;
  height: 40px;
  padding: 0 30px;
  border: 1px solid #524022;
  position: relative;
  text-decoration: none;
  margin-left: 10px;
  
}
.more a{
  text-decoration: none;
}
.more:after{
  display: block;
  content: "";
  height: 1px !important;
  width: 25px;
  background-image: url(/img/home/line_single.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -13px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* **********************************
 *  Home
 * ********************************* */
.pg_home{
  
}
.pg_home .section#sec1{
  margin-top: 100px;
}
.pg_home .section#sec2{
  margin-top: 123px;
}
.pg_home .section#sec3{
  margin-top: 140px;
}
.pg_home .section#sec4{
  margin-top: 145px;
}
.pg_home .section#sec5{
  margin-top: 160px;
   border-top: 1px solid #4f3c1e;
}
.pg_home .section#sec6{
  margin-top: 45px;
  border-top: 1px solid #4f3c1e;
}
.pg_home .section#sec7{
  margin-top: 105px;
}
.pg_home .section#sec8{
  margin-top: 40px;
}
/*お知らせ*/
.home_news_wrap .home_title{
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
}
.home_news_wrap .home_title .more{
  background: #ffffff;
}
.home_news_wrap .home_title h2{
  font-size: 36px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.075em;
  position: relative;
}
.home_news_wrap .home_title h2:after{
  display: block;
  content: "";
  width: 750px;
  border-top: 1px solid #dcdcdc;
  position: absolute;
  right: 0;
  left: 160px;
  top: 50%;
}

.home_news_items{
  margin-top: 50px;
}
.home_news_items .item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
  padding: 13px 4px 13px 0px;
  line-height: 2.376;
}
.home_news_items .item .date{
  width: 110px;
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.075em;
  color: #181818;
  font-weight:normal;
}
.home_news_items .item .category{
 width: 145px;
  text-align: center;
  color: #ffffff;
  margin-right: 30px;
}
.home_news_items .item .category span{
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.075em;
   padding: 5px 15px;
}
.home_news_items .item .category span.cat_news{
  width: 145px;
  background: #141b38;
 
}
.home_news_items .item .category span.cat_staff{
  background: #4f3c1e;
}
.home_news_items .item .title{
 width:calc(100% - 110px - 150px - 30px);
}
.home_news_items .item .title a{
  font-weight: normal;
  display: block;
  position: relative;
  padding-right: 1em;
  letter-spacing: 0.075em;
  color: #181818;
  text-decoration: none;
}
.home_news_items .item .title a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 18px;
  top: 50%;
  font-size: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0.0065em;
}

/*理想の暮らし*/

.home_careful_items{
  display: flex;
  flex-wrap: wrap;
}
.home_careful_items .box1{
  width: 560px;
  position: relative;
}
.home_careful_items .box1 img{
  width: 640px;
  max-width: inherit;
  position: absolute;
  right:0;
  top: 0;
}
.home_careful_items .box2{
  width: calc(100% - 560px);
  padding-left: 30px;
}
.home_careful_items .box2 h2{
  font-size: 37px;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
}
.home_careful_items .box2 .txt{
  font-size: 16.44px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 23px;
}
.pg_home .home_careful_items .read_more{
  justify-content: flex-end;
  margin-top: 100px;
  padding-right: 20px;
}
.home_careful_items .read_more a{
  margin-right:0;
  text-decoration: none;
}

/*私たちにできること*/
.home_wecan_wrap h2{
  font-size: 37px;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  text-align: center;
}
.home_wecan_items{
  margin-top: 50px;
}
.home_wecan_items .item{
  position: relative;
  margin-bottom: 150px;
}
.home_wecan_items .item:before{
  content: "";
  height: 100%;
  position: absolute;
  top: 75px;
  bottom: 0;
  left: -1000%;
  right: -1000%;
  z-index: -1;
  /*background-image: url(/img/home/home_bar.jpg);*/
  background: #eeeeee;
}
.home_wecan_items .item:nth-child(n+2){
  margin-top:70px;
}
.home_wecan_items .item:nth-child(even) .box1{
  order: 2;
}
.home_wecan_items .item:nth-child(even) .box1 h3{
  text-align: right;
}
.home_wecan_items .item:nth-child(even) .box1 .text{
  text-align: right;
}
.home_wecan_items .item:nth-child(even) .box1 .btn_box .inner{
  justify-content: flex-end;
}
.home_wecan_items .item:nth-child(even) .box2 img{
  left: inherit;
  right: 0;
}
.home_wecan_items .item:nth-child(odd) .box2 img{
  right: 0;
}
.home_wecan_items .item:nth-child(even) .box2{
  order: 1;
}
.home_wecan_items .item .inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home_wecan_items .item .box1{
  width: calc(100% - 560px);
}
.home_wecan_items .item .box1 h3{
  font-size: 35px;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  letter-spacing: 0.075em;
  margin-top: 75px;
  padding: 20px 0;
}
.home_wecan_items .item .box1 .text{
  border-top: 1px solid #181818;
  font-size: 18.5px;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
  padding-top: 20px;
  
}
.home_wecan_wrap .home_wecan_items .item:first-child .box1 .text{
  padding-right: 120px;
}
.home_wecan_items .item:nth-child(odd) .box1 .text{
  padding-right: 45px;
}
.home_wecan_items .item .box2{
  width: 560px;
  height: 380px;
  position: relative;
}
.home_wecan_items .item .box2 img{
  width: 640px;
  max-width: inherit;
  position: absolute;
  left:0;
  top: 0;
}
.home_wecan_items .btn_box{
  margin-top: 20px;
}
.home_wecan_items .btn_box .read_more:last-child{
 
}

.home_wecan_items .btn_box .read_more.first:first-child{
  margin-right: 30px;
}
.home_wecan_items .read_more.second:first-child{
  margin-right: 20px;
}
/*古民家・仏閣*/

.home_other_items{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home_other_items .item{
  width: 49.10%;
  border: 1px solid #4f3c1e;
  position: relative;
}
.home_other_items .item .other_title{
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  letter-spacing: 0.075em;
  display: inline-block;
  background: #ffffff;
  position: absolute;
  top: -28px;
  left: 0;
  padding: 0 7px;
}
.home_other_items .item .txt{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
  padding: 6px 5px;
}
.home_other_items .item .img{
  text-align: center;
  position: relative;
  z-index: 1;
}
.home_other_items .item .inner{
  padding: 20px 0;
}

/*リフォーム*/

.home_reforem_items{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.home_reforem_items .item{
  width: 27.05%;
}
.home_reforem_items .item .inner{
  position: relative;
}
.home_reforem_items .item .reform_category{
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.075em;
  position: absolute;
  right: 0;
  top: -20px;
  display: block;
  width: 150px;
  text-align: center;
  background: #181818;
  color:#ffffff;
  padding: 5px;
}
.home_reforem_items .item .img img{
  width: 100%;
}
.home_reforem_items .item .title{
  font-size: 21px;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  letter-spacing: 0.075em;
  padding: 5px 0;
}
.home_reforem_items .item .text{
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
}
.home_reforem_items .item .more{
  display:flex;
  position: relative;
  justify-content: flex-end;
  border: none;
  padding: 0;
  margin-left: 0;
}
.home_reforem_items .item .more a{
  text-decoration: none;
}

.home_reforem_items .item .more .txt{
  background: #ffffff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding: 10px;
  margin-right: 0;
  padding: 10px 0 10px 10px;
  color: #000000;
}
.home_reforem_items .item .more:after{
  content: "";
  display: block;
  width: 100%;
  /*border-top: 1px solid #4f3c1e;*/
  border-top: 0.5px solid #4f3c1e;
  position: absolute;
  top: 22px;
  right: inherit;
  background-image: none;
  z-index: -1;
}
/*お悩み相談*/
.home_worries_wrap{
  background: #eeeeee;
  margin-top: 60px;
  padding: 25px 0;
}
.home_worrie_box{
  width: 950px;
  margin: 0 auto;
  padding: 0 0px 0 20px;
}
.home_worrie_box h2{
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  letter-spacing: 0.075em;
  text-align: center;
}
.home_worrie_box .en{
  font-size: 20px;
  font-family:futura-pt, sans-serif;
  font-weight: normal;
  letter-spacing: 0.075em;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.home_worrie_box .text{
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: 16px;
}
.home_worrie_box .btn_box{
 margin-top: 23px;
 padding-right: 45px;
}
.home_worrie_box .btn_box .inner{
  display: flex;
  justify-content: center;
}
.home_worrie_box .btn_box .inner .read_more.first{
  margin-right: 40px;
}

/*施工事例*/
.home_case_title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
}
.home_case_title .title{
  font-size: 36px;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  letter-spacing: 0.075em;
  position: relative;
}
.home_case_title .title:after{
  content: "";
  display: block;
  border-top: 1px solid #dcdcdc;
  width: 660px;
  position: absolute;
  left: 165px;
  right: 0;
  top: 50%;
}
.home_case_title .title_box{
  display: flex;
}

.home_case_title .title_box .more:after{
  background: none;
  width: 25px;
  height: 0.5px;
  background: #4f3c1e;
  /*height: 0;
  border-top: 0.5px solid #4f3c1e;*/
}

/*.home_case_title .title_box .more{
  display: flex;
  align-items: center;
  align-self: center;
  height: 40px;
  padding: 0 30px;
  border: 1px solid #524022;
  position: relative;
  margin-left: 10px;
}
.home_case_title .title_box .more:after{
  display: block;
  content: "";
  height: 2px;
  width: 25px;
  background-image: url(/img/home/line_single.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -13px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}*/

.preiview_box{
  display: flex;
  justify-content: space-between;
}
.preiview_box .arrow_btn{
  font-size: 0;
  border: 1px solid #524022;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  width: 40px;
    height: 40px;
    margin: 0 3px;
}
.preiview_box .arrow_btn.prev:before{
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}
.preiview_box .arrow_btn.next:before{
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}


/*施工事例・写真*/

.case_items{
 display: flex;
 justify-content: center;
 align-items: center;
 margin:0 -12px;
}
.case_items .case_item{
  display: block;
  width: 25%;
  padding:0 12px;
}
.case_items .case_item .img{
  background-image: url(/img/home/home10.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.case_items .case_item .img:before{
  display: block;
  content: "";
  padding-top: 81.87%;
}
.case_items .inner{
  position: relative;
}
.case_items .tag{
  width:140px; 
  position: absolute;
  bottom: 0;
  right: 0;
  background: #4f3c1e;
  color:#ffffff;
  font-size:13px;
  font-weight: normal;
  letter-spacing: 0;
  text-align: center;
  display: block;
  padding: 2px 0;
}
.case_items .txt{
  display: flex;
}
.case_items .txt .tt1{
  font-size: 16px;
  display: block;
  font-weight: normal;
  padding: 0 22px;
  line-height: 1;
  margin-top: 16px;
}
.case_items .txt .tt1:first-child{
  border-right: 1px solid #000000;
  padding-left: 0;
}
/* **********************************
 *  古民家再生
 * ********************************* */
.pg_ancien_folk{

}
.pg_ancien_folk .section#sec1{
  
}
.pg_ancien_folk .section#sec2{
  
}
.pg_ancien_folk .section#sec3{
  
}
.pg_about_wrap p{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  margin-top: 30px;
  padding-left: 10px;
}
/*タイトル*/
.page_title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.075em;
  font-family: 'Noto Serif JP', serif;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.page_title:after{
  content: "";
  display: block;
  background: #eeeeee;
  position: absolute;
  bottom: -19px;
  z-index: -1;
  height: 100%;
  left: -1000%;
  right: 0;
}


.ancien_head_wrap{
  padding-top: 30px;
}
.ancien_head_desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: 20px;
  margin-bottom: 25px;
}
.ancien_head_wrap p{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.2857em;
}

.ancien_main_wrap{
  margin-top: 108px;
}
.ancien_main_title{
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.615em;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  border-top: 1px dotted #000000;
  border-bottom: 1px dotted #000000;
  padding: 10px 0;
  margin-bottom:37px;
}
.ancien_main_desc{
  margin-top: 20px;
}
.ancien_main_desc .desc{
  font-size: 16px;
  font-weight:normal;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 2.375em;
}
.ancien_main_desc .desc:last-child{
  margin-top: 25px;
}

.ancien_main_items{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.ancien_main_items .item{
  width: 49.10%;
} 



.ancien_oldfolk_wrap{
  margin-top: 75px;
  
}
.ancien_oldfolk_title{
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.050em;
  text-align: center;
  line-height: 1.615em;
  font-family: 'Noto Serif JP', serif;
  border-top: 1px dotted #000000;
  border-bottom: 1px dotted #000000;
  padding: 10px 0;
  margin-bottom: 40px;
}
.ancien_oldfolk_text{
  margin-top: 30px;
}
.ancien_oldfolk_text .desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.050em;
  text-align: center;
  line-height: 2em;
}
.ancien_oldfolk_text .desc:last-child{
  margin-top: 30px;
}
.ancien_oldfolk_btns{
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 64px
}
.ancien_oldfolk_btns .read_more{
  margin: 0 36px;
}
.ancien_oldfolk_title.no_border{
  border-top: none;
  border-bottom: none;
  margin-bottom: 61px;
}
.read_more.fit{
  justify-content: center;
}
.read_more.fit a{
  position: relative;
}
.read_more.fit a:after {
    display: block;
    content: "";
    height: 2px;
    width: 40px;
    background-image: url(/img/home/line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: -18px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.read_more.fit:after{
  display: none;
}
/* **********************************
 *  寺社仏閣
 * ********************************* */
.pg_temples{
  
}
.pg_temples .section#sec1{
  
}
.temples_head_wrap{
  padding-top: 40px;
}
.temples_head_title{
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.615em;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  border-top: 1px dotted #000000;
  border-bottom: 1px dotted #000000;
  padding: 8px 0;
  margin-bottom: 23px;
}
.temples_head_desc{
  margin-top: -24px;
}
.temples_head_desc .desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 2em;
}
.temples_main_wrap{
  margin-top: 65px;
}
.temples_main_title{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
.temples_main_desc{
  margin-top: 15px;
}
.temples_main_desc .desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 2em;
}
.temples_main_items{
  display: flex;
  justify-content: space-between;
  margin-top: 72px;
}
.temples_main_items .item{
  width: 49.10%;
}

.temples_main_items .temples_name{
  display: block;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 7px auto 0;
}
.temples_main_wrap .read_more.fit{
  margin-top: 60px;
}
/* **********************************
 *  ホームインスペクション
 * ********************************* */
.pg_home_inspection{
  margin-bottom: -110px;
}
.pg_home_inspection .section#sec1{
  
}
.pg_home_inspection .section#sec2{
  margin-top: 70px;
}
.pg_home_inspection .section#sec3{
  margin-top: 87px;
}

/*共通タイトル*/
.box_title{
  background: #f6f3ef;
  border: 1px solid #88abda;
  padding: 2px;
}
.box_title span{
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  border: 1px solid #181818;
  padding: 8px;
}
.inspection_head_wrap{
  padding-top: 33px;
}
.inspection_head_desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: 20px;
  margin-bottom: 25px;
}

.inspection_main_wrap{
  margin-top: 111px;
}
.inspection_main_title{
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.615em;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  border-top: 1px dotted #000000;
  border-bottom: 1px dotted #000000;
  padding: 9px 0;
  margin-bottom: 37px;
}
.inspection_main_desc{
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.8095em;
  text-align: center;
  padding-top: 9px;
}
.inspection_place_desc{
  font-size: 16px;
  font-weight:normal;
  letter-spacing: 0.075em;
  line-height: 2em;
  text-align: center;
  margin-top: 27px;
}
.inspection_place_items{
  text-align: center;
}
.inspection_place_items .item.pc{
  padding-left: 70px;
}
.inspection_place_items .item.sp{
  display: none;
}
.inspection_check_wrap{
  margin-top: 10px;
}
.inspection_check_wrap .title{
  font-size: 18px;
  font-weight:500;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.075em;
  text-align: center;
  border-bottom: 1px solid #939494;
  padding: 0 0 10px;
}
.inspection_check_texts{
  margin-top: 25px;
}
.inspection_check_texts p{
  font-size: 18px;
  font-weight:700;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 1.77777em;
}
.inspection_check_texts{
  
}
.inspection_check_texts .txt{
  font-size: 16px;
  font-weight:normal;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 2em;
}


.inspection_merit_wrap{
  
}
.inspection_merit_wrap .text{
  display: block;
  font-size: 18px;
  font-weight:500;
  letter-spacing: 0.075em;
  text-align: center;
  color:#181818;
  margin: 43px auto 0;
}

.inspection_merit_box{
  background: #f7f6f6;
  padding: 10px;
  margin-top: 10px;
}
.inspection_merit_box .inner{
  border: 2px dotted #ab887c;
  padding: 15px 40px 37px;
}
.inspection_merit_box li{
  font-size: 16px;
  font-weight:normal;
  letter-spacing: 0.075em;
  text-align: center;
  border-bottom: 1px dotted #000000;
  padding: 15px 0;
  line-height: 1.605em;
}
.pg_home_inspection .ancien_oldfolk_btns{
  margin-top:80px;
}

/*幅広ボタン*/
.read_more.inp a{
  width: 305px;
  letter-spacing: 0;
}
/* **********************************
 * 施工事例　一覧
 * ********************************* */
.pg_works{
 
}
.pg_works .section#sec1{
  
}
.pg_works .section#sec2{
  
}
.pg_works .section#sec3{
  
}
.pg_works .pagination{
  margin-top: 50px;
}
.pg_works .pagination .page-numbers{
  padding: 5px 13px
}


/*カテゴリナビ*/
.works_nav_wrap{
  padding-top: 30px;
}
.works_cat_wrap{
  
}
.works_cat_nav{
  display: flex;
  flex-wrap: wrap;
}

.works_cat_nav li{
  width: 50%;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.works_cat_nav li a{
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: -0.03em;
  padding: 8px 0;
  position: relative;
  background: #ffffff;
}
.works_cat_nav li.on a{
  background: #f6f3ef;
}

/* カテゴリメニュー(サイズ毎のborder設定) */
.works_cat_nav {
  
}
.works_cat_nav li{
  border-color:  #b5b5b5;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-right: 1px solid;
}

@media only screen and (max-width:767px){
  .works_cat_nav li:nth-child(n+3){
    border-top: 0;
  }
  .works_cat_nav li:nth-child(2n+1){
    border-left: 1px solid;
  }
}
@media only screen and (min-width:768px) and (max-width:1023px){
  .works_cat_nav li{
    width:33.3333%;
  }
  .works_cat_nav li:nth-child(n+4){
    border-top: 0;
  }
  .works_cat_nav li:nth-child(3n+1){
    border-left: 1px solid;
  }
}
@media only screen and (min-width:1024px){
  /**/.works_cat_nav li{
    width:16.6666666666%;
  }
  .works_cat_nav li:nth-child(n+7){
    border-top: 0;
  }
  .works_cat_nav li:nth-child(6n+1){
    border-left: 1px solid;
  }
  /*
  .works_cat_nav li{
    width:14.2857%;
  }
  .works_cat_nav li:nth-child(n+8){
    border-top: 0;
  }
  .works_cat_nav li:nth-child(7n+1){
    border-left: 1px solid;
  }*/
}



/*施工事例内容*/
.works_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.works_items .item{
  display: block;
  width: 50%;
  padding: 0 10px;
}
.works_items .item:nth-child(n+3){
  margin-top: 15px;
}
.works_box_wrap{
  margin-top: 45px;
}




/*施工写真*/
.works_items .item .img{
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.works_items .item .img:before{
  display: block;
  content: "";
  padding-top: 82.35%;
}

/*施工カテゴリ*/
.works_items .img_box{
  position: relative;
}
.works_items .category{
  width: 135px;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
  color: #ffffff;
  text-align: center;
  background: #4f3c1e;
  position: absolute;
  right: 0;
  bottom: 0;
}
.works_items .content .title{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0;
  margin-top: 10px;
}


@media only screen and (min-width:768px){
 .pg_works{
  
}
.pg_works .section#sec1{
  
}
.pg_works .section#sec2{
  
}
.pg_works .section#sec3{
  
}
/*カテゴリナビ*/
.news_cat_nav li a{
  font-size: 15px;
}
.works_nav_wrap{
  padding-top: 42px;
}
.works_cat_nav li a{
  font-size: 14px;
  letter-spacing: 0.075px;
}
/*施工事例内容*/
.works_items{
  margin: 0 -15px;
}
.works_items .item{
  width: 33.33333%;
  padding: 0 15px;
}
.works_items .item:nth-child(n+3){
  margin-top: 0;
}
.works_items .item:nth-child(n+4){
  margin-top: 15px;
}
/*施工カテゴリ*/
.works_items .category{
  width: 140px;
}



}
@media only screen and (min-width:1024px){
.pg_works{
  
}
.pg_works .section#sec1{
  
}
.pg_works .section#sec2{
  
}
.pg_works .section#sec3{
  
}





/*施工内容*/
.works_items{
  margin: 0 -25px;
}
.works_items .item{
  display: block;
  width: 33.33333%;
  padding: 0 25px;
}
.works_items .item:nth-child(n+4){
  margin-top: 44px;
}
.works_box_wrap{
  margin-top: 81px;
}
/*ページネーション*/
.pg_works .pagination{
  margin-top: 110px;
}

}
@media only screen and (min-width:1200px){
.pg_works{
  
}
.pg_works .section#sec1{
  
}
.pg_works .section#sec2{
  
}
.pg_works .section#sec3{
  
}
}






/* **********************************
 *  
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}


/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{
  
}
.pg_company .section#sec1{
  
}
.pg_company .section#sec2{
  
}
.pg_company .section#sec3{
  
}



/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{
  margin-bottom: -50px;
}
.pg_contact .section#sec1{
  margin-top: 60px;
}
.pg_contact .section#sec2{
  
}
.pg_contact .section#sec3{
  
}

.contact_tt{
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}



/* 連絡先 */
.contact_info{
  background:#181818;
  text-align: center;
  padding: 28px 30px 25px;
  margin-bottom: 108px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.14em;
  color: #FFF;
}
.contact_info .box2{
  margin-top: 20px;
  background: #FFFFFF;
  padding: 22px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  font-family: 'Noto Serif JP', serif;
  background: #be2c2c;
  color: #FFFFFF;
  padding: 5px 15px;
  margin-right: 35px;
  vertical-align: middle;
  border-radius: 5px;
  letter-spacing: 0.08em;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-weight: 500;
  vertical-align: middle;
  font-weight: bold;
}
.contact_info .box2 .tel a{
  display: block;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.04em;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.16em;
  margin-left: 22px;
  margin-bottom: 10px;
  line-height: 1;
}
.mwform-checkbox-field input,
.mwform-radio-field input{
  margin-right: 5px;
  margin-left: 10px;
}
.mwform-radio-field-text{
  font-weight: normal;
  letter-spacing: 0.16em;
  line-height: 1.93333em;
}
/* コンタクトフォーム */
.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 10px 15px 10px 20px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #f0f0f0;
  width: 310px;
  letter-spacing: 0.08em;
}
.contact_form th.vtop{
  vertical-align: top;
}
.contact_form td{
  font-size: 15px;
  letter-spacing: 0.16em;
}
.contact_form th.vtop{
  vertical-align: top;
}
.contact_form th.ad{
  padding-top: 20px;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 12px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: normal;
  float: right;
}

/* MW WP Formの規定クラス */
/* checkbox, radio */
.mwform_check_box_wrap{
  padding: 6px 0;
}
.mw_wp_form .mwform-radio-field.horizontal-item,
.mw_wp_form .mwform-checkbox-field.horizontal-item{
  display: inline-block;
  margin-left: 0;
  margin-right: 2px;
}

/**/
.mw_wp_form_confirm .addr_auto{
  display: none;
}
.mw_wp_form_confirm .addr_auto_box .zipcode i{
  background: none;
  padding: 0;
  font-size: inherit;
}

.contact_form dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_form dl + dl{
  margin-top: 10px;
}
.contact_form dl dt,
.contact_form dl dd{
  
}
.contact_form dl + p{
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact_form dl.addr dt{
  width: 90px;
}
.contact_form dl.addr dd{
  width: calc(100% - 90px);
  
}
.contact_form dl.date {
  align-items: flex-start;
}
.contact_form dl.date dt{
  width: 90px;
}
.contact_form dl.date dt + dt{
  margin-left: 5px;
}
.contact_form dl.date dt select{
  width: 100%;
}
.contact_form dl.date dt.wide{
  width: 200px;
}
.contact_form dl.date dt.m,
.contact_form dl.date dt.d{
  width: 120px;
}
.contact_form dl.date dt.m select,
.contact_form dl.date dt.d select{
  width: calc(100% - 2em);
}
.contact_form dl.date dt.t{
  width: 150px;
}
.contact_form dl.date dt.t select{
  width: calc(100% - 5em);
}


.contact_form dl.addr dd{
  
}


.contact_form_addr{
  display: flex;
  align-items: center;
  margin: 0;
}
.contact_form_addr + .contact_form_addr{
  margin-top: 8px;
}
.contact_form_addr dt,
.contact_form_addr dd{
  margin: 0;
}
.contact_form_addr dt{
  width: 80px;
}
.contact_form_addr dd{
  width: calc(100% - 80px);
}

.contact_form_addr dd [name$="zipcode"]{
  width: 210px;
}
.contact_form_addr dd [name$="addr1"]{
  width: 210px;
}




.addr_auto_box{
  display: flex;
  align-items: center;
}
.addr_auto_box .zipcode{
  display: flex;
  flex-wrap: wrap;
}
.addr_auto_box .zipcode i{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background: #cccccc;
  padding: 0 5px;
}
.addr_auto_box .zipcode input{
  
}

.addr_auto_box button{
  margin-left: 20px;
}


.contact_form td input ,
.contact_form td textarea ,
.contact_form td select {
  padding: 7px 10px;
  max-width: 100%;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
  font-size: 15px;
}
.contact_form td textarea{
  height: 280px;
}
.contact_form td [name$="_zipcode"],
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 160px;
}
.contact_form td [name="addr1"]{
  width: 220px;
}
.contact_form td [name="addr2"]{
  letter-spacing: 0.13em;
}


.contact_form td .addr_auto{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 5px 5px;
}


.contact_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */



.contact_form_acceptance{
  font-size: 17px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 40px;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance .mwform-checkbox-field.horizontal-item{
  margin-right: 0;
}


/* コンタクトフォーム - ボタン */
.contact_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 35px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button{
  background: #181818;
  color: #FFF;
  border: 0;
  padding: 12px 10px;
  width: 285px;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns button[type="reset"]{
  background: #CCC;
}
.contact_form_btns .ajax-loader{
  order: 10;
  width: 100% !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center;
}

/*送信完了*/
.txt_c{
  font-size: 20px;
}
.goback{
  display: block;
  text-align: center;
  margin-top: 20px;
}
/* **********************************
 *  プライバシーポリシー
 * ********************************* */
.pg_contact .privacy{
  margin-top: 137px;
}

.privacy_tt{
  text-align: center;
  margin-bottom: 53px;
}
.privacy_tt h3{
  font-size: 23px;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.privacy_tt br{
  display: none;
}
.privacy_tt .dots{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.privacy_tt .dots i{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c1c1c1;
  margin: 0 8px;
}

.privacy_items{
  
}
.privacy_items .item{
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.privacy_items .item + .item{
  margin-top: 34px;
}
.privacy_items .item h4{
  font-size: 18px;
  font-weight: 500;
  border-left: 6px solid #181818;
  padding-left: 11px;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_items .item .txt{
  line-height: 1.875;
}
.privacy_items .item ul{
  list-style: disc;
  margin-top: 2px;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{
  list-style: none;
}
.privacy_items .item ol{
  margin-left: 2em;
  margin-top: 10px;
}
