@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, div, dfn, em, img, ins, kbd, q, s, samp, small, strike, 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, article, aside, canvas, details, embed, figure, figcaption, hgroup, menu, nav, output, ruby, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	text-align:left;
	font-weight:normal;
  font-style:normal;
	background-repeat:no-repeat;
	border:0 none;
}


/*==================================================================================================================
再定義
==================================================================================================================*/
/*基本リンク
------------------------------------------------------------------------------------------------------------------*/

/*
a:hover img, a:focus img {
	opacity:0.75;
	filter:alpha(opacity=75);
}
*/

/*リスト
------------------------------------------------------------------------------------------------------------------*/
ol, ul, li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

/* paddingやborderも widthに含める形式に統一
------------------------------------------------------------------------------------------------------------------*/
* { box-sizing:border-box; }

/*==================================================================================================================
クリア
==================================================================================================================*/
.clear {
	clear:both;
	size:0;
}
.clearfix {
	display: inline-table;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	clear: both;
	height: 0;
	display:block;
	content:".";
	zoom:1;
}
/* IE6 */
* html .clearfix {
	zoom: 1;
}
/* IE7 */
*:first-child+html .clearfix {
	zoom: 1;
}
/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  



/*==================================================================================================================
フォントに関する基本スタイル
==================================================================================================================*/
/*基本文字サイズ&文字色
------------------------------------------------------------------------------------------------------------------*/
body {
	font-size:62.5%;/*10px相当にリセット*/
	font-family: "Noto Sans Japanese","Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	line-height:2;
	color:#111;
}

@media (max-width:499px) {
	body{line-height: 1.7;}
}
/*段落*/
p {
	margin:0px 0px 15px 0px;/*下部に余白*/
	font-size: 15px;
}

/*文字サイズ*/
ul, dl{font-size: 15px;}

