

/*診療の流れ
---------------------------------------------------------*/
#flow{
  padding-bottom:40px;
}
#flow .index{
  padding:95px 0 65px 0;
  text-align: center;
}
#flow .index .ft_int_t{
  font-size:385%;
  letter-spacing: 0.08em;
}
#flow .index .ft_int_t span{
  color:#96ab83;
}
#flow .index h2{
  font-size:115%;
  font-weight: normal;
  letter-spacing: 0.25em;
  margin-top: 25px;
}

.flow_list {
  padding:0 ;
}
#flow .flow_list > li{
  position: relative;
}
#flow .flow_list > li::before,#flow .flow_list > li::after{
  position:absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width:100%;
  height: 204px;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center center; 
  z-index: -1;
}
#flow .flow_list > li::after{
  background-image:url(../_images/title_grd@2x.png);
  background-size:100% 100%;
}
#flow .flow_list > li.flow01::before{background-image:url(../_images/bg/clinic-blur_2.jpg); background-position: top center;}
#flow .flow_list > li.flow02::before{background-image:url(../_images/bg/clinic-blur_2.jpg); background-position: center center;}
#flow .flow_list > li.flow03::before{background-image:url(../_images/bg/clinic-blur_2.jpg); background-position: bottom center;}
#flow .flow_list > li.flow04::before{background-image:url(../_images/bg/clinic-blur_2.jpg);}
#flow .flow_list > li.flow05::before{background-image:url(../_images/bg/clinic-blur_2.jpg);}
#flow .flow_list > li.flow06::before{background-image:url(../_images/bg/clinic-blur_2.jpg);}
#flow .flow_list>li.flow07::before {
  background-image: url(../_images/bg/clinic-blur_2.jpg);
}
#flow .flow_list > li .w1340{
  position:relative;
  padding-top: 125px;
  width: 100%;
  max-width: 1000px;
    margin: auto;
}
#flow .flow_list > li .w1340::before{
  display:block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height:47px;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background:url(../_images/arrow@2x.png) no-repeat center center;
  background-size: 100% 100%;
}

#flow .flow_list > li .flow_inbox{
  background:#ffffff;
  padding: 75px 70px 115px 70px;
  position: relative;
}
#flow .flow_list > li .flow_index p{
  font-size:600%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color:#EFA83C;
}
#flow .flow_list > li .flow_index h3{
  text-align: center;
  font-size:220%;
  letter-spacing: 0.25em;
  margin-bottom: 60px;
}
#flow .flow_list > li .flow_flt_box{
  overflow: hidden;
}
#flow .flow_list > li .flow_flt_box .img_box{
  max-width:400px;
  width: 34%;
  float: left;
}
#flow .flow_list > li .flow_flt_box .txt_box{
  width: 62%;
  float: right;
}
#flow .flow_list > li .flow_flt_box h4{
  font-size:137%;
  letter-spacing: 0.25em;
  line-height: 1.7em;
  margin-bottom: 15px;
  font-weight: 600;
  color:#EFA83C;
}
#flow .com_link a{
  border-top:1px solid #EFA83C;
  padding-top: 18px;
  padding-right: 3em;
  text-align: center;
  margin-top: 25px;
  min-width: 340px;
  box-sizing: border-box;
  text-align: center;
}
#flow .com_link a::before {
  top: 70%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.3em;
}
#flow .flow_caution{
  padding: 50px 0 45px 0;
  border-top:2px solid #c26d75;
  border-bottom:2px solid #c26d75;
  margin-top: 60px;
  position: relative;
}
#flow .flow_caution::before{  
  display:block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height:46px;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background:url(../_images/attention@2x.png) no-repeat center center;
  background-size: 100% 100%;
}
#flow .flow_caution h5{
  text-align:center;
  color:#c26d75;
  font-size:127%;
  letter-spacing: 0.25em;
}

/*flow01*/
#flow .flow01 .flow_flt_box{
  margin-bottom:60px;
}
#flow .flow01 .flow_col3{
  margin-bottom:60px;
}
#flow .flow01 .flow_col3 li{
  float:left;
  width: 30%;
  margin-right: 5%;
  background: #f4f4f1;
  position: relative;
}
#flow .flow01 .flow_col3 li::before{
  position:absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  background: #ffffff;
}

