@charset "utf-8";

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

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


article{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-weight: 500;
	font-style: normal;
	color:hsla(358,24%,29%,1.00);
	/*color:rgba(132,120,102,1.00);*/
	font-display: swap;
}

article section,
article .button-contact{
	font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;}

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

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

.mincho_bold{
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.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;
}


.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;
}

.wrapA{
	background-color:#E8E1E0;
	/*background:radial-gradient(circle, #677C70 0%, #C7D1C5 24%, #C7D1C5 41%, #3C5B49 100%)*/
}

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

.sentence p{
	font-size: 1.6rem;
	/*margin-bottom:10px;*/
}

.img_pc{
	display:none;
}

.title_section{
	text-align: center;
	font-size: 2rem;
	margin:30px;
}

.title_section span{
	display: block;
	font-size: 1.6rem;
	margin-top: 20px;
}

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

.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;
}

.vertical{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: inline-block;
    text-align: initial;
}


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

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

/*#top {
  width: 100%;
  height: 800px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  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）にする
	/*position: fixed;*/
	overflow: hidden;
}

.slider li img{
	width: 100%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 15s linear 0s normal both;
}

.topslider{
	position:fixed;
	top:0;
	left: 0;
	width: 100%;
	/*height: 800px;*/
	height: 100vh;
	/*background-size: cover;
    background-position: top center;*/
	z-index: -1;
	overflow: hidden;
}

.topslider:before{
	content: " ";
	background-color: hsla(0,0%,0%,0.32);
	position:absolute;
	width:100%;
	height: 100vh;
	z-index: 1;
}


.sliderL li picture,
.sliderL li img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}

/*.topslider:after{
	content: " ";
	background-color: hsla(0,0%,0%,0.2);
	position:absolute;
	width:100%;
	height: 100vh;
	z-index: 4;
}*/

.title_h1{
	height: 90vh;
	text-align: center;
}


.title_h1 h1{
	position: absolute;
	left:50%;
	top:10%;
	transform: translateY(0%) translateX(-50%);
	font-size: clamp(2.5rem, 1.9286rem + 1.4286vw, 3rem);
	letter-spacing: 0.3em;
	line-height: 1.3em;
	color:#fff;
}

.title_h1 h1 span{
	display: block;
	margin-top:1rem;
	letter-spacing: 0.1em;
}

.title_h1,
.scrolldown{
	animation-name: fadein;
    animation-duration: 1s;
	animation-delay: 1s;
	animation-fill-mode: both;
}

.scrolldown{
	animation-delay: 2s;
}

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

/* スクロールダウンの位置 */
.scrolldown {
  position: absolute;
  left: 10%;
  top: 30%;
  color: #fff;
  text-align: center;
}

.scrolldown span {
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: initial;
}

/* 線のアニメーション部分 */
.scrolldown::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 9px;
  margin: auto;
  position: relative;
  width: 1px;
  z-index: 2;
  display: inline-block;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.text_concept{
	/*text-align: center;*/
	color: white;
	/*margin-top:150px;*/
	margin-bottom:300px;
	width: 75vw;
	margin-left:20vw;
	/*display: flex;*/
}

.text_concept h2{
	font-size: 2.3rem;
	margin-bottom:3vh;
	line-height: 1.6em;
}

.text_concept h2 span{
	display: block;
	margin-bottom:2vh;
}

.text_concept p{
	font-size: clamp(1.4rem, 1.1714rem + 0.5714vw, 1.6rem);
	letter-spacing: 0.2em;
	line-height: 2em;
	height:70vh;
}

#top strong{
	text-decoration: underline;
}

/*-----ポップアップ表示-----*/

dialog {
	padding: 2rem;
	border: none;
	border-radius: 0.5rem;
	text-align: center;
	max-width: 500px;
	widows: 80%;
}
dialog p{
}
dialog button {
	padding: 0.5rem 3rem;
	margin:0.5rem;
	border-radius: 0.4rem;
	border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
	background-color: hsla(358,16%,61%,1.00);
	color: #fff;
	font-size: 1.7rem;
}
dialog::backdrop {
	background-color:hsla(49,15%,85%,0.76);
}

/*---------------------------
section#feature
------------------------------*/

section#feature{
	/*background-color:#f2f1ee;*/
	position:relative;
	z-index: 2;
	width:100%;
	padding-top: 100px;
	padding-bottom: 100px;
}

.wrap_feature{
	position:relative;
	/*flex-direction:row-reverse;*/
	display:block;
}

