@charset "utf-8";
/* CSS Document */



html {
    height: 100%;
	font-size: 62.5%;
}
body {
    height: 100%;
	font-family:メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	overflow-x: hidden;
	min-height: 100vh;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	line-height: 0;
	vertical-align: bottom;
}
a {
	text-decoration: none;
}
a:hover {
}
#wrapper {
	overflow: hidden;
}
section {
	width: 1220px;
	margin: 0px auto;
}
/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
section { width: 750px; }
}




#home_head {
    width: 100vw;
    height: 100vh;
	margin-bottom: 50px;
	position: relative;
}
#home_head_cont {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 30%);
}
#flower_class_banner {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 250px;
}
#flower_class_banner a:hover {
	opacity: 0.5;
	transition: 0.7s
}
/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#home_head { height: 80vh; }
#flower_class_banner {width: 180px;}
}





#glb_nav {
	width: 100%;
	position: fixed;
	top: 0;
	display: flex;
	justify-content: space-between;
	z-index: 1;
}
#glb_nav h1 {
	width: 170px;
	visibility: hidden;
	margin: 3px 0px 5px 20px;
}
#glb_nav ul {
	display: flex;
	height: 25px;
	border-left: solid 1px #DDD;
	margin: 30px 20px 0px 0px;
}
#glb_nav li {
	text-align: center;
	border-right: solid 1px #DDD;
	font-size: 1.2rem;
	line-height: 25px;
}
#glb_nav a {
	color: #FFF;
	display: block;
	padding: 0px 20px;
}
#glb_nav ul a:hover {
	background-color: rgba(255,100,0,1);
	transition: 1.0s;
}
#glb_nav.scroll {
	background-color:rgba(255,255,255,1);
	border-bottom: solid 1px #EEE;
	transition: 1.0s;
}
#glb_nav.scroll a {
	color: #000;
	transition: 1.0s;
}
#glb_nav.scroll h1 {
	visibility: visible;
}
.nav_cont_logo {
	width: 130px;
	height: 54px;
	position: fixed;
	top: 10px;
	left: 40px;
	z-index: 1;
}
.nav_cont_logo.scroll {
	visibility: hidden;
}
/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#glb_nav h1 { margin: 10px 10px;}
#glb_nav ul { margin: 30px 10px 0px 0px; }
#glb_nav a { padding: 0px 10px; }
.nav_cont_logo {width: 150px; height: 62px; top: 10px; left: 20px;}
}





#info_shop {
	display: flex;
	justify-content: space-between;
}
#info_shop div {
	width: 400px;
	height: 400px;
	color: #FFF;
}
.info_shop1 { background-image:url(../images_home/sec1_bg1.png);}
.info_shop2 { background-image:url(../images_home/sec1_bg2.png);}
.info_shop3 { background-image:url(../images_home/sec1_bg3.png);}
#info_shop h3 {
	margin-top: 150px;
	font-size: 1.6rem;
	line-height: 2.0rem;
	font-weight: bold;
	text-align: center;
}
#info_shop p {
	padding: 20px;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 2.0rem;
}
/*
#info_shop a {
	display: block;
	width:250px;
	height: 36px;
	margin: 0px auto;
	border: solid 2px #FFF;
	border-radius: 18px;
	color: #FFF;
	font-size: 1.5rem;
	line-height: 36px;
	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;
}
#info_shop a:hover {
	background-color: rgba(255,255,255,0.6);
	color: #000;
	transition: 1.0s;
}
*/
/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#info_shop div { width: 250px; height: 250px; background-size: cover; }
#info_shop h3 { margin-top: 75px; font-size: 1.2rem; line-height: 1.6rem; }
#info_shop p {padding: 10px 5px; font-size: 1.2rem; line-height: 1.6rem; }
/*#info_shop a { width:200px; height: 24px; border-radius: 12px; font-size: 1.4rem; line-height: 24px; }*/
}





#flower_class_home {
	margin-top: 150px;
	margin-bottom: 150px;
}
#flower_class_home h2 {
	text-align: center;
	font-size: 4.0rem;
	color: #F60;
	font-family: "Sawarabi Mincho";
	margin-bottom: 10px;
	display: none;
}
#flower_class_home h3 {
	text-align: center;
	font-size: 2.0rem;
	color: #F60;
	font-family: "Sawarabi Mincho";
	padding-bottom: 100px;
	display: none;
}
#flower_class_home h4 {
	width: 400px;
	margin: 0 auto 50px auto;
}
#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: 100px;
}
#flower_class_home figure {
	width: 750px;
	margin: 0 auto 30px auto;
	display: flex;
}
#flower_class_home div {
	width: 750px;
	margin: 0 auto 30px auto;
	display: flex;
	justify-content: space-between;
	font-size: 1.5rem;
	line-height: 2.2rem;
}
.flower_class_home_article1 {
	width: 450px;
}
.flower_class_home_article2 {
	width: 250px;
	position: relative;
}
.flower_class_home_article2 a {
	display: block;
	width: 250px;
	height: 50px;
	border: solid 1px #F60;
	border-radius: 5px;
	color: #F60;
	font-size: 1.5rem;
	line-height: 50px;
	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;
	position: absolute;
	bottom: 0;
	right: 0;
}
.flower_class_home_article2 a:hover {
	color: #FFF;
	background-color: #FFA66A;
	transition: 1.0s;
}
/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#flower_class_home { margin-top: 100px; margin-bottom: 70px;}
#flower_class_home h2 { font-size: 2.7rem;}
#flower_class_home h3 {font-size: 1.8rem;  padding-bottom: 50px;}
#flower_class_home_bottom { height: 100px;}
#flower_class_home div { font-size: 1.3rem; line-height: 1.9rem; margin: 0 auto 15px auto;}
}





#work_shop_home {
	margin-top: 100px;
}
#work_shop_home h2 {
	color: #F60;
	font-size: 3.0rem;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}
