/*
Theme Name: homepage 6
Theme URI: https://salon-hansoku.com
Description: A theme by <a href="http://www.salon-hansoku.com/">wish</a>.
Version: 1.1
Author: wish
Author URI: https://salon-hansoku.com
*/
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

/*全ページ共通*/
body,h1, h2, h3, h4, h5, h6, p, address,



ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	color:#222;
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
		font-family: "Noto Sans Japanese", san-serif;
/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/	}


body{
	background:#fff;
	}
#wrapper{
	width:100%;
	margin:0 auto;
	}

/* Google mapの余白消し */
iframe {
  vertical-align: bottom;
}


/*■■■　擬似リンク　■■■*/

a:link{
	color:#232323;
	text-decoration:underline;
}
a:visited{
	color:#232323;
	text-decoration:underline;
}
a:hover{
	color:#232323;
	text-decoration:none;
}
a:active{
	color:#232323;
	text-decoration:none;
}



.a_line_none a,
a.a_line_none:link,
a.a_line_none:visited{
	text-decoration:none;
}


/*――bogo 言語切り替え ここから――

#head_top_cont ul.button_navi01 li#bogo_bt{
	overflow:hidden;
	width:110px;
	padding-left:0;
}
#bogo_bt ul li a{
	color:#7a3700;
	font-size:13px;
	text-decoration:none;
}
#bogo_bt li{
	color:#444;
	font-size:13px;
}
#bogo_bt span{
	display:none!important;
}
#bogo_bt ul{
    overflow:hidden;
	text-align:left;
    letter-spacing: -.40em;
}
#bogo_bt ul li{
	font-size:13px;
	display:inline-block;
     vertical-align:top;
     letter-spacing:1px;
	 margin-left:5px;
}
#bogo_bt ul li.current{
	border-bottom:dotted 2px #666;
}


――言語切り替え サブナビ ここまで――*/



/*■■■スライドショー■■■*/

/*
.slideshow{
	padding-top:93px;
}
*/
.slideshow{
	position:relative;
	width:100%;
}


.slideshow .slide_text_left{
	position:absolute;
	bottom:15%;
	width:95%;
	padding-left:5%;
}
.slideshow .slide_text_left1{
	position:absolute;
	bottom:20%;
	width:95%;
	padding-left:5%;
}



.slideshow .slide_text_right{
	position:absolute;
	top:50%;
	width:90%;
	padding-right:10%;
}

.slideshow .slide_text_right2{
	position:absolute;
	top:65%;
	width:90%;
	padding-right:10%;
}


.slideshow .slide_text_center{
	position:absolute;
	width:90%;
	top:40%;
	right: 0;
  left: 0;
  margin:  auto;
}
.slideshow .slide_text_center2{
	position:absolute;
	top:50%;
	width:90%;
right: 0;
  left: 0;
  margin:  auto;
}


.slideshow .scroll_icon_1{
	position:absolute;
	bottom:8%;
	right: 0;
	left: 0;
	margin:auto;
}











.page_navi{
	/*ナビの高さを取る*/
	margin-top:-80px;
	padding-top:80px;
}


/*■■■ スライダー bxslider  ■■■*/


/* 
初期化完了まで非表示
現在のバージョンでは


.bxslider {
  display:none;
}
.bx-wrapper .bxslider {
  display: block;
}
 */

/* デフォルトのデザインをリセット */

#bxslider-wrap .bx-wrapper {
  -moz-box-shadow: none ;
  -webkit-box-shadow: none;
  box-shadow: none ;
  border: none;
  background: none;
}
/* 調整 */
#bxslider-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#bxslider-wrap-inner {
    /*width:2850px;このサイズで画像が950pxになる*/
    width:1440px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

#bxslider-wrap .bx-prev {
    left:31.5%;
}
#bxslider-wrap .bx-next {
    right:31.5%;
}

#bxslider-wrap .bx-prev,
#bxslider-wrap .bx-next {
	/*次への矢印を非表示にした*/
	display:none;
}

/*■■■ スライダー bxslider ここまで ■■■*/


#contents{
	position:relative;
	overflow:hidden;
	width:100%;
	padding:83px 0 0;
}
body#top #contents{
	margin:0 auto 0;
	padding:0;
}



#left_box {
	float: left;
	width: 70%;
	margin-bottom:60px;
}
#right_box {
	float: right;
	width: 26%;
	padding:0 0 10px;
	margin-bottom:60px;
}
h2.top_title{
	text-indent:0px;
	clear:both;
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
	}


/*------ブログリスト-------*/


h2#h2{
	color:#222;
	font-size:14px;
	line-height:2em;
	margin-bottom:30px;
	padding-left:1%;
}
h2#h2 span{
}

#blog_wrap ul.blog_list{
    margin:0 0 20px 0;
}
#blog_wrap ul.blog_list li{
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:dashed 2px #eee;
}

#blog_wrap ul.blog_list li:last-child{
	border:none;
}




#blog_wrap .blog_list_box {
	overflow: hidden;
}
#blog_wrap .blog_list_img {
	float:left;
	width:28%;
	margin-bottom:10px;
}

#blog_wrap .blog_list_right {
	float:right;
	width:70%;
	margin-bottom:10px;
}





#blog_wrap .blog_list_img img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
#blog_wrap .blog_list_day {
	color: #888;
	font-size:14px;
	line-height:1.3em;
	margin: 0 0 10px 0;
}


#blog_wrap .blog_list_midashi {
	font-size:18px;
	line-height:1.5em;
	margin: 0 0 10px 0;
}
#blog_wrap .blog_list_bun {
	clear:both;
	color: #888;
	font-size:13px;
	line-height:1.46em;
	margin-bottom:15px;
}



