@charset "UTF-8";
/*
Theme Name: LOODY
Author: 川元綾子(Designer) / 田中勇輔(Developer)
Description: 2026年リニューアルテーマ
Version: 1.0.1 (2026/03/27)
*/
/***************************************************************
 *
 * sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css
 *
***************************************************************/
pre, textarea {
  overflow: auto;
}

[hidden], audio:not([controls]), template {
  display: none;
}

details, main, summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  appearance: none;
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

textarea {
  resize: verticlp_specialal;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

*, ::after, ::before {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  position: relative;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  font: 20px/1.5 sans-seri f;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

ol, ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

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

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/***************************************************************
 *
 * layout and etc...
 *
***************************************************************/
img {
  max-width: 100%;
  height: auto;
}

html {
  height: 100%;
  overflow: hidden;
}

body {
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/*
			inview (ScrollTrigger)
*********************************************/
.inview {
  transition: all 1s ease;
}

.ivo {
  opacity: 0;
  filter: blur(12px);
}
.ivo.in-view {
  opacity: 1;
  filter: blur(0);
}

/*
			Draggable
*********************************************/
.draggable_wrap,
.draggable_snap_wrap {
  overflow: hidden;
}

/*
			PC通話発信無効化
*********************************************/
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/***************************************************************
 *
 * sass media query
 *
***************************************************************/
/***************************************************************
 *
 * WordPress General
 *
***************************************************************/
.content_body h1, .content_body h2, .content_body h3, .content_body h4, .content_body h5, .content_body h6 {
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 0.75em;
}
.content_body h1 {
  font-size: 2em;
}
.content_body h2 {
  font-size: 1.6em;
}
.content_body h3 {
  font-size: 1.3em;
}
.content_body h4 {
  font-size: 1.1em;
}
.content_body h5 {
  font-size: 1em;
}
.content_body h6 {
  font-size: 0.9em;
}
.content_body p {
  line-height: 1.8em;
  margin-bottom: 1.5em;
}
.content_body ul, .content_body ol {
  padding-left: 1.8em;
  margin-bottom: 1.5em;
}
.content_body ul {
  list-style: disc;
}
.content_body ol {
  list-style: decimal;
}
.content_body li {
  line-height: 1.8em;
}
.content_body a {
  text-decoration: underline;
}
.content_body a:hover {
  opacity: 0.7;
}
.content_body strong, .content_body b {
  font-weight: bold;
}
.content_body em, .content_body i {
  font-style: italic;
}
.content_body blockquote {
  border-left: 4px solid #ccc;
  padding: 0.5em 1.5em;
  margin-bottom: 1.5em;
  color: #555;
}
.content_body table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
}
.content_body table th, .content_body table td {
  border: 1px solid #ccc;
  padding: 0.5em 1em;
  line-height: 1.6em;
}
.content_body table th {
  font-weight: bold;
}
.content_body hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 2em 0;
}
.content_body pre {
  background: #f5f5f5;
  padding: 1em;
  overflow: auto;
  margin-bottom: 1.5em;
  border-radius: 0.3em;
}
.content_body code {
  font-family: monospace, monospace;
  background: #f5f5f5;
  padding: 0.1em 0.3em;
  border-radius: 0.2em;
}
.content_body pre code {
  background: none;
  padding: 0;
}
.content_body img {
  max-width: 100%;
  height: auto;
}

/***************************************************************
 *
 * Stylesheet for LP
 *
***************************************************************/
/*
			Font
*********************************************/
body {
  font-size: 20px;
  line-height: 1.4em;
  color: #000;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "YuGothic", "open sans", "Noto Sans Japanese", "メイリオ", "Meiryo", system-ui, sans-serif;
  overflow: hidden;
}

body a {
  color: #000;
  text-decoration: none;
}

body a:hover {
  color: #000;
  text-decoration: none;
}

.font_a {
  font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "HGS明朝E", "メイリオ", "Meiryo", serif;
}

.font_j {
  font-family: "Jost", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", sans-serif;
}

#smooth-wrapper {
  position: fixed;
  inset: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #smooth-wrapper {
    position: relative;
    inset: auto;
    overflow: visible;
    height: auto;
  }
}

#smooth-content {
  min-height: 100vh;
  overflow: hidden;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  #smooth-content {
    min-height: auto;
    overflow: visible;
    will-change: auto;
  }
}

#border-wrapper {
  border: 0.9vw solid #d6e03e;
  overflow: hidden;
}

/*
			Responsive
*********************************************/
.lg_show,
.md_show,
.sm_show,
.xs_show,
.lg_showin,
.md_showin,
.sm_showin,
.xs_showin {
  display: none;
}

