@charset "UTF-8";
/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	font-weight:normal;
    vertical-align: baseline;
    background: transparent;
}

html {
	height:100%;
	-webkit-text-size-adjust:100%; /*iPhone 文字サイズ調整*/
	overflow-x: hidden; /*横スクロール非表示*/
} 

body {
	font:normal 12px/1.8 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	height:100%;
	/* background:#1F1F1F;*/
   background:#8DA0B6;
}

ol, ul {
    list-style: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}
 
address {
	font-style:normal;
}


/*------------------------------------------------------------
	LINK
------------------------------------------------------------*/

a:link {
  color: #fc9;
	text-decoration: underline;
}

p.txt01 a {
  color:#37006A;
}

a:visited {
  color: #fc9;
	text-decoration: underline;
}

a:hover {
	color: #967568;
	text-decoration: underline;
}

a:active {
	color: #fc9;
}

a:focus { 
	outline:none;
}

a[href^="http"].exlink {
  background:url(http://img.beoneflower.com/common/img/bg_exlink.png) no-repeat right 1px;/* 外部リンクの後ろにアイコン*/
  padding-right:18px;
  margin-right:5px;
}

a[href^="http"].exlink {
  background:url(http://img.beoneflower.com/common/img/bg_exlink.png) no-repeat right 2px\9;/* IE8*/ 
}


/*------------------------------------------------------------
	clearFix
------------------------------------------------------------*/

* html .clearFix,
*+html .clearFix {
	zoom: 1;
}

.clearFix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.clearFix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */

.zoom {
	overflow: hidden;
	zoom: 1;
}

/*------------------------------------------------------------
	iOS スタイル削除
------------------------------------------------------------*/
input[type="button"],
input[type="text"],
input[type="submit"] {
   -webkit-appearance: none;
}

/*------------------------------------------------------------
	マージン
------------------------------------------------------------*/

.mb5 {
	margin-bottom:5px;
}

.mb10 {
	margin-bottom:10px;
}

.mb15 {
	margin-bottom:15px;
}

.mb20 {
	margin-bottom:20px;
}

.mb25 {
	margin-bottom:25px;
}

.mb30 {
	margin-bottom:30px;
}

.mb35 {
	margin-bottom:35px;
}

.mb40 {
	margin-bottom:40px;
}

.mb45 {
	margin-bottom:45px;
}

.mb50 {
	margin-bottom:50px;
}

.mb60 {
	margin-bottom:60px;
}

.mb70 {
	margin-bottom:70px;
}

.mb80 {
	margin-bottom:80px;
}

.ml10 {
	margin-left:10px;
}

.ml15 {
	margin-left:15px;
}


/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/

/* リスト */


/* 画像 */


/* 太字・注意書き */

strong,
.bold {
	font-weight:bold;
}

.boldborder {
	font-weight:bold;
	text-decoration:underline;
}

.red,
.attention {
	color:#FF9999;
	color:#b51212;
}

.redbold {
	font-weight:bold;
	color:#FF9999;
	color:#b51212;
}

.redborder {
	color:#FF9999;
	color:#b51212;
	text-decoration:underline;
}


/* 見出し体裁 */

.dropcap01,
.dropcap02,
.dropcap03 {
	display: block;
	float: left;
	margin: 0px 8px 0px 0px;
	font-size: 24px;
	font-weight:bold;
	line-height: 40px;
	background:#333;
	color: #FFF;
	width: 40px;
	height: 40px;
	text-align: center;
	text-shadow: none;
}


.dropcap02 {
	border-radius: 50px;
}

.dropcap03 {
	background:none;
	color:#333;
	margin:0;
}


/* テーブル */


/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

table tr th,
table tr td {
	display:block;
}

@media only screen and (min-width: 641px) {
	
table tr th,
table tr td {
	display:table-cell;
}

}



/* 引用 */

blockquote {
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  /*Font*/
  text-align: justify;
  /*Borders - (Optional)*/
  border-left: 15px solid #000;
  border-right: 2px solid #000;

}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  /*Font*/
  font-family: Georgia, serif; /* フォントを変えると"マークが変わる*/
  font-size: 60px;
  font-weight: bold;
  color: #999;
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a {
  text-decoration: none;
  background: #eee;
  padding: 0 3px;
  color: #c76c0c;
}


/* float */

.floatL {
	float: left;
}

.floatR {
	float: right;
}

br.pc {
	display: none;
}

@media only screen and (min-width:769px) {
	
	br.pc {
		display: block;
	}
	
	br.sp {
		display:none;
	}

}


/*------------------------------------------------------------
	ベースライン
------------------------------------------------------------*/

h1 {
	font-size:18px;
	font-weight:bold;
	background:url(http://img.beoneflower.com/common/img/bg_fullwidth.png) left bottom repeat-x;
	line-height:1.4;
	padding:0 0 26px 5px;
	margin-bottom:10px;
}

@media only screen and (min-width:769px) {
	
h1 {
	font-size:24px;
	font-weight:normal;
	line-height:2.2;
	padding:0 0 16px 5px;
}

}

h2 {
	font-size:26px;
}

h3 {
	font-size:20px;
	font-weight: bold;
	text-align: center;
}

h4 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px dotted #333;
}

h5 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
}

h6 {
	font-size:13px;
}

p.txt01 {
	text-align:justify;
}



/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

div#wrapper {
	position:relative;
}

