@charset "utf-8";
/* CSS Document */



/* Mobile */
@media only screen and (max-width: 767px) {





section {
	width: 100vw;
	margin: 0px auto 70px auto;
}





/*ヘッダ＆ナビ */
header {
  padding:10px;
  height: 80vh;
  margin-bottom: 50px;
  background: rgba(255,255,255,1.0);
  background-image:url(../images_home/10.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーの形をCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 5px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 5px;
  background: #F60;/*バーの色*/
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 70%;
  max-width: 330px;/*最大幅（お好みで調整を）*/
  height: 100%;
  /*background: rgba(255,255,255,1.0);メニューの背景色*/
  background-color: #F38812;
	background-image: url(../images_common/bg_dot_WH.png);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-box-shadow: 6px 0 25px rgba(0,0,0,.15);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.header-logo-menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-ms-flex-direction: row;
}

/*ロゴやサイトタイトルをセンタリング*/
.logo-erea{text-align:center;margin:auto;}
.logo-erea img {
	width: 60vw;
	height: auto;
	margin-left: -10vw;
	margin-top: 15vh;
}
#flower_class_banner_sp {
	position: absolute;
	width: 50vw;
	bottom: 10px;
	left: 25vw;
}

/*ボタンの設定*/
#nav-content li {
	background-color: #F38812;
	border-bottom: solid 1px #FC6;
	font-size: 1.2rem;
	line-height: 25px;
}
#nav-content li a {
	color: #FFF;
	width: 100%;
	height: 25px;
	display: block;
	background-image: url(../images_common/arrow3.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.nav-content_title {
	color: #FFF;
	font-weight: bold;
	background-image: url(../images_common/bg_dot_BL.png);
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.nav-content_home a {
	background-color: #F60;
}




/*PC用ナビ＆ヘッダ非表示*/
#glb_nav {
	display: none;
}
#home_head {
	display: none;
}
.nav_cont_logo {
	display: none;
}





#info_shop {
	display: block;
	margin-bottom: 50px;
}
#info_shop div {
	width: 100vw;
	height: 100%;
	margin-bottom: 0 !important;
	padding-bottom:0 !important;
	}
.info_shop1 { background-image:url(../images_home/sec1_bg1_sp.png); background-size:cover; background-position:top center;}
.info_shop2 { background-image:url(../images_home/sec1_bg2_sp.png); background-size:cover; background-position:top center;}
.info_shop3 { background-image:url(../images_home/sec1_bg3_sp.png); background-size:cover; background-position:top center;}
#info_shop h3 {
	margin-top: 0px;
	font-size: 1.2rem;
	line-height: 1.4rem;
	padding-top: 105px;
}
#info_shop p {
	padding: 10px 20px 10px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.2rem;
	line-height: 1.6rem;
}
/*
#info_shop a {
	display: block;
	width:250px;
	height: 26px;
	margin: 0px auto;
	border: solid 2px #FFF;
	border-radius: 13px;
	color: #FFF;
	font-size: 1.4rem;
	line-height: 26px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	background-image: url(../images_common/arrow1.png);
	background-repeat: no-repeat;
	background-position: center right;
	opacity: 1;
}
#info_shop a:active {
	opacity:1;
}
*/



#flower_class_home {
	margin-top: 70px;
	margin-bottom: 70px;
}
#flower_class_home h2 {
	display: none;
}
#flower_class_home h3 {
	display: none;
}
#flower_class_home h4 {
	width: 80%;
	margin: 0 auto;
}
#flower_class_home header {
	width: 80vw;
	height: 120px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: none;
}
#flower_class_home_bottom {
	background-image: url(../images_home/home_flower_class_bottom.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
}
#flower_class_home figure {
	width: 100vw;
	margin: 0 auto 10px auto;
	display: flex;
}
#flower_class_home div {
	width: 90vw;
	margin: 0 auto 10px auto;
	display: inherit;
	font-size: 1.3rem;
	line-height: 2.0rem;
}
.flower_class_home_article1 {
	width: 100%;
	margin-bottom: 20px;
}
.flower_class_home_article2 {
	width: 280px;
	margin: 0 auto;
}
.flower_class_home_article2 a {
	width: 280px;
	height: 40px;
	font-size: 1.4rem;
	line-height: 40px;
	position: static;
}





