@charset "utf-8";


/* ///////////////// 他ページ共通///////////////// */

/* TOPへ戻る */
.pagetop_fixed {
    display: none;
    position: relative;
    z-index: 9999;
}

.pagetop_fixed .toPageTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 9999;
}
.pagetop_fixed img {
    max-width: 100%;
}
@media only screen and (min-width: 999px), print {
    .pagetop_fixed .toPageTop {
        width: 60px;
        height: 60px;
    }
}
/* footer */
footer p {
    font-size: inherit;
    line-height: inherit;
}
/* footer forIE */
/* @media all and (-ms-high-contrast: none) {
    footer {
        margin-top: 100px;
    }
} */

/* /////////////// PC非表示／SP非表示 ////////////// */
.pc_only {
    display: block;
}
.sp_only {
    display: none;
}
@media screen and (max-width: 999px) {
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
}

/* ////////////////// 共通CSS////////////////// */
/* Firefoxのみ */
@-moz-document url-prefix(){
html{
    visibility: hidden;
}
html.wf-active,
html.loading-delay {
    visibility: visible;
}
}
/* Chromeのみ */
@media screen and (-webkit-min-device-pixel-ratio:0){
html{
    visibility: hidden;
}
html.wf-active,
html.loading-delay {
    visibility: visible;
}
}
/* IEのみ */
@media all and (-ms-high-contrast: none){
html{
    visibility: hidden;
}
html.wf-active,
html.loading-delay {
    visibility: visible;
}
}
body {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ W3', 'メイリオ', Meiryo, sans-serif;
    font-size: 1.05em;
    color: #333333;
    line-height: 1.6;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    -webkit-text-size-adjust:100%
}
/* 書体：見出しゴ */
.midashi-Go{
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
}
/* 書体：明朝体 */
.mincho{
    font-family: 'Noto Serif JP', serif;
}
.scrollfixed {
	width: 100%;
	height: 100%;
    left: 0;
}
#wrapper {
    width:100%;
    overflow:hidden;
}
.clearfix {
	display: block;
	height: 100%;
    width: 100vw;
}
a{
    transition:0.5s all;
}
a:link, a:visited, a:hover, a:active {
  /* color: #2929E5; */
  text-decoration: none;
  /* transition:0.5s all; */
}
img {
	max-width : 100% ;
	height : auto ;
}
p{
    word-break: break-all;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.h1-Title,h2,h4,h5,h6{
    text-align: center;
}
section{
    margin: 0 auto;
    clear: both;
}
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    text-align: left;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ W3", "メイリオ";
    transition: all 0.3s;
}
/* h2 コンテンツタイトル */
section h2{
    position: relative;
}
.s-content h2::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    box-sizing: border-box;
    margin-left: -40px;
    width: 80px;
    height: 4px;
    background-color: #AA8B4D; 
}
/* コンテンツ背景色 */
.goldBg{
    background:#F8F8F0 !important;
}

.mainContent{
  position: relative;  
}
/*::::::｛共通｝キービジュアル:::::: */
.keyVisualWrap{
    position: relative;
    /* z-index: -10; */
}

