@charset "utf-8";

/*--------------------------------------*/
/*要変更
/*--------------------------------------*/

.dlt_h3{
	text-align: left;
	clear: both;
	margin-bottom: 10px;
	background: #000;
	color: #fff;
	padding: 5px 10px;
}
.dlt_h4{
	text-align: left;
	clear: both;
	margin-bottom: 10px;
	background: #000;
	color: #fff;
	padding: 5px 10px;
}
.dlt_free{
	overflow: hidden;
	margin-bottom: 15px;
	text-align: left;
	clear: both;
}
.dlt_free,
.dlt_free *{
	font-size: 13px !important;
	line-height: 160% !important;
	/*font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;*/
}
.dlt_freetitle{
	text-align: left;
	clear: both;
	margin-bottom: 10px;
	background: #000;
	color: #fff;
	padding: 5px 10px;
}

a{
	color: #444;
	text-decoration: none;
}
a:hover{
	color: #f09300;
	text-decoration: none;
}
.mb5{
	margin-bottom: 5px !important;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb30{
	margin-bottom: 30px !important;
}
.mb40{
	margin-bottom: 40px !important;
}
.mb60{
	margin-bottom: 60px !important;
}

a.fade0, a.fade8{
	-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;
}
a.fade0:hover{
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
a.fade8:hover{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/*--------------------------------------*/
/*base
/*--------------------------------------*/

.mysns *{
	vertical-align: bottom !important;
}

*{
	margin: 0;
	padding: 0;
}
html, body{
	/*
	height: 100%;
	*/
}
body{
	/*
	line-break: strict;
	font-size: 78%;
	line-height: 160%;
	text-align: center;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
	word-break: break-all;
	word-wrap: break-word;
	*/
}
img{
	vertical-align: top;
	background: url(https://57cf66.claudeassets.com/20230208130150im_/http://nikokatsu.com/wp-content/themes/cmn/images/spacer.gif);
}
img,
a img{
	border: 0;
}

a{
	outline: 0;
}
.mb10{
	margin-bottom: 10px;
}
.mb30{
	margin-bottom: 30px;
}
.mb60{
	margin-bottom: 60px;
}

.dlt_category_txt{
	text-align: left;
	margin-bottom: 20px;
}


/*--------------------------------------*/
/*カルーセル
/*--------------------------------------*/

.slick-slide{
	text-align: center;
}
.slick-slide a{
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}
.slick-slide img{
	margin-left: auto !important;
	margin-right: auto !important;
}


/*--------------------------------------*/
/*pager
/*--------------------------------------*/

#dlt_pager{
	clear: both;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom: 30px;
	width: 100%;
}
#dlt_pager .dlt_pagerprev{
	width: 33%;
	float: left;
	text-align: left;
}
#dlt_pager .dlt_pagertop{
	width: 33%;
	float: left;
	text-align: center;
}
#dlt_pager .dlt_pagernext{
	width: 33%;
	float: left;
	text-align: right;
}
#dlt_pager .dlt_pagernext a,
#dlt_pager .dlt_pagerprev a{
	display: inline-block;
	width: 80px;
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}

#dlt_pager .pagination{
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 100%;
}
#dlt_pager .pagination span{
	display: inline-block;
	margin: 0 2px;
}
#dlt_pager .pagination a{
	display: block;
	padding: 9px;
	background: ;/*color.cssで定義*/
	border: 1px solid ;/*color.cssで定義*/
	text-decoration: none;
}
#dlt_pager .pagination .current{
	border: 1px solid ;/*color.cssで定義*/
}
#dlt_pager .pagination .current a{
	padding: 8px;
	background: #fff;
	border: 1px solid ;/*color.cssで定義*/
}


/*--------------------------------------*/
/*side
/*--------------------------------------*/

#dlt_archives,
#dlt_categories{
	border: 1px solid ;/*color.cssで定義*/
	width: auto;
	margin-bottom: 10px;
	background: ;/*color.cssで定義*/
	text-align: left;
}
#dlt_archives p,
#dlt_categories p{
	margin: 0;
	font-weight: bold;
	padding: 7px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	color: #fff;
	background: ;/*color.cssで定義*/
}
#dlt_archives ul,
#dlt_categories ul{
	display: block;
	border: 1px solid ;/*color.cssで定義*/
	margin: 3px;
	background: #fff;
	border-radius: 3px;
}
#dlt_archives ul li,
#dlt_categories ul li{
	display: block;
	border-top: 1px solid ;/*color.cssで定義*/
}
#dlt_archives ul li a,
#dlt_categories ul li a{
	display: block;
	padding: 7px 10px;
	border-top: 1px solid #fff;
	margin: 0;
}
#dlt_archives ul li a:hover,
#dlt_categories ul li a:hover{
	background: ;/*color.cssで定義*/
}


/*--------------------------------------*/
/*post
/*--------------------------------------*/

em{
	font-style: italic;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
}
.dlt_entry_content img,
.dlt_entry_content2 img{
	max-width: 100%;
	height: auto;
}
.dlt_entry_content p,
.dlt_entry_content2 p{
	margin: 0;
}
.dlt_entry_footer{
	clear: both;
	background: ;/*color.cssで定義*/
	padding: 5px;
	text-align: right;
}
.dlt_entry_content strong,
.dlt_entry_content2 strong{
	color: inherit;
}
.dlt_entry_content em,
.dlt_entry_content2 em{
	color: inherit;
	font-style: italic;
}
.dlt_entry_content ul li,
.dlt_entry_content2 ul li{
	list-style: disc;
	margin-left: 25px;
}
.dlt_entry_content ol li,
.dlt_entry_content2 ol li{
	list-style: decimal;
	margin-left: 25px;
}
.dlt_entry_content blockquote,
.dlt_entry_content2 blockquote{
	background-color: ;/*color.cssで定義*/
	padding: 15px 40px;
	margin: 15px 0;
	position: relative;
	display: block;
	overflow: hidden;
}
.dlt_entry_content blockquote:before,
.dlt_entry_content2 blockquote:before{
	content: "“";
	font-size: 600%;
	line-height: 1em;
	color: ;/*color.cssで定義*/
	position: absolute;
	left: 5px;
	top: 5px;
}
.dlt_entry_content blockquote:after,
.dlt_entry_content2 blockquote:after{
	content: "”";
	font-size: 600%;
	line-height: 0em;
	color: ;/*color.cssで定義*/
	position: absolute;
	right: 5px;
	bottom: 0;
}
.dlt_entry_content hr,
.dlt_entry_content2 hr{
	size: 0;
	color: transparent;
	border-bottom: 1px dotted ;/*color.cssで定義*/
	clear: both;
	margin: 10px 0;
	display: block;
	width: 100%;
}

.alignleft{
	float: left;
	margin: 0 15px 15px 0;
}
.aligncenter{
	float: none;
	display: block;
	margin: 0 auto 15px;
	clear: both;
}
.alignright{
	float: right;
	margin: 0 0 15px 15px;
}

.single .dlt_entry{
	margin-bottom: 40px;
}

.dlt_entry p{
	margin: 0 !important;
	padding: 0 !important;
}

.sign{
	display: block;
	clear: both !important;
}


/*--------------------------------------*/
/*投稿一覧レイアウト　dlt_layout1
/*--------------------------------------*/

.dlt_lay_post{
	width: 100%;
	overflow: hidden;
}
.dlt_lay_post .dlt_entry{
	clear: both;
	overflow: hidden;
	width: auto;
	word-wrap: break-word;
	margin-bottom: 40px;
	text-align: left;
}
.archive .dlt_lay_post .dlt_entry a{
	display: inline;
	overflow: hidden;
	text-decoration: none;
}
.dlt_lay_post .dlt_simg{
	display: none;
}
.dlt_lay_post .dlt_entry_header{
	overflow: hidden;
	border-bottom: 1px dotted ;/*color.cssで定義*/
	margin-bottom: 7px;
}
.dlt_lay_post .dlt_entry_header div{
	font-size: 80%;
	padding: 1px 0 0 7px;
	border-left: 3px solid ;/*color.cssで定義*/
}
.dlt_lay_post .dlt_entry_header h4{
	font-size: 110%;
	display: block;
	border-left: 3px solid ;/*color.cssで定義*/
	padding: 0 0 1px 7px;
	margin-bottom: 5px;
}
.dlt_lay_post .dlt_entry_content{
	overflow: hidden;
	width: 100%;
	margin-bottom: 40px;
}


/*--------------------------------------*/
/*投稿一覧レイアウト　dlt_layout2
/*--------------------------------------*/

