@charset "UTF-8";
/*
Theme Name: 【最新】シンプル　天野企画テーマ１
Author: amanokikaku
Author URI: http://amnk.co.jp/
Description: 2019.5.10
Version: 1.0
*/

@font-face {
  font-family: "A-OTF-A1MinchoStd";
  font-display: swap;
  src: url("./webfonts/A-OTF-A1MinchoStd-Bold.woff2") format('woff2'),
    url("./webfonts/A-OTF-A1MinchoStd-Bold.woff") format('woff');
}

@font-face {
  font-family: "CormorantGaramond-Bold";
  font-display: swap;
  src: url("./webfonts/CormorantGaramond-Bold.woff2") format('woff2'),
    url("./webfonts/CormorantGaramond-Bold.woff") format('woff'),
    url("./webfonts/CormorantGaramond-Bold.otf") format('eot');
}

:root {
  --main_color: #BFBF6A;
  --sub_color: #F0EADC;
  --sub_color2: #3e3a39;
  --gradient_v: linear-gradient(#decea8, #a79c82);
  --gradient_s: linear-gradient(90deg, #decea8, #a79c82);
}

@layer reset, form, base, layout, design, common;

/*--------------------reset.css--------------------*/
@layer reset {

  html,
  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;
    background: transparent;
    font-size: 100%;
    /*  font-weight: normal;*/
    vertical-align: baseline;
  }

  html {
    width: 100%;
    overflow-x: hidden;
    /*↑後で戻す*/
    visibility: hidden;
  }

  html.wf-active {
    visibility: visible;
  }

  body {
    -webkit-text-size-adjust: 100%;
    line-height: 1;
  }

  ::selection {
    color: #fff;
    background-color: #c17e3a;
  }

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

  ol,
  ul,
  li {
    list-style: none;
  }

  blockquote,
  q {
    quotes: none;
  }

  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: '';
    content: none;
  }

  a {
    margin: 0;
    padding: 0;
    background: transparent;
    color: #212121;
    font-size: 100%;
    text-decoration: none;
    vertical-align: baseline;
  }

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

  /* change colours to suit your needs */
  mark {
    background-color: #ff9;
    color: #212121;
    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;
  }

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

  input,
  select {
    vertical-align: middle;
  }

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

  iframe {
    vertical-align: bottom;
    max-width: 100%;
  }

  th {
    text-align: left;
  }

  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }
}

/*--------------------reset.cssここまで--------------------*/

/*--------------------form.css--------------------*/
@layer form {

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="search"],
  input[type="url"],
  input[type="password"],
  input[type="datetime"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="number"],
  input[type="range"],
  input[type="color"],
  input[type="radio"],
  input[type="checkbox"],
  input[type="submit"],
  input[type="button"],
  input[type="image"],
  select,
  button,
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    font-family: "メイリオ", Meiryo, "Noto Sans JP", sans-serif;
  }

  /* プレースホルダー */
  ::-webkit-input-placeholder {
    color: #ccc;
  }

  :-ms-input-placeholder {
    color: #ccc;
  }

  ::-ms-input-placeholder {
    color: #ccc;
  }

  ::placeholder {
    color: #ccc;
  }

  /* 入力欄 */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="search"],
  input[type="url"],
  input[type="password"],
  input[type="datetime"] {
    inline-size: 100%;
    padding: 0.25rem 0.75rem;
    border: 1px solid var(--border_color);

  }

  /* 入力欄 */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="search"],
  input[type="url"],
  input[type="password"],
  input[type="datetime"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="number"],
  input[type="range"],
  textarea {
    background: #fff;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: inset 1.5px 1.5px 0px #cccccc;
    border: none;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;

	  &[readonly="readonly"]{
		  box-shadow: unset;
		  border-radius: unset;
		  border: unset;
		  pointer-events: none;
	  }
  }

  /* 日付 */
  input[type="datetime"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime-local"] {
    font-size: min(4vw, 16px);
    min-block-size: 34px;
    min-inline-size: 120px;
  }

  /* 数値 */
  /* スピンボタン非表示*/
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  input[type="number"] {
    -moz-appearance: textfield;
  }

  /* レンジ */
  /* カラーピッカー */
  select {
    width: 100%;
    padding: 0.5em 1em;
    border: 1px solid #ccc;
    background: url(images/down-select.png) no-repeat right 1em center;
    cursor: pointer;
  }

  select::-ms-expand {
    display: none;
  }

  textarea {
    width: 100%;
    /* ieでスクロールバー非表示 */
    padding: 0.5em 1em;
    overflow: hidden;
    border: 1px solid #ccc;
  }

  input[type="submit"],
  input[type="button"],
  button {
    cursor: pointer;
  }

  form input[type="radio"] {
    display: none;
  }

  form input[type="radio"]+span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    line-height: 1;
  }

  form input[type="radio"]+span:before {
    margin-right: 0.3em;
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #cccccc;
    position: relative;
    top: 2px;
  }

  form input[type="radio"]:checked+span:after {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--main_color);
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    left: 2px;
    /* 	top: 9px; */
    top: 6px;
  }

  .searchandfilter label {
    position: relative;
  }

  form input[type="checkbox"] {
    -webkit-appearance: auto;
    appearance: auto;
    display: none;
  }

  form input[type="checkbox"]+span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
  }

  form input[type="checkbox"]+span:before {
    content: "";
    /* 	width: 20px;
	height:20px; */
    width: min(4.5vw, 20px);
    height: min(4.5vw, 20px);
    display: inline-block;
    border: 1px solid #999999;
    position: relative;
    top: 4px;
    /* 	border-radius: 2px; */
  }

  /* .fp-sidebar .searchandfilter .cat-item label{
	padding-left: 20px;
}
.fp-sidebar .searchandfilter .cat-item label:before{
  margin-right: 0.25em;
  width: 15px;
  height:15px;
  top: -1px;
  position: absolute;
  left: 0;
} */

  form input[type="checkbox"]:checked+span:after,
  .searchandfilter .cat-item label:has(>input[type="checkbox"]:checked):after {
    content: "";
    /* 	width: 14px;
	height: 10px; */
    width: min(3vw, 14px);
    height: auto;
    aspect-ratio: 11 / 7;
    display: inline-block;
    position: absolute;
    left: 3px;
    /* 	top: 6px; */
    top: 7px;
    border-bottom: min(0.7vw, 3px) solid var(--sub_color2);
    border-left: min(0.7vw, 3px) solid var(--sub_color2);
    transform: rotate(-45deg);
  }

  .searchandfilter .cat-item label.cl-check:after {
    content: "";
    width: 14px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 6px;
    border-bottom: 3px solid var(--sub_color2);
    border-left: 3px solid var(--sub_color2);
    transform: rotate(-45deg);
    z-index: 1;
  }

  .prefbox select {
    width: auto;
    margin-bottom: 0.5em;
    font-size: 16px;
    padding: 0.5em;
  }

  .wrap .contact-form table th,
  .wrap .contact-form table td {
    vertical-align: middle;
  }

  .contact-form button {
    display: block;
    z-index: 1;
    position: relative;
    max-width: 300px;
    width: 100%;
    margin-top: 40px;
    padding: 1em;
    background: #fff;
    text-align: center;
    transition: 0.5s;
    color: #f37022;
    border: 1px solid #f37022;
    border-radius: 4px;
    filter: drop-shadow(1px 1px 0px #ccc);
    font-size: 14px;
    margin: auto;
  }

  .contact-form button:after {
    -webkit-transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 3px solid #f37022;
    border-right: 3px solid #f37022;
    content: "";
  }

  .contact-form button:hover {
    background: #f37022;
    color: #fff;
    opacity: 1;
  }

  .contact-form button:hover:after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  .mw_wp_form_preview .list-caution {
    display: none;
  }

  @media screen and (min-width: 901px) {
    select {
      width: 410px;
    }

    textarea {
      height: 210px;
      display: block;
      border: none;
      border-bottom: 1px solid #cccccc;
      border-right: 1px solid #cccccc;
    }
  }

  @media screen and (max-width: 640px) {
    textarea {
      height: 60vw;
      display: block;
    }
  }
}

/*--------------------form.cssここまで--------------------*/

