@charset "UTF-8";
/*
Theme Name: island vet web
Theme URI:
Author:  
Author URI:
Description:
License:
License URI:
Tags:
*/
/* CSS Document */
/*=================================================
 *  リセット
 * ================================================= */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  font-size: 100%;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-left: 0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
img {
  border: 0;
  vertical-align: bottom;
}
ul, ol {
  list-style: none;
}
table {
  border-spacing: 0;
  empty-cells: show;
}
p {
  margin: auto;
}
.wp-caption {
  width: 100% !important;
  height: auto;
}
/*=================================================
 * ロールオーバー
 * ================================================= */
a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #484848;
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
*:focus {
  outline: none;
}
/* デバッグ用：画面上にある要素のうち position が固定/絶対/相対で z-index を持つ要素を視覚化 */
* {
  outline: none !important;
}
[data-debug-overlay] {
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.25) inset;
  background-color: rgba(255, 0, 0, 0.03);
}
body * {
  /* 軽めのスタイルで視認性を上げる。負荷が気になるならすぐ消すこと */
}
/* 自動で data-debug-overlay を付ける JS と合わせて使います */
/*=================================================
 * サイト全体
 * ================================================= */
body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2vw;
  color: #484848;
  line-height: 1.8;
  font-weight: 400;
}
body .en-page {
  font-size: 1.1vw;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
.mainWrap {
  width: 90vw;
  margin: 0 auto;
  position: relative;
}
.mainWrap2 {
  width: 84vw;
  margin: 0 auto;
  position: relative;
}
.mainWrap3 {
  width: 65vw;
  margin: 0 auto;
  position: relative;
}
.mainWrap4 {
  width: 80vw;
  margin: 0 auto;
  position: relative;
}
.fullWrap {
  width: 100%;
}
.sp {
  display: none !important;
}
.flex {
  display: flex;
}
.flex-sb {
  display: flex;
  justify-content: space-between;
}
img {
  width: 100%;
  height: auto;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
a {
  text-decoration: none;
}
.shadow {
  box-shadow: 0 0.3vw 1vw 0 rgb(0 0 0 / 20%);
}
.t-shadow {
  text-shadow: 1px 2px 3px #0000004d;
}
.dotstyle {
  list-style: disc;
  margin-left: 1.5vw;
}
.bdr50 {
  border-radius: 50px;
}
.bdr20 {
  border-radius: 20px;
}
.bdr10 {
  border-radius: 10px;
}
/*=================================================
 * ボタン右矢印
 * ================================================= */
.btn-ar p {
  padding: 1.2vw 3vw;
  width: 23vw;
  border-radius: 50px;
  margin: 0;
}
.btn-ar p:after {
  font-family: "Font Awesome 6 Free";
  content: '\f105';
  font-weight: 900;
  font-size: 1.8vw;
  position: absolute;
  top: 0.8vw;
  right: 2vw;
  font-style: normal;
}
/*=================================================
 * 背景色
 * ================================================= */
.bg-tc {
  background-color: #0ABAB5;
}
.bg-ltc {
  background-color: #D6F4F3;
}
.bg-sub {
  background-color: #50D3CF;
}
.bg-gray {
  background-color: #F4F4F4;
}
.bg-w {
  background-color: #fff;
}
/*=================================================
 * 色
 * ================================================= */
.tc {
  color: #0ABAB5;
}
.tc-sub {
  color: #50D3CF;
}
.white {
  color: #fff;
}
.red {
  color: #A30000
}
.tc a {
  color: #0ABAB5;
}
.white a {
  color: #fff;
}
.red a {
  color: #A30000
}
/*=================================================
 * ボーダー
 * ================================================= */
.bd-tc {
  border: 1px solid #0ABAB5;
}
.bd-tc2 {
  border: 2px solid #0ABAB5;
}
.bd-tc3 {
  border: 3px solid #0ABAB5;
}
.bd-b-tc {
  border-bottom: 1px solid #0ABAB5;
}
.bd-b-tc2 {
  border-bottom: 2px solid #0ABAB5;
}
.bd-b-sub {
  border-bottom: 1px solid #D6F4F3;
}
.bd-b-sub2 {
  border-bottom: 2px solid #D6F4F3;
}
.bd-t-sub2 {
  border-top: 2px solid #D6F4F3;
}
.bd-t {
  border-top: 1px solid #484848;
}
.bd-b {
  border-bottom: 1px solid #484848;
}
.bd-t-w {
  border-top: 1px solid #fff;
}
.bd-b-w {
  border-bottom: 1px solid #fff;
}
.bd-l-w {
  border-left: 1px solid #fff;
}
.bd-r-w {
  border-right: 1px solid #fff;
}
/*=================================================
 * パンくず
 * ================================================= */
.pankuzu {
  margin-top: 12vw;
}
.pankuzu ul {
  justify-content: right;
}
.pankuzu ul li:after {
  content: ">";
  margin: 0 1vw;
}
.pankuzu ul li:last-child:after {
  content: none;
}
.pankuzu li {
  font-size: 1vw;
  padding: 0 !important;
  display: flex;
}
/*=================================================
 * font
 * ================================================= */
.en-page .h3-box .en {
  font-size: 3.5vw;
  width: fit-content;
}
.en-page .bf-tc {
  padding-left: 2vw;
}
.en-page .bf-tc:before {
  height: 55%;
}
.en {
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 2px;
}
.bold {
  font-weight: bold;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.f12 {
  font-size: 1vw;
}
.f14 {
  font-size: 1.1vw;
}
.f16 {
  font-size: 1.2vw;
}
.f18 {
  font-size: 1.3vw;
}
.f20 {
  font-size: 1.4vw;
}
.f21 {
  font-size: 1.5vw;
}
.f22 {
  font-size: 1.6vw;
}
.f24 {
  font-size: 1.8vw;
}
.f26 {
  font-size: 1.8vw;
}
.f28 {
  font-size: 2vw;
}
.f30 {
  font-size: 2.2vw;
}
.en-page .f30 {
  font-size: 2vw;
  line-height: 1.5;
}
.f32 {
  font-size: 2.3vw;
}
.f34 {
  font-size: 2.5vw;
}
.f36 {
  font-size: 2.6vw;
}
.f40 {
  font-size: 2.9vw;
}
.f46 {
  font-size: 2.8vw;
  line-height: 1.3;
}
.f48 {
  font-size: 3.4vw;
  line-height: 1.3;
}
.f50 {
  font-size: 3.8vw;
  line-height: 1;
}
.f60 {
  font-size: 4.4vw;
  line-height: 1;
}
.f70 {
  font-size: 5vw;
  line-height: 1;
}
.f90 {
  font-size: 6.5vw;
  line-height: 1;
}
/*=================================================
 * header
 * ================================================= */
header {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  height: 6vw;
}
header .box {
  width: 94vw;
}
header .wrap {
  width: 94%;
  margin: 0 auto;
}
header h1 {
  padding: 0.5vw 0 0.5vw 5vw;
}
header h1 img {
  width: 12vw;
  height: auto;
}
header .btn-g {
  margin-top: 2vw;
}
.en-page .pc-menu {
  margin: 1.7vw 0 1vw 24vw;
}
.en-page .pc-menu ul {
  width: 34vw;
}
.en-page .pc-menu li.has-child ul li a {
  font-size: 1.1vw;
  line-height: 1.5;
}
/*=================================================
 * nav
 * ================================================= */
.pc-menu {
  margin: 2.2vw 0 0 13vw;
  text-align: center;
}
.pc-menu ul {
  list-style: none;
  display: flex;
  font-size: 1.3vw;
  justify-content: space-between;
  width: 46vw;
}
.pc-menu ul ul {
  display: block;
}
.pc-menu ul li {
  position: relative;
}
.pc-menu ul li ul li {
  padding: 0px;
}
.pc-menu ul li a {
  display: block;
  text-decoration: none;
  transition: all .3s;
}
.pc-menu ul li li a {
  padding: 1vw 0;
}
.pc-menu ul li a:hover {
  color: #888;
}
.pc-menu li.has-child ul {
  position: absolute;
  left: -4vw;
  top: 3.8vw;
  z-index: 4;
  width: 15vw;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  border-radius: 0 0 20px 20px;
  padding: 0 1.5vw;
  background-color: rgba(255, 255, 255, 0.8);
}
.pc-menu li.has-child:hover > ul, nav li.has-child ul li:hover > ul, nav li.has-child:active > ul, nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
.pc-menu li.has-child ul li a {
  color: #3f3a39;
  border-bottom: solid 1px #E2E2E2;
  opacity: 1;
  font-size: 1.2vw;
}
.pc-menu li.has-child ul li:last-child a {
  border-bottom: none;
}
.pc-menu li.has-child ul li a:hover, nav li.has-child ul li a:active {
  background: #fff;
}
/*=================================================
 * ハンバーガーメニュー
 * ================================================= */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.nav-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 1.7vw;
  right: 2vw;
  z-index: 10000;
  color: #484848;
}
.icon-bars {
  position: relative;
  display: block;
  width: 4vw;
  height: calc(1.5vw + 2px);
}
.icon-bars::before, .icon-bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: currentColor;
  transform-origin: 50% 50%;
  transition: transform .25s ease;
}
.icon-bars::before {
  top: 0;
}
.icon-bars::after {
  top: 1.5vw;
}
.nav-toggle[aria-expanded="true"] .icon-bars::before {
  transform: translateY(0.75vw) rotate(20deg);
  background-color: #fff;
}
.nav-toggle[aria-expanded="true"] .icon-bars::after {
  transform: translateY(-0.75vw) rotate(-20deg);
  background-color: #fff;
}
.nav-panel {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transform: translateX(100%);
  transition: transform .3s ease;
  z-index: 9999;
}
.nav-panel.active {
  transform: translateX(0);
}
.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-list li {
  margin-bottom: 3vw;
}
.en-page .ham-nav .lWrap .box02 {
  display: block;
}
.en-page .ham-nav .lWrap .box02 .ttl {
  text-align: center;
  width: 20vw;
  line-height: 1;
  padding: 0.5vw 3vw 0.8vw;
  margin-bottom: 1vw;
}
.en-page .ham-nav .rWrap {
  padding: 7vw 4vw 4vw;
}
.en-page .ham-nav .menu {
  font-size: 1.1vw;
}
.en-page .ham-nav .lWrap .box03 .bt {
  letter-spacing: 1px;
}
.en-page .ham-nav .rWrap .box {
  width: 21vw;
}
/*=================================================
 * ハンバーガーメニュー｜ボタン
 * ================================================= */
.nav-list a {
  position: relative;
  display: block;
  padding-right: 3.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-list a::after {
  content: "\f178";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  position: absolute;
  right: 10vw;
  top: 50%;
  transform: translateY(-50%) translateX(-6px);
  opacity: 0;
  transition: transform .28s cubic-bezier(.2, .9, .2, 1), opacity .18s ease;
  pointer-events: none;
  color: currentColor;
  font-size: 1.6vw;
}
.ham-nav .lWrap {
  width: 46vw;
  padding: 3.5vw;
}
.ham-nav .lWrap .logo {
  width: 19vw;
  margin-bottom: 2.5vw;
}
.ham-nav .lWrap .box01 {
  padding-bottom: 2vw;
  margin-bottom: 2vw;
}
.ham-nav .lWrap .box02 {
  margin-bottom: 3vw;
  align-items: center;
}
.ham-nav .lWrap .box02 .ttl {
  height: fit-content;
  padding: 0.5vw 3vw;
  margin-right: 2vw;
}
.ham-nav .lWrap .box02 table {
  text-align: left;
}
.ham-nav .lWrap .box03 {
  margin-bottom: 14vw;
}
.ham-nav .lWrap .box03 .bt {
  width: 19vw;
  padding: 1vw;
  text-align: center;
  letter-spacing: 2px;
}
.ham-nav .lWrap .box03 .bt i {
  margin-right: 1vw;
}
.ham-nav .lWrap .box04 .left {
  width: 18.5vw;
}
.ham-nav .lWrap .box04 .left .ttl {
  margin-bottom: 1vw;
}
.ham-nav .lWrap .box04 .right {
  font-size: 2.2vw;
  width: fit-content;
  position: relative;
  margin: auto 0 0 0;
  align-items: center;
}
.ham-nav .lWrap .box04 .right .fa-line {
  font-size: 2vw;
}
header .ham-nav .rWrap {
  height: 100vh;
}
.ham-nav .rWrap {
  width: 54vw;
  padding: 7vw 6.5vw 4vw;
  height: fit-content;
}
.ham-nav .rWrap .box {
  width: 18vw;
  padding-bottom: 0.5vw;
  margin-bottom: 1.5vw;
}
.ham-nav .rWrap .box .ttl {
  margin-bottom: 1.1vw;
}
.ham-nav .rWrap .box .ttl p {
  margin: 0;
}
.circle-arrow {
  border: 1px solid;
  border-radius: 50px;
  font-size: 1vw;
  padding: 0.3vw;
  width: 1.7vw !important;
  height: 1.7vw;
  margin-top: 0.3vw;
}
.ham-nav .rWrap .box li {
  margin-bottom: 1vw;
  position: relative;
  padding-left: 1.5vw;
}
.ham-nav .rWrap .box .dot {
  margin-top: 1vw;
}
.ham-nav .rWrap .box .dot li:before {
  content: "・";
  position: absolute;
  left: 0;
  left: 0.2vw;
}
.ham-nav .rWrap .box .bf-l:before {
  content: "-";
  position: absolute;
  left: 0;
  left: 0.2vw;
}
.ham-nav .rWrap .box li:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0.5vw;
  font-size: 1vw;
  top: 0.2vw;
}
.ham-nav .rWrap .right {
  text-align: left;
}
@media (hover: hover) and (pointer: fine) {
  .nav-list a:hover::after, .nav-list a:focus::after, .nav-list a:focus-visible::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}
@media (hover: none), (max-width: 768px) {
  .nav-list a::after {
    display: none;
  }
}
.nav-list a:focus-visible {
  outline: none;
}
header .h-hid {
  display: none;
}
/*=================================================
 * 言語ボタン
 * ================================================= */
.lang-switcher {
  display: flex;
  gap: .5rem;
  align-items: center;
}
.lang-switcher ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: .5rem;
}
.lang-switcher a {
  text-decoration: none;
  padding: .25rem .6rem;
  border-radius: 999px;
  font-weight: 600;
  color: #012;
}
.lang-switcher {
  padding-right: 3vw;
}
.lang-switcher .current a, .lang-switcher a.current, .lang-switcher a[aria-current="true"] {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
.lang-switcher .first {
  position: relative;
}
.lang-switcher .first:after {
  position: absolute;
  content: "・";
  right: -0.8vw;
}
/*=================================================
 * サイドボタン
 * ================================================= */
.side-btWrap {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  right: 0;
}
.side-btWrap .bt {
  text-align: center;
  line-height: 1;
  padding: 2.5vw 1.2vw;
  border-radius: 20px 0 0 20px;
  height: 12vw;
}
.side-btWrap .m-b {
  margin-bottom: 1.5vw;
}
.vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 3px;
}
.side-btWrap .tcy {
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
}
.en-page .side-btWrap {
  position: fixed;
  bottom: 2vw;
  right: 2vw;
  display: flex;
  width: 49vw;
  justify-content: space-between;
  letter-spacing: 1px;
  top: auto;
  z-index: 999;
}
.en-page .side-btWrap .m-b {
  width: 24vw;
  text-align: center;
  padding: 1.3vw;
  border-radius: 10px;
  height: fit-content;
}
.en-page .side-btWrap .bd-l-w {
  border-left: none;
}
.en-side-btWrap {
  transition: opacity 0.4s ease, transform 0.4s ease;
  will-change: opacity, transform;
  z-index: 9999;
}
.en-side-btWrap.is-hidden {
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
}
/*=================================================
 * TOP
 * ================================================= */
