@charset "UTF-8";
/*!
Theme Name: oshida.jp
Description: 押田動物病院｜ふじみ野市の動物病院 予防接種やトリミング・ペットホテルに対応
Theme URI: https://www.oshida.jp
Version: 1.0
License: oshida.jp
License URI: https://www.oshida.jp/
*/
/****************************************

リセットCSSここから

*****************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

メディアクエリ/レスポンシブ用mixin

*****************************************/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.eot") format("eot"), url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-bold.eot") format("eot"), url("../font/NotoSansJP-bold.woff") format("woff");
}
/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "Lato", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  position: relative;
  min-width: 1280px;
  color: #332c1f;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  background: #f5f3ed;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

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

フォント指定

*****************************************/
@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p,
  figcaption {
    font-size: 1.5rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link, a:visited {
  color: #332c1f;
  transition: 0.3s;
}
a:hover, a:active {
  text-decoration: underline;
  transition: 0.3s;
}
a img.img_opacity {
  transition: 0.3s linear;
}
a:hover img.img_opacity {
  opacity: 0.8;
  transition: 0.3s linear;
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
  header {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
  }
  .head_logo {
    position: absolute;
    z-index: 99;
    width: 12.074%;
  }
  .head_logo a {
    display: block;
    padding: 19.57% 18%;
    background: #e7e1d7;
    transition: 0.3s;
  }
  .head_logo a img {
    width: 100%;
  }
  .head_logo a:hover {
    background: #ebe7df;
  }
  .head_area {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 20px;
  }
  .head_info {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .head_info .tel {
    font-family: "Montserrat", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    color: #8d7a54;
    font-size: 2.4rem;
  }
  .head_info .tel span {
    font-size: 2rem;
    margin-right: 5px;
  }
  .head_info .btn a {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 1.2;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    padding-top: 34px;
    transition: 0.3s;
    background: rgba(228, 40, 17, 0.85) url(images/icon_link.png) top 11px center no-repeat;
  }
  .head_info .btn a span {
    letter-spacing: 0.24em;
  }
  .head_info .btn a:hover {
    background: rgba(228, 40, 17, 0.7) url(images/icon_link.png) top 11px center no-repeat;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  header {
    position: relative;
    width: 100%;
  }
  .head_btn,
  .head_info {
    display: none;
  }
  .head_logo {
    position: absolute;
    max-width: 100px;
    z-index: 99;
  }
  .head_logo a {
    background: #e7e1d7;
    padding: 18px;
    display: inline-block;
  }
  #toggle {
    position: fixed;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(228, 40, 17, 0.95);
    cursor: pointer;
    z-index: 9999;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    right: 8px;
    width: 32px;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 10px;
  }
  #toggle span:nth-child(2) {
    top: 22px;
  }
  #toggle span:nth-child(3) {
    top: 34px;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .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(-12px) 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;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(51, 44, 31, 0.9);
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 15px 14px;
  }
  #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: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 15px 10px;
    color: rgba(228, 40, 17, 0.85);
    background: rgba(250, 246, 242, 0.9);
  }
  #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: rgba(228, 40, 17, 0.85);
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: rgba(228, 40, 17, 0.5);
    background: 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: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 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;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
#g_navi .menu {
  *zoom: 1;
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
}
#g_navi .menu > li {
  position: relative;
  margin: 0 25px;
}
#g_navi .menu > li > a {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
  display: inline-block;
  color: #332c1f;
  padding: 25px 0;
}
#g_navi .menu li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  list-style: none;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s linear;
  border-top: 1px solid rgba(51, 44, 31, 0.1);
}
#g_navi .menu li ul li {
  letter-spacing: 0;
  width: 100%;
  border-bottom: 1px solid rgba(51, 44, 31, 0.1);
  min-width: 120px;
}
#g_navi .menu li ul li a {
  display: block;
  width: auto;
  padding: 14px 12px;
  background-color: rgba(51, 44, 31, 0.95);
  color: #fff;
  border-top: 1px solid rgba(51, 44, 31, 0.1);
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  visibility: hidden;
  transition: 0.3s linear;
  white-space: nowrap;
  background-image: none !important;
}
#g_navi .menu li ul li a:hover, #g_navi .menu li ul li a:active {
  color: #332c1f;
  background-color: rgba(255, 255, 255, 0.95);
  transition: 0.3s linear;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/* ナビ下線用 */
@media print, screen and (min-width: 768px) {
  .menu > li > a {
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  .menu > li > a::before,
  .menu > li > a::after {
    position: absolute;
    bottom: -1px;
    content: "";
    width: 0;
    height: 3px;
    transition: 0.6s;
    background: rgba(228, 40, 17, 0.85);
  }
  .menu > li > a::before {
    left: 50%;
  }
  .menu > li > a::after {
    right: 50%;
  }
  .menu > li > a:hover::before,
  .menu > li > a:hover::after {
    width: 50%;
  }
}
/****************************************

メインビジュアル

*****************************************/
.top_mv_box, .mv_box {
  display: flex;
  justify-content: center;
}
.top_mv_box .btn, .mv_box .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  writing-mode: vertical-rl; /* 右から左の縦書き */
  text-orientation: mixed;
}
.top_mv_box .btn a, .mv_box .btn a {
  font-family: "Montserrat", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  color: rgba(51, 44, 31, 0.8);
  transition: 0.3s;
}
.top_mv_box .btn a::after, .mv_box .btn a::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -60px;
  width: 1px;
  height: 50px;
  background: rgba(51, 44, 31, 0.8);
  transform: translateX(-50%);
}
.top_mv_box .btn a:hover, .mv_box .btn a:hover {
  transform: translateY(15px);
  color: rgba(51, 44, 31, 0.6);
}
.top_mv_box .txt, .mv_box .txt {
  width: 80px;
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.top_mv_box .txt p, .mv_box .txt p {
  font-size: 1.4rem;
  font-weight: 500;
  writing-mode: vertical-rl; /* 右から左の縦書き */
  text-orientation: mixed;
  letter-spacing: 0.2em;
}

.top_mv {
  width: calc(100% - 160px);
  height: auto;
  z-index: 1;
}
.top_mv .top_mv_img {
  width: 100%;
  height: auto;
}

.mv_box {
  justify-content: end;
}
.mv_box::after {
  position: absolute;
  content: "";
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 235px;
  background: #e7e1d7;
  z-index: -1;
}

#mv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 160px);
  height: 480px;
  z-index: 1;
  background: url(images/mv01.jpg) no-repeat;
  background-position: top center;
}

.mv_txt {
  font-family: "Montserrat", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  line-height: initial;
  color: white;
  font-size: 4.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-align: center;
  text-shadow: 0 0 16px rgba(51, 44, 31, 0.64);
}
.mv_txt span {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #fff;
  margin-top: 10px;
  text-shadow: 0 0 8px rgba(51, 44, 31, 0.8);
}

#mv.mv02 {
  background: url(images/mv02.jpg) no-repeat;
  background-position: top center;
}

#mv.mv03 {
  background: url(images/mv03.jpg) no-repeat;
  background-position: top center;
}

#mv.mv04 {
  background: url(images/mv04.jpg) no-repeat;
  background-position: top center;
}

#mv.mv05 {
  background: url(images/mv05.jpg) no-repeat;
  background-position: top left;
}

#mv.mv06 {
  background: url(images/mv06.jpg) no-repeat;
  background-position: top left;
}

@media print, screen and (max-width: 1500px) {
  .mv_txt img {
    width: 90%;
  }
}
.recruit_btn {
  position: absolute;
  bottom: 45px;
  right: 45px;
}

@media screen and (max-width: 767px) {
  .top_mv_box .btn, .mv_box .btn,
  .top_mv_box .txt,
  .mv_box .txt {
    display: none;
  }
  .top_mv {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  .top_mv .top_mv_img {
    height: auto;
  }
  #mv {
    height: 160px;
    background-size: cover;
    margin: 10px auto;
    width: 100%;
    background-position: left 54% center;
  }
  #mv.mv02,
  #mv.mv03,
  #mv.mv04,
  #mv.mv05,
  #mv.mv06 {
    background-size: cover;
  }
  .mv_txt {
    width: auto;
    min-width: 280px;
    padding: 10px 25px;
    border-radius: 8px;
    font-size: 1.8rem;
    height: auto;
    letter-spacing: 0.08em;
    background-size: contain;
  }
  .mv_txt::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 4px;
    left: 4px;
    border-radius: 6px;
  }
  .mv_txt span {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    margin-top: 0;
  }
  .mv_txt p {
    font-size: 2.4rem;
    letter-spacing: 0.06em;
  }
  .mv_txt p::after {
    display: none;
  }
  .mv_box {
    padding: 0 10px;
  }
  .mv_box::after {
    bottom: -35px;
  }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  font-size: 1.6rem;
}

.inner_contents {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

main#page_main {
  width: 100%;
  max-width: 1120px;
  padding: 25px 0 100px;
  margin: 0 auto;
}

main#single_main {
  width: 100%;
  max-width: 1120px;
  margin: 25px auto 100px;
}

.single_box {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.breadcrumb_area {
  width: 100%;
  margin-bottom: 85px;
}
.breadcrumb_area .breadcrumb {
  max-width: 1120px;
  text-align: right;
  margin: 0 auto;
}
.breadcrumb_area .breadcrumb p {
  font-size: 1.4rem;
  color: #332c1f;
}
.breadcrumb_area .breadcrumb p a {
  position: relative;
  color: rgba(228, 40, 17, 0.85);
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb_area .breadcrumb p a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(228, 40, 17, 0.85);
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}
.breadcrumb_area .breadcrumb p a:hover {
  opacity: 1;
  text-decoration: none;
}
.breadcrumb_area .breadcrumb p a:hover::after {
  background: rgba(228, 40, 17, 0.85);
  transform-origin: right top;
  transform: scale(0, 1);
}
.breadcrumb_area .breadcrumb p a::before {
  position: absolute;
  content: "";
  left: -25px;
  top: 2px;
  width: 20px;
  height: 20px;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  main#page_main {
    padding: 0 10px 50px;
  }
  main#single_main {
    padding: 0 10px;
  }
  .breadcrumb_area {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .breadcrumb_area .breadcrumb p {
    font-size: 1.2rem;
  }
  .inner_contents,
  .inner_contents02 {
    padding: 0 15px;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  position: relative;
  padding: 80px 0;
}
.top_box01 .flex {
  align-items: center;
}
.top_box01 .txt {
  width: 100%;
  max-width: 500px;
  letter-spacing: 0.06em;
  line-height: 2;
}
.top_box01 figure {
  width: 100%;
  max-width: 550px;
}
.top_box01::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 120px;
  width: 280px;
  height: 370px;
  background: url(images/top_box01_bf.jpg) no-repeat;
  z-index: -1;
  opacity: 1;
  transition: 0.3s;
}
.top_box01::after {
  position: absolute;
  content: "";
  right: 0;
  top: 170px;
  width: 320px;
  height: 210px;
  background: url(images/top_box01_af.jpg) no-repeat;
  z-index: -1;
  opacity: 1;
  transition: 0.3s;
}
.top_box01 .btn02 {
  justify-content: left;
}

