@charset "utf-8";
/* CSS Document */

/*==============================
deteriorationWrap
==============================*/

#deteriorationWrap{
  padding: 0 20px 100px;
}

.deteriorationBox{
  width: 100%;
  max-width: 980px;
  margin: 0 auto 100px;
}

.deteriorationBox:last-child{
  margin-bottom: 0;
}

.deteriorationBox > h4{
  position: relative;
  padding-left: 35px;
  margin-bottom: 35px;
}

.deteriorationBox > h4::before{
  content: "!";
  display: inline-block;
  font-size: 36px;
  line-height: 24px;
  margin-right: 15px;
  margin-top: 5px;
  color: #4DC1E9;
  position: absolute;
  left: 0;
  top: 0;
}

.deteriorationBox > div{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.deteriorationBox > div > div{
  width: 100%;
  text-align: left;
  width: calc(100% - 430px - 90px)
}

.deteriorationBox > div > img{
  display: block;
  width: 100%;
  max-width: 430px;
  height: auto;
}

@media screen and (max-width: 1000px){
  
  #pointWrap{
    padding: 0 20px 100px;
  }
  
  .deteriorationBox > h4{
    width: 100%;
    max-width: 600px;
    margin: 0 auto 35px;
  }
  
  .deteriorationBox > div,
  .deteriorationBox > div > div{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
  }
  
  .deteriorationBox > div > div{
    margin-bottom: 30px;
  }
  
  .deteriorationBox > div > div:last-child{
    margin-bottom: 0;
  }

  .deteriorationBox > div > img{
    margin: 0 auto 30px;
  }
  
  .deteriorationBox > div > img:last-child{
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px){
  .deteriorationBox{
    max-width: 400px;
  }
}

/*==============================
applyWrap
==============================*/

#applyWrap{
  padding: 0 20px 200px;
}

#applyWrap > p{
  width: 100%;
  max-width: 980px;  
  margin: 0 auto;
}

.applyBox{
  width: 100%;
  max-width: 980px;
  margin: 0 auto 30px;
}

.applyBox:last-child{
  margin-bottom: 0;
}

.applyBox > h4{
  position: relative;
  padding-left: 35px;
  margin-bottom: 35px;
}

.applyBox > h4::before{
  content: "!";
  display: inline-block;
  font-size: 36px;
  line-height: 24px;
  margin-right: 15px;
  margin-top: 5px;
  color: #4DC1E9;
  position: absolute;
  left: 0;
  top: 0;
}

.applyBox > div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.applyBox > div > div{
  width: 100%;
  text-align: left;
  width: calc(100% - 430px - 90px)
}

.applyBox > div > img{
  display: block;
  width: 100%;
  max-width: 430px;
  height: auto;
}

.applyBox > div > div > ul > li{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.applyBox > div > div > ul > li > i{
  font-size: 24px;
  margin-right: 18px;
  color: #4DC1E9;
}


@media screen and (max-width: 1000px){
  
  #applyWrap{
    padding: 0 20px 100px;
  }

  #applyWrap > p{
    max-width: 600px; 
  }
  
  .applyBox > h4{
    width: 100%;
    max-width: 600px;
    margin: 0 auto 35px;
  }
  
  .applyBox > div,
  .applyBox > div > div{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
  }

  .applyBox > div > img{
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 600px){

  #applyWrap > p{
    max-width: 400px; 
  }
  
  .applyBox{
    max-width: 400px;
  }
}

/*==============================
whatWrap
==============================*/

#whatWrap{
  padding: 0 20px 200px;
}

#whatWrap > h3{
  text-align: center;
  margin-bottom: 100px;
}

