@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500&display=swap");
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .inner {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .inner {
    width: 84%;
  }
}

.inner-header {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .inner-header {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .inner-header {
    width: 100%;
  }
}

.inner_about {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .inner_about {
    width: 90%;
  }
}

.contents_title h4 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contents_title h4 {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .contents_title h4 {
    font-size: 24px;
  }
}

.contents_title p {
  font-weight: bold;
  color: #118AC5;
  font-size: 16px;
  text-align: center;
  margin-top: 7px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contents_title p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .contents_title p {
    font-size: 10px;
  }
}

.contents_title p:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 45px;
  height: 3px;
  background-color: #118AC5;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contents_title p:before {
    top: 5px;
    left: 42%;
    width: 8%;
  }
}

@media (max-width: 767px) {
  .contents_title p:before {
    top: 3px;
    left: 40%;
    width: 8%;
  }
}

.contents_title p:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 45px;
  height: 3px;
  background-color: #118AC5;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contents_title p:after {
    top: 5px;
    left: 58%;
    width: 8%;
  }
}

@media (max-width: 767px) {
  .contents_title p:after {
    top: 3px;
    left: 60%;
    width: 8%;
  }
}

.btn {
  background-color: #F5913F;
  width: 250px;
  height: 55px;
  border-radius: 60px;
  margin: 45px auto 0 auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .btn {
    width: 200px;
    height: 48px;
  }
}

@media (max-width: 767px) {
  .btn {
    width: 220px;
    height: 55px;
    margin-top: 0px;
  }
}

