@charset "UTF-8";
/*!
Theme Name: kukan-morinohikari
Description: 株式会社杜ノ輝
Theme URI: https://www.kukan-morinohikari.co.jp
Version: 1.0
License: kukan-morinohikari
License https://www.kukan-morinohikari.co.jp
*/
/****************************************

リセットCSSここから

*****************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/****************************************

共通変数

*****************************************/
/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

フォント

*****************************************/
/****************************************

アニメーション系

*****************************************/
/* ホバー下線表示（左から） */
/* ホバー下線表示（左から,複数行） */
/* ホバー下線消える（左から,複数行） */
/* ホバー下線消える（左から） */
/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  background: #fff;
  line-height: 2;
  letter-spacing: 0.05em;
  min-width: 1240px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
    padding-bottom: 60px;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-width: 0;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************
フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.6rem;
}

h1 {
  font-weight: bold;
  font-size: 2.7rem;
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.4em;
  font-weight: bold;
}

.gothic {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.6rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link, a:visited {
  font-weight: normal;
  color: #333;
  text-decoration: underline;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover, a:active {
  font-weight: normal;
  color: #885933;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a img.img_opacity {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover img.img_up {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
a img.img_up {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

a.tellink {
  text-decoration: none;
}

a.linkline {
  position: relative;
  text-decoration: none;
  padding-bottom: 0.08em;
  color: #A07D12;
}
a.linkline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  text-align: center;
  background: #A07D12;
  -webkit-transition: -webkit-transform 0.9s;
  transition: -webkit-transform 0.9s;
  transition: transform 0.9s;
  transition: transform 0.9s, -webkit-transform 0.9s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
a.linkline:hover::after {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
a.linkline:hover {
  color: #885933;
}

/* PCのの場合は電話番号のリンク無効 */
@media screen and (min-width: 768px) {
  a.tellink {
    pointer-events: none;
  }
}
/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi {
    display: none;
  }
  header {
    position: relative;
    margin: 0 auto 0;
  }
  .header_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    padding-bottom: 50px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    color: #FFF;
    background: linear-gradient(to bottom, rgba(22, 17, 14, 0.6) 35px, transparent);
  }
  .header_top .logo {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 9;
  }
  .header_top .logo a {
    display: block;
  }
  .header_top .header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header_top .header_info {
    width: 150px;
    background: #885933;
    z-index: 99;
    height: 150px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header_top .header_info:hover {
    background: rgba(17, 17, 17, 0.75);
  }
  a.contact_btn_head {
    text-decoration: none;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    word-break: keep-all;
    height: 150px;
    width: 100%;
  }
  a.contact_btn_head:before {
    content: "";
    background: url(images/icon_mail.png) no-repeat;
    width: 26px;
    height: 20px;
    margin-bottom: 10px;
  }
  .header_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 30px 5px 0;
  }
  .header_txt .small_13 {
    display: block;
    text-align: right;
  }
  a.contact_tel {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0em;
    text-decoration: none;
    padding-left: 30px;
    background: url(images/icon_tel.png) center left no-repeat;
    background-size: 24px;
    color: #FFF;
    word-break: keep-all;
    font-family: "Poppins", sans-serif;
  }
  .sns_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sns_bnr a {
    margin-right: 25px;
  }
  /* スクロール（横書き） */
  a.scroll {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0px;
    color: #FFF;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2;
    font-family: "Poppins", sans-serif;
  }
  a.scroll:hover {
    color: rgba(136, 89, 51, 0.95);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    opacity: 0.75;
  }
  a.scroll:hover:after {
    border-right: 1px solid #885933;
  }
  a.scroll:after {
    content: "";
    border-right: 1px solid #FFF;
    width: 1px;
    height: 80px;
    margin-top: 10px;
    -webkit-animation: scroll-sign 1.9s cubic-bezier(0.3, 1, 0.57, 1) infinite both;
            animation: scroll-sign 1.9s cubic-bezier(0.3, 1, 0.57, 1) infinite both;
  }
  @-webkit-keyframes scroll-sign {
    0% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
    }
    50% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
    }
    50.1% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
    }
    100% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
    }
  }
  @keyframes scroll-sign {
    0% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
    }
    50% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
    }
    50.1% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
    }
    100% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
    }
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  header {
    position: relative;
  }
  .header_top {
    padding: 10px 10px 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(22, 17, 14, 0.6) 35px, transparent);
    height: 100px;
    z-index: 1;
  }
  .logo a {
    display: block;
    margin: 0px 0 0px 15px;
    z-index: 9;
    width: 70%;
    max-width: 280px;
    position: relative;
  }
  .header_right {
    display: none;
  }
  .header_info {
    display: none;
  }
  .header_txt {
    display: none;
  }
  a.contact_tel {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-decoration: none;
    padding-left: 24px;
    background: url(images/icon_header_tel.png) center left no-repeat;
    background-size: 20px;
    font-family: "Poppins", sans-serif;
  }
  .sns_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sns_bnr a {
    margin-right: 10px;
  }
  #toggle {
    width: 50px;
    height: 50px;
    background: #885933;
    cursor: pointer;
    z-index: 9999;
    position: fixed;
    right: 10px;
    top: 10px;
    opacity: 0.95;
  }
  #toggle:after {
    position: absolute;
    content: "Menu";
    line-height: 1.2;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    bottom: 5px;
    left: 0;
    width: 100%;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggle div に対して*/
    width: 26px;
    height: 2px;
    background: #fff;
    right: 12px;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 11px;
  }
  #toggle span:nth-child(2) {
    top: 18px;
  }
  #toggle span:nth-child(3) {
    top: 25px;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-315deg);
    transform: translateY(7px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(315deg);
    transform: translateY(-7px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: url(images/sp_navi-bg.png) no-repeat center bottom rgba(17, 17, 17, 0.95);
    background-size: contain;
    z-index: 999;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi {
    /* spナビ下部分 */
  }
  #sp_navi .menu {
    padding: 70px 20px 30px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-bottom: #CCC 1px solid; /*spナビ線(LP用)*/
    cursor: pointer;
    color: #fff; /*spナビ文字色*/
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu-item a {
    display: block;
    padding: 15px 0;
    font-weight: 500;
  }
  #sp_navi .menu-item span {
    display: block;
    padding: 0px 8px;
    font-size: 1rem;
  }
  #sp_navi .menu-item a:link, #sp_navi .menu-item a:visited, #sp_navi .menu-item a:hover, #sp_navi .menu-item a:active {
    color: #fff; /*spナビ文字色-カテゴリ*/
    text-decoration: none;
    font-weight: 500;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: #DDD 1px solid; /*オルガン上線*/
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.9); /*オルガン背景*/
  }
  #sp_navi .sub-menu li a:link, #sp_navi .sub-menu li a:visited, #sp_navi .sub-menu li a:hover, #sp_navi .sub-menu li a:active {
    color: #111; /*オルガン文字色★1*/
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #fff;
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 3px #DDD; /*カテゴリ矢印*/
    border-right: solid 3px #DDD; /*カテゴリ矢印*/
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
  #sp_navi .sp_navi_info {
    margin: 0 20px 20px;
    padding: 25px 5px;
    text-align: center;
    background: rgba(255, 255, 255, 0.65);
  }
  #sp_navi .sp_navi_info .subhead01 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  #sp_navi .sp_navi_info .subhead01:after {
    margin-top: 10px;
  }
  #sp_navi .sp_navi_info .sp_navi_txt {
    margin-bottom: 10px;
  }
  #sp_navi .sp_navi_info .contact_btn {
    width: 90%;
    margin-top: 15px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
#g_navi {
  width: auto;
  padding: 0 20px;
}
@media print, screen and (max-width: 1600px) and (min-width: 768px) {
  #g_navi {
    padding: 0 10px;
  }
}
#g_navi .menu {
  *zoom: 1;
  width: 100%;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#g_navi .menu li {
  position: relative;
  width: auto;
  text-align: center;
  line-height: 0;
}
#g_navi .menu li a {
  display: block;
  height: 55px;
  padding: 0 20px;
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #FFF;
  line-height: 1.2;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: keep-all;
}
@media print, screen and (max-width: 1600px) and (min-width: 768px) {
  #g_navi .menu li a {
    padding: 15px;
  }
}
#g_navi .menu li a:hover {
  color: rgba(255, 255, 255, 0.75);
  translate: 0.4s linear;
}
#g_navi .menu li ul {
  width: 100%;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#g_navi .menu li ul li {
  width: 100%;
  height: auto;
  /* プルダウン幅指定の場合 */
  width: 170px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#g_navi .menu li ul li a {
  width: 100%;
  height: auto;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: 400;
  background: rgba(17, 17, 17, 0.95);
  color: #fff;
  text-align: center;
  opacity: 0.95;
  text-shadow: none;
}
#g_navi .menu li ul li a:hover {
  background: rgba(255, 255, 255, 0.95);
  color: #111;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}