.dlt_lay_post2{
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
.dlt_lay_post2 .dlt_entry{
	clear: both;
	overflow: hidden;
	word-wrap: break-word;
	text-align: left;
	width: auto;
}
.dlt_lay_post2 .dlt_entry a{
	display: block;
	overflow: hidden;
	text-decoration: none;
}
.dlt_lay_post2 .dlt_simg{
	display: none;
}
.dlt_lay_post2 .dlt_entry_header{
	display: table;
	border-bottom: 1px dotted ;/*color.cssで定義*/
	width: 100%;
}
.dlt_lay_post2 .dlt_entry_header div{
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	font-size: 90%;
	padding: 10px 0;
}
.dlt_lay_post2 .dlt_entry_header h4{
	vertical-align: middle;
	display: table-cell;
	padding: 10px 0 10px 17px;
	position: relative;
}
.dlt_lay_post2 .dlt_entry_header h4:after{
	position: absolute;
	top: 50%;
	left: 3px;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: 2px solid ;/*color.cssで定義*/
	border-right: 2px solid ;/*color.cssで定義*/
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.dlt_lay_post2 .dlt_entry_content{
	display: none;
}


/*--------------------------------------*/
/*投稿一覧レイアウト　dlt_layout3
/*--------------------------------------*/

.dlt_lay_post3{
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
.dlt_lay_post3 .dlt_entry{
	overflow: hidden;
	word-wrap: break-word;
	text-align: center;
	width: 25%;
	float: left;
}
.dlt_lay_post3 .dlt_entry a{
	display: block;
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid ;/*color.cssで定義*/
	border-right: 1px solid ;/*color.cssで定義*/
	text-decoration: none;
}
.dlt_lay_post3 .dlt_entry:nth-of-type(-n+4) a{
	border-top: 1px solid ;/*color.cssで定義*/
}
.dlt_lay_post3 .dlt_entry:nth-of-type(4n+1) a{
	border-left: 1px solid ;/*color.cssで定義*/
}
.dlt_lay_post3 .dlt_simg{
	display: table;
	width: 100%;
	overflow: hidden;
}
.dlt_lay_post3 .dlt_simg span{
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
.dlt_lay_post3 .dlt_simg img{
	display: block;
	margin: 0 auto;
	/*/max-height: **px;画像の幅をpxで指定*/
}
.dlt_lay_post3 .dlt_entry_header{
	display: none;
}
.dlt_lay_post3 .dlt_entry_content{
	display: none;
}
.dlt_lay_post3 a:hover .dlt_simg img{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/*--------------------------------------*/
/*投稿一覧レイアウト　dlt_layout4
/*--------------------------------------*/

.dlt_lay_post4{
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
.dlt_lay_post4 .dlt_entry{
	overflow: hidden;
	word-wrap: break-word;
	text-align: center;
	width: 25%;
	float: left;
}
.dlt_lay_post4 .dlt_entry a{
	display: block;
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid ;/*color.cssで定義*/
	border-right: 1px solid ;/*color.cssで定義*/
	text-decoration: none;
}
.dlt_lay_post4 .dlt_entry:nth-of-type(-n+4) a{
	border-top: 1px solid ;/*color.cssで定義*/
}
.dlt_lay_post4 .dlt_entry:nth-of-type(4n+1) a{
	border-left: 1px solid ;/*color.cssで定義*/
}
.dlt_lay_post4 .dlt_simg{
	display: table;
	width: 100%;
	overflow: hidden;
}
.dlt_lay_post4 .dlt_simg span{
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
.dlt_lay_post4 .dlt_simg img{
	display: block;
	margin: 0 auto;
	/*/max-height: **px;画像の幅をpxで指定*/
}
.dlt_lay_post4 .dlt_entry_header div{
	font-size: 90%;
	padding-top: 5px;
}
.dlt_lay_post4 .dlt_entry_content{
	display: none;
}
.dlt_lay_post4 a:hover{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/*--------------------------------------*/
/*投稿一覧レイアウト　dlt_layout5
/*--------------------------------------*/

.dlt_lay_post5{
	text-align: left;
	margin-top: 30px;
}
.dlt_lay_post5 .dlt_entry{
	clear: both;
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px solid ;/*color.cssで定義*/
	margin-bottom: 15px;
}
.dlt_lay_post5 .dlt_entry_header,
.dlt_lay_post5 .dlt_entry_content{
	margin-left: 190px;
	margin-top: 0 !important;
}
.dlt_lay_post5 .dlt_entry_header{
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #ddd;
}
.dlt_lay_post5 a .dlt_entry_header div{
	margin-bottom: 4px;
	clear: #d00 !important;
	font-size: 90%;
}
.dlt_lay_post5 .dlt_entry_header h4{
	font-size: 130%;
}
.dlt_lay_post5 .dlt_simg{
	display: table;
	width: 150px;
	height: 150px;
	background: #fff;
	padding: 8px;
	border: 1px solid ;/*color.cssで定義*/
	overflow: hidden;
	float: left;
}
.dlt_lay_post5 .dlt_simg span{
	display: table-cell;
	width: 150px;
	height: 150px;
	vertical-align: middle;
}
.dlt_lay_post5 .dlt_simg img{
	display: block;
	max-width: 150px;
	max-height: 150px;
	width: auto;
	height: auto;
}
	


/*--------------------------------------*/
/*ギャラリーレイアウト
/*--------------------------------------*/

.dlt_lay_gallery{
	max-width: 1500px;
	width: 100%;
	overflow: hidden;
}
.dlt_lay_gallery .dlt_entry{
	overflow: hidden;
	word-wrap: break-word;
	text-align: center;
	width: 25%;
	float: left;
	border-bottom: 1px solid ;/*color.cssで定義*/
}
.dlt_lay_gallery .dlt_entry a{
	text-decoration: none;
	font-weight: normal;
	display: block;
	overflow: hidden;
	padding: 10px;
	border-right: 1px solid ;/*color.cssで定義*/
}
.dlt_lay_gallery .dlt_entry:nth-of-type(-n+4) a{
	border-top: 1px solid ;/*color.cssで定義*/
}
.dlt_lay_gallery .dlt_entry:nth-of-type(4n+1) a{
	border-left: 1px solid ;/*color.cssで定義*/
}
.dlt_lay_gallery .dlt_simg{
	width: 100%;
	overflow: hidden;
	margin: 0 auto 5px;
}
.dlt_lay_gallery .dlt_simg img{
	display: block;
}
.dlt_lay_gallery .dlt_entry_header{
	margin-bottom: 5px;
}
.dlt_lay_gallery a:hover .dlt_simg img{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*-------ギャラリー シングル-------*/

.dlt_lay_gallery_single{
	width: 100%;
	overflow: hidden;
}
.dlt_lay_gallery_single .dlt_entry_header h4{
	padding: 10px 0;
	border-bottom: 1px dotted ;/*color.cssで定義*/
	margin-bottom: 10px;
	font-size: 120%;
	text-align: left;
}
.dlt_lay_gallery_single .dlt_mainimg{
	width: 300px !important;/*任意*/
	height: 300px !important;/*任意*/
	display: table !important;
	table-layout: fixed;
	margin: 0  0 10px !important;
}
.dlt_lay_gallery_single .dlt_singleimg{/*画像が1枚の時*/
	height: auto !important;
}
.dlt_lay_gallery_single .dlt_mainimg a{
	display: table-cell !important;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.dlt_lay_gallery_single .dlt_singleimg a{/*画像が1枚の時*/
	height: auto !important;
	vertical-align: top !important;
}
.dlt_lay_gallery_single .dlt_mainimg a img{
	display: block;
	width: auto !important;
	height: auto !important;
	margin: 0 auto !important;
	max-width: 100% !important;
	max-height: 300px !important;/*任意 pxで指定*/
}
.dlt_lay_gallery_single .dlt_thumimg{
	overflow: hidden;
	margin-bottom: 15px;
	width: 300px;/*上記.dlt_mainimgのwidth値*/
}
.dlt_lay_gallery_single .dlt_thumimg div{
	width: 93px;/*上記.dlt_thumimgのwidth値 - (サムネイル列数-1)×marginRight*/
	height: 93px;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}
.dlt_lay_gallery_single .dlt_thumimg div:nth-of-type(3n){/*サムネイル列数*/
	margin-right: 0;
}
.dlt_lay_gallery_single .dlt_thumimg div.off{
	display: none !important;
}
.dlt_lay_gallery_single .dlt_thumimg div a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover !important;
}
.dlt_lay_gallery_single .dlt_thumimg div img{
	display: block;
	display: none;
}
.dlt_lay_gallery_single .dlt_thumimg div a span{
	display: none;
}
.dlt_lay_gallery_single .dlt_thumimg hr{
	display: none !important;
}

.dlt_lay_gallery_single .dlt_entry_content{
	text-align: left;
	margin-bottom: 40px;
	clear: both;
}
.dlt_lay_gallery_single .dlt_caption{
	clear: both;
	height: 2em;
}

.dlt_lay_gallery_single .dlt_fig dl{
	display: table;
	width: 100%;
}
.dlt_lay_gallery_single .dlt_fig dt{
	display: table-cell;
	border-bottom: none;
	vertical-align: middle;
	width: 90px;
}
.dlt_lay_gallery_single .dlt_fig dt:after{
	margin-top: -3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.dlt_lay_gallery_single .dlt_fig dd{
	display: table-cell;
	vertical-align: middle;
	margin-top: 0 !important;
}

.dlt_lay_gallery_single .dlt_lay_gallery .dlt_entry{
	margin-bottom: 0;
}

/*ギャラリーシングルレイアウトパターン2
.dlt_lay_gallery_single .dlt_inner,
.dlt_lay_gallery_single .dlt_td1,
.dlt_lay_gallery_single .dlt_td2{
	display: block !important;
	float:none !important;
	clear: both !important;
	width: 100% !important;
	margin-bottom: 0;
}
.dlt_lay_gallery_single{
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
.dlt_lay_gallery_single .dlt_mainimg{
	width: 100% !important;　任意
	height: 340px !important;　任意
}
.dlt_lay_gallery_single .dlt_mainimg a img{
	max-height: 320px !important;　任意 pxで指定
}
.dlt_lay_gallery_single .dlt_thumimg{
	margin: 0 auto 15px !important;
}
*/

/*-------Before After 機能　ギャラリー シングル-------*/

.dlt_lay_gallery_single2{
	width: 100%;
	overflow: hidden;
}
.dlt_lay_gallery_single2 .dlt_entry_header h4{
	padding: 10px 0;
	border-bottom: 1px dotted ;/*color.cssで定義*/
	margin-bottom: 10px;
	font-size: 120%;
	text-align: left;
}
.dlt_lay_gallery_single2 .dlt_inner,
.dlt_lay_gallery_single2 .dlt_td1,
.dlt_lay_gallery_single2 .dlt_td2{
	display: block !important;
	float:none !important;
	clear: both !important;
	width: 100% !important;
	margin-bottom: 0;
}
.dlt_lay_gallery_single2 .dlt_mainimg{
	display: none;
}
.dlt_lay_gallery_single2 .dlt_thumimg{
	overflow: hidden;
	margin-bottom: 15px;
}
.dlt_lay_gallery_single2 .dlt_thumimg div{
	width: 50%;
	height: 230px;/*任意*/
	display: table;
	table-layout: fixed;
}
.dlt_lay_gallery_single2 .dlt_thumimg div.off{
	display: none !important;
}
.dlt_lay_gallery_single2 .dlt_thumimg div:nth-of-type(odd){
	float: left;
	background: #F1E9CE;
}
.dlt_lay_gallery_single2 .dlt_thumimg div:nth-of-type(even){
	float: right;
	position: relative;
	background: #FFCC66;
}
.dlt_lay_gallery_single2 .dlt_thumimg div:nth-of-type(even):after{
	position: absolute;
	top: 45%;
	left: -19px;/*任意*/
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-top: 5px solid #330100;
	border-right: 5px solid #330100;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.dlt_lay_gallery_single2 .dlt_thumimg div a{
	display: table-cell !important;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff;
	background: none !important;
}
.dlt_lay_gallery_single2 .dlt_thumimg div img{
	display: block;
	max-width: 95% !important;
	max-height: 200px !important;/*任意 pxで指定*/
	width: auto !important;
	height: auto !important;
	margin: 0 auto !important;
}
.dlt_lay_gallery_single2 .dlt_thumimg div span{
	display: none;
}
.dlt_lay_gallery_single2 .dlt_thumimg hr:nth-of-type(even){
	display: block;
	width: 100%;
	height: 0;
	size: 0;
	border: none;
	border-bottom: none;/*適宜*/

	clear: both;
}
.dlt_lay_gallery_single2 .dlt_thumimg hr:nth-of-type(odd){
	display: none !important;
}

.dlt_lay_gallery_single2 .dlt_entry_content{
	text-align: left;
	margin-bottom: 40px;
	clear: both;
}

.dlt_lay_gallery_single2 #before{
	float: left;
	display: block;
	width: 50%;
	background: #ddd;
	text-align: center;
}
.dlt_lay_gallery_single2 #after{
	float: right;
	display: block;
	width: 50%;
	background: #ccc;
	text-align: center;
}
.dlt_lay_gallery_single2 .dlt_caption{
	clear: both;
	height: 2em;
}


/*--------------------------------------*/
/*メニューレイアウト
/*--------------------------------------*/

.dlt_lay_menu{
	text-align: left;
	margin-bottom: 40px;
	overflow: hidden;
	clear: both;
}

.dlt_lay_menu .dlt_entry{
}
.dlt_lay_menu .dlt_entry:nth-child(odd){
}
.dlt_lay_menu .dlt_entry:last-child{
	margin-bottom: 20px;
}
.dlt_lay_menu .dlt_entry dl{
	margin: 0;
	display: table;
	width: 100%;
}
.dlt_lay_menu .dlt_entry:nth-of-type(1) dl{
}
.dlt_lay_menu .dlt_menu_title{/*商品名*/
	position: relative;
	padding-left: 5px;
}
.dlt_lay_menu .dlt_menu_cap{/*商品説明*/
	padding-left: 5px;
	font-size: 90%;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.dlt_lay_menu .dlt_entry dt{
	display: table-cell;
	margin: 0;
	vertical-align: middle;
	padding: 8px;
	width: auto;
}
.dlt_lay_menu .dlt_entry dd{
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}
.dlt_lay_menu .dlt_entry dd ul{
	margin: 0;
	display: table;
	width: 100%;
}
.dlt_lay_menu .dlt_entry dd ul:last-child{
}
.dlt_lay_menu .dlt_entry dd li{
	padding: 8px;
	display: table-cell;
	vertical-align: middle;
	word-break: normal;
}

.dlt_lay_menu li.dlt_menu_price{/*商品価格*/
	text-align: right;
	word-break: keep-all;
}
dd.dlt_menu_bunrui div:nth-child(n+2){
}

/*▼分類名、単位、価格の3つとも入力されている場合例*/

dd.dlt_bunruis{
	width: ;
}
dd.dlt_bunruis ul li.dlt_menu_name{
	width: 33.3%;
}
dd.dlt_bunruis ul li.dlt_menu_tani{
	width: 33.3%;
}
dd.dlt_bunruis ul li.dlt_menu_price{
	width: 33.3%;
}


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

.dlt_lay_menu2 hr{
	display: none;
	width: 100%;
	height: 0;
	size: 0;
	clear: both;
	border: none;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 30px;
	color: #fff;
}
.dlt_lay_menu2 hr:nth-of-type(3n){/*3列で改行*/
	display: block;
}

.dlt_lay_menu2 .dlt_entry{
	margin-bottom: 30px;
	float: left;
	width: 31%;
	margin-left: 1.15%;
	margin-right: 1.15%;
}
.dlt_lay_menu2 .dlt_entry dl{
	display: block;
}
.dlt_lay_menu2 .dlt_entry dt{
	display: block;
}
.dlt_lay_menu2 .dlt_entry dd{
	display: block;
}
.dlt_lay_menu2 .dlt_img{
	width: 100%;
	height: auto;
	height: 180px;
	background: #fff;
}
.dlt_lay_menu2 .dlt_img img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 180px;
	margin: 0 auto 5px;
}
.dlt_lay_menu2 .dlt_menu_title{
	font-weight: bold;
	margin-bottom: 5px;
}
.dlt_lay_menu2 dd ul{
	display: table !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	width: 100%;
}
.dlt_lay_menu2 dd ul:nth-last-of-type(1){
	margin-bottom: 10px !important;
}
.dlt_lay_menu2 dd li{
	display: table-cell !important;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}
.dlt_lay_menu2 .dlt_prc{
	text-align: right;
}


/*--------------------------------------*/
/*お客様の声レイアウト
/*--------------------------------------*/

.dlt_lay_voice .dlt_entry{
	clear: both;
	overflow: hidden;
	width: auto;
	word-wrap: break-word;
	margin-bottom: 40px;
	text-align: left;
}
.dlt_lay_voice .dlt_entry_header{
	overflow: hidden;
	border-bottom: 1px dotted ;/*color.cssで定義*/
	margin-bottom: 7px;
}
.dlt_lay_voice .dlt_entry_header h4{
	font-size: 110%;
	display: block;
	border-left: 3px solid ;/*color.cssで定義*/
	padding: 0 0 1px 7px;
	margin-bottom: 5px;
}
.dlt_lay_voice .dlt_entry_content{
	overflow: hidden;
	width: 100%;
	margin-bottom: 40px;
}


/*--------------------------------------*/
/*Q&Aレイアウト
/*--------------------------------------*/

.dlt_lay_questions{
	margin-bottom: 40px;
	text-align: left;
}
.dlt_lay_questions ul{
	display: block;
}
.dlt_lay_questions li{
	display: block;
	border-bottom: 1px dotted ;/*color.cssで定義*/
}
.dlt_lay_questions li a{
	display: block;
	padding: 5px 0 5px 18px;
	position: relative;
}
.dlt_lay_questions li a:after{
	position: absolute;
	top: 50%;
	left: 3px;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: 2px solid ;/*color.cssで定義*/
	border-right: 2px solid ;/*color.cssで定義*/
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.dlt_lay_qa .dlt_entry{
	clear: both;
	overflow: hidden;
	width: auto;
	word-wrap: break-word;
	margin-bottom: 20px;
	text-align: left;
}
.dlt_lay_qa .dlt_entry_header{
	overflow: hidden;
	border-bottom: 1px dotted ;/*color.cssで定義*/
	margin-bottom: 7px;
}
.dlt_lay_qa .dlt_entry_header h4{
	font-size: 110%;
	display: block;
	border-left: 3px solid ;/*color.cssで定義*/
	padding: 0 0 1px 7px;
	margin-bottom: 5px;
}
.dlt_lay_qa .dlt_entry_content{
	overflow: hidden;
	width: 100%;
}
.dlt_lay_qa .dlt_qa1{
	overflow: hidden;
	width: auto;
	margin-bottom: 15px;
}
.dlt_lay_qa .dlt_qa2{
	overflow: hidden;
	width: auto;
	background: ;/*color.cssで定義*/
	border: 1px solid ;/*color.cssで定義*/
	border-radius: 3px;
	padding: 7px;
}


/*--------------------------------------*/
/*クーポンレイアウト
/*--------------------------------------*/

.dlt_lay_coupon .dlt_entry{
	width: auto;
	border: 1px solid ;/*color.cssで定義*/
	padding: 1px;
	margin-bottom: 20px;
	clear: both;
}
.dlt_lay_coupon .dlt_inner{
	display: table;
	width: 100%;
	margin-bottom: 0;
}
.dlt_lay_coupon .dlt_td1{
	display: table-cell;
	text-align: center;
	width: 30px;
	vertical-align: middle;
	padding: 0;
	background: ;/*color.cssで定義*/
	color: #fff;
}
.dlt_lay_coupon .dlt_td1 span{
	display: block;
}
.dlt_lay_coupon .dlt_td2{
	display: table-cell;
	vertical-align: middle;
	padding: 15px 15px;
}
.dlt_lay_coupon .dlt_entry_header{
	display: table;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: 1px dotted ;/*color.cssで定義*/
	padding-bottom: 10px;
}
.dlt_lay_coupon .dlt_entry_header h4, .dlt_lay_coupon .dlt_entry_header p{
	display: table-cell;
}
.dlt_lay_coupon .dlt_entry_header p{
	text-align: right;
}
.dlt_lay_coupon .dlt_entry_header .dlt_not{
	text-decoration: line-through;
}
.dlt_lay_coupon .dlt_entry_header .dlt_price{
	color: ;/*color.cssで定義*/
}
.dlt_lay_coupon .dlt_td2 .dlt_txt{
}
.dlt_lay_coupon .dlt_td2 dl.dlt_txt{
	display: block;
}
.dlt_lay_coupon .dlt_td2 dl.dlt_txt dt, .dlt_lay_coupon .dlt_td2 dl.dlt_txt dd{
	display: inline;
}
.dlt_lay_coupon .dlt_td2 dl.dlt_txt dt{
	color: ;/*color.cssで定義*/
}
.dlt_lay_coupon .dlt_td2 dl.dlt_txt dd{
	padding-right: 10px;
}


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

.dlt_lay_shop{
	margin-bottom: 40px;
	overflow: hidden;
}
.dlt_lay_shop .dlt_entry{
	width: 50%;
	max-width: 600px;
	float: left;
	text-align: center;
}
.dlt_lay_shop .dlt_entry a{
	display: block;
	padding: 10px 15px;
	text-decoration: none !important;
}
.dlt_lay_shop .dlt_entry a:hover{
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.dlt_lay_shop .dlt_simg{
	width: 100%;
	height: 100px;
	overflow: hidden;
	margin: 0 auto 5px;
}
.dlt_lay_shop .dlt_simg img{
	display: block;
}
.dlt_lay_shop .dlt_entry_content{
	text-align: left;
	position: relative;
}
.dlt_lay_shop .dlt_entry_content h4{
	margin-bottom: 5px !important;
	padding: 5px 0;
	border-bottom: 1px dotted ;/*color.cssで定義*/
	font-size: 120%;
	font-weight: bold;
	padding-right: 90px;
}
.dlt_lay_shop .dlt_entry_content ul{
	display: table;
	width: 100%;
}
.dlt_lay_shop .dlt_entry_content li{
	display: table-cell;
}
.dlt_lay_shop .dlt_entry_content li:first-child{
	min-width: 70px;
	width: 20%;
}
.dlt_lay_shop .dlt_entry_content .dlt_btn{
	position: absolute;
	top: 1px;
	right: 0;
}

#gmap{
	clear: both;
	width: 100%;
	margin-bottom: 30px;
}
#smap{
}

.dlt_lay_shop .dlt_entry_content ul li{
	list-style: none;
	margin-left: 0;
}


/*--------------------------------------*/
/*レビュー
/*--------------------------------------*/

#review_post{
	margin-bottom: 40px;
}
#review_post label {
	width: 100%;
	margin-bottom: 10px;
	font-size: 110%;
}
#review_post div {margin-bottom: 10px;}
#review_post input:not(.btn), #review_post textarea {width: 98%;}
div.updated {
	display: none;
	margin: 20px 0px;
	padding: 20px;
	font-size: 120%;
	background-color: #d1c6ad;
	color: #FFF;
}

#review_post h2 {
    text-align: center !important;
    font-size: 30px;
}

#review_post form{
	display: block;
	border-style: solid;
	border-width: 7px;
	padding: 15px;
}


/*--------------------------------------*/
/*ムービーレイアウト
/*--------------------------------------*/

/*--1列--*/

.dlt_lay_movie_1 .dlt_entry{
	margin-bottom: 40px;
}
.dlt_lay_movie_1 .dlt_entry_content{
	width:80%;
	margin:0 auto 20px;
}
.dlt_lay_movie_1 .dlt_movie{
	margin:0 auto 10px;
}
.dlt_lay_movie_1 .dlt_entry_content iframe{
	display: block;
	width: 100%;
	height: auto;
}
.dlt_lay_movie_1 hr{
	display: none;
}

/*--2列--*/

.dlt_lay_movie_2{
	overflow: hidden;
}
.dlt_lay_movie_2 .dlt_entry{
	width: 48%;
	float: left;
	margin: 0 1% 40px 1%;
}
.dlt_lay_movie_2 .dlt_entry_content{
	width: 100%;
}
/*
.dlt_lay_movie_2 .dlt_movie{
	margin-bottom: 10px;
}
*/
.dlt_lay_movie_2 .dlt_entry_content iframe{
	display: block;
	width: 100%;
	height: auto;
}
.dlt_lay_movie_2 hr{
	display: none;
}
.dlt_lay_movie_2 hr:nth-of-type(2n){
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	size: 0;
	border: none;
	background: none:
}

/*--3列--*/

.dlt_lay_movie_3{
	overflow: hidden;
}
.dlt_lay_movie_3 .dlt_entry{
	width: 31.3%;
	float: left;
	margin: 0 1% 40px 1%;
}
.dlt_lay_movie_3 .dlt_entry_content{
	width: 100%;
}
/*
.dlt_lay_movie_3 .dlt_movie{
	margin-bottom: 10px;
}
*/
.dlt_lay_movie_3 .dlt_entry_content iframe{
	display: block;
	width: 100%;
	height: auto;
}
.dlt_lay_movie_3 hr{
	display: none;
}
.dlt_lay_movie_3 hr:nth-of-type(3n){
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	size: 0;
	border: none;
	background: none:
}

/*--4列--*/

.dlt_lay_movie_4{
	overflow: hidden;
}
.dlt_lay_movie_4 .dlt_entry{
	width: 23%;
	float: left;
	margin: 0 1% 40px 1%;
}
.dlt_lay_movie_4 .dlt_entry_content{
	width: 100%;
}
/*
.dlt_lay_movie_4 .dlt_movie{
	margin-bottom: 10px;
}
*/
.dlt_lay_movie_4 .dlt_entry_content iframe{
	display: block;
	width: 100%;
	height: auto;
}
.dlt_lay_movie_4 hr{
	display: none;
}
.dlt_lay_movie_4 hr:nth-of-type(4n){
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	size: 0;
	border: none;
	background: none:
}


/*--------------------------------------*/
/*side_topics
/*--------------------------------------*/

.sidebar_ttl{
	display: block;
	padding: 0 10px;
	background: url(https://62b37a.claudeassets.com/20230208130150im_/http://nikokatsu.com/wp-content/uploads/sites/4/2016/01/right.jpg) 0 0 no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: 'Josefin Sans', "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	font-size: 18px;
	line-height: 38px;
	letter-spacing: 2px;
	border: 10px solid #EDEDED;
	border-bottom: none;
	margin-bottom:
}

.sidebar_box{
	padding: 10px 5px 5px;
	border: 10px solid #EDEDED;
	border-top: none;
	background: #fff;
}

.sidenew_ttl,
.sidecat_ttl{
	text-align: center;
	background: #a8cce7;
	margin: 0 5px 5px;
	border-radius: 100px;
	color: #fff;
	letter-spacing: 1px;
	font-size: 90%;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

.sidenew,
.sidecat,
.sidearc{
	padding: 0 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

.sidenew_in dl{
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
.sidenew_in dt{
	font-size: 80%;
	display: block;
}
.sidenew_in dd{
	display: block;
}
.sidenew_in dd .tagNew{
	color: #fff;
	background: #388dce;
	border-radius: 100px;
	margin-left: 4px;
	font-size: 80%;
	display: inline-block;
	padding: 0 5px;
	line-height: 1.3;
}

.btnS a{
	display: block;
	text-align: center;
	background: #C5D675;
	margin: 5px 5px 10px;
	border-radius: 100px;
	color: #fff !important;
	letter-spacing: 1px;
	padding: 0 10px;
	font-size: 90%;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	float: right;
}
.btnS a:hover{
	color: #fff !important;
	background: #b3c657;
}

.sidecat ul,
.sidearc ul{
	display: block;
}
.sidecat li,
.sidearc li{
	display: block;
	border-bottom: 1px dotted #ccc;
}
.sidecat li a,
.sidearc li a{
	display: block;
	padding: 3px 0 3px 15px;
	position: relative;
}
.sidecat li a:after,
.sidearc li a:after{
	content: "";
	display: block;
	height: 6px;
	width: 6px;
	border-right: 1px solid #b6cc52;
	border-bottom: 1px solid #b6cc52;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -5px 0 0 -7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*--------------------------------------*/
/*side_banner
/*--------------------------------------*/

aside .side_banner{
	line-height: 1.6;
	padding: 10px;
}
aside ul.side_banner{
	display: block;
}
aside .side_banner li{
	display: block;
	margin-bottom: 15px;
	
}
aside .side_banner img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin:0 auto;
}

aside dl.side_banner,
aside .side_banner dt,
aside .side_banner dd{
	display: block;
}
aside .side_banner dt img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
aside .side_banner dd{
	padding: 5px 10px 5px;
	background: #fff;
}
aside .side_banner dd a{
	font-family: "Hiragino Mincho ProN","EB Garamond",serif;
	color: #388dce;
	font-size: 13px;
	display: block;
	font-weight: bold;
}
aside .side_banner dd:last-child{
	font-size: 90%;
}



/*--------------------------------------*/
/*searchform
/*--------------------------------------*/


form#searchform{
	padding: 10px 0px;
}
form#searchform div {
	position:relative;
	background-color:#fff;
	border:1px solid;/*ボーダー*/
	border-radius:3px;
}

label.screen-reader-text {
    display: none;
}

input#s {
	width:76%;
	height:30px;
	line-height:30px;
	background:none;
	border:none;
	padding:0 3%;
}

input#searchsubmit {
	display: block;
	text-indent: -10000px;
	outline:none;
	line-height:1px;
	font-size:1px;
	color:#fff;
	position:absolute;
	top:1px;
	right:1px;
	width:28px;
	height:28px;
	border:none;
	border-radius: 0 3px 3px 0;
	cursor:pointer; 
	background: url(https://6e0a8b.claudeassets.com/20230208130150im_/http://nikokatsu.com/wp-content/themes/nikokatsu/images/btn_search.png) 50% 50% no-repeat;
}


/*--------------------------------------*/
/*検索結果
/*--------------------------------------*/

.search-results main .search{
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px dotted;
}
.search-results main .post_contents{
	font-size: 90%;
	margin-bottom: 20px;
}


/*--------------------------------------*/
/*サイトマップ
/*--------------------------------------*/

.sitemap_ul{
	display: block;
	border-top: 1px dotted;
}
.sitemap_ul li{
	display: block;
	border-bottom: 1px dotted;
}
.sitemap_ul li a{
	display: block;
	padding: 15px 0 15px 25px;
	position: relative;
}
.sitemap_ul li a:after{
	content: "";
	display: block;
	height: 5px;
	width: 5px;
	border-top: 3px solid;
	border-right: 3px solid;
	position: absolute;
	top: 50%;
	left: 7px;
	margin: -4px 0 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*--------------------------------------*/
/*投稿関連付け（ヘアカタ-スタッフ）
/*--------------------------------------*/

.dlt_haircata_to_staff dd{
	display: block !important;
	border-bottom: 1px dotted ;/*color.cssで定義*/
}
.dlt_haircata_to_staff dd:last-child{
	border-bottom: none;
}
.dlt_haircata_to_staff dd a{
	display: block;
}
.dlt_haircata_to_staff dd a:hover img{
	font-size: 90%;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.dlt_haircata_to_staff dd>div{
	display: table;
}
.dlt_haircata_to_staff dd div div{
	display: table-cell;
	vertical-align: middle;
	width: 80px;
}
.dlt_haircata_to_staff dd h5{
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	font-size: 100%;
	font-weight: normal;
}
.dlt_haircata_to_staff dd div div img{
	display: block;
	width: 80px;
	height: auto;
}


/*--------------------------------------*/
/*タクソノミーナビ
/*--------------------------------------*/

#dlt_snav{
	display: table;
	margin-bottom: 20px;
	width: 100%;
}
#dlt_snav ul{
	display: table-row;
	width: 100%;
}
#dlt_snav li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 8px;
	width: auto;
}
#dlt_snav li a{
	display: block;
	border-right: 1px solid ;/*color.cssで定義*/
}
#dlt_snav li:nth-child(5n+1) a{
	border-left: 1px solid ;/*color.cssで定義*/
}


/*--------------------------------------*/
/*
/*--------------------------------------*/

.dlt_inner{
	width: 100%;
	display: table;
	margin-bottom: 30px;
	text-align: left;
}
.dlt_td1{
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
}
.dlt_td2{
	display: table-cell;
	vertical-align: top;
}

/*--------------------------------------*/

.dlt_fig{
	border-top: 1px solid ;/*color.cssで定義*/
}
.dlt_fig dl{
	display: block;
	border-bottom: 1px solid ;/*color.cssで定義*/
	margin: 0;
	text-align: left;
}
.dlt_fig dt{
	display: block;
	border-bottom: 1px dotted ;/*color.cssで定義*/
	background: ;/*color.cssで定義*/
	padding: 7px 7px 7px 22px;
	margin: 0;
	position:relative;
}
.dlt_fig dt:after{
    position: absolute;
    top: 50%;
    left: -25px;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-top: 2px solid #d78a2b;
    border-right: 2px solid #d78a2b;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.dlt_fig dd{
	display: block;
	padding: 7px;
	margin: 0;
}

/*--------------------------------------*/

.dlt_tag{
	display: table;
	overflow: hidden;
	width: 100%;
	font-size: 100%;
}
.dlt_tag li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #dfdfdf;
	border-right: 1px solid #fff;
	color: #fff;
	line-height: 120%;
	padding: 2px 0 2px;
	line-height: 150%;
	letter-spacing: 1px;
	font-size: 90%;
}
.dlt_tag li.dlt_ac{
	background: ;/*color.cssで定義*/
}
.dlt_tag4{
	margin-bottom: 1px;
}
.dlt_tag4 li{
	width: 25%;
}
.dlt_tag3 li{
	width: 33.3%;
}
.dlt_tag li:first-child{
	width: auto;
}
.dlt_tag li:empty{
	background: none;
}
.dlt_tag4 img{
	margin: 0 auto 3px;
	width: 30px;
	display: block;
}

/*--------------------------------------*/

.dlt_shade{
	position: fixed;
	top: 0;
	left: 0;
	display: table;
	height: 100%;
	width: 100%;
	z-index: 1000;
	background: rgba(0,0,0,0.6);
}
.dlt_shade .dlt_popimg{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.dlt_shade .dlt_popimg img{
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	z-index: 1000;
	position: absolute;
}
.dlt_shade span{
	position: absolute;
	z-index: 1000;
}
.dlt_shade span.dlt_close{
	display: table;
	height: 34px;
	width: 34px;
	top: 50%;
	left: 50%;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 2px rgba(0,0,0,0.6);
}
.dlt_shade span.dlt_close a{
	line-height: 0;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-decoration: none !important;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	font-size: 20px;
	text-align: center;
}
.dlt_shade span.dlt_close a:hover{
	text-shadow: -1px 1px 0 rgba(0,0,0,0.3);
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.dlt_shade span.dlt_bprev,
.dlt_shade span.dlt_bnext{
	display: block;
	height: 90px;
	width: 90px;
	top: 50%;
	margin: -25px 0 0 0 !important;
	text-indent: -10000px;
	outline:none;
	line-height:1px;
	font-size:1px;
	background: rgba(0,0,0,0.3);
}
.dlt_shade span.dlt_bprev{
	left: 0 !important;
}
.dlt_shade span.dlt_bnext{
	left: auto !important;
	right: 0 !important;
}
.dlt_shade span.dlt_bprev a,
.dlt_shade span.dlt_bnext a{
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}
.dlt_shade span.dlt_bprev a:after,
.dlt_shade span.dlt_bnext a:after{
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	margin-top: -22px;
	border-top: 5px solid;
	border-right: 5px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.dlt_shade span.dlt_bprev a:after{
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	margin-left: 30px;
}
.dlt_shade span.dlt_bnext a:after{
	margin-left: 10px;
}
.dlt_shade span.dlt_bprev a:hover:after,
.dlt_shade span.dlt_bnext a:hover:after{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#dlt_imgloader{
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	position: absolute !important;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 5px solid #fff;
	border-right-color: transparent !important;
	animation: spin 1s linear infinite;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
}
@-webkit-keyframes spin{
	0% { transform: rotate(0deg);   opacity: 0.2; } /*0%の時は20％の透明度*/
	50%  { transform: rotate(180deg); opacity: 0.5; } /*50%の時は50％の透明度*/
	100%   { transform: rotate(360deg); opacity: 0.2; } /*100%の時に20％の透明度に戻る*/
}
@-moz-keyframes spin{
	0% { transform: rotate(0deg);   opacity: 0.2; } /*0%の時は20％の透明度*/
	50%  { transform: rotate(180deg); opacity: 0.5; } /*50%の時は50％の透明度*/
	100%   { transform: rotate(360deg); opacity: 0.2; } /*100%の時に20％の透明度に戻る*/
}

.dlt_poptxt{
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 300px;
	color: rgba(255,255,255,0.8);
	z-index: 1000;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.dlt_poptxt p{
	letter-spacing: 0.5px;
	font-size: 11.5px;
	margin: 0 !important;
	padding: 0 0 10px !important;
	line-height: 150% !important;
}
.dlt_poptxt p.dlt_poptitle{
	font-weight: bold;
	padding: 10px 0 5px !important;
}


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

#sk_form_front {
	text-align: left;
}
#sk_form_alert_content {
	border: none !important;
	padding: 0 !important;
	margin-bottom: 15px;
}
#sk_form_admin_tel {
	display: inline;
	padding-right: 15px;
}
#sk_form_admin_tel_time {
	display: inline;
}
.sk_form_table {
	display: table;
	margin: 20px 0;
	width: 100%;
	text-align: left;
	border-collapse: separate;
	border-spacing: 0 1px;
	background: ;/*color.cssで定義*/
	border: none !important;
}
.sk_form_table dl {
	display: table-row;
}
.sk_form_table dt {
	display: table-cell;
	vertical-align: middle;
	width: 200px !important;
	background: ;/*color.cssで定義*/
	border-top: 2px solid #fff !important;
	border-bottom: 2px solid #fff !important;
	padding: 5px 7px;
}
.sk_form_table dd {
	display: table-cell;
	vertical-align: middle;
	border: none !important;
	width: auto !important;
	background: #fff;
	border-top: 2px solid #fff !important;
	border-bottom: 2px solid #fff !important;
	padding: 5px 7px;
}
.sk_form_table dt span {
    color: #dd0000;
}
.sk_form_table dd p.form_option_area {
    margin-bottom: 0 !important;
}
#sk_form_submit {
	text-align: center;
}
#sk_form_submit input {
	margin: 0 auto;
}
.sk_form_table input {
	padding: 5px;
}
#sk_form_privacy_content{
	max-height: 200px !important;
	overflow: auto;
	border: 1px solid ;/*color.cssで定義*/
	padding: 10px !important;
	margin-bottom: 15px;
}

