@charset "UTF-8";

/*	reset
-------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td {
	margin:0;
	padding:0;
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{
	display:block;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: normal;
}

img {
	border:0;
	vertical-align:bottom;
}

*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
	color: #313131;
}

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
   -webkit-appearance: none;
   border-radius: 0;
}


/*	body
-------------------------------------------------------------------*/

body {
	background-color: #F4F3EE;
	color: #313131;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.main {
	padding-top: 60px;
	background: url(../img/sakura.png) center top no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
}

@media screen and (max-width: 1199px) {

.main {
	padding: 60px 30px 0 30px;
}

}

@media screen and (max-width: 599px) {

.main {
	background: url(../img/sakura_sp.png) center top no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
	padding: 40px 14px 50px 14px;
}

}

/*	header
-------------------------------------------------------------------*/

header {
	height: 82px;
	width: 100%;
	background-color: #f9f9f9;
	border-bottom: solid 1px #dcdad6;
	position: relative;
}

header #logo_box {
	display: table;
}

header p#logo {
	width: 216px;
	padding: 0 12px;
	display: table-cell;
	vertical-align: middle;
}

header p#logo img {
	width: 100%;
	height: auto;
}


header p#header_txt {
	width: 300px;
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
}

header #header_nav {
	top: 0;
	right: 0;
	height: 82px;
	width: 540px;
	position: absolute;
}

header #header_nav ul {
	display: table;
}

header #header_nav ul li:nth-of-type(1) {
	width: 120px;
	height: 82px;
	padding-right: 4px;
	display: table-cell;
	vertical-align: middle;
}

header #header_nav ul li:nth-of-type(2) {
	width: 130px;
	height: 82px;
	padding-right: 25px;
	display: table-cell;
	vertical-align: middle;
}

header #header_nav ul li:nth-of-type(3) {
	width: 260px;
	height: 82px;
	display: table-cell;
}

header #header_nav ul li:nth-of-type(1) a,
header #header_nav ul li:nth-of-type(2) a {
	display: block;
	height: 36px;
	line-height: 36px;
	padding-left: 24px;
	background: url(../img/list01.png) left 8px center no-repeat;
	background-color: #665E4C;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	box-sizing: border-box;
	transition: all 0.5s;
}

header #header_nav ul li:nth-of-type(1) a:hover,
header #header_nav ul li:nth-of-type(2) a:hover {
	background-color: #313140;
}


header #header_nav ul li:nth-of-type(3) a {
	display: block;
	height: 82px;
	background: url(../img/order.png) left top no-repeat;
	background-color: #665E4C;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	box-sizing: border-box;
	padding-left: 50px;
	padding-top: 25px;
	text-align: center;
	line-height: 1.4;
	transition: all 0.3s ease-out;
}

header #header_nav ul li:nth-of-type(3) a span {
	font-size: 12px;
	display: block;
}

header #header_nav ul li:nth-of-type(3) a:hover {
	background: url(../img/order.png) left bottom no-repeat;
}

@media screen and (max-width: 1399px) {

header {
	position: fixed;
	top: 0;
	z-index: 999;
}

header #header_nav ul li:nth-of-type(1),
header #header_nav ul li:nth-of-type(2),
header p#header_txt {
	display: none;
}

header #header_nav {
	top: 0;
	right: 0;
	height: 82px;
	width: 320px;
	position: absolute;
}

}

@media screen and (max-width: 599px) {

header #header_nav {
	top: auto;
	bottom: 0px;
	right: 0;
	height: 50px;
	width: 100%;
	position: fixed;
	display: block;
}

header #header_nav ul {
	display: block;
}

header #header_nav ul li:nth-of-type(3) {
	width: 100%;
	height: 50px;
	display: block;
}

header #header_nav ul li:nth-of-type(3) a {
	width: 100%;
	display: block;
	height: 50px;
	background: url(../img/order02.png) left top no-repeat;
	background-color: #665E4C;
	background-size: 50px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	box-sizing: border-box;
	padding-left: 0px;
	padding-top: 10px;
	text-align: center;
	line-height: 1.4;
	transition: all 0s ease-out;
}