@media screen and (max-width: 1300px) {
  body {
    font-size: 20px;
    font-size: 1.5384615385vw;
    line-height: 1.4em;
  }
  .lg_hide {
    display: none;
  }
  .lg_show {
    display: block;
  }
  .lg_showin {
    display: inline;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 15.75px;
    font-size: 1.5384615385vw;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  .md_hide {
    display: none;
  }
  .md_show {
    display: block;
  }
  .md_showin {
    display: inline;
  }
  body {
    font-size: 20px;
    font-size: 2.6041666667vw;
    line-height: 1.4em;
    overflow: auto;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 15.6px;
    font-size: 2.6041666667vw;
    line-height: 1.4em;
  }
  .sm_hide {
    display: none;
  }
  .sm_show {
    display: block;
  }
  .sm_showin {
    display: inline;
  }
}
@media screen and (max-width: 414px) {
  body {
    font-size: 10.76px;
    font-size: 2.6041666667vw;
    line-height: 1.4em;
  }
  .xs_hide {
    display: none;
  }
  .xs_show {
    display: block;
  }
  .xs_showin {
    display: inline;
  }
}
/***************************************************************
 *
 * 				 LOODY　トップページ
 *
***************************************************************/
body {
  background: #f1f0e8;
}

#tpfv_wrap {
  z-index: 1;
  background: #f1f0e8;
  --bg-current: url(img/042-3.png);
  --bg-next: url(img/042-3.png);
}
#tpfv_wrap::before, #tpfv_wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #tpfv_wrap::before, #tpfv_wrap::after {
    background-position: center 65%;
  }
}
#tpfv_wrap::before {
  background-image: var(--bg-current);
  opacity: 1;
}
#tpfv_wrap::after {
  background-image: var(--bg-next);
  opacity: 0;
}
#tpfv_wrap.is-bg-fading::after {
  opacity: 1;
}

#tph {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  height: 10em;
  grid-template-columns: 11.45em 1fr 10.35em;
  align-items: center;
  justify-items: end;
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  #tph {
    grid-template-columns: 1fr 10.35em;
  }
}
#tph > h1 {
  width: 11.45em;
  height: 3.7em;
}
@media screen and (max-width: 768px) {
  #tph > h1 {
    justify-self: start;
  }
}
#tph > h1 > a {
  display: block;
}
#tph > ul {
  padding-right: 5vw;
}
@media screen and (max-width: 768px) {
  #tph > ul {
    display: none;
  }
}
#tph > ul > li {
  display: inline-block;
  margin-left: 2em;
}
#tph > ul > li > a {
  font-size: 1.2em;
}
#tph > a {
  display: block;
  width: 10.35em;
}

#tpfv {
  height: 100vh;
}
#tpfv > h3 {
  z-index: 2;
  position: absolute;
  bottom: 2vh;
  left: 8.5vw;
  width: 73.5vw;
}
@media screen and (max-width: 768px) {
  #tpfv > h3 {
    bottom: 8dvh;
  }
}
#tpfv > h3 > span:first-child {
  display: block;
  width: 65.55vw;
  padding: 1vw 0;
}
#tpfv > div {
  z-index: 4;
  padding-top: 15em;
  width: 65vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 75% 25%;
}
@media screen and (max-width: 768px) {
  #tpfv > div {
    height: calc(100dvh - 26.25vw);
    top: 26.25vw;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    width: 90vw;
    padding-top: 0;
    /* fvのレイアウト調整　*/
    --A: calc(100dvh - (13.65vw + 49.2vw + 2em + 26.25vw));
    --B: max(0px, calc(var(--A) / 3));
    padding: var(--B) 0;
    gap: var(--B);
  }
}
#tpfv > div > h1 {
  padding-top: 8vw;
}
@media screen and (max-width: 768px) {
  #tpfv > div > h1 {
    padding-top: 0;
    grid-row: 2;
  }
}
#tpfv > div > h1 > span {
  display: block;
  width: 27.7vw;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #tpfv > div > h1 > span {
    width: 83.1vw;
    margin-bottom: 2em;
  }
}
#tpfv > div > h1 > span:last-child {
  width: 18.25vw;
}
@media screen and (max-width: 768px) {
  #tpfv > div > h1 > span:last-child {
    width: 54.75vw;
  }
}
#tpfv > div > h2 {
  justify-self: center;
  width: 6.05vw;
}
@media screen and (max-width: 768px) {
  #tpfv > div > h2 {
    width: 18.15vw;
    justify-self: end;
    grid-row: 1;
  }
}
#tpfv > a {
  z-index: 5;
  display: block;
  width: 1.2em;
  height: 8.725em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.5vw;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #tpfv > a {
    top: auto;
    bottom: 40vh;
  }
}
#tpfv > p {
  z-index: 6;
  position: absolute;
  width: 1.025em;
  height: 25.475em;
  bottom: 3em;
  right: 2.5vw;
}
@media screen and (max-width: 768px) {
  #tpfv > p {
    display: none;
  }
}
#tpfv > strong {
  z-index: 5;
  pointer-events: none;
  position: absolute;
  display: block;
  max-width: 1300px;
  width: 100%;
  height: 8.9em;
  left: 0;
  right: 0;
  bottom: -2em;
  margin: auto;
  display: flex;
  justify-content: end;
}
#tpfv > strong > span {
  display: block;
  right: 2em;
}
@media screen and (max-width: 1300px) {
  #tpfv > strong > span {
    right: 4em;
  }
}
#tpfv > strong > span {
  width: 8.9em;
  height: 8.9em;
}
#tpfv > strong > span > img:last-child {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  animation: c_rotate 20s linear infinite;
}
@keyframes c_rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#tpfv > aside#fv_animation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
#tpfv > aside#fv_animation .fv_gallery {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#tpfv > aside#fv_animation #gl {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#tp_new {
  z-index: 1;
  background: #FFF;
  border-radius: 2em 0 0 2em;
  margin-left: calc((100vw - 1300px) / 2 * 0.3);
}
@media screen and (max-width: 1300px) {
  #tp_new {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #tp_new {
    border-radius: 5em 0 0 5em;
  }
}
#tp_new > div {
  max-width: 1300px;
  padding: 5em 5em;
  margin-right: calc((100vw - 1300px) / 2);
  margin-left: calc((100vw - 1300px) / 2 * 0.7);
}
@media screen and (max-width: 1300px) {
  #tp_new > div {
    margin-right: 0;
    margin-left: 0;
  }
}
#tp_new > div {
  display: grid;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 768px) {
  #tp_new > div {
    padding: 5em 1em;
    display: block;
  }
}
#tp_new > div > span:first-child {
  position: absolute;
  left: 1em;
  top: 5em;
  width: 1em;
}
@media screen and (max-width: 768px) {
  #tp_new > div > span:first-child {
    display: none;
  }
}
#tp_new > div > div > h3 {
  margin-bottom: 4em;
}
#tp_new > div > div > h3 > span {
  display: block;
  font-size: 1.9em;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  #tp_new > div > div > h3 > span {
    font-size: 3em;
    line-height: 1.8em;
  }
}
#tp_new > div > div > p {
  font-size: 1.1em;
  line-height: 1.8em;
  padding-right: 5em;
}
@media screen and (max-width: 768px) {
  #tp_new > div > div > p {
    font-size: 1.6em;
    padding-right: 0;
    margin-bottom: 3em;
  }
}
#tp_new > div > span:last-child {
  display: block;
  overflow: hidden;
  border-radius: 50% 50% 0 0/40% 40% 0 0;
}
#tp_new > a {
  display: block;
  width: 15.1em;
  height: 15.1em;
  position: absolute;
  bottom: -8em;
  left: 2em;
}
@media screen and (max-width: 768px) {
  #tp_new > a {
    left: auto;
    right: 2em;
  }
}