.what01Box{
  width: 100%;
  max-width: 980px;
  margin: 0 auto 130px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.what01Box > div:nth-of-type(1){
  width: 100%;
  text-align: left;
  width: calc(100% - 430px - 90px)
}

.what01Box > div:nth-of-type(2){
  display: block;
  width: 100%;
  max-width: 430px;
  height: auto;
}

.what01Box > div:nth-of-type(1) > h4{
  margin-bottom: 30px;
}

.what01Box > div:nth-of-type(1) > p{
  margin-bottom: 50px;
}

.what01Box > div:nth-of-type(1) > p:last-child{
  margin-bottom: 0;
}

.what01Box > div:nth-of-type(1) > a.linkBtn{
  display: inline-block;
  text-align: center;
}

.what01Box > div:nth-of-type(2) > img{
  width: 100%;
  margin-bottom: 10px;
}

.what01Box > div:nth-of-type(2) > p{
  text-align: justify;
}

.meritBox{
  width: 100%;
  max-width: 980px;
  margin: 0 auto 130px;
}

.meritBox > h4{
  margin-bottom: 50px;
}

.meritBox > div{
  display: flex;
  justify-content: space-between;
}

.meritBox > div > div{
  position: relative;
  display: block;
  width: 100%;
  max-width: 430px;
  height: auto;
  padding: 40px 20px 30px;
  border-radius: 10px;
  background-color: #F8F5EA;
}

.meritBox > div > div > span{
  position: absolute;
  display: inline-block;
  width: 80%;
  background-color: #4DC1E9;
  font-weight: bold;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
  padding: 8px 10px;
  text-align: center;
}

.meritBox > div > div > span::before{
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #4dc2e9 transparent transparent transparent;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
}

.meritBox > div > div > p{
  line-height: 28px;
}

.meritBox > div > div:nth-of-type(2){
  background-color: #EBEBEB;
}

.meritBox > div > div:nth-of-type(2) > span{
  color: #fff;
  background-color: #000;
}

.meritBox > div > div:nth-of-type(2) > span::before{
  border-color: #000 transparent transparent transparent;
}


.what02Box{
  width: 100%;
  max-width: 980px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.what02Box > div{
  width: 100%;
  text-align: left;
  width: calc(100% - 430px - 90px)
}

.what02Box > img{
  display: block;
  width: 100%;
  max-width: 430px;
  height: auto;
}

.what02Box > div > h4{
  margin-bottom: 30px;
}

.what02Box > div > p{
  margin-bottom: 50px;
  text-align: justify;
}

.what02Box > div > p:last-child{
  margin-bottom: 0;
}

.what03Box{
  width: 100%;
  max-width: 980px;
  margin: 0 auto 100px;
}

.what03Box:last-child{
  margin-bottom: 0;
}

.what03Box > h4{
  margin-bottom: 30px;
}

.roofBtn{
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
}

.roofBtn > img{
  width: 100%;
  height: auto;
}


@media screen and (max-width: 1000px){
  
  #whatWrap{
    padding: 0 20px 100px;
  }
  
  #whatWrap > h3{
    margin-bottom: 30px;
  }
  
  .what01Box{
    display: block;
    margin-bottom: 50px;
  }
  .what01Box > div,
  .what01Box > div:nth-of-type(1){
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
  }
  
  .what01Box > div:nth-of-type(1){
    margin-bottom: 30px;
  }
  
  .what01Box > div:nth-of-type(1) > a.linkBtn{
    display: block;
  }

  .applyBox > div > img{
    margin: 0 auto 30px;
  }
  
  .meritBox{
    width: 100%;
    max-width: 600px;
    margin: 0 auto 50px;
    display: block;    
  }
  
  .meritBox > div{
    display: block;
  }
  
  .meritBox > div > div{
    margin: 0 auto 50px;
  }
  
  .meritBox > div > div:last-of-type{
    margin-bottom: 0;
  }
  
  .what02Box{
    width: 100%;
    max-width: 600px;
    margin: 0 auto 50px;
    display: block;
  }
  
  .what02Box > div{
    width: 100%;
    margin-bottom: 20px;
  }
  
  .what02Box > div:last-child{
    margin-bottom: 0;
  }
  
  .what02Box > img{
    margin: 0 auto;
    margin-bottom: 20px;
  }
  
  .what02Box > img:last-child{
    margin-bottom: 0;
  }
  
  .what03Box{
    width: 100%;
    max-width: 600px;
    margin: 0 auto 50px;
    display: block;    
  }
}


@media screen and (max-width: 600px){
  .what01Box,
  .meritBox,
  .what02Box,
  .what03Box{
    max-width: 400px;
  }
}


/*==============================
kindsWrap
==============================*/

#kindsWrap{
  padding: 0 20px 200px;  
}

#kindsWrap > h3{
  text-align: center;
  margin-bottom: 100px;
}