.item_feature{
	position:relative;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	letter-spacing: 0.1em;
	/*color:#F2F2EB;*/
	/*color: rgba(132,120,102,1.00);*/
	/*text-shadow: 0px 0px 6px rgba(0,0,0,0.5)*/
}

.item_feature h3{
	font-size:2.3rem;
	font-weight: 400;
	margin-left: 20px;
	letter-spacing: 0.2em;
	line-height: 1.8em;
}

.item_feature p{
	font-size: clamp(1.6rem, 1.4857rem + 0.2857vw, 1.7rem);
	line-height: 2em;
	/*margin-top:5%;*/
}

.ft1{
	flex-direction:column;
	width:100%;
	/*margin:0 auto 10vh;*/
	justify-content: space-around;
	/*margin-left:2%;*/
	align-items: center;
}

.ft1 .imgBox{
	width:100%;
	margin-bottom:50px;
}

.ft1 .textBox{
	height: 50vh;
	min-height: 400px;
}

.ft1 h3{
	line-height: 1.5em;
}

.ft1 p{
}

.ft2{
	-ms-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
	width:85%;
	margin-left:10%;
	margin-top:160px;
	margin-bottom:100px;
	align-items: flex-end;
}

.ft2 img{
	width:35vw;
	margin-right:2vw;
}

.ft2 .ft2_img1{
	margin-top:50px;
}

.ft3{
	/*flex-direction:row-reverse;*/
	width:100%;
	margin-top:50px;
	margin-bottom:200px;
	flex-wrap: nowrap;
	/*justify-content: center;*/
}

.ft3 .ft3_textbox{
	/*text-align: center;*/
	/*width: 100vw;*/
	height: 50vh;
	margin:0 auto;
}

.ft3 p{
	width: 100%;
	margin: 0 0 0 auto  ;
	display: inline-block;
	text-align: left;
	/*justify-content: center;*/
}

.ft3 .ft3_imgbox{
	width: 100%;
	margin-right:0; 
	align-items: flex-end;
	-ms-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}

.ft3 .ft3_img2{
	width:60%;
	margin-right: 5%;
	/*margin:80px 20px 0 0;*/
}

.ft3 .ft3_img1{
	width:30%;
	aspect-ratio: 111 / 200;
	/*margin:80px 20px 0 0;*/
	margin-bottom:-100px;
}

.ft4{
	/*flex-direction:row-reverse;*/
	width:98%;
	margin:0 auto;
	/*padding-top:200px;*/
	flex-wrap: nowrap;
}

.ft4_imgbox{
	-ms-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
	margin-bottom:50px;
}

.ft4 .ft4_img1{
	width:100%;
	height: auto;
	margin:0 auto ;
}

.ft4 .ft4_img2{
	width:30%;
}

.ft4_textbox{
	/*width: 100%;*/
	
	flex-wrap: nowrap;
}

.ft4_textbox div{
	height: 55vh;
	text-align: end;
	margin:0 auto;
	/*width: 100%;*/
}

.ft4_textbox h3{
	text-align: left;
}

.ft4_textbox p{
	width:63%;
	/*margin-right: 10%;*/
	/*margin-top:50px;*/
	text-align:left;
	/*height: 60vh;*/
}

.ft5{
	width:98%;
	/*justify-content: center;
	align-items: center;*/
	margin:30px auto 50px auto;
	-ms-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}

.ft5 img{
	/*width:60vw;
	max-width: 650px;*/
	display: inline-block;
	/*margin:80px auto;*/
	margin-bottom:100px;
}

.ft6{
	width: 100%;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top:25px;
	margin-bottom:400px;
	align-items: flex-start;
}

.ft6 p{
	/*margin-top:5%;*/
}

.ft6 .ft6_textbox{
	margin:0 auto;
	height:50vh;
}

.ft6_img1{
	margin-right:30%;
	margin-bottom:50px;
	width:40%; 
}

.ft6_img2{
	width:50%; 
	/*margin-right:50%;*/
	margin-bottom:50px;
}

.ft7{
	/*margin-top: 100px;*/
	width: 98%;
	margin: 0 auto;
	flex-wrap: wrap;
	-ms-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
	z-index: 3;
}

.ft7_img1{
	width: 100%;
	margin-left:0;
	margin-top:100px;
}

.ft7_img2{
	width: 40%;
	margin-left:10%;
	margin-bottom:50px;
}