#header {
	background:#3E3759;
	width:96%;
	height:50px;
	margin:20px 2% 0;
	position:relative;
	z-index:9999;/*chrome用*/
}

#header p.siteID {
	position:absolute;
	top:0;
	left:0;
	background:url(http://img.beoneflower.com/common/img/head_logo.png) center 7px no-repeat;
	background-size:95px 36px;
	width:130px;
	height:50px;
	text-indent:-9999px;
	float:left;
}

#header p.siteID a {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:130px;
	height:50px;
	z-index:100;
}

#header ul.social_icon {
	position:absolute;
	top:0;
	right:50px;
	color:#333;
}

#header ul.social_icon li {
	float:left;
	line-height:50px;
	margin:0 10px;
}


@media only screen and (min-width: 813px) {
	
	#header ul.social_icon li {
		margin:0 0 0 18px;
	}

	
}

#header ul.social_icon li a {
	color:#fff;
	text-decoration:none;
}

.fixedTop {
    position: fixed!important;
    top: -20px!important;
    z-index: 10000!important;
}



/*ナビゲーション*/

a.menu_fb:after,
a.menu_insta:after,
a.menu_search:after {
	 font-size:20px;
	 font-family: "fontawesome";
	 line-height:50px;
	 color:#fff;
}

a:hover.menu_fb:after,
a:hover.menu_insta:after,
a:hover.menu_search:after {
	 color:#ccc;
}

a.menu_fb:after {
	 content: "\f230";
}

a.menu_insta:after {
	 content: "\f16d";
}

a.menu_search:after {
	 content: "\f002";
}



/*------------------------------------------------------------
	モーダル NEW
------------------------------------------------------------*/

#wrap {
	z-index: 1000!important;/*デフォルトのZOOM打ち消し*/
}

#modal-area .modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

#modal-area .modal__bg {
    background: rgba(55,55,55,0.9);
    width: 100%;
    height: 100vh;
    position: absolute;
}

#modal-area .modal__content {
	background: #fff;
	width: 94vw;
	max-width: 600px;
	padding: 15px;
	position: absolute;
	top: 120px;
    left: 3vw;
    z-index: 200;
/*     transform: translateY(-50%); */
	box-shadow: 0px 4px 40px rgba(0,0,0,.15);
    z-index: 10000;
    box-sizing: border-box;
}

@media only screen and (min-width: 813px) {
	
	#modal-area .modal__content {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 30px;
	}
	
}



#modal-area input[type="text"] {
	background: #f1f1f1;
	width: calc(100% - 70px);
	height: 50px;
    font-size: 16px;
    color: #000;
    padding: 0 10px;
    float: left;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
}

#modal-area input[type="text"]:focus {
	background: #e7e2fa;
}

@media only screen and (min-width: 813px) {
	
	#modal-area input[type="text"] {
		width: calc(100% - 160px);
		height: 66px;
		font-size: 17px;
		padding: 0 30px;
	}
	
}


