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

.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 ;
}
}



.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}



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

.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 only screen and (max-width: 767px) {

.mobi-img-s {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  display: inherit;
}

.mobi-img-m {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: inherit;
}

.mobi-img-l {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: inherit;
}


}




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



body {

     font-family: "Noto Sans", "Noto Sans CJK JP", "NotoSansCJKjp-Jxck", 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',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;

    color: #4B443C;
    -webkit-text-size-adjust: 100%;
}

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

p {
    color: rgba(0,0,0,0.8);
    line-height: 2.2;
    font-size: 15.5px;
    margin: 0 0 20px;
}


.p-sm {
    color: #888;
    line-height: 1.9;
    font-size: 15px;
    margin: 0 0 20px;
}


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

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


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


/*見出し*/
.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 {
    text-align: center;
    font-size: 26px;
    font-weight: 100;
    letter-spacing: .2em;
    line-height: 1.8em;
    margin-bottom: 1.9em;
}

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

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


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



.title-00 {
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 0.2em;
    line-height: 1.4;
    font-size: 30px;
    font-weight: 100;
    font-family: 'Noto Serif JP', serif;
    background: -webkit-linear-gradient(0deg,#222,#444);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: rgba(0,0,0,0.5);
}

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


.title-00 {
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    font-size: 20px;

}



}


.title-01 {
    /*background: -moz-linear-gradient(top, #8accfb 0%, #66a8f7 100%);
    background: -webkit-linear-gradient(top, #8accfb 0%,#66a8f7 100%);
    background: linear-gradient(to bottom, #8accfb 0%,#66a8f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8accfb', endColorstr='#66a8f7',GradientType=0 );*/
    background:#a19a8a;
    padding: 20px 12px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: .2em;
    line-height: 1.6em;
    margin-bottom: 48px;
    border-radius:3px;

}


@media screen and (max-width: 576px){
.title-01 {
    font-size: 110%;
    letter-spacing: .05em;
    margin-bottom: 5%;
    padding: .9em 2%;
}
}

.title-02-wrap  {
background: #f9b85d;
    background: -moz-linear-gradient(left, #f9b85d 0%, #fbaa3b 100%);
    background: -webkit-linear-gradient(left, #f9b85d 0%,#fbaa3b 100%);
    background: linear-gradient(to right, #f9b85d 0%,#fbaa3b 100%);
    margin-bottom: 50px;
}


.title-02  {
    background: url(../images/img-assets/title-bg-01.png) no-repeat left bottom;
    background-size: 885px 40px;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: .3em;
    line-height: 1.6em;
    text-align: center;
    padding: .6em 3%;
}


@media screen and (max-width: 576px){
  .title-02-wrap  {
    margin-bottom: 20px;
}


.title-02  {
    background: url(../images/img-assets/title-bg-01.png) no-repeat left bottom;
    background-size: 885px 40px;
    font-size: 20px;
    letter-spacing: .2em;
    line-height: 1.6em;
    padding: .5em 3%;
}
}


.title-03  {
    color: #f6ad48;
    font-weight: bold;
    font-size: 150%;
    line-height: 180%;
    letter-spacing: .2em;
    margin-bottom: 10px;
}




.title-04 {
    

    color: #7a6a63;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1.8em;
    margin-bottom: 15px;
}
@media screen and (max-width: 576px){
.title-04 {
    font-size: 125%;
    margin-bottom: 3%;
    line-height: 1.7em;
}
}



.accent-txt {
  color: #ecba89;
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 1;
  font-family: 'Lato', sans-serif;
       font-weight: 300;
}

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

  font-size: 14px;
  margin-bottom: 4px;
}
}




/*区切り*/


.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;
}





/* ボックス */
.box-area {
  padding: 42px 45px 40px 45px;
  border-radius: 8px;
}

