@charset "utf-8";

body,h1,h2,h3,h4,h5,ul,li,p{
	margin:0;
	padding:0;
}

ul{
	list-style-position: inside;
}



body{
	font-family:"Rfont-regular","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	line-height:200%;
	color:#6c6c6c;
	background-color: #fff;
	background-attachment:fixed;
	-webkit-text-size-adjust:100%;
}


/*よく使うクラス*/

.clear{
	clear:both;
}

.yollow_marker{
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-weight:bold;
}

.yollow_marker_red{
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-weight:bold;
	color:#E7272A;
}

.red_underline{
	text-decoration:underline;
	color:#E7272A;
	font-weight:bold;
}

.strong{
	font-weight:bold;
}




/*フォント*/

@font-face {
	font-family:'Rfont-regular';
	src:url(../font/rounded-x-mplus-1p-regular.ttf) format('truetype');
}

@font-face {
	font-family:'Rfont-bold';
	src:url(../font/rounded-x-mplus-1p-bold.ttf) format('truetype');
}

@font-face {
	font-family:'Rfont';
	src:url(../font/rounded-x-mplus-1p-light.ttf) format('truetype');
}





/*PC版ではドロワーを表示しない*/

.dorawer{
	display:none;
}





/*****top page*****/


/*header*/

#top_header{
	background-image: url(../img/header_back.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100vh;
	position: relative;
}

.top_nav{
	padding: 30px 0;
}

.top_nav ul{
	list-style-type: none;
}

.top_nav ul li{
	float: left;
}

.top_nav ul li a{
	display: block;
	width: 120px;
	text-align: center;
	text-decoration: none;
	color: #6c6c6c;
}

.top_nav ul li a:hover{
	color: #f6b691;
}


.logo_box{
	width: 300px;
	height: 230px;
	line-height: 250%;
	text-align: center;
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	margin: auto;
}


#top_header h1{
	background-image: url(../img/logo.png);
	width: 208px;
	height: 145px;
	text-indent: -9999px;
	margin: 0 auto;
	margin-bottom: 15px;
}







/*top_news*/


.news{
	width: 800px;
	margin: 0 auto;
	padding: 50px 0;
}


.news h2{
	padding-top: -5px;
	color: #f6b691;
	font-size: 25px;
	margin-bottom: 20px;
}

.news_box{
	width: 700px;
	margin: 0 auto;
	line-height: 250%;
	margin-bottom: 50px;
}

.news_box h3{
	padding: 10px 0;
}

.news_box a{
	color: #e15f13;
	font-weight: bold;
}

.news_box a:hover{
	color: #f18f56;
	font-weight: bold;
}




/*top_lwsson_menu*/


.lesson_menu{
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
}

.lesson_menu h2{
	background-image: url(../img/lesson_menu_h2.png);
	width: 265px;
	height: 88px;
	text-indent: -9999px;
	margin-bottom: 40px;
}

.lesson_menu ul{
	list-style-type: none;
}

.lesson_menu ul li{
	float: left;
}

.lesson_menu ul li a{
	display: block;
	background-image: url(../img/lesson_nav.png);
	width: 225px;
	height: 313px;
	text-indent: -9999px;
}

.lesson_menu_1 a{
	background-position: 0 0;
}

.lesson_menu_2 a{
	background-position: -225px 0;
}

.lesson_menu_3 a{
	background-position: -450px 0;
}

.lesson_menu_4 a{
	background-position: -675px 0;
}


.lesson_menu_1 a:hover{
	background-position: 0 -314px;
}

.lesson_menu_2 a:hover{
	background-position: -225px -314px;
}

.lesson_menu_3 a:hover{
	background-position: -450px -314px;
}

.lesson_menu_4 a:hover{
	background-position: -675px -314px;
}





/*****policy_profile*****/

/*policy*/