#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .menu > li > a::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 0;
    height: 3px;
    background: #885933;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:hover::after {
    width: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .menu-item-has-children > a {
    cursor: pointer;
  }
}
/****************************************

ティーザー

*****************************************/
#top_mv {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  text-align: center;
}
#top_mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}
#top_mv .top_mv_btm {
  background: linear-gradient(to top, rgba(22, 17, 14, 0.6) 15px, transparent);
  height: 215px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 1;
}

.top_mv_txt {
  text-align: center;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  bottom: 70px;
  right: 4.1%;
  z-index: 3;
}
@media print, screen and (max-width: 1600px) and (min-width: 768px) {
  .top_mv_txt {
    width: 32.8%;
    bottom: 50px;
    min-width: 480px;
  }
}
.top_mv_txt .mv_txtimg {
  width: 100%;
  height: auto;
}

.mv {
  width: 100%;
  height: 490px;
  position: relative;
  margin: 0px auto;
  position: relative;
}
.mv .mv_bg {
  background-size: cover;
  height: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .mv .mv_bg {
    padding-top: 90px;
  }
}
.mv .mv_about {
  background: url(images/mv_about_bg.jpg) top center no-repeat;
}
.mv .mv_housing {
  background: url(images/mv_housing_bg.jpg) top center no-repeat;
}
.mv .mv_store {
  background: url(images/mv_store_bg.jpg) top center no-repeat;
}
.mv .mv_renovation {
  background: url(images/mv_renovation_bg.jpg) top center no-repeat;
}
.mv .mv_exterior {
  background: url(images/mv_exterior_bg.jpg) top center no-repeat;
}
.mv .mv_blog {
  background: url(images/mv_blog_bg.jpg) top center no-repeat;
}
.mv .mv_recruit {
  background: url(images/mv_recruit_bg.jpg) top center no-repeat;
}
.mv .mv_contact {
  background: url(images/mv_contact_bg.jpg) top center no-repeat;
}
.mv .mv_txt {
  text-align: center;
  padding: 0px 0px 25px;
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(26%, transparent), color-stop(26%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, transparent 26%, rgba(0, 0, 0, 0.6) 26%);
  width: 500px;
}
.mv .mv_txt p {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.2;
  color: #FFF;
  position: relative;
}
.mv .mv_txt p span {
  font-size: 8rem;
  letter-spacing: 0.05em;
  font-weight: 800;
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 767px) {
  #top_mv {
    width: 100%;
    position: relative;
    height: 380px;
  }
  #top_mv .top_mv_btm {
    height: 40%;
  }
  .top_mv_txt {
    margin: 10px auto 0px;
    bottom: 5%;
    width: 62%;
  }
  .top_mv_txt .mv_txtimg {
    width: 100%;
    height: auto;
  }
  .mv {
    height: 280px;
  }
  .mv .mv_about {
    background: url(images/mv_about_bg.jpg) bottom center no-repeat;
  }
  .mv .mv_store {
    background: url(images/mv_store_bg.jpg) top right 10% no-repeat;
  }
  .mv .mv_blog {
    background: url(images/mv_blog_bg.jpg) top left 28% no-repeat;
  }
  .mv .mv_recruit {
    background: url(images/mv_recruit_bg.jpg) bottom 20% left 50% no-repeat;
  }
  .mv .mv_contact {
    background: url(images/mv_contact_bg.jpg) top 30% right 50% no-repeat;
  }
  .mv .mv_bg {
    height: 280px;
    background-size: cover;
    padding-top: 50px;
  }
  .mv .mv_txt {
    width: 70%;
  }
  .mv .mv_txt p {
    font-size: 1.6rem;
  }
  .mv .mv_txt p span {
    font-size: 5rem;
  }
}
/****************************************

タイトル

*****************************************/
/* 太字（+／小文字） */
.headline {
  font-size: 6rem;
  font-weight: bold;
  font-weight: 800;
  color: #222;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  margin: 0 auto 60px;
  font-family: "Poppins", sans-serif;
}
.headline span {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  color: #111;
  display: block;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.headline span:before {
  content: "";
  border-left: 1px solid #666;
  width: 1px;
  height: 34px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 20px;
}

#single_box .headline {
  font-size: 2.6rem;
  font-weight: normal;
  margin-top: 15px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 下線（短い+img） */
.subhead01 {
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
  line-height: 1.6;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.subhead01:after {
  content: "";
  border-bottom: 1px solid #222;
  width: 50px;
  height: 1px;
  margin-top: 20px;
}

/* 投稿：絞り込み結果画面用 */
h1.subhead01 span {
  font-size: 2rem;
  color: #A07D12;
  margin-top: 5px;
}

/* 下線（横幅100%） */
.subhead02 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  line-height: 1.2;
  padding: 0px 0px 15px;
  border-bottom: 1px solid #222;
}

/* 下線（2色／投稿-ブログ一覧 ） */
.subhead03 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
  line-height: 1.7;
  padding-bottom: 15px;
  background: linear-gradient(to right, #222 100px, #CCC 100px) no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
}

/* 背景色（投稿-詳細用） */
#single_box h2, .post_tit {
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.3;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
  margin-top: 40px;
  padding: 15px 15px;
  background: #222;
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: 4rem;
    margin-bottom: 40px;
  }
  .headline span {
    font-size: 1.4rem;
  }
  .headline span:before {
    height: 30px;
  }
  #single_box .headline {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-top: 15px;
  }
  .subhead01 {
    font-size: 2.3rem;
    margin-bottom: 20px;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
  .subhead01:after {
    margin-top: 15px;
  }
  /* 投稿：絞り込み結果画面用 */
  h1.subhead01 span {
    font-size: 1.8rem;
  }
  .subhead02 {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
  .subhead03 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    letter-spacing: 0;
  }
  .subhead03:before {
    margin-right: 10px;
  }
  #single_box h2, .post_tit {
    font-size: 1.8rem;
    margin-bottom: 15px;
    margin-top: 25px;
  }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
  width: 100%;
}

main#page_main {
  padding: 0px calc((100% - 1200px) / 2) 50px;
  margin: 0px auto;
}

main#page_main02 {
  width: 100%;
  margin: 0px auto 95px;
}
main#page_main02 .bg {
  padding: 0 15px;
}