#sk_form_admin_tel{
	display: inline;
	padding-right: 15px;
}
#sk_form_admin_tel_time{
	display: inline;
}
.sk_form_table input{
	padding: 5px;
}

#sk_form_alert_title{
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.error_message{
	color: #d00;
}

form input, form textarea{
	display:;
	background: #fff;
	border: 1px solid ;/*color.cssで定義*/
	padding: 5px;
	font-size: 13px;
	color: #333;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
}
form textarea{
	width: 90%;
}
form select{
	background: #fff;
	padding: 0 5px;
	border: 1px solid ;/*color.cssで定義*/
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
}
form select option{
	padding: 1px 5px;
	border: none;
}
form input[type=radio], form input[type=checkbox]{
	display: inline-block;
}
form input[type=radio] + label, form input[type=checkbox] + label{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
}
form input[type=file]{
	border: none;
}

@media (min-width: 1px){
	form input[type=radio], form input[type=checkbox]{
		display: none;
		margin: 0;
	}
	form input[type=radio] + label, form input[type=checkbox] + label{
		padding: 0 0 0 24px;
	}
		form input[type=radio] + label::before, form input[type=checkbox] + label::before{
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: #FFF;
	}
	form input[type=radio] + label::before{
		border: 2px solid ;/*color.cssで定義*/
		border-radius: 30px;
	}
	form input[type=checkbox] + label::before{
		border: 2px solid ;/*color.cssで定義*/
	}
	form input[type=radio]:checked + label::after, form input[type=checkbox]:checked + label::after{
		content: "";
		position: absolute;
		top: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
	form input[type=radio]:checked + label:after{
		left: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: ;/*color.cssで定義*/
		border-radius: 8px;
	}
	form input[type=checkbox]:checked + label:after{
		left: 3px;
		display: block;
		content: '';
		width: 12px;
		height: 8px;
		margin-top: -5px;
		border-top: 3px solid ;/*color.cssで定義*/
		border-right: 3px solid ;/*color.cssで定義*/
		-webkit-transform: rotate(120deg);
		transform: rotate(120deg);
	}
}

.zip{
	display: block;
	margin-bottom: 5px;
}



.gallery {
	padding-top: 0 !important;
}
dl.gallery-item{
	margin: 0 !important;
	padding: 0 !important;
}
.gallery-columns-1 dl.gallery-item{
	width: 100% !important;
}
.gallery-columns-2 dl.gallery-item{
	width: 50% !important;
}
.gallery-columns-3 dl.gallery-item{
	width: 33.3% !important;
}
.gallery-columns-4 dl.gallery-item{
	width: 25% !important;
}
.gallery-columns-5 dl.gallery-item{
	width: 20% !important;
}
.gallery-columns-6 dl.gallery-item{
	width: 16.6% !important;
}
.gallery-columns-7 dl.gallery-item{
	width: 14.2% !important;
}
.gallery-columns-8 dl.gallery-item{
	width: 12.5% !important;
}
.gallery-columns-9 dl.gallery-item{
	width: 11.1% !important;
}
dl.gallery-item dt{
	display: block !important;
	width: auto !important;
	margin-bottom: 10px;
	padding: 0 3% !important;
}
dl.gallery-item dt a{
	display: block !important;
	padding: 0 !important;
	overflow: hidden !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: auto !important;
	border: none !important;
	background: none !important;
}
dl.gallery-item dt a:hover{
}
dl.gallery-item dt a img{
	border: none !important;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/* グローバルナビ用 
ul.menu {
	width: 100%;
}
ul.menu li {
	width: 15%;
	display: inline-block;
	float: left;
	padding: 0px 8.5px;
	text-align: center;
}
ul.menu li:nth-child(-n + 6) {
	margin: 1px;
}
ul.menu li:nth-child(-n + 6)+ li {
	margin-left: 0;
}
ul.menu li:nth-child(n + 7) {

	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
}
ul.menu li:nth-child(n + 7)+ li {
	margin-left: 0;
}
ul.menu li:nth-child(6n)+ li {
	
	margin-left: 1px;
}
#nav_wrap {
	width:1100px;
	margin:0 auto;
}*/
/*20151006*/
.ippHaircata h1{
	display:none;
}
.ippHaircata li{
	border:none !important;
	width:167px !important;
	overflow:hidden;
}
.ippHaircata li img {
	width:100%;
	height:auto;
}
.ipp_widget {
	width:100%;
}
.ippHaircata li {
	height:165px;
}

#mvpage {
    clear: both;
    background: url(https://bc871c.claudeassets.com/20230208130150im_/http://nikokatsu.com/wp-content/themes/sample2/images/cmn/mvbg.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 15px 0;
    text-align: center;
}

#mvpage img {
	    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.deltaMenuSection h2 {
	display:none;
}

#dlt_categories {
	width:210px;
	background-color:#ffffff !important;
	border-color:#ffffff !important;

}

#coLb {
	width: 750px !important;
}

