@charset "UTF-8";
/* CSS Document */
/*↓下層共通*/
/* 
.abouttop {
	letter-spacing: 2px;
    font-size: 22px;
    padding: 0px 0 20px 0;
    font-weight: bold;
    font-family: serif;
}
 */
.submain {
  align-items: center;
  margin: 0 auto;
  padding-top: 100px;
  justify-content: flex-start;
}
.text {
  width: 30%;
  padding-top: 64px;
}
.picture {
  width: 60%;
  min-width: 300px;
}
.picture img{
object-fit: cover;
width: 100%;
}
.submain h2{
	font-size:8rem;
}
.submain h2::after {
  content: "Vacation rentals";
}
.submain h2 span:before {
  width: 37%;
}
html[lang="en"] h2 span:before {
    background-color: #000;
}
/*↑下層共通*/
.contents .text {
  margin-bottom: 32px;
}
.contents {
  position: relative;
  padding-bottom: 100px;
}
.square {
  display: block;
  width: 35%;
  min-width: 200px;
  height: 350px;
  background-color: #000000;
  position: absolute;
  left: 0;
  z-index: -1;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}
.concept .inner, .philosophy .inner {
  margin-top: 100px;
}
.flex_direction {
  align-items: center;
}
.square2 {
  display: block;
  width: 30%;
  min-width: 150px;
  height: 460px;
  background-color: #000000;
  position: absolute;
  right: 0;
  z-index: -1;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}