@charset "UTF-8";


/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Retina parts */

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){
}


/* TEMPLATE Retina parts end*/


/* INTERFACE */


body{
	margin:0;
	padding:0;
	color:#333;
	font-family:'Sawarabi Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	letter-spacing:0.05em;
}

#page_layout{
	background-color:#fff;
}

#header_area{
	width:100%;
	height:50px;
	background-color:#333;
	position:fixed;
	z-index:999;
	top:0;
	right:0;
	left:0;
}

#header_area h1{
	width:120px;
	margin:0;
	padding:0 0 5px 0;
	line-height:1em;
	position:absolute;
	top:13px;
	left:20px;
}

#header_area h1 a{
	display:block;
}

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

#header_area nav{
	display:none;
	width:100%;
	position:absolute;
	top:50px;
	background-color:#fff;
}

#header_area nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	border-bottom:4px solid #333;
}

#header_area nav ul li{
	box-sizing:border-box;
	height:50px;
	padding:0 10px;
	font-size:16px;
	text-align:center;
	border-bottom:1px solid #ddd;
}

#header_area nav ul li:last-child{
	border-bottom:none;
}

#header_area nav ul li a{
	text-decoration:none;
	display:block;
	padding:18px 0 0 0;
	color:#333;
	line-height:1em;
	transition: all .5s;
}

#header_area nav ul li span{
	text-decoration:none;
	display:block;
	padding:18px 0 0 0;
	color:#82cddd;
	line-height:1em;
}

#header_area nav ul li a:link{
	color:#333;
}

#header_area nav ul li a:visietd{
	color:#333;
}

#header_area nav ul li a:hover{
	color:#82cddd;
}

#header_area nav ul li a:active{
	color:#333;
}

#menu_btn{
	width:32px;
	height:22px;
	background-image:url("../img/interface/menu_btn.png");
	background-repeat:no-repeat;
	background-size:36px 22px;
	background-position:center;
	position:absolute;
	top:14px;
	right:20px;
	transition: all .5s;
}

#header_area>address img{
	display:block;
	width:100%;
	margin:0;
}

#header_area>address{
	display:none;
}

#header_area>address:hover{
	opacity:0.6;
}

#contact_mail{
	display:block;
	width:30px;
	position:absolute;
	top:13px;
	right:80px;
	transition: all .5s;
}

#contact_mail>img{
	display:block;
	width:100%;
	margin:0;
}

#contact_mail:hover{
	opacity:0.6;
}


/* footer */


#footer_area{
	height:100px;
	background-color:#333;
	text-align:center;
	position:relative;
}

#page-top{
	display:block;
	box-sizing:border-box;
	width:70px;
	height:70px;
	margin:0 auto;
	padding:10px 0 0 ;
	color:#333;
	background-color:#82cddd;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	line-height:1.2em;
	border:4px solid #333;
	border-radius:50%;
	position:absolute;
	top:-35px;
	left:0;
	right:0;
	transition-property:all;
	transition: all .5s;
}

#page-top:link{
	color:#333;
}

#page-top:visited{
	color:#333;
}

#page-top:hover{
	color:#fff;
	background-color:#333;
}

#page-top:active{
	color:#333;
}

#footer_area small{
	display:block;
	color:#ccc;
	font-size:8px;
	font-family:Verdana;
	position:absolute;
	bottom:30px;
	left:0;
	right:0;
}


/* home_contents */


#home_key_area{
	margin:50px 0 0 0;
	height:960px;
	background-image:url("../img/home_key_bg_square.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom;
	position:relative;
}

#home_key_title{
	width:100%;
	position:absolute;
	top:30px;
	left:0;
}

#home_key_title>img{
	display:block;
	width:260px;
	margin:0 auto 10px;
}

#home_key_title h1{
	font-size:26px;
	font-weight:normal;
	text-align:center;
	line-height:1.8em;
	letter-spacing:0.2em;
	text-shadow: 0 0 10px #fff;
}

@media only screen and (min-width:840px){
	#home_key_title h1 br{
	display:none;
	}
}


/* home topics */


