/**********************************************************************************/
/* Copyright(C) Prem Slow Yoga All Rights Reserved.                               */
/**********************************************************************************/

@charset "utf-8";

/*   背景   */
/*----------*/
.service.bg
{
	width: 100%;
	background-image: url(../img/bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
}

.service .bgover
{
	width: 100%;
	background: -moz-linear-gradient(top, #FFF, rgba(135, 206, 235, 0) 30%, rgba(135, 206, 235, 0));
	background: -webkit-linear-gradient(top, #FFF, rgba(135, 206, 235, 0) 30%, rgba(135, 206, 235, 0));
	background: linear-gradient(to bottom, #FFF, rgba(135, 206, 235, 0) 30%, rgba(135, 206, 235, 0));
}

/*   領域   */
/*----------*/
.service .container
{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	min-width: 360px;
}

/*   章   */
/*---------*/
.service .chapter
{
	margin-bottom: 5%;
	width: 100%;
}

/*   リスト   */
/*------------*/
.service ul
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.service ul::after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

.service ul li
{
	height: 100%;
	position: relative;
}

@media screen and (min-width: 1024px)
{
	.service .container
	{
		width: 80%;
	}
}

@media screen and (max-width: 1024px)
{
	.service .container
	{
		width: 80%;
	}
}

@media screen and (max-width: 800px)
{
	.service .container
	{
		width: 90%;
	}
}

@media screen and (max-width: 480px)
{
	.service .container
	{
		width: 95%;
	}
}

/*   タイトル   */
/*--------------*/
.service h2
{
	background-color: #9C6AEE;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-top: 10%;
	margin-bottom: 5%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFF;
	font-weight: normal;
	line-height: 1.4em;
	position: relative;
	overflow: hidden;
}

.service h2 .bg_flower.l,
.service h2 .bg_flower.r
{
	position: absolute;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	width: 50%;
	opacity: 0.2;
}

.service h2 .bg_flower.l,
.service h2 .bg_flower.r
{
	top: 50%;
}

.service h2 .bg_flower.l
{
	left: -10%;
}

.service h2 .bg_flower.r
{
	right: -10%;
}

.service h3
{
	border-bottom-color: #DED1F8;
	border-bottom-style: solid;
	margin-bottom: 3%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #000;
}

.service .campaign
{
	color: #9C6AEE;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.service .note::after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

.service .note .mark
{
	float: left;
	margin-right: 10px;
}

.service .note .sentence
{
	overflow: hidden;
	width: auto;
}

@media screen and (min-width: 1024px)
{
	.service h2
	{
		font-size: 42px;
	}

	.service h3
	{
		border-bottom-width: 8px;
		font-size: 24px;
	}

	.service .campaign
	{
		font-size: 34px;
	}

	.service .note
	{
		font-size: 16px;
	}
}

@media screen and (max-width:1024px)
{
	.service h2
	{
		font-size: 26px;
	}

	.service h3
	{
		border-bottom-width: 5px;
		font-size: 20px;
	}

	.service .campaign
	{
		font-size: 26px;
	}

	.service .note
	{
		font-size: 12px;
	}
}

@media screen and (max-width:800px)
{
	.service h2
	{
		font-size: 22px;
	}

	.service h3
	{
		border-bottom-width: 4px;
		font-size: 16px;
	}

	.service .campaign
	{
		font-size: 22px;
	}

	.service .note
	{
		font-size: 10px;
	}
}

@media screen and (max-width:480px)
{
	.service h2
	{
		font-size: 14px;
	}

	.service h3
	{
		border-bottom-width: 3px;
		font-size: 10px;
	}

	.service .campaign
	{
		font-size: 14px;
	}

	.service .note
	{
		font-size: 9px;
	}
}

/*   シンボル   */
/*--------------*/
.service .symbol
{
	background-image: url(../img/price_symbol.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-moz-background-size: contain;
	float: left;

	height:75px;
	width: 75px;
}

/*   サービス内容   */
/*------------------*/
.service .contents
{
	overflow: hidden;
	width: auto;
}

.service h4
{
	text-align: left;
}

.service h4 i
{
	font-style: normal;
	font-weight: normal;
}

.service h5
{
	color: #9C6AEE;
	margin-top: 10px;
}

.service .comment::after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

.service .comment.items p
{
	float: left;
}

.service .price,
.service .complement
{
	font-family: 'Sofia', cursive;
	font-family: 'Cookie', cursive;
	font-family: "Dancing Script";
	font-weight: bold;
}

.service .price
{
	color: #9C6AEE;
	font-weight: bold;
}

.service .complement p
{
	background-color: #9C6AEE;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #FFF;
	text-align: center;

	padding: 3% 0;
	width: 100%;
}

.service .product
{
	margin-top: 2%;
	margin-bottom: 1%;
}

.service .product ul li.name
{
	float: left;
	width: auto;
	margin-right: 10px;
}

.service .product ul li.complement
{
	float: right;
}

.service .product ul li.price
{
	float: right;
	text-align: right;
	margin-right: 10px;
}

.service .product ul li.dot
{
	background-image: url(../img/price_dot.png);
	background-position: center center;
	background-repeat: repeat-x;
	background-size: auto;
	-moz-background-size: auto;
	overflow: hidden;
	width: auto;
}

@media screen and (min-width: 1024px)
{
	.service .symbol
	{
		height: 72px;
		width: 72px;
	}

	.service .contents
	{
		padding: 16px 16px;
	}

	.service h4
	{
		font-size: 28px;
	}

	.service h4 i
	{
		font-size: 20px;
	}

	.service h5
	{
		font-size: 26px;
	}

	.service .comment
	{
		font-size: 16px;
	}
}

@media screen and (max-width: 1024px)
{
	.service .symbol
	{
		height: 64px;
		width: 64px;
	}

	.service .contents
	{
		padding: 16px 12px;
	}

	.service h4
	{
		font-size: 22px;
	}

	.service h4 i
	{
		font-size: 16px;
	}

	.service h5
	{
		font-size: 22px;
	}

	.service .comment
	{
		font-size: 12px;
	}
}

@media screen and (max-width: 800px)
{
	.service .symbol
	{
		height: 48px;
		width: 48px;
	}

	.service .contents
	{
		padding: 8px 8px;
	}

	.service h4
	{
		font-size: 18px;
	}

	.service h4 i
	{
		font-size: 14px;
	}

	.service h5
	{
		font-size: 16px;
	}

	.service .comment
	{
		font-size: 11px;
	}
}

@media screen and (max-width: 640px)
{
	.service .symbol
	{
		height: 40px;
		width: 40px;
	}

	.service .contents
	{
		padding: 12px 4px;
	}

	.service h4
	{
		font-size: 14px;
	}

	.service h4 i
	{
		font-size: 12px;
	}

	.service h5
	{
		font-size: 12px;
	}

	.service .comment
	{
		font-size: 10px;
	}
}

@media screen and (max-width: 480px)
{
	.service .symbol
	{
		height: 32px;
		width: 32px;
	}

	.service .contents
	{
		padding: 8px 4px;
	}

	.service h4
	{
		font-size: 12px;
	}

	.service h4 i
	{
		font-size: 10px;
	}

	.service h5
	{
		font-size: 11px;
	}

	.service .comment
	{
		font-size: 8px;
	}
}
