@charset "utf-8";

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

html {
  visibility: hidden;
}
html.wf-active, html.loading-delay {
  visibility: visible;
}

article{
	position:relative;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic, "Yu Gothic Medium", "Yu Gothic",'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-weight: 400;
	font-style: normal;
}

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

.mincho{
	font-family: yu-mincho-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;
	/*--
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
    font-weight: 500;
    font-style: normal;
	--*/
}

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

.tcy{
	-webkit-text-combine: horizontal; /* (Chrome9～47、Safari5.1以降) */
	-ms-text-combine-horizontal: all;       /* (InternetExplorer、Edge) */
	-moz-text-combine-upright: all;         /* (Firefox nightly 版) */
	text-combine-upright: all;
	font-style:normal;	
}

.line{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.pt50{
	padding-top:50px;
}

.pt100{
	padding-top:100px;
}

.pb30{
	padding-bottom:30px;
}

.pb100{
	padding-bottom:100px;
}

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

.mb10{
	margin-bottom:10px;
}

.mb50{
	margin-bottom:50px;
}

.mb100{
	margin-bottom:100px;
}

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

.wrap800{
	max-width:800px;
	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;
}

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

h2.title_plan{
	/*text-align: center;*/
	font-size: 1.8rem;
	font-weight: 100;
	padding-bottom: 50px;
	letter-spacing: 0.2em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width:50px;
	margin:0 auto;
	color: #567E45;
}

h2.title_plan span{
	display: block;
	font-size: 150%;
	margin-top: 0px;
	margin-right:15px;
	color: #000;
}

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

.comment h3{
	font-size: 2.5rem;
	line-height: 1.8em;
	margin-bottom:50px;
	letter-spacing: 0.1em;
}

.comment p{
	font-size: 1.7rem;
	line-height: 1.8em;
	margin-bottom:10px;
}

.only_pc{
	display:none;
}

.only_sp{
	display:block;
}


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

#top{
	max-width: 100%;
	position:relative;
	padding: 0px 10vw 50px 0px;
}

.heroImg img{
	width:100%;
	height:70vh;
	object-fit: cover;
	object-position: center center;
	min-height: 600px;
	max-height:800px;
	max-width: 1400px;
	border-bottom-right-radius: 100px;
}

.title_top{
	position:absolute;
	justify-content: flex-end;
	z-index: 50;
	left:28%;
	top:10%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color:white;
	text-shadow: 4px 6px 6px rgba(0,0,0,1);
	font-size:2.2rem;
	letter-spacing: 0.2em;
	line-height: 2em;
}

.title_wrap{
	
}

.title_wrap h1{
	font-size:3.8rem;
	line-height: 1.6em;
}

.title_wrap h2{
	font-size:1.8rem;
}

/*------ scroll animation --------*/

#top a {
  display: inline-block;
  position: absolute;
  left: 10vw;
  bottom: 6vh;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 3px 7px 7px rgba(0,0,0,0.9);
  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
-----------------------------*/

.topwrap{
	
}

.photo_intro{
		width:80%;
	}

.photo_intro img{
		width:100%;
		height: auto;
	}

.label_areaimage{
    writing-mode: vertical-rl;
    background: #fff;
    padding: 20px 7px;
    position: absolute;
    letter-spacing: 0.1em;
    top: -20px;
    left: -5px;
    box-shadow: 5px 5px 10px hsla(0, 0%, 43.5%, 0.65);
    -webkit-box-shadow: 5px 5px 10px hsla(0, 0%, 43.5%, 0.65);
}

b.name_uk{
	font-weight: 100;
	font-size: 1.6rem;
}

.item_areaimage{
	width:80%;/*30%*/
	position:relative;
}

.ph_area{
	border-bottom-right-radius: 100px;
}

.label_subt{
	color:#567E45;
	margin:0px 0 0 4px;
	font-weight: 400;
	font-size:1.6rem;
}

.label_areatitle{
	font-size: 2.3rem; /*180%*/
	padding:30px 5px;
	top:-60px;
	right:10px;
	font-weight: 400;
}

.t2_l{
	font-size: 2.3rem;
}

.label_areaimage span{
	font-size:1.6rem;
	margin-top:10px;
}

.label_areaimage b.not_text_t2{
	transform: scale(1, 0.8);
	font-weight: 100;
}

.item2{
		margin-bottom:30px;
	}
	
.item3{
		margin-top:30px;
	}

.open{
	text-align: center;
	max-width: 800px;
	margin:0 auto;
	padding: 50px 50px;
	border-top:1px solid #888888;
	border-bottom:1px solid #888888;
}

.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_button a {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px auto;
  padding: 1em 2em;
  width: 300px;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #c0bfbb;
  box-shadow: 5px 5px 0 #d4da50;
  transition: 0.3s;
}

.open_button a:hover {
  text-decoration: none;
  background-color: #d4da50;
  box-shadow: 0 0 0;
}*/

.open_text{
	font-size: 1.5rem;
	line-height: 1.8em;
}



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

.middlewrap{
	background-color: #f7f4f3;
}

.banner img{
	margin:0 auto;
}



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

.lowermiddlewrap{
	background-color: #d9ddd4;
}

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

.nodal iframe{
	width:100%;
	height:100%;
	height:400px;
}

/*--------------------------------------------------
 #details
----------------------------------------------------*/

.bottomwrap{
	background-color: #c2ccc2;
}

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

#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;
  font-size: 1.6rem;
  line-height:2em;
  height: 2.8em;
  text-align: justify;
}
#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;
  }
  #details table th {
    background-color: #E5E0D1;
  }
}

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

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

	

/*---------------largescreen---------------------------------------------------------------*/


@media screen and (min-width: 640px){
	
	/*---------------------------
		common
	-----------------------------*/

		
	.only_pc{
		display:block;
	}

	.only_sp{
		display:none;
	}
	
	.comment{
	padding-right:2%;
	padding-left:2%;
}
	
	/*---------------------------
	section#top
	------------------------------*/


	
	.title_top{
		font-size:3rem;
		left:20%;
		top:20%;
	}
	
	.title_top h1{
		font-size:4.3rem;
	}
	
	.title_top h2{
		font-size:2rem;
	}
			
	/*---------------------------
	section#intro
	------------------------------*/
	
	.label_areaimage{
	    left: -20px;
}

	
	.item_areaimage{
		width:30%;
	}
	
	/*.label_areatitle{
		font-size: 1.6rem;
	}*/
	
	.item2{
		margin-top:30px;
		}

	.item3{
			margin-top:90px;
		}

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

	.areamap_s img{
		width:70%;
	}

	.areamap_kitano{
		margin-right:30%;
	}

	.areamap_sennaka{
		margin-left:30%;
	}


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


		.nodal iframe{
			height:600px;
		}



	.form {
    padding-bottom: 80px;
    padding-top: 80px;
	
}

	
}


/*---------------maxscreen---------------------------------------------------------------*/


@media screen and (min-width: 950px) {
	
}