@charset "UTF-8";

body {
	box-sizing: border-box;
	margin: 0;
	padding:46px 0 0;
	color: #403d3c;
	letter-spacing: 0.02em;
	line-height: 1.6em;
	font-family: 'Kiwi Maru', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#header_area {
	width: 100%;
	margin: 0 auto;
	height:46px;
	background-color:#fff;
	border-bottom:1px solid #ccc;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

#header_area h1 {
	margin: 0;
	width: 150px;
	height: auto;
	line-height: 1em;
	position: absolute;
	top:0;
	left:62px;
}

#header_area h1 img {
	margin: 0;
	width: 100%;
}

#header_area nav{
	display: none;
	width: 100%;
	position: absolute;
	top:46px;
	left:0;
}

#header_area ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	line-height: 1em;
}

#header_area ul li {
	display: block;
	width: 100%;
	height:46px;
	margin:0;
	padding:0;
	text-align: center;
	line-height: 1em;
	border-top: 1px dashed #ccc;
}

#header_area ul li:last-child{
	border-bottom: 1px solid #ccc;
}

#header_area ul li a {
	box-sizing: border-box;
	display: block;
	padding-top: 16px;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	color: #403d3c;
	transition: color 0.3s ease;
}

#header_area ul li a:hover {
	color: #b18f6f;
}

#nav_toggle{
	display: block;
	width:28px;
	height: 40px;
	position: relative;
	top: 12px;
	left:16px;
	z-index: 100;
}

#nav_toggle span {
	display: block;
	height: 1.5px;
	background: #333;
	position: absolute;
	width: 100%;
	transition: 0.5s ease-in-out;
}

#nav_toggle span:nth-child(1) {
	top: 0px;
}

#nav_toggle span:nth-child(2) {
	top: 10px;
}

#nav_toggle span:nth-child(3) {
	top: 20px;
}

.open #nav_toggle span:nth-child(1) {
	top: 12px;
	transform: rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open #nav_toggle span:nth-child(3) {
	top: 12px;
	transform: rotate(-135deg);
}

#header_area_contact {
	top: 12px;
}

#header_area_contact {
	display: flex;
	align-items: center;
	gap:20px;
	position: absolute;
	right:16px;
}

#header_area_contact a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

#header_area_contact img {
	width:26px;
	height: auto;
	transition: opacity 0.3s;
	margin-right: 0;
}

#header_area_contact a:hover img,
#header_area_contact a:hover {
	opacity: 0.6;
}


/* footer */


#footer_area >div{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 30px;
	background-color: #accbba;
	text-align: center;
}

#page-top {
	box-sizing: border-box;
	display: block;
	text-decoration: none;
	width: 76px;
	margin: 0 auto 30px;
	padding: 0 0 20px;
	font-size: 13px;
	font-family: Verdana;
	color: #333;
	background-color: #accbba;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 0;
	border-bottom: 2px solid #333;
	transition: all 0.3s;
}

#page-top:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
}

#copylight {
	font-size: 12px;
	font-family: Verdana;
	color: #333;
	letter-spacing: 1px;
}


/* home_key */


#home_key{
	width:100%;
	height:480px;
	background-image:url("../img/home_key_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:right bottom;
	position:relative;
}

#home_key>div{
	width:44%;
	margin:0;
	position:absolute;
	bottom:40px;
	left:4%;
}

#home_key>div>h1{
	width:100%;
	margin:0;
}

#home_key>div>h1>img{
	display:block;
	width:100%;
	height:auto;
}

#home_key>div>h2{
	display:none;
}

@media only screen and (max-width:680px) {
	#home_key{
		height:700px;
		background-image:url("../img/home_key_bg_sp.jpg");
		background-size:auto 100%;
		background-position:center top;
	}
	
	#home_key>div{
		width:280px;
		margin:0 auto;
		padding:20px 0 0;
		position:absolute;
		top:0;
		left:0;
		right:0;
	}
	
	#home_key>div>h1{
		width:100%;
	}
}

@media only screen and (max-width:410px){
	#home_key{
		height:740px;
	}
	
	#home_key>div{
		width:74%;
	}
}


/* home_service */


#home_service_info{
	width:92%;
	margin:60px auto 40px;
}