#tp_service {
  z-index: 1;
  padding: 9em 0 5em;
}
#tp_service > h2 {
  width: 55.45em;
  margin: 0 auto;
  top: 2em;
}
@media screen and (max-width: 768px) {
  #tp_service > h2 {
    width: 95%;
  }
}
#tp_service > div#tpsv_slide ul {
  width: -moz-max-content;
  width: max-content;
  display: flex;
}
#tp_service > div#tpsv_slide ul > li {
  width: 22vw;
  margin: 0 0.5em;
}
@media screen and (max-width: 768px) {
  #tp_service > div#tpsv_slide ul > li {
    width: 55vw;
  }
}
#tp_service > div#tpsv_menu {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 5em 5em;
}
@media screen and (max-width: 768px) {
  #tp_service > div#tpsv_menu {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding: 5em 2em;
  }
}
#tp_service > div#tpsv_menu > a {
  display: block;
  width: 25.15em;
}
@media screen and (max-width: 768px) {
  #tp_service > div#tpsv_menu > a {
    grid-row: 2;
    margin: auto;
  }
}
#tp_service > div#tpsv_menu > p {
  justify-self: end;
  font-size: 0.9em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #tp_service > div#tpsv_menu > p {
    grid-row: 1;
    margin-bottom: 2em;
  }
}
#tp_service > div#tpsv_txt {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 5em 20em;
  display: grid;
  grid-template-columns: 60% 40%;
}
@media screen and (max-width: 768px) {
  #tp_service > div#tpsv_txt {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding: 0 2em 30vh;
  }
}
#tp_service > div#tpsv_txt > h3 > img {
  position: absolute;
  width: 16.2em;
  height: 6.625em;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#tp_service > div#tpsv_txt > h3 > span {
  display: block;
  font-size: 2.8em;
  line-height: 2em;
  font-weight: 500;
}
#tp_service > div#tpsv_txt > p {
  align-self: end;
  justify-self: end;
  text-align: right;
  top: 3em;
}
@media screen and (max-width: 768px) {
  #tp_service > div#tpsv_txt > p {
    top: 12em;
  }
}
#tp_service > div#tpsv_txt > p > span {
  font-size: 1.1em;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  #tp_service > div#tpsv_txt > p > span {
    font-size: 1.4em;
  }
}

