
html{
scroll-behavior: smooth;
}

/*.body {
 font-family: "Noto Sans", "Noto Sans CJK JP", "NotoSansCJKjp-Jxck", 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 2.0em;
    padding: 0;
    margin: 0;
    background: #F7F7F0;
    color: #49412E;
    -webkit-text-size-adjust: 100%;

}*/

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: 16px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 2.2em;
    padding: 0;
    margin: 0;
    background: #F5F2E9;
    color: #4B443C;
    -webkit-text-size-adjust: 100%;
}


.main {
    /*overflow: hidden;*/
}

.body-main {
  padding-bottom: 50px;
}




.fluid-box{
  width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 5% 0;
}

/*
* Container
*/

/*
@media (min-width: 576px){
.container {
    max-width: 100%;
}
}
@media (min-width: 768px){
.container {
    max-width: 98%;
}
}
@media (min-width: 992px){
.container {
    max-width: 98%;
}
}

@media (min-width: 1240px) {
  .container {
    max-width: 1240px !important;
  }
}
*/

/* Headline design*/

.title_top_bar_01 {
  color: #444;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.4em;
  margin-bottom: 40px;
}

.title_top_bar_01:before {
    content: '\E801';
    font-family: 'Fontello';
    font-size: 15px;
    display: block;
    line-height: 15px;
    margin-bottom: 12px;
    color: #4E9EF8;
}

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

.title_top_bar_01 {
  font-size: 19px;
  letter-spacing: .1em;
  margin-bottom: 30px;
}

.title_top_bar_01:before {
    font-size: 11px;
    margin-bottom: 8px;
}

}












.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-2 .feature-box-icon .icons {
    color: #4E9EF8;
}













body, .body, .main, .breadcrumb-wrap .breadcrumb {
    background-color: transparent !important;
}


body {
    font-size: 15px;
    color: #333;
}
@media (max-width: 575px) {
body {
    font-size: 15px;
}
}

.table-nw th {
  white-space: nowrap;
}








h2 {
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 12px 0;
}



  }










html .btn-primary {
    background-color: #f6ad48;
    border-color: #f6ad48 #f6ad48 #c37d1b;
    color: #FFF;
    padding: 0.7rem 1rem !important;
}



.side-contact-btn {
  position: fixed;
  bottom:180px;
  right:0;
  margin:auto;
  font-size: 14px;
  font-weight:bold;
  z-index: 10;
  line-height: 1;

}
.side-contact-btn li {
  width: 94px;
  height:94px;
  display:block;
  background: ;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 10px 0 0 10px;
}
.side-contact-btn li a {
  width: 100%;
  height:100%;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 18px;
}


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

.side-contact-btn {
display: none !important;
}

}