.box-title {
    color: #ffffff;
    background: rgba(39,186,129,0.80);
    padding: 15px 3%;
    border-radius: 10px;
    font-size: 140%;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 45px;
}

.box-gray {
  background:#f5f3f2;
}

.box-blue {
  background:#f0f8ff;
}

.box-blue .box-title {
  background:#859fe6;
}


.box-yellow {
  background:#ffffe6;
}

.box-yellow .box-title {
  background:#bdba04;
}

.box-pink {
  background:#fef8f5;
}

.box-pink .box-title {
  background:#f98b8b;
}

.box-green {
  background:#f0fffe;
}

.box-green .box-title {
  background:rgba(39,186,129,0.80);
}

.box-line {
  background:#FFF;
  border:4px solid #EEE;
}



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

.box-gray {
 padding: 16px 16px;
}

.box-blue {
  padding: 16px 16px;
}

.box-blue .box-title {
  padding: 8px 8px;
}


.box-yellow {
 padding: 16px 16px;
}

.box-yellow .box-title {
  padding: 8px 8px;
}

.box-pink {
  padding: 16px 16px;
}

.box-pink .box-title {
  padding: 8px 8px;
}

.box-green {
 padding: 16px 16px;
}

.box-green .box-title {
  padding: 8px 8px;
}

.box-line {
  background:#FFF;
  border:1px solid #eee;
  padding: 20px 20px;
}
.box-title {
    color: #ffffff;

    padding: 10px 10px;
    border-radius: 10px;
    font-size: 17px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 12px;
}

}




.box02-top {
    background: rgb(8, 32, 108);
    text-align: center;
    color: #ffffff;
    font-size: 150%;
    font-weight: 500;
    position: relative;
    padding: 18px 3%;
}



.box02-bottom {
    padding: 35px 55px;
    background: #fff7f2;
}










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

}








.box-02 {
  background: #fcfce8;
  border-radius: 10px;
}
.box-02 > dt {
  text-align: center;
  line-height: 1.0em;
  background: #fceec2;
  border-radius: 10px 10px 0 0;
  line-height: 1.0em;
  padding: 1.2em 0;
  font-size: 18px;
  color: #D07F43;
  letter-spacing: .1em;
}

.box-02 > dd {
  padding: 30px;
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 2em;
}

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

.box-02 > dt {
  text-align: center;
  line-height: 1.0em;
  background: #fceec2;
  border-radius: 10px 10px 0 0;
  line-height: 1;
  padding: 1em 0;
  font-size: 17px;
}

.box-02 > dd {
  padding: 20px;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 2em;
}

}




.box-03 {
  background: rgba(128,205,201,0.15);
  border-radius: 8px;
}
.box-03 > dt {
  text-align: center;
  line-height: 1.0em;
  background: rgba(128,205,201,0.60);
  border-radius: 8px 8px 0 0;
  line-height: 1.0em;
  padding: .9em 0;
  font-size: 17px;
  color: #fff;
  letter-spacing: .1em;
}

.box-03 > dd {
  padding: 20px 24px;
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 2em;
}




/*背景*/


.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;
}


.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;
}



/*アクセス*/


.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;
}



/*料金表*/


.price-table {
width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    background: #fff;
    margin-bottom: 30px;
}


.price-table th{
  width: 77%;
    padding: 40px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;


    color: #f6ad48;
    font-size: 130%;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.6em;
    margin-bottom: 15px;

    border-bottom: solid 1px #cccccc;
}

.price-table td{
    width: 23%;
    background: #f5f3f2;
    text-align: center;
    vertical-align: middle;


    color: #ec008c;
    font-size: 115%;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.2em;

    border-bottom: solid 1px #cccccc;
}

.price-table {
  
}



/**/