#tp_service_wrap {
  z-index: 2;
  background: #dbd4c5;
  border-radius: 2em;
}
#tp_service_wrap > #tpsv_one {
  padding: 6em 0;
  margin-bottom: 5em;
}
#tp_service_wrap > #tpsv_one > #tpsvo_txt {
  max-width: 1300px;
  padding: 0 5em;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 768px) {
  #tp_service_wrap > #tpsv_one > #tpsvo_txt {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding: 0 1em 0 5em;
  }
}
#tp_service_wrap > #tpsv_one > #tpsvo_txt > h2 {
  display: grid;
  grid-template-columns: 1.2em 2em 2em;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  #tp_service_wrap > #tpsv_one > #tpsvo_txt > h2 {
    margin-bottom: 3em;
  }
}
#tp_service_wrap > #tpsv_one > #tpsvo_txt > div {
  width: 65%;
  justify-self: end;
}
@media screen and (max-width: 768px) {
  #tp_service_wrap > #tpsv_one > #tpsvo_txt > div {
    width: 80%;
  }
}
#tp_service_wrap > #tpsv_one > #tpsvo_txt > div > p {
  font-size: 1.1em;
  line-height: 1.6em;
  margin-bottom: 6em;
}
@media screen and (max-width: 768px) {
  #tp_service_wrap > #tpsv_one > #tpsvo_txt > div > p {
    font-size: 1.4em;
    line-height: 1.8em;
  }
}
#tp_service_wrap > #tpsv_one > #tpsvo_txt > div > h3 {
  width: 5em;
}
@media screen and (max-width: 768px) {
  #tp_service_wrap > #tpsv_one > #tpsvo_txt > div > h3 {
    left: -10em;
  }
}
#tp_service_wrap > #tpsv_one > #tpsvo_txt > p {
  z-index: 5;
  position: absolute;
  bottom: -3em;
  left: 20em;
}
#tp_service_wrap #tpsvo_slide {
  overflow: hidden;
  padding-top: 1em;
}
#tp_service_wrap #tpsvo_slide > ul {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  animation: we_scroll 40s linear infinite;
}
@keyframes we_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#tp_service_wrap #tpsvo_slide > ul > li {
  width: 16.6em;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  #tp_service_wrap #tpsvo_slide > ul > li {
    width: 60vw;
  }
}
#tp_service_wrap #tpsvo_slide > ul > li > p {
  font-size: 0.95em;
  padding: 1em 0.5em;
}
#tp_service_wrap p.tpsv_circle {
  width: 8.85em;
  height: 8.85em;
}
#tp_service_wrap p.tpsv_circle > img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  animation: c_rotate 20s linear infinite;
}
#tp_service_wrap #tpsv_two {
  max-width: 1300px;
  margin: 0 auto 10em;
  padding: 0 5em;
}
@media screen and (max-width: 768px) {
  #tp_service_wrap #tpsv_two {
    padding: 0 1em;
  }
}
#tp_service_wrap #tpsv_two > div {
  width: 22em;
}
@media screen and (max-width: 768px) {
  #tp_service_wrap #tpsv_two > div {
    width: 100%;
  }
}
#tp_service_wrap #tpsv_two > div > h3 {
  display: grid;
  grid-template-columns: 1.925em 1.9em 1.85em 1.2em;
  gap: 2em;
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  #tp_service_wrap #tpsv_two > div > h3 {
    justify-content: end;
    margin-bottom: 3em;
    margin-right: 3em;
  }
}
#tp_service_wrap #tpsv_two > div > p {
  font-size: 1.1em;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  #tp_service_wrap #tpsv_two > div > p {
    width: 80%;
    font-size: 1.4em;
    line-height: 1.8em;
  }
}
#tp_service_wrap #tpsv_two > span {
  position: absolute;
  top: 2em;
  left: 29em;
  width: calc(100vw - 22em);
  height: 29em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #tp_service_wrap #tpsv_two > span {
    position: relative;
    display: block;
    left: 2em;
    width: 100%;
  }
}
#tp_service_wrap #tpsv_two > span > img {
  display: block;
  height: 29em;
  width: auto;
  max-width: none;
  border-radius: 1em;
}
@media screen and (max-width: 768px) {
  #tp_service_wrap #tpsv_two > span > img {
    display: none;
  }
  #tp_service_wrap #tpsv_two > span > img:last-child {
    display: block;
  }
}
#tp_service_wrap #tpsv_two > p {
  position: absolute;
  top: -4em;
  left: 34em;
}
@media screen and (max-width: 768px) {
  #tp_service_wrap #tpsv_two > p {
    top: 34em;
    left: auto;
    right: -2em;
  }
}
#tp_service_wrap #tpsv_thtree {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 5em 10em;
}
@media screen and (max-width: 768px) {
  #tp_service_wrap #tpsv_thtree {
    padding: 0 1em 10em;
  }
}
#tp_service_wrap #tpsv_thtree > div {
  width: 22em;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #tp_service_wrap #tpsv_thtree > div {
    width: 100%;
  }
}
#tp_service_wrap #tpsv_thtree > div > h3 {
  display: grid;
  grid-template-columns: 1.9em 1.975em 1.675em 1.2em;
  gap: 2em;
  margin-bottom: 4em;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  #tp_service_wrap #tpsv_thtree > div > h3 {
    justify-content: start;
    margin-bottom: 3em;
    margin-left: 3em;
  }
}
#tp_service_wrap #tpsv_thtree > div > p {
  font-size: 1.1em;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  #tp_service_wrap #tpsv_thtree > div > p {
    width: 80%;
    font-size: 1.4em;
    line-height: 1.8em;
    margin-left: auto;
  }
}
#tp_service_wrap #tpsv_thtree > span {
  position: absolute;
  display: flex;
  justify-content: end;
  top: 2em;
  right: 29em;
  width: calc(100vw - 22em);
  height: 29em;
  border-radius: 1em;
}
@media screen and (max-width: 768px) {
  #tp_service_wrap #tpsv_thtree > span {
    position: relative;
    right: 2em;
    width: 100%;
    overflow: hidden;
  }
}
#tp_service_wrap #tpsv_thtree > span > img {
  display: block;
  height: 29em;
  width: auto;
  max-width: none;
  border-radius: 1em;
}
#tp_service_wrap #tpsv_thtree > span > img:last-child {
  display: none;
}
@media screen and (max-width: 768px) {
  #tp_service_wrap #tpsv_thtree > span > img {
    display: none;
  }
  #tp_service_wrap #tpsv_thtree > span > img:last-child {
    display: block;
  }
}
#tp_service_wrap #tpsv_thtree > p {
  position: absolute;
  top: -4em;
  right: 34em;
}
@media screen and (max-width: 768px) {
  #tp_service_wrap #tpsv_thtree > p {
    top: 32em;
    right: auto;
    left: -2em;
  }
}

