@charset "UTF-8";
/*
	Filename: funeral
	Version: 1.0.1
*/
/*-----------------------------------------------------
	#mv
------------------------------------------------------*/
#mv {
  background: url("../img/funeral/mv.jpg") no-repeat top center;
  background-size: cover;
}
#mv .wrap {
  height: 362px;
}
@media screen and (max-width: 1920px) {
  #mv .wrap {
    height: 18.802vw;
  }
}
@media screen and (max-width: 1300px) {
  #mv .wrap {
    height: 18.846vw;
  }
}
@media screen and (max-width: 900px) {
  #mv .wrap {
    height: 20.222vw;
  }
}
@media screen and (max-width: 600px) {
  #mv .wrap {
    height: 25.167vw;
  }
}
/*-----------------------------------------------------
	#sec_01
------------------------------------------------------*/
#sec_01 p {
  margin-bottom: 50px;
  font-size: 32px;
  text-align: center;
}
#sec_01 .flex {
  margin-bottom: 80px;
}
.plan_nav {
  display: block;
  width: 23.5%;
  background: #ff9daf;
  border-radius: 50px;
  font-size: 40px;
  color: #fff;
  text-align: center;
}
.plan_nav:hover {
  opacity: .6;
}
@media screen and (max-width: 1920px) {
  #sec_01 p {
    margin-bottom: 2.604vw;
    font-size: 1.667vw;
  }
  #sec_01 .flex {
    margin-bottom: 4.167vw;
  }
  .plan_nav {
    border-radius: 2.604vw;
    font-size: 2.083vw;
  }
}
@media screen and (max-width: 900px) {
  #sec_01 .mv_inner {
    padding-top: 50px;
  }
  #sec_01 p {
    margin-bottom: 30px;
    font-size: 16px;
  }
  #sec_01 .flex {
    margin-bottom: 50px;
  }
  .plan_nav {
    width: 48%;
    margin-bottom: 20px;
    border-radius: 5.556vw;
    font-size: 16px;
  }
}
/*-----------------------------------------------------
	#sec_02
------------------------------------------------------*/
#sec_02, #sec_03, #sec_04, #sec_05 {
  position: relative;
}
#sec_02 .flex, #sec_03 .flex, #sec_04 .flex, #sec_05 .flex {
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 50px;
}
#sec_05 .inner {
  padding-bottom: 50px;
}
.sec_02_child {
  width: 49%;
}
.sec_02_child img {
  width: 100%;
}
.sec_02_child p {
  font-size: 38px;
}
@media screen and (max-width: 1920px) {
  .sec_02_child p {
    font-size: 1.979vw;
  }
}
@media screen and (max-width: 900px) {
  #sec_02 .flex, #sec_03 .flex, #sec_04 .flex, #sec_05 .flex {
    margin-bottom: 30px;
  }
  .inner {
    padding-top: 50px;
  }
  .sec_02_child {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec_02_child p {
    font-size: 16px;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
}