#work_shop_home_head {
	display: -webkit-box;
	display: box;
	margin-bottom: 30px;
}
#work_shop_home_head div {
	-webkit-box-flex: 1;
	box-flex: 1;
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center center;
}
.work_shop_home_head1 {background-image:url(../images_home/work_shop_home_head1.jpg);}
.work_shop_home_head2 {background-image:url(../images_home/work_shop_home_head2.jpg);}
.work_shop_home_head3 {background-image:url(../images_home/work_shop_home_head3.jpg);}
#work_shop_home_info {
	display: flex;
}
.work_shop_home_img1 {
	width: 600px;
	height: 300px;
	margin-right: 20px;
	background-image:url(../images_home/work_shop_home_img1.jpg);
	background-size: cover;
	background-position: center bottom;
}
#work_shop_home_info h3 {
	color: #F60;
	font-size: 2.2rem;
	margin-bottom: 30px;
}
#work_shop_home_info p {
	font-size: 1.5rem;
	line-height: 2.2rem;
	margin-bottom: 30px;
}
#work_shop_home_info_link {
	width: 600px;
	display: flex;
	justify-content: space-between;
}
#work_shop_home_info_link a {
	display: block;
	width: 285px;
	height: 50px;
	border: solid 1px #F60;
	border-radius: 5px;
	color: #F60;
	font-size: 1.5rem;
	line-height: 50px;
	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;
}
#work_shop_home_info_link a:hover {
	color: #FFF;
	background-color: #FFA66A;
	transition: 1.0s;
}
/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#work_shop_home {margin-top: 50px;}
#work_shop_home h2 { font-size: 2.7rem; margin-bottom: 15px; }
#work_shop_home_head {margin-bottom: 15px;}
#work_shop_home_head div {height: 200px;}
.work_shop_home_img1 {width: 230px; height: 230px;}
#work_shop_home_info h3 {font-size: 1.8rem; margin-bottom: 15px;}
#work_shop_home_info p { font-size: 1.3rem; line-height: 1.9rem; margin-bottom: 15px;}
#work_shop_home_info_link { width: 500px;}
#work_shop_home_info_link a {width: 240px; height: 35px; font-size: 1.2rem; line-height: 35px;}
}





#sell_flowers_type {
	margin-top: 200px;
	margin-bottom: 200px;
}
#sell_flowers_type h2 {
	color: #F60;
	font-size: 3.0rem;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}
#sell_flowers_type h3 {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 50px;
}
#sell_flowers_list {
	display: flex;
	flex-wrap: wrap;
}
#sell_flowers_list div {
	width: 380px;
	margin-right: 40px;
	margin-bottom: 50px;
}
#sell_flowers_list div:nth-child(3n) {
	margin-right: 0px;
}
#sell_flowers_list h2 {
	margin-bottom: 10px;
}
#sell_flowers_list h3 {
	margin-bottom: 10px;
	font-weight: bold;
	color: #666;
}
#sell_flowers_list p {
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 20px;
}
.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.5rem;
	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;
	transition: 1.0s;
}
#sell_flowers_herbarium {
	margin-top: 50px;
}
#sell_flowers_herbarium h2 {
	margin-bottom: 20px;
}
#sell_flowers_herbarium h3 {
	color: #F60;
	font-size: 3.0rem;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
}
#sell_flowers_herbarium h4 {
	font-size: 1.2rem;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}
#sell_flowers_herbarium p {
	font-size: 1.4rem;
	line-height: 2.0rem;
	width: 750px;
	margin: 0px auto 20px auto;
}
#sell_flowers_others {
	width: 750px;
	margin: 80px auto 0px auto;
	display: flex;
}
#sell_flowers_others_sp {
	display: none;
}
#sell_flowers_others div {
	width: 250px;
	height: 350px;
	position: relative;
}
#sell_flowers_others div p {
	font-size: 1.4rem;
	line-height: 2.0rem;
	color: #FFF;
	padding: 0 10px;
	position: absolute;
	top: 230px;
}
.sell_flowers_others1 {background-image: url(../images_home/sell_8.jpg);}
.sell_flowers_others2 {background-image: url(../images_home/sell_9.jpg);}
.sell_flowers_others3 {background-image: url(../images_home/sell_10.jpg);}
.sell_flowers_list_but2 {
	display: block;
	width:200px;
	height: 30px;
	border: solid 2px #FFF;
	border-radius: 18px;
	color: #FFF;
	font-size: 1.5rem;
	line-height: 30px;
	text-align: center;
	background-color: rgba(255,255,255,0.2);
	background-image: url(../images_common/arrow1.png);
	background-repeat: no-repeat;
	background-position: center right;
	position: absolute;
	left: 25px;
	bottom: 10px;
}
.sell_flowers_list_but2:hover {
	color: #000;
	background-color: rgba(255,255,255,0.6);
	transition: 1.0s;
}
/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#sell_flowers_type { margin-top: 100px; margin-bottom: 100px; }
#sell_flowers_type h2 { font-size: 2.7rem; margin-bottom: 15px; }
#sell_flowers_type h3 { font-size: 1.3rem; margin-bottom: 30px; }
#sell_flowers_list { justify-content: space-between; }
#sell_flowers_list div { width: 370px; margin-right: 0px; margin-bottom: 30px; }
#sell_flowers_list h2 { margin-bottom: 10px; }
#sell_flowers_list h3 { margin-bottom: 7px;font-size: 1.6rem; }
#sell_flowers_list p { font-size: 1.25rem; 	margin-bottom: 15px; }
#sell_flowers_herbarium { margin-top: 40px; }
#sell_flowers_herbarium h3 { font-size: 2.0rem; margin-bottom: 5px; }
#sell_flowers_herbarium p { font-size: 1.2rem; line-height: 1.6rem; width: 600px; margin: 0px auto 15px auto; }
#sell_flowers_others { margin: 70px auto 0px auto; }
}




