#mv_slider {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

#mv_sliderInner {
	width: 100%;
	overflow: hidden;
}
#slide_desc{
    position: absolute;
	width: 250px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
    z-index: 60;
}
#slide_desc img{
	width: 100%;
	object-fit: cover;
}

#main{
	padding: 100px 0 0;
}
#main h2{
	text-align: center;
	font-size: 30px;
}
#main p{
	font-size: 18px;
	text-align: center;
	margin-top: 60px;
	line-height: 1.8em;
}
#consept{
	padding: 100px 0;
}
#consept .block{
	display: flex;
	align-items: center;
}
#consept .block .text_box{
	width: 400px;
	position: relative;
	z-index: 1;
}
#consept .block .text_box h2{
	font-size: 30px;
}
#consept .block .text_box h3{
	font-size: 30px;
	margin: 40px 0;
	text-shadow:
   1px 1px 3px #fff,
  -1px 1px 3px #fff,
   1px -1px 3px #fff,
  -1px -1px 3px #fff;

}
#consept .block .text_box p{
	padding: 20px 20px 20px 0;
	background: #fff;
}
#consept .block .img_box{
	width: 800px;
	height: 500px;
	margin-left: -160px;
	position: relative;
	z-index: 0;
}
#consept .block .img_box img{
	width: 800px;
	height: 500px;
	object-fit: cover;
}
#interior{
	padding: 100px 0;
	background: url("../img/common/bg_gray.jpg") center top;
}
#interior h2{
	font-size: 30px;
	color: #fff;
	text-align: center;
}
#interior .block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
#interior .block .box{
	width: 320px;
	margin-bottom: 40px;
}
#interior .block .box img{
	width: 320px;
	object-fit: cover;
}
#interior .block .box h3{
	font-weight: 200;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
#interior .block .box p{
	color: #fff;
}
#price{
	padding: 100px 0;
}
#price h2{
	font-size: 30px;
	text-align: center;
}
#price .text_box{
	margin: 40px auto 0;
	width: 900px;
}
#price .text_box h3{
	margin-top: 40px;
	font-weight: 200;
	text-align: center;
	margin-bottom: 10px;
	font-size: 24px;
}
#price .block{
	width: 900px;
	margin: 40px auto 0;
	background: #888;
	padding: 100px;
	box-sizing: border-box;
}
#price .block hr{
	border: 0;
	background: #fff;
	width: 100%;
	height: 1px;
	margin: 40px 0;
}
#price .block .box{
	color: #fff;
}
#price .block .box span{
	border: 1px solid #fff;
	padding: 0 5px;
	font-size: 12px;
	display: inline-block;
}
#price .block .box p{
	background: #fff;
	color: #888;
	width: 50px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	margin: 10px 0;;
}
#price .block .box table{
	border-collapse: collapse;
}
#price .block .box table th{
	text-align: left;
	font-weight: 400;
	width: 500px;
}
#price .block .box table td{
	width: 200px;
	font-weight: 400;
	text-align: right;
}
#price .block .box table td span{
	padding:0 40px 0 0;
	font-size: 16px;
	border: 0;
}
#flow{
	padding: 100px 0;
	background: #888;
}
#flow h2{
	font-size: 30px;
	color: #fff;
	text-align: center;
}
#flow .block{
	margin-top: 40px;
}
#faq{
	padding: 100px 0;
}
#faq h2{
	font-size: 30px;
	text-align: center;
}
#faq .block{
	margin-top: 40px;
}
#faq .accordion  {
  margin-inline: 0;
  border-bottom:1px solid #51524a;
}
#faq .accordion_title,
#faq .accordion .accordion_contents p
{
  color: #51524a;
}

.accordion  {
  margin-inline: 0;
  border-bottom:1px solid #fff;
}

.accordion_title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  cursor: pointer;
  padding: 1.4em 2em 1.4em 1.4em;
  line-height: 1.6em;
	color: #fff;
	font-weight: 400;
}