.blog_list_post a:link,
.blog_list_post a:visited {
	text-decoration: none;
}
.blog_list_post a:hover,
.blog_list_post a:active {
	text-decoration: underline;
}


.blog_list_box .blog_list_link a {
	display:block;
	text-align: center;
	width:100%;
	max-width:200px;
	float:right;
	margin: 0 auto 10px;
	font-size:14px;
	padding:3px 0;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog_list_box .blog_list_link a:link ,
.blog_list_box .blog_list_link a:visited {
	color: #222;
	text-decoration: none;
	border: #999 solid 1px;
}
.blog_list_box .blog_list_link a:hover,
.blog_list_box .blog_list_link a:active {
	color: #fff;
	text-decoration: none;
	border: #222 solid 1px;
	background: #222;
	filter: alpha(opacity=1);
	-moz-opacity:1;
	opacity:1;
}


.blog_list_link_anchor{
	text-align:right;
}

.blog_list_link_anchor a{
	font-weight:bold;
	padding:5px;
	border-bottom:dashed 2px #ccc;
	text-decoration:none;
}


/*------ブログサイドバー-------*/



#blog_sidebar{
	margin-top:15px;
	}

#blog_sidebar h3{
	font-size:14px;
	line-height:1.7em;
	letter-spacing:1px;
	border-bottom:dotted 2px #ccc;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
}
#blog_sidebar h3 span{
	color:#333333;
	font-size:20px;
}



#blog_sidebar ul{
	margin:0 0 30px 0;
	}
#blog_sidebar ul li{
	color:#232323;
	font-size:12px;
	line-height:3em;
	padding:0 0 0px 20px;
	}


#blog_sidebar ul li a{
	color:#232323;
	font-size:14px;
	text-decoration:none;
	}
#blog_sidebar ul li a:hover{
	text-decoration:underline;
	}


#blog_sidebar ul.blog_sidebar_new li{
	padding-bottom:10px;
	border-bottom:dotted #ddd 2px;
}

#blog_sidebar ul.blog_sidebar_new li span{
	font-size:12px;
	color:#666;
}

#blog_sidebar .blog_sidebar_archive{
	padding:0 0 0px 20px;
}

#blog_sidebar .side_blog_calender a{
	color:#666;
}




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

footer{
	clear:both;
	width:100%;
	}
	
#footer_wrap{
}


#footer_wrap .form_box01,
#footer_wrap .form_design02 ul{
	background:none;
}


/*フッターナビ 横一杯型*/

#footer_wrap .foot_div_style{
	clear:both;
    overflow:hidden;
}
#footer_wrap .foot_navi{
    overflow:hidden;
     letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	width:100%;
}



#footer_wrap .foot_navi li a {
	color: #fff;
	font-size:16px;
	letter-spacing:6px;
	line-height:1.6em;
}
#footer_wrap .foot_navi li a span {
	display: block;
	color: #fff;
	font-size:10px;
	letter-spacing:2px;
	margin-left:10px;
}



#footer_wrap .foot_navi li{
    display:inline-block;
     vertical-align:top;
     letter-spacing:1px; /* 文字間を通常に戻す */
	line-height:1em;
	width:21%;
	margin:0 2% 20px;
}
#footer_wrap .foot_navi li a{
    word-wrap: break-word;
    overflow-wrap: break-word;
	margin-bottom:10px;
}
#footer_wrap .foot_navi li a:before{
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	position: relative;
	left: -15px;
	top: -3px;
}

#footer_wrap .foot_navi_jp li{
	line-height:1.4em;
}
#footer_wrap .foot_navi_jp li a{
	font-size:14px;
}

#footer_wrap .foot_navi li.foot_long_navi{
	width:42%;
}




/*フッターナビ 縦型*/

.foot_navi_tate{
    overflow:hidden;
	width:100%;
}
.foot_navi_tate li{
	line-height:1.5em;
	padding:0 0 0 20px;
	margin-bottom:15px;
}
.foot_navi_tate li a{
	font-size:13px;
	letter-spacing:4px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.foot_navi_tate li a span {
	display: block;
	color: #fff;
	font-size:10px;
	letter-spacing:4px;
	margin-left:5px;
}

.foot_navi_tate li a:before{
	content: '';
	width: 6px;
	height: 6px;
	display:block;
	border-radius: 100%;
	background: #aaa;
	position: relative;
	left: -15px;
	top:17px;
}






.foot_navi_tate a:link,
.foot_navi_tate a:visited{
     text-decoration:none;
}
.foot_navi_tate a:link span,
.foot_navi_tate a:visited span{
     text-decoration:none;
}
.foot_navi_tate a:hover,
.foot_navi_tate a:active{
     text-decoration:none;
    filter: alpha(opacity=0.5);
    -moz-opacity:0.5;
    opacity:0.5;
}






/*フッターナビ リンクカラー*/


#footer_wrap .foot_navi a:link,
#footer_wrap .foot_navi a:visited,
#footer_wrap .foot_navi a:link span,
#footer_wrap .foot_navi a:visited span,
#footer_wrap .foot_navi_jp a:link,
#footer_wrap .foot_navi_jp a:visited{
	color:#fff;
     text-decoration:none;
}

#footer_wrap .foot_navi a:hover,
#footer_wrap .foot_navi a:active,
#footer_wrap .foot_navi a:hover span,
#footer_wrap .foot_navi a:active span,
#footer_wrap .foot_navi_jp a:hover,
#footer_wrap .foot_navi_jp a:active{
	color:#fff;
     text-decoration:none;
    filter: alpha(opacity=0.5);
    -moz-opacity:0.5;
    opacity:0.5;
}





.foot_navi_tate_color_w .foot_navi_tate a:link,
.foot_navi_tate_color_w .foot_navi_tate a:visited,
.foot_navi_tate_color_w .foot_navi_tate  a:link span,
.foot_navi_tate_color_w .foot_navi_tate a:visited span{
	color:#fff;
     text-decoration:none;
}