hr.grad {
  width: 100px;
  height: 4px;
/*  margin: auto;*/
    background-image: -webkit-linear-gradient(left, #f6ad48, #6dc2ff, #f6ad48, #ae95d4);
    background-image:    -moz-linear-gradient(left, #f6ad48, #6dc2ff, #f6ad48, #ae95d4);
    background-image:     -ms-linear-gradient(left, #f6ad48, #6dc2ff, #f6ad48, #ae95d4);
    background-image:      -o-linear-gradient(left, #f6ad48, #6dc2ff, #f6ad48, #ae95d4);  
  -webkit-animation: gradation_hr 8s ease infinite reverse;
  -moz-animation: gradation_hr 8s ease infinite reverse;
  animation: gradation_hr 8s ease infinite reverse; 
  background-size: 200% 200%;
  margin: auto;
}

@keyframes gradation_hr {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@-webkit-keyframes gradation_hr{
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}
@-moz-keyframes gradation_hr {
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}
@keyframes gradation_hr { 
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}


hr.grad2 {
  width: 50px;
  height: 3px;
  margin: 0;
    background-image: -webkit-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);
    background-image:    -moz-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);
    background-image:     -ms-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);
    background-image:      -o-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);  
  -webkit-animation: gradation_hr 4s ease infinite reverse;
  -moz-animation: gradation_hr 4s ease infinite reverse;
  animation: gradation_hr 4s ease infinite reverse; 
  background-size: 200% 200%; 
  margin: auto;
}

@keyframes gradation_hr {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@-webkit-keyframes gradation_hr{
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}
@-moz-keyframes gradation_hr {
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}
@keyframes gradation_hr { 
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}

































.twitter-wrap { width:100%; height: 450px; overflow: scroll; }



.portfolio-list {
  max-width: 1000px;
  margin:0 auto;
}




/*img*/

.img-xs {
  width: 15%;
}

.img-sm {
  width: 30%;
}

.img-md {
  width: 40%;
}

.img-lg {
  width: 70%;
}



img.alignleft,
  .wp-caption.alignleft {
    float: left;
    margin-right:24px;
    margin-top:8px;

  }
  img.alignright,
  .wp-caption.alignright {
    float: right;
    margin-left:24px;
    margin-top:8px;
  }


@media screen and (max-width: 480px) {
  img.alignleft,
  .wp-caption.alignleft {
    float: none;
     margin-right:auto;
      margin-left:auto;
    margin-top:0;
    display: block;
  }
  img.alignright,
  .wp-caption.alignright {
    float: none;
     margin-left:auto;
     margin-right:auto;
    margin-top:0;
    display: block;
  }

.img-xs {
  width: 100%;
}
.img-sm {
  width: 100%;
  display: block;
  margin:0 auto;
}

.img-md {
  width: 100%;
  display: block;
  
  margin:0 auto 0 auto;
}

.img-lg {
  width: 100%;
  display: block;
  
  margin:0 auto 0 auto;
}
}



/*med_merit_box
---------------------------------------------------------*/
.med_merit_box {
 
}
.med_merit_box div{

  box-sizing: border-box;
  padding: 35px 45px 45px 45px;}
.med_merit_box .merit_box{
 
  background:#fceff2;
}
.med_merit_box .demerit_box{

  background:#e9f8f9;
}
.med_merit_box dt{
  background:#ffffff;
  padding: 15px 0;
  line-height: 1em;
  font-size:115%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  border-radius: 50px;
  letter-spacing: 0.2em;
}

.med_merit_box ul {padding:0;}



.med_merit_box dd li{
  background-size:15px 15px;
  background-position: left 0.3em;
  background-repeat: no-repeat;
  padding-left: 0;
  margin-bottom: 15px;
  line-height: 1.6em;
  list-style: none;
}
.med_merit_box dd li:last-child{
  margin-bottom: 0;
}
.med_merit_box .merit_box dd li{
 /* background-image: url(../images/icon_merit.svg);*/
}

.med_merit_box .merit_box dd li:before {
    font-family: "";
    font-weight: 900;
    content: "○";
    margin-right: 5px;
    color: #ff7bac;
}


.med_merit_box .demerit_box dd li:before {
    font-family: "";
    font-weight: 900;
    content: "×";
    margin-right: 5px;
    color: #29abe2;
}


.med_merit_box .merit_box dt{
  color:#ff7bac;
}
.med_merit_box .demerit_box dt{
  color:#29abe2;
}





/*med_merit_box
---------------------------------------------------------*/

.fee-merit .merit_box{
  padding: 20px 30px;
  background:#fceff2;
}
.fee-merit .demerit_box{
  padding: 20px;
  background:#e9f8f9;
}
.fee-merit dt{
  background:#ffffff;
  padding: 12px 8px;
  line-height: 1em;
  font-size:110%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 50px;
  letter-spacing: 0.1em;
}

.fee-merit ul {padding:0;}



.fee-merit dd li{
  background-size:15px 15px;
  background-position: left 0.3em;
  background-repeat: no-repeat;
  padding-left: 0;
  margin-bottom: 8px;
  line-height: 1.6em;
  list-style: none;
}
.fee-merit dd li:last-child{
  margin-bottom: 0;
}
.fee-merit .merit_box dd li{
 /* background-image: url(../images/icon_merit.svg);*/
}

.fee-merit .merit_box dd li:before {
    font-family: "dental";
    font-weight: 900;
    content: "\e80f";
    margin-right: 5px;
    color: #ff7bac;
}


.fee-merit .demerit_box dd li:before {
    font-family: "dental";
    font-weight: 900;
    content: "\e811";
    margin-right: 5px;
    color: #29abe2;
}


.fee-merit .merit_box dt{
  color:#ff7bac;
}
.fee-merit .demerit_box dt{
  color:#29abe2;
}










.posinega_box {
  background: #fff6ee;
  padding: 30px;
  border-radius: 8px;
}

.posinega-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 17px;
}

.positive-list {
  font-weight: bold;

}

.positive-list:before {
    font-family: "dental";
    font-weight: 900;
    content: "\f164";
    margin-right: 5px;
    color: #ff7bac;
    display: inline-block;
  width: 1.25em;
  text-align: center;
}


.negative-list:before {
    font-family: "dental";
    font-weight: 900;
    content: "\f00d";
    margin-right: 5px;
    color: #29abe2;
    display: inline-block;
  width: 1.25em;
  text-align: center;
}


@media (max-width: 575px) {

.posinega_box {
  background: #fff6ee;
  padding: 16px;
  border-radius: 8px;
}

.posinega-list {
  font-size: 15px;
}

}






.staff-table {

}

.staff-table th{
  white-space: nowrap;
  color: #f6ad48;
}

@media screen and (max-width: 600px) {
.table-resp th {
  border-bottom: 1px solid #ddd;
  border-top: 2px solid #ddd;
}

.table-resp th,
.table-resp td{
  display: block;
  width: 100%;
}
}
/*-------------------------------------------------
---------------------------------------------------
---------------------------------------------------

    よくある質問 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: 5px 0px 5px;
  line-height: 1.6;
  font-size: 16px;
  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: 0px;
}


/* ボックス */











.medical .med_box {
  max-width: 1100px;
  margin: 0 auto 110px;
  text-align: left;
}

/*med_check_box
---------------------------------------------------------*/
.med_check_box{
  background:#f4f4f4;
  padding: 32px 40px 40px 40px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  border-radius: 12px;
}
.med_check_box .med_check_title{
  color:#333940;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;

}
.med_check_box .med_check_title dt{
  font-size:115%;
  letter-spacing: 0.1em;
  margin-bottom: 0.2em;
}
.med_check_box .med_check_title dd span{
  font-size:27px;
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  line-height: 1.7;
}
.med_check_li{
  background:#ffffff;
  padding: 40px 50px 35px 50px;
  margin-top: 30px;
}
.med_check_box ul{
  padding:0;
} 
  
.med_check_box li{
  margin:0;
  padding-bottom:12px;
  font-weight: bold;
  margin-bottom:12px;
  border-bottom:rgba(128,130,132,0.30) 1px solid;
  line-height: 1.7em;
  list-style: none;
  font-size: 16px;
}
.med_check_box li:last-child{
  margin-bottom:0;
}
.med_check_box li:before{
  font-family: "dental"; font-weight: 900; content: "\e80e";
  margin-right: 6px;
  color: #aaa;
}
  
.med_check_box .txt_magenta{
  color:#ec008c;
  text-align:center;
  font-weight:bold;
  margin-top: 10px;
  line-height: 1.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_check_box{
  padding:30px 30px 30px 30px;
}
.med_check_box .med_check_title dt{
  font-size:110%;
}
.med_check_box .med_check_title dd span{
  font-size:150%;
  padding:5px 5px 5px 0;
  background-size:25px 27px;
}
.med_check_li{
  background:#ffffff;
  padding: 30px;
  margin-top: 20px;
}
.med_check_box li{
  padding-bottom:8px;
  margin-bottom:8px;
  font-size:95%;
}
.med_check_box li:last-child{
  margin-bottom:0;
}
.med_check_box li p{
  background:url(../images/check_box.svg) no-repeat left 7px;
  background-size: 15px 15px;
  padding:3px 0 3px 25px;}
  
.med_check_box .txt_magenta{
  margin-top: 20px;
  font-size:95%;}

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_check_box{
  
  padding: 5%;
}
.med_check_box .med_check_title dt{
  font-size:90%;
  letter-spacing: 0.05em;
  margin-bottom: 0.1em;
}
.med_check_box .med_check_title dd span{
  font-size:102%;
  letter-spacing: 0.05em;
  padding:5px 5px 5px 0;
  background-size:20px 21px;
}
.med_check_li{
  padding: 5%;
  margin-top: 5%;
}
.med_check_box ul{
  float: none;
  width:100%;}  
  
.med_check_box li{
  padding-bottom:2%;
  margin-bottom:2%;
  font-size:95%;
  line-height: 1.6em;
}
.med_check_box .flt_l li:last-child{
  margin-bottom:2%;
}
.med_check_box li p{
  background:url(../images/check_box.svg) no-repeat left 6px;
  background-size: 18px 18px;
  padding:3px 0 3px 30px;}
  
.med_check_box .txt_magenta{
  margin-top: 3%;
}
}




/*
<div class="p-box">
<p><span class="p-box-title">ご来院時に必要なもの</span></p>
<ul><li>保険証（コピー不可）</li><li>お薬手帳、お薬の紙など</li></ul>
</div>
*/

.p-box {
    position: relative;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 5px;
    margin: 30px 5px 20px 7px;
    padding: 25px 20px 15px;
}

.p-box p {
    margin: 0;
    padding: 0;
}

.p-box .p-box-title {
    position: absolute;
    left: -10px;
    top: -28px;
    border-radius: 15px;
    background-color:#85BCB6;
    color: #fff;

    font-size: 16px;
    font-weight: 900;
    padding: 5px 20px;
}

.p-box .p-box-title:after {
    position: absolute;
    border-top: 12px solid #85BCB6;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: '';
    top: 35px;
    left: 25px;
}

.p-box ul {
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.p-box ul li {
    list-style-type: none!important;
    position: relative;
    padding: .2em 0 .2em 1.5em;
    line-height: 1.5;
    margin-bottom: 8px;
}

.p-box ul li:before {
    display: inline-block;
    position: absolute;
    left: 0;
    font-family: "dental",'Quicksand','Avenir','Arial',sans-serif;
    content: '\f138\ ';
    font-weight: 900;
    color: #ccc;
    width: 8px;
    height: 8px;
    margin: 0 16px 20px 0;
}

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


.p-box .p-box-title {
    position: absolute;
    left: -10px;
    top: -20px;
    border-radius: 15px;
    background-color:#85BCB6;
    color: #fff;

    font-size: 15px;
    font-weight: 900;
    padding: 5px 20px;
}

}













.index-box {
    position: relative;
    background-color: #f4f4f4;
    /*border: 2px solid #ddd;*/
    border-radius: 8px;
    margin: 30px 5px 20px 7px;
    padding: 32px 35px 30px;
}

.index-box p {
    margin: 0;
    padding: 0;
}

.index-box .index-box-title {
    position: absolute;
    left: 0px;
    top: -28px;
    border-radius: 15px;
    background-color:#85BCB6;
    color: #fff;

    font-size: 16px;
    font-weight: 900;
    padding: 5px 20px;
}

.index-box .index-box-title:after {
    position: absolute;
    border-top: 12px solid #85BCB6;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: '';
    top: 35px;
    left: 25px;
}

.index-box ul {
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.index-box ul li {
  display: inline-block;




    list-style-type: none!important;
    position: relative;
    padding: .4em 1.2em .4em 1.5em;
    line-height: 1.5;
}

.index-box ul li a {
  color: #333;
}

.index-box ul li:before {
    display: inline-block;
    position: absolute;
    left: 0;
    font-family: "dental",'Quicksand','Avenir','Arial',sans-serif;
    content: '\f138\ ';
    font-weight: 900;
    color: #ccc;
    width: 8px;
    height: 8px;
    margin: 0 16px 20px 0;
}

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

    margin: 30px 5px 20px 7px;
    padding: 25px 20px 12px;
}
.index-box ul {
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.index-box ul li {
    padding: .2em 0 .2em 1.5em;

}
.index-box .index-box-title {
    position: absolute;
    left: -10px;
    top: -20px;
    border-radius: 15px;

    color: #fff;

    font-size: 15px;
    font-weight: 900;
    padding: 5px 20px;
}

}



/*
<div class="balloon1-left">
  <p>こんにちは。これは例です。</p>
</div>
*/

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}