.home_topics_area{
	padding:60px 0;
	background-image:url("../img/interface/footer_bg.jpg");
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:bottom;
}

.home_topics_area article{
	overflow:hidden;
	width:80%;
	margin:0 auto;
	background-color:#fff;
	border-radius:4px;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}

#spring_campaign_large{
	display:block;
	width:90%;
	margin:50px auto;
}

#spring_campaign_small{
	display:none;
}

.home_topics_area article h1{
	display: inline-block;
	margin:0;
	padding:20px 10px 20px 20px;
	background-color:#333;
	font-size:18px;
	font-weight:normal;
	color:#fff;
	text-align:center;	
	line-height:1em;
	float:left;
 	position: relative;
}

.home_topics_area article h1:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #333;
}

.home_topics_area article>a{
	display:block;
	text-decoration:none;
	margin:0;
	padding:20px 0;
	color:#333;
	background-color:#fff;
	font-size:18px;
	text-align:center;	
	line-height:1em;
	transition: all .5s;	
}

.home_topics_area article a br{
	display:none;
}

.home_topics_area article a:link{
	color:#333;
}

.home_topics_area article a:visited{
	color:#333;
}

.home_topics_area article a:hover{
	background-color:#82cddd;
}

.home_topics_area article a:active{
	color:#333;
}


/* home_policy */


#home_policy_area{
	padding:80px 0 0 0;
}

#home_policy_title{
	margin:0 0 80px 0;
	text-align:center;
}

#home_policy_title>span{
	display:block;
	width:60px;
	height:5px;
	margin:0 auto 40px;
	background-color:#333;	
}

#home_policy_title>h1{
	width:400px;
	margin:0 auto 10px;
	font-weight:normal;
	font-size:64px;
	line-height:1em;
	text-align:center;
	font-family: 'Amatic SC', cursive;
}

#home_policy_title>p{
	line-height:1.8em;
	font-size:13px;
	text-align:center;
}

#home_policy_contents{
	width:100%;
}

#home_policy_contents>h1{
	margin:0 auto 80px;
	font-size:18px;
	line-height:1.8em;
	text-align:center;
}

#home_policy_contents>div{
	width:85%;
	margin:0 auto;
}

#home_policy_contents>div>article{
	width:100%;
	margin:0 0 60px 0;
}

#home_policy_contents>div>article>img{
	display:block;
	width:100%;
	margin:0 auto 40px;
	border-radius:4px;
}

#home_policy_contents>div>article>h1{
	margin:0 auto 30px;
	font-size:22px;
	line-height:1em;
	text-align:center;
}

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


/* home_lesson */


#home_lesson_area{
	padding:80px 0;
}

#home_lesson_title{
	margin:0 0 80px 0;
	text-align:center;
}

#home_lesson_title>span{
	display:block;
	width:60px;
	height:5px;
	margin:0 auto 40px;
	background-color:#333;	
}

#home_lesson_title>h1{
	width:400px;
	margin:0 auto 10px;
	font-weight:normal;
	font-size:64px;
	line-height:1em;
	text-align:center;
	font-family: 'Amatic SC', cursive;
}

#home_lesson_title>p{
	line-height:1.8em;
	font-size:13px;
	text-align:center;
}

#home_lesson_contents{
	width:100%;
	margin:0 0 80px 0;
}

#home_lesson_contents>div{
	overflow:hidden;
	width:85%;
	margin:0 auto;
}

#home_lesson_contents>div>h1{
	margin:0 auto 60px;
	font-size:22px;
	line-height:1em;
	text-align:center;
}

#home_lesson_contents>div>h1 br{
	display:none;
}

#home_lesson_child{
	box-sizing:border-box;	
	width:100%;
	margin:0 0 30px 0;
	padding:30px 30px 20px;
	background-color:#82cddd;
	border-radius:4px;
}

#home_lesson_adult{
	box-sizing:border-box;	
	width:100%;
	margin:0;
	padding:30px 30px 20px;
	background-color:#d1bada;
	border-radius:4px;
}