.foot_navi_tate_color_w .foot_navi_tate a:hover,
.foot_navi_tate_color_w .foot_navi_tate a:active,
.foot_navi_tate_color_w .foot_navi_tate  a:hover span,
.foot_navi_tate_color_w .foot_navi_tate a:active span{
	color:#fff;
     text-decoration:none;
    filter: alpha(opacity=0.5);
    -moz-opacity:0.5;
    opacity:0.5;
}



.foot_navi_tate_color_222 .foot_navi_tate a:link,
.foot_navi_tate_color_222 .foot_navi_tate a:visited,
.foot_navi_tate_color_222 .foot_navi_tate  a:link span,
.foot_navi_tate_color_222 .foot_navi_tate a:visited span{
	color:#222;
     text-decoration:none;
}


.foot_navi_tate_color_222 .foot_navi_tate a:hover,
.foot_navi_tate_color_222 .foot_navi_tate a:active,
.foot_navi_tate_color_222 .foot_navi_tate  a:hover span,
.foot_navi_tate_color_222 .foot_navi_tate a:active span{
	color:#222;
     text-decoration:none;
    filter: alpha(opacity=0.5);
    -moz-opacity:0.5;
    opacity:0.5;
}







/*■■■　画像文字リンクバナー　■■■*/

.img_ef_box01 {
	max-width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}
.img_ef_box01 .on_text{
	width:60%;
	height:auto;
	position:absolute;
	bottom:20px;
	left:0;
	padding:7px 5px 7px 10px;
 	background-size:cover;
}

.img_ef_box01 .on_text2{
	width:86%;
	height:auto;
	position:absolute;
	top:70%;
	padding:2% 2% 0;
 	background-size:cover;	
}

.img_ef_box01 .on_text2_2{
	width:86%;
	height:auto;
	position:absolute;
	top:50%;
	padding:2% 2% 0;
 	background-size:cover;	
}




.img_ef_box01 .on_text3{
	width:50%;
	height:auto;
	position:absolute;
	top:60%;
	left:0;
	padding:15px 2% 5px;
 	background-size:cover;	
}
.img_ef_box01 .on_text3 p{
	text-align:center;
}




.img_ef_box01 .on_text_bottom1{
	width:70%;
	height:auto;
	position:absolute;
	bottom:20px;
	padding:10px 2%;
 	background-size:cover;	
}


.img_ef_box01 .on_text_center1{
	width:96%;
	height:auto;
	position:absolute;
	bottom:20%;
	padding:10px 0;
 	background-size:cover;	
}
.img_ef_box01 .on_text_center1_2{
	width:96%;
	height:auto;
	position:absolute;
	bottom:20%;
	padding:10px 0;
 	background-size:cover;	
}



.img_ef_box01 .caption {
	padding-top:35%;
	padding-left:0px;
}
.img_ef_box01 .caption2 {
	padding-top:15%;
	padding-left:0px;
}
.img_ef_box01 .mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:all 0.6s ease;
}
.img_ef_box01:hover .mask {
	opacity:1;/* マスクを表示する */
	padding-left:30%;/* 右にずらす */
}
.img_ef_box01:hover img{
	opacity:1;
}


/*■■ WEB予約ボタン ■■*/

#web_pc_fixed {
    position: fixed;
    top:90px;
	right:0;
    z-index:2000;
}


#web_pc_fixed img{
	float:right;
}


/*■■ SNSボタン ■■*/


#sns_fixed {
    position: fixed;
    top:100px;
	right:15px;
    z-index:777;
}

#sns_fixed .sns_fixed_ul li{
	line-height:1em;
	margin-bottom:10px;
}
#sns_fixed .sns_fixed_ul li i{
	text-shadow: 1px 1px #eee;
}
#sns_fixed .sns_fixed_ul li a:hover{
    filter: alpha(opacity=0.5);
    -moz-opacity:0.5;
    opacity:0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#sns_fixed .sns_fixed_ul li img{
	display:block;
	margin:auto;
	height:auto;
    background:#fff;
	/*box-shadow:0 0 3px 0 rgba(0,0,0,0.1);*/
	/*box-shadow: -3px 3px 0px 0 #ececec;*/

     border-radius:50%;
     -webkit-border-radius:50%;
     -moz-border-radius:50%;
}



/*■■■■ ノーマルアコーディオン  ■■■■*/

.toggle_cont_title {
	line-height: 42px;
	margin: 0;
	position: relative;
	cursor: pointer;
	transition: 2s ease;
}
.toggle_cont_title:hover {
	color: #fd7e00;
}
/*.toggle_cont_title:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	top: 50%;
	left:10%;
	transform: rotate(45deg);
}
.toggle_cont_title.selected:after {
	transform: rotate(-135deg);
}*/

.toggle_cont_txt {
	display: none;
}



/*■■■　アコーディオン  ■■*/
/*■■■　半透明で隠す  ■■■*/

.grad-wrap {
  position: relative;
}
.grad-wrap .grad-btn {
  z-index:10;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width:300px;
  margin:0 auto 30px;
  padding: .5em 10px;
  border-radius: 2px;
  background: #fff;
  color: #222;
  font-size:14px;
  border:solid 1px #444;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.1);
}
.grad-wrap .grad-btn::after {
  content: "+ 続きを見る"
}
.grad-wrap .grad-btn:hover {
  background: #444;
  border:solid 1px #444;
  color: #fff;
}
.grad-wrap .grad-btn .fa {
  margin-right: .5em;
}

