@charset "UTF-8";
/*
CTC Separate Stylesheet
Updated: 2025-08-01 15:54:00
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  /* margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;*/
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  /*   line-height: 1;*/
}

ol,
ul {
  /*  list-style: none;*/
}

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

img {
  vertical-align: bottom;
}

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

img[width="1"],
img[width="0"] {
  display: none;
}

/* -----------------------------------------------------------------
   module
----------------------------------------------------------------- */
:root :where(.wp-block-list li) {
  margin-top: unset;
}

/* エディター全体の背景色やフォント周りの指定 */
.block-editor .editor-styles-wrapper {
  background-color: #fff;
  color: #333;
  /* font-family とかもここでOK */
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
  outline-width: unset;
  outline-style: unset;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  filter: brightness(1.1);
  height: 100%;
  cursor: pointer;
}

img {
  width: 100%;
  display: block;
}

h1 {
  text-align: center;
}

h1 figure {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

h1 figure img {
  width: 100%;
  display: block;
  filter: drop-shadow(0px 0px 5px rgba(3, 170, 106, 0.568));
}

:root :where(.is-layout-constrained) > * {
  margin-block-start: 0 !important;
}

html {
  /* 即時に遷移する */
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
}

@media screen and (max-width: 769px) {
  html {
    scroll-padding-top: 108px;
  }
}

@media screen and (max-width: 599px) {
  html {
    scroll-padding-top: 37.5px;
  }
}

header {
  margin: 0 auto;
  text-align: center;
  position: fixed;
  z-index: 999999;
  width: 100%;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.928);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  header .inner {
    padding: 10px;
  }
}

header .inner .left {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 30px;
  font-size: 12px;
}

@media screen and (max-width: 960px) {
  header .inner .left {
    font-size: 10px;
  }
}

@media screen and (max-width: 769px) {
  header .inner .left {
    gap: 10px;
  }
}

@media screen and (max-width: 960px) {
  header .inner .left > div {
    display: none;
  }
}

header .inner .left > div br {
  display: none;
}

@media screen and (max-width: 1080px) {
  header .inner .left > div br:nth-of-type(2) {
    display: block;
  }
}

@media screen and (max-width: 1080px) and (max-width: 960px) {
  header .inner .left > div br:nth-of-type(1) {
    display: block;
  }
}

header .inner .left a {
  width: 180px;
  display: block;
}

@media screen and (max-width: 960px) {
  header .inner .left a {
    width: 100px;
  }
}

header .inner .left a img {
  width: 100%;
}

header .inner .right {
  display: flex;
  gap: 30px;
  font-size: 12px;
  align-items: center;
}

@media screen and (max-width: 1152px) {
  header .inner .right {
    font-size: 10px;
    gap: 20px;
  }
}

header .inner .right .menu {
  display: flex;
  gap: 15px;
}

@media screen and (max-width: 1152px) {
  header .inner .right .menu {
    gap: 10px;
  }
}

@media screen and (max-width: 769px) {
  header .inner .right .menu {
    display: none;
  }
}

header .inner .right .icon {
  display: flex;
  gap: 15px;
}

@media screen and (max-width: 1152px) {
  header .inner .right .icon {
    gap: 10px;
  }
}

@media screen and (max-width: 769px) {
  header .inner .right .icon {
    padding-right: 60px;
  }
}

header .inner .right .icon li {
  flex-shrink: 0;
  list-style: none;
}

header .inner .right .icon li a {
  font-size: 10px;
}