#tp_about {
  z-index: 3;
  max-width: 1300px;
  margin: 0 auto;
}
#tp_about > h2 {
  position: absolute;
  width: 30.925em;
  top: -3em;
  left: -3em;
}
#tp_about > div#tpab_title {
  padding: 10em 5em 0;
  display: grid;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 768px) {
  #tp_about > div#tpab_title {
    padding: 10em 5em 0 1em;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
  }
}
#tp_about > div#tpab_title > p {
  font-size: 1.1em;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  #tp_about > div#tpab_title > p {
    grid-row: 2;
    font-size: 1.4em;
    line-height: 1.8em;
    width: 88%;
    margin-bottom: 2em;
  }
}
#tp_about > div#tpab_title > h3 {
  justify-self: end;
  display: grid;
  grid-template-columns: 1.875em 1.875em 1.95em;
  gap: 1.5em;
}
#tp_about > div#tpab_studio {
  height: 47em;
}
@media screen and (max-width: 768px) {
  #tp_about > div#tpab_studio {
    height: 70em;
    margin-bottom: 3em;
  }
}
#tp_about > div#tpab_studio > span {
  display: block;
  position: absolute;
  width: 38.35em;
  height: 46.9em;
  top: 0;
  left: -4em;
}
@media screen and (max-width: 768px) {
  #tp_about > div#tpab_studio > span {
    position: relative;
    left: 0;
    width: 33.1em;
    height: auto;
    padding-top: 12.3em;
  }
}
#tp_about > div#tpab_studio > ul {
  margin-left: 24em;
  padding-top: 3em;
}
@media screen and (max-width: 768px) {
  #tp_about > div#tpab_studio > ul {
    position: absolute;
    margin-left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #tp_about > div#tpab_studio > ul > li {
    position: absolute;
  }
}
#tp_about > div#tpab_studio > ul > li:nth-child(1) {
  width: 28.65em;
  padding-top: 7em;
  margin-bottom: 3em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #tp_about > div#tpab_studio > ul > li:nth-child(1) {
    width: 30.475em;
    height: 21.075em;
    top: 46em;
    left: 2em;
    padding: 0;
    margin: 0;
  }
}
#tp_about > div#tpab_studio > ul > li:nth-child(2) {
  width: 32.575em;
  margin-bottom: 4em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #tp_about > div#tpab_studio > ul > li:nth-child(2) {
    width: 17.975em;
    height: 24.8em;
    top: 36em;
    left: 19.5em;
    padding: 0;
    margin: 0;
  }
}
#tp_about > div#tpab_studio > ul > li:nth-child(3) {
  width: 31.95em;
  margin-bottom: 2em;
  padding-left: 1em;
  left: -1em;
}
@media screen and (max-width: 768px) {
  #tp_about > div#tpab_studio > ul > li:nth-child(3) {
    width: 21.275em;
    height: 20.4em;
    top: 8.3em;
    left: 15.5em;
    padding: 0;
    margin: 0;
  }
}
#tp_about > div#tpab_studio > ul > li:nth-child(4) {
  width: 31.025em;
  padding-left: 0em;
  left: 0.4em;
}
@media screen and (max-width: 768px) {
  #tp_about > div#tpab_studio > ul > li:nth-child(4) {
    width: 20.35em;
    height: 19.1em;
    top: 2.7em;
    left: 1.4em;
    padding: 0;
    margin: 0;
  }
}
#tp_about > div#tpab_access {
  padding: 0 5em 5em;
  display: grid;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 768px) {
  #tp_about > div#tpab_access {
    padding: 0 1em 10em;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #tp_about > div#tpab_access > div {
    margin-bottom: 3em;
  }
}
#tp_about > div#tpab_access > div > h3 {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  #tp_about > div#tpab_access > div > h3 {
    padding-left: 2em;
  }
}
#tp_about > div#tpab_access > div > h3 > span {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  #tp_about > div#tpab_access > div > h3 > span {
    font-size: 2.2em;
    line-height: 1em;
  }
}
#tp_about > div#tpab_access > div > h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  border-radius: 0.7em;
  background: #000;
  top: 0.4em;
  left: 0;
}
@media screen and (max-width: 768px) {
  #tp_about > div#tpab_access > div > h3::before {
    width: 1em;
    height: 1em;
    border-radius: 1em;
    top: 0.65em;
  }
}
#tp_about > div#tpab_access > div > p {
  font-size: 1.1em;
  line-height: 1.6em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #tp_about > div#tpab_access > div > p {
    font-size: 1.4em;
    line-height: 1.8em;
  }
}
#tp_about > div#tpab_access > div > a {
  text-decoration: underline;
}