.grad-wrap .grad-item {
  position: relative;
  overflow: hidden;
  height:300px; /*隠した状態の高さ*/
}
.grad-wrap .grad-item::before {
	z-index:5;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height:120px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-wrap .grad-trigger {
  display: none;
}
.grad-wrap .grad-trigger:checked ~ .grad-btn {
  bottom: -10px;
}
.grad-wrap .grad-trigger:checked ~ .grad-btn::after {
  content: "- 閉じる"
}
.grad-wrap .grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}
.grad-wrap .grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-wrap .grad-trigger:checked ~ .grad-item::before {
  display: none;
}





/*■■ ページトップ ■■*/


/*----ページトップ＆SPボタン----*/

#foot_fixed {
    position: fixed;
    bottom: 0;
    width:100%;
    z-index:1000;
}
#page-toplink{
    float:right;
}

#page-toplink {
    position: fixed;
    bottom:60px;
    right: 10px;
    font-size: 77%;
	z-index:20000;
	line-height:1.5em;
}
#page-toplink a {
    background:rgba(255,255,255,0.8);
    text-decoration: none;
    color: #232323;
    width: 70px;
    height: 70px;
    text-align: center;
    display: block;
	font-size:9px;
	letter-spacing:2px;
	border-radius:50%;
}
#page-toplink a:hover {
    text-decoration: none;
    background:rgba(255,255,255,0.3);
}




#sp_link{
    clear:both;
    background:#222;
    /*border-top:solid 1px #aaa;*/
    box-shadow:4px 4px 4px 4px rgba(0,0,0,0.3);
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 10px 10px 0 0;
}
#sp_link a{
}


#sp_link ul.sp_link_ul{
    overflow:hidden;
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
     margin-left: 0;
     margin-right: 0;
     padding-left: 0;
     padding-right: 0;
/*	 border-radius: 10px 10px 0 0;
*/
}
#sp_link ul.sp_link_ul li{
     display:inline-block;
     vertical-align:top;
     list-style-type:none;
     letter-spacing:1px; /* 文字間を通常に戻す */
     width:100%;
}


#sp_link img{
	max-width:100%;
	width:260px;
	height:auto;
}




/*

.icon_link_tel{
    text-align:center;
}
.icon_link_tel a{
    display:block;
    color:#666;
    font-size:16px;
    text-decoration:none;
    padding:7px 2% 5px 8%;
    background:url(images/all/icon_tel_s_pink.png) left 5% center no-repeat;
    background-size:22px;
}
.icon_link_tel a span{
    display:block;
    font-size:10px;
}



.icon_link_web{
    text-align:center;
}
.icon_link_web a{
    display:block;
    color:#666;
    font-size:15px;
    text-decoration:none;
    padding:7px 3% 5px 10%;
    background:#f5f5f5   url(images/all/icon_smaho_eme_g.png) left 10% center no-repeat;
    background-size:24px;
}
.icon_link_web a span{
    display:block;
    font-size:10px;
}

*/


#sp_link ul.sp_link_ul li a:hover,
#sp_link ul.sp_link_ul li a:active{
    filter: alpha(opacity=0.5);
    -moz-opacity:0.5;
    opacity:0.5;
}


/*■■■ 横長レイアウト ボックスウィズ ■■■*/


.long_wrap_top{
	/*ナビの高さを取る*/
	padding-top:76px;
}


.long_wrap{
	width:100%;
	overflow:hidden;
	clear:both;
}


.long_wrap_box{
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding-top:50px;
	padding-left:1%;
	padding-right:1%;
}

.long_wrap_box_ptnone{
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding-left:1%;
	padding-right:1%;
}

.long_wrap_box1600{
	max-width:1600px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding-top:50px;
	padding-left:1%;
	padding-right:1%;
}




.long_wrap_box1300{
	max-width:1300px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding-top:50px;
	padding-left:1%;
	padding-right:1%;
}




/*■■　ページ送り　ページャー■■*/


.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    font-size: 13px;
}

.pagination span, .pagination a {
	color:#333333;
    display: block;
    width: auto;
    margin: 4px;
    padding: 8px;
    border: 1px solid #222222;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
}

/* ページ番号 */
.pagination .pager{
    width: 32px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current  {
    color: #fff;
    border-color: #222222;
    background-color: #222222;
}

/* 前へ */
.pagination a.before {
    margin-right: 16px;
}
/* 次へ */
.pagination a.next {
    margin-left: 16px;
}
/* 最初へ */
.pagination a.first {}
/* 最後へ */
.pagination a.last {}

/* Page x / y */
.pagination span.page_num {
    display: none;
}








/*■■■　パララックス・ヘッダー ■■■*/

#parallax_box{
	position: relative;
	width: 100%;
	height: 100%;
	padding:30% 0 0;
}
#parallax_box.parallax_box_long{
	padding:60% 0 0;
}
#parallax_img:before{
  content:"";
  display:block;
  position:fixed;
  top:0;

  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
}

.parallax_img_tophead_01:before{
/* TOPヘッダー用*/
  background:url(images/all/parallax_img_tophead_01.jpg) center top repeat-y;
  background-size:100%;
}