@media screen and (max-width: 1800px) {
  .top_box01::before, .top_box01::after {
    opacity: 0;
  }
}
.top_box02 section {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
.top_box02 section div {
  text-align: center;
  z-index: 9;
}
.top_box02 section .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.top_box02 section .btn03 a {
  z-index: 999;
}
.top_box02 section p {
  color: #fff;
  line-height: 2;
}
.top_box02 section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(images/top_img02.jpg) center center no-repeat;
  background-size: cover;
  transition: transform 0.6s ease;
  z-index: 0;
}
.top_box02 section:hover::before {
  transform: scale(1.1);
}
.top_box02 section:nth-child(2)::before {
  background: url(images/top_img03.jpg) center center no-repeat;
}
.top_box02 section::after {
  position: absolute;
  content: "";
  left: 9px;
  top: 9px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 1580px) {
  .top_box02 section p {
    font-size: 1.5rem;
  }
}
.top_box03,
.top_box04 {
  position: relative;
  padding: 80px 5% 0;
}
.top_box03::after,
.top_box04::after {
  position: absolute;
  content: "INTERNAL";
  left: -15px;
  top: 20px;
  color: rgba(141, 122, 84, 0.1);
  font-size: 12rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  writing-mode: vertical-rl; /* 縦書き、右から左 */
}
.top_box03 .area,
.top_box04 .area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 4.166% 4.166%;
  margin: 80px auto 0;
  width: 100%;
  max-width: 1530px;
  background: linear-gradient(to bottom, transparent 0%, transparent 30%, rgba(207, 195, 176, 0.5) 30%, rgba(207, 195, 176, 0.5) 100%);
}
.top_box03 .area li,
.top_box04 .area li {
  position: relative;
  width: 100%;
  max-width: 320px;
  padding: 70px 25px 60px;
  background: #fff;
  filter: drop-shadow(0 0 4px rgba(52, 45, 31, 0.16));
  transition: transform 0.3s ease, filter 0.3s ease;
}
.top_box03 .area li div,
.top_box04 .area li div {
  position: relative;
  height: -moz-max-content;
  height: max-content;
}
.top_box03 .area li div::after,
.top_box04 .area li div::after {
  font-family: "Montserrat", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  position: absolute;
  content: "BLOOD TESTS";
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  color: rgba(142, 123, 85, 0.46);
  font-size: 1.8rem;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.3s;
}
.top_box03 .area li:hover,
.top_box04 .area li:hover {
  transform: translateY(-15px); /* 上に5px移動 */
  filter: drop-shadow(0 4px 4px rgba(52, 45, 31, 0.16));
}
.top_box03 .area li:hover div::after,
.top_box04 .area li:hover div::after {
  color: rgba(228, 40, 17, 0.65);
}
.top_box03 .area li a,
.top_box04 .area li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.top_box03 .area li::before,
.top_box04 .area li::before {
  position: absolute;
  content: "";
  left: 50%;
  top: -40px;
  width: 110px;
  height: 110px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #fff;
  transition: 0.4s;
}
.top_box03 .area li::after,
.top_box04 .area li::after {
  position: absolute;
  content: "";
  left: 50%;
  top: -30px;
  width: 90px;
  height: 90px;
  border: 1px solid #8e7b55;
  border-radius: 50%;
  transform: translateX(-50%);
  background: #fff url(images/icon_internal01.png) center center no-repeat;
  background-size: auto 50px;
  transition: 0.4s;
}
.top_box03 .area li:nth-child(2)::after,
.top_box04 .area li:nth-child(2)::after {
  background: #fff url(images/icon_internal02.png) center center no-repeat;
  background-size: auto 50px;
}
.top_box03 .area li:nth-child(2) div::after,
.top_box04 .area li:nth-child(2) div::after {
  content: "IMAGING DIAGNOSIS";
}
.top_box03 .area li:nth-child(3)::after,
.top_box04 .area li:nth-child(3)::after {
  background: #fff url(images/icon_internal03.png) center center no-repeat;
  background-size: auto 50px;
}
.top_box03 .area li:nth-child(3) div::after,
.top_box04 .area li:nth-child(3) div::after {
  content: "DENTAL CARE";
}
.top_box03 .area li:nth-child(4)::after,
.top_box04 .area li:nth-child(4)::after {
  background: #fff url(images/icon_internal04.png) center center no-repeat;
  background-size: auto 46px;
}
.top_box03 .area li:nth-child(4) div::after,
.top_box04 .area li:nth-child(4) div::after {
  content: "VACCINE / FILARIASIS";
}
.top_box03 .area p,
.top_box04 .area p {
  line-height: 1.6;
}
.top_box03 .area h3,
.top_box04 .area h3 {
  position: relative;
  color: #6e5f41;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.top_box03 .area h3::after,
.top_box04 .area h3::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 3px;
  transform: translateX(-50%);
  background: rgba(228, 40, 17, 0.8);
  z-index: 99;
}

.top_box04 {
  position: relative;
  padding: 80px;
}
.top_box04::after {
  position: absolute;
  content: "SURGERY";
  right: -15px;
  bottom: 20px;
  top: auto;
  left: auto;
}
.top_box04 .area li::after {
  background: #fff url(images/icon_surgery01.png) center center no-repeat;
  background-size: auto 50px;
}
.top_box04 .area li div::after {
  content: "LAPAROSCOPIC";
}
.top_box04 .area li:nth-child(2)::after {
  background: #fff url(images/icon_surgery02.png) center center no-repeat;
  background-size: auto 50px;
}
.top_box04 .area li:nth-child(2) div::after {
  content: "OPERATION";
}
.top_box04 .area li:nth-child(3)::after {
  background: #fff url(images/icon_surgery03.png) center center no-repeat;
  background-size: auto 50px;
}
.top_box04 .area li:nth-child(3) div::after {
  content: "STERILIZATION-MALES";
}
.top_box04 .area li:nth-child(4)::after {
  background: #fff url(images/icon_surgery04.png) center center no-repeat;
  background-size: auto 50px;
}
.top_box04 .area li:nth-child(4) div::after {
  content: "STERILIZATION-FEMALE";
}

@media screen and (max-width: 1720px) {
  .top_box03::after,
  .top_box04::after {
    font-size: 8rem;
  }
  .top_box03 .area li,
  .top_box04 .area li {
    padding: 70px 20px 60px;
    filter: initial;
    border: 1px solid rgba(207, 195, 176, 0.26);
  }
  .top_box03 .area h3,
  .top_box04 .area h3 {
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  .top_box03 .area div,
  .top_box04 .area div {
    min-height: 190px;
  }
}
.top_box05, .top_box08 {
  padding: 80px 0;
  color: #fff;
  text-align: center;
  background: url(images/top_box05_bg.jpg) top center no-repeat;
}
.top_box05 .btn_box, .top_box08 .btn_box {
  gap: 60px;
  align-items: center;
  justify-content: center;
}

.top_box06, aside, .reservation_box {
  padding: 70px 0;
  background: url(images/aside_bg.jpg) top center no-repeat;
  background-size: cover;
  text-align: center;
}
.top_box06 .area, aside .area, .reservation_box .area {
  gap: 45px;
  justify-content: center;
  margin-top: 30px;
}
.top_box06 .tel_box, aside .tel_box, .reservation_box .tel_box,
.top_box06 .online_box,
aside .online_box,
.reservation_box .online_box {
  position: relative;
  width: 100%;
  max-width: 540px;
  padding: 30px;
  background: #fff;
  border: 1px solid #b1a082;
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
}
.top_box06 .tel_box::before, aside .tel_box::before, .reservation_box .tel_box::before,
.top_box06 .online_box::before,
aside .online_box::before,
.reservation_box .online_box::before {
  position: absolute;
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  background: url(images/aside_box.jpg) repeat;
  z-index: -1;
}
.top_box06 .tel_box::after, aside .tel_box::after, .reservation_box .tel_box::after,
.top_box06 .online_box::after,
aside .online_box::after,
.reservation_box .online_box::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  border-style: solid;
  border-width: 0 0 20px 20px; /* 三角形の大きさ調整 */
  border-color: transparent transparent rgba(228, 40, 17, 0.85) transparent;
}
.top_box06 .tel_box h3, aside .tel_box h3, .reservation_box .tel_box h3,
.top_box06 .online_box h3,
aside .online_box h3,
.reservation_box .online_box h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 28px;
  line-height: 1;
  background: url(images/aside_area_h3.svg) center bottom no-repeat;
  background-size: 68px auto;
}
.top_box06 .tel_box .txt_center, aside .tel_box .txt_center, .reservation_box .tel_box .txt_center,
.top_box06 .online_box .txt_center,
aside .online_box .txt_center,
.reservation_box .online_box .txt_center {
  font-size: 1.5rem;
}
.top_box06 .tel_menu, aside .tel_menu, .reservation_box .tel_menu {
  list-style: none;
  padding: 10px;
  margin: 0 auto 15px;
  background: #938f85;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
  margin-top: 15px;
  max-width: 440px;
}
.top_box06 .tel_menu li, aside .tel_menu li, .reservation_box .tel_menu li {
  font-size: 1.5rem;
  color: #fff;
}
.top_box06 .tel_menu li, aside .tel_menu li, .reservation_box .tel_menu li {
  white-space: nowrap;
}
.top_box06 .tel_number, aside .tel_number, .reservation_box .tel_number {
  max-width: 440px;
  padding: 18px;
  border: 1px solid #ae9d79;
  background: #fff;
  margin: 0 auto;
}
.top_box06 .tel_number .note, aside .tel_number .note, .reservation_box .tel_number .note {
  font-size: 1.8rem;
  color: rgba(228, 40, 17, 0.85);
  font-weight: 500;
}
.top_box06 .tel_number .number, aside .tel_number .number, .reservation_box .tel_number .number {
  font-family: "Montserrat", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  font-weight: bold;
  color: #595347;
  line-height: 1.4;
}
.top_box06 .tel_number .number span, aside .tel_number .number span, .reservation_box .tel_number .number span {
  font-size: 3.4rem;
}
.top_box06 .online_list, aside .online_list, .reservation_box .online_list {
  background: #ffffff;
  padding: 12px 15px;
  margin: 15px auto;
  max-width: 440px;
}
.top_box06 .online_list li, aside .online_list li, .reservation_box .online_list li {
  position: relative;
  font-size: 1.5rem;
  text-align: left;
  padding-left: 12px;
  line-height: 1.6;
}
.top_box06 .online_list li::after, aside .online_list li::after, .reservation_box .online_list li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(228, 40, 17, 0.75);
}

