@charset "UTF-8";
/* Scss Document */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

body{
	overflow-x: hidden;
}

header {
  max-width: 100%;
}
main {
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
}

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

.contents{
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.6rem;
}

.w960 {
  max-width: 960px;
  margin: 0 auto;
}
.mincho {
  /*font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;*/
}

.e-letters{
  font-family: 'Times New Roman',sans-serif;
  font-weight: 100;
  letter-spacing: 0.1em;
  color: #717171;
}

#gFooter {
  margin-top: 0;
}
main section {
  max-width: 100%;
}
/*.contents{
  background:url("../img/bg_SP.jpg");
  background-size: 100% auto;
  background-position: center center;
}*/

/*マーカーアニメーション*/
.text_attention.active {
  background-position: -100% .5em;
}

.text_attention{
	background-image: -webkit-linear-gradient(left, transparent 50%, rgba(248, 176, 175, 0.7) 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgba(248, 176, 175, 0.7) 50%);
	background-image: linear-gradient(to right, transparent 50%, rgba(248, 176, 175, 0.7) 50%);
	background-repeat: repeat-x;
	background-size: 200% .8em;
	background-position: 0 .5em;
	transition: all 3s ease;
	font-weight: bold;
}

/*注意書き*/
.nossale {
  color: #c9171e;
  font-weight: bold;
}

/*=============================================================================*/

.wrap_intro,
#plan .container,
#photos{
	background-color:#EEEEEE;
	background-repeat: repeat;
    background-color: #fdf6ee;
    /* 基本の背景色 */
    background-image: linear-gradient(#fdf6eecf, #fdf6eecf),
    /* ベース色 */
    url("../img/noise.png");
    /* ノイズ画像 */
    background-repeat: repeat;
    /* 繰り返し */
    background-size: 200px;
    /* ノイズパターンのサイズ調整 */
}

#heroImg{
	display:flex;
	margin-bottom:10vh;
}

#heroImg .heroImg_logo{
	width:50vw;
	text-align: center;
}

#heroImg .heroImg_logo img{
	max-width: 220px;
	margin-top:20vh;
}

#heroImg .subbox{
	position:absolute;
	z-index: 5;
	width:400px;
	height:400px;
	background-color: #ffffff;
	right:0;
	top:60vh;
	text-align: center;
	padding-top:60px;
}

#heroImg .subbox .subtitle{
	writing-mode: vertical-rl;
	display: inline-block;
	text-align: left;
	line-height: 3em;
	font-size: 3rem;
	font-weight: 100;
}

@media only screen and (max-width: 767px) {
	#heroImg .heroImg_logo img{
		width:60vw;
		margin-top:2vh;
		max-width: 130px;
		padding:10px;
	}
	#heroImg .subbox{
		width:180px;
		height:180px;
		padding-top:20px;
		top:45vh;
	}
	#heroImg .subbox .subtitle{
		font-size: 1.6rem;
	}
	
}

/*============================================================================*/
#concept {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}

#concept .container {
  /*max-width: 1200px;*/
  margin: 0 auto 50px;
  text-align: left;
  padding-left:2%;
  padding-right:2%;
}

#concept .container h2{
	margin-bottom:80px;
}

/*#concept .container .wrap_intro {
  display: flex;
  justify-content: space-between;
  /*align-items: flex-end;
  flex-wrap: wrap;
}*/

#concept .container .text_concept {
  font-size: 1.8rem;
  margin:0 auto 10vh;;
  /*font-weight: 600;*/
  max-width:800px;
}

#concept .container .text_intro p{
  padding-left:2%;
}

#concept .wrap_intro .img_intro {
  width: 45%;
}

@media (max-width: 767px) {
	#concept {
		padding-top: 0;
	}
	
	#concept .container .text_intro,
	#concept .wrap_intro .img_intro {
		width: 100%;
	}
}

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

.open{
	text-align: center;
	max-width: 950px;
	margin:0 auto 50px;
	padding: 50px 30px;
	border-top:1px solid #888888;
	border-bottom:1px solid #888888;
	/*display: flex;*/
}

/*.open_imgbox{
	width: 50%;
	position: relative;
}

.open_imgbox h4{
	width:150px;
	height: 150px;
	position:absolute;
	background-color: #ffffff;
	top:-20px;
	right:20px;
	padding:40px 20px;
	text-align: left;
	line-height: 1.8em;
}*/

.open_textbox{
	padding:30px;
}

.open h3{
	margin:0;
	letter-spacing: 0.2em;
	font-size: 2rem;
	line-height: 1.8em;
}

.open_date{
	font-size:2.5rem;
	font-weight: 600;
	padding:30px 0;
	line-height: 2em;
}

.open_text{
	font-size: 1.6rem;
	margin-bottom:15px;
	line-height: 1.8em;
	text-align: left;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 2%;
}

@media only screen and (max-width: 767px) {
	.open{
	  flex-direction: column;
  }
	.open_imgbox{
	  width: 100%;
  }
}

/*-------ループスライダー---------*/