#firstview {
  margin-top: 6vw;
}
#firstview .fv-top {
  width: 100%;
  margin: 0 auto 3.5vw;
  height: 85vh;
}
#firstview .fv-top video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top .block01 {
  margin: 0;
}
#top .block01 .mainWrap {
  padding: 1.5vw 3vw 1.5vw 5vw;
}
#top .block01 .ttl {
  width: 14vw;
  position: relative;
  align-items: baseline;
}
#top .block01 .ttl:after {
  content: "";
  width: 3vw;
  height: 1px;
  background-color: #0ABAB5;
  position: absolute;
  top: 1vw;
  right: -1vw;
}
#top .block01 .ttl i {
  font-size: 1.5vw;
  margin-right: 0.5vw;
}
#top .block01 .wrap {
  width: 100%;
}
#top .block01 .wrap a {
  margin-bottom: 1.5vw;
}
#top .block01 .wrap a:last-child {
  margin: 0;
}
#top .block01 .wrap .box {
  width: 65.5vw;
}
#top .block01 .wrap .box .sub {
  width: 62vw;
}
#top .block01 .wrap .box .date {
  margin: 0 1vw 0 0;
}
#top .block01 .wrap .box i {
  margin: 0 0 0 auto;
}
#top .block01 .mainWrap {
  margin-bottom: 3.5vw;
}
.fit-ttl-box {
  width: fit-content;
  border-radius: 8px 0 10px 0;
  padding: 0.5vw 7vw;
  align-items: center;
}
.fit-ttl-box .m-ttl {
  margin-right: 1vw;
}
#top .block02 {
  margin-bottom: 3.5vw;
}
#top .block02 .flex-box {
  margin: 3vw 5.5vw;
}
#top .block02 .flex-box .box {
  width: 37vw;
}
#top .block02 .flex-box .box .ttl i {
  width: 1.9vw;
  height: 1.9vw;
  font-size: 1vw;
  padding: 0.45vw;
  margin-right: 1vw;
}
#top .block02 .flex-box .box .wrap {
  padding-bottom: 1vw;
}
#top .block02 .flex-box .box .wrap .ttl {
  align-items: center;
}
#top .block02 .flex-box .box article a {
  padding: 1vw 0;
}
#top .block02 .flex-box .box article .date {
  width: 8vw;
  margin: 0;
}
#top .block02 .flex-box .box article .sub {
  margin: 0;
  width: 29vw;
}
#top .block03 .fullWrap {
  padding: 3.5vw 0;
}
.block .fullWrap {
  margin-bottom: 7vw;
}
#top .block03 .mainWrap {
  padding: 3vw 5.5vw;
}
#top .block03 .bt {
  width: 25vw;
  padding: 1.2vw 0;
  text-align: center;
  letter-spacing: 2px;
}
#top .block03 .box01 {
  margin-bottom: 2vw;
}
#top .block03 .box02 {
  width: 56vw;
  margin: 0 auto;
  align-items: center;
}
#top .block03 .box02 .ttl {
  padding: 0.5vw 3vw;
}
#top .block04 .mainWrap2 {
  align-items: center;
}
#top .block04 .img {
  width: 45vw;
}
#top .block04 .txt-box {
  width: 36vw;
}
#top .block04 .txt-box .en {
  margin-bottom: 1vw;
}
#top .block04 .txt-box .catch {
  margin-bottom: 2.5vw;
}
#top .block04 .txt-box .txt {
  line-height: 2.2;
  margin-bottom: 3vw;
}
#top .block04 .txt-box .bt {
  width: fit-content;
  padding: 1vw 2vw 1vw 7vw;
}
#top .block04 .txt-box .bt i {
  margin-left: 5vw;
}
.block .mainWrap2 {
  margin-bottom: 7vw;
}
.block .fullWrap {
  padding: 7vw 0;
}
.h3-box {
  align-items: center;
  margin-bottom: 2.5vw;
}
.bf-tc {
  position: relative;
  padding-left: 1.5vw;
}
.bf-tc:before {
  content: "";
  width: 0.65vw;
  background-color: #0ABAB5;
  position: absolute;
  top: 0;
  left: 0;
  height: 68%;
  bottom: 0;
  margin: auto;
}
.h3-box .en {
  text-align: right;
  margin: 0;
}
.clinic-info .box01 {
  width: 43.7vw;
  padding: 3vw 4vw;
}
.clinic-info .box01 .cell01 {
  margin-bottom: 2.5vw;
  padding-bottom: 3vw;
  align-items: center;
}
.clinic-info .box01 .cell01 .ttl {
  width: fit-content;
}
.clinic-info .box01 .cell01 .img-box {
  width: 18.5vw;
}
.clinic-info .box01 .cell01 .img {
  width: 8.5vw;
}
.clinic-info .right-box {
  width: 38vw;
}
.clinic-info .box01 .cell02 .ttl {
  margin-bottom: 2vw;
}
.clinic-info .box01 .cell02 li {
  margin-bottom: 1.5vw;
}
.clinic-info .box02 {
  padding: 2vw 2vw 2vw 2.5vw;
  margin-bottom: 2vw;
}
.clinic-info .box02 .bt {
  width: 22vw;
  justify-content: space-between;
  display: flex;
}
.clinic-info .box03 {
  padding: 3vw 2vw 4vw 2.5vw;
}
.clinic-info .box03 .nav {
  width: 22vw;
}
.clinic-info .box03 .nav .bt {
  padding: 1.7vw 0;
}
.clinic-info .wrap1 {
  margin-bottom: 2.5vw;
}
.en-page .clinic-info .bt {
  width: 17vw;
  justify-content: space-between;
  display: flex;
  align-items: center;
  font-size: 1.2vw;
}
.en-page .clinic-info .box03 .nav {
  width: fit-content;
  margin: 0 0 0 auto;
}
.en-page .clinic-info .box03 .flex-sb {
  flex-wrap: wrap;
}
.en-page .clinic-info .box03 .flex-sb .ttl {
  width: 100%;
}
#top .block05 .wrap2 .bt {
  padding: 1.5vw;
  width: 26.5vw;
  align-items: center;
}
#top .block05 .wrap2 .bt .ttl {
  align-items: center;
  display: flex;
}
#top .block05 .wrap2 .bt .ttl i {
  margin-right: 1vw;
}
#top .block05 .wrap2 {
  margin-bottom: 2.5vw;
}
#top .block05 .wrap3 {
  align-items: center;
  padding: 1.7vw;
}
#top .block05 .wrap3 .ttl {
  align-items: center;
}
#top .block05 .wrap3 .ttl i {
  margin-right: 1vw;
}
.block .fullWrap .mainWrap, .block .fullWrap .mainWrap2 {
  margin-bottom: 0;
}
#top .block06 .wrao {
  align-items: stretch;
}
#top .block06 .wrap .box {
  width: 26.5vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