.top_box07 {
  position: relative;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4%;
  background: linear-gradient(to right, transparent 0%, transparent 64%, #94903d 64%, #94903d 100%);
}
.top_box07::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 160px;
  width: 280px;
  height: 210px;
  background: url(images/top_box07_af.jpg) no-repeat;
  z-index: -1;
  opacity: 1;
  transition: 0.3s;
}
.top_box07 figure {
  width: 36.746%;
  max-width: 700px;
}
.top_box07 figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .top_box07 .txt {
    width: 30.5%;
    min-width: 510px;
  }
}
.top_box07 .grooming_logo {
  position: relative;
  top: 0;
  align-self: flex-start;
  width: 7.8745%;
  min-width: 130px;
}
.top_box07 .grooming_logo img {
  width: 100%;
  height: auto;
}
.top_box07 .btn_box {
  justify-content: start;
  gap: 50px;
  margin-top: 50px;
}

@media screen and (max-width: 1740px) {
  .top_box07::after {
    opacity: 0;
  }
}
.top_box08 {
  background: url(images/top_box08_bg.jpg) top center no-repeat;
  background-size: cover;
}

.top_box09 {
  padding: 80px 45px;
  background: #e7e1d7;
}

.faq_box {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.faq_item:not(:last-child) {
  margin-bottom: 20px;
}

.faq_item.open .faq-answer {
  display: block;
  max-height: 500px;
  padding: 20px 20px 20px 65px;
  opacity: 1;
  transition: 0.4s ease;
  transform: translateY(0);
}

.faq_item.open .faq-question::before {
  content: "−"; /* 開いているときはマイナスに */
}

.faq-question {
  position: relative;
  color: #433326;
  font-size: 2rem;
  font-weight: 500;
  padding: 18px 55px 18px 65px;
  background-color: #faf9f5;
  border: 1px solid #d0c6b0;
  cursor: pointer;
  width: 100%;
  text-align: left;
  display: block;
  line-height: 1.7;
  transition: 0.3s;
}
.faq-question::after {
  font-family: "Lato", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  position: absolute;
  left: 15px;
  top: 15px;
  content: "Q";
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: #8e7b55;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.faq-question::before {
  font-family: "Lato", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  content: "+";
  position: absolute;
  right: 20px;
  top: 34px;
  transform: translateY(-50%);
  font-size: 4.2rem;
  font-weight: 300;
  color: rgba(67, 51, 38, 0.6);
  transition: transform 0.3s, content 0.3s;
}
.faq-question:hover {
  background-color: rgba(250, 249, 245, 0.75);
}

.faq-answer {
  position: relative;
  font-size: 1.6rem;
  max-height: 0;
  overflow: hidden;
  padding: 0 1em;
  opacity: 0;
  transition: 0.4s ease;
  transform: translateY(-10px);
}
.faq-answer::after {
  position: absolute;
  left: 15px;
  top: 15px;
  font-family: "Lato", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  content: "A";
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: rgba(228, 40, 17, 0.8);
  border-radius: 100%;
  width: 36px;
  height: 36px;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.top_box10, .pet_care_img {
  margin: 0 calc(50% - 50vw);
  height: 360px;
  width: 100vw;
  overflow: hidden;
}
.top_box10 ul, .pet_care_img ul {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: slide1 100s linear infinite;
}
.top_box10 ul li, .pet_care_img ul li {
  width: 550px;
  list-style: none;
}

@keyframes slide1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 40px 0 50px;
    justify-content: center;
  }
  .top_box01 .txt {
    max-width: initial;
    margin-bottom: 40px;
  }
  .top_box01 .txt .btn02 {
    justify-content: center;
  }
  .top_box02 section {
    width: 100%;
    height: auto;
    padding: 55px 30px;
  }
  .top_box02 section p {
    text-align: left;
  }
  .top_box03,
  .top_box04 {
    padding: 40px 0 0;
  }
  .top_box03 .txt_center,
  .top_box04 .txt_center {
    padding: 0 15px;
  }
  .top_box03 .area,
  .top_box04 .area {
    flex-wrap: wrap;
    padding: 0 12px 50px;
    margin: 70px auto 0;
    background: linear-gradient(to bottom, transparent 0%, transparent 30%, rgba(207, 195, 176, 0.5) 30%, rgba(207, 195, 176, 0.5) 100%);
  }
  .top_box03 .area li,
  .top_box04 .area li {
    width: 100%;
    z-index: 99;
    padding: 45px 20px 20px;
    margin: 0 auto;
    max-width: initial;
  }
  .top_box03 .area li:not(:last-child),
  .top_box04 .area li:not(:last-child) {
    margin-bottom: 50px;
  }
  .top_box03 .area li::before,
  .top_box04 .area li::before {
    width: 78px;
    height: 78px;
    top: -34px;
  }
  .top_box03 .area li::after,
  .top_box04 .area li::after {
    width: 58px;
    height: 58px;
    top: -25px;
    background-size: auto 36px;
  }
  .top_box03 .area li div,
  .top_box04 .area li div {
    min-height: initial;
    padding-bottom: 40px;
  }
  .top_box03 .area li div::after,
  .top_box04 .area li div::after {
    bottom: -5px;
  }
  .top_box03 .area li h3,
  .top_box04 .area li h3 {
    font-size: 2.2rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .top_box03 .area li a,
  .top_box04 .area li a {
    width: 100%;
  }
  .top_box03 .area li:nth-child(2)::after,
  .top_box04 .area li:nth-child(2)::after,
  .top_box03 .area li:nth-child(3)::after,
  .top_box04 .area li:nth-child(3)::after,
  .top_box03 .area li:nth-child(4)::after,
  .top_box04 .area li:nth-child(4)::after {
    width: 58px;
    height: 58px;
    background-size: auto 36px;
  }
  .top_box04::after {
    top: 20px;
    bottom: auto;
  }
  .top_box05, .top_box08,
  .top_box06,
  aside,
  .reservation_box {
    padding: 50px 10px;
    background-size: cover;
  }
  .top_box05 p, .top_box08 p,
  .top_box06 p,
  aside p,
  .reservation_box p {
    text-align: left;
  }
  .top_box05 .btn_box, .top_box08 .btn_box,
  .top_box06 .btn_box,
  aside .btn_box,
  .reservation_box .btn_box {
    gap: 20px;
  }
  .top_box06 .tel_box,
  aside .tel_box,
  .reservation_box .tel_box,
  .top_box06 .online_box,
  aside .online_box,
  .reservation_box .online_box {
    padding: 30px 20px;
  }
  .top_box06 .tel_menu,
  aside .tel_menu,
  .reservation_box .tel_menu {
    justify-content: left;
    padding: 15px;
  }
  .top_box06 .tel_number,
  aside .tel_number,
  .reservation_box .tel_number {
    padding: 15px;
  }
  .top_box06 .tel_number .note,
  aside .tel_number .note,
  .reservation_box .tel_number .note {
    text-align: center;
  }
  .top_box06 .tel_number .number,
  aside .tel_number .number,
  .reservation_box .tel_number .number {
    font-size: 2.4rem;
    text-align: center;
  }
  .top_box06 .tel_number .number span,
  aside .tel_number .number span,
  .reservation_box .tel_number .number span {
    font-size: 3.2rem;
  }
  .top_box06 .tel_number .number a,
  aside .tel_number .number a,
  .reservation_box .tel_number .number a {
    text-decoration: none;
  }
  .top_box06 .area,
  aside .area,
  .reservation_box .area {
    gap: 30px;
  }
  .top_box07 {
    padding: 50px 10px;
    border: 5px solid #94903d;
    background: none;
    flex-direction: column;
  }
  .top_box07 .grooming_logo {
    order: 1;
    position: static;
    margin: 0 auto 40px;
  }
  .top_box07 .btn_box {
    gap: 4%;
    margin: 30px auto;
    justify-content: center;
  }
  .top_box07 .btn_box li a {
    padding-left: 55px;
    letter-spacing: 0.02em;
  }
  .top_box07 figure {
    width: 100%;
    order: 2;
    margin-bottom: 30px;
  }
  .top_box07 .txt {
    order: 3;
  }
  .top_box09 {
    padding: 50px 10px;
  }
  .faq_item:not(:last-child) {
    margin-bottom: 10px;
  }
  .faq-question {
    font-size: 1.8rem;
  }
  .top_box10, .pet_care_img {
    height: auto;
  }
  .top_box10 ul li, .pet_care_img ul li {
    width: 200px;
  }
}
/****************************************

news トップ用

*****************************************/
#top_news {
  position: relative;
}
#top_news::before {
  position: absolute;
  content: "";
  top: -180px;
  left: 0;
  width: 100%;
  height: calc(100% + 180px);
  background: #e7e1d7;
  z-index: -1;
}
#top_news .inner_contents {
  align-items: center;
  padding: 70px 0 80px;
}

.news_post li {
  gap: 35px;
}