.breadcrumb_area {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.breadcrumb_area .breadcrumb {
  padding: 30px 0px 25px;
  line-height: 1.5;
}
.breadcrumb_area .breadcrumb p {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
.breadcrumb_area .breadcrumb a {
  position: relative;
  text-decoration: none;
  padding-bottom: 0.08em;
  color: #333;
}
.breadcrumb_area .breadcrumb a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  text-align: center;
  background: #333;
  -webkit-transition: -webkit-transform 0.9s;
  transition: -webkit-transform 0.9s;
  transition: transform 0.9s;
  transition: transform 0.9s, -webkit-transform 0.9s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.breadcrumb_area .breadcrumb a:hover::after {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.breadcrumb_area .breadcrumb a:hover {
  color: #885933;
}

.none {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
  }
  .breadcrumb_area .breadcrumb {
    position: relative;
    padding: 10px 10px 35px;
    left: auto;
    bottom: auto;
  }
  .breadcrumb_area .breadcrumb p {
    font-size: 1.2rem;
  }
  main#top_main {
    width: 100%;
    padding: 0px 10px;
    margin: 0px auto 30px;
  }
  main#page_main, main#page_main02 {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 70px;
  }
  .sp_none {
    display: none;
  }
}
/****************************************

ボタン

*****************************************/
/* 文字（文字+丸矢印○_◢） */
.btn01 {
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  display: inline-block;
}
.btn01 a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 9px 60px 10px 0px;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  /* 右矢印 */
  /* 色円 */
}
.btn01 a span {
  /* 右矢印(―) */
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 19px;
  height: 1px;
  background: #FFF;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  z-index: 2;
  /* 右矢印(◢) */
}
.btn01 a span:before {
  position: absolute;
  content: "";
  top: calc(50% - 6px);
  right: 0px;
  border: 3px solid transparent;
  border-left: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.btn01 a:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 46px;
  height: 46px;
  background: #111;
  border-radius: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.btn01:hover a {
  color: #885933;
}
.btn01:hover a span {
  color: #FFF;
}
.btn01:hover a:after {
  background: #885933;
  right: -5px;
  width: 56px;
  height: 56px;
}

/* 画像付(aside) */
.contact_btn {
  width: 360px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #885933;
}
.contact_btn a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #FFF;
  padding: 24px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact_btn a:before {
  content: "";
  background: url(images/icon_mail.png) no-repeat;
  background-size: contain;
  width: 26px;
  height: 20px;
  margin-right: 14px;
}
.contact_btn:hover {
  background: #111;
}

.btn_center p, .center_btn {
  margin: 0 auto;
}

.btn_right p {
  margin-left: auto;
}

/* トップページ複数並び */
.multi_column_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .multi_column_btn p:not(:last-child) {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .btn01, .btn03 {
    margin: 0 auto;
  }
  .btn01 a, .btn03 a {
    font-size: 1.6rem;
  }
  /* bg-img */
  .contact_btn {
    width: 90%;
    margin: 0px auto 0;
  }
  .contact_btn a {
    font-size: 1.6rem;
    padding: 15px 10px;
  }
  .contact_btn a:before {
    margin-right: 10px;
  }
  .btn_center {
    text-align: center;
  }
  .multi_column_btn {
    padding: 0 10px;
  }
  .multi_column_btn p:not(:last-child) {
    margin-bottom: 10px;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  padding: 75px calc((100% - 1200px) / 2) 110px;
  background: url(images/top_box01_bg01.jpg) top right no-repeat, url(images/top_box01_bg02.jpg) bottom 185px left no-repeat, url(images/top_box01_bg.png) bottom center/contain no-repeat;
}
.top_box01 .top_box01_tit {
  font-size: 4rem;
  font-weight: 900;
  color: #111;
  letter-spacing: 0.07em;
  line-height: 1.7;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .top_box01 .top_box01_tit {
    margin: 0 auto 20px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    display: inline-block;
  }
}
.top_box01 .top_box01_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 75px;
}
.top_box01 .top_box01_flex img {
  margin-bottom: 20px;
}
.top_box01 .top_box01_flex h3 {
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.7;
  text-align: center;
}
.top_box01 .top_box01_flex h3 span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
}

.top_box02 {
  padding: 110px calc((100% - 880px) / 2) 80px;
}
.top_box02 .top_box02_tit {
  font-size: 8rem;
  font-weight: bold;
  color: #111;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.top_box02 .top_box02_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_box02 .top_box02_flex .top_box02_part {
  border-right: 1px solid #CCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 2px;
}
@media print, screen and (min-width: 768px) {
  .top_box02 .top_box02_flex .top_box02_part {
    width: 220px;
  }
  .top_box02 .top_box02_flex .top_box02_part:last-child {
    border: none;
  }
}
@media print, screen and (min-width: 768px) {
  .top_box02 .top_box02_flex .top_box02_part:last-child:after {
    content: none;
  }
}

.top_box_tit {
  font-size: 8rem;
  font-weight: bold;
  color: #111;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.top_box03 {
  padding: 100px calc((100% - 1500px) / 2);
  background: url(images/top_box03_bg.jpg) top center no-repeat;
}

