@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------
reset
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

strong{
	font-weight:bold;
}

em{
	font-style:italic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img,a {
  vertical-align:top;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
	box-sizing: border-box;
}

/* --------------------------------------------------
fonts
-------------------------------------------------- */

.wf-notosansjapanese { font-family: "Noto Sans Japanese"; }

@font-face {
  font-family: 'kumamoto';
  src:
    url('../fonts/kumamoto.ttf?rvpffw') format('truetype'),
    url('../fonts/kumamoto.woff?rvpffw') format('woff'),
    url('../fonts/kumamoto.svg?rvpffw#kumamoto') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* --------------------------------------------------
clearfix
-------------------------------------------------- */

.clearfix:after{
  content: "."; 
  display: block; 
  height: 0;
  font-size:0;   
  clear: both;
  visibility:hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display:block;}


/* --------------------------------------------------
html
-------------------------------------------------- */

html{
  font-size: 62.5%;
  height:100%;
}

/* --------------------------------------------------
body
-------------------------------------------------- */

body{
	font-family: "Noto Sans Japanese" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 1.5rem;
  line-height:1.6;
  -webkit-text-size-adjust: 100%;
  height:100%;
	color:#272727;
	box-sizing:border-box;
}

/* --------------------------------------------------
form
-------------------------------------------------- */

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
fieldset {
	border: none;
	display: block;
}
legend {
	display: none;
}
label {
	cursor: pointer;
	display: none;
}
textarea {
	overflow: auto;
	padding: 3px;
	vertical-align: middle;
	width: 100%;
	border: 1px solid #D1D1D1;
	padding: 5px 10px;
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 10px 0;
	box-sizing: border-box;
}
input::-webkit-input-placeholder {
 color: #747484;
}
input:-ms-input-placeholder {
 color: #747484;
}
input::-moz-placeholder {
 color: #747484;
}
select {
	padding: 8px;
	border: 1px solid #D1D1D1;
}
input[type="checkbox"],
input[type="radio"]{
 margin-right: .5rem;
}
input[type="checkbox"] + label,
input[type="radio"] + label{
	display: inline-block;
	margin-right: 1rem;
}
input[type="text"] {
	vertical-align: middle;
	border: none;
	border: 1px solid #D1D1D1;
	padding: 5px 10px;
	font-size: 1.5rem;
	line-height: 1.8;
	box-sizing: border-box;
}
input[type="file"] {
	padding: 5px 0;
}

select.text-ss {
	padding: 5px;
	background: #FFF;
}
.label-name {
	margin: 0px 7px 0 0;
	display: inline-block;
}
.text-ss {
	width: 10%;
	margin: 10px 7px 10px 0;
}
.text-s,
.text-s-sp-harf {
	width: 20%;
	margin: 10px 7px 10px 0;
}
.text-m {
	width: 58%;
	margin: 10px 7px 10px 0;
}
.text-l {
	width: 100%;
	margin: 10px 0;
}

/* table-form */
.table-form {
	width: 100%;
	margin: 15px 0 30px;
	border-collapse: collapse;
}
.table-form th {
	width: 260px;
	display: table-cell;
	font-weight: bold;
	background: #EEE;
	padding: 10px 20px;
	border-bottom: 1px solid #FFF;
}
.table-form td {
	background: #F9F9F9;
	padding: 10px 20px;
	border-bottom: 1px solid #E7E7E7;
	word-break: break-all;
	word-wrap: break-word;
}

/* essential */
.essential {
	display: inline-block;
	color: #F00;
	margin-left: 10px;
	vertical-align: middle;
	font-weight: normal;
}

/* error-message */
.error-message {
	color: #f00;
	line-height: 1.4;
	margin-bottom: 1rem;
}

/* form-caption */
.form-caption {
	font-size: 1.3rem;
	line-height: 1.4;
}

/* sp-block */
.form-group .sp-block{
	display: inline;
}

/* form-list */
.form-list {
	margin: 5px 0;
}
.form-list li {
	display: inline-block;
	margin: 5px 15px 5px 0;
}

/* scroll-box */
.scroll-box {
	border: 1px solid #cccccc;
	background: #FFF;
	height: 100px;
	overflow-y: scroll;
	padding: 10px;
}

/* form-icon  */
.form-icon a {
	display: inline-block;
	vertical-align: middle;
}
.form-icon a i {
	color: #e06f73;
	font-size: 2rem;
	margin-right: 5px;
}


/* --------------------------------------------------
link
-------------------------------------------------- */

a:link{
	color: #1b63a0;
  transition: color 0.8s ease 0s;
}
a:visited{
	color: #1b63a0;
	text-decoration: none;
}
a:hover{
	color: #1b63a0;
	text-decoration: none;
	opacity:0.8;
}
a:active{
	color: #1b63a0;
	text-decoration: none;
}
/* --------------------------------------------------
wrapper
-------------------------------------------------- */
#wrapper{
	position:relative;
}
/* --------------------------------------------------
header
-------------------------------------------------- */
#header{
	width:40%;
	position: fixed;
	z-index:2;
	height: 100vh;
	text-align:center;
	overflow:hidden;
}
#header .header-inner{
	position:absolute;
	width:100%;
	z-index:2;
	top:50%;
	margin-top:-360px;
}
#header .ttl{
	width:80%;
	max-width:550px;
	margin:150px auto 0 auto;
}
#header .ttl img,
#header .ttl-sub img,
#header .ttl-read img{
	width:100%;
}
#header .ttl-read{
	position:absolute;
	top:0;
	right:10%;
	width:25%;
	max-width:180px;
}
#header .ttl-sub{
	position:absolute;
	top:0;
	left:10%;
	width:25%;
	max-width:160px;
	}