#home_service_info>img{
	display:block;
	width:70%;
	margin:0 auto 30px;
	border-radius: 50% 50% 50% 70%/50% 50% 70%
}

#home_service_info>article{
	overflow:hidden;
	width:100%;
}

#home_service_info>article>h1{
	margin:0 0 20px;
	padding:0 0 20px;
	font-size:16px;
	text-align:center;
	border-bottom:1px dashed #333;
}

#home_service_info>article>h1>span{
	display:block;
	margin:0 0 10px;
	font-size:40px;
	font-family: "Combo", system-ui;
	font-weight: 400;
	font-style: normal;
	line-height:1em;
	letter-spacing:0;
}

#home_service_info>article>p{
	margin:0 0 20px;
	font-size:16px;
}


/* home_service_contents */


#home_service_contents{
	width:92%;
	margin:0 auto 60px;
}

#home_service_contents>article{
	width:100%;
	margin:0 0 20px;
	padding:0 0 30px;
	background-color:#d5ebde;
	border-radius:10px;
}

#home_service_contents>article:nth-of-type(2n){
	margin:0 0 20px;
	background-color:#ede67d;
}

#home_service_contents>article:nth-of-type(3n){
	margin:0;
	background-color:#d7c3a6;
}

#home_service_contents>article>img{
	display:block;
	width:100%;
	height:auto;
	margin:0 0 30px;
	border-radius:6px 6px 0 0;
}

#home_service_contents>article>h2{
	margin:0 0 30px;
	font-size:20px;
	text-align:center;
	line-height:1em;
}

#home_service_contents>article>h3{
	width:92%;
	margin:0 auto 20px;
	padding:10px 0;
	background-color:rgba(255,255,255,0.4);
	font-size:15px;
	text-align:center;
	line-height:1.6em;
	border-radius:10px;
}

#home_service_contents>article>p{
	margin:0 0 30px;
	padding:0 10px 0 18px;
	font-size:15px;
}

#home_service_contents>article>a{
	display:flex;
	justify-content:center;
	align-items:center;
	text-decoration:none;
	width:60%;
	margin:30px auto 0;
	padding:14px 0 18px;
	font-size:16px;
	text-align:center;
	line-height:1em;
	border-radius:3px;
	border:2px solid #333;
	transition:all .5s;
}

#home_service_contents>article>a:link{
	color:#333;
}

#home_service_contents>article>a:visited{
	color:#333;
}

#home_service_contents>article>a:hover{
	background-color:#333;
	color:#f2f2f2;
	transform:scale(1.05);
}

#home_service_contents>article>a:active{
	color:#333;
}


/* home_guide */


#home_guide{
	width:100%;
	padding:60px 0;
	background-color:#f2f2f2;
}

#home_guide>h1{
	width:92%;
	margin:0 auto 30px;
	text-align:center;
	font-size:18px;
}

#home_guide>h1>span{
	display:block;
	margin:0 0 10px;
	font-size:40px;
	font-family: "Combo", system-ui;
	font-weight: 400;
	font-style: normal;
	line-height:1em;
	letter-spacing:0;
}

#home_guide_book{
	width:90%;
	margin:0 auto 40px;
	background-color:#fff;
	border-radius:10px;
	justify-content:space-between;
}

#home_guide_book_image{
	width:100%;
	margin:0 auto 16px;
	height:300px;
	background-image:url("../img/home_guide_book_image_sp.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
	border-radius:10px 10px 0 0;
}

#home_guide_book>section{
	box-sizing:border-box;
	width:100%;
	padding:20px 16px 20px 20px;
}

#home_guide_book>section>h2{
	margin:0 0 20px;
	padding:0 0 20px;
	font-size:22px;
	line-height:1em;
	border-bottom:1px dashed #333;
}

#home_guide_book>section>h2>span{
	margin:0 4px 0 0;
	font-size:38px;
	font-weight:normal;
}

#home_guide_book>section>ul{
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	padding:0 0 0 20px;
}

#home_guide_book>section>ul>li{
	margin:0 0 18px;
	font-size:18px;
	line-height:1.6em;
}

#home_guide_contents{
	width:92%;
	margin:0 auto;
}

