/*--------------------------------------------------------------
トップページ
--------------------------------------------------------------*/

header .header_gnavi .nav_in .nav_search .nav_search__ttl {
    border-bottom: 2px solid #fff;
}

.mainvisual {
    /* padding: 60px 0 0; */
    width: 100%;
    height: 62vw;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.mainvisual video {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.mainvisual .sound_on {
    position: absolute;
    top: 20px;
    right: 17px;
    background: url(../img/sound_on.png) center no-repeat;
    background-size: contain;
    width: 60px;
    height: 40px;
    display: none;
    cursor: pointer;
}
.mainvisual .sound_off {
    position: absolute;
    top: 18px;
    right: 5px;
    background: url(../img/sound_off.png) center no-repeat;
    background-size: contain;
    width: 81px;
    height: 43px;
    cursor: pointer;
}
@media screen and (max-width: 991px){
    .mainvisual {
        height: 70vw;
    }
    .mainvisual .sound_on {
        position: absolute;
        top: 20px;
        right: 12.5px;
        background: url(../img/sound_on.png) center no-repeat;
        background-size: contain;
        width: 52px;
        height: 34px;
        display: none;
    }
    .mainvisual .sound_off {
        position: absolute;
        top: 18px;
        right: 6.6px;
        background: url(../img/sound_off.png) center no-repeat;
        background-size: contain;
        width: 61px;
        height: 37px;
    }
}
@media screen and (max-width: 768px) {
    .mainvisual {
        /* height: 55vh; */
    }
    .mainvisual video {
        /* height: 100%; */
        width: 100%;
        object-fit: cover;
    }
}

/*--------------------------------------------------------------
search
--------------------------------------------------------------*/
.search ul li:nth-child(1) .map {
    display: block;
    height: 100%;
    border: 1px solid #b39860;
}
.search .contents_ttl h3 {
    font-family: 'Times New Roman', serif;
    color: #978153;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
}
.search .area_btnWrap {
    width: 100%;
}
.search .area_btnWrap p {
    display: block;
    background: #163259;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 22px;
    transition: .3s;
    cursor: pointer;
}
.search .area_btnWrap .active p {
    background: #4c6e9e;
}
.search .area_btnWrap li {
    margin-bottom: 10px;
}
.search .area_btnWrap li:nth-child(1) {
    width: 100%;
}
.search .area_btnWrap li.gray_out {
    cursor: default;
    pointer-events: none;
}
.search .area_btnWrap li.gray_out p {
    background-color: #999;
}
/* .search .area_btnWrap li:nth-last-child(-n+2) {
    margin-bottom: 0;
} */
.search .area_btnWrap li:hover {
    opacity: 0.9;
}
.search .map > div {
    display: none;
}
.search .map > div.active {
    display: block;
}
.search .map .area:hover {
    cursor: pointer;
}
.search .map .mapWrap {
    z-index: 1;
    position: relative;
    background-color: #fff;
}
.search .map .mapWrap .area.gray_out {
    cursor: default;
    pointer-events: none;
}
.search .map .mapWrap .gray_map {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}
.search .map .mapWrap .gray_map li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
@media screen and (max-width: 991px){
    .search .area_btnWrap {
        margin-top: 30px;
    }
    .search .flexBox .area_Box {
        width: 100%;
    }
    .search .area_btnWrap li:nth-last-child(2) {
        margin-bottom: 10px;
    }  
}
@media screen and (max-width: 768px) {
    .search .area_btn {
        width: 49%;
    }  
    .search .area_btnWrap p {
        padding: 15px 0;
    }
}
@media screen and (max-width: 520px) {
    /* .search .area_btnWrap a {
        font-size: 1.2em;
    } */
    .search .area_btnWrap p {
        font-size: 1.3em;
    }    
}

/*--------------------------------------------------------------
bukkenList
--------------------------------------------------------------*/
.bukkenList .innerWide {
    margin: 60px auto 100px;
}
.bukkenList .area_title {
    background: #163259;
    letter-spacing: 0.2em;
    padding: 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.bukkenList .area_title a {
    color: #fff;
}
.bukkenList .area_title .area {
    font-size: 16px;
    margin-right: 30px;
    color: #fff;
}
.bukkenList .area_title .ken {
    font-size: 14px;
    color: #fff;
}
@media screen and (max-width: 520px) {
    .bukkenList .area_title .area {
        font-size: 1.3em;
    }
    .bukkenList .area_title .ken {
        font-size: 1.3em;
    }    
}

.bukkenListWrap {
    align-items: flex-start;
    justify-content: flex-start;
}
.bukkenListWrap li {
    margin-bottom: 40px; 
    margin-right: 2%;
    /* min-height: 575px; */
}
.bukkenListWrap li:nth-child(3n) {
    margin-right: 0;
}
.bukkenListWrap li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 575px;
    height: 575px;
    box-shadow: 0 0 10px rgba(17, 24, 44, 0.3);
    transition: .3s;  
    background: #fff;
}
.bukkenListWrap li a div {
    flex-shrink: 0; 
}
.bukkenListWrap li a:hover {
    box-shadow: 0 0 2px rgba(17, 24, 44, 0.3);
    background: #f1f1f1;
}
.bukkenListWrap li a:hover img {
    opacity: 0.8;
    transition: .3s;
}

/* .bukkenListWrap li a .imgWrap {
    overflow: hidden;
}
.bukkenListWrap li a .imgWrap img {
    transition: 0.5s all;
}
.bukkenListWrap li a:hover .imgWrap img {
    transform: scale(1.2, 1.2);
    transition: 0.5s all;
} */
.bukkenListWrap li a .textarea {
    padding: 20px;
}
.bukkenListWrap li a .textarea .area_name {
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.bukkenListWrap li a .textarea .area_name .icon_img {
    background: url(../img/top/icon_map_pin.png) center no-repeat;
    background-size: contain;
    width: 27px;
    height: 42px;
    margin-right: 10px;
}
.bukkenListWrap li a .textarea .area_name .area {
    line-height: 1.8;
}
.bukkenListWrap li a .textarea .area_name .ken {
    display: inline-block;
    line-height: 1.8;
    font-size: 12px;
    color: #fff;
    background: #163259;
    padding: 0 10px;
}
.bukkenListWrap li a .textarea h4 {
    font-size: 20px;
    letter-spacing: 0.075em;
    line-height: 1.25;
}
.bukkenListWrap li a .textarea .bukken_border {
    width: 100%;
    border-top: 1px solid #b39860;
    margin: 10px auto 15px;
}
.bukkenListWrap li a .textarea .desc {
    font-size: 12px;
    line-height: 1.6;
}
.viewmore {
    font-family: 'Times New Roman', serif;
}
.bukkenListWrap li a .viewmore {
    font-size: 12px;
    color: #163259;
    letter-spacing: 0.075em;
    text-align: right;
    padding: 0 30px 20px;
    position: relative;
    z-index: 0;
}
.bukkenListWrap li a .viewmore::before {
    content: '';
    background: url(../img/top/search_viewmore_arw.png) center no-repeat;
    background-size: contain;
    width: 98px;
    height: 7px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}
.bukkenListWrap li a .viewmore::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent #b39860 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
@media screen and (max-width: 991px) {
    .bukkenListWrap li a {
        min-height: 508px;
        height: 100%;
    }    
}
@media screen and (max-width: 768px) {
    .bukkenListWrap.flexBox {
        align-items: flex-start;
    }
    .bukkenListWrap li, .bukkenListWrap li:nth-child(3n) {
        width: 49%;
        margin-bottom: 30px;
        margin-right: 2%;
    }
    .bukkenListWrap li:nth-child(2n) {
        margin-right: 0;
    }
    .bukkenListWrap li a {
        min-height: 564px;
        height: 100%;
        /* margin-bottom: 20px; */
    }    
    .bukkenList .area_title {
        margin-bottom: 20px;
    }
    .bukkenListWrap li a .textarea .area_name {
        margin-bottom: 18px;
    }
    .bukkenListWrap li a .textarea h4 {
        margin-bottom: 18px;
    }
}
@media screen and (max-width: 520px) {
    .bukkenListWrap li, .bukkenListWrap li:nth-child(2n), .bukkenListWrap li:nth-child(3n) {
        width: 100%;
        margin-right: 0;
    }
    .bukkenListWrap li a {
        height: 100%;
        min-height: 1px;
    }    
    .bukkenListWrap li a .textarea .area_name {
        font-size: 1.3em;
    }
    .bukkenListWrap li a .textarea .area_name .ken {
        font-size: 1em;
    }
    .bukkenListWrap li a .textarea h4 {
        font-size: 1.8em;
    }
    .bukkenListWrap li a .textarea .desc {
        font-size: 1em;
    }
    .bukkenListWrap li a .viewmore {
        font-size: 1.3em;
    }    
}


/*--------------------------------------------------------------
information
--------------------------------------------------------------*/
.information {
    margin: 60px auto;
    background: #eeedee;
}
.information .contents_ttl {
    margin-bottom: 0;
}
.information .contents_ttl h3 {
    font-family: 'Times New Roman', serif;
    color: #978153;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
}

.information .infoWrap {
    position: relative;
    z-index: 0;
}
.information .infoWrap li:nth-child(2) {
    background: #fff;
    padding: 0 0 0 20px;
    height: auto;
    max-height: 320px;
    overflow-y: scroll;
    /* cursor: pointer; */
}
.information .infoWrap li:nth-child(2)::before {
    content: '';
    display: block;
    width: calc(74vw - (100vw - 100%) / 2);
    height: 100%;
    margin-right: calc(50% - 50vw);
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
@media screen and (min-width: 1400px) {
    .information .infoWrap li:nth-child(2)::before {
        width: calc(76vw - (100vw - 100%) / 2);
    }
}
@media screen and (min-width: 1600px) {
    .information .infoWrap li:nth-child(2)::before {
        width: calc(80vw - (100vw - 100%) / 2);
    }
}
.information .infoWrap dl {
    font-size: 12px;
    border-bottom: 1px solid #eeedee;
    margin-top: 0;
    margin-bottom: 20px;
}
.information .infoWrap dl dt {
    display: inline-block;
    margin: 0 20px 20px 0;
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
    color: #b39860;
}
.information .infoWrap dl:last-child {
    margin-bottom: 0;
}
.information .infoWrap dl dd {
    display: inline-block;
    margin: 0 0 20px;
}
@media screen and (max-width: 1200px) {
    .information {
        padding: 60px 0 30px;
    }
    .information .infoWrap li {
        width: 100%;
    }
    .information .contents_ttl {
        margin-bottom: 50px;
    }
    .information .infoWrap li:nth-child(2) {
        padding: 40px 20px;
    }
    .information .infoWrap li:nth-child(2)::before {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .information .infoWrap dl dt {
        width: 100%;
        margin: 0 0 7px 0;
    }
}
@media screen and (max-width: 520px) {
    .information .infoWrap dl {
        font-size: 1.3em;
    }
}


/*--------------------------------------------------------------
about
--------------------------------------------------------------*/
.about {
    margin: 120px auto 150px;
}
.about .contents_ttl h3 {
    font-family: 'Times New Roman', serif;
    color: #978153;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
}
.aboutWrap {
    background: url(../img/top/about_img.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 50vw;
    max-height: 830px;
    position: relative;
}
.aboutWrap .innerWide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.aboutWrap .flexBox {
    align-items: flex-end;
}
.aboutWrap .descWrap {
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 20px;
}
.aboutWrap .descWrap .title {
    width: 40%;
}
.aboutWrap .top-btn {
    width: 370px;
}
.aboutWrap .top-btn.viewmore a {
    display: block;
    background: #163259;
    color: #b39860;
    font-size: 20px;
    letter-spacing: 0.2em;
    text-align: center;
    padding: 30px;
    box-shadow: 0 0 10px rgba(17, 24, 44, 0.3);
    transition: .3s;
    position: relative;
}
.top-btn.viewmore a:hover {
    background: #fff;
    color: #163259;
}
.top-btn.viewmore a::after {
    content: '';
    display: block;
    background: url(../img/top/btn_viewmore_arw.png) center no-repeat;
    background-size: contain;
    width: 60px;
    height: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.top-btn.viewmore a:hover::after {
    content: '';
    display: block;
    background: url(../img/top/btn_viewmore_arw_blue.png) center no-repeat;
    background-size: contain;
    width: 60px;
    height: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
@media screen and (max-width: 1200px) {
    .aboutWrap {
        height: 70vw;
    }
}
@media screen and (max-width: 991px) {
    .aboutWrap {
        height: 80vw;
    }
    .aboutWrap .descWrap .txt {
        text-align: left;
    }
}
@media screen and (max-width: 870px) {
    .aboutWrap {
        height: 120vw;
    }
    .aboutWrap .descWrap {
        width: 100%;
    }  
    .aboutWrap .top-btn {
        width: 100%;
        margin-top: 30px;
    }      
}
@media screen and (max-width: 768px) {
    .aboutWrap {
        background-position: top;
        background-size: contain;
        width: 100%;
        height: 140vw;
    }
    .aboutWrap .innerWide {
        position: absolute;
        top: 30%;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
    }    
    .aboutWrap .descWrap {
        background: rgba(255, 255, 255, 1);
        padding: 40px 0;
    }    
    .about .spacer {
        background: #fff;
        width: 100%;
        height: 10%;
        margin-top: 20%;
    }
}
@media screen and (max-width: 520px) {
    .aboutWrap .top-btn.viewmore a {
        font-size: 1.3em;
    }
    .about .spacer {
        width: 100%;
        height: 30vw;
        margin-top: 20%;
    }
}

.anchor-target {
  padding-top: 90px;
  margin-top: -90px;
}
#area0 {
    padding-top: 60px;
    margin-top: -60px;
}
@media screen and (max-width: 991px) {
    #area0 {
        padding-top: 30px;
        margin-top: -30px;
    }    
}