.parallax_img_head_01:before{
  background:url(images/all/parallax_img_head_01.jpg) center top repeat-y;
  background-size:100%;
}
.parallax_img_head_02:before{
  background:url(images/all/parallax_img_head_02.jpg) center top repeat-y;
  background-size:100%;
}
.parallax_img_head_03:before{
  background:url(images/all/parallax_img_head_03.jpg) center top repeat-y;
  background-size:100%;
}
.parallax_img_head_04:before{
  background:url(images/all/parallax_img_head_04.jpg) center top repeat-y;
  background-size:100%;
}
.parallax_img_head_05:before{
  background:url(images/all/parallax_img_head_05.jpg) center top repeat-y;
  background-size:100%;
}
.parallax_img_head_06:before{
  background:url(images/all/parallax_img_head_06.jpg) center top repeat-y;
  background-size:100%;
}
.parallax_img_head_07:before{
  background:url(images/all/parallax_img_head_07.jpg) center top repeat-y;
  background-size:100%;
}
.parallax_img_head_08:before{
  background:url(images/all/parallax_img_head_08.jpg) center top repeat-y;
  background-size:100%;
}
.parallax_img_head_09:before{
  background:url(images/all/parallax_img_head_09.jpg) center top repeat-y;
  background-size:100%;
}
.parallax_img_head_10:before{
  background:url(images/all/parallax_img_head_10.jpg) center top repeat-y;
  background-size:100%;
}
.parallax_img_head_11:before{
  background:url(images/all/parallax_img_head_11.jpg) center top repeat-y;
  background-size:100%;
}
.parallax_img_head_12:before{
  background:url(images/all/parallax_img_head_12.jpg) center top repeat-y;
  background-size:100%;
}
.parallax_img_head_13:before{
  background:url(images/all/parallax_img_head_13.jpg) center top repeat-y;
  background-size:100%;
}
.parallax_img_head_14:before{
  background:url(images/all/parallax_img_head_14.jpg) center top repeat-y;
  background-size:100%;
}
.parallax_img_head_15:before{
  background:url(images/all/parallax_img_head_15.jpg) center top repeat-y;
  background-size:100%;
}
.parallax_img_head_16:before{
  background:url(images/all/parallax_img_head_16.jpg) center top repeat-y;
  background-size:100%;
}
.parallax_img_head_17:before{
  background:url(images/all/parallax_img_head_17.jpg) center top repeat-y;
  background-size:100%;
}
.parallax_img_head_18:before{
  background:url(images/all/parallax_img_head_18.jpg) center top repeat-y;
  background-size:100%;
}
.parallax_img_head_19:before{
  background:url(images/all/parallax_img_head_19.jpg) center top repeat-y;
  background-size:100%;
}
.parallax_img_head_20:before{
  background:url(images/all/parallax_img_head_20.jpg) center top repeat-y;
  background-size:100%;
}



/* パララックス見出し１*/


#parallax_box .parallax_cont{
	position: absolute;
	bottom:30px;
	display:block;
	margin:auto;
	min-width:300px;
	padding:20px;
}


#parallax_box .parallax_cont p{
	word-wrap:break-word;
}

/* パララックス見出し２*/
#parallax_box .parallax_cont2{
	width:96%;
	position: absolute;
	bottom:20%;
	display:block;
	margin:auto;
	padding:15px 2%;
}


#parallax_box .parallax_text01{
	position:absolute;
	bottom:5%;
	width:90%;
	padding-right:10%;
}



/*■■ パララックス２ 背景に固定表示　■■*/

#parallax2_box{
	position: relative;
	width: 100%;
	height: 100%;
}

#parallax2_img:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
}
.parallax2_img01:before{
  background:url(images/all/bg_g.jpg) center top repeat-y;
  background-size:100%;
}







 /*■■ 複数画像 パララックス■■*/
body,
html {
  height: 100%;
  margin: 0 auto;
}
.cd-fixed-bg {
    position: relative;
    /*min-height: 100%;*/
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

/*

画像の読み込みはSPに記載されている

*/



/*■■■ パンクズ ■■■*/


#breadcrumb_list{
	list-style-type:none;
	color:#666;
	font-size:10px;
	letter-spacing:3px;
	overflow:hidden;
	margin:5px 0 30px;
}
#breadcrumb_list > li >h1
{
	float:left;
	font-weight:normal;
}
#breadcrumb_list > li
{
	float:left;
	display:inline;
}
#breadcrumb_list > li+li:before
{
	content:"\00a0>\00a0 ";
}




#breadcrumb_list a:link,
#breadcrumb_list a:visited{
	color:#232323;
	text-decoration:underline;
}
#breadcrumb_list a:hover,
#breadcrumb_list a:active{
	color:#232323;
	text-decoration:none;
}


#breadcrumb_color_w  li a,
#breadcrumb_color_w  li{
	color:#fff;
}




/*■■■ 画像ボタン横並び ■■■*/
/* mod-tabnavを流用 */

.mod_tabnav_only{
	overflow: hidden;
	width:100%;
     letter-spacing: -.40em;
	 text-align:center;
	 line-height:0;
	 font-size:0;
}
.mod_tabnav_only li {
    display:inline-block;
     vertical-align:top;
     letter-spacing:1px;
	 width:100%;
	 max-width:200px;
	 line-height:0;
	 font-size:16px;
}
.mod_tabnav_only li img{
	width:100%;
	 max-width:200px;
	 height:auto;
}


/*■■■■　ＴＯＰブログ ■■■■*/

.flat_blog_box{
	/*background:#fff;*/
}
.flat_blog_box .trim{
  width:100%;  /* トリミングしたい幅 */
  height:160px;  /* トリミングしたい高さ */
  overflow: hidden;
  position: relative;
  display:block;
  margin:0 auto 10px;
}

.flat_blog_box .trim img {
  position: absolute;
  top:50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
}

.flat_blog_cont{
	padding:0 1.5% 5px;
}

/*
.flat_blog_cont .blog{
	color:#7f89b2;
}
.flat_blog_cont .news{
	color:#955f71;
}
.flat_blog_cont .recruit{
	color:#7ea05d;
}

*/
.flat_blog_cont .text a,
.flat_blog_cont .text a:link,
.flat_blog_cont .text a:visited{
	color:#ccc;
	margin-bottom:10px;
	text-decoration:none;
}
.flat_blog_cont .b_title a,
.flat_blog_cont .b_title a:link,
.flat_blog_cont .b_title a:visited{
	color:#fff;
	text-decoration:none;
}
.flat_blog_box img:hover,
.flat_blog_box a:hover{
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	text-decoration:none;
}

