@charset "UTF-8";
/*
Theme Name: 中部動物病院
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;
}
/*=================================================
 * ロールオーバー
 * ================================================= */
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: #000;
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
*:focus {
  outline: none;
}
/*=================================================
 *  パスワード保護
 * ================================================= */
.post-password-form {
  margin-top: 10vw;
  padding: 0vw 2vw 2vw;
}
@media screen and (max-width: 768px) {
  .post-password-form {
    margin-top: 20vw;
  }
}
/*=================================================
 *  年末年始ポップアップ表示
 * ================================================= */
.top-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  font-family: inherit;
}
.top-popup.is-open {
  display: flex;
}
.top-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.top-popup__inner {
  position: relative;
    z-index: 1;
    width: 47vw;
    background: #fff;
    border-radius: 8px;
    padding: 3vw;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
}
.top-popup__body h2 {
  border-bottom: 1px solid;
    padding-bottom: 1vw;
	font-size: 1.6vw;
    margin: 0 0 2vw;
    text-align: center;
}
.top-popup__body p {
  line-height: 1.7;
  text-align: center;
  margin: 0;
}
.top-popup__body .txt {
	line-height: 1.7;
    text-align: center;
    margin: 0;
}
.top-popup__body .txt .bt {
	color: #fff;
    background-color: #330001;
    padding: 1vw 6vw;
    border-radius: 100px;
    width: fit-content;
    margin: 2vw auto 0;
}
/* 閉じるボタン */
.top-popup__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .top-popup__inner {
    padding: 7vw;
        width: 90%;
  }
  .top-popup__body h2 {
    font-size: 5vw;
  }
  .top-popup__body .txt .bt {
    color: #fff;
    background-color: #330001;
    padding: 3vw 6vw;
    border-radius: 100px;
    width: 100%;
    margin: 4vw auto 0;
}
}
/*=================================================
 * サイト全体
 * ================================================= */
body {
  font-family: 'Shippori Mincho', serif;
  font-size: 1.2vw;
  color: #330001;
  line-height: 2;
  background: #F6F4EE;
  font-feature-settings: "palt";
}
.jose {
  font-family: 'Josefin Sans', sans-serif;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.mainWrap {
  width: 80vw;
  margin: 0 auto;
  position: relative;
}
a {
  text-decoration: none;
  color: #330001;
}
.fullWrap {
  width: 100%;
}
.sp {
  display: none !important;
}
.flex {
  display: flex;
}
.bold {
  font-weight: bold;
}
img {
  width: 100%;
  height: auto;
}
.fade {
  transform: translate3d(0, -10px, 0);
  transition: 1s;
  opacity: 0;
}
.fade.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.h2 {
  font-size: 2.2vw;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.subttl:before {
  content: "─";
  color: #330001;
  margin-right: 5px;
}
.pt3 {
  padding-top: 3vw;
}
.fff {
  background: #fbfaf8;
}
.bg-w {
  background: #fff;
}
.center {
  text-align: center;
}
.flex-sb {
  display: flex;
  justify-content: space-between;
}
/*=================================================
 * font
 * ================================================= */
.f10 {
  font-size: 0.9vw;
}
.f12 {
  font-size: 1vw;
}
.f14 {
  font-size: 1.1vw;
}
.f16 {
  font-size: 1.2vw;
}
.f18 {
  font-size: 1.3vw;
}
.f20 {
  font-size: 1.5vw;
}
.f21 {
  font-size: 1.5vw;
}
.f22 {
  font-size: 1.6vw;
}
.f24 {
  font-size: 1.8vw;
}
.f26 {
  font-size: 1.8vw;
}
.f28 {
  font-size: 2vw !important;
}
.f30 {
  font-size: 2.2vw;
}
.f32 {
  font-size: 2.3vw;
}
.f34 {
  font-size: 2.5vw;
}
.f36 {
  font-size: 2.6vw;
}
.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: #F6F4EE;
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 0;
  left: 0;
}
header .mainWrap {
  width: 90vw;
  margin: 0 auto;
  position: relative;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
header h1 {
  width: 20vw;
}
header .box .box-r {
  display: flex;
  justify-content: space-around;
  width: 49vw;
	align-items: center;
}
header .box .box-r .yoyakubt {
  border: solid 1px #330001;
  padding: 0.5vw 3vw;
  border-radius: 10px;
  line-height: 2.5;
  width: fit-content;
  height: 4vw;
}
header .box .box-r .i-logo {
	width: 14vw;
}
header .box .box-r .lang {
  padding: 1vw 0;
  line-height: 3.5;
}
.bogo-language-switcher {
  display: flex;
}
ul.bogo-language-switcher li {
  margin-right: 2vw;
}
header .headnav {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  z-index: 99;
}
header .headnav .lbox {
  width: 23vw;
  height: 5.4vw;
  background: #ffdb40;
}
header .headnav .lbox .tlink {
  color: #3f3a39;
  border-bottom: 2px solid #3f3a39;
  text-decoration: none;
  position: relative;
  top: 1vw;
  left: 6vw;
  display: inline-block;
}
header .headnav .lbox .icon {
  position: relative;
  top: 1.2vw;
  left: 5vw;
}
header .headnav .rbox {
  width: 23vw;
  height: 5.4vw;
  background: #03a3c2;
  margin-left: 2vw;
}
header .headnav .rbox .tlink {
  color: #fff;
  border-bottom: 2px solid #fff;
  text-decoration: none;
  position: relative;
  top: 1vw;
  left: 7.4vw;
  display: inline-block;
}
header .headnav .rbox .icon {
  position: relative;
  top: 1.2vw;
  left: 6vw;
}
header .box {
  display: flex;
  justify-content: space-between;
}
/* 固定ボタン（追従） */
.remove-btWrap {
    position: fixed;
  z-index: 999;
  transition: opacity .4s ease, transform .4s ease;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  will-change: opacity, transform;
	display: flex;
    bottom: 1vw;
    right: 2vw;
    align-items: center;
}
.float01 {
  width: 20vw;
  margin-right: 1vw;
}
.float02 {
   width: 8vw;
}
/* フッター到達時にふわっと消す */
.remove-btWrap.hidden {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}
/*=================================================
 * ハンバーガーメニュー
 * ================================================= */
.menu-content ul {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 45vw;
}
.menu-btn {
  position: fixed;
  top: 2vw;
  right: 3vw;
  width: 5vw;
  height: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}
.menu-btn span, .menu-btn span::before {
  content: '';
  display: block;
  height: 3px;
  width: 70px;
  background-color: #330001;
  position: absolute;
  top: 20px;
}
.menu-btn span::before {
  bottom: 16px;
}
#menu-btn-check:checked ~ .menu-btn span {
  bottom: 0;
  transform: rotate(24deg);
}
#menu-btn-check:checked ~ .menu-btn span::before {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  display: none;
}
#menu-btn-check {
  display: none;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.menubox ul {
  padding: 3vw 0 0 5vw;
}
.menu-content .group {
  padding: 3vw 0 0 5vw;
}
.menu-content .group .img {
  width: 30vw;
  margin-top: 1vw;
}
.menubox ul .border {
  border-bottom: 1px solid #330001;
  width: 3vw;
  margin: 2vw 0;
}
.menubox ul li {
  list-style: none;
}
.menubox ul li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #333;
  text-decoration: none;
  padding: 0vw 15vw 1vw 0;
  position: relative;
  line-height: 2;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 99999;
  background-color: #fff;
  transition: all 0.5s;
  overflow: auto;
}
#menu-btn-check:checked ~ .menu-content {
  left: 60%; /*メニューを画面内へ*/
}
.menu-content {
  background-color: #FFF0E2;
}
.menu-content .infobox {
  width: 30vw;
  height: auto;
  margin-left: 5vw;
  margin-top: 2vw;
}
header .box .box-r .lang-in {
  padding: 0.5vw 0;
  margin-left: 20vw;
  margin-top: 2vw;
}
.menu-content .menubt {
  width: 30vw;
  margin-left: 5vw;
  margin-top: 2vw;
  text-align: center;
  justify-content: space-between;
}
.menu-content .menubt .cell {
  background: #E27272;
  color: #fff;
  width: 14vw;
}
.menu-content .menubt .cell a {
  color: #fff;
  display: block;
  padding: 1vw;
}
.menu-content .snsbt {
  width: 30vw;
  margin-left: 5vw;
  margin-top: 2vw;
  text-align: center;
  margin-bottom: 2vw;
}
.menu-content .snsbt .cell {
  margin-right: 2vw;
}
.menubox .inner {
  padding: 0 0 0 2.5vw;
}
.menubox .inner li a {
  position: relative;
  padding-left: 1.5vw;
}
.menubox .inner li a:before {
  content: "";
  width: 0.7vw;
  height: 1px;
  background-color: #330001;
  position: absolute;
  top: 1.3vw;
  left: 0;
}
/*=================================================
 * top
 * ================================================= */
