@charset "urf-8";
.slide_inn:after {
  display: block;
  content: "";
  -webkit-box-shadow: 0 0 40px 40px #fff inset;
  box-shadow: 0 0 40px 40px #fff inset;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* .slide_inn li > div:after {
  content: "";
  display: block;
  padding-top: 50%;
} */
/* .slide_inn li > div {
  position: relative;
  display: block;
  width: 100%;
} */
/* .slide_inn img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
  position: absolute;
 top: 0;
 left: 0;
} */

.under-mainimg .beige {
  color: #F99355;
    font-size: 26px;
    font-weight: bold;
}

.gishi3 .table {
    /*max-width: 700px;*/
    border: 1px solid #e8e8e8;
    margin: 0 auto;
}

.gishi3 .table dl:not(:last-of-type) {
    border-bottom: 1px solid #e8e8e8;
}

.gishi3 .table dt {
    padding: 10px;
    text-align: center;
}

.gishi3 .table dt img {
    width: 80%;
    max-width: 120px;
}

.gishi3 .table dt strong {
    display: block;
    color: #f9ba00;
    margin-top: 5px;
}

.gishi3 .table dd {
    border-left: 1px solid #e8e8e8;
    padding: 10px;
}

.gishi3 .table .th dt {
    color: #fff;
    font-size: 16px;
    background: #faa977;
    text-align: center;
}

.gishi3 .table .th dd {
    color: #fff;
    font-size: 16px;
    background: #faa977;
    border-color: #fff;
    text-align: center;
}

@media only screen and (max-width: 599px) {
    .gishi3 .table dt {
        font-size: 12px;
        padding: 5px;
    }

    .gishi3 .table dd {
        font-size: 12px;
        padding: 5px;
    }

    .gishi3 .table .th dt {
        font-size: 14px;
    }

    .gishi3 .table .th dd {
        font-size: 14px;
    }
    .under-mainimg .beige {
      font-size: 16px;
    }
    
}




.c-ora {
  color: #faa977;
}