#home_lesson_contents>div>article>img{
	display:block;
	width:40%;
	margin:0 auto 30px;
	opacity:0.8;
}

#home_lesson_child h1{
	width:40%;
	margin:0 auto 30px;
	padding:12px 0;
	font-size:22px;
	line-height:1em;
	text-align:center;
}

#home_lesson_adult h1{
	width:50%;
	margin:0 auto 30px;
	padding:12px 0;
	font-size:22px;
	line-height:1em;
	text-align:center;
}

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

#home_lesson_contents>div>article>ul{
	padding:20px 0 10px 20px;
	border-top:1px dashed #333;
	border-bottom:1px dashed #333;
}

#home_lesson_contents>div>article>ul li{
	margin:0 0 10px 0;
	font-size:16px;
	line-height:1.8em;
}

#home_lesson_more_btn{
	display:block;
	width:360px;
	margin:0 auto;
	padding:15px 0;
	border:2px solid #333;	
	color:#333;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	transition: all .5s;
}

#home_lesson_more_btn span{
	margin:0 0 0 30px;
	padding:0;
	font-size:16px;
}

#home_lesson_more_btn:link{
	color:#333;	
}

#home_lesson_more_btn:visited{
	color:#333;	
}

#home_lesson_more_btn:hover{
	background-color:#333;
	color:#fff;	
}

#home_lesson_more_btn:active{
	color:#333;	
}


/* home_profile */


#home_profile_area{
	padding:80px 0 0 0;
}

#home_profile_title{
	margin:0 0 80px 0;
	text-align:center;
}

#home_profile_title>span{
	display:block;
	width:60px;
	height:5px;
	margin:0 auto 40px;
	background-color:#333;	
}

#home_profile_title>h1{
	width:400px;
	margin:0 auto 10px;
	font-size:64px;
	font-weight:normal;
	line-height:1em;
	text-align:center;
	font-family: 'Amatic SC', cursive;
}

#home_profile_title>p{
	line-height:1.8em;
	font-size:13px;
	text-align:center;
}

#home_profile_contents{
	width:90%;
	margin:0 auto;
	border-radius:4px;
}

#home_profile_contents>img{
	display:block;
	width:360px;
	margin:0 auto 60px;
}

#home_profile_writing>h1{
	margin:0 0 30px 0;
	font-size:18px;
	text-align:center;
	line-height:1em;
}

#home_profile_writing>h2{
	margin:0 auto 20px;
	font-size:15px;
	line-height:1.6em;
}

#home_profile_writing>h1 span{
	margin:0 0 0 20px;
	font-size:13px;
}

#home_profile_writing>p{
	margin:0;
	font-size:15px;
	line-height:1.6em;
}


/* home_info */


#home_info_area{
	padding:80px 0 60px;
}

#home_info_title{
	margin:0 0 80px 0;
	text-align:center;
}

#home_info_title>span{
	display:block;
	width:60px;
	height:5px;
	margin:0 auto 40px;
	background-color:#333;	
}

#home_info_title>h1{
	width:400px;
	margin:0 auto 10px;
	font-size:64px;
	font-weight:normal;
	line-height:1em;
	text-align:center;
	font-family: 'Amatic SC', cursive;
}

#home_info_title>p{
	line-height:1.8em;
	font-size:13px;
	text-align:center;
}

#home_info_contents{
	width:100%;
	margin:0 0 60px 0;
}

#home_info_contents>div{
	width:85%;
	margin:0 auto;
}

#home_info_kameari{	
	width:100%;
	padding:40px 0 10px;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
}

#home_info_ayase{
	width:100%;
	margin:0 0 60px 0;
	padding:40px 0 10px;
	border-bottom:1px dashed #ccc;
}

#home_info_contents>div>article>img{
	display:block;
	width:60%;
	margin:0 auto 30px;
	border:1px solid #ddd;
	border-radius:4px;
}

#home_info_contents>div>article>h1{
	margin:0 auto 10px;
	font-size:22px;
	line-height:1em;
	text-align:center;
}

#home_info_contents>div>article>ul{
	padding:0 0 0 25px;
}