#top .block06 .wrap .box .img img {
  border-radius: 10px 10px 0 0;
}
#top .block06 .wrap .box .txt-box {
  padding: 1.5vw;
}
#top .block06 .wrap .box .txt-box .bg-tc {
  width: fit-content;
  padding: 0.5vw 2vw;
  margin: 0 0 1vw;
}
#top .block06 .wrap .box .txt-box .ttl-box {
  align-items: center;
  margin-bottom: 1vw;
}
#top .block08 .bnr {
  padding: 2.5vw 6vw;
}
#top .block08 .bnr .wrap {
  align-items: center;
}
#top .block08 .bnr .img {
  width: 17vw;
}
#top .block08 .bnr .txt-box {
  width: 30vw;
}
#top .block08 .bnr .txt-box .ttl {
  margin-bottom: 1vw;
}
#top .block08 .bnr .txt-box .txt {
  margin-bottom: 2vw;
}
#top .block08 .bnr .txt-box .bt {
  width: 25vw;
  margin: 0 auto;
  padding: 1.5vw 1.5vw 1.5vw 5vw;
  display: flex;
  justify-content: space-between;
}
#top .en-page .block03 .box02 {
  width: 67vw;
}
#top .en-page .block04 .txt-box .txt {
  line-height: 2;
}
#top .en-page .block06 .wrap .box .txt-box .ttl-box .ttl {
  width: 20vw;
  font-size: 1.2vw;
  line-height: 1.5;
}
#top .en-page .block07 .fullWrap {
  margin-bottom: 0;
}
/*=================================================
 * footer
 * ================================================= */
footer .block01 {
  margin: 0;
}
footer .block01 .fullWrap {
  padding: 7vw 0;
}
footer .block01 .map {
  width: 40vw;
}
footer .block01 .map .txt-box {
  align-items: center;
  margin-bottom: 1vw;
}
footer .block01 .map .txt-box i {
  margin-right: 0.5vw;
}
footer .block01 .map iframe {
  height: 28.5vw;
}
footer .block01 .wrap01 {
  margin-bottom: 2vw;
}
footer .block01 .wrap02 .ttl {
  margin-bottom: 1.5vw;
  padding-bottom: 1.5vw;
}
footer .block01 .map-3d {
  margin-top: 2vw;
}
footer .block01 .wrap02 .box01 {
  line-height: 2;
  width: fit-content;
}
footer .block01 .wrap02 .box01 i {
  margin-right: 1vw;
}
footer .block01 .wrap02 .box02 {
  width: 51vw;
}
footer .block01 .wrap02 .box02 .bt {
  padding: 1.5vw;
  text-align: center;
  width: 24.5vw;
  letter-spacing: 2px;
}
footer .block01 .wrap02 .box02 .bt i {
  margin-right: 1vw;
}
footer .block02 .lWrap {
  background-color: #0ABAB5;
  color: #fff;
}
footer .f-hid {
  display: none;
}
footer .ham-nav .lWrap {
  padding: 4vw 0;
  width: 42vw;
}
footer .ham-nav .lWrap .box02 .ttl {
  color: #0ABAB5;
  background-color: #fff;
}
footer .ham-nav .lWrap .box03 {
  margin-bottom: 6vw;
}
footer .ham-nav .lWrap .box04 .h-hid {
  width: 14vw;
}
footer .ham-nav .lWrap .box04 .sns {
  color: #fff;
}
footer .ham-nav .rWrap {
  width: 42vw;
  padding: 9vw 0 0;
  height: fit-content;
}
footer .block03 {
  padding: 1vw 0;
}
footer .ham-nav .lWrap .box03 .bt {
  color: #fff;
  border: 1px solid #fff;
}
footer .ham-nav .box04 .bt {
  margin-bottom: 8vw;
}
footer .en-page .block01 .wrap02 .box02 {
  width: 41vw;
}
footer .en-page .block01 .wrap02 .box02 .bt {
  padding: 1.5vw;
  text-align: center;
  width: 19.5vw;
  letter-spacing: 1px;
}
footer .en-page .ham-nav .lWrap {
  width: 40vw;
}
footer .en-page .ham-nav .rWrap .box {
  width: 20vw;
}
footer .en-page .ham-nav .rWrap {
  padding: 7vw 0;
  width: 43vw;
}
/*=================================================
 * page共通
 * ================================================= */
#firstview .fv-btm {
  height: 15vw;
}
#firstview .fv-btm .h2-box {
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.block01 {
  margin-top: 7vw;
}
/*=================================================
 * 当院について
 * ================================================= */
#about .block01 .mainWrap2 {
  align-items: center;
}
#about .block01 .mainWrap2 .txt-box {
  width: 36vw;
}
#about .block01 .mainWrap2 .txt-box h3 {
  margin-bottom: 1vw;
}
#about .block01 .mainWrap2 .txt-box .catch {
  margin-bottom: 2vw;
}
#about .block01 .mainWrap2 .txt-box .txt {
  line-height: 2.5;
}
#about .block01 .mainWrap2 .img {
  width: 45vw;
}
#about .block02 .wrap {
  padding: 4vw 4.5vw;
  align-items: center;
}
#about .block02 .wrap .img-box {
  width: 23vw;
}
#about .block02 .wrap .img-box .img {
  margin-bottom: 2.5vw;
}
#about .block02 .wrap .txt {
  width: 47vw;
  line-height: 2;
}
#about .block03 .wrap {
  margin-bottom: 3.6vw;
}
#about .block03 .inner-wrap {
  padding: 3vw 2vw;
}
#about .block03 .inner-wrap .img-wrap {
  flex-wrap: wrap;
  margin-bottom: 1.5vw;
}
#about .block03 .inner-wrap .img-wrap .cell {
  width: 25.2vw;
  margin-bottom: 3.5vw;
}
#about .block03 .inner-wrap .img-wrap .cell .img {
  margin-bottom: 1vw;
}
#about .block03 .inner-wrap .box {
  padding: 2.5vw 13vw;
}
#about .block03 .inner-wrap .box .inner {
  align-items: center;
}
#about .block03 .inner-wrap .box .inner .img {
  width: 15.5vw;
}
#about .block03 .inner-wrap .box .inner .txt-box {
  width: 36vw;
}
#about .block03 .inner-wrap .box .inner .txt-box .ttl {
  margin-bottom: 1vw;
}
#about .block03 .inner-wrap .box .inner .txt-box .txt {
  line-height: 2;
}
#about .block03 .inner-wrap2 {
  padding-bottom: 0;
}
#about .block04 .wrap {
  flex-wrap: wrap;
}
#about .block04 .fullWrap {
  margin-bottom: 0;
}
#about .block04 .wrap .box {
  width: 41vw;
  padding: 2.5vw;
  margin-bottom: 2vw;
}
#about .block04 .wrap .box .img {
  width: 19vw;
  margin: 2vw auto;
}
#about .en-page .block01 .mainWrap2 .txt-box .txt {
  line-height: 2;
}
#about .en-page .block02 .wrap .txt {
  line-height: 1.8;
}
/*=================================================
 * 当院の特徴
 * ================================================= */
