@charset "UTF-8";
/****************************************

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

*****************************************/
/*!
Theme ak44
Description: 水回りリフォームは川崎市の株式会社A&Ksystemwork's | 横浜市 東京都 キッチン バス トイレ 宮前区
Theme URI: https://www.ak44.co.jp
Version: 1.0
License: ak44.co.jp
License URI: https://www.ak44.co.jp
*/
/****************************************

リセットCSSここから

*****************************************/
* {
  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;
}

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

body設定(主に書式)

*****************************************/
body {
  position: relative;
  min-width: 1240px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #332626;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
    font-size: 1.5rem;
  }
}
/****************************************

ページ共通

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

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
/****************************************

フォント指定

*****************************************/
@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p,
  figcaption {
    font-size: 1.5rem;
  }
}
/****************************************

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

*****************************************/
a:link, a:visited {
  transition: 0.3s;
}
a:hover, a:active {
  text-decoration: underline;
  transition: 0.3s;
}
a img.img_opacity {
  transition: 0.3s linear;
}
a:hover img.img_opacity {
  opacity: 0.85;
  transition: 0.3s linear;
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
  }
}
header {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 3;
}
header::after {
  content: "";
  position: absolute;
  height: 300px;
  inset: 0;
  background: linear-gradient(to bottom, rgba(51, 38, 38, 0.6) 0%, rgba(51, 38, 38, 0) 100%);
  z-index: -1;
}
header .area {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
}
header .inner {
  display: flex;
  gap: 2%;
}
header .head_logo {
  padding: 45px 0 0 2.6%;
}
header .head_logo img {
  filter: drop-shadow(0 0 12px rgba(51, 38, 38, 0.45)) drop-shadow(0 0 18px rgba(51, 38, 38, 0.16)) drop-shadow(0 0 40px rgba(51, 38, 38, 0.06));
}
header .head_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header p.tel {
  font-family: "Lato", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  text-align: right;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  padding-right: 30px;
  margin: 15px 0 5px;
}
header p.tel span {
  padding: 0 0 3px 30px;
  background: url(images/icon_tel02.svg) left center no-repeat;
  background-size: 22px 24px;
}

.contact_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 150px;
  background: #5b783f;
}
.contact_btn a img {
  width: 106px;
  height: 58px;
}
.contact_btn a:hover {
  background: #ddba42;
}

@media print, screen and (min-width: 768px) {
  .new_topics {
    width: 60%;
    min-width: 600px;
  }
}
.new_topics {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
}
.new_topics .new_topics_area {
  width: 100%;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  gap: 2.5%;
}
.new_topics .new_topics_area a {
  line-height: 1.5;
}
.new_topics .new_topics_area time {
  font-family: "Lato", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
}
.new_topics .new_topics_area label {
  font-family: "Lato", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  background: #332627;
  padding: 6px 8px 6px 10px;
}

@media screen and (max-width: 1500px) {
  header .head_logo {
    width: 30%;
    padding-top: 35px;
  }
  header .head_logo img {
    width: 100%;
  }
  header p.tel {
    padding-right: 15px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    text-decoration: none;
    color: inherit;
  }
  #g_navi {
    display: none;
  }
  header {
    position: relative;
    width: 100%;
  }
  header::after {
    height: 100px;
    background: linear-gradient(to bottom, rgba(51, 38, 38, 0.4) 0%, rgba(51, 38, 38, 0) 100%);
  }
  header .area {
    position: absolute;
  }
  header .head_logo {
    padding: 15px;
  }
  header .head_logo a {
    display: inline-flex;
  }
  header .head_logo img {
    width: 220px;
    height: auto;
  }
  header .inner {
    display: none;
  }
  .contact_btn {
    display: none;
  }
  .head_info {
    display: none;
  }
  .new_topics {
    position: static;
    flex-direction: column;
    align-items: center;
    background: rgba(221, 186, 66, 0.9);
    padding-bottom: 10px;
  }
  .new_topics .top_subhead01 {
    margin-bottom: 0;
    font-size: 1.5rem;
    padding: 10px;
    background: none;
  }
  .new_topics .new_topics_area {
    width: calc(100% - 20px);
    padding: 15px;
    background: #fff;
  }
  .new_topics .new_topics_area a {
    line-height: 1.4;
    font-size: 1.3rem;
  }
  .new_topics .new_topics_area time {
    line-height: 1.6;
  }
  .new_topics .new_topics_area label {
    padding: 4px 8px;
    font-size: 1.2rem;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 9999999;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: #ddba42;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 28px;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 8px;
  }
  #toggle span:nth-child(2) {
    top: 17px;
  }
  #toggle span:nth-child(3) {
    top: 26px;
  }
  #toggle p {
    position: absolute;
    top: 33px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: 100%;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
    background: #ddba42;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translate(50%, 10px) rotate(-316deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translate(50%, -9px) rotate(316deg);
  }
  .open_navi #toggle p {
    color: #fff;
    font-weight: 500;
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
    background: rgba(91, 120, 63, 0.98) url(images/sp_wrapper_top.jpg) top center no-repeat;
    background-size: cover;
    z-index: 999999;
  }
  #sp_navi p.tel {
    display: inline-block;
    text-align: right;
    margin: 10px;
    padding: 0 0 5px 40px;
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1;
    background: url(images/icon_tel.png) left center no-repeat;
    background-size: 26px;
    padding-left: 35px;
  }
  #sp_navi .f_logo {
    max-width: initial;
    margin: 15px;
  }
  #sp_navi .f_logo a {
    display: inline-flex;
  }
  #sp_navi .f_logo img {
    width: 220px;
    height: auto;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
    background: rgba(255, 255, 255, 0.95);
  }
  .open_navi #wrapper {
    transform-origin: left center;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    border-bottom: 1px solid #5b783f;
    cursor: pointer;
    color: #5b783f;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: 600;
    box-sizing: border-box;
    margin: 0 auto -1px;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 10px 20px;
  }
  #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: #5b783f;
    text-decoration: none;
  }
  #sp_navi .menu-item span {
    font-family: initial;
    font-size: 1.2rem;
    font-weight: 400;
    color: #aaa;
    padding: 6px 0;
  }
  #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: #5b783f;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a {
    font-size: 1.5rem;
    font-family: initial;
    font-weight: 400;
    display: block;
    padding: 10px 40px;
    color: #5b783f;
    background: rgba(243, 245, 226, 0.95);
  }
  #sp_navi .sub-menu li a:hover {
    color: #5b783f;
    background: rgba(240, 246, 203, 0.26);
  }
  #sp_navi .sub-menu li a {
    position: relative;
  }
  #sp_navi .sub-menu li a::before {
    position: absolute;
    content: "";
    top: 24px;
    left: 16px;
    width: 10px;
    height: 2px;
    background: #5b783f;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    border-top: 1px solid #5b783f;
  }
  #sp_navi .sub-menu {
    width: 100%;
    display: 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: 2px solid rgba(91, 120, 63, 0.8);
    border-right: 2px solid rgba(91, 120, 63, 0.8);
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
  #sp_navi .btn_box {
    gap: 15px;
    margin-top: 30px;
  }
  #sp_navi .btn_box li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 4px solid #ddba42;
    border-radius: 50px;
    width: 300px;
    height: 80px;
    text-decoration: none;
  }
  #sp_navi .btn_box li a:hover {
    opacity: 0.85;
  }
  #sp_navi .btn_box .tel span {
    padding: 0 0 5px 35px;
    display: inline-block;
    text-align: right;
    margin: 10px;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1;
    color: #4f341c;
    background-size: 26px;
    background: url(images/icon_tel.png) center left no-repeat;
  }
  #sp_navi .btn_box .insta span {
    padding: 0 0 5px 50px;
    display: inline-block;
    text-align: right;
    margin: 10px;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1;
    color: #4f341c;
    background-size: 24px;
    background: url(images/icon_insta.png) center left no-repeat;
  }
  #sp_navi .btn_box .insta a {
    border-color: #e60047;
  }
  #sp_navi .btn_box {
    margin-top: 30px;
    gap: 15px;
  }
  #sp_navi .btn_box li a {
    width: 300px;
    height: 70px;
  }
  #sp_navi .btn_box .tel span {
    font-size: 2.6rem;
    background-size: 20px auto;
    padding-left: 30px;
  }
  #sp_navi .btn_box .insta span {
    font-size: 2rem;
    background-size: 26px auto;
    padding-left: 40px;
  }
  #sp_navi .foot_info {
    margin: 40px auto;
    width: calc(100% - 20px);
    background: rgba(91, 120, 63, 0.8);
  }
  .sp_navi_info {
    width: calc(100% - 30px);
    margin: 30px auto;
    background: rgba(249, 242, 233, 0.9);
    padding: 20px;
    color: #333;
    font-size: 1.4rem;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
#g_navi .menu {
  *zoom: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}