#home_info_contents>div>article>ul li{
	margin:0 0 4px 0;
	font-size:16px;
	line-height:1.8em;
}

#home_info_table_opend{
	width:85%;
	margin:0 auto;
	border:1px solid #ddd;
	font-size:15px;
	border-collapse: collapse;
	border-radius:4px;
}

#home_info_table_opend th{
	padding:10px 5px;
	font-weight:normal;
	border:1px solid #dddd;
	background-color:#eee;
	line-height:1.2em;
	letter-spacing:0.02em;
}

#home_info_table_opend td{
	padding:10px 5px;
	font-weight:normal;
	border:1px solid #ddd;
	text-align:center;
	line-height:1.2em;
}

#home_info_table_opend td br{
	display:none;
}

#home_info_table_other{
	width:85%;
	margin:0 auto;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	font-size:15px;
	border-collapse: collapse;
	border-radius:4px;
}

#home_info_table_other td{
	padding:10px;
	font-weight:normal;
	border-bottom:1px solid #ddd;
	line-height:1.6em;
	text-align:center;
}

.home_info_table_opend_time{
	min-width:48px;
}

.home_lesson_opend{
	color:#82cddd;
	font-size:24px;
}

#home_lesson_opend_small{
	color:#82cddd;
	font-size:20px;
}


/* home insta */


#home_insta_area{
	height:550px;
	background-image:url("../img/interface/footer_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top;
	position:relative;
}

#home_insta_title{
	margin:0 0 80px 0;
	text-align:center;
}

#home_insta_title>span{
	display:block;
	width:60px;
	height:5px;
	margin:0 auto 40px;
	background-color:#333;	
}

#home_insta_title>h1{
	width:400px;
	margin:0 auto 10px;
	font-size:64px;
	font-weight:normal;
	line-height:1em;
	text-align:center;
	font-family:'Amatic SC', cursive;
}

#home_insta_title>p{
	line-height:1.8em;
	font-size:13px;
	text-align:center;
}

#home_insta_more_btn{
	display:block;
	width:360px;
	margin:0 auto;
	padding:15px 0;
	background-color:rgba(255,255,255,0.85);
	border:2px solid #333;	
	color:#333;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	transition: all .5s;
}

#home_insta_more_btn span{
	margin:0 0 0 30px;
	padding:0;
	font-size:16px;
}

#home_insta_more_btn:link{
	color:#333;	
}

#home_insta_more_btn:visited{
	color:#333;	
}

#home_insta_more_btn:hover{
	background-color:#333;
	color:#fff;	
}

#home_insta_more_btn:active{
	color:#333;	
}


/* lesson */


#lesson_key_area{
	margin:50px 0 0 0;
	height:500px;
	background-image:url("../lesson/img/lesson_key_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top right;
	position:relative;
}

#lesson_key_title{
	width:280px;
	margin:0;
	padding:30px 0;
	color:#fff;
	text-align:center;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	position:absolute;
	top:160px;
	left:8%;
}

#lesson_key_title h1{
	margin:0 auto 30px;
	font-weight:normal;
	line-height:1em;
	font-size:58px;
	font-weight:normal;
	font-family: 'Amatic SC', cursive;
	text-shadow: 0 0 12px #333;
}

#lesson_key_title p{
	margin:0 auto 10px;
	font-weight:normal;
	line-height:1em;
	font-size:16px;
	text-align:center;
	font-family: 'Amatic SC', cursive;
	text-shadow: 0 0 12px #333;
}

.lesson_content_area{
	width:85%;
	margin:0 auto;
	padding:80px 0 0 0;
}

.lesson_content_title{
	margin:0 0 80px 0;
	text-align:center;
}

.lesson_content_title>span{
	display:block;
	width:60px;
	height:5px;
	margin:0 auto 40px;
	background-color:#333;	
}

.lesson_content_title>h1{
	width:400px;
	margin:0 auto 10px;
	line-height:1em;
	font-size:64px;
	font-weight:normal;
	text-align:center;
	font-family: 'Amatic SC', cursive;
}