#home_guide_new{
	width:100%;
	height:auto;
	margin:0 0 30px;
	background-color:#fff;
	border-radius:10px;
}

#home_guide_new>h2{
	display:block;
	width:100%;
	margin:0;
	padding:16px 0;
	background-color:#accbba;
	font-size:22px;
	text-align:center;
	line-height:1em;
	border-radius:8px 8px 0 0;
}

#home_guide_new>section{
	width:100%;
	margin:0;
	padding:30px 0;
	border-bottom:4px solid #f2f2f2;
}

#home_guide_new>section:last-child{
	border-bottom:none;
}

#home_guide_new>section>h3{
	width:92%;
	margin:0 auto 14px;
	font-size:20px;
	line-height:1em;
}

#home_guide_new>section>p{
	width:92%;
	margin:0 auto 20px;
	font-size:16px;
}

#home_guide_new>section>a{
	display:flex;
	justify-content:center;
	align-items:center;
	text-decoration:none;
	width:250px;
	margin:20px auto 0;
	padding:12px 0 16px;
	font-size:16px;
	text-align:center;
	line-height:1em;
	border-radius:3px;
	border:2px solid #333;
	transition:all .5s;
}

#home_guide_new>section>a>span{
	margin:0 10px 0 0;
	font-size:26px;
}

#home_guide_new>section>a>img{
	width:20px;
	margin:0 10px 0 0;
}

#home_guide_new>section>a:link{
	color:#333;
}

#home_guide_new>section>a:visited{
	color:#333;
}

#home_guide_new>section>a:hover{
	background-color:#333;
	color:#f2f2f2;
	transform:scale(1.05);
}

#home_guide_new>section>a:active{
	color:#333;
}

#home_guide_repeat{
	width:100%;
	height:auto;
	margin:0 0 30px;
	background-color:#fff;
	border-radius:10px;
}

#home_guide_repeat>h2{
	display:block;
	width:100%;
	margin:0 auto;
	padding:16px 0;
	background-color:#ede67d;
	font-size:22px;
	text-align:center;
	line-height:1em;
	border-radius:8px 8px 0 0;
}

#home_guide_repeat>section{
	width:92%;
	margin:0 auto;
	padding:30px 0;
}

#home_guide_repeat>section>h3{
	margin:0 0 20px;
	font-size:20px;
	line-height:1em;
}

#home_guide_repeat>section>p{
	margin:0 0 10px;
	font-size:16px;
}

#home_guide_repeat>section>a{
	display:flex;
	justify-content:center;
	align-items:center;
	text-decoration:none;
	width:260px;
	margin:30px auto 0;
	padding:12px 0 16px;
	font-size:16px;
	text-align:center;
	line-height:1em;
	border-radius:3px;
	border:2px solid #333;
	transition:all .5s;
}

#home_guide_repeat>section>a>span{
	margin:0 10px 0 0;
	font-size:26px;
}

#home_guide_repeat>section>a>img{
	width:20px;
	margin:0 10px 0 0;
}

#home_guide_repeat>section>a:link{
	color:#333;
}

#home_guide_repeat>section>a:visited{
	color:#333;
}

#home_guide_repeat>section>a:hover{
	background-color:#333;
	color:#f2f2f2;
	transform:scale(1.05);
}

#home_guide_repeat>section>a:active{
	color:#333;
}


/* home_cancel_policy */


#home_cancel_policy{
	width:92%;
	height:auto;
	margin:0 auto;
	padding:0 0 50px;
	background-color:#fff;
	border-radius:10px;
}

#home_cancel_policy>h2{
	display:block;
	width:100%;
	margin:0 auto 30px;
	padding:16px 0;
	background-color:#d7c3a6;
	font-size:22px;
	text-align:center;
	line-height:1em;
	border-radius:8px 8px 0 0;
}

#home_cancel_policy>p{
	width:92%;
	margin:30px auto 20px;
	font-size:16px;
}

#home_cancel_policy>section{
	box-sizing:border-box;
	width:92%;
	margin:0 auto 10px;
	padding:14px 10px 10px 14px;
	background-color:rgba(215,195,166,0.2);
	border-radius:14px;
}