#new_arrival {
	margin-bottom: 50px;
}
#new_arrival h2 {
	color: #F60;
	font-size: 3.0rem;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-bottom: 50px;
}
.new_arrival_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
.new_arrival_list a {
	display: block;
	color: #000;
}
.new_arrival_list a:hover {
	opacity: 0.3;
	transition: 1.0s;
}
.new_arrival_list h3 {
	width: 290px;
	height: 290px;
	background-size: cover;
	background-position: center center;
	margin-bottom: 10px;
}
.new_arrival_list h4 {
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.new_arrival_list h5 {
	font-size: 1.1rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-align: left;
	color: #000;
}

/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#new_arrival h2 { font-size: 2.7rem; margin-bottom: 30px; }
.new_arrival_list { margin-bottom: 30px; }
.new_arrival_list div { margin: 0px 2px; }
.new_arrival_list h3 { width: 180px; height: 180px;}
.new_arrival_list h4 { display: none; }
}




#home_info {
	text-align: center;
	margin-bottom: 50px;
}
#home_info h2 {
	color: #F60;
	font-size: 3.0rem;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	padding-top: 150px;
}
#home_info_list {
	display: inline-block;
}
#home_info_list dt {
	font-size: 1.2rem;
	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.4rem;
	line-height: 2.0rem
}
.home_info_list_title {
	padding: 10px 0px;
	font-weight: bold;
}
#home_info_list p {
	text-align: center;
}
#home_info_list a {
	color: #F60;
}
#home_info_list a:hover {
	text-decoration: underline;
}
#home_info_list a img:hover {
	opacity: 0.5;
	transition: 0.5s;
}
/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#home_info h2 { font-size: 2.7rem; padding-top: 50px; }
}





/*ホーム：インスタグラムリンク*/
#home_insta_link h2 {
	color: #F60;
	font-size: 3.0rem;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
    margin-bottom: 20px;
}
#home_insta_link p {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 40px;
}
#home_insta_link section {
    display: flex;
    justify-content: space-between;
}
#home_insta_link div {
    width: 24%;
    background: #FFAE00;
}
#home_insta_link div a {
    display: block;
    position: relative;
}
#home_insta_link div a figure {
    mix-blend-mode: multiply;
}
#home_insta_link div a h4 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 1.5rem;
}
#home_insta_link div a:hover figure {
    mix-blend-mode: normal;
}
/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}





#shop_concept {
}
#shop_concept h2 {
	text-align: center;
	font-size: 4.0rem;
	color: #F60;
	font-family: "Sawarabi Mincho";
	margin-top: 200px;
	margin-bottom: 50px;
}
#shop_concept p {
	text-align: center;
	font-size: 1.6rem;
	line-height: 3.0rem;
	font-family: "Sawarabi Mincho";
	margin-bottom: 50px;
}
#shop_concept h3 {
	text-align: center;
}
#shop_concept h4 {
	margin-top: 30px;
	font-size: 3.0rem;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
#shop_concept h4 a {
	color: #F60;
	padding-right: 30px;
	background-image: url(../images_common/arrow4.png);
	background-repeat: no-repeat;
	background-position: right 10px;
}
#shop_concept h4 a:hover {
	opacity: 0.5;
	transition: 0.5s;
}
/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#shop_concept h2 { font-size: 2.7rem; margin-top: 100px; margin-bottom: 30px; }
#shop_concept p { font-size: 1.4rem; line-height: 2.8rem; margin-bottom: 30px; }
#shop_concept h4 a { padding-right: 40px; }
}





#shopping_info {
	margin-bottom: 0px;
}
#shopping_info h2 {
	color: #F60;
	font-size: 3.0rem;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-bottom: 50px;
	padding-top: 150px;
}
#shopping_info_spec {
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
	line-height: 2.0rem
}
#shopping_info_spec div {
	width: 360px;
}
#shopping_info_spec h3 {
	background-color: #F38812;
	box-sizing:border-box;
	padding: 5px;
	text-align: center;
	color: #FFF;
	margin-bottom: 10px;
}
.shopping_info_tetx1 {
	display: block;
	font-size: 2.5rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin: 20px 0px;
}
.shopping_info_but {
	display: block;
	width:360px;
	height: 35px;
	border: solid 1px #F60;
	border-radius: 4px;
	color: #F60;
	font-size: 1.5rem;
	line-height: 35px;
	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;
}
.shopping_info_but:hover {
	color: #FFF;
	background-color: #FFA66A;
	transition: 1.0s;
}
#shopping_info_spec h4 {
	border: solid 1px #F60;
	border-radius: 4px;
	text-align: center;
	padding: 5px;
	margin: 15px 0px 5px 0px;
}
#shopping_info_spec h5 {
	background-color: #F95;
	text-align: center;
	color: #FFF;
	margin-top: 10px;
}
#shopping_info_payment {
	border-top: 1px solid #F95;
	margin-bottom: 15px;
}
#shopping_info_payment dt {
	color: #F60;
	float: left;
	width: 60px;
	padding: 2px 5px;
	text-align: center;
}
#shopping_info_payment dd {
	padding: 2px 0px;
	border-bottom: 1px solid #F95;
}
#shopping_info_spec h6 {
	width: 200px;
	text-align: center;
	margin: 5px auto;
}
/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#shopping_info h2 { font-size: 2.7rem; margin-bottom: 30px; padding-top: 100px; }
#shopping_info_spec { flex-wrap: wrap; font-size: 1.2rem; line-height: 1.6rem }
#shopping_info_spec div { width: 350px; margin-bottom: 30px; }
.shopping_info_but { width:350px; }
}




#access h2 {
	color: #F60;
	font-size: 3.0rem;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
	padding-top: 150px;
}
#access h3 {
	text-align: center;
	margin-bottom: 30px;
}
#access h3 a {
	color: #F60;
	font-size: 1.4rem;
	line-height: 2.0rem;
	background-image: url(../images_common/arrow2.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 35px;
}
#access h3 a:hover {
	opacity: 0.5;
	transition: 0.5s;
}
#access iframe {
	width: 100%;
	height: 450px;
	vertical-align: bottom;
}
/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#access h2 { font-size: 2.7rem; margin-bottom: 15px; padding-top: 50px; }
#access h3 {margin-bottom: 20px;}
#access h3 a {font-size: 1.2rem; line-height: 1.2rem; background-size: 20px; padding-right: 25px;}
}





