@charset "utf-8";
/*@import url("html5reset.css");*/
/*@import url("prf.css");*/
/*@import url("reg.css");*/

html, button, input, select, textarea {
    /* Set your content font stack here: */
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

/* リンク装飾 */
a:link,a:active,a:visited {
	color: #F06;
	text-decoration: none;
	letter-spacing: 0.1em;
}
a:hover {
	color: #06F;
	text-decoration: none;
}

/* 基本装飾 */
.pure-img{max-width:100%;height:auto;display:block;}
.banner a img {
	width: 100%;
	height: auto;
	display: block;
}
.shadow {
	text-shadow: 0 -1px 1px #000,
	-1px 0 1px #000,
	1px 0 1px #000,
	0 1px 1px #000,
	1px 1px 1px #333,
	2px 2px 2px #333;
}
.big1 {
	font-weight: bold;
	font-size: 20px;
}
.yl {color: #FF0;}
.pk {
	color: #FFF;
	text-shadow: 0 -1px 1px #F06,
	-1px 0 1px #F06,
	1px 0 1px #F06,
	0 1px 1px #F06,
	1px 1px 1px #903,
	1px 1px 1px #903;
}
/* CTA */
.cta {
	padding:10px;
	margin-bottom:10px;
}
.cta a {
	text-decoration:none;
}
.btn-cta {
	color: #FFF!important;
	border-radius: 5px;
	display: block;
	height: auto;
	width:500px;
	max-width: 96%;
	padding:10px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	background: #FF6600;
	text-decoration:none;
	overflow: hidden;
	white-space: nowrap;
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
}
.btn-cta span {
	transition: 0.5s;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.btn-cta:hover {
	background: #FF3399;
}
.btn-cta:hover span {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
	color: #FF0;
}


body {
	max-width:1290px;
	min-width:320px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #FFF;
	background-color: #000;
}
#wrapper {
	border: 1px solid #555;
}

#header {
}
#header header {
	border-bottom: 1px solid #555;
}
#header header img {
	width: 100%;
}

#container {
	float: left;
	margin: 0 -312px 0 0;
	width: 100%;
}
.content {
	float: right;
	width: 100%;
	margin-left: -312px;
}
.box {
	padding: 5px;
}

#main {
	position: relative;
	margin: 0 310px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
#main p {
	font-size: 15px;
	line-height: normal;
	margin-bottom: 0.5em;
}
#main p a {
	font-weight: bold;
}
#main p em {
	font-weight: bold;
	color: #FC0;
}
#main .img-link  {margin-bottom: 5px;}
#main .img-link a img {width: 100%;}
#main .img-cat {
	margin-bottom: 5px;
	background-color: #C00;
	padding: 5px;
}

#main .img-cat img {
	width: 100%;
}

#main .tag ,#main .qr{
	padding-top: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}
#main .tag strong ,#main .qr strong {
	display: block;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	background-color: #ffffff;
	border: 1px solid #999999;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#dddddd');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#dddddd')";
	background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
	background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
	background-image: -o-linear-gradient(top, #ffffff, #dddddd);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#dddddd));
	background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
	background-image: linear-gradient(top, #ffffff, #dddddd);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #F00;
}
#main .tag strong span, #main .qr strong span {
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 20px;
}
#main .tag strong span {background-image: url(https://teppan-kabaya.com/img/icon_tag.png);}
#main .qr strong span {background-image: url(https://teppan-kabaya.com/img/icon_phone.png);}

#main .case  {
	background-color: #FFF;
	overflow: hidden;
	color: #333;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px;
}

#main .qr p {
	display: block;
	margin-bottom: 0px;
	float: right;
	width: 70%;
}
#main .qr .qr_code  {
	min-width: 110px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 30%;
	float: left;
	text-align: center;
}
#main .qr .qr_code img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
}