summary.accordion_title::-webkit-details-marker {
  display:none;
}

.accordion_title:after {
  content: "+";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
}

.accordion::details-content {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}

.accordion .accordion_contents {
  padding: 0 2em 0 3em;
}

.accordion .accordion_contents p{
	color: #fff;
}
.accordion .accordion_contents p a{
	text-decoration: underline;
	color: inherit;
}
.accordion .accordion_contents > *:first-of-type {
  margin-top: 0;
}

.accordion .accordion_contents > *:last-of-type {
  margin-bottom: 0;
}

.accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}

.accordion[open] .accordion_contents {
  padding: 0 2em 1.4em 3em;
}

.accordion[open] .accordion_title:after {
  content: "-";
}

#access{
	padding: 0 0 100px;
}
#access .map{
	width: 100%;
	margin-bottom: 60px;
}
#access h2{
	font-size: 30px;
	text-align: center;
}
#access p{
	margin-top: 40px;
	text-align: center;
	line-height: 1.6em;
}
@media screen and (max-width:640px){
	
	
	#mv_slider {
		width: 100%;
		height: 100vh;
		overflow: hidden;
	}

	#mv_sliderInner {
		width: 100%;
		overflow: hidden;
	}
	#slide_desc{
		position: absolute;
		width: 250px;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		z-index: 60;
	}
	#slide_desc img{
		width: 100%;
		object-fit: cover;
	}

	#main{
		padding: 100px 0 0;
	}
	#main h2{
		text-align: center;
		font-size: 34px;
	}
	#main p{
		font-size: 22px;
		text-align: center;
		margin-top: 60px;
		line-height: 1.8em;
	}
	#consept{
		padding: 100px 0;
	}
	#consept .block{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	#consept .block .text_box{
		width: 580px;
		position: relative;
		z-index: 1;
		order: 2;
		margin-top: 40px;
	}
	#consept .block .text_box h2{
		font-size: 34px;
		text-align: right;
		display: flex;
		align-items: center;
	}
	#consept .block .text_box h2::before{
		background-color: #51524a;
		content: "";
		flex-grow: 1;
		height: 1px;
		margin-right: 10px;
	}
	#consept .block .text_box h3{
		font-size: 34px;
		margin: 40px 0;
		text-shadow: 
		#fff 1px 1px 10px, #fff -1px 1px 10px,
		#fff 1px -1px 10px, #fff -1px -1px 10px;
	}
	#consept .block .text_box p{
		font-size: 20px;
		padding: 20px 20px 20px 0;
		background: #fff;
	}
	#consept .block .img_box{
		width: 580px;
		height: auto;
		margin-left: 0;
		position: relative;
		z-index: 0;
		order: 1;
	}
	#consept .block .img_box img{
		width: 580px;
		height: auto;
		object-fit: cover;
	}
	#interior{
		padding: 100px 0;
		background: url("../img/common/bg_gray.jpg") center top;
	}
	#interior h2{
		font-size: 34px;
		color: #fff;
		text-align: center;
	}
	#interior .block{
		display: block;
		justify-content: space-between;
		margin-top: 40px;
	}
	#interior .block .box{
		width: 580px;
		margin-bottom: 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#interior .block .box img{
		width: 280px;
		object-fit: cover;
	}
	#interior .block .box .text{
		width: 280px;
	}
	#interior .block .box h3{
		font-size: 22px;
		font-weight: 200;
		color: #fff;
		text-align: center;
	}
	#interior .block .box p{
		font-size: 20px;
		color: #fff;
	}
	#price{
		padding: 100px 0;
	}
	#price h2{
		font-size: 34px;
		text-align: center;
	}
	#price .text_box{
		margin: 40px auto 0;
		width: 580px;
	}
	#price .text_box h3{
		margin-top: 40px;
		font-size: 28px;
		font-weight: 200;
		text-align: center;
		margin-bottom: 10px;
	}
	#price .text_box p{
		font-size: 20px;
	}
	#price .block{
		width: 580px;
		margin: 40px auto 0;
		background: #888;
		padding: 30px;
		box-sizing: border-box;
	}
	#price .block hr{
		border: 0;
		background: #fff;
		width: 100%;
		height: 1px;
		margin: 40px 0;
	}
	#price .block .box{
		color: #fff;
	}
	#price .block .box span{
		border: 1px solid #fff;
		padding: 0 5px;
		font-size: 16px;
		display: inline-block;
	}
	#price .block .box p{
		background: #fff;
		color: #888;
		width: 50px;
		text-align: center;
		font-size: 19px;
		font-weight: 400;
		margin: 10px 0;;
	}
	#price .block .box table{
		border-collapse: collapse;
	}
	#price .block .box table th{
		text-align: left;
		font-weight: 400;
		width: 520px;
		display: block;
		font-size: 20px;
	}
	#price .block .box table td{
		width: 520px;
		display: block;
		font-weight: 400;
		font-size: 20px;
		text-align: right;
	}
	#price .block .box table td span{
		padding:0 40px 0 0;
		font-size: 20px;
		border: 0;
	}
	#flow{
		padding: 100px 0;
		background: #888;
	}
	#flow h2{
		font-size: 34px;
		color: #fff;
		text-align: center;
	}
	#flow .block{
		margin-top: 40px;
	}
	#faq{
		padding: 100px 0;
	}
	#faq h2{
		font-size: 34px;
		text-align: center;
	}
	#faq .block{
		margin-top: 40px;
	}
	#faq .accordion  {
	  margin-inline: 0;
	  border-bottom:1px solid #51524a;
	}
	#faq .accordion_title,
	#faq .accordion .accordion_contents p
	{
	  color: #51524a;
	}

	.accordion  {
	  margin-inline: 0;
	  border-bottom:1px solid #fff;
	}

	.accordion_title {
	  position: relative;
	  border: none;
	  display: block;
	  list-style: none;
	  cursor: pointer;
	  padding: 1.4em 2em 1.4em 1.4em;
	  line-height: 1.6em;
		color: #fff;
		font-size: 20px;
		font-weight: 400;
	}

	summary.accordion_title::-webkit-details-marker {
	  display:none;
	}

	.accordion_title:after {
	  content: "+";
	  position: absolute;
	  top: calc(50% - 0.5em);
	  right: 20px;
	  line-height: 1;
	  padding: 0;
	  pointer-events: none;
	}

	.accordion::details-content {
	  opacity: 0;
	  block-size: 0;
	  transition: .3s;
	  transition-property: display, opacity, block-size, padding;
	  transition-behavior: allow-discrete;
	  line-height: 1.6em;
	}

	.accordion .accordion_contents {
	  padding: 0 2em 0 3em;
	}

	.accordion .accordion_contents p{
		color: #fff;
		font-size: 20px;
	}
	.accordion .accordion_contents p a{
		text-decoration: underline;
		color: inherit;
	}
	.accordion .accordion_contents > *:first-of-type {
	  margin-top: 0;
	}

	.accordion .accordion_contents > *:last-of-type {
	  margin-bottom: 0;
	}

	.accordion[open]::details-content {
	  opacity: 1;
	  block-size: auto;
	  block-size: calc-size(auto, size);
	}

	.accordion[open] .accordion_contents {
	  padding: 0 2em 1.4em 3em;
	}

	.accordion[open] .accordion_title:after {
	  content: "-";
	}

	#access{
		padding: 0 0 100px;
	}
	#access .map{
		width: 100%;
		margin-bottom: 60px;
	}
	#access h2{
		font-size: 34px;
		text-align: center;
	}
	#access p{
		margin-top: 40px;
		font-size: 20px;
		text-align: center;
		line-height: 1.6em;
	}

	
	
	
	
}