@charset "utf-8";

/*menu固定によるページ内リンクズレ*/
#precautions{
	scroll-margin-top:120px;
}

.film_main section {
	padding: 0 1rem;
	margin: 70px auto 0;
}
.film_main section p {
	margin-bottom: 50px;
}
.film_main ol {
	padding: 0 1rem;
}
.film_main ol li {
	padding: 0.5rem 0;
}
ol#precautions li:last-child {
	font-weight: bold;
	color: #eb0000;
}
.form_wrap {
	padding: 2rem 1rem;
}
.film_main section .form_wrap > p {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 1rem;
	color: #eb0000;
}
.film_main.tmpl section .form_wrap > p {
	font-weight: normal;
	color: #000;
}
.form_wrap:nth-of-type(1) {
	background: #FFC;
}
.form_wrap:nth-of-type(2) {
	margin-top: 40px;
	background: #E8FCFF;
}
table#form {
	table-layout: fixed;
	width: 100%;
}
table#form tr th {
	font-weight: normal;
	width: 200px;
	vertical-align: top;
}
table#form tr th,
table#form tr td {
	padding: 0.5rem;
	overflow-wrap: anywhere;
}
table#form tr select,
table#form tr input,
table#form tr textarea {
	max-width: 100%;
	box-sizing: border-box;
}
table#form tr th div {
	background: #efefef;
	padding: 0.25rem 1rem;
}
table#form tr th span {
	color: #eb0000;
}
table#form tr td ul {
	display: flex;
}
table#form tr td ul li {
	min-width: 250px;
}
table#form tr td ul li span {
	width: 40px;
	display: inline-block;
}
table#form tr td ul.adrs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 0;
}
table#form tr td ul.adrs li {
	min-width: 0;
}
table#form tr td ul.adrs li:nth-child(odd) {
	width: 140px;
}
table#form tr td ul.adrs li:nth-child(even) {
	width: calc(100% - 140px);
}
table#form tr td ul.adrs li span {
	width: auto;
}
table#form tr td *:has(+ span.cmnt) {
	margin-right: 1rem;
}
table#form tr td span.cmnt {
	display: inline-block;
}
p:has(.form_btn) {
	margin-top: 30px;
}
.film_main.tmpl {
	min-height: 400px;
}
.form_btn {
	background: #82CDE0;
	color: #fff;
	font-size: 1rem;
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	padding: 0.5rem 2rem;
	border: none;
}
.form_btn:hover {
	opacity: 0.7;
	cursor: pointer;
}
.che {
	margin: 0 auto 2rem;
}
.film_main section .che > p {
	padding: 1rem;
	border: 1px solid #262626;
	margin: 30px auto 0;
}
.che > p b {
	font-size: 1rem;
}
.che > p span {
	color: #eb0000;
}
.tit06 {
	position: relative;
	margin-bottom: 1rem;
	padding: 0 0.5rem;
	display: inline-block;
	z-index: 5;
	font-size: 1rem;
}
.tit06::before {
	content: '';
	position: absolute;
	height: 9px;
	background: repeating-linear-gradient(-45deg, #77D6EC 0, #77D6EC 1px, #fff 1px, #fff 3px);
	background-size: 4px 4px;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.img_box {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 1rem;
}
.img_box + h6 {
	margin-top: 70px;
}
.film_main section p:has(+ .img_box) {
	margin-bottom: 20px;
}
.film_main.supportedworks section h6 + .supported_list {
	margin-bottom: 70px;
}
.supported_list {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	padding: 0 1rem;
}
.supported_list li {
	width: 350px;
}
.supported_list li img {
	max-width: 80%;
}
.supported_list li b {
	margin-bottom: 0.25rem;
	display: inline-block;
}
.supported_list li p {
	margin-bottom: 0.5rem;
}
.shootingsupport ul li,
.location ul li,
.contact ul li {
	list-style: circle inside;
}
.line {
	width: 100%;
	height: 6px;
	background: repeating-linear-gradient(-45deg, #AFAFAF 0, #AFAFAF 1px, #fff 1px, #fff 6px);
	background-size: 8px 8px;
	margin: 50px auto;
}
.location ul + p,
.contact ul + p {
	margin-top: 50px;
}
.search a:has(img):hover {
	opacity: 0.7;
}
.search p:has(+ a) {
	margin-bottom: 20px;
}
.search .imgbox {
	margin-bottom: 50px;
}


@media screen and (max-width:960px) {



}
@media screen and (max-width:830px) {
	.supported_list {
		padding: 0 0.5rem;
	}
	.supported_list li {
		width: 100%;
		margin: 0 auto;
	}
	.supported_list li img {
		width: 80%;
		max-width: 350px;
	}
	.supported_list li a {
		display: block;
		text-align: center;
	}
}
@media screen and (max-width:768px) {
	table#form tr th,
	table#form tr td {
		display: block;
		width: 100%;
	}
	table#form tr th {
		padding: 0;
	}
	table#form tr td {
		padding: 0.5rem 1rem 2rem;
	}
	table#form tr td ul {
		display: block;
	}
	table#form tr td ul li {
		min-width: 0;
	}
	table#form tr td ul.adrs {
		display: block;
	}
	table#form tr td ul.adrs li:nth-child(odd),
	table#form tr td ul.adrs li:nth-child(even) {
		width: 100%;
	}
	/*menu固定によるページ内リンクズレ*/
	#precautions{
		scroll-margin-top:160px;
	}
	.img_box {
		justify-content: center;
	}



}
@media screen and (max-width: 505px) {

}
@media screen and (max-width: 480px) {
	/*menu固定によるページ内リンクズレ*/
	#precautions{
		scroll-margin-top: 220px;
	}
}


