@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	box-sizing: border-box;
}
html, body {
	margin: 0;
	height: 100%;
	background-color: #fff;
	background-image: url(bg.png);
	background-size: contain;
}
#top-wrap {
	background-repeat: repeat-x;
}
.top-image {
	width: 100%;
	height: auto;
}
#top-image {background-color: #000000;

}
#top-image-smart {
	display: none;
}
p {
	font-family: "Noto Sans Japanese";
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: center;
	color: #000;
	letter-spacing: 0.15em;
	font-weight: 300;
}
.red:hover {
	color: red;
}
a {
	text-decoration: none;
	color: #03BCFF;
}
a:hover {color: #F7B14D;}
.border {
  height: 3px;
  background-image: linear-gradient(90deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(90deg, #C54091, #F2CF1F, #e0e4cc, #f38630, #00AABE);
  background-size: 10px 3px, 100% 3px;
  border: none;
}
.botton {
	padding: 2%;
	background-color: #C1C1C1;
	width: 30%;
	display: block;
	margin: 0 auto;
	transition: all 0.3s ease;
}
.botton:hover {
	background-color: #1CC6E9;
}
.margin-top {
	margin-top: 5%;
}
h1 {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	letter-spacing: 1px;
	position: relative;
	padding: 0.5em 1em 0em;
	text-align: center;
	font-size: 300%;
	overflow: auto;
	margin-top: 3%;
}
h2 {
	color: #000;
	font-family: "Noto Sans Japanese";
	letter-spacing: 0.1em;
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
}
label {
	color: #000;
	padding: 10px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
input[type="checkbox"].on-off {
	display: none;
}
.menu ul {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	padding: 5px;
}
input[type="checkbox"].on-off + ul {
	height: 0;
	overflow: hidden;
}
input[type="checkbox"].on-off:checked + ul {
	height: 200px;
}
.box {
	padding-top: 5%;
}
.item {
	margin-bottom: 3%;
}
.map_g {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	display: block;
}
#attention {
	clear: both;
}
/*ディスプレイ用*/
#fotter {
	overflow: auto;
	width: 100%;
	height: 10%;
	background-color: #000;
	margin-top: 3%;
}
#fotter p {color: #fff;}
img {
	margin: 0 auto;
	display: block;
	height: auto;
}
.fotter {
	width: 100%;
}

@media screen and (min-width: 901px) {
#wrap {
	height: auto;
	width: 80%;
	margin: 0 auto;
}
.center {
	width: 50%;
	height: auto;
}
	.postcard {width: 80%;}
.box {
	overflow: auto;
	width: 100%;
	margin: 0 auto;
	display: block;
}
.item {
	float: left;
	height: auto;
	margin-left: 3%;
	width: 30%;
	filter: brightness(100%);
	opacity: 1;
}
.item:hover {
	filter: brightness(105%);
	opacity: 1;
	transition: opacity 0.5s;
}
#smart {
	display: none;
}
#fotter p {
	text-align: center;
	padding: 1% 0;
}
}

@media screen and (max-width: 900px) {
p {
	font-size: 80%;
	text-align: center;
	color: #000;
}
.font {
	font-size: 70%;
}
.botton {
	width: 60%;
}
.link {
	font-size: 90%;
}
h1 {
	font-size: 250%;
	padding: 0 2% 0;
	vertical-align: top;
}
h2 {
	font-size: 90%;
}
#top-image {
	display: block;
}
#top-image-smart {
	display: none;
}
#wrap {
	width: 100%;
	height: auto;
}
.margin-top {
	margin-top: 3%;
}
.center {width: 70%;}
.postcard {
	width: 80%;
	height: auto;
}
	.box {width: 100%;
	overflow: auto;
	margin: 0 auto;
	display: block;	
	}
.item {
	width: 21%;
	float: left;
	margin-left: 3%;
}
#smart {
	display: none;
}
.sanrio {
	width: 10%;
	height: auto;
}
}

@media screen and (max-width: 500px) {
h1 {
	font-size: 120%;
}
#pc {
	display: none;
}
#top-image {
	display: none;
}

#top-image-smart {
	display: block;
}
	.center {width: 60%;}
	.postcard {width: 90%;}
.top-image-smart {
	width: 100%;
	height: auto;
}
#smart {
	display: block;
}
.margin-top {
	margin-top: 5%;
}
.botton {
	width: 60%;
}
	.item {width: 41%;
	margin-left: 6%;
	}
.link {
	font-size: 50%;
}
}