.top_box_inner {
  margin-bottom: 60px;
  color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .top_box_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_box_inner h2 {
    margin-left: -90px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1600px) and (min-width: 768px) {
  .top_box_inner h2 {
    margin-left: 0px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_box_inner .top_box_txt {
    width: 60%;
    margin-left: 5%;
    margin-top: 45px;
  }
}
.top_box_inner h3 {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 35px;
}

@media print, screen and (min-width: 768px) {
  .top_wrap {
    padding: 0 10px;
  }
}
.top_box04 {
  padding: 100px calc((100% - 1500px) / 2) 100px;
  background: url(images/top_box04_bg.jpg) top center no-repeat;
}

.top_box05 {
  padding: 100px calc((100% - 1500px) / 2) 100px;
  background: url(images/top_box05_bg.jpg) top center no-repeat;
}

.top_box06 {
  padding: 100px calc((100% - 1500px) / 2) 100px;
  background: url(images/top_box06_bg.jpg) top center no-repeat;
}

.top_box07 {
  padding: 120px calc((100% - 1500px) / 2) 100px;
}
@media print, screen and (min-width: 768px) {
  .top_box07 .top_box_tit {
    font-size: 6.4rem;
    margin-bottom: 55px;
  }
  .top_box07 #blog_top, .top_box07 .txt_right {
    padding: 0 10px;
  }
}

.top_box08 {
  padding: 0px 0 130px;
  background: url(images/top_box08_bg.jpg) bottom right no-repeat;
  background-size: 88.5% 660px;
}
@media print, screen and (min-width: 768px) {
  .top_box08 {
    line-height: 1.8;
  }
  .top_box08 .top_box_tit {
    margin-bottom: 40px;
  }
  .top_box08 figure {
    width: 53%;
  }
  .top_box08 figure img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit:cover;";
  }
  .top_box08 .top_box08_txt {
    padding-right: 50px;
    width: 650px;
    margin-top: 205px;
    margin-left: 4%;
    margin-right: auto;
  }
  .top_box08 .top_box08_txt .top_box_tit {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .top_box01 {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    padding: 30px 10px 60px;
    background: url(images/top_box01_bg.png) bottom center no-repeat, url(images/top_box01_bg01.jpg) top right no-repeat, url(images/top_box01_bg02.jpg) bottom left no-repeat;
    background-size: contain;
  }
  .top_box01 .top_box01_tit {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
  .top_box01 .top_box01_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .top_box01 .top_box01_flex img {
    margin-bottom: 10px;
  }
  .top_box01 .top_box01_flex h3 {
    margin-bottom: 30px;
  }
  .top_box01 .top_box01_flex h3 span {
    font-size: 1.4rem;
  }
  .top_box_tit {
    font-size: 5.5rem;
    margin-bottom: 25px;
  }
  .top_box02 {
    padding: 50px 10px 25px;
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
  .top_box02 .top_box02_tit {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }
  .top_box02 .top_box_tit span:before {
    left: -30px;
  }
  .top_box02 .top_box02_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
  .top_box02 .top_box02_flex .top_box02_part {
    width: 50%;
    margin-bottom: 35px;
    padding: 0 4%;
  }
  .top_box02 .top_box02_flex .top_box02_part:nth-child(2n), .top_box02 .top_box02_flex .top_box02_part:last-child {
    border: none;
  }
  .top_box03 {
    padding: 40px 10px 40px;
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
  .top_box_inner h2 {
    margin: 0 15px 25px 5px;
  }
  .top_box_inner h2 img {
    height: 88px;
  }
  .top_box_inner h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .top_box04 {
    width: calc(100% + 20px);
    margin: 0 0px 0px -10px;
    padding: 50px 10px 40px;
  }
  .top_box05 {
    padding: 20px 10px 40px;
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
  .top_box05 .top_box05_tit {
    font-size: 3.8rem;
    margin-bottom: 30px;
  }
  .top_box05 .top_box05_inner {
    padding: 0 15px;
  }
  .top_box06 {
    padding: 30px 10px 55px;
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
  .top_box06 .top_box06_flex {
    margin-bottom: 40px;
  }
  .top_box06 .top_box06_flex li {
    font-size: 1.3rem;
  }
  .top_box06 .top_box06_flex li:not(:last-of-type) {
    margin: 0 auto 55px;
  }
  .top_box06 .top_box06_flex li:not(:last-of-type):after {
    position: absolute;
    content: "";
    bottom: -35px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 6px;
    height: 28px;
    border-bottom: 2px solid #423933;
    border-left: 2px solid #423933;
    -webkit-transform: skewY(135deg);
            transform: skewY(135deg);
  }
  .top_box07 {
    padding: 40px 10px 70px;
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
  .top_box07 .top_box07_tit {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }
  .top_box07 .top_box07_tit:before {
    margin-right: 10px;
  }
  .top_box08 {
    padding: 0px 10px 40px;
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    background: none;
  }
  .top_box08 .top_box_tit {
    margin-bottom: 20px;
  }
  .top_box08 .top_box08_txt {
    padding: 25px 20px 30px;
    background: url(images/top_box08_bg.jpg);
  }
}
/****************************************

content下層用

*****************************************/
/* 下層共通 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.img_wauto {
  width: auto;
  max-width: 100%;
}

.img_radius {
  overflow: hidden;
  border-radius: 15px;
}

.shadow {
  -webkit-box-shadow: 0 0 15px rgba(34, 34, 34, 0.08);
          box-shadow: 0 0 15px rgba(34, 34, 34, 0.08);
}

.pt_txt {
  padding-top: 15px;
}

.txt660 {
  width: 660px;
}

.txt790 {
  width: 790px;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.bg {
  background: url(images/bg.jpg);
}

.white_bg {
  padding: 60px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 15px rgba(34, 34, 34, 0.08);
          box-shadow: 0 0 15px rgba(34, 34, 34, 0.08);
}

.brown_bg {
  padding: 55px 60px 50px;
  background: url(images/bg_brown.jpg) repeat;
  outline: 1px solid #FFF;
  outline-offset: -10px;
}
@media print, screen and (min-width: 768px) {
  .brown_bg .subhead01 {
    font-size: 2.2rem;
  }
}

figcaption {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.border_box {
  border: 1px solid #111;
  padding: 35px 20px 35px;
}
@media print, screen and (min-width: 768px) {
  .border_box {
    max-width: 1020px;
    margin: 0 auto 70px;
  }
}
.border_box dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}
.border_box dd {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .flex,
  .flex_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .radius_img {
    width: 100%;
  }
  .pt_txt {
    padding-top: 0;
  }
  .txt250, .txt510, .txt790, .txt660, .w1000, .w1200 {
    width: 100%;
  }
  .bg {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    padding: 0 10px;
  }
  .white_bg {
    padding: 35px 20px;
  }
  .brown_bg {
    padding: 30px 20px;
  }
  .brown_bg .subhead01 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .mb20_sp {
    margin-bottom: 20px;
  }
  figcaption {
    font-size: 1.4rem;
  }
}
/****************************************

content下層用

*****************************************/
/* 02杜ノ輝のコンセプト,03リノベーションについて */
.about_tit {
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: bold;
  font-weight: 800;
  background: url(images/bg.jpg);
  padding: 60px 15px;
  margin-bottom: 60px;
  text-align: center;
}
.about_tit span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about_tit span:before, .about_tit span:after {
  content: "";
  width: 18px;
  height: 15px;
}
.about_tit span:before {
  background: url(images/icon_quotation_l.png) no-repeat;
  margin-right: 10px;
}
.about_tit span:after {
  background: url(images/icon_quotation_r.png) no-repeat;
  margin-left: 10px;
}

.about_box .subhead01 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .about_box .subhead01 {
    margin-bottom: 35px;
  }
}
.about_box .subhead01 img {
  margin-right: 30px;
  margin-top: 10px;
}
@media print, screen and (max-width: 1600px) and (min-width: 768px) {
  .about_box .subhead01 img {
    display: block;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .about_box figure {
    width: 43.7%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1600px) and (min-width: 768px) {
  .about_box figure {
    width: 60%;
  }
}
@media print, screen and (min-width: 768px) {
  .about_box figure img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit:cover;";
  }
  .about_box .about_txt {
    width: 38%;
    padding-right: 4%;
    margin-left: 4%;
  }
  .about_box .flex .about_txt {
    margin-right: auto;
  }
  .about_box .flex_r .about_txt {
    margin-left: auto;
  }
}

/* 02杜ノ輝のコンセプト */
.concept_link_flex {
  max-width: 850px;
  margin: 0 auto;
}
.concept_link_flex a {
  text-decoration: none;
}
.concept_link_flex li {
  width: 400px;
  line-height: 1.8;
}
.concept_link_flex li img {
  margin-bottom: 10px;
}

/* 04スタッフ紹介 */
.staff_wrap {
  padding: 80px 0 0px;
}
@media print, screen and (min-width: 768px) {
  .staff_wrap {
    margin-bottom: -95px;
  }
  .staff_wrap .flex_r {
    position: relative;
  }
  .staff_wrap .flex_r figure {
    position: absolute;
    top: 0;
    left: 0;
  }
  .staff_wrap .white_bg {
    margin-top: 50px;
    padding: 60px 60px 55px 160px;
  }
  .staff_wrap .subhead02 {
    font-size: 2.6rem;
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
  .staff_wrap .subhead02 .big_20 {
    margin-right: 25px;
  }
  .staff_wrap .staff_btm_img li {
    width: 33.3333333333%;
  }
  .staff_wrap .staff_btm_img li img {
    width: 100%;
    height: auto;
  }
}

/* 11求人情報 */
.recruit_wrap {
  padding: 80px 0;
}

/* 06-08施工実績,10ブログ */
/* 投稿（絞り込み） */
.brown_bg .gallery_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 20px;
}
.brown_bg .gallery_link li {
  color: #222;
  text-decoration: none; /* デフォルトの下線を非表示にする */
  background-image: -webkit-gradient(linear, left top, right top, from(#222), to(#222));
  background-image: linear-gradient(90deg, #222, #222); /* 線の色 */
  background-repeat: no-repeat;
  background-position: right bottom; /* 線の起点を左・下に設定 */
  background-size: 100% 1px; /* 線の横幅を100%にする */
  -webkit-transition: background-size 0.9s;
  transition: background-size 0.9s; /* 線を伸ばすアニメーション実行時間を指定（0.9秒かけて線の横幅を0から100%にする） */
  text-align: center;
  padding-bottom: 10px;
}
.brown_bg .gallery_link li:hover {
  background-size: 0 1px; /* 線の横幅を0、縦幅を1pxに */
}
@media print, screen and (min-width: 768px) {
  .brown_bg .gallery_link li {
    min-width: 200px;
  }
}
.brown_bg .gallery_link li a {
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}

/* 投稿詳細ページ */
#single_box .post_tag {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#single_box .twenty20-2 img {
  padding: 0 !important;
}
#single_box img.twentytwenty-before {
  padding: 0 !important;
}
#single_box img.twentytwenty-after {
  padding: 0 !important;
}
#single_box .twentytwenty-handle {
  -webkit-box-shadow: 0px 0px 10px rgb(51, 51, 51) !important;
          box-shadow: 0px 0px 10px rgb(51, 51, 51) !important;
}
#single_box .twentytwenty-left-arrow, #single_box .twentytwenty-right-arrow {
  -webkit-filter: drop-shadow(0px 0px 3px rgb(51, 51, 51)) drop-shadow(0px 0px 3px rgb(51, 51, 51)) !important;
          filter: drop-shadow(0px 0px 3px rgb(51, 51, 51)) drop-shadow(0px 0px 3px rgb(51, 51, 51)) !important;
}
#single_box .twenty20 {
  margin: 15px 0;
}
#single_box iframe {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  /* 02杜ノ輝のコンセプト,03リノベーションについて */
  .about_tit {
    font-size: 2.4rem;
    padding: 25px 15px;
    width: calc(100% + 20px);
    margin-left: -10px;
    line-height: 1.4;
    background-size: contain;
  }
  .about_tit span:before, .about_tit span:after {
    background-size: contain;
  }
  .about_box .subhead01 {
    font-size: 2.2rem;
  }
  .about_box .subhead01 img {
    display: block;
    margin: 0 0 15px;
  }
  /* 02杜ノ輝のコンセプト */
  .concept_link_flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .concept_link_flex li {
    width: auto;
    margin-bottom: 25px;
  }
  .concept_link_flex li img {
    margin-bottom: 5px;
  }
  /* 04スタッフ紹介 */
  .staff_wrap {
    padding: 80px 5px;
    margin-bottom: -70px;
  }
  .staff_wrap .subhead02 .big_20 {
    margin-right: 15px;
  }
  /* 06-08施工実績,10ブログ */
  /* 投稿（絞り込み） */
  .brown_bg {
    padding: 30px 20px;
  }
  .brown_bg .gallery_link {
    gap: 10px 4%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .brown_bg .gallery_link li {
    width: 48%;
    padding-bottom: 5px;
  }
  .brown_bg .gallery_link li a {
    font-size: 1.3rem;
  }
  /* 投稿詳細ページ */
}
/****************************************

content下層用（共通パーツ）

*****************************************/
/* お問い合わせ */
#mail_form {
  padding: 0 calc((100% - 1200px) / 2);
  margin: 0 auto 50px;
}
@media print, screen and (min-width: 768px) {
  #mail_form {
    text-align: center;
  }
}

/* 3列flex(txt) */
.three_column_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.three_column_flex .three_column_parts {
  width: 340px;
}
@media print, screen and (min-width: 768px) {
  .three_column_flex .three_column_parts:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
.three_column_flex .three_column_parts img {
  margin-bottom: 15px;
}
.three_column_flex .three_column_parts h3 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .three_column_flex .three_column_parts {
    width: 100%;
    margin-bottom: 35px;
  }
  .three_column_flex .three_column_parts:last-child {
    margin-bottom: 0;
  }
}
/****************************************

sidebar/aside（テキスト）

*****************************************/
.bottom_box {
  padding: 110px calc((100% - 880px) / 2) 110px;
  background: url(images/bottom_box_bg01.png) top right no-repeat, url(images/bottom_box_bg02.png) bottom left no-repeat;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .bottom_box {
    text-align: center;
  }
  .bottom_box .top_box_tit {
    font-size: 6.4rem;
    margin-bottom: 35px;
  }
}

.bottom_box_txt {
  margin-bottom: 50px;
}

@media print, screen and (min-width: 768px) {
  .bottom_box_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bottom_box_btn .bottom_box_tel_wrap {
    border-right: 1px solid #CCC;
    padding-right: 40px;
    margin-right: 45px;
    margin-left: 40px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.bottom_box_tel_wrap .small_15 {
  margin-top: 6px;
}
.bottom_box_tel_wrap .small_13 {
  color: #FFF;
  background: #111;
  padding: 3px 20px 4px;
  margin-right: 15px;
}

a.bottom_box_tel {
  display: block;
  font-size: 3.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Poppins", sans-serif;
}
a.bottom_box_tel:before {
  content: "";
  background: url(images/icon_btm_tel.png) no-repeat;
  background-size: contain;
  width: 28px;
  height: 29px;
  margin-right: 10px;
}
@media print, screen and (min-width: 768px) {
  a.bottom_box_tel {
    word-break: keep-all;
  }
}

@media screen and (max-width: 767px) {
  .bottom_box {
    padding: 50px 5% 60px;
    background-size: contain;
    background-size: 70% auto;
  }
  .bottom_box .top_box_tit {
    margin-bottom: 20px;
  }
  .bottom_box_txt {
    margin-bottom: 15px;
  }
  .bottom_box_btn .bottom_box_tel_wrap {
    margin-bottom: 25px;
  }
  .bottom_box_tel_wrap .small_15 {
    text-align: center;
  }
  .bottom_box_tel_wrap .small_13 {
    padding: 3px 16px 4px;
  }
  .bottom_box_tel_wrap a.bottom_box_tel {
    font-size: 3.2rem;
    margin: 0 auto 15px;
  }
  .bottom_box_tel_wrap a.bottom_box_tel:before {
    margin-right: 4px;
    width: 25px;
    height: 26px;
    margin-bottom: 2px;
  }
}
/****************************************

テーブル

*****************************************/
table {
  line-height: 1.7;
}

td p {
  font-size: 100%;
}

/* 表2列(下線-2色) */
.overview_table, .recruit_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
}
.overview_table th, .recruit_table th {
  width: 25%;
  padding: 19px 40px;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .overview_table th, .recruit_table th {
    border-bottom: 1px solid #875933;
  }
}
.overview_table td, .recruit_table td {
  width: 75%;
  padding: 19px 40px;
  border-bottom: 1px solid #CCC;
  vertical-align: middle;
  text-align: left;
}

@media screen and (max-width: 767px) {
  /* 1列(下線－2色) */
  .overview_table, .recruit_table {
    border-top: 2px solid #875933;
    border-bottom: 2px solid #875933;
  }
  .overview_table th, .recruit_table th {
    display: block;
    width: 100%;
    padding: 10px 15px 5px;
    font-weight: bold;
  }
  .overview_table td, .recruit_table td {
    display: block;
    width: 100%;
    padding: 0px 15px 15px;
  }
  .overview_table tr:last-child td, .recruit_table tr:last-child td {
    border: none;
  }
}
/****************************************

共通div

*****************************************/
.mb130 {
  margin-bottom: 130px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .mb130,
  .mb120,
  .mb110,
  .mb100,
  .mb95,
  .mb90,
  .mb85,
  .mb80,
  .mb75,
  .mb70,
  .mb65,
  .mb60,
  .mb55 {
    margin-bottom: 50px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb45,
  .mb40 {
    margin-bottom: 30px;
  }
}
/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 30px;
}

/* 配置 */
.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .txt_center_pc {
    text-align: center;
  }
}
/* 赤文字*/
.red {
  color: #e41010;
}

/* 強調*/
.bold {
  font-weight: bold;
}

.black {
  color: #111;
}

.brown {
  color: #885933;
}

.big {
  font-size: 1.8rem;
}

.big_20 {
  font-size: 2rem;
}

.big_26 {
  font-size: 2.6rem;
}

/* 小文字*/
.small {
  font-size: 1.2rem;
}

.small_13 {
  font-size: 1.3rem;
}

.small_14 {
  font-size: 1.4rem;
}

.small_15 {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .big {
    font-size: 1.6rem;
  }
  .big_20 {
    font-size: 1.7rem;
  }
  .big_26 {
    font-size: 2rem;
  }
}
/****************************************

blog トップ用(img %)

*****************************************/
#blog_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0px 30px;
  /* カテゴリタグ */
}
#blog_top time {
  font-size: 1.4rem;
  line-height: 1.6;
}
#blog_top .top_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
#blog_top .tag {
  background: #885933;
  color: #FFF;
  font-size: 1.3rem;
  line-height: 1.57;
  padding: 5px 16px;
  word-break: keep-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog_top_parts {
  width: 22.9%;
  height: auto;
  margin-right: 2.7%;
  line-height: 1.8;
}
.blog_top_parts:nth-child(4) {
  margin-right: 0;
}
.blog_top_parts a {
  text-decoration: none;
}
.blog_top_parts .subhead02 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #111;
  line-height: 1.6;
  border-bottom: 1px solid #111;
  padding-bottom: 15px;
}
.blog_top_parts .subhead02 a {
  font-size: inherit;
  font-weight: inherit;
}
.blog_top_parts .blog_top_img {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .blog_top_parts .blog_top_img {
    height: 260px;
    width: 100%;
    overflow: hidden;
  }
}
.blog_top_parts .blog_top_img a {
  display: block;
  width: 100%;
}
.blog_top_parts .blog_top_img a img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}
.blog_top_parts .blog_top_img a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  #blog_top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    /* カテゴリタグ */
  }
  #blog_top .top_tag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 15px;
  }
  #blog_top .top_tag .tag {
    margin-top: 5px;
    padding: 5px 14px;
  }
  #blog_top .blog_top_parts {
    width: 49%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  #blog_top .blog_top_parts:nth-child(2n) {
    margin-right: 0;
  }
  #blog_top .blog_top_parts .subhead02 {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  #blog_top .blog_top_parts .blog_top_img {
    height: 170px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  #blog_top .blog_top_parts .blog_top_img img {
    height: 170px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit:cover;";
  }
}
/****************************************

renovation,store,housing,exterior トップ用(img %)

*****************************************/
#renovation_top, #store_top, #housing_top, #exterior_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0px 40px;
  color: #CCC;
}