/*基本リンク
------------------------------------------------------------------------------------------------------------------*/
/*リンク文字色*/
a:link    {color:#0099cc;}
a:visited {color:#0099cc;}
a:hover   {color:#00a9f0;}

/*マーカー＆強調文字色
------------------------------------------------------------------------------------------------------------------*/
/*ラインマーカー*/
.c_mrk {
	background-color:#e5d89b;/*Marker*/
	padding:0 3px;
}
/*強調文字色*/
.c_ptv {color:#df0000;}/*positive*/
.c_pit {color:#900000;}/*point up*/
.c_ngt {color:#5488a2;}/*negative)*/
.c_off {color:#cac5ba;}/*off*/

.att{color:#cc6666;}

/*右寄せ*/
.txt_right, .txt_right p {
	text-align:right;
}
/*中央寄せ*/
.txt_center, .txt_center p {
	text-align:center;
}
/*明朝*/
.f_mn {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/*==================================================================================================================
テーブルに関する設定
==================================================================================================================*/
table {
	border-collapse: collapse;
	border-spacing:0;
}
/*テーブルタイトル*/
caption {
	text-align:left;
	font-weight:bold;
	color:#993300;
}
/*枠線*/
th,td{
	border:1px solid #fff;
	padding:3px 10px;
    font-size: 1rem;}
thead th,tfoot th {
	vertical-align:top;
	background-color:#EFEFEF;
	color:#FFFFFF;
}
thead td,tfoot td {
	vertical-align:top;
	background-color:#999;
	color:#FFFFFF;
}
tbody th {
	vertical-align:top;
	background-color:hsla(0, 57%, 42%, 0.33);
}
tbody td {
	vertical-align:top;
	background-color:rgba(255, 255, 255, 0.08);
}

/*その他
-------------------------------------------------------------------------------------------------------------------*/
/*区切り線*/
hr{clear:both;border:0px solid #fff;padding:15px 0;width:0;}

/*画像・オブジェクト*/
img         {border:0 none;vertical-align:bottom;max-width:100%;}
object	    {text-decoration:none;border:none;margin:0px;padding:0px;vertical-align:bottom;}


/* メニューを非表示にするパターン */
@media (max-width: 499px) {
	.noTab, .noTab caption, .noTab thead, .noTab tfoot, .noTab tbody, .noTab tr, .noTab th, .noTab td { display:block; width:100%; }
}



/*==================================================================================================================
レイアウト設定
==================================================================================================================*/

/*共通*/
body{
	background: url(../images/bg_body.jpg);
	background-attachment: fixed;
}
#container  {
	width: 100%;
	position: relative;
}
.inner{width:100%; max-width: 1000px; margin:0 auto;}
.inner:after, #concept:after, #schedule ul li:after{
	content: "";
	display: block;
	clear: both;
}
#concept, #schedule, #access, #column, #club{
	margin-bottom: 70px;
}
#schedule h1, #access h1, #access h1, #column h1{
	text-align: center;
	margin-bottom: 30px;
}

@media (max-width:1020px) {
	.inner{padding: 0 1%;}
	#concept, #schedule, #access, #column, #club{margin-bottom: 40px;}
}


/*ヘッダー*/
#header{
	background: url(../images/hdr_line.png) repeat-x center top;
	padding: 40px 0 0;
	position: relative;
}
#header .inner{position: relative;}
#hdr_logo{text-align: center;}
#header h1{
	font-size: 14px;
	text-align: center;
	margin: 10px 0 0;
}
.hdr_sns{
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
.hdr_sns li{
	display: inline-block;
}
#header .inner > .hdr_sns{
	position: absolute;
	right:0;
	top:30px;
	width: 110px;
}

@media (max-width:1020px) {
	#header .inner > .hdr_sns{right:1%;}
}
@media (max-width:699px) {
	#header{padding: 20px 0 0;}
	#hdr_logo img{width: 70%;}
	#header .inner > .hdr_sns{display: inherit; width: 40px; top:5px;}
	#header .inner > .hdr_sns li:first-of-type{margin-bottom: 10px;}
	#header h1{line-height: 1.4; font-size: 12px}
}
@media (max-width:499px) {
	#header h1{margin-top: 5px;}
}
@media (max-width:399px) {
	#header .inner > .hdr_sns{width:35px;}
	#header h1{letter-spacing: -0.6px;}
}

/*グローバルメニュー*/
#gnav{
	background-color: rgba(235,97,0,0.7);
	margin-top: 25px;
	padding: 10px 0 7px;
}
#gnav ul, #gnav_fix_bg > ul{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
}
#gnav ul li{
	display: inline-block;
	width: 16%;
	text-align: center;
}
#gnav_fix{
	display: none;
	width: 100%;
	position:fixed;
	top: 0;
	z-index: 999;
}
#gnav_fix_bg{
	background: url(../images/bg_gnav_fix.png) center bottom repeat-x;
}
#gnav_fix_bg > ul{
	padding:10px 0 15px; 
}
#gnav_fix_bg > ul > li{
	width: 11.5%;
	display: inline-block;
}
#gnav_fix_bg > ul > li:first-of-type{
	width: 5%;
}
#gnav_fix_bg > ul > li:last-of-type{
	width: 10.5%;
}
#gnav_fix_bg > ul > li:last-of-type li{
	width: 47%;
}
@media (max-width:1020px) {
	#gnav_fix_bg, #gnav{padding: 10px 1%;}
}
@media (max-width:599px){
	#gnav_fix_bg{padding: 5px 1% 20px;}
	#gnav_fix_bg > ul{padding: 0;}
	#gnav_fix_bg > ul > li{width:13%;}
}
@media (max-width:499px) {
	#gnav{padding:8px 1% 3px; margin-top: 5px;}
	#gnav ul li{width: 30%; margin-bottom: 5px;}
	#gnav_fix_bg{padding-bottom:5px;}
	#gnav_fix_bg > ul{display: inherit;padding: 0 30px 10px 40px;text-align: center;}
	#gnav_fix_bg > ul > li {width: 25%; margin: 0 2% 5px;}
	#gnav_fix_bg > ul > li:first-of-type{width:40px;position: absolute;left:1%; top:15px; margin: 0;}
	#gnav_fix_bg > ul > li:last-of-type{position: absolute;right:1%; top:3px; width: 32px; margin: 0;}
	#gnav_fix_bg > ul > li:last-of-type li{width: 100%;margin-bottom: 5px;}
	#gnav_fix_bg > ul > li:last-of-type .hdr_sns{display: inherit;}
}
@media (max-width:399px) {
	#gnav_fix_bg > ul > li {width: 29%; margin: 0 1% 5px;}
	#gnav_fix_bg > ul > li:last-of-type{width: 28px;}
}

/*フッター*/
#footer{
	background: rgba(35,24,21,0.6);
}
#ftr_bg{
	background: url(../images/ftr_line.png) center bottom repeat-x;
}
#footer .inner{
	padding: 40px 0 50px;
	text-align: center;
}
#footer ul{
	text-align: center;
}
#footer ul li{
	display: inline-block;
}
ul#ftr_sns{
	margin: 20px 0;
}
ul#ftr_sns li{
	margin: 0 5px;
}
ul#ftr_nav{
	font-size: 13px;
}
ul#ftr_nav li{
	margin:0 5px;
}
ul#ftr_nav li a{
	color: #fff;
	text-decoration: none;
}

