@charset "utf-8";
@import url("/fuzoku.common.css?1");
/* CSS Document */
#cast table {
}
#cast table tr {
}
#cast .limit thead th {
	font-size: xx-small;
}
#cast table td {
	text-align: right;
}
#cast .limit thead .img {
	text-align: left;
  position: sticky;
	min-width: 36px;
  top: 0px;
  left: 0px;
	background: #fafafa;
	//z-index: 11;
}
#cast .limit thead .name {
	//text-align: left;
  position: sticky;
  top: 0px;
  left: 39px;
	background: #fafafa;
	//z-index: 11;
	box-shadow: 1px 0px 4px 0px rgba(200, 200, 200, 0.5);
}
#cast tbody .img {
	text-align: left;
  position: sticky;
  left: 0px;
	min-width: 36px;
	background: #fff;
	//z-index: 2;
}
#cast tbody .img img {
	display: block;
	object-fit: cover;
	width: 36px;
	height: 36px;
}
#cast tbody .name {
	text-align: left;
  position: sticky;
  left: 39px;
	background: #fff;
	//z-index: 1;
	box-shadow: 1px 0px 4px 0px rgba(200, 200, 200, 0.5);
}
/* For Smartphone */
@media screen and (max-width: 959px) {
	header {
		background-color: #ffffff;
		box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
		position: fixed;
		top: 36px;
		left: 0px;
		right: 0px;
		height: 0px;
		margin: 0px;
		padding: 0px;
		z-index: 3;
	}
	header #name {
		//position: fixed;
		//top: 0px;
		//left: 80px;
		margin: 0px;
		padding: 0px;
		z-index: 4;
		overflow-x: auto;
	}
	header #name h1 {
		top: 0px;
		left: 0px;
		font-size: medium;
		//width: 320px;
		margin: 5px;
		padding: 0px;
		//overflow: hidden;
		//text-overflow: ellipsis;
		white-space: nowrap;
	}
	header #name h1 rt {
		font-size: x-small;
		font-weight: normal;
	}

	#main {
		top: 36px;
		bottom: 36px;
	}


	#main dl {
		margin: 5px;
		
	}
	#main dt {
		//font-size: x-small;
	}
	#main dd {
		//font-size: small;
	}
	#main h2 {
		font-size: large;
	}
	
	#main thead {
		font-size: x-small;
	}	
	#keep {
		position: fixed;
		top: 5px;
		right: 72px;
		z-index: 10;
	}
	#side {
		//z-index: 3;
		
	}

	#shop {
		position: sticky;
		top: 0px;
		overflow: hidden;
		transition: max-height 0.3s ease;
		height: 25px;
		border-bottom: 1px solid #cccccc;
		box-shadow: 0px 0px 5px 0px #cccccc;
		padding: 5px;
		background: #ffffff;
		z-index: 5;
	}
	#shop.expand {
		height: auto; /* 必要に応じて調整 */
	}
	#shop h1 {
		font-size: 16px;
		margin: 0px 25px 0px 0px;
		top: 0px;
		left: 0px;
		font-size: medium;
		//width: 320px;
		//margin: 5px;
		padding: 0px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#shop.expand h1 {
		overflow: visible;
		text-overflow: unset;
		white-space: normal;
	}
	#_shop {
		position: absolute;
		//padding: 5px;
		top: 9px;
		right: 9px;
		//z-index: 20;
	}
	#address {
		//position: fixed;
		//top: 80px;
		//left: 5px;
		//width: 50%;
		background-color: #ffffff;
		//transform: translateX(200px);
		//height: 2ch;
		margin: 0px;
		padding: 0px;
		z-index: 3;
	}
	#address {
		display: grid;
		grid-template-columns: auto 1fr;
		column-gap: 2px;
		margin: 0px;
		padding: 0px;
	}
	#address dt {
		grid-row: 1;
		grid-column: 1;
		width: 16px;
		height: 16px;
		margin: 5px 0px 0px 0px;
		background-image: url('/img/icon.address.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		text-indent: -9999px;
		overflow: hidden;
		white-space: nowrap;
	}
	#address dd {
		grid-column: 2;
		//display: block;
		//font-size: small;
		margin: 0px;
		padding: 0px;
	}
	#telephone {
		//position: fixed;
		//top: 92px;
		//left: 5px;
		//width: 50%;
		//text-align: right;
		//transform: translateX(200px);
		margin: 0px;
		padding: 0px;
		z-index: 3;
	}
	#telephone {
		display: flex;
		grid-template-columns: auto 1fr;
		column-gap: 2px;
		margin: 0px;
		padding: 0px;
	}
	#telephone dt {
		grid-row: 1 / span 2; /* アイコンを2行分に縦揃え */
		width: 16px;
		height: 16px;
		margin: 5px 0px 0px 0px;
		background-image: url('/img/icon.telephone.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		text-indent: -9999px;
		overflow: hidden;
		white-space: nowrap;
	}
	#telephone dd {
		margin: 0px;
		padding: 0px;
	}

	#hours {
		margin: 0px;
		padding: 0px;
		z-index: 3;
	}
	#hour  {
		display: flex;
		//grid-template-columns: auto 1fr;
		//column-gap: 2px;
		margin: 0px;
		padding: 0px;
	}
	#hour dt {
		//grid-row: 1 / span 2; /* アイコンを2行分に縦揃え */
		width: 16px;
		height: 16px;
		margin: 5px 0px 0px 0px;
		background-image: url('/img/icon.hour.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		text-indent: -9999px;
		overflow: hidden;
		white-space: nowrap;
	}
	#hour dd {
		margin: 0px;
		padding: 0px;
		//overflow: hidden;
		//text-overflow: ellipsis;
		//white-space: nowrap;
	}
	#website {
		display: flex;
		grid-template-columns: auto 1fr;
		column-gap: 2px;
	}
	#website dl {
		margin: 0px;
		padding: 0px;
	}
	#website dt {
		grid-row: 1 / span 2; /* アイコンを2行分に縦揃え */
		width: 16px;
		height: 16px;
		margin: 5px 0px 0px 0px;
		background-image: url('/img/icon.website.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		text-indent: -9999px;
		overflow: hidden;
		white-space: nowrap;
	}
	#website dd {
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#credit {
		display: grid;
		grid-template-columns: auto 1fr;
		column-gap: 2px;
	}
	#credit dl {
		margin: 0px;
		padding: 0px;
	}
	#credit dt {
		credit-row: 1 / span 2; /* アイコンを2行分に縦揃え */
		width: 16px;
		height: 16px;
		margin: 5px 0px 0px 0px;
		background-image: url('/img/icon.credit.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		text-indent: -9999px;
		overflow: hidden;
		white-space: nowrap;
	}
	#credit dd {
		margin: 0;
		padding: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#credit img {
		width: 24px;
		height: 24px;
		object-fit: cover;
	}

	#category dt {
		margin: 5px 4px 0px 0px;
	}
	#category dd {
		display: inline-block;
		margin: 0px 2px 2px 0px;
		padding: 2px;
		border: 1px solid #eeeeee;
		border-radius: 4px;
	}
	
	#system h1 {
		font-size: large;
	}
	#system th {
		font-size: xx-small;
		white-space: nowrap;
		background-color: #fafafa;
	}
	#system td {
		white-space: nowrap;
		background-color: #ffffff;
	}
	#system .name {
		position: sticky;
		top: 0px;
		left: 0px;
	}
	#course h1 {
		font-size: large;
	}
	#course th {
		font-size: xx-small;
		white-space: nowrap;
		background-color: #fafafa;
	}
	#course td {
		white-space: nowrap;
		background-color: #ffffff;
	}
	#course .name {
		position: sticky;
		top: 0px;
		left: 0px;
	}
	#course td.name {
		box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	}
	#option h1 {
		font-size: large;
	}
	#option th {
		font-size: xx-small;
		white-space: nowrap;
		background-color: #fafafa;
	}
	#option td {
		white-space: nowrap;
		background-color: #ffffff;
	}
	#option .name {
		position: sticky;
		top: 0px;
		left: 0px;
		z-index: 2;
	}
	#option td.name {
		box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	}

	#schedule h1 {
		font-size: large;
	}
	#cast h1 {
		font-size: large;
	}

	#option h1 {
		font-size: large;
	}
	#latest {
		clear: both;
		display: block;
		float: none;
		width: 100%;
	}
	#room h2 {
		background-color: #9900FF;
		padding: 5px;
		color: #FFFFFF;
	}
	#room ul {
		margin: 0px;
		padding: 0px;
	}
	#room ul li {
		display: inline;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	#room ul li img {
		width: 100%;
	}
	#image h1 {
		font-size: large;
	}
	#image ol {
		margin: 0px;
		padding: 0px;
		display: flex;
		flex-wrap: wrap;
		list-style-type: none;
	}
	#image ol li {
		margin: 0px;
		padding: 0px;
		width: 20%;
	}
	#image ol li img {
		width: 100%;
		height: 100%;
	}

	#schedule,
	#cast,
	#course,
	#option,
	#image,
	#photo,
	#shift,
	#option,
	#system,
	#dispatch,
	#course
	{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		border-bottom: 1px solid #cccccc;
		//border-radius: 5px;
		margin: 0px;
		padding: 10px 5px;
		width: auto;
	}

	#schedule h1,
	#cast h1,
	#system h1,
	#course h1,
	#option h1,
	#image h1,
	#photo h1,
	#dispatch h1,
	#image h1
	{
		font-size: large;
		margin: 5px auto;
	}
	
	#cast td.cup {
		text-align: center;
	}
	#cast td.age:not(:empty)::after {
		content: "歳";
		font-size: xx-small;
	}
	#cast td.weight:not(:empty)::after {
		content: "kg";
		font-size: xx-small;
	}
	#cast td.height:not(:empty)::after,
	#cast td.bust:not(:empty)::after,
	#cast td.waist:not(:empty)::after,
	#cast td.hip:not(:empty)::after
	{
		content: "cm";
		font-size: xx-small;
	}	
	#main .until {
		text-align: center;
		color: red;
	}
	.result {
		overflow: auto;
    white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		display: block;
		border: 1px solid #ccc;
		border-right: none;
		margin: 5px;
		max-height: 200px;
		box-shadow: 1px 0px 0 #ccc;
	}

	.result table {
		background-color: #ccc;
		border-spacing: 0px;
		width: 100%;
		position: static;
	}


	.result thead {
		position: sticky;
		top: 0px;
		left: 0px;
		bottom: 0px;
		//z-index: 50;
		font-size: small;
		border-spacing: 0px;
		background-color: #eee;
		box-shadow: 0 1px 0 #ccc;
	}
	.result thead th {
		border-right: 1px solid #ccc;
		padding: 1px 5px;
		text-align: center;
	}
	.result thead th:last-child {
		border-right: 0px solid #ccc;
	}
	.result tbody {
		background-color: #fff;
	}

	.result tbody td {
		border-right: 1px solid #ccc;
		border-top: 1px solid #ccc;
		padding: 4px;
	}
	.result tbody td:last-child {
		border-right: 0px solid #ccc;
	}
}
/* For Desktop */
@media screen and (min-width: 960px) {
	#main {
		//position: absolute;
		//top: 36px;
		//left: 210px;
		//right: 210px;
		//padding-bottom: 100px;
	}
	#main a {
		color: #0066CC;
	}
	#main header {
		background-color: #ffffff;
		box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
		position: sticky;
		top: 0px;
		margin: 0px;
		padding: 1px;
	}
	#main header h1 {
		font-size: large;
	}
	#main header h1 rt {
		font-size: x-small;
		font-weight: normal;
	}
	#main header h1 span {
		font-size: 50%;
		font-weight: normal;
		#padding-top: 5px;
		margin-bottom: 10px;
	}
	#main header h1 span:before {
		content: "‹";
	}
	#main h2 {
		font-size: medium;
	}
	#main h2 span {
		font-size: 50%;
		font-weight: normal;
		#padding-top: 5px;
		margin-bottom: 10px;
	}
	#main h2 span:before {
		content: "«　‹";
		margin: 1ex;
	}

	#main h3 span {
		font-size: 50%;
		font-weight: normal;
		#padding-top: 5px;
		margin-bottom: 10px;
	}
	#main h3 span:before {
		content: "1 &laquo; ";
	}

	#main .result	{
		overflow: auto;
    white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		display: block;
		//background-color: #ccc;
		//border-spacing: 1px;
		//width: 400px;
		height: 200px;
		//position: sticky;
		//border: 2px ridge #ccc;	
		//border-bottom: 2px ridge #ccc;	
		//padding: -1px;
		border: 1px solid #ccc;
	}
	
	#main table	{
		//overflow: auto;
    //white-space: nowrap;
		//-webkit-overflow-scrolling: touch;
		//display: block;
		background-color: #ccc;
		border-spacing: 0px;
		width: 100%;
		//height: 100px;
		position: static;
		
	}
	#main thead	{
		position: sticky;
		top: 0px;
		left: 0px;
		bottom: 0px;
		//z-index: 50;
		//font-size: small;
		border-spacing: 0px;
		//border-bottom: 1px solid #cccccc;
		box-shadow: 0 1px 0 #ccc;
	}
	#main thead:first-child tr th {
		//border-left: 1px solid #FF9999;
		z-index: 1;
	}
	#main table thead tr {
	}
	#main table thead tr th {
		//border-top: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		/border-bottom: 1px solid #cccccc;
		background-color: #fafafa;
		padding: 1px 5px;
		text-align: center;
	}
	#main table thead tr th:first-child{
    //border-left: 1px solid #cccccc;
	}
	#main tbody	{
		//border: 1px solid #FF9999;
		//border-color: #FF9999;
		//background-color: #FF9999;
		border-spacing: 1px;
		//white-space: nowrap;
    //-webkit-overflow-scrolling: touch;
		//display: block;
		//width: 100%;
		//overflow-y: scroll;
    
	}
	#main table tbody tr {
		background-color: #FFFFFF;
	}
	#main table tbody tr td {
		border-right: 1px solid #cccccc;
		border-top: 1px solid #cccccc;
		padding: 4px;
	}
	#main table tbody tr td:first-child{
    //border-left: 1px solid #cccccc;
	}
	#shop {
		position: sticky;
		top: 0px;
		overflow: hidden;
		transition: max-height 0.3s ease;
		height: 36px;
		//border-bottom: 1px solid #cccccc;
		padding: 5px;
		background: #ffffff;
		z-index: 5;
	}
	#shop h1 {
		font-size: large;
	}
	#shop.expand {
		height: auto;
		box-shadow: 0px 2px 2px 0px #cccccc;
	}
	#_shop {
		position: absolute;
		bottom: 5px;
		right: 10px;
	}
	#shop dl {
		margin: 5px;
		padding: 0px;
		
	}
	#shop dl dt {
		//color: #aaaaaa;
		//font-size: small;
		margin: 0px;
		padding: 0px;
		
	}
	#shop dl dd {
		margin: 0px;
		padding: 0px;
	}
	#shop .postal:before {
		content: "〒";
	}

	#address {
		//position: fixed;
		//top: 0px;
		//left: 50%;
		//transform: translateX(200px);
		//height: 2ch;
		margin: 0px;
		padding: 0px;
	}
	#address dl {
		margin: 0px;
		padding: 0px;
	}
	#address dt {
		margin: 0px;
		padding: 0px;
		display: none;
	}
	#address dd {
		//display: inline;
		//font-size: small;
		margin: 0px;
		padding: 0px;
		width: 200px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		word-break: break-word;

	}
	#telephone {
		//position: fixed;
		//top: 15px;
		//left: 50%;
		//transform: translateX(200px);
		margin: 0px;
		padding: 0px;
	}
	#telephone dl {
		margin: 0px;
		padding: 0px;
	}
	#telephone dt {
		display: none;
		//visibility: hidden;
		margin: 0px;
		padding: 0px;
	}
	#telephone dd {
		margin: 0px;
		padding: 0px;
	}
	#telephone dd:before {
		content: "☏";
	}
	#keep {
		position: absolute;
		right: 0px;
	}

	#credit img {
		width: 24px;
		height: 24px;
		object-fit: cover;
	}
	#website {
		display: grid;
		grid-template-columns: auto 1fr;
		column-gap: 2px;
		box-sizing: border-box;
		width: 100%;
	}
	#website dt {
		grid-row: 1 / span 2; /* アイコンを2行分に縦揃え */
		width: 16px;
		height: 16px;
		margin-top: 5px;
		background-image: url('/img/icon.website.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		text-indent: -9999px;
		overflow: hidden;
		white-space: nowrap;
	}
	#website dd {
		margin: 0;
		padding: 0;
	}
	
	#system {
		border-top: 1px solid #cccccc;
		padding: 5px;
	}
	#system h1 {
		font-size: medium;
	}

	#course {
		border-top: 1px solid #cccccc;
		padding: 5px;
	}
	#course h1 {
		font-size: large;
	}

	#option {
		border-top: 1px solid #cccccc;
		padding: 5px;
	}
	#option h1 {
		font-size: large;
	}

	#schedule {
		border-top: 1px solid #cccccc;
		padding: 5px;
	}
	#schedule h1 {
		font-size: large;
	}

	#cast {
		border-top: 1px solid #cccccc;
		padding: 5px;
	}
	#cast h1 {
		font-size: large;
	}
	#cast .status {
		font-size: small;
	}
	#cast .status b {
		font-size: medium;
	}

	#image {
		border-top: 1px solid #cccccc;
		padding: 5px;
	}
	#image h1 {
		font-size: large;
	}
	#image .status {
		font-size: small;
	}
	#image .status b {
		font-size: medium;
	}
	#image ol {
		//width: 500px;
		margin: 0px;
		padding: 0px;
		display: flex;
		flex-wrap: wrap;
	}
	#image ol li {
		margin: 0px;
		padding: 0px;
		//display: inline-block;
		border: 1px solid #CCCCCC;
		list-style-type: none;
		//font-weight: bold;
		//vertical-align: middle;
		width: 72px;
		height: 72px;
		//float: left;
	}
	#image ol li:hover {
		border: 1px solid #FF99FF;
	}

	#dispatch {
		border-top: 1px solid #cccccc;
		padding: 5px;
	}
	#dispatch h1 {
		font-size: large;
	}

	#option .zeikomi,
	#course .zeikomi,
	#system .zeikomi {
		text-align: right;
	}

	#course table	{
		//width: 100%;
		//height: 100px;
		margin: 5px;
	}



	#system table tbody tr td {
		padding: 2px 4px;
		margin: 0px;
		border-spacing: 1px;
		//text-align: center;
	}


	#rooms {
	}
	#rooms ol {
		margin: 5px;
		padding: 0px;
	}
	#rooms ol li {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		padding: 0px;
		display: block;
		border: thin solid #CCCCCC;
	}
	#rooms ol li span {
		margin: 0px;
		padding: 5px;
	}
	#rooms ol li h3 {
		margin: 0px;
		padding: 5px;
		background-color: #FAFAFA;
	}
	#rooms ol li img {
		margin: 5px;
		padding: 0px;
	}
	#rooms ol li p {
		margin: 0px;
		padding: 5px;
	}





	#foot {
		position: fixed;
		bottom: 0px;
		background-color: #FFFFFF;
		display: block;
		width: 100%;
		height: 36px;
		border-top-width: thin;
		border-top-style: solid;
		border-top-color: #CCCCCC;
	}
}
/* For Desktop */