/*■■■■　ＴＯＰブログ横型 ■■■■*/


/* ul へ flat_blog_box_yoko を記述*/

.flat_blog_box_yoko .flat_blog_box{
	padding:10px 1.5%;
	overflow:hidden;
}
.flat_blog_box_yoko .flat_blog_box .trim{
  margin:0 auto 0;
  width:38%;  /* トリミングしたい幅 */
  height:180px;  /* トリミングしたい高さ */
  float:left;
}

.flat_blog_box_yoko .flat_blog_box .trim img {
  position: absolute;
  top:50%;
  left: 50%;
}
.flat_blog_box_yoko .flat_blog_cont{
	width:58%;
	float:right;
}


/*■　ＴＯＰブログ 背景暗い 文字白 ■


.flat_blog_bg_none .flat_blog_box{
	background:none;
}


.flat_blog_bg_none .flat_blog_cont .blog,
.flat_blog_bg_none .flat_blog_cont .news,
.flat_blog_bg_none .flat_blog_cont .recruit{
	color:#fff;
}
.flat_blog_bg_none .flat_blog_cont .text a,
.flat_blog_bg_none .flat_blog_cont .text a:link,
.flat_blog_bg_none .flat_blog_cont .text a:visited{
	color:#aaa;
}
.flat_blog_bg_none .flat_blog_cont .b_title a,
.flat_blog_bg_none .flat_blog_cont .b_title a:link,
.flat_blog_bg_none .flat_blog_cont .b_title a:visited{
	color:#fff;
}
*/




/*■■■■ カレント ■■■■*/

.carrent_link01 a:hover,
.carrent_link01 a:active{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.carrent_link01 a p{
	display:none;
}


.carrent_link01 a.carrent_salon{
	text-decoration:none;
}
.carrent_link01 a.carrent_salon img{
	border-bottom:dotted 5px #b2b271;
}
.carrent_link01 a.carrent_salon p{
	color:#7b6909;
	display:block;
}


/* ■■スタッフ■■  */

.staff_box{
	overflow:hidden;
}
.staff_box .photo{
	width:45%;
	float:left;
}
.staff_box .prof{
	float:right;
	width:51%;
}


.staff_box .prof table{
	width:100%;
}
.staff_box .prof table td{
	display:block;
}

.staff_box .prof table td:nth-child(2n+1) {
	color:#333333;
	font-size:15px;
	letter-spacing:2px;
	line-height:1.5em;
	letter-spacing:2px;
	background:url(images/all/icon4s.png) left 10px no-repeat;
	background-size:12px;
	padding:10px 0 10px 20px;
}
.staff_box .prof table td:nth-child(2n+2){
	color:#444;
	font-size:14px;
	margin-bottom:7px;
	letter-spacing:2px;
	border-bottom:dotted 2px #eee;
	padding:0 0 10px 20px;
}
.staff_box .prof table td:nth-child(2n+2) p{
	line-height:1.8em;
	margin-bottom:10px;
}


.img_style_sns li{
	line-height:1em;
	padding:0 5px;
}
.img_style_sns li a{
	font-size:10px;
	text-decoration:none;
	color:#999;
}



/*-------クーポン-------*/


#coupon_list{
    overflow:hidden;
}
#coupon_list li{
    width:96%;
	margin-left:2%;
	margin-right:2%;
}
#coupon_list li .coupon_box{
	overflow:hidden;
    padding: 20px 20px 5px;
}
#coupon_list li p.menu_name{
    font-weight: bold;
    margin-bottom: 10px
}
#coupon_list li p.price{
    border-bottom: dotted 1px #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#coupon_list li p.price .price1{
}
#coupon_list li p.price .price2{
}
#coupon_list li .menu_detail{
}
#coupon_list li .c_kubun{
    padding: 10px;
    width: 170px;
    text-align: center;
    color: #fff;
}
#coupon_list li .shinki{
    background: #ff7474;
}
#coupon_list li .all{
    background: #ffbf74;
}
#coupon_list li .sairai{
    background:#6C0;
}

.coupon_img img{
	float:right;
	width:100%;
	max-width:130px;
	height:auto;
	padding:0 0 10px 10px;
}





/* ■■アイテム■■  */

.item_box_link{
	padding:5px 5px 5px;
	background:#fff;
}