#modal-area input.search-btn {
	display: block;
	background: #3E3759;
    border: none;
	width: 70px;
	height: 50px;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
    cursor: pointer;
    float: left;
    position: relative;
	z-index: 1000;
    border-radius: 0;
}


@media only screen and (min-width: 813px) {
	
	#modal-area input.search-btn {
	    width: 160px;
	    height: 66px;
	    font-size: 17px;
	}
	
	#modal-area input.search-btn:hover {
		background: #514c67;	
	}

}


#modal-area .modal__content a.js-modal-close {
	display: block;
	overflow: visible;
	background: transparent;
	color: #fff;
	position: absolute;
	top: -50px;
	right: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	transition: color 0.2s;
	text-decoration: none;
	border: 0;
	outline: 0;
}

#modal-area .modal__content a.js-modal-close:before {
	content: '\f00d';
	display: block;
	font-family: 'fontawesome';
	font-size: 28px;
    font-weight: 200;
	position: absolute;
	top: 0;
	right: 0;
}

@media only screen and (min-width: 813px) {
	
	#modal-area .modal__content a.js-modal-close {
	  top: -70px;
	  right: 0;
	}
	
	#modal-area .modal__content a.js-modal-close:before {
		font-size: 38px;
	}
	
}



/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

div#top_visual {
	display:none;
}

div#container {
	width:100%;
	margin:0 auto;
}

div#container div.contents {
	width:96%;
	margin:20px auto;
}

/*テンプレ用 仮設定*/
div.grid {
	float:left;
	margin-bottom:10px;
}

div.section {
	background:url(http://img.beoneflower.com/common/img/bg_fullwidth.png) left bottom repeat-x;
	padding-bottom:40px;
	margin-bottom:30px!important;
}

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

div.inner_box {
	box-sizing:border-box;
	padding:0 2%;
}


/*------------------------------------------------------------
	パンくず
------------------------------------------------------------*/

ul.breadcrumb {
	font-size:11px;
	margin-bottom:20px;
}

ul.breadcrumb li {
	float:left;
}

ul.breadcrumb li a:hover {
	color:#ccc;
}

ul.breadcrumb li:after {
	content:">";
	margin:0 1em;
}

ul.breadcrumb li:last-child:after {
	content:""
}

ul.breadcrumb li a {
	color:#fff;
}


/*------------------------------------------------------------
	RESPONSIVE GRID
------------------------------------------------------------*/

div.fullwidth,
div.one_half,
div.one_half_end,
div.one_third,
div.one_third_end {
	width:100%;
}

div.one_fourth,
div.one_fourth_end {
	width:49%;
}

div.one_fourth,
div#side_main div.one_fourth {
	margin-right:2%;
}


div.one_fourth:nth-child(2n+1) {
	margin-right:0;
}

div#side_main div.one_fourth:nth-child(2n) {
	margin-right:0;
}

div.two_third,
div.two_third_end {
	width:100%;
}

div.one_fifth {
	width:49%;
}

div.one_fifth,
div#side_main div.one_fifth {
	margin-right:2%;
}

div.one_fifth:nth-child(2n),
div#side_main div.one_fifth:nth-child(2n) {
	margin-right:0;
}

div.two_fifth,
div.two_fifth_end,
div.three_fifth,
div.three_fifth_end {
	width:100%;
}


/*------------------------------------------------------------
	2カラム（サイドナビ有り）
------------------------------------------------------------*/

div#side_left {
	display:none;
}

div#side_main {
	width:100%;
}



/*------------------------------------------------------------
	PAGER
------------------------------------------------------------*/

div.pager {
	clear:both;
	position:relative;
	overflow:hidden;
}

div.pager ul {
	position:relative;
	left:50%;
	float:left;
}

div.pager ul li {
	position:relative;
	left:-50%;
	float:left;
	margin:10px;
}