.keyVisual{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.keyVisual .h1-Title span{
    display: block;
    padding-right: 40px;
}
.keyVisual .h1-Title span img {
    width: 230px;
    z-index: -1;
}
.kv_bottom_arc {
    position: absolute;
    bottom: -36px;
    display: block;
    width: 100%;
}
.kv_bottom_arc img{
    width: 100%;
}
.swiper-wrapper{
    z-index: -1;
}
@keyframes zoomUp {
  0% {
    transform: scale(1) rotate(0.1deg);
  }
  100% {
    transform: scale(1.1) rotate(0.1deg);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;  
}
.slide-img img{
    display: block;
    width: 100%;
}

/* :::::::｛共通｝名古屋市のここがすごい！::::::: */
.sugoiPoint_area {
}
.sugoiPoint_no::before{
    content: "";
    background: url(/static_contents/20250722-101144/contents/nagoya/common/images/sugoiPoint.svg)no-repeat;
    display: inline-block;
}
.sugoiPoint-img{
   text-align: right; 
}
.sugoiPoint-img .tokeiPdf{
    font-size: 13px;
    margin-top: -2px;
    display: block;
    color: #AA8B4D;
    text-decoration: underline;
}
 .sugoiPoint-img .tokeiPdf:hover{
  opacity: 0.7;
}
/* もっと見る指定 */
.hide-contents {
    display: none;
    padding: 66px 0;
    margin: -30px auto;
}
.readmore {
    position: relative;
    text-align: center;
    text-decoration: none;
    height: 86px;
    width: 86px;
    margin: -55px auto 30px;
    display: block;
    background-color: transparent;
    color: #AA8B4D;
    font-weight: 700;
    padding-bottom: 19px;
    border: 2px solid;
    border-radius: 50px;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
    clear: both;
}
.readmore::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: solid 2px #AA8B4D;
    border-right: solid 2px #AA8B4D;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 31px;
    top: 42px;
    transition: .5s;
    -erbkit-transition: .5s;
}

.on-click {
    color: transparent!important;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    margin: 0 auto;
}
/* 検索導線リンク */
.sugoi_search-link {
    margin: 0 auto;
    text-align: center;
}
.sugoi_search-link a {
    background: #AA8B4D;
    padding: 20px 35px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    color: #fff;
    position: relative;
    width: 270px;
}
.sugoi_search-link a:hover {
    background: #d0af6d;
}
.sugoi_search-link a::after{
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    margin-top: -5px;
    margin-left: -2px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #fff;
    transition: all 0.3s;
}
.sugoi_search-link a:hover::after{
    right: 6px;
    border-left-color: #fff;
}
/*::::::::::::｛共通｝おすすめエリア:::::::::::: */
/* リンクズレ補正 */
.townlink_box {
    margin-top:-20px;
    padding-top:20px;
 }

 .pc_hiddeninfo .spotKu::before{
    content: "";
    position: absolute;
    background: url('/static_contents/20250722-101144/contents/nagoya/common/images/icon_location.svg') center / cover no-repeat;
    background-size: 17px;
    display: inline-block;
}
/*::::::::::::｛共通｝街を知る:::::::::::: */
.townlink_box .box-wrap{
    position: relative;
    overflow:hidden;
    border-radius: 5px;
}
.townlink_box .box-bg{
    transition:1s all;
    width: 100%;
    height: 250px;
}
/* 写真上のテキスト指定 */
.townlink_box .box-text{
    position: absolute;
    padding: 10px 10px 45px;
    bottom: 0px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}
.townlink_box .box-text .naniKu{
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
.townlink_box .box-text p{
    font-size: 14px;
    margin-top: 5px;
    text-align: left;
}
.townlink_box .box-moreInfo{
    font-size: 13px;
    border: 1px solid;
    border-radius: 30px;
    position: absolute;
    padding: 1px 20px;
    right: 10px;
    bottom: 10px;
    pointer-events: unset;
}

/* 賃貸物件を探すリンク指定 */
.townlink_box .townlink_search .search-a{
    width: 100%;
    padding: 5px 10px;
    line-height: 2;
    color: #AA8B4D;
    font-size: 15px;
    border: 1px solid #AA8B4D;
    margin-top: 10px;
    border-radius: 5px;
    display: block;
    text-decoration: none;
}

.townlink_box .townlink_search li{
    position: relative;
}
.townlink_box .townlink_search li::after{
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    margin-top: -5px;
    margin-left: -2px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #AA8B4D;
    transition: all 0.3s;
}

/* モーダルエリア指定 */
.modalArea {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .4s;
    opacity : 0;
    visibility: hidden;
}
.is-show {
    visibility: visible;
    opacity : 1;
}
/* モーダル背景 */
.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.6);
}
/* 閉じる */
.closeModal {
    position: absolute;
    top: -29px;
    right: -2px;
    height: 28px;
    background: #AA8B4D;
    color: #fff;
    letter-spacing: 1px;
    padding: 1px 15px;
    border-radius: 5px 5px 0px 0px;
}
/* モーダルコンテンツ */
.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 550px;
    padding: 20px 20px 30px;
    background-color: #fff;
    border: 2px solid #AA8B4D;
    border-radius: 5px 0px 5px 5px;
    cursor: pointer;
}
.modalContents p{
    text-align: center;
    color: #AA8B4D;
    font-weight: 700;
    font-size: 20px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.modalContents p span{
    display: block;
    font-size: 15px;
    font-weight: 100;
}
/* スクロールバー */
.near-neighborhoods-links__main{
    max-height: 60vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: auto;
    overflow-scrolling: auto;
    overflow-y: scroll;
    margin: 1px;
}
/* .near-neighborhoods-links__main::-webkit-scrollbar {
    width: 10px;
}
.near-neighborhoods-links__main::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #dadada;
    border-radius: 5px;
  }
  .near-neighborhoods-links__main::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #AA8B4D;
  } */
.near-neighborhoods-links__detail {
    margin-bottom: 10px;
}
.near-neighborhoods-links__detail:last-child {
    margin-bottom: 0px;
}
.near-neighborhoods-links__detail>.neighborhoods-tit {
    font-size: 14px;
}
.near-neighborhoods-links__list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px dotted #AA8B4D;
}
.near-neighborhoods-links__list > li {
    margin-right: 10px;
    padding: 5px 0;
    font-size: 14px;
}
.near-neighborhoods-links__list > li > a {
    color: #AA8B4D;
    border: 1px solid #AA8B4D;
    background-color: #fff;
    line-height: 32px;
    display: block;
    min-width: 140px;
    padding: 0 10px;
    text-align: center;
    border-radius: 5px;
}
.near-neighborhoods-links__list > li > a:hover {
    background: #AA8B4D;
    color:#fff;
}
/*::::::::::::｛共通｝街横綱:::::::::::: */
.s-machiyokoduna {
    background-color: #E2CDA2;
    background-image: url('/static_contents/20250722-101144/contents/nagoya/common/images/bg_machiyokoduna.svg');
}
.machiyokoduna_area{
    text-align: center;
    position: relative;
    margin: 0 auto;
    background: #fff;
    z-index: 1;
}
.machiyokoduna_Head{
    background: #283C8E;
}
.machiyokoduna_Head h2{
    margin: 0 auto;
}
.machiyokoduna_Head .p-intro{
    color: #fff;
}
.banzukeTitle{
    position: relative;
    border-top: 4px solid;
    padding-top: 40px;
    margin-top: 50px;
}
.banzukeTitle p{
    position: absolute;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #333;
    padding: 3px;
    width: 200px;
    margin: 0 auto;
    top: -21px;
    right: 0;
    left: 0;
}
.banzukeTitle p::before {
    content: "";
    border: solid 4px #333;
    position: absolute;
    top: -7px;
    left: -7px;
    width: calc(100% - -14px);
    height: calc(100% - -14px);
}
.banzukeTitle p::after {
    content: "";
    border: solid 3px #ffffff;
    position: absolute;
    top: -3px;
    left: -3px;
    width: calc(100% - -6px);
    height: calc(100% - -6px);
}
.banzukeWrap {
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}
.banzukeList li {
    position: relative;
    border: 2px solid;
    width: calc(100% / 5 - 5px);
    margin-right: 15px;
    z-index: 0;
}
.banzukeList .listWrap{
    position: relative;
    /* width: 40px;
    height: 80px;
    background-color: #000;
    display: block;
    background-size: auto; */
}
.banzukeList .listWrap .listBg{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.listBg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banzukeList li .bzWard{
    position: absolute;
    width: 100%;
    padding: 30px 0 0 40px;
    color: #fff;
    top: 0px;
    right: 0;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.photoOnly li .bzWard{
    padding-top: 35px;
}
.banzukeList li .bzWard em {
    display: block;
    font-style: normal;
    font-size: 13px;
}
.banzukeList li p {
    position: absolute;
    bottom: 0;
    font-size: 13px;
    text-align: left;
    display: block;
    padding: 5px;
    width: 100%;
    height: 46px;
    line-height: 1.4;
    background: #fff;
    z-index: 3;
}
/* 番付共通 */
.banzukeList li .bzBg{
    position: absolute;
    width: 40px;
    height: 73px;
    background-color: #0c0c0c;
    background-size: 58%;
    display: block;
    z-index: 5;
}
/* 横綱 */
.yokoduna{
  background: url('/static_contents/20250722-101144/contents/nagoya/common/images/banzuke_yokoduna.svg') center / auto no-repeat;
}
/* 大関 */
.ozeki{
  background: url('/static_contents/20250722-101144/contents/nagoya/common/images/banzuke_ozeki.svg') center / auto no-repeat;
}
/* 関脇 */
.sekiwake{
  background: url('/static_contents/20250722-101144/contents/nagoya/common/images/banzuke_sekiwake.svg') center / auto no-repeat;
}
/* 小結 */
.komusubi{
  background: url('/static_contents/20250722-101144/contents/nagoya/common/images/banzuke_komusubi.svg') center / auto no-repeat;
}
/* 前頭 */
.maegashira{
  background: url('/static_contents/20250722-101144/contents/nagoya/common/images/banzuke_maegashira.svg') center / auto no-repeat;
}
/* クラウン共通 */
.banzukeList li:nth-child(n+1):nth-child(-n+3)::before{
    content: "";
    position: absolute;
    top: -21px;
    left: -17px;
    width: 40px;
    height: 40px;
    display: inline-block;
    z-index: 100;
}
/* GOLD */
.banzukeList li:first-child::before{
    background: url('/static_contents/20250722-101144/contents/nagoya/common/images/ico_gold.svg') center / cover no-repeat;
}
/* SILVER */
.banzukeList li:nth-child(2)::before{
    background: url('/static_contents/20250722-101144/contents/nagoya/common/images/ico_silver.svg') center / cover no-repeat;
}
/* COPPER */
.banzukeList li:nth-child(3)::before{
    background: url('/static_contents/20250722-101144/contents/nagoya/common/images/ico_copper.svg') center / cover no-repeat;
}
/* ランキングリンク */
.ranking_link{
    position: relative;
    max-width: 300px;
    width: 100%;
    margin: 0 auto 30px;
    border: 2px solid;
}
.ranking_link a{
    color: #333;
    display: block;
    padding: 5px 30px 5px 5px;
}
.ranking_link a:hover{
    color: #fff;
    background-color: #333;
}

.ranking_link::after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    margin-top: -5px;
    margin-left: -2px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #333;
    transition: all 0.3s;
}
.ranking_link:hover::after{
    right: 5px;
    border-left-color: #fff;
}
/*::::::::::::｛共通｝検索導線:::::::::::: */
.s-searchLead_movie {
    width: 100%;
    position: relative;
    z-index: -100;
    /* -webkit-transform:translate3d(0,0,0); */
}
.s-searchLead_movie .h1-Title{
    position: absolute;
    z-index: 100;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 90%));
}