#g_navi .menu > li {
  position: relative;
  padding: 0 30px;
}
#g_navi .menu > li:hover::after {
  background: #5b783f;
}
#g_navi .menu > li > a {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  position: relative;
  font-size: 1.7rem;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.2;
  padding: 20px 0 10px;
  color: #fff;
  max-height: 100px;
  text-shadow: 0 0 2px rgba(51, 38, 38, 0.65), 0 0 8px rgba(51, 38, 38, 0.26), 0 0 30px rgba(51, 38, 38, 0.26);
}
#g_navi .menu li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  list-style: none;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s linear;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#g_navi .menu li ul li {
  letter-spacing: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#g_navi .menu li ul li a {
  display: block;
  width: auto;
  background-color: rgba(255, 255, 255, 0.9);
  color: #5b783f;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  visibility: hidden;
  transition: 0.3s linear;
  white-space: nowrap;
  padding: 15px 15px;
}
#g_navi .menu li ul li a:hover, #g_navi .menu li ul li a:active {
  background-color: rgba(91, 120, 63, 0.9);
  transition: 0.3s linear;
  color: #fff;
  font-weight: 400;
}
#g_navi .menu li ul li a {
  background-image: none !important;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/* ナビ下線用 */
@media print, screen and (min-width: 768px) {
  .menu > li > a {
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  .menu > li > a::before,
  .menu > li > a::after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 0;
    height: 2px;
    transition: 0.6s;
    background: #ddba42;
  }
  .menu > li > a::before {
    left: 50%;
  }
  .menu > li > a::after {
    right: 50%;
  }
  .menu > li > a:hover::before,
  .menu > li > a:hover::after {
    width: 50%;
  }
}
@media screen and (max-width: 1500px) {
  #g_navi .menu > li {
    padding: 0 15px;
  }
}
/****************************************

メインビジュアル

*****************************************/
#slider {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
#slider .slides img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  #slider .slides img {
    min-height: 800px;
  }
}

.insta_bnr {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 13.54%;
}
.insta_bnr img {
  width: 100%;
  height: auto;
}

.top_slider_txt {
  position: absolute;
}
.top_slider_txt .top_slider_txt_sub {
  position: absolute;
  top: -120px;
  left: -160px;
}

#mv {
  position: relative;
  width: 100%;
  height: 550px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(images/mv.jpg) center top no-repeat;
  z-index: -1;
}

#mv.mv02 {
  background: url(images/mv02.jpg) center center no-repeat;
  background-size: cover;
}

#mv.mv03 {
  background: url(images/mv03.jpg) center center no-repeat;
  background-size: cover;
}

#mv.mv05 {
  background: url(images/mv05.jpg) center center no-repeat;
  background-size: cover;
}

#mv.mv04 {
  background: url(images/mv04.jpg) center center no-repeat;
  background-size: cover;
}

.mv_txt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 90px;
}
.mv_txt p {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  position: relative;
  color: #fff;
  font-size: 3.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.4), 0 0 40px rgba(51, 38, 38, 0.4);
}

@media screen and (max-width: 767px) {
  .insta_bnr {
    width: 26%;
    right: 20px;
    bottom: 20px;
  }
  #slider .slides img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/5;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top_slider_txt {
    padding-top: 30px;
  }
  .top_slider_txt img {
    width: 100%;
    height: auto;
  }
  .top_slider_txt .top_slider_txt_sub {
    position: absolute;
    top: -22%;
    left: -10px;
    transform: rotate(5deg);
  }
  .top_slider_txt .top_slider_txt_sub img {
    width: 60%;
    height: auto;
  }
  #mv {
    position: relative;
    padding-top: 0;
    height: auto;
    background-size: cover;
    aspect-ratio: 3/2;
  }
  .mv_txt {
    width: 80%;
    min-width: initial;
    padding-top: 10px;
  }
  .mv_txt p {
    font-size: 2.6rem;
    letter-spacing: 0.04em;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4), 0 0 40px rgba(51, 38, 38, 0.4);
  }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
  position: relative;
  width: 100%;
  margin: 0 auto 0;
}

main#page_main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 20px;
}

.inner_contents {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 80px;
}

main#single_main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0 0;
}

.single_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.single_tit {
  margin-bottom: 25px;
}

.breadcrumb_area {
  width: 100%;
  margin-bottom: 60px;
}
.breadcrumb_area .breadcrumb {
  max-width: 1200px;
  margin: 10px auto;
}
.breadcrumb_area .breadcrumb p {
  font-size: 1.4rem;
  color: #332626;
  text-align: right;
}
.breadcrumb_area .breadcrumb p a {
  position: relative;
  color: #332626;
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1.3;
  color: #332626;
}
.breadcrumb_area .breadcrumb p a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ddba42;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}
.breadcrumb_area .breadcrumb p a:hover {
  opacity: 1;
  text-decoration: none;
}
.breadcrumb_area .breadcrumb p a:hover::after {
  background: #ddba42;
  transform-origin: right top;
  transform: scale(0, 1);
}
.breadcrumb_area .breadcrumb p a {
  line-height: 1.8;
}
.breadcrumb_area .breadcrumb p a::before {
  position: absolute;
  content: "";
  left: -25px;
  top: 2px;
  width: 20px;
  height: 20px;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  main#top_main {
    margin: 0;
  }
  main#top_main::before {
    width: 100%;
    background-size: contain;
    top: 0;
  }
  main#page_main {
    padding: 0 14px 80px;
    background: none;
  }
  main#page_main::before {
    height: 150px;
  }
  main#single_main {
    padding: 0 10px 60px;
  }
  .breadcrumb_area {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .breadcrumb_area .breadcrumb p {
    font-size: 1.2rem;
  }
  .breadcrumb_area .breadcrumb p a {
    color: #332626;
  }
  .inner_contents,
  .inner_contents02 {
    padding: 0 15px;
  }
  .elementor-33 .elementor-element.elementor-element-835e6e6 > .elementor-widget-container {
    margin: 0;
  }
  .single_tit {
    font-size: 2.2rem !important;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  padding: 80px 4%;
}
.top_box01 .btn01 {
  margin-top: 40px;
}

.top_box02 {
  padding: 80px 0;
  background: url(images/paper_bg.jpg) no-repeat;
}
.top_box02 p {
  color: #fff;
}
.top_box02 .inner {
  position: relative;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.top_box02 .inner .btn02 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.top_box03 {
  position: relative;
  padding: 80px 4.2%;
}
.top_box03::after {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  position: absolute;
  content: "01";
  left: 2%;
  top: 0;
  font-size: 28rem;
  line-height: 1;
  color: rgba(91, 120, 63, 0.16);
}
.top_box03 .inner {
  width: 100%;
  max-width: 1450px;
  margin: 0 0 0 auto;
  align-items: center;
}
.top_box03 .btn01 a {
  margin: 40px auto 0 0;
}

.top_box04 {
  position: relative;
  background: url(images/top_box04.jpg) center top/cover no-repeat;
  padding: 80px 3%;
}
.top_box04::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 2;
}
.top_box04::after {
  position: absolute;
  content: "";
  top: auto;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 2;
}
.top_box04 .btn_box {
  gap: 15px;
  margin-top: 50px;
}

.top_works_slide {
  position: relative;
  width: 100%;
  max-width: 1700px;
  margin: 40px auto 0;
  padding: 0 60px;
}
.top_works_slide input {
  display: none;
}
.top_works_slide .slider-window {
  overflow: hidden;
  width: 100%;
  padding: 6px 0;
  margin: -6px 0;
}
.top_works_slide .slider-track {
  display: flex;
  width: 200%;
  transition: transform 0.5s ease;
}
.top_works_slide .slide-page {
  flex: 0 0 50%;
  display: flex;
  gap: 10px;
  padding: 0 10px;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.top_works_slide .slide-page li {
  flex: 1;
  min-width: 0;
  background: #fff;
  padding: 2px 2px 0;
  box-shadow: 0 0 6px rgba(51, 38, 38, 0.2);
}
.top_works_slide .slide-page li a {
  text-decoration: none;
}
.top_works_slide .slide-page li a:hover {
  opacity: 0.8;
}
.top_works_slide .slide-page li img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_works_slide .slide-page li h3 {
  padding: 18px 15px;
  color: #5b783f;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
.top_works_slide .arrow {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  background: #5b783f;
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  display: none;
}
.top_works_slide .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.top_works_slide .arrow.prev {
  left: -0.6%;
}
.top_works_slide .arrow.prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}
.top_works_slide .arrow.next {
  right: -0.6%;
}
.top_works_slide .arrow.next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

/* =====================
   スライド切替
===================== */
#slide1:checked ~ .slider-window .slider-track {
  transform: translateX(0%);
}

#slide2:checked ~ .slider-window .slider-track {
  transform: translateX(-50%);
}

