@charset "utf-8";


[data-element-id].sec-facilities__slider{
  display:flex;
  flex-wrap:wrap;
  width:100%;
  margin:0;
  max-width:100%;
}
[data-element-id].sec-facilities .slider-item {
    width: 30%;
}

[data-element-id].sec-facilities .slider-item__content {
    padding: 0 10px;
}

/*[data-element-id].fadeInRight{
  animation-name:none!important;
  opacity:1;
}

[data-element-id].fadeInLeft{
  animation-name:none!important;
  opacity:1;
}

[data-element-id].fadeInUp{
  animation-name:none!important;
  opacity:1;
}

[data-element-id].fadeInDown{
  animation-name:none!important;
  opacity:1;
}*/

[data-element-id] header nav.navbar{
    position: absolute;
}

[data-element-id] header .top-bar{
  -webkit-transform: translateY(0);
    transform: translateY(0);
    transition:none;
}

[data-element-id] header nav.navbar-expand-md .navbar-collapse .navbar-nav li a span {
    transform:none;
}

[data-element-id].follow.is-true{
    transform:none;
}

[data-element-id].sec-mainvisual{
  padding-bottom:250px;
}

[data-element-id].follow {
    position: static;
    max-width: 500px;
    margin: 30px 0 30px auto;
}


[data-common-area] {
    position: static;
}

.follow.toggleTarget2 {
  bottom: 390px;
}

.follow.toggleTarget2 .follow__main{
  min-width:160px;
}

.follow.toggleTarget3 {
  bottom: 550px;
}

.follow.toggleTarget2 button,
.follow.toggleTarget3 button{
  padding:8px;
}


b, strong {
    font-weight: 500;
}

.top-bar{
    color: #b79800;
    line-height:15px;
}

.wp-block-table {
    overflow-x: auto;
}

#main .wp-block-table.is-style-stripes a.button01 {
    display: block;
    color: var(--txt-color-on-bg);
    background-color: #d69417;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 400px;
    max-width: calc(100% - 20px);
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    position: relative;
    border-radius: 50vh;
    text-decoration: none!important;
    color: #fff!important;
}

#main .wp-block-table.is-style-stripes a.button01::after {
    position: absolute;
    right: 2em;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg);
}


.item-content__title {
    font-size: 28px !important;
}

.item-content__title .l-1{
  font-size:33px;
}

.breadcrumbs-list .breadcrumbs-home{
  transform:translateY(4px);
}

.breadcrumbs-list .breadcrumbs-home,
.breadcrumbs-home>a,
.breadcrumbs-home>a span,
.breadcrumbs-home>a span img{
  display:inline-block;
  width:20px;
  height:1.4em;
}

.breadcrumbs-home>a span{
  overflow:hidden;
}

.breadcrumbs-home>a span img{
  object-fit:contain;
  object-position:center;
}

.main-banner .mv-block {
  -webkit-mask-image: url('/upload/tenant_1/main-slide0011-new.png'); /*切り抜く形となるpng画像（safari
用）*/
  mask-image: url('/upload/tenant_1/main-slide0011-new.png'); /*切り抜く形となるpng画像*/
  -webkit-mask-repeat: no-repeat; /*繰り返さない（safari
用）*/
  mask-repeat: no-repeat; /*繰り返さない*/
  mask-size:contain;
  -webkit-mask-size:contain;
  mask-position: center; /*真ん中に*/
  -webkit-mask-position: center; /*（safari
用）*/
}

.main-banner>.mb-inner{
  position:relative;
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  width:95%;
}

.img-lay01{
  display:inline-block;
  width:100%;
  height:100%;
  overflow:hidden;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
}

[data-element-id].img-lay01{
  z-index:-1;
}

.img-lay01>img{
  display:inline-block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}

.catch-txt{
  text-shadow:0 0 8px #fff,0 0 8px #fff;
  position:absolute;
  top:20%;
  right:5%;
  z-index:2;
}

.c-01{
  font-size: clamp(22px, 4vw, 50px);
  color:#BA8F05;
  position:relative;
}

.c-01>span{
  position:relative;
  z-index:4;
}

