@charset "UTF-8";
/****************************************
	追記
*****************************************/
.wrapper,
.column {
	overflow: visible !important;
	/*.sbox.stickyのstickyが効かない為*/
}


/****************************************
	html内にあったもの
*****************************************/

a:link,
a:visited,
a:active {
	color: #000;
}
 #undercolumn {
	background-color: inherit;
	width: 100%;
	line-height: 1.5em;
}
@media screen and (max-width:880px) {
	#undercolumn {
		padding: 0;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.mawari {
		padding: 0 !important;
	}
}

h3.title {
	font-size: 28px;
	font-weight: bolder;
	margin-top: 20px;
	margin-bottom: 1.5em;
	color: red;
}

.topcoment {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1.5em;
	line-height: 1.8em;
	text-align: center;
}


.topcoment a {
	color: #ddd;
}

.topcoment span {
	font-size: 1.4em;
	color: #F00;
}

.content-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 800px;
	margin: 0 auto;
	font-size: 16px;
	color: #000;
}

.content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

.content h1 {
	display: inline-block;
	width: 100%;
	text-align: left;
	font-size: 2em;
	color: #7A7A7A;
	border-bottom: 2px solid #000;
	border-image: url("https://gigaplus.makeshop.jp/hasepro/img/bg.jpg") 2% / 0 0 0.3em 0 repeat;
	margin-bottom: 0.8em;
}


.content p.moviecoment {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #000;
	margin-bottom: 1.3em;
	width: 100%;
}

.maker-list {
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.maker-list li {
	width: calc(90% / 9);
	margin-bottom: 10px;
}

@media screen and (max-width:600px) {
	.maker-list {
		justify-content: space-around;
		flex-wrap: wrap;
	}

	.maker-list li {
		width: calc(90% / 3);
		margin-bottom: 10px;
	}
}

a.other_btn {
	display: block;
	width: 60%;
	text-align: center;
	padding: 0.25em;
	margin: 0 auto 30px auto;
	background: linear-gradient(#eee, #8c8c8c);
	border: 2px solid #eee;
	border-radius: 1em;
}

.shift-list {
	max-width: 800px;
	width: 100%;
	margin: 0 auto 50px auto;
}


.shift-list table {
	margin-bottom: 3em;
	font-size: 14px;
	margin: 0 auto 3em auto;
	width: 80%;
	max-width: 700px;
}

.shift-list table th,
.shift-list table td {
	border: solid 1px black;
}

.shift-list table th {
	background-color: #000;
	color: #fff;
	text-align: center;
}

.shift-list table tr:nth-child(odd) {
	background: #eee;
}

.shift-list table td:first-child {
	width: 30%;
	padding: 0.6em 0 0.6em 0.5em;
	text-align: left;
}

.shift-list table td:nth-child(2) {
	width: 50%;
	text-align: center;
}

.shift-list table td:nth-child(3) {
	width: 20%;
	text-align: center;
	padding-bottom: 0.5em;
}

.shift-list table td a {
	display: block;
	padding: 0.2em 0.5em;
	border: 1.8px solid #006fde;
	background: #006fde;
	border-radius: 15px;
	color: #fff;
	width: 80%;
	font-size: 11.5px;
	margin: 0 auto;
}

.shift-list table td a:hover {
	background: #fff;
	border: 1.8px solid #006fde;
	color: #006fde;
}

@media screen and (max-width:880px) {
.content-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0 auto 20px;
	font-size: 16px;
	color: #000;
}

.shift-list {
	width: 100%;
	margin: 0 auto 50px auto;
}



.shift-list table {
	border-collapse: collapse;
	border: 1px solid #000;
	width: 100%;
	margin-bottom: 3em;
	font-size: 14px;
}

.shift-list table th,
.shift-list table td {
	border: solid 1px black;
	vertical-align: middle;
}

.shift-list table th {
	background-color: #000;
	color: #fff;
	text-align: center;
}

.shift-list table tr:nth-child(odd)>td {
	background: #eee;
}

.shift-list table td:first-child {
	width: 32%;
	padding: 0.6em 0 0.6em 0.5em;
	text-align: left;
}

.shift-list table td:nth-child(2) {
	width: 38%;
	text-align: center;
}

.shift-list table td:nth-child(3) {
	width: 30%;
	text-align: center;
	padding: 0.3em 0 0.8em;
}

.shift-list table td a {
	display: block;
	padding: 0.2em 0.5em;
	border: 1.8px solid #006fde;
	background: #006fde;
	border-radius: 5px;
	color: #fff;
	width: 80%;
	font-size: 11px;
	margin: 0 auto;
}

.shift-list table td a:hover {
	background: #fff;
	border: 1.8px solid #006fde;
	color: #006fde;
}

.maker {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #000;
	margin-bottom: 0.5em;
}

}

@media screen and (max-width:880px) {
	h3.title {
		font-size: 24px;
		text-align: center;
	}


	.content {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 1em;
	}

	.content h1 {
		font-size: 1.2em;
	}

	.content p {
		padding-right: 20px;
	}
}



.sbox {
	border: 3px solid #CCCCCC;
	padding: 10px;
	background: transparent;
	width: fit-content;
	margin-bottom: 3em;
}

.sbox-inner {
	display: flex;
	gap: 8px;
	align-items: center;
}

.search-label {
	margin-right: 6px;
	font-weight: 600;
	color: #333;
	white-space: nowrap;
}

#searchbox {
	flex: 1;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 1rem;
}

.search-btn {
	padding: 8px 12px;
	border-radius: 6px;
	border: none;
	background: #006fde;
	color: #fff;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
	width: 80px;
	font-size: 1rem;
}

.search-btn:hover {
	background: #0058c2;
}

.sbox-controls {
	display: inline-flex;
	gap: 8px;
	align-items: center;
}

.search-highlight {
	background-color: #ffe46f;
	padding: 0 1px;
	border-radius: 2px;
}

.search-highlight.active {
	background-color: #ffeb99;
	outline: 3px solid #ffb74d;
}

.search-nav {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 1rem;
}

.search-counter {
	min-width: 56px;
	text-align: center;
	font-weight: 600;
	color: #333;
}

.search-nav-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 6px;
	border-radius: 8px;
	border: none;
	background: transparent;
	/* 背景を透明に */
	color: #006fde;
	/* 矢印の色を青に */
	cursor: pointer;
	box-shadow: none;
	/* 影を削除 */
	transition: transform .08s;
	font-size: 1rem;
}

.search-nav-btn:disabled {
	opacity: .45;
	cursor: default;
	box-shadow: none;
}

.search-nav-btn:not(:disabled):hover {
	transform: translateY(-1px);
}

.search-nav-btn svg {
	display: block;
}

.sbox.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 85px;
	z-index: 900;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width:880px) {
	.sbox {
		padding: 5px;
	}

	.sbox-inner {
		gap: 5px;
	}

	.search-btn {
		width: 50px;
		font-size: 15px;
		padding: 8px;
	}

	.search-counter {
		font-size: 14px;
		letter-spacing: -0.1px;
		min-width: inherit;
	}

	.sbox-controls {
		justify-content: flex-start;
	}

	.search-label {
		display: block;
	}

	.sbox.sticky {
		top: 100px;
		width: 100%;
	}

	.search-nav {
		gap: 0;
	}
}

.pcpicture { display: block !important; }
.sppicture {
	display: none !important;
}

@media only screen and (max-width: 750px){
	.pcpicture { display: none !important; }
	.sppicture {
	display: block !important;
	width: 100%;
	}
}                