header .inner .right .icon li img {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

@media screen and (max-width: 481px) {
  header .inner .right .icon li img {
    width: 14px;
    height: 14px;
  }
}

header .inner .right .icon li:last-of-type {
  position: relative;
}

header .inner .right .icon li:last-of-type .header-cart-count {
  position: absolute;
  background-color: #f00;
  color: #fff;
  font-size: 9px;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  right: -4px;
  top: -11px;
}

@media screen and (max-width: 769px) {
  header .inner .right .icon li:nth-of-type(1) {
    display: none;
  }
}

header .header-txt {
  display: none;
}

@media screen and (max-width: 960px) {
  header .header-txt {
    display: block;
    background-color: #ddd;
    padding: 0.25em;
    font-size: 12px;
  }
}

@media screen and (max-width: 960px) and (max-width: 769px) {
  header .header-txt {
    font-size: 10px;
  }
}

footer {
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  padding: 40px 20px;
}

footer .p-footer__nav ul {
  display: flex;
  gap: 1.5em;
  justify-content: center;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 769px) {
  footer .p-footer__nav ul {
    flex-direction: column;
    font-size: 12px;
  }
}

footer .p-footer__nav ul li {
  list-style: none;
}

footer .p-footer__nav ul a {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
}

footer .p-footer__sns ul {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 0;
  margin: 0;
}

footer .p-footer__sns ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .p-footer__sns ul li a {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  display: block;
}

footer .p-footer__sns ul li a img {
  width: 34px;
}

footer .p-footer__copyright {
  text-align: center;
  margin: 0;
  padding: 0;
}

footer .p-footer__copyright small {
  font-size: 13.3333px;
}

/*============
nav
=============*/
#navArea nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 200000000;
  opacity: 0;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
}

#navArea nav .inner {
  padding: 10px 10px 20px;
}

#navArea nav .inner a {
  padding: 0.75em 0.25em;
  display: block;
  font-size: 11px;
}

#navArea nav .inner .logo a {
  width: 120px;
  display: block;
  margin: 0 auto 10px;
}

#navArea nav .inner ul {
  padding: 0;
  margin: 0;
}

#navArea nav .inner ul li {
  list-style: none;
}

#navArea nav .inner section:nth-of-type(1) .name {
  padding-bottom: 20px;
}

#navArea nav .inner section:nth-of-type(1) .name span:nth-of-type(1) {
  padding-left: 2px;
}

#navArea nav .inner section:nth-of-type(1) .name span:nth-of-type(2) {
  font-size: 0.75em;
}

#navArea nav .inner section:nth-of-type(1) ul.login01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  text-align: center;
}

#navArea nav .inner section:nth-of-type(1) ul.login01 li a {
  font-size: 11px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#navArea nav .inner section:nth-of-type(1) ul.login01 li img {
  height: 24px;
  object-fit: contain;
}

#navArea nav .inner section:nth-of-type(1) ul.login02 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  text-align: center;
}

#navArea nav .inner section:nth-of-type(1) ul.login02 li a {
  font-size: 11px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#navArea nav .inner section:nth-of-type(1) ul.login02 li img {
  height: 24px;
  object-fit: contain;
}

#navArea nav .inner section:nth-of-type(2) {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#navArea nav .inner section:nth-of-type(2) ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  text-align: center;
}

#navArea nav .inner section:nth-of-type(2) ul li a {
  font-size: 11px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#navArea nav .inner section:nth-of-type(2) ul li img {
  height: 24px;
  object-fit: contain;
}

#navArea nav .inner section:nth-of-type(3), #navArea nav .inner section:nth-of-type(4), #navArea nav .inner section:nth-of-type(5) {
  margin-bottom: 20px;
}

#navArea nav .inner section:nth-of-type(3) h4, #navArea nav .inner section:nth-of-type(4) h4, #navArea nav .inner section:nth-of-type(5) h4 {
  margin-bottom: 1em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 16px;
}

#navArea nav .inner section:nth-of-type(3) ul, #navArea nav .inner section:nth-of-type(4) ul, #navArea nav .inner section:nth-of-type(5) ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  text-align: center;
  border-top: 1px solid #e6e6e6;
}

#navArea nav .inner section:nth-of-type(3) ul li, #navArea nav .inner section:nth-of-type(4) ul li, #navArea nav .inner section:nth-of-type(5) ul li {
  border-bottom: 1px solid #e6e6e6;
}

#navArea nav .inner section:nth-of-type(3) ul li a, #navArea nav .inner section:nth-of-type(4) ul li a, #navArea nav .inner section:nth-of-type(5) ul li a {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}