@media all and (-ms-high-contrast:none){
.s-searchLead{
    margin-bottom: -100px;
}
}
/*///////////////////////////////////////////
////////////// PC Only////////////// ///////
///////////////////////////////////////////*/
@media only screen and (min-width: 1000px), print {
#wrapper {
    min-width: 1000px;
}
section{
    margin: 0 auto;
}
section h2 {
    font-size: 22px;
    padding: 50px 0 20px;
    margin: 0 auto 20px;
}
.s-content {
    /* width: 1000px; */
    margin: 0 auto;
    background: #fff;
}
/* コンテンツ背景色 */
.goldBg{
    padding: 20px 0 50px;
    width: 100%;
    position: relative;
    /* z-index: -10; */
}
/*:::::: PC キービジュアル:::::: */
.keyVisual {
    min-width: 1000px;
}
.keyVisual .h1-Title{
    position: absolute;
    z-index: 10;
    top: 27%;
    right: 0;
    left: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 38px;
    line-height: 55px;
    color: #fff;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 50%));
}

/*:::::: PC イントロダクション:::::: */
.s-intro{
    background-color: #fff;
    margin-top: -20px;
}
.s-intro_inner{
    background: url('/static_contents/20250722-101144/contents/nagoya/common/images/nagoyashi_silhouette.png')right top no-repeat;
    background-size: 290px;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 49px;
}
.p-intro{
    text-align: center;
    line-height: 2;
    margin: 25px auto;
}