.lesson_content_title>p{
	line-height:1.8em;
	font-size:13px;
	text-align:center;
}

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

#lesson_course table{
	width:100%;
	margin:0 auto;
	border-top:2px solid #ccc;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	font-size:15px;
	border-collapse: collapse
}

#lesson_course table th{
	min-width:180px;
	padding:10px;
	font-weight:normal;
	border:1px solid #ccc;
	background-color:#eee;
}

#lesson_course table td{
	padding:10px;
	font-weight:normal;
	border:1px solid #ccc;
	text-align:center;
	line-height:1.8em;
}

#lesson_course table td br{
	display:none;
}

.lesson_content_area>article>div{
	box-sizing:border-box;
	width:100%;
	padding:10px 30px;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	line-height:1.8em;
}

.lesson_content_area>article>img{
	display:block;
	width:240px;
	margin:0 auto 40px;
	border-radius:50%;
}

.lesson_content_area>article>div p{
	margin:0;
	font-size:16px;
}

.lesson_child>h1{
	width:100%;
	margin:0 auto 80px;
	font-size:22px;
	font-weight:normal;
	text-align:center;
	line-height:1em;
}

.lesson_child>h2{
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	padding:15px 0;
	background-color:rgba(130,205,221,0.6);
	border-top:2px solid rgba(130,205,221,0.6);
	border-left:2px solid rgba(130,205,221,0.6);
	border-right:2px solid rgba(130,205,221,0.6);
	font-size:18px;
	font-weight:normal;
	text-align:center;
	line-height:1em;
}

.lesson_child>h3{
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	padding:15px 0;
	background-color:rgba(130,205,221,0.3);
	border-top:1px solid rgba(130,205,221,0.6);
	border-left:2px solid rgba(130,205,221,0.6);
	border-right:2px solid rgba(130,205,221,0.6);
	font-size:15px;
	font-weight:normal;
	text-align:center;
	line-height:1em;
}

.lesson_child>table{
	width:100%;
	margin:0 auto 5px;
	border-bottom:2px solid rgba(130,205,221,0.6);
	border-left:2px solid rgba(130,205,221,0.6);
	border-right:2px solid rgba(130,205,221,0.6);
	font-size:15px;
	border-collapse: collapse
}

.lesson_child>table th{
	min-width:180px;
	padding:10px 0;
	font-weight:normal;
	border:1px solid rgba(130,205,221,0.6);
	background-color:rgba(130,205,221,0.3);
}

.lesson_child>table td{
	padding:10px 0;
	font-weight:normal;
	border:1px solid rgba(130,205,221,0.6);
	text-align:center;
	line-height:1.8em;
}

.lesson_child>table td br{
	display:none;
}

.lesson_child>p{
	margin:0;
	font-size:15px;
}

.lesson_adult{
	margin:0 0 60px 0;
}

.lesson_adult>h2{
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	padding:15px 0;
	background-color:rgba(209,186,218,0.6);
	border-top:2px solid rgba(209,186,218,0.8);
	border-left:2px solid rgba(209,186,218,0.8);
	border-right:2px solid rgba(209,186,218,0.8);
	font-size:18px;
	font-weight:normal;
	text-align:center;
	line-height:1em;
}

.lesson_adult>h3{
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	padding:15px 0;
	background-color:rgba(209,186,218,0.3);
	border-top:1px solid rgba(209,186,218,0.8);
	border-left:2px solid rgba(209,186,218,0.8);
	border-right:2px solid rgba(209,186,218,0.8);
	font-size:15px;
	font-weight:normal;
	text-align:center;
	line-height:1em;
}

.lesson_adult>table{
	width:100%;
	margin:0 auto 20px;
	border-bottom:2px solid rgba(209,186,218,0.8);
	border-left:2px solid rgba(209,186,218,0.8);
	border-right:2px solid rgba(209,186,218,0.8);
	font-size:15px;
	border-collapse: collapse
}

.lesson_adult>table th{
	min-width:180px;
	padding:10px 0;
	font-weight:normal;
	border:1px solid rgba(209,186,218,0.8);
	background-color:rgba(209,186,218,0.3);
}

