@charset "UTF-8";
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  /*--------------------------fvb*/
  #fv {
    margin-bottom: 0;
  }
  /*共通タイトルパターン1*/
  #sight .title1 h2 {
    /* font-family: 'Karla', sans-serif;
    font-size: 48px;
    font-weight: 800;
    position: relative;
    line-height: 1;
    margin: 0 0 60px 0;
    letter-spacing: .2em; */
    text-align: center;
  }
  #sight .title1 h2 span.min {
    /* font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500; */
    display: block;
    margin: 33px 0 0 0;
    letter-spacing: .2em;
  }
  #sight .title1 h2::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 30px;
  }
  .bn {
    text-align: center;
    margin-bottom: 56px;
  }
  .bn a {
    display: block;
    max-width: 400px;
    margin: auto;
  }
  .bn a img {
    width: 100%;
  }
  /*-----------------------------ナビ*/
  .sight-navi {
    background-color: #F4F4F4;
    padding: 140px 20px 100px;
  }
  .navi-txt {
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: .15em;
    text-align: center;
    margin-bottom: 100px;
  }
  .sight-navi ul {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sight-navi ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.2em;
    border-left: 1px solid #0079AD;
  }
  .sight-navi ul li:last-of-type {
    border-right: 1px solid #0079AD;
  }
  .sight-navi ul a {
    display: block;
    width: 100%;
    padding: 25px;
  }
  /*-----------------------------sight */
  .sight {
    width: 100%;
    padding: 185px 20px 0;
  }
  .sight:last-of-type {
    padding-bottom: 200px;
  }
  #sight .sight .title1 h2 {
    margin-bottom: 125px;
  }
  .sight ul {
    display: -ms-grid;
    display: grid;
    gap: 100px 2%;
    -ms-grid-columns: (minmax(250px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  .sight ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sight-img {
    width: 100%;
    aspect-ratio: 1 / .9;
    margin-bottom: 20px;
    position: relative;
  }
  .sight-img img {
    width: 100%;
    height: 307.2px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .sight-img span {
    position: absolute;
    right: 4px;
    bottom: 2px;
    color: #fff;
    text-shadow: 0 0 4px #000;
    display: block;
    font-size: 14px;
    line-height: 1.2;
  }
  .sight-copy {
    position: absolute;
    right: 2px;
    bottom: 2px;
    color: #fff;
    font-size: 14px;
  }
  .place{
    background: #0079AD;
    color: #fff;
    width: fit-content;
    padding: 5px 10px;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .sight-ttl {
    font-size: 27px;
    letter-spacing: 0.1em;
    line-height: 1.46;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 15px;
    font-weight: 500;
  }
  .sight-txt {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 20px;
    color: #666869;
    font-weight: 500;
  }
  .sight-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sight-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding: 15px 1em 15px 1em;
    width: 49%;
    min-height: 60px;
    background: url(../images/icn_arrow.svg) no-repeat right 10px center;
    background-color: #0079ad;
    background-size: 21px auto;
  }
  .sight-btn a:last-of-type {
    background-color: #666869;
  }
  .sight-btn a:hover {
    background-position: right 5px center;
  }

  .map_item{
    margin: 100px 0;
    display: flex;
    justify-content: space-between;
    gap: 1%;
  }
  .map_item .img_map{
    width: 52%;
  }
  .map_item .img_map img{
    width: 100%;
  }
  .map_item .map_list{
    width: 47%;
    display: block;
  }
  .map_item .map_list li{
    border-top: dashed 1px #808080;
    border-left: none;
    border-right: none;
    width: 100%;
    height: fit-content;
    display: block;
    flex: none;
    font-size: 18px;
    position: relative;
    counter-increment: number;
  }
  .map_item .map_list li:last-of-type{
    border-bottom: dashed 1px #808080;
    border-right: none;
  }
  .map_item .map_list li::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    content: counter(number);
    background: url(../images/icon_ping.svg) no-repeat;
    color: #fff;
    width: 26px;
    height: 39px;
    font-size: 18px;
    padding: 1px 8px;
  }
  .map_item .map_list li a{
    padding: 24px 16px 24px 64px;
    width: 100%;
    text-align: start;
    color: #313131;
  }
  .map_item .map_list li a::after{
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-color:  transparent transparent #313131 #313131;
    transform: rotate(-45deg) translateY(50%);
    display: block;
    position: absolute;
    bottom: 50%;
    right: 16px;
    transition: all ease .3s;
  }
  .map_item .map_list li a:hover::after{
    bottom: 45%;
  }

  .anchor {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}
@media (max-width: 1420px) {
  .anchor {
    display: block;
    padding-top: 102px;
    margin-top: -102px;
}
}
@media (max-width: 630px) {
  .anchor {
    display: block;
    padding-top: 68.31px;
    margin-top: -68.31px;
}
}

}

@media (max-width: 1000px) {
  /*--------------------------fvb*/
  #sight #fv {
    margin-bottom: 0;
  }
  /*共通タイトルパターン1*/
  #sight .title1 h2 {
    text-align: center;
  }
  #sight .title1 h2 span.min {
    /* font-family: 'Noto Sans JP', sans-serif;
    font-size: clamp(16px, 3.7vw, 28px);
    font-weight: 500; */
    display: block;
    margin: 7.5vw 0 0 0;
    letter-spacing: .2em;
  }
  #sight .title1 h2::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    /* bottom: clamp(20px, 5.5vw, 45px); */
    bottom: clamp(28px, 6.5vw, 55px);
  }
  .bn {
    text-align: center;
    margin-bottom: 6vw;
  }
  .bn a {
    display: block;
    margin: auto;
  }
  .bn a img {
    width: 100%;
  }
  /*-----------------------------ナビ*/
  .sight-navi {
    background-color: #F4F4F4;
    padding: 18vw 0 13vw;
  }
  .navi-txt {
    font-size: 4.2vw;
    font-weight: 300;
    line-height: 2;
    letter-spacing: .15em;
    text-align: justify;
    margin-bottom: 10vw;
  }
  .sight-navi ul {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sight-navi ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    font-size: 3.5vw;
    font-weight: 500;
    letter-spacing: 0.2em;
    border-left: 1px solid #0079AD;
  }
  .sight-navi ul li:last-of-type {
    border-right: 1px solid #0079AD;
  }
  .sight-navi ul a {
    display: block;
    width: 100%;
    padding: 1vw 3vw;
  }
  /*-----------------------------sight */
  .sight {
    width: 100%;
    padding: 25vw 0 0;
  }
  .sight:last-of-type {
    padding-bottom: 200px;
  }
  #sight .sight .title1 h2 {
    margin-bottom: 15vw;
  }
  .sight ul {
    max-width: 1400px;
    margin: 0 auto;
  }
  .sight ul li {
    margin-bottom: 20vw;
  }
  .sight ul li:last-of-type {
    margin-bottom: 0;
  }
  .sight-img {
    width: 100%;
    aspect-ratio: 1 / .9;
    margin-bottom: 20px;
    position: relative;
  }
  .sight-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .sight-img span {
    position: absolute;
    right: 1vw;
    bottom: .5vw;
    color: #fff;
    text-shadow: 0 0 4px #000;
    display: block;
    font-size: 3.2vw;
    line-height: 1.2;
  }
  .place{
    background: #0079AD;
    color: #fff;
    padding: 1vw 2vw;
    font-size: 3.7vw;
    margin-bottom: 3vw;
    font-weight: 600;
  }
  .sight-ttl {
    font-size: 5.5vw;
    letter-spacing: 0.1em;
    line-height: 1.46;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 15px;
    font-weight: 500;
  }
  .sight-txt {
    font-size: 4vw;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 20px;
    color: #666869;
    font-weight: 500;
  }
  .sight-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sight-btn a {
    display: inline-block;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: clamp(13px, 3.7vw, 24px);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding: 15px 1em 15px 1em;
    width: 49%;
    min-height: 60px;
    background: url(../images/icn_arrow.svg) no-repeat right 4vw center;
    background-color: #0079ad;
    background-size: 21px auto;
  }
  .sight-btn a:last-of-type {
    background-color: #666869;
  }
  .sight-btn a:hover {
    background-position: right 3vw center;
  }

  .map_item{
    margin: 10vw 0;
  }
  .map_item .img_map{
    width: 100%;
    margin-bottom: 4vw;
  }
  .map_item .img_map img{
    width: 100%;
  }
  .map_item .map_list{
    width: 100%;
    display: block;
  }
  .map_item .map_list li{
    border-top: dashed 1px #808080;
    border-left: none;
    border-right: none;
    width: 100%;
    height: fit-content;
    display: block;
    flex: none;
    font-size: 4.2vw;
    position: relative;
    counter-increment: number;
  }
  .map_item .map_list li:last-of-type{
    border-bottom: dashed 1px #808080;
    border-right: none;
  }
  .map_item .map_list li::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 4vw;
    transform: translateY(-50%);
    content: counter(number);
    background: url(../images/icon_ping.svg) no-repeat;
    color: #fff;
    width: 7vw;
    height: 10vw;
    font-size: 4.2vw;
    padding: 0.5vw 2.2vw;
  }
  .map_item .map_list li::after{
    content: "";
    width: 4vw;
    height: 4vw;
    border: 2px solid;
    border-color:  transparent transparent #313131 #313131;
    transform: rotate(-45deg) translateY(50%);
    display: block;
    position: absolute;
    top: 50%;
    right: 4vw;
  }
  .map_item .map_list li a{
    padding: 5vw 12vw 5vw 15vw;
    width: 100%;
    text-align: start;
    color: #313131;
  }

  .anchor {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}
@media (max-width: 1420px) {
  .anchor {
    display: block;
    padding-top: 102px;
    margin-top: -102px;
}
}
@media (max-width: 630px) {
  .anchor {
    display: block;
    padding-top: 68.31px;
    margin-top: -68.31px;
}
}

}
/*# sourceMappingURL=style.css.map */