@charset "utf-8";

body {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  font-family: "A+EqpB-游ゴシック体 Pr6N M", "Yu Gothic", 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, verdana, sans-serif;
  position: relative;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover{
  opacity: .8;
}

img {
  vertical-align: middle;
  width: 100%;
}

header {
  position: relative;
  /* position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  height: 66px;
  pointer-events: none; */
}
header .wrap{
  width: 980px;
  margin: auto;
  position: relative;
}
header .logo {
  position: fixed;
  top: 40px;
  /* left: calc(50% - 250px);
  transform: translateX(-50%); */
  z-index: 100;
}
header a {
    display: block;
}
@media screen and (max-width: 767px) {
  header .logo {
    top: 20px;
    width: 87px;
    left: 20px;
    transform: none;
  }
}

.float_btn{
  position: fixed;
  right: 40px;
  bottom: 30px;
  z-index: 100;
  background-color: #ddb182;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  text-align: center;
  padding: 14px;
  display: none;
}
.float_btn:hover{
  opacity: .8;
}
.float_btn img{
  width: 25%;
      margin-top: 8px;
}
.float_btn p{
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 84px;
  line-height: 1.5rem;
  letter-spacing: 0.2rem;
}
.float_btn p span{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0rem;
}

@media screen and (max-width: 767px) {
  .float_btn{
    /* display: block; */
    right: -70px;
    bottom: -60px;
}
.float_btn p {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    left: 14%;
    right: unset;
    top: 43%;
    line-height: 1.5rem;
    letter-spacing: 0.1rem;
}
.float_btn img {
    width: 15%;
    margin-top: 0;
    position: absolute;
    left: 27%;
    top: 13%;
}
}



.scrolldown1{
  position:absolute;
  right: 10%;
  bottom: 10px;
  height: 60px;
}
/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
  position: absolute;
  left:-15px;
  top: -30px;
    /*テキストの形状*/
  color: #fff;
  font-family: 'EB Garamond', serif;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  transform: rotate(90deg);
}
/* 線の描写 */
.scrolldown1::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 2s ease-in-out infinite;
  opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:60px;
    opacity: 1;
  }
  100%{
    height:30px;
    top:100px;
    opacity: 0;
  }
}
@media screen and (max-width: 414px) {
  .scrolldown1 {
      position: absolute;
      right: 0;
      bottom: 10px;
      height: 60px;
      left: 50%;
      margin: 0 auto;
  }
}



.top{
  width:100%;
  height: 100vh;
  position: relative;
  /* background: url(../images/home/bg_pc.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100vh;
  opacity: 1;
  background-attachment: fixed;
  background-size: cover;
  background-position: center; */
}
.top::before{
  content: '';
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height: 100vh;
  background: url(../images/home/bg_pc2.jpg)no-repeat center;
  background-size:cover;
}

.top .mclinic{
  /* position: fixed; */
  position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 33%;
    width: 11%;
}
.top h1{
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  /* position: fixed; */
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  letter-spacing: 0.4rem;
  line-height: 3.5rem;
}