#home_cancel_policy>section>h3{
	margin:0 0 20px;
	font-size:18px;
	line-height:1em;
}

#home_cancel_policy>section>ul{
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	padding:0 0 0 20px;
}

#home_cancel_policy>section>ul>li{
	margin:0 0 6px;
	font-size:16px;
	line-height:1.4em;
}

#home_cancel_policy>a{
	display:flex;
	justify-content:center;
	align-items:center;
	text-decoration:none;
	width:260px;
	margin:40px auto 0;
	padding:12px 0 16px;
	font-size:18px;
	text-align:center;
	line-height:1em;
	border-radius:3px;
	border:2px solid #333;
	transition:all .5s;
}

#home_cancel_policy>a>span{
	margin:0 10px 0 0;
	font-size:26px;
}

#home_cancel_policy>a>img{
	width:20px;
	margin:0 10px 0 0;
}

#home_cancel_policy>a:link{
	color:#333;
}

#home_cancel_policy>a:visited{
	color:#333;
}

#home_cancel_policy>a:hover{
	background-color:#333;
	color:#f2f2f2;
	transform:scale(1.05);
}

#home_cancel_policy>a:active{
	color:#333;
}


/* home_shop */


#home_shop{
	width:100%;
	padding:80px 0 60px;
	background-image:url("../img/home_shop_deco.png");
	background-repeat:no-repeat;
	background-size:160% auto;
	background-position:-10px top;
}

#home_shop>img{
	display:block;
	width:200px;
	margin:0 auto 40px;
}

#home_shop>h1{
	width:92%;
	margin:0 auto 40px;
	font-size:18px;
	text-align:center;
}

#home_shop>h1>span{
	display:block;
	margin:0 0 10px;
	font-size:40px;
	font-family: "Combo", system-ui;
	font-weight: 400;
	font-style: normal;
	line-height:1em;
	letter-spacing:0;
}

#home_shop_active{
	box-sizing:border-box;
	width:92%;
	margin:40px auto;
	padding:40px 20px;
	background-color:#d5ebde;
	border-radius:14px;
}

#home_shop_active>img{
	display:block;
	width:30%;
	margin:0 auto 20px;
}

#home_shop_active section{
	width:100%;
}

#home_shop_active section h2{
	display:block;
	margin:0 0 30px;
	padding:0 0 30px;
	font-size:24px;
	text-align:center;
	line-height:1.4em;
	border-bottom:1px dashed #333;
}

#home_shop_active section p{
	margin:0 0 20px;
	font-size:18px;
}

#home_shop_active section a{
	display:flex;
	justify-content:center;
	align-items:center;
	text-decoration:none;
	width:90%;
	margin:40px auto 0;
	padding:12px 0 16px;
	font-size:18px;
	text-align:center;
	letter-spacing:0;
	line-height:1em;
	border-radius:3px;
	border:2px solid #333;
	transition:all .5s;
}

#home_shop_active section a:link{
	color:#333;
}

#home_shop_active section a:visited{
	color:#333;
}

#home_shop_active section a:hover{
	background-color:#333;
	color:#f2f2f2;
	transform:scale(1.05);
}

#home_shop_active section a:active{
	color:#333;
}

.google-map {
	display: block;
	width:92%;
	height:350px;
	margin: 0 auto 30px;
	border: 0;
	border-radius: 10px;
}

#home_shop_contents{
	width:92%;
	margin:0 auto;
}

#home_shop_info{
	width:100%;
	margin:0 0 30px;
}

#home_shop_License{
	width:100%;
	margin:0;
}

#home_shop_contents h2 {
	margin:0 0 10px;
	font-size:18px;
}

#home_shop_contents table{
	width:100%;
	margin:0 auto;
	font-size:15px;
	border-collapse: collapse;
	line-height:1.4em;
}

#home_shop_contents table th{
	min-width:80px;
	padding:10px;
	background-color: #f2f2f2;
	border: 1px solid #aaa;
}

#home_shop_contents table td{
	padding:10px;
	border: 1px solid #aaa;
	text-align:left;
}

#home_shop_contents table td>small {
	display:block;
	margin:10px 0 0;
	font-size: 0.9em;
}


/* subject_contents_area */


