@charset "UTF-8";
/* CSS Document */
/*top*/
.section-top-img {
  background: url(../img/top/main.png) no-repeat center/cover;
  height: 720px;
}
.section-top-img h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 300px;
}
.section-top-img_mobile h2 {
  display: none;
}
.section-top_information ul {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.section-top_information ul li {
  list-style: none;
  padding: 0 35px;
}
.section-top_information_mobile {
  display: none;
}
.section-top_schedule {
  text-align: center;
  margin-top: 60px;
}
.section-top_schedule p {
  margin-right: 30px;
  margin-bottom: 80px;
}
.section-top_schedule_mobile {
  display: none;
}
@media(max-width: 480px) {
  /* 480px以下に適用されるCSS*/
  .section-top-img_mobile {
    background: url(../img/top/main.png) no-repeat center/cover;
    height: 260px;
  }
  .section-top-img_mobile h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-left: 70px;
  }
  .section-top-img, .section-top-img h2 {
    display: none;
  }
  .section-top_information_mobile {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .section-top_information_mobile ul {
    list-style: none;
    display: flex;
    justify-content: center;
  }
  .section-top_information_mobile ul li {
    padding:  0 10px;
  }
  .section-top_information {
    display: none;
  }
  .section-top_schedule_mobile {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  .section-top_schedule_mobile p {
    margin-bottom: 60px;
    margin-left: 35px;
  }
  .section-top_schedule {
    display: none;
  }
}
/*こんなお悩みありませんか*/
.section-problem {
  background-color: #F7F3E7;
}
.section-problem h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  text-align: center;
  padding-top: 80px;
}
.section-problem h2:before, .section-problem h2:after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #532A18;
}
.section-problem h2:before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
.section-problem h2:after {
  margin-right: 30px;
  margin-left: 25px;
  transform: rotate(35deg)
}
.section-problem_menu ul {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.section-problem_menu ul li {
  list-style: none;
  padding-right: 35px;
}
.section-problem_menu ul li:first-child, .section-problem_menu ul li:last-child {
  padding-top: 13px;
}
.section-problem_etc_mobile {
  display: none;
}
.section-problem_etc p {
  text-align: center;
  padding-right: 800px;
  padding-top: 20px;
}
.section-problem_etc ul {
  display: flex;
  justify-content: center;
}
.section-problem_etc ul li {
  list-style: none;
  padding-top: 30px;
  font-weight: bold;
}
.section-problem_etc ul li:before {
  content: url("../img/top/Ok.png");
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.box1 li {
  margin: 0 70px;
}
.box2 li:first-child {
  margin-right: 138px;
}
.box2 li:nth-child(2) {
  margin-right: 125px;
}
.box2 li:nth-child(3) {
  margin-right: 108px
}
.box2 li:last-child {
  margin-right: 15px;
}
.section-problem_etc2 {
  text-align: center;
  padding-bottom: 80px;
}
.section-problem_etc2 img {
  padding-top: 40px;
}
.section-problem_etc2 p {
  padding-top: 30px;
  font-weight: bold;
}
.section-problem_etc2 br {
  display: none;
}
@media(max-width: 480px) {
  .section-problem h2 {
    font-size: 2.0rem;
    text-align: center;
  }
  .section-problem h2:before {
    margin-right: 25px;
    margin-left: 30px;
    transform: rotate(-35deg)
}
.section-problem h2:after {
  margin-right: 25px;
  margin-left: 25px;
  transform: rotate(35deg)
}
  .section-problem_menu ul {
    display: block;
  
  }
  .section-problem_menu ul li {
    padding: 50px 0 0;
    text-align: center; 
  }
  .section-problem_menu ul li:last-child {
    padding-top: 50px;
}
  .section-problem_etc {
    display: none;
  }
  .section-problem_etc_mobile {
   display: block;
}
.section-problem_etc_mobile ul {
  display: flex;
  justify-content: center;
}
.section-problem_etc_mobile ul li {
  list-style: none;
  padding-top: 30px;
  font-weight: bold;
}
.section-problem_etc_mobile ul li:before {
  content: url("../img/top/Ok.png");
  margin-right: 5px;
  position: relative;
  top: 3px;
}
  .section-problem_etc_mobile p {
    padding-top: 20px;
    padding-left: 20px;
  }
  .box1 li {
  margin: 0 15px;
}
  .box2 li {
    margin-right: 0;
  }
  
.box2 li:first-child {
  margin-right: 35px;
}
.box2 li:nth-child(2) {
  margin-right: 40px;
}
.box2 li:last-child {
  margin-right: 15px;
  }
  .box3 li:first-child {
    margin-right: 60px;
  }
  .box3 li:last-child{
    margin-right: 40px;
  }
  .section-problem_etc2 br {
  display: block;
}
}
/*3つの約束*/
.section-promise_h2 {
  text-align: center;
  align-items: center;
  line-height: 4.0rem;
  margin-top: 80px;
  position: relative;
}
.section-promise_h2 h2 {
  font-size: 2.4rem;
}
.section-promise_h2 h2 span {
  color: #EE7800;
  font-size: 4.0rem;
}
.h2_line {
  border-bottom: 2px dashed #532A18;
  width: 90px;
  margin: 20px auto 0;
}
.section-promise ul {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 80px;
}
.section-promise ul li {
  list-style: none;
  padding: 70px 70px 0;
}
.section-promise ul li img {
  width: 50%;
}
.section-promise ul li p {
  width: 260px;
}
.line {
  border-left: 1px dashed #532A18;
  height: 240px;
  margin-top: 125px;
}
.section-promise {
  text-align: center;
  margin-bottom: 80px;
}

@media(max-width: 480px) {
  .section-promise ul {
    display: block;
  }
  .line {
    display: none;
  }
}
/*当院紹介ボタン*/
.section-promise a:after {
  content: url("../img/top/Circled_Right.png");
  margin-left: 15px;
  position: relative;
  top: 5px;
}
.about_button {
  text-decoration: none;
  color: #532A18;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 5px 35px 5px 40px;
  border: solid 2px #532A18;
  border-radius: 30px;
  width: 230px;
  height: 60px;
}
/*マウスオーバー*/
.about_button:hover {
  color: #fff;
  background-color: #EE7800;
  border: solid 2px #fff;
}
.section-promise a:hover::after {
  content: url("../img/top/Forward_Button.png")
}
/*診療案内*/
.section-treatment {
  background-color: #F7F3E7;
  padding-bottom: 100px;
}
.section-treatment h2 {
  text-align: center;
  font-size: 2.4rem;
  padding-top: 80px;
}
.section-treatment ul {
  display: flex;
  justify-content: center;
  text-align: center;
}
.section-treatment ul li {
  list-style: none;
  padding: 90px 10px 0;
}
.section-treatment ul li h3 {
  font-size: 2.4rem;
}
.h3_line h3:after {
  background-color: rgba(238, 120, 0, 0.3);
  border-radius: 5px;
  content: "";
  display: block;
  height: 10px;
  width: 230px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.section-treatment ul li img {
  height: 260px;
  width: 340px;
  margin-bottom: 40px;
}
.section-treatment ul li p {
  width: 335px;
  text-align: left;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

@media(max-width: 480px) {
  .section-treatment h2{
   padding-top: 60px;
}
  .section-treatment ul {
    display: block;
  }
  .section-treatment ul li p {
    margin-left: 20px;
    font-weight: 400;
  }
  .section-treatment ul li img {
    margin-bottom: 30px;
  }
}
/*ボタン*/
.section-treatment a:after {
  content: url("../img/top/Circled_Right.png");
  margin-left: 15px;
  position: relative;
  top: 7px;
}
.treatment_button {
  text-decoration: none;
  background-color: #fff;
  color: #532A18;
  font-weight: bold;
  font-size: 2.0rem;
  padding: 5px 35px 5px 35px;
  border: solid 2px #532A18;
  border-radius: 30px;
  width: 230px;
  height: 60px;
  margin-right: 15px;
}
/*マウスオーバー*/
.treatment_button:hover {
  color: #fff;
  background-color: #EE7800;
  border: solid 2px #fff;
}
.section-treatment a:hover::after {
  content: url("../img/top/Forward_Button.png")
}
/*初めての方へ*/
.section-treatment_coupon {
  background-color: #fff;
  border-radius: 30px;
  border: 3px solid #532A18;
  width: 945px;
  height: 400px;
  text-align: center;
  margin: 100px auto 0;
}
.section-treatment_coupon p {
  font-weight: bold;
  margin: 40px 0 60px;
  line-height: 30px;
}
.section-treatment_coupon p span {
  color: #8F3356;
  font-size: 2.8rem;
}

/*ボタン*/
.section-treatment_coupon a:after {
  content: url("../img/top/Forward_Button.png");
  margin-left: 15px;
  position: relative;
  top: 7px;
}
.coupon_button {
  text-decoration: none;
  background-color: #78635C;
  color: #fff;
  font-weight: 400;
  font-size: 2.0rem;
  padding: 10px 35px 10px 35px;
  border: solid 2px #78635C;
  border-radius: 30px;
  width: 230px;
  height: 60px;
}
.coupon_button:hover{
  color: #fff;
  background-color:rgba(120, 99, 92, 0.7);
  border: solid 2px #78635C;
}

@media(max-width: 480px) {
  .section-treatment_coupon {
    width: 335px;
    margin: 60px auto 0;
  }
  .coupon_button {
    font-size: 1.6rem;
    padding: 10px 35px 10px 45px;
  }
}
/*お客様の声*/
.section-customer h2 {
  text-align: center;
  font-size: 2.4rem;
  padding-top: 100px;
}
.section-customer p {
  font-size: 2.0rem;
  text-align: center;
  font-weight: bold;
  padding: 30px 0 80px;
}
.p_line p:after {
  background-color: rgba(238, 120, 0, 0.3);
  border-radius: 5px;
  content: "";
  display: block;
  height: 10px;
  width: 440px;
  margin: 5px auto 0;
}
/*スライダー*/
.section-customer_slider_item img {
    height: auto;
    width: 335px;
  　margin: 0;
}
@media(max-width: 480px){
  .section-customer p {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  padding: 30px 0 80px;
}
  
.p_line p:after {
  background-color: rgba(238, 120, 0, 0.3);
  border-radius: 5px;
  content: "";
  display: block;
  height: 10px;
  width: 335px;
  margin: 5px auto 0;
}
}
/*アクセス*/
.section-access {
  background-color: #F7F3E7;
  margin-top: 100px;
  padding-bottom: 80px;
}
.section-access h2 {
  font-size: 2.4rem;
  text-align: center;
  padding-top: 80px;
}
.section-access_address p {
  font-size: 2.0rem;
  text-align: center;
  padding-top: 20px;
  line-height: 40px;
}
.section-access_address p br {
  display: none;
}
.section-access_address p span {
  font-weight: bold;
}
.section-access_map p {
  display: flex;
  justify-content: center;
  text-align: left;
  line-height: 30px;
}
.section-access p iframe {
  width: 1040px;
  height: 348px;
  margin: 80px 0;
}
@media(max-width: 480px){
  .section-access_address p br {
  display: block;;
}
  .section-access_address p {
    font-size: 1.6rem;
  }
  .section-access_map p {
    width: 335px;
    margin: 0 auto;
  
  }
}