.item_box_link a:hover{
	cursor:pointer;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

.conceptcont .column_txts a{
	color:#09F;
}



/* ■■メニュー■■  */


ul.menu_ul{
    overflow:hidden;
}

ul.menu_ul li{
	width:48%;
	margin-left:1%;
	margin-right:1%;
}

ul.menu_ul li:nth-child(2n+1){
	clear:left;
	float:left;
}

ul.menu_ul li:nth-child(2n){
	clear:right;
	float:right;
}



.menu_wrap .menu_tittle {
	padding-bottom:3px;
	border-bottom: solid 1px #ccc;
}

.menu_wrap .menu_subtext{
	padding:0 2%;
	margin-bottom:20px;
}

.menu_wrap .menu_subtext p{
}



.menu_wrap .menu_text {
	color:#666;
	width:96%;
	padding-left:2%;
	padding-right:2%;
}
.menu_wrap .menu_text table {
	margin-bottom:30px;
	border-collapse:collapse;
	width:100%;
	border-top:dotted 2px #eee;
}

.menu_wrap .menu_text table tr{
	/*background:url(images/all/bg_menu.gif) left 13px repeat-x;*/
	background-size:10px;
}
.menu_wrap .menu_text table td{
	vertical-align:top;
	line-height:1.5em;
}
.menu_wrap .menu_text table td.menu {	
	color:#222;
	font-weight:bold;
	font-size:16px;
	width:70%;
	line-height:1.5;
	letter-spacing:2px;
	padding-top:15px;
}
.menu_wrap .menu_text table td.menu span{
}

.menu_wrap .menu_text table td.price {
	vertical-align:top;
	color: #d02f60;
	font-size:18px;
	text-align:right;
	line-height:1.5;
	letter-spacing:2px;
	padding-top:15px;
}
.menu_wrap .menu_text table td.price span{
	font-size:14px;
	color: #222;
}

.menu_wrap .menu_text table td.text {
	font-size:13px;
	padding:5px 5% 10px;
	letter-spacing:2px;
	border-bottom:dotted 2px #eee;
}
.menu_wrap .menu_text table td.text p{
	margin-bottom:10px;
}



.menu_wrap .menu_text table td.text_color_none {
	font-size:14px;
	padding:10px 5% 20px;
	background-color: #fff;
}




/*メニュー文字を大きくする際
クラス　menu_large　を付与
*/

.menu_wrap.menu_large .menu_text table td.menu {	
	font-size:18px;
}
.menu_wrap.menu_large .menu_text table td.price {
	font-size:20px;
}
.menu_wrap.menu_large .menu_text table td.text {
	font-size:14px;
}




#ul.menu_ul.menu_ul2{
    overflow:hidden;
}

ul.menu_ul.menu_ul2 li{
	width:98%;
	margin-left:1%;
	margin-right:1%;
}

ul.menu_ul.menu_ul2 li:nth-child(2n+1),
ul.menu_ul.menu_ul2 li:nth-child(2n){
	clear:both;
	float:none;
}






/* ■■video■■  */

video{
    max-width:100%;
    height:auto;
    display:block;
    margin:0 auto 40px;
}
video p{
    text-align:center;
    margin:10px 0 40px 0;
}

/*
.wp-video{
	max-width:300px !important;
	height:auto:
}

*/
/* ■■カタログ■■  */


#catalog_sidebar a.current{
	color:#fff;
	padding:3px 10px 0;
	text-decoration:none;
	background:#5b9c76;
}



.single_btn{
	font-size:13px;
	letter-spacing:4px;
    overflow: hidden;
    background: #f7f7f7;
    padding: 10px;
}
.single_btn .next{
    float: left;
}
.single_btn .prev{
    float: right;
}


	

/*---ブログ本文-----*/


/*記事*/

h2#blog_title{
	color:#232323;
	font-size:24px;
	line-height:1.7em;
	letter-spacing:3px;
	border-bottom:dotted 2px #ccc;
	padding-bottom:10px;
	margin-bottom:30px;
}


.post{
	margin:0 0 40px 0;
	overflow:hidden;
	}
.post h3{
	color:#444;
	font-size:24px;
	line-height:1.3em;
	letter-spacing:3px;
	 margin:40px 0;
	background-size:14px;
	}
.post h4{
	clear:both;
	color:#1a9a7a;
	font-size:20px;
	line-height:1.5em;
	letter-spacing:3px;
	margin:20px 0;
	background-size:20px;
	}


.post img{
	max-width:100%;
	height:auto;
	}
	
	
	
.post p{
	line-height:1.6em;
	letter-spacing:3px;
	margin:0 0 15px 2%;
}


p.postinfo{
	font-size:12px;
	color:#666 ;
	padding-top:60px;
	margin:20px 0;
	text-align:right;
	clear:both;
	border-bottom:solid 1px #ddd;
	}
p.postinfo a{
	text-decoration:none;
	}
p.postinfo a:hover{
	text-decoration:underline;
	}
	
/*ページリンク*/

p.pagelink{
	font-size:14px;
	letter-spacing:3px;
	overflow:hidden;
	margin:0 0 20px 0;
	}
p.pagelink a{
	color:#000 ;
	}
p.pagelink a:hover{
	text-decoration:underline;
	}
span.pageprev{
	float:left;
	}
span.pagenext{
	float:right;
	}

/* コメント */

#comments{
	padding:20px 2%;
	margin-bottom:30px;
	border:solid 1px #ccc;
	background:#f7f7f7;
}

#comments_title{
	color:#222;
	font-size:18px;
	line-height:1.7em;
	padding-bottom:5px;
	border-bottom:dotted 3px #ccc;
	margin-bottom:20px;
}


#comments footer {
	background: none;
	margin: 0;
	color: #000000;
	font-size: 12px;
	border-style: none;
}
#comments footer a {
	color: #000000;
}
#comments footer div {
	display: inline;
}
#comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#comments article {
	border: dashed 1px #cccccc;
	margin-bottom: 10px;
	padding: 10px 20px 20px 20px;
}
#comments .comment-content {
	margin-left: 30px;
}



/* コメント投稿フォーム */


#respond p {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 12px;
}
#respond label {
	font-size: 14px;
}
#respond input, #respond textarea {
	width: 100%;
	padding: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#respond input[type="submit"] {
	color:#fff;
	font-size:14px;
	width: 200px;
	padding: 10px;
	border: none;
	background-color: #222;
	-webkit-appearance: none;
	cursor: pointer;
     border-radius: 5px;        /* CSS3草案 */ 
     -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */ 
     -moz-border-radius: 5px;   /* Firefox用 */ 
}
#respond input[type="submit"]:hover {
	background-color: #666;
}
#respond .required {
	color: #ff0000;
}	
	
#respond input#wp-comment-cookies-consent{
	width:auto;
	margin:0 10px 0 0;
}



	
/*記事内の画像*/


.post img{padding:0 0 10px 2px;}

img.alignnone {
	padding:4px;
	max-width:100%;
	height:auto;
	}
img.aligncenter {
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:12px;
	max-width:100%;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	max-width:100%;
	float: right;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	max-width:100%;
	float: left
	}