/* ////////////////////////////////////////
PC,SP共通 base.css
//////////////////////////////////////// */
@layer base {
  body {
    /* 	color: #333; */
    /* 	color:#212121; */
    color: #3e3a39;
    font-family: "A-OTF-A1MinchoStd", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    /* 	font-family: "Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif; */
    font-size: min(16px, 4vw);
    letter-spacing: .05rem;
    font-weight: 500;
    text-align: justify;
    font-feature-settings: "palt";
    text-rendering: optimizeLegibility;
  }

  body p {
    line-height: 1.75;
  }

  .textLeft {
    text-align: left;
  }

  .textRight {
    text-align: right;
  }

  .textCenter {
    text-align: center;
  }

  .textJustify {
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .weightBold {
    font-weight: bold;
  }

  .colorBlue {
    color: #1364b3;
  }

  body {
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
  }

  p {
    word-break: break-all;
  }

  .clearfix:after {
    display: block;
    clear: both;
    content: "";
  }

  .flexCenter {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;

    &:has(.wpcf7-form-control-wrap) {
      flex-flow: column;
		gap: 1rem;
      align-items: center;
    }
	  
  }

  .flexLeft {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
  }

  .flexRight {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
  }

  .relative {
    position: relative;
  }

  .absolute {
    position: absolute;
  }

  .fullWidth {
    width: 100%;
  }

  .wp-block-image figcaption {
    text-align: center;
    margin: min(2.5vw, 15px) 0 0;
    font-size: min(3.2vw, 14px);
  }

  .company .wrap-main {
    background: url(images/bg-company-top.png) no-repeat center center;
  }

  .works .wrap-main {
    background: url(images/bg-works-top.png) no-repeat center center;
  }

  .recruit .wrap-main {
    background: url(images/bg-recruit-top.png) no-repeat center center;
  }

  .inner-main {
    color: #fff;
  }

  .inner-main h1 {
    margin-bottom: 1em;
  }

  .inner-main p {
    letter-spacing: 0.1em;
    line-height: 1.75;
  }

  .wrap-2column .list-post {
    margin-top: -20px;
  }

  .box-post-text {
    border-bottom: 1px solid #ccc;
  }

  .box-post-text a {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    position: relative;
  }

  .main-column .box-post-text a:after {
    -webkit-transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1.5em;
    width: 10px;
    height: 10px;
    margin: auto;
    transform: rotate(45deg) translateY(-50%);
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
  }

  .box-post-text a>* {
    display: block;
    margin: 5px 0;
    line-height: 20px;
  }

  .box-post-text time {
    margin-right: 10px;
    font-size: min(3vw, 14px);
  }

  .main-column>p {
    text-align: justify;
    line-height: 2.3;
    letter-spacing: .05em;
  }

  .main-column .has-text-align-right {
    text-align: right;
  }

  .main-column .has-text-align-center {
    text-align: center;
  }


  /*
.main-column ol {
  counter-reset: ol-count;
}

.main-column ul li,.main-column ol li{
	line-height:1.5;
  position: relative;
  padding-left: min(20px, 5vw);
  font-size: min(3.5vw,14px);
}

.main-column ol > li, .main-column ol > li > ol > li{
	padding-left: min(25px, 6vw);
}

.main-column ul > li:not(:first-of-type), .main-column ol > li:not(:first-of-type){
  margin-top: 0.5rem;
}

.main-column ol > li > ul, .main-column ol > li > ul > li{
  margin-top: 0.3rem;
}

.main-column ul li:before{
	content:"";
	display:block;
	position:absolute;
	left:3px;
	top: 5px;
	background:var(--main_color);
	width:10px;
	height:10px;
	border-radius:50%;
}

.main-column h2 + ul > li{
  font-size: min(3.7vw,15px);
  line-height: 1.6;
}

.main-column h2 + ul > li:before{
  top: 6px;
}

figure + ul{
  margin-top: 0.5rem;
}

.main-column ol > li:before, .main-column ol > li > ol > li:before{
  counter-increment: ol-count;
  content: counter(ol-count)".";
  color: #4e413b;
  font-weight: bold;
  display:block;
  position:absolute;
  left:3px;
  top: 0px;
  border-radius: 0;
  background: none;
}
  */

  /* .main-column .kome-list li{
	padding-left: min(5vw,17px);
}
.main-column .kome-list li:before {
  content: "※";
  border-radius: 0;
  background: none;
  width: auto;
  height: auto;
  top: 0;
	left:0;
	border:none;
} */

  .main-column .asterisk-list li {
    padding-left: min(5vw, 17px);
    font-size: min(3.7vw, 15px);
  }

  .main-column .asterisk-list li:before {
    content: "*";
    border-radius: 0;
    background: none;
    width: auto;
    height: auto;
    top: -1px;
    left: 1px;
    border: none;
    font-size: min(5.5vw, 22px);
  }

  .main-columnc .is-style-outline .wp-block-button__link {
    background-color: transparent;
    text-decoration: none;
  }

  .is-style-outline .wp-block-button__link:after {
    -webkit-transform: rotate(45deg);
    display: inline-block;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    margin-left: 10px;
    transform: rotate(45deg);
    border-top: 2px solid #1364b3;
    border-right: 2px solid #1364b3;
    content: "";
  }

  .main-column pre {
    max-width: 100%;
    font-size: 14px;
    text-align: justify;
    line-height: 1.7;
    white-space: pre-wrap;
  }

  .main-column table {
    /*margin: 32px 0;*/
    width: 100%;
  }

  .main-column table th,
  main-column table td {
    line-height: 1.75;
  }

  .main-column table th {
    padding: 1em 1em;
    vertical-align: top;

  }

  .main-column table td {
    padding: 1em 1em;
    vertical-align: top;
  }

  .main-column .box-post-text h3 {
    width: calc(100% - 180px);
    margin: 0;
    padding: 0;
    border: none;
    font-size: 16px;
    line-height: 32px;
    position: relative;
  }

  .wrap-post-img-text {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(46%, 200px), 1fr));
    gap: min(6vw, 35px);
  }

  .box-post-img-text {
    width: 100%;
    display: flex;
    flex-flow: column;
  }

  .box-post-img-text a {
    display: block;
  }

  .box-post-img-text .wrap-zoom>img {
    height: auto !important;
    width: 100%;
    aspect-ratio: 5/7;
  }

  .box-post-img-text a>*:nth-child(1),
  .box-post-img-text>img {
    margin-bottom: 15px;
  }

  .box-post-img-text a>*:nth-child(2) {
    margin-bottom: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .box-post-img-text time {
    display: block;
    font-size: 14px;
    margin-right: 5px;
  }

  .main-column .box-post-img-text h3,
  .wrap-1column .box-post-img-text h3 {
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-size: 16px;
    margin: 0;
    padding: 0;
    border: none;
  }

  .wrap-1column .box-post-img-text .btn-flex {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
  }

  .wrap-1column .box-post-img-text .btn-flex .btn-archive {
    margin-top: min(20px, 3vw);
    padding: 0.75em;
  }

  .wrap-1column .box-post-img-text h3[subtxt] {
    display: flex;
    flex-flow: column;
    align-items: baseline;
  }

  .wrap-1column .box-post-img-text h3[subtxt]:after {
    content: attr(subtxt);
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: var(--main_color);
  }

  .box-post-img-text p {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  .related .box-post-img-text {
    margin-right: 20px;
  }

  .related .box-post-img-text:not(:nth-of-type(3n)) {
    margin-right: 0px;
  }

  .wrap-2column .wrap-post-archive {
    margin-top: max(-20px, -8vw);
  }

  .wrap-post-archive h3 {
    text-align: left;
  }

  .box-post-archive:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
  }

  .box-post-archive a {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 20px 0;
    position: relative;
  }

  .wrap-1column .box-post-archive a {
    padding: min(40px, 8vw) 0;
  }

  .wrap-1column .box-post-archive:first-of-type a {
    padding-top: 0;
  }

  .box-post-archive a:after {
    content: "";
    content: "続きを読む";
    padding-right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    height: 14px;
    background: url(images/triangle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    margin-top: 15px;
    position: absolute;
    bottom: 20px;
    right: 0;
  }

  .wrap-1column .box-post-archive a:after {
    bottom: min(40px, 8vw);
  }

  .box-post-archive a>div:nth-child(1) {
    width: 250px;
    margin-right: 20px;
  }

  .box-post-archive a>div:nth-child(2) {
    position: relative;
    width: calc(100% - 270px);
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    height: 100%;
  }

  .box-post-archive a>div:nth-child(2)>div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
  }

  .box-post-archive img {
    width: 100%;
    height: auto;
	  aspect-ratio: 8/5;
  }

  .box-post-archive time {
    display: block;
    font-size: 14px;
    line-height: 20px;
  }

  .box-post-archive time:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(images/date.svg);
    background-size: cover;
    margin-right: 5px;
    position: relative;
    top: 2px;
  }

  .main-column .box-post-archive h3,
  .wrap-1column .box-post-archive h3 {
    width: 100%;
    line-height: 1.5;
    font-size: 20px;
    margin: 0;
    padding: 0;
    border: none;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .box-post-archive p {
    width: 100%;
    line-height: 1.5;
    font-size: 14px;
    margin-top: 5px;
    position: relative;
    text-align: justify;

  }

  .box-post-archive-side a {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }

  .box-post-archive-side a>div:nth-child(1) {
    width: 75px;
    margin-right: 10px;
  }

  .box-post-archive-side a>div:nth-child(2) {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: calc(100% - 96px);
  }

  .sidebar .box-post-archive-side img {
    width: 100%;
    /* 	height:75px!important; */
    height: 75px;
    /* 	height: auto; */
  }

  .box-post-archive-side time {
    display: block;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 4px;
  }

  .box-post-archive-side h3 {
    width: 100%;
    line-height: 1.35;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .box-post-archive-side .category-post {
    display: none;
    width: 70px;
    padding: 0 5px;
    height: 14px;
    border-radius: 3px;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .wrap-post-archive-side {
    margin-top: 12px;
  }

  .wrap-post-archive-side .box-post-archive-side:not(:last-child) {
    margin-bottom: 15px;
  }

  .category-post {
    display: inline-block;
    padding: 0.15rem 1rem 0.3rem;
    line-height: 1;
    font-size: min(3.2vw, 14px);
    text-align: center;
  }

  .box-post-text .category-post {
    margin-right: 10px;
  }

  .header {
    z-index: 6;
    position: relative;
    background: #fff;
    transition: box-shadow, 0.4s;
  }

  .header.over {
    position: fixed;
    left: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }

  .header.over.active {
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.5s 0.5s;
  }

  .inner-header {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px;
  }

  .wrap-logo {
    display: flex;
    align-items: center;
	margin-left: min(3vw, 30px);
  }

  /* .wrap-logo .logo {
  display: block;
}
.wrap-logo .logo:hover {
  opacity:1;
} */
  .wrap-logo .logo img {
    display: block;
    inline-size: min(100%, 300px);
    height: auto;
    height: 40px;
  }

  .header {
    .head-header {
      line-height: 1.25;
      font-size: min(2.5vw, 14px);
      text-align: center;
      padding: 0.5rem 0 0.6rem;
      border-block-end: 1px solid currentColor;
      outline: 2px solid currentColor;
      outline-offset: 2px;
      overflow: hidden;
    }
  }

  .head-header>* {
    font-weight: 500;
    line-height: 1;
    color: #000;
  }

  .wrap-tel-header p {
    font-size: 14px;
    text-align: right;
    margin-top: 14px;
    margin-right: 50px;
    word-break: keep-all;
    white-space: nowrap;
  }

  .tel {
    font-size: 28px;
    position: relative;
    top: 8px;
    font-family: 'Fjalla One', sans-serif;
  }

  .tel:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  .list-sp-menu {
    display: none;
  }

  .list-sp-menu li {
    width: 40px;
  }

  .sp-menu {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    text-align: center;
  }

  .sp-menu span {
    -webkit-transform: scale(0.8, 0.8);
    display: block;
    padding-top: 0.5em;
    transform: scale(0.8, 0.8);
    font-size: 10px;
    letter-spacing: 0;
  }

  .sp-menu:before {
    color: #1364b3;
    font-size: 24px;
  }

  .nav-open {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
  }

  /* .nav-open:after {
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  font-size: 10px;
  text-align: center;
  content: "MENU";
} */

  .footer {
    position: relative;
    margin-top: auto;
    /* 	color:#fff; */
  }

  /* .footer a{
	color:#fff;
} */

  .footer-contact {
    padding: 50px 0;
    border-bottom: 1px solid #ccc;
  }

  .footer-contact * {
    text-align: center;
  }

  .footer-contact h3 {
    margin-bottom: 2em;
    padding: 0.5em 0;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    line-height: 1.5;
  }

  .list-contact li:not(:last-child) {
    margin-bottom: 0.75em;
  }

  .btn-number {
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
  }

  .btn-number:before {
    width: 3em;
    margin-right: 0.5em;
    background: #999999;
    color: #ffffff;
    font-size: 45%;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    vertical-align: bottom;
    border-radius: 5px;
  }

  .btn-contact {
    display: block;
    position: relative;
    padding: 1em;
    border-radius: 3px;
    text-align: center;
  }

  .btn-contact:after {
    -webkit-transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
  }

  .footer-contents {
    width: 840px;
    display: flex;
    justify-content: space-between;
  }

  .wrap-footer-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .wrap-footer-nav .footer-nav li a span {
    display: none;
  }

  .wrap-footer-nav .footer-nav {
    width: calc((100% - 40px) / 3);
    border-bottom: 1px solid #cccccc;
  }

  .wrap-footer-nav .footer-nav li a {
    border-top: 1px solid #cccccc;
    padding: 0.5em 0;
    display: block;
  }

  .footer-facebook {
    width: calc((100% - 40px) / 3);
  }

  .footer-twitter {
    width: calc((100% - 40px) / 3);
  }

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

  .widget_nav_menu:not(:last-child),
  .box-side:not(:last-child) {
    margin-bottom: 30px;
  }

  .widget_nav_menu h3,
  .head-side {
    position: relative;
    /*   padding:9px 0; */
    padding: 8px 5px 10px;
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*   background: #eeeeee; */
    margin-bottom: 15px;
    line-height: 1;
    background: var(--sub_color2);
    color: #fff;
  }

  .widget_nav_menu h3:before,
  .head-side:before,
  .widget_nav_menu h3:after,
  .head-side:after {
    display: block;
    content: none;
    height: 16px;
    background-color: #eeeeee;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    min-width: 20px;
  }

  .widget_nav_menu h3:before,
  .head-side:before {
    margin-right: 0.5em;
  }

  .widget_nav_menu h3:after,
  .head-side:after {
    margin-left: 0.5em;
  }

  .widget_nav_menu .menu>li {
    position: relative;
  }

  .widget_nav_menu .menu>li,
  .list-side>li:not(:last-of-type) {
    border-bottom: 1px solid #eee;
  }

  .widget_nav_menu .menu>li a,
  list-side>li a {
    display: block;
    position: relative;
    padding: 0.75em 0;
    line-height: 1.25;
  }

  .widget_nav_menu .menu>li a:after {
    -webkit-transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
  }

  .widget_nav_menu ul>li>ul.sub-menu {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s;
  }

  .widget_nav_menu ul>li:hover>ul.sub-menu {
    visibility: visible;
    z-index: 10;
    opacity: 1;
  }

  .widget_nav_menu ul>li>ul.sub-menu>li:nth-child(1):before {
    content: "";
    height: 15px;
    width: 15px;
    display: block;
    background: var(--main_color);
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -8px;
    margin: auto 0;
    z-index: -1;
  }

  .widget_nav_menu ul>li>ul.sub-menu>li>ul>li:nth-child(1):before {
    background: #104f82;
  }

  .widget_nav_menu ul>li>ul.sub-menu>li:not(:last-child) {
    border-bottom: 1px solid #c9caca;
  }

  .widget_nav_menu ul>li>ul.sub-menu>li {
    position: relative;
  }

  .widget_nav_menu ul>li>ul.sub-menu>li a {
    background: var(--main_color);
    padding: 0.75em 1em;
    color: #ffffff;
    z-index: 1;
  }

  .widget_nav_menu ul>li>ul.sub-menu>li a:hover {
    opacity: 1;
    background: #3b80b7;
  }

  .widget_nav_menu ul>li>ul.sub-menu>li>ul>li>a {
    background: #104f82;
  }

  .wp-caption-text {
    font-size: 15px;
    line-height: 1.75;
    margin-top: 0.5em;
    width: 300px;
    text-align: justify;
    letter-spacing: 0.05em;
  }

  .list-side2 {
    margin-bottom: 1em;
  }

  .list-side2 li:not(:first-child) {
    margin-top: 15px;
  }

  .list-side2 a {
    display: flex;
  }

  .list-side2 a div:nth-child(1) {
    width: 90px;
    margin-right: 10px;
  }

  .list-side2 a div:nth-child(2) {
    width: 200px;
  }

  .box-side2 .list-side2 img {
    width: 100%;
    height: 90px !important;
  }

  .list-side2 time {
    display: block;
    margin-bottom: 0.5em;
    font-size: 12px;
  }

  .list-side2 span {
    font-size: 14px;
    line-height: 1.5;
  }

  .side-compnay {
    line-height: 1.5;
  }

  .side-compnay picture {
    margin-top: 12px;
  }

  .side-compnay img {
    margin-bottom: 1em;
  }

  .side-address-compnay {
    margin-bottom: 1em;
  }

  .side-address-compnay p:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background-size: cover;
    position: relative;
    top: 2px;
  }

  .company_name:before {
    background: url(images/company.svg);
  }

  .company_zipcode:before {
    background: url(images/zip.svg);
  }

  .company_pref:before {
    background: url(images/pref.svg);
  }

  .company_tel:before {
    background: url(images/tel2.svg);
  }

  .company_fax:before {
    background: url(images/fax.svg);
  }

  .side-list-compnay {
    display: flex;
    justify-content: space-between;
  }

  .side-list-compnay li {
    width: 48%;
  }

  .side-list-compnay a {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid #aaaaaa;
    font-size: 12px;
    text-align: center;
  }

  .side-access:before {
    margin-right: 0.5em;
    color: #dc4b3e;
  }

  .side-company:after {
    margin-left: 1em;
  }

  .box-search {
    display: flex;
    padding-top: 12px;
  }

  .box-search input[type="text"] {
    width: 85%;
    padding: 7px 14px 6px;
    border-radius: 4px 0 0 4px;
  }

  .box-search button[type="submit"] {
    width: 15%;
  }

  .box-search .fa-search {
    display: block;
    background: #666666;
    height: 39px;
    border-radius: 0 4px 4px 0;
    position: relative;
  }

  .box-search .fa-search:before {
    content: "";
    background: url(images/search.svg);
    background-size: cover;
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }

  .check {
    display: none;
  }

  .check+.parent {
    display: flex;
    justify-content: space-between;
    padding: 0.75em 1em;
    background: #1364b3;
    color: #fff;
    line-height: 1.25;
    cursor: pointer;
  }

  .check+.parent:after {
    content: "▼";
  }

  .check+.parent+ul {
    display: none;
  }

  .check:checked+.parent:after {
    content: "▲";
  }

  .check:checked+.parent+ul {
    display: block;
  }

  .breadcrumb {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: min(7vw, 4.4em);
    padding: 1.6em 0 0.5em;
  }

  .breadcrumb li:nth-child(1) {
    padding-left: 26px;
    position: relative;
  }

  .breadcrumb li:nth-child(1) a:before {
    content: "";
    width: 18px;
    height: 15px;
    display: inline-block;
    background: url(images/home.svg);
    /*   background:url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="123.305 32.93 595.281 529.421" enable-background="new 123.305 32.93 595.281 529.421"><polygon fill="%234e413b" points="626.964,238.93 626.964,100.766 546.404,100.766 546.404,158.432 482.462,94.572 421.05,32.93 123.305,330.449 167.403,374.519 421.05,121.082 674.488,374.519 718.585,330.449 	"/><polygon fill="%234e413b" points="214.924,362.863 214.924,562.351 372.106,562.351 372.106,428.126 469.785,428.126 469.785,562.351 626.964,562.351 626.964,362.845 421.05,156.911"/></svg>') center/contain no-repeat; */
    background-size: cover;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: -2px;
  }

  .breadcrumb li:not(:first-child):before {
    margin: 0 0.5em 0 1em;
    font-size: 12px;
    content: "/";
  }

  .breadcrumb a,
  .breadcrumb span {
    font-size: min(3vw, 14px);
  }

  .breadcrumb a:hover {
    text-decoration: underline;
    opacity: 1;
  }


  :is(.interval5em:not(.wp-block-group) > *:not(:first-child), .wp-block-group.interval5em > div > *:not(:first-child)) {
    margin-top: 0.5em;
  }

  :is(.interval10em:not(.wp-block-group) > *:not(:first-child), .wp-block-group.interval10em > div > *:not(:first-child)) {
    margin-top: 1em;
  }

  :is(.interval15em:not(.wp-block-group) > *:not(:first-child), .wp-block-group.interval15em > div > *:not(:first-child)) {
    margin-top: 1.5em;
  }

  :is(.interval20em:not(.wp-block-group) > *:not(:first-child), .wp-block-group.interval20em > div > *:not(:first-child)) {
    margin-top: 2em;
  }

  :is(.interval25em:not(.wp-block-group) > *:not(:first-child), .wp-block-group.interval25em > div > *:not(:first-child)) {
    margin-top: 2.5em;
  }

  :is(.interval30em:not(.wp-block-group) > *:not(:first-child), .wp-block-group.interval30em > div > *:not(:first-child)) {
    margin-top: 3em;
  }

  :is(.interval35em:not(.wp-block-group) > *:not(:first-child), .wp-block-group.interval35em > div > *:not(:first-child)) {
    margin-top: 3.5em;
  }

  :is(.interval40em:not(.wp-block-group) > *:not(:first-child), .wp-block-group.interval40em > div > *:not(:first-child)) {
    margin-top: 4em;
  }

  :is(.interval45em:not(.wp-block-group) > *:not(:first-child), .wp-block-group.interval45em > div > *:not(:first-child)) {
    margin-top: 4.5em;
  }

  :is(.interval50em:not(.wp-block-group) > *:not(:first-child), .wp-block-group.interval50em > div > *:not(:first-child)) {
    margin-top: 5em;
  }

  .main-visual {
    position: relative;
  }

  body:not(.index) .main-visual {
    display: flex;
    align-items: center;
    height: 163px;
    background: var(--main_color);
  }

  .main-visual picture {
    display: block;
  }

  .main-visual img {
    width: 100%;
    height: auto;
  }

  .wrap-1column .photo-img p+img {
    margin-top: min(28px, 4vw);
  }

  .wrap-1column .photo-img img+p {
    margin-top: min(28px, 4vw);
  }

  .fullvw-width {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: unset;
  }

  .consept-block {
    /*     background: url(https://amnk2019.xsrv.jp/wp-content/uploads/1920x1080x600a4221bb921f5c82bf55.jpg.webp) 50% 50% , #ffffff99; */
    background-blend-mode: overlay;
    padding: 70px 0;
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .main-column .consept-block h3 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
  }

  .head-page {
    color: #fff;
    font-size: min(6vw, 36px);
    line-height: 1;
    text-align: center;
    position: relative;
    top: -4px;
    text-transform: uppercase;
  }

  .head-page:after {
    margin-top: 1em;
    font-size: 16px;
  }

  .wrap-slider {
    position: relative;
    width: 1920px;
    left: -360px;
  }

  .wrap-slider .slider {
    position: relative;
    width: 100%;
    height: 600px;
  }

  .wrap-slider .slider li {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: backwards;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    animation-name: fade;
    animation-duration: 15s;
    animation-fill-mode: backwards;
    animation-iteration-count: infinite;
  }

  .wrap-slider .slider li:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }

  .wrap-slider .slider li:nth-child(2) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
  }

  .wrap-slider .slider li:nth-child(3) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
  }

  @-webkit-keyframes fade {
    0% {
      display: none;
      opacity: 0;
    }

    10% {
      display: block;
      opacity: 1;
    }

    33% {
      display: block;
      opacity: 1;
    }

    45% {
      display: none;
      opacity: 0;
    }

    100% {
      display: none;
      opacity: 0;
    }
  }

  @keyframes fade {
    0% {
      display: none;
      opacity: 0;
    }

    10% {
      display: block;
      opacity: 1;
    }

    33% {
      display: block;
      opacity: 1;
    }

    45% {
      display: none;
      opacity: 0;
    }

    100% {
      display: none;
      opacity: 0;
    }
  }

  .wrap-head-common {
    /*   margin-bottom: 30px; */
    margin-bottom: min(5vw, 30px);
  }

  .head-common {
    line-height: 1.5;
  }

  .main-column h2:has([class]) {
    line-height: 1.75;
  }

  .main-column {
    container: main-size / inline-size;

    & h2 {
      :is(&:not([class]), &.wp-block-heading:not([class*=" "])) {
        line-height: 1.75rem;
        margin-bottom: min(7vw, 28px);
        margin-top: min(20vw, 80px);
        font-size: min(5.5vw, 22px);
        padding: min(3vw, 12px);
        color: var(--main_color);
        background: #f3f3f3;
        font-weight: bold;
      }
    }

    & h3:not(.box-post-text h3):not(.box-post-archive h3) {
      :is(&:not([class]), &.wp-block-heading:not([class*=" "])) {
        margin: min(5vw, 1rem) 0;
        padding: min(2vw, 0.25rem) 0;
        font-size: min(4.5vw, 20px);
        line-height: 1.25;
        border-bottom: 2px solid var(--main_color);
        color: var(--main_color);
      }
    }

    & .box-post-text h3 {
      :is(&:not([class]), &.wp-block-heading:not([class*=" "])) {
        margin: 0;
        border-bottom: none;
        padding: 0;
      }
    }

    & .box-post-archive h3 {
      :is(&:not([class]), &.wp-block-heading:not([class*=" "])) {
        width: 100%;
        line-height: 1.5;
        font-size: min(4.3vw, 20px);
        padding: 0;
        border: none;
        font-weight: bold;
        margin: min(2vw, 15px) 0;
      }
    }

    & h4 {
      :is(&:not([class]), &.wp-block-heading:not([class*=" "])) {
        margin: min(8vw, 2rem) 0 min(3vw, 0.5rem);
        padding-left: min(2.5vw, 1rem);
        font-size: min(4vw, 18px);
        line-height: 1.25;
        border-left: 4px solid var(--main_color);
        color: var(--main_color);
      }
    }

    &>.card>div>*:first-child {
      margin-top: 0;
    }

    & p {
      &+ul {
        :is(&:not([class]), &.wp-block-list:not([class*=" "])) {
          margin-top: min(4vw, 1rem);
        }
      }

      &+ol {
        :is(&:not([class]), &.wp-block-list:not([class*=" "])) {
          margin-top: min(4vw, 1rem);
        }
      }
    }

    & ul {
      &>li {
        position: relative;

        &+li {
          margin-top: 0.5rem
        }
      }

      :is(&:not([class]), &.wp-block-list:not([class*=" "])) {
        &>li:not([class]) {
          line-height: 1.55;
          padding-left: min(4vw, 1.05rem);

          &::before {
            content: "";
            display: block;
            position: absolute;
            top: 9px;
            left: 2px;
            width: min(1.9vw, 8px);
            height: auto;
            aspect-ratio: 1;
            background: var(--main_color);
            border-radius: 15px;
          }
        }
      }
    }

    & ol {
      counter-reset: ol-count;

      &>li {
        position: relative;
        line-height: 1.55;

        &:before {
          counter-increment: ol-count;
          content: counter(ol-count);
        }

        [style*="upper-alpha"] &:before {
          content: counter(ol-count, upper-alpha);
        }

        [style*="lower-alpha"] &:before {
          content: counter(ol-count, lower-alpha);
        }

        [style*="upper-roman"] &:before {
          content: counter(ol-count, upper-roman);
        }

        [style*="lower-roman"] &:before {
          content: counter(ol-count, lower-roman);
        }

        &+li {
          margin-top: 0.4rem
        }
      }

      :is(&:not([class]), &.wp-block-list:not([class*=" "])) {
        & li:not([class]) {
          padding-left: min(7vw, 2rem);

          &::before {
            counter-increment: ol-count;
            content: counter(ol-count);
            color: #fff;
            font-weight: bold;
            background: var(--main_color);
            line-height: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: min(1.3vw, 0.2rem) min(1.3vw, 0.3rem) min(1.3vw, 0.2rem) min(1.3vw, 0.4rem);
            width: min(5.5vw, 22px);
            height: min(5.5vw, 22px);
            border-radius: 50%;
            font-size: 80%;
            position: absolute;
            left: 0;
            top: 1px;
          }

          [style*="lower-alpha"] &:before {
            color: var(--main_color);
            font-weight: bold;
            content: counter(ol-count, lower-alpha) ".";
            background: none;
            border-radius: 0;
            padding: 0;
            top: 2px;
            font-size: 100%;
          }

          [style*="upper-roman"] &:before {
            color: var(--main_color);
            font-weight: bold;
            content: counter(ol-count, upper-roman) ".";
            background: none;
            border-radius: 0;
            padding: 0;
            top: 2px;
            font-size: 100%;
          }

          [style*="lower-roman"] &:before {
            color: var(--main_color);
            font-weight: bold;
            content: counter(ol-count, lower-roman) ".";
            background: none;
            border-radius: 0;
            padding: 0;
            top: 2px;
            font-size: 100%;
          }
        }
      }
    }
  }

  .wrap-1column .main-column h2:has([class]) {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    letter-spacing: 0.01em;
    text-indent: 0.01em;
    font-size: min(40px, 6.2vw);
    margin-bottom: min(40px, 12vw);
    background: none;
    color: var(--main_color);
  }

  .single-post .head-common {
    font-size: 36px;
    border-bottom: 1px solid #999999;
    padding-bottom: 13px;
  }

  a:hover {
    opacity: 0.7;
    transition: 0.2s;
  }

  .hover-opacity1 a:hover {
    opacity: 1;
  }

  .wrap-btn {
    display: flex;
  }

  .section-about .wrap-btn {
    justify-content: center;
    ;
  }


  :is(.flexCenter, .flexLeft, .flexRight):has(.btn-archive, .btn-min),
  :is(.flexCenter, .flexLeft, .flexRight):is(.btn-archive, .btn-min):has(>*) {
    margin-block-start: min(8vw, 3rem);
    position: relative;
  }

  :is(.btn-min:not(:has(>*)), .btn-min:has(>*) *) {
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
    line-height: 1;
    font-weight: 700;
    text-decoration: underline;

    &:after {
      content: "";
      aspect-ratio: 1/1;
      border-radius: 50%;
      inline-size: 1.25rem;
      background: var(--main_color);
      mask: url('data:image/svg+xml;base64,PHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2Q5ZDlkOTsKICAgICAgICBzdHJva2Utd2lkdGg6IDBweDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTguMDEsMTIuMTZsLTUuNzIsNS40NGMtLjU1LjUzLTEuNDMuNS0xLjk1LS4wNS0uNTMtLjU1LS41LTEuNDMuMDUtMS45NWwyLjMzLTIuMjJoLTUuNTJjLS43NiwwLTEuMzgtLjYyLTEuMzgtMS4zOHMuNjItMS4zOCwxLjM4LTEuMzhoNS41MmwtMi4zMy0yLjIyYy0uNTUtLjUyLS41Ny0xLjQtLjA1LTEuOTUuNTMtLjU1LDEuNC0uNTgsMS45NS0uMDVsNS43Miw1LjQ0cy4wNy4xLjA3LjE2LS4wMi4xMi0uMDcuMTZaTTEyLDBDNS4zNywwLDAsNS4zNywwLDEyczUuMzcsMTIsMTIsMTIsMTItNS4zNywxMi0xMlMxOC42MywwLDEyLDBaIi8+Cjwvc3ZnPg==') center / contain no-repeat;
      -webkit-mask: url('data:image/svg+xml;base64,PHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2Q5ZDlkOTsKICAgICAgICBzdHJva2Utd2lkdGg6IDBweDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTguMDEsMTIuMTZsLTUuNzIsNS40NGMtLjU1LjUzLTEuNDMuNS0xLjk1LS4wNS0uNTMtLjU1LS41LTEuNDMuMDUtMS45NWwyLjMzLTIuMjJoLTUuNTJjLS43NiwwLTEuMzgtLjYyLTEuMzgtMS4zOHMuNjItMS4zOCwxLjM4LTEuMzhoNS41MmwtMi4zMy0yLjIyYy0uNTUtLjUyLS41Ny0xLjQtLjA1LTEuOTUuNTMtLjU1LDEuNC0uNTgsMS45NS0uMDVsNS43Miw1LjQ0cy4wNy4xLjA3LjE2LS4wMi4xMi0uMDcuMTZaTTEyLDBDNS4zNywwLDAsNS4zNywwLDEyczUuMzcsMTIsMTIsMTIsMTItNS4zNywxMi0xMlMxOC42MywwLDEyLDBaIi8+Cjwvc3ZnPg==') center / contain no-repeat;
    }

    .flexCenter:has(&){
      margin-block-start: 1rem;
    }
  }


  .btn-archive {
    width: min(100%, 330px);
    border: unset;
    outline: #fff 1px solid;
    outline-offset: -5px;
    background: linear-gradient(-45deg, #a79c82 0%, #decfac 100%);
    /*     padding: 1.25rem 1.5rem; */
    padding: 0.85rem 1rem 1.25rem;
    /*     font-size: min(4.5vw, 20px); */
    color: #fff;
    text-align: center;
	  display: inline-flex;

	  .grid-3 &{
		  margin: unset;
	  }
  }

  /* .btn-archive:hover {
  color: #fff;
  opacity: 1;
}
.btn-archive:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #f47021;
    z-index: -1;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn-archive:hover:before {
    width: 100%;
}
.btn-archive:after {
    content: "";
    background: url(images/arrow.svg) center/contain no-repeat;
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 1em;
    width: 30px;
    aspect-ratio: 3/1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.btn-archive:hover:after{
	background:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 104 26"><polyline fill="none" stroke="%23ffffff" stroke-width="4" stroke-miterlimit="10" points="0,23.869 98.585,23.869 73.938,1.48" /></svg>') center/contain no-repeat;	
} */

  .footer-contact .btn-archive {
    min-width: 350px;
    margin: 2em 0;
    box-shadow: 0 0 3px 1px #ccc;
  }

  .telp {
    font-family: 'Fjalla One', sans-serif;
    font-size: 40px !important;
  }

  .sidebar .btn-archive {
    margin-top: 15px;
  }

  .section-about .btn-archive {
    width: 100%;
    min-width: 100px;
  }

  .btn-form,
  button.btn-form {
    border: 1px solid #1364b3;
    background: #1364b3;
    color: #fff;
    text-align: center;
  }

  .btn-form:hover,
  button.btn-form:hover {
    background: #fff;
    color: #1364b3;
    opacity: 1;
  }

  .global-nav {
    display: flex;
    z-index: 2;
    width: 100%;
    gap: min(3vw, 22px);
  }

  .global-nav>li {
    position: relative;
    flex: 1;
  }

  .global-nav>li>a {
    display: block;
    text-align: center;
    position: relative;
    white-space: nowrap;
    font-size: min(3.5vw, 15.5px);
  }

  .global-nav>li>a span {
    display: block;
    font-size: 10px;
    margin-top: 4px;
    margin-bottom: -4px;
  }

  .global-nav>li:before {
    content: none;
    display: block;
    height: 1px;
    width: 0;
    background: var(--main_color);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: 0.5s;
  }

  .global-nav>li:hover:before {
    width: 80%;
  }

  .global-nav>li>ul {
    z-index: 2;
    position: absolute;
    top: calc(100% + 0px);
    left: 45%;
    transform: translateX(-50%);
    width: calc(100% + 6vw);
    height: auto;
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
  }

  .global-nav>li:hover>ul {
    height: auto;
    opacity: 1;
    transition: 0.5s;
    top: calc(100% + 15px);
    visibility: visible;
  }

  .global-nav>li:hover>ul:before {
    content: "";
    display: block;
    height: 15px;
    width: 100%;
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .global-nav>li:hover>ul:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    border-color: transparent transparent var(--main_color);
    border-style: solid;
    border-width: 0 10px 10px;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
  }

  .global-nav>#menu-item-760>ul {
    width: calc(100% + 7vw);
  }

  .menu-item-has-children .menu-item-has-children>a {
    position: relative;
  }

  .menu-item-has-children .menu-item-has-children>a:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
  }

  .menu-item-has-children .menu-item-has-children>a:hover:after {
    border-top: 1px solid var(--main_color);
    border-right: 1px solid var(--main_color);
  }

  .global-nav>li>ul.sub-menu>li>ul>li {
    position: relative;
  }

  .global-nav>li>ul.sub-menu>li>ul>li:nth-child(1):before {
    content: "";
    height: 0;
    width: 0;
    display: block;
    border-color: transparent transparent #826d63;
    border-style: solid;
    border-width: 10px 10px 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto 0;
    z-index: 2;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }

  .global-nav>li:last-child>ul.sub-menu>li>ul>li:nth-child(1):before {
    left: initial;
    right: -20px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }

  .global-nav>li>ul.sub-menu>li a:hover {
    background: var(--sub_color2);
    color: var(--main_color);
    opacity: 1;
  }

  .global-nav>li>ul>li {
    position: relative;
    transition: 0.5s;
  }

  .global-nav>li>ul>li>ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 10;
  }

  .global-nav>li>ul>li:hover>ul {
    opacity: 1;
    top: 0;
    visibility: visible;
    transition: 0.5s;
  }

  .global-nav>li:last-child>ul>li>ul {
    right: 100%;
    left: initial;
  }

  .global-nav>li>ul>li>ul>li {
    opacity: 0;
    visibility: hidden;
  }

  .global-nav>li>ul>li:hover>ul>li {
    opacity: 1;
    visibility: visible;
  }

  .global-nav>li>ul.sub-menu>li>ul>li>a {
    background: #826d63;
  }

  .global-nav .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #f2efe8;
  }

  .global-nav .sub-menu a {
    display: block;
    padding: 1em;
    text-align: center;
  }

  .global-nav li>ul>li>a {
    z-index: 10;
  }

  .drawer-nav>li,
  .drawer-nav>li>ul>li,
  .drawer-nav>li>ul>li>ul>li {
    position: relative;
    border-bottom: 1px solid #ccc;
    line-height: 1.75;
  }

  .drawer-nav>li>ul>li:last-child,
  .drawer-nav>li>ul>li>ul>li:last-child {
    border-bottom: none;
  }

  .drawer-nav>li>a,
  .drawer-nav>li>ul>li>a,
  .drawer-nav>li>ul>li>ul>li>a {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 50px;
  }

  .drawer-nav>li>ul>li>a {
    background: #eeeeee;
  }

  .drawer-nav li a span {
    display: none;
  }

  .drawer-nav .sub-menu {
    display: none;
    border-top: 1px solid #ccc;
  }

  .drawer-nav a {
    display: block;
    padding: 0.5em 1em;
    position: relative;
  }

  .drawer-nav a:after {
    content: "";
    border-top: 3px solid #999;
    border-right: 3px solid #999;
    height: 9px;
    width: 9px;
    transform: rotate(45deg);
  }

  .drawer-nav .btn-sub+a:after {
    content: none;
  }

  .drawer-nav .btn-sub {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 50px;
    margin: auto;
    color: #999999;
  }

  .drawer-nav .fa-angle-down:before {
    content: "";
    border-top: 3px solid #999;
    border-right: 3px solid #999;
    height: 9px;
    width: 9px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(75%, -50%) rotate(135deg);
  }

  .drawer-nav .fa-angle-up:before {
    content: "";
    border-top: 3px solid #999;
    border-right: 3px solid #999;
    height: 9px;
    width: 9px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(75%, -50%) rotate(-45deg);
  }

  .footer-nav>li {
    line-height: 1.75;
  }

  .footer-nav>li>a {
    position: relative;
  }

  .footer-nav a:before {
    -webkit-transform: rotate(45deg);
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 0.5em;
    transform: rotate(45deg);
    border-top: 2px solid #131313;
    border-right: 2px solid #131313;
    vertical-align: 5%;
    content: "";
  }

  .footer-nav .sub-menu li a {
    padding-left: 1em;
  }

  .footer-nav .sub-menu li ul li a {
    padding-left: 2em;
  }

  .pagination {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    color: #f37022;
  }

  .main-column .pagination li {
    margin: 0 5px;
    padding-left: 0;
  }

  .main-column .pagination>li:not(:first-of-type) {
    margin-top: 0;
  }

  .main-column .pagination li:before {
    content: none;
  }

  .pagination .pager {
    display: inline-block;
    min-width: 40px;
    border-radius: 50%;
    background: #999;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
  }

  .pagination>.pager:last-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pagination .pager i {
    vertical-align: bottom;
    position: relative;
    display: block;
  }

  .pagination .pager i:before {
    -webkit-transform: rotate(45deg);
    display: inline-block;
    bottom: 0;
    width: 10px;
    height: 10px;
    position: relative;
    left: -1px;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
  }

  .pagination .pager .fa-chevron-left:before {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    left: 2px;
  }

  .pagination .pager:hover,
  .pagination .pager.current {
    background: #f37022;
    opacity: 1;
  }

  .pagetop {
    display: flex;
    z-index: 5;
    position: fixed;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1364b3;
    color: #fff;
    text-align: center;
    right: 20px;
    transition: 0.2s;
    opacity: 0;
    bottom: -40px;
  }

  .pagetop span {
    -webkit-transform: rotate(-45deg);
    display: block;
    width: 25%;
    height: 25%;
    margin-top: 5px;
    transform: rotate(-45deg);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  .lazyload,
  .lazyloading {
    opacity: 0;
  }

  .loading {
    z-index: 10100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
  }

  .loading img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    margin: auto;
  }

  .bg-loading img {
    background: #aaa url(images/bg-loading.svg) no-repeat center center;
    background-size: 50px;
  }

  .stage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  .dot-pulse {
    -webkit-animation: dotPulse 1.5s infinite linear;
    -webkit-animation-delay: 0.25s;
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #1364b3;
    box-shadow: 9999px 0 0 -5px #00529c;
    color: #00529c;
    animation: dotPulse 1.5s infinite linear;
    animation-delay: 0.25s;
  }

  .dot-pulse::before,
  .dot-pulse::after {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #00529c;
    color: #00529c;
    content: "";
  }

  .dot-pulse::before {
    -webkit-animation: dotPulseBefore 1.5s infinite linear;
    -webkit-animation-delay: 0s;
    box-shadow: 9984px 0 0 -5px #00529c;
    animation: dotPulseBefore 1.5s infinite linear;
    animation-delay: 0s;
  }

  .dot-pulse::after {
    -webkit-animation: dotPulseAfter 1.5s infinite linear;
    -webkit-animation-delay: 0.5s;
    box-shadow: 10014px 0 0 -5px #00529c;
    animation: dotPulseAfter 1.5s infinite linear;
    animation-delay: 0.5s;
  }

  @-webkit-keyframes dotPulseBefore {
    0% {
      box-shadow: 9984px 0 0 -5px #00529c;
    }

    30% {
      box-shadow: 9984px 0 0 2px #00529c;
    }

    60%,
    100% {
      box-shadow: 9984px 0 0 -5px #00529c;
    }
  }

  @keyframes dotPulseBefore {
    0% {
      box-shadow: 9984px 0 0 -5px #00529c;
    }

    30% {
      box-shadow: 9984px 0 0 2px #00529c;
    }

    60%,
    100% {
      box-shadow: 9984px 0 0 -5px #00529c;
    }
  }

  @-webkit-keyframes dotPulse {
    0% {
      box-shadow: 9999px 0 0 -5px #00529c;
    }

    30% {
      box-shadow: 9999px 0 0 2px #00529c;
    }

    60%,
    100% {
      box-shadow: 9999px 0 0 -5px #00529c;
    }
  }

  @keyframes dotPulse {
    0% {
      box-shadow: 9999px 0 0 -5px #00529c;
    }

    30% {
      box-shadow: 9999px 0 0 2px #00529c;
    }

    60%,
    100% {
      box-shadow: 9999px 0 0 -5px #00529c;
    }
  }

  @-webkit-keyframes dotPulseAfter {
    0% {
      box-shadow: 10014px 0 0 -5px #00529c;
    }

    30% {
      box-shadow: 10014px 0 0 2px #00529c;
    }

    60%,
    100% {
      box-shadow: 10014px 0 0 -5px #00529c;
    }
  }

  @keyframes dotPulseAfter {
    0% {
      box-shadow: 10014px 0 0 -5px #00529c;
    }

    30% {
      box-shadow: 10014px 0 0 2px #00529c;
    }

    60%,
    100% {
      box-shadow: 10014px 0 0 -5px #00529c;
    }
  }

  .main-column .nav-link {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 15px auto;
  }

  .main-column .okuric li {
    line-height: 14px;
  }

  .link-prev,
  .link-next,
  .link-archive {
    position: relative;
  }

  .link-prev a,
  .link-next a,
  .link-archive a {
    /*   display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  color: #f47021;
  text-align: center;
  font-weight: bold;
  border: 1px solid #f47021;
  filter: drop-shadow();
  font-size: 14px;
  border-radius:50px;
  background: #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    /*     padding: 1em; */
    padding: 0.8rem 1rem 1rem;
    color: var(--main_color);
    text-align: center;
    font-weight: bold;
    border: 1px solid var(--main_color);
    filter: drop-shadow();
    font-size: 14px;
    background: #fff
  }

  .main-column .pageokuri li {
    width: 25%;
    padding-left: 0px;
  }

  .main-column .pageokuri>li:not(:first-of-type) {
    margin: 0;
  }

  .link-prev a:hover,
  .link-next a:hover,
  .link-archive a:hover {
    background: var(--main_color);
    color: #fff;
    opacity: 1;
  }

  /*.link-prev a:before, .link-prev a:after, .link-next a:before, .link-next a:after, .link-archive a:before, .link-archive a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
} */

  .link-archive {
    order: 2;
  }

  .link-prev a:before {
    -webkit-transform: rotate(225deg);
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    transform: rotate(225deg);
    border-top: 2px solid var(--main_color);
    border-right: 2px solid var(--main_color);
    content: "";
  }

  .link-next {
    order: 3;
    text-align: right;
  }

  .link-next a:after {
    -webkit-transform: rotate(45deg);
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    transform: rotate(45deg);
    border-top: 2px solid #var(--main_color);
    border-right: 2px solid var(--main_color);
    content: "";
  }

  .link-prev a:hover:before,
  .link-next a:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .icon-phone:before {
    content: "\f095";
  }

  .icon-access:before {
    content: "\f1ac";
  }

  .icon-mail:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f0e0";
  }

  .icon-question:before,
  .icon-tel:before {
    display: inline-block;
    margin-right: 0.5em;
    vertical-align: -10%;
    content: "";
  }

  .icon-question:before {
    background: url(images/icon-question.png) no-repeat center center;
    background-size: contain;
  }

  .icon-tel:before {
    background: url(images/icon-tel.png) no-repeat center center;
    background-size: contain;
  }

  .bg-blue {
    background: #1364b3;
  }

  .bg-stripe-blue {
    background-image: linear-gradient(90deg, #1364b3 0, #1364b3 3%, transparent 3%, transparent 100%);
    background-position: center bottom;
    background-repeat: repeat;
    background-size: 18px 18px;
  }

  .index .overlay {
    position: relative;
  }

  .list-num>li {
    list-style-position: inside;
    counter-increment: cnt;
  }

  .list-num>li:before {
    display: inline-block;
    content: counter(cnt);
  }

  .main-column ul.list-caution {
    margin: 0.5em 0 0;
  }

  .main-column p+ul {
    margin-top: 0.7rem;
  }

  ul.list-caution li {
    font-size: 12px;
    line-height: 16px;
  }

  ul.list-caution li:before {
    content: "※";
    height: initial;
    width: initial;
    background: none;
    top: 0;
  }

  .list-circle>li {
    margin-left: 1em;
    text-indent: -1em;
  }

  .list-circle>li:before {
    content: "●";
  }

  .list-circle-border>li {
    margin-left: 1em;
    text-indent: -1em;
  }

  .list-circle-border>li:before {
    content: "○";
  }

  .list-dot>li {
    margin-left: 1em;
    text-indent: -1em;
  }

  .list-dot>li:before {
    content: "・";
  }

  .imgFullWidth {
    display: block;
    width: 100%;
    height: auto;
  }

  /*
* object-fitのclassとie対応（ofi.js必要）
*/
  .ofi-cover {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }

  .ofi-contain {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
  }

  .wrap-zoom {
    overflow: hidden;
  }

  .wrap-zoom>img {
    transition: 0.5s;
  }

  .wrap-zoom>img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  /*　疑似要素テキスト　*/
  .attrTextLeft:before,
  .attrTextTop:before,
  .attrTextBottom:after,
  .attrTextRight:after {
    content: attr(data-text);
  }

  .attrTextLeft:before,
  .attrTextRight:after {
    display: inline-block;
  }

  .attrTextTop:before,
  .attrTextBottom:after {
    display: block;
  }

  /*　疑似要素テキスト　*/
  /*　疑似要素アイコン　*/
  .attrIconLeft:before,
  .attrIconTop:before,
  .attrIconBottom:after,
  .attrIconRight:after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: var(--main_color);
    position: absolute;
    left: -36px;
    top: -2px;
    border-radius: 5px;
  }

  .attrIconLeft:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(images/tel.svg);
    background-size: cover;
    position: absolute;
    left: -36px;
    top: -2px;
    border-radius: 5px;
    margin: 5px;
  }

  .attrIconTop:before,
  .attrIconBottom:after {
    display: block;
  }

  .attrIconLeft:before,
  .attrIconRight:after {
    display: inline-block;
  }

  /*　疑似要素アイコン　*/
  #nav-drawer {
    position: relative;
  }

  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }

  #nav-open {
    z-index: 10000;
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% + 0.5vw));
    right: 10px;
    /*   width: 35px;
	height: 40px; */
    width: 38px;
    height: 27px;
    margin: auto;
    vertical-align: middle;
  }

  #nav-open:hover {
    cursor: pointer;
  }

  #nav-open span {
    position: absolute;
    right: 0;
    left: 0;
    width: 80%;
    /* 	height: 3px; */
    height: 1px;
    margin: auto;
    background: #2a1d17;
    transition: all 0.5s;
  }

  #nav-open span:nth-of-type(1) {
    top: 2px;
  }

  #nav-open span:nth-of-type(2) {
    top: 11px;
  }

  #nav-open span:nth-of-type(3) {
    top: 20px;
  }

  /*閉じる用の薄黒カバー*/
  .btn-close {
    margin: 40px;
    padding: 1em;
    text-align: center;
    cursor: pointer;
    border: #666666 1px solid;
  }

  .btn-close:before {
    content: "×";
  }

  #nav-input:checked~#nav-open span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
    transition: all 0.5s;
  }

  #nav-input:checked~#nav-open span:nth-of-type(2) {
    opacity: 0;
  }

  #nav-input:checked~#nav-open span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
    transition: all 0.5s;
  }

  .table-common {
    width: 100%;
  }

  .table-common th {
    line-height: 2;
  }

  .table-common td {
    letter-spacing: 0.1em;
    line-height: 2;
  }

  .table-common a {
    text-decoration: underline;
  }

  .table-contact {
    width: 100%;
    border-top: 1px solid #ccc;
  }

  .table-contact th {
    position: relative;
  }

  .table-contact th.required:after {
    position: absolute;
    right: 0;
    height: 1.5em;
    padding: 0 1em;
    background: #e60012;
    color: #fff;
    line-height: 1.5;
    content: "必須";
  }

  .table-contact td {
    border-bottom: 1px solid #ccc;
  }

  .wrap-about {
    display: flex;
    flex-flow: row-reverse nowrap;
    width: 100%;
  }

  .wrap-about img {
    height: 100%;
  }

  .wrap-about>div:nth-child(1) {
    margin-left: 25px;
  }

  .wrap-about>div:nth-child(2) {
    width: calc(100% - 256px - 25px);
  }

  .wrap-message {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 25px;
    border: 1px solid #ccc;
  }

  .wrap .wrap-message h3 {
    margin-top: 0;
    width: 100%;
    display: block;
  }

  .wrap-message>div:nth-child(2) {
    text-align: left;
    width: 75%;
    margin-right: 2%;
  }

  .wrap-message>div:nth-child(3) {
    text-align: center;
    width: 23%;
  }

  .wrap-message>div:nth-child(2) img {
    text-align: center;
    width: 68%;
  }

  .single-post {
    margin-bottom: 50px;
  }

  .single-header {
    margin-bottom: 1em;
    display: flex;
    justify-content: space-between;
  }

  .single-header time {
    margin-right: 2em;
    font-size: 14px;
  }

  .single-header time:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(images/date.svg);
    background-size: cover;
    margin-right: 5px;
    position: relative;
    top: 2px;
  }

  .single-contents>p:not(:last-child) {
    margin-bottom: 1em;
  }

  .single-contents strong {
    background: #ffffab;
    padding: 3px 5px;
  }

  .main-column>*:nth-child(1) {
    margin-top: 0;
  }

  .wrap-message p {
    text-align: justify;
  }

  .president {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-top: 1em;
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    text-align: right;
  }

  .president span {
    display: inline;
  }

  .main-column h3+p {
    margin-top: -10px;
  }

  .main-column .box-post-img-text h3+p,
  .main-column .box-post-archive p {
    margin-top: 5px;
    /*text-align: justify;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .main-column h5 {
    margin: 0 0 0.3rem;
    line-height: 1.75rem;
    font-size: min(3.7vw, 16px);

    &+p {
      font-size: min(3.3vw, 14px);
    }
  }

  .main-column *:not(h2):not(h3):not(h4)+h5 {
    margin-top: 1rem;
  }

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

  .single-contents iframe {
    max-width: 100%;
  }

  .single-contents table {
    width: 100%;
  }

  .single-contents table th,
  .single-contents table td {
    padding: 0.5em 1em;
    line-height: 1.5;
  }

  .single-contents strong {
    font-weight: bold;
  }

  .related {
    margin-top: 50px;
  }

  .wp-block-media-text {
    margin: 32px 0;
  }

  .wp-block-media-text {
    align-items: flex-start;
  }

  .wp-block-media-text>*:nth-child(1) {
    margin-right: 32px;
  }

  .wp-block-media-text.has-media-on-the-right>*:nth-child(1) {
    margin-right: 0px;
  }

  .wp-block-media-text.has-media-on-the-right>*:nth-child(2) {
    margin-right: 32px;
  }

  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }

  .wp-block-columns {
    margin: 20px 0;
  }

  .wp-block-column .wp-block-image {
    margin-bottom: 0;
  }

  .wp-block-button {
    margin: 15px 0 32px;
  }

  .wp-block-cover {
    margin: 32px 0;
  }

  .main-column ul.nav-link li:before {
    content: none;
  }

  .main-column ul.nav-link li.link-archive:nth-child(1) {
    margin: 0 auto;
  }

  .has-very-dark-gray-background-color.has-very-dark-gray-background-color {
    background-color: var(--main_color);
  }

  /*サイトマップ*/
  .main-column .sitemap>li {
    border-top: 1px solid #cccccc;
  }

  .main-column .sitemap>li:not(:first-of-type) {
    margin-top: 0;
  }

  .main-column .sitemap>li>a {
    padding: 10px 0;
    display: block;
    font-weight: bold;
    font-size: 16px;
  }

  .main-column .sitemap>li:last-child {
    border-bottom: 1px solid #cccccc;
  }

  .main-column .sitemap li a span {
    display: none;
  }

  .main-column .sitemap .sub-menu {
    margin: 0;
  }

  .main-column .sitemap>li>.sub-menu {
    border-top: 1px solid #cccccc;
    margin-bottom: 10px;
  }

  .main-column .sitemap>li>ul>li {
    margin-top: 10px;
    line-height: 2;
  }

  .main-column .sitemap>li>ul>li>a {
    display: inline-block;
    font-weight: bold;
  }

  .main-column .sitemap>li>ul>li>ul>li {
    margin: 0px 0 0 20px;
    line-height: 2;
  }

  .main-column .sitemap>li>ul>li>ul>li>a {
    display: inline-block;
  }

  .main-column .sitemap li:before {
    content: none;
  }

  .main-column .contact-form table th {
    padding: 15px 15px 15px 0;
    min-width: 250px;
  }

  .main-column .contact-form table td {
    padding: 15px 0 15px 15px;
    width: calc(100% - 250px);
  }

  .section-about h2 {
    margin-bottom: 15px;
  }

  .section-about .btn-archive {
    margin-top: 15px;
  }

  #nav-content .logo {
    display: block;
    margin: 1rem 1.5rem;
    overflow: hidden;
  }

  .mobile-header-banner {
    margin: 30px 20px 0;
  }

  .mobile-header-banner li {
    position: relative;
    top: unset;
  }

  .mobile-header-banner li:not(:first-child) {
    margin-top: 10px;
  }

  .mobile-header-banner li>* {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

  .mobile-header-banner a {
    display: block;
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px;
    font-size: 12px;
    background: var(--main_color);
    color: #fff;
  }

  .mobile-header-banner li.contact a:before {
    content: "";
    height: 20px;
    width: 20px;
    margin-right: 10px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="white" d="M20,8L12,13L4,8V6L12,11L20,6M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z" /></svg>') no-repeat center center;
    background-size: cover;
    fill: #fff;
  }

  .mobile-header-banner li.tel a:before {
    content: "";
    height: 20px;
    width: 20px;
    margin-right: 10px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="white" d="M15,12H17A5,5 0 0,0 12,7V9A3,3 0 0,1 15,12M19,12H21C21,7 16.97,3 12,3V5C15.86,5 19,8.13 19,12M20,15.5C18.75,15.5 17.55,15.3 16.43,14.93C16.08,14.82 15.69,14.9 15.41,15.18L13.21,17.38C10.38,15.94 8.06,13.62 6.62,10.79L8.82,8.59C9.1,8.31 9.18,7.92 9.07,7.57C8.7,6.45 8.5,5.25 8.5,4A1,1 0 0,0 7.5,3H4A1,1 0 0,0 3,4A17,17 0 0,0 20,21A1,1 0 0,0 21,20V16.5A1,1 0 0,0 20,15.5Z" /></svg>') no-repeat center center;
    background-size: cover;
    fill: #fff;
  }

  .mw_wp_form_input .mw-input-page {
    display: block;
  }

  .mw_wp_form p {
    font-size: 16px;
    line-height: 1.7em;
  }

  .mw_wp_form_input .mw-check-page {
    display: none;
  }

  .mw_wp_form_preview .mw-input-page {
    display: none;
  }

  .mw-btn {
    background: var(--main_color);
    display: block;
    text-align: center;
    color: #ffffff;
    padding: 1em;
    margin-top: 2rem;
  }

  /* シンプルフッター */
  .simple-footer-nav li ul {
    display: none;
  }

  .no-webp .contact-box {
    background: url(images/contact.jpg) #00000055;
    background-blend-mode: multiply;
    background-position: center;
    padding: 100px 0;
    background-size: cover;
  }

  .webp .contact-box {
    background: url(images/contact.jpg.webp) #00000033;
    background-blend-mode: multiply;
    background-position: center;
    padding: 100px 0;
    background-size: cover;
  }

  .contact-box h2 {
    color: #ffffff;
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    font-size: min(30px, 5.5vw);
    margin-bottom: min(25px, 5vw);
    font-weight: bold;
    line-height: 1.5em;
  }

  .contact-box h2::after {
    background: #ffffff;
    display: block;
    width: 100px;
    height: 1px;
    margin-top: min(25px, 5vw);
    content: "";
  }

  .contact-box p {
    text-align: center;
    line-height: 2em;
    color: #ffffff;
  }

  .contact-box .telp {
    line-height: 1;
    margin-top: 20px;
  }

  .contact-btn-box {
    width: 700px;
    margin: 30px auto 10px;
    display: flex;
    justify-content: space-between;
  }

  .contact-btn-box a {
    display: block;
    padding: 18px 0 15px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    background: #444444;
    width: calc((100% - 30px) / 2);
    font-size: 24px;
    border-radius: 4px;
  }

  .contact-btn-box a:nth-child(1) {
    background: #4a9c54;
    border-bottom: 2px solid #306537;
    border-right: 2px solid #306537;
  }

  .contact-btn-box a:nth-child(2) {
    background: #d63e43;
    border-bottom: 2px solid #8d282b;
    border-right: 2px solid #8d282b;
  }

  .contact-tel {
    color: #ffffff;
  }

  .contact-tel:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(images/tel.svg)no-repeat;
    background-size: cover;
    margin-right: 5px;
    position: relative;
    top: 2px;
  }

  .category-frame {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(25%, 185px), 1fr));
  }

  .category-frame img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
  }

  .category-frame p {
    font-size: min(3.5vw, 14px);
    line-height: 1.35;
    margin-top: 8px;
  }

  /* ////////////////////////////////////////
PC,SP共通
//////////////////////////////////////// */
  /* 共通色指定
*************************** */
  .global-nav .sub-menu>li>a,
  .copyright,
  .btn-contact,
  .pagetop,
  .category-post,
  .slick-dots li.slick-active button:before,
  .sp-nav,
  .wpcf7-submit {
    background: var(--main_color);
    color: #fff;
  }

  .main-slider .slick-prev:before,
  .main-slider .slick-next:before {
    color: #fff;
  }

  /*　フッター　*/
  /* カテゴリ表示の背景色 */
  /* .bg-cate-1 {
  background: #ffae5e;
}
.bg-cate-2 {
  background: #7a5b44;
}
.bg-cate-3 {
  background: #5da146;
}
.bg-cate-4 {
  background: #8fc31f;
}
.bg-cate-5 {
  background: #7e2a00;
}
.bg-cate-6 {
  background: #00a29a;
}
.bg-cate-7 {
  background: #f29c97;
}
.bg-cate-8 {
  background: #9082a4;
}
.bg-cate-9 {
  background: #e6001b;
}
.bg-cate-10 {
  background: #0047cf;
} */

  /* カテゴリ表示の背景色 */

  .copyright {
    padding: min(2vw, 1em) 0;
    font-size: min(3vw, 12px);
    /*     background: #2a1d17; */
    background: #3e3a39;
    /* 	color:#ffffff; */
    text-align: center;
  }


  /* 共通色指定
*************************** */
  /* ウィジェット
*************************** */
  .widget_nav_menu li>a {
    padding: 1em 1em;
  }

  #gallery-1 .gallery-item,
  #gallery-2 .gallery-item {
    margin-top: 0 !important;
    margin-bottom: 0.5em;
  }

  #gallery-1 .gallery-caption,
  #gallery-2 .gallery-caption {
    padding: 0.5em 0;
    line-height: 1.25;
  }

  /* ウィジェット
*************************** */
  /* 固定ページ
*************************** */
  /* 見出し */
  .contents-page h2,
  .contents-page h3,
  .contents-page h4 {
    margin-bottom: 28px;
    line-height: 1.5;
  }

  .contents-page h2 {
    padding: 0.5em;
    font-size: 22px;
    font-weight: bold;
  }

  .contents-page h3 {
    padding: 0.5em;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
  }

  .contents-page h4 {
    padding: 0.5em;
    font-size: 18px;
    font-weight: bold;
  }

  .contents-page h2 .mincho {
    font-size: 24px;
  }

  /* 見出し */
  .contents-page p,
  .contents-page span {
    line-height: 1.75;
  }

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

  /* 固定ページ
*************************** */
  /* 会社概要　
*************************** */
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }

  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }

  table.table-company th {

    border: none;
  }

  table.table-company td {
    border: none;
  }

  .company-access h3 {
    margin-top: 0;
  }

  .history {
    overflow: visible;
  }

  .history table tr {
    display: flex;
    line-height: 1.5;
  }

  .history table tr td:nth-of-type(1) {
    position: relative;
    font-weight: bold;
    width: 95px;
    padding: 0 1rem;
  }

  .history table tr td:nth-of-type(2) {
    padding: 0px 1rem 2rem;
    position: relative;
    border-left: 1px solid var(--main_color);
  }

  .history table tr td:nth-of-type(2):before {
    content: "";
    height: 11px;
    width: 11px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: -6px;
    background: var(--main_color);
  }

  /* 会社概要
*************************** */
  /* お問い合わせ　
*************************** */
  .main-column .contact-tell {
    border: 1px solid #ccc;
    /* padding: 2em; */
    padding: min(5vw, 2em);
    margin-bottom: min(5vw, 20px);
  }

  .main-column .contact-tell a {
    font-size: min(5.5vw, 24px);
    font-weight: bold;
  }

  .main-column .contact-tell span {
    font-size: 14px;
    display: block;
    line-height: 1;
  }

  .contact table {
    width: 100%;
  }

  .contact table th,
  .contact table td {
    line-height: 1.75;
  }

  .table-common th span,
  .td-req {
    background: #990000;
    margin-left: 10px;
    color: #ffffff;
    font-size: 12px;
    /* 	padding: 2px 5px; */
    padding: 2px 6px 6px;
    border-radius: 5px;
    line-height: 1;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mw_wp_form .error {
    color: #990000;
    background: none;
    margin-left: 0;
    display: initial;
    font-size: 12px;
  }

  .contact-flex div {
    display: flex;
    align-items: center;
    flex-flow: column;
    margin: 80px 0;
  }

  .contact-flex a {
    font-size: 32px;
    line-height: 1;
    display: block;
    margin: 15px 0;
  }

  /* input[type="submit"]{
    background: #4e413b;
    color: #fff;
    padding: 10px 100px;
    border-radius: 3px;
	margin-top:50px;
} */

  /*野村追加*/
  .side-wood-search .searchandfilter ul li select,
  .side-wood-search input[type="text"] {
    width: 100%;
  }

  /* .side-wood-search .searchandfilter ul > li > ul:not(.children) li{
	float:none;
	padding-right:0;
	width:100%;
	font-size: min(3.5vw,14px);
} */

  .flooring .box-post-img-text .category-post,
  .paneling-board .box-post-img-text .category-post {
    width: auto;
    padding: 4px 8px;
    line-height: 1;
    height: auto;
    margin: 0;
  }

  .flexCenter+.nav-link {
    margin-top: min(8vw, 40px);
  }

  /* .switch-item{
	display:none;
} */
  /* お問い合わせ　
*************************** */

  /* #nav-close {
    display: none;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  #nav-content {
	  -webkit-transform: translateX(-105%); 
	  z-index: 9999;
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 90%;
	  max-width: 300px;
	  min-width: 300px;
	  height: 100%;
	  overflow: auto;
	  transform: translateX(-105%); 
	  background: #fff;
	  transition: 0.5s ease-in-out;
	  white-space: nowrap;
	  word-break: keep-all;
  }
  .btn-close {
    display: block;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: 0.5;
  }
  #nav-input:checked ~ #nav-content {
     -webkit-transform: translateX(0%); 
     transform: translateX(0%); 
    box-shadow: 6px 0 25px rgb(0 0 0 / 15%);
  } */

  /* ////////////////////////////////////////
PC,SP共通
//////////////////////////////////////// */
  /* Edge */
  @supports (-ms-ime-align: auto) {
    .wp-block-image img {
      width: 100%;
    }
  }

  /* IE10以降 */
  @media all and (-ms-high-contrast: none) {

    /* ハイコントラストモードが「オフ」の場合 */
    .wp-block-image img {
      width: 100%;
    }
  }

  @media screen and (min-width: 1241px) {
    .single-wrap {
      padding: 52px;
      background: #fff;
    }

    .has-large-font-size {
      font-size: 42px;
    }

    .wrap-2column .main-column {
      width: 790px;
    }

    .wrap-1column-narrow .main-column {
      width: min(100%, 980px);
      margin: 0 auto;
    }

    .wp-block-cover__inner-container p {
      color: #ffffff;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }

    .wrap-message>div:nth-child(1) {
      width: calc(100% - 222px - 50px);
    }
  }


  @media screen and (min-width: 901px) and (max-width:1240px) {
    .contents {
      width: calc(100% - 80px);
      margin-right: auto;
      margin-left: auto;
    }

    .wrap-2column .main-column {
      width: calc(100% - 310px);
    }

    .footer-contents {
      width: calc(100% - 340px);
    }

    .footer-contents .footer-nav a {
      font-size: 1.2vw;
    }

    .wrap-message {
      flex-flow: wrap;
    }

    .wrap-message>div:nth-child(1) {
      width: 100%;
      box-sizing: border-box;
      margin: 0;
      padding: 25px;
    }
  }

  @media screen and (min-width: 641px) and (max-width:950px) {
    .header .head-header {
      /* display:none; */
    }
  }

  @media screen and (min-width: 901px) {
    .inner-header+div {
      margin-right: 3rem;
    }

    #nav-open {
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      width: 40px;
      height: 30px;
    }

    #nav-open span {
      right: 0;
      left: 0;
      width: 90%;
    }

    #nav-open span:nth-of-type(1) {
      top: 0;
    }

    #nav-open span:nth-of-type(2) {
      top: 14px;
    }

    #nav-open span:nth-of-type(3) {
      top: auto;
      bottom: 0;
    }

    #nav-input:checked~#nav-open span:nth-of-type(1) {
      -webkit-transform: translateY(15px) rotate(-45deg);
      transform: translateY(15px) rotate(-45deg);
      transition: all 0.5s;
    }

    #nav-input:checked~#nav-open span:nth-of-type(3) {
      -webkit-transform: translateY(-15px) rotate(45deg);
      transform: translateY(-15px) rotate(45deg);
      transition: all 0.5s;
    }

    .tb {
      display: none;
    }

    .sp {
      display: none;
    }

    body.over {
      padding-top: 100px;
    }

    .wrap-2column {
      display: flex;
      flex-flow: row-reverse nowrap;
      justify-content: space-between;
    }

    .wrap-2column .sidebar {
      width: 260px;
    }

    .index .wrap {
      padding: 70px 0 150px;
    }

    body:not(.index) .wrap {
      padding: 0 0 150px;
    }

    .inner {
      padding: 0 50px;
    }

    .wrap-section-interval>*:not(:last-child) {
      margin-bottom: 90px;
    }

    .wrap-section-padding>* {
      padding: 60px 0;
    }

    .wrap-2column .section-common:nth-child(1) h2 {
      margin-top: 0px;
    }

    /*   .wrap-1column .section-common {
  padding: 60px 0;
    } */

    .wrap-main {
      display: flex;
      position: absolute;
      top: -25px;
      left: -450px;
      align-items: center;
      justify-content: flex-end;
      width: 898px;
      height: 305px;
      padding: 50px;
    }

    .inner-main {
      width: 250px;
    }

    .inner-main h1 {
      font-size: 26px;
    }

    .inner-main p {
      font-size: 14px;
    }

    .wrap-tel-header {
      display: flex;
      flex-wrap: nowrap;
    }

    a[href^="tel:"] {
      pointer-events: none;
      word-break: keep-all;
      white-space: nowrap;
    }

    .btn-form,
    button.btn-form {
      width: 250px;
      padding: 1em;
      font-size: 15px;
    }

    .pagetop.active {
      opacity: 0.7;
      bottom: 20px;
    }

    .pagetop.active:hover {
      opacity: 1;
    }

    .icon-question:before,
    .icon-tel:before {
      width: 15px;
      height: 15px;
    }

    .bg-footer {
      background: url(images/bg-footer.jpg) no-repeat center top -1px;
      background-size: 2001px 273px;
    }

    .index .overlay:before {
      z-index: 4;
      position: absolute;
      top: -40px;
      left: -450px;
      width: 480px;
      height: 743px;
      background: rgba(0, 155, 219, 0.6);
      content: "";
    }

    .index1:after {
      z-index: 1;
      position: absolute;
      top: -160px;
      left: -450px;
      width: 898px;
      height: 864px;
      background: url(images/index1.png) no-repeat center center;
      content: "";
    }

    .bg-company {
      background: url(images/bg-works.png) no-repeat center top;
    }

    .bg-outline {
      background: url(images/bg-outline.jpg) no-repeat center top;
    }

    .bg-history {
      background: url(images/bg-history.jpg) no-repeat center top;
    }

    .bg-access {
      background: url(images/bg-access.jpg) no-repeat center top;
    }

    .table-common th {
      width: 180px;
      padding: 0.5em 1em;
      vertical-align: top;
    }

    .table-common td {
      padding: 0.5em 1em;
      vertical-align: top;
    }

    .table-contact {
      margin-bottom: 60px;
    }

    .table-contact th {
      width: 230px;
      padding: 2em 0 0 1em;
      border-bottom: 1px solid #ccc;
      font-size: 15px;
      vertical-align: middle;
      vertical-align: top;
    }

    .table-contact th.required:after {
      top: 2.5em;
      font-size: 11px;
    }

    .table-contact td {
      padding: 1em 2em;
    }

    .confirm .table-contact td {
      height: 72px;
      line-height: 40px;
    }

    .wrap-1column .box-post-archive a>div:nth-child(1) {
      width: 300px;
      margin-right: 40px;
    }

    .wrap-1column .box-post-archive a>div:nth-child(2) {
      width: calc(100% - 300px);
    }
  }


  @media screen and (min-width: 641px) and (max-width:900px) {
    .wrap-1column .box-post-archive a>div:nth-child(1) {
      width: 240px;
      margin-right: 40px;
    }

    .wrap-1column .box-post-archive a>div:nth-child(2) {
      width: calc(100% - 280px);
    }

    .wrap-message>div:nth-child(1) {
      width: calc(70% - 40px);
    }

    .wrap-message>div:nth-child(2) {
      width: 75%;
      margin-right: 2%;
    }

    .wrap-message>div:nth-child(2) .btn-archive {
      min-width: 100%;
    }

    .widget_media_image figure {
      width: 100% !important;
      display: flex;
      flex-direction: row;
    }

    .widget_media_image figure a {
      max-width: 300px;
      margin-right: 2%;
    }

    .widget_media_image figcaption {
      margin-top: 0;
      width: calc(100% - (300px + 2%));
    }
  }


  @media screen and (max-width: 900px) {
    .list-table tr:nth-of-type(6) input[type="text"] {
      width: 100%;
    }

    .consept-block h3 {
      font-size: 24px;
      margin-top: 20px;
      margin-bottom: 20px;
    }

    .consept-block p {
      margin-bottom: 12px;
    }

    .pc {
      display: none;
    }

    .sp {
      display: block;
    }

    body.over {
      padding-top: 80px;
    }

    .tb-contents {
      width: 100%;
      padding-right: 6%;
      padding-left: 6%;
    }

    .footer-top {
      padding: 50px 0 30px;
    }

    .footer-top .tb-contents {
      width: 100%;
      padding-right: 0;
      padding-left: 0;
    }

    .wrap-2column .main-column {
      margin-bottom: min(20vw, 150px);
    }

    .wrap-2column .section-common:nth-child(1) h2 {
      margin-top: 0px;
    }

    .index .wrap {
      padding: 10vw 0 20vw;
    }

    body:not(.index) .wrap {
      padding: 0 0 20vw;
    }

    .wrap-section-interval>*:not(:last-child) {
      margin-bottom: 15vw;
    }

    .wrap-section-padding>* {
      padding: 10vw 0;
    }

    .wrap-2column .section-common:not(:last-child) {
      margin-bottom: 10vw;
    }

    /*   .wrap-1column .section-common {
    padding: 10vw 0;
  } */
    .box-post-text a {
      flex-flow: row wrap;
      padding: 10px 0;
    }

    .wrap-logo {
      /* margin-left: 20px; */
    }

    .wrap-tel-header {
      display: none;
    }

    .wrap-footer-nav .footer-nav li a {
      font-size: 1.6vw;
    }

    .sidebar {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
    }

    .sidebar>* {
      width: 100%;
    }

    .sidebar .widget_nav_menu {
      display: none;
    }

    .sidebar img {
      width: 100%;
    }

    .list-side2 a div:nth-child(1) {
      width: 40%;
      margin-right: 5%;
    }

    .list-side2 a div:nth-child(2) {
      width: 55%;
    }

    .side-list-compnay {
      justify-content: flex-start;
    }

    .side-list-compnay li:nth-child(1) {
      margin-right: 1em;
    }

    .global-nav {
      display: none;
    }

    .footer-nav {
      align-items: center;
    }

    .footer-contents {
      width: 100%;
    }

    /*   #nav-close {
    display: none;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  #nav-content {
  -webkit-transform: translateX(-105%); 
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    max-width: 300px;
    min-width: 300px;
    height: 100%;
    overflow: auto;
    transform: translateX(-105%); 
    background: #fff;
    transition: 0.5s ease-in-out;
    white-space: nowrap;
    word-break: keep-all;
  }
  .btn-close {
    display: block;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: 0.5;
  }
  #nav-input:checked ~ #nav-content {
     -webkit-transform: translateX(0%); 
     transform: translateX(0%); 
    box-shadow: 6px 0 25px rgb(0 0 0 / 15%);
  } */
    .top-message {
      font-size: 30px;
    }

    .side-compnay {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .side-compnay h3 {
      width: 100%;
    }

    .side-compnay picture {
      width: 100%;
    }

    .side-address-compnay-box {
      width: 100%;
    }

    .company-photo {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .sidebar .company-photo>div {
      width: 48%;
      margin-bottom: 4vw;
    }

    .contact-box .contents {
      padding: 0 6vw;
    }

    .contact-box h2+p {
      text-align: justify;
    }

    .contact-btn-box {
      flex-direction: column;
    }

    .contact-btn-box {
      width: 100%;
    }

    .contact-btn-box a {
      width: 100%;
    }

    .contact-btn-box a:nth-child(1) {
      margin-bottom: 20px;
    }

    body .telp {
      text-align: center;
      font-size: 3.5vw;
    }

    .single-post .head-common {
      font-size: 4vw;
    }

    .wrap .wrap-message h3 {
      margin: 0 2.5vw;
    }

    .contact-tel {
      font-size: 6vw;
      display: block;
      margin: 4vw 0 0;
    }
  }


  @media screen and (min-width:641px) and (max-width:900px) {
    #nav-open {
      /* top: 20px; */
      /* width: 38px; */
      /* height: 30px; */
    }

    #nav-open span {
      width: 90%;
    }

    /* 	#nav-open span:nth-of-type(1) {
		top: 2px;
	} */
    #nav-open span:nth-of-type(2) {
      top: 15px;
    }

    #nav-open span:nth-of-type(3) {
      top: auto;
      bottom: 0;
    }

    #nav-input:checked~#nav-open span:nth-of-type(1) {
      -webkit-transform: translateY(13px) rotate(-45deg);
      transform: translateY(13px) rotate(-45deg);
      transition: all 0.5s;
    }

    #nav-input:checked~#nav-open span:nth-of-type(3) {
      -webkit-transform: translateY(-13px) rotate(45deg);
      transform: translateY(-13px) rotate(45deg);
      transition: all 0.5s;
    }
  }


  @media screen and (max-width: 640px) {
    .textCenter {
      text-align: unset;
    }

    .single-wrap {
      padding: 0px;
      border: 0px solid #ccc;
      box-shadow: 0px 0px 0px #eee;
    }

    body.over {
      padding-top: 83px;
    }

    .spFullWidth {
      width: 100%;
      height: auto;
    }

    .wrap-main {
      width: 100%;
      padding: 10vw 5vw;
    }

    .inner-main h1 {
      font-size: 6vw;
    }

    .box-post-text time {
      margin-right: 10px;
      margin-bottom: 10px;
    }

    .main-column .box-post-text h3,
    .wrap-1column .box-post-text h3 {
      width: 100%;
      font-size: 16px;
      line-height: 16px;
      padding-right: 25px;
    }

    .wrap-post-img-text {
      justify-content: space-between;
    }

    .main-column .box-post-img-text h3,
    .wrap-1column .box-post-img-text h3 {
      margin-bottom: 5px;
      line-height: 1.25;
    }

    .box-post-img-text p {
      font-size: 13px;
    }

    .box-post-archive a {
      flex-flow: wrap;
    }

    .box-post-archive a:after {
      position: unset;
      bottom: none;
      right: none;
      width: 100%;
    }

    .box-post-archive a>div:nth-child(1) {
      width: 25vw;
    }

    .box-post-archive a>div:nth-child(2) {
      width: calc(100% - 25vw - 20px);
    }

    .main-column .box-post-archive h3,
    .wrap-1column .box-post-archive h3 {
      margin: 5px 0;
      letter-spacing: 0.1em;
      line-height: 1.25;
      font-size: 16px;
    }

    .related .box-post-img-text a>*:nth-child(2) {
      align-items: flex-start;
      flex-direction: column;
    }

    .related .category-post {
      width: 100%;
      margin-top: 0.4rem;
    }

    .category-post {
      font-size: min(3.2vw, 11px);
    }

    .box-post-text .category-post {
      margin-right: 5px;
    }

    .inner-header {
      /* height: 80px; */
      padding: 25px 0 5px;
    }

    .wrap-logo {
      /* margin-left: 0; */
    }

    .wrap-logo .logo {
      /* width: 180px; */
      /* margin-left: 10px; */
    }

    .header .logo {
      width: min(82vw, 518px);
    }

    /*
  .header .head-header {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    background: #2a1d17;
    line-height: 15px;
  }
  .header .head-header > * {
    color: #fff;
    font-size: 8px;
    text-align: center;
	line-height: 1.75;
  }
	*/
    .list-sp-menu {
      display: flex;
      position: absolute;
      top: 30px;
      right: 50px;
    }

    /*spアイコンの色を変えるならfill内を"23"から初めて16進数のカラーコードで記述をする事*/

    .sp-header-tel:before {
      content: "";
      display: inline-block;
      height: 25px;
      width: 25px;
      background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%231364b3" d="M15,12H17A5,5 0 0,0 12,7V9A3,3 0 0,1 15,12M19,12H21C21,7 16.97,3 12,3V5C15.86,5 19,8.13 19,12M20,15.5C18.75,15.5 17.55,15.3 16.43,14.93C16.08,14.82 15.69,14.9 15.41,15.18L13.21,17.38C10.38,15.94 8.06,13.62 6.62,10.79L8.82,8.59C9.1,8.31 9.18,7.92 9.07,7.57C8.7,6.45 8.5,5.25 8.5,4A1,1 0 0,0 7.5,3H4A1,1 0 0,0 3,4A17,17 0 0,0 20,21A1,1 0 0,0 21,20V16.5A1,1 0 0,0 20,15.5Z" /></svg>') no-repeat center center;
      background-size: cover;
      margin: 0 auto;
      right: 0;
      left: 0;
      /*top:-5px;*/
    }

    .sp-header-contact:before {
      content: "";
      display: inline-block;
      height: 25px;
      width: 25px;
      background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%231364b3" d="M20,8L12,13L4,8V6L12,11L20,6M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z" /></svg>') no-repeat center center;
      background-size: cover;
      margin: 0 auto;
      right: 0;
      left: 0;
    }

    .sp-header-access:before {
      content: "";
      display: inline-block;
      height: 25px;
      width: 25px;
      background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%231364b3" d="M12,11.5A2.5,2.5 0 0,1 9.5,9A2.5,2.5 0 0,1 12,6.5A2.5,2.5 0 0,1 14.5,9A2.5,2.5 0 0,1 12,11.5M12,2A7,7 0 0,0 5,9C5,14.25 12,22 12,22C12,22 19,14.25 19,9A7,7 0 0,0 12,2Z" /></svg>') no-repeat center center;
      background-size: cover;
      margin: 0 auto;
      right: 0;
      left: 0;
    }

    .wrap-footer-nav {
      display: none;
    }

    .sidebar {
      display: block;
    }

    .sidebar>* {
      width: auto;
    }

    .widget_nav_menu:not(:last-child),
    .box-side:not(:last-child) {
      margin-bottom: 10vw;
    }

    .list-side2 a div:nth-child(1) {
      width: 30%;
    }

    .list-side2 a div:nth-child(2) {
      width: 65%;
    }

    .index .main-visual {
      width: 100%;
      margin-bottom: 0;
    }

    body:not(.index) .main-visual {
      height: 100px;
    }

    .head-page {
      padding-top: 0.5em;
      font-size: 25px;
    }

    .head-page:after {
      font-size: 12px;
    }

    .wrap-slider .slider {
      height: 75vw;
    }

    .wrap-slider .slider img {
      height: 75vw;
    }

    .section-about .wrap-btn {
      justify-content: center;
    }

    .btn-form,
    button.btn-form {
      width: 65vw;
      padding: 1em;
    }

    .pagination .pager {
      min-width: 9.5vw;
      height: 9.5vw;
      font-size: 4vw;
      line-height: 7.5vw;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .pagination .pager i:before {
      width: 2.5vw;
      height: 2.5vw;
      bottom: 1px;
    }

    .nav-link {
      z-index: 10;
      bottom: 0;
      left: 0;
      width: 100%;
    }

    .link-prev,
    .link-next,
    .link-archive {
      flex: 1;
      width: auto;
      height: 100%;
    }

    .link-prev a,
    .link-next a,
    .link-archive a {
      height: 100%;
      font-size: 12px;
      border-radius: 0;
    }

    .link-prev a {
      border-right: none;
    }

    .link-next a {
      border-left: none;
    }

    .icon-question:before,
    .icon-tel:before {
      width: 4vw;
      height: 4vw;
    }

    .bg-footer {
      background: url(images/bg-footer@2x.jpg) no-repeat center top;
      background-size: 100% 55.5vw;
    }

    .bg-company {
      background: url(images/bg-works.png) no-repeat right 40% bottom;
      background-size: cover;
    }

    .bg-outline {
      background: url(images/bg-outline.jpg) no-repeat center top;
      background-size: cover;
    }

    .bg-history {
      background: url(images/bg-history.jpg) no-repeat center top;
      background-size: cover;
    }

    .bg-access {
      background: url(images/bg-access.jpg) no-repeat center top;
      background-size: cover;
    }

    .spImgFullWidth {
      display: block;
      width: 100%;
      height: auto;
    }

    #nav-open {
      /*     top: 30px; */
      /* top: 36px; */
      /* right: 10px; */
    }

    .table-common>tbody>tr,
    .table-contact>tbody>tr {
      display: flex;
      flex-flow: wrap;
      align-items: center;
      width: 100%;
    }

    .table-common>tbody>tr:last-child td {
      padding-bottom: 0;
      border-bottom: none;
    }

    .table-common>tbody>tr th,
    .table-contact>tbody>tr th,
    .table-common>tbody>tr td,
    .table-contact>tbody>tr td {
      min-width: 8em;
      list-style-type: none;
      width: 100%;
    }

    .main-column .contact-form table th,
    .main-column .contact-form table td {
      width: 100%;
      padding-left: 0;
      background: none;
    }

    .main-column .contact-form table td {
      padding-top: 0;
    }

    .table-common th {
      padding: 1em 0 0.5em;
    }

    .table-common td {
      padding: 0 0 1em;
      border-bottom: 1px solid #eee;
    }

    .table-contact {
      margin-bottom: 5vw;
    }

    .table-contact th {
      padding: 1.5em 1em 0.5em;
    }

    .table-contact th.required:after {
      top: 1.5em;
      margin-right: 1em;
      font-size: 2.7vw;
    }

    .table-contact td {
      padding: 0.5em 1em 1.5em;
    }

    .main-column table th {
      border-bottom: none;
      border-top: none;
      background: #f3f3f3;
    }

    .main-column .table-company th {
      padding: 0.6em 0.9em;
    }

    .main-column .table-company td {
      padding: 0.7em 0.9em;
    }

    .history table tr td:nth-of-type(1) {
      width: 80px;
      padding: 0 1rem 0 0;
    }

    .history table tr td:nth-of-type(2) {
      padding: 0 0 2rem 1rem;
    }

    .wrap-about {
      flex-flow: row wrap;
      justify-content: center;
    }

    .wrap-about>div:nth-child(1) {
      margin-right: 0;
      margin-bottom: 3vw;
      margin-left: 0;
      width: 100%;
    }

    .wrap-about>div:nth-child(1) img {
      width: 100%;
    }

    .wrap-about>div:nth-child(2) {
      width: 100%;
    }

    .wrap-message {
      flex-flow: row-reverse wrap;
      justify-content: center;
      padding: 5vw 2.5vw;
    }

    .wrap-message>div {
      margin: 2.5vw;
    }

    .wrap-message>div:nth-child(1) {
      width: 100%;
    }

    .main-visual .noslide {
      width: 100%;
      left: 0;
      transform: unset;
    }

    .wrap-message>div:nth-child(2) {
      width: 100%;
    }

    .wrap-message>div:nth-child(3) {
      width: 100%;
      padding: 0 15%;
    }

    .wrap-message p {
      text-align: center;
    }

    .widget_media_image figure {
      width: 100% !important;
    }

    .widget_media_image figcaption {
      width: 100%;
    }

    .single-post .head-common {
      font-size: 6vw;
      line-height: 1.35;
    }

    .mobile-tel-header a {
      letter-spacing: -0.02em;
    }

    /*--------------------common.css--------------------*/

    /*ブルースカイス入れ込みのみ用*/
    .wp-block-column {
      position: relative;
    }

    .wp-block-column>*:first-child {
      margin-top: 0;
    }

    .wp-block-buttons {
      margin-top: 60px;
      position: absolute;
      bottom: 0;
      width: 100%;
    }

    .wp-block-button__link {
      width: 100%;
      max-width: 360px;
      position: absolute;
      left: 50%;
      bottom: 20px;
      transform: translateX(-50%);
    }

    .wp-block-column .wp-block-image {
      margin-bottom: 20px;
    }

    @media screen and (max-width: 600px) {
      .wp-block-buttons {
        margin-top: 20px;
      }

      .wp-block-buttons .wp-block-button {
        display: initial;
        margin: 0;
      }

      .main-columnc .is-style-outline .wp-block-button__link {
        position: relative;
        max-width: unset;
        display: block;
        left: unset;
        transform: unset;
        bottom: unset;
      }
    }

    /*ブルースカイス入れ込みのみ用ここまで*/

    /* ////////////////////////////////////////
    SPのみ
    //////////////////////////////////////// */
    @media screen and (max-width: 640px),
    print {
      .main-column .contact-tell {
        line-height: 1.5;
      }

      .main-column .contact-tell a {
        margin-top: 3vw;
        display: inline-block;
      }
    }

    /* ////////////////////////////////////////
    SPのみ
    //////////////////////////////////////// */
    @media screen and (min-width: 641px),
    print {

      /* 会社概要　テーブル
      *************************** */
      table.table-company tr:not(:last-of-type) {
        border-bottom: 1px solid #ccc;
      }

      table.table-company th {
        width: 20%;
      }

      /* 会社概要　テーブル
      *************************** */
      /* お問い合わせ　テーブル
      *************************** */
      .contact table tr {
        display: flex;
        flex-flow: wrap;
      }

      .contact table th {
        width: 20%;
        line-height: 42px;
      }

      /* お問い合わせ　テーブル
      *************************** */
    }

    @media screen and (min-width: 901px) {
      .nav {
        color: #666;
      }

      .nav>.contents {
        padding: 5px 0;
      }
    }

    @media screen and (max-width: 640px) {

      /*会社概要*/
      .access-code>div {
        flex-flow: column-reverse;
      }

      .access-code>div img {
        width: 100%;
      }

      .access-code-company {
        margin-left: 0;
        margin-bottom: 20px;
      }

      /*会社概要*/

      /*お問い合わせ*/
      .contact-flex a {
        font-size: 24px;
        padding: 0.5em 0.75em;
        border-radius: 100px;
        background: #1364b3;
        color: #fff;
        line-height: 1;
        display: block;
        margin: 20px 0;
      }

      /*お問い合わせ*/
    }

    /*--------------------common.cssここまで--------------------*/
    .grecaptcha-badge {
      bottom: min(20vw, 95px) !important;
      z-index: 2;
    }
  }
}

