@charset "UTF-8";

* {
  list-style: none;
  margin: 0;
  padding: 0;
  /* border: 0; */
  color: #333;
  font-size: 97%;
  font-style: normal;
  line-height: 2.2;
  text-decoration: none;
  text-align: left;
}

body {
  background: #f2ebdd url('../img/bg.gif') 20% -400px repeat;
  color: #595757;
}

body a:link,
body a:visited {
  color: #039;
}

body a:hover,
body a:active,
body a:focus {
  color: #d90505;
}

#wrap {
  margin: 0 auto;
  min-width: 700px;
  max-width: 900px;
  /* width: 100vw; */
  height: 100vh;
  background: #fff;
  position: relative;
  overflow: auto;
}

#wrap #head {
  position: absolute;
  left: 2.5%;
  border-bottom: 1px solid #666;
  height: 35px;
  width: 95%;
  margin: auto;
  z-index: 9;
}

h1 img {
  position: absolute;
  top: 30%;
  left: 12%;
  z-index: 5;
  max-width: 50vw;
  height: auto;
}

/* iiif表示 */
.mirador1 {
  top: 2em;
}
#miradortop {
  position: absolute;
  top: 0;
  left: 5em;
  font-weight: 800;
}
@media screen and (max-width: 599px) {
  #miradortop {
    background: #f2ebdd url(../img/bg.gif) 20% -400px repeat;
    color: #595757;
    position: absolute;
    top: 5em;
    left: 1em;
    font-weight: 800;
    z-index:5;
    width: 100%;
  }
}


/* 上部リンク */
#tNav {
  position: absolute;
  right: 0.51%;
  top: 31%;
  margin: 0;
  padding: 0;
}

/* #tNav li.t01 {
  margin-left: 50px;
} */
#tNav li {
  float: left;
  margin-right: 0px;
  font-size: 70%;
  padding: 3px 0 3px 5px;
  vertical-align: bottom;
}

/* メインリンク */
#kaisetu img {
  position: absolute;
  top: 17%;
  left: 12%;
  z-index: 6;
  display: none;
}

#zinmei img {
  position: absolute;
  top: 60%;
  right: 0;
  z-index: 7;
}

#syomei img {
  position: absolute;
  top: 78%;
  left: 0;
  z-index: 8;
}

.link-image-container a img {
  transition: transform 0.7s ease;
}

.link-image-container a:hover img {
  transform: translateY(10%);
}

.link-image-container a img:not(:hover) {
  transform: translateY(0);
}

/* 画像 */
#kai img {
  position: absolute;
  top: 7%;
  right: 0;
  z-index: 4;
}

#b01 img {
  position: absolute;
  top: 4.8%;
  left: 0;
  z-index: 1;
}

#b02 img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

#b03 img {
  position: absolute;
  top: 53%;
  left: 22%;
  z-index: 3;
}

#b04 {
  position: absolute;
  bottom: 0;
  z-index: 4;
  width: 100%;
}

#b04 img {
  display: block;
  margin: 0 auto;
}

.bg001 {
  position: absolute;
  top: 80px;
  left: 0;
  margin-left: -4px;
  width: 40%;
  aspect-ratio: 617/539;
  background: url(../img2/base_left.png) 0 0 no-repeat;
  background-size: contain;
  z-index: 2;
}

.bg002 {
  position: absolute;
  top: 300px;
  right: 0;
  margin-bottom: -4px;
  width: 26%;
  aspect-ratio: 411/461;
  background: url(../img2/base_right.png) no-repeat;
  background-size: contain;
  z-index: 2;
}

.bg003 {
  position: fixed;
  width: 90%;
  height: auto;
  max-width: 586px;
  max-height: 65px;
  margin: 0 auto;
  bottom: 100px;
}
.bg003 img {
  width: 130%;
}

/* ########### 700px以下 ########### */
@media screen and (max-width: 700px) {
  #wrap {
    min-width: auto;
    max-width: 100%;
  }

  #logo {
    content: url('../img/h1_sp.png');
    top: 16%;
    left: 44%;
  }

  #kai img {
    content: url('../img/kai_sp.png');
    top: 7%;
    left: 0;
  }

  /* メインリンク */
  #kaisetu img {
    top: 33%;
    left: 0%;
  }

  #zinmei img {
    position: absolute;
    top: 48%;
    right: 0;
  }

  #syomei img {
    position: absolute;
    top: 63%;
    left: 0;
  }

  /* 画像 */
  #b01 img {
    width: 88%;
  }

  #b03 img {
    top: 39%;
    left: 22%;
  }

  #b04 img {
    display: block;
    margin: 0 auto;
    max-width: 98%;
  }

}

/* ########### 407px以下 ########### */
@media screen and (max-width: 407px) {
  #tNav li {
    font-size: 65%;
  }
}

/***** secondページ共通 *****/

#breadcrumbs {
  position: absolute;
  top: 42px;
  left: 2.5%;
}

.crumbs {
  white-space: nowrap;
}

.crumbs li {
  display: inline-block;
  font-size: 70%;
}

.crumbs li:not(:last-child)::after {
  content: '|';
  margin: 0 5px;
}

#contents {
  position: absolute;
  top: 80px;
  width: 83%;
  left: 0;
  right: 0;
  margin: 0 auto 3em;
  z-index: 3;
}

div#about p {
  line-height: 2.2;
}

#h2 {
  border-bottom: 1px solid #666;
  margin: auto;
  margin-bottom: 20px;
}

h2 {
  font-size: 1.4em;
}

/***** サイトマップ *****/

#siteList li {
  margin-bottom: 1em;
}

#siteList li a {
  padding-left: 1.8em;
  background: url('../img/icon.png') 2px 50% no-repeat;
  text-decoration: underline;
  padding : 1.5em;
}

/***** ご利用について*****/
h3 {
  margin-bottom: 0.5em;
  padding: 0.3em 0 0.13em 0.5em;
  background-color: #e0e0e0;
  font-size: 1.1em;
}
.abl {
  padding-bottom: 1.2em;
}

#last {
  margin-top: 1em;
  margin-bottom: 3em;
  font-size: 87%;
}