#flow .flow01 .flow_col3 li:last-child{
  margin-right: 0;
}
#flow .flow01 .flow_col3 li .img_box{
  position: relative;
  z-index: 2;
  margin: 0 auto 20px auto;
  width: 60%;
  max-width: 180px;
}
#flow .flow01 .flow_col3 li dt{
  text-align:center;
  font-size:115%;
  font-weight: bold;
  letter-spacing: 0.25em;
  margin-bottom: 10px;
  color:#99904b;
}
#flow .flow01 .flow_col3 li dl{
  padding:0 30px 35px 30px;
}
#flow .flow01 .flow_caution h5{
  margin-bottom:30px;
}
#flow .flow01 .flow_caution .txt_al_c span{
  color:#c26d75;
}
#flow .flow01 .flow_caution .caution_list{
  margin:45px auto 35px auto;
  max-width: 1110px;
}
#flow .flow01 .flow_caution .caution_list > li{
  float:left;
  width: 23%;
  margin-right: 2.666%;
  background: #fdf7f6;
}
#flow .flow01 .flow_caution .caution_list > li:last-child{
  margin-right:0;
}
#flow .flow01 .flow_caution .caution_list > li dt{
  color:#c26d75;
  font-size:115%;
  letter-spacing: 0.2em;
  font-weight: bold;
text-align: center;
margin-bottom: 5px;}
#flow .flow01 .flow_caution .caution_list > li dd{
  font-size:90%;
}
#flow .flow01 .flow_caution .caution_list > li dl{
  padding:20px 30px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#flow{
  padding-bottom:20px;
}
#flow .index{
  padding:45px 0 45px 0;
  text-align: center;
}
#flow .index .ft_int_t{
  font-size:300%;
}
#flow .index h2{
  font-size:110%;
  letter-spacing: 0.15em;
  margin-top: 15px;
}
#flow .flow_list > li::before,#flow .flow_list > li::after{
  height: 150px;
}
#flow .flow_list > li .w1340{
  padding-top: 80px;
}
#flow .flow_list > li .w1340::before{
  width: 60px;
  height:40px;
}
#flow .flow_list > li .flow_inbox{
  padding: 66px 30px 70px 30px;
}
#flow .flow_list > li .flow_index p{
  font-size:500%;
}
#flow .flow_list > li .flow_index h3{
  font-size:180%;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
#flow .flow_list > li .flow_flt_box h4{
  font-size:120%;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
#flow .com_link a{
  padding-top: 15px;
  padding-left: 0.5em;
  margin-top: 20px;
  min-width: 300px;
}
#flow .flow_caution{
  padding: 30px 0;
  margin-top: 50px;
}
#flow .flow_caution::before{  
  width: 40px;
  height:36px;
  top: -5px;
}
#flow .flow_caution h5{
  font-size:115%;
  letter-spacing: 0.15em;
}

/*flow01*/
#flow .flow01 .flow_flt_box{
  margin-bottom:50px;
}
#flow .flow01 .flow_col3{
  margin-bottom:50px;
}
#flow .flow01 .flow_col3 li{
  width: 32%;
  margin-right: 2%;
}
#flow .flow01 .flow_col3 li .img_box{
  margin: 0 auto 15px auto;
}
#flow .flow01 .flow_col3 li dt{
  font-size:105%;
  letter-spacing: 0.15em;
  margin-bottom: 0;
}
#flow .flow01 .flow_col3 li dl{
  padding:0 20px 25px 20px;
}
#flow .flow01 .flow_caution h5{
  margin-bottom:10px;
}
#flow .flow01 .flow_caution .caution_list{
  margin:30px auto 25px auto;
}
#flow .flow01 .flow_caution .caution_list > li{
  width: 24%;
  margin-right:1.333%;
}
#flow .flow01 .flow_caution .caution_list > li dt{
  font-size:95%;
  letter-spacing: 0.1em;