.balloon1-top {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e0edff;
}

.balloon1-top p {
  margin: 0;
  padding: 0;
}

.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1em 0 1em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}


.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 1em 15px 1em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #e0edff;
}

.balloon1-right p {
  margin: 0;
  padding: 0;
}






/**/
.side-area {
 /* overflow: hidden;*/
}

/*.side-area::before {
    position: absolute;
    top: -178px;
    width: 2500px;
    height: 10000px;
    background-color: #f2f6fb;
    z-index: -10;
    content: "";
}

@media (max-width: 575px) {
.side-area::before {
    display: none;
}

}
*/






html.sticky-header-active #header .header-body {
    border-bottom-color: rgba(234, 234, 234, 0);
    box-shadow: 0 0 3px rgba(234, 234, 234, 0);
}








.lower-head {
  width: 100%;
  /*max-width: calc(650px + 50vw);*/
  height: 300px;
  position: relative;
  background: #DDD;
  margin-left: auto;
  background-size: cover;
  background-position: center center;
  /*border-radius: 0 0 0 80px;*/
  margin-bottom: 16px;
}
.lower-head .title{
 height: 300px;
   display: table;
  width: 100%;
  text-align: center;
  }
  .lower-head .title h2{
  
 display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 2px;


  text-shadow: 0 0 15px rgba(255,255,255,0.9), 0 0 15px rgba(255,255,255,0.9), 0 0 15px rgba(255,255,255,0.9), 0 0 15px rgba(255,255,255,0.9), 0 0 6px rgba(255,255,255,0.5), 0 0 30px rgba(255,255,255,0.9);

}
/*.lower-head .title{
  color: #FFF;
  background:#f6ad48;
  width: 360px;
  max-height:80px;
  display: flex;
  padding: 1.6rem;
  flex-wrap: wrap;
  justify-content: center;
  align-imtems: center;
  text-align: center;
  position: absolute; 
  top: 180px;
  bottom: 0;

  margin: auto;
  border-radius: 10px;
  line-height: 1 !important;

}
.lower-head .title h2{
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0 !important;
  display: block;
  line-height: 1 !important;
  letter-spacing: 1px;
}*/

