@charset "UTF-8";
/* Google Fonts の読み込み */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Zen+Maru+Gothic:wght@500;700&display=swap");
/* reset.scss */
/* Box sizing を border-box に統一 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* デフォルトのマージン・パディングをリセット */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 要素の display を統一 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* リストの装飾を消す */
ol,
ul {
  list-style: none;
}

/* 引用符を消す */
blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

/* テーブルのボーダー間隔を統一 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* リンクのデフォルト装飾を消す */
a {
  text-decoration: none;
  color: inherit;
}

/* 画像の最大幅を親要素に合わせる */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ボディの基本フォント設定（必要に応じて） */
body {
  line-height: 1;
  font-family: sans-serif;
}

/* ブレークポイント設定 */
/* respond mixin */
body {
  color: #333;
  margin: 0;
  padding: 0;
  background-color: #e8f3f4;
  font-family: "Noto Sans JP", sans-serif;
}

html {
  scroll-behavior: smooth;
}

main {
  width: 100%; /* モバイルは画面幅いっぱい */
  margin: 0 auto;
}
@media (min-width: 768px) {
  main {
    /* タブレット以上 */
    max-width: 30rem; /* 幅を固定 */
  }
}

a {
  text-decoration: none;
}

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

.container {
  width: min(100% - 32px, 1120px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /* text-align: center; */
  color: #fff;
}

.btn-link img {
  margin: 2em auto;
}

.back-parts {
  position: absolute;
  top: -45px;
  width: 100%;
}

/* 本文用 */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500; /* デフォルトのウェイト */
  font-style: normal;
}

/* 本文強調 */
.text-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

/* 見出し用 */
h1,
h2,
h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3em;
  text-align: center;
}

h1,
h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.2em;
}

