
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');

.location-mv{
    width: 100%;
    height: calc(100vh - 4rem);
    background:linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.3)50% ,rgba(0,0,0,0.9))100%,url("../images/index/aerial-photo03.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin-top: 4rem;
}

.location-img01{
    width: 80vh;
    top: 50%;
    left:5%;
    transform:translate(-50%, -50%)  rotate(90deg);
    position: absolute;
    opacity: 0.8;
}

.location-img02{
    width: 30%;
    top: 10%;
    left:50%;
    transform:translate(-50%, -50%);
    position: absolute;
}

.location-img03{
    width: 15%;
    top: 25%;
    left:50%;
    transform:translate(-50%, -50%);
    position: absolute;
}

.location-mv-text{
    width: 100%;
    padding: 1rem;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
}
.location-mv-text p{
    color: #fff;
    font-size: 12px;
}

.location-sec01{
    background-image: url('../images/location/location-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 1rem;
    padding: 3rem 1rem 6rem;
}

.sec01-img-box{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap:1vw;
}
.sec01-img-row{
    width: 50%;
    display: flex;
    flex-direction: row;
    gap:1vw;
    align-items: stretch;
}
.sec01-container{
    width: 100%;
    padding: 3rem 0 6rem;
    text-align: center;
}
.sec01-title{
    width: 100%;
    margin: 2rem auto 3rem;
    color:#B8824E;
    text-align: center;
}
.sec01-title h2{
    font-family: 'Nanum Myeongjo', serif;
    font-size:1.5rem;
    letter-spacing: 0.1rem;
}
.sec01-title p{
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
}
.sec01-container img{
    width: auto;
    height: 18px;
    margin: 0 auto;
}
.sec01-container-text{
    font-size:1.4rem;
    letter-spacing: 0.1rem;
    line-height: 2;
    color:#fff;
    margin-top: 2.5rem;
}
.location-sec01 .photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4列 */
  grid-template-rows: repeat(2, 1fr);    /* 2行 */
  gap: 1vw; /* 画像の隙間 */
}

.location-sec01 .photo-grid div {
  position: relative;
  overflow: hidden;
}

.location-sec01 .photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 縦横比を崩さず枠にフィット */
  display: block;
}

.location-sec02{
        background-image: url('../images/location/location-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 1rem 3rem;
}


.location-sec02-container{
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    box-sizing: border-box;
}

.sec02-box-col{
    display: flex;
    flex-direction: column;
    gap:1vw;
}

.sec02-top-box{
    display: flex;
    flex-direction: row;
    gap: 1vw;
    align-items: stretch;
}
.sec02-top-left {
    width: 60%;
}
.sec02-top-right{
    width: 40%;
    display: flex;
    flex-direction: row;
    gap: 1vw;
}

.sec02-top-left img,
.sec02-top-right img {
    width: 100%;
    height: 100%;      /* 親の高さに合わせる */
    object-fit: cover; /* アスペクト比を保ちながらトリミング */
}

.sec02-bottom-box {
  display: flex;
  flex-direction: row;
  gap: 1vw;
}

.sec02-bottom-left {
width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* 縦中央に配置 */
  color: #fff;
  padding-right:9vw ;
}

.sec02-bottom-left h3 {
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.8;
letter-spacing: 0.2rem;
  margin-bottom: 1rem;
}

.sec02-bottom-left p {
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.1rem;
}

.sec02-bottom-right {
width: 40%;
  display: flex;
  flex-direction: column; /* 縦に並べる */
  gap: 1vw;
}

.sec02-bottom-right img {
  flex: 1; /* 2枚で均等に分ける */
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像をトリミングして枠いっぱいに */
}
.location-sec02 .photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1vw; /* 画像の隙間 */
  margin-top: 5rem;
}

.location-sec02 .photo-grid div {
  position: relative;
  overflow: hidden;
}

.location-sec02 .photo-grid img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0.5rem;
}

