/*--------------------------------------------------------------
GUIDE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
guide_container
--------------------------------------------------------------*/
#guide_container {

}
/*--------------------------------------------------------------
guide_container
--------------------------------------------------------------*/
/*--------------------------------------------------------------
trip_container
--------------------------------------------------------------*/
#trip_container {

}
/*--------------------------------------------------------------
trip_container
--------------------------------------------------------------*/
/*--------------------------------------------------------------
KIRIGAMI
--------------------------------------------------------------*/
/* structures
-------------------------------------------------------------- */
#guide_container .bako {
  border: 5px solid #ddd;
  border-radius: 25px;
}
/*--------------------------------------------------------------
guide_hero
--------------------------------------------------------------*/
#guide_hero {

}
#guide_hero:before,
#guide_hero:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
#guide_hero:after {
    clear: both;
}
#guide_hero {
    height: 100vh;
}
/*--------------------------------------------------------------
LOGO
--------------------------------------------------------------*/
#bloc-logo {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 99999;
	top: 0;
	text-transform: uppercase;
	color: #000;
	opacity: 1;
	overflow: hidden;
    background: transparent;
    position: absolute;
}
#bloc-logo .menu_outer {
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#bloc-logo .menu_outer:before,
#bloc-logo .menu_outer:after {
  content: "";
  display: block;
}
#bloc-logo .menu_outer:after {
  clear: both;
}
#bloc-logo .menu_outer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#bloc-logo .menu_outer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#bloc-logo .menu_inner {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0;
	max-width: 1200px;
  width: 100%;
  color: #000;
	padding: 0;
	text-align: left;
}
#bloc-logo .menu_inner li {
	display: block;
	float: left;
}
#bloc-logo .menu_inner li a {
    color: #000;
    display: block;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 900;
    height: 100px;
    letter-spacing: -1px;
    line-height: 100%;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 510;
}
#bloc-logo .menu_inner li.logo a {
    margin: 0;
    padding: 0;
}
#bloc-logo .menu_inner li.logo img {
    margin: 0px;
    height: 100%;
}
#bloc-logo .menu_inner li.logo-sub {
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 100%;
  width: 100%;
  letter-spacing: -1px;
  font-size: calc(30px + (45 - 30) * ((100vw - 300px) / (1200 - 300)));
}
#bloc-logo .menu_inner li.logo-sub:before {
  color: #ff0000;
  content: " | ";
  display: inline-block;
  margin: 0;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 100;
  font-size: calc(40px + (55 - 40) * ((100vw - 300px) / (1200 - 300)));
  line-height: 0;
}
/*--------------------------------------------------------------
LOGO
--------------------------------------------------------------*/
.guide_hero-story {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 3;
    height: 100vh;
    overflow: hidden;
    border-left: 0;
    border-right: 0;
    z-index: 0;
}
.guide_hero-spotlight {
    bottom: 0;
    height: auto;
    left: 0;
    right: 0;
    line-height: 100%;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0;
    text-align: left;
    z-index: 1;
    position: absolute;    
}
.guide_hero-spotlight .article {
    z-index: 3;
    text-align: left;
    color: #fff;
    width: 100%;
    letter-spacing: -1px;
    font-weight: 100;
    padding: 2% 1%;
    text-transform: uppercase;
}
.guide_hero-spotlight .article a {
    color: #fff;  
}
.guide_hero-spotlight .article .title h1 {
    font-size: 30px;
    font-size: 3rem;
    padding: 0;
    margin: 0;
    line-height: 88%;
    letter-spacing: -1px;
    font-weight: 900;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.guide_hero-spotlight .article .title h1 {
    letter-spacing: -2px;
}}/* 620px tab */
/* 768px desk */
@media screen and (min-width: 1024px) {
.guide_hero-spotlight .article .title h1 {
    letter-spacing: -3px;
}
}/* 768px desk */
.guide_hero-spotlight .article .title h1 {
  font-size: calc(30px + (55 - 30) * ((100vw - 300px) / (1200 - 300)));
}
.guide_hero-spotlight .article .cat {
    font-size: 20px;
    font-size: 2rem;
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
    display: block;
    font-weight: 400;
    background: transparent;
    color: #ff0000;
    padding: 0;
    margin: 0;
}
.guide_hero-spotlight .article .cat {
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1000 - 300)));
}
.guide_hero-spotlight .article .cat:before {
  color: #ff0000;
  content: " | ";
  display: inline-block;
  margin: 0;
  padding: 0 1% 0 0;
    font-size: 20px;
    font-size: 2rem;
  font-weight: 100;
  line-height: 0;
  font-size: calc(25px + (40 - 25) * ((100vw - 300px) / (1200 - 300)));
}
.guide_hero-cover {
    background-position: center center;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    vertical-align: top;
}
.guide_hero-cover:before {
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background: #000;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    opacity: 0;
    transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
}
/*--------------------------------------------------------------
guide_hero
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Kirigami
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Kirigami
--------------------------------------------------------------*/
/*-------------------------------------------------------------- 
structures
-------------------------------------------------------------- */
#guide_sheets .bako {
  border: 5px solid #ddd;
  border-radius: 25px;
  overflow: hidden;
}
#guide_sheets .bako-aka {
  border: 5px solid #ff0000;
  border-radius: 25px;
  overflow: hidden;
}
/*-------------------------------------------------------------- 
structures
-------------------------------------------------------------- */
/*--------------------------------------------------------------
STORY
--------------------------------------------------------------*/
/*--------------------------------------------------------------
STORY
--------------------------------------------------------------*/
/*--------------------------------------------------------------
guide
--------------------------------------------------------------*/
#guide_hako-header {
  width: 100%;
  z-index: 0;
  position: relative;
}
.guide_hako-cover {
  width: 100%;
  z-index: 0;
  height: 50vh;
}
.guide_hako-cover img {
    width: 100%;
    height: auto;
    pointer-events: none;
    display: block;
}
.guide_hako-cover .image {
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    vertical-align: top;
    pointer-events: none;
    overflow: hidden;
}
#guide_hako-header .content {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  z-index: 1;
  position: relative;
}
#place_specs #guide_hako-header .content {
  margin-top: -250px;
}
/*--------------------------------------------------------------
guide
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Logo/Section
--------------------------------------------------------------*/
#guide_hat {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 99999;
	top: 0;
	text-transform: uppercase;
	color: #000;
	opacity: 1;
	overflow: hidden;
  background: transparent;
  position: relative;
}
#guide_hat .logo {
  position: absolute;
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
}
#guide_hat .logo:before,
#guide_hat .logo:after {
  content: "";
  display: block;
}
#guide_hat .logo:after {
  clear: both;
}
#guide_hat .logo ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#guide_hat .logo li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#guide_hat .inner {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0;
	max-width: 1200px;
  width: 100%;
  color: #000;
	padding: 0;
	text-align: left;
}
#guide_hat .inner li {
	display: block;
	float: left;
}
#guide_hat .inner li a {
    color: #000;
    display: block;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 900;
    height: 100px;
    letter-spacing: -1px;
    line-height: 100%;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 510;
}
#guide_hat .inner li.big a {
    margin: 0;
    padding: 0;
}
#guide_hat .inner li.big img {
    margin: 0px;
    height: 100%;
}
#guide_hat .inner li.section {
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 100%;
  width: 100%;
  letter-spacing: -1px;
  font-size: calc(30px + (45 - 30) * ((100vw - 300px) / (1200 - 300)));
}
#guide_hat .inner li.section:before {
  color: #ff0000;
  content: " | ";
  display: inline-block;
  margin: 0;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
  font-size: calc(40px + (55 - 40) * ((100vw - 300px) / (1200 - 300)));
  line-height: 0;
}
#guide_hat .wallpaper {
  width: 100%;
  z-index: 0;
  position: relative;
}
#guide_hat .wallpaper .cover {
  width: 100%;
  z-index: 0;
  height: 50vh;
}
#guide_hat .wallpaper .cover img {
    width: 100%;
    height: auto;
    pointer-events: none;
    display: block;
    
}
#guide_hat .wallpaper .cover .image {
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    vertical-align: top;
    pointer-events: none;
    overflow: hidden;
    opacity: 0.66;
}
#guide_hat .wallpaper .content {
  width: 100%;
  margin: 0 auto;
  padding: 10px 10px 25px;
  max-width: 1200px;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#guide_hat .wallpaper .today {
    padding: 5px 10px;
    margin: 0 auto;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: -1px;
    width: 100%;
    color: #fff;
    max-width: 1200px;
    text-align: left;
    text-transform: uppercase;
}
#guide_hat .wallpaper .today .location {
    font-size: 15px;
    font-size: 1.5rem;
} 
#guide_hat .wallpaper .today .location span {
} 
#guide_hat .wallpaper .today .location span:before {
    color: #ff0000;
    content: ".";
    display:inline;
    margin: 0 5px 0 0;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 900;
    line-height: 0;
}
#guide_hat .wallpaper .today .date {
    font-size: 20px;
    font-size: 2rem;
}
#guide_hat .wallpaper .today .time {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0;
    font-weight: 100;
    line-height: 100%;
}
#guide_hat .wallpaper .content . {
  padding: 5px 10px;
  
}
#guide_hat .wallpaper .content . .first {
  margin-top: 10px;
  
}
#guide_hat .wallpaper .content . .second {
  
}
#guide_hat .wallpaper .content . span {
  
}
#guide_hat .wallpaper .content . h1 {
  margin: 0;
  padding: 0;
  
}

