@charset "UTF-8";
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  dd, dt, li, p, tr, tt {
    font-size: 1.5rem;
  }
  header .clinic_hours02 {
    display: none;
  }
  a[href^="tel:"] {
    text-decoration: none;
    color: inherit;
  }
  #g_navi {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  header {
    position: relative;
    width: 100%;
  }
  header .clinic_hours {
    width: 90%;
    position: absolute;
    bottom: 60px;
    right: 50% !important;
    transform: translateX(50%);
    z-index: 99;
  }
  header .head_logo {
    max-width: initial;
    width: 220px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  header .info {
    display: none;
  }
  .head_info {
    display: none;
  }
  .scroll-bar {
    display: none;
  }
  #toggle {
    position: fixed;
    right: 0;
    top: 0;
    width: 44px;
    height: 43px;
    cursor: pointer;
    z-index: 9999999;
    background: #97CC53;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-top: none;
    border-right: none;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    right: 8px;
    width: 26px;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 8px;
  }
  #toggle span:nth-child(2) {
    top: 19px;
  }
  #toggle span:nth-child(3) {
    top: 30px;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
    background: #97CC53;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(12px) rotate(-316deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-10px) rotate(316deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
    background: url(images/sp_wrapper_top.jpg) top center no-repeat;
    background-size: cover;
    z-index: 999999;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
    background: rgba(151, 204, 83, 0.95);
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    width: 90%;
    padding-top: 15px;
    margin: 0 auto;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    border: 1px solid rgba(59, 44, 31, 0.16);
    cursor: pointer;
    color: #3B2C1F;
    margin: 0 auto;
    font-size: 1.6rem;
    box-sizing: border-box;
    margin: 0 auto -1px;
    text-align: left;
    border-left: none;
    border-right: none;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 12px 20px 9px;
    line-height: 1.4;
  }
  #sp_navi .menu-item a:link, #sp_navi .menu-item a:visited, #sp_navi .menu-item a:hover, #sp_navi .menu-item a:active {
    color: #3B2C1F;
    text-decoration: none;
  }
  #sp_navi .menu-item span {
    font-family: initial;
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(59, 44, 31, 0.6);
    letter-spacing: 0.04em;
    padding: 6px 0;
  }
  #sp_navi .sub-menu li a:link, #sp_navi .sub-menu li a:visited, #sp_navi .sub-menu li a:hover, #sp_navi .sub-menu li a:active {
    color: #3B2C1F;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a {
    font-size: 1.5rem;
    font-family: initial;
    font-weight: 400;
    display: block;
    padding: 10px 40px;
    color: #3B2C1F;
    background: rgba(243, 245, 226, 0.8);
  }
  #sp_navi .sub-menu li a:hover {
    color: #3B2C1F;
    background: rgba(240, 246, 203, 0.26);
  }
  #sp_navi .sub-menu li a {
    position: relative;
  }
  #sp_navi .sub-menu li a::before {
    position: absolute;
    content: "";
    top: 21px;
    left: 16px;
    width: 10px;
    height: 2px;
    background: rgba(151, 204, 83, 0.46);
  }
  #sp_navi .sub-menu li {
    width: 100%;
    border: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    display: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: 2px solid rgba(59, 44, 31, 0.8);
    border-right: 2px solid rgba(59, 44, 31, 0.8);
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

spフッターサイトマップ

*****************************************/
/* ----sp サイトマップ---- */
.sp_footer_link {
  width: 100%;
  text-align: left;
  border: 1px solid rgba(59, 44, 31, 0.46);
}

.sp_footer_link .menu .menu-item {
  width: 100%;
  cursor: pointer;
  color: #3B2C1F;
  font-size: 1.5rem;
  font-weight: 500;
  box-sizing: border-box;
}
.sp_footer_link .menu .menu-item:not(:last-child) {
  border-bottom: 1px solid rgba(59, 44, 31, 0.46);
}

.menu-item-type-post_type {
  background: none;
}

.sp_footer_link .menu-item span {
  display: block;
  color: #3B2C1F;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.sp_footer_link .menu-item a {
  display: block;
  padding: 10px 14px;
  font-weight: 500;
}