.ft8{
	width: 100%;
	max-width: 700px;
	margin-bottom:150px;
}

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

.wrap_intro{
	background-color: #f7f4f2;
	position: relative;
	padding-bottom:150px;
}

section#intro{
	padding-top:100px;

}

.introImg1{
	width:90vw;
}

.title_intro{
	font-size: 3.5rem;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom:30px;
}

.introImg1{
	position:relative;
}

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

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

.open{
	text-align:center;
	max-width: 800px;
	min-width: 400px;
	margin:0 auto 50px auto;
	padding: 0px ;
	bottom:0;
	z-index: 10;
	color:#fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

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

.open h3 span{
	display: block;
}

.open_date{
	font-size:2.1rem;
	font-weight: 600;
	padding:10px 0;
	line-height: 1.6em;
}

.sentence .open_text{
	font-size: 1.3rem;
	line-height: 1.8em;
	text-align: left;
}

.banner_event{
	padding:10%;
}

.open a{
	
}

/*--------.recommend-----------*/

.recommend{
	text-align: center;
}

.recommend h3{
	font-size: 3rem;
	margin-bottom:30px;
}

.recommend ul{
	display: flex;
	flex-wrap: wrap;
}

.recommend ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70%;
	background: url("../img/fukidasiS1.png");
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 450px;
	/*min-height: 367px;*/
	margin:20px auto;
	font-size: 1.8rem;
	line-height: 1.8em;
	padding:10%;
}

.recommend ul li.re2{
	background-image: url("../img/fukidasiS2.png");
	background-position: right;
	padding:90px 10% 90px 10%;
	margin-bottom:0px;
}


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

section#point{
	background-color: #FFFFFF;
	position: relative;
}


.title_p_h3{
	font-size:  3rem;
	margin-bottom:20px;
	line-height: 1.8em;
}

.item_point div{
	width: 100%;
}

.item_point p{
	width: 100%;
}


/*-------------------------
   section#plan
---------------------------*/

section#plan{
	/*background-color:#F8F6F5;*/
	background-color:hsla(0,0%,91%,0.63);
	/*color:rgba(132,120,102,1.00);*/
}

.plan_illust{
	padding-top:150px;
	padding-bottom:150px;
}

.plan_illust img{
	display: block;
	max-width: 700px;
	margin-left:auto;
	margin-right: auto;
}

.illust_line{
	position:absolute;
	bottom:0;
	width:100%;
}

.illust_line2{
	position:absolute;
	bottom:-10px;
	width:100%;
}

.illust_line2 svg{
	transform: scale(-1,1);
}

.green1{
	position:absolute;
	width:25vw;
	left:2vw;
	top:0;
}

.green2{
	position:absolute;
	width:20vw;
	right:2vw;
	top:20vh;
}

/*----- div.plan_team -----*/

.team_menber{
	justify-content: space-around;
}

.team_menber li{
	width: 100%;
	margin-bottom: 30px;
	max-width: 400px;
}

.team_menber li h4{
	text-align: center;
	font-size: 1.8rem;
	margin-bottom:20px;
}
.team_menber li h4 span{
	display: block;
	margin:15px 0;
}

.team_menber li figure{
	max-width: 200px;
	margin:0 auto;
}

.team_menber li p{
	margin-bottom:15px;
}

.team_menber li h5{
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.8em;
	border: 1px solid #000;
}

.team_menber li h5 a{
	display: block;
	color:rgba(132,120,102,1.00);
}



/*-------------------------
   section#photo
---------------------------*/


section#photo{
	/*background-color: #FFF;*/
	background-color:rgba(207,204,195,.4);
	margin-top:-10px;
	padding-bottom:100px;
	padding-top:100px;
}

.mask_photo{
	position:absolute;
	width:100vw;
	height: auto;
	bottom: -2px;
	right:0;
  	/*left: 70vw;
  	transform: translate(-50%, -50%);*/
	z-index: 2;
}

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

section#area{
	background-color:hsla(0,0%,100%,0.55);
	position:relative;
	padding-top: 150px;
	padding-bottom:150px;
}

.wrap_area{
	/*background-color:#eff3f5;*/
	padding-top:100px;
	position:relative;
}

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

.area_text,
.access_text{
	width:80%;
	margin:0 auto;
}

.img_right{
	margin-left:20%;
}

.area_illustmap{
	position:relative;
	z-index:5;
}
	
	.area_illustmap h4,
	.area_accessmap h4,
	#virtual h4{
		font-size:200%;
		margin-bottom:30px;
	}