#top .att-pop {
  background-color: #00a540;
  border-radius: 50px;
  width: 80vw;
  position: absolute;
  top: 11vw;
  left: 0;
  z-index: 999;
  right: 0;
  margin: auto;
}
#top .att-pop .txt, #top .att-pop2 .txt {
  position: relative;
  color: white;
  text-align: center;
  padding: 0.5vw;
}
#top .att-pop .txt:after, #top .att-pop2 .txt:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0da';
  color: #fff;
  margin-left: 0.5vw;
}
#top .att-popbox {
  width: 85vw;
  margin: 0 auto;
  position: absolute;
  top: 10vw;
  left: 0;
  right: 0;
}
#top .att-pop2 {
  background-color: #00a540;
  border-radius: 50px;
  width: 42vw;
  z-index: 999;
  height: auto;
}
#top .firstview .info2024 {
  width: 48vw;
  position: absolute;
  top: 2vw;
  left: 2vw;
}
#top .firstview {
  width: 90vw;
  margin: 0 auto;
  height: 50vw;
  margin-top: 8.5vw;
  position: relative;
}
#top .firstview img {
  border-radius: 20px;
}
#top .firstview .infobox {
  width: 30vw;
  position: absolute;
  top: 23vw;
  right: 2vw;
  z-index: 999;
}
#top .firstview .infobox img {
  border-radius: 0;
}
#top .firstview .bnr_hope {
  width: 10vw;
  position: absolute;
  top: 37vw;
  left: 2vw;
}
#top .y-bnr {
  width: 90vw;
  margin: 0 auto;
  padding-top: 2vw;
}
#top .y-bnr .flex {
  justify-content: space-between;
}
#top .y-bnr .flex .cell {
  width: 44vw;
}
#top .block01 {
  width: 90vw;
  margin: 0 auto;
  margin-top: 5vw;
  flex-direction: row;
  justify-content: flex-start;
}
#top .block01 .left {
  margin-left: 5vw;
}
#top .block01 .right {
  margin-left: 3vw;
  border-left: dotted 1px #330001;
  padding-left: 4vw;
  position: relative;
}
#top .block01 .right .flex {
  margin-bottom: 1vw;
}
#top .block01 .right .flex .date {
  margin-right: 2vw;
}
#top .block01 .right .flex .ttl {
  text-align: left;
  margin-left: 2vw;
}
#top .block01 .viewbox {
  display: flex;
  align-items: flex-end;
  margin-left: 5vw;
}
#top .block01 .viewbox .link {
  line-height: 2.8;
  margin-right: 1vw;
}
#top .block02 {
  position: relative;
  width: 80vw;
  margin: 0 auto;
  margin-top: 8vw;
}
#top .block02 .left {
  z-index: 9999;
}
#top .block02 .left .img {
  width: 40vw;
}
#top .block02 .right {
  background: #fff;
  position: absolute;
  top: 7vw;
  width: 60vw;
  right: 0;
  padding: 5vw 5vw 3vw 24vw;
  height: 37vw;
}
#top .block02 .right .ttl {
  font-size: 2vw;
  line-height: 1.6;
  color: #330001;
}
#top .block02 .right .txt {
  margin: 3vw 0;
}
#top .block02 .right .viewbox {
  position: unset;
  margin-left: 18vw;
}
#top .block02 .right .viewbox .link {
  line-height: 2.8;
  margin-right: 1vw;
  width: 100%;
}
#top .block02 .right-en {
  background: #fff;
  position: absolute;
  top: 7vw;
  width: 60vw;
  right: 0;
  padding: 5vw 5vw 3vw 24vw;
  height: 40vw;
}
#top .block02 .right-en .ttl {
  font-size: 2vw;
  line-height: 1.6;
  color: #330001;
}
#top .block02 .right-en .txt {
  margin: 3vw 0;
}
#top .block02 .right-en .viewbox {
  position: unset;
  margin-left: 18vw;
}
#top .block02 .right-en .viewbox .link {
  line-height: 2;
  margin-right: 1vw;
  width: 100%;
}
.full {
  margin: 0 auto;
  width: 100%;
}
#top .block03 {
  margin-top: 10vw;
  background: #fbfaf8;
  padding: 5vw 0;
}
.bg-b {
  background: #F6F4EE;
  margin-top: 3vw;
  padding: 3vw;
  border-radius: 1vw;
}
#top .block03 .bg-b .left {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  border-right: dotted 1px #330001 1px;
  padding-bottom: 3vw;
}
#top .block03 .bg-b .ttl {
  border-bottom: dotted 1px #330001;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
#top .block03 .bg-b .flex {
  justify-content: space-between;
  width: 20vw;
  margin: 0 auto;
}
#top .block03 .bg-b .right {
  width: 50%;
  margin: 0 auto;
}
#top .block03 .bg-b .right .txt ul {
  width: 60%;
  margin: 0 auto;
}
#top .block03 .bg-b .right ul li {
  list-style: disc;
}
#top .block03 .box4 {
  justify-content: space-between;
}
#top .block03 .box4 .cell {
  width: 23%;
}
#top .block03 .box4 .cell-en {
  width: 23%;
  padding: 1vw;
}
#top .block03 .box4 .cell .ttl {
  margin-top: 0;
}
#top .block03 .box4 .cell-en .ttl-en {
  height: 5vw;
  border-bottom: dotted 1px #330001;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
#top .block04 .box {
  margin: 5vw 0;
  justify-content: space-between;
}
#top .block04 .box .cell {
  width: 30%;
  height: auto;
  overflow: hidden;
  position: relative;
}
#top .block04 .box .cell a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 100;
}
#top .block04 .box .cell:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.5s;
  opacity: 1;
}
#top .block04 .box .cell:hover:before {
  opacity: 0;
}
#top .block04 .box .cell img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.5s;
}
#top .block04 .box .cell:hover img {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
#top .block04 .box .cell .text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 100;
  text-align: center;
  width: 100%;
}
#top .block04 .box .cell .text .ttl {
  font-size: 2.2vw;
  letter-spacing: 0.1em;
  border-bottom: dotted 1px #fbfaf8;
  width: fit-content;
  margin: 0 auto;
}
#top .en-top .block04 .flex {
  justify-content: space-around;
  margin-top: 4vw;
}
#top .block04 .recbox {
  margin-top: 2vw;
}
#top .block04 .y-bnr .flex {
  align-items: stretch;
}
#top .block04 .rec-bt {
  border: solid 1px;
  padding: 1vw;
  background: #fff;
  position: relative;
  width: 29vw;
  height: 100%;
}
#top .block04 .rec-bt .right {
  width: 100%;
  font-size: 1.1vw;
  line-height: 1.6;
  margin: 1vw auto;
}
#top .block04 .rec-bt .right .ttl {
  font-size: 1.4vw;
  width: fit-content;
  border-bottom: solid 1px;
  margin-bottom: 1vw;
}
#top .block04 .rec-bt .right .txt {
  letter-spacing: -0.1em;
  line-height: 1.5;
}
#top .block04 .rec-bt .right .viewbox {
  width: fit-content;
  margin: 1vw 0 0 auto;
}
#top .block04 .right .viewbox .link {
  line-height: 2;
  margin-right: 1vw;
}
#top .block04 .right .viewbox .img {
  width: 2.5vw;
}
#top .block04 .full .rec-bt {
  width: 100%;
	  display: flex;
    justify-content: space-between;
    align-items: center;
}
#top .block04 .full .rec-bt .left {
  width: 30vw;
    height: 12vw;
}
#top .block04 .full .rec-bt .left img {
      object-fit: cover;
    width: 100%;
    height: 100%;
}
#top .block04 .full .rec-bt .right {
  width: 43vw;
}
/*=================================================
 * footer
 * ================================================= */