.policy_and_profile{
	background-image: url(../img/policy_profile_back.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


.policy_and_profile_box{
	width: 900px;
	margin: 0 auto;
	padding: 100px 0;
}


.policy_and_profile h2{
	background-image: url(../img/policy_and_profile_h2.png);
	width: 339px;
	height: 114px;
	text-indent: -9999px;
	margin-bottom: 30px;
}


.policy_text{
	margin: 50px;
	margin-left: 0;
	margin-bottom: 100px;
}



/*profile*/

.profile{
	width: 700px;
	margin: 0 auto;
	padding: 50px 0;
}


.photo{
	background-image: url(../img/profile_photo.png);
	width: 145px;
	height: 145px;
	text-indent: -9999px;
	float: left;
	margin: 20px 50px;
}

.profile_box{
	width: 380px;
	float: left;
	padding: 0 30px;
}

.name{
	font-size: 22px;
}

.en_name{
	font-size: 15px;
}


.profile_tex{
	width: 650px;
	margin: 0 auto;
}







/*footer*/


#footer{
	background-color: #f6b691;
	padding: 100px 0;
}


.footer_nav{
	width: 960px;
	margin: 0 auto;
}

.footer_nav ul{
	list-style-type: none;
}

.footer_nav ul li{
	float: left;
}

.footer_nav ul li a{
	display: block;
	background-image: url(../img/footer_nav.png);
	text-indent: -9999px;
	width: 320px;
	height: 300px;
}

.footer_nav_1 a{
	background-position: 0 0;
}

.footer_nav_2 a{	
	background-position: -320px 0;
}

.footer_nav_3 a{
	background-position: -640px 0;
}


.footer_nav_1 a:hover{
	background-position: 0 -300px;
}

.footer_nav_2 a:hover{	
	background-position: -320px -300px;
}

.footer_nav_3 a:hover{
	background-position: -640px -300px;
}



#footer p{
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	padding: 50px 0;
}






/*下層ページ共通*/


#single{
	background-image: url(../img/entry_back.gif);
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
	padding: 50px 0 100px;
}


#single h1{
	background-image: url(../img/logo.png);
	width: 208px;
	height: 145px;
	text-indent: -9999px;
	margin: 0 auto;
}


.single_nav{
	width: 900px;
	margin: 0 auto;
	padding: 80px 0;
}


.single_nav ul{
	list-style-type: none;
}


.single_nav ul li{
	float: left;
	padding: 0 10px;
}


.single_nav ul li a{
	display: block;
	width: 130px;
	text-decoration: none;
	color: #f6b691;
	text-align: center;
	font-size: 18px;
}


.single_nav ul li a:hover{
	color: #6c6c6c;
}




#lesson{
	width: 750px;
	margin: 0 auto;
}


.lesson_wrapper{
	padding: 50px 0;
}


.lesson_box{
	width: 450px;
	float: right;
}

.lesson_box h3{
	color: #f6b691;
	margin-bottom: 10px;
}


/*レッスン内容、料金、レッスン時間*/

.price{
	padding: 15px 0;
}




button{
	border: none;
	font-family:"Rfont-regular","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	background-color: #f6b691;
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 250px;
	padding: 10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


button:hover{
	background-color: #f6c7ac;
	color: #fff;
}






/*デコパージュ*/

.decopage_h2{
	background-image: url(../img/decopage_h2.png);
	width: 263px;
	height: 81px;
	text-indent: -9999px;
	margin-bottom: 50px;
}


.decopage_photo_1{
	background-image: url(../img/decopage_photo_1.png);
	width: 230px;
	height: 230px;
	text-indent: -9999px;
	float: left;
}


.decopage_photo_2{
	background-image: url(../img/decopage_photo_2.png);
	width: 230px;
	height: 230px;
	text-indent: -9999px;
	float: left;
}


.decopage_photo_3{
	background-image: url(../img/decopage_photo_3.png);
	width: 230px;
	height: 230px;
	text-indent: -9999px;
	float: left;
}



/*かごクラフト*/

.kagocraft_h2{
	background-image: url(../img/kagocraft_h2.png);
	width: 289px;
	height: 79px;
	text-indent: -9999px;
	margin-bottom: 50px;
}


.kagocraft_photo_1{
	background-image: url(../img/kagocraft_photo_1.png);
	width: 230px;
	height: 230px;
	text-indent: -9999px;
	float: left;
}


.kagocraft_photo_2{
	background-image: url(../img/kagocraft_photo_2.png);
	width: 230px;
	height: 230px;
	text-indent: -9999px;
	float: left;
}



/*ペーパーステンドグラス*/

.paperstainedglass_h2{
	background-image: url(../img/paperstainedglass_h2.png);
	width: 469px;
	height: 81px;
	text-indent: -9999px;
	margin-bottom: 50px;
}



/*ロゼット*/

.rosette_h2{
	background-image: url(../img/rosette_h2.png);
	width: 196px;
	height: 58px;
	text-indent: -9999px;
	margin-bottom: 50px;
}



.rosette_photo_1{
	background-image: url(../img/rosette_photo_1.png);
	width: 230px;
	height: 230px;
	text-indent: -9999px;
	float: left;
}


.rosette_photo_2{
	background-image: url(../img/rosette_photo_2.png);
	width: 230px;
	height: 230px;
	text-indent: -9999px;
	float: left;
}





/*イベントレッスン*/

.event_lesson_h2{
	background-image: url(../img/event_lesson_h2.png);
	width: 360px;
	height: 56px;
	text-indent: -9999px;
	margin-bottom: 50px;
}



.event_lesson{
	width: 650px;
	padding: 20px 0;
}



.event_lesson h3{
	color: #f6b691;
	margin-bottom: 10px;
}


.event_lesson_img{
	padding: 10px 0;
}

.event_lesson_img p:first-child{
	float: left;
}

.event_lesson_img p:nth-child(2){
	float: right;
}



.event_lesson img{
	padding: 10px 0;
}


.event_lesson ul li{
	list-style-position: inside;
}


.event_lesson_button a{
	display: block;
	width: 650px;
	text-align: center;
	background-color: #f6b691;
	padding: 20px 0;
	color: #fff;
	text-decoration: none;
	border: 2px solid #f6b691;
	margin: 0 auto;
}

.event_lesson_button a:hover{
	background-color: #fff;
	color: #f6b691;
	text-decoration: none;
	border: 2px solid #f6b691;
	margin: 0 auto;
}



/*予約*/


#reservation{
	width: 600px;
	margin: 0 auto;
}