#navArea nav .inner section:nth-of-type(3) ul li a:after, #navArea nav .inner section:nth-of-type(4) ul li a:after, #navArea nav .inner section:nth-of-type(5) ul li a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

#navArea nav .inner section:nth-of-type(3) ul li:nth-of-type(odd), #navArea nav .inner section:nth-of-type(4) ul li:nth-of-type(odd), #navArea nav .inner section:nth-of-type(5) ul li:nth-of-type(odd) {
  border-right: 1px solid #e6e6e6;
}

#navArea nav .inner section:nth-of-type(4) {
  margin-bottom: 20px;
}

#navArea nav .inner section:nth-of-type(4) h4 {
  margin-bottom: 1em;
}

#navArea nav .inner ul.dropdown-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 767px) {
  #navArea nav {
    left: -85%;
    width: 85%;
  }
}

#navArea.open nav {
  left: 0;
  opacity: 1;
}

#navArea.open .toggle_btn {
  transform: scale(1);
}

#navArea.open .toggle_btn span {
  background-color: #333;
}

#navArea.open .toggle_btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}

#navArea.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

#navArea.open .toggle_btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}

#navArea.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(232, 232, 232, 0.93);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 100000000;
  cursor: pointer;
}

#navArea .toggle_btn {
  display: block;
  position: fixed;
  top: 20px;
  right: 17px;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 300000000;
  display: none;
  transform: scale(0.7);
}

@media screen and (max-width: 769px) {
  #navArea .toggle_btn {
    display: block;
  }
}

@media screen and (max-width: 481px) {
  #navArea .toggle_btn {
    transform: scale(0.5);
  }
}

#navArea .toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all 0.5s;
}

#navArea .toggle_btn span:nth-child(1) {
  top: 4px;
}

#navArea .toggle_btn span:nth-child(2) {
  top: 14px;
}

#navArea .toggle_btn span:nth-child(3) {
  bottom: 4px;
}

#navArea #mask {
  display: none;
  transition: all 0.5s;
}

/* ヘッダー（ハンバーガーボタン） */
.c-hamburger {
  padding: 2px;
  width: 15px;
  height: 100%;
}

@media (hover: hover) {
  .c-hamburger:is(:hover, :focus-visible) {
    opacity: 1;
  }
}

.c-hamburger__line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-font-base);
}

.c-hamburger__line::before,
.c-hamburger__line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  transition: 0.2s all ease-in-out;
}

.c-hamburger__line::before {
  top: -4px;
}

.c-hamburger__line::after {
  top: 4px;
}

.is-drawerActive .c-hamburger__line {
  background-color: transparent;
  z-index: 20;
}

.is-drawerActive .c-hamburger__line::before,
.is-drawerActive .c-hamburger__line::after {
  top: 0;
  background-color: var(--color-font-base);
}

.is-drawerActive .c-hamburger__line::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-drawerActive .c-hamburger__line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.kome {
  list-style: none;
  display: flex;
  margin-bottom: 0.5em;
  gap: 10px;
  font-size: 14px;
}

.kome:before {
  content: "※";
  flex-shrink: 0;
}

.kome:last-of-type {
  margin-bottom: 0;
}

#goTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5));
  width: 80px;
  height: 80px;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  padding: 0;
}

@media screen and (max-width: 769px) {
  #goTop {
    width: 60px;
    height: 60px;
  }
}

#goTop p a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.142));
}

#goTop p a em {
  font-style: normal;
  text-align: center;
  white-space: nowrap;
}

#goTop p a em::before {
  display: block;
  content: "";
  width: 10px;
  margin: 0 auto;
  height: 10px;
  color: #fff;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(315deg);
}

.wp-block-contact-form-7-contact-form-selector {
  background-color: #fff;
  max-width: 1000px;
  padding: 60px 40px;
  border-radius: 10px;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector {
    padding: 30px 20px;
  }
}

.wp-block-contact-form-7-contact-form-selector form {
  /* デフォルトのボタン */
  /* チェック前のボタン */
  /* チェック後のボタン */
}