#feature .block01 .mainWrap2 {
  align-items: stretch;
}
#feature .block01 .bg-ltc {
  width: 26.5vw;
  padding: 1.5vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  box-sizing: border-box;
}
#feature .block01 .bg-ltc .en {
  padding: 0.2vw 1.5vw;
  width: fit-content;
  margin-bottom: 1vw;
}
#feature .block01 .bg-ltc .inner {
  align-items: center;
}
#feature .block01 .bg-ltc .inner .f18 {
  width: 20vw;
}
#feature .intro {
  margin-bottom: 3.5vw;
}
#feature .intro .catch {
  margin-bottom: 2vw;
}
#feature .white-box {
  padding: 4vw 3.5vw;
  align-items: center;
  margin-bottom: 3vw;
}
#feature .white-box .img {
  width: 37vw;
}
#feature .white-box .txt-box {
  width: 36vw;
}
#feature .white-box .txt-box .ttl {
  margin-bottom: 2vw;
}
#feature .dotstyle li {
  margin-bottom: 1vw;
}
#feature .white-box .bd-b-sub2 {
  padding-bottom: 2vw;
  margin-bottom: 2vw;
}
#feature .white-box .ttl {
  margin-bottom: 2vw;
}
#feature .block04 .white-box .img-box {
  margin-bottom: 3vw;
}
#feature .block04 .white-box .txt-box {
  width: 100%;
}
#feature .block04 .white-box .bd-t-sub2 {
  padding-top: 2vw;
}
#feature .block04 .white-box .ttl-box {
  align-items: center;
  margin-bottom: 0.8vw;
}
#feature .block04 .white-box .bdr50 {
  width: 7.5vw;
  text-align: center;
  height: 2.2vw;
  margin-right: 1.5vw;
}
#feature .white-box .bd-b-sub2:last-child {
  margin-bottom: 0;
}
#feature .fa-paw {
  margin-right: 0.5vw;
}
#feature .block04 .fullWrap {
  margin-bottom: 0;
}
/*=================================================
 * スタッフ紹介
 * ================================================= */
#staff .block01 .wrap .ttl {
  align-items: center;
  margin-bottom: 3vw;
}
#staff .block01 .wrap .ttl .name {
  margin: 0 2vw 0.3vw;
}
#staff .block01 .wrap .inner-wrap .img {
  width: 22vw;
}
#staff .block01 .wrap {
  padding: 3vw 4vw;
  margin-bottom: 4vw;
}
/*=================================================
 * スタッフ紹介｜タブ
 * ================================================= */
.np-tabs {
  width: 50vw;
}
.np-tabs .np-tablist {
  display: flex;
  gap: 0.3vw;
  align-items: stretch;
}
/* タブボタン */
.np-tabs .np-tab {
  flex: 1 1 0;
  background: #D6F4F3;
  color: #0ABAB5;
  border: 0;
  padding: 1.5vw;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  border-radius: 3px 3px 0 0;
  box-sizing: border-box;
  transition: background .12s ease, color .12s ease, transform .08s;
  font-family: 'Noto Serif JP';
}
/* 選択中 */
.np-tabs .np-tab[aria-selected="true"], .np-tabs .np-tab.is-active {
  background: #0ABAB5;
  color: #ffffff;
}
.np-tabs .np-tab:focus {
  outline: 3px solid rgba(10, 186, 181, 0.18);
  outline-offset: -3px;
}
.np-tabs .np-panel {
  background: #ffffff;
  padding: 3vw;
  border-top: 1px solid rgba(10, 186, 181, 0.06);
  box-sizing: border-box;
}
.np-tabs .np-panel tr {
  vertical-align: text-top;
  margin-bottom: 1.5vw;
  display: block;
}
.np-tabs .np-panel tr th {
  width: 9vw;
  text-align: left;
}
/*=================================================
 * 診療案内
 * ================================================= */
#clinic .block01 .wrap .box {
  width: 41vw;
  padding: 3vw 1.3vw;
}
#clinic .block01 .wrap .box .ttl {
  margin-bottom: 2vw;
}
#clinic .block01 .wrap .box1 .txt {
  margin: 0 auto;
  width: fit-content;
}
#clinic .block01 .wrap .box2 .btn-wrap {
  width: 18.5vw;
}
#clinic .block01 .wrap .box2 .btn-wrap .bt {
  padding: 1vw;
  letter-spacing: 2px;
  margin-bottom: 0.5vw;
}
#clinic .block01 .wrap .box2 .btn-wrap .bt i {
  margin-right: 0.5vw;
}
#clinic .block03 .m-ttl {
  margin-bottom: 3vw;
}
#clinic .block03 .s-ttl {
  margin-bottom: 2vw;
}
#clinic .block03 .wrap {
  padding: 3vw 4vw;
  margin-bottom: 2.3vw;
}
#clinic .block03 .wrap .ttl {
  align-items: center;
  margin-bottom: 1vw;
}
#clinic .block03 .wrap .en {
  margin: 0;
}
#clinic .block03 .wrap .jp {
  margin: 0 0 0 1vw;
}
#clinic .block03 .wrap1 .inner {
  margin: 2vw 0 0;
}
#clinic .block03 .wrap1 .inner .btn-wrap {
  width: 36.5vw;
}
#clinic .block03 .wrap1 .inner .btn-wrap .bt {
  padding: 1vw;
  margin-bottom: 1vw;
  letter-spacing: 2px;
}
#clinic .block03 .wrap2 .txt {
  margin-bottom: 2vw;
}
.payment .pay-wrap {
  padding: 3vw 4vw;
}
.payment .img1 {
  margin-bottom: 2vw;
  padding-bottom: 2vw;
}
.payment .img2 {
  width: 30vw;
}
/*=================================================
 * 診察料金
 * ================================================= */
#price .block01 .tax {
  margin-bottom: 3vw;
}
#price .block01 .Bbox {
  margin-bottom: 6vw;
}
#price .block01 .Bbox .ttl {
  padding-bottom: 0.5vw;
  margin-bottom: 2vw;
}
#price .block01 .Bbox .cell {
  width: 40vw;
}
#price .block01 .Bbox .sbox {
  margin-bottom: 4vw;
}
#price .block01 .Bbox table {
  border: dotted 1px #0ABAB5;
  border-collapse: collapse;
  width: 100%;
}
#price .block01 .Bbox table tr {
  border-bottom: 1px dotted #0ABAB5;
}
#price .block01 .Bbox table .sttl {
  border-right: 1px dotted #0ABAB5;
  width: 14vw;
}
#price .block01 .Bbox table td {
  padding: 1vw 2vw;
}
#price .block01 .wrap {
  padding: 3vw 4vw;
}
#price .block01 .wrap .ttl {
  margin-bottom: 1vw;
}
#price .block01 .wrap .txt {
  margin-bottom: 2vw;
}
/*=================================================
 * 診療科一覧
 * ================================================= */
#dept .dpt-box {
  margin-bottom: 4vw;
}
#dept .dpt-box .inner-wrap {
  padding: 4vw;
}
#dept .dpt-box .inner-wrap .flex-wrap {
  align-items: center;
  margin-bottom: 4vw;
}
#dept .dpt-box .inner-wrap .flex-wrap .img {
  width: 29vw;
}
#dept .dpt-box .inner-wrap .flex-wrap .txt-box {
  width: 44vw;
}
#dept .dpt-box .inner-wrap .flex-wrap .txt-box .catch {
  margin-bottom: 1vw;
}
#dept .dpt-box .inner-wrap .flex-wrap .txt-box .txt {
  line-height: 2.2;
}
#dept .dpt-box .inner-wrap .s-wrap {
  padding: 2vw;
}
#dept .dpt-box .inner-wrap .s-wrap .ttl {
  margin-bottom: 1vw;
}
#dept .dpt-box .inner-wrap .s-wrap .txt {
  width: fit-content;
  margin: 0 auto;
}
#dept .dpt-box .inner-wrap .s-wrap li {
  margin-bottom: 0.5vw;
}
#dept .dpt-box .inner-wrap .d-wrap {
  margin-top: 4vw;
  padding: 3vw;
  flex-wrap: wrap;
}
#dept .dpt-box .inner-wrap .d-wrap .img {
  width: 16vw;
}
#dept .dpt-box .inner-wrap .d-wrap .profile {
  width: 29vw;
}
#dept .dpt-box .inner-wrap .d-wrap .n-box {
  align-items: baseline;
}
#dept .dpt-box .inner-wrap .d-wrap .n-box .sub {
  margin-right: 1vw;
}
#dept .dpt-box .inner-wrap .d-wrap .n-box .e-name {
  margin-bottom: 1.5vw;
}
#dept .dpt-box .inner-wrap .d-wrap .n-box .txt {
  line-height: 2;
}
#dept .dpt-box .inner-wrap .d-wrap .btn {
  width: 14vw;
  padding: 1.2vw;
  align-items: center;
  position: relative;
  bottom: 0;
  height: fit-content;
}
#dept .dpt-box .inner-wrap .d-wrap .bt-wrap {
  height: fit-content;
  margin: auto 0 0 0;
}
#dept .intro {
  width: 50vw;
  margin-bottom: 2vw;
}
#dept .en-page .dpt-box .inner-wrap .d-wrap .profile .n-box {
  display: block;
  margin-bottom: 1vw;
}
/*=================================================
 * ペットフード・サプリ配送サービス
 * ================================================= */
