@charset "UTF-8";
/*
Theme Name: HIKARI estate.
*/

/*========= ヘッダー ===============*/
#header {
  background: url("images/top.jpg") no-repeat;
  width: 100%;
  height: 900px;
  background-size: cover;
}
#header .hamburger {
  display: none;
}
#header #dropmenu {
  list-style-type: none;
  display: flex;
  background-color: #a1c5ce;
  padding: 10px 40px 10px 20px;
  position: absolute;
  top: 70px;
  right: 0;
  border-radius: 10px 0 0 10px;
}
#header #dropmenu .nav_list {
  padding: 0 20px;
}
#header #dropmenu .nav_list a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
#header #dropmenu .nav_list a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
#header #dropmenu .nav_list a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
#header #dropmenu li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#header #dropmenu li a {
  display: block;
  margin: 0;
  font-weight: bold;
  text-decoration: none;
}
#header #dropmenu li ul {
  background: #a1c5ce;
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
  border-radius: 0 0 10px 10px;
}
#header #dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.2s;
  text-align: left;
  box-sizing: border-box;
  padding: 0px 20px;
}
#header #dropmenu li ul li a {
  background: #a1c5ce;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
}
#header #dropmenu > li:hover > a {
  background: #a1c5ce;
}
#header #dropmenu > li:hover li:hover > a {
  background: #a1c5ce;
}
#header #dropmenu > li:hover > ul > li {
  overflow: visible;
  height: 30px;
}
#header .header_nav {
  display: flex;
  background-color: #a1c5ce;
  padding: 10px 50px;
  position: absolute;
  top: 70px;
  right: 0;
  border-radius: 10px 0 0 10px;
  list-style-type: none;
}
#header .header_nav .nav_list {
  margin-right: 50px;
}
#header .header_nav .nav_list a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
#header .header_nav .nav_list a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
#header .header_nav .nav_list a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
#header .logo {
  position: absolute;
  top: 75px;
  left: 30px;
}
#header .logo img {
  width: 200px;
}
#header h1 {
  position: absolute;
  top: 230px;
  right: 100px;
  font-weight: lighter;
  font-size: 3rem;
}
#header .wave {
  position: absolute;
  bottom: 0;
}