#work_shop_home {
	margin-top: 0px;
	margin-bottom: 100px;
}
#work_shop_home h2 {
	font-size: 2.5rem;
	margin-bottom: 10px;
}
#work_shop_home_head {
	margin-bottom: 15px;
}
#work_shop_home_head div {
	height: 200px;
}
.work_shop_home_img1 {
	display: none;
}
#work_shop_home_info h3 {
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
#work_shop_home_info {
	width: 330px;
	margin: 0 auto;
}
#work_shop_home_info p {
	font-size: 1.3rem;
	line-height: 2.0rem;
	margin-bottom: 20px;
}
#work_shop_home_info_link {
	width: 280px;
	display: inherit;
	margin: 0 auto;
}
#work_shop_home_info_link a {
	display: block;
	width: 280px;
	height: 40px;
	border: solid 1px #F60;
	border-radius: 5px;
	color: #F60;
	font-size: 1.4rem;
	line-height: 40px;
	background-image: url(../images_common/arrow2.png);
	background-repeat: no-repeat;
	background-position: center right;
	margin: 10px 0px 10px 0px;
	box-sizing: border-box;
	padding-left: 20px;
}





#sell_flowers_type {
	margin-top: 0px;
	margin-bottom: 0px;
}
#sell_flowers_type h2 {
	color: #F60;
	font-size: 2.5rem;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
}
#sell_flowers_type h3 {
	font-size: 1.2rem;
	line-height: 1.6rem;
	text-align: center;
	margin-bottom: 30px;
}
#sell_flowers_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#sell_flowers_list div {
	width: 80vw;
	margin: 0px auto 40px auto;
}
#sell_flowers_list div:nth-child(3n) {
	margin-right: auto;
}
#sell_flowers_list h2 {
	margin-bottom: 0px;
}
#sell_flowers_list h3 {
	font-family: "Sawarabi Mincho";
	font-size: 1.7rem;
	margin-bottom: 10px;
	font-weight: normal;
	color: #FFF;
	background-color: #DE8854;
	padding: 5px 0px;
}
#sell_flowers_list p {
	font-size: 1.1rem;
	text-align: center;
	margin-bottom: 10px;
}
.sell_flowers_list_but {
	display: block;
	width:250px;
	height: 30px;
	margin: 0px auto;
	border: solid 1px #F60;
	border-radius: 18px;
	color: #000;
	font-size: 1.3rem;
	line-height: 30px;
	text-align: center;
	background-image: url(../images_common/arrow2.png);
	background-repeat: no-repeat;
	background-position: center right;
}
.sell_flowers_list_but:hover {
	background-color: #FFA66A;
	-webkit-transition: 1.0s;
	transition: 1.0s;
}
#sell_flowers_herbarium {
	margin-top: 20px;
}
#sell_flowers_herbarium h2 {
	margin-bottom: 20px;
}
#sell_flowers_herbarium h3 {
	color: #F60;
	font-size: 2.5rem;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
}
#sell_flowers_herbarium h4 {
	font-size: 1.0rem;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}
#sell_flowers_herbarium p {
	font-size: 1.2rem;
	line-height: 1.8rem;
	width: 80vw;
	margin: 0px auto 20px auto;
}
#sell_flowers_others {
	display: none;
}
#sell_flowers_others_sp {
	width: 100vw;
	margin: 60px auto 0px auto;
	display: block;
}
#sell_flowers_others_sp div {
	width: 100vw;
	height: auto;
	position: relative;
}




#new_arrival {
	margin-top: 70px;
}
#new_arrival h2 {
	color: #F60;
	font-size: 2.5rem;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}
