body {
	background: url(../images/bg.jpg) center top;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

header {
	text-align: center;
	padding-top: 36px;
	padding-bottom: 36px;
}

header h1 {
	padding-bottom: 20px;
}

header .lead {
	margin-bottom: 15px;
}

header .notice {
	margin-left: -18px;
}

main .instruction {
	text-align: center;
	margin-bottom: 20px;
}

main .notice {
	font-size: 12px;
	color: #ff0000;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: solid 1px #ff0000;
	margin-bottom: 20px;
}

main .btn-other {
	text-align: right;
	margin-bottom: 20px;
}


main #box-map {
	position: relative;
}

main #box-map .sakanaya {
	position: absolute;
	top: 76px;
	left: 390px;
}

main #box-map .yamazaki {
	position: absolute;
	top: 262px;
	left: 330px;
}

main #box-map .ikoshi {
	position: absolute;
	top: 302px;
	left: 400px;
}

main #box-map .shinei {
	position: absolute;
	top: 353px;
	left: 220px;
}

main #box-map .taishoken {
	position: absolute;
	top: 476px;
	left: 214px;
}

main #box-map .shilingol {
	position: absolute;
	top: 656px;
	left: 204px;
}

main #box-map .marubun {
	position: absolute;
	top: 498px;
	left: 612px;
}

main #box-map .nakahora {
	position: absolute;
	top: 518px;
	left: 580px;
}

main #box-map .paseriya {
	position: absolute;
	top: 620px;
	left: 464px;
}

main #box-map .grillk {
	position: absolute;
	top: 608px;
	left: 710px;
}

main #box-map .seadragon {
	position: absolute;
	top: 692px;
	right: 138px;
}

main #box-map .flora {
	position: absolute;
	top: 664px;
	right: 70px;
}

main #box-map .pizzcube {
	position: absolute;
	top: 692px;
	right: 320px;
}

main #box-map .statice {
	position: absolute;
	top: 432px;
	left: 616px;
}

main #box-map .sugitetsu {
	position: absolute;
	top: 232px;
	left: 264px;
}

main #box-map .takenoha {
	position: absolute;
	top: 612px;
	left: 766px;
}

main #box-map .squale {
	position: absolute;
	top: 662px;
	right: 170px;
}

main #box-map .hirokichi {
	position: absolute;
	top: 1146px;
	right: 106px;
}

main #box-map .ariaketei {
	position: absolute;
	top: 443px;
	left: 536px;
}

main #box-map .yamazakura {
	position: absolute;
	top: 30px;
	left: 96px;
}

main #box-map .yutaka {
	position: absolute;
	top: 66px;
	left: 96px;
}

main #box-map .sennari {
	position: absolute;
	top: 100px;
	left: 140px;
}

main #box-map .pruja {
	position: absolute;
	top: 382px;
	left: 228px;
}

main #box-map .shop img {
	display: block;
	transform: scale(0.75);
	transition-duration: 0.3s;
}

main #box-map .shop img:hover {
	transform: scale(1.0);
	transition-duration: 0.3s;
}

/* modal ------------------*/

#modal-content1,
#modal-content2,
#modal-content3,
#modal-content4,
#modal-content5,
#modal-content6,
#modal-content7,
#modal-content8,
#modal-content9,
#modal-content10,
#modal-content11,
#modal-content12,
#modal-content13,
#modal-content14,
#modal-content15,
#modal-content16,
#modal-content17,
#modal-content18,
#modal-content19,
#modal-content20,
#modal-content21,
#modal-content22 {
	width: 376px;
	margin: -100px 0 0 0;
	padding: 20px;
	position: fixed ;
	display: none;
	z-index: 1000;
}
  
#modal-overlay {
	z-index: 999;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background: url(../images/modal_bg.png);
}

.modal-win {
	background: #fff;
	font-size: 14px;
}

.modal-win h2 {
	text-align: center;
	font-size: 20px;
	color: #ec5851;
	font-weight: bold;
	background: url(../images/modal_line.png) center bottom no-repeat;
	padding-bottom: 20px;
}

.modal-win dl {
	margin-top: 20px;
	margin-bottom: 20px;
}

