@charset "utf-8";

#footer-sp-fixed {
    display: none !important;
}

@media(max-width:600px) {
    #footer-sp-fixed {
        width: 100% !important;
        display: block !important;
        background-color: #fffbe6 !important;
        position: fixed !important;
        bottom: 0 !important;
        z-index: 9999 !important;
    }
}

@media (max-width: 600px) {
  .header-bg .position-relative {
        height: 500px !important;
    }
    #footer-sp-fixed ul {
        width: 100% !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media (max-width: 600px) {
    #footer-sp-fixed ul li .sp_tel {
        width: 66% !important;
        height: 70px !important;
        display: block !important;
        float: left !important;
        padding: 0 !important;
        text-align: center !important;
    }
}

@media (max-width: 600px) {
    #footer-sp-fixed ul li {
        height: 70px !important;
        display: block !important;
        float: left !important;
        text-align: center !important;
    }
}

/*料金表*/
.price-table {
    width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box;
    border-collapse: collapse;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    background: #fff;
}


.price-table th {
    width: 20%;
    vertical-align: top;
    padding: 20px;
    font-weight: normal;
    font-weight: bold;
    font-size: 120%;
    color: rgb(8, 32, 108);
    line-height: 1.6em;
    letter-spacing: 0.1em;
    text-align: left;
    border-bottom: solid 1px #ccc;
}

.price-table td.price-feature {
    width: 40%;
    vertical-align: middle;
    padding: 16px;
    font-weight: normal;
    font-size: 100%;
    color: #333;
    line-height: 1.6em;
    letter-spacing: 0.0em;
    text-align: left;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ddd;
    background: #fff;
}

.price-table td.price-td {
    width: 25%;
    vertical-align: middle;
    padding: 16px 8px;
    font-weight: bold;
    font-size: 14px;
    color: #b79647;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    border-bottom: solid 1px #ccc;
    background: #f5f3f2;
}

.price-table .tax {
    display: block;
    margin-top: 4px;
    font-weight: normal;
    font-size: 14px;
}

@media (max-width: 600px) {
    .price-table th {
        width: 100%;
        display: block;
        vertical-align: top;
        padding: 12px;
        font-weight: normal;
        font-weight: bold;
        font-size: 14px;
        color: rgb(8, 32, 108);
        line-height: 1.6em;
        letter-spacing: 0.1em;
        text-align: left;
        border-bottom: solid 1px #ccc;
    }

    .price-table td.price-feature {
        width: 100%;
        display: block;
        vertical-align: middle;
        font-weight: bold;
        font-size: 14px;
        line-height: 1.2em;
        letter-spacing: 0.05em;
        text-align: left;
        border-bottom: solid 1px #ccc;
        background: #fff;
    }

    .price-table td.price-td {
        width: 100%;
        display: block;
        vertical-align: middle;
        padding: 12px;
        font-weight: bold;
        font-size: 14px;
        color: #555;
        line-height: 1.2em;
        letter-spacing: 0.05em;
        text-align: left;
        border-bottom: solid 1px #ccc;
        background: #f5f3f2;
    }


    .price-zei {
        display: block;
    }
}

.fee-img {
    text-align: center;
}

.fee-img img {
    width: 60%;
}

.fee-table {
    font-size: 15px;
}

.fee-table th,
.fee-table td {
    padding: 16px 10px;
    line-height: 1.9;
}

.fee-table thead {
    font-size: 15px;
    background: #f4f4f4;
}

.fee-th-01 {
    width: 30%;
}

.fee-th-02 {
    width: 50%;
}

.fee-th-03 {
    width: 20%;
}

