@charset "UTF-8";
/*
Theme Name: haru-dental-okinawa
*/
/*=================================================
 *  リセット
 * ================================================= */
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: #555555;
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
*:focus {
  outline: none;
}
/*=================================================
 * サイト全体
 * ================================================= */
body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2vw;
  color: #555;
  line-height: 2;
}
.mon {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
* {
  -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: 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.2vw 0.5vw 0 rgb(0 0 0 / 20%);
}
.t-shadow {
  text-shadow: 1px 2px 3px #0000004d;
}
.dotstyle {
  list-style: disc;
  margin-left: 1.5vw;
}
/*=================================================
 * ボタン右矢印
 * ================================================= */
.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: #002D4E;
}
.bg-be {
  background-color: #F7F5F2;
}
.bg-bl {
  background-color: #7EAACB;
}
.bg-w {
  background-color: #fff;
}
/*=================================================
 * 色
 * ================================================= */
.tc {
  color: #002D4E;
}
.white {
  color: #fff;
}
.red {
  color: #A30000
}
.tc a {
  color: #002D4E;
}
.white a {
  color: #fff;
}
.red a {
  color: #A30000
}
/*=================================================
 * ボーダー
 * ================================================= */
.bd-t {
  border-top: 1px solid #000;
}
.bd-b {
  border-bottom: 1px solid #000;
}
.bd-t-w {
  border-top: 1px solid #fff;
}
.bd-b-w {
  border-bottom: 1px solid #fff;
}
/*=================================================
 * パンくず
 * ================================================= */
.pankuzu {
  background: #F7F5F2;
  padding: 1vw;
}
.pankuzu ul {
  justify-content: right;
  margin: 0 10vw 0 auto;
}
.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
 * ================================================= */
.bold {
  font-weight: 500;
}
.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;
}
.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-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 9999;
  width: 96vw;
  margin: 2vw;
  border-radius: 10px;
  top: 0;
  left: 0;
  font-weight: bold;
  height: 7.3vw;
}
header .wrap {
  width: 94%;
  margin: 0 auto;
}
header .h1box {
  width: 30vw;
  margin: 1.8vw 0 0 3vw;
}
header .h1box .sub {
  color: #bfbfbf;
  font-weight: normal;
}
header .btn-g {
  margin-top: 2vw;
}
header nav {
  width: 60vw;
  display: flex;
  justify-content: end;
  align-items: center;
}
/*=================================================
 * nav
 * ================================================= */
nav {
  text-align: center;
}
nav ul {
  justify-content: space-between;
    width: 38vw;
    align-items: center;
    margin-right: 3vw;
	display: flex;
}
nav ul ul {
  display: block;
}
nav ul li {
  position: relative;
}
nav ul .sns {
	font-size: 2vw;
}
nav ul li ul li {
  padding: 0px;
}
nav ul li a {
  display: block;
  text-decoration: none;
  transition: all .3s;
}
nav ul li li a {
  padding: 0.98vw 1.961vw;
}
nav ul li a:hover {
  color: #888;
}
nav li.has-child ul {
  position: absolute;
  left: -4.5vw;
  top: 3vw;
  z-index: 4;
  border: solid 1px #707070;
  width: 25vw;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}
nav 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;
}
nav li.has-child ul li a {
  color: #3f3a39;
  border-bottom: solid 1px rgba(63, 58, 57);
  background: #fff;
  opacity: 1;
}
nav li.has-child ul li:last-child a {
  border-bottom: none;
}
nav li.has-child ul li a:hover, nav li.has-child ul li a:active {
  background: #C5E8B6;
}
header .head-bt2 {
  border-radius: 0 10px 10px 0;
}
header .hb1, header .hb2 {
  width: 9vw;
  height: 7.3vw;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}
/*=================================================
 * firstview
 * ================================================= */
.tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#firstview .fv-top .copy {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: auto;
  top: 14vw;
  left: 8vw;
  color: #fff;
  text-shadow: 1px 2px 3px #808080;
  line-height: 2;
  letter-spacing: 0.3em;
}
#firstview .fv-btm .rel {
  height: 37vw;
}
#firstview .fv-btm .h2-box {
  background: #F7F5F2;
  color: #555;
  position: absolute;
  bottom: 0;
  padding: 1vw 4vw 2vw;
  border-radius: 0 65px 0 0;
}
#firstview .fv-btm .h2-box .jp {
  line-height: 1;
}
#firstview .fv-btm {
	background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 37vw;
  background-position: center;
  margin: 0 auto;
}
#firstview .news-bg {
  background-image: url("img/news/topimg.webp");
}
#firstview .about-bg {
  background-image: url(img/about/topimg.webp);
}
#firstview .medical-bg {
  background-image: url("img/medical/topimg.webp");
}
#firstview .recruit-bg {
  background-image: url("img/recruit/topimg.webp");
}
/*=================================================
 * 診察時間 time.php
 * ================================================= */
.timebox {
  border-radius: 10px;
  padding: 3vw 4.5vw;
}
.timebox .box {
  align-items: center;
}
.timebox .left {
  width: 26vw;
}
.timebox .left .ttl {
  text-align: center;
  margin-bottom: 2vw;
}
.timebox .left .telbox {
  background: #fff;
  padding: 1vw;
  text-align: center;
  border-radius: 10px;
  letter-spacing: 1.2px;
}
.timebox .left .sub {
  margin-top: 2vw;
}
.timebox .right {
  width: 40vw;
}
.clinic-hours {
  width: 100%;
  border-collapse: collapse;
  letter-spacing: .03em;
}
.clinic-hours th, .clinic-hours td {
  border-bottom: 1px solid #555;
  padding: 1vw;
  text-align: center;
}
.clinic-hours thead th {
  font-weight: 500;
  color: #666;
}
.clinic-hours th.time {
  text-align: left;
  width: 10vw;
  font-weight: 500;
}
.clinic-hours th.title {
  width: 10vw;
  text-align: left;
}
.clinic-hours .dot {
  display: inline-block;
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 50%;
  background: #555;
  vertical-align: middle;
}
.clinic-hours .dash {
  display: inline-block;
  width: 1vw;
  height: 0.2vw;
  background: #555;
  vertical-align: middle;
}
.clinic-note {
  margin-top: 1vw;
}
/*=================================================
 * TOP
 * ================================================= */
#top .b02 .nbox ul {
  width: 50vw;
  border-top: 1px solid #555;
}
#top .b02 .nbox ul li {
  border-bottom: 1px solid #555;
  padding: 1.5vw 0;
}
#top .b02 .nbox ul li .date {
  width: 11vw;
}
#top .b02 .nbox ul li .ttl {
  text-align: left;
  width: 36vw;
}
#top .b02 .btn {
  margin: auto 0 0 auto;
}
#top .b03 .txtbox {
  width: 40vw;
  margin-left: 10vw;
}
#top .b03 .txtbox .ttl {
  line-height: 1.6;
}
#top .b03 .txtbox .txt {
  margin: 2vw 0 4vw;
}
#top .b03 .img {
  width: 47vw;
}
#top .b03 .btn-arg {
  margin-left: 0;
  margin-right: auto;
}
#top .b04 .box {
  margin: 3vw 0;
}
#top .b04 .box .cell {
  flex-direction: column;
  width: 24vw;
  border-radius: 10px;
  padding: 3vw;
}
#top .b04 .box .cell .img {
  width: 7vw;
  margin: 0 auto;
  padding: 2vw 0;
}
/*=================================================
 * footer
 * ================================================= */