.renovation_top_parts, .store_top_parts, .housing_top_parts, .exterior_top_parts {
  width: 23.3%;
  height: auto;
  margin-right: 2%;
}
.renovation_top_parts:nth-child(4), .store_top_parts:nth-child(4), .housing_top_parts:nth-child(4), .exterior_top_parts:nth-child(4) {
  margin-right: 0;
}
.renovation_top_parts a, .store_top_parts a, .housing_top_parts a, .exterior_top_parts a {
  text-decoration: none;
}
.renovation_top_parts .subhead02, .store_top_parts .subhead02, .housing_top_parts .subhead02, .exterior_top_parts .subhead02 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #111;
  line-height: 1.6;
  border-bottom: 1px solid #111;
  padding-bottom: 15px;
}
.renovation_top_parts .subhead02 a, .store_top_parts .subhead02 a, .housing_top_parts .subhead02 a, .exterior_top_parts .subhead02 a {
  font-size: inherit;
  font-weight: inherit;
}
.renovation_top_parts .renovation_top_img, .renovation_top_parts .store_top_img, .renovation_top_parts .housing_top_img, .renovation_top_parts .exterior_top_img, .store_top_parts .renovation_top_img, .store_top_parts .store_top_img, .store_top_parts .housing_top_img, .store_top_parts .exterior_top_img, .housing_top_parts .renovation_top_img, .housing_top_parts .store_top_img, .housing_top_parts .housing_top_img, .housing_top_parts .exterior_top_img, .exterior_top_parts .renovation_top_img, .exterior_top_parts .store_top_img, .exterior_top_parts .housing_top_img, .exterior_top_parts .exterior_top_img {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .renovation_top_parts .renovation_top_img, .renovation_top_parts .store_top_img, .renovation_top_parts .housing_top_img, .renovation_top_parts .exterior_top_img, .store_top_parts .renovation_top_img, .store_top_parts .store_top_img, .store_top_parts .housing_top_img, .store_top_parts .exterior_top_img, .housing_top_parts .renovation_top_img, .housing_top_parts .store_top_img, .housing_top_parts .housing_top_img, .housing_top_parts .exterior_top_img, .exterior_top_parts .renovation_top_img, .exterior_top_parts .store_top_img, .exterior_top_parts .housing_top_img, .exterior_top_parts .exterior_top_img {
    height: 345px;
    width: 100%;
    overflow: hidden;
  }
}
.renovation_top_parts .renovation_top_img a, .renovation_top_parts .store_top_img a, .renovation_top_parts .housing_top_img a, .renovation_top_parts .exterior_top_img a, .store_top_parts .renovation_top_img a, .store_top_parts .store_top_img a, .store_top_parts .housing_top_img a, .store_top_parts .exterior_top_img a, .housing_top_parts .renovation_top_img a, .housing_top_parts .store_top_img a, .housing_top_parts .housing_top_img a, .housing_top_parts .exterior_top_img a, .exterior_top_parts .renovation_top_img a, .exterior_top_parts .store_top_img a, .exterior_top_parts .housing_top_img a, .exterior_top_parts .exterior_top_img a {
  display: block;
  width: 100%;
}
.renovation_top_parts .renovation_top_img a img, .renovation_top_parts .store_top_img a img, .renovation_top_parts .housing_top_img a img, .renovation_top_parts .exterior_top_img a img, .store_top_parts .renovation_top_img a img, .store_top_parts .store_top_img a img, .store_top_parts .housing_top_img a img, .store_top_parts .exterior_top_img a img, .housing_top_parts .renovation_top_img a img, .housing_top_parts .store_top_img a img, .housing_top_parts .housing_top_img a img, .housing_top_parts .exterior_top_img a img, .exterior_top_parts .renovation_top_img a img, .exterior_top_parts .store_top_img a img, .exterior_top_parts .housing_top_img a img, .exterior_top_parts .exterior_top_img a img {
  width: 100%;
  height: 345px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}
