@charset "utf-8";

@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);

/*---------common-------------------------------------*/

article{
	font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
	color: #E9E8E8;
	background-color: #292B37;
}

article p{
	font-size:1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

article img{
	width: 100%;
	height: auto;
}

.text-bold{
	font-weight: 700;
}

.text_t{
	transform: scale(0.9, 1);
	letter-spacing: 0.2em;
}

h2.text_t2{
	letter-spacing: 0.1em;
}


.img100{
	width: 100%;
	height: auto;
}

.pb50{
	padding-bottom:50px;
}

.pb150{
	padding-bottom:150px;
}

.pb250{
	padding-bottom:250px;
}

.mb100{
	margin-bottom:100px;
}

.mb150{
	margin-bottom:150px;
}

.mb300{
	margin-bottom:300px;
}


.mb5{
	margin-bottom:5%;
}

.mb10{
	margin-bottom:10%;
}

.mb15{
	margin-bottom:15%;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.text-center{
	text-align: center;
}

.plr2{
	padding-left:2%;
	padding-right: 2%;
}

.plr5{
	padding-left:5%;
	padding-right: 5%;
}

.wrap1200{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.wrap950{
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.wrap700{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.wrap500{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.wrap200{
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.wrap80{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}


.line_flex{
	display: flex;
	flex-wrap: wrap;
}

.sentence p{
	font-size: 1.8rem;
	margin-bottom:10px;
}

.img_pc{
	display:none;
}

.title_section{
}

.title_section span{
	font-size: 2rem;
	margin-bottom:30px;
	display: block;
}


/*スクロールでフェードイン*/

.animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}


/*-------small screen---------------------------------------------------*/


.only_pc,
.only_small{
	display:none;
}

.only_sp{
	display:block;
}

.title_vertical{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: center;
	margin:0 auto;
	display:flex;
	align-items: center;
	width:30px;
	font-size: 3rem;
}


/*-------------------------
   section#top
---------------------------*/

#top{
	max-width: 100%;
	position:relative;
}

.heroImg img{
	width:100%;
	height:auto;
	object-fit: cover;
	object-position:bottom;
	min-height:600px;
	max-height: 700px;
	/*position:absolute;*/
}

#slider {
    width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

.title_h1{
	position:absolute;
	width:10vw;
	max-width:160px;
	min-width:100px;
	height: auto;
	top: 36vh;
  	left: 50vw;
  	transform: translate(-50%, -50%);
	z-index: 3;
	filter: drop-shadow(5px 5px 7px #5F5F5F);
}

.title_h1,
.open{
	animation-name: fadein;
    animation-duration: 2s;
	animation-delay: 0s;
	animation-fill-mode: both;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.open{
	animation-delay: 4s;
}

/*topスライドショー*/
.vegas-slide {
  animation: zoomEffect 10s infinite linear;
}

@keyframes zoomEffect {
  0% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(-50% + 20px);
}
to {
    opacity: 1;
    transform: translateY(-50% + 0);
}
}

/*scroll animation*/
#top a {
  display: inline-block;
  position: absolute;
  left: 10vw;
  bottom: 0;
  z-index: 5;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}

#top a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}

#top a::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


/*-------------------------
   section#intro
---------------------------*/

.wrap_intro{
	/*background-color: #EBE4D1;*/
	background:url("../img/bg_intro_SP.jpg") center no-repeat;
	background-size: cover;
	position: relative;
	padding:150px 0 90px;
}

section#intro{
	padding-top:100px;
}

section#intro>div{
	flex-direction: row-reverse;
	min-height: 15vh;
}

/*.introImg1{
	width:90vw;
	position:relative;
	margin:0 auto;
}

.introImg1 img{
	border:4px solid white;
}*/

.wrap_title_intro{
	justify-content: center;
	width: 20%;
}

.title_intro{
	writing-mode: vertical-rl;
	font-size: 2.5rem;
	font-weight: 100;
	letter-spacing: 0.5em;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom:30px;
	margin-left: -40px;
}

.intro_text{
	width:80%;
	/*margin:0 auto;*/
}



/*----------- .open ----------*/

.open{
	position:absolute;
	text-align:center;
	max-width: 800px;
	min-width: 340px;
	margin:0 auto;
	padding: 0px ;
	/*background-color:hsla(0,0%,100%,0.78);
	border-radius: 30px;*/
	/*bottom:-20%;*/
	left:50%;
	transform: translate(-50%, -100%);
	z-index: 10;
}

.open h3{
	margin-bottom:10px;
	letter-spacing: 0.2em;
	line-height: 1.8em;
	font-size: 1.8rem;
}

.open h3 span{
	/*background-color: #fff;*/
	display: block;
}

.open_date{
	font-size:2.2rem;
	font-weight: 600;
	padding:10px 0;
	line-height: 2em;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.sentence .open_text{
	font-size: 1.4rem;
	line-height: 1.8em;
	text-align: left;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}



/*-------------------------
   section#plan
---------------------------*/
section#plan{
background:url("../img/background_plan.jpg");
top:-50px;
padding-block-end:200px;
}

section#plan .plan_box{
max-width: 960px;
margin: 0 auto;
padding-block-start:120px;
}

.plan_area{
  width: 100%;
  max-width: 680px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  margin-block-start: 30px;
  margin-block-end: 60px;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.plan_txt{
font-size: 1.675rem;
margin-block-end:20px;
}
.plan_img{
	background-color: hsla(0,0%,100%,0.7);
  display: flex;
  justify-content: center;
  align-items: center;

}
.plan_illust{
width: 660px;
max-width: 100%;
}
.plan_illust img{
padding: 50px 0;
}


/*-------------------------
   section#point
---------------------------*/

section#point{
	margin-top:-160px;
}

/* Swiper譛ｬ菴� */
.swiper-container {
  overflow-x: hidden;
  position: relative;
}
.swiper-container .wrap_slic-arrow {
  position: relative;
  margin: 20px auto;
  width: 120px;
  height: 55px;
}
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  border: 1px solid #000;
  border-radius: 50%;
  top: inherit;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
  width: 50px;
  height: 50px;
  background-color:#CDCDBB;
}
.slick-prev {
  left: 5px;
  padding-left: 3px;
}
.slick-next {
  right: 5px;
  padding-right: 3px;
}
.slick-next span, .slick-prev span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transition: all 0.5s ease;
  margin-top: 17px;
}
.slick-prev span {
  transform: rotate(-135deg);
}
.slick-next span {
  transform: rotate(45deg);
}
.slick-next:hover, .slick-prev:hover {
  background-color: #fff;
  border-color: #c09f46;
}
.slick-next:hover span, .slick-prev:hover span {
  border-color: #c09f46;
}
.slick-prev::before, .slick-next::before {
  display: none;
}
.swiper-wrapper {
  width: 100%;
}
/* 蜈ｨ繧ｹ繝ｩ繧､繝牙�騾壹せ繧ｿ繧､繝ｫ */
.swiper-slide {
  position: relative;
  max-width: 450px;
  margin: 10px;
  padding: 3vw;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background-color:#CDCDBB;
  color:#292B37; 
  height: auto;
}
.swiper-slide:after {
  width: 1px;
  height: 100%;
  background: var(--line);
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
}
.swiper-slide figure img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide div {
  margin-top: 3rem;
  height: 100%;
}
.swiper-slide div p {
  line-height: 1.8;
  margin-top: 1rem;
  font-size: max(14px, min(3vw, 16px))
}
.swiper-slide h4 {
  font-size: max(20px, min(3vw, 25px));
}
/*繧ｹ繝槭�陦ｨ遉ｺ*/
@media screen and (max-width: 639px) {
  .swiper-slide {
    width: 300px;
    padding: 3vw;
  }
}
/*-------------------------
   section#photos
---------------------------*/