footer {
  background: #330001;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .fb00 {
  padding: 5vw 0;
  background: #fbfaf8;
  color: #330001;
}
footer .fb00 a {
  color: #330001;
}
footer .fb00 .flex {
  margin: 3vw 0 0;
  justify-content: space-between;
}
footer .fb00 .left {
  width: 48%;
}
footer .fb00 .right {
  margin-left: 2vw;
  width: 48%;
}
footer .fb00 .iframe {
  width: 48%;
}
footer .fb00 .right .ttl {
  font-size: 1.6vw;
}
footer .fb00 .right .txt {
  margin-bottom: 1vw;
}
footer .fb00 .right .flex {
  margin: 0;
}
footer .fb00 .right .telbox .icon {
  width: 4vw;
}
footer .fb00 .right .telbox .teltxt {
  font-size: 2vw;
  margin-left: 1vw;
}
footer .fb00 .right .stxt {
  font-size: 1.1vw;
  margin: 1vw 0;
}
footer .fb00 .right .webbt {
  border: solid 1px;
  border-radius: 0.5vw;
  padding: 1vw 3vw;
  text-align: center;
  font-size: 1.8vw;
}
footer .fb00 iframe {
  width: 100%;
}
footer .fb00 .right .parking {
  margin-top: 1vw;
}
footer .fb00 .info-box .box01 {
  width: 25vw;
}
footer .fb00 .info-box .box01 .ttl-box {
  margin-bottom: 0.5vw;
}
footer .fb00 .info-box .box01 .parking {
  width: 13vw;
  margin-top: 0.5vw;
}
footer .fb00 .info-box .box01 .ttl {
  font-size: 1.8vw;
}
footer .fb00 .info-box .box02 {
  justify-content: center;
  margin-top: 4.5vw;
  width: 25vw;
}
footer .fb00 .info-box .box02 .icon {
  margin: 0 1vw 0 0;
  width: 3vw;
}
footer .fb00 .info-box .box02 .teltxt {
  line-height: 0.8;
  margin-left: 0.6vw;
  font-size: 2.7vw;
}
footer .fb00 .info-box .box03 {
  width: 25vw;
  margin-top: 4vw;
}
footer .fb00 .info-box .box03 .webbt {
  text-align: center;
  font-size: 1.6vw;
  border: 1px solid #330001;
  border-radius: 10px;
  padding: 0.4vw 0;
}
footer .fb-b {
  padding: 2vw 0;
  background: #e0e0e0;
  color: #330001;
}
footer .fb-b .cell01 {
  width: 26vw;
  margin-left: 0;
	margin-right: 2vw;
}
footer .fb-b .cell02 {
  width: 20vw;
}
footer .fb01 {
  padding-top: 4vw;
  border-bottom: dotted 1px #330001;
  padding-bottom: 2vw;
  justify-content: space-between;
}
footer .fb01 .left {
  width: 30vw;
}
footer .fb01 .left .flogo {
  width: 20vw;
  margin-bottom: 2vw;
}
footer .fb01 .group {
  margin-top: 9vw;
}
footer .fb01 .group .img {
  width: 25vw;
  margin-top: 1vw;
}
footer .fb01 .right {
  width: 50vw;
  line-height: 1.5;
  justify-content: space-between;
}
footer .fb01 .right .cell1 {
  width: 20vw;
}
footer .fb01 .right .cell2 {
  width: 30vw;
}
footer .fb01 .right .cell ul li {
  margin-bottom: 1.5vw;
}
footer .fb01 .right ul {
  margin-right: 5vw;
}
footer .fb01 .right .cell ul li:before {
  content: "＞";
}
footer .fb01 .right .cell ul li a {
  margin-left: 1vw !important;
}
footer .fb02 {
  margin-top: 3vw;
  margin-bottom: 3vw;
  justify-content: space-between;
	align-items: stretch;
}
footer .fb02 .cell {
  width: 25vw;
	flex-direction: column;
    display: flex;
}
footer .fb02 .cell2 {
  border: solid;
    padding: 2.6vw 0;
    text-align: center;
    width: 25vw;
}
footer .fb02 .cell2 .webbt {
  font-size: 1.6vw;
    line-height: 1.3;
    margin-left: 1vw;
    text-align: left;
}
footer .fb02 .cell2 .flex {
	width: fit-content;
    margin: 0 auto;
    align-items: center;
}
footer .fb02 .cell3 {
 width: 25vw;
  border: solid;
  padding: 0 0.5vw;
  text-align: center;
}
footer .fb02 .cell3 .ttl {
	line-height: 1.5;
}
footer .fb02 .cell3 .txt {
  font-size: 1vw;
    line-height: 1.2;
    margin-bottom: 0.5vw;
}
footer .fb03 {
  justify-content: space-between;
}
footer .fb03 .cell {
  width: 48%;
}
footer .fb04 {
  justify-content: space-between;
  margin-top: 2vw;
  padding-bottom: 2vw;
}
footer .fb04 .left .cell {
  margin-left: 2vw;
}
footer .fb04 .left .cell img {
  width: fit-content;
  height: 2.5vw;
}
footer .fb04 .copy {
  font-size: 1vw;
}
footer .flex-sb {
  display: flex;
  justify-content: space-between;
}
/*=================================================
 * page共通
 * ================================================= */
.page .firstview {
  margin-top: 9vw;
  justify-content: space-between;
}
.page .firstview .b-h2 {
  margin-left: 10vw;
  margin-top: 13vw;
}
.page .firstview .b-h2 .ttl {
  font-size: 3vw;
  font-weight: normal;
  border-top: solid 0.5px;
  line-height: 1.5;
}
.page .firstview .img {
  width: 66vw;
}
.page .cat_ttl {
  font-size: 1vw;
  margin-right: 2vw;
  margin-top: 1vw;
}
.page .cat_ttl ul {
  display: flex;
  justify-content: flex-end;
}
.page .cat_ttl ul li {
  margin-right: 1vw;
  margin-left: 1vw;
}
/*=================================================
 * news
 * ================================================= */
#info .mainWrap {
  justify-content: space-between;
  margin-top: 5vw;
  margin-bottom: 10vw;
}
#info .mainWrap .postWrap {
  border-top: dotted 1px #330001 1px #330001;
  width: 65%;
}
#info .mainWrap .postWrap .textbox {
  margin-top: 2vw;
  border-bottom: dotted 1px #330001;
  padding-bottom: 2vw;
}
#info .mainWrap .postWrap .textbox .category {
  margin: 0 2vw;
  border: solid 1px #330001;
  padding: 0 1vw;
}
#info .mainWrap .side {
  width: 26%;
}
#info .sidebar {
  width: 25%;
}
#info .sidebar .block {
  margin-bottom: 3vw;
  border-bottom: dotted 1px #330001;
  padding-bottom: 2vw;
}
#info .sidebar .block h3 {
  font-size: 1.4vw;
  border-bottom: dotted 1px #330001;
  margin-bottom: 1vw;
  font-weight: normal;
}
#info .sidebar .block .en {
  font-size: 1.2vw;
  margin-left: 1vw;
}
#info .single {
  background: #fff;
  width: 90vw;
  padding: 3vw 6vw;
  margin: 0 auto;
  margin-top: 5vw;
  margin-bottom: 10vw;
}
#info .single main {
  width: 90%;
}
#info .single .content {
  width: 90%;
}
#info .single h4 {
  font-size: 1.4vw;
  border-bottom: dotted 1px #330001;
  padding-bottom: 1vw;
  font-weight: normal;
}
#info .single .date {
  text-align: right;
}
#info .single .content .entry {
  border-bottom: solid 1px #330001;
  margin-bottom: 2vw;
  padding-bottom: 2vw;
  margin-top: 3vw;
}
#info .single_pager {
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
}
.widget_bogo_language_switcher, .widget_categories, .widget_archive, .sidelist {
  margin-bottom: 1vw;
  border-bottom: 1px dotted #330001;
  padding-bottom: 1vw;
}
#archives-dropdown-2, select {
  padding: 0.5vw 1vw;
  margin-top: 1vw;
}
#info .pager {
  margin: 5vw 0;
}
/*=================================================
 *初めての方へ beginner
 * ================================================= */
#beginner .block01 {
  margin-top: 5vw;
  margin-bottom: 8vw;
}
#beginner .block01 .left {
  width: 35%;
}
#beginner .block01 .h2 {
  margin-left: 9vw;
}
#beginner .block01 .subttl {
  margin-left: 9vw;
}
#beginner .block01 .left .img {
  margin-top: 7vw;
}
#beginner .block01 .right {
  margin-left: 10vw;
  width: 50%;
  margin-right: 10vw;
}
#beginner .block01 .right .ttl {
  font-size: 2vw;
  line-height: 1.8;
  margin-bottom: 2vw;
}
#beginner .block02 {
  background: rgb(255, 255, 255, 0.6);
  padding: 6vw 0;
}
#beginner .block02 .left {
  width: 65%;
}
#beginner .block02 .left .txt {
  margin: 4vw 0;
}
#beginner .block02 .right {
  width: 30%;
  margin-left: 10vw;
  margin-top: 16vw;
}
#beginner .block02 .right .namebox-en {
  display: block;
}
#beginner .block02 .right .namebox {
  margin-top: 1vw;
  justify-content: flex-end;
}
#beginner .block02 .right .katagaki {
  line-height: 3.5;
  margin-right: 1vw;
}
#beginner .block02 .right .name {
  font-size: 1.8vw;
}
#beginner .block03 {
  padding: 7vw 0;
}
#beginner .block03 .flowbox {
  width: 75%;
  margin: 0 auto;
}
#beginner .block03 .flowbox .no1, #beginner .block03 .flowbox .nobox, #beginner .block03 .flowbox .nobox2 {
  background: #fff;
  padding: 2vw 3.5vw;
  justify-content: space-between;
  margin-bottom: 2vw;
}
#beginner .block03 .flowbox .num {
  font-size: 2vw;
  line-height: 1.5;
}
#beginner .block03 .flowbox .ttl {
  font-size: 1.4vw;
  margin-left: 1vw;
}
#beginner .block03 .flowbox .txt {
  margin-left: 2vw;
}
#beginner .block03 .flowbox .no1 .telbox {
  border: solid 1px #330001;
  line-height: 4;
  padding: 0 4vw;
  width: fit-content;
}
#beginner .block03 .flowbox .txt2 {
  margin-top: 2vw;
  border-top: solid 1px #330001;
  padding-top: 2vw;
}
#beginner .block03 .flowbox .img {
  margin-top: 2vw;
}
#beginner .block03 .flowbox .img2 {
  width: 40%;
  margin-top: 2vw;
}
/*=================================================
 * 院内紹介hospital
 * ================================================= */
#hospital .block01 {
  margin-top: 5vw;
  margin-bottom: 8vw;
}
#hospital .block01 .box {
  margin: 2vw 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