footer {
	background-color: #F38812;
	width: 101%;
	padding: 50px 0px;
}
#footer_cont {
	width: 1220px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	color: #FFF;
	font-size: 1.4rem;
	line-height: 2.0rem
}
#footer_cont a {
	color: #FFF;
}
#footer_cont a:hover {
	color: #000;
}
#footer_cont_left address {
	margin-bottom: 30px;
}
#footer_cont_left h4 {
	font-size: 1.1rem;
	line-height: 60px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
#footer_cont_center h2 {
	font-size: 2.0rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}
#footer_cont_center li {
	line-height: 20px;
	padding-left: 25px;
	margin-bottom: 15px;
}
.footer_cont_icon1 {
	background-image: url(../images_common/icon_insta.svg);
	background-repeat: no-repeat;
}
.footer_cont_icon2 {
	background-image: url(../images_common/icon_website.svg);
	background-repeat: no-repeat;
}
#footer_cont_right h2 {
	font-size: 2.0rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}
#footer_cont_right li {
	margin-bottom: 15px;
}
#footer_cont_right a:hover {
	opacity: 0.5;
	transition: 0.5s;
}
/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#footer_cont { width: 750px; font-size: 1.3rem; line-height: 1.8rem; }
#footer_cont_center li {margin-bottom: 10px; }
}





/*コンテンツページ共用部分*/
#cont_head {
	background-color: #000;
    width: 100vw;
    height: 80vh;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin-bottom: 50px;
	position: relative;
}
#cont_head h2 {
	font-size: 5.0rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #FFF;
}
.head_bg_about1 {
	background-image:url(../images_cont/cont_head_bg_about1.jpg);
	background-size: cover;
	background-position: center center;
}
.head_bg_about2 {
	background-image:url(../images_cont/cont_head_bg_about2.jpg);
	background-size: cover;
	background-position: center center;
}
.head_bg_access {
	background-image:url(../images_cont/cont_head_bg_access.jpg);
	background-size: cover;
	background-position: center center;
}
.head_bg_workshop {
	background-image:url(../images_cont/cont_head_bg_workshop.jpg);
	background-size: cover;
	background-position: center center;
}
.cont_header_bg_shopping_info {
	background-image:url(../images_cont/cont_header_bg_shopping_info.jpg);
	background-size: cover;
	background-position: center center;
}
.header_bg_sell_flowers_others1 {
	background-image:url(../images_cont/cont_header_bg_sell_flowers_others1.jpg);
	background-size: cover;
	background-position: center center;
}
.header_bg_sell_flowers_others2 {
	background-image:url(../images_cont/cont_header_bg_sell_flowers_others2.jpg);
	background-size: cover;
	background-position: center center;
}
.header_bg_sell_flowers_others3 {
	background-image:url(../images_cont/cont_header_bg_sell_flowers_others3.jpg);
	background-size: cover;
	background-position: center center;
}
.header_bg_sell_flowers_others4 {
	background-image:url(../images_cont/cont_header_bg_sell_flowers_others4.jpg);
	background-size: cover;
	background-position: center center;
}
.header_bg_sell_flowers_others5 {
	background-image:url(../images_cont/cont_header_bg_sell_flowers_others5.jpg);
	background-size: cover;
	background-position: center center;
}
.header_bg_coffee {
	background-image:url(../images_cont/cont_header_bg_coffee.jpg);
	background-size: cover;
	background-position: center center;
}
.head_bg_flower_class {
	background-image:url(../images_cont/cont_header_bg_flower_class.jpg);
	background-size: cover;
	background-position: center center;
}
/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#cont_head {height: 60vh;}
}





/*アバウトページ部分*/
#about_head_text {
	margin-bottom: 100px;
}
#about_head_text h2 {
	text-align: center;
	font-size: 4.0rem;
	line-height: 5.5rem;
	font-family: "Sawarabi Mincho";
	margin-bottom: 20px;
}
#about_head_text h3 {
	text-align: center;
	font-size: 2.0rem;
	line-height: 3.0rem;
	font-family: "Sawarabi Mincho";
	margin-bottom: 50px;
}
#about_head_text p {
	width: 600px;
	font-size: 1.6rem;
	line-height: 3.0rem;
	margin: 30px auto 0 auto;
}
#about_head_text a {
	display: block;
	width: 285px;
	height: 50px;
	border: solid 1px #F60;
	border-radius: 25px;
	color: #F60;
	font-size: 1.5rem;
	line-height: 50px;
	text-align: center;
	background-image: url(../images_common/arrow2.png);
	background-repeat: no-repeat;
	background-position: center right;
	margin: 0 auto;
	box-sizing: border-box;
}
#about_head_text a:hover {
	color: #FFF;
	background-color: #FFA66A;
	transition: 1.0s;
}
/*↓記事インタビュー等レイアウト用*/
.about_cont_bg1 {
	background-image: url(../images_cont/about_img1.jpg);
}
.about_cont_bg2 {
	background-image: url(../images_cont/about_img2.jpg);
}
.about_cont_bg3 {
	background-image: url(../images_cont/about_img3.jpg);
}
.about_cont_bg4 {
	background-image: url(../images_cont/about_img4.jpg);
}
.about_cont_bg5 {
	background-image: url(../images_cont/about_img5.jpg);
}
.about_cont_bg6 {
	background-image: url(../images_cont/about_img6.jpg);
}
.about_cont_bg7 {
	background-image: url(../images_cont/about_img7.jpg);
}
.about_cont {	
	margin-bottom: 150px;
}
.about_cont_right {
	margin:0 0 0 auto;
}
.about_cont h2 {
	height: 600px;
	background-size: cover;
	background-position: center center;	
	margin-bottom: 30px;
}
.about_cont div {
	width: 700px;
}
.about_cont h3 {
	font-size: 2.8rem;
	font-family: "Sawarabi Mincho";	
	margin-bottom: 30px;
}
.about_cont h4 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #F60;
	margin-bottom: 10px;
}
.about_cont h5 {
	font-size: 2.0rem;
	font-style: italic;
	line-height: 3.0rem;
	font-family: "Sawarabi Mincho";	
	text-align: left;
	margin-bottom: 20px;
}
.about_cont h6 {
	font-size: 1.4rem;
	font-style: italic;
	font-weight: bold;
	font-family: "Sawarabi Mincho";	
	text-align: left;
	margin-bottom: 20px;
}
.about_cont p {
	font-size: 1.6rem;
	line-height: 2.8rem;
	margin-bottom: 10px;
}
/*↑記事インタビュー等レイアウト用ここまで*/
#about_spec {
	margin-bottom: 150px;
}
#about_spec table {
	margin:0 auto;
	font-size: 1.4rem;
	line-height: 2.0rem;
	border-top: solid 1px #BBB;
}
#about_spec th {
	border-bottom: solid 1px #BBB;
	padding: 10px 20px;
	white-space: nowrap;
}
#about_spec td {
	border-bottom: solid 1px #BBB;
	padding: 10px 20px;
}
#about_spec dt {
	float: left;
	width: 100px;
}
#about_spec dd {
	padding-left: 100px;
}
/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.about_cont { margin-bottom: 100px; }
.about_cont h2 { height: 450px; }
.about_cont div { width: 550px; }
#about_spec {width: 650px;}
.about_cont h5 {font-size: 1.7rem;line-height: 2.4rem;margin-bottom: 15px;}
.about_cont h6 {font-size: 1.2rem;margin-bottom: 15px;}
.about_cont p {font-size: 1.3rem;line-height: 2.4rem;}
}





