@charset "UTF-8";
/* CSS Document */
* {
  font-family: 'Kiwi Maru', serif;
}


/*
* {
 border: solid blue !important;
}
*/

html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #5E454B;
  background-color: #F8F5F0;
  line-height: 2.4rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.6em;
  img: 100%;
  width: 100%;
  margin: 0 auto;
}

body,p,img{
  padding: 0;
  margin: 0;
}

a:hover {
  opacity: 0.5;
}
*, *:befoer, *:after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  text-decoration: none;
}
body {
  background-color: #ffffff;
}


/*
.header {
  height: 70px;
  max-width: 750px;
  background-color: #FBFBFB;
  position: relative;
}
.header_logo {
  width: 38%;
    position: absolute;
    top: 10px;
    left: 10px;
  
}

.header .call_number {
  position: absolute;
    right: 8px;
    width: 48%;
    top: 10px;
}
*/


/*
.container {
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.header{
  background-color: #ffffff;
}
.header > .container {
  height: 65px;
}
*/

/*ヘッダー-----------------------------*/
.logo {
  width: 160px;
  
}

.call_number img {
  width: 130px;
}

.page-header {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin: 0 auto;
  padding: 0px 4%;
  
}

.container {
  max-width: 750px;
}

/*
.header inner {
  max-width: 750px;
 
}
*/




.wrapper{
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  }


.fv{
  position: relative;
}
.fv .notice{
    position: absolute;
    top: 7%;
    right: 7%;
    width: 23%;
}




.cta {
  position: relative;
}

.cta a img {
  position: absolute;
  bottom: 9%;
  transform: translateX(-50%);
  left: 50%;
  width: 88%;
}

.product {
  position: relative;

}
.product .button_2 {
  position: absolute;
  bottom: 5%;
  transform: translateX(-50%);
  left: 50%;
  width:85%;
}
.product .button_3 {
  position: absolute;
  bottom: 1.5%;
  transform: translateX(-50%);
  left: 50%;
  width:88%;
}

.renovation {
  margin: 80px 0;
}

.area {
width: 70%;
    margin: 0 auto;
}
.reason{
  margin-bottom: 90px;
}

.q_and_a {
  margin: 110px 0 160px 0;
}



.link_btn {
  width: 82%;
 margin: 20px auto;
padding-top: 10px
}

.button_wrapper {
  margin-bottom: 140px;
}
.footer{
  height: 160px;
  background-color: #005cb8;
  color: #ffffff;
  font-size: 1.2rem;
   font-family: math;
  padding: 30px;
}

.footer p{
  color: #ffffff;
  font-size: 2.0rem;
  font-family: math;
}
.copyright {
  font-family: math;
  font-size: 10px;
}


.keyframe6 {
  animation-name: poyopoyo;
}

.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  width: 128px;
}







@media(min-width: 1160px) {
  
  .logo {
  width: 300px;
  
}

.call_number img {
  width: 300px;
}

.page-header {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin: 0 auto;
  padding: 0px 1%;
  
}

.container {
  max-width: 750px;
}
  
}














