@charset "UTF-8";


/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 667px) and (orientation:landscape){
	
/*--------------------------------------------
	ヘッダーh1
--------------------------------------------*/

.top_h1 {
	width:70%;
	text-align:center;
	margin:40px auto;
	}

.top_h1 img{
	width:30%;
	height:auto;
	}

/*--------------------------------------------
	トップページ
--------------------------------------------*/

.main_imgara{
	padding:0 0 0 0;
	margin:0 auto;
	height: auto;
	text-align:center;
	}


/*------ メインメニュー01【あんじぇりけ紹介】 -----------*/
.main_img01{
	float: none;
	width: 95%;
	height: 200px;
	background-image: url(img/top_mainimg01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	border: 1px solid #FFF;
	margin: 0 auto 10px auto;
	box-shadow: 0 0 40px 0 rgba(76, 51, 17, 0.3) inset;
	text-align: center;
	position: relative;
	display: block;
	overflow: hidden;
	}

.top_main_li01{
	background-image: url(img/top_menuicon01.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding:0px 0 0 30px;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	position:absolute;
	z-index:999999999;
	margin:65px 0 0 16px;
	line-height:1.4em;
	text-align:left;
	}

.button01 {
	position: relative;
	display: block;
	width: 160px;
	height: 160px;
	margin: 0px auto 0 auto;
	border-radius: 100px;
	background: #840002;
	z-index:9999;
	}

.button01_1 {
	position: relative;
	display: block;
	width: 160px;
	height: 160px;
	margin: 16px auto 0 auto;
	border-radius: 100px;
	border: 1px solid #840002;
	padding:4px;
	z-index:444;
	
	}


.button01_1 .ring {
	background:rgba(132, 0, 2, 1.0);
	position: absolute;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-ms-border-radius:100px;
	-o-border-radius:100px;
	border-radius:100px;
	/* センター揃えとリングの大きさ */
	height: 160px;
	width: 160px;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.button01_1:hover .ring {
   	-webkit-animation: wave 1s ease-out;
	-webkit-animation-iteration-count: infinite;
   	-moz-animation: wave 1s ease-out;
	-moz-animation-iteration-count: infinite;
   	-ms-animation: wave 1s ease-out;
	-ms-animation-iteration-count: infinite;
   	-o-animation: wave 1s ease-out;
	-o-animation-iteration-count: infinite;
   	animation: wave 1s ease-out;
	animation-iteration-count: infinite;
	z-index:44;
	background: #FFF;
}







/*------ メインメニュー02【お花の贈りもの】 -----------*/
.main_img02{
	float: none;
	width: 95%;
	height: 200px;
	background-image: url(img/top_mainimg02.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
	border: 1px solid #FFF;
	margin: 0 auto 10px auto;
	box-shadow: 0 0 40px 0 rgba(76, 51, 17, 0.8) inset;
	text-align: center;
	position: relative;
	overflow: hidden;
	}

.top_main_li02{
	background-image: url(img/top_menuicon01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding:5px 0 0 30px;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	position:absolute;
	z-index:999999999;
	margin:65px 0 0 10px;
	text-align:left;
	}

.button02 {
	position: relative;
	display: block;
	width: 160px;
	height: 160px;
	margin: 0px auto 0 auto;
	border-radius: 100px;
	background: #bc3b58;
	z-index:9999;
	}

.button02_1 {
	position: relative;
	display: block;
	width: 160px;
	height: 160px;
	margin: 16px auto 0 auto;
	border-radius: 100px;
	border: 1px solid #bc3b58;
	padding:4px;
	}


.button02_1 .ring {
	background:rgba(188, 59, 88, 1.0);
	position: absolute;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-ms-border-radius:100px;
	-o-border-radius:100px;
	border-radius:100px;
	/* センター揃えとリングの大きさ */
	height: 160px;
	width: 160px;
	top: 0px;
	left: 0px;
	z-index: -1;

}

.button02_1:hover .ring {
   	-webkit-animation: wave 1s ease-out;
	-webkit-animation-iteration-count: infinite;
   	-moz-animation: wave 1s ease-out;
	-moz-animation-iteration-count: infinite;
   	-ms-animation: wave 1s ease-out;
	-ms-animation-iteration-count: infinite;
   	-o-animation: wave 1s ease-out;
	-o-animation-iteration-count: infinite;
   	animation: wave 1s ease-out;
	animation-iteration-count: infinite;
	z-index:44;
	background: #FFF;
}



	
/*------ メインメニュー03【お花レッスン】 -----------*/
.main_img03{
	float:none;
	width: 95%;
	height: 480px;
	background-image: url(img/top_mainimg03.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 bottom;
	border: 1px solid #FFF;
	margin:0 auto 10px auto;
	box-shadow: 0 0 40px 0 rgba(76, 51, 17, 0.8) inset;
	text-align: center;
	position: relative;
	overflow:hidden;
	display:block;
	
	}

.top_main_li03{
	background-image: url(img/top_menuicon01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding:5px 0 0 30px;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	position:absolute;
	z-index:999999999;
	margin:65px 0 0 10px;
	}

.button03 {
	position: relative;
	display: block;
	width: 160px;
	height: 160px;
	margin: 0px auto 0 auto;
	border-radius: 100px;
	background: #ff6600;
	z-index:9999;
	}

.button03_1 {
	position: relative;
	display: block;
	width: 160px;
	height: 160px;
	margin: 5px auto 0 auto;
	border-radius: 100px;
	border: 1px solid #ff6600;
	padding:4px;
	z-index:444;
	}


.button03_1 .ring {
	background:rgba(255, 102, 0, 1.0);
	position: absolute;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-ms-border-radius:100px;
	-o-border-radius:100px;
	border-radius:100px;
	/* センター揃えとリングの大きさ */
	height: 160px;
	width: 160px;
	top: 0px;
	left: 0px;
	z-index: -1;

}
.button03_1:hover .ring {
	-webkit-animation: wave 1s ease-out;
	-webkit-animation-iteration-count: infinite;
   	-moz-animation: wave 1s ease-out;
	-moz-animation-iteration-count: infinite;
   	-ms-animation: wave 1s ease-out;
	-ms-animation-iteration-count: infinite;
   	-o-animation: wave 1s ease-out;
	-o-animation-iteration-count: infinite;
   	animation: wave 1s ease-out;
	animation-iteration-count: infinite;
	z-index:44;
	background: #FFF;
}


/*------ メインメニュー03-2【趣味クラス】 -----------*/


.top_main_li03_2{
	padding:10px 0 0 22px;
	color:#ff6600;
	font-size:1em;
	font-weight:bold;
	position:absolute;
	z-index:999999999;
	margin:35px 0 0 0;
	overflow:hidden;
	}



.button03_2_1 {
	position: relative;
	display: block;
	width: 110px;
	height: 110px;
	margin: -10px 0 20px 60%;
	border-radius: 100px;
	border: 1px solid #fff;
	padding:4px;
	z-index:444;
	}

.button03_2 {
	position: relative;
	display: block;
	width: 110px;
	height: 110px;
	margin: 0;
	border-radius: 100px;
	background: #fff;
	z-index:9999;
	}


.button03_2 .ring {
	background:rgba(255, 255, 255, 1.0);
	position: absolute;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-ms-border-radius:100px;
	-o-border-radius:100px;
	border-radius:100px;
	/* センター揃えとリングの大きさ */
	height: 110px;
	width: 110px;
	top: 0px;
	left: 0px;
	z-index: -1;
}


	
.button03_2:hover .ring {
   	-webkit-animation: wave 1s ease-out;
	-webkit-animation-iteration-count: infinite;
   	-moz-animation: wave 1s ease-out;
	-moz-animation-iteration-count: infinite;
   	-ms-animation: wave 1s ease-out;
	-ms-animation-iteration-count: infinite;
   	-o-animation: wave 1s ease-out;
	-o-animation-iteration-count: infinite;
   	animation: wave 1s ease-out;
	animation-iteration-count: infinite;
	z-index:44;
	background: #FFF;
}


/*------ メインメニュー03-3【プロクラス】 -----------*/


.top_main_li03_3{
	padding:24px 0 0 14px;
	color:#ff6600;
	font-size:1em;
	font-weight:bold;
	position:absolute;
	z-index:999999999;
	margin:35px 0 0 0;
	overflow:hidden;
	}

.button03_2_2 {
	position: relative;
	display: block;
	width: 150px;
	height: 150px;
	margin: -90px 0 0 20px;
	border-radius: 100px;
	border: 1px solid #fff;
	padding:4px;
	}

.button03_3 {
	position: relative;
	display: block;
	width: 150px;
	height: 150px;
	margin: 0x;
	border-radius: 100px;
	background: #fff;
	z-index:9999;
	}


.button03_3 .ring {
	background:rgba(255, 255, 255, 1.0);
	position: absolute;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-ms-border-radius:100px;
	-o-border-radius:100px;
	border-radius:100px;
	/* センター揃えとリングの大きさ */
	height: 150px;
	width: 150px;
	top: 0px;
	left: 0px;
	z-index: -1;

}


	
.button03_3:hover .ring {
   -webkit-animation: wave 1s ease-out;
	-webkit-animation-iteration-count: infinite;
   	-moz-animation: wave 1s ease-out;
	-moz-animation-iteration-count: infinite;
   	-ms-animation: wave 1s ease-out;
	-ms-animation-iteration-count: infinite;
   	-o-animation: wave 1s ease-out;
	-o-animation-iteration-count: infinite;
   	animation: wave 1s ease-out;
	animation-iteration-count: infinite;
	z-index:44;
	background: #FFF;
}

/*------ メインメニュー03-3【ビジネスクラス】 -----------*/


.top_main_li03_4{
	padding:15px 0 0 18px;
	color:#ff6600;
	font-size:1em;
	font-weight:bold;
	position:absolute;
	z-index:999999999;
	margin:35px 0 0 0;
	overflow:hidden;
	}

.button03_2_3 {
	position: relative;
	display: block;
	width: 130px;
	height: 130px;
	margin: -50px 0 0 50%;
	border-radius: 100px;
	border: 1px solid #fff;
	padding:4px;
	z-index:444;
	}

.button03_4 {
	position: relative;
	display: block;
	width: 130px;
	height: 130px;
	margin: 0x;
	border-radius: 100px;
	background: #fff;
	z-index:9999;
	}


.button03_4 .ring {
	background:rgba(255, 255, 255, 1.0);
	position: absolute;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-ms-border-radius:100px;
	-o-border-radius:100px;
	border-radius:100px;
	/* センター揃えとリングの大きさ */
	height: 130px;
	width: 130px;
	top: 0px;
	left: 0px;
	z-index: -1;

}


	
.button03_4:hover .ring {
   	-webkit-animation: wave 1s ease-out;
	-webkit-animation-iteration-count: infinite;
   	-moz-animation: wave 1s ease-out;
	-moz-animation-iteration-count: infinite;
   	-ms-animation: wave 1s ease-out;
	-ms-animation-iteration-count: infinite;
   	-o-animation: wave 1s ease-out;
	-o-animation-iteration-count: infinite;
   	animation: wave 1s ease-out;
	animation-iteration-count: infinite;
	z-index:44;
	background: #FFF;
}


/*------ メインメニュー04【ウエディングフラワー】 -----------*/
.main_img04{
	float:none;
	width: 95%;
	height: 200px;
	background-image: url(img/top_mainimg04.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	border: 1px solid #FFF;
	margin:0 auto 10px auto;
	box-shadow: 0 0 40px 0 rgba(76, 51, 17, 0.8) inset;
	text-align: center;
	position: relative;
	overflow:hidden;
	}

.top_main_li04{
	background-image: url(img/top_menuicon01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding:5px 0 0 30px;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	position:absolute;
	z-index:999999999;
	margin:65px 0 0 10px;
	}

.button04 {
	position: relative;
	display: block;
	width: 160px;
	height: 160px;
	margin: 0px auto 0 auto;
	border-radius: 100px;
	background: #bc3b58;
	z-index:9999;
	}

.button04_1 {
	position: relative;
	display: block;
	width: 160px;
	height: 160px;
	margin: 16px auto 0 auto;
	border-radius: 100px;
	border: 1px solid #bc3b58;
	padding:4px;
	z-index:444;
	}


.button04 .ring {
	background:rgba(188, 59, 88, 1.0);
	position: absolute;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-ms-border-radius:100px;
	-o-border-radius:100px;
	border-radius:100px;
	/* センター揃えとリングの大きさ */
	height: 160px;
	width: 160px;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.button04:hover .ring {
   	-webkit-animation: wave 1s ease-out;
	-webkit-animation-iteration-count: infinite;
   	-moz-animation: wave 1s ease-out;
	-moz-animation-iteration-count: infinite;
   	-ms-animation: wave 1s ease-out;
	-ms-animation-iteration-count: infinite;
   	-o-animation: wave 1s ease-out;
	-o-animation-iteration-count: infinite;
   	animation: wave 1s ease-out;
	animation-iteration-count: infinite;
	z-index:44;
	background: #FFF;
	}
	
	
@-webkit-keyframes wave {
	0% {-webkit-transform: scale(1, 1); }
	50% {opacity: 1;}
	100% {-webkit-transform: scale(2, 2); opacity: 0.0;}
}
@-moz-keyframes wave {
	0% {-moz-transform: scale(1, 1); }
	50% {opacity: 1;}
	100% {-moz-transform: scale(2, 2); opacity: 0.0;}
}
@-ms-keyframes wave {
	0% {-ms-transform: scale(1, 1); }
	50% {opacity: 1;}
	100% {-ms-transform: scale(2, 2); opacity: 0.0;}
}
@-o-keyframes wave {
	0% {-o-transform: scale(1, 1); }
	50% {opacity: 1;}
	100% {-o-transform: scale(2, 2); opacity: 0.0;}
}
@keyframes wave {
	0% {transform: scale(1, 1); }
	50% {opacity: 1;}
	100% {transform: scale(2, 2); opacity: 0.0;}
}


.top_bnr_area{
	width:100%;
	margin:30px auto;
	}




/*--------------------------------------------
	トップイベント
--------------------------------------------*/

.top_evnt{
	width: 95%;
	border-radius: 6px;
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
	background-color: #FFF;
	float:none;
	background-image:none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	min-height: auto;
	border: 2px solid #FFF;
	margin: 0 auto 10px auto;
	display:block;
	}

.top_event_midashi{
	float:none;
	text-align:center;
	width:100%;
	margin:0 0 0 0;
	background-color:#e9556a;
	border-radius: 6px;
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
	padding:8px 0;
	}
	
.top_event_text{
	width:90%;
	float:none;
	text-align:left;
	margin:14px auto;
	}

.top_event_set{
	padding: 4px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	}

.top_event_midashi02{
	width:100%;
	color:#900;
	}

.top_event_ttl02{
	width:100%;
	}

/*--------------------------------------------
	トップブログ
--------------------------------------------*/

.top_blog{
	width: 95%;
	border-radius: 6px;
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
	background-color: #FFF;
	float:none;
	background-image:none;
	background-repeat: no-repeat;
	background-position: -40px 0px;
	min-height: 240px;
	border: 2px solid #FFF;
	margin: 0 auto 10px auto;
	}


	
.top_blog_text{
	width:90%;
	float:none;
	text-align:left;
	margin:14px auto;
	}

.top_blog_set{
	padding: 4px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	}

.top_blog_midashi02{
	width:100%;
	color:#900;
	float:none;
	}

.top_blog_ttl02{
	width:100%;
	float:none;
	}

.top_copy01{
	text-align:center;
	margin:60px auto;
	}



/*--------------------------------------------
	追加
--------------------------------------------*/

.F_left{
	float:none;
	padding: 0px;
	}

.F_right{
	float:none;
	padding: 0px;
	}
	

.top_bnr_img{
	width:95%;
	margin:0 auto 10px auto;
	}

.top_bnr_img img{
	max-width:100%;
	height:auto;
	}

/*--------------------------------------------
	フッター
--------------------------------------------*/

.foot_bnr_wrap{
	width:100%;
	margin:30px auto;
	}

.foot_bnr01{
	width:90%;
	float:none;
	text-align:center;
	margin:0 auto;
	}

.foot_bnr01 img{
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	}

.foot_bnr02{
	width:90%;
	float:none;
	text-align:center;
	margin:0 auto;
	}

.foot_bnr02 img{
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	}

.footer{
	width:100%;
	padding:30px 0;
	background-color:#ef5e75;
	margin:40px 0 10px 0;
	}

.footer_wrap{
	width:100%;
	margin:0 auto;
	}

.foot_logo{
	width:90%;
	float:none;
	margin:10px auto;
	
	}

.foot_logo img{
	width:95%;
	height:auto;
	}

.foot_text{
	width:90%;
	float:none;
	color:#FFF;
	margin:20px auto;
	line-height:1.6em;
	text-align:center;
	}

.copyright{
	width:100%;
	text-align:center;
	color:#FFF;
	font-size:12px;
	padding:0 0 30px 0;
	}

/*--------------------------------------------
	ナビゲーション
--------------------------------------------*/

.sub_menu{
	width:100%;
	background-color:#ef5e75;
	text-align:center;
	padding:0px 0;
	}

.sub_menu ul{
	width:900px;
	margin:0 auto;
	padding:0;
	}

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

#menu {
		display: none;
		width:100%;
	}
	#menu li:nth-child(odd) {
	width: 50%;
	text-align: center;
	padding: 20px 0;
	color: #ef5e75;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ef5e75;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ef5e75;
	background-color:#FFF;
	}
	
	#menu li{
	width: 49%;
	text-align: center;
	padding: 20px 0;
	color: #ef5e75;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ef5e75;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-style: none;
	background-color:#FFF;
	}
	
	#menu li a:before {
		content: attr(data-text);
		margin:20px 0;
		color:#ef5e75;
	}
	
	#menu li img {
		display: none;
	}
	
	
	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #ef5e75;
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 20px 0 20px;
		border-bottom: 1px solid #fff;
		color:#FFF;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: #FFF;
	}
	#toggle a:before, #toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 6px;
		background: #ef5e75;
	}
	#toggle a:before {
		margin-top:-9px;
	}
	#toggle a:after {
		margin-top: 3px;
	}
	
	.menu_list_block{
		display:none;
		}
		
.lesson_menu{
	width: 100%;
	background-color: #762629;
	text-align: center;
	padding: 16px 0;
	background-color: #a64145;
	background-image: url(img/lesson_menu_bg.png);
	background-repeat: repeat;
	}

.lesson_menu ul{
	width:60%;
	margin:0 auto;
	padding:0;
	}

.lesson_menu li{
	float:none;
	padding:5px 0 5px 0;
	margin:0 0 0 12px;
	}
	
/*--------------------------------------------
	サブヘッダー
--------------------------------------------*/

.sub_h1{
	width:100%;
	float:none;
	padding:5px 0;
	text-align:center;
	margin:5px auto;
	}

.sub_h1 img{
	max-width:80%;
	height:auto;
	}

.sub_head_kotei{
	width:100%;
	margin:0 auto;
	
	height:auto;
	background-image: url(img/bg2.png);
	background-repeat: repeat;
	background-position: center top;
	}


.sub_head{
	width:100%;
	margin:0 auto;
		}
	
.head_img{
	float:none;
	margin:0 auto;
	width:100%;
	text-align:center;
	}

.head_img img{
	width:95%;
	height:auto;
	}

.head_info_area{
	width:60%;
	background-color:#FFF;
	border-radius: 6px;          
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */
	text-align:center;
	float:none;
	margin:10px auto;
	padding:8px;
	}

/*--------------------------------------------
	コンテンツタイトル
--------------------------------------------*/

.sub_ttl_area{
	padding:0 0 0 0;
	width: 100%;
   
    
	}

.sub_ttl_area2{
	padding:300px 0 0 0;
	width: 100%;
    
	}
	
.ttl_about{
	width: 100%;
	height: 152px;
	background-color: #e3b896;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bb727e;
	text-align: center;
	background-image: url(img/ttl_about_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	display:block;
	}

.ttl_gift{
	width: 100%;
	height: 152px;
	background-color: #f28734;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bb727e;
	text-align: center;
	background-image: url(img/ttl_gift_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	}

.ttl_pastime{
	width: 100%;
	height: 152px;
	background-color: #f9bb80;
	text-align: center;
	background-image: url(img/ttl_pastime_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	}

.ttl_professional{
	width: 100%;
	height: 152px;
	background-color: #f9bd7e;
	text-align: center;
	background-image: url(img/ttl_professional_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	}

.ttl_wedding{
	width: 100%;
	height: 152px;
	background-color: #ac8f93;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bb727e;
	text-align: center;
	background-image: url(img/ttl_wedding_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	}

.ttl_contact{
	width: 100%;
	height: 152px;
	background-color: #f3bc8c;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bb727e;
	text-align: center;
	background-image: url(img/ttl_contact_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	}

.ttl_blog{
	width: 100%;
	height:auto;
	background-color: #e5e6d5;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bb727e;
	text-align: center;
	overflow:hidden;
	}

.ttl_blog img{
	width:100%;
	height:auto;
	}

.ttl_event{
	width: 100%;
	height: 152px;
	background-color: #edcdbc;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bb727e;
	text-align: center;
	background-image: url(img/ttl_event_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	}


.ttl_business{
	width: 100%;
	height: 152px;
	background-color: #fbd4c2;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bb727e;
	text-align: center;
	background-image: url(img/ttl_business_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	}



.sub_midashi{
	padding:8px 0 0 20px;
	}

h2{
	width:100%;
	margin:0 auto;
	}

h2 img{
	margin:8px 0 0 20px;
	}

/*--------------------------------------------
	コンテンツ
--------------------------------------------*/
	
.sub_copy01{
	width:95%;
	margin:0 auto;
	text-align:center;
	padding:50px 0;
	}

.sub_copy01 img{
	max-width:100%;
	height:auto;
	}

.sub_copy02{
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:20px 0;
	}

.sub_copy02 img{
	width:95%;
	height:auto;
	}

.con_wh_wrap{
	width:100%;
	margin:0 auto;
	text-align:center;
	background-color:#FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bb727e;
	padding:30px 0;
overflow: hidden;
	}

.con_wh_wrap02{
	width:100%;
	margin:50px auto 0 auto;
	text-align:center;
	background-color:#FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bb727e;
	padding:30px 0;

	}
	

.con_wrap{
	width:100%;
	margin:0 auto;
	}




.sub_con03{
	width:100%;
	text-align:center;
	padding:60px 0;
	}


/*--------------------------------------------
	あんじぇりけとは
--------------------------------------------*/


.about_midashi01{
	width:100%;
	text-align:center;
	float:none;
	margin:20px 0 20px 0;
	}

.about_midashi02{
	width:100%;
	text-align:center;
	float:none;
	margin:20px 0 0 0;
	}

.about_midashi03{
	width:100%;
	text-align:center;
	float:none;
	margin:20px 0 0 0;
	}

.about_midashi04{
	width:100%;
	text-align:center;
	float:none;
	margin:20px 0 0 0;
	}

.about_text01{
	width:90%;
	float:none;
	padding:0 10px;
	text-align:left;
	margin:0 auto;
	}

.about_text01 br{
	display:none;
	}

.about_text02{
	width:90%;
	float:none;
	padding:0 10px;
	text-align:left;
	margin:0 auto;
	}

.about_img01{
	float:none;
	padding:0 0 0 0;
	width:80%;
	margin:0 auto;
	}
	
.about_img01 img{
	max-width:100%;
	height:auto;
	}


.about_img02{
	padding:0 0 0 0;
	width:98%;
	margin:0 auto;
	text-align:center;
	}

.about_img02 img{
	width:100%;
	height:auto;
	}

/*--------------------------------------------
	table
--------------------------------------------*/

table{
	width:95%;
	border: 1px solid #f16076;
	border-collapse: collapse;
	margin: 20px auto;
	padding: 5px 0;
text-align:left;
}

th{
	width:100%;
background-color:#ececec;
text-align:center;
font-weight:normal;
	border: 0px solid #f16076;
	padding: 5px 0;
	width:100%;
	display:block;
}

td{
	width:80%;
	border: 0px solid #f16076;
	padding: 10px;
	display:block;
	margin:0 auto;
	
}

/*--------------------------------------------
	お花レッスン：趣味クラス
--------------------------------------------*/

.pastime_midashi01{
	font-size:18px;
	text-align:left;
	color:#ef5e75;
	font-weight:500;
	padding:10px 0;
	width:90%;
	margin:0 auto;
	line-height:1.4em;
	}

.pastime_midashi02{
	width:80%;
	text-align:center;
	float:none;
	margin:10px auto;
	}

.pastime_midashi02 img{
	max-width:50%;
	height:auto;
	}

.pastime_copy01{
	font-size:18px;
	text-align:left;
	color:#ef5e75;
	font-weight:500;
	padding:20px 0;
	margin:0 auto;
	width:90%;
	line-height:1.6em;
	text-align:left;
	}

.pastime_text01{
	line-height:1.8em;
	width:90%;
	margin:0 auto 20px auto;
	text-align:left;
	}

.pastime_text01 br{
	display:none;
	}

.pastime_img01{
	width:45%;
	float:left;
	margin:0 auto 10px;
	padding:0 0 3% 3%;
	}

.pastime_img01 img{
	width:100%;
	height:auto;
	}

.pastime_img02{
	width:90%;
	margin:0 auto 20px auto;
	text-align:center;
	}

.pastime_img02 img{
	max-width:100%;
	height:auto;
	}

.pastime_img03{
	width:45%;
	float:left;
	margin:0 auto 10px;
	padding:0 0 3% 3%;
	height:270px;
	}

.pastime_img03 img{
	max-width:100%;
	height:auto;
	}
	
.pastime_img04{
	width:95%;
	margin:0 auto 20px auto;
	float:none;
	}

.pastime_img04 img{
	width:100%;
	height:auto;
	}




.pastime_text_area01{
	width: 95%;
	height:auto;
	float:none;
	background-image:none;
	background-repeat: no-repeat;
	background-position: right 80px;
	text-align:left;
	margin:0 auto;
	}

.pastime_text_area02{
	width: 90%;
	float:none;
	text-align:left;
	margin:0 auto;
	}

.kakaku_set01{
	width: 100%;
	border: 1px solid #ef5e75;
	color:#ef5e75;
	font-size:18px;
	margin:0 auto;
	}

.kakaku_midashi01{
	width: 100%;
	background-color:#ef5e75;
	color:#FFF;
	font-size:18px;
	padding:16px 0;
	float:none;
	margin:0 auto;
	text-align:center;
	}

.kakaku_text01{
	color:#ef5e75;
	font-size:18px;
	padding:16px;
	float:none;
	width:90%;
	margin:0 auto;
	text-align:center;
	}

.kakaku_inner{
	background-color:#FFF;
	color:#ef5e75;
	font-size:18px;
	padding:4px 8px;
	border-radius: 4px;
	float:right;
	margin:-4px 50px -4px 10px;
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
	}
	
.kakaku_set02{
	width: 100%;
	border: 1px solid #df8f8a;
	color:#ef5e75;
	font-size:16px;
	margin:10px 0 20px 0;
	}

.kakaku_midashi02{
	background-color:#df8f8a;
	color:#FFF;
	font-size:16px;
	padding: 8px 16px;
	float:none;
	font-weight:800;
	text-align:center;
	}

.kakaku_text02{
	color:#000;
	font-size:16px;
	padding: 8px 16px;
	float:none;
	text-align:center;
	}
	
	
/*--------------------------------------------
	申込みボタン
--------------------------------------------*/

.mousikomi_btn{
	width: 100%;
	height: auto;
	margin: 30px auto;
	background-image: url(img/mousikomi_sp_btn01.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: right;
	margin: 20px auto;
	background-color: #FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bb727e;
	padding: 100px 0 10px 0;
	background-position: 0 10px;
	}

.mousikomi_btn_tel{
	width:90%;
	padding:24% 0 0 0;
	margin:0 auto;
	}

.mousikomi_btn_tel img{
	width:100%;
	height:auto;
	}

.mousikomi_btn_mail{
	width:90%;
	padding:10px 0 0 0;
	margin:0 auto;
	}

.mousikomi_btn_mail img{
	width:100%;
	height:auto;
	}
	
.mousikomi_btn02{
	width: 100%;
	height: auto;
	background-image: url(img/mousikomi_sp_btn02.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: right;
	margin: 20px auto 10px;
	background-color: #FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bb727e;
	padding: 90px 0 10px 0;
	background-position: 0 10px;
	}

.mousikomi_btn02_tel{
	width:90%;
	padding:30% 0 0 0;
	margin:0 auto;
	}

.mousikomi_btn02_tel img{
	width:100%;
	height:auto;
	}

.mousikomi_btn02_mail{
	width:90%;
	padding:10px 0 0 0;
	margin:0 auto;
	}

.mousikomi_btn02_mail img{
	width:100%;
	height:auto;
	}

.mousikomi_btn03{
	width: 100%;
	height: auto;
	background-image: url(img/mousikomi_sp_btn03.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: right;
	margin: 20px auto 10px;
	background-color: #FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bb727e;
	padding: 90px 0 10px 0;
	background-position: 0 10px;
	}

.mousikomi_btn03_tel{
	width:90%;
	padding:28% 0 0 0;
	margin:0 auto;
	}

.mousikomi_btn03_tel img{
	width:100%;
	height:auto;
	}

.mousikomi_btn03_mail{
	width:90%;
	padding:20px 0 5px 0;
	margin:0 auto;
	}

.mousikomi_btn03_mail img{
	width:100%;
	height:auto;
	}

.mousikomi_btn04{
	width: 100%;
	height: auto;
	background-image: url(img/mousikomi_sp_btn04.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: right;
	margin: 20px auto 10px;
	background-color: #FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bb727e;
	padding: 90px 0 10px 0;
	background-position: 0 10px;
	}

.mousikomi_btn04_tel{
	width:90%;
	padding:24% 0 0 0;
	margin:0 auto;
	}

.mousikomi_btn04_tel img{
	width:100%;
	height:auto;
	}

.mousikomi_btn04_mail{
	width:90%;
	padding:10px 0 10px 0;
	margin:0 auto;
	}

.mousikomi_btn04_mail img{
	width:100%;
	height:auto;
	}


/*--------------------------------------------
	お花レッスン：プロフェッショナルクラス
--------------------------------------------*/


	

.professional_copy01{
	font-size:18px;
	text-align:left;
	color:#ef5e75;
	font-weight:500;
	padding:20px 0;
	line-height:1.6em;
	width:90%;
	margin:0 auto;
	}

.professional_pr01{
	width: 95%;
	border: 1px solid #ef5e75;
	color:#ef5e75;
	font-size:18px;
	margin:0 auto;
	}
	

.professional_prmidashi01{
	width: 100%;
	background-color: #ef5e75;
	color: #FFF;
	font-size: 18px;
	padding: 16px 0;
	float: none;
	height: auto;
	padding: 0 0 0 0;
	line-height: 1.8em;
	margin: 0 auto;
	}

.professional_prmidashi01 br{
	display:none;
	}

.professional_prmidashi02{
	width:90%;
	text-align:center;
	float:none;
	margin:10px auto;
	}

.professional_prmidashi03{
	width:200px;
	text-align:center;
	float:none;
	margin:10px auto;
	}

.professional_prmidashi04{
	width:200px;
	text-align:center;
	float:none;
	margin:10px  auto;
	}



.professional_pr_copy01{
	width:90%;
	line-height:1.8em;
	font-size:16px;
	padding:5px 0;
	margin:0 auto;
	}
	
	
.professional_text01{
	float:none;
	text-align:left;
	width:95%;
	margin:0 auto;
	}



.professional_text01 ul{
	padding:10px 10px 10px 30px;
	}

.professional_text01 li{
	color: #cc3333;
	padding: 4px 0;
	list-style-position: outside;
	list-style-type: circle;
font-size:16px;
	}

.professional_img01{
	width:100%;
	}

.professional_img01 img{
	width:100%;
	height:auto;
	}


.professional_img01 ul{
	padding: 0;
	list-style-type: none;
	}

.professional_img01 li{
	float:none;
	margin:0 0 5px 0;
	list-style-type: none;
	text-align:center;
	color:#333;
	}

.professional_img02{
	width: 100%;
	height:auto;
	background-image: url(img/professional_img04.png);
	background-repeat: no-repeat;
	margin:30px auto;
	background-size:155%;
	background-color:#ef5e75;
	}

.professional_img02 ul{
	padding:14% 0 5% 30px;
	width:85%;
	margin:0 auto;
		}
	
.professional_img02 li{
	color: #FFF;
	list-style-position: outside;
	list-style-type: circle;
	line-height:1.6em;
		}
	
.professional_step_li ul{
	width:80%;
	padding:20px 0 30px 0;
	margin:0 auto;
	}

.professional_step_li li{
	color: #ef5e75;
	float:none;
	width: 300px;
	color: ef5e75;
	font-weight: 500;
	padding: 3px 0 14px 0;
	font-size: 16px;
	list-style-type: none;
	line-height:1.4em;
	}

.professional_step_li li img{
	margin:0 4px 0 0;
	}

/*--------------------------------------------
	申込みの流れ
--------------------------------------------*/

.mousikomi_houhou_midashi{
	width:90%;
	text-align:center;
	float:none;
	margin:20px auto;
	}

.mousikomi_houhou_midashi img{
	max-width:80%;
	height:auto;
	}

.mousikomi_houhou_img{
	width:95%;
	float:none;
	text-align:center;
	margin:0 auto;
	}

.mousikomi_houhou_img img{
	width:100%;
	height:auto;
	}

.mousikomi_houhou_img02{
	width:90%;
	float:none;
	text-align:center;
	margin:20px auto;
	}
	
/*--------------------------------------------
	お花レッスン：ビジネスクラス
--------------------------------------------*/


.business_prmidashi01{
	width:90%;
	text-align:center;
	float: none;
	margin:10px auto;
	}

.business_prmidashi02{
	background-color:#ef5e75;
	color:#FFF;
	font-size:18px;
	padding:16px 0;
	float:none;
	height:auto;
	line-height:1.8em;
	width:100%;
	}

.business_prmidashi03{
	width:100%;
	text-align:center;
	float:none;
	margin:10px 0 10px 0;
	}

.business_prmidashi04{
	width:100%;
	text-align:center;
	float:none;
	margin:10px 0 10px 0;
	}
	
.business_prmidashi05{
	width:100%;
	text-align:center;
	float:none;
	margin:10px 0 10px 0;
	}

.business_prmidashi06{
	width:100%;
	text-align:center;
	float:none;
	margin:10px 0 10px 0;
	}

.business_prmidashi07{
	width:100%;
	text-align:center;
	float:none;
	margin:10px 0 10px 0;
	}
	
	
	
.business_copy01{
	width:90%;
	margin:0 auto;
	font-size:18px;
	text-align:left;
	color:#ef5e75;
	font-weight:500;
	padding:10px 0;
	line-height:1.5em;
	}

.business_copy01 br{
	display:none;
	}
	
.business_textarea{
	width:90%;
	float:none;
	margin:0 auto;
	}

.business_text01{
	float:none;
	text-align:left;
	width:95%;
	margin:0 auto;
	}

.business_img01{
	float:none;
	margin:10px auto;
	width:90%;
	}

.business_img01 img{
	width:100%;
	height:auto;
	}

.business_pr01{
	width: 95%;
	border: 1px solid #ef5e75;
	color:#ef5e75;
	font-size:18px;
	}
	
	


.business_pr01{
	width: 95%;
	border: 1px solid #ef5e75;
	color:#ef5e75;
	font-size:18px;
	margin:0 auto;
	}

.business_pr_copy01{
	padding:0 0 0 0;
	width:90%;
	margin:0 auto;
	}
	
.business_pr_copy01 br{
	display:none;
	}

.business_text01{
	float:none;
	text-align:left;
	}



.business_text01 ul{
	padding:20px 0 0px 40px;
	}

.business_text01 li{
	color: #cc3333;
	padding: 4px 0;
	list-style-position: outside;
	list-style-type: circle;
	font-size:16px;
	}

.business_copy02{
	font-size:18px;
	text-align:center;
	color:#ef5e75;
	font-weight:500;
	padding:30px 0;
	line-height:1.6em;
	width:90%;
	margin:0 auto;
	}
	
	
.business_img02{
	margin:10px auto;
	width:95%;
	margin:0 auto;
	}

.business_img02 img{
	width:100%;
	height:auto;
	}

.business_img03{
	width:90%;
	margin:10px auto;
	float:none;
	text-align:center;
	}

.business_img03 img{
	width:100%;
	height:auto;
	}

.business_step_li{
	float:none;
	width:98%;
	margin:0 auto;
	}

.business_step_li ul{
	padding:10px 0 10px 0;
	float:none;
	width:90%;
	margin:0 auto;
	}

.business_step_li li{
	color: #ef5e75;
	color: ef5e75;
	font-weight: 500;
	padding: 3px 0 14px 0;
	font-size: 18px;
	list-style-type: none;
	line-height:1.5em;
	width:100%;
	}

.business_step_li li img{
	margin:0 8px 0 0;
	}

.business_copy03{
	font-size: 18px;
	text-align: left;
	color: #333333;
	font-weight: 500;
	padding: 10px 0;
	line-height: 1.5em;
	width:90%;
	margin:0 auto;
	}

.business_tokubetu{
	background-color:#ffd5af;
	border-radius: 4px;      
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	padding:8px 0;
	width:95%;
	margin:10px auto;
	}

.business_tokubetu_ttl{
	background-color:#FFF;
	color:#f16076;
	font-size:18px;
	padding:8px 0;
	text-align:center;
	font-weight: 700;
	width:95%;
	margin:0 auto;
	}

.business_tokubetutext{
	width:90%;
	float:none;
	font-size:16px;
	line-height:1.8em;
	text-align:left;
	padding:0 0 0 0;
	font-weight: 500;
	margin:10px auto;
	}

.business_model01{
	width:95%;
	padding:10px 0;
	margin:0 auto;
	}

.business_model01 img{
	width:100%;
	height:auto;
	}

/*--------------------------------------------
	ウエディングフラワー
--------------------------------------------*/

.con_wedding_wrap{
	width:100%;
	margin:0 auto;
	text-align:center;
	background-color:#FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bb727e;
	padding:0;
	}
	
.wedding_midashi01{
	width:90%;
	text-align:center;
	float:none;
	margin:0 auto;
	padding:20px 0;
	}
	
.wedding_midashi02{
	width:90%;
	text-align:center;
	float:none;
	margin:0 auto;
	padding:20px 0;
	}

.wedding_midashi03{
	width:90%;
	text-align:center;
	float:none;
	margin:0 auto;
	padding:20px 0;
	}

.wedding_midashi04{
	width:70%;
	text-align:center;
	float:none;
	margin:0 auto;
	padding:20px 0;
	}

.wedding_midashi04 img{
	max-width:100%;
	height:auto;
	}

.wedding_text01{
	float:none;
	width:90%;
	padding:20px 0;
	text-align:left;
	line-height:1.6em;
	margin:0 auto;
	}

.wedding_text02{
	float:none;
	width:90%;
	padding:20px 0;
	text-align:left;
	line-height:1.6em;
	margin:0 auto;
	text-align:center;
	}

.wedding_text02 img{
	width:90%;
	height:auto;
	text-align:center;
	margin:0 auto;
	}
	
.wedding_text03{
	float:none;
	width:90%;
	padding:10px 0;
	text-align:left;
	line-height:1.6em;
	margin:0 auto;
	}

.wedding_text03 img{
	width:90%;
	text-align:center;
	margin:0 auto;
	height:auto;
	}



.wedding_img01{
	width:90%;
	float:none;
	padding:0 0 30px 0;
	margin:0 auto;
	}
	
.wedding_img01 img{
	width:100%;
	height:auto;
	}

.wedding_copy01{
	font-size:18px;
	text-align:left;
	color:#ef5e75;
	font-weight:500;
	padding:20px 0;
	}

.wedding_copy02{
	font-size:22px;
	text-align:left;
	color:#ef5e75;
	font-weight:500;
	padding:5px 0 10px 0;
	}

.wedding_li01{
	width:100%;
	padding:20px 0 20px 0;
	text-align:left;
	}

.wedding_li02{
	width:100%;
	padding:20px 0 20px 0;
	text-align:left;
	}

.wedding_list_area{
	float:none;
	width:100%;
	margin:0 0 0 0;
	}

.iconimg{
	width:20%;
	float:none;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	}

.iconimg img{
	max-width:100%;
	height:auto;
	}

.icontext{
	width:90%;
	float:none;
	padding:0 0 0 0;
	line-height:1.6em;
	margin:10px auto;
	}

.wedding_price_set{
	background-color:#ececec;
	padding:20px;
	float:none;
	margin:0 auto 10px;
	text-align:center;
	height: auto;
	}

.wedding_price_text{
	background-color:#ececec;
	padding:20px;
	line-height:1.6em;
	text-align:left;
	}

.wedding_other_set{
	padding:10px 0;
	float:none;
	margin:10px auto;
	text-align:center;
	height:auto;
	width:80%;
	margin:0 auto;
	}

.wedding_other_set02{
	padding:10px 0;
	float:none;
	margin:10px auto;
	text-align:center;
	height:auto;
	width:80%;
	margin:0 auto;
	}

.wedding_other_set02 img{
	width:100%;
	height:auto;
	margin:10px auto;
	}

.wedding_other_text{
	height:70px;
	padding:8px 10px;
	}

.wedding_other_midashi{
	color:#ef5e75;
	font-size:20px;
	font-weight:400;
	padding:4px 0;
	text-align:center;
	}

.wedding_other_midashi02{
	color:#ef5e75;
	font-size:18px;
	font-weight:400;
	padding:10px 0;
	text-align:left;
	line-height:1.4em;
	}

.wedding_other_kakaku{
	border: 1px solid #f16076;
	padding:10px;
	margin:0 0 30px 0;
	}

.wedding_other_kakaku .kakaku_img{
	float:none;
	margin:0 0 10px 0;
	}

.wedding_other_kakaku .kakaku_con{
	float:none;
	text-align:center;
	width:100%;;
	}


.wedding_other_kakaku .kakaku_ttl{
	background-color:#ef5e75;
	font-size:16px;
	text-align:center;
	font-weight:500;
	color:#FFF;
	padding:6px 0;
	}

.wedding_other_kakaku .kakaku_ttl02{
	background-color:#ececec;
	font-size:14px;
	text-align:center;
	font-weight:500;
	padding:4px 0;
	margin:8px 0 4px 0;
	}

/*--------------------------------------------
	お花の贈りもの
--------------------------------------------*/

.gift_area01{
	width:95%;
	float:none;
	margin:0 auto;
	}

.gift_area02{
	width:95%;
	float:none;
	margin:0 auto;
	}

.gift_midashi01{
	width:90%;
	text-align:center;
	float:none;
	margin:10px auto;
	}

.gift_midashi02{
	width:90%;
	text-align:center;
	float:none;
	margin:10px auto;
	}

.gift_midashi03{
	text-align:center;
	padding:20px 0 40px 0;
	}

.gift_text01{
	width:100%;
	float:none;
	padding:0 0;
	text-align:left;
	}

.gift_copy01{
	font-size:18px;
	color:#ef5e75;
	font-weight:500;
	padding:8px 0;
	width:90%;
	margin:0 auto;
	}
	

.gift_copy02{
	font-size:16px;
	color:#ef5e75;
	font-weight:500;
	padding:8px 0;
	text-align:center;
	}


.gift_img01{
	float:none;
	padding:0 0 0 0;
	width:251px;
	margin:10px auto;
	}
	
.gift_img02{
	margin:20px 0 20px 200px;
	text-align:left;
	}

.gift_img03{
	width:90%;
	margin:20px auto;
	text-align:left;
	}

.gift_img03 img{
	width:100%;
	height:auto;
	}

.gift_textarea{
	background-color:#fdf7e3;
	border-radius: 2px;          
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2px;   /* Firefox用 */
	margin:35px 0 0 0;
	padding:8px;
	line-height:1.6em;
	}
	
.gift_box{
	width: 95%;
	float:none;
	padding: 2px;
	border: 1px solid #f16076;
	margin:0 auto 20px;
	clear:both;
	}

.gift_box_ttl{
	color:#FFF;
	font-size:22px;
	text-align:center;
	padding:6px;
	background-color:#f16076;
	line-height:1em;
	}

.gift_box_text{
	width:100%;
	float:none;
	line-height:1.8em;
	text-align:left;
	margin:0 auto;
	}

.gift_box_inner{
	width:70%;
	float:none;
	line-height:1.8em;
	text-align:left;
	margin:5px auto;
	}

.gift_box_img{
	display:none;
	}

.gift_shouhin{
	width:48%;
	float:left;
	margin:0 auto 20px auto;
	text-align:center;
	}

/*--------------------------------------------
	お花の贈りもの
--------------------------------------------*/

.gift_area01{
	width:95%;
	float:none;
	margin:0 auto;
	}

.gift_area02{
	width:95%;
	float:none;
	margin:0 auto;
	}

.gift_midashi01{
	width:90%;
	text-align:center;
	float:none;
	margin:10px auto;
	}

.gift_midashi02{
	width:90%;
	text-align:center;
	float:none;
	margin:10px auto;
	}

.gift_midashi03{
	text-align:center;
	padding:20px 0 40px 0;
	}

.gift_text01{
	width:100%;
	float:none;
	padding:0 0;
	text-align:left;
	}

.gift_copy01{
	font-size:18px;
	color:#ef5e75;
	font-weight:500;
	padding:8px 0;
	width:90%;
	margin:0 auto;
	}
	

.gift_copy02{
	font-size:16px;
	color:#ef5e75;
	font-weight:500;
	padding:8px 0;
	text-align:center;
	}


.gift_img01{
	float:none;
	padding:0 0 0 0;
	width:251px;
	margin:10px auto;
	}
	
.gift_img02{
	margin:20px 0 20px 200px;
	text-align:left;
	}

.gift_img03{
	width:90%;
	margin:20px auto;
	text-align:left;
	}

.gift_img03 img{
	width:100%;
	height:auto;
	}

.gift_textarea{
	background-color:#fdf7e3;
	border-radius: 2px;          
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2px;   /* Firefox用 */
	margin:35px 0 0 0;
	padding:8px;
	line-height:1.6em;
	}
	
.gift_box{
	width: 95%;
	float:none;
	padding: 2px;
	border: 1px solid #f16076;
	margin:0 auto 20px;
	clear:both;
	}

.gift_box_ttl{
	color:#FFF;
	font-size:22px;
	text-align:center;
	padding:6px;
	background-color:#f16076;
	line-height:1em;
	}

.gift_box_text{
	width:100%;
	float:none;
	line-height:1.8em;
	text-align:left;
	margin:0 auto;
	}

.gift_box_inner{
	width:70%;
	float:none;
	line-height:1.8em;
	text-align:left;
	margin:5px auto;
	}

.gift_box_img{
	display:none;
	}

.gift_shouhin{
	width:80%;
	float:none;
	margin:0 auto 20px auto;
	text-align:center;
	}

/*--------------------------------------------
贈りもの：詳細
--------------------------------------------*/

.gift_ttl{
	width: 100%;
	text-align: center;
	margin: 20px 0;
	background-image: url(img/ttl_blog_bg.png);
	background-repeat: repeat-x;
	}

.gift_con_left{
	width:95%;
	float:none;
	margin:0 auto;
	}

.gift_con_right{
	float:none;
	width:95%;
	margin:20px auto;
	}

.gift_entry_area{
	width: 95%;
	border: 2px solid #f95400;
	padding:4px 2px 20px 2px;
	border-radius: 4px;      
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	margin:0 auto 20px;
	text-align:left;
	}

.gift_side_ttl{
	background-color: #f95400;
	color:#FFF;
	text-align:center;
	font-weight:700;
	padding:2px;
	border-radius: 4px;      
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	margin:0 0 10px 0;
	font-size:12px;
	}

.gift_side_list ul{
	margin:0;
	padding:0;
	}

.gift_side_list li{
	background-image: url(img/list_icon02.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin:0 0 6px 8px;
	padding:0 10px 0 26px;
	line-height:1.4em;
	text-align:left;
	
	}

.gift_entry_ttl{
	font-size:18px;
	color:#f16078;
	padding:20px 8px;
	width:90%;
	margin:0 auto;
	}
	
.gift_entry_date{
	background-color:#ececec;
	padding:6px 3px;
	text-align:left;
	font-size:14px;
	border-radius: 4px;      
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	width:90%;
	margin:0 auto;
	}

.gift_entry_body{
	padding:20px;
	}

.gift_entry_mainimg{
	width:95%;
	padding:4px;
	margin:0 auto;
	height:auto;
	}

.gift_entry_mainimg img{
	width:100%;
	height:auto;
	}

.gift_catettl{
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	padding: 0 0 20px 0;
	color: #f16078;
	}

/*--------------------------------------------
イベント
--------------------------------------------*/

.event_ttl{
	width: 100%;
	text-align: center;
	margin: 20px 0;
	background-image: url(img/ttl_blog_bg.png);
	background-repeat: repeat-x;
	}

.event_con_left{
	width:95%;
	float:none;
	margin:0 auto;
	}

.event_con_right{
	float:none;
	width:95%;
	margin:20px auto;
	}

.event_entry_area{
	width: 95%;
	border: 2px solid #f95400;
	padding:4px 2px 20px 2px;
	border-radius: 4px;      
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	margin:0 auto 20px;
	text-align:left;
	}

.event_entry_area img{
	width:90%;
	margin:5px auto;
	height:auto;
	}

.event_side_ttl{
	background-color: #f16078;
	color:#FFF;
	text-align:center;
	font-weight:700;
	padding:2px;
	border-radius: 4px;      
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	margin:0 0 10px 0;
	font-size:12px;
	}

.event_side_list ul{
	margin:0;
	padding:0;
	}

.event_side_list li{
	background-image: url(img/list_icon02.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin:0 0 6px 8px;
	padding:0 10px 0 26px;
	line-height:1.4em;
	text-align:left;
	
	}

.event_entry_ttl{
	font-size:18px;
	color:#f16078;
	padding:8px;
	}
	
.event_entry_date{
	width:95%;
	margin:0 auto;
	background-color:#ececec;
	padding:6px;
	text-align:center;
	font-size:14px;
	border-radius: 4px;      
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	}

.event_entry_body{
	padding:20px;
	}

.event_catettl{
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	padding: 0 0 20px 0;
	color: #f16078;
	}
	
/*--------------------------------------------
ブログ
--------------------------------------------*/

.blog_ttl{
	width: 100%;
	text-align: center;
	margin: 20px 0;
	background-image: url(img/ttl_blog_bg.png);
	background-repeat: repeat-x;
	}

.blog_con_left{
	width:95%;
	float:none;
	margin:0 auto 20px auto;
	
	}

.blog_con_right{
	width:95%;
	float:none;
	margin:0 auto 20px auto;
	}

.blog_entry_area{
	width: 95%;
	border: 2px solid #f95400;
	padding:4px 2px 20px 2px;
	border-radius: 4px;      
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	margin:0 auto 20px;
	text-align:left;
	}

.blog_entry_area img{
	width:90%;
	margin:5px auto;
	height:auto;
	}

.blog_side_ttl{
	background-color: #f16078;
	color:#FFF;
	text-align:center;
	font-weight:700;
	padding:2px;
	border-radius: 4px;      
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	margin:0 0 10px 0;
	font-size:12px;
	}

.blog_side_list ul{
	margin:0;
	padding:0;
	}

.blog_side_list li{
	background-image: url(img/list_icon02.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin:0 0 6px 8px;
	padding:0 10px 0 26px;
	line-height:1.4em;
	text-align:left;
	
	}

.blog_entry_ttl{
	font-size:18px;
	color:#f16078;
	padding:8px;
	}
	
.blog_entry_date{
	width:95%;
	margin:0 auto;
	background-color:#ececec;
	padding:6px;
	text-align:center;
	font-size:14px;
	border-radius: 4px;      
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	}

.blog_entry_body{
	padding:20px;
	}

.blog_catettl{
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	padding: 0 0 20px 0;
	color: #f16078;
     margin: 0 0 20px 0;
	}


/*--------------------------------------------
	お問い合せ
--------------------------------------------*/

.contact_text{
	width:95%;
	margin:20px auto;
	min-height:500px;
text-align: left;
	}


span.wpcf7-list-item {
display: block;
}

.contact_midashi01{
width:95%;
	background-color:#f16076;
	padding:4px;
	text-align:center;
	color:#FFF;
	font-weight:500;
	margin:0 auto;
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
	margin:20px auto;
	}

.wpcf7_form{
width:80%;
padding:0 10px;
margin:0 auto;
}

.wpcf7-text{
width:90%;
margin:0 auto;
}

.wpcf7-textarea{
width:90%;
margin:0 auto;
}

.top_school_bnr{
	display:none;
	}

.sp_school_bnr{
	display:block;
	width:90%;
	margin:0 auto 10px auto;
	
	}

.sp_school_bnr img{
	width:100%;
	height:auto;

	}




}