#photos {
  margin-left: auto;
  margin-right:auto;
}
#photos h2 {
  text-align: center;
  margin-bottom: 30px;
}
#photos p {
  text-align: center;
  margin-bottom: 35px;
}
#photos .fadein {
  width: 90%;
  margin: 0 auto;
}

.fancybox_area {
    column-count: 3;
	column-gap: 10px;
    width: 95%;
    margin: 0 auto;
  }

.fancybox_area li a {
  display: inline-block;
  margin: 10px 0 0;
  position: relative;
}
.fancybox_area li a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-family: 'Material Icons';
  font-size: 4rem;
  content: '\e8ff';
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  transition: all .5s ease;
}
.fancybox_area li a:hover::before {
  opacity: 1;
}
.fancybox_area img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*-------------------------
   section#construction
---------------------------*/

section#construction{
	width: 90%;
	text-align: center;
	max-width: 800px;
}

/*#const_slider {
	margin:0 auto;
    height: 40vh;/*スライダー全体の縦幅を（40vh）にする
}*/

#slick_slider {
	margin:0 auto;
    height: 40vh;/*スライダー全体の縦幅を（40vh）にする*/
}

/*-------------------------
   section#area
---------------------------*/

section#area{
	position:relative;
	background:url("../img/background_plan.jpg");
}

