@charset "utf-8";

/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
#main {
  overflow: hidden;
}
#mv {
  height: 100vh;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
#mv p {
  text-align: center;
  letter-spacing: .1em;
}
#mv h1 {
  font-weight: 400;
  text-align: center;
}
#mv h1 span {
  display: block;
  letter-spacing: .1em;
}
@media only screen and ( max-width : 959px ) {
  #mv {
    max-height: calc(100vh - 60px);
    min-height: 500px;
    background: url(../img/main_sp.jpg) no-repeat center / cover;
  }
  #mv p {
    font-size: 4vw;
    margin-bottom: 3vw;
    text-shadow: 0 0 10px rgba(0,0,0,.8);
  }
  #mv h1 {
    font-size: 8vw;
    text-shadow: 0 0 10px rgba(0,0,0,.8);
  }
  #mv h1 span {
    font-size: 12vw;
  }
}
@media print, screen and ( min-width : 960px ) {
  #mv {
    max-height: 800px;
    background: url(../img/main.jpg) no-repeat center / cover;
  }
  #mv p {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #mv h1 {
    font-size: 50px;
  }
  #mv h1 span {
    font-size: 64px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   「家族葬」とは

--------------------------------------------------------------------------------------------- */

#about .container {
  position: relative;
}
.about_lead p {
  line-height: 2em;
}
.about_info {
}
.about_info .about_info_ph img {
  box-shadow: 0 0 30px rgba(0,0,0,.16);
  display: block;
}
.about_info .about_info_txt {
  background: url(../img/about_info_bg.png) repeat-x left top / 1px;
}
.about_info_comment {
  background: rgba(255,255,255,.5);
}
.about_info p {
  line-height: 2em;
}
@media only screen and ( max-width : 959px ) {
  #about {
    background: url(../img/about_bg_sp.jpg) no-repeat top left / 100% #f0e2e1;
    padding-bottom: 50px;
  }
  .about_lead {
    padding-top: 70vw;
    margin-bottom: 30px;
  }
  .about_lead h2,
  .about_lead p {
    text-align: center;
  }
  .about_lead h2 {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  .about_info_txt {
    padding: 20px;
  }
  .about_info .about_info_comment {
    padding: 15px;
    margin-top: 20px;
  }
  .about_info .about_info_ph img {
    width: 100%;
  }
  .about_info h2 {
    margin-bottom: 15px;
  }
}
@media print, screen and ( min-width : 960px ) {
  #about {
    background: url(../img/about_bg.jpg) no-repeat top center / 1200px,url(../img/about_bg02.jpg) repeat-x top left / 50px;
  }
  #about .container {
    height: 1070px;
  }
  #about .container:before {
    content: "";
    background: url(../img/about_bg03.jpg) repeat-x top left / auto 100%;
    width: 2000%;
    height: 100%;
    top: 0;
    left: calc(-2000% - 100px);
    position: absolute;
  }
  .about_lead {
    display: flex;
    flex-direction: row-reverse;
    padding: 120px 0 80px;
  }
  .about_lead h2,
  .about_lead p {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .about_lead h2 {
    font-size: 24px;
    margin-left: 70px;
    line-height: 2em;
  }
  .about_info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .about_info .about_info_ph {
    width: 320px;
    margin-right: -50px;
    padding-bottom: 55px;
  }
  .about_info .about_info_txt {
    width: calc(100% - 270px);
    padding: 60px 50px;
    height: 465px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .about_info h2 {
    margin-bottom: 25px;
  }
  .about_info_comment {
    padding: 20px 30px;
    margin-top: 30px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   葬祭ディレクター

--------------------------------------------------------------------------------------------- */
#director {
  color: #fff;
}
#director .container {
  position: relative;
}
#director p {
  text-shadow: 0 0 10px rgba(0,0,0,.5);
}
.director_circle {
  border: 1px solid #fff;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.director_circle p {
  text-align: center;
  font-size: 24px;
  line-height: 1.2em;
}
.director_tit h2 {
  line-height: 1.2em;
  text-shadow: 0 0 10px rgba(0,0,0,.5);
}
.director_content .director_ph img {
  display: block;
  box-shadow: 0 0 30px rgba(0,0,0,.3);
}
.director_content .director_txt p {
  text-shadow: 0 0 10px rgba(0,0,0,.5);
  line-height: 1.8em;
}
.about_director {
  background: rgba(0,0,0,.6);
}
@media only screen and ( max-width : 959px ) {
  #director {
    background: url(../img/director_bg_sp.jpg) no-repeat center / cover;
  }
  .director_circle {
    margin: 0 auto 20px;
  }
  #director h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .director_ph {
    margin: 20px 0;
    display: flex;
  }
  .director_ph img {
    /*width: 100%;*/
  }
  .about_director {
    padding: 20px;
  }
  .about_director h3 {
    margin-bottom: 1em;
  }
  .director_ph01 {
    width: 70%;
  }
  .director_ph02 {
    width: 30%;
  }
}
@media print, screen and ( min-width : 960px ) {
  #director {
    background: url(../img/director_bg.jpg) no-repeat center / cover;
  }
  .director_tit {
    display: flex;
    align-items: center;
    margin-bottom: 55px;
  }
  .director_tit .director_circle {
    margin-right: 30px;
  }
  .director_tit h2 {
    width: calc(100% - (180px + 30px));
  }
  .director_content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .director_content .director_ph {
    width: 360px;
  }
  .director_content .director_txt {
    width: calc(100% - (360px + 70px));
  }
  .about_director {
    padding: 35px;
    display: flex;
    align-items: center;
  }
  .about_director h3 {
    width: 13em;
  }
  .about_director p {
    width: calc(100% - 13em);
  }
  .director_ph02 {
    position: absolute;
    top: -110px;
    right: -85px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   やわらぎ斎場

--------------------------------------------------------------------------------------------- */
#funeral_hall {
  background: url(../img/funeral_hall_bg.jpg) no-repeat left top / 100% #3e312b;
  color: #fff;
  overflow: hidden;
}
.funeral_hall_map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.funeral_hall_txt h2 {
  text-align: center;
}
.funeral_hall_txt p {
  line-height: 1.8em;
}
.funeral_hall_list ul {
  display: flex;
  flex-wrap: wrap;
}
.funeral_hall_list ul li {
  position: relative;
  box-shadow: 20px 20px 30px rgba(0,0,0,.3);
}
.funeral_hall_list ul li span {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  text-shadow: 5px 5px 10px rgba(0,0,0,.8);
  text-align: center;
  width: 100%;
}
#funeral_hall .sanitation {
  border: 10px solid #fff;
  background: rgb(212,142,95);
  background: -moz-linear-gradient(45deg,  rgba(212,142,95,1) 0%, rgba(236,187,146,1) 50%, rgba(110,75,52,1) 100%);
  background: -webkit-linear-gradient(45deg,  rgba(212,142,95,1) 0%,rgba(236,187,146,1) 50%,rgba(110,75,52,1) 100%);
  background: linear-gradient(45deg,  rgba(212,142,95,1) 0%,rgba(236,187,146,1) 50%,rgba(110,75,52,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d48e5f', endColorstr='#6e4b34',GradientType=1 );
  padding: 1px;
  color: #ab6a3f;
}
.sanitation_inner {
  background: #fff;
}
#funeral_hall .sanitation h3 {
  text-align: center;
}
#funeral_hall .sanitation span {
  display: block;
}
#funeral_hall .sanitation p {
  line-height: 1.8em;
}
@media only screen and ( max-width : 959px ) {
  #funeral_hall {
    padding: 50px 0;
  }
  #funeral_hall h2 {
    margin-bottom: 20px;
  }
  .funeral_hall_lead {
    margin-bottom: 40px;
  }
  .funeral_hall_txt {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .funeral_hall_map iframe {
    height: 80vw;
  }
  .funeral_hall_list {
    margin-bottom: 40px;
  }
  .funeral_hall_list ul li {
    width: 50%;
  }
  .funeral_hall_list ul li img {
    width: 100%;
  }
  .funeral_hall_list ul li span {
    padding: 10px;
    font-size: 12px;
  }
  #funeral_hall .sanitation_inner {
    padding: 20px;
  }
  #funeral_hall .sanitation h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #funeral_hall .sanitation h3 span {
    font-size: 13px;
  }
  .sanitation_ph {
    margin-top: 20px;
  }
  .sanitation_ph img {
    width: 100%;
  }
}
@media print, screen and ( min-width : 960px ) {
  .funeral_hall_lead {
    display: flex;
    align-items: flex-end;
    min-width: 960px;
    margin: 0 auto 100px;
  }
  .funeral_hall_txt {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .funeral_hall_txt h2 {
    margin-bottom: 50px;
  }
  .funeral_hall_txt p {
    text-align: center;
  }
  .funeral_hall_map {
    width: 60%;
    height: 460px;
  }
  .funeral_hall_list ul {
    width: 1000px;
  }
  .funeral_hall_list ul:first-child {
    margin-left: -140px;
  }
  .funeral_hall_list ul:last-child {
    float: right;
    margin-right: -140px;
  }
  .funeral_hall_list ul li span {
    padding: 15px 10px;
    font-size: 14px;
  }
  .funeral_hall_list {
    margin-bottom: 100px;
  }
  .sanitation {
    margin-right: -140px;
  }
  #funeral_hall .sanitation_inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 60px 70px;
  }
  .sanitation_ph {
    width: 320px;
    margin-right: 60px;
  }
  .sanitation_txt {
    width: calc(100% - (320px + 60px));
  }
  #funeral_hall .sanitation h3 {
    font-size: 28px;
    margin-bottom: 45px;
  }
  #funeral_hall .sanitation h3 span {
    font-size: 15px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   PRICE