.access_text h5{
	font-size:2rem;
}

.access_text h6{
	font-size: 1.8rem;
}

.busstop_wrap{
	/*border:1px dotted #246205;*/
}

.busstop_link{
	justify-content: space-around;
}

.busstop_link li{
	font-size:2rem;
	border:2px solid black;
	line-height: 1.8em;
	margin-bottom:10px;
}

.busstop_link li a{
	padding:20px;
	display: block;
}

#area h3, #renovation h3 {
  margin-bottom: 1em;
  font-size: 2.4rem;
}

#area>h4{
  font-size:2rem;
  text-align: center;
}

#area p {
  margin-bottom: 1em;
}
#area .flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
#area .area_slider .flex_wrap img {
  max-width: 100%;
  height: 100%;
}
#area .area_slider .flex_wrap .txt {
  flex-basis: 60%;
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  padding:0 2%;
}
#area .area_slider .flex_wrap .txt {
  flex-basis: 100%;
}
#area .flex_wrap img {
  height: auto;
  width: 100%;
  /*position: absolute
  /*top: 50%;
  right: -60px;
  bottom: 50%;
  transform: translateY(-40%);*/
}
.area_slider {
  max-width: 900px;
  margin: 30px auto 50px;
  position: relative;
  z-index: 2;
  align-items: stretch;
}
.area_slider .item {
  width: 90%;
}
.area_slider .item span {
  display: block;
  margin: 0 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-size: 4rem;
  background: linear-gradient(180deg, transparent 0%, transparent 30%, hsla(0,0%,100%,0.55) 30%, hsla(0,0%,100%,0.55) 100%);
  /*text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;*/
}
.item_container {
  margin: 0 10px;
  min-height: 390px;
  /*padding: 0 90px 90px;*/
  background-color: hsla(0,0%,100%,0.48);
}
.item_container h4{
  font-size: 3rem;
  margin-bottom: 10px;
}
.slick-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 50px;
  transition: all .5s;
  z-index: 3;
}
.slick-arrow:hover {
  transform: scale(1.3);
}
.prev-arrow {
  left: -10px;
}
.next-arrow {
  right: -10px;
}

@media (max-width: 767px) {
  #area {
    /*padding-bottom: 0;*/
  }
	#area .container {
    widows: 90%;
  }
  .area_slider .item span {
    padding-left: 10px;
    font-size: 4rem;
  }
  .area_slider {
    width: 90%;
    margin-bottom: 0;
  }
  #area .flex_wrap {
    flex-wrap: wrap;
  }
  #area .flex_wrap .txt {
    width: 100%;
  }
  #area .flex_wrap .txt {
    flex-basis: 100%;
  }
  #area .flex_wrap img {
    position: relative;
    right: 0;
    top: 0;
    margin-left: 0;
    width: 100%;
    transform: none;
  }
  .item_container {
    padding: 0 15px 15px;
  }
  .slick-arrow {
    width: 30px;
  }
  .wrap_haLineup li{
	width:45%;
  }
  .wrap_haLineup li figure img{
	height:10rem;
}
}

.area_banner,
.access{
	max-width: 600px;
	text-align: center;
	margin:100px auto;
}

.access{
	max-width: 950px;

}

/*-----------------------
	section#symturns
------------------------*/

.intro_sym h2{
	font-size: 2.3rem;
	line-height: 1.8em;
	width: 80px;
	margin: 50px auto;
	display: flex;
    justify-content: center;   /* 横方向の中央揃え */
	
}

#symturns h4{
	font-size: 2rem;
}

.point_sym{
	justify-content: space-around;
}

.point_sym li{
	width: 80%;
	background:hsla(0,0%,100%,0.56);
	padding: 2%;
}

.point_sym li h4{
	height: 90px;
	line-height: 1.8em;
}

.link_sym{
	max-width: 400px;
	margin:0 auto;
}



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

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

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

.video{
	height:370px;
}

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

#gmap{
	/*padding-bottom:50px;*/
	/*margin-bottom:50px;*/
	/*background-color: hsla(0,0%,100%,1.00);*/
}



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

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

/*---------------------------
section#top
-----------------------------*/
	
	.mask_heroImg{
	width:100vw;
	height: auto;
  	/*left: 70vw;*/
}

.topslider img{
	/*width:100%;*/
	object-fit: cover;
	/*min-height:800px;*/
	/*max-height: 600px;*/
	/*position:absolute;*/
}
	