.news_post {
  width: 100%;
  max-width: 800px;
}
.news_post li {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  letter-spacing: 0.04em;
  gap: 35px;
  border-bottom: 1px solid #c2bfb8;
  padding: 15px 40px 15px 0;
}
.news_post li h3 {
  font-size: 1.5rem;
  color: #332c1f;
  font-weight: 400;
  transition: 0.3s;
  line-height: 1.5;
}
.news_post li .data {
  font-family: "Montserrat", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  width: 16%;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.news_post li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.news_post li a::after {
  position: absolute;
  content: "";
  right: 17px;
  top: calc(50% - 1px);
  width: 7px;
  height: 7px;
  border-top: 1px solid #332c1f;
  border-right: 1px solid #332c1f;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.4s;
}
.news_post li a:hover::after {
  right: 27px;
}
.news_post li {
  transition: 0.4s;
}
.news_post li::before {
  position: absolute;
  bottom: -1px;
  content: "";
  width: 0;
  height: 1px;
  transition: 0.6s;
  background: #e95341;
}
.news_post li::before {
  left: 0;
}
.news_post li:hover::before {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #top_news .inner_contents {
    padding: 40px 15px 110px;
  }
  #top_news .inner_contents .btn01 {
    margin-bottom: 0;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .news_post {
    margin-bottom: 0;
    border-top: 1px solid #c2bfb8;
  }
  .news_post li {
    display: block;
  }
  .news_post li data {
    color: #8d7a54;
  }
  .news_list {
    width: 100%;
    display: block !important;
    padding: 10px 51px 10px 14px;
    border-radius: 8px;
  }
  .news_list::before {
    right: 14px;
  }
  .news_list::after {
    right: 29px;
  }
  .news_list .data {
    line-height: initial;
    font-size: 1.6rem;
    background: none;
  }
  .news_list h3 {
    font-size: 1.5rem;
    line-height: initial;
  }
}
/****************************************

content下層用

*****************************************/
/* フレックス設定 */
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_r {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.flex_s {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.flex_c {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .flex figure,
  .flex_r figure {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .flex_r {
    flex-direction: column-reverse;
  }
  .flex_r figure {
    margin-top: 20px;
  }
}
/*院内設備*/
.equipment_box,
.surgery_box {
  display: flex;
  justify-content: space-between;
}
.equipment_box::after,
.surgery_box::after {
  content: "";
  width: 345px;
  height: auto;
}
.equipment_box article,
.surgery_box article {
  width: 100%;
  max-width: 345px;
  margin-bottom: 40px;
}
.equipment_box article img,
.surgery_box article img {
  margin-bottom: 12px;
  height: auto;
  aspect-ratio: 4/4;
}
.equipment_box article a,
.surgery_box article a {
  display: block;
}
.equipment_box h2,
.surgery_box h2 {
  position: relative;
  font-size: 2rem;
  padding-left: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.equipment_box h2::after,
.surgery_box h2::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: rgba(228, 40, 17, 0.85);
}
.equipment_box div,
.surgery_box div {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .equipment_box article,
  .surgery_box article {
    width: 48%;
  }
  .equipment_box h2,
  .surgery_box h2 {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}
/*病院概要*/
.calendar_box {
  margin-top: 40px;
}

/*スタッフ紹介*/
.staff_box {
  font-size: 1.5rem;
}
.staff_box .img {
  width: 535px;
  height: 800px;
}
.staff_box .img img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
.staff_box .txt {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .staff_box .txt {
    max-width: 535px;
  }
}

.biography {
  background: rgba(231, 225, 215, 0.4);
  margin-top: 30px;
  padding: 20px 15px 20px 20px;
}
.biography div {
  overflow-y: scroll;
  height: 585px;
  padding: 0 20px 0 0;
}
.biography dl:not(:last-child) {
  margin-bottom: 20px;
}
.biography dt {
  margin-bottom: 4px;
}
.biography dd,
.biography p {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  color: rgba(51, 44, 31, 0.75);
}

.staff_box02 {
  align-items: stretch;
  gap: 50px 40px;
}
.staff_box02 .img,
.staff_box02 .img_otr {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .staff_box02 .img,
  .staff_box02 .img_otr {
    width: 535px;
    height: 590px;
  }
}
.staff_box02 .txt {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .staff_box02 .txt {
    max-width: 535px;
  }
}
.staff_box02 .biography {
  flex: 1;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .staff_box .img {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-bottom: 20px;
  }
  .biography {
    margin-top: 20px;
  }
  .staff_box02 section {
    margin: 0 auto;
  }
}
/*お知らせ*/
.news_box article:not(:last-child) {
  margin-bottom: 30px;
}
.news_box .txt {
  position: relative;
  width: 840px;
}
.news_box h2 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.news_box .btn01 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.news_box .btn01 a {
  font-weight: 500;
}
.news_box .data {
  color: #938f85;
  font-size: 1.6rem;
}
.news_box figure {
  width: 240px;
}
.news_box figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}

@media screen and (max-width: 767px) {
  .news_box article {
    margin-bottom: 40px;
    background: rgba(255, 255, 255, 0.4);
    padding: 25px;
    border: 2px solid rgba(141, 122, 84, 0.6);
  }
  .news_box .btn01 {
    position: relative;
    margin: 20px auto 0 0;
    text-align: right;
  }
  .news_box figure {
    margin-bottom: 20px;
  }
  .news_box h2 {
    padding-left: 20px;
    font-size: 2rem;
  }
}
/*リクルート*/
.recruit_box01 {
  margin-bottom: 50px;
}
.recruit_box01 .number {
  font-family: "Montserrat", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 15px;
}
.recruit_box01 .number a {
  color: rgba(228, 40, 17, 0.85);
}
.recruit_box01 .number span {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .recruit_box01 .number {
    text-align: center;
  }
  .recruit_box01 .number a {
    text-decoration: none;
  }
}
/*ご予約方法*/
.reservation_box {
  padding: 0;
  background: none;
}
/*お問い合わせ*/
.contact_tel {
  text-align: center;
  margin-top: 30px;
}
.contact_tel p {
  line-height: initial;
}
.contact_tel .tel {
  color: #8d7a54;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.contact_tel .tel span {
  font-size: 3.2rem;
  margin-left: 8px;
}
.contact_tel .black {
  font-weight: 400;
}

.policy_box {
  background: rgba(228, 40, 17, 0.06);
  margin-bottom: 50px;
  text-align: center;
  padding: 25px 30px 30px;
  margin-bottom: 20px;
}
.policy_box dt {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.policy_box dd,
.policy_box p,
.policy_box li {
  font-size: 1.4rem;
  line-height: 1.7;
}

/*ブログ*/
.blog_box article {
  position: relative;
  padding: 35px 40px;
  border-bottom: 1px solid #ccc;
}
.blog_box article a {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.blog_box article:hover {
  background: #fbfbf9;
}
.blog_box article:hover img {
  transform: scale(1.1) translateZ(0);
}
.blog_box .data {
  display: block;
  color: rgba(51, 44, 31, 0.6);
  margin-bottom: 5px;
}
.blog_box h2 {
  font-weight: 600;
  font-size: 2.2rem;
  color: #8d7a54;
  margin-bottom: 5px;
}
.blog_box .txt680 {
  padding-top: 10px;
}
.blog_box figure {
  overflow: hidden;
  display: inline-block;
  border-radius: 19px;
  border: 2px solid #8d7a54;
}
.blog_box figure img {
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
  backface-visibility: hidden;
  display: block;
}

.googlemap,
.googlemap02 {
  position: relative;
  border: solid 2px #ccc;
  overflow: hidden;
  height: 440px;
}

.googlemap02 {
  width: 490px;
  height: 300px;
}

/*お問い合わせ・エントリー*/
.contact_tel {
  justify-content: center;
  gap: 30px;
}
.contact_tel .area {
  padding: 10px 10px 10px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  border: 1px solid rgba(51, 44, 31, 0.26);
  text-align: center;
}
.contact_tel .area .label {
  color: #fff;
  font-size: 1.8rem;
  background: rgba(228, 40, 17, 0.85);
  letter-spacing: 0.16em;
  border-radius: 5px;
  margin-bottom: 12px;
  min-width: 220px;
  line-height: 1.7;
}
.contact_tel .area .details p {
  font-size: 1.5rem;
  line-height: 1.7;
}
.contact_tel .area img {
  margin-bottom: 5px;
}

.sitepolicy {
  padding: 25px 30px 30px;
  border: 3px solid #ede0c8;
  background: url(images/graph_bg.jpg) left top repeat-x;
}
.sitepolicy dt {
  font-size: 2rem;
  margin-bottom: 5px;
}
.sitepolicy dd {
  font-size: 1.4rem;
}

/*初めてご来院される方へ*/
@media print, screen and (min-width: 768px) {
  .guide_box01 dl:nth-child(-n+2) {
    margin-bottom: 25px;
  }
}
.guide_box01 dl {
  background: #fff;
  padding: 25px;
  width: 49%;
}
.guide_box01 dt {
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
  font-weight: 500;
  line-height: 1.7;
  border-bottom: 1px dotted rgba(142, 123, 85, 0.8);
}
.guide_box01 dd {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .guide_box01 dl {
    width: 100%;
    margin-bottom: 15px;
    padding: 20px;
  }
  .guide_box01 dt {
    font-size: 2rem !important;
    padding-left: 15px !important;
  }
}
/*診療の流れ*/
.flow_box dl {
  position: relative;
  padding-left: 50px;
}
.flow_box dl:not(:last-child) {
  padding-bottom: 45px;
}
.flow_box dl::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 0;
  height: 100%;
  border-right: 2px solid rgba(142, 123, 85, 0.8);
}
.flow_box dl:last-child::before {
  height: calc(100% - 10px);
}
.flow_box dl::after {
  content: "";
  position: absolute;
  top: 9px;
  left: -9px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(142, 123, 85, 0.8);
  background: #f5f3ed;
}
.flow_box dt {
  font-size: 2.8rem;
  font-weight: 500;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.flow_box dt .top {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.flow_box dt .num {
  font-family: "Montserrat", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
  margin-right: 15px;
  color: rgba(142, 123, 85, 0.8);
}
.flow_box dd {
  padding: 20px 25px 22px;
  background: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}
.flow_box dd .sub {
  color: rgba(228, 40, 17, 0.85);
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .flow_box dl {
    padding-left: 25px;
  }
  .flow_box dl::after {
    left: -4px;
  }
  .flow_box dl::before {
    left: 5px;
  }
  .flow_box dt {
    font-size: 2.4rem;
  }
}
/*健康診断のすすめ*/
.examination_box01 {
  gap: 20px;
}
.examination_box01 dl {
  background: #fff;
  padding: 20px;
  width: calc(25% - 15px);
}
.examination_box01 figure {
  margin-bottom: 20px;
}
.examination_box01 figure img {
  width: 100%;
  height: auto;
}
.examination_box01 figcaption {
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
  font-weight: 500;
  line-height: 1.7;
  border-bottom: 1px dotted rgba(142, 123, 85, 0.8);
}
.examination_box01 dd {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .examination_box01 {
    gap: 4%;
  }
  .examination_box01 dl {
    width: 48%;
    padding: 10px;
  }
  .examination_box01 dl:not(:nth-last-child(-n+2)) {
    margin-bottom: 4%;
  }
  .examination_box01 figcaption {
    font-size: 2rem !important;
    padding-left: 15px !important;
    margin-bottom: 10px !important;
  }
}
/*食事管理のすすめ*/
.d_management_box {
  flex-wrap: wrap;
  gap: 25px;
}
.d_management_box li {
  width: calc(25% - 20px);
  border: 5px solid rgba(142, 123, 85, 0.6);
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .d_management_box {
    gap: 2%;
  }
  .d_management_box li {
    width: 48.5%;
  }
  .d_management_box li:not(:nth-last-child(-n+2)) {
    margin-bottom: 2%;
  }
}
/*血液検査*/
.blood_test_box01 dl {
  background: rgba(255, 255, 255, 0.75);
  padding: 25px;
}
.blood_test_box01 dl:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .blood_test_box01 dl {
    padding: 20px;
  }
  .blood_test_box01 dl:not(:last-child) {
    margin-bottom: 15px;
  }
}
/*デンタルケア*/
.dental_box {
  text-align: center;
}
.dental_box ul {
  margin-bottom: 30px;
}

/*ワクチン・フィラリア*/
.vaccine_box {
  gap: 20px;
  background: rgba(255, 255, 255, 0.75);
  padding: 25px;
}

.laparoscopic_box {
  gap: 3%;
  margin: 30px auto 0;
}
.laparoscopic_box li {
  background: rgba(255, 255, 255, 0.75);
  padding: 20px;
}
.laparoscopic_box li p {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.laparoscopic_box02 {
  background: rgba(255, 255, 255, 0.75);
  padding: 20px;
}

.laparoscopic_box03 {
  gap: 1.5%;
}
.laparoscopic_box03 section {
  width: 48.5%;
  background: rgba(255, 255, 255, 0.75);
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .laparoscopic_box03 section {
    width: 100%;
  }
  .laparoscopic_box03 section:first-child {
    margin-bottom: 20px;
  }
}
/*避妊・去勢＜オス編＞*/
.female_box00,
.male_box00 {
  border: 2px solid #c0b89d;
  padding: 20px;
  background: #fbfbf9;
}
.female_box00 h2,
.male_box00 h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 5px;
  margin-bottom: 25px;
  background: rgba(142, 123, 85, 0.8);
  color: #fff;
}
.female_box00 .li_circle02 li,
.male_box00 .li_circle02 li {
  margin-bottom: 10px;
}
.female_box00 .btn01,
.male_box00 .btn01 {
  text-align: center;
}

/*避妊・去勢施術*/
.male_box {
  display: flex;
  justify-content: space-between;
}
.male_box::after {
  content: "";
  width: 345px;
  height: auto;
}
.male_box section {
  width: 100%;
  max-width: 345px;
  margin-bottom: 40px;
}
.male_box section img {
  margin-bottom: 12px;
  height: auto;
  aspect-ratio: 4/4;
}
.male_box section a {
  display: block;
}
.male_box h4 {
  position: relative;
  font-size: 2rem;
  padding-left: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.male_box h4::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: rgba(228, 40, 17, 0.85);
}
.male_box div {
  font-size: 1.5rem;
  line-height: 1.6;
}

.male_box02 {
  background: rgba(255, 255, 255, 0.75);
  padding: 25px;
}

.pet_care_box {
  text-align: center;
}
.pet_care_box h2 {
  background: #5b5548;
  letter-spacing: 0.08em;
}
.pet_care_box .number {
  font-family: "Montserrat", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 2.6rem;
  font-weight: bold;
  color: #595347;
  line-height: 1.4;
  margin-top: 10px;
}
.pet_care_box .number span {
  font-size: 3.2rem;
}
.pet_care_box .number a {
  color: olive;
}

.grooming_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.grooming_box section {
  width: 48.5%;
  background: rgba(255, 255, 255, 0.75);
  padding: 25px;
}
@media print, screen and (min-width: 768px) {
  .grooming_box section:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px;
  }
}

.pet_care_img {
  margin-bottom: -100px;
}

.immunotherapy_box01 {
  flex-wrap: nowrap;
  gap: 40px;
}

.immunotherapy_box02 {
  gap: 1.5%;
}
.immunotherapy_box02 section {
  width: 48.5%;
  background: rgba(255, 255, 255, 0.75);
  padding: 25px;
}
@media print, screen and (min-width: 768px) {
  .immunotherapy_box02 section:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px;
  }
}

.immunotherapy_box03 {
  flex-wrap: nowrap;
  gap: 45px;
}
.immunotherapy_box03 figure {
  width: 100%;
  max-width: 350px;
}

.immunotherapy_box04 {
  gap: 1.5%;
}
.immunotherapy_box04 section {
  width: 48.5%;
  background: rgba(255, 255, 255, 0.75);
  padding: 25px;
}
.immunotherapy_box04 div {
  margin-bottom: 20px;
}
.immunotherapy_box04 figure {
  text-align: center;
}

.regenerative_box01 .txt {
  width: 100%;
  max-width: 685px;
}

@media screen and (max-width: 767px) {
  .male_box section {
    width: 48.5%;
  }
  .immunotherapy_box01,
  .immunotherapy_box03 {
    flex-wrap: wrap;
    gap: 25px;
  }
  .immunotherapy_box02,
  .immunotherapy_box04 {
    gap: 20px;
  }
  .immunotherapy_box02 section,
  .immunotherapy_box04 section {
    width: 100%;
  }
  .pet_care_box p {
    text-align: left;
  }
  .pet_care_box .number {
    text-align: center;
  }
  .pet_care_box .number a {
    text-decoration: none;
  }
  .grooming_box section {
    width: 100%;
  }
  .grooming_box section:not(:last-child) {
    margin-bottom: 20px;
  }
  .pet_care_img {
    margin-bottom: -50px;
  }
}
/****************************************

single.php

*****************************************/
.single_box {
  padding-bottom: 100px;
}
.single_box .date {
  display: block;
  margin-bottom: 20px;
  color: #999;
  font-size: 1.5rem;
}
.single_box img {
  max-width: 1020px;
  width: auto;
  height: auto;
  margin: 15px 15px 15px 0;
}
.single_box img:last-child {
  margin: 15px 0 15px 0;
}

.nav-below {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 70px auto 0;
}
.nav-below .list {
  width: 250px;
  background: #5b5548;
  transition: 0.3s;
}
.nav-below .list a {
  display: block;
  padding: 15px 5px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
}
.nav-below .list:hover {
  background: rgb(156.98, 135.8266666667, 93.52);
}
.nav-below > a {
  display: block;
  width: 140px;
  padding: 15px 5px;
  background: rgba(238, 238, 238, 0.5);
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  border: solid 1px rgba(51, 44, 31, 0.16);
}
.nav-below > a span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #8d7a54;
  transition: 0.3s;
}
.nav-below > a:hover {
  background: rgba(238, 238, 238, 0.2);
}
.nav-below > a:hover span {
  color: rgba(141, 122, 84, 0.8);
}

.pager {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

a.page-numbers {
  background: rgba(238, 238, 238, 0.5);
  border: solid 1px rgba(51, 44, 31, 0.16);
  border-radius: 0px;
  padding: 8px 14px;
  margin: 0 3px 5px;
  font-size: 1.6rem;
  transition: 0.3s;
}
a.page-numbers:link, a.page-numbers:visited {
  color: #8d7a54;
  text-decoration: none;
  transition: 0.3s;
}
a.page-numbers:hover, a.page-numbers:active {
  color: rgba(141, 122, 84, 0.6);
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.02);
}

.pager .current {
  background: rgba(238, 238, 238, 0.5);
  border: solid 1px rgba(51, 44, 31, 0.16);
  border-radius: 0px;
  padding: 8px 14px;
  margin: 0 3px 5px;
  font-size: 1.8rem;
  background: #5b5548;
  border: solid 1px rgba(51, 44, 31, 0.16);
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 767px) {
  .single_box .date {
    font-size: 1.4rem;
  }
  .single_box img {
    max-width: 100%;
    margin: 10px 0;
  }
  .nav-below {
    width: 100%;
    margin-top: 50px;
  }
  .nav-below .list {
    width: 40%;
  }
  .nav-below .list a {
    font-size: 1.3rem;
  }
  .nav-below > a {
    width: 30%;
    font-size: 1.3rem;
  }
}
/****************************************

aside

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

テーブル

*****************************************/
.table_box p {
  font-size: 1.3rem;
  line-height: 1.7;
}

.time_table {
  width: 100%;
  max-width: 460px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.time_table thead tr th {
  padding: 6px 2px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  background: #5b5548;
  color: #fff;
  border-bottom: 1px solid rgba(192, 184, 157, 0.6);
  border-right: 1px solid rgba(192, 184, 157, 0.6);
}
.time_table thead tr th:first-child {
  letter-spacing: 0.08em;
}
.time_table thead tr th:last-child {
  letter-spacing: -0.2em;
  font-size: 1.4rem;
}
.time_table tbody th,
.time_table tbody td {
  padding: 6px 0;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid rgba(192, 184, 157, 0.6);
  border-right: 1px solid rgba(192, 184, 157, 0.6);
}
.time_table tbody th {
  width: 28%;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  border-left: 1px solid rgba(192, 184, 157, 0.6);
}
.time_table tbody td {
  font-size: 1.3rem;
  color: #8c7952;
}
.time_table tbody .orange {
  color: rgba(228, 40, 17, 0.85);
}
.time_table .star-cell {
  color: rgba(228, 40, 17, 0.85);
  font-size: 1.8rem;
  font-weight: 900;
}

.detail_table {
  border-collapse: separate;
  color: #463326;
}
.detail_table dt {
  min-width: 105px;
  font-weight: 500;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
.detail_table dt span {
  color: rgba(228, 40, 17, 0.85);
  font-size: 1.6rem;
  font-weight: 900;
}
.detail_table dt img {
  width: 20px;
  height: 20px;
}
.detail_table dd {
  line-height: 1.6;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  padding-left: 35px;
}
.detail_table:not(:last-of-type) dt {
  padding-bottom: 20px;
}
.detail_table:not(:last-of-type) dd {
  margin-bottom: 20px;
}

.table_wrapper {
  border-radius: 10px;
  padding: 40px;
  background: #fff;
}
.table_wrapper .li_circle, .table_wrapper .li_circle03, .table_wrapper .li_circle04, .table_wrapper .li_circle02 {
  margin: 0;
}
.table_wrapper .li_circle li, .table_wrapper .li_circle03 li, .table_wrapper .li_circle04 li, .table_wrapper .li_circle02 li {
  font-family: "Lato", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  padding-left: 16px;
}
.table_wrapper .li_circle li::before, .table_wrapper .li_circle03 li::before, .table_wrapper .li_circle04 li::before, .table_wrapper .li_circle02 li::before {
  top: 9px;
  width: 10px;
  height: 10px;
  background: #8d7a54;
}
.table_wrapper .time_table dl {
  display: flex;
  gap: 20px;
}
.table_wrapper .time_table dl dt {
  min-width: 8%;
  color: #8e7b55;
}
.table_wrapper .link {
  margin-top: 30px;
  text-align: center;
  font-size: 1.8rem;
}
.table_wrapper .link a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.table_wrapper .link a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(228, 40, 17, 0.85);
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}
.table_wrapper .link a:hover {
  opacity: 1;
  text-decoration: none;
}
.table_wrapper .link a:hover::after {
  background: rgba(228, 40, 17, 0.85);
  transform-origin: right top;
  transform: scale(0, 1);
}

.overview_table, .reservation_table, .grooming_table, .vaccine_table {
  border-collapse: separate;
  border-spacing: 5px 5px;
  width: 100%;
  overflow: hidden;
}
.overview_table th, .reservation_table th, .grooming_table th, .vaccine_table th,
.overview_table td,
.reservation_table td,
.grooming_table td,
.vaccine_table td {
  text-align: left;
  padding: 20px 25px;
  font-size: 1.5rem;
}
.overview_table th, .reservation_table th, .grooming_table th, .vaccine_table th {
  width: 28%;
  letter-spacing: 0.08em;
  font-weight: 400;
  vertical-align: top;
  background: rgba(207, 195, 176, 0.5);
}
.overview_table td, .reservation_table td, .grooming_table td, .vaccine_table td {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(207, 195, 176, 0.5);
  background-color: rgba(255, 255, 255, 0.8);
}

.reservation_table th, .grooming_table th, .vaccine_table th,
.reservation_table td,
.grooming_table td,
.vaccine_table td {
  font-size: 1.6rem;
}
.reservation_table thead th, .grooming_table thead th, .vaccine_table thead th {
  text-align: center;
  background: #5b5548;
  color: #fff;
}
.reservation_table tbody th, .grooming_table tbody th, .vaccine_table tbody th {
  vertical-align: middle;
}
.reservation_table tbody td, .grooming_table tbody td, .vaccine_table tbody td {
  border-right: 1px solid rgba(207, 195, 176, 0.5);
}

.vaccine_table td {
  text-align: center;
}

.grooming_table {
  margin-bottom: 10px;
}
.grooming_table tr td:last-child {
  text-align: right;
}
.grooming_table thead th {
  background: rgba(138, 133, 42, 0.75);
}

@media screen and (max-width: 767px) {
  .overview_table th, .reservation_table th, .vaccine_table th, .grooming_table th,
  .overview_table td,
  .reservation_table td,
  .vaccine_table td,
  .grooming_table td {
    width: 100%;
    padding: 10px 15px;
    display: block;
  }
  .table_wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .reservation_table, .vaccine_table, .grooming_table {
    width: 100%;
    min-width: 800px;
  }
  .reservation_table th, .vaccine_table th, .grooming_table th,
  .reservation_table td,
  .vaccine_table td,
  .grooming_table td {
    width: 28%;
    display: table-cell;
  }
}
/****************************************

ボタン

*****************************************/
.btn01 a {
  font-family: "Montserrat", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-left: 60px;
  font-size: 1.6rem;
  line-height: 40px;
  letter-spacing: 0.06em;
  transition: 0.4s;
  font-weight: 500;
}
.btn01 a::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 1px solid #8d7a54;
  border-radius: 50px;
  transition: 0.4s;
}
.btn01 a::after {
  position: absolute;
  content: "";
  left: 12px;
  top: calc(50% - 1px);
  width: 7px;
  height: 7px;
  border-top: 1px solid #8d7a54;
  border-right: 1px solid #8d7a54;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.4s;
}
.btn01 a:hover {
  color: rgba(51, 44, 31, 0.8);
}
.btn01 a:hover::before {
  background: #8d7a54;
}
.btn01 a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.btn02 {
  display: flex;
  justify-content: center;
}
.btn02 a {
  font-family: "Montserrat", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-left: 60px;
  font-size: 1.6rem;
  line-height: 40px;
  letter-spacing: 0.06em;
  transition: 0.4s;
  font-weight: 500;
}
.btn02 a::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 1px solid #8d7a54;
  border-radius: 50px;
  transition: 0.4s;
}
.btn02 a::after {
  position: absolute;
  content: "";
  left: 12px;
  top: calc(50% - 1px);
  width: 7px;
  height: 7px;
  border-top: 1px solid #8d7a54;
  border-right: 1px solid #8d7a54;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.4s;
}
.btn02 a:hover {
  color: rgba(51, 44, 31, 0.8);
}
.btn02 a:hover::before {
  background: #8d7a54;
}
.btn02 a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btn02 a {
  font-family: "Lato", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  padding-left: 75px;
}
.btn02 a::before {
  width: 50px;
  height: 50px;
}
.btn02 a::after {
  left: 16px;
  width: 8px;
  height: 8px;
}

.btn03 a {
  font-family: "Montserrat", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding-left: 60px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 40px;
  transition: 0.4s;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.btn03 a::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 1px solid #fff;
  border-radius: 50px;
  transition: 0.4s;
  background: rgba(255, 255, 255, 0.26);
}
.btn03 a::after {
  position: absolute;
  content: "";
  left: 12px;
  top: calc(50% - 1px);
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.4s;
}
.btn03 a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.btn03 a:hover::before {
  background: rgba(255, 255, 255, 0.85);
}
.btn03 a:hover::after {
  border-top: 1px solid rgba(228, 40, 17, 0.85);
  border-right: 1px solid rgba(228, 40, 17, 0.85);
}

.btn04 a {
  font-family: "Montserrat", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding-left: 60px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 40px;
  transition: 0.4s;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.btn04 a::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 1px solid #fff;
  border-radius: 50px;
  transition: 0.4s;
  background: rgba(255, 255, 255, 0.26);
}
.btn04 a::after {
  position: absolute;
  content: "";
  left: 12px;
  top: calc(50% - 1px);
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.4s;
}
.btn04 a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.btn04 a:hover::before {
  background: rgba(255, 255, 255, 0.85);
}
.btn04 a:hover::after {
  border-top: 1px solid rgba(228, 40, 17, 0.85);
  border-right: 1px solid rgba(228, 40, 17, 0.85);
}
.btn04 a {
  font-size: 1.8rem;
  padding-left: 75px;
}
.btn04 a::before {
  width: 50px;
  height: 50px;
}
.btn04 a::after {
  width: 8px;
  height: 8px;
  left: 15px;
}

@media screen and (max-width: 767px) {
  .btn01 a,
  .btn02 a,
  .btn04 a {
    font-weight: 500;
    padding-left: 60px;
  }
  .btn01 a::after,
  .btn02 a::after,
  .btn04 a::after {
    left: 12px;
    width: 7px;
    height: 7px;
  }
  .btn01 a::before,
  .btn02 a::before,
  .btn04 a::before {
    width: 40px;
    height: 40px;
  }
}
/****************************************

テキスト設定

*****************************************/
.link_btn_box {
  margin-bottom: 60px;
  gap: 15px;
}
.link_btn_box li {
  width: calc(20% - 15px);
  text-align: center;
}
.link_btn_box li a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: rgba(51, 44, 31, 0.8);
  padding: 15px;
}
.link_btn_box li a:hover {
  background: #332c1f;
}

