@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
/*
.swiper-pagination{
	position: relative;
	padding-top: 10px;
	.swiper-pagination-bullet-active{
		background-color: #000;
	}
}
*/
/* CSS Document */
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
/* 記事エディタ内の調整:end */
.editArea, .wp-block-post-content {
  display: block;
  line-height: 1.8;
  margin: clamp(30px, 5%, 60px) 0; }
  .editArea .youtube, .wp-block-post-content .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 1em; }
    .editArea .youtube iframe, .wp-block-post-content .youtube iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }
  .editArea .wp-block-heading, .wp-block-post-content .wp-block-heading {
    margin-bottom: clamp(30px, 5%, 60px); }
  .editArea .wp-block-table, .wp-block-post-content .wp-block-table {
    margin-bottom: clamp(25px, 3%, 50px); }
    .editArea .wp-block-table._mb10px, .wp-block-post-content .wp-block-table._mb10px {
      margin-bottom: 10px; }
  .editArea .w100 figure, .editArea .w100 img, .wp-block-post-content .w100 figure, .wp-block-post-content .w100 img {
    width: 100%;
    height: auto; }
  .editArea img, .wp-block-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }
    .editArea img.aligncenter, .wp-block-post-content img.aligncenter {
      display: block;
      margin: 0 auto 10px auto; }
    .editArea img.alignright, .wp-block-post-content img.alignright {
      float: right;
      margin: 0 10px 10px 0; }
    .editArea img.alignleft, .wp-block-post-content img.alignleft {
      float: left;
      margin: 0 10px 10px 0; }
    .editArea img.size-large, .wp-block-post-content img.size-large {
      max-width: 724px; }
    .editArea img.size-medium, .wp-block-post-content img.size-medium {
      max-width: 212px; }
  .editArea p, .wp-block-post-content p {
    display: block;
    clear: both;
    margin-bottom: 2em; }
    .editArea p.pdf a, .wp-block-post-content p.pdf a {
      background: url("../images/icon_pdf.png") no-repeat;
      background-size: 12px;
      background-position: center left;
      padding: 0 0 0 17px; }
  .editArea h2, .wp-block-post-content h2 {
    display: block;
    margin: 0 0 2em;
    font-size: 28px;
    line-height: 1.8;
    font-weight: bold; }
    @media (max-width: 576px) {
      .editArea h2, .wp-block-post-content h2 {
        font-size: 20px; } }
  .editArea h3, .wp-block-post-content h3 {
    border-bottom: black 1px solid;
    font-size: 25px;
    font-weight: bold;
    padding: 0 5px 10px 5px;
    margin-bottom: 1.5em; }
    @media (max-width: 576px) {
      .editArea h3, .wp-block-post-content h3 {
        font-size: 20px;
        padding: 7px 0x 7px 10px; } }
  .editArea h4, .wp-block-post-content h4 {
    font-size: 20px;
    font-weight: bold;
    padding: 5px 5px 5px 40px;
    margin-bottom: 1.5em;
    position: relative; }
    .editArea h4:before, .wp-block-post-content h4:before {
      display: block;
      width: 30px;
      height: 1px;
      content: "";
      background: #000;
      position: absolute;
      top: 50%;
      left: 0; }
    @media (max-width: 576px) {
      .editArea h4, .wp-block-post-content h4 {
        font-size: 18px;
        padding-left: 30px; }
        .editArea h4:before, .wp-block-post-content h4:before {
          width: 20px; } }
  .editArea h5, .wp-block-post-content h5 {
    font-size: 18px;
    font-weight: bold; }
    @media (max-width: 576px) {
      .editArea h5, .wp-block-post-content h5 {
        font-size: 16px; } }
  .editArea table, .wp-block-post-content table {
    border: #999 1px solid;
    background: #fff; }
    .editArea table tr td, .wp-block-post-content table tr td {
      padding: 15px;
      border: #999 1px solid; }
      .editArea table tr td:first-of-type, .wp-block-post-content table tr td:first-of-type {
        background: #efefef; }
  .editArea .tbl_style1 table, .wp-block-post-content .tbl_style1 table {
    border: #999 1px solid; }
    .editArea .tbl_style1 table tr th, .wp-block-post-content .tbl_style1 table tr th {
      background: #efefef;
      padding: 15px;
      width: fit-content;
      border: #999 1px solid;
      font-size: 0.9rem; }
    .editArea .tbl_style1 table tr td, .wp-block-post-content .tbl_style1 table tr td {
      background: #fff;
      border: #999 1px solid;
      font-size: 0.9rem; }
      .editArea .tbl_style1 table tr td:first-of-type, .wp-block-post-content .tbl_style1 table tr td:first-of-type {
        background: #fff; }
    @media (max-width: 576px) {
      .editArea .tbl_style1 table, .wp-block-post-content .tbl_style1 table {
        border-bottom: none; }
        .editArea .tbl_style1 table tr th, .wp-block-post-content .tbl_style1 table tr th {
          display: block;
          width: 100%;
          border: none;
          border-bottom: #999 1px solid; }
        .editArea .tbl_style1 table tr td, .wp-block-post-content .tbl_style1 table tr td {
          display: block;
          width: 100%;
          border: none;
          border-bottom: #999 1px solid; } }
  @media (max-width: 576px) {
    .editArea .tbl_style1, .wp-block-post-content .tbl_style1 {
      border-bottom: none; }
      .editArea .tbl_style1 tr th, .wp-block-post-content .tbl_style1 tr th {
        display: block;
        width: 100%;
        border: none;
        border-bottom: #999 1px solid; }
      .editArea .tbl_style1 tr td, .wp-block-post-content .tbl_style1 tr td {
        display: block;
        width: 100%;
        border: none;
        border-bottom: #999 1px solid; } }
  .editArea .tbl_style2 table, .wp-block-post-content .tbl_style2 table {
    border: #999 1px solid; }
    .editArea .tbl_style2 table tr th, .wp-block-post-content .tbl_style2 table tr th {
      background: #efefef;
      padding: 5px;
      width: fit-content;
      border: #999 1px solid;
      font-size: 0.9rem; }
    .editArea .tbl_style2 table tr td, .wp-block-post-content .tbl_style2 table tr td {
      background: #fff;
      border: #999 1px solid;
      padding: 5px;
      font-size: 0.9rem; }
      .editArea .tbl_style2 table tr td:first-of-type, .wp-block-post-content .tbl_style2 table tr td:first-of-type {
        background: #fff; }
    @media (max-width: 576px) {
      .editArea .tbl_style2 table tr th, .editArea .tbl_style2 table tr td, .wp-block-post-content .tbl_style2 table tr th, .wp-block-post-content .tbl_style2 table tr td {
        font-size: 14px; } }
  .editArea .table_scroll table, .wp-block-post-content .table_scroll table {
    border: #999 1px solid;
    width: fit-content;
    min-width: 100%; }
    .editArea .table_scroll table tr th, .wp-block-post-content .table_scroll table tr th {
      background: #efefef;
      padding: 7px 10px;
      width: fit-content;
      text-align: center;
      border: #999 1px solid;
      font-size: 0.9rem; }
    .editArea .table_scroll table tr td, .wp-block-post-content .table_scroll table tr td {
      background: #fff;
      border: #999 1px solid;
      padding: 7px 10px;
      font-size: 0.9rem; }
      .editArea .table_scroll table tr td:first-of-type, .wp-block-post-content .table_scroll table tr td:first-of-type {
        background: #fff; }
      .editArea .table_scroll table tr td p.no-wrap, .wp-block-post-content .table_scroll table tr td p.no-wrap {
        display: block;
        white-space: nowrap;
        margin: 0;
        font-size: 0.9rem; }
  @media (max-width: 576px) {
    .editArea .table_scroll, .wp-block-post-content .table_scroll {
      width: 100%;
      overflow-x: auto;
      position: relative; }
      .editArea .table_scroll:before, .wp-block-post-content .table_scroll:before {
        display: block;
        content: "▼横にスクロールします";
        font-size: 12px;
        margin-bottom: 5px;
        position: sticky;
        left: 0; }
      .editArea .table_scroll table, .wp-block-post-content .table_scroll table {
        width: fit-content; }
        .editArea .table_scroll table th, .editArea .table_scroll table td, .wp-block-post-content .table_scroll table th, .wp-block-post-content .table_scroll table td {
          padding: 3px 6px;
          font-size: 90%;
          line-height: 1.3;
          word-break: keep-all;
          white-space: nowrap; }
      .editArea .table_scroll._w800 table, .wp-block-post-content .table_scroll._w800 table {
        width: 800px; } }
  .editArea .table_scroll._bold table th, .editArea .table_scroll._bold table td, .wp-block-post-content .table_scroll._bold table th, .wp-block-post-content .table_scroll._bold table td {
    font-weight: bold; }
  .editArea ol, .editArea ul, .wp-block-post-content ol, .wp-block-post-content ul {
    margin-bottom: 3em; }
  .editArea a.telnumber, .wp-block-post-content a.telnumber {
    text-decoration: none;
    white-space: nowrap; }
    @media (max-width: 576px) {
      .editArea a.telnumber, .wp-block-post-content a.telnumber {
        text-decoration: underline; } }
  .editArea .wp-block-columns .wp-block-column figure, .wp-block-post-content .wp-block-columns .wp-block-column figure {
    margin: 0 1rem 1rem; }
  .editArea .wp-block-image, .wp-block-post-content .wp-block-image {
    margin-bottom: 1.5rem; }
    .editArea .wp-block-image.aligncenter, .wp-block-post-content .wp-block-image.aligncenter {
      margin-left: auto;
      margin-right: auto; }
    .editArea .wp-block-image.w100, .wp-block-post-content .wp-block-image.w100 {
      width: calc(100% - 2rem); }
      .editArea .wp-block-image.w100 figure, .editArea .wp-block-image.w100 img, .wp-block-post-content .wp-block-image.w100 figure, .wp-block-post-content .wp-block-image.w100 img {
        width: 100%;
        height: auto; }
  @media (max-width: 576px) {
    .editArea .wp-block-columns.mb-3, .wp-block-post-content .wp-block-columns.mb-3 {
      margin-bottom: 0 !important; } }
  .editArea .wp-block-columns.is-layout-flex, .wp-block-post-content .wp-block-columns.is-layout-flex {
    gap: 0; }
  @media (max-width: 576px) {
    .editArea .wp-block-media-text > .wp-block-media-text__content, .wp-block-post-content .wp-block-media-text > .wp-block-media-text__content {
      padding-left: 0;
      padding-right: 0;
      margin-top: 0.5em; }
    .editArea .wp-block-media-text__media, .wp-block-post-content .wp-block-media-text__media {
      margin-bottom: 20px; } }
  .editArea .stock_txt, .wp-block-post-content .stock_txt {
    display: block;
    margin-bottom: 8px;
    font-size: 0.9rem; }
  .editArea._products .table_scroll table td.has-text-align-right, .wp-block-post-content._products .table_scroll table td.has-text-align-right {
    font-weight: bold; }
  .editArea .products_sub_cate_wrap, .wp-block-post-content .products_sub_cate_wrap {
    margin-bottom: clamp(20px, 8%, 100px); }
    .editArea .products_sub_cate_wrap ul.products_sub_cate, .wp-block-post-content .products_sub_cate_wrap ul.products_sub_cate {
      display: flex;
      flex-wrap: wrap;
      list-style-type: none;
      padding: 0;
      justify-content: center;
      align-items: center; }
      .editArea .products_sub_cate_wrap ul.products_sub_cate li, .wp-block-post-content .products_sub_cate_wrap ul.products_sub_cate li {
        width: 23%;
        margin: 1%; }
        .editArea .products_sub_cate_wrap ul.products_sub_cate li.off, .wp-block-post-content .products_sub_cate_wrap ul.products_sub_cate li.off {
          opacity: 0.4; }
        .editArea .products_sub_cate_wrap ul.products_sub_cate li.active, .wp-block-post-content .products_sub_cate_wrap ul.products_sub_cate li.active {
          opacity: 1; }
      @media (max-width: 768px) {
        .editArea .products_sub_cate_wrap ul.products_sub_cate, .wp-block-post-content .products_sub_cate_wrap ul.products_sub_cate {
          justify-content: flex-start; }
          .editArea .products_sub_cate_wrap ul.products_sub_cate li, .wp-block-post-content .products_sub_cate_wrap ul.products_sub_cate li {
            width: 46%;
            margin: 2%; } }
  .editArea .subcate, .wp-block-post-content .subcate {
    display: none; }
    .editArea .subcate.show, .wp-block-post-content .subcate.show {
      display: block; }

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  width: 100vw;
  overflow-x: hidden; }

p, b {
  line-height: 1.8;
  font-size: clamp(15px, 1.1vw, 22px); }

a {
  color: #333; }
  a:hover {
    color: #444; }

img {
  max-width: 100%;
  height: auto; }

.only-sp {
  display: none !important; }
  @media (max-width: 576px) {
    .only-sp {
      display: block !important; } }

.w100 img {
  width: 100%;
  height: auto; }

img.w100 {
  width: 100%;
  height: auto; }

.fs-xlarger {
  font-size: clamp(18px, 1.3vw, 30px); }

.fs-larger {
  font-size: clamp(15px, 1.2vw, 28px); }

.fs-smaller {
  font-size: clamp(14px, 0.9vw, 16px); }

.fs-small {
  font-size: 12px; }

.max1920 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1920px) {
    .max1920._mx-15 {
      margin-left: 15px;
      margin-right: 15px; } }

.max1366 {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1366px) {
    .max1366 {
      margin-left: 15px;
      margin-right: 15px; } }

.max1280 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1280px) {
    .max1280 {
      margin-left: 15px;
      margin-right: 15px; } }

.max1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1000px) {
    .max1000.mx_15px {
      margin-left: 15px;
      margin-right: 15px; } }

.max800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 800px) {
    .max800.mx_15px {
      margin-left: 15px;
      margin-right: 15px; } }

.effect-fade {
  opacity: 0;
  transform: translate(0, 100px);
  /* フェードインで動く高さを指定 */
  transition: all 1000ms ease-in;
  /* フェードインにかかる時間を指定 */ }

.effect-scroll {
  opacity: 1;
  transform: translate(0, 0); }

.photo._square {
  width: 100%; }
  .photo._square img {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center center; }

.title {
  display: block;
  font-size: clamp(25px, 4vw, 35px);
  font-weight: bold;
  margin-bottom: 2em; }
  .title span {
    display: block;
    font-size: 60%; }
  .title._sub {
    font-size: clamp(20px, 3vw, 25px); }

.mb {
  margin-bottom: clamp(40px, 10%, 100px); }

.py {
  padding-top: clamp(40px, 10%, 100px);
  padding-bottom: clamp(40px, 10%, 100px); }

.pb {
  padding-bottom: clamp(40px, 10%, 100px); }

.crumb {
  display: block;
  padding: 10px; }
  .crumb._gray {
    background: #e7e7e7; }
  .crumb ol {
    max-width: 1366px;
    margin: 0 auto;
    list-style-type: none; }
    .crumb ol li {
      display: inline-block;
      font-size: 11px; }
      .crumb ol li:not(:last-of-type):after {
        content: ">";
        margin: 0 5px 0 7px; }
      .crumb ol li.active {
        font-weight: bold; }
  @media (max-width: 576px) {
    .crumb {
      width: 100%; }
      .crumb ol {
        display: none; } }

.fadein1 {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
  cursor: pointer; }
  .fadein1:before {
    position: absolute;
    content: "";
    width: 80%;
    height: 100%;
    top: 0;
    left: -120%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    transform: skewX(-30deg); }
  .fadein1:hover:before {
    animation: shine 0.7s; }

@keyframes shine {
  100% {
    left: 125%;
    /*画面の見えていない左から右へ移動する終了地点*/ } }
.fs-0 {
  font-size: 0; }

.d-flex {
  display: flex;
  flex-wrap: wrap; }
  .d-flex .box {
    display: block; }

.bg_color1 {
  background: #F8F8F8; }

.bg_color2 {
  background: #E6F2DE; }

.title1 {
  display: block;
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: clamp(28px, 5vw, 35px);
  font-family: "Noto Serif", serif;
  margin-bottom: 1em; }
  .title1._line {
    position: relative;
    padding-bottom: 0.7em; }
    .title1._line:after {
      display: block;
      width: 100px;
      height: 1px;
      content: "";
      background: #000;
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px); }
  .title1._style1 {
    position: relative;
    padding-top: 65px; }
    .title1._style1:before {
      display: block;
      width: 100px;
      height: 50px;
      background: url("../images/icon2.png") no-repeat;
      background-size: 100%;
      content: "";
      position: absolute;
      top: 0;
      left: calc(50% - 50px); }
    @media (max-width: 576px) {
      .title1._style1 {
        padding-top: 43px; }
        .title1._style1:before {
          display: block;
          width: 70px;
          height: 30px;
          left: calc(50% - 35px); } }

.subt1 {
  display: block;
  font-size: clamp(25px, 5vw, 35px);
  font-weight: bold;
  margin-bottom: 1.8rem; }

.btn {
  display: block;
  width: fit-content; }
  .btn a {
    display: block;
    background: #fff;
    color: #000;
    border: #000 2px solid;
    padding: 8px 30px;
    border-radius: 30px;
    width: fit-content;
    text-decoration: none;
    font-weight: bold; }

@media (max-width: 576px) {
  .only_pc {
    display: none; } }

.only_sp {
  display: none; }
  @media (max-width: 576px) {
    .only_sp {
      display: block; } }

.only_sp-s {
  display: none; }
  @media (max-width: 430px) {
    .only_sp-s {
      display: block; } }

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 15px 0 15px 5px;
  height: 60px; }
  @media (max-width: 768px) {
    .header {
      padding: 0 5px;
      height: 40px; } }
  .header .h_logo a {
    display: block;
    text-decoration: none;
    padding: 10px; }
    .header .h_logo a h1, .header .h_logo a .site-title {
      display: flex;
      align-items: center;
      font-size: clamp(20px, 4vw, 26px);
      font-family: "Noto Sans JP", sans-serif;
      font-weight: bold; }
      .header .h_logo a h1 span, .header .h_logo a .site-title span {
        display: block;
        font-weight: normal;
        font-size: 12px;
        font-family: "Noto Sans JP", sans-serif;
        padding-left: 10px; }
    @media (max-width: 768px) {
      .header .h_logo a {
        padding: 0 0 0 5px; }
        .header .h_logo a h1, .header .h_logo a .site-title {
          font-size: 20px; }
          .header .h_logo a h1 span, .header .h_logo a .site-title span {
            font-size: 11px;
            padding-left: 5px; } }
      @media (max-width: 768px) and (max-width: 400px) {
        .header .h_logo a h1 span, .header .h_logo a .site-title span {
          display: none; } }

  .header .navi {
    position: absolute;
    top: 0;
    right: 0;
    width: fit-content;
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      .header .navi {
        right: 40px; } }
    .header .navi .navmenu {
      display: flex;
      padding: 0;
      margin: 0; }
      .header .navi .navmenu li {
        list-style-type: none; }
        .header .navi .navmenu li a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 60px;
          height: 60px;
          text-decoration: none;
          transition: all linear 0.3s; }
          .header .navi .navmenu li a:hover {
            opacity: 0.8; }
          .header .navi .navmenu li a.tel {
            background: rgba(50, 29, 22, 0.8); }
          .header .navi .navmenu li a.mail {
            background: rgba(23, 8, 0, 0.8); }
          .header .navi .navmenu li a img {
            width: 30px;
            height: auto; }
          @media (max-width: 768px) {
            .header .navi .navmenu li a {
              width: 40px;
              height: 40px; }
              .header .navi .navmenu li a img {
                width: 20px; } }
  .header .tb_menu {
    display: none; }
    @media (max-width: 576px) {
      .header .tb_menu {
        position: fixed;
        z-index: 5;
        width: 100%;
        height: calc(100vh - 90px);
        top: 40px;
        left: 0; }
        .header .tb_menu ul {
          width: 80%;
          margin: 0 auto;
          padding: 40px 0 0; }
          .header .tb_menu ul li a {
            display: block;
            padding: 15px;
            text-decoration: none;
            text-align: center;
            border-radius: 10px;
            margin-bottom: 20px;
            background: rgba(255, 255, 255, 0.9); } }

.sns_wrap {
  padding: 0 0 0 15px;
  display: flex; }
  .sns_wrap .sns {
    width: 30px;
    margin: 0 5px; }

.menubtn {
  display: none;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 3; }
  @media (max-width: 768px) {
    .menubtn {
      display: block;
      width: 40px;
      height: 40px;
      padding: 10px; } }
  .menubtn div {
    display: block;
    content: "";
    font-size: 0;
    background: #000;
    border-radius: 10px;
    width: 100%;
    height: 3px;
    margin-bottom: 8px;
    transition: all linear 0.2s; }
    @media (max-width: 768px) {
      .menubtn div {
        margin-bottom: 5px; } }
    .menubtn div:last-of-type {
      margin-bottom: 0; }
  .menubtn.on div:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: left top;
    margin: 3px 0 0 4px; }
  .menubtn.on div:nth-of-type(2) {
    display: none; }
  .menubtn.on div:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: right top;
    margin: -3px 0 0 -4px; }

.layer {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2; }
  @media (max-width: 768px) {
    .layer {
      top: 40px;
      height: 100vh; } }
  .layer.on {
    display: block; }

body.side-open {
  height: 100vh;
  overflow-y: hidden; }
  body.side-open .layer {
    display: block; }
  body.side-open .header .tb_menu {
    display: block; }

.footer {
  display: block;
  justify-content: space-between;
  padding: clamp(50px, 5%, 60px) 15px; }
  .footer .sns_wrap {
    justify-content: center;
    margin-bottom: clamp(30px, 5%, 60px);
    padding-left: 0; }
    .footer .sns_wrap .sns {
      margin: 0 10px; }
  .footer a {
    text-decoration: none; }
  .footer b {
    display: block;
    font-size: 16px;
    text-align: center;
    font-family: "Noto Serif", serif;
    margin-bottom: 1em; }
  .footer p {
    text-align: center;
    font-size: 15px; }

.pagetop {
  display: block;
  position: fixed;
  bottom: 110px;
  right: 0;
  z-index: 10; }
  .pagetop img {
    width: 60px; }
  @media (max-width: 576px) {
    .pagetop {
      bottom: 70px; }
      .pagetop img {
        width: 45px; } }

.fixed_cta {
  display: flex;
  background: rgba(23, 8, 0, 0.7);
  padding: 20px 25px;
  position: fixed;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 5px;
  z-index: 5; }
  .fixed_cta .cta_contact {
    margin-right: 20px; }
    .fixed_cta .cta_contact a {
      display: flex;
      align-items: center;
      background: #fff;
      padding: 10px 25px 10px 15px;
      border-radius: 30px;
      text-decoration: none;
      color: #170800;
      font-weight: 600;
      font-size: 18px;
      transition: all linear 0.3s; }
      @media (max-width: 576px) {
        .fixed_cta .cta_contact a {
          padding: 5px 20px 5px 15px; } }
      .fixed_cta .cta_contact a:before {
        display: block;
        background: url("../images/icon_mail2.png") no-repeat;
        width: 23px;
        height: 18px;
        background-size: 100%;
        content: "";
        margin-right: 7px; }
        @media (max-width: 576px) {
          .fixed_cta .cta_contact a:before {
            width: 18px;
            height: 15px;
            background-position: left center; } }
      @media (max-width: 576px) {
        .fixed_cta .cta_contact a {
          font-size: 16px; } }
      .fixed_cta .cta_contact a:hover {
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }
  .fixed_cta .cta_tel {
    display: flex;
    align-items: center; }
    .fixed_cta .cta_tel a {
      text-decoration: none; }
      .fixed_cta .cta_tel a img {
        width: 30px;
        height: auto;
        transition: all linear 0.3s; }
        @media (max-width: 576px) {
          .fixed_cta .cta_tel a img {
            width: 25px; } }
      .fixed_cta .cta_tel a:hover img {
        filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3)); }
  @media (max-width: 576px) {
    .fixed_cta {
      width: 100%;
      box-shadow: none;
      padding: 10px;
      justify-content: center;
      background: rgba(23, 8, 0, 0.8);
      border-top-left-radius: 0; } }

body._top .layer {
  z-index: 2;
  top: 0; }
body._top .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  margin: 0;
  background: none;
  height: auto;
  padding: 0; }
  body._top .header .h_logo {
    margin-left: 20px; }
    @media (max-width: 768px) {
      body._top .header .h_logo {
        margin-left: 10px; } }
    body._top .header .h_logo a {
      display: block;
      align-items: center;
      text-decoration: none;
      background: url("../images/bg_logo.png") no-repeat;
      background-size: 100%;
      background-position: center bottom;
      padding: 35px 15px 50px; }
      body._top .header .h_logo a h1, body._top .header .h_logo a .site-title {
        display: block;
        align-items: center;
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: clamp(20px, 4vw, 26px);
        font-family: "Noto Sans JP", sans-serif;
        color: #fff; }
        body._top .header .h_logo a h1 span, body._top .header .h_logo a .site-title span {
          display: block;
          font-size: 12px;
          font-family: "Noto Sans JP", sans-serif;
          padding-top: 10px; }
  body._top .header .navi .navmenu li a.tel {
    background: rgba(50, 29, 22, 0.6); }
  body._top .header .navi .navmenu li a.mail {
    background: rgba(23, 8, 0, 0.6); }
@media (max-width: 768px) {
  body._top .main {
    padding-top: 0; } }
@media (max-width: 576px) {
  body._top .main {
    padding-top: 0; } }
body._top.side-open .menubtn.on div {
  background: #fff; }
body._top.side-open .header .h_logo {
  display: none; }
body._top .menubtn {
  background: rgba(0, 0, 0, 0.5); }
  body._top .menubtn div {
    background: rgba(255, 255, 255, 0.8); }

.mainvisual {
  position: relative; }
  .mainvisual .swiper_mv {
    position: relative;
    z-index: 1; }
  .mainvisual .mv_photo {
    background: #fff; }
    @media (max-width: 576px) {
      .mainvisual .mv_photo img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        object-position: top center; } }
  .mainvisual._sub {
    background: url("../images/mainvisual_sub.png") no-repeat;
    background-size: cover;
    background-position: center center;
    padding: clamp(30px, 4%, 50px) 10px; }
    .mainvisual._sub .page_t {
      display: block;
      color: #fff;
      font-weight: bold;
      font-size: clamp(20px, 5vw, 35px);
      text-align: center; }
      .mainvisual._sub .page_t h1 {
        margin: 0; }
  .mainvisual .catch {
    display: block;
    width: fit-content;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 5px;
    border: double rgba(255, 255, 255, 0.7) 5px; }
    @media (max-width: 576px) {
      .mainvisual .catch {
        width: 70%;
        z-index: 1;
        padding: 3px; } }
    .mainvisual .catch .catch_inner {
      background: rgba(255, 255, 255, 0.6);
      padding: 3%; }

@media (max-width: 576px) {
  ._field-stories {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; } }
._field-stories .col {
  padding: 20px 40px;
  position: relative; }
  @media (max-width: 1280px) {
    ._field-stories .col {
      padding: clamp(5px, 5%, 20px); } }
  @media (max-width: 576px) {
    ._field-stories .col.col-4 {
      width: 100%; } }
._field-stories .photo {
  padding: 15px 0 0 15px;
  position: relative; }
  ._field-stories .photo:before {
    display: block;
    background: #fff;
    content: "";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    top: 0;
    left: 0; }
  ._field-stories .photo img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1; }
._field-stories .text {
  position: absolute;
  left: 55px;
  bottom: 20px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  width: calc(100% - 95px);
  display: flex;
  flex-wrap: wrap; }
  ._field-stories .text .num {
    width: 100px;
    font-size: 80px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    line-height: 1; }
  ._field-stories .text b {
    width: calc(100% - 100px);
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    padding-top: 0.5em; }
  ._field-stories .text .date {
    width: 100%;
    text-align: end;
    font-size: 16px;
    font-weight: bold; }
@media (max-width: 1280px) {
  ._field-stories .text {
    position: relative;
    left: 5px;
    bottom: auto;
    width: calc(100% - 10px);
    background: none;
    display: block; }
    ._field-stories .text .num {
      font-size: 60px; }
    ._field-stories .text b {
      font-size: 18px;
      margin-bottom: 5px; } }

._nature-life .col {
  padding: 10px; }
  ._nature-life .col._text1 {
    display: flex;
    justify-content: center;
    align-items: center; }
@media (max-width: 576px) {
  ._nature-life {
    flex-wrap: wrap; }
    ._nature-life._reverse {
      flex-direction: column-reverse; }
    ._nature-life .col-6 {
      width: 100%;
      padding: 0;
      margin-bottom: 7px; } }

@media (max-width: 576px) {
  ._ready-to-go {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; } }

.single_page .title {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
.single_page .date {
  display: block;
  font-size: 12px;
  text-align: end; }
.single_page .editArea {
  border-bottom: #000 1px solid; }

.renovated_car_area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  padding: clamp(20px, 3%, 30px);
  margin: 20px 0 40px;
  border-radius: 20px; }
  .renovated_car_area .photo {
    width: 250px; }
  .renovated_car_area .text {
    width: calc(100% - 250px);
    padding-left: 30px;
    line-height: 1.8; }
  @media (max-width: 576px) {
    .renovated_car_area {
      justify-content: center; }
      .renovated_car_area .text {
        width: 100%;
        padding-left: 0;
        margin-top: 20px; }
        .renovated_car_area .text b {
          display: block;
          width: fit-content;
          margin: auto; } }

.kasou_content {
  padding-top: 100px; }
  @media (max-width: 1280px) {
    .kasou_content {
      padding-top: 50px; } }
  @media (max-width: 576px) {
    .kasou_content {
      padding-top: 0; } }
  .kasou_content._gray {
    background: #e7e7e7;
    padding-bottom: 100px; }
    @media (max-width: 1280px) {
      .kasou_content._gray {
        padding-bottom: 50px; } }

#contact {
  max-width: 1000px;
  margin: 0 auto; }
  @media (max-width: 1000px) {
    #contact {
      margin-left: 15px;
      margin-right: 15px; } }
  #contact .contact_area {
    display: block;
    background: #fff;
    padding: clamp(30px, 5%, 40px) 20px 0 20px;
    border-radius: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }
  #contact table.form_tbl01 {
    width: 100%;
    border-collapse: collapse;
    border: none; }
    #contact table.form_tbl01 th, #contact table.form_tbl01 td {
      padding: 15px;
      border: none;
      font-size: 16px;
      background: #fff; }
      #contact table.form_tbl01 th p, #contact table.form_tbl01 td p {
        margin: 0; }
    #contact table.form_tbl01 th {
      width: 200px;
      vertical-align: top; }
    #contact table.form_tbl01 span.must {
      display: inline-block;
      background: #ff0000;
      color: #fff;
      font-weight: normal;
      font-size: 12px;
      padding: 5px;
      line-height: 1;
      border-radius: 3px;
      margin-left: 10px; }
    #contact table.form_tbl01 textarea {
      min-height: 150px; }
    @media (max-width: 576px) {
      #contact table.form_tbl01 th {
        display: block;
        width: 100%;
        border-bottom: none;
        padding: 15px 0 15px;
        font-size: 15px; }
      #contact table.form_tbl01 td {
        display: block;
        width: 100%;
        padding: 0 0 20px;
        font-size: 15px; } }
  #contact .btn_area {
    display: block;
    width: auto; }
    #contact .btn_area p {
      margin-bottom: 0; }
    #contact .btn_area input[type="submit"] {
      display: block;
      background: #000;
      color: #fff;
      font-weight: bold;
      font-size: 18px;
      padding: 15px 30px;
      text-align: center;
      margin: 15px auto;
      border: none;
      min-width: 200px;
      transition: all linear 0.3s; }
      #contact .btn_area input[type="submit"]:hover {
        border-radius: 50px; }
    #contact .btn_area .wpcf7-spinner {
      display: block;
      margin: 0 auto; }