.renovation_top_parts .renovation_top_img a img:hover, .renovation_top_parts .store_top_img a img:hover, .renovation_top_parts .housing_top_img a img:hover, .renovation_top_parts .exterior_top_img a img:hover, .store_top_parts .renovation_top_img a img:hover, .store_top_parts .store_top_img a img:hover, .store_top_parts .housing_top_img a img:hover, .store_top_parts .exterior_top_img a img:hover, .housing_top_parts .renovation_top_img a img:hover, .housing_top_parts .store_top_img a img:hover, .housing_top_parts .housing_top_img a img:hover, .housing_top_parts .exterior_top_img a img:hover, .exterior_top_parts .renovation_top_img a img:hover, .exterior_top_parts .store_top_img a img:hover, .exterior_top_parts .housing_top_img a img:hover, .exterior_top_parts .exterior_top_img a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  #renovation_top, #store_top, #housing_top, #exterior_top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #renovation_top .renovation_top_parts, #renovation_top .store_top_parts, #renovation_top .housing_top_parts, #renovation_top .exterior_top_parts, #store_top .renovation_top_parts, #store_top .store_top_parts, #store_top .housing_top_parts, #store_top .exterior_top_parts, #housing_top .renovation_top_parts, #housing_top .store_top_parts, #housing_top .housing_top_parts, #housing_top .exterior_top_parts, #exterior_top .renovation_top_parts, #exterior_top .store_top_parts, #exterior_top .housing_top_parts, #exterior_top .exterior_top_parts {
    width: 49%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  #renovation_top .renovation_top_parts:nth-child(2n), #renovation_top .store_top_parts:nth-child(2n), #renovation_top .housing_top_parts:nth-child(2n), #renovation_top .exterior_top_parts:nth-child(2n), #store_top .renovation_top_parts:nth-child(2n), #store_top .store_top_parts:nth-child(2n), #store_top .housing_top_parts:nth-child(2n), #store_top .exterior_top_parts:nth-child(2n), #housing_top .renovation_top_parts:nth-child(2n), #housing_top .store_top_parts:nth-child(2n), #housing_top .housing_top_parts:nth-child(2n), #housing_top .exterior_top_parts:nth-child(2n), #exterior_top .renovation_top_parts:nth-child(2n), #exterior_top .store_top_parts:nth-child(2n), #exterior_top .housing_top_parts:nth-child(2n), #exterior_top .exterior_top_parts:nth-child(2n) {
    margin-right: 0;
  }
  #renovation_top .renovation_top_parts .subhead02, #renovation_top .store_top_parts .subhead02, #renovation_top .housing_top_parts .subhead02, #renovation_top .exterior_top_parts .subhead02, #store_top .renovation_top_parts .subhead02, #store_top .store_top_parts .subhead02, #store_top .housing_top_parts .subhead02, #store_top .exterior_top_parts .subhead02, #housing_top .renovation_top_parts .subhead02, #housing_top .store_top_parts .subhead02, #housing_top .housing_top_parts .subhead02, #housing_top .exterior_top_parts .subhead02, #exterior_top .renovation_top_parts .subhead02, #exterior_top .store_top_parts .subhead02, #exterior_top .housing_top_parts .subhead02, #exterior_top .exterior_top_parts .subhead02 {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  #renovation_top .renovation_top_parts .renovation_top_img, #renovation_top .renovation_top_parts .store_top_img, #renovation_top .renovation_top_parts .housing_top_img, #renovation_top .renovation_top_parts .exterior_top_img, #renovation_top .store_top_parts .renovation_top_img, #renovation_top .store_top_parts .store_top_img, #renovation_top .store_top_parts .housing_top_img, #renovation_top .store_top_parts .exterior_top_img, #renovation_top .housing_top_parts .renovation_top_img, #renovation_top .housing_top_parts .store_top_img, #renovation_top .housing_top_parts .housing_top_img, #renovation_top .housing_top_parts .exterior_top_img, #renovation_top .exterior_top_parts .renovation_top_img, #renovation_top .exterior_top_parts .store_top_img, #renovation_top .exterior_top_parts .housing_top_img, #renovation_top .exterior_top_parts .exterior_top_img, #store_top .renovation_top_parts .renovation_top_img, #store_top .renovation_top_parts .store_top_img, #store_top .renovation_top_parts .housing_top_img, #store_top .renovation_top_parts .exterior_top_img, #store_top .store_top_parts .renovation_top_img, #store_top .store_top_parts .store_top_img, #store_top .store_top_parts .housing_top_img, #store_top .store_top_parts .exterior_top_img, #store_top .housing_top_parts .renovation_top_img, #store_top .housing_top_parts .store_top_img, #store_top .housing_top_parts .housing_top_img, #store_top .housing_top_parts .exterior_top_img, #store_top .exterior_top_parts .renovation_top_img, #store_top .exterior_top_parts .store_top_img, #store_top .exterior_top_parts .housing_top_img, #store_top .exterior_top_parts .exterior_top_img, #housing_top .renovation_top_parts .renovation_top_img, #housing_top .renovation_top_parts .store_top_img, #housing_top .renovation_top_parts .housing_top_img, #housing_top .renovation_top_parts .exterior_top_img, #housing_top .store_top_parts .renovation_top_img, #housing_top .store_top_parts .store_top_img, #housing_top .store_top_parts .housing_top_img, #housing_top .store_top_parts .exterior_top_img, #housing_top .housing_top_parts .renovation_top_img, #housing_top .housing_top_parts .store_top_img, #housing_top .housing_top_parts .housing_top_img, #housing_top .housing_top_parts .exterior_top_img, #housing_top .exterior_top_parts .renovation_top_img, #housing_top .exterior_top_parts .store_top_img, #housing_top .exterior_top_parts .housing_top_img, #housing_top .exterior_top_parts .exterior_top_img, #exterior_top .renovation_top_parts .renovation_top_img, #exterior_top .renovation_top_parts .store_top_img, #exterior_top .renovation_top_parts .housing_top_img, #exterior_top .renovation_top_parts .exterior_top_img, #exterior_top .store_top_parts .renovation_top_img, #exterior_top .store_top_parts .store_top_img, #exterior_top .store_top_parts .housing_top_img, #exterior_top .store_top_parts .exterior_top_img, #exterior_top .housing_top_parts .renovation_top_img, #exterior_top .housing_top_parts .store_top_img, #exterior_top .housing_top_parts .housing_top_img, #exterior_top .housing_top_parts .exterior_top_img, #exterior_top .exterior_top_parts .renovation_top_img, #exterior_top .exterior_top_parts .store_top_img, #exterior_top .exterior_top_parts .housing_top_img, #exterior_top .exterior_top_parts .exterior_top_img {
    height: 170px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  #renovation_top .renovation_top_parts .renovation_top_img img, #renovation_top .renovation_top_parts .store_top_img img, #renovation_top .renovation_top_parts .housing_top_img img, #renovation_top .renovation_top_parts .exterior_top_img img, #renovation_top .store_top_parts .renovation_top_img img, #renovation_top .store_top_parts .store_top_img img, #renovation_top .store_top_parts .housing_top_img img, #renovation_top .store_top_parts .exterior_top_img img, #renovation_top .housing_top_parts .renovation_top_img img, #renovation_top .housing_top_parts .store_top_img img, #renovation_top .housing_top_parts .housing_top_img img, #renovation_top .housing_top_parts .exterior_top_img img, #renovation_top .exterior_top_parts .renovation_top_img img, #renovation_top .exterior_top_parts .store_top_img img, #renovation_top .exterior_top_parts .housing_top_img img, #renovation_top .exterior_top_parts .exterior_top_img img, #store_top .renovation_top_parts .renovation_top_img img, #store_top .renovation_top_parts .store_top_img img, #store_top .renovation_top_parts .housing_top_img img, #store_top .renovation_top_parts .exterior_top_img img, #store_top .store_top_parts .renovation_top_img img, #store_top .store_top_parts .store_top_img img, #store_top .store_top_parts .housing_top_img img, #store_top .store_top_parts .exterior_top_img img, #store_top .housing_top_parts .renovation_top_img img, #store_top .housing_top_parts .store_top_img img, #store_top .housing_top_parts .housing_top_img img, #store_top .housing_top_parts .exterior_top_img img, #store_top .exterior_top_parts .renovation_top_img img, #store_top .exterior_top_parts .store_top_img img, #store_top .exterior_top_parts .housing_top_img img, #store_top .exterior_top_parts .exterior_top_img img, #housing_top .renovation_top_parts .renovation_top_img img, #housing_top .renovation_top_parts .store_top_img img, #housing_top .renovation_top_parts .housing_top_img img, #housing_top .renovation_top_parts .exterior_top_img img, #housing_top .store_top_parts .renovation_top_img img, #housing_top .store_top_parts .store_top_img img, #housing_top .store_top_parts .housing_top_img img, #housing_top .store_top_parts .exterior_top_img img, #housing_top .housing_top_parts .renovation_top_img img, #housing_top .housing_top_parts .store_top_img img, #housing_top .housing_top_parts .housing_top_img img, #housing_top .housing_top_parts .exterior_top_img img, #housing_top .exterior_top_parts .renovation_top_img img, #housing_top .exterior_top_parts .store_top_img img, #housing_top .exterior_top_parts .housing_top_img img, #housing_top .exterior_top_parts .exterior_top_img img, #exterior_top .renovation_top_parts .renovation_top_img img, #exterior_top .renovation_top_parts .store_top_img img, #exterior_top .renovation_top_parts .housing_top_img img, #exterior_top .renovation_top_parts .exterior_top_img img, #exterior_top .store_top_parts .renovation_top_img img, #exterior_top .store_top_parts .store_top_img img, #exterior_top .store_top_parts .housing_top_img img, #exterior_top .store_top_parts .exterior_top_img img, #exterior_top .housing_top_parts .renovation_top_img img, #exterior_top .housing_top_parts .store_top_img img, #exterior_top .housing_top_parts .housing_top_img img, #exterior_top .housing_top_parts .exterior_top_img img, #exterior_top .exterior_top_parts .renovation_top_img img, #exterior_top .exterior_top_parts .store_top_img img, #exterior_top .exterior_top_parts .housing_top_img img, #exterior_top .exterior_top_parts .exterior_top_img img {
    height: 170px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit:cover;";
  }
}
/****************************************

投稿 下層用（1行）

*****************************************/
/* デフォルト投稿 */
.post_banner {
  text-align: right;
}
.post_banner p {
  margin-left: auto;
}