/*Contact Form 7ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚º*/
/*ã‚¹ãƒžãƒ›Contact Form 7ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚º*/
@media(max-width:500px){
.table-def th,.table-def td {
 display:block !important;
 width:100% !important;
 border-top:none !important;
 -webkit-box-sizing:border-box !important;
 -moz-box-sizing:border-box !important;
 box-sizing:border-box !important;
  padding:6px 12px !important;
   font-size:15px !important;
}
.table-def tr:first-child th{
 border-top:1px solid #d7d7d7 !important;
}
/* å¿…é ˆãƒ»ä»»æ„ã®ã‚µã‚¤ã‚ºèª¿æ•´ */ 
.table-def .haveto,.table-def .any {  
font-size:10px;
}}

.table-def {
  width: 100%;
}
/*è¦‹å‡ºã—æ¬„*/
.table-def th{
 text-align:left;
 font-size:16px;
 color:#444;
 padding:18px 20px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*é€šå¸¸æ¬„*/
.table-def td{
 padding:18px 20px;
 font-size:16px;
 border:solid 1px #d7d7d7;  
}








#footer-area {
    padding: 70px 0 50px;
}




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

#footer-area {
    padding: 8% 0 90px;
}
}




/*STEP*/



.step_title {
    background: #fff;
    border-radius: 4px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
        color: rgb(73, 65, 46);
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border:1px solid #eee;
    font-size: 20px;

}

.step_title_inner {

    box-sizing: border-box;
    padding: 1.2em 1.1em;
}

.step_title_inner h3 {
    font-weight: 400;
    font-style: normal;
     font-size: 20px;
    letter-spacing: .2em;
    line-height: 1.4em;
    margin-left: 3.65em;
    text-indent: -3.65em;
    line-height: 1.5;
    margin-bottom: 0;
}


.step_num {
  font-family: 'Lato', sans-serif;
       font-weight: 400;
    color: #f6ad48;
    letter-spacing: normal;
    margin-right: 1.0em;
     font-size: 18px;
     letter-spacing: 0;

}


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



.step_title {
 
    margin-bottom: 40px;
    border:1px solid #eee;
    font-size: 18px;
    margin-bottom: 4%;
}

.step_title_inner {

    box-sizing: border-box;
    padding: 1em 1em;
}

.step_title_inner h3 {
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    letter-spacing: .1em;
    line-height: 1.4em;
    margin-left: 3.65em;
    text-indent: -3.65em;
    line-height: 1.5;
    margin-bottom: 0;
}


.step_num {
   
     font-size: 16px;

}

}











.img_bg_box {
  min-height: 260px;
  height: 331px;
}


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



.img_bg_box {
min-height: 220px;
  height: 220px;
}

  }




/*content footer*/



.content_footer_area {
  padding:8% 0 5%;
}









/*tab*/


.nav_tab_area {
  background-color: #f6ad48;
  padding:16px 24px;
  margin-bottom: 30px;
  border-radius: 8px;
}


.nav_tab_area .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    padding:8px 20px;
    margin-right: 8px;
}
.nav_tab_area .nav-link {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
}

.nav_tab_area .nav-pills .nav-link.active,.nav_tab_area .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d6efd;
        background-color: rgba(255, 255, 255, 0.2);

    border-radius: 3rem;
}



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

  padding:10px 16px;
  margin-bottom: 20px;
  border-radius: 5px;
}


.nav_tab_area .nav-pills .nav-link {

    border-radius: .25rem;
    padding:4px 10px;
    margin-right: 5px;
}
.nav_tab_area .nav-link {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
}

.nav_tab_area .nav-pills .nav-link.active,.nav_tab_area .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d6efd;
        background-color: rgba(255, 255, 255, 0.2);

    border-radius: 3rem;
}


}




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


}
.cli_name dt{
  font-size:190%;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
.cli_name  dd{
  line-height: 2em;
  letter-spacing: 0.12em;
}




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


.cli_name dt{
  font-size:150%;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.cli_name  dd{
  font-size:90%;
  line-height: 1.8em;
  letter-spacing: 0em;
}
}

















