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

body {
	text-align:center;
	font-family: "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, sans-serif;
	font-weight:normal;
	background: #fcf4d2 url(title_bd.jpg) repeat-x left top;
	background-size: auto 300px;
	padding: 0;
	margin: 0;
	font-size: 100%;
	color:#392d2d;
}
h1 {
	font-weight: bold;
	width: 400px;
	margin: 1em auto 2em auto;
}
 h1 img {
	 width: 100%;
 }

h2 {
	font-weight: bold;
}
	article h2 {
		font-size: 160%;
		margin-bottom:1em;
	}
	footer h2 {
		font-size: 130%;
		margin-bottom: 0;
	}
article p {
	line-height: 2;
	font-weight:bold;
	font-size: 110%;
	margin: 0 0 1em 0;
}

article p.link {
	padding-top:1em;
	padding-bottom: 1em;
}

article p a {
  line-height: 2.5;
  background-color:#FD7970;
  color: #FFF;
  display: inline-block;
  text-decoration:none;
  padding: 0 2.5em;
  position:relative;
  border-radius: 1.25em;
}
	article p a:after {
		position: absolute;
		display:block;
		content: "";
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		margin-top: -3px;
		right: 12px;
		width: 6px;
		height: 6px;
		border-top: solid 2px #FFF;
		border-right: solid 2px #FFF;
		transition: 0.6s;
	}

article p a:hover {
  background-color:#FFF;
  color: #FD7970;
  transition: 0.6s;
}
	article p a:hover:after {
		border-top: solid 2px #FD7970;
		border-right: solid 2px #FD7970;
	}

#mymap {
	width: 800px;
	margin: 80px auto 80px auto;
}
	#mymap iframe {
		width: 100%;
		height: 500px;
	}

#instaarea {
	background-color: #FFF;
	width: 100%;
	margin-top: 3em;
	margin-bottom:3em;
}

footer {
	margin-top: 3em;
}

small {
	margin-bottom:2em;
	display: block;
}
	small a {
		color: #392d2d;
		text-decoration: none;
	}

@media screen and (min-width: 751px) {
	
	.sp-only { display:none;}

}
@media screen and (max-width: 750px) {
	
	body {
		font-size: 90%;
		background: #fcf4d2 url(title_bd.jpg) no-repeat center top;
		background-size: auto 30vh;
	}
	.pc-only { display:none;}
	h1 {
		width: 70%;
		margin: 2em auto;
	}
	article h2 {
		font-size: 160%;
	}
	footer h2 {
		font-size: 120%;
	}
	#container article {
		padding: 0 1.5em;
	}
	#container article p{
		text-align:left;
	}
	#container article p br{
		display: none;
	}
	#container article p.link {
		text-align: center;
	}
	#container article p img {
		width:100%;
	}

	#mymap {
		width: 96%;
		margin: 2em auto;
	}
		#mymap iframe {
			height: 60vh;
		}



}