.a01 .box {
  margin: 5vw 0;
}
.a01 .box .left {
  width: 35vw;
}
.a01 .box .left .add2 {
  text-indent: 1.2em;
}
.a01 .box .left .add2 a {
  text-decoration: underline;
}
.a01 .box .left .pk {
  margin: 1vw 0;
}
.a01 .box .right {
  width: 55vw;
}
.a01 .box .right iframe {
  border-radius: 10px;
  height: 17vw;
}
footer .logo {
  width: 30vw;
  padding: 4vw 0 0;
}
footer a {
  color: #fff;
}
footer nav {
  margin: 3vw 0 0 0;
  line-height: 3;
}
footer nav ul {
  list-style: none;
  display: block;
  text-align: left;
}
footer nav ul li {
  padding: 0;
}
footer .copy {
  color: #fff;
}
.footer-b01 .slider img {
	border-radius: 10px;
}
.footer-b01 .slider {
	padding-bottom: 0;
}
/*=================================================
 * page共通
 * ================================================= */
.block {
  padding: 7vw 0;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.block.show {
  opacity: 1;
  transform: translateY(0);
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}
.h2box {
  width: fit-content;
  margin-bottom: 3vw;
}
.h2box .icon {
  width: 2.5vw;
}
.h2box .ttlbox {
  flex-direction: column;
  line-height: 1;
  margin-left: 1vw;
}
.h2box .ttlbox .sub {
  line-height: 1;
}
.btn-ar {
  background: #fff;
  border-radius: 10px;
  width: fit-content;
  padding: 1.2vw 3vw;
}
.btn-ar .fa-solid {
  margin-left: 8vw;
  margin-right: 0;
  text-align: right;
}
.btn-arg {
  background: #F7F5F2;
  border-radius: 10px;
  width: fit-content;
  padding: 1.2vw 3vw;
}
.btn-arg .fa-solid {
  margin-left: 8vw;
  margin-right: 0;
  text-align: right;
}
.profileArea {
  text-align: left;
  position: relative;
}
.profileArea > .in {
  max-width: 1000px;
  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: 130px;
  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;
}
/*=================================================
 * news
 * ================================================= */
#news a {
  text-decoration: none;
}
#news {
  background: #F7F5F2;
  padding: 6vw 0;
}
#news .mainWrap {
  width: 85vw;
}
#news .postWrap .post {
  width: 58vw;
}
#news .postWrap .post .news-list {
  border-top: 1px solid;
}
#news .postWrap .post .news-list .news-item {
  border-bottom: 1px solid;
  padding: 1.5vw 0;
}
#news .postWrap .post .news-list .news-item time {
  display: inline-block;
  width: 8vw;
}
#news .sidebar .block {
  margin-bottom: 4vw;
  padding: 0;
}
#news .sidebar .block {
  margin-bottom: 4vw;
}
.sidebar {
  width: 18vw;
}
.sidebar .bold {
  font-size: 1.6vw;
  margin-right: 1vw;
}
.sidebar ul {
  padding: 1vw 0;
}
.sidebar .block2 select {
  padding: 1vw;
  width: 100%;
}
.pager {
  justify-content: center;
  margin: 3vw auto;
  width: fit-content;
}
.entry-header {
  display: none;
}
#news .single .left {
  padding-bottom: 1vw;
  margin-bottom: 1vw;
}
#news .single .post img {
  margin: 2vw 0;
  width: auto;
  height: auto;
}
#news .single .post a {
  border-bottom: 1px solid #555;
}
#news .single_pager {
  display: flex;
  justify-content: space-between;
  margin-top: 2vw;
}
#news .single .ttl-box {
	margin-bottom: 2vw;
}
#news .single .entry-content {
	margin-bottom: 2vw;
    padding-bottom: 4vw;
}
/*=================================================
 * about
 * ================================================= */