.kindsList{
  width: 100%;
  max-width: 980px;
  margin: 0 auto 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kindsList:last-child{
  margin-bottom: 0;
}

.kindsList > li{
  width: 45%;
  max-width: 430px;
  margin-bottom: 100px;
}

.kindsList > li:nth-of-type(2n - 1){
  margin-bottom: 0;
}

.kindsList > li:last-of-type{
  margin-bottom: 0;
}

.kindsList > li > h4{
  margin-bottom: 25px
} 

.kindsList > li > h4 > span{
  font-size: 36px;
  font-weight: bold;
  color: #4DC1E9;
  margin-right: 15px;
}

.kindsList > li > img{
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.kindsList > li > p{
  text-align: justify;
}

@media screen and (max-width: 1000px){
  #kindsWrap{
    padding: 0 20px 100px;
  }
  
  #kindsWrap > h3{
    margin-bottom: 50px;
  }
  
  .kindsList{
    max-width: 600px;
  }
  
  
  
  .kindsList > li,
  .kindsList > li:nth-of-type(2n - 1){
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 600px){
  .kindsList{
    display: block;
    max-width: 400px;
  }
  
  .kindsList > li,
  .kindsList > li:nth-of-type(2n - 1){
    width: 100%;
    margin-bottom: 30px;
  }
}


/*==============================
cautionWrap
==============================*/

#cautionWrap{
  padding: 0 20px 100px;  
}

.cautionBox{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.cautionBox > h4{
  position: relative;
  padding-left: 35px;
  margin-bottom: 35px;
}

.cautionBox > h4::before{
  content: "!";
  display: inline-block;
  font-size: 36px;
  line-height: 24px;
  margin-right: 15px;
  margin-top: 5px;
  color: #4DC1E9;
  position: absolute;
  left: 0;
  top: 0;
}

.cautionList{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.cautionList > li{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.28%;
  max-width: 140px;
  height: 140px;
  background-image: url("../img/common/cautionBack.svg");
  background-size: 100% 100%;
}

.cautionList > li > p{
  text-align: center;
  font-weight: bold;
}


@media screen and (max-width: 1000px){
  .cautionBox{
    max-width: 600px;
  }
  
  .cautionList > li{
    max-width: 85px;
    height: 85px;
  }
}

@media screen and (max-width: 1000px){
  .cautionBox{
    max-width: 400px;
  }
  
  .cautionList{
    flex-wrap: wrap;
  }
  
  .cautionList > li{
    width: 100%;
    max-width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }
  
}

/*==============================
flowWrap
==============================*/

#flowWrap{
  padding: 0 20px 200px;  
}

#flowWrap > h3{
  text-align: center;
  margin-bottom: 100px;
}

.flowList{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.flowList > li{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #F8F5EA;
  border-radius: 30px;
  margin-bottom: 50px;
  padding: 50px 35px;
}

.flowList > li::before{
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #AFE3F5 transparent transparent transparent;
  bottom: -32px;
  left: 0;
  right: 0;
  margin: auto;
}

.flowList > li:last-of-type{
  margin-bottom: 0;
}

.flowList > li:last-of-type::before{
  display: none;
}

.flowList > li > div{
  width: 100%;
  margin-right: 50px;
}

.flowList > li > img{
  width: 100%;
  max-width: 300px;
  height: auto;
}

.flowList > li > div > h4{
  margin-bottom: 30px
} 

.flowList > li > div > h4 > span{
  font-size: 36px;
  line-height: 0;
  font-weight: bold;
  color: #4DC1E9;
  margin-right: 15px;
}

.flowList > li > div > p{
  letter-spacing: 0;
  margin-bottom: 30px;
}

.flowList > li > div > p:last-child{
  margin-bottom: 0;
}

.flowList > li > div > a.linkBtn{
  display: inline-block;
  text-align: center;
}


@media screen and (max-width: 1000px){
  #flowWrap{
    padding: 0 20px 100px;
  }
  
  #flowWrap > h3{
    margin-bottom: 50px
  }
  
  .flowList{
    max-width: 600px;
  }
  
  .flowList > li{
    display: block;
  }
  
  .flowList > li > div > h4{
    margin-bottom: 15px;
  }
  
  .flowList > li > div{
    margin-bottom: 20px;
  }
  
  .flowList > li > img{
    display: block;
    margin: 0 auto;
  }
  
  .flowList > li > div > a.linkBtn{
    display: block;
  }
}

@media screen and (max-width: 600px){
  .flowList{
    max-width: 400px;
  }
  
  .flowList > li{
    padding: 20px 20px 30px;
  }
  
  .flowList > li > div > h4 > span{
    margin-right: 5px;
  }
}

/*==============================
menuWrap
==============================*/

#menuWrap{
  padding: 100px 20px 100px;
  background-color: #E9E6DE;
  margin-bottom: 100px;
}

.menutitleBox{
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
  z-index: 2;
}

.menutitleBox > h4{
  display: inline-block;
  background-image: url("../img/common/menufukidasi.svg");
  background-size: 100% 100%;
  padding: 15px 30px 30px;
}

.menutitleBox > h2{
  font-size: 42px;
  letter-spacing: 3px;
  position: relative;
  z-index: 2;
  
}