.modal-win dl div {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 3px;
	border-bottom: dotted 1px #e98c9d;
}

.modal-win dl dt {
	width: 25%;
	background: #fbdbe0;
	padding: 5px;
	text-align: center;
}

.modal-win dl dd {
	padding: 5px 10px;
}

.modal-win .comment {
	margin-bottom: 20px;
}

.modal-win .btn a {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background: #ec5851;
	color: #fff;
	font-weight: bold;
}

footer p {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 12px;
}

/* shops ---------------------*/
#shops h1 {
	padding-top: 36px;
	padding-bottom: 36px;
	text-align: center;
	font-size: 30px;
	color: #ec5851;
	font-weight: bold;
	background: url(../images/modal_line.png) center bottom repeat-x;
	margin-bottom: 40px;
}

#shops .shop-info {
	margin-top: 50px;
	font-size: 14px;
	color: #444;
}

#shops .shop-info dl {
	background: rgba(255,255,255,0.7);
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #e98c9d;
}

#shops .shop-info dl div {
	display: flex;
	display: -webkit-flex;
	border-bottom: dotted 1px #e98c9d;
}

#shops .shop-info dl div:last-of-type {
	border-bottom: none;
}

#shops .shop-info dl dt {
	width: 25%;
	background: #fbdbe0;
	padding: 5px;
	text-align: center;
}

#shops .shop-info dl dd {
	padding: 5px 10px;
}

#shops .shop-info.menu {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

#shops .shop-img {
	text-align: center;
}

#shops .shop-img img {
	width: 50%;
}

#shops .menu .btn {
	margin-top: 40px;
}

#shops .menu .btn a {
	display: block;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background: #ec5851;
	color: #fff;
	font-weight: bold;
}

#shops .menu .attn {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

@media screen and (max-width: 559px) {
	
.sp {
	display: block;
}

.pc {
	display: none;
}

header {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

header h1 {
	padding-bottom: 40px;
}

header .lead {
	margin-bottom: 40px;
}

header img {
	width: 100%;
}

main .instruction {
	text-align: center;
	margin-bottom: 30px;
}

main .instruction img {
	width: 80%;
}

main .notice {
	width: 90%;
	font-size: 1.2rem;
	margin-bottom: 40px;
}

main .btn-other {
	text-align: center;
	margin-top: 30px;
}

main .btn-other img {
	width: 60%;
}


/* modal ------*/

#modal-content1,
#modal-content2,
#modal-content3,
#modal-content4,
#modal-content5,
#modal-content6,
#modal-content7,
#modal-content8,
#modal-content9,
#modal-content10,
#modal-content11,
#modal-content12,
#modal-content13,
#modal-content14,
#modal-content15,
#modal-content16,
#modal-content17,
#modal-content18,
#modal-content19,
#modal-content20,
#modal-content21,
#modal-content22 {
	width: 90%;
	margin: 100px 0 0 3%;
	padding: 30px;
	position: fixed;
	display: none;
	z-index: 1000;
}

#modal-content4 {
	margin: 180px 0 0 3%;
}

#modal-content6 {
	margin: 240px 0 0 3%;
}

#modal-content9 {
	margin: 160px 0 0 3%;
}

#modal-content10 {
	margin: 180px 0 0 3%;
}

#modal-content11 {
	margin: 240px 0 0 3%;
}

#modal-content12 {
	margin: 140px 0 0 3%;
}

#modal-content13 {
	margin: 150px 0 0 3%;
}

.modal-win {
	background: #fff;
	font-size: 1.6rem;
}

.modal-win h2 {
	font-size: 2rem;
	background: url(../images/modal_line.png) center bottom repeat-x;
	padding-bottom: 30px;
}

.modal-win dt,
.modal-win dd {
	font-size: 1.6rem;
}


/* shops --------*/

#shops #container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#shops h1 {
	font-size: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#shops .shop-info dl {
	width: 100%;
}

#shops .shop-info.menu {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#shops .shop-img img {
	width: 100%;
}

#shops .menu .btn a {
	width: 100%;
}

#shops .menu .attn {
	text-align: left;
	font-size: 14px;
}


}