#tp_salon {
  margin-right: calc((100vw - 1300px) / 2 * 0.3);
  padding-left: calc((100vw - 1300px) / 2 * 0.3);
}
@media screen and (max-width: 1300px) {
  #tp_salon {
    margin-right: 0;
    padding-left: 0;
  }
}
#tp_salon {
  background: #FFF;
  border-radius: 0 2em 2em 0;
}
@media screen and (max-width: 768px) {
  #tp_salon {
    border-radius: 0 5em 5em 0;
  }
}
#tp_salon > span {
  display: block;
  position: absolute;
  right: 2.5em;
  top: 7em;
  width: 0.95em;
  height: 7.8em;
}
@media screen and (max-width: 768px) {
  #tp_salon > span {
    display: none;
  }
}
#tp_salon > div {
  max-width: 1300px;
  margin: 0 auto;
  padding: 5em 2.5em;
  display: grid;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 768px) {
  #tp_salon > div {
    padding: 5em 1em;
    display: block;
  }
}
#tp_salon > div > span {
  display: block;
  overflow: hidden;
  border-radius: 50% 50% 0 0/40% 40% 0 0;
}
@media screen and (max-width: 768px) {
  #tp_salon > div > span {
    display: none;
  }
}
#tp_salon > div > div {
  padding-left: 5em;
}
@media screen and (max-width: 768px) {
  #tp_salon > div > div {
    padding-left: 0;
  }
}
#tp_salon > div > div > h2 {
  width: 10.35em;
  margin-bottom: 2em;
}
#tp_salon > div > div > h3 {
  margin-bottom: 2em;
}
#tp_salon > div > div > h3 > span {
  font-size: 1.8em;
  line-height: 1.6em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #tp_salon > div > div > h3 > span {
    font-size: 2.4em;
    line-height: 1.8em;
  }
}
#tp_salon > div > div p {
  padding-right: 2.5em;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #tp_salon > div > div p {
    padding: 0;
  }
}
#tp_salon > div > div p > span {
  font-size: 1.1em;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  #tp_salon > div > div p > span {
    font-size: 1.4em;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  #tp_salon > div > div > span {
    display: block;
    overflow: hidden;
    border-radius: 50% 50% 0 0/40% 40% 0 0;
    margin-bottom: 3em;
  }
}
#tp_salon > div > div > a {
  display: block;
  width: 12.75em;
  margin-left: auto;
  margin-right: 2.5em;
}

/* 			footer
------------------------------ */
footer::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  opacity: 0.39;
  pointer-events: none;
  background: url(img/041.jpg) no-repeat center bottom;
}
@media screen and (max-width: 1300px) {
  footer::before {
    background: url(img/041m.jpg) no-repeat center bottom/contain;
  }
}

#ft_news {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10em 2.5em;
  display: grid;
  grid-template-columns: 5em 1fr;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  #ft_news {
    display: block;
  }
}
#ft_news > h2 {
  display: grid;
  grid-template-columns: 0.9em 1.5em;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  #ft_news > h2 {
    grid-template-columns: 1.8em 3em;
    margin-bottom: 3em;
  }
}
#ft_news > ul {
  border-top: 1px solid #cecece;
}
#ft_news > ul > li {
  border-bottom: 1px solid #cecece;
}
#ft_news > ul > li > a {
  display: block;
  padding: 1.5em 6em 1.5em 1em;
  background: url(img/038.png) no-repeat 95% center/1.2em 1.2em;
}
#ft_news > ul > li > a > h3 {
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #ft_news > ul > li > a > h3 {
    font-size: 1.2em;
    line-height: 1.2em;
  }
}
#ft_news > ul > li > a > p {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  #ft_news > ul > li > a > p {
    font-size: 1em;
  }
}
#ft_news > a {
  grid-column: 2;
  justify-self: end;
  display: block;
  width: 8.95em;
}
@media screen and (max-width: 768px) {
  #ft_news > a {
    margin-top: 3em;
    margin-left: auto;
    width: 14em;
  }
}

