@charset "utf-8";
/* CSS Document */

article {
        font-family:"minmoji", sans-serif;
		-webkit-text-size-adjust: 100%;
		background-image: url(../img/back.jpg);
}


@font-face {
    font-family: minmoji;
    src: url('https://minmoji.ucda.jp/fontseot/http%3A__www.hachise.jp');
    src: local('minmoji'),
        url('https://minmoji.ucda.jp/fontswoff/http%3A__www.hachise.jp') format('woff'),
        url('https://minmoji.ucda.jp/fonts/http%3A__www.hachise.jp') format('opentype');
}


#wap {
	width: 100%;
	margin: 0 auto 100px auto;
}

.title {
	text-align: center;
	font-size: 40px;
	margin-bottom: 30px;
	padding-top: 100px;
	color: #534741;
	letter-spacing: 0.9em;
	font-weight: normal;
}

@media screen and (max-width: 768px) {
	article {
		width: 100%;
	}
	article img{
		width: 100%;
		height: auto;
	}
	article h3.title img{
		width: inherit;
	}
}
	
/* ---------------------------
#mai
------------------------------ */


/* ---------------------------
#point
------------------------------ */ 
#point {
	width: 950px;
	margin: 0 auto;
	
}

#animation {
	display: none;
}
@media screen and (max-width: 768px) {
	#point {
		width: 100%;
	}
}
/* ---------------------------
#sentence
------------------------------ */
#sentence {
	text-align: center;
	line-height: 300%;
	letter-spacing: 0.1em;
	color: #534741;
	font-size: 14px;
}

#sentence h4 {
	line-height: 150%;
	font-size: 18px;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	#sentence {
		width: 95%;
		text-align: start;
	}
}

/* ---------------------------
#plan
------------------------------ */
#plan {
	width: 950px;
	margin: 100px auto 0 auto;
	padding-bottom: 100px;
	text-align: center;
	
}

@media screen and (max-width: 768px) {
	#plan {
		width: 95%;
	}
}
/* ---------------------------
#photos
------------------------------ */
#photos {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
	#photos {
		width: 95%;
	}
}
/* ---------------------------
#camera
------------------------------ */
#camera {
	text-align: center;
	margin: 30px auto;
    width: 950px;
}
#camera h4 {
    font-size: 16px;
    margin-bottom: 5px;
}
#camera h5{
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
}
.vrbox {
  width: 100%;
	margin: 0 auto;
}
.vrbox iframe {
  height: 600px;
}
@media screen and (max-width: 768px) {
	#camera {
		width: 95%;
	}
}
/* ---------------------------
#area
------------------------------ */
#area{
	width: 100%;
}
#areain {
	width: 950px;
	margin:0px auto 0 auto;
}
	

@media screen and (max-width: 768px) {
	#areain {
		width: 95%;
	}
}

/* ---------------------------
details
------------------------------ */
#details {
	margin:0px auto 0 auto;
	width: 100%;
	
	
}
#details h1 {
	margin-top: 150px;
	padding-bottom: 0;
	text-align: center;
}
#details h4 {
	width: 950px;
	font-weight: normal;
	font-size: 17px;
	margin: 20px auto 20px auto;
	padding: 10px;
	background-color: #555;
	color: #fff;
}
#gaiyou {
	width: 950px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 28px;
	color: #847B6B;
}
table.left {
	height: auto;
	width: 470px;
	margin-right: 10px;
	float: left
}
table.left th {
	border-bottom: 1px dashed #7b7c7d;
	font-weight: bold;
	width: 90px;
	text-align: left;
}
table.left td {
	border-bottom: 1px dashed #7b7c7d;
	　dth: 380px;
	text-align: left;
}
table.right {
	height: auto;
	width: 470px;
	float: left;
}
table.right th {
	border-bottom: 1px dashed #7b7c7d;
	font-weight: bold;
	width: 120px;
	text-align: left;
}
table.right td {
	border-bottom: 1px dashed #7b7c7d;
	width: 350px;
	text-align: left;
}
.from {
	padding-top: 50px;
	margin-bottom: 50px;
	text-align: center;
	clear: both;
}

@media screen and (max-width: 768px) {
	#details {
		width: 95%;
	}
	#gaiyou {
		width: 95%;
	}
	table.left {
		width: 100%;
		float: none;
	}
	table.left th,table.right th,table.left td,table.right td{
		width: 100%;
		display: block;
		padding: 5px;
	}
	table.left th,table.right th{
		background-color: #eaddc3;
	}
	table.right {
		width: 100%;
		float: none;
	}
	#gFooter{
		margin-top: 0;
	}
	.from {
		margin: 0 auto 50px;
		width: 80%
	}
}
/* ---------------------------
gmaps
------------------------------ */
#map {
	width: 100%;
	margin: 0px auto 0 auto;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 200px;
}

@media screen and (max-width: 768px) {
	#map {
		padding-bottom: 0;
	}
	#map iframe{
		width: 95%;
	}
}

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

#toform {
  height: 90px;
  width: 90px;
  position: fixed;
  bottom: 3%;
  right: 1.5%;
  z-index: 11;
  line-height: 90px;
  background: #534741;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
#toform:hover {
  transform: scale(1.2);
  background: #EF8D18;
}
#toform a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: absolute;
  top: 22%;
  left: 22%;
}
#toform span {
  align-self: center;
  color: #FFFFFF;
  font-size: 50px;
}
.bl_backToTop {
  z-index: 98;
}
#toform.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#toform.DownMove {
  animation: DownAnime 1s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
/*スマホ表示*/
@media screen and (max-width:768px) {
  #toform {
    height: 70px;
    width: 70px;
  }
  #toform span {
    font-size: 40px;
  }
}