/*:::::: PC 名古屋市のここがすごい！:::::: */
.sugoiPoint_area {
    width: 1024px;
    max-width: 95%;
    margin: 0 auto;
    padding-top: 40px;
}
.sugoiPoint_box {
    position: relative;
    clear: both;
}
.sugoiPoint-txt {
    background: #fff;
    width: 53%;
    height: auto;
    padding: 50px 70px 40px;
    border-bottom: 4px solid #AA8B4D;
    border-left: 4px solid #AA8B4D;
    margin-bottom: 190px;
    position: relative;
}
.sugoiPoint_no {
    position: absolute;
    top: -25px;
}
.sugoiPoint_no::before{
    width: 198px;
    height: 34px;
}
.sugoiPoint-txt h3{
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
}
.sugoiPoint-txt p{
    font-size: 15px;
    line-height: 1.9;
    text-align: justify;
}
.sugoiPoint-img {
    position: absolute;
    top: 40px;
    right: 0;
    width: 50%;
}
.sugoiPoint_box .rightBox{
    float: right;
    border-left: 0;
    border-right: 4px solid #AA8B4D;
    margin: 25px auto 80px;
}
.sugoiPoint_box .leftBox{
    left: 0;
    top: -65px;
}
.sugoiPoint-img img{
    width: 530px;
}
.readmore:hover::after {
    top: 50px;
}
/*:::::: PC 名古屋市のおすすめエリア:::::: */
.s-spot{
    width: 100%;
    padding-bottom: 3px;
}
.spot_area {
    position: relative;
    width: 1024px;
    margin: 0 auto;
}
.spot_area .illustMap{
    margin: 0 auto;
    text-align: center;
}
.spot_area .illustMap img{
    width: 850px;
    margin: 0 auto 90px;
}
/* hover詳細 */
.spotScrollWrap{
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.spotBnr{
    position: absolute;
    transition:0.5s all;
}
/* 黒ver */
.on_hover{
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 17px;
    border-radius: 5px;
} 
.pc_hiddeninfo .spotTitle{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.pc_hiddeninfo .spotDic {
    font-size: 15px;
    margin: 6px auto 15px;
    color: #fff;
}

/* 白ver
.on_hover{
    background: #F8F8F0;
    padding: 10px 17px;
    /* box-shadow:8px 7px 2px -5px rgba(30,30,30,0.4); 
    border-right: 4px solid #AA8B4D;
    border-bottom: 4px solid #AA8B4D;
}
.pc_hiddeninfo .spotTitle{
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.pc_hiddeninfo .spotDic {
    font-size: 15px;
    margin: 6px auto 15px;
    color: #333;
}
 */
/* サムネイル */
.spotThumbsBox{
    position: relative;
    margin-right: 5px;
}
.spotThumbsBox .spotNo{
    position: absolute;
    z-index: 10;
    top: 4px;
    left: 3px;
}
.spotThumbsBox .spotThumbs {
    width: 190px;
    padding-top: 190px;
    margin: auto;
    position: relative;
}
.spotThumbsBox .Tmini{
    width: 150px;
    padding-top: 150px;
}
.spotThumbsBox .Tmini .spotImg{
    width: 150px;
    height: 150px;
}
.spotThumbs .spotImg{
    display: block;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    height: 190px;
    width: 190px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.on_hover{
    z-index: 100;
}
.on_hover .spotImg{
    -webkit-transform: scale(0.9 , 0.9) rotate(0.1deg);
    transform: scale(0.9 , 0.9) rotate(0.1deg);
}
/* テキスト指定 */
.pc_hiddeninfo{
    display: none;
}
.on_hover .pc_hiddeninfo{
    display: block;
    width: 230px;
}
.pc_hiddeninfo .spotKu{
    font-size: 16px;
    color: #d0af6d;
    margin-bottom: 5px;
    padding-left: 21px;
    line-height: 30px;
    position: relative;
}
.pc_hiddeninfo .spotKu::before{
    top: 0;
    left: 0px;
    width: 15px;
    height: 32px;
}

/* ページ内リンク指定 */
.txtBox .search-link a {
    padding: 7px 20px;
    width: 100%;
    margin-bottom: 10px;
}
.txtBox .search-link a::after{
    position: absolute;
    top: 55%;
    right: 20px;
    content: "";
    margin-top: -5px;
    margin-left: -2px;
    transition: all 0.3s;
    border-top: 6px solid #fff;
    border-right: 5px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 5px solid transparent;
}
.txtBox .search-link a:hover::after{
    top: 70%;
}
/* position指定 */
/* 名古屋城 */
.spot-No1{
    top: -10px;
    left: 55px;
}
/* 大須商店街 */
.spot-No2{
    top: 303px;
    left: 172px;
}
/* 熱田神宮 */
.spot-No3{
    top: 420px;
    right: 30px;
}
/* 名古屋港水族館 */
.spot-No4{
    bottom: -45px;
    left: 55px;
}
/* 大高緑地 */
.spot-No6{
    bottom: -60px;
    right: 250px;
}
/* 東山動植物園 */
.spot-No5{
    top: 7px;
    right: 35px;
}
/* 愛知カンツリー倶楽部 */
.spot-No7{
    top: 225px;
    right: 80px;
}
/* ノリタケの森 */
.spot-No8{
    top: 214px;
    left: 10px;
}
/*:::::::::::: PC 街を知る:::::::::::: */
.townlink_area {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 98%;
    width: 1000px;
    margin: 0 auto;
}
.townlink_box{
    width: calc(100% / 3 - 27px);
    margin-right: 40px;
    margin-bottom: 40px;
}
.townlink_box:nth-child(3n) {
    margin-right: 0;
}
.townlink_box .box-bg:hover{
    transform:scale(1.2,1.2) rotate(0.1deg);
    transition:0.5s all;
}
.townlink_box .townlink_search .search-a:hover{
    color: #fff;
    background: #AA8B4D;
}
.townlink_box .townlink_search li:hover::after{
    right: 6px;
    border-left-color: #fff;
}
.townlink_box a:hover .box-moreInfo{
    border : 1px solid #AA8B4D;
    background: #AA8B4D;
    transition:0.5s all;
}

/*::::::::::::PC 街横綱:::::::::::: */
.s-machiyokoduna {
    padding: 80px 0px;
}
.machiyokoduna_area{
    padding: 30px;
    width: 1024px;
    max-width: 98%;
}
.machiyokoduna_area::before{
    content: "";
    border: solid 10px #333;
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    z-index: -10;
}
.machiyokoduna_area::after{
    content: "";
    border: solid 6px #333;
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    z-index: -10;
}
.machiyokoduna_Head h2{
    width: 290px;
    padding: 35px 0px 20px;
}
.machiyokoduna_Head .p-intro{
    line-height: 1.8;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.machiyokoduna_mainContents{
    width: 95%;
    margin: 0 auto;  
}
.machiyokoduna_About {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.machiyokoduna_About .chara{
    padding-right: 25px;
    width: 100%;
}
.machiyokoduna_About .aboutTxt::after {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    background: url(/static_contents/20250722-101144/contents/nagoya/common/images/machiyokoduna_gunbai.svg) center / cover no-repeat;
    background-size: contain;
    width: 170px;
    height: 140px;
}
.machiyokoduna_About .aboutTxt{
    text-align: left;
    position: relative;
}
.machiyokoduna_About .aboutTxt .aboutTxt_title{
    text-align: left;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 5px;
}
.banzukeWrap h4{
    font-size: 22px;
    margin-bottom: 10px;
}
.banzukeList li .lines2{
    padding-top: 20px;
    line-height: 1.5;
}
.banzukeList li .lines3{
    padding-top: 13px;
    line-height: 1.3;
    font-size: 17px;
}
.banzukeList .listWrap .listBg{
    height: 140px;
}
.banzukeList{
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto 20px;
}
.banzukeList li:last-child {
    margin-right: 0px;
}
/* .banzukeList li {
    height: 140px;
} */
.banzukeList li .p-long {
    padding: 5px 1px;
}
.banzukeList li .bzWard{
    height: 140px;
    font-size: 19px;
}
.machiyokoduna_area .credit {
    text-align: right;
    font-size: 15px;
    margin: -20px auto 25px;
}
.machiyokoduna_mainContents .last{
    border-bottom: none;
    margin-bottom: 70px;
}
/*::::::::::::PC 検索導線:::::::::::: */

.s-searchLead_movie .h1-Title{
    font-size: 35px;
    margin-left: 30px;
    padding: 127px 0px;
    line-height: 1.4;
    color: #fff;
    right: 0;
    left: 0;
}
.s-searchLead_movie .h1-Title span{
    display: block;
    padding-right: 35px;
}
.searchLead_area{
    width: 1000px;
    max-width: 98%;
    margin: 0 auto;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 70px;
}
.searchLead_area .searchLead_list{
    width: calc(100% / 4 - 23px);
    margin-right: 30px;
    margin-bottom: 35px;
}
.searchLead_area .searchLead_list:nth-child(4n){
    margin-right: 0px;
}
.searchLead_area .searchLead_list a,button{
    text-decoration: underline;
    color: #333;
    font-size: 13px;
}
.searchLead_area .searchLead_list a:hover{
    opacity: 0.7;
}
.sl-title{
    font-weight: bold;
    color: #AA8B4D;
}
.searchLead_list .toggle li {
    margin-bottom: -3px;
}
.searchLead_list .toggle li button:hover{
    opacity: 0.7;
}
/* 動画 */
.movie-container {
    height: 400px;
}
.movie-container video,
.movie-container img {
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100vw !important;
    height: auto;
    z-index: -100;
}


}/* PC Only end ///////////////////////////*/

/*///////////////////////////////////////////
////////////// SP Only////////////// ///////
///////////////////////////////////////////*/
@media screen and (max-width: 999px) {

/* TOPへ戻る */
.pagetop_fixed .toPageTop {
    bottom: 50px;
}

 section{
    margin: 0 auto;
}
section h2 {
    font-size: 20px;
    padding-bottom: 15px;
    margin: 0px auto 20px;
}
.s-content h2::after {
    height: 3px;
}
.s-content{
    padding: 0px;
    background: #fff;
}
.goldBg {
    width: 100%;
}
p{
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
}
/*:::::: SP キービジュアル:::::: */
.keyVisual .h1-Title{
    position: absolute;
    font-size: 30px;
    font-size: max(30px, 5vw);
    line-height: 1.4;
    z-index: 1000;
    top: 32vw;
    right: -30px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 50%));
}
.keyVisual .h1-Title span{
    display: block;
    padding-right: 24px;
    width: 50vw;
    /* width: 196px; */
    margin: 0 auto;
}
.keyVisual .h1-Title span img {
    /* width: 230px; */
    z-index: -1;
}
.kv_bottom_arc {
    bottom: -10px;
}
/*:::::: SP イントロダクション:::::: */
.s-intro{
    background: #fff;
}
.s-intro_inner{
    padding: 30px 0 60px;
    margin: 0 auto;
}
.s-intro h2{
    margin: 0 auto;
}
.p-intro {
    font-size: 17px;
}
/* :::::::SP 名古屋市のここがすごい！::::::: */
.sugoiPoint_box {
    width: 90%;
    max-width: 600px;
    margin: 70px auto;
    background: #fff;
    padding: 40px 15px 15px;
    border-bottom: 4px solid #AA8B4D;
    border-left: 4px solid #AA8B4D;
    position: relative;
}
.rightBox_sp {
    border-right: 4px solid #AA8B4D;
    border-left: none;
}
.sugoiPoint_box h3{
    text-align: left;
    font-size: 19px;
    margin-bottom: 10px;
}
.sugoiPoint_box p{
    margin-bottom: 15px;
}
.sugoiPoint_no {
    position: absolute;
    top: -20px;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
}
.sugoiPoint_no::before{
    background-size: 150px;
    width: 160px;
    height: 27px;
}
.sugoiPoint_no img{
    height: 37px;
}
/* もっと見る指定 */
.hide-contents {
    display: none;
    padding: 0px;
    margin: 0 auto;
}
.readmore {
    height: 70px;
    width: 70px;
    margin: -45px auto 20px;
    padding-bottom: 6px;
    font-size: 12px;
    border: 1px solid;
    font-weight: normal;
}
.readmore::after {
    width: 15px;
    height: 15px;
    right: 25px;
    top: 42px;
}

/* :::::::SP おすすめエリア::::::: */
.s-spot {
    width: 100%;
    padding: 30px 0px -1px;
    background: #fff;
}
.p-intro{
    width: 90%;
    margin: 0 auto;
}
.spot_area {
    position: relative;
    margin: 0 auto;
    width: 340px;
    height: 377px;
}
.s-spot .spExp{
    position: relative;
    display: block;
    width: 260px;
    max-width: 100%;
    padding: 1px 10px;
    margin: 20px auto;
    color: #AA8B4D;
    font-size: 16px;
    text-align: center;
    line-height: 31px;
    border: 1px solid;
    border-radius: 50px;
    background: #fff;
    box-sizing: border-box;
  }
  .s-spot .spExp::after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 46%;
    background: url(/static_contents/20250722-101144/contents/nagoya/common/images/bottom_arrow_sp.svg) center center / cover no-repeat;
    width: 25px;
    height: 25px;
    z-index: 2;
  }

.illustMap .sp_only{
    margin: 0 auto;
    text-align: center;
}
/* モーダルコンテンツ */
.pc_hiddeninfo .spotKu{
    font-size: 17px;
    color: #AA8B4D;
    padding-left: 26px;
    line-height: 30px;
    position: relative;
}
.pc_hiddeninfo .spotKu::before{
    top: 0;
    left: 0px;
    width: 25px;
    height: 32px;
}
.pc_hiddeninfo .spotTitle{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.pc_hiddeninfo .spotDic {
    font-size: 16px;
    margin: 6px auto 15px;
    color: #333;
    line-height: 1.5;
}

/* モーダルリンク指定 */
.spot_area .spotNoLink{
    position: absolute;
}
/* 名古屋城 */
.spot_area .spotNo1{
    top: 64px;
    left: 121px;
}
/* 大須商店街 */
.spot_area .spotNo2{
    top: 156px;
    left: 80px;
}
/* 熱田神社 */
.spot_area .spotNo3{
    bottom: 105px;
    left: 120px;
}
/* 名古屋港水族館 */
.spot_area .spotNo4{
    bottom: 58px;
    left: 93px;
}
/* 東山動植物園 */
.spot_area .spotNo5{
    top: 88px;
    right: 81px;
}
/* 大高緑地 */
.spot_area .spotNo6{
    bottom: 79px;
    right: 108px;
}
/* 愛知カンツリー倶楽部 */
.spot_area .spotNo7{
    bottom: 144px;
    right: 23px;
}
/* ノリタケの森 */
.spot_area .spotNo8{
    top: 62px;
    left: 72px;
}
/* モーダルエリア指定 */
.spot_ModalArea {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .4s;
    opacity : 0;
    visibility: hidden;
    display: none;
}
.spot_is-show {
    visibility: visible;
    opacity : 1;
    display: block;
}
/* モーダルコンテンツ */
.spotWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 85%;
    max-width: 400px;
    background: #fff;
    padding: 12px;
    box-shadow: 8px 7px 7px rgba(30,30,30,0.4);
    z-index: 20;
}
.spotScrollWrap {
    max-height: 75vh;
    overflow: auto;
    -webkit-overflow-scrolling: auto;
    overflow-scrolling: auto;
    overflow-y: scroll;
}
.txtBox .search-link a {
    padding: 12px 20px;
    width: 100%;
}
.txtBox .search-link a::after{
    position: absolute;
    top: 55%;
    right: 20px;
    content: "";
    margin-top: -5px;
    margin-left: -2px;
    transition: all 0.3s;
    border-top: 6px solid #fff;
    border-right: 5px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 5px solid transparent;
}
/* サムネイル */
.spotThumbsBox{
    position: relative;
    width: 240px;
    margin: 0 auto -25px;
}
.spotThumbsBox .spotNo{
    position: absolute;
    z-index: 10;
    top: 6px;
    left: -9px;
    width: 63px;
}
.spotThumbsBox .spotNo img{
    width: 63px;
}
.spotThumbs .spotImg{
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 240px;
    height: 240px;
    margin: 20px auto;
}
.spot_is-show {
    visibility: visible;
    opacity : 1;
}
/* モーダル背景 */
.spot_modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.6);
}
/* 閉じる */
.spot_closeModal {
    position: absolute;
    top: -28px;
    right: 0;
    height: 28px;
    background: #AA8B4D;
    color: #fff;
    letter-spacing: 1px;
    padding: 1px 15px;
    border-radius: 5px 5px 0px 0px;
}