#subject_contents_area{
	width:100%;
	padding:80px 0 0;
	background-image:url("../img/home_shop_deco.png");
	background-repeat:no-repeat;
	background-size:160% auto;
	background-position:-10px top;
}


/* menu_contents_course */


#menu_contents_course{
	width:92%;
	margin:0 auto 80px;
}

#menu_contents_course>h1{
	display:block;
	width:100%;
	margin:0 auto 50px;
	font-size:18px;
	text-align:center;
}

#menu_contents_course>h1>span{
	display:block;
	margin:0 0 10px;
	font-size:40px;
	font-family: "Combo", system-ui;
	font-weight: 400;
	line-height:1em;
	letter-spacing:0;
}

#menu_contents_course>div{
	width:100%;
	margin:0 auto 60px;
}

#menu_contents_course>div>article{
	width:100%;
	height:auto;
	margin:0 0 20px;
	padding:0 0 20px;
	background-color:#d5ebde;
	border-radius:10px;
}

#menu_contents_course>div>article:nth-of-type(2n){
	margin:0 0 30px;
	background-color:#ede67d;
}

#menu_contents_course>div>article:nth-of-type(3n){
	width:100%;
	padding:40px 0;
	margin:0 0 60px;
	background-color:#f2f2f2;
}

#menu_contents_course>div>article:nth-of-type(3n)>span{
	display:block;
	margin:0 0 12px;
	font-size:22px;
	text-align:center;
}

#menu_contents_course>div>article>img{
	display:block;
	width:100%;
	height:auto;
	margin:0 0 20px;
	border-radius:6px 6px 0 0;
}

#menu_contents_course>div>article>h2{
	margin:0 0 20px;
	font-size:22px;
	font-weight: normal;
	text-align:center;
	line-height:1.4em;
}

#menu_contents_course>div>article>h3{
	width:90%;
	margin:0 auto 20px;
	padding:14px 0;
	background-color:rgba(255,255,255,0.5);
	font-size:18px;
	text-align:center;
	line-height:1.4em;
	border-radius:10px;
}

#menu_contents_course>div>article>p{
	margin:0 0 20px;
	padding:0 14px 0 20px;
	font-size:16px;
}

#menu_contents_course>div>article:nth-of-type(3n)>h2 br{
	display:none;
}

#menu_contents_course>div>article:nth-of-type(3n)>h3{
	width:90%;
}


/* price */


.price_area{
	width:100%;
}

.price_area>h1{
	display:block;
	width:100%;
	margin:0 auto 30px;
	font-size:18px;
	text-align:center;
}

.price_area>h1>span{
	margin:0 20px 0 0;
	font-size:40px;
	font-family: "Combo", system-ui;
	font-weight: 400;
	font-style: normal;
	line-height:1em;
	letter-spacing:0;
}

.price_area>ul{
	box-sizing:border-box;
	width:92%;
	margin:0 auto 20px;
	padding:0 0 0 20px;
}

.price_area>ul>li{
	margin:0 0 12px;
	font-size:15px;
	line-height:1.4em;
}

.price_area>table{
	width:98%;
	margin:0 auto;
	border-collapse: collapse;
	font-size:14px;
	letter-spacing:0;
}

.price_area>table th{
	padding:8px 4px;
	background-color: #f2f2f2;
	border: 1px solid #aaa;
	line-height:1.1em;
}

.price_area>table td{
	padding:8px 4px;
	text-align:center;
	border: 1px solid #aaa;
	line-height:1.4em;
}

.price_area>table small {
	color: #888;
	font-size: 0.9em;
}


/* menu_contents_option */


#menu_contents_option{
	width:100%;
	margin:0 0 60px;
	padding:70px 0 0;
}

#menu_contents_option>h1{
	display:block;
	width:92%;
	margin:0 auto 40px;
	font-size:18px;
	text-align:center;
}

#menu_contents_option>h1>span{
	display:block;
	margin:0 0 10px;
	font-size:40px;
	font-family: "Combo", system-ui;
	font-weight: 400;
	font-style: normal;
	line-height:1em;
	letter-spacing:0;
}

#menu_contents_option>div{
	width:100%;
}

