@charset "UTF-8";
/* CSS Document */
.section_top {
  width: 100%;
  height: auto;
}
.section_top_orange {
  width: 100%;
  height: auto;
}
.section_top_title {
  width: 500px;
  margin: -560px auto;
  position: relative;
}
.section_top_title img {
  width: 220px;
  height: auto;
  margin-top: 0px;
  padding-right: 150px;
}
.section_top_title h1 {
  margin: 20px auto;
  position: absolute;
  padding-left: 140px;
  font-size: 5rem;
  font-weight: 900;
  line-height: 6rem;
  letter-spacing: 0.6rem;
}
.section_top_title h1 span {
  font-size: 3rem;
  letter-spacing: 0.2rem;
}
.section_top_house {
  width: 100%;
  height: auto;
  margin-top: 610px;
  max-width: 1260px;
}
.greeting_content {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: auto;
}
.greeting_content img {
  width: 300px;
  height: auto;
}
.greeting_content_text {
  width: 640px;
  text-align: left;
  margin-left: 60px;
  margin-top: 40px;
}
.greeting_content_yuka_mob {
  display: none;
}
.greeting_content_name {
  margin-top: 40px;
  letter-spacing: 0.2rem;
}
.name_line_mob {
  display: none;
}
.section_content {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.section_content p {
  margin-bottom: 60px;
}
.section_content_img_mobile {
  display: none;
}
.section_content_list {
  display: flex;
  justify-content: space-around;
  margin: auto;
}
.section_content_list ul {
  line-height: 6rem;
}
.section_content_list ul li {
  text-align: left;
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
}
.section_content_list img {
  width: 400px;
  height: auto;
  margin-right: -40px;
}
.section_content_img_pc {
  width: 760px;
  height: auto;
  margin-left: -200px;
  margin-top: -300px;
}
.section_overview {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.overview_up {
  text-align: left;
  margin-bottom: 30px;
}
.overview_up p {
  margin-bottom: 20px;
}
.overview_map p {
  text-align: right;
}
.overview_map a img {
  width: 100%;
  margin-bottom: 70px;
}
.overview_down {
  text-align: left;
  line-height: 5.4rem;
}
.section_end {
  width: 100%;
  margin-bottom: 0px;
}
.section_end_orange {
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
  transform: scaleY(-1);
  margin-bottom: -30px;
}
.section_end_house {
  position: absolute;
  left: 44%;
  width: 12%;
  z-index: 99;
  margin-top: 280px;
}
@media(max-width: 1360px) {
  .section_top_title {
    margin-top: -490px;
  }
}
@media(max-width: 1220px) {
  .section_top_title {
    margin-top: -440px;
  }
  .section_content p {
    margin-bottom: 0px;
  }
  .section_content_img_mobile {
    display: block;
    width: 100%;
    margin-bottom: 60px;
  }
  .section_content_list {
    display: block;
  }
  .section_content_list img {
    width: 400px;
    margin-right: -50%;
    margin-top: -80px;
  }
  .section_content_img_pc {
    display: none;
  }
}
@media(max-width: 1080px) {
  .section_top_title {
    margin-top: -400px;
  }
  .section_top_title img {
    width: 180px;
    padding-right: 150px;
  }
  .section_top_title h1 {
    font-size: 4rem;
    line-height: 5rem;
    letter-spacing: 0.4rem;
  }
  .section_top_title h1 span {
    font-size: 2.8rem;
  }
}
@media(max-width: 1050px) {
  .greeting_content {
    display: block;
    width: 70%;
  }
  .greeting_content img {
    display: none;
  }
  .greeting_content_text {
    width: 100%;
    text-align: left;
    margin-left: 0px;
  }
  .greeting_content_yuka_mob {
    display: block;
    width: 30%;
    margin: 60px auto 40px;
  }
}
@media(max-width: 1036px) {
  .address_space {
    display: block;
    text-align: center;
  }
}
@media(max-width: 1000px) {
  .section_top_title {
    margin-top: -360px;
  }
  .section_end_house {
    margin-top: 200px;
  }
}
@media(max-width: 900px) {
  .section_top_title {
    margin-top: -330px;
  }
  .section_top_title img {
    width: 150px;
    padding-right: 140px;
  }
  .section_top_title h1 {
    margin-top: 0px;
    font-size: 3.8rem;
    line-height: 5rem;
    letter-spacing: 0.4rem;
  }
  .section_top_title h1 span {
    font-size: 2.6rem;
  }
}
@media(max-width: 820px) {
  .section_top_title {
    margin-top: -300px;
  }
  .name_line_pc {
    display: none;
  }
  .name_line_mob {
    display: inline-block;
  }
  .greeting_content_name_space {
    display: block;
    text-align: center;
  }
}
@media(max-width: 770px) {
  .greeting_content_yuka_mob {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .section_content_img_mobile {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .section_content_list ul {
    line-height: 4rem;
  }
  .section_content_list ul li {
    font-size: 1.8rem;
  }
}
@media(max-width: 750px) {
  .section_top_title {
    margin-top: -280px;
  }
  .section_top_title img {
    width: 150px;
  }
  .section_top_title h1 {
    font-size: 3.8rem;
  }
  .section_top_title h1 span {
    font-size: 2.4rem;
  }
}
@media(max-width: 700px) {
  .section_top_orange {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 120vw;
  }
  .section_top_title img {
    width: 140px;
  }
  .section_top_title h1 {
    font-size: 3.6rem;
    line-height: 4.6rem;
    letter-spacing: 0.4rem;
  }
  .section_top_title h1 span {
    font-size: 2.4rem;
  }
  .section_end_house {
    margin-top: 140px;
  }
}
@media(max-width: 610px) {
  .section_content_list img {
    width: 300px;
    margin-top: -20px;
  }
  .section_overview {
    width: 70%;
  }
}
@media(max-width: 590px) {
  .section_top_orange {
 
  }
  .section_top_title {
    margin-top: -260px;
  }
  .section_top_title img {
    width: 120px;
  }
  .section_top_title h1 {
    font-size: 3.4rem;
    line-height: 4.2rem;
    letter-spacing: 0.4rem;
  }
  .section_top_title h1 span {
    font-size: 2.2rem;
  }
  .greeting_content_yuka_mob {
    margin-bottom: 0px;
  }
  .greeting_content_name {
    margin-top: 14px;
  }
  .section_content_list ul {
    line-height: 3rem;
  }
  .section_content_list ul li {
    font-size: 1.6rem;
  }
}
@media(max-width: 540px) {
  .section_top_title {
    margin-top: -230px;
  }
   .section_top_title h1 {
    font-size: 3rem;
    line-height: 3.8rem;
    letter-spacing: 0.2rem;
  }
  .section_top_title h1 span {
    font-size: 2rem;
  }
  .section_content_list img {
    width: 200px;
  }
  .section_content_list ul li {
    font-size: 1.4rem;
  }
}
@media(max-width: 520px) {
  .section_top_orange {
    
  }
 
  .overview_up_space {
    display: block;
    text-align: center;
  }
}
@media(max-width: 490px) {
    .section_top_title {
    margin-top: -220px;
  }
  .section_top_title h1 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    letter-spacing: 0.2rem;
  }
  .section_top_title h1 span {
    font-size: 1.8rem;
  }
  .list_space {
    display: block;
  }
  .section_end_house {
    margin-top: 100px;
  }
}
@media(max-width: 460px) {
  .section_top_orange {
    
  }

  .greeting_content_name {
    font-size: 1.2rem;
  }
}
@media(max-width: 430px) {
  .section_top_orange {
  
  }


}
@media(max-width: 400px) {
  .address_space_up {
    display: block;
    text-align: end;
  }
}
@media(max-width: 390px) {
  .section_top_title h1 {
    padding-left: 100px;
  }
  .section_top_title img {
    padding-right: 180px;
  }
}