.wp-block-contact-form-7-contact-form-selector form .check_rap {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-top: 40px;
  margin-bottom: 20px;
}

.wp-block-contact-form-7-contact-form-selector form .check_rap input {
  opacity: 0;
}

.wp-block-contact-form-7-contact-form-selector form .check_rap .wpcf7-list-item {
  display: block;
  line-height: 1;
}

.wp-block-contact-form-7-contact-form-selector form .check_rap .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 8px;
}

.wp-block-contact-form-7-contact-form-selector form .check_rap input[type="checkbox"] {
  display: none;
}

.wp-block-contact-form-7-contact-form-selector form .check_rap .wpcf7-list-item-label {
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 25px;
  display: inline-block;
}

.wp-block-contact-form-7-contact-form-selector form .check_rap .wpcf7-list-item-label a {
  font-size: 1.2em;
  text-decoration: underline;
}

.wp-block-contact-form-7-contact-form-selector form .check_rap .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}

.wp-block-contact-form-7-contact-form-selector form .check_rap input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 25px;
  height: 11px;
  border-top: 3px solid #3d8582;
  border-right: 3px solid #3d8582;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  top: 0px;
}

.wp-block-contact-form-7-contact-form-selector form .wpcf7-file {
  margin-bottom: 6px;
}

.wp-block-contact-form-7-contact-form-selector form .data {
  font-size: 12px;
  margin-top: 20px;
}

.wp-block-contact-form-7-contact-form-selector form .data ul {
  display: flex;
  list-style: none;
  gap: 5px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.25em 0;
}

.wp-block-contact-form-7-contact-form-selector form .data ul li {
  list-style: none;
  background-color: #ddd;
  padding: 0.25em 1em;
  border-radius: 20px;
}

.wp-block-contact-form-7-contact-form-selector form .isu01,
.wp-block-contact-form-7-contact-form-selector form .maisuu {
  display: flex;
  align-items: center;
  gap: 5px;
}

.wp-block-contact-form-7-contact-form-selector form .isu01 input,
.wp-block-contact-form-7-contact-form-selector form .maisuu input {
  width: 6em !important;
}

.wp-block-contact-form-7-contact-form-selector form .input-mini-size input {
  width: 6em !important;
  margin-left: 6px;
}

.wp-block-contact-form-7-contact-form-selector form .dropdown-menu_wrapper {
  position: relative;
  height: 60px;
  width: 240px;
}

.wp-block-contact-form-7-contact-form-selector form .dropdown-menu_wrapper .wpcf7-form-control {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #999;
  font-size: 18px;
  appearance: none;
}

.wp-block-contact-form-7-contact-form-selector form .dropdown-menu_wrapper::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  height: 10px;
  width: 10px;
  top: 20px;
  right: 30px;
  transform: rotate(135deg);
  pointer-events: none;
}

.wp-block-contact-form-7-contact-form-selector form .wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}

.wp-block-contact-form-7-contact-form-selector form .wpcf7-list-item.first {
  margin: 0;
}

.wp-block-contact-form-7-contact-form-selector form .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  white-space: normal;
  width: 100%;
}

.wp-block-contact-form-7-contact-form-selector form input[type="radio"] {
  opacity: 0;
  /* デフォルトのボタンを非表示 */
  position: absolute;
}

.wp-block-contact-form-7-contact-form-selector form .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%;
  /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  flex-shrink: 0;
  transition: background-color 0.5s;
  /* 色をじんわり変化させる */
  width: 1.2em;
}

.wp-block-contact-form-7-contact-form-selector form input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #7fbfff;
  /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff;
  /* 中心の色のスタイル */
}

.wp-block-contact-form-7-contact-form-selector form .check {
  margin-bottom: 100px;
}

.wp-block-contact-form-7-contact-form-selector form dl {
  display: grid;
  grid-template-columns: 230px 1fr;
  margin: 0 auto;
  border-bottom: dotted #999 1px;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector form dl {
    display: flex;
    flex-direction: column;
  }
}

.wp-block-contact-form-7-contact-form-selector form dl p {
  padding: 0;
  margin: 0;
}

