/******************************************************
page-flora
******************************************************/
.p-flora {
  /* margin-top: -32px; */
  width: 100%;
}
.p-flora__header{
  border-top: 10px solid #f40259;
}
.p-flora__header  .header-logo{
  width: 240px;
  height: auto;
}
@media (max-width: 1023px) {
  .p-flora__header  .header-logo{
    width: 140px;
  }
}
.p-flora__header  .header-logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* メインビジュアル */
.p-flora__fv {
  width: 100%;
  height: auto;
  position: relative;
}
.p-flora__fv picture{
  display: block;
}
.p-flora__fv picture img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* サービス概要 */
.p-flora__service__ttl{
  margin-top: 0px;
}
.p-flora__service .service-item .item-content{
  margin-top: 32px;
  display: flex;
  column-gap: 40px;
}
.p-flora__service .service-item .item-content figure{
  width: 24%;
}
.p-flora__service .service-item .item-content figure img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-flora__service .service-item .item-content .text-area{
  flex: 1;
}
.p-flora__service .service-item .item-content .text-area h5{
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
.p-flora__service .service-item .item-content{
  flex-direction: column;
  row-gap: 32px;
}
.p-flora__service .service-item .item-content figure{
  width: 100%;
}
}

/* ご利用の流れ */
.p-flora__flow .flow-method {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 0 20px;
  /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
}
.p-flora .flow-method .method-container {
  margin-top: 28px;
}
.p-flora .flow-method .method-container .method-tabs {
  display: flex;
  cursor: pointer;
}
.p-flora .flow-method .method-container .tab {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #f0f0f0;
}
.p-flora .flow-method .method-container .tab.active {
  background: #fff;
  font-weight: bold;
}
.p-flora .flow-method .method-container .tab.tab-consultation.active {
  border-top: 2px solid #4ec0d9;
}
.p-flora .flow-method .method-container .tab.tab-treatment.active {
  border-top: 2px solid #1ca2db;
}
.p-flora .flow-method .method-container .tab-content {
  display: none;
  padding: 20px 20px 60px;
  border: 1px solid #ccc;
  background: #fff;
}
@media (max-width: 1023px) {
  .p-flora .flow-method .method-container .tab-content {
    padding: 0 20px 60px;
  }
}
.p-flora .flow-method .method-container .tab-content.active {
  display: block;
}
.p-flora .flow-method .method-container .tab-content h4{
  font-size: 20px;
  font-weight: bold;
}

.p-flora .flow-method .method-container .method-tab-contents .tab-content__flow ul {
  display: flex;
  flex-wrap: wrap;
  /* margin-top: 30px; */
  row-gap: 64px;
  padding: 0 80px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-flora .flow-method .method-container .tab-content h4{
    text-align: center;
  }
  .p-flora .flow-method .method-container .method-tab-contents .tab-content__flow ul {
    flex-direction: column;
    /* margin-top: 30px; */
    padding: 0;
    row-gap: 36px;
  }
}
.p-flora .flow-method .method-container .method-tab-contents .tab-content__flow ul li {
  width: 28%;
}
@media (max-width: 767px) {
  .p-flora .flow-method .method-container .method-tab-contents .tab-content__flow ul li {
    width: 100%;
  }
}
.p-flora .flow-method .method-container .method-tab-contents .tab-content__flow ul li p{
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.p-flora .flow-method .method-container .method-tab-contents .tab-content__flow ul li p span{
  font-size: 12px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-flora .flow-method .method-container .method-tab-contents .tab-content__flow ul li p{
    height: 70px;
  }
}
.p-flora .flow-method .method-container .method-tab-contents .tab-content__flow ul li figure {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
.p-flora .flow-method .method-container .method-tab-contents .tab-content__flow ul li figure img {
  width: 100%;
  height: 100%;
     object-fit: contain;
}
.p-flora .flow-method .method-container .method-tab-contents .tab-content__flow > p{
margin-top: 30px;
}
.p-flora .flow-method .method-container .method-tab-contents .add-tab-content__flow{
  margin-top: 72px;
  display: none;
}
.p-flora .flow-method .method-container .method-tab-contents .js-flow-acc{
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  padding: 10px 10px;
  border-radius: 9999px;
  border: 1px solid #0095d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  outline: none;
  cursor: pointer;
  background: #FFF;
}
.p-flora .flow-method .method-container .method-tab-contents .js-flow-acc-arr{
  display: flex;
  justify-content: center;
  align-items: center;
}
.js-flow-acc-arr svg{
  width: 26px;
  height: auto;
  transform: rotate(90deg);
}


@media (max-width: 767px) {
  .p-flora__header .header__logo a{
    width: 240px;
  }
}

.flora-fixed-link{
  width: 100%;
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -1;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.3s;
}
.flora-fixed-link.is-active{
  opacity: 1;
  z-index: 10;
}
.flora-fixed-link a{
  cursor: pointer;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 12px 0;
  color: #fff;
  transition: 0.3s;
}

.flora-fixed-link a:hover{
  opacity: 0.8 !important;
}

.flora-fixed-link a.consultation{
background: #4ec0d9;
}

.flora-fixed-link a.treatment{
background: #1ca2db;
}

.article__head.c-flora__ttl{
  background: #f40359 !important;
}

.c-flora-content{
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 0 20px;
}

.c-flora-subTtl {
  padding-left: 16px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  margin-top: 54px;
}
@media (max-width: 767px) {
  .c-flora-subTtl {
  font-size: 18px;
}
}
.c-flora-subTtl::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 36px;
  background: #f5dfee;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.flora-qr-list{
  margin-top: 60px;
  display: flex;
  justify-content: center;
  column-gap: 160px;
}

@media (max-width: 767px) {
  .flora-qr-list{
    flex-direction: column;
    row-gap: 24px;
    margin-top: 40px;
  }
  .dl-nav__qr{
    display: none ;
  }
}

.flora-qr-list .list-item{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.flora-qr-list .list-item figure{
  width: 180px;
  height: auto;
}

.flora-qr-list .list-item figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flora-keycode{
  text-align: center;
  font-size: 24px;
}
.flora-keycode span{
  font-weight: bold;
  font-size: 32px;
}

@media (max-width: 767px) {
  .flora-keycode{
    font-size: 16px;
  }
  .flora-keycode span{
    font-size: 20px;
  }
  
}

.flora-tab-contents{
  margin-top: 32px;
}

.flora-tab-contents .tab-detail{
  padding: 0 80px;
}

@media (max-width: 767px) {
  .flora-tab-contents .tab-detail{
    padding: 0 0px;
    text-align: center;
  }
}

.footer-flora #menu-footer > li > a{
  background: #f40359 !important;
}

.footer-flora .footer__wrapper{
  background: #f40359 !important;
}

.footer-flora #menu-footer-sub > li > a {
  background: #f40359 !important;
}

.footer-flora .copyright{
  background: #f40359 !important;
}