#header .f-link{
	position:relative;
	display:table;
	margin:10px auto 0 auto;
	border-collapse: separate;
	border-spacing: 10px 10px; 
}
#header .f-link li{
	display:table-cell;
	vertical-align:middle;
}
#header .btn-facebook a,
#header .btn-twitter a{
	width:60px;
	height:60px;
	line-height:60px;
	display:block;
	background:#FFF;
	color:#EBB7C3;
	border:1px solid #EBB7C3;
	border-radius:50%;
	text-align:center;
	font-size:3rem;
}
#header .btn-facebook a:hover,
#header .btn-twitter a:hover{
	background:#EBB7C3;
	color:#FFF;
	opacity:1;
}
#header .btn-ttl-logo{
	width:200px;
}
#header .btn-ttl-logo img{
	width:100%;
}
#header .copyright{
	color:#FFF;
	font-size:1rem;
	position:relative;
	width:100%;
	z-index:2;
	margin-top:10px;
}

#header .slider-pro,
#header .slider-pro div{
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	text-align:left;
}

#header .slider-pro div.sp-slide{
	overflow:hidden;
}

#header .slider-pro div.sp-selected {
	z-index:10;
}

/*#header .slider-pro img{
	height: 100vh;
	width:auto;
	position:absolute;
	top:0;
	left:0;
}*/


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

#contents {
	padding-left:40%;
	z-index:1;
	padding-bottom:50px;
}
.inner{
	padding:40px 70px;
}

/* --------------------------------------------------
pagetop
-------------------------------------------------- */
#pagetop{
	clear:both;
	width:60%;
	z-index:111;
}
#pagetop a{
	color:#F8F9FA;
	border-top:#eef0f1 solid 1px;
	border-bottom:#eef0f1 solid 1px;
	display:block;
	text-align:center;
	background:#f6f8f9;
	text-decoration:none;
	padding:25px 0;
	height:0;
	overflow:hidden;
	position:relative;
}

#pagetop a:before{
	font-size:2rem;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-.5rem;
	margin-top:-1.5rem;
	color:#000;
	content: "\f102 ";
	font-family:'fontawesome';
}