/*レンタル　2025年　野村　ブライダルポートワン用*/
@layer common {

  /*********************************
	 * 共通
	 * ******************************/
  .contents {
    width: min(100%, 1180px);
    padding: 0 min(8vw, 40px);
    margin: 0 auto;
  }

  .section-common {
    padding: min(25vw, 155px) 0;
  }

  .section-common[data-back="sub-color"] {
    background: var(--sub_color);
  }

  .section-common[data-back="sub-color2"] {
    background: var(--sub_color2);
  }

  /*タイトル*/
  [class*="title-"] {
    font-size: min(6.5vw, 32px);
    position: relative;
    line-height: min(9vw, 2.8rem);
    letter-spacing: min(0.5vw, 0.1rem);
    margin-bottom: min(7vw, 45px);

    &[class*="-top"] {
      font-size: min(9.5vw, 46px);
      margin-bottom: min(10vw, 60px);
    }

    &[class*="-left"] {
      text-align: left;
    }

    &[class*="-center"] {
      text-align: center;
    }

    &[class*="-small"] {
      font-size: min(3.7vw, 14px);
      line-height: min(9vw, 1.75rem);
      /* 			margin-bottom: min(2vw, 9px); */
      margin-bottom: min(2vw, 2px);
    }

    &[class*="-line"] {
      color: var(--sub_color2);
      line-height: 1.25;
      font-size: min(5vw, 20px);
      padding-bottom: min(5vw, 0.9rem);
      border-bottom: 2px solid var(--sub_color2);
      margin-bottom: min(3vw, 0.9rem);
    }

    &[class*="-ja"]:after {
      content: attr(ja);
      display: block;
      font-size: min(3.2vw, 14px);
      /* text-align: center; */
      line-height: 1;
      margin-top: min(4vw, 20px);
      letter-spacing: 0.1rem;
    }

    &[class*="-enja"] {
      font-size: min(5vw, 20px);
      border-bottom: 1px solid #ccc;
      line-height: 1;
      padding-bottom: min(4vw, 1.2rem);

      & span {
        font-size: min(3.7vw, 16px);
        display: inline-block;
        margin-left: min(4vw, 1rem);
      }
    }

    @media(width > 900px) {
      &[class*="-center"] {
        text-align: center;
      }
    }

    @media(width < 901px) {
      &[class*="-spcenter"] {
        text-align: center;
      }

      /* &::before{
				margin-left: 0.15rem;
			} */
    }

    &[class*="-large"] {
      font-size: min(6vw, 28px);
      font-weight: 700;
      line-height: 1.25;
      display: flex;
      flex-flow: column;
      gap: 1rem 1.5rem;

      &:has(+ *) {
        margin-block-end: 2rem;
      }

      &:has(+p) {
        margin-block-end: 2rem;
      }

      &+ :is(p, ul, ol, dd) {
        margin-block-start: -0.5rem;
      }

      &+p {
        margin-block-start: -0.5rem;
        /*line-height: 2.5;
        font-size: min(16px, 3.5vw);
        font-weight: 700;*/
      }

      &+p:has(+*) {
        margin-block-end: 4rem;
      }

      &[data-text]:before {
        content: attr(data-text);
        font-size: min(4vw, 20px);
        line-height: 1;
        color: var(--main_color);
      }

    }

    &[class*="-middle"] {
      font-size: min(4.5vw, 22px);
      font-weight: 700;
      line-height: 1.5;

      &:has(+ *) {
        margin-block-end: min(4vw, 1.5rem);
      }

      &+ :is(p, ul, ol, dd) {
        margin-block-start: -0.5rem;
      }

      &[data-text]:before {
        content: attr(data-text);
        font-size: min(4vw, 14px);
      }
    }

    &[class*="-min"] {
      font-size: min(4vw, 18px);
      font-weight: 700;
      line-height: 1.25;

      &:has(+ *) {
        margin-block-end: 1rem;
      }

      &+ :is(p, ul, ol, dd) {
        margin-block-start: -0.5rem;
      }

    }

    &[class*="-border_right"] {
      display: flex;
      gap: 1rem;
      align-items: center;
      flex-flow: row;

      &:after {
        content: "";
        flex: 1;
        background: var(--main_color);
        block-size: 1px;
      }
    }

    &[class*="-border_side"] {
      display: flex;
      gap: 1rem;
      align-items: center;
      flex-flow: row;
      text-align: center;

      &:before,
      &:after {
        content: "";
        flex: 1;
        background: var(--main_color);
        block-size: 1px;
      }

      @media(640px < width) {
        &+p:not(:is(.textLeft, .has-text-align-left)) {
          text-align: center;
        }
      }

    }

    &[class*="-border_left"] {
      border-left: 5px solid var(--main_color);
      padding-inline-start: 1rem;

      &[data-text] {
        display: flex;
        flex-flow: column;
      }
    }

    &[class*="-border_bottom"] {
      padding-block-end: 0.5rem;
      border-bottom: 1px solid var(--main_color);

      &[data-text] {
        display: flex;
        align-items: baseline;
        gap: 0.5rem 1rem;

        &:after {
          margin-inline-start: auto;
        }

        @media(width <=640px) {
          flex-flow: wrap;

          &:after {
            flex: 1 100%;
            margin-inline-start: unset;
          }
        }
      }
    }

    &[class*="-color"] {
      color: var(--main_color);
    }

    &[class*="-mat"] {
      padding: 0.5rem 0.75rem;
      background: var(--sub_color);

      &[class*="-mat_white"] {
        background: #fff;
      }

      &[class*="-mat_border"] {
        background: unset;
        border: 1px solid var(--border_color);
        color: currentcolor;
      }
    }

    &[class*="-icon"] {
      display: flex;
      gap: 0.5rem;

      &:before {
        content: "";
        background: var(--main_color);
        aspect-ratio: 1/1;
        inline-size: 1rem;
      }

      &[class*="-icon_service"]:before {
        aspect-ratio: 87/77;
        mask: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODciIGhlaWdodD0iNzciIHZpZXdCb3g9IjAgMCA4NyA3NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNjkwOTIgM1Y3NEg4Mi4wNDM5IiBzdHJva2U9IiM1NUFGQkIiIHN0cm9rZS13aWR0aD0iNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik00Ljc3OTMgNTcuMjk0MUwzNi4xMDI4IDI1Ljk3MDZMNDguNjMyMiAzOC41TDg0LjEzMjIgMyIgc3Ryb2tlPSIjNTVBRkJCIiBzdHJva2Utd2lkdGg9IjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNODQuMTMyMyAzVjIxLjc5NDEiIHN0cm9rZT0iIzU1QUZCQiIgc3Ryb2tlLXdpZHRoPSI1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTYzLjI0OTUgM0g4NC4xMzE5IiBzdHJva2U9IiM1NUFGQkIiIHN0cm9rZS13aWR0aD0iNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==') center /contain no-repeat;
      }
    }

    :is(&[class*="-right"], &.has-text-align-right) {
      text-align: right;
      align-items: flex-end;

      &+p {
        text-align: right;
      }
    }

    :is(&[class*="-left"], &.has-text-align-left) {
      text-align: left;
      flex-flow: wrap;
      align-items: baseline;
    }

    & img {
      vertical-align: baseline;
    }
  }

  /*リスト*/
  .kome-list {
    margin-top: 1rem;

    & li {
      margin-top: 0.2rem;
      font-size: min(3.3vw, 13px);
      line-height: 1.55;
      padding-left: min(6vw, 1.1rem);
      position: relative;

      & a {
        text-decoration: underline;
      }

      &::before {
        content: "※";
        display: block;
        position: absolute;
        top: 0;
        left: 2px;
        width: min(5vw, 15px);
        height: auto;
        aspect-ratio: 1;
      }
    }
  }

  ul li .kome-list {
    margin-top: 0.2rem;
    font-size: min(3.3vw, 12px);
  }

  /*********************************
	 * ロゴ
	 * ******************************/
  .logo {
    display: flex;
    align-items: center;
    gap: min(2vw, 0.7rem);
    width: min(82vw, 480px);
  }

  .logo-text {
    line-height: 1;
    letter-spacing: 0.1rem;
    white-space: nowrap;
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
    margin-inline-start: 0.5rem;
    font-size: min(3.5vw, 18px);
    font-weight: 500;

    &:before,
    &:after {
      content: "";
      block-size: 1px;
      inline-size: 0.25rem;
      background: currentColor;
    }
  }

  /*********************************
	 * フッターご利用について
	 * ******************************/
  .footer-guide {
    background: #F8F8F8;
  }

  .fguide-contents {
    display: grid;
    /* 	grid-template-columns:repeat(auto-fill,minmax(min(100%,350px),1fr)); */
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 450px), 1fr));
    gap: min(12vw, 70px) min(9vw, 45px);
    font-size: min(3.5vw, 14px);

    & .btn-archive {
      /* margin-top: min(5vw, 25px); */
    }

    & p {
      &>a {
        text-decoration: underline;
        color: var(--main_color);
      }
    }
  }

  .fguide-box+.fguide-box {
    margin-top: 3rem;
  }

  .fguide-box-child+.fguide-box-child {
    /* margin-top:3rem; */
    margin-top: 2rem;
  }

  .fguide-box-sub {
    /* 		margin:1rem 0 0 1.35rem; */
    /* 		margin-bottom:1.35rem; */
    margin: 1rem 0 0 1rem;

    @media(width < 901px) {
      margin-left: 0;
    }
  }

  /* 	p + .fguide-box-sub{
		margin:1rem 0 0 1rem;
	} */
  .fguide-box-sub-child {
    margin-left: 1.5rem;
  }

  [class*="rhombus-list"] {


    &>li {
      padding-left: min(6vw, 1.3rem);
      line-height: 1.25rem;
      position: relative;
      text-indent: -1rem;
      padding-inline-start: 1rem;

      &::before {
        content: "";
        display: inline-block;
        block-size: 10px;
        inline-size: 10px;
        background: var(--main_color);
        border-radius: 5px;
        margin-right: 5px;
      }

      &+li {
        margin-top: 0.3rem;
      }
    }

    &[class*="-red"] {
      margin-left: 0;

      &+p {
        margin-top: 2rem;
      }

      &>li {
        & span {
          font-weight: bold;
          font-size: min(3.7vw, 16px);
          margin-bottom: 0.3rem;
          display: block;
        }

        & p {
          line-height: 1.25rem;
        }

        & img {
          margin-top: 0.5rem;
          display: block;
          width: 100%;
        }

        &::before {
          content: "◆";
          color: #CC2539;
        }

        &+li {
          margin-top: 2rem;
        }
      }
    }
  }

  .fguide-table {
    width: 100%;
    border: 1px solid #a7a7a7;

    & tr {

      & th,
      td {
        line-height: 1.05rem;
        padding: 0.8rem 0.4rem;
        font-size: min(3vw, 12px);
        vertical-align: middle;

        @media(900px < width) {
          font-size: min(0.9vw, 12px);
        }

        @media(640px < width) {
          border-right: 1px solid #a7a7a7;
        }
      }

      & th {
        text-align: left;
        background: #dfdfdf;
        border-bottom: 1px solid #a7a7a7;
      }

      & td {
        text-align: center;
        background: #eeeeee;
      }
    }

    @media(width < 641px) {
      & thead {
        display: none;
      }

      & tr {
        display: flex;
        flex-wrap: wrap;

        & td {
          display: block;
          width: 100%;
          position: relative;
          padding: 0 0.4rem 1rem 0.4rem;
          font-size: min(3.5vw, 14px);

          &::before {
            content: attr(label);
            display: block;
            width: calc(100% + 0.4rem * 2);
            padding: 0.8rem 0.4rem 1rem;
            margin-bottom: 0.8rem;
            background: #dfdfdf;
            position: relative;
            translate: -50% 0%;
            left: 50%;
            border-bottom: 1px solid #a7a7a7;
          }
        }

        &:last-of-type td {
          border-bottom: 1px solid #a7a7a7;
        }
      }
    }
  }

  /*********************************
	 * フッター
	 * ******************************/
  .inner-footer {
    /* 		padding: min(25vw,150px) 0 min(15vw,110px); */
    padding: min(25vw, 150px) 0 min(6vw, 110px);
  }

  .box-info-footer,
  .wrap-logo {
    display: flex;
    align-items: center;

  }

  .box-info-footer {
    position: relative;
    padding-bottom: 1.9rem;
    margin-bottom: 1.9rem;

    &::after {
      content: "";
      display: block;
      position: absolute;
      translate: -50% 0%;
      bottom: 0;
      left: 50%;
      width: 100vw;
      height: 1px;
      border-bottom: 1px solid var(--main_color);
    }

    @media(width < 1001px) {
      /* 			flex-wrap: wrap; */
      flex-direction: column;
      align-items: baseline;

      & .head-header {
        margin-left: 0;
        font-size: min(3vw, 13px);
        line-height: 1;
        margin-top: 0.7rem;

        &>* {
          line-height: 1rem;
        }
      }

      & .logo {
        & img {
          width: min(53vw, 300px);
        }
      }

      & .logo-text {
        font-size: min(3.7vw, 20px);
        padding: 0.4rem 0.5rem 0.5rem 0.5rem;
      }
    }

    @media(width < 901px) {
      margin-bottom: 0;
      padding-bottom: 2.5rem;
    }
  }

  .box-menu-footer {
    display: flex;
    flex-wrap: wrap;
    gap: min(6vw, 35px);

    @media(width < 901px) {
      width: 100%;
      position: relative;
      translate: -50% 0%;
      left: 50%;
      width: 100vw;
      justify-content: center;
    }
  }

  .wrap-simple-footer-nav {
    width: min(100%, 500px);

    @media(width < 901px) {
      width: 100%;
    }
  }

  .simple-footer-nav {
    display: flex;

    & li {
      & a {
        font-size: min(3.2vw, 14px);
      }
    }

    @media(900px < width) {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(min(45%, 100px), 1fr));
      gap: min(5vw, 18px) min(7vw, 55px);
    }

    @media(width <= 900px) {
		display: none;
      flex-wrap: wrap;

      & li {
        width: calc(100% / 2);

        & a {
          font-size: min(3.2vw, 14px);
          width: 100%;
          display: block;
          padding: 0.85rem;
          text-align: center;
        }

        border-bottom: 1px solid var(--main_color);

        &:nth-of-type(odd) {
          border-right: 1px solid var(--main_color);
        }
      }
    }
  }

  .sns-link {
    width: min(100%, 157px);
    display: flex;
    /* display:grid;
		grid-template-columns:repeat(auto-fill,minmax(min(2.5%,27px),1fr)); */
    gap: min(5vw, 16px);

    & li {
      width: min(22.5%, 27px);

      & a {
        display: block;
        width: 100%;

        & img {
          width: 100%;
        }
      }
    }

    @media(900px < width) {
      margin-left: auto;
    }
  }

  /*********************************
	 * トップ
	 * ******************************/
  /*ピックアップ*/
  .top-intro {
    position: relative;

    &::before {
      content: "";
      background: url(images/intro-flowerR.png) center/contain no-repeat;
      display: block;
      z-index: -1;
      position: absolute;
      top: 0;
      right: 0;
      width: min(85vw, 482px);
      height: auto;
      aspect-ratio: 482/414;
    }

    &::after {
      content: "";
      background: url(images/intro-flowerL.png) center/contain no-repeat;
      display: block;
      z-index: -1;
      position: absolute;
      bottom: 0;
      left: 0;
      width: min(95vw, 572px);
      height: auto;
      aspect-ratio: 572/538;
    }
  }

  .pickup-box {
    & a {
      display: block;
      /* filter: drop-shadow(4px 4px 3px #00000044); */
      box-shadow: 5px 5px 9px -4px #ccc;

      & img {
        width: 100%;
      }
    }
  }

  .pickup-box-top {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 400px), 1fr));
    gap: min(7vw, 20px);
  }

  .pickup-box-bottom {
    margin-top: min(7vw, 20px);
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 263px), 1fr));
    gap: min(7vw, 20px);
  }

  /*衣装を探す*/
  .top-search {
    position: relative;
    border-top: 10px solid var(--main_color);

    &::after {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 2px;
      border-top: 1px solid #beac82;
    }

    & [class*="title-"] {
      margin-bottom: min(6.5vw, 37px);
    }

    @media(900px < width) {
      padding: min(25vw, 90px) 0;
    }
  }

  .top-search-btnbox {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(45%, 160px), 1fr));
    gap: min(3vw, 15px);
    margin-top: min(14vw, 95px);
    margin-bottom: min(9vw, 55px);
  }

  .top-search-btn {
    width: 100%;
    border: 1px solid var(--main_color);
    background: var(--main_color);
    color: #fff;
    font-size: min(3.2vw, 16px);
    padding: min(2vw, 0.85rem) min(1.7vw, 0.85rem) min(2.7vw, 1rem);
    line-height: 1.25rem;
    text-align: center;
    font-weight: 500;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;

    &.active {
      background: #fff;
      color: var(--main_color);
    }

    &:hover {
      opacity: 1;
      background: #fff;
      color: var(--main_color);
    }
  }

  .post-content-none {
    display: none;
  }

  /*ショップニュース*/
  .top-news {
    position: relative;

    &::before {
      content: "";
      background: url(images/news-flower.png) center/contain no-repeat;
      display: block;
      z-index: -1;
      position: absolute;
      bottom: 0;
      left: 0;
      width: min(95vw, 549px);
      height: auto;
      aspect-ratio: 549/447;
    }

    & [class*="title-"] {
      margin-bottom: min(6.5vw, 37px);

      &+p {
        font-size: min(3.7vw, 14px);
      }
    }
  }

  /*インスタグラム*/
  .top-insta {
    position: relative;

    &::before {
      content: "";
      display: block;
      position: absolute;
      top: 4px;
      left: 0;
      border-top: 1px solid #d9cba8;
      width: 100%;
      height: 1px;
    }
  }

  /*コンセプト*/
  .top-concept {
    color: #fff;
    position: relative;

    &::before {
      content: "";
      display: block;
      background: url(images/concept-flowerL.png) center/contain no-repeat;
      width: min(45vw, 498px);
      height: auto;
      aspect-ratio: 498/322;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
    }

    &::after {
      content: "";
      display: block;
      background: url(images/concept-flowerR.png) center/contain no-repeat;
      width: min(45vw, 484px);
      height: auto;
      aspect-ratio: 484/263;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 0;
    }

    & p {
      &+p {
        margin-top: min(4vw, 1.7rem);
      }
    }
  }

  .concept-link-box {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 400px), 1fr));
    gap: min(5vw, 60px) 10px;
    /* 		margin-top: min(13vw, 90px); */
    position: relative;
    z-index: 1;
  }

  .cbtn {
    color: #fff;
    text-align: center;
    outline: #fff 1px solid;
    outline-offset: -5px;
    padding: min(6vw, 1.5rem) min(7vw, 1.9rem) min(8vw, 1.9rem) min(7vw, 1.9rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .crflow-btn {
    background: linear-gradient(#9f9d9d, #686666);
  }

  .cqa-btn {
    background: var(--gradient_v);
  }

  .cbtn-top {
    font-size: min(6.5vw, 30px);
    border-bottom: 1px solid #fff;
    display: inline;
    padding-bottom: 0.8rem;
    margin-bottom: 0.4rem;
    width: min(100%, 260px);
  }

  .cbtn-bottom {
    display: block;
    width: 100%;
    letter-spacing: 0.3rem;
    font-size: min(3.5vw, 15px);
  }

  /*************************************
	* 商品ページ*
	* ***********************************/
  .ptable-list {
    position: relative;

    &:not(:last-of-type) {
      &::after {
        content: "、";
        display: inline-block;
      }
    }
  }

  /*************************************
	* 固定ページ*
	* ***********************************/
  /*お問い合わせ*/
  /*確認画面と完了画面を非表示*/
  .substitute-form .confirm_area,
  .substitute-form .thanks_area {
    display: none;
  }

  /*デフォルトのサンクスメッセージを非表示*/
  .substitute-form .wpcf7-response-output,
  .substitute-form .wpcf7-spinner {
    display: none;
  }

  /*そのほかデザイン*/
  .substitute-form .form-btn-box>*>* {
    display: flex;
    flex-wrap: wrap;
    gap: min(1vw, 15px) min(4vw, 15px);
  }

  .form-btn {
    width: min(300px, 100%);
    position: relative;
    margin: min(3vw, 60px) auto 0;
  }

  .form-btn:after {
    -webkit-transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 3px solid var(--main_color);
    border-right: 3px solid var(--main_color);
    content: "";
  }

  .form-btn:has(> input:hover):after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  .form-btn input,
  .confirm-links input[type='submit'] {
    display: block;
    z-index: 1;
    width: 100%;
    padding: 0.85rem;
    background: #fff;
    text-align: center;
    transition: 0.5s;
    color: var(--main_color);
    border: 1px solid var(--main_color);
    border-radius: 4px;
    filter: drop-shadow(1px 1px 0px #ccc);
    font-size: 14px;
  }

  .form-btn input:hover,
  .confirm-links input[type='submit']:hover {
    background: var(--main_color);
    color: #fff;
    opacity: 1;
  }

  .form-btn input:disabled,
  .form-btn input[disabled=""] {
    background: #efefef;
    pointer-events: none;
    border: none;
  }

  .form-btn:has(input:disabled):after,
  .form-btn:has(input[disabled=""]):after {
    display: none;
  }

  .form-tyui {
    margin-top: 2rem;
    border: 2px solid #ffc85e;
    padding: 0.5rem 0.7rem;
    font-size: min(3.5vw, 15px);
    line-height: 1.55;
    display: none;
  }

  .adrs-td {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .adrs-td input[type="text"] {
    width: 100px;
    margin: 0;
  }

  .substitute-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 0.3rem;
  }

  .substitute-form .wpcf7-list-item {
    display: block !important;
    margin: 0 !important;
  }

  .substitute-form .form-btn-box>*>* {
    display: flex;
    flex-wrap: wrap;
    gap: min(1vw, 15px) min(4vw, 15px);
  }

  .confirm-links {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr));
    gap: min(5vw, 30px);
    width: min(100%, 550px);
    margin: 0 auto;
  }

  .confirm-links .back_button {
    display: block;
    z-index: 1;
    width: 100%;
    padding: 0.85rem;
    background: var(--sub_color);
    text-align: center;
    transition: 0.5s;
    color: var(--main_color);
    border: 1px solid var(--sub_color);
    border-radius: 4px;
    filter: drop-shadow(1px 1px 0px #ccc);
    font-size: 14px;
  }

  .confirm-links .back_button:hover {
    opacity: 0.5;
    transition: 0.5s;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
  }

  .ja-check,
  .f-check {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: 0.3rem;
  }

  .form-btn-box {
    display: flex;
    align-items: center;

    & .td-req {
      margin: 0.7rem 1rem 0 0;
    }
  }

  .form-item-box {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    white-space: nowrap;
    margin-top: min(5vw, 1.5rem);

    &>span {
      width: 100%;
    }

    @media(width < 901px) {
      flex-direction: column;
    }
  }

  .table-title {
    padding: 2.5rem 0 0.5rem;

    &>div {
      background: var(--main_color);
      padding: 0.4rem 1rem 0.6rem;
      color: #fff;

      & p {
        line-height: 1;
      }
    }
  }
}

/*************************************
* 検索システム*
* ***********************************/
.wrap .searchandfilter {
  & ul {
    & li {
      &:first-of-type h4 {
        margin-top: 0;
      }
    }
  }

  & h4 {
    border-bottom: 1px solid #ccc;
    margin: min(9.5vw, 3rem) 0 min(5vw, 1.2rem);
    font-size: min(4.5vw, 20px);
    line-height: 1.55rem;
    border-left: none;
    padding: 0 0 min(2.5vw, 0.8em);
    color: #333;
    display: flex;
    flex-wrap: wrap;
    gap: 0 min(3vw, 20px);
    letter-spacing: 0.12rem;

    & span {
      font-size: min(3.7vw, 16px);

      @media(width < 641px) {
        display: block;
        width: 100%;
      }
    }
  }
}

.searchandfilter {
  & ul {
    &>li {
      width: 100%;

      &:first-of-type h4 {
        margin-top: 0;
      }

      &:not(:first-of-type) {
        margin-top: 0;
      }

      &>ul {
        width: 100%;
        gap: min(3vw, 1rem) min(4vw, 3rem);
        display: flex;
        flex-wrap: wrap;

        & li {
          float: none;
          width: auto;
          font-size: min(3.7vw, 16px);
          padding: 0;
          display: flex;
          align-items: center;

          & label {
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
            position: relative;

            &:has(> input[type="checkbox"]) {
              &::before {
                content: "";
                width: min(4.5vw, 20px);
                height: min(4.5vw, 20px);
                display: inline-block;
                border: 1px solid #999999;
                position: relative;
                top: 4px;
              }
            }

            &:has(> input[type="radio"]) {
              &::before {
                content: "";
                width: min(4.5vw, 20px);
                height: min(4.5vw, 20px);
                border-radius: 50%;
                display: inline-block;
                border: 1px solid #999999;
                position: relative;
                top: 4px;
              }
            }

            &:has(> input[type="radio"]:checked):after {
              content: "";
              width: min(2.5vw, 12px);
              height: min(2.5vw, 12px);
              background: var(--sub_color2);
              display: inline-block;
              border-radius: 50%;
              position: absolute;
              left: min(1vw, 0.3rem);
              top: min(2vw, 0.5rem);
            }
          }
        }

        & li:has(input[value="336"]):after,
        li:has(input[value="353"]):after,
        li:has(input[value="368"]):after {
          content: "";
          display: inline-block;
          width: min(4.5vw, 20px);
          height: min(4.5vw, 20px);
          background: #f20000;
          position: relative;
          top: min(0.5vw, 0.2rem);
          margin-left: 0.5rem;
        }

        & li:has(input[value="337"]):after,
        li:has(input[value="354"]):after,
        li:has(input[value="369"]):after {
          content: "";
          display: inline-block;
          width: min(4.5vw, 20px);
          height: min(4.5vw, 20px);
          background: #f08300;
          position: relative;
          top: min(0.5vw, 0.2rem);
          margin-left: 0.5rem;
        }

        & li:has(input[value="338"]):after,
        li:has(input[value="355"]):after,
        li:has(input[value="370"]):after {
          content: "";
          display: inline-block;
          width: min(4.5vw, 20px);
          height: min(4.5vw, 20px);
          background: #009e23;
          position: relative;
          top: min(0.5vw, 0.2rem);
          margin-left: 0.5rem;
        }

        & li:has(input[value="339"]):after,
        li:has(input[value="356"]):after,
        li:has(input[value="371"]):after {
          content: "";
          display: inline-block;
          width: min(4.5vw, 20px);
          height: min(4.5vw, 20px);
          background: #015b99;
          position: relative;
          top: min(0.5vw, 0.2rem);
          margin-left: 0.5rem;
        }

        & li:has(input[value="340"]):after,
        li:has(input[value="357"]):after,
        li:has(input[value="372"]):after {
          content: "";
          display: inline-block;
          width: min(4.5vw, 20px);
          height: min(4.5vw, 20px);
          background: #9d308d;
          position: relative;
          top: min(0.5vw, 0.2rem);
          margin-left: 0.5rem;
        }

        & li:has(input[value="341"]):after,
        li:has(input[value="358"]):after,
        li:has(input[value="373"]):after {
          content: "";
          display: inline-block;
          width: min(4.5vw, 20px);
          height: min(4.5vw, 20px);
          border: 1px solid #ccc;
          background: #fffcf0;
          position: relative;
          top: min(0.5vw, 0.2rem);
          margin-left: 0.5rem;
        }

        & li:has(input[value="342"]):after,
        li:has(input[value="359"]):after,
        li:has(input[value="374"]):after {
          content: "";
          display: inline-block;
          width: min(4.5vw, 20px);
          height: min(4.5vw, 20px);
          background: #000;
          position: relative;
          top: min(0.5vw, 0.2rem);
          margin-left: 0.5rem;
        }

        & li:has(input[type="radio"]):first-of-type {
          display: none;
        }
      }
    }

		  @media(width <= 640px){
			  
			  & li{
				flex: 1 100%;  
			  }
		  }

  }
}

.searchandfilter input[type="text"] {
  font-family: "游ゴシック", YuGothic;
  padding: 0.2em 1em 0.2em 0.4em;
  border-radius: 0;
  border: 1px solid #999999;
  font-size: min(3.7vw, 15px);
  width: 100%;
  box-shadow: none;
  color: #212121;
}

.searchandfilter input[type="submit"] {
  transition: 0.3s;
  width: min(100%, 330px);
  border: unset;
  outline: #fff 1px solid;
  outline-offset: -5px;
  background: linear-gradient(-45deg, #a79c82 0%, #decfac 100%);
  padding: 0.85rem 1rem 1.25rem;
  color: #fff;
  text-align: center;
  margin: min(10vw, 50px) auto 0;
  display: block;
  font-size: min(3.7vw, 16px);
  line-height: 1.2rem;
  font-family: "A-OTF-A1MinchoStd", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;

  &:hover {
    opacity: 0.7;
  }
}

/*************************************
* 衣装（商品）ページ*
* ***********************************/
.product-calendar {
  font-family: "游ゴシック";
  display: block;
  margin: 0 auto;
  width: min(100%, 450px);

  & .flatpickr-calendar.inline {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    max-height: 100%;

    & .flatpickr-months .flatpickr-month {
      height: min(10vw, 55px);
    }

    & .flatpickr-current-month {
      font-size: min(5vw, 24px);
      height: auto;
    }

    & span.flatpickr-weekday {
      font-size: min(3.7vw, 18px);
    }

    & .flatpickr-rContainer {
      width: 100%;
    }

    & .flatpickr-days {
      width: 100%;
    }

    & .dayContainer {
      max-width: 100%;
      min-width: auto;
      min-height: 100%;
      width: 100%;
      height: auto;
      aspect-ratio: 1;
    }

    & .flatpickr-day {
      position: relative;
      max-width: 100%;
      width: calc(100% / 7);
      height: calc(100% / 7);
      aspect-ratio: 1;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: min(4vw, 20px);

      &::before {
        content: "〇";
        display: block !important;
        color: #CC2539;
        position: absolute;
        translate: -50% -50%;
        top: 50%;
        left: 50%;
        font-size: 270%;
        font-weight: 100;
      }
    }

    & .flatpickr-day.today {
      /* background:#959ea9;
        color:#fff; */
      background: none;
      border: none;
      /* color: var(--sub_color2); */
      font-weight: bold;

      &:hover {
        background: #e6e6e6;
        border-color: #e6e6e6;
        /*opacity:0.8; */
      }
    }

    & .flatpickr-day.flatpickr-disabled {
      &:before {
        content: "×";
        color: var(--main_color);
        /*                 color: #CC2539;
				position: absolute;
				translate: -50% -50%;
				top: 50%;
				left: 50%;
				font-size: 200%; */
      }
    }
  }

  & .flatpickr-months .flatpickr-prev-month,
  .flatpickr-months .flatpickr-next-month {
    top: min(0.2vw, 0.15rem);
  }
}


/*20251119 question*/
.card-question {
  padding: 1rem;
  background: #f2f2f2;
  border-radius: 0.5rem;

  & .question-wrap {

    & .question-title {
      display: flex;
      gap: 0.75rem;
      cursor: pointer;
      align-items: baseline;
      line-height: 1.5;

      &:before {
        content: "Q";
        min-inline-size: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--main_color);
        color: #fff;
        aspect-ratio: 1/1;
        font-weight: 700;
        padding-block-end: 0.25rem;
      }

      &:after {
        content: "";
        margin-inline-start: auto;
        mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22160px%22%20height%3D%2285px%22%20viewBox%3D%220%200.001%20160%2085%22%20enable-background%3D%22new%200%200.001%20160%2085%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%231c50a1%22%20d%3D%22M79.995%2C84.656c-7.223%2C0-14.443-2.723-19.953-8.186L3.4%2C19.818c-4.534-4.535-4.534-11.881%2C0-16.417%20c4.535-4.535%2C11.882-4.535%2C16.417%2C0l56.604%2C56.618c1.951%2C1.928%2C5.171%2C1.961%2C7.166-0.021l56.595-56.595%20c4.534-4.535%2C11.881-4.535%2C16.416%2C0c4.534%2C4.536%2C4.534%2C11.882%2C0%2C16.417L99.981%2C76.435C94.471%2C81.923%2C87.229%2C84.656%2C79.995%2C84.656z%22%2F%3E%3C%2Fsvg%3E') center / contain no-repeat;
        background: var(--main_color);
        aspect-ratio: 32/17;
        min-inline-size: min(6vw, 1.5rem);
        transition: 0.4s;
        align-self: center;
      }

      &.active:after {
        rotate: 180deg;
      }
    }
  }

  & .answer-wrap {
    display: none;

    & .answer-title {
      display: flex;
      gap: 0.75rem;
      margin-block-start: 1rem;
      padding-block-start: 1rem;
      border-block-start: 1px solid var(--border_color);
      align-items: baseline;

      &:before {
        content: "A";
        min-inline-size: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #a11c1c;
        color: #fff;
        aspect-ratio: 1/1;
        font-weight: 700;
        align-self: baseline;
        padding-block-end: 0.25rem;
      }

    }
  }
}



/*grid*/

:is([class*="grid-"]:not(.wp-block-group), [class*="grid-"].wp-block-group >div) {
  display: grid;

  *:has(> &) {
    container: gap / inline-size;
  }


  &>* {
    margin: unset;
  }

}

:is(.grid-2:not(.wp-block-group), .grid-2.wp-block-group >div) {
  grid-template: auto / repeat(auto-fill, minmax(min(40%, 600px), 1fr));
  gap: min(8vw, 6rem) min(6vw, 6rem);

  @container gap (width <=1280px) {
    grid-template: auto / repeat(auto-fill, minmax(min(40%, 420px), 1fr));
    gap: min(8vw, 4rem) min(4vw, 4rem);
  }

  @container gap (width <=860px) {
    grid-template: auto / repeat(auto-fill, minmax(min(100%, 300px), 1fr));
    gap: min(6vw, 3rem) min(4vw, 2rem);

    :is(&.shape-keep, .shape-keep >&) {
      grid-template: auto / repeat(auto-fill, minmax(min(40%, 300px), 1fr));
      gap: min(4vw, 4rem) min(4vw, 2rem);
    }
  }

}

:is(.grid-3:not(.wp-block-group), .grid-3.wp-block-group >div) {
  grid-template: auto / repeat(auto-fill, minmax(min(40%, 480px), 1fr));
  gap: min(8vw, 4rem) min(6vw, 4rem);

  @container gap (width <=1280px) {
    grid-template: auto / repeat(auto-fill, minmax(min(100%, 280px), 1fr));
    gap: min(6vw, 4rem) min(4vw, 3rem);
  }

  @container gap (width <=860px) {
    grid-template: auto / repeat(auto-fill, minmax(min(100%, 200px), 1fr));
    gap: min(6vw, 3rem) min(4vw, 2rem);

    :is(&.shape-keep, .shape-keep >&) {
      grid-template: auto / repeat(auto-fill, minmax(min(40%, 280px), 1fr));
    }

  }
}

:is(.grid-4:not(.wp-block-group), .grid-4.wp-block-group >div) {
  grid-template: auto / repeat(auto-fill, minmax(min(40%, 400px), 1fr));
  gap: min(8vw, 3rem) min(6vw, 3rem);

  @container gap (width <=1280px) {
    grid-template: auto / repeat(auto-fill, minmax(min(40%, 240px), 1fr));
    gap: min(6vw, 3rem) min(4vw, 2rem);
  }

  @container gap (width <=860px) {
    grid-template: auto / repeat(auto-fill, minmax(min(100%, 180px), 1fr));
    gap: min(6vw, 2rem) min(4vw, 1rem);

    :is(&.shape-keep, .shape-keep >&) {
      grid-template: auto / repeat(auto-fill, minmax(min(40%, 180px), 1fr));
    }

  }

}

:is(.grid-5:not(.wp-block-group), .grid-5.wp-block-group >div) {
  grid-template: auto / repeat(auto-fill, minmax(min(40%, 400px), 1fr));
  gap: min(8vw, 3rem) min(6vw, 3rem);

  @container gap (width <=1280px) {
    grid-template: auto / repeat(auto-fill, minmax(min(40%, 240px), 1fr));
    gap: min(6vw, 3rem) min(4vw, 2rem);
  }

  @container gap (width <=860px) {
    grid-template: auto / repeat(auto-fill, minmax(min(100%, 150px), 1fr));
    gap: min(6vw, 2rem) min(4vw, 1rem);

    :is(&.shape-keep, .shape-keep >&) {
      grid-template: auto / repeat(auto-fill, minmax(min(30%, 150px), 1fr));
    }
  }
}


/*gap*/

[class*="gap-"] {

  :is(&:not(.wp-block-group),
    &.wp-block-group >div),
  &.is-layout-grid {
    gap: var(--row_gap, min(6vw, 6rem)) var(--column_gap, min(4vw, 4rem)) !important;

  }

  &[class*="-0rem"] {
    --row_gap: 0rem;
    --column_gap: 0rem;
  }

  &[class*="-1rem"] {
    --row_gap: 1rem;
    --column_gap: 1rem;
  }

  &[class*="-2rem"] {
    --row_gap: 2rem;
    --column_gap: 2rem;
  }

  &[class*="-3rem"] {
    --row_gap: 3rem;
    --column_gap: 3rem;
  }

  &[class*="-4rem"] {
    --row_gap: 4rem;
    --column_gap: 4rem;
  }

  &[class*="_0rem"] {
    --column_gap: 0rem;
  }

  &[class*="_1rem"] {
    --column_gap: 1rem;
  }

  &[class*="_2rem"] {
    --column_gap: 2rem;
  }

  &[class*="_3rem"] {
    --column_gap: 3rem;
  }
}

.flex-column{
	display: flex;
	flex-flow: column;
}


.table-mat table {
	  inline-size: 100%;
	  table-layout: fixed;
    & tr {
      background: #fff;

      & :is(th, td) {
        padding: 0.75rem 1rem;
		  line-height: 1.5;
        border: 1px solid var(--sub_color2);
      }

      & th {
        background: #f5f5f5;
      }
    }

    & figcaption {
      margin-block-start: 1rem;
    }
  }

  .section {

    &+.section {
      margin-block-start: min(18vw, 120px);

    }
  }

  .section_in {

    &+.section_in {
      margin-block-start: min(12vw, 80px);

    }
  }