/*--------------------------------------------------------------
Logo/Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
PLACE
--------------------------------------------------------------*/
.place_kado {

}
.place_kado .header {
    
}
.place_kado .header .cover {
  width: 100%;
  height: 400px;
}
.place_kado .header .cover img {
    width: 100%;
    height: auto;
    pointer-events: none;
    display: block;
}
.place_kado .header .cover .image {
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    vertical-align: top;
    pointer-events: none;
    overflow: hidden;
}
.place_kado .header .title {
    min-height: 150px;
    position: relative;
    padding: 2% 2% 10%;
    color: #000;
}
.place_kado .header .title h1 {
    margin: 0;
    line-height: 88%;
}
#event_specs .place_kado .header .title h1 {
    font-weight: 400;
    letter-spacing: 0;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.place_kado .header .title h1 {
    letter-spacing: -2px;
}
}/* 768px desk */
.place_kado .header .title h1 {
    font-size: calc(30px + (35 - 30) * ((100vw - 300px) / (800 - 300)));
}
.place_kado .header .title h2 {
    margin: 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 88%;
    letter-spacing: 0;
    font-weight: 400;
}
.place_kado .header .title h2 {
    font-size: calc(20px + 25 - 20) * ((100vw - 300px) / (800 - 300)));
}
.place_kado .zone {
    margin-bottom: 0;
    line-height: 100%;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ff0000;
    display: inline;
    font-weight: 400;
    line-height: 100%;
    width: 100%;
}
.place_kado .zone {
  font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1200 - 300)));
}
.place_kado .zone .fa {
  color: #ff0000;
  display: inline;
  margin: 0;
  margin-right: 5px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 100;
  line-height: 0;
}
.place_kado .zone .fa {
  font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1200 - 300)));
}
.place_kado .zone a {
    color: #ff0000;
    font-weight: 400;
}
.place_info_option {
    text-align: right;
    float: right;
    padding: 1% 2% 2%;
    margin-bottom: 0;
    line-height: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ff0000;
    display: inline;
    font-weight: 400;
    line-height: 100%;
    width: 100%;
}
.place_info_option .fa {
  color: #ff0000;
  display: inline;
  margin: 0;
  margin-right: 5px;
    font-size: 15px;
    font-size: 1.5rem;
  font-weight: 100;
  line-height: 0;
}