/*コーヒー＆ドーナツページ部分*/
#coffee_head_text {
	margin-bottom: 50px;
}
#coffee_head_text h2 {
	text-align: center;
	font-size: 4.0rem;
	line-height: 5.5rem;
	font-family: "Sawarabi Mincho";
	margin-bottom: 20px;
}
#coffee_head_text h3 {
	text-align: center;
	font-size: 2.0rem;
	line-height: 3.0rem;
	font-family: "Sawarabi Mincho";
	margin-bottom: 50px;
}
#coffee_head_text h4 {
	width: 200px;
	margin: 0 auto;
}
.coffee_cont {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.coffee_cont_size_photo {
	width: 600px;
	display: flex;
}
.coffee_cont_size_photo img {
	width: auto;
	height: 230px;
}
.coffee_cont_size_photo_ex {
	background-image: url(../images_cont/coofee29.jpg);
	background-size: cover;
	background-position: left center;
}
.coffee_cont_size_text {
	width: 580px;
	font-size: 1.6rem;
	line-height: 2.7rem;
}
.coffee_cont h4 {
	font-size: 2.0rem;
	font-family: "Sawarabi Mincho";
	color: #F60;
	margin-bottom: 10px;
}
#coffee_cont_img {
	width: 1220px;
	margin: -100px auto 100px auto;
}
#coffee_cont_img img {
	width: 305px;
	height: 229px;
}
#coffee_menu {
	margin-bottom: 100px;
	position: relative;
}
#coffee_menu h2 {
	color: #F60;
	font-size: 3.0rem;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}
#coffee_menu_list {
	display: flex;
	justify-content: space-between;
	font-size: 1.6rem;
	line-height: 3.0rem;
}
.coffee_menu_price {
	width: 360px;
	overflow: hidden;
}
.coffee_menu_price h3 {
	height: 150px;
	margin-bottom: 10px;
	background-size: cover;
	background-position: center center;
}
.coffee_menu_price h4 {
	font-size: 1.8rem;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	background-color: #F38812;
	border-radius: 5px;
	margin-bottom: 20px;
}
.coffee_menu_price h5 {
	width: 100%;
	font-size: 1.6rem;
	line-height: 30px;
	color: #F60;
	font-weight: bold;
	float: left;
}
.coffee_menu_price dt{
  background: #fff;
  clear: both;
  float: left;
  position: relative;
  padding-right: .25em;
}
.coffee_menu_price dd{
  background: #fff;
  float: right;
  padding-left: .25em;
}
.coffee_menu_price dt:before {
  background-image: radial-gradient(2px 2px, CurrentColor, rgba(0,0,0,0));
  background-position: .5em center;
  background-size: 1em 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.coffee_menu_price a:hover {
	opacity: 0.3;
	transition: 0.5s;
}
.coffee_menu_price_coution {
	position: absolute;
	bottom: -40px;
	right: 0;
	font-size: 1.2rem;
	line-height: 1.8rem;
}
.coffee_menu_price1 {	background-image: url(../images_cont/coffee_menu1.jpg);}
.coffee_menu_price2 {	background-image: url(../images_cont/coffee_menu2.jpg);}
.coffee_menu_price3 {	background-image: url(../images_cont/coffee_menu3.jpg);}
.coffee_link_text a {
	color: #F60;
	background-image: url(../images_common/arrow4.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 15px 10px;
	padding-right: 15px;
}
.coffee_link_text a:hover {
	color: #999;
}

/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#coffee_head_text { margin-bottom: 40px;}
#coffee_head_text h2 { font-size: 3.2rem; line-height: 3.2rem; margin-bottom: 10px;}
#coffee_head_text h3 { font-size: 1.8rem; line-height: 1.8rem; margin-bottom: 0px;}
#coffee_head_text h4 { width: 150px; margin: 10px auto 0 auto;}
.coffee_cont { width: 700px; margin-bottom: 70px;}
.coffee_cont_size_photo { width: 250px; display: block;}
.coffee_cont_size_photo img { width: 250px; 	height: auto;}
.coffee_cont_size_text { width: 420px; font-size: 1.3rem; line-height: 2.0rem;}
.coffee_cont h4 { font-size: 1.6rem;}
#coffee_cont_img { width: 700px; margin: -70px auto 70px auto;}
#coffee_cont_img img { width: 175px; height: 131px;}
#coffee_menu { margin-bottom: 70px;}
#coffee_menu_list { font-size: 1.3rem; line-height: 2.6rem;}
.coffee_menu_price { width: 240px;}
.coffee_menu_price h4 { font-size: 1.6rem; line-height: 25px; margin-bottom: 10px;}
.coffee_menu_price h5 { font-size: 1.4rem; line-height: 25px;}
.coffee_menu_price_coution { font-size: 1.0rem;}
}




/*アクセスページ部分*/
#access_map1 {
	width: 750px;
	margin-bottom: 50px;
}
#access_text {
	width: 500px;
	margin-bottom: 100px;
}
#access_text h2 {
	font-size: 2.8rem;
	font-weight: bold;
	margin: 5px 0;
}
#access_text h3 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 5px;
}
#access_text p {
	font-size: 1.4rem;
	line-height: 2.0rem;
	margin-bottom: 30px;
}
#access_text h4 a {
	color: #F60;
	font-size: 1.4rem;
	line-height: 2.0rem;
	background-image: url(../images_common/arrow2.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 35px;
}
/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#access_map1 {width: 700px;}
}





