@charset "utf-8";

#shop #wrapper:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background: url(/common/images/shop/page_bg2.jpg) no-repeat center center;
	background-size: cover;
}

#contentsHeader {
	position: relative;
	padding: 85px 0 0 0;
	text-align: center;
}
#contentsHeader .balloon {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 10px 10px;
	min-width: 120px;
	max-width: 100%;
	background: #c48cff;
	border-radius: 60px;
	opacity: 0.9;
}
#contentsHeader .balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #c48cff;
	opacity: 0.9;
}
#contentsHeader h1{
	margin: 0;
	padding: 25px 100px;
	text-align: center;
}
#contentsHeader h1 em {
	text-align: center;
	font-size: 5em;
	font-family: 'Baloo', cursive;
	color: #fff;
}
#contentsHeader h1 small {
	display: block;
	margin-top: 10px;
	font-size: 1.75em;
	color: #fff;
}

@media only screen and (max-width:1215px) {
	#contentsHeader {
		padding: 70px 0 0 0;
	}
	#contentsHeader .balloon {
		padding: 5px 5px;
		border-radius: 45px;
	}
	#contentsHeader h1{
		padding: 20px 75px;
	}
	#contentsHeader h1 em {
		font-size: 4em;
	}
	#contentsHeader h1 small {
		margin-top: 7px;
		font-size: 1.5em;
	}
}
@media only screen and (max-width:768px) {
	#contentsHeader {
		padding: 50px 0 0 0;
	}
	#contentsHeader .balloon {
		border-radius: 40px;
	}
	#contentsHeader h1{
		padding: 15px 50px;
	}
	#contentsHeader h1 em {
		font-size: 3.5em;
	}
	#contentsHeader h1 small {
		margin-top: 5px;
		font-size: 1.25em;
	}
}
@media only screen and (max-width:480px) {
	#contentsHeader {
		padding: 35px 0 0 0;
	}
	#contentsHeader .balloon {
		border-radius: 30px;
	}
	#contentsHeader h1{
		padding: 10px 25px;
	}
	#contentsHeader h1 em {
		font-size: 3em;
	}
	#contentsHeader h1 small {
		margin-top: 5px;
		font-size: 1.2em;
	}
}

#shopInfo {
	padding: 75px 0;
}
#shopInfo h2 {
	margin: 0 auto;
	text-align: center;
	font-size: 2em;
	/*color: #f274c4;*/
}
#shopInfo h2 em {
	display: block;
	font-size: 2.5em;
	font-family: 'Baloo', cursive;
}
#shopInfo ul {
	overflow: hidden;
	margin: 0 auto;
	width: 95%;
	display: flex;
	flex-wrap: wrap;
}
#shopInfo ul li {
	width: 33.33333%;
	margin: 5% 0 0 0;
	text-align: center;
}
#shopInfo ul li .inner {
	padding: 0 5%;
}
#shopInfo ul li .inner h3 {
	margin: 0 auto;
	width: 120px;
	height: 120px;
	font-size: 1.75em;
	line-height: 120px;
	background-color: #fffa3c;
	border-radius: 50%;
}
#shopInfo ul li .inner p {
	margin: 1em auto 0;
	font-size: 1.6em;
	line-height: 1.7;
}

@media only screen and (max-width:1215px) {
	#shopInfo {
		padding: 55px 0;
	}
	#shopInfo h2 {
		font-size: 1.75em;
	}
	#shopInfo h2 em {
		font-size: 2.25em;
	}
	.#shopInfo ul {
		width: 100%;
	}
}
@media only screen and (max-width:768px) {
	#shopInfo {
		padding: 45px 0;
	}
	#shopInfo h2 {
		font-size: 1.7em;
	}
	#shopInfo h2 em {
		font-size: 2.25em;
	}
}
@media only screen and (max-width:480px) {
	#shopInfo {
		padding: 35px 0;
	}
	#shopInfo h2 {
		font-size: 1.5em;
	}
	#shopInfo h2 em {
		width: 97.5%;
	}
	#shopInfo ul {
		display: block;
		flex-wrap: nowrap;
	}
	#shopInfo ul li {
		width: 100%;
		margin: 10% 0 0 0;
		text-align: center;
	}
	#shopInfo ul li .inner h3 {
		width: 100px;
		height: 100px;
		font-size: 1.5em;
		line-height: 100px;
	}
}

#notice {
	width: 800px;
	margin: 0 auto 50px auto;
	padding: 50px;
	background-color: #fff;
	border-radius: 15px;
}
#notice h2 {
	margin-bottom: 25px;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #6b4d75;
}
#notice h2 span {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 2px solid #6b4d75;
}
#notice ul {
	font-size: 1.5em;
	line-height: 1.75;
	list-style-type: disc;
}
#notice ul li {
	margin-bottom: 5px;
	list-style-type: disc;
	margin-left: 1.75em;
	line-height: 1.75;
}
#notice p {
	margin-top: 15px;
	font-size: 1.5em;
	line-height: 1.75;
}
@media only screen and (max-width:1215px) {
	#notice {
		width: 70%;
		padding: 5% 10%;
		border-radius: 10px;
	}
	#notice h2 {
		margin-bottom: 20px;
		font-size: 1.75em;
	}
	#notice ul {
		font-size: 1.4em;
	}
	#notice p {
		font-size: 1.4em;
	}
}
@media only screen and (max-width:768px) {
	#notice {
		width: 82.5%;
		padding: 7.5% 5%;
		border-radius: 10px;
	}
	#notice h2 {
		font-size: 1.7em;
	}
	#notice ul {
		font-size: 1.3em;
	}
	#notice p {
		font-size: 1.3em;
	}
}
@media only screen and (max-width:480px) {
	#notice {
		border-radius: 5px;
		padding: 7.5% 5%;
	}
	#notice h2 {
		font-size: 1.75em;
	}
	#notice ul {
		font-size: 1.4em;
	}
	#notice p {
		font-size: 1.4em;
	}
}

#gmap {
	width: 100%;
	margin: 0 auto;
}
.gmapArea {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.gmapArea iframe,
.gmapArea object,
.gmapArea embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
