/* CSS Document */

#message .img
{
	width: 1300px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2px;
}

#message .img img
{
	width:auto;
	height:auto;
}

#message .img .pad_box
{
	background-color: #FFF;
	height: 120px;
	width: 780px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#message .title
{
	float: left;
	padding-top: 80px;
	text-align: center;
}

#message .title h2
{
	text-align: center;
	margin: 0px;
}


#message .text
{
	margin-top: -20px;
	float: right;
	width: 630px;
}


#message .text .pad
{
}

#message .text h3
{
	font-size: 32px;
	line-height: 1.2;
	color: var(--base-color02);
	font-weight: 500;
}

#message .text  p
{
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 1.6em;
}

#message .text .name
{
	text-align: right;
}

#movie
{
	padding-top: 0px;
}

#movie .wak_box
{
	border: 5px solid var(--base-color02);
	margin: 0px;
	padding: 0px;
}

#movie .wak_box .pad
{
	padding: 50px;
}

#movie .wak_box h2
{
	margin: 0px;
	padding: 0px;
}

#movie .wak_box h2 big
{
	background-color: var(--base-color02);
	text-align: left;
	display: inline-block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 10px;
	vertical-align: middle;
}

#movie .wak_box h2 big img
{
	vertical-align: middle;
}

#movie .wak_box h2 small
{
	font-size: 22px;
	color: var(--base-color02);
	display: inline-block;
	padding-left: 30px;
	line-height: 1;
}


#movie ul
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 30px; /* 横のスペース */
	row-gap: 50px; /* 縦のスペース */
	align-items: stretch; /* 子要素をセルの高さに合わせて引き伸ばす */
	margin: 0px;
	padding: 0px;
}

#movie ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}

#movie ul li .photo
{
	width: 230px;
}

#movie ul li .photo img
{
	width:auto;
	height:auto;
}

#movie ul li .photo a:hover img
{
	transform:scale(1.1,1.1);
	transition:1s all;
}

#movie ul li .text
{
	width:270px;
}

#movie ul li .text h3
{
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 10px;
	color: var(--base-color);
	font-weight: 500;
}

#movie ul li .text p
{
	font-size: 16px;
	line-height: 1.6;
	margin: 0px;
}

#about
{
	background-color: var(--base-color02);
	color: #fff;
}

#about .head_box
{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#about .head_box .text
{
	padding-bottom: 70px;
}

#about h2 big
{
	font-size: 52px;
	line-height: 1;
	color: #FFEB59;
	font-weight: 500;
	letter-spacing: 6px;
}

#about h2 big rt
{
	font-size: 16px;
	line-height: 1.2;
}

#about h2 small
{
	font-weight: 500;
	font-size: 32px;
	line-height: 1;
}


#about dl
{
	display: block;
	margin: 0px;
	padding: 0px;
}

#about dl dt
{
	display: block;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

#about dl dt ul
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 0px; /* 横のスペース */
	row-gap: 0px; /* 縦のスペース */
	align-items: stretch; /* 子要素をセルの高さに合わせて引き伸ばす */
	margin: 0px;
	padding: 0px;
}

#about dl dt ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#about dl dt ul li:first-child
{
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#about dl dt ul li .pad
{
	padding: 30px;
}

#about dl dt ul li .icon
{
	text-align: center;
	margin-top: -70px;
	margin-bottom: 20px;
}

#about dl dt ul li h3
{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 32px;
	line-height: 1px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
}

#about dl dt ul li h3:before
{
	content: "";
	width: 30px;
	background-color: #ffeb59;
	display: block;
	height: 3px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

/* PCのみ設定  768 以上*/
@media screen and (min-width:1200px)
{


}

@media (max-width: 1300px) 
{

#message .img
{
	width: auto;
}

#message .img .pad_box
{
	height: 120px;
	width: 56%;
}

}


@media (max-width: 1200px) 
{



#message .title
{
	width: 40%;
}

#message .text
{
	width: 52%;
}


#movie ul li .photo
{
	width: 48%;
}


#movie ul li .text
{
	width:50%;
}



}


/* タブレットレイアウト : 768 px 〜 959 px */
@media screen and (min-width:768px) and (max-width:1199px)
{




}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

#message .img .pad_box
{
	height: 60px;
}

#message .text h3
{
	font-size: 24px;
	line-height: 1.2;
}

#message .text p
{
	font-size: 18px;
	line-height: 1.4;
}

#movie .wak_box h2 big
{
	display: block;
	margin-bottom: 10px;
}

#movie .wak_box h2 small
{
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	line-height: 1.2;
}

#movie .wak_box .pad
{
	padding: 30px;
}



#movie ul li
{
	display: flow-root;
}

#movie ul li .photo
{
	width: auto;
	text-align: center;
	margin-bottom: 20px;
}


#movie ul li .text
{
	width:auto;
}

#about .head_box .text
{
	width: 60%;
	padding-bottom: 0px;
}

#about .head_box .text p
{
	line-height: 1.4;

}

#about .head_box .photo
{
	width: 36%;
}


#movie ul li .text p
{
	font-size: 16px;
	line-height: 1.4;
	margin: 0px;
}


#about h2
{
	margin-bottom: 10px;
}

#about h2 big
{
	font-size: 42px;
	line-height: 1;
	letter-spacing: 4px;
}

#about h2 big rt
{
	font-size: 12px;
	line-height: 1.2;
}

#about h2 small
{
	font-size: 22px;
	line-height: 1;
}

#about dl dt ul li p
{
	font-size: 18px;
	line-height: 1.4;
	margin: 0px;
}



}

/* スマホ設定  599 以下*/
@media screen and (max-width:599px)
{

#message .img .pad_box
{
	display: none;
}


#message .title,
#message .text
{
	margin-top: 20px;
	width: auto;
	clear: both;
	float: none;
	margin-bottom: 30px;
	padding-top: 0px;
}

#movie .wak_box .pad
{
	padding: 20px;
}


#movie ul
{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 0px; /* 横のスペース */
	row-gap: 0px; /* 縦のスペース */
	align-items: stretch; /* 子要素をセルの高さに合わせて引き伸ばす */
	margin: 0px;
	padding: 0px;
}

#movie ul li:not(:last-child)
{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}

#about .head_box
{
	display: flow-root;
}

#about .head_box .text
{
	width: auto;
}

#about .head_box .photo
{
	width: auto;
}


#about dl dt
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}


#about dl dt ul
{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 0px; /* 横のスペース */
	row-gap: 0px; /* 縦のスペース */
	align-items: stretch; /* 子要素をセルの高さに合わせて引き伸ばす */
	margin: 0px;
	padding: 0px;
}

#about dl dt ul li
{
	border-bottom-width: 2px !important;
	border-bottom-style: solid !important;
}

#about dl dt ul li:first-child
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#about dl dt ul li .pad
{
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;

}

#about dl dt ul li .icon
{
	margin-top: -40px;
}


}