@charset "utf-8";
/*-------------------------
	common
-------------------------*/
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  background: #fff;
  color: #000;
  line-height: 2;
  min-width: 1200px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

a {text-decoration: none;overflow: hidden;outline: none;transition: all 0.3s ease;color: #000;}
a:hover {text-decoration: none;}

img {vertical-align: bottom;width: 100%;height: auto;image-rendering: -webkit-optimize-contrast;}
@media screen and (min-width: 768px) {
  img {width: auto;}
}

.pc {display: none;}
@media screen and (min-width: 768px) {
  .pc {display: block;}
  .sp {display: none;}
}

.txt_c {text-align: center;}
.txt_r {text-align: right;}

.modal_cont {display: none;}

.inner {
  width: 1100px;
  margin: 0 auto;
}
.inner section {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .inner {width: 92%;padding: 5vw 0;}
}

/* タイトルエリア */
.title_area {
  width: 100%;
  background: url(../images/title_bg.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 70px;}
@media screen and (max-width: 767px) {
  .title_area {padding-bottom: 30px;}
}

/* パンくず */
nav.breadcrumb {
  margin-top: 80px;
}
nav.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 1.2rem;
  padding: 20px 0 50px;
  line-height: 1;
}
nav.breadcrumb ol li:not(:last-of-type)::after {
  content: "\03e";
  margin: 0 .6em;
}
@media screen and (max-width: 767px) {
  nav.breadcrumb {margin-top:50px;}
  nav.breadcrumb ol {padding: 10px 0;}
}

h1 {font-size: 3.2rem;color: #0b7bbd;line-height: 1; text-align: center;}
@media screen and (max-width: 767px) {
  h1 {font-size: 2.4rem;text-align: center;line-height: 1.5;padding-top: 30px;}
}


/* メインコンテンツ */
main *,main *::before,main *::after {
  box-sizing: border-box;
}

.contact {
  width: 100%;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .contact {padding-top: 8vw;}
}
.contact h2 {
  font-size: 2.8rem;
  color: #0b7bbd;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom:2px solid #0b7bbd;
  margin: 70px 0 30px;
}
@media screen and (max-width: 767px) {
  .contact h2 {font-size: 2rem;margin: 16vw 0 8vw;}
}
.contact h3 {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.contact h3::before {
  content: '\030fc';
  color: #0b7bbd;
  padding-right: .5rem;
}
.contact ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.contact ul li button,.contact ul li a {
  display: block;
  position: relative;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  width: 100%;
  line-height: 1;
  font-size: 1.7rem;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #000;
}
@media screen and (max-width: 767px) {
  .contact ul li button,.contact ul li a {font-size: 1.4rem;}
}
.contact ul li button:hover,.contact ul li a:hover {
  border: 1px solid #0b7bbd;
  background: #0b7bbd;
  color: #fff;
}
.contact ul li button span,.contact ul li a span {
  font-size: 1.2rem;
}
.contact ul li button::after {
  content: "\0ff0b";
  line-height: 1;
  position: absolute;
  bottom: calc(50% - .9rem);
  right: 3rem;
  font-size: 1.2rem;
  color: #0b7bbd;
}
.contact ul li a::after {
  content: "\e5e1";
  font-family: "Material Icons";
  line-height: 1;
  position: absolute;
  bottom: calc(50% - .9rem);
  right: 3rem;
  font-size: 1.2rem;
  color: #0b7bbd;
}
@media screen and (max-width: 767px) {
  .contact ul li a::after {right: 2rem;}
}
.contact ul li button:hover::after,.contact ul li a:hover::after {
  color: #fff;
}

.contact #customer ul.modal_btn li {width: 18%; text-align: center;}
.contact #customer ul.modal_btn li button,.contact #customer ul.modal_btn li a {padding: 110px 1rem 2.6rem;}
.contact #customer ul.modal_btn li button::after,.contact #customer ul.modal_btn li a::after {right: 1rem;bottom: 1rem;}
.contact #customer ul.modal_btn li button.kodate {
  background: #fff url(../images/icon_kodate.png) no-repeat center 1.5rem / 90px 90px;
}
.contact #customer ul.modal_btn li button.kodate:hover {
  background: #0b7bbd url(../images/icon_kodate_on.png) no-repeat center 1.5rem / 90px 90px;
}
.contact #customer ul.modal_btn li button.totikatuyo {
  background: #fff url(../images/icon_totikatuyo.png) no-repeat center 1.5rem / 90px 90px;
}
.contact #customer ul.modal_btn li button.totikatuyo:hover {
  background: #0b7bbd url(../images/icon_totikatuyo_on.png) no-repeat center 1.5rem / 90px 90px;
}
.contact #customer ul.modal_btn li button.facility {
  background: #fff url(../images/icon_facility.png) no-repeat center 1.5rem / 90px 90px;
  padding-bottom: 1rem;
}
.contact #customer ul.modal_btn li button.facility:hover {
  background: #0b7bbd url(../images/icon_facility_on.png) no-repeat center 1.5rem / 90px 90px;
}
.contact #customer ul.modal_btn li a {
  background: #fff url(../images/icon_reform.png) no-repeat center 1.5rem / 80px 80px;
}
.contact #customer ul.modal_btn li a:hover {
  background: #0b7bbd url(../images/icon_reform_on.png) no-repeat center 1.5rem / 80px 80px;
}
.contact #customer ul.modal_btn li button.fudosan {
  background: #fff url(../images/icon_fudosan.png) no-repeat center 1.5rem / 80px 80px;
}
.contact #customer ul.modal_btn li button.fudosan:hover {
  background: #0b7bbd url(../images/icon_fudosan_on.png) no-repeat center 1.5rem / 80px 80px;
}
@media screen and (max-width: 767px) {
  .contact #customer ul.modal_btn li {width: 100%; text-align:left;margin-bottom: 1.5rem;}
  .contact #customer ul.modal_btn li button,.contact #customer ul.modal_btn li a {padding: 2rem 2rem 2rem 7rem;text-align:left;}
  .contact #customer ul.modal_btn li button::after,.contact #customer ul.modal_btn li a::after {right: 2rem;bottom: calc(50% - .9rem);}
  .contact #customer ul.modal_btn li button.kodate {
    background: #fff url(../images/icon_kodate.png) no-repeat 1.5rem 50% / auto 80%;
  }
  .contact #customer ul.modal_btn li button.kodate:hover {
    background: #0b7bbd url(../images/icon_kodate_on.png) no-repeat 1.5rem 50% / auto 80%;
  }
  .contact #customer ul.modal_btn li button.totikatuyo {
    background: #fff url(../images/icon_totikatuyo.png) no-repeat 1.5rem 50% / auto 80%;
  }
  .contact #customer ul.modal_btn li button.totikatuyo:hover {
    background: #0b7bbd url(../images/icon_totikatuyo_on.png) no-repeat 1.5rem 50% / auto 80%;
  }
  .contact #customer ul.modal_btn li button.facility {
    background: #fff url(../images/icon_facility.png) no-repeat 1.5rem 50% / auto 80%;
    padding-bottom: 2rem;
  }
  .contact #customer ul.modal_btn li button.facility:hover {
    background: #0b7bbd url(../images/icon_facility_on.png) no-repeat 1.5rem 50% / auto 80%;
  }
  .contact #customer ul.modal_btn li a {
    background: #fff url(../images/icon_reform.png) no-repeat 1.5rem 50% / auto 70%;
  }
  .contact #customer ul.modal_btn li a:hover {
    background: #0b7bbd url(../images/icon_reform_on.png) no-repeat 1.5rem 50% / auto 70%;
  }
  .contact #customer ul.modal_btn li button.fudosan {
    background: #fff url(../images/icon_fudosan.png) no-repeat 1.5rem 50% / auto 75%;
  }
  .contact #customer ul.modal_btn li button.fudosan:hover {
    background: #0b7bbd url(../images/icon_fudosan_on.png) no-repeat 1.5rem 50% / auto 75%;
  }
}