div.pager ul li a {
	display:block;
	color:#fff;
	text-decoration:none;
	border:1px solid #ccc;
	padding:6px 10px;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

div.pager ul li a:hover {
	background:#3E3759;
	color:#fff;
	border:1px solid #3E3759;
}


/*------------------------------------------------------------
	3つのインフォメーション
------------------------------------------------------------*/


div.general_info div.one_third,
div.general_info div.one_third_end {
	color:#333;
	background:url(http://img.beoneflower.com/common/img/bg_border.png) left top repeat;
	box-sizing:border-box;
	padding:10px;
}

div.general_info div.general_info_inner {
	background:#fff;
	box-sizing:border-box;
	padding:15px;
	min-height:574px;
}

div.general_info div.general_info_inner a {
	color:#4C3E2A;
}

div.general_info div.general_info_inner a:hover {
	color:#ccc;
}


div.general_info div.general_info_inner p.btn_ppl,
div.general_info div.general_info_inner p.btn_ppl02 {
	background:#37006A;
	width:80%;
	text-align:center;
	line-height:36px;
	border-radius:3px;
}

div.general_info div.general_info_inner p.btn_ppl {
	margin:0 auto;
}

div.general_info div.general_info_inner p.btn_ppl02 {
	margin:0 auto 30px;
}

div.general_info div.general_info_inner p.btn_ppl a,
div.general_info div.general_info_inner p.btn_ppl02 a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

div.general_info div.general_info_inner p.btn_ppl a:hover,
div.general_info div.general_info_inner p.btn_ppl02 a:hover {
	background:#900;
}

div.general_info div.general_info_inner p.btn_ppl i,
div.general_info div.general_info_inner p.btn_ppl02 i {
	margin-left: 10px;
}


div.general_info div.general_info_inner img {
	max-width:100%;
	height:auto;
	margin-bottom:10px;
}

div.general_info div.general_info_inner dl {
	margin-bottom:15px;
}

div.general_info div.general_info_inner dl dt {
	font-weight:bold;
	color:#B23959;
}

div.general_info div.general_info_inner dl dt.info_ttl {
	font-size:13px;
	font-weight:bold;
	color:#333;
	margin-bottom:5px;
}

div.general_info div.general_info_inner dl dd {
	font-size:11px;
	text-align:justify;
}

div.general_info div.general_info_inner dl dd.tel {
	font-size:18px;
	font-weight:bold;
}

div.general_info div.general_info_inner ul li {
	float:left;
	font-size:10px;
	margin-right:10px;
}



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

div#footer_area {
	width:100%;
	background:#292929;
}

/*ページトップへ*/
div#footer_area div#page_top {
	background:#2f2f2f;
	line-height:40px;
	text-align:center;
	color:#fff;
	margin-bottom:20px;
}

div#footer_area div#page_top a {
	display:block;
	width:100%;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

div#footer_area div#page_top a:hover {
	background:#3E3759;
}

div#footer_area div#page_top a:before {
	 font-family: "fontawesome";
	 content: "\f106";
	 line-height:48px;
	 padding-right:10px;
}

/*フッター（1+2カラム）*/

div#footer_area div#footer {
	width:100%;
	margin:0 auto 10px;
}

div#footer_area div#footer p.foot_logo {
	background:url(http://img.beoneflower.com/common/img/foot_logo.png) left top no-repeat;
	width:200px;
	height:81px;
	text-indent:-9999px;
	margin:0 auto 10px;
}

div#footer_area div#footer div.one_third {
	text-align:center;
	margin-bottom:30px;
}

div#footer_area div#footer dl.footlink {
	width:45%;
	padding-left:5%;
	min-height:160px;
	margin-bottom:20px;
}

div#footer_area div#footer dl dt {
	font-weight:bold;
	margin-bottom:5px;
}

div#footer_area div#footer dl dd {
	font-size:10px;
}

div#footer_area div#footer dl.footlink {
	float:right;
	line-height:2.0;
}

div#footer_area div#footer dl.footlink a {
	color:#ccc;
}

div#footer_area div#footer dl.footlink a:hover {
	color:#fff;
}

/*コピーライト*/

div#footer_area div#foot_btm {
	background:#000;
	font-size:10px;
	line-height:40px;
	text-align:center;
	color:#fff;
}


/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/

.nav {
	position:relative;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
}
.nav-list {
	text-align:left;
}

.nav-item {
	float:left;
	*display:inline;
	zoom:1;
	position:relative;
	z-index:10;
}
.nav-item a {
	display:block;
	color:#FFF;
	box-sizing:border-box;
	padding:15px 10px;
	border-bottom:1px solid #333;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.nav-item > a:hover {
	/*background:#822368;*/
	color:#3E3759;
}