.title_area{
	margin-bottom:30px;
	position:absolute;
}

.area_text{
	background: url("../img/bg_area.jpg") no-repeat center / cover rgba(0,0,0,0.4);
	background-blend-mode:darken;
	/*width:80%;*/
	margin:150px auto;
	padding:150px 0;
	position:relative;
	justify-content: flex-end;
	flex-direction: column;
	align-items: flex-end;
}

.wrap_areatext{
	width:80%;
}

.illust_railway{
	width: 100%;
	max-width: 600px;
}

.img_right{
	margin-left:20%;
}

.area_illustmap{
	position:relative;
	z-index:5;
	background-color: hsla(0,0%,100%,0.6);
}
	

/*----------------------- 
     section#virtual 
-------------------------*/

section#virtual{
	/*background-color: #ebe4d1;*/
	padding-top:100px;
}

#virtual h2{
	text-align: center;
}

.nodal,
.video{
	width:100%;
	height:400px;
	padding:2%;
	margin-bottom: 100px;
}

.video{
	height:370px;
}

.nodal iframe,
.video iframe{
	width:100%;
	height:100%;
}

/*----------------------- 
     section#service 
-------------------------*/

#service ul {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  gap: 27px;
  grid-template-columns: repeat(auto-fill, minmax(302px, 1fr));
  text-align: center;
}
#service p {
  text-align: center;
  margin-bottom: 1.6rem;
}

/*スマホ表示*/
@media screen and (max-width: 767px) {
  #service ul {
    padding-left: 10px;
    padding-right: 10px;
  }

  #service p {
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
  }
}

/*-------large screen---------------------------------------------------*/

@media screen and (min-width: 640px){
	.only_pc{
		display:block;
	}
	.only_sp,
	.only_small{
		display:none;
	}
	.fancybox_area {
	  column-count: 6;
	}
	

/*---------------------------
section#top
-----------------------------*/
			
	.title_h1{
	min-width: 150px;
	top: 38vh;
	}
	
		
	
	/*---------.open---------*/
	
	.open{
		bottom:-15%;
		transform: translate(-50%, -60%);
	}
	
	.open h3{
		font-size: 2rem;
	}


/*---------------------------
section#intro
-----------------------------*/

	.wrap_intro{
		background:url("../img/bg_intro.jpg") center;
	}
	section#intro>div{
		justify-content: space-between;
	}

	.wrap_title_intro{
		/*justify-content: flex-end;*/
		width: 10%;
	}
	
	.title_intro{
		line-height: 1.5em;
		padding:10px;
	}
	
	.intro_text{
		width:86%;
		align-items: flex-end;
		text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
		/*margin:-400px 4% 10vh 62%;*/
	}
	
	
/*---------------------------
section#plan

	.wrap_plan > div{
		width:50%;
	}	
	
	.wrap_plan{
		flex-direction: row-reverse;
	}
-----------------------------*/


