/*
Theme Name: 株式会社ALUKS
Description: LILY ESTHETIC SALON Template
Author: Chikuchu
*/

html {
	scroll-behavior: smooth;
}
a {
	text-decoration: none;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.margin_bottom_30 {
	margin-bottom: 30px;
}
.margin_bottom_50 {
	margin-bottom: 50px;
}
#container {

}
.ImageBoxPayMethod {
	width: 385px;
	margin-left: auto;
	margin-right: auto;
}
.PC {
	display: none;
}
.SP {
	display: block;
}
#header {
	width: 100%;
	background-color: rgb(255,255,255);
}
#header #HeaderLogo {
	width: 255px;
	height: 36px;
	float: left;
}
#header #HeaderLogo img {
	width: 255px;
	height: 36px;
}
#content {
	width: 100%;
	background-color: rgb(193,225,243);
}
.ImageBoxFull {

}
.ImageBoxFull img {
	width: 100%;
}
.ImageBoxQR {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.ImageBoxQR img {
	width: 300px;
}
.ButtonArea {

}
.ButtonArea .ButtonBox {
	font-size: 32px;
	text-align: center;
	color: rgb(0,0,0);
	border: 1px solid rgb(0,0,0);
	width: 100%;
	height: 100px;
	line-height: 100px;
	margin-bottom: 30px;
}
.ShopName {
	text-align: center;
	font-size: 20px;
}
.TableShowName {
	margin-left: auto;
	margin-right: auto;
}
.TableShowName td {
	vertical-align: middle;
	font-size: 18px;
}
.TableShowName td img {
	width: auto;
	height: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
.ShopInfo {
	text-align: center;
	font-size: 15px;
}
.ShopTel {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.ShopTel .ShopTelIcon {
	float: left;
	width: 50px;
}
.ShopTel .ShopTelIcon img {
	width: 50px;
	height: auto;
}
.ShopTel .ShopTelText {
	float: left;
	width: 220px;
	margin-left: 10px;
	line-height: 50px;
	font-size: 28px;
}
.ShopInstagram {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.ShopInstagram  .ShopInstagramIcon {
	float: left;
	width: 50px;
}
.ShopInstagram  .ShopInstagramIcon img {
	width: 50px;
	height: auto;
}
.ShopInstagram  .ShopInstagramText {
	float: left;
	width: 220px;
	margin-left: 10px;
	line-height: 50px;
	font-size: 28px;
}
#ShopMAP {
	width: 100%;
	height: 400px;
}
.CloudArea {
	position: relative;
	width: 100%;
	height: 400px;
}
.CloudBox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#cloud {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	overflow: hidden;
}
#cloud li {
	position: absolute;
	width: 40%;
	aspect-ratio: 1102 / 645;
	background-image: url('../../../../img/cloud1.png');
	background-size:100% auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#Footer {

}
#Footer .FooterLogo {
	float: left;
	width: 100%;
}
#Footer .FooterLogo img {
	width: 100%;
	height: auto;
}
#Footer .FooterText {
	width: 100%;
	float: right;
	text-align: center;
}
#Footer .FooterText .FooterTitle {
	padding-top: 20px;
	font-size: 28px;
}
#Footer .FooterText .FooterTel {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
#Footer .FooterText .FooterTel .FooterTelIcon {
	float: left;
	width: 30px;
}
#Footer .FooterText .FooterTel .FooterTelIcon img {
	width: 30px;
	height: auto;
}
#Footer .FooterText .FooterTel .FooterTelText {
	float: left;
	width: 150px;
	margin-left: 10px;
	line-height: 30px;
}
#Footer .FooterText .FooterInstagram {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
#Footer .FooterText .FooterInstagram .FooterInstagramIcon {
	float: left;
	width: 30px;
}
#Footer .FooterText .FooterInstagram .FooterInstagramIcon img {
	width: 30px;
	height: auto;
}
#Footer .FooterText .FooterInstagram .FooterInstagramText {
	float: left;
	width: 150px;
	margin-left: 10px;
	line-height: 30px;
}
.ContentName {
	text-align: center;
	font-size: 32px;
}
.ContentInfo {
	text-align: center;
	font-size: 20px;
}
.ContentImageFull {

}
.ContentImageFull img {
	width: 100%;
}
.ContentImage {
	text-align: center;
}

