@charset "UTF-8";

/* モバイルレイアウト : 480 px およびそれ以下. */
ul{
  text-align: left;
}

/* --------------------------------------------------------
初診の流れ
-------------------------------------------------------- */
.flowWrap {
  margin: 0 auto;
}

ul.stepBox{
  list-style: none;
  margin: 0;
  padding: 0;
}

li.stepNum{
  margin:5% auto;
  padding: 0;
  max-width: 180px;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Kiwi Maru", serif;
  font-size: 2.5rem;
  text-align: center;
  background-color: #FFF;
  border-radius: 50%;
}

li.stepTxt{
  h5{
    margin: 5% 0;
    font-family: "Kiwi Maru", serif;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
  }
}

li.stepImg{
  margin: 5% auto;
}

/* ご来院時の持ち物 */
.item{
  margin: 5% auto;
  padding: 8%;
  text-align: left;
  background-color: #DFECEF;
  border: #81AFBC 1px solid;
  border-radius: 20px;
  h5{
    margin: 0 0 5%;
    font-family: "Kiwi Maru", serif;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
  }
  ul{
    color: #000;
    span{
      display: inline-block;
    }
  }
}

hr.stepHr{
  margin: 10% auto;
  border: none;
  border-top: #bca699 1px dashed;
}

/* --------------------------------------------------------
よくあるご質問
-------------------------------------------------------- */
.content02 .pcFlexbox{
  margin: 0;
  a{
    display: inline-block;
  }
  a[href*="tel:"]{
    color: #663110;
    font-weight: 600;
  }
}

.details-summary{
  gap: .5em;
  font-family: "Kiwi Maru", serif;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.5;
}
.details-summary::before{
  content: "Q";
  font-family: "Kiwi Maru", serif;
  font-weight: 700;
  line-height: 1;
  padding: .25em .5em .5em;
  background-color: #EEE1CD;
  border-radius: 50%;
}

.details-content{
  padding: .5em 1.5em;
  display: flex;
  align-items: flex-start;
  gap: .5em;
  text-align: left;
  a{
    color: #663110;
    font-weight: 600;
  }
}
.details-content::before{
  content: "A";
  color: #FFF;
  font-family: "Kiwi Maru", serif;
  line-height: 1;
  padding: .25em .5em .5em;
  background-color: #663110;
  border-radius: 50%;
}


/* タブレットレイアウト : 981px～。モバイルレイアウトからスタイルを継承。 */
@media print, screen and (min-width: 980px) {
section{
  padding: 60px 0;
}
/* --------------------------------------------------------
初診の流れ
-------------------------------------------------------- */
section.content01{
  max-width: 1200px;
}
.flowWrap {
  margin: 0 auto;
}

ul.stepBox{
  margin: 30px 0;
  display: flex;
  align-items: center;
  gap: 50px;
}

li.stepNum{
  margin: 0;
  width: 180px;
  height: 180px;
}

li.stepTxt{
  width: calc(100% - 180px - 400px - 50px*2);
  h5{
    margin: 0;
    font-family: "Kiwi Maru", serif;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: left;
  }
}

li.stepImg{
  margin: 0;
  width: 400px;
}

/* ご来院時の持ち物 */
.item{
  box-sizing: border-box;
  margin: 50px 0 50px auto;
  padding: 30px 50px;
  width: calc(100% - 180px - 50px);
  display: flex;
  align-items: center;
  gap: 50px;
  h5{
    margin: 0;
    font-size: 2.4rem;
    text-align: center;
  }
}

hr.stepHr{
  margin: 50px 0 50px auto;
  width: calc(100% - 180px - 50px);
}

hr.stepHr:last-child{
  margin-bottom: 0;
}

/* --------------------------------------------------------
よくあるご質問
-------------------------------------------------------- */
.content02{
  padding-bottom: 200px;
}
.content02 .pcFlexbox{
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 1em;
}

details{
  max-width: 900px;
}
.details-summary{
  margin: 0 auto;
  padding: 15px 30px;
  max-width: 900px;
  font-size: 2.2rem;
  gap: 10px;
}
.details-summary::before{
  content: "Q";
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Kiwi Maru", serif;
  font-weight: 700;
  line-height: 1;
  padding: .25em .5em .5em;
  background-color: #EEE1CD;
  border-radius: 50%;
}

.details-content{
  padding: 15px 30px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
  a{
    color: #663110;
    font-weight: 600;
  }
}
.details-content::before{
  content: "A";
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: "Kiwi Maru", serif;
  line-height: 1;
  padding: .25em .5em .5em;
  background-color: #663110;
  border-radius: 50%;
}

.details-content-txt{
  width: calc(100% - 40px - 10px);
}

}