#company table {
  width: fit-content;
  min-width: 600px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 768px) {
    #company table {
      min-width: auto; } }
  @media (max-width: 576px) {
    #company table {
      width: 100%; }
      #company table td {
        display: block;
        width: 100%;
        border: none;
        padding: 7px; }
      #company table tr:not(:last-of-type) td:last-of-type {
        border-bottom: #999 1px dotted; } }
@media (max-width: 576px) {
  #company .max300 img {
    max-width: 300px;
    display: block;
    margin: 0 auto 30px; } }

.wpcf7-form .wpcf7-list-item {
  margin-left: 0;
  margin-right: 10px; }
  @media (max-width: 430px) {
    .wpcf7-form .wpcf7-list-item {
      display: block; } }
  .wpcf7-form .wpcf7-list-item label {
    display: flex;
    align-items: center; }
    .wpcf7-form .wpcf7-list-item label input[type="radio"] {
      width: 1.3em;
      height: 1.3em;
      display: inline-block;
      margin-right: 3px; }
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.9em; }
  .wpcf7-form .wpcf7-not-valid-tip:before {
    content: "※"; }
.wpcf7-form .wpcf7-response-output {
  display: block;
  background: #F9E8E8;
  border: #dc3232 1px solid !important;
  border-radius: 10px;
  padding: 15px;
  color: #dc3232;
  margin: 0 0 35px 0 !important;
  padding: 15px 10px !important;
  font-size: clamp(14px, 1vw, 16px) !important; }
  @media (max-width: 576px) {
    .wpcf7-form .wpcf7-response-output {
      margin-bottom: 15px !important; } }