.nav-item:hover .nav-submenu {
	display:block;
}
/* Navigation submenu */
.nav-submenu {
	display:none;
	position:absolute;
	left:0;
	width:180px;
}
.nav-submenu-item a {
	background:#333;
	border-bottom:1px solid #222;
	display:block;
	padding:15px;
	line-height:15px;
}
.nav-submenu-item a:hover {
	background:#3E3759;
	color:#fff;
}
/* Mobile navigation */
.nav-mobile {
	display:none; /* Hide from browsers that don't support media queries */
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	background:#3E3759 url(http://img.beoneflower.com/js/flaunt/img/nav.svg) no-repeat center center;
	background-size:18px;
	height:50px;
	width:50px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	border-left:1px solid #333;
	height:49px;
	width:50px;
	cursor:pointer;
}
.nav-click i {
	display:block;
	height:48px;
	width:48px;
	background:url(http://img.beoneflower.com/js/flaunt/img/drop.svg) no-repeat center center;
	background-size:20px;
}
.nav-click:hover {
	background-color:#3E3759;
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
@media only screen and (min-width: 769px) {
	.nav-item a {
	line-height:50px;
	color:#000;
	border-bottom:none;
}

.nav-item > a:hover {
	padding:15px 10px 11px;
	border-bottom:4px solid #3E3759;
}

.nav-submenu-item a {
	background:#eee;
	border-bottom:1px solid #3E3759;
	display:block;
	padding:15px 10px;
	line-height:15px;
}


	
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.nav-mobile {
		display:block;
	}
	.nav {
		width:100%;
		padding:50px 0 0;
	}
	.nav-list {
		display:none;
	}
	.nav-item {
		width:100%;
		float:none;
		background:#444;
	}
	.nav-item > a {
		padding:15px;
	}
	.nav-click {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	}
	.nav-item:hover .nav-submenu {
		display:none;
	}
	.nav-submenu {
		position:static;
		width:100%;
	}
}



/*------------------------------------------------------------
	スマホ（ランドスケープ）＆ファブレット
------------------------------------------------------------*/

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

div.one_half, div.one_half_end {
	width:49%;
}

div.one_half {
	margin-right:2%;
}
	
}

/*------------------------------------------------------------
	タブレット
------------------------------------------------------------*/

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

/*レイアウト*/
div.grid {
	margin-bottom:20px;
}

div.one_third,
div.one_third_end {
	width:48%;
}

div.one_fourth,
div.one_fourth_end {
	width:32%;
}

div#side_main div.one_fourth:nth-child(2n) {
	margin-right:2%;
}

div#side_main div.one_fourth:nth-child(3n) {
	margin-right:0;
}

div.one_third {
	margin-right:2%;
}

div.two_third,
div.two_third_end {
	width:48%;
}

div.two_third {
	margin-right:2%;
}

div.one_fifth,
div.one_fifth_end {
	width:18.4%;
}

div.one_fifth:nth-child(2n),
div#side_main div.one_fifth,
div#side_main div.one_fifth:nth-child(2n)  {
	margin-right:2%;
}

div.one_fifth:nth-child(5n),
div#side_main div.one_fifth:nth-child(5n+3) {
	margin-right:0;
}


div.two_fifth, div.two_fifth_end{
	width:38.8%;
}

div.two_fifth {
	margin-right:2%;
}

div.three_fifth,
div.three_fifth_end {
	width:59.2%;
}

div.three_fifth {
	margin-right:2%;
}

}


/*------------------------------------------------------------
	PC
------------------------------------------------------------*/

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

div.two_third,
div.two_third_end {
	width:66%;
}

/*ヘッダー*/

#header {
	background:#fff;
	width:1040px;
	height:80px;
	margin:30px auto 0;
}
	
#header p.siteID {
	position:relative;
	background:url(http://img.beoneflower.com/common/img/head_logo.png) center 15px no-repeat;
	background-size:133px 50px;
	background-color:#3E3759;
	width:173px;
	height:80px;
	margin-right:20px;
	float:left;
}

#header p.siteID a {
	display:block;
	width:173px;
	height:80px;
}

