@charset "utf-8";
/* CSS Document */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
	line-height: 2rem;
}
body{
	font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP",Meiryo,sans-serif;
	position: relative;
}
header{
	width: 100%;
	margin: 0;
	padding: 0;
}
h1{
	margin: 0;
	padding: 0;
	display: contents;
}
li{
	list-style: none;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover,a:visited{
	color: #333;
}
hr{
	color: #aaa;
}
.after_clear::after{
	clear: both;
	display: block;
	content: "";
}
.clear{
	content: "";
	display: block;
	clear: both;
}
.flex_wrap{
	display: flex;
	flex-wrap: wrap;
}
.flex_70{
	width: 70%;
}
.flex_65{
	width: 65%;
}
.flex_60{
	width: 60%;
}
.flex_50{
	width: 50%;
}
.flex_40{
	width: 40%;
}

.flex_30{
	width: 30%;
}
.flex_15{
	width: 15%;
}
.tcenter{
	text-align: center;
}
.tright{
	float: right;
}
	img{
		width:100%;
		height: auto;
	}
.company_table th{
	text-align: left;
	min-width: 8rem;
}
@media screen and (max-width:767px){
	html{
		font-size:14px;
		line-height: 1.5rem;
		overflow-x: hidden;
	}
	body{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	color:#4d4d4d;
		overflow-x: hidden;
}
	header{
		width: 100%;
		margin-top:10px;
	}
	.sphidden{
		display: none;
	}
	#header_logo_area{
		width: 60%;
		padding-left: .5rem;
		float: left;
	}
	#header_logo_area a{
		display: contents;
	}
	#header_logo_area img{
		width: 100%;
		height: auto;
	}
	#header_right_area{
		display: none;
	}
	#header_menu_area{
		width: 30%;
		float: right;
		text-align: right;
	}
	#haeder_menu_button{
		display: block;
	}
	
	#header_menu{
		margin: 0;
		padding: 0;
	}
	#header_menu li{
		width: 33%;
		list-style: none;
		float: left;
	}
	#header_menu::after{
		clear: both;
		content: " ";
		display: block;
		margin: 0;
		padding: 0;
	}
	.tell_icon{
		width: 30px;
	}
	.tell_right{
		display: none;
	}
	.btn_contact{
		margin-top: 2px;
	}
	.btn_contact img{
		width: 30px;
	}
	.header_sp_utility_area{
		width: 100%;
		position: fixed;
		bottom: 0;
		background-color: #fff;
		color: #333;
		z-index: 10;
	}
	.sp_menu_area{
		display: flex;
		flex-wrap: wrap;
		background-color: #fff;
		z-index: 20;
	}
	.header_utility_tell{
		width: 40%;
		font-size: 1.2rem;
		line-height: 1.2rem;
		text-align: center;
		padding: 1.5rem 0;
	}
	.header_utility_mail,.header_utility_flower,.menu_area{
		width: 20%;
		padding: .5rem;
	}
	.header_utility_tellno{
		font-size: 1.5rem;
	}
	.header_utility_mail,.header_utility_flower{
		padding: 1rem;
	}
	.side_button{
		width: 70px;
		position: fixed;
		top:50%;
		right: 0;
		z-index: -1;
		transition: 0.3s;
		opacity: 0;
	}
	.side_button img{
		width: 100%;
	}

#responsive-menu-button{
	margin-right: 3%;
	max-width:30%;
	padding: 0 .5rem;
	float: right;
}
	