#hospital .block01 .box .cell {
  width: 25vw;
  margin-bottom: 2vw;
}
#hospital .block02 {
  background: #fbfaf8;
  padding: 5vw 0;
}
#hospital .block02 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3vw;
}
#hospital .block02 .box .cell {
  width: 40vw;
  margin-bottom: 2vw;
  border-bottom: solid 1px #D0CECE;
  padding: 2vw 0;
}
#hospital .block02 .box .cell .img {
  width: 38vw;
}
#hospital .block02 .box .cell .tbox {
  margin-left: 2vw;
  margin-right: 2vw;
  width: 48vw;
}
#hospital .block02 .box .cell .ttl {
  font-size: 1.4vw;
  line-height: 1.5;
  margin-bottom: 1vw;
}
/*=================================================
 * スタッフ紹介staff
 * ================================================= */
#staff .block01 {
  margin-top: 5vw;
  margin-bottom: 8vw;
}
#staff .block01 .box {
  margin-top: 5vw;
  padding-bottom: 3vw;
}
#staff .block01 .left {
  width: 28vw;
}
#staff .block01 .right {
  width: 60vw;
  margin-left: 3vw;
}
#staff .block01 .right .name {
  font-size: 1.8vw;
}
#staff .block01 .right .ttl {
  margin: 1vw 0;
}
#staff .block01 .right .std {
  vertical-align: top;
  width: 20%;
}
#staff .block01 .right .short {
  vertical-align: top;
  width: 6vw;
}
#staff .block02 {
  background: #fbfaf8;
  padding: 5vw 0;
}
#staff .block02 .box {
  width: 45vw;
  margin: 0 auto;
  justify-content: space-between;
}
#staff .block02 .cell {
  width: 20vw;
  border: dotted 1px #330001;
  padding: 2vw;
  text-align: center;
}
#staff .block02 .cell .ttl {
  font-size: 1.4vw;
  border-bottom: dotted 1px #330001;
  margin-bottom: 2vw;
}
.ashi:before {
  content: '';
  display: inline-block;
  width: 1.5vw;
  height: 1.5vw;
  background-image: url(img/staff/asiato.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 1vw;
  margin-bottom: 0.3vw;
}
#staff .block02 .cell .txt {
  text-align: left;
  margin-left: 4vw;
  margin-bottom: 1vw;
}
#staff .link_bd {
  border-bottom: 1px solid #330001;
}
/*=================================================
 *診療科一覧dept
 * ================================================= */
#dept .block01 {
  padding: 5vw 0;
}
#dept .block01 .box {
  padding-top: 3vw;
  padding-bottom: 2vw;
  justify-content: space-between;
}
#dept .block01 .box .cell {
  width: 38vw;
}
#dept .block01 .box2 {
  margin-top: 2vw;
  border: dotted 1px #330001;
  padding: 2vw 3vw;
}
#dept .block01 .box2 .sttl {
  width: 20vw;
  text-align: center;
  padding: 3vw;
  border-right: dotted 1px #330001;
}
#dept .block01 .box2 .txt2 {
  padding-left: 3vw;
  width: 60vw;
}
.bnr-box {
  margin-top: 4vw;
  justify-content: space-between;
}
.bnr-box .cell {
  width: 38vw;
}
#dept .block01 .flex-sb {
  display: flex;
  justify-content: space-between;
}
#dept .block01 .center {
  text-align: center;
}
#dept .block01 .link-box .cell {
  padding: 3vw 3vw;
}
#dept .block01 .box {
  align-items: center;
}
#dept .bg-w {
  background: #fbfaf8;
}
/*=================================================
 * 料金表price
 * ================================================= */
#price .tax {
  margin: 3vw 0;
}
#price .block01 .ttl {
  font-size: 1.4vw;
  border-bottom: solid 1px #330001;
}
#price .block01 .sbox {
  margin: 2vw 0;
  justify-content: space-between;
}
#price .block01 .sbox .cell {
  width: 38vw;
}
#price .block01 .sbox .cell .ttl {
  margin-bottom: 1vw;
  border: unset;
}
#price .block01 .sbox .cell tr {
  border-bottom: dotted 1px #330001;
}
#price .block01 .sbox .cell tr td {
  border-right: dotted 1px #330001;
}
#price .block01 .sbox .cell .sttl {
  padding: 1vw 2vw;
  width: 23vw;
}
#price .block01 .sbox .cell .yen {
  padding: 1vw 10vw 1vw 2vw;
  width: 30vw;
  text-align: right;
}
#price .block02 {
  background: #fff;
  padding: 5vw 14vw;
  margin-top: 5vw;
}
#price .block02 .ttl {
  font-size: 1.4vw;
}
#price .block02 .img {
  margin: 2vw 0;
}
#price .block02 .txt2 {
  border-top: dotted 1px #330001;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
#price .block02 .img2 {
  width: 25vw;
}
/*=================================================
 * リクルートrecruit タブ切り替え
 * ================================================= */
#recruit .jobinfo {
  background: #fbfaf8;
  padding: 3vw 5vw;
}
#recruit .jobinfo .title {
  font-size: 2vw;
}
#recruit .jobinfo .sub {
  border: solid 1px #330001;
  width: fit-content;
  padding: 0.5vw 1vw;
  margin-top: 1vw;
}
#recruit .area {
  flex-wrap: wrap;
  display: flex;
  width: 70vw;
  margin: 5vw auto;
}
#recruit .tab_class {
  width: calc(100%/3);
  height: 4vw;
  line-height: 4vw;
  text-align: center;
  display: block;
  float: left;
  order: -1;
  color: #333;
  font-weight: normal;
  background: #D3AB82;
  border-left: 2px solid #fbfaf8;
}
#recruit .last-tab {
  border-right: 1px solid #333;
}
#recruit input[name="tab_name"] {
  display: none;
}
#recruit input:checked + .tab_class {
  background-color: #773F08;
  color: #fff;
}
#recruit .content_class {
  display: none;
  width: 100%;
}
#recruit input:checked + .tab_class + .content_class {
  display: block;
}
#recruit .block01 .jobinfo .att {
  text-align: left;
  color: red;
  font-weight: bold;
  margin-top: 2vw;
  line-height: 1.5;
}
.profileArea {
  text-align: left;
  position: relative;
}
.profileArea > .in {
  max-width: 60vw;
  width: 100%;
  margin: auto;
  padding: 50px 0 80px;
}
.profileArea > .in .content {
  display: table;
  width: 100%;
}
.profileArea > .in .content .tr {
  display: table-row;
}
.profileArea > .in .content .tr .tit, .profileArea > .in .content .tr .cap {
  display: table-cell;
  vertical-align: top;
  border-top: 1px solid #707070;
  padding: 16px 0;
}
.profileArea > .in .content .tr .tit {
  text-align: left;
  width: 12vw;
  padding-left: 30px;
}
.profileArea > .in .content .tr .tit.type01 {
  letter-spacing: 2rem;
}
.profileArea > .in .content .tr .tit.type03 {
  letter-spacing: 0.5rem;
}
.profileArea > .in .content .tr .tit.type04 {
  letter-spacing: 0rem;
}
.profileArea > .in .content .tr .tit.type05 {
  letter-spacing: 0rem;
}
.profileArea > .in .content .tr .cap {
  padding-left: 44px;
  padding-right: 10px;
}
.profileArea > .in .content .tr:last-child .tit, .profileArea > .in .content .tr:last-child .cap {
  border-bottom: 1px solid #707070;
}
#recruit .block02 .box {
  border: solid 1px #330001;
  padding: 3vw 24vw;
}
#recruit .block02 .box .ttl {
  text-align: center;
  font-size: 1.8vw;
  margin-bottom: 2vw;
}
#recruit .block02 .box .txt {
  text-align: center;
  margin-bottom: 2vw;
}
#recruit .block02 .box .telbox {
  width: 25vw;
  margin: 0 auto;
}
#recruit .att-txt {
  text-align: center;
  margin: 5vw auto 10vw;
}
/*=================================================
 * 専科診療
 * ================================================= */
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
#special .center {
  text-align: center;
}
#special .right {
  text-align: right;
}
#special .block01 {
  margin: 7vw auto;
}
#special .block01 .mainWrap {
  width: 90vw;
}
.link-box .cell {
  width: 16.5vw;
  margin-top: 3vw;
  padding: 1.5vw 3vw;
  border-radius: 20px;
}
.link-box .cell .img {
  margin: 1vw auto;
}
.link-box-en .ttl {
  height: 4vw;
}
.link-box .ttl {
  line-height: 1.5;
}
#special .bg-w {
  background: #fbfaf8;
}
#special .bg-b {
  background: #F6F4EE;
  margin-top: 0;
  padding: 0;
  border-radius: unset;
}
#special .flex-sb {
  display: flex;
  justify-content: space-between;
}
#special .sign {
  font-size: 7vw;
  z-index: 9;
  opacity: 0.05;
  letter-spacing: 7px;
  font-weight: lighter;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  right: 0;
  line-height: 1;
}
#special .block-common {
  padding: 7vw 0;
  margin-bottom: 13vw;
}
#special .block-common .wrap1 {
  margin-bottom: 7vw;
}
#special .block-common .wrap1 .box1 {
  width: 39vw;
  top: -6vw;
  left: 0;
}
#special .block-common .wrap1 .box2 {
  width: 71vw;
  margin: 11vw 0 0 auto;
  padding: 5vw 0;
}
#special .block-common .wrap1 .box2 .txt-box {
  width: 48vw;
  margin-left: 14vw;
}
#special .bdr-ttl {
  margin-bottom: 2vw;
  position: relative;
  padding-left: 3vw;
}
#special .bdr-ttl:before {
  content: "";
  width: 2vw;
  height: 1px;
  background-color: #330001;
  position: absolute;
  top: 1.7vw;
  left: 0;
}
#special .content-box {
  margin-top: 2vw;
  border: dotted 1px #330001;
  padding: 2vw 3vw;
}
#special .content-box .sttl {
  width: 20vw;
  text-align: center;
  padding: 3vw;
  border-right: dotted 1px #330001;
}
#special .content-box .txt2 {
  padding-left: 3vw;
  width: 60vw;
}
#special .block-common .wrap2 .box1 {
  margin-bottom: 7vw;
}
#special .block-common .wrap2 .box2 .img {
  width: 17vw;
  margin-left: 4vw;
}
#special .block-common .wrap2 .box2 .txt-wrap {
  width: 54vw;
}
#special .block-common .wrap2 .box2 .txt-wrap .name {
  margin-bottom: 1vw;
}
.bdr-btn {
  border: 1px solid #330001;
  border-radius: 30px;
  width: fit-content;
  margin: 1vw 0 0 auto;
  padding: 0.5vw 5vw;
}
/*=================================================
 * ペットフード
 * ================================================= */