.c-01 img{
  display:inline-block;
  width:calc(100% + 1em);
  position:absolute;
  left:0.5em;
  bottom:-0.3em;
  z-index:3;
  filter: drop-shadow(0px 0px 5px rgba(255,255,255,1)) drop-shadow(0px 0px 5px rgba(255,255,255,1));
}

.c-02{
  font-size: clamp(18px, 3vw, 40px);
  color:#719B0B;
}

.p-none{display:none!important}
[data-element-id].p-none{display:inline-block!important;}
#telBtn .tel{
  width:100%;
}

[data-element-id]#fixedMenu {
    display: block;
    width:400px;
    margin:90px auto;
    position:relative;
    border:3px solid blue;
}

[data-element-id]#fixedMenu::before{
  content:"SP時のみ表示";
  position:absolute;
  left:0;
  bottom:100%;
  color:yellow;
  width:100%;
  height:2em;
  line-height:2em;
  font-size:16px;
  text-align:center;
  border:3px solid blue;
  background-color:blue;
}

[data-element-id]#fixedMenu.is-switch #telBtn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

[data-element-id]#telBtn, #webBtn{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

[data-element-id]#telBtn a, #webBtn a {
    height: calc(63px + env(safe-area-inset-bottom));
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #d69417;
    color: #fff;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding-bottom: env(safe-area-inset-bottom);
}

.l-1{
  width:100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height:1.7em;
}

.l-2{
  width:100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height:3.4em;
}

.l-3{
  width:100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height:5.1em;
}

.pagenav ul {
    max-width: 300px;
}

.pagenav li {
    width: 14%;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.pagenav li a {
    width: 2em;
    height: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content:center;
    margin: 0 auto;
    color: #999;
    border: 1px solid #999;
    text-decoration: none;
}

.pagenav .now,
.pagenav li a:hover {
   width: 2em;
    height: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    border: 1px solid #999;
    background-color:#999;
}

header .top-bar {
    text-align:left!important;
}

.breadcrumbs-list{
  margin-bottom:15px;
}

.information-list .item-content__title a {
   width:100%;
}

@media (max-width: 767px){
  

body:not(.home) header nav.navbar{
    height:auto;
}

body:not(.home) header nav.navbar.active{
    height:100vh;
}

header .main-title {
    margin-top:0;
}

body.information h1.item-content__title {
    max-height:170px;
    overflow:hidden;
}

.main-banner>.mb-inner{
  width:100%;
}
}

[data-element-id].main-banner>.mb-inner{
  border:3px solid purple;
}

[data-element-id].main-banner>.mb-inner::before{
  content:"ABテスト設置箇所";
  position:absolute;
  left:0;
  bottom:100%;
  color:yellow;
  width:100%;
  height:2em;
  line-height:2em;
  font-size:16px;
  text-align:center;
  border:3px solid purple;
  background-color:purple;
}

[data-element-id][data-ab-test-conversion-button]{
  border:3px solid green;
}

[data-element-id][data-ab-test-conversion-button]{
  flex-wrap:wrap;
  height:auto!important;
}

[data-element-id][data-ab-test-conversion-button]::before{
 content:"コンバージョン";
 display:block;
 width:100%;
  color:yellow;
  font-size:16px;
  text-align:center;
  background-color:green;
}


a{
  text-decoration: none;
}

.item-content__title .l-1{
  font-size:28px;
}

@media (max-width: 1023px){
header .footer-bar {
    margin-top:10px;
}  
  
header .nav-fixed .footer-bar {
    margin-top:0;
}
header nav.navbar{
  height:auto;
}
header nav.navbar.active {
    overflow-y: scroll;
    height:100vh;
    padding-bottom:90px;
}
.item-content__title .l-1{
  font-size:28px;
}
}














.visca-clinic__item h3 {
    min-width:298px;
}

.c-access_cont a{
  color:#fff!important;
}

.new-bnr-item>a{
  display:flex;
  background-color:#fff;
  border-radius:10px;
  padding:10px;
  overflow:hidden;
}

.new-bnr-item .img{
  border-radius:10px;
  overflow:hidden;
}

.nbr-txt-box>span{
  font-size: 20px;
    color: #e59620;
}



/*フォント指定*/

body {
 /*font-family: 'Zen Maru Gothic', sans-serif;本当は「"FOT-ハミング Pro M"」にしたい*/
 font-family: "FOT-ハミング ProN M";
}

h2,
.information-ttl {
font-family: "FOT-ハミング Std B";
}

h1,h2,h3,h4,h5,h6 {
font-family: "FOT-ハミング Std B";
}

#main .p-flowchart .wp-block-media-text::before {
font-family: "FOT-ハミング Std B";
}

