




/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}


.loading {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #FFF;
}

.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}

.loading .circle {
  display: block;
  position: relative;
  top: calc( 50% - 20px );
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 7px solid #eee;
  border-top: 7px solid #CCC;
  border-radius: 50px;
  animation: loading 700ms linear 0ms infinite normal both;
}

@keyframes loading {
  0% { transform: rotate( 0deg ); }
  100% { transform: rotate( 360deg ); }
}







/*フォント指定*/

.mincho {
  font-family: 'Noto Serif JP', serif;
}

.kaku {
font-family: 'Noto Sans JP', sans-serif;
}

.maru {
font-family: 'Kiwi Maru', serif;
}

.lato {
  font-family: 'Lato', sans-serif;
}


/*モバイル、PC切り替え*/
.mobi-only {
  display: none 
}

.pc-only {
   display: block;
}

@media only screen and (max-width: 767px) {
.mobi-only {
      display: block;
}

.pc-only {
  display: none ;
}
}








/* PC
------------------------------------------*/
@media only screen and (min-width: 768px)  {
.tb_only{display:none !important;}
.sp_only{display:none !important;}
.sp_tb{display:none !important;}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pc_only{display:none !important;}
.tb_only{display:inherit !important;}
.sp_only{display:none !important;}
.tb_pc{display:inherit !important;}
.sp_tb{display:inherit !important;}

/*body{background:#ccc;}*/
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pc_only{display:none;}
.tb_only{display:none;}
.sp_only{display:inherit;}
.tb_pc{display:none;}
.sp_tb{display:inherit;}
}








/*セクションのサイズ*/

.sec-s {
  padding:30px 0 ;
  margin-top:0;
}


.sec-m {
  padding:60px 0 ;
  margin-top:0;
}

.sec-l {
  padding:100px 0 ;
  margin:0;
}

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

.sec-s {
  padding:15px 0 ;
  margin-top:0;
}

.sec-m {
  padding:30px 0 ;
  margin:0;
}

.sec-l {
  padding:40px 0 ;
  margin:0;
}



}


























@media screen and (max-width: 576px){
  /* 480px以下に適用されるCSS（スマホ用） */
}



body {

     /*font-family: "Noto Sans", "Noto Sans CJK JP", "NotoSansCJKjp-Jxck", 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/

   font-family: 'M PLUS Rounded 1c', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .15em;
    line-height: 2.2em;
    padding: 0;
    margin: 0;
    background: #FFF;
    /*color: #4B443C;*/
 color: #525964;


    -webkit-text-size-adjust: 100%;
}





.body{
width:100%;
overflow-x: hidden !important;
}




p {

    line-height: 1.8;
    font-size: 15px;
    margin: 0 0 20px;
}

.p-sm {
    
    line-height: 1.9;
    font-size: 14px;
    margin: 0 0 20px;
}

.p-md {
    
    line-height: 2;
    font-size: 16px;
    margin: 0 0 20px;
}

.p-lg {
    
    line-height: 2;
    font-size: 18px;
    margin: 0 0 20px;
}




/*見出し*/
.catch-phrase {
  margin-bottom: 50px;
  font-family: 'Shippori Mincho', serif;
  font-size: 1.63rem;
  line-height: 1.5;
}

@media screen and (max-width: 576px){
  .catch-phrase {
    margin-bottom: 28px;
    font-size: 1.13rem;
  }
}


.top-lead {
    color: #65533C;
    font-size: 26px;
    font-weight: 100;
    letter-spacing: .2em;
    line-height: 1.8em;
    margin-bottom: 16px;
    font-family: 'Noto Serif JP', serif;
}

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

.top-lead {

    font-size: 18px;
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 1.7em;
    margin-bottom: 1.5em;
}
}




.lead-s {
    font-family: 'Noto Serif JP', serif;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: .2em;
    line-height: 1.9em;
    margin-bottom: 1.5em;
    color: #65533C;
}

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

.lead-s {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0em;
    line-height: 1.7em;
    margin-bottom: 1.0em;
}
}



/*１文字目だけ着色*/
.hajime:first-letter {
  color: #e69c35;
}





/*区切り*/

hr.hr_m {
    position: relative;
    overflow: visible;
    text-align: center;
    color: #ccc;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ccc;
    margin: 40px 0;
}
@media screen and (max-width: 576px){
hr.hr_m {
    position: relative;
    overflow: visible;
    text-align: center;
    color: #ccc;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ccc;
    margin: 20px 0;
}
}

.hr-step {
  position: relative;
  overflow: visible;
  text-align: center;
  color: #ccc;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #ccc;
  margin:30px 0;
}
.hr-step:after {
  position: absolute;
  top: -16px;
  left: 49%;
  display: inline-block;
  font-family: "dental";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\f13a';

  font-size: 24px;
  color: #ff9400;
}





.hr-white {
  border-top: 3px solid rgba(255,255,255,0.9);
  background: rgba(0, 0, 0, 0);
  margin: 32px 0;
}



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



.hr-white {
  border-top: 3px solid rgba(255,255,255,0.9);
  background: rgba(0, 0, 0, 0);
  margin: 20px 0;
}

}







ul.checklist1{
    padding:0;
    margin: 0;
} 
  
