@charset "utf-8";
/* CSS Document */

/* common */
* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
	line-height: 100%;
}
div, header, menu, section, article, aside, footer, nav, ul {
	display: block;
}
img, a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	color: #000;
}
li {
	list-style-type: none;
}

/* body */
body {
	background-image: url(../img/img_bg.jpg);
	background-repeat: repeat;
	background: #efeeeb;
}
#wrap {
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFF;
	margin: 0 auto;
}

/* header */
#globalmenu {
	position: relative;
	overflow: hidden;
}
#globalmenu ul {
	height: 50px;
	/* background-image: url(../img/nav/nav_bg.jpg); */
	background-repeat: repeat-x;
	padding-left: 20px;
	background: #446da1;
	background: #7dbcb0;
	background: #263955;
}
#globalmenu li {
	height: 50px;
	width: 160px;
	float: left;
	background: #446da1;
	background: none;
}

#globalmenu li a{
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-weight: bold;
	transition: .4s;
}
#globalmenu li a:hover{
	color: #fff;
	background: #446da1;
	transition: .4s;
}
#globalmenu p {
    width: 100%;
    text-align: center;
    line-height: 2.1em;
    border-right: solid 1px #fff;
}
#globalmenu .nav_contact p {
border-left: 1px solid #fff;
border-left: none;
border-right: none;
}

/* container */
#container {
	margin-bottom: 20px;
	color: #293e5c;
}

/* contents */
#contents {
	overflow: hidden;
	position: relative;
}

/* side */
#right {
	float: right;
	width: 220px;
}
#right menu img {
	vertical-align: text-bottom;
	vertical-align: text-bottom;
	max-width: 200px;
	width: 100%;
	height: auto;
	border-top: 1px solid;
	transition: .4s;
}
#right menu img:hover {
	opacity: .4;
	filter: brightness(1.2);
	transition: .4s;
}
#right menu a:last-child img {
	border-bottom:1px solid;
}
#right menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: 33px;
	max-width: 200px;
	border: none;
}
#right #detail_menu br {
	line-height: 150%;
}

/* main */
#main {
	float: left;
	width: 780px;
	overflow: hidden;
	position: relative;
}
#main h1 {
	display: block;
	height: 48px;
	width: 738px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	border: 1px solid #000;
	margin-bottom: 20px;
	color: #FFF;
	overflow: hidden;
	border: none;
}
header h1{
	line-height: 0;
}


#main section .seihin{
	overflow:visible;
	position: relative;
	margin-bottom: 20px;

}
#main section .seihin2{
	overflow:hidden;
	position: relative;
	margin-bottom: 20px;

}  

/* footer */
footer {
	height: 70px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333;
	overflow: hidden;
	position: relative;
	width: 1000px;
	background: #263955;
	color: #fff;
}
#copy {
	text-align: center;
	float: left;
	height: 70px;
	width: 779px;
	vertical-align: middle;
	padding-top: 25px;
}
#copy a{
	color:#fff;
}
#address {
	width: 120px;
	margin-right: 20px;
	float: right;
	padding-top: 8px;
}
#address p{
	text-align: left;
	font-size: 10px;
	line-height: 12px;
}
#contents_img {
	vertical-align: text-bottom;
}

.new_s{
    position:relative;
    width:232px;
    height:200px;
    display:inline;
}
/* .new_s p{
    position:absolute;
    background-color:#000;
    width:50px;
    height:50px;
    border-radius:10px;
    color:#000;
} */

/* ▼20250227修正 */
.new_s p{
    position:absolute;
    width:50px;
    height:50px;
    border-radius:10px;
}

.flame01{
	margin-bottom: 20px;
}

.movie{
	text-align: center;

}

.movie02{
	float: left;
	width: 390px;
	margin-left: 20px;
	padding-top: 5px;

}

.movie03{
	margin-top: 60px;


}
#contents_img{
	width: 100%;
	height: auto;
}
.right_con{
	width: 200px;
	height: 48px;
	background-color: #446da1;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
}


