@charset "utf-8";
*{
	margin:0px;
	padding:0px;
}
body{
	width: 100%;
	height:100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	transition: .3s;
}

a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: white;
	transition: .3s;
}

header ul a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: white;
	transition: .3s;
}

a:hover::after {
  width: 100%;
}

@-webkit-keyframes modify{
      0% { padding-top: 100px; margin-top: -100px; }
    100% { padding-top: 0; margin-top: 0; }
}
@keyframes  modify{
      0% { padding-top: 100px; margin-top: -100px; }
    100% { padding-top: 0; margin-top: 0; }
}

.anchor:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}

#header-menu{
	background:#4e4e4e;
	box-shadow:0 2px 8px rgba(30,30,80,.3);
	left:0;
	line-height:1;
	position:fixed;
	top:0;
	width:100%;
	z-index:9999;
}

header {
	display: flex;
	align-items: center;
	width: 980px;
	height:70px;
	background-color:#4e4e4e;
	vertical-align: middle;
	margin:0 auto;
}

h1{
	margin-left: 20px;
	justify-content: center;
}

header ul {
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	margin-right: 20px;
}

header ul li{
	margin-left: 20px;
	list-style: none;
	text-decoration: underline;
}

header a{
	color:#fff
		;
}

nav  {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 100%;
}

nav ul {
	display: flex;
	justify-content: center;
	width:980px;
}

nav li{
	flex:1;
	-webkit-flex:1;
	list-style-type: none;
	text-align: center;
	border-right: 1px solid;
	color:white;
}

nav li:first-child {
	border-left: 1px solid;
}

nav a{
	color: white;
}

#wrapper{
	display: flex;
	flex-direction:column;
	min-height:100vh;
}

h2{
	position: relative;
	display: inline-block;
	padding: 0 55px;
	color: #4e4e4e;
	margin:30px auto 20px auto;
}

h2:before, h2:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: #4e4e4e;
}

h2:before {left:0;}
h2:after {right: 0;}

#main{
	width:100%;
	height: 390px;
	padding: 0;
	margin: 115px auto auto auto;
	text-align: center;
}

#main div{
	text-align: center;
	padding:0;
}

#main img{
	text-align: center;
	margin: auto;
}

#point{
	text-align: center;
	background-color: #dbcc8f;
	width:100%;
}

#point ul{
	width:980px;
	margin:30px auto 30px auto;
}

#point li{
	display: inline-block;
	vertical-align: top;
	width: 300px;
}

#point p{
	color: white;
}

#panorama{
	text-align: center;
}

.panocap   {
    text-align: center;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.panoramacap {
    text-align: left;
    font-size: small;
}

#renovation{
	margin:30px auto;
	text-align: center;
	background: linear-gradient(rgba(219, 204, 143, .8), rgba(219, 204, 143, .8)), url(../image/background1.jpg);
	background: -moz-linear-gradient(rgba(219, 204, 143, .8), rgba(219, 204, 143, .8)), url(../image/background1.jpg);
	background: -webkit-linear-gradient(rgba(219, 204, 143, .8), rgba(219, 204, 143, .8)), url(../image/background1.jpg);
	bacground-size:cover;
	bacground-position:center;
	height:100%;
	width:100%;
}

.text{
	width:980px;
	margin:auto;
}

.text p,li{
	color:white;
}

#renovation ul{
	margin-bottom: 30px;
}

#renovation li {
	list-style-type: none;
}
.lightbox li   {
	display: inline-block;
}

#access{
	text-align: center;
	margin-top: -30px;
	margin-bottom: 30px;
}

#caption {
	width:980px;
	text-align: left;
	margin: auto auto 20px auto;
}


#caption p  {
	font-size: small;
}

#footer{
	background-color: #519662;
	width:100%;
	height:100%;
	margin:auto;
	text-align: center;
}

#footer_content {
	display: flex;
	flex-wrap: wrap;
	width: 980px;
	margin: auto;
}

.logo   {
    display: flex;
    text-align: left;
    align-items: center;
}

.logo li{
    font-size: medium;
}

.footer_text {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	text-align: left;
	align-items:center;
	font-size: small;
}

#footer li{
	list-style-type: none;
}

#footer li a:link{
	color:#f9f8eb;
}
#footer li a:visited{
	color:#f9f8eb;
}