#pagetop{
	text-align: center;
}


/*ランディング
-------------------------------------------------------------------------------------------------------------------*/

/*メインイメージ*/
#main_img{
	width: 100%;
	height: 350px;
	overflow: hidden;
}
#main_img img{
	width: 100%;
	height: auto;
}

@media (max-width:999px) {
	#main_img{height: 270px;}
	#main_img img{width: 115%;max-width: inherit;}
}
@media (max-width:699px) {
	#main_img{height: 150px;}
	#main_img img{width: 125%;}
}



/*ニュース*/
#news{
	background-color: rgba(255,255,255,0.5);
	padding: 20px 0;
}
#news h1{
	float: left;
	height: 35px;
	margin-bottom: 0;
}
#news h1 img{
	vertical-align: top;
}
#news ul{
	float: right;
	width: calc(100% - 100px - 30px);
}
#news ul li a{
	color:#111;
	text-decoration: none;
}
#news ul li a:hover{
	text-decoration: underline;
}

@media (max-width:599px) {
	#news h1{float: none;text-align: center; margin-bottom: 10px;}
	#news h1 img{height: 30px;}
	#news ul{width: 100%;}
}



/*コンセプト*/
#concept{
	margin-top: 60px;
}
#concept ul.img_area, #concept .txt_area{
	width: 48%;
}
#concept ul.img_area{
	float: left;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
	max-width: 500px;
	margin: 0 auto;
}
#concept ul.img_area li{
	width: 49%;
	display: inline-block;
}
#concept ul.img_area li:first-of-type{
	width: 100%;
	margin-bottom: 10px;
}
#concept .txt_area{
	float: right;
	background: url(../images/bg_concept.png) right top no-repeat;
}
#concept h1{
	margin-bottom: 20px;
}

@media (max-width:1020px) {
	#concept{margin-top: 30px;}
	#concept h1{text-align: center;}
	#concept ul.img_area, #concept .txt_area{float: none;width: 100%;}
	#concept ul.img_area{max-width: inherit; display: inherit; text-align: center;}
	#concept ul.img_area li{height: 200px; width: auto;}
	#concept ul.img_area li:first-of-type{width: auto;}
	#concept ul.img_area li img{height: 100%; width: auto;}
}
@media (max-width:899px) {
	#concept ul.img_area li{width: 28.5%; height: auto;}
	#concept ul.img_area li:first-of-type{width: 39%; height: auto;}
	#concept ul.img_area li img{height: auto; width: 100%;}
}
@media (max-width:599px) {
	#concept{margin-top: 20px;}
	#concept h1{margin-bottom: 10px;}
	#concept h1 img{height: 30px;}
}