.reservation_h2{
	background-image: url(../img/reservation_h2.png);
	width: 251px;
	height: 58px;
	text-indent: -9999px;
	margin-left: -60px;
	margin-bottom: 50px;
}







/*フォーム*/


form h3{
	position: relative;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18px;
}

form h3::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background-color: #f6b691;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}


.annotation p{
	font-weight: bold;
}


.form_area{
	margin-top: 10px;
	margin-bottom: 50px;
}




/*カレンダー*/

.form_area　iframe{
	width: 100%;
	height: auto;
}


.form_area p{
	margin-bottom: 20px;	
}


textarea{
	width: 98%;
	height: 100px;
}

input{
	padding: 5px;
}


input#メールアドレス{
	width: 70%;
}

input#submit_button{
	border: none;
	font-family:"Rfont-regular","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	display: block;
	background-color: #f6b691;
	color: #ffffff;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 0;
	margin-top: 20px;
}


input#submit_button:hover{	
	background-color: #fc9e9e;
	color: #ffffff;
}






.annotation p{
	border: none;
	font-family:"Rfont","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #F1F1F1;
	padding: 10px;
	font-size: 14px;
}








/*ギャラリー*/

#gallery{
	width: 800px;
	margin: 0 auto;
}



#gallery h2{
	background-image: url(../img/gallery_h2.png);
	width: 215px;
	height: 80px;
	text-indent: -9999px;
}

#gallery h3{
	color: #f6b691;
	font-size: 18px;
	margin-top: 100px;
}



.gallery_photo img{
	display: block;
	width: 230px;
	height: 230px;
	float: left;
	padding: 17px;
}













/*access*/

#access{
	width:960px;
	margin:0 auto;
	padding-bottom:50px;
}

#access h2{
	background-image: url(../img/access_h2.png);
	width: 190px;
	height: 57px;
	text-indent: -9999px;
	margin-bottom: 50px;
}

#access iframe{
	float: left;
}

.access_text{	
	width:500px;
	float:right;
	line-height:160%;
	margin-top:50px;
}

.access_text_box{
	margin-top: 40px;
}




/*レッスンポリシー*/


.lesson_policy{
	width: 720px;
	margin: 0 auto;
	padding: 0 0 50px;
}

.lesson_policy h2{
	background-image: url(../img/lesson_policy_h2.png);
	width: 358px;
	height: 79px;
	text-indent: -9999px;
	margin-bottom: 50px;
}


.lesson_policy ul li{
	padding: 20px 0;
}

.lesson_policy h3{
	color: #f6b691;
	padding: 50px 0 0;
	
}




/*お問い合わせ*/

.contact{
	width: 500px;
	margin: 0 auto;
}

.contact h2{
	background-image: url(../img/contact_h2.png);
	width: 229px;
	height: 56px;
	text-indent: -9999px;
	margin-bottom: 30px;
}



/*link_button*/

.link_button a{
	display: block;
	width: 500px;
	text-align: center;
	background-color: #f6b691;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	border: 2px solid #f6b691;
	margin: 0 auto;
	margin-top: 10px;
}

.link_button a:hover{
	background-color: #fff;
	color: #f6b691;
	border: 2px solid #f6b691;
}