#food .block01 .flex {
  margin: 8vw 0;
  justify-content: space-between;
}
#food .block01 .box {
  width: 38vw;
  background: #fff;
  text-align: center;
  padding-bottom: 3vw;
}
#food .block01 .box .img {
  width: 15vw;
  margin: 0 auto;
  padding: 3vw 0;
}
#food .block01 .box .chirashi {
  width: 28vw;
  margin: 0 auto;
}
#food .block01 .box .txt {
  padding: 3vw 0;
}
#food .block01 .box .qr {
  width: 11vw;
  margin: 0 auto;
  padding-bottom: 3vw;
}
.nuri-btn {
  background: #330001;
  border-radius: 30px;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5vw 5vw;
}
#food .block01 .box a {
  text-decoration: none;
  color: #fff;
}
/*=================================================
 * 獣医師の方へ
 * ================================================= */
#intro .flex-sb {
  display: flex;
  justify-content: space-between;
}
#intro .tc {
  color: #153A80;
}
#intro .bg-tc {
  background-color: #153A80;
}
#intro .bg-tc2 {
  background-color: #EEF1F6;
}
#intro .white {
  color: #fff;
}
#intro .center {
  text-align: center;
  margin: 0 auto;
}
#intro .block01 {
  padding: 7vw 0 3vw;
}
#intro .block01 .img {
  width: 30vw;
}
#intro .block01 .txtbox {
  width: 46vw;
}
#intro .m-ttl {
  line-height: 1.6;
  margin-bottom: 3vw;
  border-bottom: solid 1px #153A80;
  width: fit-content;
  padding-bottom: 0.5vw;
}
#intro .block01 .txt {
  letter-spacing: -0.05em;
}
#intro .block02 .sttl {
  text-align: center;
  margin-top: 5vw;
}
#intro .block02 .txtbox {
  padding-top: 2vw;
  text-align: center;
}
#intro .content-box {
  margin-top: 2vw;
  border: dotted 1px #330001;
  padding: 2vw 3vw;
}
#intro .content-box .sttl {
  width: 23vw;
  text-align: left;
  border-right: dotted 1px #330001;
  margin: 0;
}
#intro .content-box .txt2 {
  padding-left: 3vw;
  width: 50vw;
}
#intro .btbox {
  text-align: center;
  width: fit-content;
  padding: 0.5vw 5vw;
  margin: 0 auto;
  margin-top: 3vw;
  margin-bottom: 3vw;
  position: relative;
}
#intro .btbox .fa-solid {
  position: absolute;
  right: 1vw;
  top: 1.5vw;
  color: #fff;
}
#intro .block02 .txtwrap {
  width: 59vw;
  margin: 0 auto;
  border: solid 1px #153A80;
  padding: 2vw 3vw;
  color: #153A80;
  font-weight: bold;
  margin-bottom: 2vw;
}
#intro .block02 .txt {
  width: 59vw;
  margin: 0 auto;
  padding-bottom: 5vw;
}
#intro .block03 .m-ttl {
  padding-top: 5vw;
}
#intro .block03 .box {
  padding: 3vw 0;
  margin-bottom: 5vw;
}
#intro .block03 .circle {
  display: inline-block;
  width: 9vw;
  height: 9vw;
  border-radius: 50%;
  background: #EEF1F6;
  text-align: center;
  line-height: 4.7;
}
#intro .block03 .num {
  width: 17vw;
  text-align: right;
}
#intro .block03 .txtbox {
  width: 58vw;
}
#intro .block03 .txtbox .sttl {
  line-height: 5;
}
#intro .block03 .txtbox a {
  color: #153A80;
  text-decoration: underline;
}
#intro .block03 .txtbox .bg-tc2 {
  width: fit-content;
  padding: 3vw 2vw;
}
#intro .block03 .btbox {
  border: solid 2px #153A80;
  width: 100%;
  background: #fff;
  padding: 2vw 0;
}
#intro .block03 .btbox .fa-solid {
  position: absolute;
  right: 2vw;
  top: 3vw;
  color: #153A80;
}
#intro .block03 .bnrbox {
  padding-bottom: 10vw;
}
#intro .block03 .bnrbox .cell {
  width: 31%;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
#intro .block03 .bnrbox .cell .fa-solid {
  position: absolute;
  right: 1vw;
  top: 4.2vw;
  color: #fff;
  font-size: 2vw;
}
#intro .block03 .bnrbox .cell .bg-tc {
  padding: 2vw 0;
}
#intro .block03 .bnrbox .cell .bg-tc2 {
  padding: 2.2vw 0;
  background: #153A80;
}
#intro .block03 .bnrbox .cell a {
  color: #fff;
}
/*=================================================
 * 輸血ご協力のお願い
 * ================================================= */