.title_h1{
  	/*left: 50%;
	top:50%;
	width:50vw;
	transform: translate(-50%, -50%);
	min-width: 600px;*/
}
	
	.title_h1 img{
	width:90%;
}
	
	.text_concept{
		display: flex;
		justify-content: space-around;
	}
	
	.text_concept h2,
	.text_concept p{
		width: 40%;
	}
	

	/*---------.open---------*/
	
	.open{
		bottom:0%;
	}

	
/*---------------------------
section#feature
-----------------------------*/
.item_feature h3{
	margin-top:0;
	text-align: left;
}
	

.ft1{
	/*flex-direction:row-reverse;*/
	/*margin:0 auto;*/
	margin-bottom:10vh;
}
	
.ft1 h3{
	
}

.ft1 .textBox{
	/*width: 10%;*/	
}

.ft1 img{
	/*width:60%;*/
	margin:80px 20px 0 0;
}
	
.ft1 p{
	height: 50vh;
	min-height: 650px;
}
	
.ft1 .imgBox{
	width:60%;
	margin-bottom:0;
}

.ft2{
	-ms-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
	width:45%;
	margin-left:50%;
	margin-top:0;
	align-items: flex-start;
}

.ft2 img{
	max-width:35%;
	margin-right:1%;
}

.ft2 .ft2_img1{
	margin-top:50px;
}

.ft3{
	/*flex-direction:row-reverse;*/
	width:100%;
	margin-top:50px;
	margin-bottom:200px;
	flex-wrap: wrap;
	justify-content: center;
}

.ft3 .ft3_textbox{
	width:23%;
	height: 60vh;
}
	
.ft3 p{
	width: 20%;
	margin:0 3% auto 3%  ;
}
	
.ft3 .ft3_imgbox{
	width: 70%;
	margin-right:5%; 
	/*text-align: end;*/
	justify-content: flex-end;
}

.ft3 .ft3_img2{
	width:60%;
	/*margin:80px 20px 0 0;*/
	aspect-ratio: 3 / 4.5;
}

.ft3 .ft3_img1{
	width:25%;
	/*margin:80px 20px 0 0;*/
	aspect-ratio: 111 / 200;
}

.ft4{
	flex-direction:row-reverse;
	width:98%;
	margin-left:2%;
}
	
.ft4_textbox{
	height: 50vh;
	text-align: end;
	margin-bottom:50px;
	width: 100%;
}

	.ft4_textbox div{
	height: 70vh;
}

.ft4_textbox p{
	margin-right: 10%;
	height: 60vh;
}

.ft4 .ft4_img1{
	max-width:60%;
	margin:0 20px 0 20% ;
}

.ft4 .ft4_img2{
	max-width:15vw;
	margin-top:400px;
	margin-right:50px;
}

.ft5{
	width:50vw;
	/*justify-content: center;
	align-items: center;*/
	margin:200px auto 200px auto;
}

.ft5 img{
	/*width:60vw;
	max-width: 650px;*/
	display: inline-block;
	/*margin:80px auto;*/
}

.ft6{
	width: 100%;
	flex-direction: column;
	justify-content: space-around;
	margin-top:100px;
	margin-bottom:0;
	align-items: flex-start;
}

.ft6 p{
	/*margin-top:25px;*/
}
	
.ft6 .ft6_textbox{
	margin:0 auto;
	height:50vh;
}

.ft6_img1{
	margin-top:50px;
	width:20%; 
}

.ft6_img2{
	width:15%; 
	margin-bottom:50px;
}

.ft7{
	margin-top: 50px;
	align-items: flex-start;
}

.ft7_img1{
	width: 55%;
	margin-left:5%;
	margin-top:100px;
}

.ft7_img2{
	width: 20%;
	margin-left:10%;
	margin-right:5%;
}
	
.ft8{
	margin-top:-100px;
}

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

	.introImg1{
		width:50%; 
	}

	.title_intro{
		font-size: 4.7rem;
		line-height: 1.5em;
	}
	
	.introImg2{
		width:45%;
		margin:0 45% 5vh 10%;
	}

	.intro_text{
		width:50%;
		/*margin:-400px 4% 10vh 62%;*/
	}
	
	/*---------recommend--------*/
	
	.recommend ul li{
		width: 30%;
		padding:0 30px 70px;
	}
	
	.recommend ul li.re2{
		padding:150px 30px;
		margin-bottom:-50px;
	}
	
	.mask_intro{
		bottom:-2vh;
	}

	