.wp-block-contact-form-7-contact-form-selector form dl dt,
.wp-block-contact-form-7-contact-form-selector form dl dd {
  font-size:  clamp(1rem, 0.916rem + 0.28vw, 1.125rem);
  border-bottom: dotted #999 1px;
  padding: 1.5em 0;
  margin: 0;
}

.wp-block-contact-form-7-contact-form-selector form dl dt:last-of-type,
.wp-block-contact-form-7-contact-form-selector form dl dd:last-of-type {
  border-bottom: unset;
}

.wp-block-contact-form-7-contact-form-selector form dl dt {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  padding-right: 20px;
  flex-wrap: wrap;
  align-content: center;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector form dl dt {
    border-bottom: unset;
    padding-right: unset;
    padding: 1em 0 0 0;
  }
}

.wp-block-contact-form-7-contact-form-selector form dl dt span {
  font-size: 12px;
  background-color: #b04141;
  padding: 0.5em 0.75em;
  border-radius: 30px;
  color: #fff;
  line-height: 1.2;
  margin-right: 5px;
}

.wp-block-contact-form-7-contact-form-selector form dl dt span.nini {
  background-color: #818181;
}

.wp-block-contact-form-7-contact-form-selector form dl dd input,
.wp-block-contact-form-7-contact-form-selector form dl dd textarea {
  border-radius: 10px;
  padding: 0.5em 0.8em;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.8;
  border: solid 1px #999;
}

.wp-block-contact-form-7-contact-form-selector form dl dd input:focus,
.wp-block-contact-form-7-contact-form-selector form dl dd textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #2196f3 inset;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.25em 1em;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector form dl dd .checkbox {
    gap: 0.8em 1em;
  }
}

.wp-block-contact-form-7-contact-form-selector form dl dd .checkbox label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
  white-space: pre;
  justify-content: flex-start;
  flex-shrink: 0;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .checkbox label input {
  border-radius: 10px !important;
  padding: 1em !important;
  width: 20px !important;
  height: 20px !important;
  background: aqua;
  display: block;
  border: solid 1px #999 !important;
}

.wp-block-contact-form-7-contact-form-selector form dl dd div {
  margin-bottom: 0.8em;
}