/*========= ヘッダー スマホ ===============*/
@media (max-width: 769px) {
  #header {
    background-size: contain 100%;
    background-position: center;
    height: 50vh;
  }
  #header .hamburger {
    display: block !important;
  }
  #header #dropmenu {
    display: none;
  }
  #header .logo {
    position: absolute;
    top: 20px;
    left: 10px;
  }
  #header .logo img {
    width: 100px;
  }
  #header h1 {
    position: absolute;
    top: 80px;
    right: 20px;
    font-weight: lighter;
    font-size: 1.4rem;
  }
  #g-nav {
    display: block;
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: all 0.3s;
  }
  #g-nav.panelactive {
    opacity: 1;
    z-index: 999;
  }
  #g-nav ul {
    display: none;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
  }
  #g-nav.panelactive ul {
    display: block;
  }
  #g-nav li a {
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .openbtn {
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  /*×に変化*/
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #a1c5ce;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
.sp_nav {
  display: none;
  position: relative;
}

.nav-open {
  padding: 10px;
  width: 200px;
  color: #fff;
  background-color: #a1c5ce;
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
}

.nav-open::before { /* 閉じている時 */
  content: "＋";
  position: absolute;
  right: 20px;
}

.nav-open.active::before { /* 開いている時 */
  content: "－";
}

.sp_menu {
  margin: 0 auto;
  padding: 0 15px;
  list-style: none;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  margin-bottom: 40px;
}
/*========= お知らせ ===============*/
.news {
  position: relative;
}
.news .news_box {
  display: flex;
  margin-top: -50px;
  background-color: #fff;
  padding: 70px;
  box-sizing: border-box;
  width: 1000px;
}
.news .news_box h2 {
  font-size: 2rem;
  line-height: 2rem;
}
.news .news_box .news_contents {
  border-left: solid 0.5px #444;
  margin-left: 50px;
  padding-left: 50px;
}
.news .news_box .news_contents li {
  margin-bottom: 10px;
}
.news .news_box .news_contents li a {
  text-decoration: none;
}
.news .news_box .news_contents li a:hover {
  text-decoration: underline;
}
.news .stripe {
  width: 1030px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/*========= お知らせ スマホ ===============*/
@media (max-width: 769px) {
  .news {
    padding-right: 20px;
    box-sizing: border-box;
  }
  .news .news_box {
    margin: 0;
    padding: 0;
    width: 100%;
    flex-direction: column;
    position: relative;
    z-index: 1;
  }
  .news .news_box h2 {
    font-size: 1.6rem;
    line-height: 1.6rem;
    background-color: #fff;
    padding: 10px 10px 0 20px;
    width: 80px;
    margin-top: -20px;
    border-radius: 0 5px 0 0;
  }
  .news .news_box .news_contents {
    border-left: none;
    margin: 0;
    padding: 10px 20px;
    height: 103px;
    overflow: hidden;
  }
  .news .news_box .news_contents li {
    font-size: 1.3rem;
  }
  .news .news_box .news_contents .sp_news_1 {
    display: none;
  }
  .news .stripe {
    width: 100%;
    height: 160px;
    z-index: auto;
  }
}
/*========== メインコンテンツ ==========*/
#contents {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.back {
  background-color: #f3f8fb;
  width: 65%;
  height: 900px;
  position: absolute;
  top: 1400px;
  z-index: -1;
}

/*========= 事業内容 ===============*/
.business {
  display: flex;
  height: 450px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 150px;
}
.business .business_txt {
  display: flex;
  flex-direction: column;
  width: 540px;
  padding: 50px;
  box-sizing: border-box;
}
.business .business_txt h2 {
  border-bottom: solid 1px #dadada;
  margin: 20px 0;
}
.business .business_txt .btn {
  margin: 50px 0 0 auto;
}
.business .business_img {
  display: flex;
  width: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}

.btn, .btn-1, .btn-2, .btn-3, .btn-4, .btn-5, .btn-tel, .btn-mail {
  display: flex;
  width: 200px;
  margin: 50px 350px 50px 350px;
  box-sizing: border-box;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 10px;
  border: solid 0.5px #acacac;
}
.btn .btn_txt, .btn-1 .btn_txt, .btn-2 .btn_txt, .btn-3 .btn_txt, .btn-4 .btn_txt, .btn-5 .btn_txt, .btn-tel .btn_txt, .btn-mail .btn_txt {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.btn .btn_txt .arrow-round, .btn-1 .btn_txt .arrow-round, .btn-2 .btn_txt .arrow-round, .btn-3 .btn_txt .arrow-round, .btn-4 .btn_txt .arrow-round, .btn-5 .btn_txt .arrow-round, .btn-tel .btn_txt .arrow-round, .btn-mail .btn_txt .arrow-round {
  position: relative;
  display: inline-block;
  padding: 12px 14px;
  border: 0.5px solid #acacac;
  border-radius: 50%;
  margin-left: 10px;
}
.btn .btn_txt .arrow-round::before, .btn-1 .btn_txt .arrow-round::before, .btn-2 .btn_txt .arrow-round::before, .btn-3 .btn_txt .arrow-round::before, .btn-4 .btn_txt .arrow-round::before, .btn-5 .btn_txt .arrow-round::before, .btn-tel .btn_txt .arrow-round::before, .btn-mail .btn_txt .arrow-round::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #acacac;
  border-right: solid 1px #acacac;
  position: absolute;
  top: 8px;
  left: 7px !important;
}
.btn .btn_txt .arrow-round.arrow-right::before, .btn-1 .btn_txt .arrow-round.arrow-right::before, .btn-2 .btn_txt .arrow-round.arrow-right::before, .btn-3 .btn_txt .arrow-round.arrow-right::before, .btn-4 .btn_txt .arrow-round.arrow-right::before, .btn-5 .btn_txt .arrow-round.arrow-right::before, .btn-tel .btn_txt .arrow-round.arrow-right::before, .btn-mail .btn_txt .arrow-round.arrow-right::before {
  transform: rotate(45deg);
  left: 3px;
  color: #acacac;
}

.btn.slide {
  background: #fff;
  color: #444;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.btn.slide::after {
  background: #a1c5ce;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.btn.slide:hover {
  color: #fff;
}
.btn.slide:hover .btn_txt .arrow-round {
  border: 0.5px solid #fff;
}
.btn.slide:hover .btn_txt .arrow-round::before {
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.btn.slide:hover .btn_txt .arrow-round.arrow-right::before {
  color: #fff;
}

.btn.slide:hover::after {
  transform: scale(1, 1);
}

/*========= 物件情報 ===============*/
.buy {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}
.buy h2 {
  display: flex;
  border-left: solid 5px #cde0ea;
  padding-left: 10px;
  margin: 0 0 10px 0;
}
.buy .buy_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.buy .buy_wrap .buy_list.card {
  display: flex;
  flex-direction: column;
  width: 230px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.buy .buy_wrap .buy_list.card .property {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.buy .buy_wrap .buy_list.card .property_title {
  display: flex;
  flex-direction: column;
  border-left: solid 5px #cde0ea;
  margin: 20px 10px;
  padding-left: 10px;
}
.buy .buy_wrap .buy_list.card .property_title .category {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.buy .buy_wrap .buy_list.card .property_title .name {
  font-weight: bold;
  line-height: 2.4rem;
}
.buy .buy_wrap .buy_list.card .address {
  font-size: 1.3rem;
  margin: 0 10px;
}
.buy .buy_wrap .buy_list.card .price_box {
  display: flex;
  margin: 0 10px 20px 10px;
  align-items: flex-end;
  justify-content: right;
  margin-top: 10px;
}
.buy .buy_wrap .buy_list.card .price_box .prive {
  font-size: 2rem;
  line-height: 2rem;
}
.buy .buy_wrap .buy_list.card .price_box .yen {
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-left: 2px;
}
.buy .buy_wrap .buy_list.card:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  transform: translate(0, -2px);
}

/*===== 物件選択ボタン =====*/
.buy_btn {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.buy_btn .btn-1 {
  margin: 0;
  width: 220px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 10px;
  background-color: #f7b85b;
}
.buy_btn .btn-1 .btn_txt {
  margin: 0 auto;
  color: #fff;
  letter-spacing: 0.12em;
}
.buy_btn .btn-1 .btn_txt .arrow-round {
  border: 0.5px solid #fff;
}
.buy_btn .btn-1 .btn_txt .arrow-round::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.buy_btn .btn-1 .btn_txt .arrow-round.arrow-right::before {
  color: #fff;
}
.buy_btn .btn-2, .buy_btn .btn-3, .buy_btn .btn-4, .buy_btn .btn-5 {
  margin: 0;
  width: 170px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 10px;
}
.buy_btn .btn-2 .btn_txt, .buy_btn .btn-3 .btn_txt, .buy_btn .btn-4 .btn_txt, .buy_btn .btn-5 .btn_txt {
  letter-spacing: 0.12em;
}

/*===== ボタン矢印カラー =====*/
.btn-1 .btn_txt .arrow-round {
  border: 0.5px solid #facd89;
}
.btn-1 .btn_txt .arrow-round::before {
  border-top: solid 1px #facd89;
  border-right: solid 1px #facd89;
}
.btn-1 .btn_txt .arrow-round.arrow-right::before {
  color: #facd89;
}

.btn-2 .btn_txt .arrow-round {
  border: 0.5px solid #70acfa;
}
.btn-2 .btn_txt .arrow-round::before {
  border-top: solid 1px #70acfa;
  border-right: solid 1px #70acfa;
}
.btn-2 .btn_txt .arrow-round.arrow-right::before {
  color: #70acfa;
}

.btn-3 .btn_txt .arrow-round {
  border: 0.5px solid #fcd528;
}
.btn-3 .btn_txt .arrow-round::before {
  border-top: solid 1px #fcd528;
  border-right: solid 1px #fcd528;
}
.btn-3 .btn_txt .arrow-round.arrow-right::before {
  color: #fcd528;
}

.btn-4 .btn_txt .arrow-round {
  border: 0.5px solid #acd598;
}
.btn-4 .btn_txt .arrow-round::before {
  border-top: solid 1px #acd598;
  border-right: solid 1px #acd598;
}
.btn-4 .btn_txt .arrow-round.arrow-right::before {
  color: #acd598;
}

.btn-5 .btn_txt .arrow-round {
  border: 0.5px solid #f29c9f;
}
.btn-5 .btn_txt .arrow-round::before {
  border-top: solid 1px #f29c9f;
  border-right: solid 1px #f29c9f;
}
.btn-5 .btn_txt .arrow-round.arrow-right::before {
  color: #f29c9f;
}

.btn-1.reverse:hover, .btn-2.reverse:hover, .btn-3.reverse:hover, .btn-4.reverse:hover, .btn-5.reverse:hover {
  background: #facd89;
  color: #fff;
}
.btn-1.reverse:hover .btn_txt .arrow-round, .btn-2.reverse:hover .btn_txt .arrow-round, .btn-3.reverse:hover .btn_txt .arrow-round, .btn-4.reverse:hover .btn_txt .arrow-round, .btn-5.reverse:hover .btn_txt .arrow-round {
  border: 0.5px solid #fff;
}
.btn-1.reverse:hover .btn_txt .arrow-round::before, .btn-2.reverse:hover .btn_txt .arrow-round::before, .btn-3.reverse:hover .btn_txt .arrow-round::before, .btn-4.reverse:hover .btn_txt .arrow-round::before, .btn-5.reverse:hover .btn_txt .arrow-round::before {
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.btn-1.reverse:hover .btn_txt .arrow-round.arrow-right::before, .btn-2.reverse:hover .btn_txt .arrow-round.arrow-right::before, .btn-3.reverse:hover .btn_txt .arrow-round.arrow-right::before, .btn-4.reverse:hover .btn_txt .arrow-round.arrow-right::before, .btn-5.reverse:hover .btn_txt .arrow-round.arrow-right::before {
  color: #fff;
}

.btn-2.reverse:hover {
  background: #70acfa;
}

.btn-3.reverse:hover {
  background: #ffe15c;
}

.btn-4.reverse:hover {
  background: #5fb985;
}

.btn-5.reverse:hover {
  background: #f29c9f;
}

/*========= メインコンテンツ スマホ ===============*/
@media (max-width: 769px) {
  #contents {
    width: 100%;
    padding: 20px;
  }
  .back {
    width: 100%;
    top: 500px;
  }
  /*========= 事業内容 ===============*/
  .business {
    display: block;
    margin-top: 60px;
    width: 100%;
    height: 540px;
    box-sizing: border-box;
    position: relative;
  }
  .business .business_txt {
    width: 100%;
    padding: 0;
    position: relative;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
  }
  .business .business_txt h2 {
    margin-top: 0;
    margin-bottom: 260px;
  }
  .business .business_txt .btn {
    margin-top: 20px;
  }
  .business .business_img {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  /*========= 物件情報 ===============*/
  .buy {
    margin-top: 50px;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
  }
  .buy h2 {
    border-left: solid 5px #cde0ea;
    padding-left: 10px;
    margin: 0 0 10px 0;
  }
  .buy .buy_wrap {
    flex-direction: column;
  }
  .buy .buy_wrap .buy_list.card {
    width: 100%;
    margin-bottom: 20px;
  }
  .buy .buy_wrap .buy_list.card .property {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /*===== 物件選択ボタン =====*/
  .buy_btn {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .buy_btn .btn_a {
    width: 100%;
  }
  .buy_btn .btn-1 {
    width: 100%;
    margin-bottom: 20px;
    background-color: #f7b85b;
  }
  .buy_btn .btn-1 .btn_txt {
    width: 60%;
    margin: 0 auto;
    color: #fff;
  }
  .buy_btn .btn-1 .btn_txt .arrow-round {
    border: 0.5px solid #fff;
  }
  .buy_btn .btn-1 .btn_txt .arrow-round::before {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  .buy_btn .btn-1 .btn_txt .arrow-round.arrow-right::before {
    color: #fff;
  }
  .buy_btn .btn-2, .buy_btn .btn-3, .buy_btn .btn-4, .buy_btn .btn-5 {
    width: 145px;
    margin-bottom: 20px;
    padding: 10px;
  }
  .buy_btn .btn-2 p {
    letter-spacing: 0;
  }
}
/*========= お問い合わせ ===============*/
.contact {
  background: url("images/contact.jpg") no-repeat;
  background-size: 100%;
  height: 400px;
  margin-top: 100px;
  position: relative;
}
.contact .contact_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact .contact_wrap h2 {
  font-size: 3rem;
  color: #fff;
  text-align: center;
}
.contact .contact_wrap .contact_box {
  display: flex;
  margin: 0 auto;
  width: 700px;
  justify-content: space-between;
  padding: 50px 0;
}
.contact .contact_wrap .contact_box .contact_tel p {
  color: #fff;
  text-align: center;
}
.contact .contact_wrap .contact_box .btn-tel, .contact .contact_wrap .contact_box .btn-mail {
  margin: 0;
  background: none;
  border: solid 1px #fff;
  width: 320px;
  height: 60px;
}
.contact .contact_wrap .contact_box .btn-tel .btn_txt, .contact .contact_wrap .contact_box .btn-mail .btn_txt {
  font-size: 3rem;
  justify-content: center;
  align-items: center;
}
.contact .contact_wrap .contact_box .btn-tel .btn_txt p, .contact .contact_wrap .contact_box .btn-mail .btn_txt p {
  color: #fff;
  margin-left: 10px;
}
.contact .contact_wrap .contact_box .btn-tel .btn_txt img, .contact .contact_wrap .contact_box .btn-mail .btn_txt img {
  width: 30px;
  height: 30px;
}
.contact .contact_wrap .contact_box .btn-tel {
  margin-bottom: 10px;
}
.contact .contact_wrap .contact_box .btn-mail .btn_txt {
  font-size: 2.4rem;
}
.contact .contact_wrap .contact_box .btn-tel.reverse:hover, .contact .contact_wrap .contact_box .btn-mail.reverse:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/*========= お問い合わせ スマホ ===============*/
@media (max-width: 769px) {
  .contact {
    height: auto;
    margin-top: 50px;
    padding-top: 20px;
    background-size: cover;
    margin: 0 auto;
  }
  .contact .contact_wrap {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .contact .contact_wrap h2 {
    font-size: 2rem;
    border-bottom: solid 1px #dadada;
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  .contact .contact_wrap .contact_box {
    width: 250px;
    flex-direction: column;
    padding: 20px 0 40px 0;
    box-sizing: border-box;
  }
  .contact .contact_wrap .contact_box p {
    font-size: 1.6rem;
  }
  .contact .contact_wrap .contact_box .btn-tel, .contact .contact_wrap .contact_box .btn-mail {
    width: 250px;
    height: 40px;
  }
  .contact .contact_wrap .contact_box .btn-tel .btn_txt, .contact .contact_wrap .contact_box .btn-mail .btn_txt {
    font-size: 3rem;
    justify-content: center;
    align-items: center;
  }
  .contact .contact_wrap .contact_box .btn-tel .btn_txt p, .contact .contact_wrap .contact_box .btn-mail .btn_txt p {
    font-size: 2rem;
  }
  .contact .contact_wrap .contact_box .btn-tel .btn_txt img, .contact .contact_wrap .contact_box .btn-mail .btn_txt img {
    width: 20px;
    height: 20px;
  }
  .contact .contact_wrap .contact_box .btn-tel.reverse {
    border: none;
    padding: 0;
    margin-bottom: 0;
  }
  .contact .contact_wrap .contact_box .btn-tel.reverse .btn_txt p {
    font-size: 3rem;
    letter-spacing: 0.03em;
  }
  .contact .contact_wrap .contact_box .btn-tel.reverse .btn_txt img {
    width: 26px;
    height: 26px;
  }
  .contact .contact_wrap .contact_box .btn-mail {
    margin-top: 20px;
  }
  .contact .contact_wrap .contact_box .btn-mail .btn_txt p {
    font-size: 1.6rem;
  }
}
/*========= フッター ===============*/
.footer {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 100px 0 100px 0;
  box-sizing: border-box;
  background: url("images/footer.jpg") no-repeat;
  background-size: 100%;
}
.footer .footer_nav_box {
  display: flex;
  width: 1000px;
  margin: 0 auto;
}
.footer .footer_nav_box .footer_nav {
  display: flex;
  flex-direction: column;
  width: 200px;
  margin-right: 50px;
}
.footer .footer_nav_box .footer_nav a {
  text-decoration: none;
}
.footer .footer_nav_box .footer_nav a:hover {
  text-decoration: underline;
}
.footer .footer_nav_box .footer_nav .ttl {
  border-bottom: solid 1px #dadada;
}
.footer .footer_nav_box .footer_nav ul {
  margin-top: 10px;
}
.footer .footer_nav_box .footer_nav ul li {
  font-size: 1.4rem;
}
.footer .footer_box {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  padding-top: 100px;
  align-items: flex-end;
}
.footer .footer_box .info {
  display: flex;
  flex-direction: column;
}
.footer .footer_box .info .footer_logo img {
  width: 200px;
}

/*========= フッター スマホ ===============*/
@media (max-width: 769px) {
  .footer {
    padding: 50px 20px;
  }
  .footer .footer_nav_box {
    display: none;
  }
  .footer .footer_box {
    width: 100%;
    padding-top: 0;
    flex-direction: column;
    align-items: baseline;
  }
  .footer .footer_box .info {
    margin-bottom: 20px;
  }
}
/*========= body ===============*/
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  font-family: 凸版文久明朝;
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0;
  color: #585757;
  background-color: #fff;
}

img {
  width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #444;
}

p {
  margin: 0;
}

h2 {
  font-size: 2.4rem;
  font-weight: lighter;
  margin: 0;
}

@media (max-width: 769px) {
  body {
    font-size: 1.4rem;
  }
  h2 {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=style.css.map */