/*---------------------------
section#plan
-----------------------------*/
		
/*----- div.plan_team -----*/

.team_menber li{
	width: 30%;
}

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

.item_point li{
	align-items: center;
}
	
.item_point div{
	width: 40%;
}
	
.item_point img{
	width: 60%;
}
	
.item_point .seconditem{
		flex-direction: row-reverse;
	}
	
/*---------------------------
section#feature
-----------------------------*/

	.title_feature{
		font-size:180%;
		/*margin:30px 10px 30px 30px;
		margin:20px;*/
		/*background-color:white;*/
		/*position:absolute;
		top:45%;*/
		/*right:0vw;*/
		/*padding:10px;*/
	}

	.number_feature{
		/*font-size:200%;*/
	}

	.comment_feature{
		/*width:80%;*/
	}

	.box_img_fature{
		/*width:80%;*/
	}

	.illust04_feature{
		margin:0 10%;
	}
	

	
/*--------slick---------------*/
	
	.slick-prev,
	.slick-next{
		width: 50px;
		height: 50px;
	}

	.slick-prev:before,
	.slick-next:before{
		color: black;
		font-size: 50px;
	}

	
	.slick-prev
	{
		left: 22%;
	}
	[dir='rtl'] .slick-prev
	{
		right: 22%;
		left: auto;
	}

	.slick-next
	{
		right: 22%;
	}
	[dir='rtl'] .slick-next
	{
		right: auto;
		left: 22%;
	}
	
	.slick-slide:not(.slick-active) {
	  opacity: .5;
	}
	
	/* フェードアウトのエフェクト 
    .fade-effect {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 10;
      opacity: 0;
      transition: opacity 0.3s ease;
    }
    .fade-effect.active {
      opacity: 1;
    }*/
	
	/* 切り替え時に暗くするためのアニメーション */
	slick-slide {
      opacity: 0; /* 初期状態で非表示 */
      transition: opacity 1s ease-in-out, filter 1s ease-in-out;
      filter: brightness(0); /* 初期状態は暗く設定 */
    }
    .slick-active {
      opacity: 1 !important; /* 表示中のスライドを明示的に表示 */
      filter: brightness(1) !important; /* 明るさを元に戻す */
    }

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


	/*.title_area{
		font-size:300%;
		position:absolute;
		top:-140px;
		margin-left:-30px;
		line-height: 1.2em;
	}*/

	.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;
	}
	
	.slick-slider {
     margin-bottom: 0; 
	}
	
	
/*-----------------------
	section#symturns
------------------------*/

.intro_sym > div{
	width:50%;
}
	
.point_sym li{
	width: 31%;
	}

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

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

}


/*-------medium screen---------------------------------------------------*/

@media screen and (min-width: 640px) and (max-width: 1279px) {

	.text_concept h2{
		width: 40%;
	}
	.text_concept p{
		width: 60%;
	}
}


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

/*--------------------------------------------------
 #details
----------------------------------------------------*/
#details{
	/*background-color: hsla(0,0%,81%,1.00);*/
	background-color:rgba(207,204,195,.4);
	/*color:rgba(132,120,102,1.00);*/
	padding-bottom:150px;
}

.form{
	/*background-color: hsla(0,0%,81%,1.00);*/
	justify-content: center;
	align-items: center;
}

/*.form img{
	max-width: 350px;
    /*text-align: center;
    padding-bottom: 50px;
    padding-top: 100px;
}*/

#details div {
  max-width: 960px;
  margin: 0 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 #DDDAD1;
  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: #E9E9E9;
  }
}

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

.cta_btn {
  position: fixed;
  background-color: #DBDBDB;
  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: #646464;
}

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

#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;
}

@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;
  }
}

/* ---------------------------
contact　物件概要下
------------------------------ */

.button-contact,
.open a{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    margin: 100px auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #928572;
	letter-spacing: 0.1em;
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
}

.open a{
	background-color: #fff;
	color: #928572;
	max-width: 300px;
	margin: 20px auto;
}

.button-contact:hover{
    background-color: #827562;
}

.open a:hover{
    background-color: #AFAFAF;
}

.button-contact::before{
    width: 1.25em;
    height: 1.25em;
    margin-right: 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='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}

/* ▼サービスバナーのcssここから▼ */
/* ---------------------------
#service
------------------------------ */
#service{
  /*background-color: #fff;*/
	padding-bottom:150px;
}

#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;
  }
}