.lower-head .title .h2-en {
  font-size: 15px;
  display: block;
}

.lower-head.def-header {
  background-image: url(../images/img-assets/pagetitle_04.jpg);
}

.lower-head.tour-header {
  background-image: url(../images/img-assets/pagetitle_05.jpg);
}

.lower-head.dr-header {
  background-image: url(../images/img-assets/pagetitle_08.jpg);
}

.lower-head.recruit-header {
  background-image: url(../images/img-assets/pagetitle_10.jpg);
}

.lower-head.flow-header {
  background-image: url(../images/img-assets/pagetitle_03.jpg);
}

.lower-head.equip-header {
  background-image: url(../images/img-assets/pagetitle_06.jpg);
}



.lower-head.subject-header {
  background-image: url(../images/img-assets/pagetitle_02.jpg);
}


.lower-head.map-header {
  background-image: url(../images/img-assets/pagetitle_07.jpg);
}

.lower-head.first-header {
  background-image: url(../images/img-assets/pagetitle_05.jpg);
}

.lower-head.blog-header {
  background-image: url(../images/img-assets/pagetitle_03.jpg);
}



@media screen and (max-width: 1200px){
  
  .lower-head {
    height: 40vw;
        margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px){
  .lower-head .title {
    top: auto;
    bottom: -1rem;
    height: 50px;
    padding: 1rem;
     width: 200px;
  }
  .lower-head .title h2 {
    font-size: 17px;
  }
}






/*============================================================================

  #mainvisual

============================================================================*/

/* 下層ページのメインビジュアルの高さ、背景画像（トップページの高さはtop.css参照） */

#mainvisual{
  display:block;
  position:relative;

  background-image:url(../images/mainvisual_slide2.png);
  background-color:#f0f0f0;
  background-position:center center;
  background-repeat:no-repeat;
width: 98%;
    max-width: calc(1600px + 25vw);
    height: 300px;

    background: #DDD;
    margin-left: auto;
  border-radius:50px 0px 0px 50px;
  background-size:cover;
}