#dlt_categories .deltaInfoImgBox img,
#dlt_categories .deltaBlogImgBox img{
	display:none;
}
.deltaMenuInnerTl span{
	color:#AEAEAE;
	display:block;
}

#dlt_categories .textwidget h2{
	font-size:20px;
	background-color:#A8967C;
	color:#ffffff;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.1);
	text-align:center;
	margin-bottom:0px !important;
	border:1px dotted #D9D6CD;
	border-bottom:0px;
}


/*sp確認用*/
#spicon {
	/*float: left;*/
    width: 21.8% !important;
    margin-left: 1.6%;
    margin-right: 1.6%;
}

.clear {
	clear:both;
}
/* サイドバー位置 */
.left {float:left !important;}
.right {float:right !important;}
.clearfix:after {content: "";clear: both;display: block;}
/* ビーバー用 */
html.fl-builder-edit .ipp_widget {
  border: 3px solid #FA5858;
  background-color: #FBEFEF;
  opacity: 0.4;
}
.ippStaff img {
	height:auto;
}
.ippStaff .staffTextArea h1 {
	font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.ippStaff ul li .detailBtn {
	background: #A8967C !important;
	text-shadow: 1px 1px 0 #807361 !important;
}
.ippStaff ul li {
	margin-left:5px !important;
	border:0px !important;
}





/*
 * ヴィジェット用
 */
.ipp_widget {
  display: inline-block;
  margin: 0 auto;
}


/** ===============================================================================================

	お知らせ・ブログブロック1

=============================================================================================== **/

.ipp_widget.blog{
	display: block;
}

.deltaInfo01,
.deltaBlog01{
	display: block;
	width: 25%;
	float: left;
	box-sizing: border-box;
}
.deltaInfo01 .deltaBlogImgBox,
.deltaBlog01 .deltaBlogImgBox{
	width: 150px;
	height: 150px;
	margin: 0 auto 10px;
}
.deltaInfo01 .deltaBlogImgBox a,
.deltaBlog01 .deltaBlogImgBox a{
	display: block;
	width: 150px;
	height: 150px;
}
.deltaInfo01 .deltaBlogImgBox a:empty,
.deltaBlog01 .deltaBlogImgBox a:empty{
	background: url(https://70e98e.claudeassets.com/20230208130150im_/http://nikokatsu.com/wp-content/uploads/sites/6/2016/02/default.png) 50% 50% no-repeat;
	background-size: cover;
}
.deltaInfo01 .deltaBlogImgBox a:empty:hover,
.deltaBlog01 .deltaBlogImgBox a:empty:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.deltaInfo01 .deltaBlogImgBox a img,
.deltaBlog01 .deltaBlogImgBox a img{
	display: block;
	width: 150px;
	height: 150px;
}
.deltaInfo01 .deltaBlogTextBox,
.deltaBlog01 .deltaBlogTextBox{
	display: block;
	margin: 0 auto 10px;
	width: 150px;
}
.deltaInfo01 .deltaBlogTextBox dt,
.deltaBlog01 .deltaBlogTextBox dt{
	display: block;
}
.deltaInfo01 .deltaBlogTextBox dd,
.deltaBlog01 .deltaBlogTextBox dd{
	display: block;
}

/** ===============================================================================================

	お知らせ・ブログブロック2

=============================================================================================== **/

.deltaInfo02 dl,
.deltaBlog02 dl{
	display: block;
	text-align: left;
	border-bottom: 1px dotted #ccc;
}
.deltaInfo02 dt,
.deltaBlog02 dt{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.deltaInfo02 dt span.date,
.deltaBlog02 dt span.date{
	display: table-cell;
	width: 150px;
	vertical-align: middle;
	padding: 10px;
	padding-left: 15px;
	position: relative;
}
.deltaInfo02 dt span.date:after,
.deltaBlog02 dt span.date:after{
	content: "";
	display: block;
	height: 6px;
	width: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid;
	border-right: 1px solid;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
}
.deltaInfo02 dt a,
.deltaBlog02 dt a{
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}

.bgGray {
	background: #e1e1e1;
}

/** ===============================================================================================

	FAQブロック

=============================================================================================== **/

.deltaFaQ:after,
.deltaFaQ .questionText:after,
.deltaFaQ .answerText:after
 {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.deltaFaQ {
	margin: 0 0 20px;
}

.deltaFaQ .questionText,
.deltaFaQ .answerText{
	display: table;
	width: 100%;
}

.deltaFaQ .questionText dt,
.deltaFaQ .answerText dt
 {
	 display: table-cell;
	 width: 45px;
	 vertical-align: top;
 }
.deltaFaQ .questionText dt p,
.deltaFaQ .answerText dt p
 {
	 display: block;
	margin: 0;
	width: 35px;
	padding: 5px;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	font-family: 'Cinzel', serif;
	color: #fff;
	border-radius: 5px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.deltaFaQ .questionText dd{
	font-weight:bold;
}

.deltaFaQ .questionText dd,
.deltaFaQ .answerText dd
 {
	 display: table-cell;
	 padding-left: 20px;
	 vertical-align: middle;
	line-height: 30px;
}

.deltaFaQ .answerText{
	margin-bottom:40px;
}

/** ===============================================================================================

	GALLERYブロック

=============================================================================================== **/

.deltaGallery:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}



.deltaGallery ul li {
	float: left;
	margin: 0;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10px;
}
.menu_list,
.menu_list dt,
.menu_list dd
 {
	box-sizing: border-box;
	overflow: hidden;
}

.menu_block {
	width: 100%;
}

.menu_list dt span {
	display: block;
	padding: 0 0 0 10px;
	font-size: 80%;
}

.menu_list dd {
	float: right;
	text-align: right;
	width: 100%;
}

/** ================================================================

	画像のみのメニューリスト

================================================================ **/

.menu_01 .menu_img_box {
	float: left;
	width: 100%;
}
	#coL .menu_01 .menu_img_box {
		margin: 0 20px 0px 0;
		width: 31.58%;
	}
	#coR .menu_01 .menu_img_box {
		margin: 0 0px 5px 0;
	}



/** ================================================================

	画像とテキストのメニューリスト カラムLEFT RIGHT別

================================================================ **/

.menu_02 .menu_list,
.menu_02 .menu_img_box
 {
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
}
	.menu_02 .menu_list {
		float: left;
	}
	.menu_02 .menu_img_box {
		float: right;
	}


/** ================================================================

	画像とテキストのメニューリスト

================================================================ **/

.menu_03 .menu_block {
	width: 50%;
	float: left;
	margin: 0;
	box-sizing: border-box;
	padding: 0 10px;
}

.menu_03 .menu_block .menu_img_box {
	width: 25%;
	float: left;
	margin: 0 20px 0 0;
}

.menu_03 .menu_block .menu_list {
	float: left;
	width: 69.4%;
}


/** ================================================================

	テキストのみのメニューリスト

================================================================ **/

#coR .menu_02 {
	text-align: center;
	margin: 0 0 20px;
}

#coR .menu_02 .menu_list {
	width: 100%;
}