@media screen and (min-width:1001px) {
	.PC {
		display: block;
	}
	.SP {
		display: none;
	}
	#header {
		width: 1000px;
		background-color: rgb(255,255,255);
		margin-left: auto;
		margin-right: auto;
	}
	#content {
		width: 1000px;
		background-color: rgb(193,225,243);
		margin-left: auto;
		margin-right: auto;
	}
	.ImageBoxFull {

	}
	.ImageBoxFull img {
		width: 1000px;
		height: auto;
	}
	.ImageBoxQR {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.ImageBoxQR img {
		width: 300px;
	}
	.ButtonArea {

	}
	.ButtonArea .ButtonBox {
		font-size: 32px;
		text-align: center;
		color: rgb(0,0,0);
		border: 1px solid rgb(0,0,0);
		width: 450px;
		height: 150px;
		line-height: 150px;
		margin-bottom: 30px;
		margin-left: 20px;
		margin-right: 20px;
		float: left;
	}
	.TableShowName {
		margin-left: auto;
		margin-right: auto;
	}
	.TableShowName td {
		vertical-align: middle;
	}
	.TableShowName td img {
		width: auto;
		height: 60px;
		margin-left: 30px;
		margin-right: 30px;
	}
	.ShopName {
		text-align: center;
		font-size: 32px;
	}
	.ShopInfo {
		text-align: center;
		font-size: 20px;
	}
	.ShopTel {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.ShopTel .ShopTelIcon {
		float: left;
		width: 50px;
	}
	.ShopTel .ShopTelIcon img {
		width: 50px;
		height: auto;
	}
	.ShopTel .ShopTelText {
		float: left;
		width: 220px;
		margin-left: 10px;
		line-height: 50px;
		font-size: 28px;
	}
	.ShopInstagram {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.ShopInstagram  .ShopInstagramIcon {
		float: left;
		width: 50px;
	}
	.ShopInstagram  .ShopInstagramIcon img {
		width: 50px;
		height: auto;
	}
	.ShopInstagram  .ShopInstagramText {
		float: left;
		width: 220px;
		margin-left: 10px;
		line-height: 50px;
		font-size: 28px;
	}
	#ShopMAP {
		width: 1000px;
		height: 600px;
	}
	.CloudArea {
		position: relative;
		width: 100%;
		height: 600px;
	}
	.CloudBox {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	#cloud {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		overflow: hidden;
	}
	#cloud li {
		position: absolute;
		width: 20%;
		aspect-ratio: 1102 / 645;
		background-image: url('../../../../img/cloud1.png');
		background-size:100% auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	#Footer {

	}
	#Footer .FooterLogo {
		float: left;
		width: 500px;
	}
	#Footer .FooterLogo img {
		width: 500px;
		height: auto;
	}
	#Footer .FooterText {
		width: 500px;
		float: right;
		text-align: center;
	}
	#Footer .FooterText .FooterTitle {
		padding-top: 20px;
		font-size: 28px;
	}
	#Footer .FooterText .FooterTel {
		width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	#Footer .FooterText .FooterTel .FooterTelIcon {
		float: left;
		width: 30px;
	}
	#Footer .FooterText .FooterTel .FooterTelIcon img {
		width: 30px;
		height: auto;
	}
	#Footer .FooterText .FooterTel .FooterTelText {
		float: left;
		width: 150px;
		margin-left: 10px;
		line-height: 30px;
	}
	#Footer .FooterText .FooterInstagram {
		width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	#Footer .FooterText .FooterInstagram .FooterInstagramIcon {
		float: left;
		width: 30px;
	}
	#Footer .FooterText .FooterInstagram .FooterInstagramIcon img {
		width: 30px;
		height: auto;
	}
	#Footer .FooterText .FooterInstagram .FooterInstagramText {
		float: left;
		width: 150px;
		margin-left: 10px;
		line-height: 30px;
	}
	.ContentImageFull {

	}
	.ContentImageFull img {
		width: 1000px;
		height: auto;
	}
}