#mainvisual .inner{
  display:table;
  position:relative;
  height: inherit;
  max-width:1160px;
  width:auto;
  margin: 0 auto;
  background-repeat:no-repeat;
  padding: 0;
}
#mainvisual h1{
  position:relative;
}
/* キャッチフレーズ */
.mainvisual_catch{
  position:absolute;
  bottom:50px;
}
.mainvisual_catch h1{
  margin-bottom: 20px;
  line-height:42px;
  color:#1F2774;
  font-size:27px;
  text-shadow:0 0 5px rgba(255,255,255,0.7);
}
.mainvisual_catch p{
  display:block;
    letter-spacing: 0.08em;
    font-size: 18.2px;
    margin-bottom: 0;
}
.mainvisual_open{
  position:absolute;
  bottom: 30px;
  /*right: 0;*/
  right: 5px;
  width:282px;
}
.mainvisual_open img{
  width:100%;
}

.mainvisual_bgimg01{
  background-image:url(../images/img-assets/pagetitle_01.jpg) !important;
}
.mainvisual_bgimg02, .page-id-226 #mainvisual {
  background-image:url(../images/img-assets/pagetitle_08.jpg) !important;
}
.mainvisual_bgimg03, .page-id-233 #mainvisual{
  background-image:url(../images/img-assets/pagetitle_04.jpg) !important;
}
.mainvisual_bgimg04, .page-id-236 #mainvisual{
  background-image:url(../images/img-assets/pagetitle_05.jpg) !important;
}
.mainvisual_bgimg05{
  background-image:url(../images/img-assets/pagetitle_03.jpg) !important;
}
.mainvisual_bgimg06{
  background-image:url(../images/img-assets/pagetitle_02.jpg) !important;
}
.mainvisual_bgimg07{
  background-image:url(../images/img-assets/pagetitle_07.jpg) !important;
}
.mainvisual_bgimg08{
  background-image:url(../images/img-assets/pagetitle_08.jpg) !important;
}