/* =====================
   矢印表示
===================== */
#slide1:checked ~ .next1 {
  display: block;
}

#slide2:checked ~ .prev2 {
  display: block;
}

/* =====================
   SP
===================== */
@media screen and (max-width: 767px) {
  .top_works_slide {
    margin: 30px auto 0;
    padding: 0;
  }
  .top_works_slide .slider-window {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .top_works_slide .slider-track {
    width: -moz-max-content;
    width: max-content;
    transform: none !important;
  }
  .top_works_slide .slide-page {
    padding: 0 5px;
    width: -moz-max-content;
    width: max-content;
  }
  .top_works_slide .slide-page li {
    width: 40vw;
    scroll-snap-align: start;
  }
  .top_works_slide .slide-page li h3 {
    font-size: 1.4rem;
    padding: 12px;
  }
  .top_works_slide .slide-page li h3 h3 {
    padding: 6px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .top_works_slide .arrow {
    display: none !important;
  }
}
.top_box05 {
  position: relative;
  padding: 80px 4.2%;
}
.top_box05::after {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  position: absolute;
  content: "02";
  right: 2%;
  top: 0;
  font-size: 28rem;
  line-height: 1;
  color: rgba(91, 120, 63, 0.16);
}
.top_box05 .inner {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto 0 0;
  align-items: center;
}
.top_box05 .btn01 a {
  margin: 40px auto 0 0;
}

.top_box06 {
  position: relative;
  padding: 0 4.2% 80px;
}
.top_box06::after {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  position: absolute;
  content: "03";
  left: 2%;
  top: -60px;
  font-size: 28rem;
  line-height: 1;
  color: rgba(91, 120, 63, 0.16);
}
.top_box06 .inner {
  width: 100%;
  max-width: 1450px;
  margin: 0 0 0 auto;
  align-items: center;
}
.top_box06 .btn01 a {
  margin: 40px auto 0 0;
}

.top_box07 {
  padding: 80px 0;
  background: url(images/paper_bg.jpg) center top repeat-y;
}
.top_box07 li {
  width: 340px;
  padding: 25px 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  background: url(images/bnr01.svg) center top 54px no-repeat;
  background-size: 95px auto;
}
.top_box07 li:nth-child(2) {
  background: url(images/bnr02.svg) center top 57px no-repeat;
  background-size: 86px auto;
}
.top_box07 li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  background: url(images/bnr03.svg) center top 55px no-repeat;
  background-size: 94px auto;
}
.top_box07 a {
  display: block;
  text-decoration: none;
  padding: 120px 0 30px;
}
.top_box07 a:hover {
  background: rgba(255, 255, 255, 0.14);
}
.top_box07 p {
  font-family: "Lato", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.5;
}
.top_box07 p span {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  display: block;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 1600px) {
  .top_box03 .inner {
    justify-content: right;
    gap: 4%;
  }
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 40px 10px;
  }
  .top_box01 .btn01 {
    margin-top: 30px;
  }
  .top_box02 {
    padding: 0 10px 40px;
    background-size: cover;
  }
  .top_box02 .inner .btn02 {
    margin-top: 20px;
    position: static;
  }
  .top_box03,
  .top_box05,
  .top_box06 {
    padding: 40px 10px;
  }
  .top_box03 .inner,
  .top_box05 .inner,
  .top_box06 .inner {
    flex-direction: column-reverse;
  }
  .top_box03 figure,
  .top_box05 figure,
  .top_box06 figure {
    margin-bottom: 30px;
  }
  .top_box03::after,
  .top_box05::after,
  .top_box06::after {
    font-size: 12rem;
    font-weight: 500;
    left: auto;
    right: 10px;
    top: 25px;
    color: rgba(255, 255, 255, 0.4);
  }
  .top_box03 .btn01 a,
  .top_box05 .btn01 a,
  .top_box06 .btn01 a {
    margin: 30px auto 0;
  }
  .top_box04 {
    padding: 40px 10px;
  }
  .top_box04 .btn_box {
    margin-top: 40px;
    gap: 10px;
  }
  .top_box05::after {
    right: auto;
    left: 15px;
  }
  .top_box06 {
    padding: 0 10px 40px;
  }
  .top_box06::after {
    top: -20px;
    color: rgba(91, 120, 63, 0.1);
  }
  .top_box07 {
    padding: 40px 10px;
  }
  .top_box07 li {
    padding: 10px;
  }
  .top_box07 li a {
    padding: 60px 0 0;
  }
  .top_box07 li::after {
    padding: 25px 10px;
  }
  .top_box07 li {
    width: 33.333%;
    background-size: 60px auto !important;
  }
  .top_box07 li p {
    font-size: 1.5rem;
  }
  .top_box07 li p span {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .top_box07 li {
    background: url(images/bnr01.svg) center top 14px no-repeat;
    background-size: 95px auto;
  }
  .top_box07 li:nth-child(2) {
    background: url(images/bnr02.svg) center top 17px no-repeat;
    background-size: 86px auto;
  }
  .top_box07 li:last-child {
    background: url(images/bnr03.svg) center top 15px no-repeat;
    background-size: 94px auto;
  }
}
/****************************************

news トップ用

*****************************************/
@media print, screen and (min-width: 768px) {
  #top_news {
    width: 1020px;
  }
}
#top_news {
  margin: 0 auto;
  padding: 80px 0 0;
}
#top_news .tit_box {
  border-bottom: 3px solid #5b783f;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#top_news .btn a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  width: 110px;
  height: 35px;
  color: #fff;
  letter-spacing: 0.1em;
  background: #ddba42;
}
#top_news .btn a:hover {
  background: #5b783f;
}

.news_box {
  width: 100%;
  max-height: 220px;
  overflow-y: scroll;
}
.news_box li {
  padding: 20px 0;
  display: flex;
  justify-content: left;
  gap: 30px;
  border-bottom: 1px solid rgba(51, 38, 38, 0.2);
}
.news_box li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  z-index: 999;
  padding-bottom: 3px;
  color: #444;
}
.news_box li a::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ddba42;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
}
.news_box li a:hover::after {
  transform: scale(1, 1);
}
.news_box li a {
  font-size: 1.6rem;
  line-height: 1.6;
}
.news_box li a:hover {
  color: #ddba42;
}
.news_box time {
  font-family: "Lato", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  color: rgba(51, 38, 38, 0.5);
  font-weight: 600;
  font-size: 1.6rem;
}

@media screen and (max-width: 1700px) {
  #top_news {
    background-size: 180px auto, 180px auto, 300px auto, 200px auto;
  }
}
@media screen and (max-width: 767px) {
  #top_news {
    padding: 40px 12px 60px;
    background-size: 100px auto, 100px auto, 100px auto, 80px auto;
    background-position: left top, right top, left 10px bottom 20px, right 10px bottom 20px;
  }
  #top_news .btn a {
    width: 90px;
    height: 30px;
    font-size: 1.4rem;
  }
  #top_news::after {
    display: none;
  }
  #top_news .btn01 {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
  }
  #top_news .btn01 a {
    margin: 0 auto;
    letter-spacing: 0;
    font-size: 1.4rem;
  }
  #top_news .news_box {
    max-width: 100%;
    width: 100%;
  }
  #top_news .news_box li {
    padding: 10px 10px;
    display: block;
    text-align: left;
  }
  #top_news .news_box time {
    font-size: 1.5rem;
  }
  #top_news .news_box h3 a {
    font-size: 1.5rem;
  }
}
/****************************************

content下層用

*****************************************/
.aic {
  align-items: center;
}