/*:::::::: SP 街を知る:::::::: */
.townlink_area {
    margin: 20px auto;
}
.townlink_box {
    margin-bottom: 40px;
    max-width: 400px;
    width: 90%;
    margin: 20px auto 0;
}
.townlink_box .box-moreInfo{
    border : 1px solid #AA8B4D;
    background: #AA8B4D;
    color: #fff;
}

.modalWrapper {
    padding: 20px 10px;
}
.near-neighborhoods-links__main {
    max-height: 50vh;
}
.modalContents p {
    font-size: 18px;
}
.near-neighborhoods-links__list > li > a {
    line-height: 30px;
    min-width: 120px;
    padding: 0 5px;
}
/* 賃貸物件を探すリンク指定 */
.townlink_box .townlink_search .search-a{
    line-height: 2;
}
/*::::::::::::SP 街横綱:::::::::::: */
.s-machiyokoduna {
    padding: 5% 0px;
    width: 100%;
}
.machiyokoduna_area{
    padding: 26px;
    width: 95%;
    max-width: 550px;
}
.machiyokoduna_Head{
    padding: 15px;
}
.machiyokoduna_Head h2{
    width: 220px;
    padding: 10px 0px;
}
.machiyokoduna_About .chara{
    width: 90%;
    max-width: 380px;
    margin: 40px auto 30px;
}
.machiyokoduna_About .aboutTxt .aboutTxt_title{
    font-weight: 700;
    text-align: left;
    font-size: 19px;
    margin-bottom: 5px;
}
.machiyokoduna_area::before{
    content: "";
    border: solid 7px #333;
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    z-index: -10;
}
.machiyokoduna_area::after{
    content: "";
    border: solid 4px #333;
    position: absolute;
    top: 22px;
    left: 22px;
    width: calc(100% - 44px);
    height: calc(100% - 44px);
    z-index: -10;
}
.machiyokoduna_mainContents{
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
}
.banzukeWrap {
    margin-bottom: 15px;
}
.banzukeWrap h4{
    text-align: left;
    margin-bottom: 10px;
    font-size: 21px;
}
.banzukeWrap p{
    font-size: 14px;
}
.banzukeTitle{
    border-top : none;
    padding-top: 50px;
}
.banzukeTitle p{
    width: 100%;
}
.banzukeList li p {
    height: auto;
    font-size: 16px;
}
.banzukeList {
    margin : 20px auto;
}
.banzukeList .listWrap .listBg{
    height: 160px;
}
.banzukeList li {
    width: 90%;
    margin: 0px auto 30px;
}
.banzukeList li .bzWard{
    height: 158px;
    padding: 40px 0 0 40px;
}
.banzukeList li h4 {
    width: 100%;
}
.banzukeList li .lines2{
    padding-top: 35px;
    line-height: 1.5;
}
.banzukeList li .lines_ankake{
    padding-top: 20px !important;
    line-height: 1.5;
}
.banzukeList li .lines3{
    padding-top: 16px;
    line-height: 1.3;
    font-size: 19px;
}
.machiyokoduna_area .credit {
    text-align: right;
    font-size: 14px;
    margin: 10px auto;
}
/* ランキングリンク */
.ranking_link{
    background-color: #333;
}
.ranking_link a{
    color: #fff;
    font-size: 15px;
    padding: 10px 25px 10px 5px;
}
.ranking_link::after {
    border-left-color: #fff;
}
/*::::::::::::SP 検索導線:::::::::::: */
.s-searchLead_movie{
    width: 100%;
}
.s-searchLead_movie .h1-Title{
    font-size: max(24px, 5vw);
    margin-left: 15px;
    line-height: 1.4;
    pointer-events: all;
    color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    top: 19vw;
}
.s-searchLead_movie .h1-Title span{
    display: block;
    padding-right: 22px;
}
.s-searchLead_movie .h1-Title span img{
    width: 160px;
}
/* 動画 */
.movie-container {
    height: auto;
    line-height: 1;
}
.movie-container video,
.movie-container img {
    position: relative !important;
    width: 100vw !important;
    height: auto;
}