.wpcf7-form .sent_msg {
  display: none; }
.wpcf7-form.sent .hide_sent {
  display: none; }
.wpcf7-form.sent .sent_msg {
  display: block;
  text-align: center;
  padding-bottom: 20px; }
  .wpcf7-form.sent .sent_msg h4 {
    display: block;
    font-weight: bold;
    font-size: clamp(18px, 2vw, 22px);
    margin-bottom: 1em;
    border-left: none; }

.commingsoon {
  display: block;
  padding: 0 20px clamp(80px, 20%, 150px);
  text-align: center; }
  @media (max-width: 576px) {
    .commingsoon {
      margin-top: -20px; } }
  .commingsoon b {
    font-size: clamp(22px, 5vw, 30px);
    color: #CCC; }

/*wp-pagenavi base*/
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: clamp(30px, 8%, 80px);
  margin-bottom: clamp(30px, 8%, 80px); }
  .wp-pagenavi .pages {
    display: none; }

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  color: #999;
  background-color: #FFF;
  padding: 11px 5px 5px 5px;
  line-height: 1;
  border-radius: 30px;
  margin: 0 3px;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  width: 40px;
  height: 40px;
  text-align: center; }

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #CCC;
  border-color: #CCC; }

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #000;
  border-color: #000;
  font-weight: bold; }