.menutitleBox > img{
  position: absolute;
  z-index: 1;
}

.menutitleBox > img:nth-of-type(1){
  left: 0;
  bottom: -130px;
}

.menutitleBox > img:nth-of-type(2){
  right: 0;
  bottom: -180px;
}

.hosyoBox{
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 60px;
  background-color: #FFFF80;
  border-radius: 30px;
  z-index: 3;
  padding: 50px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hosyoBox > img{
  width: 100%;
  max-width: 490px;
  margin-right: 50px;
}

.hosyoBox > div{
  width: 100%;
}

.hosyoBox > div > h4{
  margin-bottom: 20px;
}

.menuList{
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 0;
  z-index: 3;  
}

.menuList > li{
  background-color: #fff;
  border-radius: 30px;
  padding: 50px 40px;
  margin-bottom: 60px;
}

.menuList > li:last-of-type{
  margin-bottom: 0;
}

.menuList > li > div{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;  
}

.menuList > li > div:last-child{
  margin-bottom: 0;
}

.menuList > li > div > img{
  width: 360px;
  height: auto;
}

.menuList > li > div > div{
  width: 100%;
  margin-left: 50px;
}

.menuList > li > div > div > h5{
  margin-bottom: 10px;
}

.menuList > li > div > div > h4{
  margin-bottom: 10px;
  display: flex;
}

.menuList > li > div > div > h4 > img{
  margin-left: 5px;
}

.menuList > li > div > div > p{
  margin-bottom: 30px;
}

.menuList > li > div > div > p:last-of-type{
  margin-bottom: 0;
}

.menuPrice{
  font-size: 90px;
  line-height: 90px;
  letter-spacing: 0;
  font-weight: 900;
}

.menuPrice > span{
  position: relative;
  display: inline-block;
  font-size: 40px;
  letter-spacing: 0;
  font-weight: 900;
  margin-left: 10px;
}

.menuPrice > span::after{
  content: "(税込)";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 18px;
  top: -10px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}

.dataTable{
  width: 100%;
}

.dataTable tr{
  display: flex;
}

.dataTable th,
.dataTable td{
  padding: 15px 20px;
}

.dataTable th{
  width: 16%;
  color: #fff;
  background-color: #000;
  border-radius: 20px 0 0 20px;
  text-align: center;
}

.dataTable th p{
  color: #fff;
  font-weight: bold;
}

.dataTable td{
  width: 28%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 2px solid #fff;
  background-color: #F8F5EA;
}

.dataTable td:last-of-type{
  border-right: none;
}

@media screen and (max-width: 1000px){
  #menuWrap{
    padding: 80px 20px 100px;
  }
  
  .menutitleBox{
    max-width: 600px;
  }
  
  .menutitleBox > h4{
    font-size: 16px;
    letter-spacing: 0;
    padding: 5px 15px 15px;
  }
  
  .menutitleBox > h2{
    font-size: 22px;
    letter-spacing: 0;
  }
  
  .menutitleBox > img:nth-of-type(1){
    width: 20%;
    top: 50px;
    bottom: auto;
  }
  
  .menutitleBox > img:nth-of-type(2){
    width: 25%;
    top: 25px;
    bottom: auto;
  }
  
  .hosyoBox{
    max-width: 600px;
    display: block;
  }
  
  .hosyoBox > img{
    display: block;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  
  .hosyoBox > div > h4{
    margin-bottom: 10px;
  }
  
  .menuList{
    max-width: 600px;
  }
  
  .menuList > li > div{
    display: block;
  }
  
  .menuList > li > div > div{
    margin-left: 0;
    margin-bottom: 20px;
  }
  
  .menuList > li > div > div > p{
    margin-bottom: 10px;
  }
  
  .menuList > li > div > img{
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
  }
  
  .dataTable tr{
    flex-wrap: wrap;
  }
  
  .dataTable th,
  .dataTable td{
    width: 100%;
  }
  
  .dataTable th{
    border-radius: 20px 20px 0 0;
  }
  
  .dataTable td{
    border-right: none;
    border-bottom: 2px solid #fff;
  }
  
}

@media screen and (max-width: 600px){
  .menutitleBox,.hosyoBox,.menuList{
    max-width: 400px;
  }
  
  .menutitleBox{
    padding-bottom: 10px;
  }
  
  .hosyoBox{
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  
  .menuList > li{
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  
  .menuPrice{
    font-size: 50px;
    line-height: 50px;
  }
  
  .menuPrice > span{
    font-size: 20px;
    margin-left: 5px;
  }
  
  .menuPrice > span::after{
    font-size: 12px;
    top: 0;
  }
}