#main .tag ul ,#main .cognate {
	display: block;
	overflow: hidden;
}
#main .tag ul li ,#main .cognate li {
	display: block;
	width: 33.3333%;
	float: left;
}
#main .tag ul li a {
	display: block;
	padding: 5px 5px 5px 20px;
	background-image: url(https://teppan-kabaya.com/img/icon_tag.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	margin-right: 5px;
	margin-left: 5px;

	background-color: #ffffff;
	border: 1px solid #dddddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#main .tag ul li a:hover {
	background-color: #CCFFCC;
}
#main .cognate li {
	margin-bottom: 10px;
}

#main .cognate li a {
	display: block;
	margin-right: 5px;
	border: 2px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
	color: #333;
}
#main .cognate li a img {
	width: 100%;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #999999;
}
#main .cognate li a span {
	display: block;
	padding: 3px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
#main .cognate li a:hover {
	background-color: #FFC;
	color: #06F;
}
#main .info {
	display: block;
	background-size :cover;
	background-image: url(https://teppan-kabaya.com/img/bg_info.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#main .info dt {
	display: block;
	padding: 5px 5px 5px 25px;
	font-size: 16px;
	font-weight: bold;
	color: #FC0;
	background-image: url(https://teppan-kabaya.com/img/icon_hand.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#main .info dd {
	display: block;
	padding: 0px 5px 5px;
}




#main h1, #main h2, #main h3 {
	background-image: url(https://teppan-kabaya.com/img/bg_main_h.png); /* アルファチャンネル透過素材 */
	display: block;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 16px;
	border: 2px solid #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	text-shadow: 0 -1px 1px #000,
	-1px 0 1px #000,
	1px 0 1px #000,
	0 1px 1px #000,
	1px 1px 1px #333,
	2px 2px 2px #333;
}

/* アルファチャンネル透過素材のカラーバリエーション用 */
#main h1 {background-color: #F00;}
#main h2 {background-color: #06F;}
#main h3 {background-color: #090;}


#side1 {
	float: left;
	width: 310px;
	border-right: 1px solid #555;
}
#side1 #menu h1, #side1 #menu h2, #side1 #menu h3,
#side2 aside h1, #side2 aside h2, #side2 aside h3 {
	background-image: url(https://teppan-kabaya.com/img/bg_side_h.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 55px;
	text-align: center;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding-top: 10px;
	text-shadow: 0 -1px 1px #000,
	-1px 0 1px #000,
	1px 0 1px #000,
	0 1px 1px #000,
	1px 1px 1px #333,
	2px 2px 2px #333;
	font-weight: bold;
	font-size: 18px;
}
.pcbr {
	display: block;
	font-weight: bold;
}

#side1 #menu section ul {
	background-color: #ffffff;
	overflow: hidden;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ff0000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ff0000')";
	background-image: -moz-linear-gradient(top, #ffffff, #ff0000);
	background-image: -ms-linear-gradient(top, #ffffff, #ff0000);
	background-image: -o-linear-gradient(top, #ffffff, #ff0000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ff0000));
	background-image: -webkit-linear-gradient(top, #ffffff, #ff0000);
	background-image: linear-gradient(top, #ffffff, #ff0000);
	display: block;
	margin-bottom: 10px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}

#side2 {
	float: right;
	width: 310px;
	border-left: 1px solid #555;
}
#side2 aside .case {
	background-color: #ffffff;
	overflow: hidden;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ff0000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ff0000')";
	background-image: -moz-linear-gradient(top, #ffffff, #ff0000);
	background-image: -ms-linear-gradient(top, #ffffff, #ff0000);
	background-image: -o-linear-gradient(top, #ffffff, #ff0000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ff0000));
	background-image: -webkit-linear-gradient(top, #ffffff, #ff0000);
	background-image: linear-gradient(top, #ffffff, #ff0000);
	display: block;
	margin-bottom: 10px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	color: #000;
	padding: 5px;
}
#side2 .banner {
	display: block;
	overflow: hidden;
}
#side2 .banner li {
	display: block;
	margin-bottom: 5px;
}
#side2 .banner a img {
	display: block;
	width: 99.4%;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#side2 .banner.single a img {
	margin-right: auto;
	margin-left: auto;
}

#breadcrumb ,#breadcrumb-in ,#sitemap {
	display: block;
	overflow: hidden;
	font-size: 14px;
}
#breadcrumb {
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}

#breadcrumb a:link,#breadcrumb a:active,#breadcrumb a:visited {
	color: #F06;
}
#breadcrumb a:hover {
	color: #09F;
}
#breadcrumb-in {
	float: left;
	width:80%;
	padding-left: 10px;
}