.font14 {
  font-size: 1.4rem;
}

.tdn {
  text-decoration: none;
  color: #8c0000 !important;
}

.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

.marker, .marker02 {
  display: inline-block;
  color: rgba(228, 40, 17, 0.85);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding: 0 5px;
  margin-bottom: 15px;
  background: linear-gradient(transparent 50%, #e1f0f7 50%);
}

.marker02 {
  font-size: 2.1rem;
}

.linkbd {
  position: relative;
  display: inline-block;
  text-decoration: none;
  z-index: 999;
}
.linkbd::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(228, 40, 17, 0.85);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
}
.linkbd:hover {
  opacity: 1;
  color: rgba(228, 40, 17, 0.85);
}
.linkbd:hover::after {
  transform: scale(1, 1);
}

.linkbd02 {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.linkbd02::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(228, 40, 17, 0.85);
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}
.linkbd02:hover {
  opacity: 1;
  text-decoration: none;
}
.linkbd02:hover::after {
  background: rgba(228, 40, 17, 0.85);
  transform-origin: right top;
  transform: scale(0, 1);
}

.txt_box {
  align-items: center;
}

.txt_half {
  width: 45%;
}

.txt520 {
  width: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .txt520 {
    max-width: 520px;
  }
}

.txt530 {
  width: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .txt530 {
    max-width: 530px;
  }
}