@media print, screen and (min-width: 768px) {
  .blog_post_parts {
    padding-bottom: 40px;
    border-bottom: 1px dashed #AAA;
  }
  .blog_post_parts .flex {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .blog_post_parts figure {
    width: 360px;
    height: 270px;
    overflow: hidden;
    margin-right: 50px;
  }
  .blog_post_parts figure img {
    width: 360px;
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
@media screen and (max-width: 767px) {
  .blog_post_parts {
    padding: 20px 15px;
    border: 1px dashed #AAA;
  }
  .blog_post_parts figure {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .blog_post_parts figure img {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
/****************************************

投稿 下層用2（複数列）

*****************************************/
/* カテゴリタグ */
.post_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  gap: 10px;
}
.post_tag .tag {
  background: #333;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.7;
  padding: 2px 16px;
  padding: 2px 11px;
  max-height: 24px;
  min-width: 100px;
  word-break: keep-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px;
}
.post_tag .label {
  background: #A07D12;
}

/* 3列投稿 */
.three_column_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.three_column_post .three_column_parts {
  width: 380px;
  height: auto;
  margin: 0 30px 50px 0;
}
.three_column_post .three_column_parts .subhead02 {
  font-weight: 800;
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .three_column_post .three_column_parts .subhead02 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 768px) {
  .three_column_post .three_column_parts:nth-child(3n) {
    margin-right: 0;
  }
}
.three_column_post .three_column_parts .three_column_img {
  margin-bottom: 18px;
}
.three_column_post .three_column_parts .three_column_img figure {
  width: 100%;
  height: 253px;
  overflow: hidden;
  position: relative;
  background: #000;
  /* hover時：背景色表示 */
}
.three_column_post .three_column_parts .three_column_img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.three_column_post .three_column_parts .three_column_img figure img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.three_column_post .three_column_parts .three_column_img figure a:before {
  position: absolute;
  content: "More";
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 98;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: "Poppins", sans-serif;
}
.three_column_post .three_column_parts .three_column_img figure:hover a:before {
  opacity: 1;
}
.three_column_post .three_column_parts .three_column_img figure:hover img {
  opacity: 0.45;
}
.three_column_post .three_column_parts .three_column_txt img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  /* カテゴリタグ */
  .post_tag {
    gap: 5px;
  }
  /* 3列投稿 sp*/
  .three_column_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .three_column_post .three_column_parts {
    width: 49%;
    margin: 0 2% 40px 0;
  }
  .three_column_post .three_column_parts:nth-child(2n) {
    margin-right: 0;
  }
  .three_column_post .three_column_parts:last-child {
    margin-left: auto;
    margin-right: auto;
  }
  .three_column_post .three_column_parts .three_column_img {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
  }
  .three_column_post .three_column_parts .three_column_img figure {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .three_column_post .three_column_parts .three_column_img figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .three_column_post .three_column_parts .subhead02 {
    font-size: 1.6rem;
    font-size: 1.5rem;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  padding: 0 calc((100% - 1000px) / 2);
}
#single_box img {
  max-width: 1000px;
  padding: 10px 0;
  height: auto;
}
#single_box figure {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 25px;
}
#single_box figure img {
  max-width: 100%;
  height: auto;
}
#single_box .nav-below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  font-size: 100%;
  text-align: center;
  /* ボタン(左右) */
  /* ボタン(中央) */
}
#single_box .nav-below > a {
  display: block;
  width: 140px;
  padding: 15px 5px;
  background: #2C2C2C;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#single_box .nav-below > a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#single_box .nav-below > a:hover {
  background: #464646;
}
#single_box .nav-below .list {
  width: 250px;
  background: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #000;
}
#single_box .nav-below .list a {
  display: block;
  padding: 15px 5px;
  text-align: center;
  text-decoration: none;
}
#single_box .nav-below .list:hover {
  background: #AAA;
}
#single_box .nav-below .list:hover a {
  color: #FFF;
}
#single_box p, #single_box p span {
  font-size: 1.6rem !important;
}