#about .b01 .txtbox {
  width: 40vw;
  margin-left: 10vw;
}
#about .b01 .txtbox {
  line-height: 1.6;
}
#about .b01 .txtbox .txt {
  margin: 2vw 0;
  line-height: 2;
}
#about .b01 .img {
  width: 45vw;
}
#about .b02 .box {
  margin: 3vw 0;
	align-items: center;
}
#about .b02 .img {
  width: 28vw;
}
#about .b02 .txtbox {
  width: 47vw;
  margin-top: 3vw;
}
#about .b02 .txtbox .ttl {
  line-height: 1.6;
}
#about .b02 .txtbox .txt {
  line-height: 1.8;
	margin-bottom: 1.5vw;
}
#about .b02 .txtbox .katagaki {
  margin-right: 2vw;
}
#about .b02 .txtbox .name {
  letter-spacing: 0.1em;
}
#about .b02 .box2 .wrap {
  padding: 2vw 6vw;
  justify-content: space-around;
}
#about .b02 .box2 .wrap .cell {
  width: fit-content;
  text-align: left;
}
#about .b02 .box2 .wrap .cell .ttl {
  border-bottom: solid 1px #555;
}
#about .b02 .box2 .wrap .cell .txt {
  margin-top: 1vw;
  padding: 0 2vw;
}
#about .b03 .box {
  flex-wrap: wrap;
}
#about .b03 .box .cell {
  width: 25vw;
  margin-bottom: 3vw;
}
#medical .b01 {
  padding: 5vw 0;
}
#medical .b01 .timebox {
  background: #fff;
}
#medical .timebox .left .telbox {
  background: #F7F5F2;
}
#medical .b02 .box {
  padding: 1.5vw 4vw;
  border-radius: 15px;
  justify-content: flex-start;
  margin-bottom: 4vw;
}
#medical .b02 .box .icon {
  width: 3.5vw;
  margin-right: 1vw;
}
#medical .b02 .box .ttl {
  border-right: 1px solid #555;
  padding-right: 2vw;
}
#medical .b02 .box .right {
  margin-left: 2vw;
  line-height: 2.5;
}
#medical .b02 .box2 {
  margin-bottom: 5vw;
}
#medical .b02 .box2 .txtbox {
  width: 38vw;
}
#medical .b02 .box2 .img {
  width: 38vw;
}
/*=================================================
 * 採用情報
 * ================================================= */