h4,
h5,
h6,
.fv-tags {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

p {
  line-height: 1.8em;
}

.tel,
.service__price-main,
.wpcf7-submit {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}

.text-center {
  text-align: center;
}

header {
  background-color: #fff;
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 100%;
  /* PC以上 */
}
@media (min-width: 1025px) {
  header {
    width: 100%;
  }
}

.site-header {
  /* キャッチコピー */
  /* ロゴ */
  /* TEL */
  /* お問合せボタン */
  /* TEL+お問合せボタンPC */
  /* ハンバーガーメニュー（SPのみ表示） */
  /* ナビゲーション */
}
.site-header .header-inner {
  /*width: 100%;*/
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
  justify-content: space-around;
  position: relative;
  padding: 15px 5px;
  /* PC以上 */
}
.site-header .header-inner h1 {
  text-align: left;
}
@media (min-width: 1025px) {
  .site-header .header-inner {
    justify-content: space-between;
    display: block;
    padding: 10px 5%;
  }
}
.site-header .catchcopy {
  font-size: xx-small;
  color: #333;
  font-weight: lighter;
}
.site-header .header-branding {
  display: flex;
  margin-top: 5px;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: space-between;
}
.site-header .site-logo img {
  width: 50vw;
  height: auto;
  display: block;
}
@media (min-width: 1025px) {
  .site-header .site-logo img {
    width: 25vw;
  }
}
.site-header .tel {
  display: none;
}
@media (min-width: 1025px) {
  .site-header .tel {
    display: block;
  }
  .site-header .tel p {
    font-size: 2rem;
    color: #7c654a;
    align-items: baseline;
    line-height: 1.2;
  }
  .site-header .tel p span {
    display: block;
    font-size: x-small;
    margin-left: 30px;
  }
  .site-header .tel p::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background-image: url("../images/Tel-Icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.site-header .contact-btn {
  /*img {
    width: 45vw;
  }*/
}
@media (min-width: 1025px) {
  .site-header .contact-btn {
    display: block;
    /*position: absolute;*/
    /*top: 50%;*/
    /*right: 0;*/
    /*transform: translateY(-50%);*/
  }
}
@media (min-width: 1025px) {
  .site-header .tel-contact-wrap {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.site-header .hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #67bca2;
  border: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* バツアイコンに変える */
}
.site-header .hamburger span {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: 2.5px 0;
  transition: all 0.3s ease;
}
@media (min-width: 1025px) {
  .site-header .hamburger {
    display: none;
  }
}
.site-header .hamburger.is-active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.site-header .hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.site-header .hamburger.is-active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.site-header .site-nav {
  opacity: 0;
  transform: translateX(20px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  background-color: #67bca2;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  height: 100vh;
  padding: 50px 0;
  /* SPで開いたとき */
  /* PC以上のスタイル */
}
.site-header .site-nav .main-menu,
.site-header .site-nav .sub-menu,
.site-header .site-nav .nav-contacts {
  flex-direction: column;
  gap: 1rem;
}
.site-header .site-nav ul.main-menu {
  font-size: 22px;
  line-height: 2.1em;
}
.site-header .site-nav ul.sub-menu {
  line-height: 2em;
  margin: 30px auto;
}
.site-header .site-nav .nav-contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.site-header .site-nav.is-open {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
@media (min-width: 1025px) {
  .site-header .site-nav {
    display: none;
  }
}

/*PCナビゲーションと背景*/
.desktop-nav-wrapper {
  display: none;
}
@media (min-width: 1024px) {
  .desktop-nav-wrapper {
    display: block;
    position: relative;
  }
  .desktop-nav-wrapper .site-nav-PC {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    background-color: #67bca2;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    padding: 30px;
    border-radius: 30px 0 0 30px;
  }
  .desktop-nav-wrapper .site-nav-PC .main-menu {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .desktop-nav-wrapper .site-nav-PC ul.main-menu {
    font-size: 20px;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .desktop-nav-wrapper .nav-message {
    position: fixed;
    transform: translateY(-50%);
    left: 5%;
    top: 50%;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #67bca2;
  }
  .desktop-nav-wrapper .desktop-nav-backimage {
    position: fixed;
    left: 5%;
    bottom: 0;
    z-index: -1;
  }
  .desktop-nav-wrapper .desktop-nav-backimage img {
    width: 200px;
    height: auto;
    display: block;
  }
  .desktop-nav-wrapper .desktop-nav-backlogo {
    position: fixed;
    right: 5%;
    bottom: 5%;
    z-index: -1;
  }
  .desktop-nav-wrapper .desktop-nav-backlogo img {
    width: 250px;
    height: auto;
    display: block;
  }
}

.site-footer {
  background-color: #7c654a;
  position: relative;
  padding: 2em 0;
  max-width: 30rem;
  margin: auto;
}
.site-footer .back-parts {
  top: -30px;
}
.site-footer a,
.site-footer p,
.site-footer li {
  color: #fff;
  font-size: small;
}
@media (min-width: 1025px) {
  .site-footer a,
  .site-footer p,
  .site-footer li {
    font-size: medium;
  }
}
.site-footer .footer-logo {
  margin: 0 10%;
}
.site-footer .footer-info,
.site-footer .footer-nav {
  max-width: 80%;
  margin: 2em auto;
  text-align: left;
}
.site-footer .footer-nav {
  line-height: 2em;
}
.site-footer .footer-line img {
  margin: auto;
}

.content {
  margin: auto;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff6600;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}

.contact-buttons img {
  margin: auto;
}
.contact-buttons a:first-child img {
  margin-bottom: 10px;
}

.fv {
  overflow: hidden;
  width: 100%;
  padding: 120px 0 30px;
  background-color: #fffecf;
}
.fv .fv-slider {
  display: flex;
  animation: slide-loop 40s linear infinite;
  gap: 20px;
}
.fv .slide {
  flex: 0 0 auto;
}
.fv .slide img {
  width: auto;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

@keyframes slide-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
section.fv-content {
  background-color: #fffecf;
}
section.fv-content .fv-tags {
  display: flex;
  justify-content: center;
  gap: 10px;
}
section.fv-content .fv-tags .tag {
  background-color: #7c654a;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
}
section.fv-content h2 {
  color: #67bca2;
  font-size: 2.3em;
  text-align: center;
  margin: 0.5em auto;
  line-height: 1.2em;
}
section.fv-content p {
  text-align: center;
}
section.fv-content p .fv-content-note {
  color: #ff9000;
}
section.fv-content .fv-content-img {
  margin: 1em auto;
  padding: 0 3%;
}
section.fv-content .dog-image img {
  margin: 20px auto 0;
  width: 20%;
}

.worries {
  background-color: #67bca2;
  position: relative;
}
.worries h2 {
  padding: 1em 0 0;
}
.worries h3 {
  margin: 2em auto 0;
}
.worries .worry-image img {
  margin: 2em auto 0;
  position: relative;
  z-index: 5;
  margin: 2em auto 0;
  width: 30%;
}
.worries .worries-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 0;
  list-style: none;
  margin: 20px 0;
}
.worries .worries-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.worries .worries-list li img {
  max-width: 130px;
  height: auto;
  margin-bottom: 0.5em;
  display: block;
}
@media (min-width: 1025px) {
  .worries .worries-list li img {
    max-width: 175px;
  }
}
.worries .worries-list li p {
  font-size: 1rem;
  line-height: 1.5;
}

.service-example {
  background-color: #fffecf;
  position: relative;
  padding: 2em 0 6em;
  text-align: center;
}
.service-example h2 {
  color: #7c654a;
  margin-bottom: 2em;
}
.service-example .service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  row-gap: 2rem;
}
.service-example li.service-item {
  color: #7c654a;
}
.service-example li.service-item img {
  width: 80%;
  margin: auto;
}
.service-example .note {
  color: #7c654a;
  margin: 2em auto;
  font-size: 1.2em;
}

.service-report {
  background-color: #67bca2;
  position: relative;
  padding: 0 0 1em;
}
.service-report .report-img {
  position: absolute;
  top: -5em;
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
}
.service-report h2 {
  padding-top: 1.5em;
}
.service-report p {
  margin: 2em auto;
  text-align: left;
  width: 90%;
}

.top-news {
  position: relative;
  background-color: #fff;
  padding: 4em 0 2em;
}
.top-news .container {
  max-width: 30rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.5rem;
  text-align: center;
}
.top-news h2 {
  padding-top: 1.5em;
  color: #7c654a;
}
.top-news .news-list {
  color: #7c654a;
  text-align: center;
  margin: 2em auto;
  width: 100%;
  max-width: 75vw;
}
@media (min-width: 1025px) {
  .top-news .news-list {
    max-width: 50vw;
  }
}
.top-news .news-list li {
  position: relative;
  padding: 0.5em 0;
  margin: 0.5em auto;
  line-height: 1.5em;
  text-align: left;
}
.top-news .news-list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.top-news .news-list li:last-child::after {
  display: none;
}

.conversation {
  background-color: #fffecf;
  padding: 3.5em 0 2.5em;
}
.conversation h2,
.conversation p {
  color: #7c654a;
}
.conversation h2 {
  margin: 1em 0;
}
.conversation .conversation-text {
  padding: 0 5%;
}
.conversation p {
  text-align: left;
}
.conversation img {
  margin: auto;
  text-align: center;
}
.conversation .grandmother {
  width: 25%;
}
.conversation .citation {
  font-size: x-small;
}
.conversation .talking {
  width: 40%;
  margin-top: 2em;
}

.section-flow {
  background-color: #fffecf;
  padding-bottom: 4em;
}
.section-flow h2,
.section-flow p {
  color: #7c654a;
}
.section-flow h2 {
  margin-bottom: 1em;
}
.section-flow .flow-list li {
  margin: 2em 5%;
}
.section-flow .flow-list li p {
  text-align: left;
  margin-top: 0.5em;
}

.top-faq {
  background-color: #67bca2;
  position: relative;
  padding: 2em 0;
}
.top-faq h2 {
  margin-bottom: 1em;
}
.top-faq p {
  color: #7c654a;
}
.top-faq .faq-list .faq-item {
  background-color: #fff;
}
.top-faq .faq-list .faq-item .faq-question {
  color: #67bca2;
}

.top-area {
  background-color: #fff;
  position: relative;
  padding: 2em 0 5em;
}
.top-area h2,
.top-area p {
  color: #7c654a;
}
.top-area h2 {
  margin: 1em 0;
}
.top-area p {
  text-align: left;
  margin-bottom: 1em;
}
.top-area .area-map {
  padding: 1em 6%;
}
.top-area .area-note {
  padding: 0 20%;
  margin: auto;
}

.about-section {
  padding: 150px 5% 100px;
  background-color: #fffecf;
}
.about-section h1,
.about-section h2,
.about-section h3 {
  color: #7c654a;
  margin-bottom: 1em;
  font-size: 1.6em;
}
.about-section p {
  color: #333;
}
.about-section h2 {
  margin-top: 1em;
}
.about-section .about-section-image {
  margin: 1em auto 0;
}
.about-section .promise-item {
  margin-top: 2em;
}
.about-section .promise-item img {
  margin: 1em auto;
}

.greeting-section {
  padding: 20px 0 100px;
  background-color: #fff;
  position: relative;
}
.greeting-section h2 {
  color: #7c654a;
  margin-bottom: 1em;
  font-size: 1.6em;
  margin-top: 2em;
}
.greeting-section p {
  color: #333;
}
.greeting-section img {
  margin: 1em auto;
}
.greeting-section .btn-link img {
  margin-top: 30px;
}

.faq-section {
  padding: 150px 0 100px;
  background-color: #fffecf;
}
.faq-section h1 {
  color: #7c654a;
  margin-bottom: 1em;
}

.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq-list .faq-item {
  border-bottom: 1px solid #ddd;
  padding: 18px 10px;
  background-color: #67bca2;
  margin-bottom: 1em;
  border-radius: 0.5em;
}
.faq-list .faq-item:last-child {
  margin-bottom: 0;
}
.faq-list .faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  color: #fff;
}
.faq-list .faq-item .faq-question::after {
  content: "+";
  font-size: 1.3rem;
  font-weight: bold;
  transition: transform 0.2s ease;
}
.faq-list .faq-item .faq-answer {
  display: none;
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #fffecf;
}
.faq-list .faq-item .faq-answer p {
  /*text-indent: -1em;*/
  /*padding-left: 1em;*/
}
.faq-list .faq-item.is-open .faq-question::after {
  content: "−";
}

.service-section {
  padding: 150px 5% 100px;
  background-color: #fffecf;
}
.service-section .container p {
  color: black;
}
.service-section h1 {
  color: #7c654a;
  margin-bottom: 1em;
}
.service-section .service__images {
  display: flex;
  margin: 2em 0;
  gap: 10px;
}
.service-section .service__price {
  background-color: #fff;
  color: #7c654a;
  border-radius: 16px;
  padding: 1.5em;
}
.service-section .service__price .service__price-title {
  margin-bottom: 0.5em;
}
.service-section .service__price .service__price-main {
  font-size: 1.5em;
  color: #7c654a;
  text-align: center;
}
.service-section .service__price .service__price-main .highlight {
  font-size: 2em;
  color: #ff9000;
}
.service-section .service__price .service__price-notes {
  line-height: 1.5em;
  font-size: small;
  margin-top: 1em;
}
.service-section .service__price .service__price-notes li {
  text-indent: -1em;
  padding-left: 1em;
}
.service-section .service__price .service__price-wrap {
  padding: 1.5em 0;
  border-bottom: 1px solid #ccc;
}
.service-section .service__price .service__price-wrap:last-child {
  border-bottom: none;
}
.service-section .service__price .service__price-wrap .highlight {
  font-size: 1em;
}
.service-section .service__price .service__price-wrap a {
  color: #ff9000;
}
.service-section .service__detail {
  margin: 1.5em 0;
}
.service-section .service__detail .service__detail-title {
  position: relative;
  padding-left: 30px;
  background-color: #7c654a;
  padding: 5px;
  border-radius: 25px;
  margin-bottom: 0.5em;
}
.service-section .service__detail .service__detail-title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/service-li-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.service-section .service__detail .service__detail-note {
  font-size: small;
}
.service-section .contact-buttons {
  margin-top: 2em;
}

.menu-section {
  padding: 150px 5% 100px;
  background-color: #fffecf;
}
.menu-section .container p {
  color: black;
}
.menu-section h1 {
  color: #7c654a;
  margin-bottom: 1em;
}
.menu-section .menu__wrap {
  background-color: #fff;
  color: #7c654a;
  border-radius: 16px;
  padding: 1.5em;
  margin: 2em 0;
}
.menu-section .menu__wrap .menu__category-title {
  margin-bottom: 0.5em;
}
.menu-section .menu__wrap .menu__item {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
}
.menu-section .menu__wrap .menu__item:last-child {
  border-bottom: none;
}
.menu-section .menu__wrap .menu__item h3.menu__name {
  text-align: left;
  font-size: 1.5em;
  color: #7c654a;
}
.menu-section .menu__wrap .menu__item .menu__price {
  text-align: right;
}
.menu-section .menu__wrap .menu__item .menu__price .highlight {
  font-size: 2em;
  color: #ff9000;
}
.menu-section .menu__wrap .menu__item .menu__price .highlight.is-consult {
  font-size: 1.4em;
}
.menu-section .menu__wrap .menu__item .menu__note {
  font-size: small;
}
.menu-section .contact-buttons {
  margin-top: 2em;
}

.contact-section {
  padding: 150px 5% 60px;
  background-color: #fffecf;
  /* --------------------
     電話案内エリア
  -------------------- */
  /* --------------------
     Contact Form 7 共通
  -------------------- */
  /* --------------------
     個別フィールド別スタイル
  -------------------- */
  /* --------------------
     チェックボックス（確認事項）
  -------------------- */
  /* --------------------
    送信確認
  -------------------- */
}
.contact-section h1 {
  color: #7c654a;
  margin-bottom: 1em;
  font-size: 1.6em;
}
.contact-section h2 {
  color: #7c654a;
  margin-bottom: 1em;
  font-size: 1em;
}
.contact-section p {
  color: #333;
}
.contact-section .urgent-link {
  color: #67bca2;
  /*text-align: center;*/
}
.contact-section .contact-methods {
  background-color: #fff;
  border-radius: 30px;
  padding: 2em 1em 1em;
}
.contact-section .contact-methods .tel {
  text-align: center;
  margin-bottom: 1em;
}
.contact-section .contact-methods .tel p {
  font-size: 2rem;
  color: #7c654a;
  line-height: 1.2;
}
.contact-section .contact-methods .tel p span {
  display: block;
  font-size: x-small;
  margin-left: 30px;
}
.contact-section .contact-methods .tel p::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-image: url("../images/Tel-Icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-section .contact-methods .contact-methods-note {
  font-size: small;
}
.contact-section .contact-methods .contact-line-btn img {
  margin: 1em auto;
}
.contact-section .wpcf7-form {
  max-width: 700px;
  margin: 3em auto;
  font-family: "Zen Maru Gothic", sans-serif;
  /* 必須項目 */
  /* 共通input */
  /* テキストエリア */
  /* セレクトボックス */
  /* 送信ボタン */
}
.contact-section .wpcf7-form label {
  display: block;
  font-weight: 600;
  color: #7c654a;
  margin-bottom: 0.25rem;
}
.contact-section .wpcf7-form label + br {
  display: none;
}
.contact-section .wpcf7-form label + br + .wpcf7-form-control-wrap {
  margin-top: 0;
}
.contact-section .wpcf7-form input,
.contact-section .wpcf7-form select,
.contact-section .wpcf7-form textarea {
  margin-top: 0;
  /* margin-bottom: 0.8rem;*/
}
.contact-section .wpcf7-form p {
  color: #7c654a;
}
.contact-section .wpcf7-form .required-mark {
  color: #a90000;
  font-size: 0.85em;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
.contact-section .wpcf7-form .note {
  font-size: small;
}
.contact-section .wpcf7-form .wpcf7-form-control {
  max-width: 100%;
  padding: 10px 14px;
  border: 1.5px solid #7c654a;
  border-radius: 6px;
  font-size: 16px;
  transition: border-color 0.3s ease;
  margin-bottom: 24px;
  color: #7c654a;
}
.contact-section .wpcf7-form .wpcf7-form-control:focus {
  outline: none;
  border-color: #7c654a;
}
.contact-section .wpcf7-form #select-717 {
  width: 100%;
}
.contact-section .wpcf7-form .wpcf7-textarea {
  min-height: 150px;
  background-color: #f7f7f7;
}
.contact-section .wpcf7-form .wpcf7-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E") no-repeat right 12px center/10px;
  background-color: #fff;
}
.contact-section .wpcf7-form .wpcf7-submit {
  background-color: #ff9000;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  padding: 12px 30px;
  cursor: pointer;
  transition: background 0.3s;
}
.contact-section .wpcf7-form .wpcf7-submit:hover {
  background-color: #ff9000;
}
.contact-section .wpcf7-form-control-wrap.applicant-name-kanji input {
  background-color: #f9f9f9;
}
.contact-section .wpcf7-form-control-wrap.applicant-name-kana input {
  background-color: #fdf9f3;
}
.contact-section .wpcf7-form-control-wrap.user-name-kanji input {
  background-color: #f9f9f9;
}
.contact-section .wpcf7-form-control-wrap.user-name-kana input {
  background-color: #fdf9f3;
}
.contact-section .wpcf7-form-control-wrap.user-age input {
  width: 2em;
  text-align: center;
  background-color: #fff;
}
.contact-section .wpcf7-form-control-wrap.applicant-tel input {
  background-color: #fffbe8;
}
.contact-section .wpcf7-form-control-wrap.user-tel input {
  background-color: #fffbe8;
}
.contact-section .wpcf7-form-control-wrap.applicant-email input {
  background-color: #eef7ff;
}
.contact-section .wpcf7-form-control-wrap.your-message textarea {
  background-color: #f7f7f7;
}
.contact-section .wpcf7-acceptance {
  display: block;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  padding: 1em;
  font-size: 0.9rem;
  line-height: 1.5;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 1em;
}
.contact-section .confirm-box {
  background-color: #fff;
  border-radius: 6px;
  padding: 1em;
  font-size: 0.9em;
  line-height: 1.8em;
}
.contact-section .confirm-box p {
  color: #000;
}
.contact-section .wpcf7-response-output {
  color: #000;
}

.site-main.single-news {
  padding: 130px 0 60px;
  background-color: #fffecf;
}

.single-news__article {
  padding: 0 8%;
}

.single-news__title {
  color: #7c654a;
  margin-bottom: 1em;
  text-align: left;
}

.single-news__content {
  margin-top: 1em;
  background-color: #fff;
  padding: 8% 5%;
  border-radius: 20px;
}

.site-main.archive-news {
  padding: 130px 3% 60px;
  background-color: #fffecf;
  color: #7c654a;
}
.site-main.archive-news .archive-news__list {
  margin: auto;
  padding: 0;
}
.site-main.archive-news .archive-news__list .archive-news__body {
  margin-top: 1em;
}
.site-main.archive-news .archive-news__list .archive-news__body h2 {
  text-align: left;
  margin: 0.5em auto;
}
.site-main.archive-news .archive-news__item {
  margin: 2.5em auto;
}
.site-main.archive-news .archive-news__thumb img {
  width: 100%;
}

.company-info {
  padding: 150px 5% 100px;
  background-color: #fffecf;
}
.company-info__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2em;
}
.company-info__list {
  max-width: 700px;
  margin: 0 auto;
  color: #333;
  line-height: 1.5em;
}
.company-info__row {
  display: flex;
  /*flex-wrap: wrap;*/
  /*border-bottom: 1px solid #000;*/
  padding: 1em 0;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.company-info__row dt {
  width: 30%;
  font-weight: bold;
}
.company-info__row dd {
  width: 70%;
}
.company-info h1 {
  color: #7c654a;
  margin-bottom: 1em;
}

.privacy-policy {
  padding: 150px 5% 100px;
  background-color: #fffecf;
}
.privacy-policy h1 {
  color: #7c654a;
  margin-bottom: 1em;
}
.privacy-policy h2,
.privacy-policy p,
.privacy-policy li {
  color: #333;
}
.privacy-policy h2 {
  font-size: 1.3em;
  margin-top: 2em;
  text-align: left;
}
.privacy-policy ul {
  line-height: 1.5em;
  margin: 1em 0;
}
.privacy-policy ul li {
  position: relative;
  margin-bottom: 0.5em;
  text-indent: 1em;
}
.privacy-policy ul li::before {
  content: "○";
  position: absolute;
  left: -1em;
}/*# sourceMappingURL=style.css.map */