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

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

.u-1000 {
  display: block;
}
@media screen and (max-width: 1000px) {
  .u-1000 {
    display: none;
  }
}

.wrap{
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

.flex{
  display: flex;
  gap: 2%;
}

main{
  color: #4d4948;
}

/* 背景画像 */
.bg-img{
  background-image: url("../img/lc-bk.jpg");
  background-size: cover;
  background-position: center;
  padding-bottom: 80px;
}



.mv {
  background-image: url("../img/lc-top.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 19.1666666667vw;
  min-height: 230px;
}
@media screen and (max-width: 768px) {
  .mv {
    min-height: 67px;
  }
}
.mv figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 246px;
}
@media screen and (max-width: 768px) {
  .mv figure {
    width: clamp(129px, 36.8571428571vw, 246px);
  }
}




/* .concept {
  position: relative;
}


.concept .text-containar {
  position: absolute;
  top: 9.8%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  width: auto;
  max-width: 100%;
}
.concept .text-containar .mini-ttl{
  width: clamp(180px, 52vw, 258px);
  margin-bottom: 40px;
}
.concept .text-containar h2 {
  width: clamp(282px, 42.4074074074vw, 458px);
  text-align: center;
  margin: 0 auto;
}
.concept .text-containar p {
  margin-top: 40px;
  color: white;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0.14em;
} */
/* @media screen and (max-width: 768px) {
  .concept .text-containar p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.06em;
  }
} */


.location_top {
  position: relative;
  background: #fff;
}

.text-containar {
  width: 90%;
  margin: auto;
  color: #4d4948;
  padding: 60px 0;
}
.text-containar h3{
  /* font-size: 26px; */
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 44px;
  letter-spacing: 0.16em;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 768px){
  .text-containar h3{
    font-size: 16px;
    line-height: 28px;
  }
}

.text-containar p {
  margin-top: 25px;
  font-size: clamp(16px, 1.8vw, 18px);
  text-align: center;
  line-height: 30px;
  letter-spacing: 0.1em;
}
.location_top .text-containar{
  padding: 80px 0;
}
.location_top .text-containar h3{
  letter-spacing: 0.2em;
}
.location_top .text-containar p{
  letter-spacing: 0.24em;
}
@media screen and (max-width: 768px) {
  .location_top .text-containar,
  .text-containar{
    padding: 40px 0;
    width: 100%;
  }
  .text-containar p {
    padding-top: 0px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    margin: auto;
  }
  .location_top .text-containar p{
    width: 80%;
  }
}
.mini {
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: white;
  text-shadow: 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black;
}


.location .sec-mv {
  display: flex;
}
@media screen and (max-width: 768px) {
  .location .sec-mv {
    flex-direction: column;
  }
}
.location .sec-mv figure {
  position: relative;
}
.location .sec-mv figure figcaption {
  position: absolute;
  bottom: 5px;
  right: 8px;
  font-size: 10px;
  color: white;
}



.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 black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black;
  font-size: 10px;
}

.chika{
  font-size: 12px;
  text-align: right;
  padding: 8px;
}
.location-photos .flex-containar {
  display: flex;
}

.location-photos .flex-containar figure figcaption {
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  padding: 4px;
}
@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%; */
  }
}




.access .traffic-wrap {
  /* margin: 25px auto 44px; */
  margin: auto;
  /* padding: 20px 20px; */
  width: 100%;
}

.access-st{
  padding: 60px 0;
}

.access .text-containar{
  padding: 100px 0 30px;
}

@media screen and (max-width: 768px){
.access .traffic-wrap{
  width: 90%;
}
.access .traffic-wrap .traffic-img {
  max-width: 744px;
  min-width: 576px;
  margin: 0 auto;
}
.access-st{
  flex-direction: column;
  gap: 20px;
}
}



.r-421{
  background: #b29895;
  color: #fff;
}
.r-421 h3{
  font-size: clamp(16px, 2.1vw, 24px);
  text-align: center;
  padding: 30px 0 20px;
  letter-spacing: 0.16em;
  width: 90%;
  margin: auto;
}
.r-421-inner p{
  font-size: clamp(12px, 1.3vw, 14px);
  line-height: 1.5;
}
.r-421 .r-421-inner{
  width: 90%;
  margin: auto;
  padding-bottom: 30px;
}

/* .r-421 .flex > div{
  width: 50%;
} */
.r-421-right{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1000px){
.r-421-left{
  width: 60%;
}
.r-421-right{
  width: 40%;
}
}
@media screen and (max-width: 768px){

  
  .r-421-left,
  .r-421-right{
    width: 100%;
  }
  .r-421-left p{
    margin-top: 8px;
  }
  .r-421-right{
    gap: 16px;
  }

}

.r-421-image{
  display: flex;
  gap: 1%;
}
.r-421-ttl{
  padding: 4px 0;
}
.r-421 ul{
  display: flex;
  flex-wrap: wrap;
}
.r-421 ul li{
  width: 50%;
  font-size: clamp(10px, 1.3vw, 14px);
  line-height: 1.3;
}
.r-421-inner .r-421-ul-under{
  text-align: right;
  font-size: 10px;
  padding: 2px 0;
}