/*ワークショップページ部分*/
#workshop_schedule {
	margin-bottom: 100px;
}
#workshop_schedule h3 {
	font-size: 3.0rem;
	text-align: center;
	color: #F60;
	margin-bottom: 30px;
}
#workshop_schedule h4 {
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 30px;
}
#workshop_schedule table {
	width: 100%;
	font-size: 1.6rem;
	border-top: solid 1px #777;
	margin-bottom: 20px;
}
#workshop_schedule tr:nth-child(odd) {
	background-color:rgba(220,220,220,1.00)
}
#workshop_schedule tr {
	border-bottom: solid 1px #777;
}
#workshop_schedule th:nth-child(odd) {
	background-color:rgba(240,240,240,1.00)
}
#workshop_schedule td:nth-child(odd) {
	background-color:rgba(240,240,240,1.00)
}
#workshop_schedule th,td {
	padding: 15px 0px;
}
#workshop_schedule td:nth-child(1) {
	width: 100px;
	text-align: center;
}
#workshop_schedule td:nth-child(2) {
	padding-left: 20px;
}
#workshop_schedule td:nth-child(3) {
	width: 80px;
	text-align: right;
	padding-right: 20px;
}
#workshop_schedule td:nth-child(4) {
	width: 100px;
	padding-left: 20px;
}
#workshop_schedule p {
	font-size: 1.2rem;
	text-align: right;
}
#workshop_schedule a {
	display: block;
	width: 285px;
	height: 50px;
	border: solid 1px #F60;
	border-radius: 5px;
	color: #F60;
	font-size: 1.5rem;
	line-height: 50px;
	text-align: center;
	background-image: url(../images_common/arrow2.png);
	background-repeat: no-repeat;
	background-position: center right;
	margin: 10px 0px 10px 0px;
	box-sizing: border-box;
	margin: 0 auto;
}
#workshop_schedule a:hover {
	color: #FFF;
	background-color: #FFA66A;
	transition: 1.0s;
}
.workshop_schedule_text1 {
	color: #F60;
	font-weight: bold;
}
/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#workshop_schedule {margin-bottom: 70px;}
#workshop_schedule h3 {font-size: 2.5rem; margin-bottom: 15px;}
#workshop_schedule table {font-size: 1.2rem; margin-bottom: 10px;}
#workshop_schedule th,td {padding: 10px 0px;}
#workshop_schedule td:nth-child(1) {width: 70px;}
#workshop_schedule td:nth-child(3) {width: 60px; padding-right: 10px;}
#workshop_schedule td:nth-child(4) {width: 70px; padding-left: 10px;}
#workshop_schedule p {font-size: 1.1rem;}
}





/*個別商品ページ部分*/
#sell_flowers_others_head {
	margin-bottom: 100px;
}
#sell_flowers_others_head h2 {
	text-align: center;
	font-size: 4.0rem;
	line-height: 5.5rem;
	font-family: "Sawarabi Mincho";
	margin-bottom: 20px;
}
#sell_flowers_others_head p {
	width: 600px;
	font-size: 1.6rem;
	line-height: 3.0rem;
	margin: 30px auto 0 auto;
}
.sell_flowers_others_but a {
	display: block;
	width: 285px;
	height: 50px;
	border: solid 1px #F60;
	border-radius: 25px;
	color: #F60;
	font-size: 1.5rem;
	line-height: 50px;
	text-align: center;
	background-image: url(../images_common/arrow2.png);
	background-repeat: no-repeat;
	background-position: center right;
	margin: 0 auto;
	box-sizing: border-box;
}
.sell_flowers_others_but a:hover {
	color: #FFF;
	background-color: #FFA66A;
	transition: 1.0s;
}
#sell_flowers_others_cont {
	width: 1000px;
	margin: 0 auto 150px auto;
}
#sell_flowers_others_cont p {
	margin-bottom: 50px;
}
#sell_flowers_99_cont1 {
	width: 800px;
	margin: 0 auto 50px;
}
#sell_flowers_99_cont1 h3 {
	width: 450px;
	text-align: center;
	margin: 0 auto 20px;
}
#sell_flowers_99_cont1 p {
	width: 380px;
	margin-bottom: 20px;
}
#sell_flowers_99_cont1 div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sell_flowers_99_cont2 {
	width: 600px;
	margin: 0 auto 100px;
}
.rose_but a:hover {
	opacity: 0.5;
	transition: 0.5s;
}
/*2022-09追記*/
#sell_flowers_others_insta_link {
  width: 1000px;
  display: flex;
  margin-bottom: 100px;
}
#sell_flowers_others_insta_link a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#sell_flowers_others_head { margin-bottom: 50px;}
#sell_flowers_others_cont { width: 80vw; margin: 0 auto 100px auto;}
#sell_flowers_99_cont1 {width: 80%;}
#sell_flowers_99_cont1 h3 {width: 350px;}
#sell_flowers_99_cont1 p {width: 48%;}
#sell_flowers_others_insta_link { width: 80vw;}
}
/* Mobile */
@media only screen and (max-width: 767px) {
#sell_flowers_99_cont1 {width: 80%; margin-bottom: 30px;}
#sell_flowers_99_cont1 h3 {width: 100%;}
#sell_flowers_99_cont1 p {width: 100%;}
#sell_flowers_99_cont2 {width: 80%; margin-bottom: 70px;}
#sell_flowers_others_insta_link {width: 90%; margin-bottom: 70px;}
}