#place_specs .single_place-score {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    text-align: right;
    border-top: 1px solid #ddd;
}
#place_specs .taxo_note {
  width: 100%;
  text-align: right;
}
#place_specs .taxo_note img {
  width: 150px;
}


#place_specs .story-joke {
    padding: 0;
    font-style: normal;
    margin: 0 0 20px;
    text-align: left;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: -1px;
    text-transform: uppercase;
}
#place_specs .story-joke {
    font-size: calc(30px + (35 - 30) * ((100vw - 300px) / (800 - 300)));
}
#place_specs .story-content img {
    border-radius: 20px;
}

#place_specs .taxo-archives_box {
  padding: 25px 5px;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#place_specs .taxo-archives_list {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 25px 5px;
}
#place_specs .taxo-archives_list ul {
  margin: 0;
  padding: 1% 2%;
  list-style: none;
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 100%;
}
#place_specs .taxo-archives_list li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
#place_specs .taxo-archives_list li a {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 100%;
  color: #000;
}
#place_specs .taxo-archives_list li a:hover {
  color: #ff0000;
}
/*--------------------------------------------------------------
PLACE
--------------------------------------------------------------*/



/* Everything start here - GUIDE
------------------------------------------------------- */


/* -------- Places Card  ----------- */
.place-card {
    text-align: center;
    padding: 5px;
    float: left;
    width: 100%;
    margin: 0;
}
.place-card .big-card {
    width: 100%;
    height: 500px;
    float: left;
    background: #fff;
    border: 3px solid #ddd;
    margin: 0;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
}
.place-card .big-card:hover {
-webkit-box-shadow: 0px 0px 5px 0px rgba(168,168,168,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(168,168,168,1);
box-shadow: 0px 0px 5px 0px rgba(168,168,168,1);
	background: #fff;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
.place-card .big-card .cover {
	width: 100%;
	height: 66.6666%;
	overflow: hidden;
	float: left;
	background-position: center center;
    background-size: cover;
}
.place-card .big-card .article-content {
	width: 100%;
	height: 33.3333%;
    float: left;
    padding: 10px;
    text-transform: uppercase;
    text-align: left;
    line-height: 100%;
    overflow: hidden;
}
.place-card .big-card .article-content .zone-mark {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1px;
    padding: 0;
    color: #ff0000;
}
.place-card .big-card .article-content .zone-mark:before {
  color: #ff0000;
  content: " | ";
  display: inline-block;
  margin: 0 1% 0 0;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 100;
  line-height: 0;
}
.place-card .big-card .article-content .title {
    color: #000;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 80%;
    padding: 0;
    word-break: normal;
}


#place-container .story-cover .image {
    height: 500px;
    width: 100%;
    vertical-align: top;
    pointer-events: none;
    overflow: hidden;
    width: 100%;
}
#place-container .story-zone {
    margin-bottom: 0;
    line-height: 100%;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ff0000;
    display: inline-block;
    font-weight: 400;
    line-height: 100%;
    width: 100%;
}
#place-container .story-zone:before {
  color: #ff0000;
  content: " | ";
  display: inline-block;
  margin: 0 1% 0 0;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 100;
  line-height: 0;
}
#place-container .story-zone a {
    color: #ff0000;
    font-weight: 400;
}
#place-container .story-title {
    padding: 15px 25px 50px;
    min-height: 150px;
}