#ft_con {
  width: calc((100vw - 1300px) / 2 + 1300px - 2em);
}
@media screen and (max-width: 1300px) {
  #ft_con {
    width: calc(100vw - 2em);
  }
}
#ft_con {
  margin: 0 auto;
  overflow: hidden;
  border-radius: 2em;
  padding: 5em 0;
}
#ft_con::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #dbd4c5;
  opacity: 0.52;
}
#ft_con > div {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2em;
  display: grid;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 768px) {
  #ft_con > div {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #ft_con > div > div {
    margin-bottom: 4em;
  }
}
#ft_con > div > div > h3 {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
#ft_con > div > div > h3 > span {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  #ft_con > div > div > h3 > span {
    font-size: 2.2em;
    line-height: 1em;
  }
}
#ft_con > div > div > h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  border-radius: 0.7em;
  background: #000;
  top: 0.4em;
  left: 0;
}
@media screen and (max-width: 768px) {
  #ft_con > div > div > h3::before {
    width: 1em;
    height: 1em;
    border-radius: 1em;
    top: 0.65em;
  }
}
#ft_con > div > div > p {
  font-size: 1.1em;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  #ft_con > div > div > p {
    font-size: 1.4em;
  }
}
#ft_con > div > div > h2 {
  margin-bottom: 2em;
  margin-top: 2em;
}
#ft_con > div > div > h2 > span {
  font-size: 1.6em;
  padding-right: 1em;
  font-weight: 400;
}
#ft_con > div > div > h2 > strong {
  font-size: 3em;
  font-weight: 400;
}
#ft_con > div > div > div {
  margin-top: 2em;
  display: grid;
  grid-template-columns: 10em 15.15em;
  align-items: center;
  gap: 1em;
}
#ft_con > div > div > div > p {
  justify-self: end;
}
@media screen and (max-width: 768px) {
  #ft_con > div > div > div > p {
    font-size: 1.4em;
  }
}

#ft_footer {
  padding-top: 10em;
  padding-bottom: 6em;
  margin: 0 auto;
  width: calc((100vw - 1300px) / 2 + 1300px - 2em);
}
@media screen and (max-width: 1300px) {
  #ft_footer {
    width: calc(100vw - 2em);
  }
}
#ft_footer > h2 {
  margin-bottom: 20em;
}
#ft_footer > h2 > span {
  display: block;
  font-size: 2.2em;
  line-height: 1.8em;
  font-weight: 500;
}
#ft_footer > div {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: end;
}
#ft_footer > div > h1 > a {
  display: block;
  width: 11.45em;
  margin-bottom: 0.5em;
}
#ft_footer > div > h1 > p {
  font-size: 0.95em;
  font-weight: 400;
}
#ft_footer > div > ul {
  justify-content: end;
  display: grid;
  grid-template-columns: 6em 10em;
  gap: 1.5em;
}
@media screen and (max-width: 768px) {
  #ft_footer > div > ul {
    display: none;
  }
}
#ft_footer > div > ul > li > a {
  display: block;
  font-size: 1.2em;
}

/***************************************************************
 *
 * 				  下層
 *
***************************************************************/
#pgh {
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  height: 10em;
  grid-template-columns: 11.45em 1fr 10.35em;
  align-items: center;
  justify-items: end;
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  #pgh {
    grid-template-columns: 1fr 10.35em;
  }
}
#pgh > h1 {
  width: 11.45em;
  height: 3.7em;
}
@media screen and (max-width: 768px) {
  #pgh > h1 {
    justify-self: start;
  }
}
#pgh > h1 > a {
  display: block;
}
#pgh > ul {
  padding-right: 5vw;
}
@media screen and (max-width: 768px) {
  #pgh > ul {
    display: none;
  }
}
#pgh > ul > li {
  display: inline-block;
  margin-left: 2em;
}
#pgh > ul > li > a {
  font-size: 1.2em;
}
#pgh > a {
  display: block;
  width: 10.35em;
}

#pg_wrap {
  padding: 5em 0 0;
}
#pg_wrap > article {
  margin-bottom: 10em;
}
#pg_wrap > article:last-child {
  margin-bottom: 4em;
}
#pg_wrap > article > h1 {
  margin-bottom: 2.5em;
  text-align: center;
}
#pg_wrap > article > h1 > span {
  font-size: 2em;
  line-height: 1.6em;
  font-weight: 500;
}
#pg_wrap > article > div.single_meta {
  width: calc((100vw - 1300px) / 2 + 1300px - 4em);
}
@media screen and (max-width: 1300px) {
  #pg_wrap > article > div.single_meta {
    width: calc(100vw - 4em);
  }
}
#pg_wrap > article > div.single_meta {
  padding: 0 1em;
  display: grid;
  grid-template-columns: 10em 1fr;
  margin: 0 auto;
}
#pg_wrap > article > div.single_meta > p {
  align-self: end;
  margin-bottom: 0.5em;
}
#pg_wrap > article > div.single_meta > p > span {
  font-size: 0.9em;
}
#pg_wrap > article > div.single_meta > ul {
  justify-self: end;
}
#pg_wrap > article > div.single_meta > ul > li {
  text-align: right;
  margin-bottom: 0.5em;
}
#pg_wrap > article > div.single_meta > ul > li > a {
  display: block;
  font-size: 0.9em;
  color: #999;
  transition: 0.5s all ease;
}
#pg_wrap > article > div.single_meta > ul > li > a:hover {
  color: #000;
  text-decoration: underline;
}
#pg_wrap > article > div.pg_bodywrapper {
  width: calc((100vw - 1300px) / 2 + 1300px - 4em);
}
@media screen and (max-width: 1300px) {
  #pg_wrap > article > div.pg_bodywrapper {
    width: calc(100vw - 4em);
  }
}
#pg_wrap > article > div.pg_bodywrapper {
  background: #FFF;
  border-radius: 2em;
  padding: 5em 2em;
  margin: 0 auto;
  /* 投稿系　*/
}
#pg_wrap > article > div.pg_bodywrapper > div {
  max-width: 900px;
  margin: 0 auto;
}