.new_arrival_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
	width: 97vw;
	margin: 0px auto;
}
.new_arrival_list div {
	margin: 0px auto 20px auto;
	width: 30vw;
}
.new_arrival_list div:nth-child(4) {
	display: none;
}
.new_arrival_list a {
	display: block;
	color: #000;
}
.new_arrival_list h3 {
	width: 113px;
	height: 113px;
	margin-bottom: 5px;
}
.new_arrival_list h4 {
	display: none;
}
.new_arrival_list h5 {
	font-size: 1.0rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}




#home_info {
	text-align: center;
	margin-bottom: 0px;
}
#home_info h2 {
	color: #F60;
	font-size: 2.5rem;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	padding-top: 0px;
}
#home_info_list {
	display: inline-block;
	margin-top: -30px;
	width: 85vw;
}
#home_info_list dt {
	font-size: 1.0rem;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-top: 50px;
	padding-bottom: 10px;
	border-bottom: solid 1px #FB7;
}
#home_info_list dd {
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.8rem
}
.home_info_list_title {
	padding: 10px 0px;
	font-weight: bold;
}





/*ホーム：インスタグラムリンク*/
#home_insta_link  {
    padding-top: 100px;
}
#home_insta_link h2 {
	color: #F60;
	font-size: 2.5rem;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
    margin-bottom: 10px;
}
#home_insta_link p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}
#home_insta_link section {
    width: 90vw;
    margin: 0 auto;
    flex-wrap: wrap;
}
#home_insta_link div {
    width: 49%;
    margin-bottom: 10px;
}





#shop_concept {
	margin-top: 70px;
}
#shop_concept h2 {
	text-align: center;
	font-size: 3.0rem;
	font-family: "Sawarabi Mincho";
	margin-top: 0px;
	margin-bottom: 20px;
}
#shop_concept p {
	text-align: center;
	font-size: 1.3rem;
	line-height: 2.0rem;
	font-family: "Sawarabi Mincho";
	margin-bottom: 30px;
}
#shop_concept h3 {
	text-align: center;
}





#footer_shopping_info {
	background-color: #434F92;
	background-image: url(../images_common/bg_dot_BL.png);
	padding: 40px 0px;
}
#footer_shopping_info a {
	display: block;
	width: 85vw;
	height: 40px;
	margin: 0px auto;
	border-radius: 5px;
	color: #FFF;
	font-size: 1.5rem;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	background-color: #F60;
	background-image: url(../images_common/arrow1.png);
	background-repeat: no-repeat;
	background-position: center right;
}





#footer_follow {
	background-color: #F38812;
}
#footer_follow h2 {
	color: #FFF;
	text-align: center;
	font-size: 2.5rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	padding: 10px 0px;
}
#footer_follow ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 20px;
}
#footer_follow li {
	padding-top: 25px;
	margin: 0px 7px;
	text-align: center;
}
#footer_follow a {
	color: #FFF;
	font-size: 1.1rem;
	line-height: 1.4rem;
}
.footer_cont_icon1_sp {
	background-image: url(../images_common/icon_insta.svg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer_cont_icon2_sp {
	background-image: url(../images_common/icon_website.svg);
	background-repeat: no-repeat;
	background-position: center top;
}





#partnership {
	background-color: #F38812;
	background-image: url(../images_common/bg_dot_BL.png);
	border-top: solid 1px #B54800;
	border-bottom: solid 1px #B54800;
}
#partnership h2 {
	color: #FFF;
	text-align: center;
	font-size: 1.7rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	padding: 10px 0px;
}
#partnership ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 20px;
}
#partnership img {
	width: 70%;
	height: auto;
}