.wp-block-contact-form-7-contact-form-selector form dl dd div:last-of-type {
  margin-bottom: unset;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .wpcf7-not-valid-tip {
  background-color: #ffeb3b;
  padding: 0.25em 0.5em;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  display: block;
  margin-top: 10px;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .wpcf7-radio span label {
  display: flex;
  gap: 10px;
  align-items: center;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .wpcf7-radio span label input {
  width: 13px !important;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .addressG > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .addressG input {
  width: 100%;
}

.wp-block-contact-form-7-contact-form-selector form .submitArea {
  margin-bottom: 30px;
  padding-top: 30px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

@media screen and (max-width: 481px) {
  .wp-block-contact-form-7-contact-form-selector form .submitArea {
    padding-top: 0px;
  }
}

.wp-block-contact-form-7-contact-form-selector form .submitArea .wpcf7-spinner {
  display: none;
}

.wp-block-contact-form-7-contact-form-selector form .submitArea > p {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector form .submitArea > p {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector form .submitArea {
    display: flex;
    gap: 20px;
    flex-direction: column-reverse;
  }
}

.wp-block-contact-form-7-contact-form-selector form .submitArea input[type="submit"] {
  background-color: #4caf50;
  color: #fff;
  cursor: pointer;
  padding: 1em 2em;
  margin: 0 auto;
  font-size:  clamp(1.25rem, 1.083rem + 0.56vw, 1.5rem);
  border-radius: 300px;
  border: unset;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  animation: blinking 1.5s ease-in-out infinite alternate;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector form .submitArea input[type="submit"] {
    max-width: 100%;
  }
}

.wp-block-contact-form-7-contact-form-selector form .submitArea input[type="submit"]:hover {
  background-color: #ecd18e;
}

.wp-block-contact-form-7-contact-form-selector form .submitArea input[type="button"] {
  background-color: #aaa;
  width: 100%;
  cursor: pointer;
  padding: 1em 2em;
  color: #fff;
  margin: 0 auto;
  font-size:  clamp(1.25rem, 1.083rem + 0.56vw, 1.5rem);
  border-radius: 300px;
  border: unset;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  max-width: 80%;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector form .submitArea input[type="button"] {
    max-width: 100%;
  }
}

.wp-block-contact-form-7-contact-form-selector form .submitArea input[type="button"]:hover {
  background-color: #ecd18e;
}

.wp-block-contact-form-7-contact-form-selector form .wpcf7-response-output {
  background-color: #e8b941;
  margin-top: 20px;
  padding: 0.25em 0.5em;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  margin-top: 4px;
  color: #dc3232;
  border: unset;
  font-size:  clamp(1.25rem, 1.083rem + 0.56vw, 1.5rem);
}

.simple-table table {
  border: unset !important;
}

.simple-table table th,
.simple-table table td {
  border: unset !important;
  border-bottom: solid 1px #dedede !important;
  background-color: unset !important;
}

.simple-table table th {
  width: 6em;
}

.btn_center {
  margin: 0 auto !important;
}

main {
  margin: 0 auto !important;
  padding-top: 60px !important;
}

#wrap {
  padding: 151px 6vw 80px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 769px) {
  #wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

#wrap > div {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
}

@media screen and (max-width: 769px) {
  #wrap > div {
    grid-template-columns: 1fr;
  }
}

#wrap > div > div:nth-of-type(2) {
  order: 1;
}

@media screen and (max-width: 769px) {
  #wrap > div > div:nth-of-type(2) {
    order: 2;
    width: 100%;
    padding: 20px;
  }
}

#wrap > div > div:nth-of-type(2) .sideMenu {
  background-color: #fff;
  width: 200px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding-top: 20px;
}

@media screen and (max-width: 769px) {
  #wrap > div > div:nth-of-type(2) .sideMenu {
    width: 100%;
  }
}

#wrap > div > div:nth-of-type(2) .sideMenu h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #90891e;
  font-weight: 600;
  line-height: 1.8;
}

@media screen and (max-width: 769px) {
  #wrap > div > div:nth-of-type(2) .sideMenu h3 {
    margin-bottom: 1em;
  }
}

#wrap > div > div:nth-of-type(2) .sideMenu nav {
  font-size: 12px;
  text-align: left;
}

#wrap > div > div:nth-of-type(2) .sideMenu nav ul,
#wrap > div > div:nth-of-type(2) .sideMenu nav li {
  list-style: none !important;
}

#wrap > div > div:nth-of-type(2) .sideMenu nav a {
  font-size: 12px !important;
}

#wrap > div > div:nth-of-type(2) .sideMenu nav > ul {
  padding-left: 2em;
  padding-bottom: 20px;
}

@media screen and (max-width: 769px) {
  #wrap > div > div:nth-of-type(2) .sideMenu nav > ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px 20px;
  }
}

@media screen and (max-width: 481px) {
  #wrap > div > div:nth-of-type(2) .sideMenu nav > ul {
    grid-template-columns: 1fr 1fr;
  }
}

#wrap > div > div:nth-of-type(2) .sideMenu nav > ul > li > a {
  margin-bottom: 1em;
  display: block;
  display: flex;
  align-items: flex-start;
  gap: 0 0.75em;
}

@media screen and (max-width: 769px) {
  #wrap > div > div:nth-of-type(2) .sideMenu nav > ul > li > a {
    margin-bottom: 0;
  }
}

#wrap > div > div:nth-of-type(2) .sideMenu nav > ul > li > a::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-top: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

#wrap > div > div:nth-of-type(2) .sideMenu nav > ul > li > ul {
  padding-left: 2em;
}

@media screen and (max-width: 769px) {
  #wrap > div > div:nth-of-type(2) .sideMenu nav > ul > li > ul {
    display: none;
  }
}

