/* container 用のスタイル */
#container .section-content, #container .text-content, #container .section-title, #container .section-subtitle {
  color: black;
}

#container h2 {
  color: black !important;
}
.sec-head {
	font-size: 6.8rem;
	line-height: 1;
	margin-bottom: 40px;
}
.locationTitle {
    text-align: center;
}

.locationTitle h3 {
    font-size: 28px;
    font-weight: normal;
}
.locationBox {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    margin-top: 100px;
}

.locationBox h3 {
    font-size: 18px;
    font-weight: bold;
}

.locationBox dt {
    width: 40%;

}

.locationBox dt img {
    width: 100%;
}

.locationBox dd {
    width: 60%;
}

.locationBox dd p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.locationBox:nth-of-type(even) dt {
    order: 2;
}

.locationBox:nth-of-type(even) dd {
    order: 1;
}

@media screen and (max-width: 767px) {
/*    .locationTitle h2 {
        font-size: 40px;
    }*/
	.sec-head {
		font-size: 3.6rem;
		line-height: 1;
		margin-bottom: 20px;
	}

.locationTitle h3 {
        font-size: 21px;
}
    .locationBox {
        flex-flow: row wrap;
        gap: 20px;
        margin-top: 40px;
    }
    .locationBox dt {
        width: 100%;
    }
    .locationBox dd {
        width: 100%;
    }
    .locationBox:nth-of-type(even) dt {
        order: 1;
    }
    
    .locationBox:nth-of-type(even) dd {
        order: 2;
    }
    
}



.report {
    margin-top: 100px;
    padding: 0 40px 60px;
/*    background: #efefef;*/
}

.report .locationBox {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid #fff;
}

.locationBoxL {
    width: 70%;
    margin: 0 auto;
}

.locationBoxL img {
    width: 100%;
    margin-top: 20px;
}

.locationBoxL p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .report {
        margin-top: 60px;
        padding: 0 20px 60px;
    }
    .report .locationBox {
        gap: 30px;
        margin-top: 20px;
    }
    .locationBoxL {
        width: 100%;
        padding-bottom: 20px;
    }
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.main-container {
  width: 100%;
  height: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0px;
  background-color: transparent;
  /* border: 5px solid #883232;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
  display: flex;
  flex-direction: column;
  overflow: hidden; /* スクロールバーを非表示に */
}

.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.main-container {
  min-height: auto;
}

.section-content {
  background-color: transparent;
  color: black;
  padding: 0 0 50px;
  margin-top: 40px;
}

.section-header {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}

.section-title {
  font-family: 'Cormorant Infant', serif;
  font-size: 40px;
  font-weight: 500;
  color: #000;
  line-height: 40px;
  margin: 0;
}

.section-subtitle {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 30px;
  margin: 0;
}

.content-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 40px 0;
  justify-content: flex-start;
}

.text-content {
  flex: 1;
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  line-height: 33px;
  color: #000;
  text-align: left;

  padding: 0 70px 0 40px;
}
.text-content.border-right{
	  margin: 0 30px 0 0;
  border-right: 1px solid black;
	}
.text-content.border-left{
	margin: 0 0px 0 30px;
  border-left: 1px solid black;
	}
.content-title {
  font-size: 40px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 48px;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: left;
}

.image-container {
  position: relative;
  flex: 1;
  max-width: 640px;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.caption {
  position: absolute;
  bottom: 10px;
  right: 0;
  padding: 0 20px;
  color: #fff;
  font-size: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  text-align: right;
}
.main-container {
  min-height: auto;
}

.section-background {
  background-color: black;
  color: white;
  padding: 0 0 50px;
  margin-top: 40px;
}

.section-header {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}

.section-title {
  font-family: 'Cormorant Infant', serif;
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
  margin: 0;
}

.sub-title {
  font-family: 'Cormorant Infant', serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
  margin: 0;
}

.image-section,
.image-container {
  position: relative;
  width: 100%;
  max-height: 533px;
  overflow: hidden;
  margin-bottom: 20px;
}

.image-section img,
.image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.caption {
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: #ffffff;
  font-size: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  text-align: right;
}

.description,
.text-content {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  line-height: 33px;
  padding: 0 40px;
  text-align: left;
}

.content-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 80px 0;
  justify-content: flex-start;
}

.text-content h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 767px){
	.section-header {
    padding: 40px 0;
}
	.content-row{
    align-items: stretch;
    margin: 40px 0px;
    justify-content: center;
	}
	.content-row:nth-child(odd){
		flex-direction: column;
	}
	.content-row:nth-child(even){
		flex-direction: column-reverse;
	}
	#container .image-container{
	flex: 0 0 auto;
    width: calc(100% - 20px);
    box-sizing: border-box;
	max-width:100%;
	}
	#container .content-row:nth-child(even) .image-container{
		padding: 0px 20px 0px 0px;
		border-right: 1px solid black;
	}
	#container .content-row:nth-child(odd) .image-container{
		margin: 20px 0px 0px 20px;
		padding: 0px 0px 0px 20px;
		border-left: 1px solid black;
	}
	
	.text-content.border-right{
    margin: 0 20px 0 0;
		padding: 0 20px;
}
	.text-content.border-left {
    margin: 20px 0px 24px 20px;
		padding: 0 20px;
}
	.text-content h2{
		font-size: 20px;
		line-height: 24px;
	}
	
}

.black-left-align {
    color: black !important;
    text-align: left !important;
    font-family: 'Noto Serif JP', serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

    #REMapframe {
        width: 100%;
        max-width: 1500px;
        height: 1000px;
        background-color: transparent;
        border: none;
		margin:0 auto;
display:block;
    }

    @media (max-width: 768px) {
        #REMapframe {
            height: 1150px;
        }
    }