/*---------------------------
section#point
----------------------------
	

/*-------------------------
   section#construction
---------------------------*/

section#construction{
	width: 60%;
}

/*#const_slider {
    height: 60vh;/*スライダー全体の縦幅を（60vh）にする
}*/

#slick_slider{
	height: 60vh;
}

/*-------------------------
   section#area
---------------------------*/
	.wrap_area{
		padding-top:50px;
	}

	.area_item{
		width:30%;
		text-align: center;
	}
	
	.area_text{
		/*width:45%;*/
	}
	
	.area_accessmap{
		width:73%;
		margin:0 auto;
	}
	
	.area_illustmap h4,
	.area_accessmap h4,
	#virtual h4{
		font-size:200%;
	}
	
	.area_illustmap h4{
		margin-bottom:50px;
	}
	
	.access_text{
	width:95%;
	margin:0 auto;
}
	.item_container h4{
	  font-size: 2rem;
	  margin-bottom: 10px;
	}
	
	.illust_railway{
	width: 50%;
}


/*----------------------- 
     section#virtual 
-------------------------*/

	
	.nodal,
	.video{
		height:600px;
	}
}


/* ▼物件概要のcssここから▼ */

/*--------------------------------------------------
 #details
----------------------------------------------------*/
#details h2{
	text-align: center;
}

.form {
    width: 100%;
	max-width: 350px;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
	margin:0 auto;
}

#details div {
  max-width: 960px;
  margin: 0 auto 50px auto;
  padding-top: 50px;
}

#details table {
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
}
#details table th, #details table td {
  border-block-end: 1px solid #CDCDBB;
  padding-inline-start: 8px;
  margin-block-start: 5px;
  vertical-align: middle;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 1.8em;
  height: 2.8em;
  text-align: justify;
}
#details table th {
  width: 15%;
  font-weight: normal;
}
/*スマホ表示*/
@media (max-width: 767px) {
  #details div {
    padding-left: 10px;
    padding-right: 10px;
  }
  #details table {
    width: 100%;
  }
  #details table th, #details table td {
    display: block;
    width: 100%;
    height: auto;
    border-block-end: 0px;
    padding: 3px 10px;
  }
  #details table th {
    background-color: #CDCDBB;
	color:#292B37;
  }
}

.page_link a{
color: #fff;
text-decoration: underline;
}

/* ▼コンタクトボタンのcssここから▼ */
/* ---------------------------
contact
------------------------------ */

.cta_btn {
  position: fixed;
  background-color: #CDCDBB;
  border-radius: 0;
  bottom: 3%;
  right: 0;
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 8%);
  transition: all 0.3s ease;
  z-index: 90;
}

.cta_link {
  display: flex;
  align-items: center;
}

.cta_icon {
  padding: 2rem;
  color: #292B37;
}

.cta_ttl {
  padding-left: 8px;
  padding: 2rem;
  text-align: justify;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  color: #292B37;
}

#cta_floating.cta_btn,
.cta_floating {
  transform: translateX(10rem);
}

#cta_floating.cta_btn:hover,
.cta_floating:hover {
  transform: translateX(0);
}

.fa-lg{
	font-size: 1.6em;
}

.button-56 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    margin: 0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #cdcdbb;
    color: #292B37;
    font-weight: 600;
    font-size: 1.5em;
}

.button-56:hover {
    background-color: #bdbdab;
}

.button-56::after {
    width: 1.5em;
    height:1.5em;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM12.0606 11.6829L5.64722 6.2377L4.35278 7.7623L12.0731 14.3171L19.6544 7.75616L18.3456 6.24384L12.0606 11.6829Z' fill='%23292B37'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}

@media screen and (max-width: 639px) {
  .pcOnly {
    display: none;
  }
  #cta_floating.cta_btn,
  .cta_floating {
    transform: translateX(0);
  }
  .cta_btn {
    right: 16px;
    height: 60px;
    width: 60px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 8%);
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    transform: translateX(calc(100% + 16px));
    transition: 0.2s cubic-bezier(0, .6, .99, 1);
    cursor: pointer;
  }
}