header #header_nav ul li:nth-of-type(3) a span {
	font-size: 10px;
	margin-left: 1em;
}

header #header_nav ul li:nth-of-type(3) a:hover {
	background: url(../img/order02.png) left top no-repeat;
	background-size: 50px;
	background-color: #665E4C;
}

}

/*	main_nav
-------------------------------------------------------------------*/

.main_nav {
	background-color: #F4F3EE;
	height: 56px;
	display: block;
	background: url(../img/main_nav_back.png) left top repeat-x;
	position: relative;
}

.main_nav ul li {
	display: block;
	float: left;
	text-align: center;
}

.main_nav ul li a {
	display: block;
	font-size: 14px;
	color: #665E4C;
	text-decoration: none;
	padding: 14px 20px 0 20px;
	height: 56px;
	box-sizing: border-box;
	line-height: 1;
	transition: all 0.5s;
	min-width: 120px;
	letter-spacing: 2px;
	text-indent: 2px;
}

.main_nav ul li:not(:last-child) a {
	background: url(../img/main_nav_line.png) right center no-repeat;
}

.main_nav ul li a span {
	display: block;
	font-size: 10px;
	line-height: 1;
	margin-top: 6px;
}

.main_nav ul li a:hover {
	background-color: #fff;
}

.main_nav .main_nav_sns {
	position: absolute;
	top: 13px;
	right: 20px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width: 160px;
}

.main_nav .main_nav_sns p {
	width: 40px;
	box-sizing: border-box;
}

.main_nav .main_nav_sns p img {
	width: 30px;
}

@media screen and (max-width: 1399px) {

.main_nav {
	display: none;
}

}


/*	top_img
-------------------------------------------------------------------*/

#top_img img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1399px) {

#top_img {
	padding-top: 82px;
}

}

/*	sc_box
-------------------------------------------------------------------*/

.sc_box {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	box-sizing: border-box;
}


/*	fl_ct_set カテゴリー共通
-------------------------------------------------------------------*/

.fl_ct_set {

}

.sc_box {
	background: url(../img/line03.png) left top no-repeat;
	padding: 40px 50px 0 50px;
	background-color: #fbfbf9;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.sc_box h1 {
	font-size: 20px;
	margin-bottom: 30px;
}

.sc_box h1 span {
	display: block;
	font-size: 10px;
}

.fl_ct_list_box {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width: 100%;
}

.fl_ct_list_box a {
	width: 48%;
	box-sizing: border-box;
	background-color: #fff;
	margin: 0 1% 20px 1%;
	color: #313131;
	text-decoration: none;
	display: table;
}

.fl_ct_list_box a:hover {
	color: #ccc;
}

.fl_ct_list_box p:nth-of-type(1) {
	width: 37%;
	display: table-cell;
}

.fl_ct_list_box p:nth-of-type(2) {
	width: 63%;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	border: solid 1px #665E4C;
	padding-left: 20px;
	font-size: 20px;
	letter-spacing: 0.5em;
}

.fl_ct_list_box p:nth-of-type(1) img {
	width: 100%;
}


.fl_ct_set h2 {
	font-size: 18px;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.fl_ct_set h2:before {
	content: "";
	display: block;
	border-top: dotted 1px #ddd;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.fl_ct_set h2 span {
	background-color: #fbfbf9;
	padding: 0 20px;
	position: relative;
	 z-index: 5;
}


@media screen and (max-width: 768px) {

.fl_ct_list_box p:nth-of-type(2) {
	width: 63%;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	border: solid 1px #665E4C;
	padding-left: 20px;
	font-size: 18px;
	letter-spacing: 0.5em;
}

}


@media screen and (max-width: 599px) {

.sc_box {
	padding: 30px 20px 50px 20px;
	margin-bottom: 30px;
}

.fl_ct_list_box a {
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	margin: 0 0% 20px 0%;
	color: #313131;
	text-decoration: none;
	display: table;
}

.fl_ct_set h2 {
	font-size: 15px;
}

}


/*	top_news
-------------------------------------------------------------------*/

#top_news .sc_box {
	background-image: url("../img/line01.png"), url("../img/top_news_back.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left top, left bottom;
	background-color: #fbfbf9;
	margin-bottom: 40px;
}

#top_news .left {
	width: 226px;
	float: left;
	box-sizing: border-box;
	padding: 45px 0 0 50px;
}