.txt540 {
  width: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .txt540 {
    max-width: 540px;
  }
}

.txt550 {
  width: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .txt550 {
    max-width: 550px;
  }
}

.txt590 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt590 {
    max-width: 590px;
  }
}

.txt620 {
  width: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .txt620 {
    max-width: 620px;
  }
}

.frame_box {
  border: 1px solid #c0b89d;
  padding: 15px 20px;
  background: #fbfbf9;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.frame_box dt {
  color: rgba(228, 40, 17, 0.85);
  font-weight: 500;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt10 {
  margin-top: 10px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb100 {
  padding-bottom: 100px;
}

.li_circle, .li_circle03, .li_circle04, .li_circle02 {
  margin: 18px 0;
}
.li_circle li, .li_circle03 li, .li_circle04 li, .li_circle02 li {
  position: relative;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  width: 100%;
  padding: 0 0 10px 22px;
  border-bottom: 1px dotted rgba(142, 123, 85, 0.8);
}
.li_circle li:not(:last-child), .li_circle03 li:not(:last-child), .li_circle04 li:not(:last-child), .li_circle02 li:not(:last-child) {
  margin-bottom: 10px;
}
.li_circle li::before, .li_circle03 li::before, .li_circle04 li::before, .li_circle02 li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: rgba(228, 40, 17, 0.85);
}

.li_circle02 li {
  width: 48.5%;
}

.li_circle03, .li_circle04 {
  margin: 0;
}
.li_circle03 li, .li_circle04 li {
  border: none;
  font-size: 1.6rem;
  font-weight: 400;
  padding-bottom: 0;
}
.li_circle03 li:not(:last-child), .li_circle04 li:not(:last-child) {
  margin-bottom: 0;
}
.li_circle03 li::before, .li_circle04 li::before {
  background: #8d7a54;
}

.li_circle04 {
  gap: 5px 40px;
}
.li_circle04 li {
  width: auto;
}

.li_check, .li_check02 {
  gap: 1.5%;
}
.li_check li, .li_check02 li {
  position: relative;
  width: 31.8333333333%;
  padding: 6px 0 6px 35px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  border-bottom: 1px dotted rgba(141, 122, 84, 0.8);
}
.li_check li::after, .li_check02 li::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: rgba(228, 40, 17, 0.8) url(images/icon_check.svg) center center no-repeat;
  background-size: 16px;
  border-radius: 2px;
  transform: translateY(-50%);
}