.sp_footer_link .menu-item a:active,
.sp_footer_link .menu-item a:hover,
.sp_footer_link .menu-item a:link,
.sp_footer_link .menu-item a:visited {
  color: #3B2C1F;
  text-decoration: none;
}

.sp_footer_link .sub-menu {
  width: 100%;
  margin-bottom: 0;
  display: none;
  padding: 0 10px 10px;
}

.sp_footer_link .sub-menu li {
  position: relative;
  width: 100%;
  border-bottom: none !important;
  background: none !important;
}

.sp_footer_link .sub-menu li::before {
  position: absolute;
  content: "";
  top: 37%;
  left: 10px;
  background: #97CC53;
  width: 6px;
  height: 8.6602540378px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 1;
}

.sp_footer_link .sub-menu li a {
  display: block;
  padding: 2px 10px 2px 25px;
  border-radius: 6px;
  color: #3B2C1F;
  font-size: 1.4rem;
  font-weight: 500;
  border: none;
}

.sp_footer_link .sub-menu li a:active,
.sp_footer_link .sub-menu li a:hover,
.sp_footer_link .sub-menu li a:link,
.sp_footer_link .sub-menu li a:visited {
  position: relative;
  color: #3B2C1F;
}

.sp_footer_link .menu-item-has-children {
  position: relative;
  background: url(images/line.png) left bottom repeat-x;
}

.sp_footer_link .menu-item-has-children:before,
.sp_footer_link .menu-item-has-children:after {
  position: absolute;
  content: "";
  background: #97CC53;
  transition: 0.2s ease-in-out;
}

.sp_footer_link .menu-item-has-children:before {
  top: 15px;
  right: 24px;
  width: 2px;
  height: 18px;
}

.sp_footer_link .menu-item-has-children:after {
  top: 23px;
  right: 16px;
  width: 18px;
  height: 2px;
}

.sp_footer_link .menu-item-has-children.menu_open:before {
  transform: rotate(-90deg);
  transition: 0.2s ease-in-out;
}

/****************************************

single.php

*****************************************/
@media screen and (max-width: 767px) {
  .single_box img {
    max-width: 100%;
    margin: 10px 0;
  }
}
/* =================================
投稿ナビ
================================= */
.post_nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
  border: 1px solid #66b116;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.02);
}

/* 各ブロック */
.post_nav_item {
  position: relative;
  min-height: 70px;
  transition: background 0.3s ease;
}

/* 区切り線 */
.post_nav_item:not(:last-child) {
  border-right: 1px solid #97CC53;
}

/* リンク */
.post_nav_item a,
.post_nav_item.archive {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #97CC53;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: color 0.3s ease, background 0.3s ease;
}

/* アイコン */
.post_nav_item .icon {
  font-size: 3rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.post_nav_item.prev .icon,
.post_nav_item.next .icon {
  font-size: 1.7rem;
}

/* hover */
.post_nav_item a:hover {
  background: #97CC53;
}

.post_nav_item:hover a,
.post_nav_item.archive:hover {
  color: #fff;
  background: #97CC53;
}

/* フォーカス */
.post_nav_item a:focus-visible,
.post_nav_item.archive:focus-visible {
  outline: 3px solid #333;
  outline-offset: -3px;
}

/* =================================
pager
================================= */
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 80px;
}

/* 共通 */
.pager .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 58px;
  padding: 0 20px;
  border: 1px solid #97CC53;
  background: #fff;
  color: #97CC53;
  font-size: 1.7rem;
  font-weight: 400;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

/* hover */
.pager a.page-numbers:hover {
  background: #97CC53;
  color: #fff;
}

/* current */
.pager .page-numbers.current {
  background: #97CC53;
  color: #fff;
  pointer-events: none;
}

/* 次へ・前へ */
.pager .next,
.pager .prev {
  padding: 0 28px;
  letter-spacing: 0.05em;
}

/* focus */
.pager a.page-numbers:focus-visible {
  outline: 3px solid #333;
  outline-offset: 2px;
}