#breadcrumb-in li {
	overflow: hidden;
	float: left;
	display: block;
	white-space: nowrap;
}

#breadcrumb-in li:first-child::before {
  padding: 0 1px 0 0;
  font-family: FontAwesome;
  content: url(https://teppan-kabaya.com/img/icon_home.gif);
  font-size: 14px;
}
#breadcrumb-in li:before {
  padding: 0 4px 0 5px;
  content: '>';
  font-family: FontAwesome;
  font-size: 14px;
}
#breadcrumb-in li a:last-child {
	font-weight: bold;
	color: #F69;
}
#breadcrumb-in li a.disabled{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color:#FFF;
}
/* パンくずリスト用サイトマップ */
#sitemap {
	float: right;
	min-width: 120px;
}
#sitemap li a {
	display: block;
	background-image: url(https://teppan-kabaya.com/img/icon_sitemap.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#main .map {
	overflow: hidden;
}
#main .map dl {
	display: block;
	margin-bottom: 10px;
	width: 50%;
	float: left;
}
#main .map dt {
	display: block;
	background-image: url(https://teppan-kabaya.com/img/icon_map1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 24px;
	line-height: 24px;
	padding-left: 25px;
	font-weight: bold;
	color: #FC0;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#main .map dd {
	display: block;
	padding: 0px;
}
#main .map dd li {
	display: block;
	height: 24px;
	line-height: 24px;
	background-image: url(https://teppan-kabaya.com/img/icon_map2.gif);
	padding-left: 25px;
	background-repeat: no-repeat;
	list-style: none;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#main .map dd li:last-child {
	background-image: url(https://teppan-kabaya.com/img/icon_map3.gif);
}
.hei170 {
	height: 170px;
}


#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #555;
	padding: 5px;
}

@media screen and (max-width:1200px) {
#container, .content, #main, #side2 {
	float: none;
	margin: 0;
	width: auto;
}
#main {
	margin-left: 310px;
	border-bottom: 1px solid #555;
	border-top-style: none;
	border-right-style: none;
	border-left: 1px solid #555;
}
#side2 {
	float: none;
	margin-left: 310px;
	width: auto;
	border-left: 1px solid #555;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
#side2 .banner li {
	width: 50%;
	float: left;
}
#side2 .banner li a {
	margin-right: 5px;
	margin-left: 5px;
	display: block;
}
}

@media screen and (max-width:780px) {
#main {
	float: none;
	margin: 0;
	width: auto;
	border-left-style: none;
}
#side1 {
	float: none;
	margin: 0;
	width: auto;
	border-style: none;
}
#side2 {
	float: none;
	margin: 0;
	width: auto;
	border-style: none;
}
#side1 #menu h1, #side1 #menu h2, #side1 #menu h3,
#side2 aside h1, #side2 aside h2, #side2 aside h3 {
	height: 50px;
	padding-top: 15px;
}
.pcbr {
	display: inline;
}
#breadcrumb-in {
	float: none;
	width:95%;
	padding-left: 10px;
}
#sitemap {
	float: none;
	padding-left: 10px;
}
}