#recruit .b01 .box {
	padding: 3vw;
    line-height: 2.5;
}
#recruit .btn-ar {
	background: #ED999D;
}
#recruit .b02 .wrap {
	margin-bottom: 4vw;
	padding: 4vw 7vw;
}
.bdr10 {
	border-radius: 10px;
}
#recruit .b02 .wrap table {
	border-top: 1px solid #555;
    width: 60vw;
    margin: 0 auto;
}
#recruit .b02 .wrap .table td,#recruit .b02 .wrap .table th {
	border-bottom: 1px solid #555;
	padding: 1.5vw 0;
	text-align: left;
}
#recruit .b02 .wrap .table th {
	width: 13vw;
}
#recruit .b02 .wrap .table tr {
	    vertical-align: top;
}
#recruit .b02 .wrap .table .nbr {
	list-style: decimal;
    margin-left: 1.5vw;
}
/*=================================================
 * レスポンシブ
 * ================================================= */
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  body {
    font-size: 3.6vw;
    line-height: 2;
  }
  a:hover {
    opacity: none;
    filter: none;
  }
  .flex, .flex-sb {
    flex-wrap: wrap;
  }
  .block {
    padding: 12vw 0;
  }
  .mainWrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: block;
  }
  .shadow {
    box-shadow: 0 0.5vw 1vw 0 rgb(0 0 0 / 20%);
  }
  .spmenu {
    width: 90vw;
    height: auto;
    transition: all 0.2s;
    position: absolute;
    top: 15vw;
    right: 0;
    z-index: 0;
    background-color: #fff;
    color: #000;
    padding: 5vw;
    font-size: 4vw;
    opacity: 0;
    visibility: hidden;
  }
  .spmenu a {
    color: #000;
    text-decoration: none;
  }
  .spmenu.open {
    opacity: 1;
    z-index: 1001;
    visibility: unset;
  }
  .menublock {
    padding: 10px 0;
    border-bottom: dashed 1px #A0A0A0;
    position: relative;
  }
  .menublock .inner {
    display: none;
  }
  .menublock span {
    display: block;
    border-bottom: dotted 1px #A0A0A0;
    padding: 10px;
  }
  .menublock .inner span:last-child {
    border: none;
    padding-bottom: 0;
  }
  .menu_bt i {
    position: absolute;
    right: 0;
    top: 15px;
  }
  .menu_bt .fa-chevron-up {
    display: none;
  }
  .menu_bt.active .fa-chevron-up {
    display: block;
  }
  .menu_bt.active .fa-chevron-down {
    display: none;
  }
  .menublock.no_inner i {
    position: absolute;
    right: 0;
    top: 15px;
  }
  .inner span i {
    margin-right: 10px;
  }
  .spmenuWrap button {
    display: block;
    border: none;
    padding: 1vw 3vw;
    width: 15vw;
    height: 15vw;
    color: #000;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1001;
    text-align: center;
    outline: none;
    font-size: 1.6vw;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
  }
  /*   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;
  }
  /*   ハンバーガーボタン3本線   */
  .spmenuWrap button span.bar {
    display: block;
    height: 0.8vw;
    background-color: #000;
    margin: 2vw 0;
    transition: all 0.2s;
    transform-origin: 0 0;
  }
  .spmenuWrap button .close {
    letter-spacing: 0.08em;
    display: none;
  }
  .spmenuWrap button .menu {
    display: block;
  }
  /*  メニューアクティブ時  */
  .spmenuWrap button.active span.bar {
    width: 11vw;
  }
  .spmenuWrap button.active .bar1 {
    transform: rotate(30deg);
  }
  .spmenuWrap button.active .bar2 {
    opacity: 0;
  }
  .spmenuWrap button.active .bar3 {
    transform: rotate(-30deg);
  }
  .spmenuWrap button.active .menu {
    display: none;
  }
  .spmenuWrap button.active .close {
    display: block;
  }
  .spmenuWrap .flexbox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .spmenuWrap .flexbox .sns {
    margin-top: 5vw;
  }
  .spmenuWrap .flexbox img {
    width: 13vw;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    height: 15vw;
  }
  header nav {
    display: none;
  }
  header h1 {
    padding: 3.5vw 0;
  }
  header h1 img {
    width: 65vw;
  }
  header .h1box {
    width: fit-content;
    margin: 0 0 0 5vw;
  }
	header .sns {
		font-size: 8vw;
	}
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 3.6vw;
    background-color: #fff;
    color: #000;
  }
  .fixbt-wrap {
    position: fixed;
    bottom: 3vw;
    z-index: 99;
    width: 94%;
    left: 0;
    right: 0;
    margin: auto;
    transition: opacity .4s ease, visibility .4s ease;
    font-size: 4.3vw;
    letter-spacing: 1.2px;
  }
  .fixbt-wrap.is-hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .fixbt-wrap .head-bt {
    border-radius: 10px 0 0 10px;
    width: 50%;
    padding: 3vw;
  }
  .fixbt-wrap .head-bt2 {
    border-radius: 0 10px 10px 0;
    width: 50%;
    padding: 3vw;
  }
  #firstview .fv-top .copy {
    font-size: 6vw;
    top: 15vw;
  }
  /*404エラーページ*/
  #p404 h2 {
    font-size: 5.5vw;
    margin-bottom: 7vw;
  }
  #p404 .mainWrap {
    margin: 0 auto 20vw;
  }
  /*パンくず*/
  .pankuzu {
    padding: 5vw 0;
  }
  .pankuzu ul {
    justify-content: left;
    margin-left: 3vw;
  }
  .pankuzu li {
    font-size: 3vw;
  }
	.metaslider .flex-control-nav{
		display: none;
	}
	/*=================================================
 * レスポンシブ｜ボタン
 * ================================================= */
  .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.6vw;
  }
  .f18 {
    font-size: 3.7vw;
  }
  .f20 {
    font-size: 4vw;
  }
  .f22 {
    font-size: 5vw;
  }
  .f24 {
    font-size: 5vw;
  }
  .f26 {
    font-size: 4.5vw;
  }
  .f28 {
    font-size: 5vw;
  }
  .f30 {
    font-size: 4.5vw;
  }
  .f32 {
    font-size: 4.5vw;
  }
  .f34 {
    font-size: 4.5vw;
  }
	.f36 {
    font-size: 6vw;
}
  .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;
  }
  /*会社概要table*/
  .profileArea {
    width: 100%;
    padding: 0 15px;
  }
  .profileArea > .in .content {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .profileArea > .in .content .tr {
    flex-wrap: wrap;
    display: flex;
    width: 81vw;
    margin-top: 5vw;
  }
  /*TOPページ*/
  #firstview .fv-top .slide {
    width: 90%;
    margin: 21vw auto 0;
  }
  #firstview .fv-top .slide img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  #firstview .fv-top .flex-viewport {
    height: 86svh !important;
    border-radius: 10px;
  }
  .timebox {
    padding: 7vw 5vw;
  }
  .timebox .left {
    width: 100%;
  }
  .timebox .right {
    width: 100%;
  }
  .timebox .left .ttl {
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 5vw;
  }
  .timebox .left .telbox {
    padding: 3vw 1vw;
    font-size: 6vw;
    letter-spacing: 1.5px;
  }
  .timebox .left .sub {
    border-bottom: 1px dotted #BCBCBC;
    margin-bottom: 5vw;
    padding-bottom: 7vw;
  }
  .clinic-hours th.title {
    width: 24vw;
    padding: 3vw 0;
  }
  .clinic-hours thead th {
    padding: 0;
  }
  .clinic-hours th.time {
    padding: 3vw 0;
  }
  .clinic-hours .dot {
    width: 3vw;
    height: 3vw;
  }
  .clinic-hours .dash {
    width: 3vw;
    height: 1px;
  }
  .clinic-note {
    margin-top: 4vw;
    text-align: center;
  }
  #top .b02 .nbox .left {
    width: 100%;
  }
  #top .b02 .nbox ul {
    width: 100%;
  }
  #top .b02 .nbox ul li .date {
    width: 100%;
  }
  #top .b02 .nbox ul li .ttl {
    width: 100%;
  }
  #top .b02 .nbox ul li {
    width: 100%;
    display: block;
    padding: 4vw 0;
    line-height: 1.5;
  }
  .h2box {
    margin-bottom: 8vw;
  }
  .h2box .icon {
    width: 5vw;
    margin-right: 2vw;
  }
  .btn-ar {
    padding: 3vw 6vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .btn-arg {
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 3vw 6vw;
  }
  #top .b02 .btn {
    margin: 8vw 0 0;
    width: 100%;
  }
  #top .b03 .img {
    width: 67vw;
    order: 2;
    margin: 0 0 8vw auto;
  }
  #top .b03 .txtbox {
    width: 90%;
    margin: auto;
    order: 3;
  }
  #top .b03 .h2box {
    margin-left: 4vw;
    order: 1;
  }
	#top .b04 .box a {
    width: 90%;
    margin: 0 auto 6vw;
  }
  #top .b04 .box .cell {
    padding: 5vw;
    line-height: 1.5;
	  width: 100%;
  }
  #top .b04 .box a:last-child {
    margin-bottom: 0;
  }
  #top .b04 .box .cell .img {
    width: 14vw;
    margin: 0 auto;
    padding: 4vw 0;
  }
  /*footer*/
  .a01 .box .left {
    width: 100%;
    margin-bottom: 4vw;
  }
  .a01 .box .left i {
    margin-right: 2vw;
  }
  .a01 .box .right {
    width: 100%;
  }
  .a01 .box .left .add2 {
    text-indent: 1.9em;
  }
  .a01 .box .right iframe {
    height: 53vw;
  }
  footer .bg-tc {
    padding: 13vw 0 1vw;
  }
  footer .logo {
    width: 80%;
    padding: 0;
    margin: 0 auto 8vw;
  }
  footer nav ul {
    font-size: 4vw;
    text-align: center;
    margin: 0 auto 8vw;
  }
	footer nav ul .sns {
		font-size: 7vw;
	}
  /*お知らせページ*/
  #news .postWrap .post .news-list .news-item time {
    display: inline-block;
    width: fit-content;
    margin-right: 3vw;
  }
  #news .postWrap .post .news-list .news-item {
    border-bottom: 1px solid;
    padding: 3vw 0;
  }
  #news .postWrap .post {
    width: 100%;
  }
  #news .postWrap {
    display: block;
  }
  #news .mainWrap .post .box {
    display: block;
    padding: 3vw 0;
  }
  #news .mainWrap .post .box .date {
    width: fit-content;
  }
  #news .mainWrap .post .box .title {
    width: 100%;
  }
  #news .sidebar .block {
    margin-bottom: 10vw;
  }
  .sidebar {
    width: 100%;
    margin: 10vw 0 20vw;
  }
  .sidebar .block {
    margin-bottom: 10vw;
  }
  .sidebar .bold {
    padding-bottom: 3vw;
    font-size: 5vw;
  }
  .sidebar ul {
    padding: 3vw 0;
  }
  .sidebar .block2 select {
    padding: 3vw;
    margin-top: 2vw;
  }
  /*firstview*/
  #firstview .fv-btm {
    height: 70vw;
  }
  #firstview .fv-btm .rel {
    height: 70vw;
  }
  #firstview .fv-btm .h2-box {
    padding: 3vw 11vw 4vw 6vw;
    border-radius: 0 40px 0 0;
  }
  /*about*/
  #about .b01 {
    padding: 5vw 0;
  }
  #about .b01 .txtbox {
    width: 80vw;
    margin-left: unset;
    margin: 0 auto;
  }
  #about .b01 .txtbox .txt {
    margin: 5vw 0;
    line-height: 2;
  }
  #about .b01 .img {
    width: 80vw;
    margin: 0 auto;
    padding: 5vw 0;
  }
  #about .b02 .img {
    width: 60vw;
    margin: 0 auto;
    padding-bottom: 6vw;
  }
  #about .b02 .txtbox {
    width: 80vw;
    margin: 0 auto;
    margin-bottom: 5vw;
  }
  .box2 {
    width: 80vw;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 6vw;
  }
  #about .b02 .box2 .wrap {
    padding: 2vw 6vw;
    justify-content: space-between;
  }
  #about .b02 .box2 .wrap .cell {
    width: 100%;
    text-align: left;
    margin-top: 5vw;
  }
  #about .b02 .box2 .wrap .cell .txt {
    margin-top: 3vw;
    padding: 0 2vw;
  }
  #about .b03 .box .cell {
    width: 80vw;
    margin: 0 auto;
    margin-bottom: 8vw;
  }
  footer .copy {
    text-align: center;
  }
  /*medical*/
  #medical .b01 {
    padding: 5vw 0 10vw;
  }
  #medical .b02 .box {
    padding: 5vw 3vw;
  }
  #medical .b02 .box .icon {
    width: 8vw;
    margin-right: 2vw;
    margin-top: 1vw;
  }
  #medical .b02 .box .ttl {
    border-right: unset;
    padding-right: 2vw;
}
	#medical .b02 .box .right {
        margin-left: 10vw;
        line-height: 1.6;
        text-align: left;
        width: 100%;
}
	#medical .b02 .box2 .txtbox {
    width: 100%;
}
	#medical .b02 .box2 .txtbox .txt {
		margin: 3vw 0;
	}
	#medical .b02 .box2 .img {
    width: 100%;
}
	/*採用情報*/
	#recruit .b01 .box {
    padding: 6vw;
    line-height: 2;
}
	#recruit .b01 .box .center {
		text-align: left;
	}
	#recruit .b02 .wrap {
    margin-bottom: 7vw;
    padding: 9vw 7vw;
}
	#recruit .b02 .wrap table {
    width: 100%;
}
	#recruit .b02 .wrap .table td {
		display: block;
		padding: 0 0 3vw 0;
	}
	#recruit .b02 .wrap .table th {
		border: unset;
		padding: 3vw 0 0 0;
		display: block;
		width: 100%;
	}
	#recruit .b02 .wrap .table .nbr ,.dotstyle {
		margin-left: 4.5vw;
	}
}