div#content {
  background-color: #FFFEFD;
  text-align: center;
}

.img {
  position: relative;
  height: 97%;
  min-height: 400px;
  /*background-image: attr(data-img url); */
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  /*border-bottom: 3px solid white;*/
  text-align: center;
  padding: 1% 4% 2% 4%;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  /*letter-spacing: -2px;*/
  color: rgba(255,255,255,0.7);
  text-stroke: 2px rgba(0,0,0,0.7);
  cursor: default;
  opacity: 0;
}

.concept {
  position: relative;
  height: 100%;
  background-color: rgba(255,255,255,1);
  text-align: left;
  padding: 5%;
  vertical-align: top;
  color: rgba(0,0,0,0.7);
  text-stroke: 2px rgba(0,0,0,0.7);
  line-height: 2em;
  font-family: "Sawarabi Mincho";
}

span.toOutline {
  cursor: pointer;
  color: navy;
}

ul.more_info {
  padding: 0;
  position: absolute;
  width: 90%;
  bottom: 0;
  font-size: 90%;
  /*margin: 10% 0% 0% 0%;*/
}

ul.more_info li {
  float: left;
  margin-right: 3%;
  list-style: none;
}

ul.more_info li a:link,
ul.more_info li a:visited {
  color: navy;
}

.detial {
  position: relative;
  height: 100%;
  background-color: rgba(235,235,235,1);
  text-align: left;
  padding: 3%;
  vertical-align: top;
  color: rgba(0,0,0,0.7);
  text-stroke: 2px rgba(0,0,0,0.7);
}

.pict {
  height: auto;
  background-color: rgba(235,235,235,1);
  color: rgba(0,0,0,0.7);
}

.map {
  background-color: rgba(255,254,251,1);
  color: rgba(0,0,0,0.7);
  opacity: 0;
  height: auto;
  min-height: 370px;
}

div.d_name {
  font-size: 120%;
  font-weight: bold;
  margin: 0% 0% 2% 0%;
}

div#outline {
  width: 48%;
  float: left;
}

div#outline table {
  width: 100%;
  border-collapse: collapse;
  background-color: rgba(255,255,255,1);
}

div#outline table th {
  width: 30%;
  background-color: #F8F8F8;
}

div#outline table td.telnumber {
  color: red;
  font-weight: bold;
  font-size: 110%;
}

div#outline table th,
div#outline table td {
  padding: 6% 2%;
  border: 1px solid #CCCCCC;
}

iframe#gmaps2 {
  float: right;
  border: 1px solid #CCCCCC;
  width: 50%;
  height:100%;
}

div.prev_container {
  margin: 0;
  width: 100%;
  height: auto;
  padding: 1%;
  background-color: #000000;
  color: #696969;
  display: none;
}

img#fullPrev {
  width: 100%;
  height: auto;
}

div#closePrev {
  text-align: right;
  margin: 1%;
  cursor: pointer;
}

div.prev_container img {
  width: 100%;
  height: auto;
}

div.sam_container {
  width: 100%;
}

ul.gallery {
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.gallery li {
  list-style: none;
  float: left;
  margin-right: 1%;
  margin-bottom: 1em;
  cursor: pointer;
  width: 300px;
}

ul.gallery li img {
  box-shadow: 2px 2px 2px #ccc;
  width: 100%;
}

div.gallery_memo {
  font-size: 70%;
  text-align: left;
}

.img a.scr {
  font-family: 'Open Sans', sans-serif;
  font-size: 90%;
  position: absolute;
  top: 85%;
  left: 45%;
  padding: 0% 1% 0% 1%;
  background-color: rgba(0,0,0,0.2);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.img a.scr:link,
.img a.scr:visited {
  text-decoration: none;
  color: #FFF;
}

.img a:hover {
  color: red;
}


.img a span {
  position: absolute;
  top: 85%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
}
@-webkit-keyframes sdb {
 0% {
  -webkit-transform: rotate(-45deg) translate(0, 0);
  opacity: 0;
	}
    50% {
	opacity: 1;
	}
    100% {
	-webkit-transform: rotate(-45deg) translate(-20px, 20px);
	opacity: 0;
	}
}
@keyframes sdb {
    0% {
	transform: rotate(-45deg) translate(0, 0);
	opacity: 0;
	}
    50% {
	opacity: 1;
	}
    100% {
	transform: rotate(-45deg) translate(-20px, 20px);
	opacity: 0;
	}
}

@media screen and (max-width: 800px) {

    div#content {
	margin-top: 45px;
    }    

    .img {
	height: 50%;
	min-height: 200px;
	background-attachment: scroll;
    }

    .img a.scr {
	display: none;
    }

    #img_1 {
	height: auto;
    }

    #img_2 {
	height: auto;
	/*min-height: 200px;*/
    }

    ul.gallery li {
	width: 48%;
    }

    div#outline {
	width: 100%;
	float: none;
	margin-bottom: 3%;
    }

    iframe#gmaps2 {
	width: 100%;
	float: none;
    }

}