#place-container .story-title h1 {
    margin: 0;
    line-height: 88%;
    margin-right: 10px;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
#place-container .story-title h1 {
    letter-spacing: -2px;
}
}/* 768px desk */
#place-container .story-title h1 {
    font-size: calc(25px + (35 - 25) * ((100vw - 300px) / (800 - 300)));
}
#place-container .single_place-score {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    text-align: right;
    border-top: 1px solid #ddd;
}
#place-container .taxo_note {
  width: 100%;
  text-align: right;
}
#place-container .taxo_note img {
  width: 150px;
}
#place-container .info_fermeture {
    padding: 5px 20px;
    margin: 0;
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: -1px;
    color: #ff0000;
    font-weight: 900;
    text-transform: uppercase;
}
#place-container .info_travaux {
    padding: 5px 20px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: justify;
    text-justify: inter-word;
    color: #000;
    line-height: 100%;
    max-width: 666px;
}
#place-container .story-joke {
    padding: 0;
    font-style: normal;
    margin: 0 0 20px;
    text-align: left;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: -1px;
    text-transform: uppercase;
}
#place-container .story-joke {
  font-size: calc(30px + (45 - 30) * ((100vw - 300px) / (1200 - 300)));
}
.place_spot_bloc-in {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    line-height: 125%;
    margin-bottom: 10px;
}
.place_spot_bloc-in .content {
  padding: 5% 0;
}
.place_spot_bloc-in ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.place_spot_bloc-in ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.place_spot_bloc-in ul li {
  margin-bottom: 1.5em;
}
.place_spot_bloc-in ul li:last-child {
    margin-bottom: 0;
}
.place_spot_bloc-in img {
    margin-bottom: 1em;
}
.place_spot_bloc-in .article {
    margin: 0 auto;
    line-height: 125%;
}
.place_spot_bloc-in .place_spot_intro {
    padding: 0 5%;
    margin: 0 auto;
    text-align: left;
    max-width: 666px;
}
.place_spot_bloc-in .place_spot_intro h1 {
    padding: 0 0 5px;
    margin: 0;
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: -1px;
    color: #ff0000;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 125%;
}
.place_spot_bloc-in .place_spot_titre {
    padding: 0 5%;
    margin: 0 auto;
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: -1px;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 125%;
    max-width: 666px;
}
.place_spot_bloc-in .place_spot_texte {
    padding: 0 5%;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: justify;
    text-justify: inter-word;
    color: #000;
    max-width: 666px;
    margin-bottom: 15px;
    line-height: 120%;
    margin: 0 auto;
}