.btn p {
  text-align: center;
  line-height: 55px;
  color: #fff;
  font-size: 18px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .btn p {
    line-height: 48px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .btn p {
    font-size: 15px;
    line-height: 55px;
  }
}

.btn:hover {
  cursor: pointer;
  background-color: #ff7300;
}

.btn_02 input {
  background-color: #F5913F;
  width: 250px;
  height: 55px;
  border-radius: 60px;
  margin: 45px auto 0 auto;
  border: none;
  display: block;
  font-size: 18px;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.btn_02 input:hover {
  cursor: pointer;
  background-color: #ff7300;
}

.service_title h3 {
  font-size: 28px;
  text-align: center;
  font-weight: 500;
  position: relative;
}

@media (max-width: 767px) {
  .service_title h3 {
    font-size: 24px;
  }
}

.service_title h3::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 8px;
  background-color: #0f6fb8;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

@media (max-width: 767px) {
  .service_title h3::before {
    top: 40px;
  }
}

.service_title h3::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 8px;
  background-color: #118AC5;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media (max-width: 767px) {
  .service_title h3::after {
    top: 40px;
  }
}

header {
  height: 151px;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: #333333;
          box-shadow: #333333;
}

@media (max-width: 767px) {
  header {
    background-color: #fff;
    height: 80px;
    width: 100%;
    position: fixed;
  }
}

header .header_left {
  position: absolute;
  top: 27px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  header .header_left {
    top: 35px;
  }
}

@media (max-width: 767px) {
  header .header_left {
    top: 15px;
  }
}

header .header_left img {
  width: 360px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  header .header_left img {
    width: 300px;
  }
}

@media (max-width: 767px) {
  header .header_left img {
    width: 200px;
    margin-left: 30px;
  }
}

header .header_left img:hover {
  width: 370px;
  -webkit-transform: translate(-2px);
          transform: translate(-2px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .header_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 30px;
  right: 0px;
  width: 500px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  header .header_right ul {
    width: 310px;
    top: 32px;
  }
}

@media (max-width: 767px) {
  header .header_right ul {
    display: none;
  }
}

header .header_right ul li {
  list-style: none;
  width: 120px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  header .header_right ul li {
    width: 80px;
  }
}

header .header_right ul li a {
  text-decoration: none;
  color: #333333;
  margin: 0 auto;
}

header .header_right ul li a img {
  width: 50px;
  margin-left: 35px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  header .header_right ul li a img {
    margin-left: 14px;
  }
}

header .header_right ul li a .mail_icon {
  width: 47px;
  margin-top: 3px;
}

header .header_right ul li a .main_li {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  header .header_right ul li a .main_li {
    font-size: 12px;
  }
}

header .header_right ul li a .sub_li {
  color: #F5913F;
  text-align: center;
  font-size: 14px;
  margin-top: 4px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  header .header_right ul li a .sub_li {
    font-size: 11px;
  }
}

header .header_right ul li:hover img {
  width: 54px;
  -webkit-transform: translate(-2px, -4px);
          transform: translate(-2px, -4px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .header_right ul li:hover .main_li {
  font-size: 18px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .header_right ul li:hover .sub_li {
  font-size: 15px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .header_right ul .contact_li {
  margin-left: 15px;
}

header .header_right .openbtn1 {
  display: none;
}

@media (max-width: 767px) {
  header .header_right .openbtn1 {
    display: block;
    float: right;
    margin-top: 15px;
    margin-right: 20px;
  }
}

.sp-nav {
  width: 270px;
  height: 100%;
  background-color: #118AC5;
  position: fixed;
  display: none;
  top: 80px;
  right: 0;
  z-index: 90;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.sp-nav li {
  margin: 30px auto 0px auto;
  width: 100px;
  text-align: center;
}

.sp-nav li a {
  font-size: 16px;
  color: #fff;
}

.is-active {
  display: none;
}

.sub_header {
  position: relative;
}

@media (max-width: 767px) {
  .sub_header {
    padding-top: 80px;
  }
}

.sub_header h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: absolute;
  top: 45%;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  font-weight: 500;
  color: #fff;
  font-size: 36px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .sub_header h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .sub_header h2 {
    font-size: 24px;
    top: 36%;
    padding-top: 55px;
  }
}

.sub_header img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .sub_header img {
    height: 150px;
  }
}

@media (max-width: 767px) {
  .sub_header img {
    height: 100px;
  }
}

.bread {
  height: 70px;
}

.bread p {
  line-height: 40px;
}

.bread p a {
  color: #333333;
}

.bread p span {
  color: #333333;
  margin: 0 5px;
}

.main .main_img {
  width: 100%;
}

@media (max-width: 767px) {
  .main .main_img {
    display: none;
  }
}

.main .sp_img {
  display: none;
}

@media (max-width: 767px) {
  .main .sp_img {
    padding-top: 80px;
    display: block;
    width: 100%;
  }
}

.news {
  color: #333333;
}

.news .news_sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 55px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .news .news_sections {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .news .news_sections {
    margin-top: 35px;
  }
}

.news .news_sections .news_section {
  width: 30%;
}

@media (max-width: 767px) {
  .news .news_sections .news_section {
    width: 80%;
    margin: 0px auto 50px auto;
  }
}

.news .news_sections .news_section img {
  width: 100%;
}

.news .news_sections .news_section .section_des {
  height: 150px;
  background-color: #f9f9f9;
  padding: 20px 25px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .news .news_sections .news_section .section_des {
    padding: 10px 10px;
    height: 140px;
  }
}

@media (max-width: 500px) {
  .news .news_sections .news_section .section_des {
    padding: 15px 8px;
  }
}

.news .news_sections .news_section .section_des .day {
  font-size: 15px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .news .news_sections .news_section .section_des .day {
    font-size: 11px;
  }
}

@media (max-width: 500px) {
  .news .news_sections .news_section .section_des .day {
    font-size: 13px;
  }
}

.news .news_sections .news_section .section_des .section_title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 12px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .news .news_sections .news_section .section_des .section_title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 500px) {
  .news .news_sections .news_section .section_des .section_title {
    font-size: 14px;
  }
}

.news .news_sections .news_section .section_des .section_p {
  margin-top: 10px;
  line-height: 28px;
  font-size: 15px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .news .news_sections .news_section .section_des .section_p {
    margin-top: 2px;
    font-size: 11px;
    line-height: 16px;
  }
}

@media (max-width: 500px) {
  .news .news_sections .news_section .section_des .section_p {
    font-size: 14px;
    line-height: 18px;
  }
}

.bg_contents {
  background-color: #f9f9f9;
  height: 1060px;
  margin-top: 140px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .bg_contents {
    height: 800px;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .bg_contents {
    height: 100%;
    padding-bottom: 30px;
    margin-top: 50px;
  }
}

.bg_contents .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 120px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .bg_contents .inner {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .bg_contents .inner {
    display: block;
    padding-top: 40px;
  }
}

.bg_contents .menu_contents {
  width: 47%;
  color: #333333;
}

.bg_contents .menu_contents img {
  width: 100%;
}

.bg_contents .menu_contents h4 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .bg_contents .menu_contents h4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .bg_contents .menu_contents h4 {
    font-size: 18px;
  }
}

.bg_contents .menu_contents p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  text-align: center;
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .bg_contents .menu_contents p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .bg_contents .menu_contents p {
    font-size: 15px;
  }
}

.bg_contents .menu_contents:hover {
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.bg_contents .menu_contents_under {
  margin: 50px 0px;
}

.access {
  color: #333333;
}

.access .contents_title {
  margin-bottom: 30px;
}

.access .access_left {
  float: left;
  width: 35%;
}

@media (max-width: 767px) {
  .access .access_left {
    float: none;
    width: 100%;
  }
}

.access .access_left .access_section {
  margin-top: 30px;
}

.access .access_left .access_section .access_title {
  font-size: 24px;
  font-weight: 500;
  padding-left: 18px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .access .access_left .access_section .access_title {
    font-size: 20px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .access .access_left .access_section .access_title {
    font-size: 20px;
  }
}

.access .access_left .access_section .access_title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 26px;
  background-color: #118AC5;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .access .access_left .access_section .access_title:after {
    height: 23px;
  }
}

@media (max-width: 767px) {
  .access .access_left .access_section .access_title:after {
    height: 20px;
  }
}

.access .access_left .access_section p {
  font-size: 18px;
  padding-left: 18px;
  margin-top: 15px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .access .access_left .access_section p {
    font-size: 15px;
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .access .access_left .access_section p {
    font-size: 15px;
  }
}

.access .access_left .access_section .access_p {
  line-height: 30px;
}

.access .access_left .access_section_b {
  margin-top: 20px;
}

.access .access_right {
  float: right;
  width: 55%;
}

@media (max-width: 767px) {
  .access .access_right {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}

.access .access_right iframe {
  width: 100%;
  height: 400px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .access .access_right iframe {
    height: 320px;
  }
}

@media (max-width: 767px) {
  .access .access_right iframe {
    height: 350px;
  }
}

footer {
  height: 390px;
  background-color: #f7f7f7;
  clear: both;
  margin-top: 650px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  footer {
    margin-top: 400px;
    height: 290px;
  }
}

@media (max-width: 767px) {
  footer {
    height: 270px;
    margin-top: 100px;
  }
}

footer .footer_left {
  float: left;
  width: 600px;
  margin-top: 60px;
  margin-left: 50px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  footer .footer_left {
    width: 40%;
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  footer .footer_left {
    float: none;
    width: 300px;
    margin: 0px auto;
    padding-top: 30px;
  }
}

footer .footer_left img {
  width: 400px;
  margin-left: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  footer .footer_left img {
    width: 280px;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  footer .footer_left img {
    width: 200px;
    margin: 0 auto;
    display: block;
  }
}

footer .footer_left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  footer .footer_left ul {
    width: 300px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  footer .footer_left ul {
    width: 270px;
    margin: 20px auto 0px auto;
  }
}

footer .footer_left ul li {
  font-size: 20px;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1199px) {
  footer .footer_left ul li {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  footer .footer_left ul li {
    font-size: 12px;
  }
}

footer .footer_left ul li a {
  color: #333333;
}

footer .footer_left p {
  margin-left: 160px;
  margin-top: 50px;
  font-size: 12px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  footer .footer_left p {
    margin-top: 30px;
    margin-left: 60px;
    font-size: 8px;
  }
}

@media (max-width: 767px) {
  footer .footer_left p {
    display: none;
  }
}

footer .footer_right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  footer .footer_right {
    width: 260px;
  }
}

@media (max-width: 767px) {
  footer .footer_right {
    float: none;
    width: 300px;
    margin: 20px auto 0px auto;
  }
}

@media (max-width: 767px) {
  footer .footer_right a {
    display: inline-block;
  }
}

footer .footer_right a img {
  width: 340px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  footer .footer_right a img {
    width: 260px;
  }
}

@media (max-width: 767px) {
  footer .footer_right a img {
    width: 150px;
  }
}

footer .sp_copy {
  display: none;
  text-align: center;
  font-size: 5px;
}

@media (max-width: 767px) {
  footer .sp_copy {
    display: block;
    font-size: 5px;
    margin-top: 10px;
  }
}

.service_footer {
  margin-top: 100px;
}

.price_footer {
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .price_footer {
    margin-top: 100px;
  }
}

.cleaning_menu .menu_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .cleaning_menu .menu_contents {
    width: 614px;
    margin: 30px auto 0px auto;
  }
}

@media (max-width: 767px) {
  .cleaning_menu .menu_contents {
    display: block;
    width: 300px;
    margin: 70px auto 0px auto;
  }
}

@media (max-width: 767px) {
  .cleaning_menu .menu_contents li {
    margin: 40px auto;
    width: 280px;
  }
}

.cleaning_menu .menu_contents li img {
  width: 280px;
  height: 200px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .cleaning_menu .menu_contents li img {
    margin-top: 40px;
  }
}

.cleaning_menu .menu_contents li .menu_ex {
  width: 280px;
  height: 155px;
  background-color: #f9f9f9;
}

.cleaning_menu .menu_contents li .menu_ex h4 {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  padding-top: 15px;
  margin-left: 10px;
}

.cleaning_menu .menu_contents li .menu_ex p {
  width: 250px;
  margin: 0 auto;
  font-size: 15px;
  padding-top: 10px;
  line-height: 18px;
}

.service_menu {
  margin-top: 80px;
}

.service_menu p {
  margin-top: 50px;
  text-align: center;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .service_menu p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .service_menu p {
    font-size: 12px;
    line-height: 14px;
  }
}

.service_menu .service_menu_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0 auto;
  width: 850px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .service_menu .service_menu_contents {
    width: 614px;
  }
}

@media (max-width: 767px) {
  .service_menu .service_menu_contents {
    display: block;
    width: 300px;
  }
}

.service_menu .service_menu_contents .service_menu_left img {
  width: 400px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .service_menu .service_menu_contents .service_menu_left img {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .service_menu .service_menu_contents .service_menu_left img {
    width: 300px;
  }
}

.service_menu .service_menu_contents .service_menu_right {
  width: 400px;
  height: 150px;
  margin-top: 0px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .service_menu .service_menu_contents .service_menu_right {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .service_menu .service_menu_contents .service_menu_right {
    width: 300px;
  }
}

.service_menu .service_menu_contents .service_menu_right p {
  text-align: left;
  line-height: 30px;
  font-size: 16px;
  margin-top: 20px;
  margin-left: 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .service_menu .service_menu_contents .service_menu_right p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .service_menu .service_menu_contents .service_menu_right p {
    font-size: 13px;
    line-height: 24px;
  }
}

.service_menu .service_menu_contents .service_menu_right_a {
  width: 400px;
  height: 150px;
  background-color: #f4f4f4;
  margin-top: 0px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .service_menu .service_menu_contents .service_menu_right_a {
    width: 300px;
    height: 130px;
  }
}

@media (max-width: 767px) {
  .service_menu .service_menu_contents .service_menu_right_a {
    width: 300px;
    padding-top: 2px;
    margin-top: 20px;
  }
}

.service_menu .service_menu_contents .service_menu_right_a p {
  text-align: left;
  line-height: 30px;
  font-size: 16px;
  margin-top: 20px;
  margin-left: 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .service_menu .service_menu_contents .service_menu_right_a p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .service_menu .service_menu_contents .service_menu_right_a p {
    font-size: 13px;
    line-height: 24px;
  }
}

.service_menu .service_menu_contents_b {
  margin-top: 70px;
}

.price_hyo .pc-img {
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .price_hyo .pc-img {
    display: none;
  }
}

.price_hyo .sp-img {
  display: none;
}

@media (max-width: 767px) {
  .price_hyo .sp-img {
    display: block;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 70px;
  }
}

.old_shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #333333;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .old_shop {
    width: 700px;
    margin: 20px auto 0px auto;
  }
}

@media (max-width: 767px) {
  .old_shop {
    display: block;
  }
}

.old_shop img {
  width: 520px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .old_shop img {
    width: 300px;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 767px) {
  .old_shop img {
    width: 100%;
    max-width: 340px;
    display: block;
    margin: 0 auto;
  }
}

.old_shop .old_shop_ex {
  width: 650px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .old_shop .old_shop_ex {
    width: 350px;
  }
}

@media (max-width: 767px) {
  .old_shop .old_shop_ex {
    width: 300px;
    margin: 20px auto 0px auto;
  }
}

.old_shop .old_shop_ex h3 {
  font-size: 25px;
  font-weight: 500;
  margin-left: 20px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .old_shop .old_shop_ex h3 {
    font-size: 18px;
    margin-left: 14px;
  }
}

@media (max-width: 767px) {
  .old_shop .old_shop_ex h3 {
    font-size: 18px;
  }
}

.old_shop .old_shop_ex h3::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 26px;
  background-color: #118AC5;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-170%);
          transform: translateX(-170%);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .old_shop .old_shop_ex h3::after {
    height: 18px;
    width: 10px;
  }
}

@media (max-width: 767px) {
  .old_shop .old_shop_ex h3::after {
    height: 18px;
    width: 10px;
  }
}

.old_shop .old_shop_ex p {
  font-size: 16px;
  line-height: 23px;
  margin-top: 15px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .old_shop .old_shop_ex p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .old_shop .old_shop_ex p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
}

.owner_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #333333;
  margin-top: 50px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .owner_intro {
    width: 700px;
    margin: 50px auto 0px auto;
  }
}

@media (max-width: 767px) {
  .owner_intro {
    display: block;
  }
}

.owner_intro .owner_ex {
  width: 940px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .owner_intro .owner_ex {
    width: 480px;
  }
}

@media (max-width: 767px) {
  .owner_intro .owner_ex {
    width: 300px;
    margin: 0 auto;
  }
}

.owner_intro .owner_ex h3 {
  font-size: 25px;
  font-weight: 500;
  margin-left: 20px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .owner_intro .owner_ex h3 {
    font-size: 18px;
    margin-left: 14px;
  }
}

@media (max-width: 767px) {
  .owner_intro .owner_ex h3 {
    font-size: 18px;
    margin-left: 14px;
  }
}

.owner_intro .owner_ex h3::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 26px;
  background-color: #118AC5;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-170%);
          transform: translateX(-170%);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .owner_intro .owner_ex h3::after {
    width: 10px;
    height: 18px;
  }
}

@media (max-width: 767px) {
  .owner_intro .owner_ex h3::after {
    width: 10px;
    height: 18px;
  }
}

.owner_intro .owner_ex p {
  font-size: 16px;
  line-height: 23px;
  margin-top: 15px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .owner_intro .owner_ex p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .owner_intro .owner_ex p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
}

.owner_intro .owner_img {
  width: 220px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .owner_intro .owner_img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 180px;
  }
}

@media (max-width: 767px) {
  .owner_intro .owner_img {
    display: block;
    margin: 30px auto 0px auto;
  }
}

.about_access {
  margin-top: 90px;
}

.about_access h4 {
  font-size: 27px;
}

.contact form {
  width: 850px;
  margin: 60px auto 0px auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact form {
    width: 614px;
  }
}

@media (max-width: 767px) {
  .contact form {
    width: 100%;
  }
}

.contact form .text_info {
  text-align: center;
}

.contact form .text_info span {
  color: #e01414;
}

.contact form .text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .contact form .text_box {
    width: 300px;
    display: block;
  }
}

.contact form .text_box label p {
  margin-top: 10px;
  margin-left: -20px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact form .text_box label p {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .contact form .text_box label p {
    margin-left: 0px;
    display: inline-block;
  }
}

.contact form .text_box label p::after {
  content: "＊";
  color: #e01414;
  position: absolute;
  font-size: 12px;
  top: 3px;
  right: -15px;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

.contact form .text_box label .message_p {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .contact form .text_box label .message_p {
    margin-top: 20px;
  }
}

.contact form .text_box input {
  width: 450px;
  height: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact form .text_box input {
    width: 400px;
  }
}

@media (max-width: 767px) {
  .contact form .text_box input {
    width: 300px;
    margin-top: 10px;
  }
}

.contact form .text_box textarea {
  resize: none;
  width: 450px;
  height: 200px;
  padding: 5px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact form .text_box textarea {
    width: 400px;
  }
}

@media (max-width: 767px) {
  .contact form .text_box textarea {
    width: 300px;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=style.css.map */