/*押し花ブーケページ*/
#sell_flowers_bouquet_head {
	margin-bottom: 100px;
}
#sell_flowers_bouquet_head h2 {
	text-align: center;
	font-size: 4.0rem;
	line-height: 5.5rem;
	font-family: "Sawarabi Mincho";
	margin-bottom: 20px;
}
#sell_flowers_bouquet_head h3 {
	text-align: center;
	font-size: 2.0rem;
	line-height: 2.0rem;
	font-family: "Sawarabi Mincho";
	font-weight: bold;
	color: #666;
}
#sell_flowers_bouquet_cont1 {
	width: 90vw;
}
#sell_flowers_bouquet_cont2 {
	width: 90vw;
	background: #6A7366;
	text-align: center;
	color: #FFF;
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: normal;
	padding-bottom: 30px;
	margin-bottom: 100px;
}
#sell_flowers_bouquet_cont2 h4 {
	font-size: 3.0rem;
	line-height: 6.0rem;
}
/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#sell_flowers_bouquet_cont2 {font-size: 1.4rem; line-height: 2.0rem; margin-bottom: 70px;}
#sell_flowers_bouquet_cont2 h4 {font-size: 2.0rem; line-height: 4.0rem;}
}
/* Mobile */
@media only screen and (max-width: 767px) {
#sell_flowers_bouquet_head {margin-bottom: 40px;}
#sell_flowers_bouquet_head h2 {text-align: center; font-size: 3.0rem; line-height: 3.0rem; margin-bottom: 10px;}
#sell_flowers_bouquet_head h3 {font-size: 1.6rem; line-height: 1.6rem;}
#sell_flowers_bouquet_cont1 {width: 100vw; margin-bottom: 0;}
#sell_flowers_bouquet_cont2 {width: 100vw; font-size: 1.3rem; line-height: 1.6rem;}
#sell_flowers_bouquet_cont2 h4 {font-size: 1.8rem; line-height: 3.0rem;}
}




/*押し花ブーケボタン要*/
#sell_flowers_bouquet_home_but_pc {
	text-align: center;
	margin-top: 50px;
}
#sell_flowers_bouquet_home_but_pc a:hover {
	opacity: 0.5;
	transition: 0.5s;
}

/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
/* Mobile */
@media only screen and (max-width: 767px) {
}





/*レカンフラワーページ*/
#sell_flowers_Lecan_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sell_flowers_Lecan_content p {
    width: 30%;
	margin-bottom: 100px;
}
/*#sell_flowers_Lecan_content p:last-child {
    display: none;
	}*/
#sell_flowers_Lecan_bottom {
    text-align: center;
	font-size: 1.4rem;
	line-height: 2.0rem;
	margin-bottom: 100px;
}
#sell_flowers_Lecan_bottom h3 {
    font-size: 2.0rem;
}
#sell_flowers_Lecan_bottom br {
    display: none;
}

/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    #sell_flowers_Lecan_content {width: 90vw;}
	#sell_flowers_Lecan_content p {width: 45%; margin-bottom: 70px;}
	/*#sell_flowers_Lecan_content p:last-child {display: inherit;}*/
	#sell_flowers_Lecan_bottom {width: 90vw; margin-bottom: 70px;}
}
/* Mobile */
@media only screen and (max-width: 767px) {
    #sell_flowers_Lecan_content {width: 90vw;}
	#sell_flowers_Lecan_content p {width: 100%; margin-bottom: 70px;}
	/*#sell_flowers_Lecan_content p:last-child {display: none;}*/
	#sell_flowers_Lecan_bottom {width: 90vw; margin-top: -70px;  margin-bottom: 50px;}
	#sell_flowers_Lecan_bottom h3 {font-size: 1.6rem;}
	#sell_flowers_Lecan_bottom br {display: inherit;}
}





/*ブーケ等ページボトムのボタンエリア*/
#sell_flowers_bottom_but {
    margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
}
#sell_flowers_bottom_but p {
width: 48%;
}
#sell_flowers_bottom_but p a:hover {
    opacity: 0.5;
	transition: 0.7s;
}

/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    #sell_flowers_bottom_but {width: 90vw;}
}
/* Mobile */
@media only screen and (max-width: 767px) {
    #sell_flowers_bottom_but {width: 90vw; margin-bottom: 50px; display: inherit;}
	#sell_flowers_bottom_but p {width: 100%;  margin-bottom: 20px;}
}