.home-menu {
  padding: 60px 0;
  background-image: url(/import/tenant_1/160.16.136.249/html/images/001index/index00.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(249, 147, 85, 0.2);
}
.home-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-menu-list li {
  width: 24%;
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  margin: 0 0% 6% 1%;
}

.home-menu-list h3 {
  font-size: 20px;
  color: #f99355;
  text-align: center;
  margin-top: 10px;
}
.home-menu-list .text {
  margin-top: 10px;
}
.home-strong {
  background: #fee9dd;
}
.area60 {
  padding: 60px 0;
}
.strong-list li {
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.strong-list h2 {
  margin-top: 20px;
  font-size: 30px;
  line-height: 180%;
  margin-bottom: 30px;
  color: #f99355;
}
.strong-list .text {
  line-height: 2.2;
}

.strong-list li:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.home-blognews .blog_btn a i {
  margin-right: 10px;
}

.footer-menu .right li {
  width: 31.3%;
  margin: 1%;
}

.footer-menu .right li a:before {
  display: inline-block;
  content: "\f054";
  font-family: fontAwesome;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.logo img {
  max-width: 250px !important;
  max-height: 150px;
  width: auto;
  height: auto !important;
}
.br1024 br {
  display: none;
}

.foot-bnr {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 45px;
  z-index: 100;
}
.bnr-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bnr-wrap .tel-box {
  width: 50%;
  background: #f99355;
}
.bnr-wrap .web-box {
  width: 50%;
  background: #c6a878;
}
.bnr-wrap .tel a {
  width: 100%;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bnr-wrap .tel a:before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  margin-left: 5px;
  -webkit-transform: translate(-5px, 0) scale(-1, 1);
  transform: translate(-5px, 0) scale(-1, 1);
}
.foot-bnr * {
  height: 100%;
}
.bnr-wrap .web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.bnr-wrap .web:before {
  content: "\f274";
  margin-left: 0;
  margin-right: 5px;
  -webkit-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: #fff;
}

.ffix .ffix-outer .reservation a:before {
  content: "\f274";
  margin-left: 0;
  margin-right: 5px;
  -webkit-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
}
.pulllink {
  cursor: pointer;
}
.pullbox li a .min {
  display: none;
}

.home-slider li {
  width: 220px;
}
.home-concept.concept02 {
  padding-top: 0;
}

@media only screen and (max-width: 1024px) {
  #gnav li {
    margin: 2% 0;
  }
  .header-left {
    width: 100%;
    max-width: 100%;
  }
  h1 a img {
    width: 180px;
  }
  h1 a {
    padding: 15px 0;
  }
  .home-menu-list li {
    width: 46%;
  }
  .strong-list h2 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  footer .logo img {
    width: 100%;
  }
  .br1024 br {
    display: block;
  }
  #gnav {
    margin-top: 0;
    padding: 0;
  }

  .dropmenu .pullbox ul li {
    overflow: visible;
    height: auto;
  }
  .dropmenu .pullbox ul {
    z-index: 2;
    position: static;
    padding-top: 0;
  }
  .dropmenu li:hover ul {
    background: transparent;
    z-index: 2;
  }
  .dropmenu li:hover li {
    border-top: none;
  }
  .dropmenu li ul li a {
    font-size: 16px !important;
    opacity: 1;
    padding: 0 15px !important;
    /* line-height: 150% !important; */
  }
  .pullbox li a .min {
    display: block;
  }
  .dropmenu li ul li a .min {
    padding-top: 0;
  }
  .footer-menu .right li {
    width: 48%;
  }
  .dropmenu li ul {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  #gnav .pulllink {
    display: none;
  }
  .dropmenu li ul {
    visibility: visible;
  }
  .home-concept .left h2 {
    font-size: 32px;
  }
  .home-reason h2 {
    font-size: 28px;
  }
  .home-reason h2 .big {
    font-size: 75px;
  }
  .point_list li .tit {
    font-size: 22px;
    margin-top: 20px;
  }
  .home-greet h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .home-blognews h3 {
    font-size: 24px;
  }
  .home-greet .left {
    width: 100%;
    margin: 2% 0;
  }
  .home-greet .right {
    width: 100%;
    margin-bottom: 10px;
  }
  .home-greet .flexb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  
}

@media only screen and (max-width: 599px) {
  .header-left {
    width: 42%;
  }
  .mainimg {
    margin-top: 0;
  }
  .home-concept .left h2 .ja {
    font-size: 20px;
  }
  .home-menu-list h3 {
    height: auto;
  }
  .point_list li .tit {
    margin-top: 15px;
  }
  .home-menu-list li {
    width: 100%;
  }
  .home-greet h3 {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .footer-menu .left .logo {
    width: 80%;
  }
  .footer-menu .right {
    margin-top: 30px;
  }

  .footer-menu .left .time {
    margin-top: 10px;
  }
  .totop a {
    display: block;
    width: 38px;
    height: 38px;
  }
  .totop {
    right: 10px;
    bottom: 48px;
  }
  .totop a:after {
    content: "";
    display: block;
    width: 7px;
    height: 60%;
  }
  .mainimg .slide .main-copy {
    font-size: 5.5vw;
  }
  .home-reason h2 {
    font-size: 20px;
    letter-spacing: 3px;
  }
  .home-reason h2 .big {
    font-size: 45px;
  }
}

.under h1 a {
  padding-bottom: 40px;
}

/* ドクター紹介 */

.doctor01con01 .doctor-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.doctor01con01 .history {
  margin-top: 60px;
}

.doctor01con01 .history dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0;
}

.doctor02con01 .doctor-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.doctor02con01 .doctor-pic li {
  margin-bottom: 5%;
  width: 46%;
}

@media only screen and (max-width: 1024px) {
  .under h1 a {
    padding-bottom: 15px;
  }
  .under-mainimg h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 599px) {
  .pankuzu li {
    font-size: 12px;
  }
  .pankuzu .inner {
    padding: 20px 0;
  }
  .guide1 ul {
    padding-top: 20px;
  }
  .guide3 .txt {
    font-size: 14px;
  }
  .guide2 .comment {
    font-size: 14px;
  }
  .under-mainimg h2 {
    font-size: 24px;
    }
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 599px) {
  .doctor01con01 .doctor-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .doctor01con01 .doctor-intro .w48 {
    width: 100%;
  }
  .doctor02con01 .doctor-pic li {
    width: 100%;
  }
  .doctor01con01 .doctor-intro dt {
    margin-bottom: 0;
  }
}

/* feature */

.feature3 h2 {
  font-size: 40px;
  line-height: 180%;
  margin-bottom: 3vw;
  letter-spacing: 5px;
}
.feature3 h2 .big {
  color: #f99355;
  font-size: 90px;
}
.feature3 h2 .tu {
  color: #f99355;
}

.orange {
  color: #f99355;
}

.feature3 .dl_list3 li:nth-of-type(2n) dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {
  .feature3 h2 {
    font-size: 28px;
  }
  .feature3 h2 .big {
    font-size: 60px;
  }
  .heading3 {
    font-size: 24px;
  }
  .feature3 .heading2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .feature3 h2 {
    margin-top: 40px;
    font-size: 24px;
  }
  .feature3 h2 .big {
    font-size: 40px;
  }
}

/* blog */

.blog1 .right dt {
  color: #f99355;
}

.blog1 .right dt i {
  margin-right: 10px;
}

.blog1 .right dt:after {
  content: none;
}

.blog1 .left .pic {
  margin-left: 0;
}

@media only screen and (max-width: 1024px) {
  .blog1 .right dt {
    font-size: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .blog_detail1 .kiziwrap {
    margin-bottom: 40px;
  }
  .blog_detail1 .recowrap .heading {
    font-size: 24px;
  }
  .blog1 {
    padding: 60px 0 0;
  }
  .blog1 .right .menu_ul {
    margin-bottom: 40px;
  }
}

/* contact */

.contact-tel-box {
  border: 1px solid #ccc;
  max-width: 600px;
  padding: 40px 0;
  margin-left: auto;
  margin-right: auto;
}
.contact-tel-box h4 {
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}
.contact-tel-box h3 {
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}
.contact-tel-box .text {
  text-align: center;
  margin-bottom: 20px;
}
.contact-tel-box .tel-con {
  text-align: center;
  margin-bottom: 20px;
}
.contact-tel-box .tel-con .tel {
  display: inline-block;
}
.contact-tel-box .tel-con .tel a {
  font-size: 24px;
  color: #f99355;
}

.contact-tel-box .tel a:before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: #f99355;
  margin-right: 5px;
}
.web-re-btn {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  background: #f99355;
}
.web-re-btn a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  position: relative;
  text-align: center;
}
.web-re-btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 10px;
  background: url(/import/tenant_1/160.16.136.249/html/images/16contact/img001.png) center center no-repeat;
  background-size: contain;
  z-index: 2;
}
.contact1 .kome {
  font-weight: bold;
  display: inline-block;
  margin-left: 5px;
}