@media screen and (max-width: 767px) {
  #single_box {
    /* ボタン */
  }
  #single_box img {
    max-width: 100%;
    padding: 10px 0;
  }
  #single_box p, #single_box p span {
    font-size: 1.4rem !important;
  }
  #single_box .nav-below > a {
    width: 30%;
  }
  #single_box .nav-below .list {
    width: 40%;
  }
  #single_box .nav-below .list a {
    font-size: 1.3rem;
  }
}
/****************************************

投稿　pager設定

*****************************************/
.pager {
  clear: both;
  text-align: center;
  padding: 0;
  margin: 50px 0 0;
}

a.page-numbers {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.pager .current {
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 767px) {
  .single_box {
    width: 100%;
  }
  .pager {
    padding: 0px 0 30px;
    margin: 20px 0 0;
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }
  #sp_footer {
    background: #111;
  }
  .footer_map {
    height: 300px;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  /* sp フローティングバナー */
  .sp_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 4;
  }
  .sp_bnr div {
    position: relative;
    width: 25%;
    background: #111;
    border-top: 1px solid #FFF;
  }
  .sp_bnr div:not(:last-child) {
    border-right: 1px solid #FFF;
  }
  .sp_bnr div img {
    width: auto;
    margin-bottom: 7px;
    height: 22px;
  }
  .sp_bnr div p {
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    word-break: keep-all;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
  .sp_bnr a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
  }
  .sp_footer_box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 35px 10px 10px;
    line-height: 1.7;
    color: #FFF;
  }
  .sp_footer_box a {
    text-decoration: none;
  }
  .sp_footer_box .footer_logo a {
    display: inline-block;
    width: 75%;
    max-width: 280px;
    margin: 0px auto 25px;
  }
  .sp_footer_box .footer_txt {
    font-size: 1.3rem;
    margin-bottom: 20px;
    word-break: auto-phrase;
  }
  .copyright {
    font-size: 1.2rem;
    text-align: center;
    color: #999;
    padding: 15px 0;
  }
}
/****************************************
pc_footer

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  .pagetop {
    position: absolute;
    z-index: 4;
    right: 40px;
    bottom: 40px;
  }
  .footer_map {
    height: 400px;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  #pc_footer {
    position: relative;
    background: #111;
  }
  #pc_footer .footer_logo a {
    display: inline-block;
    margin: 0px auto 35px;
  }
  .footer_box {
    width: 100%;
    margin: 0 auto;
    padding: 100px calc((100% - 1200px) / 2) 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #FFF;
    line-height: 1.8;
    position: relative;
  }
  .footer_box a {
    text-decoration: none;
  }
  .footer_box p {
    font-size: 1.4rem;
  }
  .footer_box .footer_txt {
    font-size: 1.4rem;
    margin-bottom: 35px;
  }
  /* 横並び（階層有　dt▶） */
  .footer_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 560px;
    margin-top: 28px;
    line-height: 1.8;
  }
  .footer_link dl {
    position: relative;
    word-break: keep-all;
  }
  .footer_link dt {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
  .footer_link dd {
    position: relative;
    padding-left: 10px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    color: #CCC;
    margin-bottom: 10px;
    margin-left: 10px;
    /* 三角形▶ */
  }
  .footer_link dd:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-left: 5px solid #888;
  }
  .footer_link a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: inherit;
    letter-spacing: 0.05em;
    font-weight: inherit;
    color: inherit;
  }
  .footer_link a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #A07D12;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .footer_link a:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .footer_link a:hover {
    color: rgba(160, 125, 18, 0.85);
  }
  .copyright {
    color: #999;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 40px 10px 40px;
  }
}
/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
  text-align: left;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid rgba(17, 17, 17, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid rgba(17, 17, 17, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7-form input {
  padding: 10px;
  border: 1px solid rgba(17, 17, 17, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
  text-align: center;
}

.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px #885933 solid;
  border-radius: 0px;
  background-color: #885933;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 30px auto 0;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
.wpcf7 .tc input[type=submit]:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(136, 89, 51, 0.3);
          box-shadow: 0 0 1px 1px rgba(136, 89, 51, 0.3);
  background-color: rgba(136, 89, 51, 0.3);
  color: #885933;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #885933 solid;
  -webkit-box-shadow: 0 0 2px 2px rgba(136, 89, 51, 0.5);
          box-shadow: 0 0 2px 2px rgba(136, 89, 51, 0.5);
}

.wpcf7-text {
  width: 100%;
}

/* 入力欄 */
.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
}

.form_label {
  width: 300px;
}
.form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
}
.form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
}

.form_input {
  width: calc(100% - 300px);
}

.form_input_post {
  width: 180px;
}

.form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

/* 住所 */
.form_row_post {
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #CCC;
}
.form_row_post .form_row_address_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.form_row_post .form_row_address_row .form_label {
  font-weight: normal;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #111;
}

.seireki input[type=text] {
  width: 130px;
  margin: 0 10px;
}

.month input[type=text] {
  width: 60px;
  margin: 0 10px;
}

.old {
  margin-left: 30px;
}
.old input[type=text] {
  width: 60px;
  margin: 0 10px;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}
.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #885933;
  border-radius: 4px;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #885933;
  border-right: 3px solid #885933;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #6c5d2f;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #885933;
  -webkit-box-shadow: 0 0 2px 2px rgba(136, 89, 51, 0.5);
          box-shadow: 0 0 2px 2px rgba(136, 89, 51, 0.5);
  background-color: #885933;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}
.wpcf7 .form_input input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.9em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #885933;
  border-radius: 50%;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio]:checked + span:before {
  -webkit-box-shadow: 0 0 2px 2px rgba(136, 89, 51, 0.5);
          box-shadow: 0 0 2px 2px rgba(136, 89, 51, 0.5);
}
.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #885933;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #885933;
  border-right: 1px solid #885933;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #885933;
  border-right: 1px solid #885933;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #885933;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(136, 89, 51, 0.7)), to(rgba(136, 89, 51, 0.7)));
  background-image: linear-gradient(90deg, rgba(136, 89, 51, 0.7), rgba(136, 89, 51, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, outline 0.2s ease;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(136, 89, 51, 0.3);
          box-shadow: 0 0 1px 1px rgba(136, 89, 51, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(136, 89, 51, 0.3);
          box-shadow: 0 0 1px 1px rgba(136, 89, 51, 0.3);
}

.wpcf7-response-output {
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  /* 入力欄 */
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 30px;
  }
  .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_input {
    width: 100%;
  }
  /* 住所 */
  .form_row_post {
    padding: 0 0 20px 0;
  }
  .form_row_post .form_row_address_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .seireki input[type=text] {
    width: 75px;
    margin: 0 5px;
  }
  .month input[type=text] {
    width: 45px;
    margin: 0 5px;
  }
  .old {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .old input[type=text] {
    width: 45px;
    margin: 0 10px;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/****************************************

追加

*****************************************/
.dn {
  display: none;
}

.pcn {
  display: none;
}

@media screen and (max-width: 767px) {
  .spn {
    display: none;
  }
  .pcn {
    display: block;
  }
}