@media screen and (max-width: 767px) {
  .post_nav_item a {
    min-height: 50px;
    width: 30%;
  }
  .post_nav_item.archive .icon {
    display: none;
  }
  .post_nav {
    display: flex;
  }
}
/* ================================
SP
================================ */
@media screen and (max-width: 768px) {
  .pager {
    gap: 4px;
    margin-top: 50px;
  }
  .pager .page-numbers {
    min-width: auto;
    height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    font-size: 1.5rem;
  }
  .pager .next,
  .pager .prev {
    padding: 0 12px;
  }
}
/* ================================
SP
================================ */
@media screen and (max-width: 768px) {
  .post_nav {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
  .post_nav_item {
    min-height: 80px;
  }
  .post_nav_item a,
  .post_nav_item.archive {
    padding: 18px 15px;
    font-size: 1.6rem;
    gap: 10px;
  }
  .post_nav_item .icon {
    font-size: 2.2rem;
  }
}
/****************************************

テーブル

*****************************************/
@media screen and (max-width: 767px) {
  .table_wrap {
    overflow-x: scroll;
  }
  .overview_table th, .overview_table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .overview_table tr:last-child td {
    border-bottom: 1px solid #CCC;
  }
}
/****************************************

テーブル

*****************************************/
footer .f_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

footer .f_link li {
  width: 48%;
  margin-bottom: 10px;
  padding: 0 10px 10px;
  border-bottom: 1px solid #aaa;
  font-size: 14px;
  text-align: center;
}

footer .f_link li a {
  text-decoration: none;
}

footer .f_link li a:active,
footer .f_link li a:hover,
footer .f_link li a:link,
footer .f_link li a:visited {
  color: #333;
  font-weight: normal;
  text-decoration: none;
}

/****************************************

P

*****************************************/
@media print, screen and (min-width: 768px) {
  br.br-pc {
    display: block;
  }
  br.br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  br.br-pc {
    display: none;
  }
  br.br-sp {
    display: block;
  }
}
/****************************************

画像

*****************************************/
.object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  footer {
    padding: 0 0 60px !important;
    text-align: center;
  }
  small {
    display: block;
    font-size: 1.3rem;
    text-align: center;
  }
  #pc_footer {
    display: none;
  }
  .f_logo {
    max-width: 220px;
    margin: 20px 0 0 20px;
  }
  .f_logo img {
    width: 100% !important;
  }
  #sp_footer {
    background: rgb(240, 246, 203);
    position: relative;
    z-index: 999999;
  }
  #sp_footer .sp_bnr {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 9999999;
  }
  #sp_footer .sp_bnr .sp_bnr_parts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 75%;
    background: #97CC53;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #sp_footer .sp_bnr .sp_bnr_parts img {
    width: auto;
    max-width: 24px;
    height: 24px;
    margin-bottom: 6px;
  }
  #sp_footer .sp_bnr .sp_bnr_parts:last-child {
    background: #DF8068;
  }
  #sp_footer .sp_bnr .sp_bnr_parts:last-child img {
    width: auto;
    max-width: 30px;
    height: 30px;
  }
  #sp_footer .sp_bnr .sp_bnr_parts p {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.04em;
  }
  #sp_footer .sp_bnr .sp_tel {
    flex-direction: row;
  }
  #sp_footer .sp_bnr .sp_tel img {
    margin-bottom: 0;
  }
  #sp_footer .sp_bnr .sp_tel p {
    font-size: 2.8rem;
    line-height: 1;
  }
  #sp_footer .sp_bnr .sp_pagetop {
    width: 25%;
  }
  #sp_footer .f_logo {
    margin: 0 auto 20px;
  }
  #sp_footer .sp_footer_box {
    padding: 40px 15px 20px;
    color: #262626;
  }
  #sp_footer .sp_footer_box p {
    line-height: 1.6;
    font-size: 1.4rem;
  }
  #sp_footer .sp_footer_box .map_box {
    height: 280px;
  }
  #sp_footer .sp_footer_box .map_box iframe {
    height: 100%;
  }
  #sp_footer p.tel {
    font-family: "Quicksand", "Zen Maru Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", sans-serif;
    display: inline-block;
    text-align: right;
    margin-bottom: 5px;
    padding: 5px 0 0 32px;
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1;
    background: url(images/icon_tel.png) left top 8px no-repeat;
  }
  #sp_footer .clinic_hours {
    margin: 15px 0;
  }
  #sp_footer .calendar_box {
    margin-top: 20px;
  }
  .sp_foot_info {
    text-align: center;
    padding: 20px 15px;
  }
  .sp_foot_info p.tel {
    font-family: "Quicksand", "Zen Maru Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", sans-serif;
    display: inline-block;
    text-align: right;
    margin-bottom: 5px;
    padding: 5px 0 0 32px;
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1;
    background: url(images/icon_tel.png) left top 8px no-repeat;
  }
  .sp_foot_info .clinic_hours {
    margin: 20px 0;
  }
  .f_tel {
    margin: 15px 0 5px;
  }
  .sp_copyright {
    font-size: 1.3rem;
    padding-bottom: 20px;
    color: #262626;
  }
}
/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
}