.post.catalog_post img.alignnone,
.post.catalog_post img.aligncenter,
.post.catalog_post img.alignright,
.post.catalog_post img.alignleft{
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	max-width:100%;
	}





/*-----------カレントボタン-------------*/

#tmp_current_sidebar .current .btsb_222 a{
     color:#fff;
	 border:solid 1px #222;
	 background:#222;
}

#tmp_current_sidebar .current_none{
	display:none;
}
#tmp_current_sidebar .current .current_none{
	display:block;
}


/*-------リンクページ-------*/

.article_sub,
h3.sub{
	font-size:20px;
	padding:10px;
	background:#fff;
	margin-bottom:20px;
}

.page_title{
	font-size:20px;
	letter-spacing:4px;
	margin-bottom:30px;
}


#link_list{
	margin-bottom:40px;
}
#link_list li{
	padding:10px 10px 10px 20px;
	border-bottom:dotted 1px #ccc;
	background:url(images/link/arrow.gif) left center no-repeat;
	
}
#link_list li a{
	color:#000;
	text-decoration:none;
}
.link_box {
	overflow:hidden;
}
.link_box h4{
	font-size:18px;
	margin-bottom:20px;
	border-bottom:solid 1px #ccc;
	padding:10px;
}
.link_Rphoto{
	float:right;
	width:50%;
	margin:0 0 10px 10px;
	height:auto;
}
.link_box  p{
	line-height:1.8em;
	margin-bottom:40px;
	padding-left:2%;
	padding-right:2%;
}
.link_box .page{
	background:#eee;
	padding:10px;
	text-align:center
}
.link_box .page a{
	color:#000;
}




/*◆ wp-pagenavi ◆*/


.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-bottom:50px;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #666;
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 8px 15px!important;
  margin: 0 2px;
  line-height:2.4em;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}
.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #222222;
  border-color: #222222!important;
}
.wp-pagenavi span.current {
  color: #FFF;
  background-color: #222222;
  border-color: #222222!important;
  font-weight: bold;
}
	


/* ■■メニュー　tablepress　■■  */


#tablepress_style01 table{
	border:solid 1px #222;
}
#tablepress_style01 table td{
	color:#222;
	font-size:14px;
	letter-spacing:1px;
}

/* 説明文 */


#tablepress_style01 .tablepress-table-description{
	font-size:14px;
	line-height:1.8em;
	margin-bottom:20px;
}



#tablepress_style01 table thead th{
	color:#fff;
	text-align:center;
	padding:10px;
	border-right:solid 1px #222;
	font-size:14px;
	vertical-align:top;
	letter-spacing:2px;
	font-weight: normal;
	background:#222;
	white-space: nowrap;
	}
#tablepress_style01 table td{
	font-size:14px;
	padding:10px;
	border-right:solid 1px #222;
	white-space: nowrap;
	}


/* 見出し */
/*
#tablepress_style01 table thead th.column-1,
#tablepress_style01 table thead th.column-2,
#tablepress_style01 table thead th.column-3{
	text-align:right;
	padding:10px;
	border-right:solid 1px #cabaa8;
	font-size:16px;
	vertical-align:top;
	background:#fffcf3;
}
#tablepress_style01 table thead th.column-1{
	color:#b15325;
	width:50%;
}
#tablepress_style01 table thead th.column-2,
#tablepress_style01 table thead th.column-3{
	color:#b63649;
	width:25%;
}
#tablepress_style01 table thead th.column-1 span,
#tablepress_style01 table thead th.column-2 span,
#tablepress_style01 table thead th.column-3 span{
	color:#222;
	font-size:13px;
	font-weight:normal;
}
#tablepress_style01 .th_column_left table thead th.column-1{
	text-align:left;
}
*/

/* 行列 */
/*
#tablepress_style01 table td.column-1,
#tablepress_style01 table td.column-2,
#tablepress_style01 table td.column-3{
	padding:10px;
	border-right:solid 1px #cabaa8;
}
#tablepress_style01 table td.column-1{
	font-size:14px;
	width:50%;
}
#tablepress_style01 table td.column-2,
#tablepress_style01 table td.column-3{
	font-size:16px;
	width:25%;
	text-align:right;
	vertical-align:middle;
}
#tablepress_style01 table td.column-2{
	color:#b15325;
}
#tablepress_style01 table td.column-3{
	color:#b63649;
}

*/


/* サブナビボタン*/



.sub_navi02 img{
	display: block;
	float: left;
	width:100%;
	max-width:4%;
	padding:7% 0 0;
}
.sub_navi02 a{
		overflow: hidden;
    font-size:16px;
    display:block;
    text-decoration:none;
    color:#222;
    padding:5px 0 0 2%;
    line-height:1.5em;
	letter-spacing:2px;
    background:#fff;
    border:1px solid #222;
	box-shadow: 5px 5px 0 #eee;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
.sub_navi02 a span.sub_navi_subtitle{
    color:#aaa;
	font-size:10px;
    line-height:1.2em;
	display: block;
	float: left;
	width: 93%;
	margin-left:2%;
	margin-top:5px;
	margin-bottom:5px;
}
.sub_navi02 a span.sub_navi_title{
	display: block;
	float: left;
	width: 93%;
	margin-left:2%;
	margin-bottom:3px;
}

.sub_navi02 br{
	display: none;
}


.sub_navi02 a.current,
.sub_navi02 a:hover,
.sub_navi02 a:active{
    text-decoration:none;
    color:#fff;
    background:#222;
    border:1px solid #222;
    filter: alpha(opacity=1);
    -moz-opacity:1;
    opacity:1;
}

.sub_navi02 a.current span.sub_navi_subtitle{
    color:#fff;
}