#top_news .right {
	width: 100%;
	float: left;
	margin-left: -226px;
	padding-left: 226px;
	box-sizing: border-box;
	padding-bottom: 70px;
}

#top_news h1 {
	font-size: 26px;
}

#top_news .right .inner {
	padding: 50px 50px 0 0;
}

#top_news ul {
	list-style: none;

}

#top_news ul li a {
	display: block;
	border-bottom: dotted 1px #CCCCCC;
	padding: 14px 0;
	color: #313131;
	text-decoration: none;
	font-size: 14px;
}


@media screen and (max-width: 599px) {

#top_news h1 {
	margin-bottom: 20px;
}

#top_news .left {
	width: 100%;
	float: none;
	box-sizing: border-box;
	padding: 0px 0 0 0px;
	margin: 0;
}

#top_news .right {
	width: 100%;
	float: none;
	margin-left: 0px;
	padding-left: 0px;
	box-sizing: border-box;
	padding-bottom: 160px;
}

#top_news .right .inner {
	padding: 0px 0px 0 0px;
}

}


/*	fl_ct_new 最近のお花
-------------------------------------------------------------------*/

#fl_ct_new .sc_box {
	background: url(../img/line02.png) left top no-repeat;
	padding: 40px 50px 0 50px;
	background-color: #fbfbf9;
	margin-bottom: 40px;
}

#fl_ct_new h1 {
	font-size: 20px;
	margin-bottom: 30px;
}

#fl_ct_new h1 span {
	display: block;
	font-size: 12px;
}


@media screen and (max-width: 599px) {

#fl_ct_new h1 {
	padding-left: 20px;
	font-size: 20px;
	margin-bottom: 30px;
}

#fl_ct_new .sc_box {
	padding: 30px 10px 0 10px;
	margin-bottom: 30px;
}

}


/*	fl_list_box 花一覧
-------------------------------------------------------------------*/

.fl_list_box {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width: 100%;
}

.fl_list_box a {
	width: 23%;
	box-sizing: border-box;
	margin: 0 1% 20px 1%;
	color: #313131;
	text-decoration: none;
}

.fl_list_box a p {
	font-size: 12px;
	padding-bottom: 20px;
}

.fl_list_box a:hover p {
	color: #ccc;
}

.fl_list_box a p img {
	width: 100%;
}

.fl_list_box .not {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0 60px 0;
	text-align: center;
}

@media screen and (max-width: 599px) {

.fl_list_box a {
	width: 48%;
	margin: 0 1% 20px 1%;
}

}

/*	商品検索 fl_search
-------------------------------------------------------------------*/

#fl_search .sc_box {
	background: url(../img/line04.png) left top no-repeat;
	background-color: #fbfbf9;
}


.search_list {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width: 100%;
	list-style: none;
	border-top: 2px solid #dfe8d4;
	border-left: 2px solid #dfe8d4;
	margin-bottom: 60px;
}

.search_list:last-child {
	margin-bottom: 0px;
}

.search_list li {
	width: 25%;
	box-sizing: border-box;
	text-align: center;
	border-right: 2px solid #dfe8d4;
	border-bottom: 2px solid #dfe8d4;
}

.search_list li a {
	text-decoration: none;
	display: block;
	font-size: 14px;
	padding: 20px 20px;
	transition: all 0.2s;
}

.search_list li a:hover {
	background-color: #dfe8d4;
}

@media screen and (max-width: 1023px) {
.search_list li {
	width: 33.3333%;
}

}

@media screen and (max-width: 599px) {

.search_list {
	margin-bottom: 40px;
}

.search_list li {
	width: 50%;
}

.search_list li a {
	text-decoration: none;
	display: block;
	font-size: 12px;
	padding: 10px 5px;
	transition: all 0.2s;
}

}