.location-sec02 .photo-grid p{
    font-size: 0.9rem;
    color:#fff;
    line-height: 1.3;
}

.sec02-notice{
    font-size: 0.7rem;
    color: #fff;
    margin-top: 5rem;
}

.location-sec03{
    background: linear-gradient(
    to right,
    #221816 0%,      /* 左の色 */
    #221816 40%,     /* 左60%まで */
    #F6F7F6 40%,     /* 右40%の開始 */
    #F6F7F6 100%     /* 右側の色 */
  );
    width: 100%;
    display: flex;
    flex-direction: row;
    gap:0;
    padding: 0 1rem 3rem;
}

.sec03-left{
    width: 40%;
    display: flex;
    justify-content: flex-end;
    padding:3rem 2rem 3rem 1rem;
}
.sec03-left-inner{
    width: 100%;
    max-width: 480px;
    padding-top: 120px;
}
.sec03-left-item{
    width: 90%;
    margin-bottom: 2rem;
}
.sec03-left-inner .item-img{
    width: 100%;
    margin-bottom: 0.5rem;
}
.sec03-left-inner .item-title{
    font-size: 1.2rem;
    color:#BF974D;
    letter-spacing: 0.05rem;
}
.sec03-left-inner .item-content{
    font-size: 1rem;
    color:#FFFFFF;
    letter-spacing: 0.05rem;
}

.sec03-right{
    width: 60%;
     display: flex;
    justify-content: flex-start;
    padding:0 1rem 3rem 2rem;
}

.sec03-right-inner{
    width: 100%;
    max-width: 720px;
    text-align: center;
        position: relative;
}

.sec03-right-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); 
  width: 50px; 
  height: 100px; 
  background: url('../images/location/location-line.png') no-repeat center center;
  background-size: contain; /* 画像を収める */
  z-index: 1; /* コンテンツの後ろ/前に出すなら調整 */
}

.sec03-right-title{
    margin-top: 150px;
}

.sec03-right-title img{
    width: 40%;
    max-width: 280px;
    margin: 0 auto 2rem;
}

.sec03-right-title p{
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    line-height: 2;
}

.sec03-right-inner .map-img{
    width: 100%;
    max-width: 630px;
    margin: 2rem auto;
}

.sec03-right-inner .m-img{
    width: 80%;
    max-width: 350px;
    margin: 3rem auto 0;
}
.location-sec04{
    width: 100%;
    padding: 5rem 1rem;
}
.location-sec04-inner{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap:2rem;
}

.sec04-left,
.sec04-right{
    width: 50%;
}

.sec04-left-top{
    display: flex;
    flex-direction: row;
    margin-bottom: 2rem;
}
.sec04-left-top > div{
    width: 50%;
}

.sec04-left-top .copy-text{
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    margin-bottom: 0.5rem;
}
.sec04-left-top .place-name{
    font-size: 1.3rem;
    line-height: 1.1;
    letter-spacing: 0.1rem;
    color:#B8824E;
}
.sec04-left-top .place-name span{
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
}
.sec04-left-bottom{
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    padding: 1rem;
    background-color: #EAEAEA;
}
.sec04-left-bottom .train{
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    color:#B8824E;
    margin-top: 0.5rem;
}
.sec04-left-bottom .place-name{
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 0.1rem;
    color:#B8824E;
}
.sec04-left-bottom .place-name span{
    font-size: 1rem;
    letter-spacing: 0.05rem;
}

.sec04-right img {
  width: 88%;
  height: auto; 
  margin: 0 auto;
}