@media (max-width: 576px) {
  .has-medium-font-size {
    font-size: 16px !important; } }

.wp-lightbox-overlay .scrim {
  background-color: rgba(0, 0, 0, 0.7) !important; }
.wp-lightbox-overlay .wp-block-image img {
  width: calc(100% - 10px) !important;
  min-width: calc(100% - 10px) !important; }
.wp-lightbox-overlay .close-button {
  fill: #fff !important; }

.index .area01 .max1280 {
  overflow: hidden; }
.index .area01 .swiper_works {
  padding: 0 10px 50px;
  position: relative; }
  .index .area01 .swiper_works .swiper-button-prev {
    background: url("../images/arrow.png") no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px;
    content: "";
    text-indent: -9999px;
    left: 0;
    top: calc(50% - 15px); }
  .index .area01 .swiper_works .swiper-button-next {
    background: url("../images/arrow.png") no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px;
    content: "";
    text-indent: -9999px;
    transform: scale(-1, 1);
    right: 0;
    top: calc(50% - 15px); }
  .index .area01 .swiper_works .swiper-pagination-bullet-active {
    background: #000; }
  @media (max-width: 480px) {
    .index .area01 .swiper_works .swiper-button-prev, .index .area01 .swiper_works .swiper-button-next {
      display: none; } }
.index .area01 .swiper-slide {
  position: relative; }
  .index .area01 .swiper-slide .photo img {
    height: 230px;
    object-fit: cover;
    object-position: center center; }
  .index .area01 .swiper-slide p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 3px 5px;
    font-size: 14px;
    margin: 0; }
.index .area02 a {
  display: block;
  margin-bottom: clamp(30px, 7%, 80px); }
  .index .area02 a img {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    transition: all linear 0.3s; }
  .index .area02 a:hover img {
    transform: scale(1.03, 1.03);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

#plan .plan_banners {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  #plan .plan_banners a {
    display: block;
    margin-bottom: clamp(30px, 7%, 80px); }
    #plan .plan_banners a:last-of-type {
      display: none; }