/*	fl_ct_access アクセス
-------------------------------------------------------------------*/

#fl_ct_access .sc_box {
	background: url(../img/line05.png) left top no-repeat;
	padding: 40px 50px 50px 50px;
	background-color: #fbfbf9;
}

#fl_ct_access h1 {
	font-size: 20px;
	margin-bottom: 30px;
}

#fl_ct_access h1 span {
	display: block;
	font-size: 12px;
}

#fl_ct_access .left {
	width: 58%;
	float: left;
	box-sizing: border-box;
}

#fl_ct_access .right {
	width: 42%;
	float: right;
	box-sizing: border-box;
	padding-left: 36px;
}
.ggmap {
position: relative;
height: 400px;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#fl_ct_access .right dl dt {
	font-size: 20px;
	border-bottom: dotted 1px #aaa;
	padding-bottom: 4px;
	margin-bottom: 14px;
}

#fl_ct_access .right dl dt span {
	font-size: 14px;
	margin: 0 0.5em;
}

#fl_ct_access .right dl dd {
	font-size: 14px;
	margin-bottom: 4px;
}

@media screen and (max-width: 599px) {

#fl_ct_access .sc_box {
	background: url(../img/line05.png) left top no-repeat;
	padding: 30px 0px 0px 0px;
	background-color: #fbfbf9;
}

#fl_ct_access h1 {
	padding-left: 30px;
}

#fl_ct_access .left {
	width: 100%;
	float: none;
	box-sizing: border-box;
}

#fl_ct_access .right {
	width: 100%;
	float: none;
	box-sizing: border-box;
	padding: 0 30px;
	margin-bottom: 30px;
}

}


/*	footer
-------------------------------------------------------------------*/

footer {
	padding-top: 100px;
	padding-bottom: 40px;
	text-align: center;
	background: url(../img/footer.png) center bottom no-repeat;
}


/*	page_header_img
-------------------------------------------------------------------*/

.page_header_img {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width: 100%;
}

.page_header_img p {
	width: 10%;
	box-sizing: border-box;
	text-decoration: none;
}

.page_header_img p img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1399px) {

.page_header_img {
	padding-top: 80px;
}

}


/*	shop_info 店舗情報
-------------------------------------------------------------------*/

#shop_info .sc_box {
	background-image: url("../img/line01.png"), url("../img/top_news_back.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left top, left bottom;
	background-color: #fbfbf9;
	margin-bottom: 40px;
}

#shop_info .left {
	width: 226px;
	float: left;
	box-sizing: border-box;
	padding: 45px 0 0 50px;
}

#shop_info .right {
	width: 100%;
	float: left;
	margin-left: -226px;
	padding-left: 226px;
	box-sizing: border-box;
	padding-bottom: 70px;
}

#shop_info h1 {
	font-size: 26px;
}

#shop_info .right .inner {
	padding: 50px 50px 0 0;
}

#shop_info table {
	border-collapse: collapse;
	width: 100%;
}
#shop_info table th {
	border-bottom: dotted 1px #CCCCCC;
	padding: 14px 10px 14px 0;
	font-size: 14px;
	color: #313131;
	text-align: left;
	white-space: nowrap;
}
#shop_info table td {
	border-bottom: dotted 1px #CCCCCC;
	padding: 14px 0;
	font-size: 14px;
	color: #313131;
}

.shop_info_txt {
	margin-top: 20px;
	font-size: 14px;
	line-height: 2;
}

@media screen and (max-width: 599px) {

#shop_info .left {
	width: 100%;
	float: none;
	box-sizing: border-box;
	padding: 0px 0 0 0px;
}

#shop_info .right {
	width: 100%;
	float: none;
	margin-left: 0px;
	padding-left: 0px;
	box-sizing: border-box;
	padding-bottom: 160px;
}

#shop_info .right .inner {
	padding: 0px 0px 0 0px;
}