/*.fee-th-04 {width: 26%}
.fee-th-05 {width: 26%}
.fee-th-06 {width: 8%}
.fee-th-07 {width: 8%}*/
@media (max-width: 600px) {
    table.fee-table thead {
        display: none;
    }

    table.fee-table tr {
        display: block;
        border-bottom: 8px solid #ddd;
    }

    table.fee-table td {
        display: block;
        /*text-align: right;*/
        padding: 5px;
        border-bottom: 1px solid #ddd;
    }

    table.fee-table td:before {
        content: attr(aria-label);
        display: block;
        margin: -5px;
        margin-bottom: 3px;
        padding: 3px 5px;
        font-weight: bold;
        border-bottom: 1px dotted #ccc;
        background: #f4f4f4;
    }

    .fee-img img {
        width: 30%;
    }
}

/*料金*/
.fee-item {
    margin-bottom: 68px;
}

.fee-name {
    margin-bottom: 16px;
    padding-bottom: 8px;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 1px solid #ddd;
}

.fee-txt {
    /*font-weight: bold;
 background:linear-gradient(transparent 60%, #f1e39a 60%);*/
    display: inline-block;
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1;
}

.fee-img {
    width: 150px;
    float: right;
}

.fee-img img {
    width: 100%;
    height: auto;
}

.fee-img2 {
    width: 250px;
    float: right;
}

.fee-img2 img {
    width: 100%;
    height: auto;
}

.fee-pro-con {
    margin-bottom: 16px;
    padding: 30px 40px 26px;
    border-radius: 5px;
    background: #fff;
}

.fee-title {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 16px;
}

.pros-list,
.cons-list {
    width: 47%;
    float: left;
    margin: 0 0;
    padding: 0;
    font-size: 17px;
    line-height: 1.6;
}

.pros-list {
    margin-right: 28px;
}

.pros-list li,
.cons-list li {
    list-style: none;
    margin-bottom: 8px;
}

.pros-list i {
    color: #619d31;
}

.cons-list i {
    color: #ed663c;
}

.pros-list li:before {
    content: "\e80e";
    margin-right: 6px;
    font-family: "dental";
    font-weight: 900;
    color: #ccc;
}

.cons-list li:before {
    content: "\e80e";
    margin-right: 6px;
    font-family: "dental";
    font-weight: 900;
    color: #ccc;
}

.fee-cost-insu div {
    display: table-cell;
    padding-right: 18px;
}

.fee-cost-insu {
    padding: 26px 40px 26px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.05);
}

.fee-stars {
    margin-bottom: 18px;
    font-size: 15px;
}

.fee-stars div {
    display: table-cell;
    padding-right: 18px;
}

.fee-stars span {
    color: #ff8d07;
}

@media (max-width: 767px) {
    .fee-img {
        width: 90px;
        float: right;
    }

    .fee-img2 {
        width: 150px;
        float: right;
    }

    .fee-name {
        margin-bottom: 16px;
        padding-bottom: 8px;
        font-weight: bold;
        font-size: 18px;
        border-bottom: 1px solid #ddd;
    }


    .fee-stars div {
        display: block;
        padding-right: 18px;
    }
}

/*med_merit_box
---------------------------------------------------------*/
.fee-merit .merit-box {
    padding: 20px 30px;
    background: #fceff2;
}

.fee-merit .demerit-box {
    padding: 20px;
    background: #e9f8f9;
}

.fee-merit dt {
    margin-bottom: 20px;
    padding: 12px 8px;
    font-weight: bold;
    font-size: 110%;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-align: center;
    border-radius: 50px;
    background: #fff;
}

.fee-merit ul {
    padding: 0;
}

.fee-merit dd li {
    list-style: none;
    margin-bottom: 8px;
    padding-left: 0;
    line-height: 1.6em;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: left 0.3em;
}

.fee-merit dd li:last-child {
    margin-bottom: 0;
}

.fee-merit .merit-box dd li {
    /* background-image: url(/import/tenant_4/uesugisika-jp.check-xserver.jp/images/icon_merit.svg);*/
}