#petfood .box {
  padding: 4vw;
  width: 40vw;
}
#petfood .box .img {
  width: 23vw;
  margin: 0 auto 3vw;
}
#petfood .box .qr {
  width: 12vw;
  margin: 0vw auto;
}
/*=================================================
 * 輸血ご協力のお願い
 * ================================================= */
#trans .wrap {
  padding-bottom: 4vw;
  margin-bottom: 3vw;
}
#trans .wrap1 .intro {
  line-height: 2.2;
  margin-bottom: 3vw;
}
#trans .wrap1 .box1 {
  padding: 3vw 4vw;
}
#trans .wrap1 .cell {
  width: 14vw;
}
#trans .wrap1 .cell .img {
  width: 8vw;
  margin: 0 auto 2vw;
}
#trans .wrap .ttl {
  margin-bottom: 1.5vw;
}
#trans .wrap2 .box1 {
  padding: 3vw;
}
#trans .wrap2 .box1 .tel-box {
  width: fit-content;
  margin: 1vw auto;
  align-items: center;
}
#trans .wrap2 .box1 .tel-box .img {
  width: 4vw;
  margin-right: 1vw;
}
#trans .wrap2 .box1 .tel-box .tel {
  letter-spacing: 3px;
}
#trans .wrap3 .txt {
  width: 56vw;
  margin: 0 auto;
}
#trans .wrap4 .flow {
  align-items: center;
  margin-bottom: 4vw;
}
#trans .wrap4 .flow .img {
  width: 19vw;
}
#trans .wrap4 .flow .txt-box {
  width: 42vw;
}
#trans .wrap4 .flow .ttl {
  font-weight: bold;
}
#trans .wrap4 .flow:last-child {
  margin-bottom: 0;
}
#trans .wrap5 table th {
  padding: 1.5vw;
  width: 21vw;
}
#trans .wrap5 .txt {
  margin-bottom: 2vw;
}
#trans .wrap6 .box {
  align-items: center;
}
#trans .wrap6 .box .img {
  width: 22vw;
}
#trans .wrap6 .box .txt {
  width: 40vw;
  line-height: 2;
}
#trans .wrap7 .s-wrap {
  width: 54vw;
  margin: 0 auto;
}
#trans .wrap7 .s-wrap .txt {
  margin-bottom: 2vw;
}
#trans .wrap7 .s-wrap .table-b {
  margin-bottom: 4vw;
}
#trans .wrap7 .s-wrap .table-b table {
  margin: 1vw 0;
}
/*=================================================
 * ご紹介いただく獣医師の方へ
 * ================================================= */
#intro .block01 .box {
  align-items: center;
}
#intro .block01 .box .img {
  width: 26vw;
}
#intro .block01 .box .txt-box {
  width: 50vw;
}
#intro .block01 .box .catch {
  margin-bottom: 2vw;
}
#intro .block01 .box .txt-box .txt {
  line-height: 2;
}
#intro .block01 {
  margin-bottom: 7vw;
}
#intro .block02 .wrap {
  margin-bottom: 5vw;
}
#intro .block02 .wrap .in-box {
  margin-bottom: 4vw;
}
#intro .block02 .wrap .in-box .inner-wrap {
  padding: 3vw 6vw;
}
#intro .block02 .wrap2 .btn {
  width: 50vw;
  margin: 0 auto 7vw;
  padding: 1vw 2vw 1vw 8vw;
}
#intro .block02 .wrap3 .intro {
  width: 53vw;
}
#intro .block02 .wrap4 .flow {
  padding: 3vw 5vw;
  margin-bottom: 4vw;
}
#intro .block02 .wrap4 .flow .ttl-box {
  align-items: center;
  margin-bottom: 2vw;
}
#intro .block02 .wrap4 .flow .ttl-box .en {
  margin-right: 0.5vw;
}
#intro .block02 .wrap4 .flow .w-box {
  padding: 2vw 4vw;
}
#intro .block02 .wrap4 .flow .w-box .ttl {
  margin-bottom: 1.5vw;
}
#intro .block02 .dl-wrap .w-bt {
  padding: 1.5vw 2vw 1.5vw 31vw;
  margin-bottom: 2.5vw;
}
#intro .block02 .dl-wrap .bt-box .bt {
  width: 26vw;
  padding: 1.5vw;
}
/*=================================================
 * news
 * ================================================= */
#news {
  margin-top: 6vw;
}
#news a {
  text-decoration: none;
}
#news .mainWrap4 {
  margin: 0 auto 10vw;
}
#news .postWrap .post {
  width: 49vw;
}
#news .postWrap .textbox {
  padding: 1.5vw 0;
  display: flex;
}
#news .mainWrap4 .postWrap .time {
  width: 10vw;
}
#news .mainWrap4 .postWrap .title {
  width: 39vw;
}
#news .postWrap {
  justify-content: space-between;
  margin-bottom: 8vw;
}
#news .sidebar .block1 {
  margin-bottom: 3vw;
}
#news .sidebar .block1 .ttl {
  margin-bottom: 1vw;
  padding-bottom: 1vw;
}
.sidebar .block1 ul li {
  margin-bottom: 1vw;
}
.sidebar .block1 ul li ul {
  margin-left: 1vw;
}
.sidebar .block1 ul li ul li:last-child {
  margin-bottom: 0;
}
.sidebar .block1 ul {
  padding: 1vw 0;
}
.sidebar {
  width: 21vw;
}
.sidebar .blue {
  padding-bottom: 1vw;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.sidebar .bold {
  font-size: 1.6vw;
  margin-right: 1vw;
}
.sidebar .block2 .ttl {
  margin-bottom: 1vw;
}
.sidebar .block2 select {
  padding: 1vw;
  width: 100%;
}
.pager {
  justify-content: center;
  margin: 3vw auto;
  width: fit-content;
}
#news .single .ttl {
  padding-bottom: 1vw;
  margin-bottom: 1vw;
  font-weight: 400;
}
#news .content img {
  margin: 2vw auto;
  display: block;
}
#news .content .is-landscape {
  width: 100%;
}
#news .content .is-portrait, #news .content .is-square {
  width: 35vw;
}
#news .entry {
  margin: 2vw 0 4vw;
  line-height: 1.8;
}
#news .entry a {
  border-bottom: 1px solid #333;
}
#news .single_pager {
  display: flex;
  justify-content: space-between;
  margin-top: 2vw;
}
/*=================================================
 * お問い合わせ
 * ================================================= */