/*スケジュール*/
#schedule > ul{
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
	text-align: center;
}
#schedule > ul > li{
	width: 48%;
	display: inline-block;
	background:  rgba(255,255,255,0.6);
	position: relative;
}
#schedule > ul > li .img_area{
	float: left;
	width: 32%;
}
#schedule > ul > li .txt_area{
	float:right;
	padding: 20px;
	width: calc(100% - 32%);
}
#schedule > ul > li .txt_area h2{
	color: #eb6100;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 10px;
}
#schedule > ul > li .txt_area h2 span{
	font-size: 17px;
	display: inline-block;
}
#schedule > ul > li .txt_area p{
	line-height: 1.6;
}
#schedule > ul > li .txt_area ul li{
	font-weight: bold;
	position:relative;
	padding-left:1em;
	line-height: 1.5;
	margin-bottom: 8px;
}
#schedule > ul > li .txt_area ul li:after{
	content: "◎";
	font-size: 80%;
	position: absolute;
	left:0;
	top:3px;
}
#schedule > ul > li dl{
	line-height: 1.5;
	clear: both;
	padding: 20px;
}
#schedule > ul > li dl dt, #schedule ul li dl dd{
	display: inline-block;
}
#schedule > ul > li  dl dt{
	width: 50px;
	vertical-align: top;
}
#schedule > ul > li dl dt:after{
	content: "：";
	right:0;
}
#schedule > ul > li dl dd{
	width: calc(100% - 50px);
	margin-bottom: 5px;
}
#schedule > ul > li dl dd span{
	display: inline-block;
}
#schedule > ul > li .btn_reserve{
	position: absolute;
	bottom: 0;
	right:0;
}
.crowded{
	position: absolute;
	width: 80px;
	top: 140px;
	right: 20px;
	transform: rotate( -7deg );
}
.btn{
	font-size: 17px;
	border:1px solid #fff;
	width: 225px;
	margin: 30px auto 40px;
  border-radius: 30px;
	background: rgba(255,255,255,0.5);
}
.btn a{
	color: #eb6100;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-align: center;
}
@media (min-width:1000px) {
	.btn a:hover{border-radius: 30px;background-color: #fff;transition: 0.7s ;}
}

@media (max-width:1020px) {
	#schedule > ul{width: 100%; max-width: 700px; display: inherit;margin: 0 auto;}
	#schedule > ul > li{margin-bottom:20px;width: 100%;}
	#schedule > ul > li .img_area{width: 25%;}
	#schedule > ul > li .txt_area{width: calc(100% - 25%);}
	.btn{background: #fff;margin-top: 10px;}
}
@media (max-width:499px) {
	#schedule h1{ margin-bottom: 10px;}
	#schedule h1 img{height: 30px;}
	#schedule > ul > li{text-align: center;}
	#schedule > ul > li .img_area{max-width: 150px;}
	#schedule > ul > li .txt_area{padding: 15px 15px 0;}
	#schedule > ul > li dl{padding: 15px;}
}
@media (max-width:399px) {
	#schedule > ul > li .img_area{float: none;width: 35%;margin: 0 auto;}
	#schedule > ul > li .txt_area{width: 100%;}
	.crowded{top:90px; width: 70px;}
}



/*コラム*/
#column{}
#column ul{
  display: -webkit-flex; /* Safari */
  display: flex;
   /* -webkit-justify-content: space-between;
  justify-content:         space-between; */
  justify-content: center;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
}
#column ul li{
	width: 30%;
	margin: 0 1.7%;
}
#column ul li h2{
	border-bottom: 1px solid #fff;
	margin:0 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-bottom: 8px;
	line-height: 1.2;
}
#column ul li h2 a{
	font-weight: bold;
	line-height: 1.6;
	font-size: 17px;
	text-decoration: none;
	color:inherit;
}
#column ul li p{
	max-height: 90px;
	overflow: hidden;
}
.btn_more{
	background: #eb6100;
	width: 100px;
	text-align: center;
	margin: 0 auto;
}
.btn_more a{
	color: #fff;
	text-decoration: none;
}
.category{
	background: #fff;
	font-size: 14px;
	margin-bottom:10px;
	position: relative;
	height: 27px;
	line-height: 27px;
	padding-left: 55px;
}
.category:after{
	content: "Theme";
	position: absolute;
	left:0;
	background: #231815;
	color: #fff;
	font-size: 80%;
	height: 100%;
	padding: 0 5px;
}
p.date{
	margin-bottom: 0;
}

@media (max-width:799px) {
	#column ul{width: 100%; max-width: 700px;margin: 0 auto;}
	#column ul li{width: 100%; margin-bottom: 20px;}
}




/*アクセス*/
#access .img_area, #access .txt_area{
	width: 48%;
}
#access .img_area{
	float: left;
	margin-bottom: 20px;
	text-align: center;
}
#access .txt_area{
	float: right;
}
#map{
	margin-top: 30px;
	border: 2px #fff solid;
	clear: both;
	height: 360px;
}
@media (max-width:1020px) {
	#concept{margin-top: 30px;}
}
@media (max-width:599px) {
	#access h1{ margin-bottom: 10px;}
	#access h1 img{height: 30px;}
	#access .img_area, #access .txt_area{float: none;width: 100%;}
	#map{height: 300px;}
}




/*クラブ*/
#club{
	border: 5px  rgba(235,97,0,0.7) solid;
	padding: 30px;
	background: url(../images/bg_club.jpg) left top no-repeat;
	background-size: 120%;
	background-color: #fff;
}
#club .txt_area{
	width: 70%;
	max-width: 540px;
	padding: 25px;
	background: rgba(255,255,255,0.6);
}
#club .txt_area h1{
	text-align: center;
	margin-bottom: 25px;
}
#club .txt_area dl dt, #club .txt_area dl dd{
	display: inline-block;
}
#club .txt_area dl dt{
	width: 45px;
	vertical-align: top;
	background: #eb6100;
	text-align: center;
	color: #fff;
}
#club .txt_area dl dd{
	width: calc(100% - 55px);
	margin-bottom: 15px;
	border-bottom: 1px #eb6100 dotted;
	padding: 0 5px 10px;
}
#club .txt_area dl dd span{display: inline-block;}


@media (max-width:1020px) {
	#club .txt_area{width: 60%;max-width: 500px;}
}
@media (max-width:799px) {
	#club{padding: 0; background-size: 150%;}
	#club .txt_area{width: 75%;}
}
@media (max-width:499px) {
	#club{padding: 0; background-image: none;}
	#club .txt_area{width: 100%; padding: 15px;}
	#club .txt_area h1{width:85%; margin: 5px auto 20px;}
	#club .txt_area dl{line-height: 1.6;}
}


