#mv.six_attractive {
  background: url("img/main_six_attractive.jpg") no-repeat center center;
  background-size: cover;
}
#mv.q_and_a {
  background: url("img/main_q_and_a.jpg") no-repeat center center;
  background-size: cover;  
}
#mv.flow {
  background: url("img/main_flow.jpg") no-repeat center center;
  background-size: cover;  
}

.qa_categories ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 10px;
}
.qa_categories ul li {
  background-color: #3d98bb;
  width: calc(100% /4 - 10px);
  padding: 20px 0;
  margin-bottom: 10px;
}
.qa_categories ul li.empty {
  background-color: transparent;
}
.qa_categories ul li a {
  color: #fff;
}

.qa_category_title{
  font-size: 22px;
  font-weight: bold;
  position: relative;
  margin: 40px 0 0 0;
  padding: 60px 60px 0;
}
.qa_texts dt,
.qa_texts dd {
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 30px;
  padding-left: 35px;
}

.qa_texts dt {
  color: #69afca;
  background-image: url("img/q_and_a_q.png");
  font-size: 22px;
  margin-bottom: 20px;
}

.qa_texts dd {
  background-image: url("img/q_and_a_a.png");
}

.flow_contents .honpen h3 {
  position: relative;
  margin-bottom: 30px;
  padding-top: 27px;
  padding-left: 70px;
}

.flow_contents .honpen h3:before {
  content: " ";
  width: 90px;
  height: 90px;
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 0;
  background-image: url("img/mv--h1.png");
  background-repeat: no-repeat;
  background-size: contain;
}

/* リンク */
ul.ftr {
  flex-wrap: wrap;
}

ul.ftr li.six_attractive {
  background: url(img/top-linkbn_six_attractive.jpg) no-repeat center;
  background-size: cover;
}

ul.ftr li.flow {
  background: url(img/top-linkbn_flow.jpg) no-repeat center;
  background-size: cover;
}

ul.ftr li.q_and_a {
  background: url(img/top-linkbn_q_and_a.jpg) no-repeat center;
  background-size: cover;
}

ul.relocate_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

ul.relocate_contents li {
  width: 32%;
  height: 80px;
  line-height: 80px;
  margin-bottom: 1%;
}
ul.relocate_contents li a {
  color: #fff;
  display: block;
}
.relocate_content_vow {
  background: url(img/kinenbi_bnr.jpg) no-repeat center;
  background-size: cover;
}
.relocate_content_propose {
  background: url(img/propose_bnr.jpg) no-repeat center;
  background-size: cover;
}
.relocate_content_hotel {
  background: url(img/hotel_bnr.jpg) no-repeat center;
  background-size: cover;
}
.relocate_content_photo {
  background: url(img/photo_bnr.jpg) no-repeat center;
  background-size: cover;
}
.relocate_content_beach {
  background: url(img/beach_bnr.jpg) no-repeat center;
  background-size: cover;
}
.relocate_content_garden {
  background: url(img/garden_bnr.jpg) no-repeat center;
  background-size: cover;
}
.relocate_content_ryukso {
  background: url(img/ryuso_bnr.jpg) no-repeat center;
  background-size: cover;
}
.relocate_content_restaurant {
  background: url(img/restaurant_bnr.jpg) no-repeat center;
  background-size: cover;
}
.relocate_content_miryoku {
  background: url(img/miryoku_bnr.jpg) no-repeat center;
  background-size: cover;
}
.relocate_content_flow {
  background: url(img/flow_bnr.jpg) no-repeat center;
  background-size: cover;
}
.relocate_content_question {
  background: url(img/kinenbi_bnr.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 780px) {
  ul.relocate_contents {
    justify-content: space-between;
  }
  ul.relocate_contents li {
    font-size: 12px;
    width: 48%;
    margin-bottom: 2%;
  }
}