@charset "UTF-8";/* CSS変数の宣言 */
/* テンプレートで対応しきれないスタイルをこちらに記入します。ASのみ書き込み可能 */

  .base-image {
    width:100%;
    max-width:100%;
    background: url(../images/bg_25893544.png) repeat-y 100% top / contain;
  }
/*背景イメージの濃度調整*/
  .tentative-image{
    background: rgba(255,255,255,0.5);
}

  #search-top-wrap{
    background: hsla(30,100%,89%,1);
  }

  .container#slide-area{
    width:100%;
    max-width:100%;
  }

#main-title {
    background: #fff;
    border-bottom:solid 6px var(--accentColor);
}

#main-title h1{
    font-size: 1.5rem;
      position:relative;
      margin-left:32px;
      color:#262626;
  }

  #main-title h1::before {
      content:"";
      position:absolute;
      background-image:url(../images/Emblem_of_Nikkō\,_Tochigi.svg) ;
      top:-6px;
      left:-40px;
       width:2.4rem;
      height: 2.4rem;
      background-size:contain;
  }

@media (min-width: 767px) {
  .container > h2.ttl-center {
    white-space: nowrap;
  }
}

.container > h2.ttl-center #eng {
  font-size:50%;
  line-height: 2.5;
}

span.shoulder {
  font-size:80%;
}

.br::before {
  content: "\A";
  white-space: pre;
}

@media (max-width: 767px) {
  .container > h2.ttl-center {
    width:95%;
  }
  .sp-br::before {
    content: "\A";
    white-space: pre;
  }
}

.container#intro{
    /*margin-top: 2rem;*/
    margin-top:0;
  }

  #intro > .intro-container{
    max-width:1280px;
    margin:0 auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  @media only screen and (max-width: 767px) {
      #intro > .intro-container{
        margin-top:3em;
      }
}

  #intro > .intro-container > .intro-txt{
    padding-top: .2rem;
    padding-bottom: .2rem;
    text-indent: 1em;
    background:rgba(255, 255, 255, .6);
  }

  [class^="list-design1"].column2 .item, [class^="list-design1"]#document .item {
    margin:0 auto;
    margin-left: 4rem;
    margin-right: 4rem;
    overflow: hidden;
    width: calc(100% / 2 - 8rem );
    aspect-ratio: 3 / 2;
    height:100%;
    border:solid 0px #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  }

  [class^="list-design1"]#document .item {
    margin-left: 2rem;
    margin-right: 2rem;
    width: calc(100% / 3 - 6rem );
  }

@media (min-width:575px) and (max-width:900px) {
  [class^="list-design1"].column2 .item {
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(100% / 2 - 2rem );
  }
  [class^="list-design1"]#document .item {
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(100% / 3 - 2rem );
  }
}

@media (max-width:575px) {
  [class^="list-design1"].column2, [class^="list-design1"]#document {
    display: block;
  }

  [class^="list-design1"].column2 .item, [class^="list-design1"]#document .item {
    margin:2rem auto;
    width:90%;
  }
}

  h3{
    /*padding: 0 2rem;
    font-size: 2.0rem;*/
  padding:0 3rem;
    font-size: 2.0rem;
  }

  h3.upper {
    padding: .5rem 2rem 1rem 2rem;
    color: #fff;
    background: #000;
    background:rgba(255, 255, 255, .6);
    font-size:2.4rem;
  }

  h3.upper span {
    color:#262626;
    display: block;
    border-bottom:solid 2px var(--accentColor);
    font-weight: bold;
  }

  [class^="list-design1"] .item a{
    color:#262626;
    background:var(--accentColor);
  }

  [class^="list-design1"]#cont1 .item p, [class^="list-design1"]#document .item p{
    position: absolute;
    bottom: 0;
    left:0;
    display: grid;
    place-content: center;
    display: inline-block;
    text-align: center;
    width:70%;
    height:40%;
    min-height: 6rem;
    bottom:auto;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin:0 auto;
    border-radius: 12px;
    padding:1rem 1.5rem;
    line-height: 1.5;
    background: rgba(255,255,255, 0.7);
  }

  [class^="list-design1"]#ehagaki .item {
    border:solid 8px #fff;
    /*border:solid 4px var(--accentColor);*/
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  }


  [class^="list-design1"]#ehagaki .item p{
    position: absolute;
    bottom: 0;
    left:0;
    display: grid;
    place-content: center;
    width: 100%;
    min-height: 6rem;
    padding:1rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    background: rgba(var(--accentColorRGB), 0.7);

    background: rgba(0,0,0,0.6);
    color:#fff;
  }

  section.container {
    padding-left:2rem;
    padding-right:2rem;
    padding-bottom:6rem;
  }

  #map-contents div/*, #map-contents iframe*/{
    /*width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 600px;*/
    max-width:900px;
    border: none;
  }

  #map-contents div{
    width:60%;
    margin:0 auto;
  }

  #map-contents div img {
    width:100%;
    object-fit: contain;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  }
  @media (max-width: 768px) {
  #map-contents div{
    width:100%;
  }
  }

  @media (min-width: 768px) {
    [class^="list-design"] .list-txt{
      padding-left:4rem;
      }
}