footer {
	width: 100vw;
	background-color: #F38812;
	padding: 30px 0px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #FFF;
}
footer address {
	margin-bottom: 40px;
}
footer h4 {
	width: 200px;
	margin: 0 auto;
}
footer h5 {
	margin-top: 20px;
	font-size: 1.0rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
footer a {
	color: #FFF;
	text-decoration: underline;
}
.map_access_but {
	display: block;
	width: 50vw;
	height: 40px;
	margin: 0px auto;
	border-radius: 5px;
	color: #F60;
	font-size: 1.3rem;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #FFF;
	background-image: url(../images_common/arrow2.png);
	background-repeat: no-repeat;
	background-position: center right;
}





/*コンテンツページ共用部分*/
.cont_header_sp {
  height: 50vh;
  margin-bottom: 30px;
}
.cont_title_sp {
	font-size: 3.5rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #FFF;
	margin-top: 20vh;
	width: 80vw;
	text-align: center;
}
/*各コンテンツヘッダ部背景指定*/
.cont_header_bg_about {
  background-image:url(../images_cont/cont_head_bg_about.jpg);
}
/*PC用ヘッダ部分*/
#cont_head {
	display: none;
}





/*アバウトページ部分*/
#about_head_text {
	margin-bottom: 50px;
}
#about_head_text h2 {
	text-align: center;
	font-size: 3.0rem;
	line-height: 4.0rem;
	font-family: "Sawarabi Mincho";
	margin-bottom: 10px;
}
#about_head_text h3 {
	text-align: center;
	font-size: 1.7rem;
	line-height: 2.6rem;
	font-family: "Sawarabi Mincho";
	margin-bottom: 20px;
}
#about_head_text p {
	width: 80vw;
	font-size: 1.3rem;
	line-height: 2.2rem;
	margin: 20px auto 0 auto;
}
#about_head_text a {
	display: block;
	width: 240px;
	height: 40px;
	border-radius: 20px;
	font-size: 1.4rem;
	line-height: 40px;
}
/*↓記事インタビュー等レイアウト用*/
.about_cont {	
	margin-bottom: 70px;
}
.about_cont_right {
	margin:0 0 0 0;
}
.about_cont h2 {
	height: 300px;
	background-size: cover;
	background-position: center center;	
	margin-bottom: 15px;
}
.about_cont div {
	width: 90vw;
	margin:0 auto;
}
.about_cont h3 {
	font-size: 2.2rem;
	font-family: "Sawarabi Mincho";	
	margin-bottom: 20px;
	text-align: center;
}
.about_cont h4 {
	font-size: 1.3rem;
	font-weight: bold;
	color: #F60;
	margin-bottom: 10px;
}
.about_cont h5 {
	font-size: 1.4rem;
	font-style: italic;
	line-height: 1.8rem;
	font-family: "Sawarabi Mincho";	
	font-weight: bold;
	margin-bottom: 10px;
}
.about_cont h6 {
	font-size: 1.2rem;
	font-style: italic;
	font-weight: bold;
	font-family: "Sawarabi Mincho";	
	margin-bottom: 10px;
}
.about_cont p {
	font-size: 1.3rem;
	line-height: 2.2rem;
}
/*↑記事インタビュー等レイアウト用ここまで*/
#about_spec {
	margin-bottom: 70px;
}
#about_spec table {
	width: 90vw;
	margin:0 auto;
	font-size: 1.2rem;
	line-height: 2.0rem;
	border-top: solid 1px #BBB;
}
#about_spec th {
	border-bottom: solid 1px #BBB;
	padding: 0px 0px;
	display: block;
	background-color: #EEE;
}
#about_spec td {
	border-bottom: solid 1px #BBB;
	padding: 5px 10px;
	display: block;
}
#about_spec dt {
	float: left;
	width: 90px;
}
#about_spec dd {
	padding-left: 90px;
}