#coR .menu_02 dl dt {
	width: 100%;
}
/** ===============================================================================================

	クーポン 一覧ページ

=============================================================================================== **/

.ippCoupon:after,
.ippCoupon .couponInner:after
 {
	content: "";
	display: block;
	clear: both;
	height: 0;
}


.couponCateDesc {
	margin: 0 0 20px;
}

.ippCoupon {
	border: 1px solid #ddd;
	clear: both;
	margin-bottom: 20px;
	padding: 1px;
	width: auto;
}

.ippCoupon .couponInner {
	display: table;
	width: 100%;
}


.ippCoupon .couponInner .conditions {
	background: #505050;
	color: #fff;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 30px;
}
.ippCoupon .couponInner .conditions span {
	display: block;
	text-align: center;
}

.ippCoupon .couponInner .couponContent {
	padding: 15px;
	vertical-align: middle;
}

.ippCoupon .couponInner .couponContent .couponTitle {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.ippCoupon .couponInner .couponContent .couponTitle h3 {
	text-align: left;
	font-weight: bold !important;
}

.ippCoupon .couponInner .couponContent .couponTitle p {
	text-align: right;
}

.ippCoupon .couponInner .couponContent .couponTitle p .priceBefore {
	text-decoration: line-through;
}

.ippCoupon .couponInner .couponContent .couponTitle p .afterDiscount {
	color: #e80000;
}

.ippCoupon .couponInner .couponContent .couponText {
	font-size: 12px;
	line-height: 160%;
	text-align: left;
}

.ippCoupon .couponInner .couponContent .couponItem {
	display: block;
	text-align: left;
}

.ippCoupon .couponInner .couponContent .couponItem dt {
	color: #e80000;
	display: inline;
}

.ippCoupon .couponInner .couponContent .couponItem dd {
	display: inline;
	margin-right: 20px;
}
/** ===============================================================================================

	お客様の声 一覧ページ

=============================================================================================== **/

.ippVoice {
	margin: 0 5px 40px;
	width: auto;
}
	.ippVoice:after {
		content: "";
		display: block;
		clear: both;
		height: 0;
	}

.ippVoice .voiceTitle {
	border-bottom: 2px solid #ff9999;
	margin-bottom: 15px;
	padding: 5px 0;
}

.ippVoice .voiceTitle span {
	border-left: 3px solid #f00;
	display: block;
	font-size: 100%;
	padding: 3px 0 3px 10px;
}

.ippVoice .voiceComment {
	overflow: hidden;
	width: 100%;
	word-wrap: break-word;
}
/** ===============================================================================================

	スタッフ 一覧ページ

=============================================================================================== **/

.ippStaff:after,
.ippStaff ul li:after
 {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.ippStaff ul li {
	float: left;
	margin: 0 0 10px;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	padding: 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
	.ippStaff ul li:nth-child(4n+1) {
		border-left: 1px solid #ccc;
	}

.ippStaff ul li .staffTextArea {
	margin: 0 0 10px;
}

.ippStaff ul li .staffTextArea .nameH3 {
	font-weight: normal;
	line-height: 150%;
	font-size: 12px;
}

.ippStaff ul li .staffTextArea .kana {
	font-weight: normal;
	line-height: 150%;
	font-size: 80%;
	padding: 0 0 5px;
}

.ippStaff ul li .staffTextArea .staffPosition {
	font-weight: normal;
	line-height: 150%;
	font-size: 80%;
}


.ippStaff ul li .detailBtn {
	background: #f00;
	color: #fff;
	padding: 2px 10px;
	text-shadow: 1px 1px 0 #900;
	font-size: 12px;
	margin: 0px auto 0;
	width: 90%;
	height: 26px;
	line-height: 26px;
	box-sizing: border-box;
	float: none;
}

/** ===============================================================================================

	スタッフ 詳細ページ

=============================================================================================== **/

.staffInner {
	display: table;
	margin-bottom: 30px;
	text-align: left;
	width: 100%;
}

/** ===============================================

	左側 画像

=============================================== **/

.staffInner .staffLeft {
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
	width: 180px;
}

.staffInner .staffLeft .ippMainImg {
	margin: 0 0 0px;
	overflow: hidden;
	text-align: center;
}


/** ===============================================

	右側 テキスト

=============================================== **/

.staffInner .staffRight {
	display: table-cell;
	vertical-align: top;
}

.staffInner .staffRight .staffName {
	border-bottom: 1px dotted #d1c6ad;
	font-size: 120%;
	margin: 0 0 10px;
	padding: 10px 0;
	text-align: left;
	font-weight: normal;
}
	.staffInner .staffRight .staffName .kana,
	.staffInner .staffRight .staffName .staffPosition
	 {
		margin: 0 0 0 10px;
		font-size: 80%;
	}

.staffInner .staffRight .staffItem {
	border-top: 1px solid #d1c6ad;
	font-size: 90%;
}

.staffInner .staffRight .staffItem dl {
	display: block;
	width: 100%;
	border-bottom: 1px solid #d1c6ad;
	margin: 0;
	text-align: left;
}

.staffInner .staffRight .staffItem dl dt {
	position: relative;
	display: block;
	vertical-align: middle;
	padding: 7px 7px 7px 22px;
	width: 100%;
	box-sizing: border-box;
	color: #19283C;
	background: #f8f7f1;
	z-index: 0;
	border-bottom: 1px dotted #d1c6ad;
}
	/* ====== 矢印 CSS ====== */
	.staffInner .staffRight .staffItem dl dt:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 9px;
		margin-top: -5px;
		display: block;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-color: transparent transparent transparent #f8f7f1;
		z-index: 10;
	}
	.staffInner .staffRight .staffItem dl dt:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 9px;
		margin-top: -6px;
		display: block;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 6px 0 6px 6px;
		border-color: transparent transparent transparent #8c6f4f;
		z-index: 1;
	}

.staffInner .staffRight .staffItem dl dd {
	display: block;
	margin-top: 0 !important;
	vertical-align: middle;
	margin: 0;
	padding: 7px;
	width: 100%;
	box-sizing: border-box;
}
/** ===============================================================================================

	ヘアカタ 一覧ページ

=============================================================================================== **/

.ippHaircata:after,
.ippHaircata ul li:after
 {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.ippHaircata ul li {
	float: left;
	margin: 0 0 10px;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	padding: 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
	.ippHaircata ul li:nth-child(4n+1) {
		border-left: 1px solid #ccc;
	}

.ippHaircata ul li .titleH3 {
	font-size: 80%;
	font-weight: normal;
	line-height: 150%;
}


/** ===============================================================================================

	ヘアカタ 詳細ページ

=============================================================================================== **/

.haircataInner {
	display: table;
	margin-bottom: 30px;
	text-align: left;
	width: 100%;
}

/** ===============================================

	左側 画像


=============================================== **/

.haircataInner .ipptdLeft {
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
	width: 300px;
}

.haircataInner .ipptdLeft .ippMainImg {
	margin: 0 0 10px;
	overflow: hidden;
	width: 300px;
	height: 300px;
	text-align: center;
}

.haircataInner .ipptdLeft .ippThumImg {
	margin: 0 0 15px;
	overflow: hidden;
	width: 300px;
}

.haircataInner .ipptdLeft .ippThumImg .thumBlock {
	float: left;
	overflow: hidden;
	width: 95px;
	height: 95px;
	margin: 0 5px 0 0;
}
	.haircataInner .ipptdLeft .ippThumImg .thumBlock:last-of-type {
		margin: 0;
	}

.haircataInner .ipptdLeft .textArea {
	line-height: 130%;
}


/** ===============================================

	右側 テキスト

=============================================== **/

.haircataInner .ipptdRight {
	display: table-cell;
	vertical-align: top;
	width: 402px!important;
}

.haircataInner .ipptdRight .ippHeader {
	border-bottom: 1px dotted #d1c6ad;
	font-size: 120%;
	margin: 0 0 10px;
	padding: 10px 0;
	text-align: left;
}

.haircataInner .ipptdRight .ippFig {
	border-top: 1px solid #d1c6ad;
	font-size: 80%;
}

.haircataInner .ipptdRight .ippFig dl {
	display: table;
	width: 100%;
	border-bottom: 1px solid #d1c6ad;
	margin: 0;
	text-align: left;
}

.haircataInner .ipptdRight .ippFig dl dt {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 7px 7px 7px 22px;
	width: 90px;
	color: #19283C;
	background: #f8f7f1;
	z-index: 0;
}
	/* ====== 矢印 CSS ====== */
	.haircataInner .ipptdRight .ippFig dl dt:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 9px;
		margin-top: -5px;
		display: block;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-color: transparent transparent transparent #f8f7f1;
		z-index: 10;
	}
	.haircataInner .ipptdRight .ippFig dl dt:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 9px;
		margin-top: -6px;
		display: block;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 6px 0 6px 6px;
		border-color: transparent transparent transparent #8c6f4f;
		z-index: 1;
	}

.haircataInner .ipptdRight .ippFig dl dd {
	display: table-cell;
	margin-top: 0 !important;
	vertical-align: middle;
	display: block;
	margin: 0;
	padding: 7px;
}


/** --------------------------------------------
	右側 アイコン部分
-------------------------------------------- **/

.haircataInner .ipptdRight .ippFig dl dd .ippTag3,
.haircataInner .ipptdRight .ippFig dl dd .ippTag4
 {
	display: table;
	font-size: 100%;
	overflow: hidden;
	width: 100%;
}
	.haircataInner .ipptdRight .ippFig dl dd .ippTag4 {
		margin: 0 0 1px;
	}

.haircataInner .ipptdRight .ippFig dl dd .ippTag3 li,
.haircataInner .ipptdRight .ippFig dl dd .ippTag4 li
 {
	background: #dfdfdf none repeat scroll 0 0;
	border-right: 1px solid #fff;
	color: #fff;
	display: table-cell;
	font-size: 90%;
	letter-spacing: 1px;
	line-height: 150%;
	padding: 2px 0;
	text-align: center;
	vertical-align: middle;
}
	.haircataInner .ipptdRight .ippFig dl dd .ippTag3 li {
		width: 33.3%;
	}
	.haircataInner .ipptdRight .ippFig dl dd .ippTag4 li {
		width: 25%;
	}

	/* ====== アイコン アクティブ CSS ====== */
	.haircataInner .ipptdRight .ippFig dl dd .ippActive {
		background: #645444!important;
	}

.haircataInner .ipptdRight .ippFig dl dd li img {
	width: 30px;
	display: block;
}

.haircataInner .ipptdRight .ippFig dl dd .ippTag3 li span,
.haircataInner .ipptdRight .ippFig dl dd .ippTag4 li span
 {
	display: block;
}


/** --------------------------------------------
	右側 担当者部分
-------------------------------------------- **/

.ipp_staff_block .staffThumArea li {
	width: 33.3%;
	float: left;
	text-align: center;
}

.ipp_staff_block .staffThumArea li .staffThum {
	width: 90px;
	height: 90px;
}

.ipp_staff_block .staffThumArea li .staffName {
	font-size: 80%;
}
/** ===============================================================================================

	クーポン 一覧ページ

=============================================================================================== **/

.ippCoupon:after,
.ippCoupon .couponInner:after
 {
	content: "";
	display: block;
	clear: both;
	height: 0;
}


.couponCateDesc {
	margin: 0 0 20px;
}

.ippCoupon {
	border: 1px solid #ddd;
	clear: both;
	margin-bottom: 20px;
	padding: 1px;
	width: auto;
}

.ippCoupon .couponInner {
	display: table;
	width: 100%;
}


.ippCoupon .couponInner .conditions {
	background: #ff3d62;
	color: #fff;
	display: table-cell;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 30px;
}
.ippCoupon .couponInner .conditions span {
	display: block;
	text-align: center;
}

.ippCoupon .couponInner .couponContent {
	display: table-cell;
	padding: 15px;
	vertical-align: middle;
}

.ippCoupon .couponInner .couponContent .couponTitle {
	border-bottom: 1px dotted #ddd;
	display: table;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.ippCoupon .couponInner .couponContent .couponTitle h3 {
	display: table-cell;
	font-weight: normal;
}

.ippCoupon .couponInner .couponContent .couponTitle p {
	display: table-cell;
	text-align: right;
}

.ippCoupon .couponInner .couponContent .couponTitle p .priceBefore {
	text-decoration: line-through;
}

.ippCoupon .couponInner .couponContent .couponTitle p .afterDiscount {
	color: #e80000;
}

.ippCoupon .couponInner .couponContent .couponText {
	font-size: 12px;
	line-height: 160%;
}

.ippCoupon .couponInner .couponContent .couponItem {
	display: block;
}

.ippCoupon .couponInner .couponContent .couponItem dt {
	color: #e80000;
	display: inline;
}

.ippCoupon .couponInner .couponContent .couponItem dd {
	display: inline;
}
/* ===================================================================================

	ここから メニューCSS

=================================================================================== */

/* =
	MENUブロック 回りこみ解除
========================================================= */

.deltaMenu01:after,
.deltaMenu02:after,
.deltaMenu03:after,
.deltaMenu04:after,
.deltaMenu05:after,
.deltaMenu01 ul:after,
.deltaMenu02 ul:after,
.deltaMenu03 ul:after,
.deltaMenu04 ul:after,
.deltaMenu05 ul:after,
.deltaMenuInnerBlock:after,
.deltaMenuSection:after,
.deltaMenuList:after,
.deltaMenuImgBox:after
 {
	content: "";
	display: block;
	clear: both;
	height: 0;
}


/* =
	各MENUブロック
========================================================= */

.deltaMenuList,
.deltaMenuBox,
.deltaMenuInnerBlock
{
	border-bottom: 1px dotted #cccccc;
	box-sizing: border-box;
}
	.deltaMenuInnerBlock {
		margin: 0 0 10px;
	}
	.deltaMenu02 .deltaMenuList,
	.deltaMenu03 .deltaMenuBox
	 {
		border: 1px solid #cccccc;
		width: 33.334%;
		margin: 0 0 10px 0;
		float: left;
	}
		.deltaMenu02 .deltaMenuList:nth-of-type(3n+3),
		.deltaMenu03 .deltaMenuBox:nth-of-type(3n+3)
		 {
			width: 33.4%;
		}
	.deltaMenu03 .deltaMenuBox .deltaMenuList:last-of-type {
		border-bottom: none;
	}
	.deltaMenu03 .deltaMenuList {
		border-bottom: none;
	}

.deltaMenu01 ul.deltaMenuList li,
.deltaMenu02 ul.deltaMenuList li,
.deltaMenu03 ul.deltaMenuList li
 {
	padding: 10px;
	box-sizing: border-box;
	float: left;
	width: 100%;
}
	.deltaMenu01 .deltaMenuList li:nth-child(odd),
	.deltaMenu02 .deltaMenuList li:nth-child(odd)
	 {
		background-color:#f8f7f1;
	}

.deltaMenu01 ul.deltaMenuList li .deltaMenuInnerTl,
.deltaMenu02 ul.deltaMenuList li .deltaMenuInnerTl,
.deltaMenu03 ul.deltaMenuList li .deltaMenuInnerTl
 {
	clear: both;
	float: left;
}
	.deltaMenu01 ul.deltaMenuList li .deltaMenuInnerTl {
		width: 80%;
	}
	.deltaMenu02 ul.deltaMenuList li .deltaMenuInnerTl,
	.deltaMenu03 ul.deltaMenuList li .deltaMenuInnerTl
	 {
		width: 100%;
	}

.deltaMenu01 ul.deltaMenuList li .deltaMenuInnerDl,
.deltaMenu02 ul.deltaMenuList li .deltaMenuInnerDl,
.deltaMenu03 ul.deltaMenuList li .deltaMenuInnerDl
 {
	float: right;
	text-align: right;
}
	.deltaMenu01 ul.deltaMenuList li .deltaMenuInnerDl {
		width: 20%;
	}
	.deltaMenu02 ul.deltaMenuList li .deltaMenuInnerDl,
	.deltaMenu03 ul.deltaMenuList li .deltaMenuInnerDl
	 {
		width: 100%;
	}

.deltaMenu03 .deltaMenuImgBox,
.deltaMenu03 .deltaMenuImgBox img
 {
	width: 100%;
}
	.deltaMenu03 .deltaMenuImgBox img {
		height: auto;
	}


/* ===================================================================================

	ここから YoutubeCSS

=================================================================================== */
.youtube_widget {
  width:100%;
  margin: 20px 0px;
}
.youtube_widget iflame {
  max-width: 100%;
}

.youtube_widget iframe{
  max-width: 100%;
display:block;
margin:auto;
}

@charset "utf-8";

/* CSS Document */

/** 識別のためのCSS 必要なし **/

#wrapMenu {
	margin: 0 auto;
	width: 1020px;
	padding: 0;
	text-align: left;
}

h2 {
	margin: 0;
	padding: 0;
}

.fs14 {
	font-size: 14px;
}
.fs16 {
	font-size: 16px;
}
.fs18 {
	font-size: 18px;
}
.fs20 {
	font-size: 20px;
}

.deltaMenu01,
.deltaMenu03,
.deltaMenu05
 {
	background: #ffd8d8;
	margin: 0 0 50px;
}
.deltaMenu02,
.deltaMenu04
 {
	margin: 0 0 50px;
}



/* ===================================================================================

	ここから メニューCSS

=================================================================================== */

/* =
	カテゴリタイトル
========================================================= */

.menuCateTitleH2 {
	padding: 5px 5px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
	.deltaMenu03 .title_01 {
		padding: 5px 5px;
	}


/* =
	MENUブロック 回りこみ解除
========================================================= */

.deltaMenu01:after,
.deltaMenu02:after,
.deltaMenu03:after,
.deltaMenu04:after,
.deltaMenu05:after,
.deltaMenu01 dl:after,
.deltaMenu02 dl:after,
.deltaMenu03 dl:after,
.deltaMenu04 dl:after,
.deltaMenu05 dl:after,
.deltaMenuInnerBlock:after,
.deltaMenuSection:after
 {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.deltaMenuList,
.deltaMenuBox,
.deltaMenuInnerBlock
{
	border-bottom: 1px dotted #cccccc;
	box-sizing: border-box;
}

/* =
	MENUブロック deltaMenu04の個別指定
========================================================= */

	.deltaMenu04 .deltaMenuBox {
		border: 1px solid #cccccc;
		width: 33.334%;
		margin: 0 0 10px 0;
		float: left;
	}
	.deltaMenu04 .deltaMenuBox {
		width: 50%;
		padding: 0 10px 0px;
		border: none;
	}
.deltaMenu04 dt, .deltaMenu04 dd {
	padding: 5px;
	box-sizing: border-box;
}
.deltaMenu04 dt {
	float: left;
	width: 100%;
}
.deltaMenu04 dd{
	float: right;
	text-align: right;
}
	.deltaMenuInnerDl dd {
		padding: 5px 0px 5px 0px;
	}

.deltaMenu04 dt span{
	display: block;
	padding: 0 0 0 10px;
	font-size: 80%;
}
.deltaMenu04 dd .deltaMenuInnerDl dt{
	float: left;
	width: auto;
	margin: 0 10px 0 0;
}
.deltaMenu04 dd .deltaMenuInnerDl dd{
	float: right;
	margin: 0 0px 0 0;
}

.deltaMenu04 .deltaMenuList {
	width: 75%;
	float: right;
	border-bottom: none;
}

.deltaMenu04 .deltaMenuImgBox {
	width: 20%;
	float: left;
}
	.deltaMenu04 .deltaMenuImgBox img{
		width: 100%;
	}

/* =
	MENUブロック deltaMenu05の個別指定
========================================================= */

.deltaMenuList5{
	display: block;
	border-top: 1px solid #ccc;
}

.deltaMenuList5 li{
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.deltaMenuList5 li.lay1 .manu_image{
	width: 20%;
	float: left;
	padding: 7px 10px 7px 0;
}
.deltaMenuList5 li.lay1 .manu_image img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}

.deltaMenuList5 .manu_title{
	border-bottom: 1px dotted #ccc;
	padding: 7px 0;
}
.deltaMenuList5 .lay1 .manu_title{/*lay1 「画像あり」場合*/
	float: left;
	width: 75%;
}
.deltaMenuList5 .lay2 .manu_title{/*lay2 「分類2個以上」または「分類1個で分類名・価格・単位の3つとも値がある」場合*/
}
.deltaMenuList5 .lay3 .manu_title{/*lay3 「分類1個で分類名・価格・単位のどれかに値がある」場合*/
	border: none;
}

.deltaMenuList5 .lay1 .menu_info{
	float: left;
	width: 75%;
}
.deltaMenuList5 .lay2 .menu_info{
}
.deltaMenuList5 .lay3 .menu_info{
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
}

.deltaMenuList5 .manu_title i{
	display: block;
	font-weight: bold;
	font-style: normal;
}
.deltaMenuList5 .lay3 .manu_title i{
	width: 70%;
}
.deltaMenuList5 .manu_title span{
	display: block;
	font-size: 90%;
	font-weight: normal;
}

.deltaMenuList5 .menu_info_inner{
	display: table;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}
.deltaMenuList5 .menu_info_inner:nth-last-of-type(1){
	border-bottom: none;
}
.deltaMenuList5 .menu_info_inner div{
	display: table-cell;
	vertical-align: middle;
	padding: 7px 0;
}
.deltaMenuList5 .menu_info_inner div.menu_name{
	text-align: left;
}
.deltaMenuList5 .menu_info_inner div.menu_price{
	text-align: right;
}
.deltaMenuList5 .menu_info_inner span.menu_tani{
}











/*
     FILE ARCHIVED ON 05:58:21 Dec 16, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:29:20 Jul 31, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.547
  exclusion.robots: 0.074
  exclusion.robots.policy: 0.063
  esindex: 0.011
  cdx.remote: 7.665
  LoadShardBlock: 100.728 (3)
  PetaboxLoader3.datanode: 125.078 (5)
  load_resource: 119.351
  PetaboxLoader3.resolve: 70.741
  loaddict: 24.065
*/