margin-bottom: 0;}
#flow .flow01 .flow_caution .caution_list > li dd{
  font-size:85%;
  line-height: 1.7em;
}
#flow .flow01 .flow_caution .caution_list > li dl{
  padding:15px 15px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#flow{
  padding-bottom:0;
}
#flow .index{
  padding:12% 0 10% 0;
}
#flow .index .ft_int_t{
  font-size:14vw;
}
#flow .index h2{
  font-size:5vw;
  letter-spacing: 0.2em;
  margin-top:5%;
}
#flow .flow_list > li::before,#flow .flow_list > li::after{
  height: 90px;
}
#flow .flow_list > li .w1340{
  padding-top: 70px;
}
#flow .flow_list > li .w1340::before{
  max-width: 70px;
  width:13%;
  background:url(../_images/arrow@2x.png) no-repeat center center;
  background-size: 100% auto;
}
#flow .flow_list > li .flow_inbox{
  padding: 11% 5% 15% 5%;
}
#flow .flow_list > li .flow_index p{
  font-size:14vw;
}
#flow .flow_list > li .flow_index h3{
  font-size:5vw;
  letter-spacing: 0.2em;
  margin-bottom: 7%;
}
#flow .flow_list > li .flow_flt_box .img_box{
  width: 65%;
  float: none;
  margin: 0 auto 6% auto;
}
#flow .flow_list > li .flow_flt_box .txt_box{
  width: 100%;
  float: none;
}
#flow .flow_list > li .flow_flt_box h4{
  font-size:4.2vw;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  margin-bottom: 2%;
}
#flow .com_link a{
  padding-top: 4%;
  margin: 7% auto 0 auto;
  min-width: 100%;
}
#flow .com_link a::before {
  top: 70%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.3em;
}
#flow .flow_caution{

  padding: 6% 0 6% 0;
  margin-top: 3%;
}
#flow .flow_caution::before{  
  width: 10%;
  background-size: 100% auto;
}
#flow .flow_caution h5{
  font-size:4.2vw;
  letter-spacing: 0.15em;
}

/*flow01*/
#flow .flow01 .flow_flt_box{
  margin-bottom:10%;
}
#flow .flow01 .flow_col3{
  margin-bottom:10%;
}
#flow .flow01 .flow_col3 li{
  float:none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 5%
}

#flow .flow01 .flow_col3 li:last-child{
  margin-bottom: 0;
}
#flow .flow01 .flow_col3 li .img_box{
  margin: 0 auto 5% auto;
  width: 40%;
}
#flow .flow01 .flow_col3 li dt{
  font-size:4.8vw;
  letter-spacing: 0.2em;
  margin-bottom: 2%;
}
#flow .flow01 .flow_col3 li dl{
  padding:0 5% 5% 5%;
}
#flow .flow01 .flow_caution h5{
  margin-bottom:0;
}
#flow .flow01 .flow_caution .txt_al_c{
  text-align: left;
}
#flow .flow01 .flow_caution .caution_list{
  margin:7% auto;
}
#flow .flow01 .flow_caution .caution_list > li{
  float:none;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 5%;
}
#flow .flow01 .flow_caution .caution_list > li:last-child{
  margin-bottom: 0;
}
#flow .flow01 .flow_caution .caution_list > li dt{
  font-size:4.8vw;
  letter-spacing: 0.15em;
margin-bottom: 2%;}
#flow .flow01 .flow_caution .caution_list > li dl{
  padding:5%;
}
}






.tour-item img {
  margin-bottom: 24px;
}


.title-tour {
    margin: 0 0 12px;
    font-size: 20px;
    color: #83c896;
    font-weight: bold;
    letter-spacing: .3rem;
}











.steps {
  counter-reset: a;
}

.steps div.stepswrap:before {
  content: counter(a);
  counter-increment: a;
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 70px;
  font-weight: 100;
  line-height: 1em;
  color: #EFA83C;
font-family: -apple-system, 'BlinkMacSystemFont',  Sans-Serif;
}
.steps div.stepswrap {
  position: relative;
  padding-left: 68px;
  margin-top: 40px;
  border-bottom: 1px solid #dedede;
}
.steps div.stepswrap h2 {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.6;
}
.steps div.stepswrap p {
  margin-bottom: 18px;
}

.steps div.stepswrap {
  display: table;
}
.steps div.stepswrap div.stepswrap-inner {
  display: table-cell;
  width: 100%;
  height: auto;
  vertical-align: top;
  padding: 0 10px 40px 0;
}

.steps div.navbuttons:after,
.steps div.stepswrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


@media only screen and (max-width: 767px) {
.steps div.stepswrap {
    position: relative;
    padding-left: 50px;
    margin-top: 25px;
    border-bottom: 1px solid #dedede;
}
.steps div.stepswrap h2 {
  font-size: 19px;
  margin-bottom: 6px;
  margin-top: 0;
}
.steps div.stepswrap:before {
  left: 0;
  top: -4px;
  font-size: 60px;
}
.steps div.stepswrap div.stepswrap-inner {

  padding: 0 10px 25px 0;
}

}










/* Process */
.process {
  text-align: center;
}

.process .process-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.process .process-step-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 90px;
  text-align: center;
  width: 90px;
  border: 2px solid #CCC;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.process .process-step-content {
  padding-top: 20px;
}