/* 下層ページの見出し */
.mainvisual_headline {
  display: table-cell;
  padding-bottom:2px;
  padding-left: 23px;
  letter-spacing: 0.15em;
  vertical-align: middle;
  text-align: center;
  /* text-shadow:0 0 8px rgba(255,255,255,0.9), 0 0 6px rgba(255,255,255,0.5); */
  text-shadow: 0 0 15px rgba(255,255,255,0.9),0 0 15px rgba(255,255,255,0.9),0 0 15px rgba(255,255,255,0.9),0 0 15px rgba(255,255,255,0.9), 0 0 6px rgba(255,255,255,0.5),0 0 30px rgba(255,255,255,0.9);
}
.mainvisual_headline h1{
  font-weight:bold;
  font-size: 34px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 5px;
  letter-spacing: 0.15em;
}
.mainvisual_headline p{
  display:inline-block;
  font-size:15px;
  color: #f6ad48;
  font-family: Montserrat;
  margin-bottom: 0;
}

/* 飾りの英語の棒 */
.mainvisual_headline p::before,
.mainvisual_headline p::after{
  position: relative;
  content:"-";
}
.mainvisual_headline p::before{
  left:-0.5em;
}
.mainvisual_headline p::after{
  right:-0.5em;
}

/* 背景変更用 */
#mainvisual.bg01{
  background-image:url(../images/main_bg01.png);
  background-position: center 0%;
  background-size: cover;
}
#mainvisual.bg02{
  background-image:url(../images/main_bg02.png) ;
  background-position: center 0%;
  background-size: cover;
}
#mainvisual.bg03{
  background-image:url(../images/main_bg03.png) ;
  background-position: center 0%;
  background-size: cover;
}
#mainvisual.bg04{
  background-image:url(../images/main_bg04.png) ;
  background-position: center 0%;
  background-size: auto;
}
#mainvisual.bg05{
  background-image:url(../images/main_bg05.png);
  background-position: center 0%;
  background-size: cover;
}