.place_spot_bloc {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}
.place_spot_bloc .content {
    border-radius: 20px;
    width: 100%;
    max-width: 1200px;
    padding: 5%;
    border: 3px solid #ddd;
    background: #eee;    
}
.place_spot_bloc .article {
    max-width: 666px;
    margin: 0 auto;
}
.place_spot_bloc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.place_spot_bloc ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.place_spot_bloc .place_astuce_intro {
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 10px;
}
.place_spot_bloc .place_astuce_texte {
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: justify;
    text-justify: inter-word;
    color: #000;
    max-width: 666px;
    margin-bottom: 10px;
    line-height: 120%;
}
.place_spot_bloc .place_fringale_intro {
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 120%;
    margin-bottom: 10px;
}
.place_spot_bloc .place_fringale_texte {
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: justify;
    text-justify: inter-word;
    color: #000;
    max-width: 666px;
    line-height: 100%;
}
.place_spot_bloc .place_fringale_titre {
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: justify;
    text-justify: inter-word;
    color: #000;
    max-width: 666px;
    margin-bottom: 10px;
    margin-left: 10px;
    line-height: 125%;
}
.place_spot_bloc .place_fringale_titre span {
    color: #ff0000;
}

.gakuen_lite_bloc {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 20px;
    border: 5px solid #532f75;
    background: #ddd;
}
.gakuen_lite_bloc .content {
    width: 100%;
    max-width: 1200px;
    padding: 5%;
    background: #ddd;
    color: #000;
    border-radius: 20px;
}
.gakuen_lite_bloc .article {
    max-width: 666px;
    margin: 0 auto;
}
.gakuen_lite_bloc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.gakuen_lite_bloc ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.gakuen_lite_bloc .place_gakuen_intro {
    padding: 1% 5%;
    margin: 0;
    text-align: left;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: -1px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 100%;
    border-bottom: 1px solid #532f75;
}
.gakuen_lite_bloc .place_gakuen_intro h1 {
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: -1px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 100%;
    display: inline;
    color: #532f75;
}

.gakuen_lite_bloc .place_gakuen_titre {
    padding: 0;
    font-size: 20px;
    font-size: 2rem;
    text-align: justify;
    text-justify: inter-word;
    max-width: 666px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #532f75;
}
.gakuen_lite_bloc .place_gakuen_texte {
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: justify;
    text-justify: inter-word;
    max-width: 666px;
    line-height: 120%;
}

.place_like_bloc {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}
.place_like_bloc .content {
    border-radius: 20px;
    width: 100%;
    max-width: 1200px;
    padding: 5%;
    border: 3px solid #ddd;
    background: #eee;    
}
.place_like_bloc .article {
    max-width: 666px;
    margin: 0 auto;
}
.place_like_bloc .article {
    margin-bottom: 10px;
}
.place_like_bloc .article:last-child {
  margin-bottom: 0;
}
.place_like_bloc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.place_like_bloc ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.place_like_bloc .titre {
    padding: 5px 0;
    margin: 0;
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 100%;
margin-bottom: 0;
border-bottom: 1px solid #000;
}
.place_like_bloc li.line {
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: justify;
    text-justify: inter-word;
    color: #000;
    max-width: 666px;
    margin-bottom: 0;
    line-height: 120%;
}
.place_like_bloc li:before {
  color: #ff0000;
  content: ".";
  display: inline-block;
  margin: 0;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 900;
  line-height: 0;
  margin-right: 5px;
}

#place-container .taxo-archives_box {
  padding: 25px 5px;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#place-container .taxo-archives_list {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 25px 5px;
}
#place-container .taxo-archives_list ul {
  margin: 0;
  padding: 1% 2%;
  list-style: none;
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 100%;
}
#place-container .taxo-archives_list li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
#place-container .taxo-archives_list li a {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 100%;
  color: #000;
}
#place-container .taxo-archives_list li a:hover {
  color: #ff0000;
}

.travelersmap-container .default-popup a.tooltip-link .title {
    font-size: 18px !important;
    font-size: 1.8rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: -1px !important;
    line-height: 100% !important;
}
.travelersmap-container .default-popup .img-mask {
    height: 150px !important;
}




#destination_hero {
    z-index: 1;
    text-transform: uppercase;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 0;
}
#destination_hero:before,
#destination_hero:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
#destination_hero:after {
    clear: both;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
#destination_hero {
    height: 100vh;
}
}/* 768px desk */

.destination_hero_body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 3;
    height: 100vh;
    overflow: hidden;
    border-left: 0;
    border-right: 0;
    z-index: 0;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.destination_hero_body {
    height: 100vh;
}
}/* 620px tab */
/* 768px desk */
@media screen and (min-width: 1024px) {
.destination_hero_body {
    height: 100vh;
}
}/* 768px desk */