#wrap > div > div:nth-of-type(2) .sideMenu nav > ul > li > ul li > a {
  margin-bottom: 1em;
  display: block;
  display: flex;
  align-items: center;
  gap: 0 0.75em;
}

#wrap > div > div:nth-of-type(2) .sideMenu nav > ul > li > ul li > a::before {
  content: "-";
}

#wrap > div > div:nth-of-type(2) form .wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  /* max-width: 100%; */
  width: 100%;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

#wrap > div > div:nth-of-type(2) form .wp-block-search__inside-wrapper input {
  width: 100%;
}

#wrap > div > div:nth-of-type(2) form .wp-block-search__inside-wrapper button {
  border-radius: 3.125rem;
  margin-left: unset !important;
  font-size: 16px;
  padding: 0.5em 1em;
}

#wrap > div > div:nth-of-type(1) {
  order: 2;
}

@media screen and (max-width: 769px) {
  #wrap > div > div:nth-of-type(1) {
    order: 1;
  }
}

#b_cont {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 769px) {
  #b_cont {
    padding: 0 20px;
  }
}

@media screen and (max-width: 481px) {
  #b_cont {
    padding: 0 10px;
  }
}

#b_cont h1,
#b_cont h2,
#b_cont h3,
#b_cont h4,
#b_cont h5,
#b_cont h6 {
  margin-bottom: 0.5em;
}

#b_cont p {
  margin-bottom: 1em;
}

#b_cont img {
  margin-bottom: 20px;
  width: auto;
}

#b_cont a {
  text-decoration: underline;
}

#b_cont .is-layout-grid {
  display: grid;
}

@media screen and (max-width: 769px) {
  #b_cont .is-layout-grid {
    grid-template-columns: 1fr;
  }
}

:root {
  --wp--style--global--content-size: unset;
  --wp--style--global--wide-size: 1340px;
}

body.nav-open {
  overflow: hidden;
}

#pankuzu {
  margin-bottom: 3em;
}

@media screen and (max-width: 769px) {
  #pankuzu {
    margin-bottom: 1em;
  }
}

#pankuzu figure {
  display: flex;
  align-items: center;
  gap: 6px;
}

#pankuzu figure a img {
  width: 17px;
  height: auto;
  margin-bottom: 0;
}

#pankuzu figure:after {
  content: "";
  width: 4px;
  flex-shrink: 0;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

#pankuzu p,
#pankuzu h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: unset;
}

#pankuzu ul li {
  margin-right: 0.75em;
}

#grid01 {
  margin-bottom: 60px;
}

#grid01 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 481px) {
  #grid01 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

#grid01 ul li {
  list-style: none !important;
}

#grid01 ul li a {
  color: #333;
  border: solid 1px #333;
  padding: 1em 0.5em;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.schema-faq .schema-faq-section {
  margin-bottom: 60px;
}

.schema-faq .schema-faq-section .schema-faq-question {
  font-size: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  background: #f6eaea;
  padding: 10px 20px;
  border-radius: 20px;
}

.schema-faq .schema-faq-section .schema-faq-question:before {
  content: "Q";
  font-size: 34px;
  color: #dc3232;
}

.schema-faq .schema-faq-section .schema-faq-answer {
  font-size: 16px;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  background: #e1e6e6;
  padding: 10px 20px;
  border-radius: 20px;
}

.schema-faq .schema-faq-section .schema-faq-answer:before {
  content: "A";
  font-size: 34px;
  padding-right: 10px;
  color: #2679ff;
  font-weight: bold;
}

.schema-faq .schema-faq-section img {
  width: auto;
}

.table01 table th,
.table01 table td {
  border: none !important;
  border-bottom: solid 1px #333 !important;
}

.titile_black01 h2,
.titile_black01 p {
  margin-bottom: 0 !important;
}

/* カレンダー全体設定 */
.footer-calendar {
  display: flex;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  /* width: 700px; */
  align-items: start;
  justify-content: center;
}

.footer-calendar .shop-calendar-wrapper {
  margin: 0 auto 10px;
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 100%;
}