.s-searchLead .sl-title {
    color: #AA8B4D;
    padding: 10px;
    position: relative;
    font-size: 16px;
}
.s-searchLead .sl-title::before,
.s-searchLead .sl-title::after {
    content: '';
    display: block;
    width: 15px;
    height: 3px;
    border-radius: 5px;
    background: #AA8B4D;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
.s-searchLead .sl-title::after {
    background: #AA8B4D;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
  }
.s-searchLead .sl-active::after {
    transform: rotate(0);
    transition: 0.5s;
    top: 47%;
  }

.searchLead_list{
    border-bottom: 1px solid #AA8B4D;
}
.searchLead_list:first-child{
    border-top: 1px solid #AA8B4D;
}
.s-searchLead .toggle{
	display: none;
}
.s-searchLead .toggle li{
    background: #F8F8F0;
    padding: 10px 30px 10px 25px;
    border-bottom: 1px solid #AA8B4D;
    position: relative;
}
.s-searchLead .toggle li:first-child{
    border-top: 1px solid #AA8B4D;
}
.s-searchLead .toggle li:last-child{
    border-bottom: none;
}
.s-searchLead .toggle li::after {
    position: absolute;
    top: 50%;
    right: 5px;
    content: "";
    margin-top: -5px;
    margin-left: -2px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #AA8B4D;
    transition: all 0.3s;
}
.s-searchLead .toggle a,button{
    color: #AA8B4D;
    font-size: 16px;
}


}/* SP Only end //////////////////////////*/