/*
#concept .slider_autoplay img {
    width: 100%;
    height: 20vw;
    object-fit: cover;
}

#concept .wrapper{
	padding:1rem;
	position:relative;
	/*border:1px solid black;
	transform: translate(-20%, 0);
	margin-bottom:20vh;
	z-index: 3;
}

.swiper-container{
	/*height: 30vw;
	
	/*padding:4px;
	/*box-shadow:
	0 0 0 3px white,
	0 0 0 3px white inset;	
}

.swiper-slide {
  min-width: 33rem;/*画像サイズ自由に変えてください
  max-width: 33rem;/*画像サイズ自由に変えてください
  margin: 0 0.2rem;/*画像と画像の間の余白*/
  /*height: 30vw;
}

.swiper-slide > img {
   object-fit: cover; /* IE: not support
   width: 100%;
   height: 100%;
}

.wrapper .swiper-container .swiper-wrapper {
  transition-timing-function: linear !important;
}

@media (max-width: 767px) {
  #concept .container {
    /*width: 90%;
  }
}--*/

.scroll-infinity{
	transform: translate(-20%, 0);
	margin-bottom:10vh;
}

.scroll-infinity__item{
	margin: 0 0.2rem;
}

@keyframes infinity-scroll-right {
from {
  transform: translateX(-100%);
}
  to {
  transform: translateX(0);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--right {
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
}
.scroll-infinity__item>img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
	.scroll-infinity__item {
	  width: calc(100vw / 2);
	}
}

/*=============================================================================*/
#plan {
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  /*padding-bottom: 100px;*/
  position: relative;
  box-sizing: border-box;
}

.plan_herobox{
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url("../img/plan_heroImg.jpg");
  height:60vh;
  margin-right:10vw;
  margin-bottom:15vh;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.plan_herobox h3{
  font-size:3rem;
  margin-left:10vw;
}

/*-----動画背景----*/
#mv {
  width: 100%;
  height: 60vh;
  max-height: 500px;
  max-width: 100%;
}

#mv h3 {
  position: absolute;
  top: 10%;
  left: 20%;
  color:#ffffff;
  font-size:2.2rem;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#mv .box_mv {
  width: 100%;
  height: 60vh;
  max-height: 300px;
  position: relative;
  z-index: -1;
  background:url("../img/bg_SP.jpg");
  /*background-size: cover;
  background-position: center center;*/
}

/*#mv h1 img {
  max-width: 150px;
}*/
#youtube {
  /*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
/*footerまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
}
@media (max-width: 767px) {
  #mv {
    height: 80vh;
	overflow: hidden;
  }
	
	#mv h3 {
		left: 10%;
		transform: translate(0%, -50%);
	  -webkit-transform: translate(0%, -50%);
	  -ms-transform: translate(0%, -50%);
		line-height: 1.8em;
	}
  #mv .box_mv {
    height: 80vh;
    z-index: -2;
  }
  #mv h3 img {
    max-width: 120px;
  }
  #youtube {
    min-height: 120%;
    min-width: 120%;
  }
}

.point_plan{
	background: #ffffff;
	padding-top:10vh;
}

.point_plan ul{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 2%;
	padding-right: 2%;
}


.text_point{
	max-width: 400px;
	font-size: 1.6rem;
	margin:5vw;
}

.photo_point{
	max-width:500px;
	width:35vw;
	z-index: 0;
	position:relative;
	display: inline-block;
}

.photo_point2{
	max-width:400px;
	width:25vw;
	margin-top:-10vh;
	position:relative;
	display: inline-block;
}

.photo_point:before,
.photo_point2:before{
	content: " ";
	position:absolute;
	background-image:url("../img/plan_flame.svg");
	background-size:cover;
	background-repeat:no-repeat;
	width:100%; 
	height: 100%;
	left: -6%;
	top: -4%;
}

@media (max-width: 767px) {
	.point_plan{
		padding-top:0;
		margin-top:-10vh;
	}
	.point_plan ul{
		flex-direction: column;
		justify-content: center;
	}
	.photo_point{
	width:50vw;
		margin-left:40vw;
	}
	.photo_point2{
		width: 40vw;
		margin-left:10vw;
		margin-top:10vh;
	}
}


#plan .container, #photos .container, #area .container, #traffic .container {
  max-width: 960px;
  /*display: flex;
  justify-content: space-between;*/
  margin: 0 auto;
  text-align: left;
  padding-left:2%;
  padding-right:2%;
}

#plan .container{
  max-width: 100%;
  margin-top:-100px;
  padding-top:200px;
}

#plan .container img{
	margin-bottom:50px;
}

#plan .container h2 ,#photos h2, #area .container h2,#details .container h2,#virtual h2{
	text-align: center;
	/*height: 170px;*/
	margin-bottom:50px;
}

#plan .container h2 span,#photos h2 span,#area .container h2 span,#details .container h2 span,#virtual h2 span{
	writing-mode:vertical-rl;
	display: inline-block;
	
}