#responsive-menu-button img{
	margin-top: 10px;
	vertical-align: bottom;
}
#open_menu {
	top:-80vh;
	right: -100%;
	left: unset!important;
    width:100%;
    background-color: #fff;
    color:#333;
    position: absolute;
    overflow: auto;
    z-index: 200;
    display: block;
    transition: all 0.5s ease-out;
	height: calc(80vh);
	padding: 30px 2% 30px 4%;
	overflow-x: hidden;
	line-height: 1.2rem;
}
	#sp_menu{
		color: #fff;
	}
	#pc_menu_left{
		width:100%;
		float: left;
		overflow-x: hidden;
	}
	#pc_menu_left li{
		margin: 0 0;
	}
	#pc_menu_left img{
		margin-bottom: 5%;
	}
	#pc_menu_left .pc_hidden_panel{
		padding: 0!important;
	}

	#pc_menu_right{
		width: 100%;
		float: left;
		padding-left:0;
		padding-right: 15px;
		overflow-x:hidden;
		margin-bottom: 10%;
	}
	#recomend_menu{
		position: relative;
		width: 100%;
	}
	#recomend_menu span{
		position: absolute;
		bottom:0.5em;
		left:1.5em;
		font-size: 120%;
	}
		#recomend_menu a{
		border-bottom: 0px!important;
			padding: 0.5rem!important;
	}

	#recomend_menu img{
		width: 100%;
		border: 2px solid #fff;
		border-radius: 5px;
	}
	
	.openbtn1{
  position: relative;/*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
    width: 35px;
    height:20px;
}

/*ボタン内側*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 2.5px;
    height: 2px;
  background: #333;
    width: 30px;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:25px;
}

.openbtn1 span:nth-of-type(3) {
  top:35px;
}
	.openbtn1.active{
  background:#000;		
	}
	.openbtn1.active span{
  background:#000;		
	}

/*activeクラスが付与されると線が回転して×に*/

	
.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;/*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
	
	
	
	#pc_menu_stock_area{
		width: 100%;
		background-color: #242424;
		border-radius: 10px;
		font-size: 120%;
	}
	#pc_menu_stock_area img{
		width: 100%;
		border: 2px solid #fff;
		border-radius: 5px;
	}
	#pc_menu_stock_area_left{
		width: 44%;
		margin: 3%;
		float: left;
		margin-bottom:1%;
	}
	#pc_menu_stock_area_right{
		width: 44%;
		float: right;
		margin: 3%;
		margin-bottom:1%;
	}
	#pc_menu_stock_area_footer{
		margin: 1% 3% 3% 3%;
		width: 94%;
	}
	#pc_menu_stock_area_footer ul{
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	#pc_menu_stock_footer_list li{
		width: 30%;
		float: left;
		clear:none!important;
	}
#sp-menu .menu,.submenu{
    margin-top:0px;
	padding: 0;
}
#sp-menu{
    display: block;
	overflow-y: scroll;
}
#sp-menu li{
	text-align: left;
	list-style: none;
	clear:both;
	color:#333;
}
#pc_menu_stock_area a{
	  display: block;
  padding:0;
  text-decoration: none;
  color: #fff;
  border-bottom: 0px;
}
#sp-menu a{
	  display: block;
  padding: 1rem 1rem 1rem 2rem;
  padding: 1rem;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

#menu-button {
	margin: auto;
        display: block;
	min-height: 50px;
}
.sub-menu{
	text-align: left;
	list-style: none;
	padding-left: 5%;
	clear:both;
	color:#fff;
}

#sp-menu ul {
   margin: 0;
}
#sp-menu li {
   position: relative;
}
#sp-menu li a{
   text-decoration: none;
   height: 40px;
   padding: 0 1em 0 2.5em;
   border-bottom: 1px dotted #ddd;
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;
   align-items: center;
   position: relative;
}
	#pc_menu_left span a{
		display: block;
	height: auto;
  padding:0;
  text-decoration: none;
  color: #fff;
  border-bottom: 0px;
	position: static;

	}
	#pc_menu_stock_area li a{
display: block;
	height: auto;
  padding:0;
  text-decoration: none;
  color: #fff;
  border-bottom: 0px;
	position: static;
}
#recomend_menu span a{
	height: auto;
  padding:0;
  text-decoration: none;
  color: #fff;
  border-bottom: 0px;
}
	
.accordionBtn{
   display: block;
   width: 100px;
   height: 40px;
   position: absolute;
   border-left:1px dotted #ddd;
   top: 0;
   right: 0;
   text-align: center;
   padding:10px;
}
 
.accordionBtn:before {
   content: "＋";
   color: #fff;
}
.accordionBtn.active:before {
   content: "-";
}
#sp-menu li ul {
   margin: 0;
}
#sp-menu li ul a {
   padding-left: 2em;
}
	.menu-pc_global-container{
		background-color: rgba(256,256,256,0.2);
		padding: 2rem;
	}
	.news_title{
		display: inline;
	}
	#bread_crumb ul{
		margin: 0 1rem;
		padding: 0;
	}
	#bread_crumb li{
		color:#999;
		float: left;
	}
	#bread_crumb a{
		color:#999;
		text-decoration: none;
	}
	footer{
		background-color: #1c3580;
		color: #fff;
		line-height: 2rem;
		margin-bottom: 6rem;
	}
	.footer_left{
		width: 90%;
		margin: 0 auto;
		padding: 1rem 0;
	}
	.footer_gmap{
		width:  90%;
		margin: 0 auto;
	}
	.footer_gmap iframe{
		width: 100%;
		text-align: center;
	}
	.footer_utility_area{
		width:  90%;
		margin: 0 auto;
	}
	.footer_utility_area a,.footer_menu_area a{
		color: #fff;
	}
	#footer_menu{
		padding: .5rem 0;
		font-size: .8rem;
	}
	#footer_menu li{
		margin-right: 1rem;
		float: left;
	}
	#footer_menu a{
		color: #333;
		text-decoration: none;
	}
	#footer_office_area{
		width: 100%;
		padding: 1rem 1rem;
	}
	#footer_office{
		font-size:1rem;
		width: 75%;
		float: left;
	}
	#footer_logo{
		width: 25%;
		float: right;
		margin: 0 auto;
		margin-top: 1rem;
		text-align: center;
	}
	#footer_logo img{
		margin: 0 auto;
		width: 80%;
		max-width:90px; 
		max-height: 90px;
	}
	#footer_address{
		width:50%;
		float: left;
	}
	.footer_address a{
		color: #fff;
	}
	#footer_menu_area{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 0 2rem;
	}
	#menu-footer_menu{
		margin: 0;
		padding-left: 1rem;
	}
	.footer_menu a{
		color: #fff;
	}
	.footer_menu li{
		list-style: none;
	}
	.footer_menu li::before,.footer_utility_area li::before{
		content: "≫";
	}
	#copyright{
		text-align: center;
		font-size: 0.8rem;
	}
	#footer_etcmenu a{
		color: #fff;
		font-size: 11px;
		margin: 0 .5rem;
	}
	.top_button {
  width: 50px;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}
	#n2-ss-4item1{
		text-shadow: 0 0 20px rgb(255,255,255),0 0 20px rgb(255,255,255),0 0 20px rgb(255,255,255),0 0 20px rgb(255,255,255), 0 0 20px rgb(255,255,255)!important;
	}
	#n2-ss-4item1 span,#n2-ss-4item2 span{
		font-size: 1.5rem;
	}
	#n2-ss-4item2{
		text-shadow: 0 0 20px rgb(255,255,255),0 0 20px rgb(255,255,255),0 0 20px rgb(255,255,255),0 0 20px rgb(255,255,255), 0 0 20px rgb(255,255,255), 0 0 20px rgb(255,255,255), 0 0 20px rgb(255,255,255)!important;
	}
	#frontpage_img{
		position: relative;
	}
	#page_image{
		position: relative;
	}
	.pagetitle{
		position: absolute;
		top:calc(50% - 2rem);
		padding-left: 2rem;
		font-size: 1.2rem;
		font-weight: 400;
	}
	.page_content h3{
		margin-left: 1rem;
		font-size: 1.3rem;
	}
	.flower_menu{
		position: absolute;
		bottom: 5rem;
		right: 1rem;
		text-align: center;
		color: #fff;
		z-index: 1;
		background-image: url(./img/icon/flower.jpg);
		width: 300px;
	}
	.page_plan_list_title h3{
		margin: 0;
		padding: 1rem;
	}
	.frontpage_link{
		width: 80%;
		margin: 0 auto;
		text-align: right;
	}
	#frontpage_plan_area{
		padding: 2rem;
	}
	.frontpage_plan{
		margin: 1rem 0;
		
	}
	.frontpage_plan_ex{
		padding-top: .5rem;
		text-align: center;
		line-height: 1.2rem;
	}
	.frontpage_plan_title{
		text-align: center;
		font-size: 1.5rem;
		padding-bottom: .5rem;
	}
	.frontpage_plan_text{
		padding: 1rem;
		background-color: #fff;
		line-height: 1.5rem;
		color: #333;
	}
	.frontpage_plan_text li{
		margin-left: 2rem;
	}
	.frontpage_plan_text span{
		font-size: 1.8rem;
	}
	.frontpage_plan_link{
		text-align: center;
		padding-bottom: .5rem;
	}
	.chokuso{
		background-color: #c4c4c4;
	}
	.simple{
		background-color: #5b62a8;
		color:#fff;
	}
	.honoka{
		background-color: #cabcdd;
	}
	.button1,.button2{
		width: 70%;
		margin: 0 auto;
	}
	.button_area{
		width: contents;
		margin: 0 auto;
		margin-bottom: 2.5rem;
	}
	.button_area a{
		color: #333;
	}
	.button1{
		width: 70%;
		min-width: 20rem;
		margin: 1rem auto;
		padding: .5rem 1rem;
		text-align: center;
		border: 1px solid #5b62a8;
		border-radius: 5px;
		display: block;
		color:#333;
	}
	.button2{
		width: 70%;
		min-width: 20rem;
		margin: 1rem 1rem;
		padding: .5rem 1rem;
		text-align: center;
		border: 1px solid #5b62a8;
		border-radius: 5px;
		display: block;
	}
	.button1:hover,.button2:hover{
		background-color: #d3daed;
		color: #333;
	}
	.bg_purple{
		background-color: #cabcdd;
	}
	.bg_purple1{
		background:linear-gradient(160deg,#fff -30%,#cabcdd 100%);
	}
	.bg_blue{
		background-color: #5b62a8;
	}
	a.bg_blue{
		color: #fff;
	}
	a.bg_blue:hover{
		color: #333;
	}
	.bg_blue1{
		background:linear-gradient(160deg,#fff -30%,#8286a0 100%);
		color: #fff;
	}
	.bg_blue2{
		background:linear-gradient(160deg,#fff -30%,#5b62a8 100%);
		color: #fff;
	}
	.bg_gold1{
		background: linear-gradient(160deg,#fff -10%,#bab7b1 100%);
	}
	.bg_gold2{
		background: linear-gradient(160deg,#fff -10%,#bcb5a4 100%);
	}
	.bg_gold3{
		background: linear-gradient(160deg,#fff -10%,#c1b493 100%);
	}
	#flower_banner{
		background-image: url(../img/flower_area.jpeg);
		background-repeat: no-repeat;
		background-size: cover;
		text-align: center;
		padding: 6rem;
		margin: 0;
		font-size: 1.5rem;
		margin-bottom: 2rem;
		color: #333;
	}
	#frontpage_flower_area a{
		color: #333;
		text-decoration: none;
		text-shadow: 0 0 20px rgb(255,255,255),0 0 20px rgb(255,255,255),0 0 20px rgb(255,255,255),0 0 20px rgb(255,255,255), 0 0 20px rgb(255,255,255)!important;
	}
	#frontpage_message_area{
		background-color: #d3daed;
		background-image: url(../img/bg_blue.png);
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		flex-wrap: wrap;
		padding:0 2rem;
		margin: 0 auto;
	}
	.simple a{
		color: #fff;
	}
	#frontpage_message{
		width:100%;
		padding: 2rem 0;
	}
	#frontpage_message h2{
		font-weight: 700;
	}
	#frontpage_case_text{
		padding: 1rem 2rem;
	}
	#frontpage_case_img{
		font-size: 1.5rem;
		text-align: center;
	}
	.case_img{
		margin-bottom: 2rem;
	}
	#frontpage_news{
		background-color: #004F27;
		padding-bottom: 2rem;
	}
	#frontpage_news	.frontpage_link{
		color: #fff;
	}

	#frontpage_news_box{
		width: 90%;
		background-color: #ddd;
		min-height: 10rem;
		padding: .5rem;
		margin: 1rem auto;
	}
	#frontpage_news_title{
		color: #fff;
	}
	.news_date{
		width: 6rem;
		margin: 0 .2rem 0 .5rem;
		float: left;
	}
	.news_title{
		width: calc(100% - 2rem);
		margin: 0 1rem;
		float: right;
		font-size: 1.3rem;
	}
	.news_title a{
		color: #333;
		text-decoration: none;
	}
	#page_content{
		width: 90%;
		margin: 0 auto;
	}
	.page_left{
		width: 100%;
	}
	.page_right{
		width: 100%;
	}
	.page_text{
		padding: .5rem;
	}
	
#news_archive{
		width: 90%;
		margin: 2rem auto;
		padding: 2rem ;
		background-color: #f3f3f3;
	}
	.case_list h3{
		width: 100%;
	}
	#case_list_button_area{
		display: flex;
		flex-wrap: wrap;
	}
	.case_list_button{
		width: calc((100% - 2rem) / 2);
		padding: .5rem;
		text-align: center;
		background-color: #ddd;
		margin: .5rem;
	}
	.case_list_button_title{
		font-size: 1.2rem;
	}	#sidebar{
		display: none;
	}
	#itempage{
		margin: 0;
		padding: 10px;
	}
	#wc_cart{
		padding: 1rem 0;
	}
	.cart_navi ul{
		margin: 0;
		padding: 0;
	}
	#cart th{
		color: #333;
	}
	.productname{
		min-width:6rem; 
	}
	.page_text,.right_text,.left_text{
		padding: 1rem;
		
	}
	.page_plan_list_option table{
		width: 90%;
		margin: 0 auto;
		text-align: center;
		line-height: 1.2rem;
		border: 1px solid #fafafa;
		border-spacing: 0;
		background-color: #eee;
	}
	.page_plan_list_option th{
		padding: 1rem;
		font-size: 1.2rem;
		border: 1px solid #fafafa;
	}
	.page_plan_list_option td{
		padding: .5rem;
		border: 1px solid #fafafa;
	}
	.page_plan_list_price span{
		font-size: 1.5rem;
	}
	.page_plan_list_price table{
		width: 100%;
		border-spacing: 0;
	}
	.page_plan_list_price td{
		padding: .5rem;
	}
	.plan_list_price{
		min-width: 10rem;
	}

	.page_plan_contents{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 2rem;
	}
	.page_plan_contents img{
		width: calc(100% / 4);
	}
	.page_plan_contents_s img{
		width: calc((100% - 1.5rem) / 3);
	}
	.plan_name{
		font-size: 1.5rem;
		font-weight: 400;
		min-width: 4.5rem;
		padding: .2rem
	}
	.page_plan_option_price{
		display: flex;
		flex-wrap: wrap;
		padding: 2rem;
	}
	.page_plan_option_price li{
		width: calc(100% / 4);
		text-align: center;
		line-height: 1.5rem;
		margin-bottom: 1rem;
	}
	.honoka_type,.honoka_ex{
		display: flex;
		flex-wrap: wrap;
	}
	.honoka_type img{
		width: calc(100% / 2);
	}
	.honoka_ex img{
		width: calc(100% / 1);
	}
	.page_form{
		width: 95%;
		margin: 0 auto;
	}
	#production_main{
		display: flex;
		flex-wrap: wrap;
	}
	#production_main li{
		width: 50%;
		padding: 1rem 0;
	}
	.stock_description{
		padding-left: 1rem;
	}
	input, textarea{
		font-size: 16px;
	}
	.customer_form th{
		width: 100%!important;
	}
		.delivery-name-row,.delivery-furikana-row,.delivery-zipcode-row,.delivery-states-row,.delivery-address1-row,.delivery-address2-row,.delivery-address3-row,.delivery-tel-row,.delivery-fax-row{
		display: none;
	}
	.cart_completion{
		margin-bottom: 2rem;
	}
}

@media screen and (min-width:1024px){
	html{
		font-size:16px;
	}
}
@media screen and (min-width:768px){
body{
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	padding: 0;
	color:#4d4d4d;
}
	td{
		min-width: 7rem;
	}
	header{
		width: 100%;
		padding-top:10px;
		position: sticky;
		top:0;
		z-index: 20;
		background-color: #fff;
	}
	a[href^="tel:"]{
		pointer-events: none;
	}
	.side_button{
		width: 70px;
		position: fixed;
		top:50%;
		right: 0;
		z-index: -1;
		transition: 0.3s;
		opacity: 0;
	}
	.side_button img{
		width: 100%;
	}
	.side_button .display{
		opacity: 1;
		z-index: 9;
	}
	.pchidden{
		display: none;
	}
	#header_right_area a{
			color: #333;
	}
	#header_logo_area{
		width: 34%;
		padding-top:.5rem; 
		padding-right: 1rem;
		padding-left: 2rem;
	}
	#header_logo_area a{
		display: contents;
	}
	#header_logo_area img{
		width: 90%;
	}
	#header_right_area{
		width: 66%;
	}
	#header_menu{
		margin: 0;
	}
	#header_menu_area{
		width: 100%;
		line-height: 1rem;
		margin-bottom: .5rem;
	}
	#header_utility_area{
		line-height: 1rem;
	}
	#header_utility{
		padding-top: .5rem;
		padding-left: 30%;
	}
	#header_utility_tell{
		text-align: center;
		border: 1px solid #1c3580;
		border-radius: 5px;
		line-height: 1.5rem;
	}
	.utility_tell_no{
		font-size: 1.8rem;
	}
	.header_sp_utility_area{
		display: none;
	}
	#header_menu li{
		margin-left: 1%;
		list-style: none;
		text-align: center;
	}
	.menu_button{
		text-align:center;
		margin-top: .5rem;
		padding: 0 .5rem;
		min-width:7rem; 
	}
	.menu_button img{
		padding: 0 1rem;
	}
	.menu_button a{
		color: #333;
	}
	.btn_tell{
		width: 60%!important;
	}
	.tell_icon{
		width: 35px;
		float: left;
	}
	.tell_right{
		float: left;
		text-align: center;
	}
	.tell_no{
		font-size: 1.8rem;
		font-weight: 900;
		line-height: .8rem;
	}
	.tell_text{
		font-size: .8rem;
		line-height: 2rem;
	}
	.btn_contact img{
		width: 35px;
	}
	haeder_menu_button{
		display: none;
	}
	#header_menu::after{
		clear: both;
		content: " ";
		display: block;
	}
#responsive-menu-button{
	margin-right: 3%;
	max-width:30%;
	float: right;
}
	

#responsive-menu-button img{
	margin-top: 20px;
	vertical-align: bottom;
}
#sp-menu {
	right: -100%;
	left: unset!important;
    width:100%;
    background-color: rgba(0, 0, 0,1);
    color:#fff;
    position: absolute;
    overflow: auto;
    z-index: 50;
    display: block;
    transition: all 0.5s ease-out;
	height: calc(100vh);
	padding: 30px 2% 30px 4%;
	overflow-x: hidden;
}
	#pc_menu_left{
		width:35%;
		min-width: 350px;
		float: left;
		overflow-x: hidden;
	}
	#pc_menu_left li{
		margin:0;
	}
	#pc_menu_left img{
		margin-bottom: 5%;
	}
	#pc_menu_left .pc_hidden_panel{
		padding: 0!important;
	}

	#pc_menu_right{
		width: 35%;
		min-width: 350px;
		float: left;
		overflow-x:hidden;
		margin-bottom: 10%;
	}
	#recomend_menu{
		position: relative;
		width: 100%;
	}
	#recomend_menu span{
		position: absolute;
		bottom:0.5em;
		left:1.5em;
		font-size: 120%;
	}
	#recomend_menu a{
		border-bottom: 0px!important;
			padding: 0.5rem!important;
	}

	#recomend_menu img{
		width: 100%;
		border: 2px solid #fff;
		border-radius: 5px;
	}
	
	.openbtn1{
  position: relative;/*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
    width: 40px;
    height:20px;
}

/*ボタン内側*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 0px;
    height: 4px;
  background: #333;
    width: 40px;
  }

.openbtn1 span:nth-of-type(1) {
  top:0px; 
}

.openbtn1 span:nth-of-type(2) {
  top:10px;
}

.openbtn1 span:nth-of-type(3) {
  top:20px;
}
	.openbtn1.active{
  background:#000;		
	}
	.openbtn1.active span{
  background:#333;		
	}

/*activeクラスが付与されると線が回転して×に*/

	
.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;/*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
	
	
	
	#pc_menu_stock_area{
		width: 100%;
		background-color: #242424;
		border-radius: 10px;
		font-size: 120%;
	}
	#pc_menu_stock_area img{
		width: 100%;
		border: 2px solid #fff;
		border-radius: 5px;
	}
	#pc_menu_stock_area_left{
		width: 44%;
		margin: 3%;
		float: left;
		margin-bottom:1%;
	}
	#pc_menu_stock_area_right{
		width: 44%;
		float: right;
		margin: 3%;
		margin-bottom:1%;
	}
	#pc_menu_stock_area_footer{
		margin: 1% 3% 3% 3%;
		width: 94%;
	}
	#pc_menu_stock_area_footer ul{
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	#pc_menu_stock_footer_list li{
		width: 30%;
		float: left;
		clear:none!important;
	}
#sp-menu .menu,.submenu{
    margin-top: 5px;
}
#sp-menu{
    display: block;
	overflow-y: scroll;
}
#sp-menu li{
	text-align: left;
	list-style: none;
	clear:both;
	color:#fff;
}
#pc_menu_stock_area a{
	  display: block;
  padding:0;
  text-decoration: none;
  color: #fff;
  border-bottom: 0px;
}
#sp-menu a{
	  display: block;
  padding: 1rem 1rem 1rem 2rem;
  padding: 1rem;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

#menu-button {
	margin: auto;
        display: block;
}
.sub-menu{
	text-align: left;
	list-style: none;
	padding-left: 5%;
	clear:both;
	color:#fff;
}

#sp-menu ul {
   margin: 0;
}
#sp-menu li {
   position: relative;
}
#sp-menu li a {
   text-decoration: none;
   height: 30px;
   padding: 0 1em 0 2.5em;
   border-bottom: 1px dotted #ddd;
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;
   align-items: center;
   position: relative;
}
	#pc_menu_left span a{
		display: block;
	height: auto;
  padding:0;
  text-decoration: none;
  color: #fff;
  border-bottom: 0px;
	position: static;

	}
	#pc_menu_stock_area li a{
display: block;
	height: auto;
  padding:0;
  text-decoration: none;
  color: #fff;
  border-bottom: 0px;
	position: static;
}
#recomend_menu span a{
	height: auto;
  padding:0;
  text-decoration: none;
  color: #fff;
  border-bottom: 0px;
}
	
.accordionBtn{
   display: block;
   width: 100px;
   height: 30px;
   position: absolute;
   border-left:1px dotted #ddd;
   top: 0;
   right: 0;
   text-align: center;
   padding:10px;
}
 
.accordionBtn:before {
   content: "＋";
   color: #fff;
}
.accordionBtn.active:before {
   content: "-";
}
#sp-menu li ul {
   margin: 0;
}
#sp-menu li ul a {
   padding-left: 2em;
}
	.menu-pc_global-container{
		background-color: rgba(256,256,256,0.2);
		padding: 2rem;
	}
	#header_infomation_area{
		width: 100%;
		background: linear-gradient(to right,#1a1767,#0071b7);
		color:#fff;
		margin-top: -7px;
		padding: .5rem 3rem;
	}
	#page_image{
		position: relative;
	}
	.pagetitle{
		position: absolute;
		top:calc(50% - 20px);
		padding-left: 4rem;
	}
	.header_infomation_title{
		width: 10rem;
		font-size: 1.1rem;
		float: left;	
	}
	.header_infomation_description{
		font-size: 1.2rem;
		margin-left: 3rem;
		float: left;
	}
	.news_title{
		display: inline;
	}
	#bread_crumb li{
		color:#999;
		float: left;
	}
	#bread_crumb a{
		color:#999;
		text-decoration: none;
	}

	footer{
		background-color: #1c3580;
		color: #fff;
		line-height: 2rem;
	}
	#footer_area{
		width: 90%;
		margin: 0 auto;

	}
	#footer_area a{
		color: #fff;
		text-decoration: none;
	}
	#footer_menu{
		padding: 2rem;
	}
	#footer_menu li{
		margin-right: 3rem;
		float: left;
	}
	#footer_office_area{
		width: 100%;
		padding: 2rem 5rem;
	}
	.footer_office img{
		width: 100%;
		max-width: 400px;
	}
	#footer_logo,#footer_address{
		line-height: 1.5rem;
	}
	.footer_left{
		width:calc(40% - 2rem);
		margin: 3rem 1rem;
		float: left;
	}
	.footer_right{
		width:calc(60% - 2rem);
		margin: 3rem 1rem;
		float: left;
	}
	 #menu-footer_utility li::before {
    content: "≫";
  }
	 #menu-footer_menu li::before {
    content: "≫";
  }
	#sidebar{
		display: none;
	}
	.item-name{
		margin: 0;
	}
	#itempage{
		display: flex;
		flex-wrap: wrap;
	}
	#itempage #img-box{
		width: calc(45% - 10px);
		min-width: 300px;
	}
	#itempage .itemsubimg{
		width: 90%;
	}
	.item-info .item-option input[type="text"]{
		width: 100%;
	}
	#cart th{
		color: #333;
	}
	.delivery-name-row,.delivery-furikana-row,.delivery-zipcode-row,.delivery-states-row,.delivery-address1-row,.delivery-address2-row,.delivery-address3-row,.delivery-tel-row,.delivery-fax-row{
		display: none;
	}
	.footer_utility_area{
		width: 40%;
		min-width: 10rem;
		float: left;
	}
	.footer_menu{
		width: 40%;
		min-width: 20rem;
		float: left;
	}
	#footer_menu_area{
		width: 100%;
		display: flex;
	}
	.footer_menu a{
		color: #fff;
	}
	.footer_menu li{
		list-style: none;
	}
	.footer_menu li::before{
		content: "≫";
	}
	#footer_office_area::after{
		clear: both;
		display: block;
		content: " ";
	}
	.footer_gmap iframe{
		width: 100%;
	}
	#copyright{
		text-align: center;
	}
	#footer_etcmenu{
		width: 90%;
		margin: 0 auto;
	}
	#footer_etcmenu a{
		margin: 2rem;
		color: #fff;
	}
.top_button {
  width: 50px;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}
	
	#n2-ss-2item1{
		text-shadow: 0 0 20px rgb(255,255,255),0 0 20px rgb(255,255,255),0 0 20px rgb(255,255,255),0 0 20px rgb(255,255,255), 0 0 20px rgb(255,255,255)!important;
	}
	#n2-ss-2item1 span,#n2-ss-2item2 span{
		font-size: 1.5rem;
	}
	#n2-ss-2item2{
		text-shadow: 0 0 20px rgb(255,255,255),0 0 20px rgb(255,255,255),0 0 20px rgb(255,255,255),0 0 20px rgb(255,255,255), 0 0 20px rgb(255,255,255), 0 0 20px rgb(255,255,255), 0 0 20px rgb(255,255,255)!important;
	}
	#frontpage_img{
		position: relative;
	}
	.flower_menu{
		position: absolute;
		top: 20rem;
		right: 5rem;
		text-align: center;
		color: #fff;
		z-index: 10;
		background-image: url(./img/icon/flower.jpg);
		width: 300px;
	}
	#frontpage_plan_area{
		width: 82%;
		margin: 3rem auto 0;
		display: flex;
		flex-wrap: wrap;
	}
	#page_plan_area{
		width: 80%;
		margin: 3rem auto 0;
		display: flex;
		flex-wrap: wrap;
		
	}
	 .frontpage_plan{
		width: calc((100% - 3rem) / 3);
		padding: .5rem 0;
		margin: .5rem;
	}
	.chokuso{
		background-color: #c4c4c4;
	}
	.simple{
		background-color: #5b62a8;
		color:#fff;
	}
	.honoka{
		background-color: #cabcdd;
	}
	.frontpage_plan_ex{
		text-align: center;
		font-size: 1.5rem;
	}
	.frontpage_plan_title{
		text-align: center;
		font-size: 2rem;
		margin-top: .2rem;
		margin-bottom: .5rem;
	}
	.frontpage_plan_text{
		padding: 1rem;
		line-height: 2rem;
		background-color: #fff;
		color:#333;
	}
	.frontpage_plan_text p{
		margin: 0;
		margin-bottom: 1rem;
		padding: 0;
		min-height: 8rem;
	}
	.frontpage_plan_text span{
		font-size: 2rem;
	}
	.frontpage_plan_link{
		text-align: center;
	}
	.frontpage_plan_description{
		width: 80%;
		margin: 2rem auto;
		padding: 1rem;
	}
	.button_area{
		width: contents;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 4rem;
	}
	.button_area a{
		color: #333;
	}
	.button1{
		min-width: 20rem;
		margin: 1rem auto;
		padding: .5rem 1rem;
		text-align: center;
		border: 1px solid #5b62a8;
		border-radius: 5px;
		display: block;
		color:#333;
	}
	.button2{
		min-width: 20rem;
		margin: 1rem 1rem;
		padding: .5rem 1rem;
		text-align: center;
		border: 1px solid #5b62a8;
		border-radius: 5px;
		display: block;
	}
	.button1:hover,.button2:hover{
		background-color: #d3daed;
		color: #333;
	}
	.bg_purple{
		background-color: #cabcdd;
	}
	.bg_purple1{
		background:linear-gradient(160deg,#fff -30%,#cabcdd 100%);
	}
	.bg_blue{
		background-color: #5b62a8;
	}
	a.bg_blue{
		color: #fff;
	}
	a.bg_blue:hover{
		color: #333;
	}
	.bg_blue1{
		background:linear-gradient(160deg,#fff -30%,#8286a0 100%);
		color: #fff;
	}
	.bg_blue2{
		background:linear-gradient(160deg,#fff -30%,#5b62a8 100%);
		color: #fff;
	}
	.bg_gold1{
		background: linear-gradient(160deg,#fff -10%,#bab7b1 100%);
	}
	.bg_gold2{
		background: linear-gradient(160deg,#fff -10%,#bcb5a4 100%);
	}
	.bg_gold3{
		background: linear-gradient(160deg,#fff -10%,#c1b493 100%);
	}
	#flower_banner{
		background-image: url(../img/flower_area.jpeg);
		background-repeat: no-repeat;
		background-size: cover;
		text-align: center;
		padding: 6rem;
		margin: 0 4rem 4rem;
		font-size: 1.5rem;
		
		color: #333;
	}
	#frontpage_flower_area a{
		color: #333;
		text-decoration: none;
		text-shadow: 0 0 20px rgb(255,255,255),0 0 20px rgb(255,255,255),0 0 20px rgb(255,255,255),0 0 20px rgb(255,255,255), 0 0 20px rgb(255,255,255)!important;
	}
	#frontpage_message_area{
		background-color: #d3daed;
		background-image: url(../img/bg_blue.png);
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		flex-wrap: wrap;
		padding: 2rem 5%;
		margin: 0 auto;
	}
	.simple a{
		color: #fff;
	}
	#frontpage_message{
		width: 60%;
		padding: 2rem 0;
	}
	#frontpage_message h2{
		font-weight: 700;
	}
	#frontpage_message p{
		padding: 1rem 2rem;
	}
	#frontpage_message_movie{
		width: 40%;
		padding: 2rem 0;
	}
	#frontpage_news_area{
		width: 90%;
		margin: 3rem auto;
	}
	#frontpage_news{
		background-color: #004F27;
		padding-bottom: 2rem;
	}
	#frontpage_news	.frontpage_link{
		color: #fff;
	}

	#frontpage_news_box{
		width: 80%;
		background-color: #ddd;
		min-height: 20rem;
		padding: 1rem;
		margin: 1rem 10%;
	}
	.news_date{
		width: 6rem;
		margin: 0 1rem 0 2rem;
		float: left;
	}
	.news_title{
		width: calc(100% - 12rem);
		margin: 0 2rem 0 1rem;
		float: right;
		font-size: 1.3rem;
	}
	.news_title a{
		color: #333;
		text-decoration: none;
	}
	#frontpage_case_area{
		width: 90%;
		margin: 0 auto;
	}
	#frontpage_case_img{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	#page_content{
		width: 90%;
		margin: 0 auto;
	}
	.page_text{
		padding: 2rem;
		
	}
	.page_plan_list_option table{
		width: 90%;
		margin: 0 auto;
		text-align: center;
		line-height: 1.2rem;
		border: 1px solid #fafafa;
		border-spacing: 0;
		background-color: #eee;
	}
	.page_plan_list_option th{
		padding: 1rem;
		font-size: 1.5rem;
		border: 1px solid #fafafa;
	}
	.page_plan_list_option td{
		padding: .5rem;
		border: 1px solid #fafafa;
	}
	.page_plan_list_price span{
		font-size: 2rem;
	}
	.page_plan_list_price table{
		width: 100%;
		border-spacing: 0;
	}
	.page_plan_list_price td{
		padding: .5rem;
	}
	.page_plan_contents{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 2rem;
	}
	.page_plan_contents img{
		width: calc(100% / 10);
	}
	.page_plan_contents_s img{
		width: calc((100% - 1.5rem) / 6);
	}
	.plan_name{
		font-size: 2rem;
		font-weight: 400;
	}
	.page_plan_option_price{
		display: flex;
		flex-wrap: wrap;
		padding: 2rem;
	}
	.page_plan_option_price li{
		width: calc(100% / 8);
		text-align: center;
		line-height: 1.5rem;
		margin-bottom: 1rem;
	}
	.honoka_type,.honoka_ex{
		display: flex;
		flex-wrap: wrap;
	}
	.honoka_type img{
		width: calc(100% / 4);
	}
	.honoka_ex img{
		width: calc(100% / 3);
	}
	#news_archive{
		width: 90%;
		margin: 2rem auto;
		padding: 2rem ;
		background-color: #f3f3f3;
	}
	.case_list h3{
		width: 100%;
	}
	#case_list_button_area{
		display: flex;
		flex-wrap: wrap;
	}
	.case_list_button{
		width: calc((100% - 8rem) / 4);
		padding: .5rem;
		text-align: center;
		background-color: #ddd;
		margin: 1rem;
	}
	.case_list_button_title{
		font-size: 1.2rem;
	}
	#page_main{
		width: 90%;
		margin: 0 auto;
	}
	.itemimg{
		padding-right:1rem;
		float: left;
	}
	#production_main{
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	#production_main li{
		width: calc(100% / 3);
		padding: 1rem;
	}
	span.price{
		margin-left: 1rem;
		color: #333;
		text-decoration: none;
		font-weight: 400;
	}
	.stock_description{
		text-align: center;
		color: #333!important;
		text-decoration: none!important;
	}
	.flower_name{
		font-size: 1.5rem;
		font-weight: 400;
	}

.case_list{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
}
.case_img{
	width: calc(100% / 3);
	padding: 1rem;
	text-align: center;
	line-height: 1.2rem;
}
.page_content{
	width: 90%;
	margin: 0 auto;
}
.page_content h3{
	text-align: center;
	font-size: 1.8rem;
	font-weight: 400;
}
.page_form{
	width: 80%;
	margin: 0 auto;
}
.w50{
	width: 50%;
}
.w30{
	width: 30%;
}
.w70{
	width: 70%;
}
.page_left{
	float: left;
}
.page_right{
	float: right;
}
.right_text,.left_text{
	padding: 0 2rem;
}
#customer-info{
	width: 90%;
	margin: 0 auto;
}
#customer-info td,#customer-info th,#time td,#time th,#delivery-info .customer_form dt,#confirm_table td,#confirm_table th{
	font-size: 16px;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px){
	html{
		font-size: 15px;
	}
}