.blog_information{
  display:none;
}





@media (max-width: 568px) {

#mainvisual{
  height: 180px;


  width: 98%;
    max-width: calc(1600px + 25vw);


    margin-left: auto;
  border-radius:30px 0px 0px 30px;
}

.mainvisual_headline h1{

  font-size: 22px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 0px;
  letter-spacing: 0.15em;
}
.mainvisual_headline p{
  font-size:14px;
}

}






/**/
.breadcrumb-wrap .breadcrumb {
  background: #FFF;
  margin-bottom: 0;
  font-size: 14px;
}
.breadcrumb-wrap .breadcrumb li{
  display: inline-block;
}

.breadcrumb-wrap .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: "dental"; font-weight: 900; content: "\f054";

    padding: 0 7px 0 5px;
}



@media (max-width: 991px) {
.breadcrumb-wrap .breadcrumb {
  font-size: 12px;
}
}






.home-news .tableINFO {
  border-top: 1px dotted #CCC;
  width: 100%;
}
.home-news .tableINFO th,
.home-news .tableINFO td {
  padding: 1em 0;
  border-bottom: 1px dotted #CCC;
}
.home-news .tableINFO th {
  width: 95px;
  font-family: 'Roboto', sans-serif;
}

.home-news .tableINFO td {
  padding-right: 8px;
}
.home-news .tableINFO a {
  color: #111;
  text-decoration:none;
  display:block;
  position:relative;
  font-weight: 500;
}
.home-news .tableINFO a:after {
  content: '';
  width: 5px;
  height:5px;
  display:block;
  border-top: 2px solid #E73D2B;
  border-right: 2px solid #E73D2B;
  -ms-transform: translateX(-25%) rotate(45deg);
  -webkit-transform: translateX(-25%) rotate(45deg);
  transform: translateX(-25%) rotate(45deg);
  position:absolute;
  top: 0;
  right:0;
  bottom: 0;
  margin:auto;
}



/*営業時間*/

.info-table {
  background: rgba(255,255,255,0.9);
  padding: 8px 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
    color: #444;
    font-size: 16px;
    margin-bottom:12px;
}

.hours-txt {
    font-size: 14px;
}

.info-table table {

    border: none;

    width: 100%;

}

.info-table th {
    text-align: center;
  font-weight: normal;
}

.info-table table thead th {
    color: #444;
    /*background:#27b484;*/
    padding: 12px;
    text-align: center;
}

.info-table table thead tr:first-child>:first-child {
    border-top-left-radius: 5px;
}

.info-table table thead tr:first-child>:last-child {
    border-top-right-radius: 5px;
}

.info-table table tbody tr:last-child>:last-child {
    border-bottom-right-radius: 5px;
}

.info-table table tbody tr:last-child>:first-child {
    border-bottom-left-radius: 5px;
}

.info-table table tbody tr {
    /*background:#eee9d8;*/
    text-align: center;

}

.info-table .table-line {
    border-top: 1px solid #ccc;
}

.info-table .date {
    padding: 8px;
    text-align: center;
    /*border-left: 1px solid #fff;*/
}

.info-color {
    color: #fcae68;
}

.info-table p {
    margin: 15px 0;
}

.info-table .target th {
    color: #fff;
    background:#27b484;
    padding: 15px 50px;
    border-top-left-radius: 5px;
}