#plan .container .contentbox, #photos .container .fotorama, #renovation .container .contentbox, #area .container .contentbox, #traffic .container .contentbox {
  /*width: 85%;*/
}
#lifestyle .container p,#plan .container p, #renovation .container p{
  margin: 30px auto 20px 30px;
  font-size: 1.6rem;
  /*font-weight: 600;*/
}

#plan .container p{
  margin: 0;
}
/*#lifestyle .container img, #plan .container img, #photos .container img{
	width: 100%;
	height: auto;
}*/

.photo_plan{
	display: flex;
}

.photo_plan li.pp1{
  width: 40%;
  margin-right:5px;
}

.photo_plan li.pp2{
  width: 57%;
}

.photo_plan li.pp2 img{
	margin-bottom:2px;
}

#plan .contentbox{
	max-width: 800px;
	margin:0 auto;
}

@media (max-width: 767px) {
	.plan_herobox{
		background-attachment: scroll;
}
	.plan_herobox h3{
	  font-size:2rem;
	}
	#plan .container, #photos .container, #area .container {
	  flex-direction: column;
	}
	#plan .container h2 ,#photos .container h2, #area .container h2 {
  	  width: 15%;
	  margin:0 auto;
}
	#plan .container .contentbox, #photos .container .fotorama, #renovation .container .contentbox, #area .container .contentbox, #traffic .container .contentbox {
	  width: 100%;
	}
	#lifestyle .container p, #plan .container p, #renovation .container p{
	  margin: 0;
	}
}

/*==================================================================================================*/

#photos {
  margin-left: auto;
  margin-right:auto;
  padding-bottom: 100px;
}
#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: 5;
  column-gap: 10px;
}

.fancybox_area {
    column-count: 5;
	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;
}

@media (max-width: 767px) {
	.fancybox_area {
		  column-count: 3;
	}
}

/*==================================================================================================*/

#area{
	margin-top:100px;
}

#area h3{
  margin-top:5vh;
  margin-bottom: 1em;
  font-size: 2.2rem;
  text-align: center;
}

#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: 700px;*/
  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%, #fff 30%, #fff 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: #FFFFFF;
}

.item_container h4{
  font-size: 1.8rem;
  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;
}

.area_banner{
	max-width:600px; 
}

@media (max-width: 767px) {
  #area {
    /*padding-bottom: 0;*/
  }
	#area .container {
    width: 90%;
  }
	#area h3{
		font-size: 2rem;
		line-height: 1.8em;
	}
  .area_slider .item span {
    padding-left: 10px;
    font-size: 6rem;
  }
  .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;
}
}
/*----- #photos -------*/

#photos{
	padding-top:100px;
	margin-bottom:100px;
}

#photos .container{
	align-items: flex-start;
}

#photos .fotorama {
  max-width: 960px;
  margin: 0 auto;
}
/*スマホ表示*/
@media screen and (max-width: 767px) {
	#photos .container{
	  flex-direction: column;
	}
  #photos .container h2{
      width: 20%;
	  margin:0 auto;
}
  #photos .fotorama {
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

.wrap{
	background-color: #eeeeee;
}

#virtual{
	padding-top:100px;
	/*background-color: #ffffff;*/
	max-width: 900px;
}

#virtual h2, #details h2{
	text-align: center;
	font-size:3rem;
	margin-bottom:20px;
}

#virtual h2 span, #details h2 span{
	font-size: 2.4rem;
}

#virtual p{
	text-align: center;
}

.nodal{
	width:100%;
	padding:2% 2% 10vh 2%;
}

.nodal iframe{
	width:100%;
	height:100%;
	height:600px;
}
/*スマホ表示*/
@media (max-width: 767px) {
	  .nodal iframe{
	  height:400px;
  }
  }

/*--------------------------------------------------
 #traffic
----------------------------------------------------*/
#traffic {
	padding-top: 100px;
}

@media screen and (max-width: 767px) {
	#traffic .container{
	  flex-direction: column;
	}
  #traffic .container h2{
      width: 20%;
	  margin:0 auto;
}
}

/*--------------------------------------------------
 #details
----------------------------------------------------*/
#details{
	padding-top:100px;
}

#details div {
  max-width: 960px;
  margin: 0 auto;
}
#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;
  height: 2.8em;
  text-align: justify;
  font-size: 1.6rem;
  line-height: 1.8em;
}
#details table th {
  width: 20%;
  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;
	font-size: 1.4rem;
  }
  #details table th {
    background-color: #E5E0D1;
  }
}

#inquiry {
    padding-bottom: 80px;
    padding-top: 80px;
}
footer {
  margin-top: 0;
}


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

.button-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    overflow: hidden;
    border: 2px solid #4F7302;
    background-color: #fff;
    color: #4F7302;
    font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

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

.button-contact::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #4F7302;
    content: '';
    transition: width .3s ease;
}

.button-contact:hover::before {
    width: 100%;
}

.cta_btn {
  position: fixed;
  background-color: #4F7302;
  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;
  line-height: 1;
}

.cta_icon {
  padding: 2rem;
  color: #fff;
}

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

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

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

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

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

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

#gmap{
	margin-top:100px;
}