#menu_contents_option>div>article{
	width:92%;
	height:auto;
	margin:0 auto 30px;
	padding:0 0 20px;
	background-color:#d7c3a6;
	border-radius:10px;
}

#menu_contents_option>div>article>img{
	display:block;
	width:100%;
	height:auto;
	margin:0 0 20px;
	border-radius:6px 6px 0 0;
}

#menu_contents_option>div>article>h2{
	margin:0 0 20px;
	font-size:22px;
	font-weight: normal;
	text-align:center;
	line-height:1.4em;
}

#menu_contents_option>div>article>h3{
	width:90%;
	margin:0 auto 20px;
	padding:14px 0;
	background-color:rgba(255,255,255,0.5);
	font-size:18px;
	text-align:center;
	line-height:1.4em;
	border-radius:10px;
}

#menu_contents_option>div>article>p{
	margin:0 0 20px;
	padding:0 14px 0 20px;
	font-size:16px;
}


/* price option */


.price_option_area{
	width:100%;
}

.price_option_area table{
	width:98%;
	margin:0 auto;
	font-size:14px;
	letter-spacing:0;
	line-height:1.6em;
	border-collapse: collapse;
}

.price_option_area table th{
	width:100px;
	padding:4px;
	background-color: #f2f2f2;
	border: 1px solid #aaa;
}

.price_option_area table td{
	padding:8px 4px 8px 8px;
	border-left:none;
	border: 1px solid #aaa;
}

.price_option_area table td>span{
	display:block;
	margin:4px 10px 0 0;
	font-size:18px;
	text-align:right;
}


/* service */


#service_contents_area{
	width:960px;
	margin:0 auto 100px;
	padding:100px 0 0;
}

#service_contents_area>h1{
	width:220px;
	margin:0 auto 80px;
	line-height:3em;
	font-size:24px;
	font-weight:normal;
	text-align:center;
	background-image:url("../img/interface/stripe_bg.png");
	background-repeat:repeat-x;
	background-size:auto 8px;
	background-position:center bottom;
}

#service_contents_area>img{
	display:block;
	width:360px;
	margin:0 auto 80px;
}

#service_course{
	width:100%;
	margin:0 auto;
}

#service_course>h1{
	margin:0 auto 60px;
	font-size:20px;
	font-weight:normal;
	text-align:center;
}

#service_course>article{
	overflow:hidden;
	margin:0 0 40px 0;
}

#service_course>article>img{
	box-sizing:border-box;
	width:300px;
	height:300px;
	margin:0 40px 40px 0;
	text-align:center;
	border:10px solid #fff;
	float:left;
}

#service_course>article>div>h2{
	margin:0 0 30px 0;
	line-height:1.2em;
	font-size:22px;
	font-weight:normal;
	text-align:center;
}

#service_course>article>div>h3{
	margin:0 0 30px 0;
	line-height:1em;
	line-height:1.8em;
	font-size:16px;
	font-weight:normal;
	text-align:center;
}

#service_course>article>div>p{
	margin:0 0 40px 0;
	line-height:1.8em;
	font-size:16px;
}

#service_course>article>div>p>span{
	color:#81c4bd;
}

#service_course>article>div>p>a{
	text-decoration:none;
	color:#333;
	border-bottom:2px solid #81c4bd;
}

#service_course>article>div>p>a:link{
	color:#333;
}

#service_course>article>div>p>a:visited{
	color:#333;
}

#service_course>article>div>p>a:hover{
	color:#81c4bd;
}

#service_course>article>div>p>a:active{
	color:#333;
}

#to-price_btn{
	display:block;
	text-decoration:none;
	width:300px;
	margin:60px auto 100px;
	padding:16px 0;
	background-color:rgba(0,0,0,0.1);
	font-size:18px;
	color:#333;
	line-height:1em;
	text-align:center;
	transition: all .5s;
}

#to-price_btn:link{
	color:#333;
}

#to-price_btn:visited{
	color:#333;
}

#to-price_btn:hover{
	color:#333;
	background-color:#81c4bd;
}

#to-price_btn:active{
	color:#333;
}

#to-price_btn>img{
	width:20px;
	margin:0 25px 0 0;
	vertical-align: middle;
}