.color-sample {
color:#403c2c;
color:#737065;
color:#8c8368;
color:#f2f2f2;
color:#0d0d0d;
}


body {

     /*font-family: "Noto Sans JP",'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
     font-family: "Zen Maru Gothic",sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.9em;
    padding: 0;
    margin: 0;
    background: #FFF;
   color: #4c4630;
    -webkit-text-size-adjust: 100%;
}

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



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

body {
    font-size: 15px;
    line-height: 1.8em;
}
.body-wrap {
  width: 100%;
  overflow-x: hidden !important;
}
}






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




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

.main-content-area {
  background: #FCF6E4;
  position: relative;
}

.indent-box-1{
  padding: 0 3% 5%;
}
.indent-box-2{
  padding: 0 3% 5%;
}

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


.sec-m {
  padding:70px 0 ;
  margin-top:0;
  position: relative;
}

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



.sec-dr-area{
    background: #FAF8F6;
}


.sec-grad::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 300px;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top, rgba(247, 244, 222, 1) 0%, rgba(247, 244, 222, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(247, 244, 222, 1) 0%, rgba(247, 244, 222, 0) 100%);
  background: linear-gradient(to bottom, rgba(247, 244, 222, 1) 0%, rgba(247, 244, 222, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f4de', endColorstr='#00f7f4de', GradientType=0);
}

@media only screen and (max-width: 767px) {
.main-content-area {
  padding:40px 0 ;
}
.indent-box-1{
  padding: 0;
}
.indent-box-2{
  padding: 0;
}

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

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

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



}







.sec-rec1 {
  background: url(../_images/bg/bg-blur04.jpg) no-repeat center center;
  background-size: cover;
}


.sec-rec2 {
  background: url(../_images/bg/blur-01.jpg) no-repeat center center;
    background-size: cover;
}


.sec-rec3 {
  background: url(../_images/bg/bg-01.jpg) no-repeat top center;
  background-size: cover;
}











/*区切り*/

hr {
  opacity: 1;
}

hr.hr-def {
    position: relative;
    overflow: visible;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    margin: 36px 0;
}
@media screen and (max-width: 576px){
hr.hr-def {
    position: relative;
    overflow: visible;
    text-align: center;

    border-width: 1px 0 0 0;
    border-style: solid;

    margin: 16px 0;
}
}

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

  content: '\e81e';

  font-size: 30px;
  color: #ffbc60;
}





.hr-white {
  border-top: 5px solid rgba(255,255,255,0.9);
  background: rgba(0, 0, 0, 0);
  margin: 40px 0;
}
.hr-gray {
  border-top: 5px solid #FAF8F6;
  background: rgba(0, 0, 0, 0);
  margin: 40px 0;
}
hr.hr-grad {
  width: 180px;
  height: 4px;
  margin: auto;
  background-image: -webkit-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  background-image: -moz-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  background-image: -ms-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  background-image: -o-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  -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%;
}

hr.hr-grad-s {
  width: 100px;
  height: 4px;
  margin: auto;
  background-image: -webkit-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  background-image: -moz-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  background-image: -ms-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  background-image: -o-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  -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%;
}

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



.hr-white {

  margin: 20px 0;
}
.hr-gray {

  margin: 20px 0;
}
hr.hr-grad {
  width: 90px;
  height: 4px;
  margin: auto;
  background-image: -webkit-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  background-image: -moz-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  background-image: -ms-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  background-image: -o-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  -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%;
}
hr.hr-grad-s {
  width: 60px;
  height: 4px;
  margin: auto;
  background-image: -webkit-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  background-image: -moz-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  background-image: -ms-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  background-image: -o-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  -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%;
}

}