.destination_hero_story {
    top: 0%;
    height: auto;
    left: 0;
    right: 0;
    line-height: 100%;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0;
    text-align: left;
    z-index: 1;
    position: absolute;    
}
.destination_hero_spotlight {
    margin: 0;
    width: 100%;
    float: left;
    padding: 0;
    text-transform: uppercase;
}
.destination_hero_spotlight .article {
    z-index: 3;
    text-align: left;
    color: #fff;
    width: 100%;
    letter-spacing: -1px;
    font-weight: 100;
    padding: 5%;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.destination_hero_spotlight .article {
    width: 66%;
    padding: 5% 2%;
}
}/* 620px tab */
.destination_hero_spotlight .article a {
    color: #fff;  
}
.destination_hero_spotlight .article h1 {
    font-size: 30px;
    font-size: 3rem;
    padding: 0;
    margin: 0;
    line-height: 75%;
    letter-spacing: -1px;
    font-weight: 900;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.destination_hero_spotlight .article h1 {
    letter-spacing: -2px;
}}/* 620px tab */
/* 768px desk */
@media screen and (min-width: 1024px) {
.destination_hero_spotlight .article h1 {
    letter-spacing: -3px;
}
}/* 768px desk */
.destination_hero_spotlight .article h1 {
  font-size: calc(30px + (80 - 30) * ((100vw - 300px) / (1200 - 300)));
}
.destination_hero_spotlight .article h2 {
    font-size: 20px;
    font-size: 2.0rem;
    padding: 0;
    margin: 0;
    line-height: 125%;
    letter-spacing: -1px;
    font-weight: 900;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.destination_hero_spotlight .article h2 {
    font-size: 25px;
    font-size: 2.5rem;
}}/* 620px tab */
/* 768px desk */
@media screen and (min-width: 1024px) {
.destination_hero_spotlight .article h2 {
    font-size: 30px;
    font-size: 3rem;
}
}/* 768px desk */

.destination_hero_spotlight .article .ohayo_cat {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 150%;
    letter-spacing: 0;
    text-align: left;
    display: inline-block;
    font-weight: 900;
    background: transparent;
    color: #ff0000;
    padding: 1% 0;
    margin: 0;
    width: 100%;
}
.destination_hero_spotlight .article .ohayo_cat {
  font-size: calc(15px + (25 - 15) * ((100vw - 300px) / (1200 - 300)));
}

.destination_hero_cover {
    background-position: center center;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    vertical-align: top;
}
.destination_hero_cover:before {
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background: #000;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    opacity: 0.33;
    transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
}

.destination_hero_body .location {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 5px;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.destination_hero_body .location {
  padding: 10px;
}
}/* 620px tab */
/* 768px desk */
@media screen and (min-width: 1024px) {
.destination_hero_body .location {
  padding: 5px;
}
}/* 768px desk */
.destination_hero_body .location .data h1 {
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 100%;
    letter-spacing: 0px;
    font-weight: 400;
    display: inline-block;
    text-align: right;
    width: 100%;
    text-transform: uppercase;  
}
.destination_hero_body .location .data h1 a {
    font-weight: 400;
    color: #fff;
}


#guide-container .story-titre {
    padding: 0;
    letter-spacing: 0;
    color: #000;
    line-height: 100%;
}
#guide-container .story-titre h1 {
    color: #101010;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 100%;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
#guide-container .story-titre h1 {
  font-size: calc(25px + (50 - 25) * ((100vw - 300px) / (1200 - 300)));
}
#guide-container .story-intro {
    font-weight: 400;
    padding: 1%;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
    color: #000;
    font-style: italic;
    line-height: 100%;
    max-width: 700px;
}
/* 620px tab */
@media screen and (min-width: 620px) {
    
}/* 620px tab */
#guide-container .story-intro {
    font-size: 20px;
    font-size: 2rem;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
#guide-container .story-intro {
    font-size: 22px;
    font-size: 2.2rem;
}
}/* 768px desk */


#guide-container .story-universe {
    margin-bottom: 0;
    line-height: 100%;
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    line-height: 100%;
}
#guide-container .story-universe a {
    color: #000;
    font-weight: 400;
}
#guide-container .story-universe a:hover {
    
}

