@charset "utf-8";
@import url("../../assets/plugin/swiper/swiper/swiper-bundle.min.css");
#splash {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    text-align: center;
    color: #fff;
    background-color: #D1C5C5;
    z-index: 999
}
#splash_logo {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%)
}
#splash_logo img {
  width:120px
}
@media screen {
  .fade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px)
}
.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px)
}
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0
}
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px)
  }

  to {
    opacity: 1;
  transform: translateY(0)
  }
}
@media print, screen and (min-width: 990px) {
#splash_logo {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%)
}
#splash_logo img {
  width:250px
}
}
/*index_common*/
h2 {
  font-weight: bold
}
h2 span {
  font-family: 'arial2';
  color: #151515;
  font-weight: lighter
}
.concept, .exhibition, .map {
  padding: 3.5em 0
}
figure {
  width: 100%;
  margin-top: 1.2em;
}
figure img {
  width: 100%;
  height: auto;
}
.concept h2,.exhibition h2,.map h2 {
  font-size: 1.2em;
  text-align: center
}
.concept h2 span,.exhibition h2 span, .map h2 span {
  display: block;
  font-size: 0.6em
}
.concept h2 span::after,.exhibition h2 span::after, .map h2 span::after {
  content: " ―"
}
.flex_box {
  width: 85vw;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap
}
.flex_box_price{
	margin: 1.5em 0 0 0;
	padding: 1em 0;
	display: block;
	color: #917953;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	border-top: 1px solid #917953;
	border-bottom: 1px solid #917953
}
.concept li {
  margin-bottom: 0;
  text-align: center
}
.concept li:last-child {
  margin-bottom: 0
}
.flex_box p {
  width: 100%;
  margin: 1em 0;
  font-size: 1em;
  line-height: 1.8em;
  text-align: left
}
.concept, .map {
  width: 85vw;
  max-width: 1200px;
  margin: 0 auto
}
.concept h2 {
  width: 100%;
  margin: 0 0 0.5em 0;
  line-height: 1.6;
  order: 1
}
.concept h2 span {
  margin-bottom: 0.5em;
}
.concept figure{
  order: 2
}
/*exhibitionment*/
.exhibition {
	position: relative
}
.exhibition::before{
	content: "";
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #F3EFEF;
	z-index: -1
	}
.exhibition h2 {
  letter-spacing: 0.1em
}
.exhibition h2 span {
  letter-spacing: 0.1em
}
.exhibition img {
  width: 100%;
  height: auto
}
.exhibition h3 {
  margin-top: 0.5em;
  text-align: left;
  font-size: 1em;
  line-height: 1.6;
  font-weight: 500
}
.exhibition_space {
  display: none
}
.exhibition figure{
		order: 2
	}
.exhibition_cont{
	width: 100%;
		order: 1
	}
.map iframe {
  width: 100%;
  height: 300px;
  margin: 1em 0 2em 0;
  display: block;
  border-radius: 20px
}
.map_txt {
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: 0
}
.map h4 {
  margin: 0.7em 0 0.3em 0
}
.terms_button{
	margin: 4em auto 1em auto;
	text-align: center;
}
.terms_button a{
	min-width: 240px;
	padding: 0.5em 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #000;
	border-radius: 18px;
	transition: 0.3s;
  	box-shadow: 3px 3px 3px #B6B6B6;
}
.terms_button a::after{
	content: "";
  width: 25px;
  height: 10px;
	display: block;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: skew(45deg);
}
.terms_button a:hover{
	opacity: 0.5
}

@media print, screen and (min-width: 768px) {
.flex_box_price{
	margin: 1.5em 0;
}
.terms_button{
	margin: 5em auto 1em auto;
}
.terms_button a{
	padding: 0.5em 8%;
	font-size: 1.3em;
}
}
@media print, screen and (min-width: 1025px) {
.terms_button{
	margin: 7em auto 1em auto;
}
.terms_button a{
	padding: 0.5em 3%;
	font-size: 1.6em;
}
}

@media print, screen and (min-width: 768px) {
  .concept h2,.exhibition h2, .map h2 {
    font-size: 1.7em
  }
.concept h2 {
  margin: 1em 0 0.5em 0
}
  .concept h2 span {
    margin-bottom: 0.7em
  }
.flex_box p {
    font-size: 1.1em;
    line-height: 2.3em
  }
.exhibition h3 {
	margin: 0;
    font-size: 1.2em;
	text-align: center
  }
}

@media print, screen and (min-width: 1025px) {
  .concept, .exhibition, .map {
    padding: 6em 0
  }
  .concept h2,.exhibition h2 {
    font-size: 2.4em;
	text-align: left
  }
	.map h2{
	font-size: 2.4em
	}
  .exhibition h2 span, .map h2 span {
    font-size: 0.5em
  }
.exhibition h3 {
	font-size: 1.3em;
	text-align: left
	}
 figure {
    width: 42%;
    margin-top: 1em
  }
.flex_box {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
  .flex_box p {
    width: 50%;
	margin: 0;
    font-size: 1.2em;
    line-height: 2.6em
  }
  .concept h2 {
	width: 50%;
    margin: 0;
	display: block;
    line-height: 1.8;
    order: 2
  }
  .concept h2 span {
    font-size: 0.4em
  }
	.concept figure{
    order: 1
	}	

	.concept li {
  margin-bottom: 4em;
  text-align: left
}
 .exhibition h3 {
    margin-bottom: 1em;
    font-size: 1.3em
  }
  .exhibition_space {
    display: none
  }
	.exhibition figure{
		order: 1
	}
	.exhibition_cont{
		width: 50%;
		order: 2
	}
	.exhibition_cont p{
		width: 100%;
		font-size: 1.1em;
		line-height: 1.6
	}
 .map_txt {
    font-size: 1.2em;
    letter-spacing: 0.1rem
  }
  .map iframe {
    height: 600px
  }
}
/*バナー追加*/
.related_Links {
	max-width: 1200px;
	width: 85vw;
	margin: 3.5em auto 5em
}
.related_Links li {
	width: 80%;
	min-width: 240px;
	max-width: 400px;
	border: 0.5px solid #9b9b9b;
	border-radius: 10px;
	margin: 2em auto;
	transition-duration: .3s
}
.related_Links li:hover {
	opacity: 0.6;
	transform: translateY(-5px);
	transition-duration: .5s
}
.related_Links li img {
	width: 100%;
	margin: auto;
	display: block
}
@media print, screen and (min-width: 1025px) {
	.related_Links {
		margin: 0 auto 3em
	}
	.related_Links ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center
	}
	.related_Links li {
		width: 360px;
		margin: 0 4em 4em 0
	}
	.related_Links li:last-child {
		margin-right: 0
	}
}