.contact #owner h3 img {width: 20%; margin-left: 1rem;}
.contact #owner ul li {width: 48.75%;}
.contact #owner ul li a {padding: 3rem;}
@media screen and (max-width: 767px) {
  .contact #owner h3 img {width: 40%;}
  .contact #owner ul li {width: 100%;margin-bottom: 1.5rem;}
  .contact #owner ul li a {padding: 2rem;}
}

.other {width: 100%;padding: 50px 0;background: #f8f6ef;margin-top: 80px;}
.other h2 {font-size: 2.8rem;line-height: 1;}
.other p {font-size: 1.4rem;margin-top: 30px;}
@media screen and (max-width: 767px) {
  .other {margin-top: 16vw;}
  .other h2 {font-size: 2rem;line-height: 1;}
}


/* modal */
.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 1s ease-in-out;
}
.modal-container h4 {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.modal-container h4 img {
  width: 10%;
  padding-right: 1rem;
}
.modal-container h4 span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .modal-container h4 {font-size: 2rem;}
  .modal-container h4 img {width: 15%;}
}
.modal-container ul li {width: 100%;margin-bottom: 2rem;}
.modal-container ul li:last-child {margin-bottom: 1rem;}
.modal-container ul li a {padding: 2.5rem;}
.modal-container ul li a::after {right: 2.5rem;}
.modal-content {
  background: #FFF;
  overflow-y: auto;
  padding: 30px 40px;
  width: 90%;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 500px;
  animation: show 0.6s linear 0s;
  filter: drop-shadow(0px 2px 6px #777);
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .modal-content {padding: 5vw;}
}
.modal-top {
  display: inline-block;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.modal-close {
  color: #0b7bbd;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
  padding: 5px 10px;
  border: 1px solid #0b7bbd;
  border-radius: 50%; 
}
.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background: #0b7bbd;
}
.modal-title {
  color: #FFF;
}
@keyframes show{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}




/* footarea */
footer {border-top: solid 1px #ececec;}
footer nav#foot_info {background: #fff;}
footer nav#foot_info ul {display: flex;justify-content: space-between;flex-wrap: wrap;list-style: none;width: 1200px;margin: 0 auto;}
footer #foot_area {width: 1200px; margin: 0 auto;padding: 10px 0;color: #000;font-size: 1rem;line-height: 1.8;}
footer #foot_area nav {display: flex;justify-content: space-between;flex-wrap: wrap;list-style: none;}
footer #foot_area ul li {display: inline-block;}
footer #foot_area ul li::before {content: "\ff1e";margin: 0 .6rem 0 15px;}
footer #foot_area p {text-align: right;}
@media screen and (max-width: 767px) {
  footer {padding:20px 0;border: none; background: #eee;}
  footer nav#foot_info,footer #foot_area nav {display: none;}
  footer #foot_area {width: 100%;}
  footer #foot_area p {text-align: center;}
}

.to-top {display: none !important;}

#btn_top a {
  position: fixed;
  width: 42px;
  height: 42px;
  right: 10px;
  bottom: 40px;
  cursor: pointer;
  z-index: 1000;
}
#btn_top a img {
  width: 42px;
  height: 42px;
}

#code_area img {width: 0;}
