@charset "UTF-8";

#under_main {
    background: url(../images/matchmaking-top.jpg)no-repeat center/cover;  
}
.flex {
  align-items: center;
}

#content section p {
  text-align: center;
  line-height: 2.5;
}
.owner {
  width: 300px;
  margin: 30px auto;
}
.btnArea {
	text-align: center;
  padding: 10px 40px;
  /* margin-top: 20px; */
}
#couple {
  background-image: url(../images/couple.jpg);
  background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 60vh;
	position: relative;
}
#couple h3 {
  text-align: center;
	font-size: 40px;
	font-family: 'Dancing Script', cursive;
  margin-bottom: 20px;
  color: #444;
}
#couple .txt_area {
  max-width: 900px;
	margin: 50px auto;
	padding: 50px;
	background-color: rgb(233, 232, 232, 0.7)
}
#couple .ark {
  text-align: center;
  border: 2px solid #333;
  padding: 5px 10px;
  width: 180px;
  margin: 20px auto;
}
#couple .ark a {
  color: #333;
  font-weight: bold;
}
#couple .flex .w48 {
  text-align: center;
}
.owner img {
  box-shadow: 65px 60px 0px 0 rgb(248, 245, 241);
margin-bottom: 50px;
}


/* フッター */

@media screen and (max-width:768px) {
  #content section p {
    line-height: 2;
  }
  #content section .flex {
   display: block;
  }
  #couple {
    height: 80vh;
    background-attachment: unset;
  }
  #couple h3 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  #couple .txt_area {
    margin: 40px;
    padding: 70px 20px;
  }
  #couple .txt_area .flex {
    display: block;
  }
  
  #couple .txt_area .ark {
    width: 200px;
  }
  #couple .ark {
    margin-bottom: 40px;
  }
  .owner img {
    box-shadow: 40px 60px 0px 0 rgb(248, 245, 241);
  margin-bottom: 50px;
  }
  
}