.checklist1 li{
  margin:0;
  padding-bottom:0;
  font-weight: normal;
  margin-bottom:10px;
 /* border-bottom:rgba(128,130,132,0.50) 1px solid;*/
  line-height: 1.7em;
  list-style: none;
  font-size: 16px;
}
.checklist1 li:last-child{
  margin-bottom:0;
}
.checklist1 li:before{
  font-family: "dental"; font-weight: 900; content: "\e80e";
  margin-right: 6px;
  color: #ccc;
}
  

@media screen and (max-width: 600px) {
.checklist1 li{
  font-size: 15px;
}

}



ul.checklist2{
    padding:0;
    margin: 0;
} 
  
.checklist2 li{
  margin:0;
  padding-bottom:0;
  font-weight: normal;
  margin-bottom:4px;
 /* border-bottom:rgba(128,130,132,0.50) 1px solid;*/
  line-height: 1.7em;
  list-style: none;
  font-size: 15px;
}
.checklist2 li:last-child{
  margin-bottom:0;
}
.checklist2 li:before{
  font-family: "dental"; font-weight: 900; content: "\e80e";
  margin-right: 6px;
  color: #ccc;
}
  

@media screen and (max-width: 600px) {
.checklist2 li{
  font-size: 14px;
}

}








/*背景*/


.heading-bg-r {
    font-family: "Arial",sans-serif;
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #111;
    white-space: nowrap;
    font-size: 12rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
    opacity: .1;
    position: absolute;
    bottom: 0;
    right: -.3em;
    z-index: -1;
    text-align: right;
}


.heading-bg-l {
    font-family: "Arial",sans-serif;
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #111;
    white-space: nowrap;
    font-size: 12rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
    opacity: .1;
    position: absolute;
    bottom: 0;
    left: -.3em;
    z-index: -1;

}

/*テキスト装飾*/
strong.marker {
 
    background:linear-gradient(transparent 60%, #bce2e8 60%);
 
}



/*院長・スタッフ紹介*/


.dr_name dt,
.dr_name dd {
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
  display: inline-block;
  vertical-align: middle;
  font-size: 220%;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.2em;
  margin-bottom: 0px;
}
.dr_name dt {
  letter-spacing: .2em;
  line-height: 1.2em;
  margin-right: .5em;
  font-size: 110%;
}
.dr_name dd .ft_didact {
  margin-left: 1.0em;
  font-size: 45%;
  font-weight: normal;
  letter-spacing: .2em;
  line-height: 1.2em;
  color: #bbb;
}


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

.dr_name dt,
.dr_name dd {
  
  font-size: 180%;
}
.dr_name dt {
  letter-spacing: .2em;
  line-height: 1.2em;
  margin-right: .5em;
  font-size: 90%;
}
.dr_name dd .ft_didact {
  margin-left: 1.0em;
  font-size: 45%;
  font-weight: normal;
  letter-spacing: .2em;
  line-height: 1.2em;
  color: #bbb;
}

}




/*アクセス*/


.kamoku dt{
  text-align:center;
  font-size:120%;
  letter-spacing: 0.3em;
  padding: 15px 0;
  margin-bottom: 25px;
  background:rgba(128,205,201,0.70);
  color:#ffffff;
  line-height: 1em;
}
.kamoku dd{
  max-width: 330px;
  margin: 0  auto;
  font-size:105%;
  line-height: 2.1em;
  letter-spacing: 0.05em;
}

.kamoku ul {
  list-style: none;
  margin: 0;
    padding: 0;
    border: 0;
}
.kamoku li:nth-child(1){
  float:left;
}
.kamoku li:nth-child(2){
  float:right;
}

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

.kamoku dt{
  text-align:center;
  font-size:17px;
  letter-spacing: 0.3em;
  padding: 15px 0;
  margin-bottom: 25px;
  background:rgba(128,205,201,0.70);
  color:#ffffff;
  line-height: 1em;
}
}













/***ステップバーデザイン3***/
.step-wrap3 {
 counter-reset: count;
 margin: 2em 0;
 position: relative;
}
.step-content3 {
 padding: 1.3em 0 .3em 1em;
 margin: 0 0 1em 1em;
 position: relative;
 border-top: dotted 1px #ddd;
}
.step-content3::before {
 content: "";
 display: block;
 position: absolute;
 bottom: 5px;
 left: -10px;
 border-style: solid;
 border-width: 8px 8px 0 8px;
 border-color: #ddd transparent transparent transparent;
}
.step-content3::after {
 content: "";
 display: block;
 height: calc(100% - 36px);
 border-left: dashed 2px #ddd;
 position: absolute;
 top: 16px;
 left: -4px;
}
.step-label3 {
 padding: 3px 20px 3px 15px;
 color: #fff;
 font-weight: bold;
 position: absolute;
 top: -18px;
 left: -20px;
 background: #6ab5a5;
 border-radius: 20px;
 z-index: 1;
}
.step-label3::after {
 counter-increment: count;
 content: counter(count);
 position: relative;
 left: .3em;
}
.step-title3 {
 font-weight: bold;
 font-size: 20px;
 margin:10px 0;
}
.step-body3 {
 margin-top: .5em;
 padding: 0 0 2em;
}
.step-wrap3 > :last-child {
 /*box-shadow: 5px 7px 0 -5px #ddd;*/
}
.step-wrap3 > :last-child::before, .step-wrap3 > :last-of-type::after {
 display: none;
}
/***ステップバーデザイン3***/























/* 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;
}
