﻿@charset "utf-8";
/* CSS Document */
/* ---------------------------
壬生css
------------------------------ */
body {
  -webkit-text-size-adjust: 100%;
}
article {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border-style: none !important;
  position: relative;
  font-family: "dnp-shuei-mincho-pr6n", '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-weight: 400;
  font-style: normal;
  background-color: transparent;
  font-size: 1.7rem;
  color: #161515;
  line-height: 1.8;
  letter-spacing: -0.02em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.back1 {
  background-color: #f3f0ed;
}
.back2 {
  background-image: url(../img/washiao2.png);
  background-repeat: repeat;
}
.main01 {
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px
}
.ly_main {
  width: 100%;
  border: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
article h6 {
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-size: 220%;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.2em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.catch {
  position: absolute;
  right: 5%;
  bottom: 5%;
}
article section h2 {
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-size: 160%;
  font-weight: 200;
  font-style: normal;
  text-align: center;
  margin: 80px auto;
  line-height: 2em;
  letter-spacing: 0.3em;
}
article section h3 {
  font-size: 160%;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  margin: 50px auto;
}
.fadeInUp {
  opacity: 0;
  transform: translateY(20px);
  transition: 2s;
}
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb100 {
  padding-bottom: 100px;
}
.under {
  background: linear-gradient(transparent 50%, #eae39b 50%);
}
article em {
  font-style: normal;
  font-weight: bold;
}
/* 640px */
@media screen and (min-width: 641px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .pc-only {
    display: none;
  }
  article h6 {
    font-size: 200%;
    left: 50%;
    width: 90%;
  }
  .catch {
    position: absolute;
    left: 45%;
    bottom: -10%;
  }
  .catch img {
    width: 70%;
    max-width: 240px;
  }
  article section h2 {
    font-size: 130%;
  }
}
/* ---------------------------
タイトル部分アニメーション
------------------------------ */
.block {
  opacity: 0;
}
.block span {
  position: relative;
  display: inline-block;
  opacity: 0;
}
.block p {
  text-align: center;
}
.block.show {
  opacity: 1;
}
.block.show .top span:nth-child(0) {
  animation: move 1s linear 0s 1;
  animation-fill-mode: forwards;
}
.block.show .top span:nth-child(1) {
  animation: move 1s linear .1s 1;
  animation-fill-mode: forwards;
}
.block.show .top span:nth-child(2) {
  animation: move 1s linear .2s 1;
  animation-fill-mode: forwards;
}
.block.show .top span:nth-child(3) {
  animation: move 1s linear .3s 1;
  animation-fill-mode: forwards;
}
.block.show .top span:nth-child(4) {
  animation: move 1s linear .4s 1;
  animation-fill-mode: forwards;
}
.block.show .top span:nth-child(5) {
  animation: move 1s linear .5s 1;
  animation-fill-mode: forwards;
}
.block.show .top span:nth-child(6) {
  animation: move 1s linear .6s 1;
  animation-fill-mode: forwards;
}
.block.show .top span:nth-child(7) {
  animation: move 1s linear .7s 1;
  animation-fill-mode: forwards;
}
@keyframes move {
  0% {
    opacity: 0;
    transform: translate3d(36.5px, -59px, 0);
  }
  10% {
    opacity: .2;
    transform: translate3d(32.5px, -33.5px, 0);
  }
  20% {
    opacity: .4;
    transform: translate3d(27.5px, -16px, 0);
  }
  30% {
    opacity: .6;
    transform: translate3d(22.5px, -5.9px, 0);
  }
  40% {
    opacity: .8;
    transform: translate3d(17.5px, -1.3px, 0);
  }
  50% {
    opacity: 1;
    transform: translate3d(13px, 0px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(9.5px, 0px, 0);
  }
  70% {
    opacity: 1;
    transform: translate3d(7px, 0px, 0);
  }
  80% {
    opacity: 1;
    transform: translate3d(5.6px, 0px, 0);
  }
  90% {
    opacity: 1;
    transform: translate3d(5px, 0px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(5px, 0px, 0);
  }
}
/* ---------------------------
セクション
------------------------------ */
#top {
  margin: 0px auto;
  width: 100%;
  height: auto;
  max-width: 1200px;
  position: relative;
}
#top img {
  max-width: 1200px;
  width: 100%;
}
#lead {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}
.cotnainer1 {
  margin: 0 auto;
}
.img1 {
  width: 400px;
  float: right;
}
.text1 {
  width: 470px;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  #top img {
    margin-top: 25px;
  }
}
@media screen and (max-width: 980px) {
  .img1 {
    width: 90%;
    max-width: 400px;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .text1 {
    width: 90%;
    float: none;
    margin: 50px auto;
  }
}
.cotnainer2 {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.cotnainer2 img {
  width: 100%;
  max-width: 1200px;
}
/*利回り*/
#box_cost {
  max-width: 950px;
  margin: 10vw auto;
  padding: 50px;
  background-size: auto auto;
  background-color: rgba(243, 240, 237, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(250, 249, 248, 1) 10px, rgba(250, 249, 248, 1) 13px);
}
#box_cost h4 {
  font-weight: normal;
  text-align: center;
  font-size: 2.7rem;
}
#box_cost h4 span {
  border-bottom: double 4px #deb068;
}
.box_cost {
  width: 100%;
  padding: 0 3vw;
  margin: 5vw auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.box_cost .yield, .box_cost .cost {
  width: 50%;
  text-align: center;
}
.box_cost .yield p, .box_cost .cost p {
  margin-top: 1rem;
}
.box_cost h5 {
  font-weight: normal;
}
.box_cost .fontS {
  font-size: 1.4rem;
}
.box_cost .fontM {
  font-size: 2.7rem;
  letter-spacing: 0.3rem;
}
.box_cost .fontL {
  font-size: 5rem;
  letter-spacing: 0.3rem;
  font-style: italic;
  font-weight: bold;
}
.cost_attention {
  position: relative;
  width: 100%;
  margin: 5vw auto;
  font-size: 1.4rem;
}
.cost_attention::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #deb068;
  top: -2vw;
  left: 0;
}
.cost_attention p {
  max-width: 800px;
  margin: 0 auto;
}
.mark_y {
  background: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.6) 60%);
}
@media screen and (max-width: 640px) {
  #box_cost {
    margin: 10vw auto;
    padding: 50px 25px;
  }
  #box_cost h4 {
    text-align: center;
    font-size: 2.7rem;
  }
  .box_cost {
    padding: 0 3vw;
  }
  .box_cost .yield, .box_cost .cost {
    width: 100%;
  }