.fee-merit .merit-box dd li:before {
    content: "\e80f";
    margin-right: 5px;
    font-family: "dental";
    font-weight: 900;
    color: #ff7bac;
}


.fee-merit .demerit-box dd li:before {
    content: "\e811";
    margin-right: 5px;
    font-family: "dental";
    font-weight: 900;
    color: #29abe2;
}


.fee-merit .merit-box dt {
    color: #ff7bac;
}

.fee-merit .demerit-box dt {
    color: #29abe2;
}

/* ##### footer ##### */
@media (max-width: 599px) {
    #footer-sp-fixed .footer-sp-fixed-list {
        max-width: 599px;
        display: flex !important;
    }

    #footer-sp-fixed .footer-sp-fixed-list li {
        width: 70px;
    }

    #footer-sp-fixed .footer-sp-fixed-list li.sp-tel {
        flex-grow: 1;
    }

    #footer-sp-fixed .footer-sp-fixed-list li img {
        width: 100%;
    }
    
    .footer-payment {
      font-size: 13px;
    }
}

@media(min-width:600px){
  #footer-sp-fixed{
    display:none;
  }
}

/* ##### 見たまま編集 ##### */
[data-element-id] .loading-overlay {
    display: none;
}

[data-element-id] .appear-animation {
    opacity: 1 !important;
}

[data-element-id] #footer-sp-fixed {
    display: block !important;
}

[data-element-id] #header .header-nav-main nav > ul > .dropdown .dropdown-menu {
    top:100px;
    opacity:1;
}

[data-element-id] .drawer-menu-area{
  transform:none!important;
}

[data-element-id] .drawer{
  display:none!important;
}

video{
  max-width:none!important;
}

.gbt .btn-base, a.btn-base{
  font-size:17px;
  padding:13px 20px;
}

.custom-breadcrumb-style-1 .text-transform-none a{
      color: #446FA8!important;
}

h4{
  font-weight:600;
}

hr.hr-m {
    position: relative;
    overflow: visible;
    text-align: center;
    color: #eee;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #eee;
    margin: 40px 0;
}

.table-def th{
  font-weight:bold!important;
}

.process-step-content .step-title {
    border:none!important;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 1.7em;
    margin-bottom: 8px;
    color: rgb(8, 32, 108);
}

.py-4{
  margin:30px 0!important;
  padding:15px 0!important;
}

@media(max-width:599px){
  .nav-tabs li .nav-link {
    border-radius: 5px 5px 0 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.2px;
    padding:7px;
    transition: all .2s;
    white-space: nowrap;
  }
}


 /* 0822 追記 */
 
 @media only screen and (min-width: 600px){
   .movie.pc-none{
   display: none;
 } 
 
 
 }
 
 @media only screen and (max-width: 599px){
   .movie.pc-none{
    width: 100%;
    height: 220px;
    margin-top: 30px;
   }
   
    .movie.pc-none iframe{
    width: 100%;
    height: 100%;
   }
   
   .movie.sp-none{
     display: none;
   }
 }


 @media only screen and (min-width: 600px){
   
   .mb-70.sp-none{
    width: 50%;
    margin: 0px auto 70px;
   }
   
   .movie.sp-none {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}
   
   
   .pci-none{
     display: none;
   }
   .movie.sp-none iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
 }
 
 @media only screen and (min-width: 600px) and (max-width: 1024px) {
.movie.sp-none {
    width: 70%;
    height: 315px;
    margin: 25px auto;
}
}

.blue-txt{
  font-family: 'Noto Serif CJK', 'Noto Serif JP',"Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro",Meiryo, serif;
    font-size: 32px;
    line-height: 1.5;
    color: #17aeb6;
    font-weight: 400;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 50px;
}

.mb-70{
  margin-bottom: 70px;
}