@media only screen and (max-width: 599px) {
  .contact1 dt {
    width: 100%;
  }
  .contact1 dd {
    width: 100%;
  }
}

/* recruit */
.recruit01 {
  padding-top: 60px;
}
.recruit-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recruit-list dt {
  width: 30%;
  font-size: 18px;
  font-weight: bold;
}
.recruit-list dd {
  width: 65%;
  font-size: 18px;
}

.inner800 {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  width: 92%;
}

.recruit-list dl {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.recruit-list dd {
  line-height: 1.6;
}

.re-btn {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  margin-bottom: 40px;
}
.re-btn a {
  background: #f99355;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  font-size: 16px;
  display: block;
  position: relative;
}
.re-btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 10px;
  background: url(/import/tenant_1/160.16.136.249/html/images/16contact/img001.png) center center no-repeat;
  background-size: contain;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .recruit01 .cmn_list li {
    margin-bottom: 100px;
  }
  .recruit01 .about01_list {
    margin: 80px 0 40px;
  }
  .recruit01 .cmn_list h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .recruit01 .cmn_list .num {
    font-size: 40px;
  }
  .recruit01 .cmn_list .txt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 599px) {
  .recruit-list dt {
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .recruit-list dd {
    width: 100%;
    font-size: 14px;
  }
  .recruit-list dl {
    padding-bottom: 10px;
  }
  .re-btn {
    width: 200px;
  }
  .re-btn a {
    font-size: 14px;
    padding: 15px 0;
  }
  .recruit01 .about01_list {
    margin: 40px 0;
  }
  .recruit01 .cmn_list li {
    margin-bottom: 40px;
  }
  .recruit-list {
    padding-top: 40px;
  }
  .recruit01 .cmn_list .num {
    font-size: 30px;
  }
  .recruit01 .cmn_list h4 {
    font-size: 18px;
    padding-left: 50px;
    margin-bottom: 15px;
  }
}

#gnav .sp-only {
  display: none;
}

@media only screen and (max-width: 1024px) {
  #gnav .sp-only {
    display: block;
  }
}

[data-element-id] #gnav .sp-only {
  display: inline-block;
  position: relative;
}
[data-element-id] #gnav .sp-only:before {
  display: block;
  content: "SPのみ表示";
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  left: 0;
  z-index: 2;
  font-size: 12px;
  color: #fff;
  background: #ccc;
  width: 100%;
  text-align: center;
}

[data-element-id] #home-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[data-element-id] .foot-bnr {
  position: static;
}

[data-element-id] .dropmenu li ul {
  background: #fff;
  z-index: 2;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 1;
  visibility: visible;
}

[data-element-id] .dropmenu ul li {
  overflow: visible;
  border-top: 1px solid #ddd;
  height: auto;
}

[data-element-id] .dropmenu ul li a {
  opacity: 1;
}

[data-element-id] .sidenav {
  position: absolute;
}

[data-element-id] .totop {
  position: absolute;
}

[data-element-id] .accordion-inner > li {
  margin-bottom: 20px;
}

[data-element-id] #gnav .accordion-inner {
  width: 90%;
  text-align: left;
}

[data-element-id] .mainimg {
  margin: -123px 0 0 auto;
}

/*****2021/07/19*****/

.sp_only {
  display: none;
}
.price {
  margin-bottom: 100px;
  position: relative;
  padding-bottom: 50px;
}
.price .pr_txt {
  font-size: 22px;
  border-bottom: 1px solid #c6a878;
  padding-bottom: 8px;
  width: 94%;
  margin: auto;
}
.price .pr_txt span {
  position: absolute;
  right: 0;
}
.price .min_txt {
  width: 94%;
  margin: auto;
  padding-left: 4px;
  line-height: 230%;
}

@media only screen and (max-width: 599px) {
  .sp_only {
  display: block;
  }
  .price .pr_txt {
    font-size: 18px;
  }
  #footer {
    margin-bottom: 45px;
  }
}