/*areaからさがす*/

/*deSVG地図*/
   svg{
      width:100%;
        max-width: 1000px;
        height: auto;
        margin:0 auto;
      }

      /*ボタン*/
     ul.city-list{
        display: flex;
        width:100%;
        max-width: 1000px;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top:2rem;
      }

      .city-list li {
        width:calc(100% / 5 - 2%);
        background: #358270;
        padding:1.5% 8%;
        margin-right:2%;
      }

  .city-list__item .city-list__link {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size:1.0em;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;
  transition: .5s;
}

.city-list__item.active,
.city-list__item:hover{
  background: #7ecab8 !important;
}

.city-list li a {
  display: block;
  position: absolute;
}

.city{
  fill: #358270;
  transition: fill .5s;
}
.city.active{
  fill: #7ecab8;
}
 .base-color {
  fill: #dfdfdf !important;
      }

 .cls-1 {
        fill-rule: evenodd;
        fill-rule:transparent;
        stroke: #fff;
        stroke-width:3;
        stroke-linecap: round;
        stroke-linejoin: round;
      }

/*地図上の地名*/
      .txt-w {
        fill: #fff;
            font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;
        font-size:2.5em;
        font-weight:normal;
      }
      .txt-w.active {
        fill: #262626;
      }
/*県名*/
      .r-name {
        fill: #888;
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;
        font-size:1.5em;
        font-weight:normal;
      }

/*地図の色変化*/
      .city{
        fill: #358270;
        transition: fill .5s;
      }
      .city.active{
        fill: #7ecab8;
      }

      .cls-1.no-link {
    fill: #dfdfdf;
  transition: fill .5s;
}

.cls-tochigi {
  fill: #cde6d9 !important;
}

.base-blue {
  fill:#a4d6ffef;
}










/*すべての資料を見る*/
.container#all-documents div {
  padding:3rem 2rem 3rem 6rem;
}

.all-documents-btn{
  display:inline-block;
  width:auto;
  height:auto;
  line-height:1.5;
  font-size:1.4rem;
  /*background: var(--accentColor);*/
  background: rgba(var(--accentColorRGB), 0.5);
  background: linear-gradient(180deg, rgba(var(--accentColorRGB), 0.5) 0%, rgba(var(--accentColorRGB), 0.5) 85%, var(--accentColor) 85%, var(--accentColor) 100%);
   color:#262626;
  text-decoration:none;
  position: relative;
  left:1.5rem;
  padding:2.0rem 6rem 1.8rem 2.5rem;
  margin-bottom:2rem;
  border-radius:12px;
  border-bottom:none;
  -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
}
.all-documents-btn::before,
.all-documents-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 1.5em;
  width: 15px;
  height: 2px;
  border-radius: 9999px;
  background-color:#262626;
  transform-origin: calc(100% - 1px) 50%;
}

.all-documents-btn::before {
  transform: rotate(45deg);
}

.all-documents-btn:after {
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .container#all-documents div {
    padding:1rem;
  }

  .all-documents-btn{
    left:0.5rem;
    padding:2.0rem 4rem 1.8rem 1.5rem;
  }
}

.all-documents-btn:hover {
  background: var(--accentColor);
  transition: all 0.5s ease-in-out;
}