.process .process-step-circle-content {
  font-weight: bold;
  color: #212529;
  font-size: 1.6em;
  letter-spacing: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.process .process-step:hover .process-step-circle {
  background-color: #CCC;
}

.process .process-step:hover .process-step-circle .process-step-circle-content {
  color: #FFF;
}

.process .process-step:hover .process-step-circle .process-step-circle-content .icons {
  color: #FFF !important;
}

@media (min-width: 992px) {
  .process .process-step:before {
    height: 2px;
    display: block;
    background-color: #EDEDED;
    position: absolute;
    content: '';
    width: 50%;
    top: 45px;
    left: 75%;
  }

  .process .process-step:last-child:before {
    display: none;
  }
}








.process-vertical {
  text-align: left;
}

.process-vertical .process-step {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  position: relative;
  padding-bottom: 60px;
}

.process-vertical .process-step:before {
  display: none;
}

.process-vertical .process-step:after {
  width: 2px;
  display: block;
  background-color: #EDEDED;
  position: absolute;
  content: '';
  height: calc(100% - 80px);
  top: 70px;
  left: 30px;
}

.process-vertical .process-step:last-child:after {
  display: none;
}

.process-vertical .process-step-circle {
  height: 60px;
  width: 60px;
  margin: 0 15px 0 0;
  min-height: 60px;
  min-width: 60px;
}

.process-vertical .process-step-content {
  padding-top: 0;
}

.process-connecting-line {
  position: relative;
  text-align: left;
}

.process-connecting-line .connecting-line {
  content: '';
  position: absolute;
  top: 25px;
  left: 15px;
  right: 15px;
  height: 3px;
  background: #CCC;
}

.process-connecting-line .process-step {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 48px;
  padding-right: 3rem;
  padding-left: 48px;
  padding-left: 3rem;
}

.process-connecting-line .process-step:before {
  content: none;
}

.process-connecting-line .process-step-circle {
  background: #FFF;
  width: 50px;
  height: 50px;
  border: 3px solid #CCC;
}


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

.process-vertical .process-step {

    padding-bottom: 20px;
  }
.process-vertical .process-step-content .step-title {
  padding-top: 0;
  font-size: 18px;
  font-weight: bold;
}
.process-vertical .process-step-circle {
  height: 40px;
  width: 40px;
  margin: 0 15px 0 0;
  min-height: 40px;
  min-width: 40px;
}
.process .process-step-circle-content {
  font-weight: bold;
  color: #212529;
  font-size: 1.1em;
  letter-spacing: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.process-vertical .process-step:after {
  width: 2px;
  display: block;
  background-color: #EDEDED;
  position: absolute;
  content: '';
  height: calc(100% - 50px);
  top: 40px;
  left: 18px;
}
}


/*-------------------------------------------------
---------------------------------------------------
---------------------------------------------------

    よくある質問 faq

---------------------------------------------------
---------------------------------------------------
-------------------------------------------------*/

.b_question_wrapper {
  border-top: 1px solid #e1e1e1;
  margin: 0;
  padding: 0;
/*  margin-bottom: 80px;*/
  margin-top:32px;
}

.b_question {
  margin: 0;
  padding: 0;
}

.b_question_wrapper--item {
  padding: 25px 0 25px;
  border-bottom: 1px solid #e1e1e1;
    list-style: none;
}


.b_question_wrapper .question {
  margin-bottom: 16px;
}

.question {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.question--th {
  width: 42px;
}
.question--th, .question--td {
  display: table-cell;
  vertical-align: top;
}

.question--icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #000;
  color: #FFF;
  border-radius: 50%;
  font-size: 20px;

}

.question .question--icon {
  background: #ff7377;
}

.question.-answer .question--icon {
  background: #bbdefb;
  color: #459be1;
}

.question--td {
  padding-left: 22px;
}

.question--heading {
  margin: 6px 0px 10px;
  line-height: 1.6;
  font-size: 17px;
  font-weight: bold;
  color: #000;

}

.b_question_wrapper .question.-answer {
  margin-bottom: 0;
}

.question.-answer .question--th, .question.-answer .question--td {
  vertical-align: top;
}

.question.-answer .question--td {
  font-size: 15px;

  line-height: 2.15;
  padding-top: 3px;
}









/* 診療時間・アクセス access
------------------------------------------------------------------*/


.icn {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: url(/_images/access/deco_access01.png)no-repeat center / cover;
  font-size: 180%;
  letter-spacing: .1em;
  position: relative;
  z-index: 1;
  color: #fff;
  margin: 0 auto;
  font-weight: bold;
}