/*コーヒー＆ドーナツページ部分*/
#coffee_head_text {
	margin-bottom: 40px;
}
#coffee_head_text h2 {
	text-align: center;
	font-size: 2.4em;
	line-height: 4.0rem;
	font-family: "Sawarabi Mincho";
	margin-bottom: 0px;
}
#coffee_head_text h3 {
	text-align: center;
	font-size: 1.4rem;
	line-height: 2.0rem;
	font-family: "Sawarabi Mincho";
	margin-bottom: 0px;
}
#coffee_head_text h4 {
	width: 100px;
	margin: 10px auto 0 auto;
}
.coffee_cont {
	width: 300px;
	display: block;
	margin-bottom: 70px;
}
.coffee_cont_size_photo {
	width: 300px;
	display: block;
	margin: 0 auto 20px auto;
}
.coffee_cont_size_photo img {
	width: 300px;
	height: auto;
}
.coffee_cont_size_text {
	width: 300px;
	font-size: 1.4rem;
	line-height: 2.0rem;
	margin-bottom: 20px;
}
.coffee_cont h4 {
	text-align: center;
	font-size: 1.8rem;
}
#coffee_menu {
	margin-bottom: 70px;
}
#coffee_menu_list {
	display: block;
	font-size: 1.3rem;
	line-height: 2.2rem;
}
.coffee_menu_price {
	width: 90vw;
	margin: 0 auto 50px auto;
}
.coffee_menu_price h5 {
	font-size: 1.4rem;
	line-height: 2.2rem;
}
.coffee_menu_price_coution_sp {
	font-size: 1.1rem;
	text-align: center;
	margin-top: -40px;
}





/*アクセスページ部分*/
#access_map2 {
	width: 95vw;
	margin-bottom: 30px;
}
#access_text {
	width: 90vw;
	margin-bottom: 50px;
}
#access_text h3 {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 5px;
}
#access_text p {
	font-size: 1.2rem;
	line-height: 1.5rem;
	margin-bottom: 30px;
}
#access_text h4 {
	text-align: center;
}
#access_text h4 a {
	font-size: 1.2rem;
	color: #F60;
	background-image: url(../images_common/arrow4.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 15px 10px;
	padding-right: 15px;
}





/*ワークショップページ部分*/
#workshop_schedule {margin-bottom: 50px;}
#workshop_schedule h3 {font-size: 2.0rem; margin-bottom: 15px;}
#workshop_schedule table {font-size: 1.0rem; margin-bottom: 10px;}
#workshop_schedule th,td {padding: 10px 0px;}
#workshop_schedule td:nth-child(1) {width: 50px;}
#workshop_schedule td:nth-child(2) {font-size: 1.2rem; line-height: 1.5rem; padding-left: 10px; padding-right: 10px;}
#workshop_schedule td:nth-child(3) {width: 45px; padding-right: 5px;}
#workshop_schedule td:nth-child(4) {width: 55px; padding-left: 5px; padding-right: 5px;}
#workshop_schedule p {font-size: 1.1rem; margin-bottom: 10px;}
#workshop_schedule a {
	width: 280px;
	height: 40px;
	font-size: 1.4rem;
	line-height: 40px;
}





/*ご注文・配送・お支払いページ部分*/
#shopping_info h2 {
	font-family: "Sawarabi Mincho";
	font-size: 2.0rem;
	margin-bottom: 30px;
	padding-top: 0px;
}
#shopping_info_spec {
	display: inherit;
	font-size: 1.2rem;
	line-height: 1.7rem;
	margin-bottom: 70px;
}
#shopping_info_spec div {
	width: 90vw;
	margin: 0 auto 50px auto;
}
#shopping_info_spec h3 {
}
.shopping_info_tetx1 {
	display: block;
	font-size: 2.0rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin: 10px 0px;
}
.shopping_info_but {
	width:100%;
}