.story-spot {
  display: block;
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 100%;
  width: 100%;
  letter-spacing: -1px;
  font-size: calc(30px + (55 - 30) * ((100vw - 300px) / (1200 - 300)));
}
.story-spot:before {
  color: #ff0000;
  content: " | ";
  display: inline-block;
  margin: 0;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 100;
  font-size: calc(40px + (65 - 40) * ((100vw - 300px) / (1200 - 300)));
  line-height: 0;
}

#guide-container .story-content {
  max-width: 750px;
  padding: 5%;
}



/* -------- guide-gps ----------- */
.place-info {
    font-size: 15px;
    font-size: 1.5rem;
	padding: 0;
    margin: 0;
	font-weight: 400;
	line-height: 100%;
}
.place-info table {
    margin: 0;
    padding: 0;
}
.place-info tbody {
}
.place-info tr {
    border-bottom: 1px solid #ddd;
}
.place-info td {
    float: left;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.place-info td {
    float: none;
} 
}/* 620px tab */
.place-info a {
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: 900;
    color: #777;
}
.place-info .info-left {
	text-align: left;
	color: #999;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 100%;
    text-transform: uppercase;
    padding: 15px 0 0 10px;
    vertical-align: middle;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.place-info .info-left {
	text-align: right;
    width: 28%;
    vertical-align: top;
    padding: 15px 15px;
}
}/* 620px tab */
.place-info .info-middle {
	display: none;
}
.place-info .info-middle i {
    font-size: 16px;
    font-size: 1.6rem;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.place-info .info-middle {
	width: 2%;
	text-align: center;
	color: #757575;
    vertical-align: middle;
    display: inline-block;
    padding: 15px 0 0 10px;
	text-align: center;
    vertical-align: top;
    padding: 15px 15px;
}
}/* 620px tab */
.place-info .info-right {
	text-align: left;
	color: #333;
    vertical-align: middle;
    padding: 5px 0 10px 10px;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 100%;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.place-info .info-right {
    width: 70%;
    border-left: 1px solid #ddd;
    vertical-align: top;
    padding: 15px 15px;
}
}/* 620px tab */
.place-info .the_note {
}
.place-info .the_note .note_detail {
    color: #3F3F3F;
	letter-spacing: 0;
	text-transform: uppercase;
}
.place-info .the_note .note_detail h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 100%;
    font-weight: 400;
    text-transform: none;
    color: #888;
}


/* -------- placelist----------- */
.placelist-box {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 1% 0;
}
.placelist-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.placelist-box li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.placelist-box .placelist-number {
    position: absolute;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0;
    background: #ff0000;
    margin: 0 1% 1%;
    padding: 15px;
    margin: 0 0 0 25px;
    font-size: 30px;
    font-size: 3rem;
}
/* -------- itineraires ----------- */
.trip-container {
	
}
.trip-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.trip-container li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.trip-container .trip-card .title {
  max-width: 750px;
  margin: 0 auto;
  padding: 5% 5% 2%;
  line-height: 100%;
}
.trip-container .trip-card .title p {
  margin: 0;
  padding: 0;
}
.trip-container .trip-card .title h1 {
	color: #000;
  font-size: 35px;
	font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 100%;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.trip-container .trip-card .title h1 {
  font-size: calc(35px + (45 - 35) * ((100vw - 300px) / (1000 - 300)));
}
.trip-container .trip-card .title .date {
	color: #ff0000;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0 0 2%;
  padding: 0;
  text-transform: uppercase;
}
.trip-container .trip-card .intro {

}
.trip-container .trip-card .cover {
	width: 100%;
  line-height: 0;
}
.trip-container .trip-card .cover img {
	width: 100%;
}
.trip-container .trip-card .content {

}
.trip-container .trip-card .content img {
	width: 100%;
  border-radius: 15px;
}
.trip-container .trip_bigger {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.trip-container .trip_bigger .cover {
	width: 100%;
	height: 100%;
    background-position: center center;
    background-size: cover;
}
.trip-container .trip_bigger .cover img {
    width: 100%;
  display: block;
}

.trip-container .relation_box  {
	overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.trip-container .relation_box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.trip-container .relation_box .related {
    margin: 0 auto;
    padding: 0 0 2%;
    text-align: left;
    width: 100%;
    overflow: hidden;
}
.trip-container .relation_box .related-box {
  margin: 0 auto;
  border-bottom: 5px solid #ddd;
  border-top: 5px solid #ddd;
}


.guide_hero_body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 3;
    height: 100vh;
    overflow: hidden;
    border-left: 0;
    border-right: 0;
    z-index: 0;
}
.guide_hero_cover {
    background-position: center center;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: visible;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    vertical-align: top;
}
.guide_hero_body .location {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 5px;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.guide_hero_body .location {
  padding: 10px;
}
}/* 620px tab */
/* 768px desk */
@media screen and (min-width: 1024px) {
.guide_hero_body .location {
  padding: 35px 5px;
}
}/* 768px desk */
.guide_hero_body .location .data h1 {
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 100%;
    letter-spacing: 0px;
    font-weight: 400;
    display: inline-block;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #000000;
}

#dozo_header-special {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: auto;
    line-height: 100%;
    padding: 0;
    max-height: 400px;
    background-color: transparent;
    position: absolute;
    z-index: 10;
    pointer-events: none;
}
#dozo_header-special .logo-bloc {
    position: relative;
    width: 100%;
    line-height: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
}
#dozo_header-special .logo-bloc .logo-big {
    width: 100%;
    line-height: 100%;
    height: auto;
    padding: 0;
    text-align: left;
    margin: 0;
}