@media screen and (max-width: 769px) {
  .footer-calendar .shop-calendar-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

.footer-calendar .shop-calendar-wrapper .cal-block {
  display: inline-block;
  margin: 10px;
  vertical-align: top;
}

.footer-calendar .shop-calendar-wrapper .cal-block h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
}

.footer-calendar .shop-calendar-wrapper .cal-block table {
  border-collapse: collapse;
  border: 1px solid #ddd;
  margin-top: 0 !important;
}

@media screen and (max-width: 769px) {
  .footer-calendar .shop-calendar-wrapper .cal-block table {
    width: 100%;
  }
}

.footer-calendar .shop-calendar-wrapper .cal-block th,
.footer-calendar .shop-calendar-wrapper .cal-block td {
  background: #fff;
  text-align: center !important;
  vertical-align: middle;
  border: 1px solid #ddd;
  padding: 0.75em 0.75em !important;
  font-size: 13px !important;
  line-height: 1.1;
}

.footer-calendar .shop-calendar-wrapper .cal-block th:empty,
.footer-calendar .shop-calendar-wrapper .cal-block td:empty {
  background: unset;
}

.footer-calendar .shop-calendar-wrapper .cal-block th {
  background-color: #f5f5f5;
  font-weight: bold;
}

.footer-calendar .shop-calendar-wrapper .cal-block .weekend {
  background-color: #ffebee;
  color: #666;
  color: #c62828;
}

.footer-calendar .shop-calendar-wrapper .cal-block .holiday {
  background-color: #ffebee;
  color: #c62828;
}

.footer-calendar .shop-calendar-wrapper .cal-block .today {
  font-weight: bold;
}

.footer-calendar #calInfo {
  font-size: 12px;
}

@media screen and (max-width: 769px) {
  .footer-calendar #calInfo {
    font-size: 10px;
  }
}

.footer-calendar #calInfo p:nth-of-type(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.5em;
}

.footer-calendar #calInfo p:nth-of-type(1) .hday {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: solid 1px #ccc;
  background-color: #ffebee;
  display: block;
}

.footer-calendar #calInfo ul {
  margin: 0;
  padding: 0;
}

.footer-calendar #calInfo ul li {
  display: flex;
  gap: 0.25em;
}

.footer-calendar #calInfo ul li::before {
  content: "※";
}

.p-footer__pageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5));
  width: 80px;
  height: 80px;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  padding: 0;
}

@media screen and (max-width: 960px) {
  .p-footer__pageTop {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 481px) {
  .p-footer__pageTop {
    width: 40px;
    height: 40px;
  }
}

.p-footer__pageTop a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.142));
  justify-content: center;
}

.p-footer__pageTop a:before {
  display: block;
  content: "";
  width: 10px;
  margin: 0 auto;
  height: 10px;
  color: #fff;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(315deg);
}

#outfooter #sns img {
  width: 34px;
  height: 34px;
}

.cig-preview-container img {
  width: unset !important;
}

.stanpGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}

@media screen and (max-width: 1200px) {
  .stanpGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 769px) {
  .stanpGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
  }
}

@media screen and (max-width: 481px) {
  .stanpGrid {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}

.stanpGrid figure {
  margin: 0 !important;
  padding: 0 !important;
}

.stanpGrid figure img {
  width: 100% !important;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
}

#faq_cont article {
  background-color: #e3edf2 !important;
}

#faq_cont article .faq_01 {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  gap: 10px;
}

#faq_cont article .faq_01 h2 {
  line-height: 1.4;
}

#faq_cont article .faq_01:before {
  content: "Q";
  font-size: 34px;
  width: 34px;
  color: #43c0ff;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  font-weight: bold;
}

#faq_cont article .faq_02 {
  display: flex;
  gap: 10px;
  padding: 0 !important;
  margin: 0 !important;
}

#faq_cont article .faq_02 p {
  line-height: 1.6;
}

#faq_cont article .faq_02::before {
  content: "A";
  font-size: 34px;
  width: 34px;
  color: #dc3232;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  font-weight: bold;
}

.wp-block-button a {
  text-decoration: none !important;
}