#main .p-flowchart .wp-block-media-text:after {
font-family: "FOT-ハミング Std B";
}

.follow__tel {
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}




@media (min-width: 992px){
.sec-service-content .list-check {
    font-size: 22px;
}
}

a:hover{
  opacity: 1;
}

[data-element-id].navbar-nav>*::before{
  top:0;
  transform: unset;
  left:100%;
  height:100%;
  width:200px;
  line-height:1.1em;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0;
}

.row:nth-child(odd) {
  flex-direction: row-reverse;
}

.map-info__text a:hover{
  text-decoration: underline;
}

[data-element-id].service-image{
position:relative;
}

[data-element-id].service-image>img:nth-child(2){
  width:70px;
  display:inline-block!important;
  height:70px!important;
  object-fit:contain;
  right:-30px;
  left:auto;
  border:2px solid green;
}

[data-element-id].service-image::before{
  content: "SP時用";
  width:70px;
  display:inline-block!important;
  color: yellow;
  font-size: 16px;
  text-align: center;
  background-color: green;
  position:absolute;
  right:-30px;
  bottom:100%;
}

.information-list__item h1 a:hover{
  text-decoration: underline;
}


@media (max-width: 767px){
.sec-service .service-image img {
    max-width: 100%;
}
}

.table-schedule *{
  font-weight:bold!important;
}

.pagenav li {
width:auto;
margin:0 5px;
}

.pagenav li a {
     width:auto;
    padding: 0 5px;
    color:#999;
}

.pagenav .now, .pagenav li a:hover {
    width:auto;
    padding: 0 5px;
    height: 2em;
}

/* 2023/08/07 追記 */

.recruit-body-copy {
    margin: auto;
    width: fit-content;
    margin-left: 41.5vw;
}

.recruit-btn {
    width: 30%;
    max-width: 390px;
    margin: 1% auto 5% 44vw;
    height: 65px;
    box-shadow: 5px 8px 5px 1px #f4bd00;
    border-radius: 10px;
    background: #fafaec;
}

.recruit-btn a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #be9009;
    font-size: 22px;
}

@media only screen and (max-width: 599px){
  .recruit-btn{
    width: 80%;
    margin-top: 3%;
}

  .recruit-btn a{
    font-size: 18px;  
}
}

.r{
  display: inline-block;
}

@media only screen and (max-width: 599px){
  .r{
  display: block;
}
}

@media only screen and (max-width: 1024px){
  .recruit-body-copy {
    margin: auto;
    width: fit-content;
    margin-left: auto;
}

.recruit-btn {
    width: 50%;
    max-width: 390px;
    margin: 3% auto;
    height: 65px;
    box-shadow: 5px 8px 5px 1px #f4bd00;
    border-radius: 10px;
    background: #fafaec;
}
}