.info-table .target td {
    padding-left: 10px;
    border-top-right-radius: 5px;
}

.info-table.foot {
    margin-top:0;
}

.info-table.foot table tbody tr {
    /*background:#fff;*/
}

.info-table.foot .table-line {
    border-top: 1px solid #e5ddc2;
}

.info-table.foot .date {
    /*border-left: 1px solid #e5ddc2;*/
}


@media (max-width: 991px) {
.info-table {

    font-size: 12px;
    margin-bottom:12px;
}
}


/*è¨ºç™‚æ™‚é–“*/

.hours-area-wrap {
    position: absolute;
    width: 500px;
    margin: -190px -5px 0 auto;
    bottom: 200px;
    right: -5px;
}

@media (max-width: 991px) {
  .hours-area-wrap {
    position: relative;
    margin-top: 0;
    background: #f4f4f4;
    width:100%;
  }
}



.hours-area {
  position: relative;
  right: 0;
  background: #fff;
   color: #3D302A;
    border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;

  box-shadow: 5px 10px 20px rgba(0,0,0,0.10);
}

.hours-memo {
font-size: 13px;
line-height: 1.5;
}








.hours-table {

   
    font-size: 15px;

    border: none;
  border-bottom: 1px solid #3D302A;
  width: 100%;
  margin-bottom: 8px;
}

.hours-table th {
  text-align: center;
  font-weight: normal;
}

.hours-table table thead th {

  padding: 5px;
  text-align: center;
}

.

.hours-table table tbody tr {
  /*background:#eee9d8;*/
  text-align: center;

}

.hours-table .table-line {
  border-top: 1px solid #3D302A;
}

.hours-table td {
  padding: 8px;
  text-align: center;
  /*border-left: 1px solid #fff;*/
}

.hours-table .info-color {
  color: #fcae68;
}

.hours-table p {
  margin: 15px 0;
}


@media screen and (max-width: 600px){
  .hours-table {
font-size: 14px;
}
.hours-table td {
  padding: 2px;
  text-align: center;
  /*border-left: 1px solid #fff;*/
}
.hours-memo {
font-size: 13px;
}
 }
/**/


.tel-text {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* ç¸¦æ–¹å‘ä¸­å¤®æƒãˆï¼ˆSafariç”¨ï¼‰ */
  align-items: center; /* ç¸¦æ–¹å‘ä¸­å¤®æƒãˆ */
  text-decoration: none;
}

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

 -webkit-justify-content: center; /* æ¨ªæ–¹å‘ä¸­å¤®æƒãˆï¼ˆSafariç”¨ï¼‰ */
 justify-content: center; /* æ¨ªæ–¹å‘ä¸­å¤®æƒãˆ */
}
 }

.tel-text i {
  font-size: 20px;
  margin-right: 8px;
}




.marker {
    background: linear-gradient(transparent 60%, #fde6f2 60%);
}








/*footer*/



#footer {
    background: #f4f4f4;
    font-size: 0.9em;

    padding: 0;
    position: relative;
    clear: both;
}



#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #222;
}

#footer p {
    color: #222;
}

#footer a:not(.btn) {
    color: #222;
}












/*BLOG*/





.nav-links {
  display: none;
}









.news-index {
  margin-bottom:24px;
}

#news_and_blog ul {
  display:block;
  list-style:none;
  clear:both ;

  margin:0;
  padding:0;
}

.news-index-item {
  padding:12px 0;
  background: #f9f9f9;
  margin-bottom: 6px;
}

.news-index-time {
  font-size: 0.9rem;
  color: #D5AD58;
    letter-spacing: 0.1rem;
  line-height: 2rem;
  float: left;
  width: 6.5rem;
}

.news-index-title a {
    display: block;
  font-size: 1rem;
  margin-left: 6.5rem;
  color: #000;
  line-height: 2rem;
  text-decoration: none;
  font-weight: normal;
  color: #727171;
}




.byline {
  display: none;
}






.process-vertical .process-step {
    padding-bottom: 40px;
}






