@charset "UTF-8";
/* 共通のスタイル */
@media (max-width: 780px) {
  html {
    font-size: 12px !important;
  }
}

.c-copyright--inverse {
  background: var(--wp--preset--color--sm-accent) !important;
}

a:hover {
  opacity: 0.7;
}

.l-contents__inner:first-child {
  padding-top: 0 !important;
}

.l-contents__inner {
  margin-top: 0 !important;
}

/* トップページ */
.top-text {
  text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838246px 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5% 1%;
  background: rgba(255, 188, 106, 0.7);
  border-radius: 30px;
}

.greeting-container {
  margin: 0 auto;
}
.greeting-container p {
  width: 626px;
  max-width: 95%;
}
@media (max-width: 780px) {
  .greeting-container p {
    width: 95%;
  }
}

.left-line {
  border-left: 5px solid var(--wp--preset--color--sm-accent);
  padding-left: 20px;
}
@media (max-width: 780px) {
  .left-line {
    padding-left: 10px;
  }
}

.instagram-banner img {
  padding: 0;
}

/* お問い合わせフォーム */
.top-form-container {
  width: 850px !important;
  max-width: 95% !important;
  margin: 0 auto;
}

.wpcf7-text {
  width: 100%;
}

.formtable {
  width: 100%;
}
.formtable th,
.formtable td {
  padding: 15px !important;
  text-align: left;
}
.formtable td div:nth-child(n+2) {
  margin-top: 15px;
}
.formtable .wpcf7-form-control-wrap {
  padding: 10px;
}

.require {
  background: rgb(205, 0, 0);
  color: #fff;
  margin-left: 10px;
  padding: 5px;
  font-size: 0.6rem;
  border-radius: 5px;
}

.send-btn {
  text-align: center;
}
.send-btn .wpcf7-submit {
  background: #00752e;
  color: #fff;
  width: 200px;
  font-weight: bold;
  border-radius: 10px;
}
.send-btn .wpcf7-submit:hover {
  cursor: pointer !important;
}
.send-btn .wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  color: red !important;
}

.wpcf7-not-valid-tip {
  font-weight: bold;
}

/* 投稿詳細ページ */
.c-entry__header {
  background: var(--wp--preset--color--sm-accent);
  color: #fff;
  text-align: center;
  padding: 70px 0;
}
.c-entry__header .c-entry__meta {
  display: none;
}

/* googleマップ上のポップを非表示 */
#map {
  width: 100%;
  height: 600px;
  overflow: hidden;
}

#map iframe {
  width: 100%;
  height: 960px;
  margin-top: -170px;
}