/* フレックス設定 */
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_c {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flex_r {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.flex_s {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.flex_e {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.aic {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .img_auto {
    width: auto;
    margin: 0 auto;
  }
  .flex figure,
  .flex_r figure {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .img_box {
    gap: 12px 4%;
    flex-wrap: wrap;
  }
  .img_box li {
    width: 48%;
  }
  .img_box li:first-child {
    width: 100%;
  }
  .img_box li img {
    width: 100%;
    height: auto;
  }
}
/*コンセプト*/
.point_list li {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.point_list li:not(:last-child) {
  margin-bottom: 10px;
}
.point_list .point {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  aspect-ratio: 1/1;
  font-family: "Lato", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  color: #fff;
  background: #5b783f;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.08em;
}
.point_list .point span {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}
.point_list h3 {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
}

.concept_box {
  position: relative;
  background: rgba(91, 120, 63, 0.2);
  padding: 25px 40px 30px;
  z-index: -2;
}
.concept_box .num {
  position: absolute;
  font-family: "Lato", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 6rem;
  color: #fff;
  font-weight: 600;
  top: -10px;
  left: 0;
  line-height: 1;
  z-index: -1;
}
.concept_box h3 {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .point_list {
    margin-bottom: 30px;
  }
  .point_list li {
    gap: 10px;
  }
  .point_list h3 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .point_list .point {
    font-size: 1.2rem;
  }
  .point_list .point span {
    font-size: 2.4rem;
  }
  .sp100 {
    width: 100%;
    height: auto;
  }
  .concept_box {
    padding: 25px 20px 15px;
  }
  .concept_box h3 {
    font-size: 2rem;
    text-align: center;
  }
}
/*ご依頼までの流れ*/
.flow_box section {
  background: rgba(91, 120, 63, 0.2);
  padding: 25px 40px 30px;
}
.flow_box section:not(:last-child) {
  margin-bottom: 50px;
  position: relative;
}
.flow_box section:not(:last-child)::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 30px solid rgba(91, 120, 63, 0.2);
}
.flow_box section ul.info {
  gap: 25px;
  align-items: center;
  margin-top: 10px;
}
.flow_box section li.tel,
.flow_box section li.fax {
  font-family: "Lato", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
}
.flow_box section li.tel span,
.flow_box section li.fax span {
  font-size: 1.8rem;
  color: #5b783f;
}
.flow_box section li.mail a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 65px;
  text-decoration: none;
  background: #5b783f;
}
.flow_box section li.mail a:hover {
  background: #ddba42;
}
.flow_box section li.mail a span {
  padding: 0 0 5px 42px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #fff;
  background: url(images/icon_mail.svg) center left no-repeat;
  background-size: 28px 20px;
}

@media screen and (max-width: 767px) {
  .flow_box section {
    padding: 15px 20px 20px;
  }
  .flow_box section ul.info {
    justify-content: center;
    gap: 10px;
  }
  .flow_box section ul.info li {
    line-height: 1;
  }
}
/*よくあるご質問*/
.faq_box dl {
  background: rgba(91, 120, 63, 0.2);
  padding: 25px 30px 30px;
}
.faq_box dl:not(:last-child) {
  margin-bottom: 30px;
}
.faq_box dl dt,
.faq_box dl dd {
  position: relative;
  padding-left: 45px;
  line-height: 1.6;
}
.faq_box dl dt::after,
.faq_box dl dd::after {
  font-family: "Lato", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  position: absolute;
  content: "Q";
  font-size: 3rem;
  font-weight: 600;
  left: 0;
  top: 3px;
  width: 40px;
  color: #5b783f;
  line-height: 1;
  text-align: center;
}
.faq_box dl dt {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #583a01;
}
.faq_box dl dd {
  padding-top: 4px;
}
.faq_box dl dd::after {
  font-family: "Lato", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  content: "A";
  color: #db8a16;
}

@media screen and (max-width: 767px) {
  .faq_box dl {
    padding: 15px 20px 20px;
  }
  .faq_box dl:not(:last-child) {
    margin-bottom: 20px;
  }
  .faq_box dl dt {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .faq_box dl dt,
  .faq_box dl dd {
    padding-left: 35px;
  }
  .faq_box dl dt::after,
  .faq_box dl dd::after {
    font-size: 2.6rem;
    width: 30px;
  }
  .faq_box dl dt::after {
    top: 0;
  }
}
/*水回りリフォーム*/
.water_area_box01 {
  gap: 80px;
  margin-bottom: 30px;
}
.water_area_box01 li {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  padding: 0 45px;
  line-height: 1.4;
}
.water_area_box01 li::before, .water_area_box01 li::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 34px;
  background: url(images/top_headline_bf.svg) no-repeat;
  background-size: cover;
}
.water_area_box01 li::after {
  left: auto;
  right: 0;
  background: url(images/top_headline_af.svg) no-repeat;
  background-size: cover;
}

.water_area_box02 {
  background: #fdfbf7;
  padding: 20px 30px 30px;
  gap: 20px 30px;
}
.water_area_box02 li {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  width: calc(33.3333333333% - 20px);
  font-weight: 500;
  font-size: 2rem;
  padding-left: 40px;
  padding-bottom: 4px;
  border-bottom: 1px dashed #583a01;
  background: url(images/icon_check.svg) left top 5px no-repeat;
}

.water_area_box03, .furniture_box02,
.product_box01 {
  gap: 40px;
}
.water_area_box03 section, .furniture_box02 section,
.product_box01 section {
  width: calc(50% - 20px);
  background: #fff;
  box-shadow: 4px 4px 8px rgba(51, 38, 38, 0.08);
}
.water_area_box03 section h2, .furniture_box02 section h2,
.product_box01 section h2 {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 5px;
  color: #5b783f;
  text-align: center;
}
.water_area_box03 section img, .furniture_box02 section img,
.product_box01 section img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 29/19;
}
.water_area_box03 section div, .furniture_box02 section div,
.product_box01 section div {
  padding: 20px 30px 30px;
}

@media screen and (max-width: 767px) {
  .water_area_box01 {
    gap: 20px;
  }
  .water_area_box02 {
    padding: 10px 20px 20px;
    gap: 10px;
  }
  .water_area_box02 li {
    font-size: 1.6rem;
    width: 100%;
    background-size: 20px;
    padding-left: 30px;
  }
  .water_area_box03 section, .furniture_box02 section,
  .product_box01 section {
    width: 100%;
  }
  .water_area_box03 section div, .furniture_box02 section div,
  .product_box01 section div {
    padding: 10px 20px 20px;
  }
  .water_area_box03 section div h2, .furniture_box02 section div h2,
  .product_box01 section div h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
/*注文家具*/
.furniture_box01 {
  gap: 30px 0;
}
.furniture_box01 li {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  width: calc(33.3333333333% - 20px);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 15px 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px double #5b783f;
}

.furniture_box02,
.product_box01 {
  gap: 30px;
  margin-top: 30px;
}
.furniture_box02 section,
.product_box01 section {
  width: calc(33.3333333333% - 20px);
}
.furniture_box02 section h3,
.product_box01 section h3 {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 5px;
  color: #5b783f;
  text-align: center;
}

.product_box01 section h3 {
  margin-bottom: 0;
}
.product_box01 section div {
  padding: 15px 20px 20px;
}
.product_box01 section img {
  aspect-ratio: 4/3;
}

@media screen and (max-width: 767px) {
  .furniture_box01 {
    gap: 15px;
  }
  .furniture_box01 li {
    width: 100%;
    padding: 10px;
    font-size: 1.7rem;
  }
  .furniture_box02 section {
    width: 100%;
  }
}
/*販売について*/
@media print, screen and (min-width: 768px) {
  .product_box02 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.product_box02 {
  border-top: 1px solid #5b783f;
  border-left: 1px solid #5b783f;
}
.product_box02 li {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #5b783f;
  border-bottom: 1px solid #5b783f;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .product_box01 {
    gap: 10px 3%;
  }
  .product_box01 section {
    width: 48.5%;
  }
  .product_box01 section div {
    padding: 10px 10px 10px;
  }
  .product_box01 section div h3 {
    font-size: 1.8rem;
  }
  .product_box02 li {
    padding: 10px;
    width: 100%;
    font-size: 1.6rem;
    justify-content: left;
  }
}
/*キッチン*/
.kitchen_box,
.washroom_box,
.toilet_box {
  gap: 40px 30px;
}
.kitchen_box article,
.washroom_box article,
.toilet_box article {
  width: calc(33.3333333333% - 20px);
}
.kitchen_box article .inner,
.washroom_box article .inner,
.toilet_box article .inner {
  background: #fff;
  box-shadow: 4px 4px 8px rgba(51, 38, 38, 0.08);
}
.kitchen_box article .inner h2,
.washroom_box article .inner h2,
.toilet_box article .inner h2 {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #5b783f;
  text-align: center;
}
.kitchen_box article .inner img,
.washroom_box article .inner img,
.toilet_box article .inner img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.kitchen_box article .inner .txt,
.washroom_box article .inner .txt,
.toilet_box article .inner .txt {
  margin-bottom: 25px;
  padding: 15px 20px 20px;
}

@media screen and (max-width: 767px) {
  .kitchen_box,
  .washroom_box,
  .toilet_box {
    gap: 20px 3%;
  }
  .kitchen_box article,
  .washroom_box article,
  .toilet_box article {
    width: 48.5%;
  }
  .kitchen_box article .inner h2,
  .washroom_box article .inner h2,
  .toilet_box article .inner h2 {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .kitchen_box article .inner .txt,
  .washroom_box article .inner .txt,
  .toilet_box article .inner .txt {
    padding: 10px 10px 10px;
    min-height: 68px;
    margin-bottom: 10px;
  }
  .kitchen_box .btn01 a,
  .washroom_box .btn01 a,
  .toilet_box .btn01 a {
    width: 100%;
    height: 45px;
  }
}
/*お知らせ*/
.page_news_box article h2 {
  margin-bottom: 20px !important;
}
.page_news_box article:not(:last-child) {
  margin-bottom: 50px;
}
.page_news_box article .btn01 a {
  margin: 20px 0 0 auto;
}
.page_news_box article time {
  font-weight: 500;
  color: rgba(51, 38, 38, 0.6);
}

/*会社概要*/
.overview_box {
  width: 100%;
}
.overview_box dl {
  display: flex;
  border: 1px solid #5b783f;
  border-top: none;
}
.overview_box dl:first-child {
  border-top: 1px solid #5b783f;
}
.overview_box dt {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  width: 30%;
  padding: 20px 40px;
  background: #f6fdf0;
  border-right: 1px solid #5b783f;
}
.overview_box dd {
  width: 70%;
  padding: 20px 40px;
}

@media screen and (max-width: 767px) {
  .overview_box dl {
    flex-direction: column;
  }
  .overview_box dt {
    width: 100%;
    padding: 10px 20px;
    border-right: none;
    font-size: 1.6rem;
  }
  .overview_box dd {
    width: 100%;
    padding: 10px 20px;
  }
}
/*お問い合わせ*/
@media print, screen and (min-width: 768px) {
  .contact_box {
    text-align: center;
  }
}
.contact_box {
  margin-bottom: 50px;
}
.contact_box p.tel {
  font-family: "Lato", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #332626;
  padding-right: 30px;
  margin: 15px auto 5px;
}
.contact_box p.tel span {
  padding: 0 0 3px 30px;
  background: url(images/icon_tel.svg) left center no-repeat;
  background-size: 22px 24px;
}

.policy_box {
  margin-bottom: 100px;
  background: #f6fdf0;
  padding: 20px 20px 25px;
  text-align: center;
}
.policy_box dt {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}

/*ブログ*/
.blog_box article {
  display: flex;
  justify-content: space-between;
}
.blog_box article:not(:last-child) {
  margin-bottom: 40px;
}
.blog_box figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}
.blog_box .btn03 a {
  margin: 40px 0 0 auto;
}

/*お問い合わせ・エントリー*/
@media screen and (max-width: 767px) {
  .contact_box p.tel {
    text-align: center;
  }
  .features_box dl,
  .denture_box dl,
  .periodontal_box dl {
    width: 100%;
  }
  .features_box dl:nth-child(2),
  .denture_box dl:nth-child(2),
  .periodontal_box dl:nth-child(2) {
    margin-top: 20px;
  }
  img.tel {
    width: auto;
    height: 26px;
  }
  .policy_box {
    padding: 15px 20px 20px;
  }
  .policy_box dd {
    text-align: left;
  }
  .topic_box article {
    padding: 30px 15px;
    border-bottom: 1px solid #ccc;
  }
  .topic_box figure {
    margin-bottom: 10px;
  }
  .topic_box .btn01 {
    position: relative;
    text-align: center;
    margin-top: 20px;
  }
  .topic_box .btn01 a {
    width: 300px;
    font-size: 1.6rem;
    height: 60px;
  }
  .topic_box h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .topic_box .data {
    font-size: 1.5rem;
  }
}
/****************************************

single.php
mt10
*****************************************/
.single_box h1 {
  margin-bottom: 20px !important;
}
.single_box time {
  display: block;
  margin-bottom: 15px;
  color: #999;
}
.single_box img {
  max-width: 1020px;
  width: auto;
  height: auto;
  margin: 15px 15px 15px 0;
}
.single_box img:last-child {
  margin: 15px 0 15px 0;
}
.single_box a {
  color: #5b783f;
}

@media screen and (max-width: 767px) {
  .single_box h1 {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 15px;
  }
  .single_box .date {
    font-size: 1.4rem;
  }
  .single_box img {
    max-width: 100%;
    margin: 10px 0;
  }
}
/* =================================
投稿ナビ
================================= */
.post_nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
  border: 1px solid #5b783f;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.02);
}

/* 各ブロック */
.post_nav_item {
  position: relative;
  min-height: 70px;
  transition: background 0.3s ease;
}

/* 区切り線 */
.post_nav_item:not(:last-child) {
  border-right: 1px solid #5b783f;
}

/* リンク */
.post_nav_item a,
.post_nav_item.archive {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #5b783f;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: color 0.3s ease, background 0.3s ease;
}

/* アイコン */
.post_nav_item .icon {
  font-size: 3rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.post_nav_item.prev .icon,
.post_nav_item.next .icon {
  font-size: 1.7rem;
}

/* hover */
.post_nav_item a:hover {
  background: #5b783f;
}

.post_nav_item:hover a,
.post_nav_item.archive:hover {
  color: #fff;
  background: #5b783f;
}

/* フォーカス */
.post_nav_item a:focus-visible,
.post_nav_item.archive:focus-visible {
  outline: 3px solid #333;
  outline-offset: -3px;
}

/* =================================
pager
================================= */
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 80px;
}

/* 共通 */
.pager .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 58px;
  padding: 0 20px;
  border: 1px solid #5b783f;
  background: #fff;
  color: #5b783f;
  font-size: 1.7rem;
  font-weight: 400;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

/* hover */
.pager a.page-numbers:hover {
  background: #5b783f;
  color: #fff;
}

/* current */
.pager .page-numbers.current {
  background: #5b783f;
  color: #fff;
  pointer-events: none;
}

/* 次へ・前へ */
.pager .next,
.pager .prev {
  padding: 0 28px;
  letter-spacing: 0.05em;
}

/* focus */
.pager a.page-numbers:focus-visible {
  outline: 3px solid #333;
  outline-offset: 2px;
}

@media screen and (max-width: 767px) {
  .post_nav_item {
    min-height: 0 !important;
  }
  .post_nav_item a {
    min-height: 50px;
    width: 100%;
    display: block;
  }
  .post_nav_item.archive {
    text-align: center;
  }
  .post_nav_item.archive .icon {
    display: none;
  }
  .post_nav {
    display: flex;
  }
}
/* ================================
SP
================================ */
@media screen and (max-width: 768px) {
  .pager {
    gap: 8px;
    margin-top: 50px;
  }
  .pager .page-numbers {
    min-width: 46px;
    height: 46px;
    padding: 0 14px;
    font-size: 1.5rem;
  }
  .pager .next,
  .pager .prev {
    padding: 0 18px;
  }
}
/* ================================
SP
================================ */
@media screen and (max-width: 768px) {
  .post_nav {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
  .post_nav_item {
    min-height: 80px;
  }
  .post_nav_item a,
  .post_nav_item.archive {
    padding: 18px 15px;
    font-size: 1.6rem;
    gap: 10px;
  }
  .post_nav_item .icon {
    font-size: 2.2rem;
  }
}
/****************************************

aside

*****************************************/
aside .bnr_box {
  gap: 30px;
  margin: 80px auto;
}

.contact_area {
  align-items: center;
  padding: 65px 0;
  background: url(images/aside.jpg) center top/cover no-repeat;
}
.contact_area .area {
  padding: 10px 0 10px 4%;
  margin-left: 3.6%;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.contact_area p {
  color: #fff;
}
.contact_area .btn_box {
  margin-top: 25px;
  gap: 30px;
}
.contact_area .btn_box li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 65px;
  text-decoration: none;
  background: #fff;
}
.contact_area .btn_box .tel span {
  font-family: "Lato", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  padding: 0 0 5px 32px;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  background: url(images/icon_tel.svg) center left no-repeat;
  background-size: 22px 24px;
}
.contact_area .btn_box .mail a {
  background: #5b783f;
}
.contact_area .btn_box .mail a:hover {
  background: #ddba42;
}
.contact_area .btn_box .mail span {
  padding: 0 0 5px 42px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #fff;
  background: url(images/icon_mail.svg) center left no-repeat;
  background-size: 28px 20px;
}

@media screen and (max-width: 767px) {
  .contact_area {
    padding: 40px 10px;
  }
  .contact_area .area {
    margin-left: 0;
    padding: 5px 0 0;
    border-left: none;
  }
  .contact_area .btn_box {
    justify-content: center;
    gap: 15px;
  }
  aside p {
    font-size: 1.5rem;
  }
  aside .bnr_box {
    margin: 0 auto 40px;
    gap: 10px;
  }
  aside .bnr_box li a {
    width: 300px;
    height: 70px;
  }
  aside .bnr_box .tel span {
    font-size: 2.6rem;
    background-size: 20px auto;
    padding-left: 30px;
  }
  aside .bnr_box .insta span {
    font-size: 2rem;
    background-size: 26px auto;
    padding-left: 40px;
  }
}
/****************************************

テーブル

*****************************************/
.table_wrap {
  overflow: hidden;
  position: relative;
}

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

テーブル

*****************************************/
footer .f_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

footer .f_link li {
  width: 48%;
  margin-bottom: 10px;
  padding: 0 10px 10px;
  border-bottom: 1px solid #aaa;
  font-size: 14px;
  text-align: center;
}

footer .f_link li a {
  text-decoration: none;
}

footer .f_link li a:active,
footer .f_link li a:hover,
footer .f_link li a:link,
footer .f_link li a:visited {
  color: #333;
  font-weight: normal;
  text-decoration: none;
}

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

ボタン

*****************************************/
.btn01 a {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: 0.3s;
  background: #5b783f url(images/arrow.svg) center right 15px no-repeat;
  background-size: 6px auto;
}
.btn01 a:hover {
  background: #ddba42 url(images/arrow.svg) center right 20px no-repeat;
  background-size: 6px auto;
}

.btn02 a {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: 0.3s;
  background: #5b783f url(images/arrow.svg) center right 15px no-repeat;
  background-size: 6px auto;
}
.btn02 a:hover {
  background: #ddba42 url(images/arrow.svg) center right 20px no-repeat;
  background-size: 6px auto;
}
.btn02 a {
  width: 340px;
  height: 80px;
  color: #332627;
  background: #fff url(images/arrow02.svg) center right 15px no-repeat;
  background-size: 8px auto;
  font-size: 2rem;
  box-shadow: 0 0 8px rgba(44, 57, 30, 0.6);
}
.btn02 a:hover {
  background: #ddba42 url(images/arrow02.svg) center right 20px no-repeat;
  background-size: 8px auto;
}

.btn03 a {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: 0.3s;
  background: #5b783f url(images/arrow.svg) center right 15px no-repeat;
  background-size: 6px auto;
}
.btn03 a:hover {
  background: #ddba42 url(images/arrow.svg) center right 20px no-repeat;
  background-size: 6px auto;
}
.btn03 {
  text-align: right;
}
.btn03 a {
  height: 70px;
  width: 290px;
}

@media screen and (max-width: 767px) {
  .btn01 {
    text-align: center;
    margin: 0 auto;
  }
  .btn01 a {
    width: 220px;
    font-size: 1.4rem;
    height: 55px;
    line-height: 1.3;
    letter-spacing: 0.01em;
  }
  .btn02 a {
    max-width: 100%;
    height: 60px;
    font-size: 1.7rem;
  }
  .btn05 {
    margin: 0 auto;
  }
  .btn05 a {
    min-width: 345px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .movie_btn li {
    width: 100%;
  }
  .movie_btn li a {
    height: 120px;
    font-size: 2rem;
  }
  .movie_btn li:not(:last-child) {
    margin-bottom: 10px;
  }
}
/****************************************

テキスト設定

*****************************************/
.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

.lato {
  font-family: "Lato", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
}

.marker, .marker02 {
  display: inline-block;
  color: #5b783f;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding: 0 5px;
  margin-bottom: 15px;
  background: linear-gradient(transparent 50%, #e1f0f7 50%);
}

.marker02 {
  font-size: 2.1rem;
}

.linkbd {
  position: relative;
  display: inline-block;
  text-decoration: none;
  z-index: 999;
  padding-bottom: 3px;
  color: #444;
}
.linkbd::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #5b783f;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
}
.linkbd:hover::after {
  transform: scale(1, 1);
}

.linkbd02 {
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1.3;
  color: #332626;
}
.linkbd02::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #5b783f;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}
.linkbd02:hover {
  opacity: 1;
  text-decoration: none;
}
.linkbd02:hover::after {
  background: #5b783f;
  transform-origin: right top;
  transform: scale(0, 1);
}
.linkbd02 {
  padding-bottom: 5px;
}
.linkbd02:hover {
  opacity: 0.8;
}

.txt_area {
  background: #f3f9fc;
  padding: 30px;
}

.txt570 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt570 {
    max-width: 570px;
  }
}

.txt640 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt640 {
    max-width: 640px;
  }
}

.txt720 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt720 {
    max-width: 720px;
  }
}

.txt730 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt730 {
    max-width: 730px;
  }
}

.txt740 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt740 {
    max-width: 740px;
  }
}