.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
  text-align: center;
}

.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #66b116 solid;
  border-radius: 50px;
  background-color: #66b116;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 30px;
  font-family: inherit;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}

.wpcf7 .tc input[type=submit]:hover {
  opacity: 0.8;
  color: #fff;
  transition: all 0.25s;
}

.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #97CC53 solid;
  box-shadow: 0 0 2px 2px rgba(151, 204, 83, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.foam_come {
  text-align: center;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.6rem;
}

.form_row .form_label {
  font-size: 1.6rem;
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 3px 7px 4px;
  background: #b20000;
  margin-right: 10px;
  border-radius: 0;
  line-height: initial;
}

.form_row .form_label .any {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 3px 7px 4px;
  background: #888888;
  margin-right: 10px;
  border-radius: 0;
  line-height: initial;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #97CC53;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}

.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #97CC53;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}

.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #97CC53;
  border-right: 3px solid #97CC53;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #002565;
  transition: all 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #97CC53;
  box-shadow: 0 0 2px 2px rgba(151, 204, 83, 0.5);
  background-color: #97CC53;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}

.wpcf7 .form_input input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  transform: translateY(-50%);
}

.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio]:checked + span:before {
  box-shadow: 0 0 2px 2px rgba(151, 204, 83, 0.5);
}

.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #97CC53;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  transform: translateY(-50%);
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #97CC53;
  border-right: 1px solid #97CC53;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #97CC53;
  border-right: 1px solid #97CC53;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #97CC53;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, rgba(151, 204, 83, 0.7), rgba(151, 204, 83, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(151, 204, 83, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(151, 204, 83, 0.3);
}

.wpcf7-response-output {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .wpcf7 .tc input[type=submit] {
    font-size: 16px;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 10px;
  }
  .ajax-loader {
    width: auto;
  }
  .wpcf7-response-output {
    font-size: 1.3rem;
  }
}
/****************************************

追加

*****************************************/
@media screen and (max-width: 767px) {
  #sp_footer {
    padding: 0;
  }
  #sp_footer .f_logo {
    max-width: 100px;
  }
  #sp_footer .sp_footer_box p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #sp_footer .sp_footer_box p.red {
    margin-top: 5px;
    font-size: 1.4rem;
  }
  .sp_footer_link {
    margin-top: 20px;
    background: #FFF;
  }
  .sp_navi_logo {
    width: 70px;
    margin: 10px auto;
  }
  .sp_navi_info {
    width: calc(100% - 40px);
    margin: 30px auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
  }
  .sp_navi_info .btn_box {
    gap: 12px;
    display: flex;
    flex-direction: column;
  }
  .contact_txt {
    text-align: left;
  }
  .sitepolicy dd {
    text-align: left;
  }
  .header_top .logo {
    width: 70px;
  }
  .top_box02_btn li:first-child {
    margin-bottom: 15px;
  }
  .top_box02_inner {
    padding: 25px 15px;
  }
  .top_box02_inner h3 {
    line-height: 1.4;
  }
}/*# sourceMappingURL=custom.css.map */