.box_cost .cost {
    margin-top: 7vw;
  }
  .cost_attention {
    margin: 5vw auto;
  }
  .cost_attention::before {
    top: -2vw;
    left: 0;
  }
}
figcaption {
  font-size: 100%;
  margin: 10px;
}
#info figure {
  margin-bottom: 60px;
}
#plan, #map, #area {
  width: 100%;
  max-width: 950px;
  text-align: center;
  margin: auto;
}
#plan img {
  width: 100%;
  max-width: 620px;
}
#plan p {
  width: 85%;
  max-width: 950px;
  margin: 30px auto;
  text-align: left;
}
#plan .border {
  width: 70%;
  border: solid black 1px;
  padding: 10px;
  margin-top: 20px;
}
#map img {
  width: 100%;
  max-width: 950px;
  padding-block-end:40px;
}
#map p {
    text-align: justify;
    padding: 0 5vw 5vw;
}
.contents-wrap {
  font-size: 100%;
  width: 100%;
  max-width: 950px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  box-sizing: border-box;
}
.contents-wrap h4 {
  color: #deb068;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-bottom: 10px;
  font-size: 100%;
  text-align: center;
  font-weight: bold;
}
.contents-wrap figure {
  width: 23%;
  margin: 0 1%;
  box-sizing: border-box;
}
.contents-wrap figure img {
  width: 100%;
  height: auto;
}
.contents-wrap figcaption {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 100%;
  text-align: left;
  line-height: 1.4em;
  max-width: 100%;
  height: auto;
}
@media(max-width:640px) {
  .contents-wrap {
    flex-wrap: wrap;
  }
  .contents-wrap figure {
    width: 44%;
  }
  .contents-wrap figcaption {
    font-size: 80%;
  }
}
/* ---------------------------
360
------------------------------ */
.photo360 {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.photo360 a {
  color: #000;
  -webkit-tap-highlight-color: transparent;
  transition: .2s ease-out;
}
.camera01, .camera02, .camera03 {
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  position: absolute;
}
.camera01 {
  top: 340px;
  left: 220px;
}
.camera02 {
  top: 340px;
  right: 240px;
}
.camera03 {
  top: 340px;
  right: 300px;
}
.photo360 a:hover {
  cursor: pointer;
  text-decoration: none;
  transform: translateY(-2px);
}
.centerline {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.photo360 img {
  width: 100%;
}


/*--------------------------

#photos

----------------------------*/
#photos{
	max-width: 80%;
	margin: 0 auto;
	padding-block-start:120px;
	padding-block-end:120px;
}
#photos p{
	text-align: center;
}
.fancybox_area {
    column-count: 6;
    gap: 10px;
}
.fancybox_area li{
	margin-bottom: 10px;
}
.fancybox_area li a{
	display: inline-block;
	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%;
	vertical-align: bottom;
}