#header ul.social_icon {
	right:30px;
	color:#333;
}

#header ul.social_icon li {
	line-height:80px;
}

#header ul.social_icon li a {
	color:#000;
}

.fixedTop {
    position: fixed!important;
    top: -30px!important;
	left:50%;
	margin-left:-520px!important;
    z-index: 10000!important;
}


/*ナビゲーション*/

a.menu01:after {
	 font-family: "fontawesome";
	 content: "\f107";
	 line-height:48px;
	 padding-left:5px;
}

a.menu_fb:after,
a.menu_insta:after,
a.menu_search:after {
	 line-height:80px;
	 color:#bbb;
}

a:hover.menu_fb:after,
a:hover.menu_insta:after,
a:hover.menu_search:after {
	 color:#3E3759;
}

ul.breadcrumb {
	margin-bottom:60px;
}
	
div#container div.contents {
	width:1040px; /*１．コンテンツの幅を指定*/
}

div.one_fourth,
div.one_fourth_end {
	width:23.5%;
}

div.one_fourth,
div.one_fourth:nth-child(4n+1) {
	margin-right:2%;
}

div.one_third,
div.one_third_end {
	width:32%;
}

/*------------------------------------------------------------
	2カラム（サイドナビ有り）
------------------------------------------------------------*/

div#side_left {
	display:block;
	width:18.4%;
	margin-right:3.1%;
	float:left;
}

div#side_left div#side_menu {
	background:#2D2D2D;
	padding:20px 10px;
	box-sizing:border-box;
	margin-bottom:20px;
}

div#side_left div#side_menu dl {
	margin-bottom:30px;
}

div#side_left div#side_menu dl:last-child {
	margin-bottom:10px;
}

div#side_left div#side_menu dl dt {
	font-weight:bold;
	background:url(http://img.beoneflower.com/common/img/bg_menu_dt.png) left bottom no-repeat;
	margin-bottom:10px;
	padding-bottom:10px;
}

div#side_left div#side_menu dl dd a {
	font-size:11px;
	color:#fff;
	text-decoration:none;
	background:url(http://img.beoneflower.com/common/img/arrow_side.png) left 2px no-repeat;
	padding-left:12px;
	margin-left:10px;
}

div#side_left div#side_menu dl dd a:hover {
	color:#ccc;
	text-decoration:underline;
}

div#side_left ul li {
	margin-bottom:5px;
}

div#side_left ul li a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #111;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

div#side_main {
	width:78.5%;
	float:left;
}

div#side_main div.one_fourth:nth-child(2n),
div#side_main div.one_fourth:nth-child(2n+1) {
	margin-right:2%;
  visibility:hidden;
}

div#side_main div.one_fourth:nth-child(4n) {
	margin-right:0;
}

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

div#footer_area div#footer div.one_third {
	text-align:left;
	margin-bottom:0;
}

div#footer_area div#footer {
	width:1040px;
	margin:0 auto 10px;
}

div#footer_area div#footer p.foot_logo {
	margin:0 0 10px;
}

div#footer_area div#footer dl.footlink {
	width:25%;
	padding-left:5%;
	box-sizing:border-box;
	margin-top:20px;
}


}



/*------------------------------------------------------------
	フッターフロート
------------------------------------------------------------*/

#footerMenu {
	background: rgba(0,0,0,0.8);
  width: 100%;
  height: 0px;
  z-index: 300;
  overflow: none;
  position: fixed;
  bottom: 0;
  left: 0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

#footerMenu section {
	display:flex;
	flex-wrap:wrap;
	display: -webkit-flex; /*古いブラウザ用*/
	-webkit-flex-wrap: wrap;/*古いブラウザ用*/
}

#footerMenu.show {
  height: 30px;
  padding: 10px 0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

#footerMenu div {
	width: 30.666%;
	height: 30px;
	border: 1px solid #fff;
	box-sizing: border-box;
	text-align: center;
	margin-right: 2%;
	border-radius: 2px;
}

#footerMenu div:first-child {
	margin-left: 2%;
}

#footerMenu div a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height: 28px;
	text-decoration: none;
}

@media only screen and (min-width: 641px) {
	
	#footerMenu {
		display: none;
	}

}