#trans .firstview .b-h2 .ttl {
  font-size: 2.6vw;
  font-weight: normal;
  border-top: solid 0.5px;
  line-height: 1.5;
}
#trans .mainWrap {
  width: 66vw;
  margin: 0 auto;
  position: relative;
}
#trans .b01 .lead {
  margin: 3vw 0;
}
#trans .b01 .box .wrap {
  padding: 3vw 6vw;
}
#trans .b01 .box .wrap .cell {
  width: 12vw;
}
#trans .b01 .box .wrap .cell .img {
  width: 8vw;
  margin: 0 auto;
}
#trans .conbox {
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  margin: 5vw 0;
  padding: 3vw 0;
}
#trans .conbox .txtbox {
  margin-top: 3vw;
  padding: 3vw 0;
}
#trans .conbox .txtbox .tel {
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 3vw;
  margin: 1vw 0;
}
#trans .b02 .txt {
  margin: 3vw 0 5vw;
}
#trans .b03 .box {
  margin-top: 3vw;
}
#trans .b03 .box .img {
  width: 24vw;
}
#trans .b03 .box .txtbox {
  width: 39vw;
}
#trans .b04 {
  margin: 5vw 0;
}
#trans .b04 .lead {
  margin: 3vw 0 5vw;
}
#trans .b04 .table01 table th {
  width: 35%;
  padding: 30px;
}
#trans .b05 {
  margin-bottom: 10vw;
}
#trans .b05 .box {
  margin: 3vw 0 8vw;
}
#trans .b05 .box .txtbox {
  width: 38vw;
}
#trans .b05 .box .img {
  width: 24vw;
}
#trans .b05 .lead {
  margin: 3vw 0;
}
#trans .b05 .dog {
  width: 54vw;
  margin: 0 auto;
  margin-bottom: 8vw;
}
#trans .b05 .cat {
  width: 54vw;
  margin: 0 auto;
}
#trans .b05 .table02 {
  margin: 1vw 0;
}
#trans .b05 .table03 {
  margin: 1vw 0;
}
/*=================================================
 * レスポンシブ
 * ================================================= */
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  body {
    font-size: 3.5vw;
    line-height: 2;
  }
  a:hover {
    opacity: none;
    filter: none;
  }
  .flex {
    display: block;
    flex-direction: column;
  }
  .mainWrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: block;
  }
  /*フォントサイズ*/
  .f10 {
    font-size: 3vw;
  }
  .f12 {
    font-size: 3vw;
  }
  .f14 {
    font-size: 3.5vw;
  }
  .f16 {
    font-size: 3.6vw;
  }
  .f18 {
    font-size: 3.7vw;
  }
  .f20 {
    font-size: 4vw;
  }
  .f22 {
    font-size: 5vw;
  }
  .f24 {
    font-size: 5vw;
  }
  .f26 {
    font-size: 5.2vw;
  }
  .f28 {
    font-size: 5.0vw !important;
  }
  .f30 {
    font-size: 5.3vw;
  }
  .f32 {
    font-size: 5.4vw;
  }
  .f34 {
    font-size: 5.5vw;
  }
  .f36 {
    font-size: 6.5vw;
    line-height: 1.5;
  }
  .f46 {
    font-size: 5.8vw;
    line-height: 1.3;
  }
  .f48 {
    font-size: 6vw;
    line-height: 1.3;
  }
  .f50 {
    font-size: 9vw;
    line-height: 1.2;
  }
  .f70 {
    font-size: 10vw;
  }
  .menu-btn {
    top: 15px;
    right: 4px;
    height: 70px;
    width: 70px;
  }
  .menu-btn span, .menu-btn span::before {
    width: 36px;
    top: 17px;
  }
  .menu-btn span::after {
    font-size: 12px;
    top: 21px;
    left: 2px;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 10%;
  }
  .menu-content ul {
    padding: 10vw 10vw 5vw;
    width: 100%;
  }
  .menu-content .group .img {
    width: 80vw;
    margin-top: 1vw;
    margin-bottom: 12vw;
  }
  .menu-content ul li a {
    font-size: 3.8vw;
    line-height: 3;
    padding: 0vw 0 1vw 0;
  }
  .menu-content .lh a {
    line-height: 1.5;
  }
  header .box {
    flex-direction: row;
  }
  header .box .box-r .lang-in {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    margin: 12vw 0 0 10vw;
    width: 17vw;
    font-size: 4vw;
  }
	header .box .box-r {
    width: 32vw;
}
	.remove-btWrap {
    bottom: 14vw;
}
	header .float01 {
  width: 47vw;
  margin-right: 3vw;
  }
  header .float02 {
   width: 17vw;
}
  .menu-content .infobox {
    width: 80%;
    height: fit-content;
    margin-left: 5vw;
    margin-top: 2vw;
    margin-bottom: 5vw;
  }
  .menu-content .menubt {
    width: 80%;
  }
  .menu-content .menubt .cell {
    padding: 0;
    width: 100%;
    margin-bottom: 7vw;
  }
  .menu-content .menubt .cell a {
    padding: 3vw;
  }
  .menu-content .snsbt {
    width: 50vw;
    margin-left: 6vw;
    margin-top: 2vw;
    text-align: center;
    margin-bottom: 10vw;
    display: flex;
    flex-direction: row;
  }
  .menu-content .snsbt .cell {
    margin-right: 8vw;
  }
  .menubox .inner {
    padding: 0 0 0 9vw;
  }
  .menubox .inner li a {
    padding-left: 5.5vw;
  }
  .menubox .inner li a:before {
    width: 3vw;
    top: 5.7vw;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    height: 18vw;
  }
  header nav {
    display: none;
  }
  header .mainWrap {
    width: 90%;
  }
  header h1 {
    padding: 3vw 0;
    width: 40vw;
  }
  header .box .box-r .yoyakubt {
    display: none;
  }
  header .box .box-r .lang {
    line-height: 4.5;
  }
  .bogo-language-switcher {
    margin-right: 5vw;
  }
  ul.bogo-language-switcher li {
    margin-right: 5vw;
  }
  #top .att-pop {
    width: 85vw;
    position: absolute;
    top: 23vw;
    left: 2vw;
  }
  #top .att-pop .txt {
    padding: 2vw;
  }
  #top .att-pop .txt:after {
    margin-left: 1.5vw;
  }
  #top .att-popbox {
    width: 90vw;
    margin: 0 auto;
    position: unset;
    top: 10vw;
    left: 0;
    right: 0;
    margin-top: 5vw;
  }
  #top .att-pop2 {
    background-color: #00a540;
    border-radius: 50px;
    width: 100%;
    z-index: 999;
    height: auto;
    margin-bottom: 5vw;
    line-height: 1.6;
  }
	#top .att-pop2 .txt {
		padding: 2vw;
	}
  #top .firstview .info2024 {
    width: 85vw;
    position: absolute;
    top: 5vw;
    left: 2vw;
  }
  #top .firstview {
    margin-top: 18vw;
	  height: 90vw;
  }
  #top .firstview .bnr_hope {
    width: 22vw;
    position: absolute;
    top: 65vw;
    left: unset;
    right: 3vw;
  }
  #top .infobox-sp {
    width: 90%;
    margin: 0 auto;
    padding-top: 5vw;
  }
  #top .y-bnr .flex .cell {
    width: 100%;
    margin-bottom: 3vw;
  }
  #top .block01 {
    margin: 0 auto;
    margin-top: 10vw;
    width: 90%;
  }
  .h2 {
    font-size: 6vw;
    letter-spacing: 0.2em;
    line-height: 1;
  }
  #top .block01 .right {
    margin-left: 0;
    border-left: unset;
    padding-left: 0;
    position: relative;
    margin-top: 5vw;
    border-top: dotted 1px #330001;
  }
  #top .block01 .right ul li {
    margin-bottom: 0;
    border-bottom: dotted 1px #330001;
    padding: 3vw 0;
  }
  #top .block01 .right .ttl {
    line-height: 1.6;
  }
  #top .block01 .viewbox {
    position: unset;
    margin: 5vw 0;
    width: 100%;
    justify-content: flex-end;
  }
  #top .block01 .viewbt {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  #top .block02 {
    width: 90%;
    display: flex;
  }
  #top .block02 .left .img {
    width: 70vw;
  }
  #top .block02 .right {
    background: #fbfaf8;
    position: absolute;
    top: 35vw;
    width: 80vw;
    right: 0;
    padding: 42vw 5vw 5vw 5vw;
    height: 125vw;
  }
  #top .block02 .right .ttl {
    font-size: 5vw;
  }
  #top .block02 .right .viewbox {
    position: unset;
  }
  #top .block02 .right .viewbt {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  #top .block02 .right .viewbox .link {
    width: unset;
  }
  #top .block02 .right .viewbt .img {
    width: 10vw;
  }
  #top .block02 .right {
    background: #fbfaf8;
    position: absolute;
    top: 35vw;
    width: 80vw;
    right: 0;
    padding: 42vw 5vw 5vw 5vw;
    height: 125vw;
  }
  #top .block02 .right-en {
    background: #fbfaf8;
    position: absolute;
    top: 35vw;
    width: 80vw;
    right: 0;
    padding: 42vw 5vw 5vw 5vw;
    height: 135vw;
  }
  #top .block02 .right-en .ttl {
    font-size: 5vw;
  }
  #top .block02 .right-en .viewbox {
    position: unset;
  }
  #top .block02 .right-en .viewbt {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  #top .block02 .right-en .viewbox .link {
    width: unset;
    line-height: 2.6;
  }
  #top .block02 .right-en .viewbt .img {
    width: 10vw;
  }
  #top .block03 {
    margin-top: 105vw;
    background: #fbfaf8;
    padding: 15vw 0;
    position: relative;
  }
  #top .block03 .bg-b .left {
    border-right: unset;
    width: 80%;
  }
  #top .block03 .bg-b .ttl {
    font-size: 4.5vw;
  }
  #top .block03 .bg-b .flex {
    display: flex;
    flex-direction: row;
    padding: 5vw 0;
    width: 67vw;
  }
  #top .block03 .bg-b .right {
    width: 100%;
    padding-bottom: 5vw;
  }
  #top .block03 .bg-b .right .txt ul {
    width: 75%;
  }
  #top .block03 .box4 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #top .block03 .box4 .cell {
    width: 48%;
  }
  #top .block03 .box4 .cell-en {
    width: 48%;
  }
  #top .block03 .box4 .cell-en .ttl-en {
    margin-top: 0;
    height: 25vw;
    border-bottom: dotted 1px #330001;
    width: fit-content;
    text-align: center;
    margin: 2vw auto 5vw;
    line-height: 1.6;
  }
  #top .block03 .bg-b .ttl {
    font-size: 3.5vw;
  }
  #top .block04 {
    padding: 3vw 0 9vw;
  }
  #top .block04 .box-sp {
    width: 90%;
    margin: 0 auto;
    padding: 12vw 0;
  }
  #top .block04 .box-sp .cell {
    position: relative;
    margin-bottom: 7vw;
  }
  #top .block04 .box-sp .cell .text {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    text-align: center;
    height: fit-content;
  }
  #top .block04 .box-sp .cell .ttl {
    font-size: 7vw;
    border-bottom: 1px solid #fff;
    width: 39vw;
    line-height: 1.4;
    margin-bottom: 2vw;
    letter-spacing: 1vw;
  }
  #top .block04 .rec-bt {
    padding: 2vw;
    display: block;
    width: 100%;
	  flex-wrap: wrap;
  }
	#top .block04 .full .rec-bt .left {
    width: 100%;
    height: 25vw;
}
  #top .block04 .rec-bt .right .txt {
    letter-spacing: 0;
    line-height: 2;
  }
  #top .block04 .right .viewbox .link {
    line-height: 2.5;
    margin-right: 3vw;
  }
  #top .block04 .right .viewbox .img {
    width: 9vw;
  }
  #top .block04 .rec-bt .left img, #top .block04 .full .rec-bt .left img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  #top .block04 .rec-bt .right, #top .block04 .full .rec-bt .right {
    font-size: 3.4vw;
    width: 90%;
    margin: 0 auto;
    padding: 3vw 0;
  }
  #top .block04 .rec-bt .right .ttl, #top .full .block04 .rec-bt .right .ttl {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
  #top .block04 .rec-bt .right .viewbox {
    position: unset;
  }
  #top .block04 .rec-bt .right .viewbt {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  footer {
    padding-bottom: 14vw;
  }
  footer .fb00 {
    padding: 13vw 0;
  }
  footer .fb00 .left {
    width: 100%;
  }
  footer .fb00 .right .ttl {
    font-size: 5vw;
  }
  footer .fb00 .right {
    margin-left: 0;
    width: 90%;
    margin: 0 auto;
  }
  footer .fb00 .iframe {
    width: 90%;
    margin: 8vw auto;
  }
  footer .fb00 .iframe iframe {
    height: 80vw;
  }
  footer .fb00 .right .flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 5vw 0 0;
  }
  footer .fb00 .right .telbox .icon {
    width: 10vw;
    margin-right: 2vw;
  }
  footer .fb00 .right .telbox .teltxt {
    font-size: 7vw;
    margin-left: 1vw;
    letter-spacing: 0.2em;
    line-height: 1.5;
  }
  footer .fb00 .right .stxt {
    font-size: 3.5vw;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5vw;
  }
  footer .fb00 .right .webbt {
    border: solid 1px;
    border-radius: 0.5vw;
    padding: 5vw 3vw;
    text-align: center;
    font-size: 4.5vw;
  }
  footer .fb00 .right .parking {
    margin-top: 5vw;
  }
  footer .fb01 .left .flogo {
    width: 45vw;
  }
  footer .fb01 .group .img {
    width: 60vw;
    margin-top: 2vw;
    margin-bottom: 12vw;
  }
  footer .fb01 .left {
    width: 100%;
  }
  footer .fb01 .right {
    width: 100%;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  footer .fb01 .right .cell1, footer .fb01 .right .cell2 {
    width: 100%;
  }
  footer .fb01 .right .cell ul li {
    margin-bottom: 6vw;
  }
  footer .fb02 .cell {
    width: 100%;
  }
  footer .fb02 .cell2 {
    border: solid;
        padding: 5vw 7vw;
        text-align: center;
        margin: 5vw 0;
	  width: 100%;
  }
  footer .fb02 .cell2 .flex {
    display: flex;
    flex-direction: row;
	  width: 100%;
  }
	footer .fb02 .cell2 .img {
		width: 11vw;
	}
  footer .fb02 .cell2 .webbt {
    font-size: 5vw;
	  margin-left: 6vw;
  }
  footer .fb02 .cell3 {
    width: 100%;
    padding: 5vw;
  }
  footer .fb02 .cell3 .txt {
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
  footer .fb03 .cell {
    width: 100%;
  }
  footer .fb04 .snsbt {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 5vw 0;
  }
  footer .fb04 .left .cell {
    margin-left: 5vw;
  }
  footer .fb04 .left .cell img {
    width: fit-content;
    height: 7.5vw;
  }
  footer .fb04 .copy {
    font-size: 3vw;
    text-align: center;
  }
  footer .fb-b {
    padding: 8vw 0;
  }
	footer .fb-b .bnrbox {
		width: fit-content;
    margin: auto;
	}
  footer .fb-b .cell01 {
    width: 66vw;
    margin-right: 0;
    margin-bottom: 5vw;
  }
	footer .fb-b .cell02 {
    width: 66vw;
  }
  .page .firstview {
    margin-top: 18vw;
    justify-content: space-around;
    border-top: solid 0.5px;
  }
  .page .firstview .b-h2 {
    margin-left: 5vw;
    margin-top: 5vw;
  }
  .page .firstview .b-h2 .ttl {
    font-size: 6vw;
    font-weight: normal;
    border-top: solid 0.5px;
    line-height: 1.5;
    width: fit-content;
  }
  .page .firstview .img {
    width: 80vw;
    margin-left: 20vw;
    margin-top: 5vw;
  }
  .page .cat_ttl {
    font-size: 3vw;
    margin-bottom: 15vw;
  }
  #beginner .block01 {
    margin-bottom: 12vw;
  }
  #beginner .block01 .left {
    width: 90%;
    margin: 0 auto;
  }
  #beginner .block01 .h2 {
    margin-left: 0;
  }
  #beginner .block01 .subttl {
    margin-left: 0;
  }
  #beginner .block01 .right {
    margin-left: 0;
    width: 90%;
    margin-right: 0;
    margin: 0 auto;
    padding-top: 5vw;
  }
  #beginner .block01 .right .ttl {
    font-size: 5vw;
  }
  #beginner .block02 {
    padding: 12vw 0;
  }
  #beginner .block02 .mainWrap {
    display: flex;
  }
  #beginner .block02 .h2 {
    margin-left: 5vw;
  }
  #beginner .block02 .subttl {
    margin-left: 5vw;
  }
  #beginner .block02 .left {
    width: 100%;
    order: 2;
  }
  #beginner .block02 .right {
    width: 45%;
    margin-left: 0;
    margin-top: 0;
    margin: 0 auto;
    padding: 5vw 0;
    order: 1;
  }
  #beginner .block02 .right .namebox {
    margin-top: 3vw;
  }
  #beginner .block02 .right .namebox .katagaki {
    line-height: 1.5;
    margin-right: 1vw;
  }
  #beginner .block02 .right .namebox .name {
    font-size: 4.5vw;
    line-height: 1.5;
    text-align: center;
  }
  #beginner .block03 {
    padding: 12vw 0;
  }
  #beginner .block03 .flowbox {
    width: 100%;
    margin: 0 auto;
    margin-top: 5vw;
  }
  #beginner .block03 .flowbox .txtbox .flex, #beginner .block03 .flowbox .nobox .flex, #beginner .block03 .flowbox .nobox2 .flex {
    display: flex;
    flex-direction: row;
  }
  #beginner .block03 .flowbox .num {
    font-size: 7vw;
    line-height: 1.5;
  }
  #beginner .block03 .flowbox .ttl {
    font-size: 4.5vw;
    margin-left: 3vw;
  }
  #beginner .block03 .flowbox .no1 .telbox {
    line-height: 3;
    padding: 0 4vw;
    width: fit-content;
    margin: 0 auto;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  #beginner .block03 .flowbox .no1, #beginner .block03 .flowbox .nobox, #beginner .block03 .flowbox .nobox2 {
    margin-bottom: 8vw;
  }
  #beginner .block03 .flowbox .img2 {
    width: 60%;
  }
  #hospital .block01 .box .cell {
    width: 100%;
    margin-bottom: 8vw;
  }
  #hospital .block01 .box {
    width: 90%;
    margin: 5vw auto;
  }
  #hospital .block02 .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3vw;
    flex-direction: column;
  }
  #hospital .block02 .box .cell {
    width: 90%;
    margin: 0 auto 3vw;
    border-bottom: solid 1px #D0CECE;
    padding: 3vw 0;
  }
  #hospital .block02 .box .cell .img {
    width: 50%;
    margin: 0 auto;
  }
  #hospital .block02 .box .cell .tbox {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  #hospital .block02 .box .cell .ttl {
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 3vw;
    margin-top: 3vw;
    text-align: center;
  }
  #staff .block01 .left {
    width: 50%;
    margin: 0 auto;
  }
  #staff .block01 .right {
    width: 100%;
    margin-left: 0;
    margin-top: 3vw;
  }
  .katagaki {
    text-align: center;
    font-size: 3.5vw;
  }
  #staff .block01 .right .name {
    font-size: 4.5vw;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  #staff .block01 .right .en {
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  #staff .block02 .box {
    width: 100%;
  }
  #staff .block02 .cell {
    width: 100%;
    margin-bottom: 5vw;
    margin-top: 3vw;
  }
  #staff .block02 .cell .ttl {
    font-size: 4.5vw;
    border-bottom: dotted 1px #330001;
    margin-bottom: 2vw;
  }
  #staff .block01 .right .short {
    width: 17vw;
  }
  #staff .block01 .box {
    margin-top: 15vw;
  }
  .ashi:before {
    content: '';
    display: inline-block;
    width: 5vw;
    height: 5vw;
    background-image: url(img/staff/asiato.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 3vw;
    margin-bottom: 1vw;
  }
  #dept .cat_ttl {
    margin-bottom: 0;
  }
  #dept .block03 {
    margin-top: 5vw !important;
  }
  #dept .block01 .box .cell {
    width: 100%;
    margin: 3vw 0;
  }
  #dept .block01 .box2 .sttl {
    width: 100%;
    text-align: center;
    padding: 3vw;
    border-right: unset;
    border-bottom: dotted 1px #330001;
  }
  #dept .block01 .box2 .txt2 {
    padding-left: 0;
    width: 100%;
    margin: 3vw 0;
  }
  #dept .block01 {
    padding: 10vw 0;
  }
  #dept .block01 .flex-sb {
    flex-wrap: wrap;
  }
  #dept .block01 .link-box .cell {
    padding: 5vw 3vw;
  }
  .bnr-box {
    margin-top: 10vw;
  }
  .bnr-box .cell {
    width: 100%;
    margin-bottom: 7vw;
  }
  .bnr-box .cell:last-child {
    margin-bottom: 0;
  }
  #price .block01 .ttl {
    font-size: 4.5vw;
  }
  #price .block01 .sbox .cell {
    width: 100%;
  }
  #price .block01 .Bbox {
    margin-top: 8vw;
  }
  #price .block02 {
    padding: 5vw;
  }
  #price .block02 .ttl {
    font-size: 4.5vw;
  }
  #price .block02 .img2 {
    width: 50vw;
  }
  #info .mainWrap .postWrap {
    width: 100%;
  }
  #info .mainWrap .postWrap .textbox .category {
    margin: 0;
    padding: 0 1vw;
    width: fit-content;
  }
  #info .mainWrap .side {
    width: 100%;
    margin-top: 10vw;
  }
  #info .sidebar {
    margin-top: 10vw;
  }
  #info .sidebar .block h3 {
    font-size: 4vw;
    margin-bottom: 1vw;
  }
  #info .sidebar .block .en {
    font-size: 3vw;
    margin-left: 3vw;
  }
  #info .single {
    width: 90vw;
    padding: 5vw;
  }
  #info .single .content {
    width: 100%;
  }
  #info .single h4 {
    font-size: 4vw;
    border-bottom: dotted 1px #330001;
    padding-bottom: 1vw;
    line-height: 1.6;
  }
  #info .single .content .entry {
    margin-bottom: 5vw;
    padding-bottom: 5vw;
    margin-top: 5vw;
  }
  #recruit .area {
    width: 100%;
  }
  #recruit .tab_class {
    height: 10vw;
    line-height: 3;
  }
  #recruit .jobinfo .title {
    font-size: 5vw;
  }
  .profileArea > .in {
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 5vw 0;
  }
  .profileArea > .in .content {
    display: table;
    width: 100%;
  }
  .profileArea > .in .content .tr .tit {
    text-align: left;
    width: 18vw;
    padding-left: 0;
  }
  .profileArea > .in .content .tr .cap {
    padding-left: 5vw;
    padding-right: 0;
  }
  #recruit .block02 .box {
    padding: 5vw;
  }
  #recruit .block02 .box .ttl {
    font-size: 4.5vw;
  }
  #recruit .block02 .box .telbox {
    width: 80vw;
  }
  #fixbtn .btnWrap {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #655050;
    display: flex;
    z-index: 9999;
    justify-content: space-between;
  }
  #fixbtn .btnWrap .bdr {
    border-right: 1px dotted #fff;
  }
  #fixbtn p {
    color: #fff;
  }
  #fixbtn .btn {
    display: flex;
    width: fit-content;
    margin: 0 auto;
  }
  #fixbtn .btn .img {
    width: 5vw;
  }
  #fixbtn .w-btn .img {
    line-height: 1.6;
  }
  #fixbtn .t-btn .img {
    line-height: 1.8;
  }
  #fixbtn .btn p {
    margin: 0 0 0 3vw;
  }
  #fixbtn .btnWrap a {
    width: 50%;
    padding: 2.5vw;
  }
  #fixbtn .btnWrap .bdr-r {
    border-right: 1px solid #fff;
  }
  #special .flex, #special .flex-sb {
    flex-wrap: wrap;
  }
  #special .block01 .m-ttl {
    margin-bottom: 9vw;
  }
  .link-box .cell {
    width: 43vw;
  }
  #special .block01 {
    margin: 7vw auto 15vw;
  }
  #special .block-common {
    padding: 12vw 0;
    margin-bottom: 15vw;
  }
  #special .h3-box {
    margin-bottom: 8vw;
  }
  #special .block-common .wrap1 .box1 {
    width: 64vw;
    top: 0;
    left: 0;
    position: unset;
  }
  #special .sign {
    font-size: 11vw;
    top: 46vw;
    letter-spacing: 3px;
  }
  #special .block-common .wrap1 .box2 {
    width: 90%;
    margin: -40vw 0 12vw auto;
    padding: 10vw 5vw;
  }
  #special .block-common .wrap1 .box2 .txt-box {
    width: 76vw;
    margin-left: 0;
    margin-top: 40vw;
  }
  #special .bdr-ttl {
    line-height: 1.5;
  }
  #special .bdr-ttl:before {
    width: 5vw;
    top: 3.5vw;
  }
  #special .content-box .sttl {
    width: 100%;
    border-bottom: dotted 1px #330001;
    padding: 0;
    border-right: none;
  }
  #special .content-box {
    padding: 5vw;
  }
  #special .content-box .txt2 {
    padding-left: 0;
    width: 100%;
  }
  #special .block-common .wrap2 .box1 {
    margin-bottom: 15vw;
  }
  #special .block-common .wrap2 .box2 .img {
    width: 39vw;
    margin: 0 auto 7vw;
  }
  #special .block-common .wrap2 .box2 .txt-wrap {
    width: 100%;
    text-align: center;
  }
  .bdr-btn {
    width: 57vw;
    margin: 5vw auto 0;
    padding: 2vw;
    text-align: center;
  }
  .link-box-en .ttl {
    height: 11vw;
  }
  #food .block01 .box {
    width: 100%;
    padding-bottom: 10vw;
    margin-bottom: 10vw;
  }
  #food .block01 .box .img {
    width: 36vw;
    padding: 8vw 0;
  }
  #food .block01 .box .chirashi {
    width: 65vw;
  }
  #food .block01 .box .qr {
    width: 28vw;
    padding-bottom: 8vw;
  }
  #intro .flex-sb {
    flex-direction: column;
  }
  #intro .block01 .img {
    width: 100%;
    order: 2;
  }
  #intro .block01 .txtbox {
    width: 100%;
    order: 1;
  }
  #intro .m-ttl {
    margin-bottom: 10vw;
    padding-bottom: 2vw;
  }
  #intro .block01 .txt {
    letter-spacing: 0;
    margin-bottom: 5vw;
  }
  #intro .block02 .sttl {
    margin-top: 10vw;
  }
  #intro .content-box .sttl {
    width: 100%;
    border-right: unset;
    border-bottom: dotted 1px #330001;
    padding: 0 0 2vw;
    margin: 0;
  }
  #intro .content-box {
    margin-top: 5vw;
  }
  #intro .content-box .txt2 {
    padding-left: unset;
    width: 100%;
    padding: 3vw 0;
  }
  #intro .btbox {
    width: 100%;
    padding: 3vw 5vw;
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
  #intro .btbox .fa-solid {
    right: 3vw;
    top: 8.5vw;
    font-size: 6vw;
  }
  #intro .block02 .txtwrap {
    width: 100%;
    padding: 5vw;
    margin-bottom: 5vw;
  }
  #intro .block02 .txt {
    width: 100%;
    padding-bottom: 15vw;
  }
  #intro .block03 .box {
    padding: 5vw;
    margin-bottom: 10vw;
  }
  #intro .block03 .num {
    width: 100%;
    text-align: center;
  }
  #intro .block03 .circle {
    width: 25vw;
    height: 25vw;
    line-height: 5;
  }
  #intro .block03 .txtbox {
    width: 100%;
  }
  #intro .block03 .txtbox .sttl {
    line-height: 1.6;
    margin: 5vw 0;
  }
  #intro .block03 .btbox {
    padding: 5vw 0;
  }
  #intro .block03 .btbox .fa-solid {
    top: 7.3vw;
  }
  #intro .block03 .bnrbox .cell .bg-tc {
    padding: 4vw 0;
  }
  #intro .block03 .bnrbox .cell {
    width: 100%;
    margin-bottom: 7vw;
  }
  #intro .block03 .bnrbox .cell .fa-solid {
    right: 2vw;
    top: 7vw;
    font-size: 5vw;
  }
  #trans .firstview .b-h2 .ttl {
    font-size: 6vw;
  }
  #trans .mainWrap {
    width: 90%;
  }
  #trans .b01 .lead {
    margin: 3vw 0 10vw;
    text-align: left;
  }
  #trans .b01 .box .wrap {
    padding: 10vw;
    display: block;
  }
  #trans .b01 .box .wrap .cell {
    width: 65vw;
    margin: 0 auto;
    margin-bottom: 5vw;
  }
  #trans .b01 .box .wrap .cell .img {
    width: 25vw;
    margin: 0 auto;
  }
  #trans .b01 .box .wrap .cell .sttl {
    text-align: center;
  }
  #trans .conbox {
    margin: 10vw 0;
    padding: 5vw 0;
  }
  #trans .conbox .txtbox {
    margin-top: 5vw;
    padding: 5vw 0;
  }
  #trans .conbox .txtbox .tel {
    font-size: 9vw;
  }
  #trans .b02 .txt {
    margin: 3vw 0 5vw;
  }
  #trans .b03 .box {
    margin-top: 10vw;
  }
  #trans .b03 .box .img {
    width: 28vw;
    margin-top: 12vw;
  }
  #trans .b03 .box .txtbox {
    width: 57vw;
  }
  #trans .b04 {
    margin: 15vw 0;
  }
  #trans .b04 .lead {
    margin: 5vw 0 10vw;
  }
  #trans .b04 .table01 table th {
    width: 35%;
    padding: 30px;
  }
  #trans .b05 {
    margin-bottom: 10vw;
  }
  #trans .b05 .box {
    margin: 6vw 0 10vw;
    display: block;
  }
  #trans .b05 .box .txtbox {
    width: 100%;
  }
  #trans .b05 .box .img {
    width: 100%;
    margin: 0 auto;
    padding: 7vw;
  }
  #trans .b05 .lead {
    margin: 5vw 0;
  }
  #trans .b05 .dog {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 8vw;
  }
  #trans .b05 .cat {
    width: 100%;
    margin: 0 auto;
  }
  #trans .b05 .table02 {
    margin: 3vw 0;
  }
  #trans .b05 .table03 {
    margin: 3vw 0;
  }
}