@media (max-width: 767px) {
    .location-mv{
    height: calc(100vh - 50px);
    margin-top: 50px;
}

.location-img01{
    top: 50%;
    left:5%;
}

.location-img02{
    width: 50%;
    top: 70%;
    left:50%;
}

.location-img03{
    width: 30%;
    top: 80%;
    left:50%;
}

.location-sec01{
    background-image: url('../images/location/location-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 1rem;
    padding: 3rem 1rem 6rem;
}

.sec01-img-box{
    flex-direction: column;
}
.sec01-img-row{
    width: 100%;

}
.reverse{
     flex-direction: row-reverse;
}

.location-sec01 .photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  grid-template-rows: repeat(4, 1fr); 
  gap: 2vw; 
}

.location-sec02{
        background-image: url('../images/location/location-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 1rem 3rem;
}


.location-sec02-container{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.sec02-box-col{
    display: flex;
    flex-direction: column;
    gap:2vw;
}

.sec02-top-box{
    display: flex;
    flex-direction: column;
    gap: 2vw;
    align-items: stretch;
}
.sec02-top-left {
    width: 100%;
}
.sec02-top-right{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 2vw;
}

.sec02-bottom-box {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.sec02-bottom-left {
width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* 縦中央に配置 */
  color: #fff;
  padding:2rem 0.5rem ;
}

.sec02-bottom-left h3 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.8;
letter-spacing: 0.2rem;
  margin-bottom: 1rem;
}

.sec02-bottom-left p {
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.1rem;
}

.sec02-bottom-right {
width: 100%;
  display: flex;
  flex-direction: column; /* 縦に並べる */
  gap: 2vw;
}


.location-sec02 .photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2vw; 
  row-gap: 2rem;
  margin-top: 2rem;
}



.sec02-notice{
    font-size: 0.8rem;
    color: #fff;
    margin-top: 3rem;
}


.location-sec03{
    background: none;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap:0;
    padding: 0 0 3rem;
}

.sec03-left{
    width: 100%;
    display: flex;
    justify-content: center;
    padding:3rem 1rem;
    background:#221816;
}
.sec03-left-inner{
    width: 100%;
    max-width: none;
    padding-top: 2rem;
}
.sec03-left-item{
    width: 100%;
    margin-bottom: 2rem;
}

.sec03-left-inner .item-title{
    font-size: 1.1rem;
}
.sec03-left-inner .item-content{
    font-size: 1rem;
    color:#FFFFFF;
    letter-spacing: 0.05rem;
}

.sec03-right{
    width: 100%;
     display: flex;
    justify-content: center;
    padding:0 1rem 3rem;
    background-color:#F6F7F6;
}


.sec03-right-title{
    margin-top: 150px;
}

.sec03-right-title img{
    width: 80%;
    max-width: 200px;
    margin: 0 auto 2rem;
}

.sec03-right-title p{
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    line-height: 2;
}

.sec03-right-inner .map-img{
    width: 100%;
    max-width: 630px;
    margin: 2rem auto;
}

.sec03-right-inner .m-img{
    width: 80%;
    max-width: 250px;
    margin: 3rem auto 0;
}


.location-sec04{
    width: 100%;
    padding: 1rem 1rem;
}
.location-sec04-inner{
    flex-direction: column;
    gap:2rem;
}

.sec04-left,
.sec04-right{
    width: 100%;
}

.sec04-left-top{
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
    margin-bottom: 2rem;
}
.sec04-left-top > div{
    width: 100%;
}

.sec04-left-top .copy-text{
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    margin-bottom: 0.5rem;
}
.sec04-left-top .place-name{
    font-size: 1.3rem;
    line-height: 1.1;
    letter-spacing: 0.1rem;
    color:#B8824E;
}
.sec04-left-top .place-name span{
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
}
.sec04-left-bottom{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    background-color: #EAEAEA;
}
.sec04-left-bottom .train{
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    color:#B8824E;
    margin-top: 0.5rem;
}
.sec04-left-bottom .place-name{
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 0.1rem;
    color:#B8824E;
}
.sec04-left-bottom .place-name span{
    font-size: 1rem;
    letter-spacing: 0.05rem;
}

.sec04-right img {
  width: 100%;
  height: auto; 
  margin: 1rem auto 3rem;
}
}