@charset "UTF-8";



/* --------------------------------------------------
header
-------------------------------------------------- */
body.page_places header {
  background: #000 url("http://visit-nagasaki.com/common_all/img/places/index/places_bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body.page_nagasakicity header {
  background: #000 url("http://visit-nagasaki.com/common_all/img/places/nagasakicity/nagasakicity_bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body.page_sasebocity header {
  background: #000 url("http://visit-nagasaki.com/common_all/img/places/sasebocity/sasebocity_bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body.page_hiradocity header {
  background: #000 url("../img/places/hiradocity/hiradocity_bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body.page_shimabarapeninsula header {
  background: #000 url("http://visit-nagasaki.com/common_all/img/places/shimabara/shimabarapeninsula_bg.jpg") center -90px no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body.page_islandsofnagasaki header {
  background: #000 url("http://visit-nagasaki.com/common_all/img/places/islandsofnagasaki/islandsofnagasaki_bg.jpg") center -90px no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* --------------------------------------------------
contents
-------------------------------------------------- */


/*--------------------------------------
 .section_contents_places
---------------------------------------*/

.section_contents_places {
}

.section_contents_places ul{
    display: inline-block;
    margin: 60px auto 0;
}

.section_contents_places li{
    float: left;
    display: table;
    width: 470px;
    height: 200px;
    margin: 0 20px 40px;
}

.section_contents_places a{
    height: 100%;
    position: relative;
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.section_contents_places li img{
    position: absolute;
    top: 0;
    left: 0;
    width: 470px;
    vertical-align: bottom;
    box-sizing: border-box;
}

.section_contents_places li span{
    display: inline-block;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto 10px;;
    padding: 10px 15px;
    background: rgba(0,0,0,0.8);
    vertical-align: middle;
    font-family: 'Playfair Display SC', serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 1.4rem;
    line-height: 1.4;
}

.section_contents_places li:hover span{
    background: rgba(0,0,0,1);
}




/*--------------------------------------
 .section_contents_map
---------------------------------------*/

.section_contents_map{
}

.section_contents_map ul{
    display: inline-block;
    margin: 0px auto 120px;
}

.section_contents_map li{
    position: relative;
    float: left;
    display: table;
    width: 200px;
    height: 200px;
    margin: 0 30px 20px 0;
}


.section_contents_map li:first-child{
    width:330px;
    height: 200px;
}
.section_contents_map li:last-child{
    margin: 0 0 20px;
}
.section_contents_map a{
    height: 100%;
    position: relative;
    text-decoration: none;
    color: #333;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.section_contents_map li img{
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    vertical-align: bottom;
}

.section_contents_map li:first-child img{
    width:330px;
}

.section_contents_map li p{
    display: inline-block;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto 5px;
    padding: 10px 12px;
    background: rgba(255,255,255,0.8);
    vertical-align: middle;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 1.1rem;
    line-height: 1.4;
}

.section_contents_map li p span{
    display: block;
}

.section_contents_map li:hover p{
    background: rgba(255,255,255,1);
}

.section_contents_map li .pdf_txt{
    letter-spacing: 0;
    font-size: 0.7rem;
    color: #E00;
}
.section_contents_map li img.pdf_icon{
    position: absolute;
    top: inherit;
    right: 10px;
    bottom: 10px;
    left: inherit;
    width: 58px;
    height: 56px;
}
.section_contents_map li a:hover img.pdf_icon{
    opacity: 1;
    bottom: 7px;
}