div#pg_pager {
  width: calc((100vw - 1300px) / 2 + 1300px - 4em);
}
@media screen and (max-width: 1300px) {
  div#pg_pager {
    width: calc(100vw - 4em);
  }
}
div#pg_pager {
  padding: 0 2em;
  margin: 0 auto;
  text-align: right;
}
div#pg_pager > a {
  font-size: 0.9em;
}

/***************************************************************
 *
 * 				  トップページ ローディングアニメーション
 *
***************************************************************/
#loading {
  position: fixed;
  z-index: 100;
  width: 100dvw;
  height: 100dvh;
  top: 0;
  left: 0;
  background: url(img/042-1.png) no-repeat center center/contain #f1f0e8;
}
#loading #loading-4,
#loading #loading-5,
#loading #loading-6 {
  will-change: transform;
}
#loading #loading-4.is-loading-drift {
  animation: loading_drift_to_upper_left 6.5s cubic-bezier(0.16, 0.84, 0.2, 1) forwards;
}
@keyframes loading_drift_to_upper_left {
  0% {
    transform: translate(3em, 3em) scale(1.3);
  }
  100% {
    transform: none;
  }
}
#loading > h1 {
  opacity: 0;
  position: absolute;
  width: 100dvw;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto;
  justify-content: center;
  align-content: center;
}
#loading > h1 > span {
  font-size: 3em;
  font-weight: 600;
  line-height: 1.8em;
}
#loading > div {
  opacity: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  #loading > div {
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 3fr;
  }
}
#loading > div > span {
  display: block;
  width: 81.7697228145dvh;
  height: 100dvh;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #loading > div > span {
    grid-row: 2;
    width: 100dvw;
    height: auto;
  }
}
#loading > div > h2 {
  width: 50dvw;
  top: 0;
  align-self: center;
}
@media screen and (max-width: 768px) {
  #loading > div > h2 {
    grid-row: 1;
    text-align: center;
    width: 100dvw;
  }
}
#loading > div > h2 > span {
  font-size: 3em;
  line-height: 2em;
  display: block;
  font-weight: 400;
}
#loading-1,
#loading-2,
#loading-3,
#loading-4,
#loading-5,
#loading-6 {
  opacity: 0;
}

/***************************************************************
 *
 * 				  旧テーマから引き継ぎ　CF7
 *
***************************************************************/
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media (max-width: 500px) {
  .inquiry th, .inquiry td {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  /* 必須・任意のサイズ調整 */
  .inquiry .haveto, .inquiry .any {
    font-size: 10px;
  }
}
/*見出し欄*/
.inquiry th {
  text-align: left;
  font-size: 14px;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #f7f7f7;
  border-bottom: solid 1px #d7d7d7;
  border-left: 0;
}

.wpcf7-list-item-label {
  margin: 0px 7px;
}

.first {
  white-space: nowrap;
}

.last {
  white-space: nowrap;
}

/*通常欄*/
.inquiry td {
  font-size: 14px !important;
  letter-spacing: 0.1em;
  border-bottom: solid 1px #d7d7d7;
  border-left: 0;
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr, .entry-content table {
  border: 0;
}

/*必須の調整*/
.haveto {
  font-size: 7px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*任意の調整*/
.any {
  font-size: 7px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}

/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  width: 350px;
  background: #ffaa56;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  margin: 25px auto 0;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover {
  background: #fff;
  color: #ffaa56;
  border: 2px solid #ffaa56;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
input.wpcf7-validates-as-date,
select.wpcf7-select,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
  font-weight: 600;
}

/* エラーメッセージの上部を消去 */
div.screen-reader-response {
  display: none;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  padding: 10px;
  border: 0;
  background-color: #F7E700;
  text-align: center;
}

div.wpcf7-mail-sent-ok {
  padding: 10px;
  border: 0;
  background-color: #DEEAF7;
  text-align: center;
}

div.wpcf7-response-output {
  margin-top: -20px;
}

.flatpickr-weekdaycontainer > .flatpickr-weekday:nth-child(7) {
  color: #dc3545;
}

.flatpickr-weekdaycontainer > .flatpickr-weekday:nth-child(6) {
  color: #007bff;
}/*# sourceMappingURL=style.css.map */