@media (max-width: 767px) {
	#photos{
		max-width: 95%;
	}
	.fancybox_area {
		column-count: 2;
		margin: 0 auto;
	}
}
.parallax {
	max-width: 100%;
	margin-top: 100px;
	height: 400px;
	background-image: url("../img/parallax.webp"); 
	background-attachment: fixed; 
	background-size: cover;
}
@media (max-width: 767px) {
	.parallax {
		background-attachment: scroll; 
		height: 250px;
	}
}


/*--------------------------------------------------
 #tour
----------------------------------------------------*/
.nodal {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
	margin-block-end:200px;
}
.nodal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}




.text1 a {
  color: #c18e29;
  font-weight: 600;
  font-size: 20px;
  margin-left: 50%;
  margin-bottom: 50px;
}
.fbtn {
  padding: 4% 0;
  display: flex;
  flex-direction: row;
}
.fbtn {
  font-size: 23px;
  padding: 2.5% 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
}
.fbtn a {
  color: #59706c;
  text-decoration: none;
}
.fbtn a:hover {
  color: #9eafac;
}
.fbtn p {
  border: 2px solid #59706c;
  padding: 10px;
  width: 30%;
  box-sizing: border-box;
  background: #fff;
}
#end {
  text-align: center;
  width: 950px;
  margin: 0 auto 100px;
}
#end a {
  font-size: 20px;
  color: #59706c;
}
#virtul {
  width: 100%;
  margin: 0 auto 100px auto;
  padding-top: 50px;
  text-align: center;
}
#virtul img {
  width: 100%;
  max-width: 950px;
  height: auto;
  margin: auto;
}
/* navi 
______________________*/
#navi {
  z-index: 1000;
  height: 60px;
  width: 100%;
  background-color: rgba(255, 255, 255, .8);
  opacity: 0.9;
  max-width: 100%;
}
.fixed {
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  z-index: 1000;
}
#navi ul {
  width: 930px;
  margin: 0 auto;
  display: block;
  z-index: 50;
  font-size: 140%;
}
#navi ul li a h3:hover {
  color: #681c20;
}
#navi ul img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#navi ul li h3 {
  font-size: 100%;
  font-weight: 500;
  color: #000;
  padding-top: 10px;
  display: block;
  float: left;
  width: 16%; /* mailあり */
  text-align: center;
}
/* ---------------------------
詳細
------------------------------ */
#detail {
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
  display: block;
  margin-block-start:120px;
}
#detail table {
  font-size: 95%;
  border-collapse: collapse;
  margin: 60px auto;
  box-sizing: border-box;
  display: block
}
#detail table th, td {
  padding: 10px 30px;
  border-bottom: 1px solid #171918;
}
#detail table th {
  width: 18%;
  text-align: left;
}
#detail table td {
  width: 82%;
  text-align: left;
}
@media(max-width:640px) {
  #detail table td, #detail table th {
    display: block;
    width: 100%;
  }
  #detail table th {
    background-color: #f3f0ed
  }
}

#form{
text-align: center;
margin:120px 0px;
}

/* ---------------------------
お問い合わせ

#form {
  background-color: #f3f0ed;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-top: 100px;
}
#bt {
  margin: 0 auto 100px;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.button {
  display: inline-block;
  width: 300px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  font-size: 120%;
}
.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  position: relative;
  z-index: 2;
  background-image: url(../img/washiao2.png);
  background-repeat: repeat;
  border: 2px solid #343f5e;
  border-radius: 5px;
  color: #fff;
  line-height: 60px;
}
.button:hover {
  background: transparent;
  border-color: #343f5e;
  color: #343f5e;
}
.button::before, .button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url(../img/washiao2.png);
  background-repeat: repeat;
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before, .button:hover::after {
  width: 0;
  background-color: #343f5e;
}
------------------------------ */

/* ---------------------------
グーグルマップ
------------------------------ */
#gmap {
  width: 85%;
  height: 600px;
  margin: 0 auto;
  position: relative;
}
#gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* ---------------------------
contact
------------------------------ */
.cta_btn {
  position: fixed;
  /*background-color: #2b2b2b;*/
  background: url("../img/washiao2.png") repeat center;
  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);
}
@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;
  }
}