/*お花の教室ページ部分*/
.head_bg_flower_class h2 {
	width: 500px;
	margin-top: -50px;
}
.head_bg_flower_class h3 {
	width: 250px;
	position: absolute;
	bottom: 20px;
}
.head_bg_flower_class h3 a:hover {
	opacity: 0.5;
	transition: 0.7s;
}
#flower_class_head_text {
	width: 900px;
	margin: 0 auto;
}
#flower_class_head_text h2 {
	text-align: center;
	font-size: 4.0rem;
	line-height: 5.5rem;
	font-family: "Sawarabi Mincho";
	margin-bottom: 20px;
}
#flower_class_head_text h3 {
	text-align: center;
	font-size: 2.0rem;
	line-height: 3.0rem;
	font-family: "Sawarabi Mincho";
	margin-bottom: 50px;
}
#flower_class_head_text h4 {
	margin-top: 50px;
	margin-bottom: 50px;
}
#flower_class_head_text h5 {
	text-align: center;
	font-size: 3.0rem;
	font-family: "Sawarabi Mincho";
	color: #F60;
	margin-bottom: 20px;
}
#flower_class_head_text h6 {
	width: 600px;
	text-align: center;
	margin: 50px auto;
}
#flower_class_head_text p {
	width: 600px;
	font-size: 1.6rem;
	line-height: 3.0rem;
	margin: 0 auto;
}
.flower_class_obj1 {
	display: block!important;
	width: 150px!important;
	height: auto!important;
	margin: 0 auto;
	padding-bottom: 10px;
}
.text_center {
	text-align: center;
}
.flower_class_text1 {
	text-align: center;
	font-size: 2.6rem;
	line-height: 3.6rem;
	font-family: "Sawarabi Mincho";
	color: #F60;
	margin-bottom: 30px;
}
.flower_class_text2 {
	font-size: 1.8rem!important;
	font-weight: bold;
	color: #F60;
	text-align: center;
}
.flower_class_text3 {
	color: #F60;
}
.flower_class_entry_but a {
	display: block;
	width: 285px;
	height: 50px;
	border: solid 1px #F60;
	border-radius: 5px;
	color: #F60;
	font-size: 1.5rem;
	line-height: 50px;
	text-align: center;
	background-image: url(../images_common/arrow2.png);
	background-repeat: no-repeat;
	background-position: center right;
	margin: 10px 0px 10px 0px;
	box-sizing: border-box;
	margin: 20px auto;
}
.flower_class_entry_but a:hover {
	color: #FFF;
	background-color: #FFA66A;
	transition: 1.0s;
}
#flower_class_schedule {
	padding-top: 100px;
}
#flower_class_schedule h2 {
	text-align: center;
	font-size: 4.0rem;
	font-family: "Sawarabi Mincho";
	color: #F60;
	margin-bottom: 100px;
}
.flower_class_schedule_course {
	width: 750px;
	margin: 0 auto 150px auto;
	font-size: 1.6rem;
	line-height: 3.0rem;
	border-top: dashed 1px #999;
	border-bottom: dashed 1px #999;
	padding: 50px 0;
}
.flower_class_schedule_course h1 {
	text-align: center;
	font-size: 3.0rem;
	font-family: "Sawarabi Mincho";
	color: #F60;
	margin-bottom: 30px;
}
.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: center;
	margin: 20px 0;
}
.flower_class_schedule_course img {
	padding-bottom: 30px;
}
.flower_class_schedule_course h4 {
	text-align: center;
	color: #F60;
	font-weight: bold;
	font-size: 1.8rem;
}
#flower_class_schedule_course_bottom {
	width: 750px;
	border: solid 1px #F60;
	border-radius: 10px;
	font-size: 1.6rem;
	line-height: 3.0rem;
	padding: 20px;
	margin: -50px auto 100px auto;
	box-sizing: border-box;
}
.flower_class_schedule_course_caution {
	color: #888;
}
/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.head_bg_flower_class h2 { width: 300px;	margin-top: -70px;}
.head_bg_flower_class h3 { width: 180px;}
#flower_class_head_text { width: 90vw;}
#flower_class_head_text h2 { font-size: 3.0rem;	 line-height: 4.0rem;	margin-bottom: 10px;}
#flower_class_head_text h3 { font-size: 1.6rem;	 line-height: 2.5rem;	margin-bottom: 30px;}
#flower_class_head_text h4 { margin-top: 30px; margin-bottom: 30px;}
#flower_class_head_text h5 { font-size: 2.5rem;	 margin-bottom: 10px;}
#flower_class_head_text p { width: 500px; font-size: 1.3rem;	 line-height: 2.5rem;  margin: 0 auto;}
.flower_class_obj1 { height: 70px;}
.flower_class_text1 { font-size: 2.0rem; line-height: 3.0rem; margin-bottom: 10px;}
.flower_class_text2 { font-size: 1.6rem!important;}
#flower_class_schedule { padding-top: 140px;}
#flower_class_schedule h2 { font-size: 3.5rem;	margin-bottom: 50px;}
.flower_class_schedule_course { width: 600px; margin: 0 auto 100px auto; font-size: 1.3rem; line-height: 2.0rem; padding: 30px 0;}
.flower_class_schedule_course h1 { font-size: 2.5rem; margin-bottom: 15px;}
.flower_class_schedule_course div { margin: 10px 0;}
.flower_class_schedule_course h4 { font-size: 1.6rem;}
#flower_class_schedule_course_bottom { width: 600px; font-size: 1.3rem; line-height: 2.5rem; padding: 10px;}
}




/*休業日ご案内*/
#info_holiday {
	margin-bottom: 70px;
}
#info_holiday h2 {
	text-align: center;
	font-size: 3.0rem;
	color: #F60;
	font-family: "Sawarabi Mincho";
	margin-bottom: 10px;
}
#info_holiday article {
	font-size: 1.6rem;
	line-height: 2.8rem;
	text-align: center;
}
#info_holiday article h3 {
	font-weight: bold;
	color: #F60;
	margin-top: 20px;
}
/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
/* Mobile */
@media only screen and (max-width: 767px) {
#info_holiday  {margin-bottom: 50px;}
#info_holiday h2 {font-size: 2.5rem; margin-bottom: 0;}
#info_holiday article {font-size: 1.3rem; line-height: 1.8rem;}
#info_holiday article h3 {margin-top: 10px;}
}





/* PC
------------------------------------------*/
@media only screen and (min-width: 768px)  {
.pc_only{display:inherit !important;}
.tb_only{display:none !important;}
.sp_only{display:none !important;}
.tb_pc{display:inherit !important;}
.sp_tb{display:none !important;}
}

/* Tablet (Portrait : 縦表示)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pc_only{display:none !important;}
.tb_only{display:inherit !important;}
.sp_only{display:none !important;}
.tb_pc{display:inherit !important;}
.sp_tb{display:inherit !important;}
}

/* Mobile (Portrait : 縦表示)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pc_only{display:none !important;}
.tb_only{display:none !important;}
.sp_only{display:inherit !important;}
.tb_pc{display:none !important;}
.sp_tb{display:inherit !important;}
}

/* Mobile (Landscape : 横表示)
------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {}






/* PC */
@media only screen and (min-width: 768px)  {}

/* Tablet (Portrait : 縦表示) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* Mobile (Portrait : 縦表示) */
@media only screen and (max-width: 767px) {}

/* Mobile (Landscape : 横表示) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}