@media only screen and (max-width: 599px){
  .recruit-body-copy {
    text-align: center;
    margin: auto;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.recruit-btn {
    width: 95%;
    margin-top: 3%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
}
}

[data-element-id].img-lay01 {
    display: inline-block;
    width: 200px;
    height: auto;
    position: relative;
    background-color: #fff;
    border:red 3px solid;
    overflow:visible;
}

[data-element-id].img-lay01::before {
    content: "MV背景";
    position: absolute;
    left: 0;
    bottom: 100%;
    color: yellow;
    width: 100%;
    line-height: 1.5em;
    font-size: 16px;
    text-align: center;
    border: 3px solid red;
    background-color: red;
}

.new-insta-btn{
  display:block;
  text-align:center;
  width:100%;
}

.new-insta-btn>a{
  display:inline-block;
  width:250px;
  padding:20px;
  border-radius:20px;
  background: url(/upload/tenant_1/social_bg001_yellow_1.webp);
}

.parking div {
  text-align: center;
  margin-bottom: 10px;
}
.parking ul {
  display: flex;
  flex-wrap: wrap;
}
.parking ul li {
  width: 48%;
  margin: auto;
}
.parking ul li img {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 599px){
  .parking {
    margin-top: 30px;
  }
  .parking div {
    text-align: left;
  }
  .parking ul li {
    width: 100%;
    margin: 10px auto 0;
  }
}

/* 2024/09/13 追記 */
.list-recruit .item{
  background-color: #d69417;
  color: #fff;
}

.list-recruit a{
  color: #fff;
}

.list-recruit .item .title{
  padding: 0.25em 0.5em;
}

.list-recruit-detail .item{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #ffffff;
  border-bottom: 0px;
  background: #fff;
}

.list-recruit-detail .title{
  width: 30%;
  border-bottom: 1px solid #e59620;
  padding-bottom: 0.5em;
  background: #dea842;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.list-recruit-detail .content{
  width: 70%;
  border-bottom: 1px solid #b79800;
  padding: 15px;
  font-size: 14px;
}
 
.list-recruit-detail a{
  color: #454443;
}

.recruit-skill-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recruit-skill-list dt{
  width: 30%;
}

.recruit-skill-list dd{
  width: 70%;
}

.tel2-num{
  opacity: 0;
  width: 0;
  height: 0;
}

/* @media(max-width:599px) {
.list-recruit-detail .item{
  border-bottom: 1px solid #e59620;
}  
  
.list-recruit-detail .title{
  border-bottom: 1px solid #e59620;
  border-bottom: none;
}

.list-recruit-detail .content{
  width: 100%;
  border-bottom: none;
}

.recruit-skill-list dt{
  width: 100%;
}

.recruit-skill-list dd{
  width: 100%;
}

.breadcrumbs.recruitdetail {
    padding: 60px 0;
}
}
 */

@media screen and (max-width:599px) {
  .list-recruit-detail .item {
    flex-direction: column;
    border-left: none;
    border-right: none;
 }
 
 .list-recruit-detail .title{
   height: 60px;
   width: 100%;
   padding-bottom: 0px;
   font-size: 16px;
 }
 
 .list-recruit-detail .content{
   width: 100%;
   border-bottom: none;
 }
}

.btn-wrap .button a {
    padding: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding-top: 5px;
}

.btn-wrap .button a:hover{
  color: #fff;
  transform: scale(1.2);
}

/* 2025/04/04 */
.breadcrumbs-list .breadcrumbs-home{
  width: fit-content;
}

.breadcrumbs-home>a{
  width: fit-content;
}

.breadcrumbs-home>a span{
  width: fit-content;
}

.breadcrumbs-home>a span img {
  margin-right: 10px;
}

/* 入れ歯ぺージ */
.imgwrap{
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}

.sp-br{
  display: none;
}

.list-denture li{
  display: flex;
  align-items: center;
}

.list-denture li+li{
  margin-top: 1em;
}

.list-denture li .num{
  width: 2em;
  height: 2em;
  background-color: #d69417;
  color: #fff;
  border-radius: 100%;
  margin-right: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ttl_denture01{
  color: #d69417;
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  text-align: left;
}

.ttl_denture02{
  background-color: #d69417;
  color: #fff;
  padding: 1em 0.5em;
  border-radius: 50px;
  line-height: 1;
  margin-bottom: 1em;
}

.content-denture01{
  margin-bottom: 30px;
}

.content-denture02 dl{
  display: flex;
  justify-content: space-between;
}

.content-denture02 dl dt{
  width: 30%;
  background-color: #d69417;
  color: #fff;
  padding: 0.5em;
  text-align: center;
}

.content-denture02 dl dd{
  width: 70%;
  padding: 0.5em;
  background-color: #fff;
}

.content_denture03 +.content_denture03{
  margin-top: 30px;
}

.content-flex01{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content-flex01>div{
  width: 48%;
}

.content-flex01 .beforeafter{
  text-align: center;
}

.content-flex01 .img{
  border-radius: 20px;
  overflow: hidden;
}

@media(max-width:599px) {
.sp-br{
  display: block;
}

h2 span.sp-br:before,
h2 span.sp-br:after {
  content: none;
}

.content-flex01>div{
  width: 100%;
}
}