#shop_info table th {
	display: block;
	text-align: left;
	border: none;
	padding: 14px 0 0 0;
}
#shop_info table td {
	display: block;
	padding-left: 0em;
}

}


/*	お問い合わせ　注文フォーム
-------------------------------------------------------------------*/

.form_box .sc_box {
	background: url(../img/line01.png) left top no-repeat;
	background-color: #fbfbf9;
}

.form_box h1 {
	font-size: 20px;
	margin-bottom: 30px;
}

.form_box h1 span {
	display: block;
	font-size: 12px;
}

.form_box h2 {
	font-size: 16px;
	margin-top: 60px;
	margin-bottom: 40px;
	font-weight: bold;
	text-align: center;
}

.form_set {

}

.form_set table {
	border-collapse: collapse;
	width: 100%;
}
.form_set table th {
	width: 200px;
	border-bottom: dotted 1px #CCCCCC;
	padding: 20px 10px 20px 0;
	font-size: 14px;
	color: #313131;
	text-align: left;
	white-space: nowrap;
	box-sizing: border-box;
}
.form_set table td {
	width: calc(100% - 200px) ;
	border-bottom: dotted 1px #CCCCCC;
	padding: 20px 0;
	font-size: 14px;
	color: #313131;
	box-sizing: border-box;
}

.form_set table th span {
	font-size: 12px;
	margin-left: 10px;
	color: #ff0000;
}

.form_set .form_date {
	border: solid 1px #999;
	width: 90%;
	max-width: 400px;
	box-sizing: border-box;
	padding: 4px;
	font-size: 14px;
}

.form_set select {
	border: solid 1px #999;
	box-sizing: border-box;
	padding: 4px;
	font-size: 14px;
}

.form_set .form_txt {
	border: solid 1px #999;
	box-sizing: border-box;
	padding: 4px;
	font-size: 14px;
}

.form_set .form_txt_type01 {
	width: 90%;
}


.form_set .form_sonota {
	margin-top: 10px;
	width: 90%;
}

.form_set .form_kingaku {
	width: 100px;
}

.form_set textarea {
	border: solid 1px #999;
	box-sizing: border-box;
	padding: 4px;
	width: 90%;
	height: 100px;
	font-size: 14px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.form_set .zip-add p {
	margin-bottom: 10px;
}

.form_set .form_txt_pref {
	width: 200px;
}

.form_set .form_txt_addr {
	width: 90%;
}

.form_set .send {
	margin-top: 30px;
	text-align: center;
}

.form_set .send input {
	border: solid 1px #666;
	padding: 10px;
	width: 200px;
	background-color: #665e4c;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
}

.form_set .radio {
	margin-right: 0.5em;
}

.form_set .kibo {
	margin-right: 30px;
}

.form_set #photo_txt {
	margin-top: 10px;
}

.form_set #price_txt {
	margin-top: 10px;
}

.form_thanks p {
	font-size: 14px;
	margin-bottom: 20px;
}

.form_err {
	font-size: 14px;
	margin-bottom: 40px;
}

.err_box {
	font-size: 14px;
	margin-bottom: 40px;
	color: #ff0000;
}

.err_box p {
	margin-bottom: 10px;
}

#kakunin_txt {
	font-size: 14px;
	margin-bottom: 40px;
}

.form_btn_s {
	margin-right: 20px;
}

@media screen and (max-width: 1024px) {

.form_set table th {
	display: block;
	width: 100%;
	border-bottom: dotted 0px #CCCCCC;
	padding: 20px 0px 0px 0;
}
.form_set table td {
	display: block;
	width: 100%;
	border-bottom: dotted 1px #CCCCCC;
	padding: 10px 0 20px 0;
}

}

@media screen and (max-width: 599px) {

.form_box h1 {
	padding-left: 30px;
}

.form_set table th {
	font-size: 12px;
}
.form_set table td {
	font-size: 12px;
}

.form_btn_s {
	margin-right: 0px;
	margin-bottom: 20px;
}

}



/*	動的　花詳細ページ fl_info
-------------------------------------------------------------------*/