.txt760 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt760 {
    max-width: 760px;
  }
}

.txt860 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt860 {
    max-width: 860px;
  }
}

.txt950 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt950 {
    max-width: 950px;
  }
}
.txt950 h2 {
  text-align: left;
  font-size: 2.4rem;
}

.frame_box {
  border: 1px solid #ddba42;
  padding: 10px;
  background: #fff;
}
.frame_box .inner {
  background: rgba(80, 167, 209, 0.14);
  padding: 30px;
}
.frame_box p {
  letter-spacing: 0.06em;
  line-height: 1.7;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt80 {
  margin-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb100 {
  padding-bottom: 100px;
}

.circle_li li {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 1.8;
}
.circle_li li::before {
  position: absolute;
  content: "";
  left: 5px;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background: #332626;
}

.li_circle02 li {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 1.8;
}
.li_circle02 li::before {
  position: absolute;
  content: "○";
  left: 0;
  top: 0;
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: 10px;
  color: #ddba42;
}

.li_star, .li_star02 {
  display: flex;
  gap: 15px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .li_star, .li_star02 {
    gap: 0 15px;
    flex-wrap: wrap;
  }
}
.li_star li, .li_star02 li {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 1.8;
  display: inline-block;
}
.li_star li::before, .li_star02 li::before {
  position: absolute;
  content: "★";
  left: 0;
  top: 0;
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: 10px;
  color: #ddba42;
}

.li_star02 {
  justify-content: start;
}

.li_check {
  gap: 30px;
}
.li_check li {
  position: relative;
  padding: 5px 0 5px 35px;
  background: url(images/icon_check.png) center left no-repeat;
}

.li_btn {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .txt_right {
    text-align: right;
  }
}
.space20 {
  margin-left: 20px;
}

@media print, screen and (max-width: 1600px) {
  .txt640 {
    width: 100%;
  }
}
@media print, screen and (max-width: 1600px) and (min-width: 768px) {
  .txt640 {
    max-width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .balloon {
    text-align: center;
    line-height: 1.6;
    padding: 0 30px 5px;
    font-size: 1.7rem;
  }
  .balloon::before, .balloon::after {
    bottom: 0;
    top: auto;
  }
  .frame_box .inner {
    padding: 20px;
  }
  .txt_area {
    padding: 20px;
  }
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .mt30 {
    margin-top: 20px;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mb70 {
    margin-bottom: 50px !important;
  }
  .pb80 {
    padding-bottom: 40px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb25 {
    margin-bottom: 25px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  .mb40 {
    margin-bottom: 30px !important;
  }
  .mb45,
  .mb50 {
    margin-bottom: 40px !important;
  }
  .mb60 {
    margin-bottom: 40px !important;
  }
  .mb80,
  .mb90,
  .mb100,
  .sp80 {
    margin-bottom: 20px !important;
  }
  .mt35 {
    margin: 25px auto 0 !important;
  }
  .mt40 {
    margin-top: 30px !important;
  }
  .pb100 {
    padding-bottom: 60px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
  .txt_center {
    text-align: left;
  }
  .frame_li {
    gap: 5px;
  }
  .frame_li li {
    font-size: 1.3rem;
    max-width: 48.6%;
    margin-bottom: 4px !important;
    padding: 12px 10px;
    justify-content: left;
    text-align: left;
  }
  .num_li dl {
    padding-left: 0;
  }
  .num_li dl::before {
    width: 46px;
    height: 46px;
    top: -5px;
  }
  .num_li dl::after {
    left: 10px;
    top: 0;
    font-size: 2.6rem;
  }
  .num_li dt {
    font-size: 2.2rem;
    padding-left: 60px;
  }
  .num_li dd::after {
    font-size: 2.6rem;
    top: -1px;
    left: 10px;
  }
  .li_check {
    gap: 20px;
  }
  .li_check li {
    padding-left: 30px;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    background-size: 20px;
  }
  .li_circle li {
    font-size: 1.5rem;
  }
}
/****************************************

P

*****************************************/
/*block要素*/
.break {
  display: block;
}

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

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .line_break {
    padding-top: 10px;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* 強調 */
.bold {
  font-weight: 600;
}

.big {
  font-size: 2rem;
}

.red {
  color: #ff0000;
}

.green {
  color: #5b783f;
}

.yellow {
  color: #ddba42;
}

.font24 {
  font-size: 2.4rem;
}

.font30 {
  font-size: 3rem;
}

.font34 {
  font-size: 3.4rem;
}

.font36 {
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .big {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .font30 {
    font-size: 2.4rem;
  }
  .font32 {
    font-size: 2.6rem;
  }
  .font34 {
    font-size: 2.8rem;
  }
}
/* 位置 */
@media print, screen and (min-width: 768px) {
  .align_center {
    text-align: center;
  }
}
/****************************************

画像

*****************************************/
.img300 {
  width: 100%;
  max-width: 300px;
}

.img380 {
  width: 100%;
  max-width: 380px;
}

.img400 {
  width: 100%;
  max-width: 400px;
}

.img440 {
  width: 100%;
  max-width: 440px;
}

.img580 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .img580 {
    max-width: 580px;
  }
}

.img760 img {
  width: 100%;
  height: auto;
  aspect-ratio: 19/12;
}
.img760 {
  position: relative;
}
.img760::after {
  position: absolute;
  content: "";
  right: -20px;
  bottom: -20px;
  width: 260px;
  height: 260px;
  background: rgba(91, 120, 63, 0.46);
  z-index: -1;
}

.img760_l img {
  width: 100%;
  height: auto;
  aspect-ratio: 19/12;
}
.img760_l {
  position: relative;
}
.img760_l::after {
  position: absolute;
  content: "";
  left: -20px;
  bottom: -20px;
  width: 260px;
  height: 260px;
  background: rgba(91, 120, 63, 0.46);
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .img760_l {
    max-width: 760px;
  }
}

.object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media print, screen and (max-width: 1600px) {
  .img760 {
    width: 50%;
  }
  .img760 img {
    min-height: 460px;
  }
  .img760_l {
    width: 50%;
  }
  .img760_l img {
    min-height: 460px;
  }
}
@media screen and (max-width: 767px) {
  .img440,
  .img400 {
    margin-bottom: 10px;
  }
  .img440 img,
  .img400 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 3/2;
    height: auto;
  }
  .img580 img {
    width: 100%;
    height: auto;
  }
  .img760,
  .img760_l {
    width: 100%;
  }
  .img760::after,
  .img760_l::after {
    right: -10px;
    bottom: -10px;
    width: 200px;
    height: 200px;
  }
  .img760 img,
  .img760_l img {
    min-height: initial;
    aspect-ratio: 4/3;
  }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*エレメンター*/
@media print, screen and (min-width: 768px) {
  .elementor-heading-title {
    line-height: 1.6 !important;
    font-weight: 600 !important;
  }
  .flex .elementor-container {
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sp100 img {
    width: 100%;
    height: auto;
  }
}
/****************************************

トップページタイトル

*****************************************/
.top_headline {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  margin-bottom: 40px;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.top_headline .green {
  font-family: "Lato", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 3.8rem;
  font-weight: 800;
  margin-right: 6px;
}
.top_headline .main {
  display: block;
}
.top_headline .sub {
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  padding: 0 40px;
}
.top_headline .sub::before, .top_headline .sub::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 24px;
  background: url(images/top_headline_bf.svg) no-repeat;
  background-size: cover;
}
.top_headline .sub::after {
  left: auto;
  right: 0;
  background: url(images/top_headline_af.svg) no-repeat;
  background-size: cover;
}

.top_subhead02 {
  position: relative;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 3.4rem;
  letter-spacing: 0.016em;
  margin-bottom: 25px;
  line-height: 1.5;
  color: #fff;
}
.top_subhead02 .sub {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Lato", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 11rem;
  color: rgba(255, 255, 255, 0.06);
  letter-spacing: 0.08em;
  white-space: nowrap;
  line-height: 1.2;
}
.top_subhead02 .sub span {
  font-size: 13rem;
}

.top_subhead00 {
  font-family: "Lato", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 3.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin-bottom: 35px;
}
.top_subhead00 span {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #5b783f;
  display: block;
  letter-spacing: 0.08em;
}

.top_subhead01 {
  font-family: "Lato", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  width: 220px;
  background: rgba(91, 120, 63, 0.9);
  color: #fff;
}
.top_subhead01 span {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 2.2rem;
  color: #5b783f;
  font-weight: 700;
  display: block;
  letter-spacing: 0.08em;
}

.top_subhead03 {
  position: relative;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.top_subhead03::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #524749;
}
.top_subhead03 span {
  font-family: "Lato", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  display: block;
  color: #5b783f;
  font-size: 2rem;
  font-weight: 800;
}

.aside_tit {
  font-family: "Lato", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  color: #fff;
  font-size: 4.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.65);
  text-align: center;
  line-height: 1.6;
}
.aside_tit span {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.7);
}

.top_subhead04 {
  font-family: "Lato", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 3.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.top_subhead04 span {
  position: relative;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  margin-left: 14px;
  padding-left: 44px;
  font-size: 1.8rem;
  font-weight: 600;
}
.top_subhead04 span::after {
  position: absolute;
  content: "／";
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(51, 38, 38, 0.8);
}

@media screen and (max-width: 767px) {
  .top_headline {
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  .top_headline .sub {
    font-size: 1.6rem;
    display: inline-block;
  }
  .top_headline .main {
    line-height: 1.3;
  }
  .top_headline .green {
    display: block;
    font-size: 3.2rem;
  }
  .top_subhead02 {
    font-size: 2.3rem;
    font-weight: 500;
    padding-top: 60px;
    margin-bottom: 15px;
  }
  .top_subhead02 .sub {
    line-height: 1;
    white-space: wrap;
    font-size: 8rem;
    font-weight: 600;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .top_subhead02 .sub span {
    font-size: 10rem;
  }
  .top_subhead00 {
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .top_subhead00 span {
    margin-top: 5px;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
  }
  .top_subhead03 {
    font-size: 2.8rem;
    line-height: 1.4;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .top_subhead03 span {
    font-size: 1.5rem;
  }
  .aside_tit {
    font-size: 3.6rem;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .aside_tit span {
    font-size: 1.7rem;
  }
  .top_subhead04 {
    font-size: 3.2rem;
  }
  .top_subhead04 span {
    font-size: 1.7rem;
    letter-spacing: 0.04em;
    margin-left: 10px;
    padding-left: 30px;
  }
  .top_subhead04 span::after {
    font-size: 2.4rem;
  }
}
/****************************************

下層ページタイトル

*****************************************/
.headline {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.headline span {
  font-family: "Lato", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  display: block;
  color: #5b783f;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.subhead01 {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  position: relative;
  font-size: 2.4rem;
  padding-bottom: 15px;
  margin-bottom: 25px;
  color: #5b783f;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}
.subhead01 span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #332626;
}
.subhead01::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #583a01;
}

.subhead02 {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #5b783f;
  margin-bottom: 25px;
  padding: 0 0 10px 25px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  border-bottom: 1px solid #583a01;
  background: url(images/subhead02.svg) left top 6px no-repeat;
}

.subhead03 {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 1px solid #583a01;
  line-height: 1.5;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
.subhead03 .num {
  font-family: "Lato", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #5b783f;
  margin-right: 15px;
}
.subhead03 .num span {
  font-size: 2.8rem;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.6rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .headline span {
    font-size: 1.6rem;
  }
  .subhead01 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .subhead01 span {
    font-size: 1.6rem;
  }
  .subhead02 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 15px;
    padding: 6px 0 15px 25px;
  }
  .subhead03 {
    font-size: 2rem;
    padding: 5px 0;
    line-height: 1.4;
  }
  .subhead03 span {
    font-size: 4rem;
    left: 20px;
  }
  .subhead04 {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
  .subhead06 {
    font-size: 2.4rem;
    line-height: 1.5;
    background-size: contain;
  }
  .subhead06 span {
    font-size: 3rem;
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  footer {
    padding: 0 0 60px !important;
    text-align: center;
    background-size: cover;
  }
  small {
    display: block;
    font-size: 1.3rem;
    text-align: center;
  }
  #pc_footer {
    display: none;
  }
  .f_logo {
    margin-top: 20px;
  }
  .f_logo img {
    width: 280px;
    height: auto;
  }
  .foot_map {
    width: 100%;
  }
  #sp_footer {
    position: relative;
    z-index: 999999;
  }
  #sp_footer .sp_bnr {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 9999999;
  }
  #sp_footer .sp_bnr .sp_bnr_parts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 75%;
    background: #5b783f;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #sp_footer .sp_bnr .sp_bnr_parts img.tel {
    width: 18px;
    margin: 3px 0 4px;
  }
  #sp_footer .sp_bnr .sp_bnr_parts img.map {
    height: 24px;
    margin: 5px 0 6px;
  }
  #sp_footer .sp_bnr .sp_bnr_parts img.insta {
    height: 20px;
    margin: 5px 0;
  }
  #sp_footer .sp_bnr .sp_bnr_parts img.page_top {
    width: 28px;
    margin: 3px 0 4px;
  }
  #sp_footer .sp_bnr .sp_bnr_parts p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.06em;
  }
  #sp_footer .sp_bnr .sp_tel {
    flex-direction: row;
  }
  #sp_footer .sp_bnr .sp_tel img {
    margin-bottom: 0;
  }
  #sp_footer .sp_bnr .sp_tel p {
    font-size: 2.8rem;
    line-height: 1;
  }
  #sp_footer .sp_bnr .sp_pagetop {
    width: 25%;
  }
  #sp_footer .foot_info {
    width: calc(100% - 20px);
    margin: 0 auto 40px;
    text-align: left;
    padding: 20px;
    background: #fff;
  }
  #sp_footer .foot_info p {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5px !important;
    padding-bottom: 5px;
  }
  #sp_footer .foot_info p.tel {
    display: inline-block;
    text-align: right;
    margin-bottom: 5px;
    padding: 5px 0 0 32px;
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1;
    background: url(images/icon_tel.png) left top 8px no-repeat;
  }
  #sp_footer .sp_footer_box {
    color: #332626;
    padding: 40px 0 0;
  }
  #sp_footer .sp_footer_box .foot_info {
    max-width: initial;
    background: none;
    padding: 0;
  }
  #sp_footer .sp_footer_box .f_logo {
    margin: 0 0 15px;
    padding: 0 10px;
    text-align: left;
  }
  #sp_footer .sp_footer_box p {
    line-height: 1.6;
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  #sp_footer .sp_footer_box .map_box {
    height: 300px;
  }
  #sp_footer .sp_footer_box .map_box iframe {
    height: 100%;
  }
  .f_tel {
    margin: 15px 0 5px;
  }
  .sp_copyright {
    font-size: 1.4rem;
    padding: 15px;
    color: #fff;
    background: #ddba42;
  }
  /* ----sp サイトマップ---- */
  .sp_footer_link {
    width: 100%;
    text-align: left;
    background: url(images/line.png) left top repeat-x;
  }
  .sp_footer_link .menu .menu-item {
    width: 100%;
    cursor: pointer;
    color: #333;
    font-size: 1.5rem;
    font-weight: 500;
    box-sizing: border-box;
    background: url(images/line.png) left bottom repeat-x;
  }
  .menu-item-type-post_type {
    background: none;
  }
  .sp_footer_link .menu-item span {
    display: block;
    color: #333;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .sp_footer_link .menu-item a {
    display: block;
    padding: 10px 14px;
    font-weight: 500;
  }
  .sp_footer_link .menu-item a:active,
  .sp_footer_link .menu-item a:hover,
  .sp_footer_link .menu-item a:link,
  .sp_footer_link .menu-item a:visited {
    color: #333;
    text-decoration: none;
  }
  .sp_footer_link .sub-menu {
    width: 100%;
    margin-bottom: 0;
    display: none;
    background: url(images/line.png) left bottom repeat-x, url(images/washi.jpg) left top no-repeat;
    padding: 10px;
  }
  .sp_footer_link .sub-menu li {
    position: relative;
    width: 100%;
    border-bottom: none !important;
    background: none !important;
  }
  .sp_footer_link .sub-menu li::before {
    position: absolute;
    content: "";
    top: 37%;
    left: 10px;
    background: #5b783f;
    width: 6px;
    height: 8.6602540378px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    z-index: 1;
  }
  .sp_footer_link .sub-menu li a {
    display: block;
    padding: 2px 10px 2px 25px;
    border-radius: 6px;
    color: #333;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .sp_footer_link .sub-menu li a:active,
  .sp_footer_link .sub-menu li a:hover,
  .sp_footer_link .sub-menu li a:link,
  .sp_footer_link .sub-menu li a:visited {
    position: relative;
    color: #333;
  }
  .sp_footer_link .menu-item-has-children {
    position: relative;
    background: url(images/line.png) left bottom repeat-x;
  }
  .sp_footer_link .menu-item-has-children:before,
  .sp_footer_link .menu-item-has-children:after {
    position: absolute;
    content: "";
    background: #5b783f;
    transition: 0.2s ease-in-out;
  }
  .sp_footer_link .menu-item-has-children:before {
    top: 15px;
    right: 24px;
    width: 2px;
    height: 18px;
  }
  .sp_footer_link .menu-item-has-children:after {
    top: 23px;
    right: 16px;
    width: 18px;
    height: 2px;
  }
  .sp_footer_link .menu-item-has-children.menu_open:before {
    transform: rotate(-90deg);
    transition: 0.2s ease-in-out;
  }
}
/****************************************

pc_footer

*****************************************/
.foot_info {
  max-width: 500px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.14);
}
.foot_info dl {
  display: flex;
  gap: 15px;
}
.foot_info dl:not(:last-child) {
  margin-bottom: 10px;
}
.foot_info dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #5b783f;
  background: rgba(255, 255, 255, 0.6);
}
.foot_info dd {
  width: 78%;
  font-size: 1.4rem;
  color: #fff;
}