/*個別商品ページ部分*/
#sell_flowers_others_head {
	margin-bottom: 50px;
}
#sell_flowers_others_head h2 {
	text-align: center;
	font-size: 3.0rem;
	line-height: 4.0rem;
	font-family: "Sawarabi Mincho";
	margin-bottom: 10px;
}
#sell_flowers_others_head p {
	width: 80vw;
	font-size: 1.3rem;
	line-height: 2.2rem;
	margin: 20px auto 0 auto;
}
.sell_flowers_others_but a {
	display: block;
	width: 240px;
	height: 40px;
	border-radius: 20px;
	font-size: 1.4rem;
	line-height: 40px;
}
#sell_flowers_others_cont {
	width: 90vw;
	margin: 0 auto 50px auto;
	display: inherit;
}
#sell_flowers_others_cont p {
	margin-bottom: 20px;
}





/*お花の教室ページ部分*/
.head_sp_flower_class_title {
	width: 250px;
	margin: -50px auto;
}
.head_sp_flower_class_title img {
	max-width: 100%;
}
.head_sp_flower_class_but {
	width: 120px;
	margin: 70px auto;
}
.head_sp_flower_class_but img {
	max-width: 100%;
}
#flower_class_head_text {
	width: 90vw;
	margin: 0 auto;
}
#flower_class_head_text h2 {
	text-align: center;
	font-size: 2.5rem;
	line-height: 3.0rem;
	font-family: "Sawarabi Mincho";
	margin-bottom: 10px;
}
#flower_class_head_text h3 {
	text-align: center;
	font-size: 1.5rem;
	line-height: 2.0rem;
	font-family: "Sawarabi Mincho";
	margin-bottom: 30px;
}
#flower_class_head_text h4 {
	margin-top: 30px;
	margin-bottom: 30px;
}
#flower_class_head_text h5 {
	text-align: center;
	font-size: 2.0rem;
	font-family: "Sawarabi Mincho";
	color: #F60;
	margin-bottom: 10px;
}
#flower_class_head_text h6 {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
#flower_class_head_text p {
	width: 100%;
	font-size: 1.2rem;
	line-height: 2.0rem;
	margin: 0;
}
.flower_class_obj1 {
	display: block!important;
	width: 100px!important;
	height: auto!important;
	margin: 0 auto!important;
	padding-bottom: 10px!important;
}
.text_left {
	text-align: left;
}
.flower_class_text1 {
	font-size: 1.7rem;
	line-height: 2.4rem;
	margin-bottom: 10px;
}
.flower_class_text2 {
	font-size: 1.6rem!important;
	font-weight: bold;
	color: #F60;
	text-align: center;
	padding-top: 10px;
}
.flower_class_entry_but a {
	width: 280px;
	height: 40px;
	font-size: 1.4rem;
	line-height: 40px;
}
#flower_class_schedule {
	padding-top: 50px;
}
#flower_class_schedule h2 {
	text-align: center;
	font-size: 3.0rem;
	font-family: "Sawarabi Mincho";
	color: #F60;
	margin-bottom: 30px;
}
.flower_class_schedule_course {
	width: 90vw;
	margin: 0 auto 50px auto;
	font-size: 1.2rem;
	line-height: 2.0rem;
	border-top: dashed 1px #999;
	border-bottom: dashed 1px #999;
	padding: 30px 0;
}
.flower_class_schedule_course h1 {
	text-align: center;
	font-size: 2.5rem;
	line-height: 3.0rem;
	font-family: "Sawarabi Mincho";
	color: #F60;
	margin-bottom: 15px;
}
.flower_class_schedule_course h3,h5 {
	text-align: center;
	color: #F60;
}
.flower_class_schedule_course p {
	text-align: center;
}
.flower_class_schedule_course div {
	padding: 10px;
	text-align: left;
	margin: 20px 0;
	font-size: 1.4rem;
}
.flower_class_schedule_course img {
	padding-bottom: 30px;
}
.flower_class_schedule_course h4 {
	text-align: center;
	color: #F60;
	font-weight: bold;
	font-size: 1.6rem;
}
#flower_class_schedule_course_bottom {
	width: 90vw;
	font-size: 1.2rem;
	line-height: 2.0rem;
	margin-top: 50px;
}
}