.r-421-image figure{
  position: relative;
}
.r-421-image figcaption {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: white;
  text-shadow: 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .r-421 .flex{
    flex-direction: column;
    gap: 16px;
  }
  /* .r-421 .flex > div{
    width: 100%;
  } */
  .r-421 h3{
  line-height: 1.4;
    padding: 30px 0 20px;
    font-size: clamp(16px, 4vw, 24px);
  }
  .r-421-inner p{
    font-size: clamp(14px, 1.5vw, 16px);
  }
  .r-421-image{
    padding-bottom: 10px;
  }
  .r-421 ul li{
    font-size: 12px;
  }
}

/* 詳細ここから */
.flex-23{
  margin-top: 80px;
}

.flex-23-ttl{
  width: 350px;
  margin: auto;
  max-width: 90%;
}
.flex-23 .text-containar{
  padding: 30px 0 30px;
}
.flex-23 .flex{
  justify-content: center;
}
.flex-23 .flex figure{
  width: 300px;
}
.flex-23 .flex figcaption{
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
}
.flex-23-u20{
  margin-bottom: 20px;
}

@media screen and (max-width: 600px){
  .flex-23{
    margin-top: 60px;
  }
  .flex-23 .flex{
    flex-direction: column;
  }
  .flex-23 .flex figure{
    width: 100%;
    padding-bottom: 16px;
  }
  .flex-23 .flex figcaption{
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0 0;
  }
  .flex-23-u20{
    margin-bottom: 0px;
  }
}






/* mapここから */

.lifeInfo {
  margin-top: 60px;
  padding: 63px 0;
  border-top: 1px solid #7c6039;
}
@media screen and (max-width: 768px) {
  .lifeInfo {
    padding: 31px 0 10px;
    margin-top: 30px;
  }
}
.lifeInfo h2 {
  width: 467px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lifeInfo h2 {
    width: clamp(230px, 70vw, 350px);
  }
}
.lifeInfo figure {
  margin: 55px 0;
}
@media screen and (max-width: 768px) {
  .lifeInfo figure {
    margin: 26px 0;
  }
}



/* テーブルここから */
.lifeInfo-flex{
  display: flex;
  gap: 4%;
  font-weight: 400;
}

.lifeInfo-flex h4{
  background: #b29895;
  color: #fff;
  font-size: 16px;
  padding: 8px;
  margin-bottom: 16px;
}
.left-box,
.right-box{
  width: 48%;
}
.lifeInfo-flex .left-box div,
.lifeInfo-flex .right-box div{
  margin-bottom: 20px;
}
.lifeInfo-flex dl{
  font-size: 14px;
}
.lifeInfo-flex dt,
.lifeInfo-flex dd{
  line-height: 24px;
  font-size: clamp(10px, 1.300390117vw, 14px);
  font-weight: 400;
  color: #726c74;
}
.lifeInfo-flex dd:nth-of-type(2){
  /* width: 30%; */
  display: flex;
  justify-content: flex-end;
}
.lifeInfo-flex .item01,
.lifeInfo-flex .item02,
.lifeInfo-flex .item03,
.lifeInfo-flex .item04{
  display: inline-block;
  text-align: right;
}
.lifeInfo-flex .item01{
  width: 2.3em;
}
.lifeInfo-flex .item02{
  width: 2.3em;
}
.lifeInfo-flex .item03{
  width: 2em;
  margin-left: 4px;
}
.lifeInfo-flex .item04{
  width: 4em;
}


/* ドット */
.li-table {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}


.li-table .li-table__dot {
  flex-grow: 1;
  padding: 0 5px;
  position: relative;
}
.li-table .li-table__dot::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 1px;
  border-top: dotted 1px #595757;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


@media screen and (max-width: 768px) {
  .lifeInfo-flex{
    flex-direction: column;
  }
  .lifeInfo-flex h4{
    font-size: 14px;
    padding: 6px;
    margin-bottom: 10px;
  }
  .lifeInfo-flex dt,
  .lifeInfo-flex dd{
    font-size: clamp(10px, 2.8571428571vw, 14px);
  }
  .left-box,
  .right-box{
    width: 100%;
  }
  .lifeInfo-flex .dot_02_txt{
    padding-top: 16px;
    
  }
  .lifeInfo-flex .dot_02_txt dt{
    line-height: 1.2;
  }
  .lifeInfo-flex .li-table__data{
    display: flex;
    align-items: center;
  }


  /* .lifeInfo-flex .dot_02_txt .li-table__dot{
    padding-bottom: 10px;
  } */

}



/* ノート */
.notes {
  padding-bottom: 48px;
}
@media screen and (max-width: 999px) {
  .notes {
    padding-bottom: 0;
  }
}
.notes p {
  text-align: left;
  font-size: 10px;
  letter-spacing: 0.065em;
  line-height: 12px;
  margin: 0;
}

