@charset "UTF-8";
/* CSS Document */
body {
  background-color: #111;
}
.hero_image_spot {
	display: block;
}
.hero_image_spot_filter{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: rgba(0,0,0,0.30);
	 height: calc(100vh - 50px);
	  width: 100%;
	
}
.hero_image_spot h2{
	font-family: futura-pt,sans-serif;
font-weight: 100;
font-style: normal;
	font-size: 6.0rem;
	letter-spacing: 1.3em;
	padding-left: 1.3em;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.spot_title{
	display: none;
}
.close-place .spot_pic img {
    width: 300px;
    height: 200px;
	object-fit: cover;
}
.article_title{
		text-align: left;
		margin: 40px 0;
	}
.content p{
	text-align: left;
	font-size: 1.8rem;
	line-height: 4rem;
}
.content img{
		margin: 15px 0 ;
	}
	.content figure{
		margin: 15px 0 ;
	}

.close-place h3{
	margin: 10px 0;
	text-align: left;
	
}
.menu_desc{
	text-align: left;
	line-height: 3rem;
}
	.menu_desc p{
width: 300px;
}
.other_menu_category{
	margin-bottom: 30px;
}
.close-place_block{
	display: flex;
	justify-content: space-between;
}
@media(max-width:599px){
	.hero_image_spot h2 {
font-family: futura-pt,sans-serif;
font-weight: 100;
font-style: normal;
    font-size: 3rem;
    letter-spacing: 1.3em;
    padding-left: 1.3em;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
	.hero_image_spot {
	
  width: 100%;
	height: calc(100vh - 50px);
  background-size: cover;
	background-position:center;
}
	.row{
		display: block;
		margin: 0 auto;
	}
	.close-place_block{
	display: block!important;
	margin: 0 auto;
		padding: 0 20px !important;
}
	.article_title{
		text-align: left;
		margin: 20px 0;
	}
	.content p{
	text-align: left;
	font-size: 1.4rem;
	line-height: 3rem;
}
	.content img{
		margin: 15px 0 ;
	}
	.content figure{
		margin: 15px 0 ;
	}
	
.close-place h3{
	margin: 10px 0;
	text-align: left;
	
}
.menu_desc{
	text-align: left;
	line-height: 3rem;
}
	.menu_desc p{
width: 300px;
}
	.other_menu_category{
	margin-bottom: 30px;
}
}
@media(min-width:600px) and (max-width:1024px){
	.hero_image_spot h2{
		font-size: 5rem;
	}
	.hero_image_spot {
  width: 100%;
	height: calc(100vh - 50px);
  background-size: cover;
	background-position:center;
}
	.article_title{
		text-align: left;
		margin: 30px 0;
	}
	
		.content p{
	text-align: left;
	font-size: 1.6rem;
	line-height: 3rem;
}
	.content img{
		margin: 15px 0 ;
	}
	.content figure{
		margin: 15px 0 ;
	}
	
.close-place h3{
	margin: 10px 0;
	text-align: left;
	
}
.menu_desc{
	text-align: left;
	line-height: 3rem;
}
		.menu_desc p{
width: 300px;
}
	.other_menu_category{
	margin-bottom: 30px;
}
	.close-place_block{
	display: block;
}
}

.other_menu {
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 2.4rem;
	margin-top: 100px;
}



.other_menu_category{
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
	
	
	
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.col-md-3 {
	display: flex;
    max-width: 100%!important;
	position: relative;
    width: 100%!important;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.close-place {
    width: 100%;
    max-width: 380px;
	margin: 0 auto 30px;
	padding: 0 20px;
}
.close-place a {
    display: block;
    text-decoration: none;
    color: #fff;
}
.close-place .close-place_pic img {
    width: 100%;
    height: auto;
}
.close-place_title{
	text-align: left;
}

.close-place_desc{
	text-align: left;
}