@media screen and (max-width: 767px) {
  .top{
    background: url(../images/home/bg_sp2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    /* max-height: 850px; */
    height: 100vh;
    opacity: 1;
  }
}
@media screen and (max-width: 414px) {
.top{
  height: 90vh;
}
.top .mclinic{
  top: 36%;
  width: 27%;
  /* top: unset; */
  /* bottom: 58%; */
}
.top h1{
  line-height: 3rem;
  /* top: unset; */
  /* bottom: 36%; */
}
}
.sec{
  position: relative;
  z-index: 1;
}

.sec01{
  background-color: #FCFBFA;
}
.sec01 .inner{
  max-width: 980px;
  padding: 100px 0;
  margin: 0 auto;
  width: 90%;
}
.sec01 ul{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  color: #4d4d4d;
}
.sec01 ul h2{
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.4rem;
}
.sec01 ul p{
  font-size: 15px;
  letter-spacing: .2rem;
  /* line-height: 1.8rem; */
  line-height: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
.sec01 .inner{
  padding: 90px 0 80px;
  width: 90%;
}
.sec01 ul h2 {
  padding-bottom: 50px;
  line-height: 3.5rem;
  letter-spacing: 0.3rem;
}
.sec01 ul p{
  line-height: 2rem;
}
}


.sec02{
  background-color: #f8f4eb;
}
.sec02 .inner{
  padding: 80px 0 80px;
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
.sec02_txt{
  text-align: center;
  font-size: 14px;
  line-height: 2rem;
  letter-spacing: 0.2rem;
}
.sec02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
  width: 100%;
  margin: 40px auto 0;
}
.sec02 ul li{
  background-color: #fff;
  border-radius: 10px;
  width: 32.3%;
  padding: 30px 30px;
  font-size: 12px;
}
.sec02 ul li p{
  padding: 20px 0;
  /* line-height: 1.3rem; */
  line-height: 1.4rem;
  letter-spacing: 00.09rem;
}
.sec02 ul li a{
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  .sec02 .inner {
    padding: 70px 0 50px;
    width: 89%;
}
.sec02_txt{
    text-align: left;
}
.sec02 ul{
  display: block;
}
.sec02 ul li{
  width: 100%;
  margin-bottom: 4%;
  padding: 7% 9% 9% 9%;
}
.sec02 ul li p{
  letter-spacing: 0.2rem;
}
}


.sec03{
  background-color: #FCFBFA;
}
.sec03 .inner{
  padding: 80px 0 70px;
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
.sec03 .doctor01{
  max-width: 483px;
  width: 90%;
  background-color: #f8f4eb;
  margin: 0 auto;
  border-radius: 10px;
  padding: 25px 45px 35px;
}
.sec03 .doctor01 ul li:first-child{
  display: inline-block;
  width: 100px;
}
.sec03 .doctor01 ul li:nth-child(2){
  display: inline-block;
  margin-left: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
  width: 250px;
}
.sec03 .doctor01 ul li:nth-child(2) span{
  font-size: 12px;
}
.sec03 .doctor01 ul li:nth-child(2) p{
  font-size: 18px;
  margin-top: 6px;
}
.sec03 .doctor01 p.doctor_txt{
  font-size: 12px;
  padding-top: 20px;
  letter-spacing: 0.1rem;
  line-height: 1.4rem;
}
@media screen and (max-width: 414px) {
.sec03 .inner{
  padding: 70px 0 100px;
}
.sec03 .doctor01{
  padding: 10% 6% 10%;
}
.sec03 .doctor01 ul li:first-child{
  display: block;
  width: 120px;
  margin: 0 auto;
}
.sec03 .doctor01 ul li:nth-child(2){
  display: block;
  margin-left: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
}


.sec04{
  background-color: #f8f4eb;
}
.sec04 .inner{
  padding: 80px 0 110px;
  width: 90%;
  max-width: 710px;
  margin: 0 auto;
}
.sec04 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
  width: 100%;
  padding-top: 20px;
}
.sec04 ul li:first-child {
    max-width: 335px;
    width: 50%;
}
.sec04 ul li:nth-child(2) {
    max-width: 325px;
    width: 50%;
    text-align: left;
    color: #4d4d4d;
    letter-spacing: 0.1em;
    padding-left: 30px;
}
.sec04 ul li:nth-child(2) .mederi_pill_txt01 {
    font-size: 15px;
    /* padding: 40px 0 10px; */
}
.sec04 ul li:nth-child(2) .mederi_pill_txt02 {
    font-size: 23px;
    padding-bottom: 20px;
    font-weight: bold;
    padding-top: 8px;
}
.sec04 ul li:nth-child(2) .mederi_pill_txt03 {
    font-size: 14px;
    color: #000;
    line-height: 1.6rem;
    padding-bottom: 30px;
}
.mederi_pill_btn {
    max-width: 205px;
    width: 100%;
}
.mederi_pill_btn a{
  display: inline-block;
}

@media screen and (max-width: 414px) {
.sec04 .inner{
  width: 86%;
  padding: 60px 0 120px;
}
.sec04 ul{
  display: block;
  padding-top: 0;
}
.sec04 ul li:first-child {
    max-width: unset;
    width: 100%;
}
.sec04 ul li:nth-child(2){
  max-width: unset;
  width: 100%;
  text-align: center;
  color: #4d4d4d;
  letter-spacing: 0.1em;
  padding-left: 0;
  margin-top: 30px;
}
.mederi_pill_btn {
  max-width: unset;
  width: 66%;
  margin: 0 auto;
}
}


/* タイトル */
.sec_title{
  margin-bottom: 40px;
  text-align: center;
}
.sec_title h2{
  font-size: 28px;
  letter-spacing: 0.3em;
  color: #4d4d4d;
  padding-bottom: 5px;
  font-weight: bold;
}
.sec_title p {
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #4d4d4d;
    font-family: 'EB Garamond', serif;
}


/* メディアクエリ*/
.for_pc{
  display: block !important;
}
.for_sp{
  display: none !important;
}

@media only screen and (max-width: 769px) {
 .for_pc{
   display: none !important;
 }
 .for_sp{
   display: block !important;
 }
}


/* ------------▼子ページ▼-------------- */
main.legal,
main.privacy{
  background-color: #F8F4EB;
}
.c_container{
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  padding-top: 130px;
}
.c_title{
  text-align: center;
  margin-bottom: 70px;
  letter-spacing: 0.3rem;
}
.c_title h1,
.c_title h2{
  font-size: 28px;
  color: #4d4d4d;
  font-weight: bold;
  margin-bottom:14px;
}

.c_title p{
  font-size: 21px;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  font-family: 'EB Garamond', serif;
}
.c_list{
  counter-reset: number 0;
  border-bottom: solid 1px #c3c3c3;
}
.c_list li{
  padding-bottom: 50px;
  margin: 0 auto;
  max-width: 704px;
  width: 100%;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
}
.c_list li:last-child{
  padding-bottom: 80px;
}
.c_list li h2::before{
  counter-increment: number 1;
  content: counter(number) ". ";
}
.c_list li h2{
 font-size: 18px;
 color: #4d4d4d;
 margin-bottom: 16px;
 font-weight: bold;
 letter-spacing: 0.1em;
}
.c_list li p{
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
.c_list li p a{
  text-decoration: underline;
}
.c_contact .sec_title{
  margin-bottom:0 !important;
}
.c_contact{
  padding: 80px 0;
}
.c_contact a{
  display: block;
  max-width: 275px;
  width: 73%;
  margin: 40px auto 0;
}

.c_intro{
  padding-bottom: 50px;
  margin: 0 auto;
  max-width: 704px;
  width: 100%;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
  font-size: 14px;
  color: #000;
  font-weight: normal;

}
.c_list_sub{
  max-width: 650px;
  margin: 0 auto;
  color: #000;
  text-align: left;
  font-size: 14px;
  width: 87%;
}
.c_list_sub li{
  list-style-type: none;
  text-indent: -20px;
  line-height: 1.8rem;
  padding-bottom: 0 !important;
}
.c_list_sub li::before{
  content: "・";
}
.privacylist01{
  margin-bottom: 80px;
}
.c_list.privacylist02 ul{
  counter-reset: number 0;
}
.c_list.privacylist02 ul li{
  font-size: 14px;
  padding-bottom: 0 !important;
}
.c_list.privacylist02 ul li::before{
  counter-increment: number 1;
content: "(" counter(number) ")";

}
.c_bottom_txt{
  margin-top: 30px;
}

@media screen and (max-width: 414px) {
.c_title{
  margin-bottom: 16%;
}
.c_title h1,
.c_title h2{
  font-size: 23px;
}
.c_title p{
  font-size: 13px;
}
.c_container{
  padding-top: 24%;
}
.c_intro{
  padding-bottom: 16%;
}
.c_list li h2{
  margin-bottom: 3%;
  font-size: 15px;
}
.c_list li{
  padding-bottom: 16%;
}
.c_list_sub li{
  text-indent: -4%;
}
.c_list li:last-child{
    padding-bottom: 18%;
}
.privacylist01{
  margin-bottom: 18%;
}
.c_container .sec_title h2{
  font-size: 23px;
}
.c_container .sec_title p{
  font-size: 13px;
}
.c_contact {
    padding: 20% 0;
}
.c_list.privacylist02 ul li {
    font-size: 14px;
    padding-bottom: 0 !important;
    text-indent: -9%;
    width: 85%;
}
}

/* ------------▲子ページ▲-------------- */


footer{
  position: relative;
  background-color: #FCFBFA;
}
footer .inner{
  padding: 80px 0 80px;
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .copyrights{
  text-align: right;
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 20px;
  font-family: 'EB Garamond', serif;
  font-size: 12px;
}
footer .footer_nav{
  font-size: 14px;
}
footer .footer_nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
  width: 210px;
}
@media screen and (max-width: 767px) {
footer .footer_nav ul{
  display: block;
  flex-wrap: unset;
  justify-content: unset;
  align-items: normal;
  width: 100%;
}

}

@media screen and (max-width: 414px) {
footer .inner{
  width: 86%;
  padding: 10% 0;
}
footer .copyrights{
  text-align: center;
  font-size: 10px;
}
footer .footer_nav ul li{
  padding: 3% 0;
}
footer .footer_nav ul li a{
font-size: 12px;
}
}