.li_check02 {
  gap: initial;
}
.li_check02 li {
  width: 100%;
  padding: 10px 0 10px 35px;
}
.li_check02 li::after {
  background: #8d7a54 url(images/icon_check.svg) center center no-repeat;
  background-size: 16px;
}

.li_voice {
  display: flex;
  gap: 30px;
  margin-top: 50px;
}
.li_voice li {
  position: relative;
  width: 33.3333333333%;
  border-radius: 6px;
  background: rgba(138, 133, 42, 0.2);
  padding: 25px;
}
.li_voice li::after {
  content: "";
  position: absolute;
  top: -16px;
  left: 20px;
  width: 16px;
  height: 16px;
  background: rgba(138, 133, 42, 0.2);
  clip-path: polygon(100% 100%, 100% 0%, 0 100%);
}

.li_btn {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.space20 {
  margin-left: 20px;
}

@media print, screen and (max-width: 1830px) {
  .li_btn a {
    padding: 16px 10px;
    min-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .link_btn_box {
    gap: 2%;
  }
  .link_btn_box li {
    width: 48.5%;
    margin-bottom: 2%;
  }
  .link_btn_box li:last-child {
    margin: 0 auto;
  }
  .li_voice {
    flex-wrap: wrap;
  }
  .li_voice li {
    width: 100%;
  }
  .li_check02 li::after {
    top: 25px;
  }
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .mb70 {
    margin-bottom: 50px !important;
  }
  .pb80 {
    padding-bottom: 40px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb25 {
    margin-bottom: 25px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  .mb40 {
    margin-bottom: 25px !important;
  }
  .mb45,
  .mb50 {
    margin-bottom: 40px !important;
  }
  .mb60 {
    margin-bottom: 50px !important;
  }
  .mb80,
  .mb90,
  .mb100,
  .sp80 {
    margin-bottom: 40px !important;
  }
  .mt35 {
    margin: 25px auto 0 !important;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mt40 {
    margin-top: 25px !important;
  }
  .pb100 {
    padding-bottom: 60px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
  .txt_center {
    text-align: left;
  }
  .txt780 {
    width: 100%;
  }
  .frame_li {
    gap: 5px;
  }
  .frame_li li {
    font-size: 1.3rem;
    max-width: 48.6%;
    margin-bottom: 4px !important;
    padding: 12px 10px;
    justify-content: left;
    text-align: left;
  }
  .num_li dl {
    padding-left: 0;
  }
  .num_li dl::before {
    width: 46px;
    height: 46px;
    top: -5px;
  }
  .num_li dl::after {
    left: 10px;
    top: 0;
    font-size: 2.6rem;
  }
  .num_li dt {
    font-size: 2.2rem;
    padding-left: 60px;
  }
  .num_li dd::after {
    font-size: 2.6rem;
    top: -1px;
    left: 10px;
  }
  .li_circle02 li,
  .li_check li,
  .li_check02 li {
    width: 100%;
  }
  .txt_half {
    width: 100%;
    margin-top: 20px;
  }
}
/****************************************

P

*****************************************/
/*block要素*/
.break {
  display: block;
}

/* 改行 */
.line_break {
  padding-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* 強調 */
.bl, span.bl {
  color: rgba(51, 44, 31, 0.85);
  font-size: 1.8rem;
  font-weight: 600;
  display: inline-block;
  background: linear-gradient(transparent 70%, #e7e1d7 0%);
}

span.bl {
  font-size: 2.1rem;
}

.bold {
  font-weight: 600;
}

.big {
  font-size: 1.8rem;
}

.red {
  color: #d22b2c;
  font-weight: 500;
}

.orange {
  color: rgba(228, 40, 17, 0.85);
}

.olive {
  color: #8a852a;
}

.font24 {
  font-size: 2.4rem;
}

.font30 {
  font-size: 3rem;
}

.font34 {
  font-size: 3.4rem;
}

.font36 {
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .bl, span.bl {
    display: inline;
    text-align: left;
  }
  .big {
    font-size: 1.6rem;
  }
  .font30 {
    font-size: 2.4rem;
  }
  .font32 {
    font-size: 2.6rem;
  }
  .font34 {
    font-size: 2.8rem;
  }
}
/* 位置 */
@media print, screen and (min-width: 768px) {
  .align_center {
    text-align: center;
  }
}
/****************************************

画像

****************************************/
.img_two {
  gap: 3%;
  flex-wrap: nowrap;
  width: 50%;
}
.img_two img {
  width: 50%;
  height: auto;
}

.img390 {
  width: 100%;
  max-width: 390px;
}

.img480 {
  width: 100%;
  max-width: 480px;
}

.img520 {
  width: 100%;
  max-width: 520px;
}

.img530 {
  width: 100%;
  max-width: 530px;
}

.img440 {
  width: 100%;
  max-width: 440px;
}
.img440 figcaption {
  font-size: 1.4rem;
  text-align: center;
  padding: 8px 0 0;
}

.object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 767px) {
  .img380 {
    margin: 0 auto;
  }
  .img520,
  .img440,
  .img390 {
    margin-bottom: 20px;
  }
  .img_two {
    width: 100%;
  }
  .img_two img {
    width: 48.5%;
  }
  .img155 {
    width: 155px;
    margin: 0 auto;
  }
}
/* パソコンで見たときは"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;
  }
}
/*エレメンター*/
@media print, screen and (min-width: 768px) {
  .elementor-heading-title {
    line-height: 1.6 !important;
    font-weight: 600 !important;
  }
  .flex .elementor-container {
    justify-content: space-between;
    width: 100%;
  }
}
/****************************************

トップページタイトル

*****************************************/
.top_subhead01 {
  font-family: "Montserrat", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 4.6rem;
  line-height: initial;
}
.top_subhead01 .sub {
  font-family: "Lato", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  display: block;
  color: #5d574c;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 10px 0 40px;
}

.top_headline, .top_subhead07 {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}
.top_headline .sub, .top_subhead07 .sub {
  font-family: "Montserrat", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  display: block;
  line-height: initial;
  color: #8d7a54;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.top_subhead02 {
  position: relative;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 28px;
  margin-bottom: 30px;
}
.top_subhead02 span {
  font-family: "Montserrat", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  display: block;
  line-height: initial;
  color: rgba(255, 255, 255, 0.8);
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.top_subhead02::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 3px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.6);
}

.top_subhead03, .subhead03 {
  font-family: "Montserrat", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  position: relative;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  padding-bottom: 25px;
  margin-bottom: 35px;
}
.top_subhead03::after, .subhead03::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 3px;
  transform: translateX(-50%);
  background: rgba(142, 123, 85, 0.8);
}

.top_subhead04 {
  position: relative;
  font-size: 3.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.top_subhead04 span {
  font-family: "Montserrat", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.top_subhead04::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 3px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.6);
}

.top_subhead05 {
  position: relative;
  font-family: "Montserrat", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 4.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 25px;
}
.top_subhead05 .sub {
  font-family: "Lato", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
  color: #5d574c;
  letter-spacing: 0.08em;
}
.top_subhead05::before, .top_subhead05::after {
  position: absolute;
  content: "";
  left: 0;
  top: 30px;
  width: 170px;
  height: 2px;
  background: rgba(142, 123, 85, 0.6);
}
.top_subhead05::after {
  left: auto;
  right: 0;
}

.top_subhead06 {
  font-size: 3.4rem;
  font-weight: 500;
  padding-bottom: 20px;
  text-align: center;
  background: url(images/top_subhead06.svg) bottom center no-repeat;
  background-size: 68px auto;
  margin-bottom: 30px;
}
.top_subhead06 span {
  font-family: "Montserrat", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  display: block;
  color: #8c7953;
  font-size: 2.2rem;
  line-height: 1.6;
}

.top_subhead07 {
  font-size: 3.4rem;
}
.top_subhead07 .olive {
  font-family: "Montserrat", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  font-weight: 600;
  font-size: 4.2rem;
}

@media screen and (max-width: 767px) {
  .top_subhead01,
  .top_subhead05 {
    font-size: 3.4rem;
    line-height: 1;
  }
  .top_subhead01 .sub,
  .top_subhead05 .sub {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .top_subhead02,
  .top_headline,
  .top_subhead04,
  .top_subhead07,
  .top_subhead06 {
    font-size: 2.7rem;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
    padding-bottom: 20px;
  }
  .top_subhead02 span,
  .top_headline span,
  .top_subhead04 span,
  .top_subhead07 span,
  .top_subhead06 span {
    font-size: 2.2rem;
  }
  .top_subhead02 .olive,
  .top_headline .olive,
  .top_subhead04 .olive,
  .top_subhead07 .olive,
  .top_subhead06 .olive {
    font-size: 3.3rem;
    line-height: 1.4;
  }
  .top_subhead07 {
    padding-bottom: 0;
  }
  .top_subhead07 .sub {
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
  .top_subhead03, .subhead03 {
    font-size: 3rem;
    padding-bottom: 15px;
  }
  .top_subhead05 {
    line-height: 1.3;
  }
  .top_subhead05::before,
  .top_subhead05::after {
    width: 30px;
  }
}
/****************************************

下層ページタイトル

*****************************************/
.headline {
  background: url(images/top_subhead06.svg) bottom center no-repeat;
  background-size: 80px auto;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  padding-bottom: 22px;
  margin-bottom: 50px;
}

.subhead01, .subhead11, .subhead07 {
  font-size: 3.1rem;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.6;
}

.subhead02, .subhead12, .subhead09 {
  position: relative;
  color: inherit;
  font-size: 2.8rem;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.subhead02 .sub, .subhead12 .sub, .subhead09 .sub {
  font-family: "Montserrat", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  display: block;
  font-size: 2rem;
  color: #6e5f41;
  line-height: 1.2;
  color: rgba(228, 40, 17, 0.75);
}
.subhead02 .sub span, .subhead12 .sub span, .subhead09 .sub span {
  font-size: 5.4rem;
  font-weight: 500;
  margin-right: 15px;
  line-height: 1;
}
.subhead02::after, .subhead12::after, .subhead09::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: rgba(142, 123, 85, 0.8);
}

.subhead03 {
  font-size: 3.2rem;
  padding-bottom: 20px;
  margin-bottom: 35px;
}

.subhead04, .subhead06, .subhead08, .guide_box01 dt, .examination_box01 figcaption {
  position: relative;
  font-size: 2.8rem;
  padding-left: 25px;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 1.5;
}
.subhead04::after, .subhead06::after, .subhead08::after, .guide_box01 dt::after, .examination_box01 figcaption::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: rgba(228, 40, 17, 0.85);
}
.subhead04 span, .subhead06 span, .subhead08 span, .guide_box01 dt span, .examination_box01 figcaption span {
  color: #5b5548;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
}

.subhead05,
.single_tit {
  position: relative;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 8px 20px 8px 40px;
  background: #5b5548;
  margin-bottom: 30px;
}
.subhead05::after,
.single_tit::after {
  position: absolute;
  content: "";
  left: 15px;
  top: 13px;
  width: 4px;
  height: calc(100% - 26px);
  background: rgba(255, 255, 255, 0.8);
}

.subhead06, .subhead08, .guide_box01 dt, .examination_box01 figcaption {
  font-size: 2rem;
  padding: 0 0 7px 25px;
  margin-bottom: 15px;
}

.subhead07 {
  line-height: 1.2;
}

.subhead08 {
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
  font-weight: 500;
  line-height: 1.7;
  border-bottom: 1px dotted rgba(142, 123, 85, 0.8);
}

.subhead09 {
  font-size: 3.1rem;
}
.subhead09::after {
  background: rgba(228, 40, 17, 0.8);
}

.subhead10 {
  position: relative;
  color: rgba(228, 40, 17, 0.8);
  border-radius: 4px;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 6px 15px;
  margin-bottom: 30px;
  border: 2px solid rgba(142, 123, 85, 0.8);
  text-align: center;
  background: #eae7de;
}
.subhead10::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -7px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #eae7de;
  transform: translateX(-50%);
  z-index: 2;
}
.subhead10::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(142, 123, 85, 0.8);
  transform: translateX(-50%);
  z-index: 1;
}

.subhead11 {
  text-align: center;
}
.subhead11 span {
  color: #8a852a;
  font-size: 2.2rem;
  display: block;
}

.subhead12 {
  font-size: 2.5rem;
}
.subhead12 span,
.subhead12 .sub {
  color: #8a852a;
}
.subhead12 .sub span {
  font-size: 5rem;
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  .subhead01, .subhead07, .subhead11 {
    font-size: 2.6rem;
  }
  .subhead02, .subhead09, .subhead12 {
    font-size: 2.6rem;
  }
  .subhead02 .sub span, .subhead09 .sub span, .subhead12 .sub span {
    font-size: 4.4rem;
  }
  .subhead03 {
    font-size: 2.6rem;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .subhead04, .subhead06, .guide_box01 dt, .examination_box01 figcaption, .subhead08 {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
  .subhead05 {
    font-size: 2rem;
    padding: 8px 20px 8px 35px;
    margin-bottom: 25px;
    line-height: 1.5;
  }
  .subhead08 {
    font-size: 2.2rem;
    padding-left: 15px;
  }
  .subhead10 {
    line-height: 1.5;
    font-size: 2rem;
  }
  .subhead12 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .subhead12 span {
    margin-bottom: 5px;
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
  small {
    display: block;
    font-size: 1.3rem;
    text-align: center;
  }
  #pc_footer {
    display: none;
  }
  #sp_footer {
    position: relative;
  }
  #sp_footer .sp_bnr {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
  #sp_footer .sp_bnr .sp_bnr_parts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 75%;
    background: rgba(228, 40, 17, 0.85);
    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: 25px;
    height: 20px;
    margin-bottom: 7px;
  }
  #sp_footer .sp_bnr .sp_bnr_parts p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
  }
  #sp_footer .sp_bnr .sp_bnr_parts .font15 {
    font-size: 1.5rem;
  }
  #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 {
    background: #8d7a54;
    width: 25%;
  }
  #sp_footer .sp_footer_box {
    padding: 15px 10px 70px;
    text-align: center;
    background: url(images/column_bg01.jpg) repeat top center/contain;
  }
  #sp_footer .sp_footer_box ul {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 15px 0;
  }
  #sp_footer .sp_footer_box ul img {
    width: auto;
  }
}
/****************************************

pc_footer

*****************************************/
footer {
  position: relative;
}
footer .wave {
  top: -74px;
  bottom: auto;
}
footer .wave--under {
  top: -81px;
}
footer .wave--middle {
  top: -85px;
}