/* --------------------------------------------------
title
-------------------------------------------------- */

/* sttl */
.sttl{
	background:url(../img/sttl_bg.png) repeat-x 15px;
	text-align:center;
	padding:25px 0;
}
	
.sttl img{
	background: #FFF;
	padding:0 30px;
}
/* --------------------------------------------------
block
-------------------------------------------------- */

.col-left{
	float: left;
	width: 50%;
}
.col-right {
	float:right;
	width: 50%;
}

/* --------------------------------------------------
module
-------------------------------------------------- */


/* --------------------------------------------------
btn
-------------------------------------------------- */


/* --------------------------------------------------
icon
-------------------------------------------------- */

.info-tag {
	font-family: 'Marcellus', serif;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 3.2rem;
	width: 77px;
	height: 77px;
	line-height: 1.2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #F29DB7), color-stop(0.00, #F7C9C6));
	background: -webkit-linear-gradient(top, #F7C9C6 0%, #F29DB7 88%);
	background: -moz-linear-gradient(top, #F7C9C6 0%, #F29DB7 88%);
	background: -o-linear-gradient(top, #F7C9C6 0%, #F29DB7 88%);
	background: -ms-linear-gradient(top, #F7C9C6 0%, #F29DB7 88%);
	background: linear-gradient(to bottom, #F7C9C6 0%, #F29DB7 88%);
}

.info-tag span {
	display: block;
	font-size: 1rem;
	padding:10px 0 0 0;
}
/* --------------------------------------------------
top
-------------------------------------------------- */
.list-tag{
	text-align:center;
	margin:10px auto 15px auto;
}
.list-tag a{
	border:#E1838B 1px solid;
	color:#E1838B;
	padding:10px 15px;
	display:inline-block;
	border-radius:5px;
	margin:0 3px 5px 3px;
	text-decoration:none;
}
.list-tag a.active{
	color:#FFF;
	background:#E1838B;
}
.js-masonry {
	clear: both;
	width: 100%;
}
.js-masonry li {
	float: left;
	margin: 8px 0.75% 2px;
	width: 15.16%;
}
.js-masonry .large {
	width: 31.83%;
}
.js-masonry li a {
	display: block;
	position: relative;
}
.js-masonry li a img {
	transition: transform 0.5s linear 0s;
}
.js-masonry li a img:hover {
	transform: scale(1.2);
}
.js-masonry li .info-tag {
	position: absolute;
	left: 17px;
	top: 0;
	z-index: 3;
}
.js-masonry li .info-tag {
	color: #fff;
	font-size: 2.5rem;
	width: 55px;
	height: 55px;
	line-height: 1;
}

.js-masonry li .info-tag span {
	display: block;
	font-size: .65rem;
}
.js-masonry li.large .info-tag {
	color: #fff;
	font-size: 3.2rem;
	width: 77px;
	height: 77px;
	line-height: 1.2;
}
.js-masonry li.large .info-tag span {
	display: block;
	font-size: 1rem;
	padding:10px 0 0 0;
}
.js-masonry li a .txt {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	border-bottom: 5px solid #fff;
	border-left: 5px solid #fff;
	border-radius: 0 0 15px 15px;
	border-right: 5px solid #fff;
	bottom: 0;
	color: #fff;
	padding: 4%;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.js-masonry .btn-more {
	margin: 40px 0 10px;
	text-align: center;
	width: 100%;
	clear:both;
}
.js-masonry .btn-more a {
	border: 5px solid #E1838B;
	border-radius: 50%;
	color: #E1838B;
	display: block;
	margin:0 auto;
	font-size: 1.3rem;
	font-weight: bold;
	height: 63px;
	line-height: 53px;
	width: 63px;
	text-decoration:none;
}
.js-masonry li .info-img {
	border: 5px solid #fff;
	border-radius: 10px;
	height: 0;
	overflow: hidden;
	padding-top: 100%;
	position: relative;
	width: 100%;
	background:#e6e6e6;
}
.js-masonry li .info-img:hover {
	border: 5px solid #E1838B;
	z-index: 2;
}

.js-masonry li .info-img img {
	bottom: 0;
	height: 100%;
	left: -200%;
	margin: auto;
	min-height: auto;
	min-width: auto;
	position: absolute;
	right: -200%;
	top: 0;
	width: auto;
}
/*.js-masonry li .info-img img {
	bottom: -200%;
	left: -200%;
	margin: auto;
	max-width: none;
	min-height: 200px;
	min-width: 200px;
	position: absolute;
	right: -200%;
	top: -200%;
}*/
.hi-icon {
	position: relative;
}
.hi-icon::after {
 border-radius: 50%;
 box-sizing: content-box;
 content: "";
 height: 100%;
 position: absolute;
 width: 100%;
}
.hi-icon-effect-1 .hi-icon {
	background: rgba(237, 146, 168, 0) none repeat scroll 0 0;
	transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.hi-icon-effect-1 .hi-icon::after {
	box-shadow: 0 0 0 4px #E1838B;
	left: -7px;
	opacity: 0;
	 padding: 7px;
	top: -7px;
	transform: scale(0.8);
	transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.hi-icon-effect-1a .hi-icon:hover {
	background: rgba(237, 146, 168, 1) none repeat scroll 0 0;
	color: #fff;
}
.hi-icon-effect-1a .hi-icon:hover::after {
	opacity: 1;
	transform: scale(1);
}

/* --------------------------------------------------
detail
-------------------------------------------------- */

/* post-content */
.ttl-post{
	background:#999 scroll 1px;
	line-height:1.4;
	font-size:2rem;
	padding:1rem;
	background:#fcfcf2;
}
.ttl-post span{
	margin-right:1rem;
}

/* post-content */
.post-content{
	overflow:hidden;
}
.post-content .pht-main{
	position: relative;
	z-index:1;
	height: 0;
	overflow: hidden;
	padding-top: 60%;
	position: relative;
	border-radius:10px;
}
.post-content .pht-main img{
	position: absolute;
	top: -200%;
	bottom: -200%;
	left: -200%;
	right: -200%;
	margin: auto;
	width: 100%;
	height: auto;
	min-height: 100%;
	min-width: 100%;
}
/*.post-content .pht-main::after{
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 100px;
	left: 0;
	position: absolute;
	transform: skewY(3deg);
	transform-origin: left bottom 0;
	width: 110%;
}*/
.post-content .spot-ttl{
	z-index:2;
/*	margin-top: -80px;*/
	position:relative;
}
.post-content .info-tag{
	margin:30px 0 20px 0px;
	position:absolute;
}
.post-content .info-tag p {
	padding:0;
}
.post-content .spot-ttl h3{
	font-size:4.5rem;
	font-family: "Caudex",serif;
	padding: 30px 0 30px 100px;
	line-height:1.3;
		min-height:100px;
}
.post-content .pht{
	display: table;
	text-align:center;
}
.post-content .pht img{
	width:100%;
	border-radius:10px;
}
.post-content p{
	padding:1rem 0;
}
.post-content .pht figcaption{
	display:block;
	font-size:1.3rem;
	padding:5px;
	line-height:1.2;
	color:#E08191;
}
/* block-left */
.block-left{
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.block-left .pht{
	max-width:50%;
	float:left;
	margin-right:20px;
}


/* map-area-google */
.map-area-google {
	height: 400px;
}
#map {
	min-height: 400px;
	overflow: hidden;
	position: relative;
	width: 100%;
}


/* info-window */
.info-window {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 160px;
	top: 0;
	left: 0;
}
.info-window .icon-number{
	float: left;
}
.info-window .img-thumb {
	clear: both;
	text-align: center;
	margin: 10px 0;
}
.info-window .img-thumb img {
	max-width: 120px;
	max-height: 100px;
}
.info-window .spot-ttl {
	vertical-align: middle;
	padding: 10px 0;
	line-height: 1.2;
	font-size: 1.4rem;
	font-weight: bold;
}
.info-window .spot-add {
	margin-top: 5px;
	font-size: 1.2rem;
}
.info-window .btn-addfavorite a{
	font-size: 1.2rem;
	min-width: 0;
	padding: 5px 0px;
}
/* spot-info */

.spot-info{
	background:#E08191;
}

.spot-info::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.spot-info .col-left{
	background:#EFEBEA;
	padding:5% 70px 5% 70px ;
}
.ttl-info{
	font-family: 'Caudex', serif;
	font-weight:700;
	font-size:2rem;
	margin-bottom:20px;
	letter-spacing:.2rem;
}
.ttl-spot{
	font-size:1.8rem;
	font-weight:bold;
	margin-bottom:20px;
}
.spot-info dl{
	font-size:1.5rem;
}
.spot-info dt{
	float:left;
	padding-right:5px;
}
a.btn-back{
	background:#333333;
	color:#FFF;
	font-size:2rem;
	padding:30px 0;
	display:block;
	clear:both;
	letter-spacing:2px;
	text-align:center;
	text-decoration:none;
}

@media screen and (max-width: 1080px) {

	body{
		font-size: 1.3rem;
	}
	/* --------------------------------------------------
	header
	-------------------------------------------------- */	
	.page-top #header{
		height: 560px;
		position: fixed;
		width: 100%;
		z-index: -1;
		top:0px
	}
	
	#header .header-inner{
		top:0;
		margin-top:0;
	}
	#header .ttl {
		margin: 90px auto 0;
		max-width: 350px;
		width: 60%;
	}
	#header .ttl-sub {
		max-width: 140px;
		top:30px;
		width: 20%;
		left: 8%;
	}
	#header .ttl-read {
		top:40px;
		max-width: 140px;
		width: 20%;
		right: 8%;
	}
	#header .btn-facebook a, #header .btn-twitter a {
		font-size: 2.3rem;
		height:50px;
		line-height: 50px;
		text-align: center;
		width: 50px;
	}
	#header .btn-ttl-logo {
		width:150px;
	}
	#header .copyright {
		margin-top: 0;
	}
	
	#header .slider-pro img{
		height: auto;
		width:100%;
		position: relative
	}
	
	/* --------------------------------------------------
	contents
	-------------------------------------------------- */
	
	#contents {
		padding-left: 0;
		margin-top: 560px;
		background:#FFF;
		z-index:11111;
		position:relative;
	}	
	
	/* --------------------------------------------------
	main
	-------------------------------------------------- */
	/* sttl */
	.sttl{
		background:url(../img/sttl_bg.png) repeat-x 15px;
		background-size: auto 6px;
		padding:15px 0;
	}
	.sttl img{
		padding:0 20px;
		min-width:250px;
		max-width:339px;
		width:60%;
	}
	/* --------------------------------------------------
	pagetop
	-------------------------------------------------- */
	#pagetop {
		width:100%
	}
	/* --------------------------------------------------
	top
	-------------------------------------------------- */
	#wrapper{
		position:relative;
	}
	.js-masonry {
		max-width: none;
		width: 98%;
		margin: 40px auto;
	}
	.js-masonry {
		width: 100% !important;
	}
	.js-masonry li {
		width: 22%;
		margin: 7px 1.5%;
	}
	.js-masonry .large {
		width: 47%;
	}
	
	/* --------------------------------------------------
	detail
	-------------------------------------------------- */
	.pege-detail #header{
		display:none;
	}
	
	.pege-detail #wrapper{
		position:relative;
	}
	.pege-detail #contents {
		padding-left: 0;
		margin-top: 0;
	}	
	/* post-content */
	.post-content .spot-ttl h3{
		font-size:3.8rem;
	}
	.post-content .pht-main img{
		min-height:250px;
	}
	/* map-area-google */
	.spot-info .col-left {
		padding: 5% 50px;
	}
	.ttl-spot {
		font-size:1.5rem;
	}
	.spot-info dl {
		font-size:1.3rem;
	}	
}