#breadcrumbs {
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;

}
#breadcrumbs li {

}
#breadcrumbs .separator {

}

#guide_section-feature {
    position: relative;
    width: 100%;
    padding: 0 0 75px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
#guide_section-feature {
    z-index: 10;
    left: 0;
    right: 0;
    margin-top: 0;
    width: 100%;
    max-width: 1200px;
}
}/* 768px desk */
.guide_section-feature_story {
    width: 100%;
    margin: 0 auto;
    bottom: 0;
}
.guide_section-feature_story:after {
  content: "";
  display: table;
  clear: both;
}

/*
 * 
/* story-related
-------------------------------------------------------------- */
.trip-related {
  padding: 20px 0;
}
.trip-related .logo {
  max-width: 200px;
}
.trip-related .first {
  padding: 1% 2%;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.trip-related .first {
  padding: 0 0 1%;
}
}/* 768px desk */
.trip-related .story-spot {
    margin-bottom: 0;
    line-height: 100%;
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ff0000;
    display: inline-block;
    font-weight: 400;
    line-height: 100%;
    width: 100%;
    padding: 0;
}
.trip-related .cat {
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: -1px;
    margin: 0;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    font-weight: 100;
    display: block;
}
.trip-related .cat {
    font-size: calc(25px + (35 - 25) * ((100vw - 300px) / (1200 - 300)));
}
.trip-related .cat:before {
  color: #ff0000;
  content: " | ";
  display: inline-block;
  margin: 0;
  padding: 0 1% 0 0;
    font-size: 25px;
    font-size: 2.5rem;
  font-weight: 100;
  line-height: 0;
}
.trip-related .cat:before {
    font-size: calc(35px + (45 - 35) * ((100vw - 300px) / (1200 - 300)));
}
.trip_story {
    background: transparent;
    margin: 0;
    height: 500px;
    width: 100%;
    float: left;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 5px solid transparent;
    border-radius: 20px;
}
.trip_story .trip_story-spotlight {
    bottom: 0;
    left: 0;
    padding: 0;
    right: 0;
    z-index: 3;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    color: #000;
    font-weight: 400;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    height: 100%;
}
.trip_story .article {
    padding: 5% 5% 15%;
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.trip_story .article .zone-mark {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: left;
    display: inline-block;
    font-weight: 400;
    background: transparent;
    color: #ff0000;
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: 110%;
}
.trip_story .article .zone-mark:before {
  color: #ff0000;
  content: " | ";
  display: inline-block;
  margin: 0;
  padding: 0 1% 0 0;
    font-size: 20px;
    font-size: 2rem;
  font-weight: 100;
  line-height: 0;
}

.trip_story .article .data h1 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: left;
    margin: 0;
    padding: 0;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.trip_story .article .data h1 {
    font-size: 25px;
    font-size: 2.5rem;
}
}/* 620px tab */
/* 768px desk */
@media screen and (min-width: 1024px) {
.trip_story .article .data h1 {
    font-size: 30px;
    font-size: 3rem;
}
}/* 768px desk */
/* 768px desk */
@media screen and (min-width: 1024px) {
.trip_story .article h1 {
    width: 100%;
}
}/* 768px desk */
.trip_story .article .meta {
    font-weight: 400;
    line-height: 100%;
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
}

.trip_story .image {
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
}
.trip_story .image:before {
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background: #000;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    opacity: 0.33;
    transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
}
.trip_story:hover .image:before {
    background: transparent;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(255, 0, 0, 1) 66%) !important;
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(255, 0, 0, 1) 66%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(255, 0, 0, 1) 66%) !important;
    opacity: 0.66;
}