@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}



.wrap{
  width: 90%;
}

.mv {
  position: relative;
}


.mv .text-containar {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  /* width: auto; */
  max-width: 100%;
}
.mv .text-containar .mini-ttl{
  width: clamp(180px, 32vw, 300px);
  margin-bottom: 40px;
}
.mv .text-containar h2 {
  width: clamp(282px, 42.4074074074vw, 600px);
  text-align: center;
  margin: 0 auto;
}
.mv .text-containar p {
  margin-top: 40px;
  color: #fff;
  /* font-size: 18px; */
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 38px;
  letter-spacing: 0.14em;
}
.mv picture{
  position: relative;
}
.mv-cap{
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: white;
  text-shadow: 0 0 1.5px #00000078, 0 0 1.5px #00000078, 0 0 1.5px #00000078, 0 0 1.5px #00000078, 0 0 1.5px #00000078, 0 0 1.5px #00000078, 0 0 1.5px #00000078, 0 0 1.5px #00000078;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .mv .text-containar{
    top: 6%;
  }
}
@media screen and (max-width: 768px) {
  .mv .text-containar{
    top: 16%;
  }
}
@media screen and (max-width: 600px) {
  .mv .text-containar{
    top: 10%;
  }
  .mv .text-containar .mini-ttl {
    margin-bottom: 30px;
  }
  .mv .text-containar p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.06em;
    margin-top: 20px;
  }

}


.location_top {
  position: relative;
  background: url(../img/concept_img01.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  color: #4d4948;
  padding: 120px 0;
}
.location02_top{
  position: relative;
  background: url(../img/concept_img05.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #4d4948;
  padding: 120px 0;
}
@media screen and (max-width: 768px){
  .location_top {
    background: url(../img/concept_img01_sp.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
  }
  .location02_top{
    position: relative;
    background: url(../img/concept_img05_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.text-containar {
  width: 90%;
  margin: auto;
}
.text-containar h3{
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 768px){
  .text-containar h3{
    font-size: 20px;
  }
}

.text-containar p {
  margin-top: 25px;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 768px) {
  .text-containar p {
    padding-top: 16px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.mini {
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: white;
  text-shadow: 0 0 1.5px #00000078, 0 0 1.5px #00000078, 0 0 1.5px #00000078, 0 0 1.5px #00000078, 0 0 1.5px #00000078, 0 0 1.5px #00000078, 0 0 1.5px #00000078, 0 0 1.5px #00000078;
}

.location-photos .tenjin, .location-photos .hakata {
  position: relative;
}
.location-photos .tenjin figcaption, .location-photos .hakata figcaption {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: white;
  text-shadow: 0 0 1.5px #00000078, 0 0 1.5px #00000078, 0 0 1.5px #00000078, 0 0 1.5px #00000078, 0 0 1.5px #00000078, 0 0 1.5px #00000078, 0 0 1.5px #00000078, 0 0 1.5px #00000078;
  font-size: 10px;
}
.location-photos .flex-containar {
  display: flex;
}
.location-photos .flex-containar figure {
  position: relative;
}
.location-photos .flex-containar figure figcaption {
  font-size: 14px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: white;
  text-shadow: 0 0 1.5px #00000078, 0 0 1.5px #00000078, 0 0 1.5px #00000078, 0 0 1.5px #00000078, 0 0 1.5px #00000078, 0 0 1.5px #00000078, 0 0 1.5px #00000078, 0 0 1.5px #00000078;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .location-photos .flex-containar.second {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .location-photos .flex-containar.second figure {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .location-photos .flex-containar.second figure:nth-child(1) {
    width: 100%;
    height: 40vw;
  }
  .location-photos .flex-containar.second figure:nth-child(1) img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 42%;
    object-position: 50% 42%;
    width: 100%;
    height: 100%;
  }
}

.teitaku{
  background: url(../img/concept_img06.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #4d4948;
}
.teitaku .wrap{
  padding: 100px 0 60px;
  margin: auto;
}

.teitaku h3{
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  text-align: center;
}

.teitaku p{
  margin-top: 40px;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0.14em;
  text-align: center;
}

.teitaku .notes p{
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0;
    margin-bottom: 75px;
    color: #231815;
    text-align: left;
    max-width: 952px;
    margin: 100px auto 0;
}

@media screen and (max-width: 768px){
  .teitaku .wrap{
    padding: 80px 0 20px;
  }
  .teitaku h3{
    font-size: 20px;
  }
  .teitaku p{
    font-size: 14px;
    line-height: 24px;
  }
  .teitaku .notes p{
    margin: 60px auto 0;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 500px){
  .teitaku{
    background: url(../img/concept_img06_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #4d4948;
  }

}