.mw_wp_form_complete {
  margin: 5vw auto 10vw !important;
  width: 55vw !important;
}
#contact .fieldwrap {
  width: 50vw;
  margin: 5vw auto 10vw;
}
#contact .fieldwrap .message {
  font-weight: bold;
  margin-bottom: 3vw;
}
#contact .fieldwrap .field {
  margin-bottom: 2vw;
}
#contact input[type="text"], #contact input[type="email"] {
  width: 100%;
  padding: 1vw;
}
#contact .tel input[type="text"] {
  padding: 1vw;
  width: 15.7vw;
}
#contact select {
  padding: 1vw;
  width: 100%;
}
#contact textarea {
  width: 100%;
  height: 20vw;
  padding: 1vw;
}
#contact .check {
  margin-right: 3vw;
}
#contact .fieldwrap .bd-b {
  padding-bottom: 3vw;
}
#contact .fieldwrap .title2 {
  margin: 0 2vw 2vw 0;
  width: 12vw;
}
#contact .fieldwrap .title3 {
  margin: 3vw 0 1vw;
}
#contact .btbox {
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}
#contact input[type="submit"] {
  width: 300px;
  padding: 1vw;
  border: 1px solid #707070;
  background-color: unset;
  font-size: 18px;
  margin: 0 auto;
  cursor: pointer;
}
#contact input[type="submit"]:hover {
  background-color: #F0F0F0 !important;
}
.mw_wp_form_complete {
  margin: 0 auto 15vw;
  width: 40vw;
  line-height: 2;
}
/*=================================================
 * レスポンシブ
 * ================================================= */
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  body, body .en-page {
    font-size: 3.6vw;
    line-height: 1.8;
  }
  a:hover {
    opacity: none;
    filter: none;
  }
  /*=================================================
 * レスポンシブ｜共通
 * ================================================= */
  .mainWrap, .mainWrap2, .mainWrap3, .mainWrap4 {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .flex, .flex-sb {
    flex-wrap: wrap;
  }
  /*   iphone対策（送信ボタン・セレクトボックス）   */
  input[type="submit"] {
    -webkit-appearance: none;
    color: #333;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 3.6vw;
    background-color: #fff;
    color: #000;
  }
  /*404エラーページ*/
  #p404 h2 {
    font-size: 5.5vw;
    margin-bottom: 7vw;
  }
  #p404 .mainWrap {
    margin: 0 auto 20vw;
  }
  /*パンくず*/
  .pankuzu {
    margin: 10vw 0 0;
  }
  .pankuzu ul {
    justify-content: left;
    margin-left: 0;
  }
  .pankuzu li {
    font-size: 3vw;
  }
  .circle-arrow {
    font-size: 3vw;
    padding: 1.3vw;
    width: 6vw !important;
    height: 6vw;
    margin-top: 1.2vw;
  }
  #firstview {
    margin-top: 15vw;
  }
  #firstview .fv-top {
    margin: 0 auto 6vw;
    height: auto;
    aspect-ratio: 9 / 16;
    overflow: hidden;
  }
  #firstview .fv-top video {
    width: 101%;
    height: 101%;
  }
  .block .fullWrap {
    margin-bottom: 11vw;
  }
  .block .mainWrap2 {
    margin-bottom: 11vw;
  }
  .bf-tc:before {
    width: 1.5vw;
  }
  .bf-tc {
    padding-left: 4.5vw;
  }
  .dotstyle {
    margin-left: 5vw;
  }
  .side-btWrap {
    top: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .en-page .side-btWrap {
    top: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    bottom: 0;
    right: 0;
  }
  .side-btWrap .bt {
    width: 100%;
  }
  .side-btWrap .shadow {
    box-shadow: unset;
  }
  .side-btWrap .m-b {
    margin-bottom: 0;
    width: 50vw;
    border-radius: 0;
    display: flex;
    letter-spacing: 2px;
    font-size: 4.3vw;
    justify-content: center;
    align-items: center;
  }
  .side-btWrap .m-b i {
    margin-right: 1vw;
  }
  .en-page .side-btWrap .shadow {
    box-shadow: unset;
  }
  .en-page .side-btWrap .m-b {
    margin-bottom: 0;
    width: 100%;
    border-radius: 0;
    display: flex;
    letter-spacing: 2px;
    font-size: 4.3vw;
    justify-content: center;
    align-items: center;
    height: 13vw;
  }
  .en-page .side-btWrap .m-b i {
    margin-right: 1vw;
  }
  .side-btWrap a {
    width: 50vw;
  }
  .en-page .side-btWrap .bd-l-w {
    border-left: 1px solid #fff;
  }
  .vertical {
    writing-mode: unset;
    text-orientation: unset;
    letter-spacing: 2px;
  }
  #firstview .fv-btm .h2-box {
    width: 100%;
  }
  #firstview .fv-btm .h2-box .en {
    line-height: 1;
    margin: 2vw 0;
  }
  #firstview .fv-btm {
    height: auto;
    padding: 3vw 5vw;
  }
  #firstview .fv-btm .mainWrap2 {
    width: 100%;
  }
  .block01 {
    margin-top: 11vw;
  }
  .block .fullWrap .mainWrap, .block .fullWrap .mainWrap2 {
    margin-bottom: 7vw;
  }
  /*=================================================
 * レスポンシブ｜header
 * ================================================= */
  header {
    position: fixed;
    top: 0;
    left: 0;
    height: 15vw;
  }
  header h1 {
    padding: 1vw 0 1vw 5vw;
  }
  header h1 img {
    width: 32vw;
  }
  /*=================================================
 * レスポンシブ｜グローバルメニュー
 * ================================================= */
  .nav-toggle {
    top: 5vw;
    right: 3.2vw;
  }
  .icon-bars {
    width: 10vw;
  }
  .icon-bars::before, .icon-bars::after {
    height: 2px;
  }
  .icon-bars::after {
    top: 4vw;
  }
  .nav-toggle[aria-expanded="true"] .icon-bars::after {
    top: 1.5vw;
  }
  .ham-nav .rWrap {
    width: 100%;
    order: 1;
    padding: 17vw 10vw;
  }
  .ham-nav .lWrap {
    width: 100%;
    order: 2;
    padding: 5vw 10vw 10vw 10vw;
  }
  header .ham-nav .rWrap {
    height: auto;
    width: 100%;
    order: 1;
    padding: 5vw 22vw 10vw 10vw;
  }
  header .ham-nav .rWrap .logo {
    width: 41vw;
    margin-bottom: 5vw;
  }
  header .ham-nav .rWrap .left {
    width: 100%;
  }
  .ham-nav .rWrap .box {
    width: 100%;
    padding-bottom: 4vw;
    margin-bottom: 5vw;
  }
  .ham-nav .rWrap .box .ttl {
    margin-bottom: 3vw;
  }
  .ham-nav .rWrap .box li {
    margin-bottom: 2vw;
    padding-left: 4vw;
  }
  .ham-nav .rWrap .box li:after {
    right: 2vw;
    font-size: 3vw;
    top: 1vw;
  }
  .ham-nav .rWrap .right {
    width: 100%;
  }
  .ham-nav .rWrap .box .ttl2 {
    margin-bottom: 1vw;
  }
  .ham-nav .lWrap .box01 {
    padding-bottom: 3vw;
    margin-bottom: 5vw;
  }
  .ham-nav .lWrap .box02 .ttl {
    margin: 0 auto 3vw;
    width: 100%;
    text-align: center;
  }
  .ham-nav .lWrap .box03 a {
    width: 100%;
  }
  .ham-nav .lWrap .box03 .bt {
    width: 100%;
    padding: 3vw;
    text-align: center;
    margin-bottom: 5vw;
  }
  .ham-nav .lWrap .box03 {
    margin-bottom: 7vw;
  }
  .ham-nav .lWrap .box04 .left {
    width: 100%;
    margin-bottom: 7vw;
  }
  .ham-nav .lWrap .box04 .right .fa-line {
    font-size: 7vw;
  }
  .ham-nav .lWrap .box04 .right {
    font-size: 8vw;
    width: 39vw;
  }
  .en-page .ham-nav .rWrap .box {
    width: 76vw;
  }
  /*=================================================
 * レスポンシブ｜TOP
 * ================================================= */
  #top .block01 .mainWrap {
    padding: 5vw;
    margin-bottom: 6vw;
  }
  #top .block01 .ttl {
    width: 100%;
    margin-bottom: 3vw;
    align-items: center;
    font-size: 4vw;
  }
  #top .block01 .ttl i {
    font-size: 5vw;
    margin-right: 2vw;
  }
  #top .block01 .ttl:after {
    width: 39vw;
    height: 1px;
    top: 4vw;
    right: 0;
  }
  #top .block01 .wrap .box {
    width: 100%;
  }
  #top .block01 .wrap a {
    width: 100%;
    align-items: center;
    margin-bottom: 3vw;
  }
  #top .block01 .wrap .box .sub {
    width: 67vw;
  }
  #top .block01 .wrap .box .date {
    width: 100%;
  }
  #top .block02 .flex-box {
    margin: 5vw 5vw 6vw;
  }
  #top .block02 .flex-box .box {
    width: 100%;
    margin-bottom: 7vw;
  }
  #top .block02 .flex-box .box .ttl {
    align-items: center;
    font-size: 4vw;
  }
  #top .block02 .flex-box .box .ttl i {
    width: 5vw;
    height: 5vw;
    font-size: 3vw;
    padding: 1vw;
    margin-right: 2vw;
  }
  #top .block02 .flex-box .box .wrap {
    padding-bottom: 3vw;
  }
  #top .block02 .flex-box .box article a {
    padding: 3vw 0;
  }
  #top .block02 .flex-box .box article .date {
    width: 100%;
  }
  #top .block02 .flex-box .box article .sub {
    width: 100%;
  }
  #top .block02 .flex-box .box:last-child {
    margin-bottom: 0;
  }
  #top .block03 .mainWrap {
    padding: 5vw;
  }
  #top .block03 .box01 {
    margin-bottom: 3vw;
  }
  #top .block03 .box01 a {
    width: 100%;
  }
  #top .block03 .bt {
    width: 100%;
    padding: 3vw;
    margin-bottom: 4vw;
  }
  #top .block03 .box02 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #top .block03 .box02 .ttl {
    width: 80%;
    margin: 0 auto 3vw;
  }
  #top .block03 .box02 .time {
    width: fit-content;
    margin: auto;
  }
  #top .block04 .img {
    width: 70%;
    margin: 0 auto 7vw;
  }
  #top .block04 .txt-box {
    width: 100%;
  }
  #top .block04 .txt-box .txt {
    line-height: 2;
    margin-bottom: 5vw;
  }
  #top .block04 .txt-box .bt {
    padding: 2vw 4vw 2vw 28vw;
    width: 100%;
  }
  #top .block04 .txt-box .bt i {
    margin-left: 27vw;
  }
  .clinic-info .box01 {
    width: 100%;
    padding: 5vw;
    margin-bottom: 5vw;
  }
  .clinic-info .box01 .cell01 {
    margin-bottom: 4vw;
    padding-bottom: 5vw;
  }
  .clinic-info .box01 .cell01 .img-box {
    width: 40vw;
  }
  .clinic-info .box01 .cell01 .img {
    width: 18vw;
  }
  .clinic-info .box01 .cell02 li {
    margin-bottom: 2vw;
  }
  .clinic-info .box01 .cell02 li:last-child {
    margin-bottom: 0;
  }
  .clinic-info .right-box {
    width: 100%;
  }
  .clinic-info .box02 {
    padding: 4vw 5vw;
    margin-bottom: 5vw;
  }
  .clinic-info .box03 {
    padding: 2vw 5vw 2vw;
  }
  .clinic-info .bt {
    width: 45vw;
    display: flex;
    justify-content: space-between;
  }
  .clinic-info .box02 .bt {
    width: 45vw;
  }
  .clinic-info .box03 .nav {
    width: 45vw;
  }
  .clinic-info .box03 .nav .bt {
    padding: 3vw 0;
  }
  .clinic-info .box03 .ttl {
    margin-top: 3vw;
  }
  .clinic-info .wrap1 {
    margin-bottom: 5vw;
  }
  .en-page .clinic-info .box02 a {
    width: 100%;
  }
  .en-page .clinic-info .bt {
    width: 100%;
    font-size: 4vw;
  }
  .en-page .clinic-info .box03 .nav {
    width: 100%;
  }
  #top .block05 .wrap2 a {
    width: 100%
  }
  #top .block05 .wrap2 .bt {
    padding: 3vw 5vw;
    width: 100%;
    margin-bottom: 4vw;
  }
  #top .block05 .wrap2 .bt .ttl i {
    margin-right: 3vw;
  }
  #top .block05 .wrap3 {
    align-items: center;
    padding: 4vw 5vw;
  }
  #top .block05 .wrap3 .txt {
    width: 71vw;
    font-size: 3.5vw;
  }
  #top .block06 .wrap .box {
    width: 100%;
    margin-bottom: 7vw;
    height: auto;
  }
  #top .block06 .wrap .box .txt-box .bg-tc {
    padding: 0.5vw 6vw;
    margin: 0 0 3vw;
  }
  #top .block06 .wrap .box .txt-box .ttl-box {
    height: auto;
  }
  #top .block06 .wrap .box .txt-box .txt {
    font-size: 3.5vw;
  }
  #top .block06 .wrap .box .txt-box {
    padding: 5vw;
  }
  #top .block08 .bnr {
    padding: 5vw;
  }
  #top .block08 .bnr .txt-box {
    width: 100%;
    margin-top: 4vw;
    order: 3;
  }
  #top .block08 .bnr .img {
    width: 26vw;
    order: 1;
  }
  #top .block08 .bnr .wrap {
    justify-content: space-evenly;
  }
  #top .block08 .bnr .txt-box .bt {
    width: 100%;
    padding: 3vw 5vw;
  }
  #top .block08 .bnr .txt {
    font-size: 3.5vw;
  }
  #top .en-page .block06 .wrap .box .txt-box .ttl-box .ttl {
    width: 70vw;
    font-size: 4vw;
  }
  /*=================================================
 * レスポンシブ｜footer
 * ================================================= */
  footer .block01 .map {
    width: 100%;
    margin: 0 auto 5vw;
  }
  footer .block01 .map iframe {
    height: 65vw;
  }
  footer .block01 .wrap02 .box01 {
    margin-bottom: 2vw;
  }
  footer .block01 .wrap02 .box02, footer .block01 .wrap02 .box02 a {
    width: 100%;
  }
  footer .block01 .wrap02 .box02 .bt {
    padding: 3vw;
    width: 100%;
    margin-bottom: 4vw;
  }
  footer .ham-nav .rWrap {
    width: 80%;
    padding: 11vw 0 0;
    margin: 0 auto;
  }
  footer .rWrap .logo {
    display: none !important;
  }
  footer .rWrap .left {
    width: 100%;
  }
  footer .ham-nav .lWrap {
    padding: 12vw 0;
    width: 90%;
    margin: 0 auto;
  }
  footer .ham-nav .lWrap .logo {
    width: 52vw;
    margin: 0 auto 5vw;
    display: block !important;
  }
  footer .ham-nav .lWrap .box04 .bt .h-hid {
    width: 100%;
  }
  footer .ham-nav .lWrap .box04 .h-hid {
    width: 40vw;
  }
  footer .ham-nav .box04 .bt {
    margin-bottom: 12vw;
  }
  footer .block03 {
    padding: 1vw 0;
    margin-bottom: 12vw;
    line-height: 1.5;
  }
  footer .block03 .right {
    text-align: center;
  }
  footer .en-page .ham-nav .lWrap {
    width: 90%;
  }
  footer .en-page .ham-nav .rWrap {
    padding: 11vw 0 0;
    width: 80%;
  }
  footer .en-page .ham-nav .rWrap .box {
    width: 100%;
  }
  .en-page .ham-nav .menu {
    font-size: 3.5vw;
  }
  .en-page .ham-nav .lWrap .box02 .ttl {
    width: 100%;
    padding: 2vw;
    margin-bottom: 2vw;
  }
  footer .en-page .block01 .wrap02 .box02 {
    width: 100%;
  }
  footer .en-page .block01 .wrap02 .box02 .bt {
    padding: 3vw;
    width: 100%;
  }
  /*=================================================
 * レスポンシブ｜ボタン
 * ================================================= */
  .h3-box {
    align-items: end;
    margin-bottom: 2.5vw;
    margin-bottom: 4vw;
  }
  .h3-box .f40 {
    font-size: 4vw;
  }
  .h3-box .f30 {
    font-size: 5vw;
    line-height: 1.5;
  }
  .en-page .bf-tc {
    padding-left: 4vw;
  }
  .en-page .h3-box .en {
    font-size: 7vw;
  }
  .btn-ar {
    width: 100%;
  }
  .btn-ar p {
    padding: 3vw 7vw;
    width: 100%;
  }
  .btn-ar p:after {
    font-size: 4.5vw;
    top: 2vw;
    right: 5vw;
  }
  /*フォントサイズ*/
  .f12 {
    font-size: 3vw;
  }
  .f14 {
    font-size: 3.5vw;
  }
  .f16 {
    font-size: 3.3vw;
  }
  .f18 {
    font-size: 3.7vw;
  }
  .f20 {
    font-size: 4vw;
  }
  .f22 {
    font-size: 5vw;
  }
  .f24 {
    font-size: 5vw;
    line-height: 1.6;
  }
  .f26 {
    font-size: 4.5vw;
  }
  .f28 {
    font-size: 4.5vw;
  }
  .f30 {
    font-size: 4.5vw;
  }
  .en-page .f30 {
    font-size: 4.5vw;
    line-height: 1.5;
  }
  .f32 {
    font-size: 4.5vw;
  }
  .f34 {
    font-size: 4.5vw;
  }
  .f40 {
    font-size: 7vw;
  }
  .f46 {
    font-size: 5.5vw;
    line-height: 1.3;
  }
  .f48 {
    font-size: 6vw;
    line-height: 1.3;
  }
  .f50 {
    font-size: 9vw;
    line-height: 1.2;
  }
  .f70 {
    font-size: 10vw;
  }
  /*=================================================
 * レスポンシブ｜当院について
 * ================================================= */
  #about .block01 .mainWrap2 .txt-box .txt {
    line-height: 2;
    font-size: 3.5vw;
  }
  #about .block01 .mainWrap2 .txt-box {
    width: 100%;
    order: 2;
  }
  #about .block01 .mainWrap2 .img {
    width: 70vw;
    margin: 0 auto 5vw;
    order: 1;
  }
  #about .block02 .wrap {
    padding: 5vw;
    align-items: center;
  }
  #about .block02 .wrap .img-box {
    width: 50vw;
    margin: 0 auto 4vw;
  }
  #about .block02 .wrap .txt {
    width: 100%;
    line-height: 1.8;
    font-size: 3.5vw;
  }
  #about .block03 .wrap {
    margin-bottom: 7vw;
  }
  #about .block03 .inner-wrap {
    padding: 7vw 5vw 5vw;
  }
  #about .block03 .inner-wrap .img-wrap .cell {
    width: 60vw;
    margin: 0 auto 6vw;
  }
  #about .block03 .inner-wrap .box .inner .img {
    width: 40vw;
    margin: 0 auto 6vw;
  }
  #about .block03 .inner-wrap .box .inner .txt-box {
    width: 100%;
    text-align: center;
  }
  #about .block03 .inner-wrap .box .inner .txt-box .txt {
    line-height: 1.8;
    font-size: 3.5vw;
  }
  #about .block03 .inner-wrap .box {
    padding: 5vw;
  }
  #about .block04 .wrap .box {
    width: 100%;
    padding: 5vw;
    margin-bottom: 5vw;
  }
  #about .block04 .wrap .box .img {
    width: 40vw;
    margin: 4vw auto;
  }
  #about .block04 .fullWrap {
    margin-bottom: 0;
  }
  /*=================================================
 * レスポンシブ｜当院の特徴
 * ================================================= */
  #feature .block01 .mainWrap2 a {
    width: 90%;
    margin: 0 auto 5vw;
  }
  #feature .block01 .bg-ltc {
    width: 100%;
    padding: 5vw;
  }
  #feature .block01 .bg-ltc .en {
    padding: 0.2vw 4vw;
    margin-bottom: 2vw;
  }
  #feature .block02 .bf-tc:before {
    height: 80%;
  }
  #feature .white-box {
    padding: 5vw;
    margin-bottom: 6vw;
  }
  #feature .white-box .img {
    width: 100%;
    margin: 0 auto 5vw;
  }
  #feature .white-box .txt-box {
    width: 100%;
  }
  #feature .h3-box .f30 {
    width: 100%;
  }
  #feature .block04 .white-box .bdr50 {
    width: auto;
    height: auto;
    padding: 0.3vw 5vw;
    margin-bottom: 2vw;
  }
  #feature .white-box .bd-b-sub2 {
    padding-bottom: 4vw;
    margin-bottom: 5vw;
  }
  #feature .block01 .bg-ltc .inner .f18 {
    width: 60vw;
  }
  /*=================================================
 * レスポンシブ｜スタッフ紹介
 * ================================================= */
  #staff .block01 .wrap .inner-wrap .img {
    width: 50vw;
    margin: 0 auto 6vw;
  }
  #staff .block01 .wrap {
    padding: 5vw;
    margin-bottom: 6vw;
  }
  .np-tabs {
    width: 100%;
  }
  .np-tabs .np-tab {
    font-size: 3.5vw;
    padding: 3vw 1vw;
  }
  .np-tabs table {
    font-size: 3.5vw;
  }
  .np-tabs .np-panel tr {
    margin-bottom: 4vw;
  }
  .np-tabs .np-panel tr th {
    width: 100%;
    display: block;
  }
  /*=================================================
 * レスポンシブ｜診療案内
 * ================================================= */
  #clinic .block01 .wrap .box {
    width: 100%;
    padding: 5vw;
    margin-bottom: 5vw;
  }
  #clinic .block01 .wrap .box1 .txt {
    font-size: 3.5vw;
  }
  #clinic .block01 .wrap .box2 .btn-wrap {
    width: 100%;
    margin-bottom: 5vw;
  }
  #clinic .block01 .wrap .box2 .btn-wrap .bt {
    padding: 3vw;
  }
  #clinic .block01 .wrap .box2 {
    padding: 5vw 5vw 0;
    margin-bottom: 0;
  }
  #clinic .block01 .mainWrap2 {
    margin-bottom: 6vw;
  }
  #clinic .block03 .wrap1 .inner .btn-wrap {
    width: 100%;
    margin-bottom: 5vw;
  }
  #clinic .block03 .wrap1 .inner .btn-wrap .bt {
    padding: 3vw;
  }
  #clinic .block03 .wrap {
    padding: 5vw;
    margin-bottom: 5vw;
  }
  #price .block01 .Bbox table td {
    padding: 3vw;
  }
  #price .block01 .Bbox table .sttl {
    width: 50%;
  }
  /*=================================================
 * レスポンシブ｜診療科一覧
 * ================================================= */
  #dept .dpt-box .inner-wrap {
    padding: 7vw 5vw;
  }
  #dept .dpt-box .inner-wrap .flex-wrap .img {
    width: 50vw;
    margin: 0 auto 4vw;
  }
  #dept .dpt-box .inner-wrap .flex-wrap .txt-box {
    width: 100%;
  }
  #dept .dpt-box .inner-wrap .flex-wrap .txt-box .txt {
    line-height: 2;
  }
  #dept .dpt-box .inner-wrap .s-wrap .dotstyle {
    margin: 0 auto 0 5vw;
  }
  #dept .dpt-box .inner-wrap .s-wrap {
    padding: 5vw;
  }
  #dept .dpt-box .inner-wrap .s-wrap li {
    margin-bottom: 2vw;
    font-size: 3.5vw;
  }
  #dept .intro {
    width: 100%;
    margin-bottom: 4vw;
  }
  #dept .dpt-box .inner-wrap .d-wrap {
    margin-top: 5vw;
    padding: 5vw;
    flex-wrap: wrap;
  }
  #dept .dpt-box .inner-wrap .d-wrap .img {
    width: 40vw;
    margin: 0 auto 5vw;
  }
  #dept .dpt-box .inner-wrap .d-wrap .profile {
    width: 100%;
  }
  #dept .dpt-box .inner-wrap .d-wrap .txt {
    font-size: 3.3vw;
    margin: 3vw auto;
  }
  #dept .dpt-box .inner-wrap .d-wrap .bt-wrap {
    width: 100%;
  }
  #dept .dpt-box .inner-wrap .d-wrap .btn {
    width: 100%;
    padding: 3vw;
  }
  #dept .dpt-box {
    margin-bottom: 7vw;
  }
  /*=================================================
 * レスポンシブ｜ペットフードデリバリー
 * ================================================= */
  #petfood .box {
    padding: 5vw;
    width: 100%;
    margin-bottom: 6vw;
  }
  #petfood .box .img {
    width: 40vw;
    margin: 0 auto 3vw;
  }
  #petfood .box .qr {
    width: 30vw;
  }
  /*=================================================
 * レスポンシブ｜輸血
 * ================================================= */
  #trans .wrap1 .box1 {
    padding: 5vw 5vw 0;
  }
  #trans .wrap1 .cell {
    width: 39vw;
    margin-bottom: 5vw;
  }
  #trans .wrap1 .cell .img {
    width: 26vw;
    margin: 0 auto 2vw;
  }
  #trans .wrap {
    padding-bottom: 6vw;
    margin-bottom: 5vw;
  }
  #trans .wrap2 .box1 {
    padding: 5vw;
  }
  #trans .wrap2 .box1 .f20 {
    font-size: 3.5vw;
  }
  #trans .wrap2 .box1 .tel-box .img {
    width: 7vw;
    margin-right: 3vw;
  }
  #trans .wrap3 .txt {
    width: 100%;
    margin: 0 auto;
  }
  #trans .wrap .ttl {
    margin-bottom: 3vw;
  }
  #trans .wrap4 .flow {
    margin-bottom: 7vw;
  }
  #trans .wrap4 .flow .img {
    width: 40vw;
    margin: 0 auto 5vw;
  }
  #trans .wrap4 .flow .txt-box {
    width: 100%;
  }
  #trans .wrap4 .flow .ttl {
    text-align: center;
  }
  #trans .wrap6 .box .img {
    width: 47vw;
    margin: 0 auto 5vw;
  }
  #trans .wrap6 .box .txt {
    width: 100%;
    line-height: 2;
  }
  #trans .wrap7 .s-wrap {
    width: 100%;
  }
  #trans .wrap7 .s-wrap .txt {
    margin-bottom: 5vw;
  }
  #trans .wrap7 .s-wrap .table-b {
    margin-bottom: 5vw;
  }
  /*=================================================
 * レスポンシブ｜診察料金
 * ================================================= */
  #price .block01 .Bbox .cell {
    width: 100%;
    margin-bottom: 8vw;
  }
  #price .block01 .tax {
    margin-bottom: 5vw;
  }
  #price .block01 .Bbox .ttl {
    padding-bottom: 0.5vw;
    margin-bottom: 5vw;
  }
  #price .block01 .Bbox .cell .ttl {
    margin-bottom: 2vw;
  }
  #price .block01 .Bbox .sbox {
    margin-bottom: 0;
  }
  /*=================================================
 * レスポンシブ｜ご紹介いただく獣医師の方へ
 * ================================================= */
  #intro .block01 .box .img {
    width: 60vw;
    margin: 0 auto 5vw;
  }
  #intro .block01 .box .txt-box {
    width: 100%;
  }
  #intro .block01 .box .catch {
    margin-bottom: 2vw;
  }
  #intro .block01 {
    margin-bottom: 9vw;
  }
  #intro .block02 .wrap {
    margin-bottom: 9vw;
  }
  #intro .fit-ttl-box {
    display: block;
    text-align: left;
    padding: 2vw 5vw;
  }
  #intro .fit-ttl-box .m-ttl {
    margin: 0 0 1vw;
  }
  #intro .block02 .wrap2 .btn {
    width: 100%;
    padding: 3vw 5vw;
    align-items: center;
    line-height: 1.5;
  }
  #intro .block02 .wrap3 .intro {
    width: 100%;
  }
  #intro .block02 .wrap4 .flow {
    padding: 5vw;
    margin-bottom: 6vw;
  }
  #intro .flow .f24 {
    font-size: 4.5vw;
    line-height: 1.5;
    margin-left: 2vw;
    width: 70vw;
  }
  #intro .block02 .wrap4 .flow .w-box {
    padding: 5vw;
  }
  #intro .block02 .dl-wrap .w-bt {
    padding: 3vw;
    margin-bottom: 5vw;
  }
  #intro .block02 .dl-wrap .bt-box a {
    width: 100%;
  }
  #intro .block02 .dl-wrap .bt-box .bt {
    width: 100%;
    padding: 3vw;
    margin-bottom: 5vw;
  }
  /*=================================================
 * レスポンシブ｜お知らせ
 * ================================================= */
  #news {
    margin-top: 12vw;
  }
  #news .postWrap .post {
    width: 100%;
  }
  #news .postWrap {
    display: block;
  }
  #news .mainWrap4 .post .box {
    display: block;
    padding: 3vw 0;
  }
  #news .mainWrap4 .post .box .date {
    width: fit-content;
  }
  #news .mainWrap4 .post .box .title {
    width: 100%;
  }
  #news .postWrap .textbox {
    padding: 3vw 0;
    flex-wrap: wrap;
  }
  #news .mainWrap4 .postWrap .time {
    width: 100%;
  }
  #news .mainWrap4 .postWrap .title {
    width: 100%;
    line-height: 1.5;
  }
  #news .content img {
    margin: 5vw auto;
  }
  #news .single .ttl {
    padding-bottom: 3vw;
    margin-bottom: 6vw;
    line-height: 1.5;
  }
  #news .content .is-portrait, #news .content .is-square {
    width: 55vw;
  }
  .sidebar {
    width: 100%;
    margin: 10vw 0 20vw;
  }
  .sidebar .block1 {
    margin-bottom: 10vw;
  }
  .sidebar .bold {
    padding-bottom: 3vw;
    font-size: 5vw;
  }
  .sidebar ul {
    padding: 3vw 0;
  }
  .sidebar .block2 select {
    padding: 3vw;
    margin-top: 2vw;
  }
  /*お問い合わせページ*/
  #contact .fieldwrap {
    width: 100%;
  }
  #contact input[type="text"], #contact input[type="email"] {
    padding: 3vw;
  }
  #contact textarea {
    padding: 3vw;
    height: 50vw;
  }
  #contact .fieldwrap .bdr-b {
    padding-bottom: 10vw;
  }
  #contact .fieldwrap .field {
    margin-bottom: 5vw;
  }
  #contact .fieldwrap .flex {
    display: block;
  }
  #contact .fieldwrap .message {
    margin-bottom: 5vw;
  }
  #contact .fieldwrap .policy {
    margin: 2vw 0 5vw 7vw;
  }
  #contact .btbox {
    width: 100%;
    margin: 10vw auto;
    display: block;
  }
  #contact input[type="submit"] {
    width: 100%;
    padding: 4vw;
    font-size: 16px;
    margin-bottom: 7vw;
  }
  #contact input[type="submit"]:hover {
    background-color: unset;
  }
  .mw_wp_form_complete {
    width: 80% !important;
    margin: 30vw auto 14vw !important;
  }
}