@media only screen and (max-width: 599px){
  .spi-none{
    display: none;
  }
  
  .blue-txt{
    font-size: 22px !important;
    display: block;
    text-align: center;
  }
  
  .pc-none.mx-auto{
    margin-left: auto!important;
    width: 90%;
  }
  .movie.pc-none {
    width: 100%;
    height: 188px;
    margin-top: 30px;
}
  
}

.custom-slider-background img{
  filter: brightness(0.5);
    object-fit: cover;
    width: 100%;
}

/* 10/27 追記 */

@media only screen and (max-width: 599px){
  .top-wrapper .white01{
    padding: 50px 0 30px !important;
    margin-bottom: 0px !important;
  }
}


/* 2023/04/18 */

.acc-txt {
    background: linear-gradient(transparent 60%, #e9ffff 60%, #26bcbe 100%);
}

.banner01 .container {
    max-width: 450px;
    width: 100%;
}

.banner01 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.head-sns ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
}

.head-sns {
    position: absolute;
    top: calc(100% - -20px);
    left: 10px;
    background: #fff;
    width: fit-content;
    max-width: 140px;
    padding: 10px;
    border-radius: 10px;
}

.head-sns ul li {
    width: 30px;
    height: 30px;
}

.head-sns ul li a {
    display: block;
}


.head-sns ul li + li {
    margin-left: 10px;
}

@media (max-width:991px) {
  html #header.header-transparent .header-body {
    overflow: visible;
  }
}

@media (max-width:599px) {
  
  .head-sns {
    position: static;
    background: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .head-sns ul {
    max-width: 140px;
    margin: auto;
  }
  
  #header.header-effect-shrink .header-container {
      justify-content: center;
  }
  
  
  .custom-slider-background {
      transform: translate3d(0, 123px, 0);
  }
  #header.header-effect-shrink .header-container {
    flex-wrap: wrap;
  }

}

/*2023/07*/
.qa-008 dt {
    margin-bottom: 1em;
    color: #333333;
    font-weight: 600;
    font-size: 18px;
}

.qa-008 dt::before,
.qa-008 dd::before {
    margin-right: .4em;
}

.qa-008 dt::before {
    content: "Q.";
}

.qa-008 dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color: #7ec7e8;
    color: #fff;
}

.qa-008 dd::before {
    content: "A.";
}

.imp-txt a {
  display: block;
  width: 30%;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #5885bb;
  margin: auto;
}

@media (max-width: 1024px) {
  .imp-txt a {
    width: 40%;
  }
}

@media (max-width: 599px) {
  .imp-txt a {
    width: 60%;
    font-size: 18px;
  }
}

/* 2023/08/10追記 */

.content-news {
    position: relative;
    margin-top: 200px;
    margin-bottom: -60px;
}


.content-news .box {
    position: relative;
    max-width: 800px;
    margin: auto;
    border: 2px solid #17aeb6;
    padding: 30px;
}

.content-news .box .tit {
    color: #17aeb6;
    text-align: center;
    font-size: 24px;
    letter-spacing: 6px;
    margin-bottom: 20px;
}

.content-news .box .txt {
    text-align: center;
}

@media (max-width:1024px) {
  .content-news {
      margin-top: 50px;
  }
}

@media (max-width:599px) {
  .content-news {
      margin-bottom: 0px;
      margin-top: 0px;
  }
  .content-news .box {
      padding: 15px;
  }
  
  .content-news .box .tit {
      font-size: 18px;
  }
}

/* 2023/10/30 */
.header-text {
    position: absolute;
    right: 10%;
    top: 200%;
}

.header-text .txt {
    position: relative;
    font-size: 24px;
    color: #fff;
    padding: 0 10px;
    font-weight: bold;
}

.header-text .car {
    position: relative;
}

.header-text .car:before {
    content: "\f1b9";
    font-family: "font awesome 5 Free";
    font-weight: bold;
    font-size: 120%;
}
@media (max-width:991px) {
  .header-text {
    right: 10px;
    top: 160%;
  }
}