@media screen and (max-width:480px) {
#container, .content, #main, #side1, #side2 {
	float: none;
	margin: 0;
	width: auto;
}
#side1 #menu h1, #side1 #menu h2, #side1 #menu h3,
#side2 aside h1, #side2 aside h2, #side2 aside h3 {
	height: 55px;
	padding-top: 10px;
}
.pcbr {
	display: block;
}
#side1 .box {
	margin-right: auto;
	margin-left: auto;
}
#main .tag ul li,
#main .cognate li,
#main .qr .qr_code,
#main .qr p {
	width: 100%;
	float: none;
}
#main .qr .qr_code img,
#main .tag ul li {
	margin-bottom: 10px;
}
#side2 .banner li {
	width: 100%;
	float: none;
}
#side2 .banner li a {
	margin-right: 0px;
	margin-left: 0px;
	display: block;
}
#main .map dl {
	width: 100%;
	float: none;
}
}

/* menu */
#menu li a {
	display: block;
	padding: 5px 10px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee')";
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background-image: linear-gradient(top, #ffffff, #eeeeee);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#menu .half li {
	width: 50%;
	float: left;
}

#toggle {display: none;}

@media screen and (max-width:780px) {
#menu{
	display: none;
}
#menu li{
	width: 100%;
}
#toggle{
	display: block;
	position: relative;
	width: 100%;
	background: #222;
}
#toggle a{
	display: block;
	position: relative;
	padding: 12px 0 10px;
	border-bottom: 1px solid #444;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#toggle:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
}
#toggle a:before, #toggle a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background: #222;
}
#toggle a:before{
	margin-top: -6px;
}
#toggle a:after{
	margin-top: 2px;
}
}

/* 広告バナー */
.aspect,
.banner,
.ads {
  max-width:100%;
  margin-bottom:10px;
}
.aspect a,
.banner a,
.ads a {
  display:block;
}

/* CLS対処 */
.asp {
  width:100%;
  height:0;
  position:relative;
  overflow:hidden;
  margin:5px auto;
}
.asp img {
  width:100%;
  height:100%;
  top:0;
  left:0;
  right:0;
  object-fit:cover;
  object-position:center;
  position:absolute;
  box-sizing: border-box;
}

/***************************
 ダブルレクタング広告
****************************/
.ads-flexbox .item {
  flex-basis: auto;
  padding: 5px;
  margin: 0px;
  text-align: center;
}
.ads-flexbox .item img {
  max-width: 100%;
  height: auto;
  border: 1px solid #CCC;
  border-radius: 5px;
}
@media ( min-width : 600px ){
  .ads-flexbox {
    display: flex;
  }
  .ads-flexbox .item {
    width: 50%;
  }
}
.inner300 {
	max-width: 300px;
	width: 100%;
	height: 100%;
	aspect-ratio: 300/250;
	margin: auto;
}
.inner728{
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 728px;
	aspect-ratio: 728/200;
}
.inner600{
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 600px;
	aspect-ratio: 600/315;
}

/*広告表示*/
#header:after {
	content: url(https://teppan-kabaya.com/img/ad_display_header.png);
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.img-link::before {
	content: url(https://teppan-kabaya.com/img/ad_display_post.png);
	display: flex;
	justify-content: center;
    margin:1em 0 2em;
}

a.pr-txt-link::before {
	content: "PR";
	font-size: 10px;
	border-radius: 5px;
	padding: 2px 5px;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 5px;
	background-color:#000;
	color:#FFF;
}

article .box p a.pr-txt-link::before {
	background-color:#ff0066;
}

.btn-cta.pr-txt-link::before {
	background-color:#fff;
	color:#ff3399;
	margin-right:0;
}

a.pr-img-link {
	position: relative;
	display: block;
}

a.pr-img-link::before {
	content: "PR・18禁";
	background-color: #FFF;
    border: 1px solid #f00;
	color: #FF0000;
	padding: 3px 5px;
    line-height: 1;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
}

.img-link a.pr-img-link::before {
	right: 15px;
	top: 15px;
}


.label_ad {
	position: relative;
}
.label_ad::after{
    content: "AD";
    font-size: 11px;
    background-color: #fff;
    border-radius: 3px;
    color: #000;
    padding: 0 5px;
    position: absolute;
    top: 7px;
    right: 6px;
    height:20px;
    line-height:20px;
    text-shadow: none;
}