--------------------------------------------------------------------------------------------- */
#price {
  background: rgb(62,49,43);
  background: -moz-linear-gradient(top,  rgba(62,49,43,1) 0%, rgba(86,67,58,1) 38%, rgba(120,94,77,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(62,49,43,1) 0%,rgba(86,67,58,1) 38%,rgba(120,94,77,1) 100%);
  background: linear-gradient(to bottom,  rgba(62,49,43,1) 0%,rgba(86,67,58,1) 38%,rgba(120,94,77,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e312b', endColorstr='#785e4d',GradientType=0 );
  color: #fff;
}
#price h2 {
}
.price_box {
  position: relative;
  border: 1px solid #fff;
}
.price_box:before,
.price_box:after {
  content: "";
  position: absolute;
}
.price_box:after {
  background: url(../img/price_deco01.png) no-repeat center / 100%;
}
.price_box:before {
  background: url(../img/price_deco02.png) no-repeat center / 100%;
}
.price_ex {
  text-align: center;
  line-height: 1.2em;
  text-shadow: 5px 5px 10px rgba(0,0,0,.5);
}
.price_info h3 {
  position: relative;
  padding-bottom: 5px;
}
.price_info h3:after {
  content: "";
  background: -moz-linear-gradient(left,  rgba(255,255,255,0.65) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0.65) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,0.65) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#00000000',GradientType=1 );
  position: absolute;
  left: 0;
  height: 20px;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: .3;
}
.price_info dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.price_info dt,
.price_info dd {
  margin-bottom: 10px;
  line-height: 1.3em;
}
.price_info dt:last-of-child,
.price_info dd:last-of-child {
  margin-bottom: 0;
}
.price_info dt {
  width: calc(3em + 20px);
  position: relative;
  padding-left: 20px;
}
.price_info dt:before {
  content: "";
  background: url(../img/dt_bg.png) no-repeat center / 100%;
  width: 14px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
}
.price_info dd {
  width: calc(100% - (3em + 20px));
}
.price_info .more_link {
  text-align: right;
}
.price_info .more_link a {
  display: inline-block;
  position: relative;
  line-height: 1;
  color: #fff;
  padding-right: 15px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.price_info .more_link a:after {
  content: "";
  width: 8px;
  height: 10px;
  background: url(../img/more_link_arrow.png) no-repeat center / 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -3px;
}
.price_message {
  background: rgba(255,255,255,.2);
}
.price_message h4 {
  text-align: center;
}
.price_message p {
  line-height: 1.8em;
}
.waribiki ul {
  list-style: decimal;
  margin-left: 1.2em;
}
.waribiki ul li {
  margin-bottom: .5em;
}
.waribiki ul li:last-child {
  margin-bottom: 0;
}
.bihin_modal h3 {
  color: #AA693F;
  text-align: center;
}
.bihin_lead {
  color: #AA693F;
  line-height: 1.8em;
}
.bihin_box:last-child {
  margin-bottom: 0;
}
.bihin_modal h4 {
  background: #453631;
  color: #fff;
  text-align: left;
}
.bihin_txt {
  text-align: left;
  color: #453631;
}
.bihin_txt p small {
  display: block;
}
@media only screen and ( max-width : 959px ) {
  #price {
    padding-bottom: 50px;
  }
  #price h2 {
    margin-bottom: 20px;
  }
  .price_box {
    padding: 40px 20px;
    margin-bottom: 30px;
  }
  .price_box:after {
    width: 100px;
    height: 69px;
    right: -15px;
    top: -35px;
  }
  .price_box:before {
    width: 100px;
    height: 33px;
    left: -30px;
    bottom: -20px;
  }
  .price_info h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .price_info h3:after {
    height: 10px;
  }
  .price_ex {
    font-size: 36px;
  }
  .price_ex span {
    font-size: 18px;
  }
  .price_ex small {
    font-size: 13px;
    display: block;
    margin-top: .5em;
  }
  .price_ex_sup {
    font-size: 11px;
    margin-top: 10px;
  }
  .price_info {
    margin: 40px 0;
  }
  .price_info dt:before {
    top: 2px;
  }
  .price_info dt,
  .price_info dd {
    font-size: 15px;
  }
  .price_message {
    padding: 20px;
  }
  .price_message h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .waribiki {
    margin-top: 50px;
  }
  .waribiki h3 {
    font-size: 22px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .bihin_modal .modal_content {
    padding: 60px 0 35px 0;
  }
  .bihin_modal h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .bihin_lead {
    font-size: 15px;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .bihin_box {
    margin-bottom: 40px;
  }
  .bihin_modal h4 {
    font-size: 16px;
    padding: 5px 20px;
    margin-bottom: 15px;
  }
  .bihin_content {
  }
  .bihin_pic {
    width: 200px;
    margin: 0 auto 20px;
  }
  .bihin_txt {
    font-size: 16px;
    padding: 0 15px;
  }
  .bihin_txt p small {
    font-size: 12px;
    margin-top: 15px;
  }
}
@media only screen and ( max-width : 320px ) {
  .bihin_modal h3 {
    font-size: 20px;
  }
  .bihin_lead {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media print, screen and ( min-width : 960px ) {
  #price {
    padding: 120px 0 100px;
  }
  #price h2 {
    margin-bottom: 50px;
  }
  .price_box {
    padding: 60px 80px;
    margin-bottom: 70px;
  }
  .price_box:after {
    width: 298px;
    height: 187px;
    right: -30px;
    top: -88px;
  }
  .price_box:before {
    width: 227px;
    height: 74px;
    left: -50px;
    bottom: -48px;
  }
  .price_ex {
    font-size: 48px;
  }
  .price_ex span {
    font-size: 28px;
  }
  .price_ex small {
    font-size: 15px;
  }
  .price_ex_sup {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
  }
  .price_content {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .price_info {
    width: 40%;
  }
  .price_info h3 {
    font-size: 28px;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .price_info dt,
  .price_info dd {
    font-size: 18px;
  }
  .price_info dt:before {
    top: 6px;
  }
  .price_message {
    width: 56%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
  }
  .price_message h4 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .waribiki {
    display: flex;
  }
  .waribiki h3 {
    font-size: 28px;
    width: 270px;
    border-right: 1px solid #fff;
    margin-right: 50px;
    display: flex;
    align-items: center;
  }
  .waribiki ul {
    width: calc(100% - (270px + 50px));
  }
  .bihin_modal .modal_content {
    padding: 70px 30px 35px 30px;
  }
  .bihin_modal h3 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .bihin_lead {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .bihin_box {
    margin-bottom: 15px;
  }
  .bihin_modal h4 {
    font-size: 16px;
    padding: 5px 20px;
    margin-bottom: 15px;
  }
  .bihin_content {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .bihin_pic {
    width: 200px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bihin_txt {
    width: calc(100% - 230px);
    font-size: 16px;
  }
  .bihin_txt p small {
    font-size: 12px;
    margin-top: 15px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   CTA

--------------------------------------------------------------------------------------------- */

.cta h2 {
  text-align: center;
}
.cta h2 span {
  color: #ab6a3f;
  display: block;
}
.cta ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cta li {
  background: rgb(175,126,102);
  background: -moz-linear-gradient(top,  rgba(175,126,102,1) 0%, rgba(209,180,160,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(175,126,102,1) 0%,rgba(209,180,160,1) 100%);
  background: linear-gradient(to bottom,  rgba(175,126,102,1) 0%,rgba(209,180,160,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af7e66', endColorstr='#d1b4a0',GradientType=0 );
  border-radius: 50%;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta li span {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.3em;
  text-shadow: 5px 5px 10px rgba(0,0,0,.5);
}
.cta p {
  line-height: 1.8em;
}
.cta .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #1d966b;
  color: #fff;
  text-align: center;
  box-shadow: 3px 3px 0 rgba(0,0,0,.2);
  position: relative;
  height: 60px;
}
.cta .btn:after {
  content: "";
  width: 12px;
  height: 14px;
  background: url(../img/arrow.png) no-repeat center / 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cta .btn span {
  display: inline-block;
  position: relative;
  padding-left: 35px;
}
.cta .btn span:before {
  content: "";
  width: 24px;
  height: 20px;
  background: url(../img/icon-book.png) no-repeat center / 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and ( max-width : 959px ) {
  .cta {
    padding: 50px 0;
    overflow: hidden;
    background: url(../img/flower_bg_sp.jpg) no-repeat center / cover;
  }
  .cta h2 {
    margin-bottom: 30px;
  }
  .cta h2 span {
    font-size: 16px;
  }
  .cta ul {
    margin-bottom: 30px;
  }
  .cta ul li {
    margin: 0 10px;
  }
  .cta .btn {
    font-size: 15px;
    margin-top: 30px;
  }
  .cta .btn:after {
    right: 15px;
  }
}
@media only screen and ( max-width : 575px ) {
  .cta ul {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .cta ul li {
    width: 42vw;
    height: 42vw;
    margin: 0 2vw;
  }
  .cta ul li:last-child {
    margin-top: -2vw;
  }
  .cta li span {
    font-size: 4vw;
  }
  .cta p {
    margin-top: 30px;
  }
}
@media print, screen and ( min-width : 960px ) {
  .cta {
    padding: 100px 0;
    background: url(../img/flower_bg.jpg) no-repeat center / cover;
  }
  .cta h2 {
    margin-bottom: 40px;
  }
  .cta h2 span {
    font-size: 20px;
  }
  .cta ul {
    margin-bottom: 40px;
  }
  .cta li {
    margin-right: 40px;
  }
  .cta li:last-child {
    margin-right: 0;
  }
  .cta p {
    text-align: center;
  }
  .cta .btn {
    font-size: 18px;
    width: 480px;
    margin-top: 40px;
  }
  .cta .btn:after {
    right: 25px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   VOICE

--------------------------------------------------------------------------------------------- */
#voice {
  background: url(../img/pink_bg.jpg) repeat left top / 350px;
}
#voice h2 {
  text-align: center;
}
#voice h3 {
  border-top: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
  text-align: center;
  line-height: 1.2em;
}
#voice h3 small {
  display: block;
  margin-top: 5px;
}
.voice_info p {
  text-align: center;
}
.voice_info dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.voice_info dt,
.voice_info dd {
  margin-bottom: .5em;
}
.voice_info dt:last-of-type,
.voice_info dd:last-of-type {
  margin-bottom: 0;
}
.voice_info dd span {
  letter-spacing: -.1em;
  color: #fff;
}
.voice_info dd span.on {
  color: #ab6a3f;
}
.voice_wrapper {
  margin-bottom: 25px;
}
.voice_box {
  background: #fff;
  box-shadow: 0 20px 50px rgba(134,105,100,.2);
  margin-top: 60px;
}
.voice_box figure {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  width: 120px;
  overflow: hidden;
  margin-bottom: 25px;
}
.voice_box h4 {
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.6em;
}
#voice .more_link {
  text-align: right;
}
#voice .more_link a {
  display: inline-block;
  position: relative;
  line-height: 1;
  color: #2f2f2f;
  padding-right: 15px;
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 5px;
}
#voice .more_link a:after {
  content: "";
  width: 8px;
  height: 10px;
  background: url(../img/more_link_arrow02.png) no-repeat center / 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -3px;
}
@media only screen and ( max-width : 959px ) {
  #voice {
    padding: 50px 0;
  }
  #voice h2 {
    margin-bottom: 30px;
  }
  #voice h3 {
    font-size: 20px;
    padding: 15px 0;
    margin-bottom: 20px;
  }
  #voice h3 small {
    font-size: 11px;
  }
  .voice_info dl {
    margin: 30px 0 120px;
    font-size: 15px;
  }
  .voice_info dt {
    width: 12em;
  }
  .voice_info dd {
    width: calc(100% - 12em);
  }
  .voice_info dd span {
    font-size: 18px;
  }
  .voice_box {
    padding: 0 20px 30px 20px;
    margin-bottom: 90px;
  }
  .voice_box:last-child {
    margin-bottom: 0;
  }
  .voice_box figure {
    top: -60px;
    position: relative;
  }
  .voice_box h4 {
    font-size: 18px;
    margin-top: -60px;
  }
}
@media print, screen and ( min-width : 960px ) {
  #voice {
    padding: 100px 0;
  }
  #voice h2 {
    margin-bottom: 40px;
  }
  #voice h3 {
    font-size: 28px;
    padding: 20px 0;
    margin-bottom: 30px;
  }
  #voice h3 small {
    font-size: 12px;
  }
  .voice_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .voice_info {
    width: 32%;
  }
  .voice_message {
    width: 62%;
  }
  .voice_info dl {
    margin-top: 30px;
  }
  .voice_info dt,
  .voice_info dd {
    font-size: 18px;
  }
  .voice_info dt {
    width: 215px;
  }
  .voice_info dd {
    width: calc(100% - 215px);
  }
  .voice_message {
    display: flex;
    justify-content: space-between;
  }
  .voice_box {
    width: 49%;
    padding: 0 30px 30px 30px;
  }
  .voice_box figure {
    margin-top: -60px;
  }
  .voice_box h4 {
    font-size: 18px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FLOW

--------------------------------------------------------------------------------------------- */
#flow .flow_lead {
  background-color: #b4e1fe;
  background-repeat: no-repeat;
  background-position: center;
}
#flow .flow_lead h2,
#flow .flow_lead p {
  text-shadow: 2px 2px 10px #fff ,
  -2px 2px 10px #fff ,
  2px -2px 10px #fff ,
  -2px -2px 10px #fff;
}
#flow .flow_lead p {
  line-height: 2em;
}
#flow .flow_lead p small {
  display: block;
  margin-top: .5em;
}
.flow_wrapper {
  background: rgb(239,220,225);
  background: -moz-linear-gradient(top,  rgba(239,220,225,1) 0%, rgba(205,167,159,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(239,220,225,1) 0%,rgba(205,167,159,1) 100%);
  background: linear-gradient(to bottom,  rgba(239,220,225,1) 0%,rgba(205,167,159,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efdce1', endColorstr='#cda79f',GradientType=0 );
}
.flow_content {
  background: #fff;
  box-shadow: 0 20px 50px rgba(134,105,100,.2);
  position: relative;
  z-index: 10;
}
.flow_content h2 {
  text-align: center;
}
.flow_contact {
  position: relative;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #1d966b;
  border-radius: 16px;
  text-align: center;
}
.flow_contact:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #1d966b;
}
.flow_contact a {
  color: #fff;
  line-height: 1em;
  display: inline-block;
}
.flow_contact a i {
  display: inline-block;
  margin-right: 5px;
}
.flow_contact a i img {
  display: block;
}
.flow_contact p small {
  display: block;
}
.step_box {
  background: #e8e8e8;
  position: relative;
}
.step_box:last-child {
  margin-bottom: 0;
}
.step_box:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e8e8e8;
}
.step_box:last-child:before {
  content: none;
}
.step_txt h3 {
  color: #fff;
  background: #615a56;
  position: relative;
}
.step_txt h3 span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
@media only screen and ( max-width : 959px ) {
  #flow .flow_lead {
    padding-top: 50px;
    height: 140vw;
    max-height: 700px;
    background-image: url(../img/yawaragi_ph_sp.jpg);
    background-size: 100%;
    background-position: left bottom;
  }
  #flow h2 {
    margin-bottom: 20px;
  }
  .flow_content {
    padding: 20px;
    top: -30px;
  }
  .flow_contact {
    padding: 15px 15px 20px;
    margin-bottom: 40px;
  }
  .flow_contact p {
    font-size: 16px;
  }
  .flow_contact p a {
    font-size: 28px;
    margin-right: 5px;
  }
  .flow_contact p a i img {
    width: 15px;
  }
  .flow_contact p small {
    font-size: 13px;
  }
  .step_box {
    margin-bottom: 40px;
  }
  .step_pic {
    padding: 0 10px 10px 10px;
  }
  .step_txt {
    /*border-right: 2px solid #fff;*/
  }
  .step_txt h3 {
    font-size: 18px;
    padding: 10px 20px 10px 35px;
  }
  .step_txt h3 span {
    font-size: 22px;
    left: 10px;
  }
  .step_txt h3 small {
    font-size: 12px;
  }
  .step_txt p {
    padding: 10px;
  }
}
@media only screen and ( max-width : 320px ) {
  .step_txt h3 {
    font-size: 16px;
  }
}
@media print, screen and ( min-width : 960px ) {
  #flow .flow_lead {
    background-image: url(../img/yawaragi_ph.jpg);
    background-size: 1500px;
    height: 880px;
  }
  #flow h2 {
    margin-bottom: 40px;
  }
  .flow_lead {
    padding-top: 100px;
  }
  #flow .flow_lead p {
    font-size: 18px;
  }
  #flow .flow_lead p small {
    font-size: 13px;
  }
  .flow_content {
    padding: 80px;
    top: -110px;
  }
  .flow_contact {
    padding: 20px 20px 25px;
    margin-bottom: 40px;
  }
  .flow_contact p {
    font-size: 20px;
  }
  .flow_contact p a {
    font-size: 36px;
    margin-right: 10px;
  }
  .flow_contact p small {
    font-size: 15px;
  }
  .step_box {
    display: flex;
    margin-bottom: 40px;
  }
  .step_pic {
    width: 240px;
  }
  .step_txt {
    width: calc(100% - 240px);
    border-right: 2px solid #fff;
  }
  .step_txt h3 {
    font-size: 18px;
    padding: 10px 20px 10px 45px;
  }
  .step_txt h3 span {
    font-size: 28px;
    left: 20px;
  }
  .step_txt h3 small {
    font-size: 13px;
  }
  .step_txt p {
    padding: 10px 20px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   資料請求・各種お見積りについて

--------------------------------------------------------------------------------------------- */
#estimate {
  background: rgb(205,167,159);
  background: -moz-linear-gradient(top,  rgba(205,167,159,1) 1%, rgba(185,136,121,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(205,167,159,1) 1%,rgba(185,136,121,1) 100%);
  background: linear-gradient(to bottom,  rgba(205,167,159,1) 1%,rgba(185,136,121,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cda79f', endColorstr='#b98879',GradientType=0 );
  color: #fff;
}
#estimate h2 {
  text-align: center;
}
.estimate_box figure {
  box-shadow: 0 10px 30px rgba(134,105,100,.3);
}
.estimate_box p {
  text-align: center;
}
.estimate_box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #1d966b;
  color: #fff;
  text-align: center;
  box-shadow: 3px 3px 0 rgba(0,0,0,.2);
  position: relative;
  height: 60px;
}
.estimate_box .btn:after {
  content: "";
  width: 12px;
  height: 14px;
  background: url(../img/arrow.png) no-repeat center / 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.estimate_contact {
  border: 1px solid #fff;
}
.estimate_contact h3 {
  text-align: center;
  line-height: 1em;
  margin-top: -.5em;
}
.estimate_contact h3 span {
  display: inline-block;
  background: #bc8d80;
  line-height: 1;
  padding: 0 .6em;
}
.estimate_contact a {
  color: #fff;
  line-height: 1em;
  display: inline-block;
}
.estimate_contact a i {
  display: inline-block;
  margin-right: 5px;
}
.estimate_contact a i img {
  display: block;
}
@media only screen and ( max-width : 959px ) {
  #estimate {
    padding-bottom: 60px;
    padding-top: 20px;
  }
  #estimate h2 {
    margin-bottom: 30px;
  }
  .estimate_box {
    margin-bottom: 40px;
  }
  .estimate_box .btn:after {
    right: 15px;
  }
  .estimate_box .btn {
    font-size: 16px;
  }
  .estimate_box p {
    font-size: 16px;
    margin: 20px 0;
  }
  .estimate_contact {
    margin-top: 60px;
    padding: 0 20px 20px 20px;
  }
  .estimate_contact h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .estimate_contact p {
    font-size: 16px;
    text-align: center;
  }
  .estimate_contact p a {
    font-size: 28px;
    margin-right: 5px;
  }
  .estimate_contact p a img {
    width: 15px;
  }
}
@media print, screen and ( min-width : 960px ) {
  #estimate {
    padding-bottom: 120px;
  }
  #estimate h2 {
    margin-bottom: 70px;
  }
  .estimate_content {
    display: flex;
    justify-content: space-between;
  }
  .estimate_box {
    width: 30%;
  }
  .estimate_box p {
    font-size: 17px;

    margin: 30px 0;
  }
  .estimate_box .btn {
    font-size: 17px;
  }
  .estimate_box .btn:after {
    right: 20px;
  }
  .estimate_contact {
    margin-top: 90px;
    padding: 0 30px 30px 30px;
  }
  .estimate_contact h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .estimate_contact p {
    font-size: 20px;
    text-align: center;
  }
  .estimate_contact p a {
    font-size: 36px;
    margin-right: 10px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

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

}
@media print, screen and ( min-width : 960px ) {

}