@media (max-width:599px) {
  .header-text .txt {
    font-size: 16px;
  }
}

/* 2023/11/15 追記 */

.white02 .img-w100{
  width: 100%;
}

.white02 .img-w100 img{
  width: 100%;
}

.clumn-gap-5{
  column-gap: 5%;
}

.ttrans-none{
  text-transform: none !Important;
}

.white01 .w45{
  width: 45%;
}

.mt50{
  margin-top: 50px !Important;
}

.mv-img{
    margin-top: -20px;
    margin-bottom: 20px;
}

@media screen and (max-width:599px) {
 .white01 .w45{
  width: 100%;
}

.mv-img {
    margin-top: -140px;
    margin-bottom: 35px;
    width: 30%;
}

.pri-0{
  padding-right: 0px !Important;
}
}




/* 2024/02/06 */
.pink-text-h {
    color: #ce507c;
}

.youtube {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative
}

.youtube-short {
    padding-top: 177.7777%
}

.youtube iframe {
    width: 100%;
    max-width: initial;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0
}

.youtube01 {
    padding: 50px 0 0;
    position: relative;
}

.youtube01 .container {
    max-width: 600px;
    width: 100%;
}

/*top*/
.pre-bnr {
  width: 60%;
  margin: 50px auto 0;
  position: relative;
}
.pre-bnr .txt {
  position: absolute;
  top: 20%;
  left: 4%;
  font-family: 'Noto Serif CJK', 'Noto Serif JP',"Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro",Meiryo, serif;
  font-size: 30px;
  color: #448bc1;
  font-weight: bold;
  text-shadow: 2px 3px 3px rgb(255 255 255);
}
.pre-bnr .txt span {
  font-size: 18px;
}

/*プレオルソ*/
.flexb {
  display: flex;
}
.flexb p {
  width: 68%;
  margin-right: 2%;
}
.flexb .img {
  width: 30%;
}
.flexb .img img {
  width: 100%;
}
.img100 {
  width: 100%;
}
.flex {
  display: flex;
}
.w48 {
  width: 48%;
  margin: auto;
}
.img img {
  width: 100%;
}
.table-def.pre {
  margin-bottom: 20px;
}
.table-def.pre  th {
  width: 60%;
}
.mb20 {
  margin-bottom: 20px;
}
.qr {
  width: 35%;
}
.qr img {
  width: 100%;
}

@media screen and (max-width:1024px) {
  .pre-bnr {
    width: 80%;
  }
  .pre-bnr .txt {
    top: 15%;
    line-height: 1.4;
  }
  .pre-bnr .txt span {
    font-size: 16px;
  }
}

@media screen and (max-width:599px) {
  .pre-bnr {
    width: 98%;
    margin: 0 auto;
    padding: 20px 1%;
    background: #fff;
  }
  .pre-bnr .txt {
    line-height: 1;
    font-size: 20px;
    top: 25%;
  }
  .pre-bnr .txt span {
    font-size: 14px;
  }
  .flexb {
    flex-direction: column-reverse;
  }
  .flexb p {
    width: 100%;
  }
  .flexb .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .qr {
    width: 80%;
    margin: auto;
  }
}

.head-sns ul {
  padding-left: 5px;
}
.head-sns ul li {
  list-style: none;
}

@media (max-width: 599px){
  .head-sns ul {
    padding-left: 0;
  }
}

.r-box {
  width: 80%;
  margin: auto;
}
@media (max-width: 1024px){
  .r-box {
    width: 90%;
  }
}

.pre-bnr.rec {
  width: 100%;
  margin: 30px auto 0;
}
.mt30 {
  margin-top: 30px;
}

/* 2025/05/22 */
[data-element-id].owl-carousel {
  display: block;
}

.popular-wrap.ver02 {
  background: #fff url(/upload/tenant_4/fef6e64b6692561330ce370e0cc85750.webp);
}