.lesson_adult>table td{
	padding:10px 0;
	font-weight:normal;
	border:1px solid rgba(209,186,218,0.8);
	text-align:center;
	line-height:1.8em;
}

.lesson_adult>table td br{
	display:none;
}

.lesson_adult>p{
	margin:0;
	font-size:15px;
}

.lesson_other{
	margin:0 0 100px 0;
}

.lesson_other>h1{
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	padding:8px 0;
	background-color:#ddd;
	border-top:2px solid #ccc;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	line-height:2em;
}

.lesson_other>table{
	width:100%;
	margin:0 auto 20px;
	border-bottom:2px solid #ccc;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	font-size:15px;
	border-collapse: collapse
}

.lesson_other>table th{
	min-width:180px;
	padding:10px 0;
	font-weight:normal;
	border:1px solid #ccc;
	background-color:#eee;
}

.lesson_other>table td{
	padding:10px 0;
	font-weight:normal;
	border:1px solid #ccc;
	text-align:center;
	line-height:1.8em;
}

.lesson_other>table td br{
	display:none;
}

.lesson_other>p{
	margin:0;
	font-size:15px;
}


/* contact */


#contact_area{
	width:85%;
	margin:50px auto 80px;
	padding:80px 0;
}

#contact_title{
	margin:0 0 80px 0;
	text-align:center;
}

#contact_title>span{
	display:block;
	width:60px;
	height:5px;
	margin:0 auto 40px;
	background-color:#333;	
}

#contact_title>h1{
	width:400px;
	margin:0 auto 10px;
	font-weight:normal;
	line-height:1em;
	font-size:64px;
	text-align:center;
	font-family: 'Amatic SC', cursive;
}

#contact_title>p{
	line-height:1.8em;
	font-size:13px;
}

.contact_info{
	box-sizing:border-box;
	width:90%;
	margin:0 auto 20px;
	padding:40px 30px 20px;
	background-color:#eee;
	border-radius:4px;
}

.contact_info h1{
	width:300px;
	margin:0 auto 40px;
	font-size:22px;
	padding:0 0 20px 0;
	text-align:center;
	line-height:1em;
	border-bottom:2px solid #333;
}

.contact_info>ul{
	list-style-type:none;
	margin:0 auto 20px;
}

.contact_info>ul>li{
	margin:0 0 20px 0;
	font-size:16px;
	line-height:1.8em;
}

.contact_info>ul>li br{
	display:none;
}

.contact_info>ul>li span{
	color:#82cddd;
}


/* thanks */


#thanks_area{
	width:85%;
	margin:50px auto;
	padding:80px 0 100px;
}

#thanks_title{
	margin:0 0 80px 0;
	text-align:center;
}

#thanks_title>span{
	display:block;
	width:60px;
	height:5px;
	margin:0 auto 40px;
	background-color:#333;	
}

#thanks_title>h1{
	width:400px;
	margin:0 auto 10px;
	font-weight:normal;
	line-height:1em;
	font-size:64px;
	font-weight:normal;
	text-align:center;
	font-family: 'Amatic SC', cursive;
}

#thanks_title>p{
	line-height:1.8em;
	font-size:13px;
	text-align:center;
}

#thanks_attention p{
	width:85%;
	margin:0 auto 20px;
	font-size:16px;
	line-height:1.8em;
}

#thanks_attention #shop_name{
	margin:60px 0 100px;
	text-align:right;
	font-size:18px;
}

#thanks_tohome_btn{
	display:block;
	width:360px;
	margin:0 auto;
	padding:15px 0;
	border:2px solid #333;	
	color:#333;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	transition: all .5s;
}

#thanks_tohome_btn span{
	margin:0 0 0 30px;
	padding:0;
	font-size:16px;
}

#thanks_tohome_btn:link{
	color:#333;	
}

#thanks_tohome_btn:visited{
	color:#333;	
}

#thanks_tohome_btn:hover{
	background-color:#333;
	color:#fff;	
}

#thanks_tohome_btn:active{
	color:#333;	
}