@media screen and (max-width: 767px) {
	
		body{
		font-size: 1.1rem;
		}
		/* --------------------------------------------------
		header
		-------------------------------------------------- */	
		#header{
		height: 320px;
		position: fixed;
		width: 100%;
		z-index: 0;
		top:0px
		}
		
		#header .ttl {
		margin: 55px auto 0;
		width: 203px;
		height:170px;
		}
		#header .ttl img{
		height:100%;}	
		#header .ttl-sub {
		max-width: 120px;
		width: 22%;
		left: 3%;
		top: 10px;
		}
		#header .f-link {
		margin: 0 auto;
		}
		#header .ttl-read {
		max-width: 140px;
		width: 20%;
		right: 5%;
		top: 30px;
		}
		#header .btn-facebook a, #header .btn-twitter a {
		height:40px;
		line-height: 40px;
		width: 40px;
		}
		#header .btn-ttl-logo {
		width:80px;
		}
		#header .slider-pro img{
		min-height:320px;
		}
		
		/* --------------------------------------------------
		contents
		-------------------------------------------------- */
		#contents {
		margin-top: 320px;
		}	
		
		.inner{
		padding:20px 30px;
		}
		/* --------------------------------------------------
		main
		-------------------------------------------------- */
		.sttl{
		background-size: auto 5px;
		}
		.sttl img{
		padding:0 20px;
		min-width:220px;
		width:50%;
		}
		/* --------------------------------------------------
		pagetop
		-------------------------------------------------- */
		
		
		/* --------------------------------------------------
		top
		-------------------------------------------------- */
		.js-masonry {
		max-width: none;
		width: 94%;
		margin: 24px auto 0;
		}
		.js-masonry .btn {
		margin: 16px 0 30px;
		}
		
		/* --------------------------------------------------
		detail
		-------------------------------------------------- */
		/* post-content */
		.post-content .spot-ttl h3{
		font-size:3rem;
		}
		.post-content .pht-main{
		min-height:250px;
		}
		.post-content .pht-main img{
		min-height:150px;
		}
		/* map */
		.spot-info .col-left {
		padding: 5% 50px;
		}
		.ttl-info{
		margin:10px 0;
		align-items: center;
		display: flex;
		text-align: center;
		position:relative;
		}
		.ttl-info::before,
		.ttl-info::after {
		border-top: #FFF solid 1px;
		content: "";
		display: inline;
		flex-grow: 1;
		}
		.ttl-info::before {
		margin-right: 20px;
		}
		.ttl-info::after {
		margin-left: 20px;
		}
		.ttl-spot {
		font-size:1.2rem;
		margin-bottom:10px;
		}
		.spot-info dl {
		font-size:1.2rem;
		}	
		.spot-info .col-left,
		.spot-info .col-right{
		float:none;
		width:100%;
		padding: 10px 30px 15px 30px;
		background:#efebea ;
		}
		/* map-area-google */
		.spot-info .col-right #map{
		border:1px solid #FFF;
		}
		a.btn-back{
		font-size:1.8rem;
		padding:20px 0;
		}
}

@media screen and (max-width: 600px) {
	
			/* --------------------------------------------------
			top
			-------------------------------------------------- */
			
			.js-masonry li {
				width: 98%;
			}
			.js-masonry .large {
				width: 98%;
			}
			
			.js-masonry li .info-tag,
			.js-masonry li.large .info-tag {
				color: #fff;
				font-size: 3.2rem;
				width: 77px;
				height: 77px;
				line-height: 1.2;
			}
			.js-masonry li .info-tag span ,
			.js-masonry li.large .info-tag span {
				display: block;
				font-size: 1rem;
				padding:10px 0 0 0;
			}
}