.fl_info .sc_box {
	background: url(../img/line01.png) left top no-repeat;
	padding: 50px 50px 50px 50px;
	background-color: #fbfbf9;
}

.fl_info h1 {
	border-bottom: dotted 1px #ccc;
	padding-bottom: 10px;
}

.fl_info_box {

}

.fl_info_box .img {
	width: 44%;
	float: left;
}

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

.fl_info_box .txt {
	width: 56%;
	float: right;
	box-sizing: border-box;
	padding-left: 40px;
}

.fl_info_box .txt .fl_info_txt {
	font-size: 14px;
	line-height: 2;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 30px;
}

.fl_info_ct {
	margin-top: 20px;
}

.fl_info_ct .main_ct {

}

.fl_info_ct .main_ct a {
	border: solid 1px #333;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
	padding: 2px 6px;
	font-size: 14px;
	background-color: #665e4c;
	color: #fff;
	text-decoration: none;
}

.sub_ct {
	margin-top: 20px;
	background-color: #fff;
	padding: 20px;
}

.sub_ct dl {
	margin-bottom: 16px;
}

.sub_ct dl dt {
	font-size: 12px;
	margin: 0px;
	padding: 0;
	line-height: 1;
}

.sub_ct dl dd {
	display: inline;
	font-size: 12px;
	margin: 0 2px 0 0;
	padding: 0;
	line-height: 1;
}


@media screen and (max-width: 768px) {

.fl_info_box .img {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 50px;
}

.fl_info_box .txt {
	width: 100%;
	float: none;
	padding-left: 0px;
}

}

@media screen and (max-width: 599px) {

.fl_info .sc_box {
	padding: 0px;
}

.fl_info_box .img {
	margin-bottom: 20px;
}

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

.fl_info_box .txt {
	width: 100%;
	float: none;
	padding: 0 20px 40px 20px;
}

.fl_info h1 {
	font-size: 14px;
	margin-bottom: 10px;
}

.fl_info_box .txt .fl_info_txt {
	font-size: 12px;
}

.fl_info_ct .main_ct a {
	font-size: 12px;
}

}


/*	sp_nav
-------------------------------------------------------------------*/

@media screen and (min-width: 1399px) {

.sp_nav {
	display: none;
}

}

.sp_nav dl {
	padding-top: 82px;

}

.sp_nav dl dt {
	padding: 20px 0;
	border-bottom: solid 1px #eee;
	text-align: center;
	font-size: 12px;
	color: #665E4C;
}

.sp_nav dl dd {
	border-bottom: solid 1px #eee;
	background-color: #fff;
}

.sp_nav dl dd a {
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #665E4C;
	text-decoration: none;
}

.sp_nav ul {
	list-style: none;


}

.sp_nav ul li {
	border-bottom: solid 1px #eee;
}

.sp_nav ul li a {
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #665E4C;
	text-decoration: none;
}

.sp_nav ul li a span {
	font-size: 10px;
	display: block;
}

.sp_nav_sns {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width: 100%;
	max-width: 200px;
	margin: 20px auto;
}

.sp_nav_sns p {
	width: 25%;
	box-sizing: border-box;
	text-align: center;
}

.sp_nav_sns p img {
	width: 40px;
}

#sp_logo {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 80px;
}

.drawer-nav {
  width: 100%;
	background-color: #F4F3EE;
}

.drawer--right .drawer-nav {
  right: -100%;
}

.drawer-hamburger {
	z-index: 9999;
	height: 60px;
	width: 60px;
	box-sizing: border-box;
	top: 10px;
}


/*	sns
-------------------------------------------------------------------*/

.sns {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width: 240px;
	margin: 0 auto;
}

.sns p {
	width: 25%;
	max-width: 60px;
	box-sizing: border-box;
	text-align: center;
}

.sns p img {
	width: 40px;
	height: 40px;
}

/*	clearfix
-------------------------------------------------------------------*/

.clear:after {
	content: "";
	display: block;
	clear: both;
}
 
.clear:before {
　　　　content: "";
	display: block;
	clear: both;
}
 
.clear {
	display: block;
}