#pc_footer {
  position: relative;
}

.f_logo {
  margin-bottom: 35px;
}

.float_box {
  position: fixed;
  display: none;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  transition: transform 0.3s ease-out;
}
.float_box ul {
  margin-bottom: 30px;
}
.float_box ul li:first-child {
  margin-bottom: 15px;
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.f_left {
  width: 100%;
  max-width: 580px;
}

.f_info {
  align-items: center;
}
.f_info p {
  color: #594638;
  font-size: 1.5rem;
}

.address {
  color: #594638;
  margin-bottom: 16px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 25px;
  background: url(images/icon_pin.svg) left center no-repeat;
}

.sitemap {
  z-index: 99;
  margin-bottom: 40px;
}
.sitemap dl:last-child {
  margin-top: 25px;
}
.sitemap dt {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #5b5548;
}
.sitemap dd {
  font-size: 1.4rem;
  line-height: 1.5;
}
.sitemap dd a {
  position: relative;
  text-decoration: none;
  color: #5a5447;
  font-weight: 400;
}
.sitemap dd a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: -20px;
  top: 50%;
  background: #8e7b55;
  border-radius: 50%;
  transform: translateY(-50%);
}
.sitemap dd a:hover {
  color: rgba(228, 40, 17, 0.85);
}
.sitemap dd li {
  padding-left: 20px;
}
.sitemap dd li:not(:last-child) {
  margin-bottom: 8px;
}

.area01 {
  width: 100%;
  max-width: 1120px;
  padding: 75px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background: #f5f3ed;
}

.area02 {
  background: rgba(207, 195, 176, 0.5);
}
.area02 .inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 60px 0;
}

.map_box {
  width: 100%;
  max-width: 620px;
}

.label {
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
}
.label a {
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 1px 8px 2px;
  text-decoration: none;
  background: #5b5548;
  letter-spacing: 0.2em;
  border-radius: 50px;
}
.label a:hover {
  background: rgba(228, 40, 17, 0.7);
}

@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  .pc_copyright {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    padding: 15px 0;
    margin: 0 auto;
    background: #5b5548;
  }
}
/****************************************

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 #89853a solid;
  border-radius: 0;
  background-color: #89853a;
  color: #fff;
  font-weight: 600;
  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;
}

.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 {
  box-shadow: 0 0 1px 1px rgba(137, 133, 58, 0.3);
  background-color: #fff;
  color: #89853a;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #89853a solid;
  box-shadow: 0 0 2px 2px rgba(137, 133, 58, 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.5rem;
}
.form_row .form_label {
  width: 300px;
}
.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  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.4rem;
  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 rgba(228, 40, 17, 0.85);
}

/* フォームの装飾ここから */
/* チェックボックス */
.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 #89853a;
  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 #89853a;
  border-right: 3px solid #89853a;
  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 #89853a;
  box-shadow: 0 0 2px 2px rgba(137, 133, 58, 0.5);
  background-color: #89853a;
  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(137, 133, 58, 0.5);
}
.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #89853a;
  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 #89853a;
  border-right: 1px solid #89853a;
  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 #89853a;
  border-right: 1px solid #89853a;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #89853a;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, rgba(137, 133, 58, 0.7), rgba(137, 133, 58, 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(137, 133, 58, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(137, 133, 58, 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;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */