@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Sofia+Sans+Extra+Condensed:ital,wght@0,1..1000;1,1..1000&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=Oswald:wght@200..700&family=Sofia+Sans+Extra+Condensed:ital,wght@0,1..1000;1,1..1000&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;
    padding: 10px 15px;
    border: rgba(0, 0, 0, 0.3) 1px solid;
    font-size: 30px;
    font-weight: bold; }
    @media (max-width: 576px) {
      .editArea h2, .wp-block-post-content h2 {
        font-size: 23px; } }
  .editArea h3, .wp-block-post-content h3 {
    border-left: #000 5px solid;
    border-bottom: rgba(0, 0, 0, 0.3) 1px solid;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 5px 10px 15px;
    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 {
    border-left: #000 5px solid;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 5px 10px 15px;
    margin-bottom: 1.5em; }
    @media (max-width: 576px) {
      .editArea h4, .wp-block-post-content h4 {
        font-size: 18px;
        padding: 7px 0x 7px 10px; } }
  .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 .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; }

.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; }

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

p, b {
  line-height: 2;
  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-larger {
  font-size: clamp(18px, 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(50px, 10%, 100px); }

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

.pb {
  padding-bottom: clamp(50px, 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: #FAF9F1; }

.bg_color2 {
  background: #E6F2DE; }

.title1 {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem; }
  .title1 .t_txt {
    font-size: clamp(22px, 5vw, 35px);
    padding: 0 100px 0 0;
    white-space: nowrap; }
    @media (max-width: 1366px) {
      .title1 .t_txt {
        padding: 0 50px 0 0; } }
    @media (max-width: 768px) {
      .title1 .t_txt {
        padding: 0 30px 0 0; } }
  .title1:after {
    height: 2px;
    content: "";
    width: 100%; }
  .title1._color1 .t_txt {
    color: #C4AD7E; }
  .title1._color1:after {
    background: #C4AD7E; }
  .title1._color2 .t_txt {
    color: #E5A6A6; }
  .title1._color2:after {
    background: #E5A6A6; }
  .title1._color3 .t_txt {
    color: #7BAD5A; }
  .title1._color3:after {
    background: #7BAD5A; }
  .title1._color4 .t_txt {
    color: #B886F8; }
  .title1._color4:after {
    background: #B886F8; }

.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;
  max-width: 1920px;
  margin: 0 auto;
  padding: 15px 0; }
  @media (max-width: 1920px) {
    .header {
      margin: 0 15px; } }
  .header .h_logo, .header h1 {
    font-size: 50px;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0;
    padding: 0; }
    .header .h_logo a, .header h1 a {
      text-decoration: none; }
  .header .nav {
    width: fit-content; }
    .header .nav .navmenu {
      display: flex;
      padding: 0;
      margin: 0; }
      .header .nav .navmenu li {
        list-style-type: none; }
        .header .nav .navmenu li a {
          padding: 10px;
          font-size: 18px;
          text-decoration: none;
          font-weight: bold;
          transition: all linear 0.3s; }
          .header .nav .navmenu li a:hover {
            opacity: 0.8;
            text-decoration: underline; }
    .header .nav .sns_wrap {
      padding: 0 0 0 15px; }
      .header .nav .sns_wrap .sns {
        width: 30px; }
  @media (max-width: 768px) {
    .header {
      position: fixed;
      background: #fff;
      width: 100vw;
      height: 72px;
      top: 0;
      left: 0;
      margin: 0;
      padding: 10px 0;
      z-index: 2; }
      .header .h_logo {
        padding-left: 10px; }
      .header .nav .sns_wrap {
        position: absolute;
        top: 22px;
        right: 55px; }
      .header .nav .navmenu {
        display: block;
        background: #efefef;
        position: fixed;
        top: 72px;
        right: -250px;
        height: calc(100vh - 72px);
        padding: 30px;
        width: 250px;
        z-index: 2; }
        .header .nav .navmenu li {
          display: block;
          margin: 0 0 15px 0; }
          .header .nav .navmenu li a {
            display: block;
            background: #fff;
            width: 100%;
            color: #000;
            border: black 1px solid;
            font-size: 16px;
            text-align: center; } }
  @media (max-width: 576px) {
    .header {
      height: 60px;
      padding: 7px 0; }
      .header .h_logo {
        padding-left: 10px;
        font-size: 43px; }
      .header .nav .sns_wrap {
        top: 13px;
        right: 45px; }
        .header .nav .sns_wrap .sns {
          width: 28px; }
      .header .nav .navmenu {
        top: 60px;
        padding: 20px;
        height: calc(100vh - 60px); }
        .header .nav .navmenu li {
          margin-bottom: 10px; } }

.menubtn {
  display: none;
  position: absolute;
  width: 40px;
  top: 18px;
  right: 5px;
  padding: 5px;
  border-radius: 5px;
  height: 40px;
  z-index: 3; }
  @media (max-width: 768px) {
    .menubtn {
      display: block; } }
  .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; }
    .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 5px; }
  .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 -5px; }
  @media (max-width: 576px) {
    .menubtn {
      width: 38px;
      height: 38px;
      top: 10px;
      right: 0;
      padding: 7px;
      border-radius: 3px; }
      .menubtn div {
        height: 2px;
        margin-bottom: 7px; }
      .menubtn.on div:nth-of-type(1) {
        transform: rotate(45deg);
        transform-origin: left top;
        margin: 2px 0 0 4px; }
      .menubtn.on div:nth-of-type(3) {
        transform: rotate(-45deg);
        transform-origin: right top;
        margin: -2px 0 0 -4px; } }

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

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

@media (max-width: 768px) {
  .main {
    padding-top: 72px; } }
@media (max-width: 576px) {
  .main {
    padding-top: 60px; } }

.footer {
  display: flex;
  justify-content: space-between;
  padding: clamp(30px, 5%, 50px) 15px; }
  .footer .ft_logo {
    display: block;
    font-size: 50px;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    line-height: 1; }
    .footer .ft_logo a {
      text-decoration: none; }
  .footer .ft_txt a {
    text-decoration: none; }
  @media (max-width: 576px) {
    .footer {
      display: block; }
      .footer .ft_logo {
        text-align: center;
        margin-bottom: 20px; }
      .footer .ft_txt {
        text-align: center; } }

.pagetop {
  display: block;
  position: fixed;
  bottom: 0;
  right: 5px;
  width: clamp(40px, 10%, 60px);
  z-index: 10; }
  @media (max-width: 576px) {
    .pagetop {
      right: 0; } }

.mainvisual {
  position: relative; }
  .mainvisual .photo {
    width: 100%;
    max-height: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    .mainvisual .photo img {
      width: 100%;
      object-fit: cover;
      object-position: center center; }
  .mainvisual .catch {
    display: block;
    width: 100%;
    font-size: clamp(16px, 5vw, 80px);
    color: #fff;
    font-weight: bold;
    position: absolute;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    top: 12%;
    left: 0;
    z-index: 1;
    padding-left: 5%;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.8)); }
    @media (max-width: 576px) {
      .mainvisual .catch {
        top: 9%; } }
  .mainvisual._sub {
    background: url("../images/mainvisual_sub.png") no-repeat;
    background-size: cover;
    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; }

@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: "Sofia Sans Extra Condensed", 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 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; }
  .wpcf7-form.sent .sent_msg h4 {
    display: block;
    font-weight: bold;
    font-size: clamp(18px, 2vw, 22px);
    margin-bottom: 1em;
    border-left: none; }

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

.swiper._type1 .swiper-scrollbar-drag {
  background: #fff !important; }

.insta-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style-type: none; }
  .insta-container li {
    width: 20%; }
    .insta-container li a img {
      width: 100%;
      height: auto;
      height: 17vw;
      max-height: 273px;
      object-fit: cover;
      object-position: center center; }
    .insta-container li a p {
      display: none; }
    .insta-container li a:hover img {
      opacity: 70%; }
    @media (max-width: 576px) {
      .insta-container li {
        width: 33.3333%; }
        .insta-container li a img {
          height: 32vw; } }