footer {
  background: url(images/paper_bg.jpg) repeat-y;
}

iframe {
  filter: grayscale(100%);
  display: block;
}

@media print, screen and (min-width: 768px) {
  #pc_footer .foot_box {
    padding: 80px 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #pc_footer .f_logo {
    margin: 0 0 30px;
  }
  #pc_footer .f_logo img {
    width: 442px;
    height: auto;
  }
  .foot_map {
    height: 400px;
  }
  .site_map {
    flex-wrap: nowrap;
    width: 640px;
  }
  .site_map a {
    text-decoration: none;
    color: #fff;
  }
  .site_map a:hover {
    color: #ddba42;
  }
  .site_map dl:not(:last-child) {
    margin-bottom: 15px;
  }
  .site_map dl dt {
    font-weight: 600;
    color: #fff;
    line-height: 2.4;
  }
  .site_map dl dd {
    position: relative;
    font-size: 1.4rem;
    padding-left: 20px;
    line-height: 2.4;
    font-weight: 400;
  }
  .site_map dl dd::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
  }
  .insta {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .pagetop {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
  }
  .pagetop img {
    width: 100%;
    height: auto;
  }
  p.pc_copyright {
    padding: 0;
    text-align: right;
    font-size: 1.5rem;
    color: #fff;
  }
}
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  .pc_copyright {
    padding: 20px;
  }
}
/****************************************

Contact Form7

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

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

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

.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #5b783f solid;
  background-color: #5b783f;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 30px;
  font-family: inherit;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
.wpcf7 .tc input[type=submit]:hover {
  opacity: 0.8;
  color: #fff;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #5b783f solid;
  box-shadow: 0 0 2px 2px rgba(91, 120, 63, 0.5);
}

.wpcf7-text {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .foam_come {
    text-align: center;
  }
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.6rem;
}
.form_row .form_label {
  width: 300px;
}
.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 3px 7px 4px;
  background: #b20000;
  margin-right: 10px;
  border-radius: 0;
  line-height: initial;
}
.form_row .form_label .any {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 3px 7px 4px;
  background: #888888;
  margin-right: 10px;
  border-radius: 0;
  line-height: initial;
}
.form_row .form_input {
  width: calc(100% - 300px);
}
.form_row .form_input_post {
  width: 180px;
}
.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.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 #5b783f;
}

/* フォームの装飾ここから */
/* チェックボックス */
.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;
  box-sizing: border-box;
  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 #5b783f;
  border-radius: 4px;
  background-color: #fefefe;
  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 #5b783f;
  border-right: 3px solid #5b783f;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #002565;
  transition: all 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #5b783f;
  box-shadow: 0 0 2px 2px rgba(91, 120, 63, 0.5);
  background-color: #5b783f;
  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;
  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.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  transform: translateY(-50%);
}
.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio]:checked + span:before {
  box-shadow: 0 0 2px 2px rgba(91, 120, 63, 0.5);
}
.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #5b783f;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  transform: translateY(-50%);
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  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 #5b783f;
  border-right: 1px solid #5b783f;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #5b783f;
  border-right: 1px solid #5b783f;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #5b783f;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, rgba(91, 120, 63, 0.7), rgba(91, 120, 63, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  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;
  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;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  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 #002565 solid;
  box-shadow: 0 0 1px 1px rgba(91, 120, 63, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(91, 120, 63, 0.3);
}

.wpcf7-response-output {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .wpcf7 .tc input[type=submit] {
    font-size: 16px;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 10px;
  }
  .ajax-loader {
    width: auto;
  }
  .wpcf7-response-output {
    font-size: 1.3rem;
  }
}
/****************************************

clearfix

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

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

.clearfix {
  display: block;
}

/* End Hack *//*# sourceMappingURL=style.css.map */