/*サブページ
-------------------------------------------------------------------------------------------------------------------*/

/*共通*/
.sub_page{
	padding: 40px 0;
}
h1{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.4;
}
h1.sub_h{
	text-align: center;
}
h2{
	font-size: 1.5rem;
	margin: 30px 0 20px;
}
h2.sub_h{
	border-bottom: 1px #fff solid;
}

@media (max-width:499px) {
	h1{font-size: 1.4rem;}
	h2{font-size: 1.2rem;}
}

/*スケジュール*/
ul#schedule_box{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
ul#schedule_box li{
	border-bottom: 1px dotted #565656;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}
ul#schedule_box li dl{
	border-left: 5px solid #fff;
	padding-left: 20px;
	font-size: 18px;
}
ul#schedule_box li dl dt, ul#schedule_box li dl dd{
	display: inline-block;
	vertical-align: top;
	line-height: 1.6;
	margin-bottom: 10px;
}
ul#schedule_box li dl dt:last-of-type, ul#schedule_box li dl dd:last-of-type{
	margin-bottom: 0;
}
ul#schedule_box li dl dt{
	width:70px;
	background: rgba(255,255,255,0.5);
	text-align: center;
	margin-right: 10px;
}
ul#schedule_box li dl dd{
	width: calc(100% - 80px);
}
ul#schedule_box li .crowded{
	top: 10px;
	right: inherit;
	left: 300px;
}

@media (max-width:1020px) {
	.sub_page{padding:30px 1%;}
}
@media (max-width:499px) {
	ul#schedule_box li dl{font-size: 16px;}
	ul#schedule_box li dl dt{width:55px;}
	ul#schedule_box li dl dd{width: calc(100% - 65px);}
	ul#schedule_box li dl{padding-left: 2%}
	ul#schedule_box li .crowded{left: 250px;}
}




/*予約*/
.link_tel{font-size: 17px;}
.link_tel a{
	color: #fff;
	text-decoration: none;
	font-size: 130%;
}
.link_tel span{
	font-size: 90%;
	display: inline-block;
}
#form{margin-bottom: 70px;}
#form table{
	margin: 30px 0;
}
#form table th, #form table td{
	padding: 15px 10px 20px;
}
#form table th{
	text-align: left;
	vertical-align: top;
	background: rgba(255,255,255,0.6);
}
#form table  td{
	background: rgba(255,255,255,0.3);
}

@media (max-width:499px) {
	#form table th{border-bottom: none;border-top: none;padding: 6px;}
}



/*コラム*/
ul#column_list{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
ul#column_list li{
	border-bottom: 1px dotted #565656;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
ul#column_list li .category, .column_box .category{
	background: none;
}
.column_box .category{
	font-size: 16px;
}
.column_box ul#column_list{
	max-width: inherit;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
}
.column_box ul#column_list li{
	width: 30%;
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.column_box ul#column_list li .category { display:none; } /* 関連記事 */
ul#column_list li h2{
	font-size: 17px; 
	line-height: 1.5;
	margin: 0;
}
#column_list li .desc, #column_list li .btn_more{ display:none; }
#column_list li a{
	color:#111;
	text-decoration: none;
}
#column_list li a:hover{
	text-decoration: underline;
}
@media (max-width:799px) {
	ul#column_list li{margin-bottom: 10px;padding-bottom: 10px;}
	.column_box ul#column_list li{width: 100%;}
}


.uText h2 { font-size:2em;margin:20px 0 10px;padding:15px 5px;line-height:1.3;background-color:#E47A2A; }
.uText h3 { font-size:1.8em;font-weight:600;border-left:5px solid #E47A2A; margin:15px 0 5px; padding:5px 0 5px 10px; }
.uText h6 {
  position:relative; display:table;
  margin:20px 0 20px 100px; border-radius:5px; background:#E47A2A;
  padding:1em; font-size:1.5em; line-height:1.3;
}
.uText h6:before {
  content:"\A"; vertical-align:middle;
  width:75px; height:75px; position:absolute; left:-100px; top:0px;
  background:url(../images/icon.png); background-size:cover;
}
.uText h6:after {
  content: "\A"; position: absolute; top: 30%; left: -12px;
  display: block; width: 0px; height: 0px;
  border-style: solid; border-width: 10px 12px 10px 0; border-color: transparent #E47A2A transparent transparent;
}
.uNavi { text-align:center; font-size:1.8em; margin:30px 0; }


