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

html{
	width: 100%;
	position: relative;
}

body{
	width: 100%;
	background: #fff;
	animation: bodyFadeIn 2s ease 0s 1 normal;
	-webkit-animation: bodyFadeIn 2s ease 0s 1 normal;
}

@keyframes bodyFadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes bodyFadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

*{	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover img {
	filter: Alpha(opacity=70) ;
	opacity: 0.7 ;
	-moz-opacity: 0.7;
}

header {
	width: 100%;
	height: 60px;
	background-color: rgba(255,255,255,0.75);
	margin-bottom: 0px;
	position: absolute;
	z-index: 150;
}

#headerbg {
	height: 50px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}



#headerbg h1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
	color: #EC5578;
	margin: 0px;
	padding-top: 8px;
	padding-left: 0px;
	line-height: 25px;
	font-weight: normal;
}

#headerbg h1 a{
	color: #EC5578;
	text-decoration: none;
}

#headerbg h2 {				
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 13px;
	color: #EC5578;
	margin: 0px;
	font-weight: normal;
}

#container {
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	color: #fff;
	text-align: center;
	overflow: hidden;
} 

.main_box {
	width: 100%;
	height: 2600px;
	margin: 0px auto 0px auto;
	text-align: center;
	background-image: url(../re_index/index_img202309.png?245);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-attachment: fixed;
	animation: bodyFadeIn 8s ease 0s 1 normal;
	-webkit-animation: bodyFadeIn 8s ease 0s 1 normal;
	z-index: 0;
	position: relative;
} 

#menu {
	width: 1000px;
	height: 1000px;
	margin: 0 auto 0 auto;
	box-sizing: border-box;
} 

#menu p{
	position: relative;
	font-size: 12px;
	margin: 58px 60px 0 0;
	color: #000;
	text-align: left;
} 

.entrance {
	width: 50%;
	height: auto;
	margin: 0 auto 0 auto;
	padding-top: 500px;
	position: relative;
	list-style: none;
}

.enter_bt {
	float: left;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: url("/re_index/index_enter_bg.png") no-repeat rgba(255,165,0,0.5);
	margin-right: 117px;
	border: solid 1px #fff;
	display: inline-block;
}

.enter_bt a{
	display: block;
	width: 100%;
	height: 100%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 40px;
	text-align: center;
	color: #fff;
	line-height: 150px;
  	vertical-align: middle;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.enter_bt a:hover{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: url("/re_index/index_enter_bg.png") no-repeat rgba(255,105,180,0.7);
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.leave_bt {
	float: left;
  	display: inline-block;
  	width: 140px;
  	height: 140px;
  	border-radius: 50%;
	background: url("/re_index/index_leave_bg.png") no-repeat rgba(255,255,255,0.5);
	border: solid 1px #ff1493;
	margin-top: 25px;
}

.leave_bt a{
	display: block;
	width: 100%;
	height: 100%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 25px;
	text-align: center;
	color: #ff8c00;
	line-height: 125px;
  	vertical-align: middle;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.leave_bt a:hover{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: url("/re_index/index_leave_bg.png") no-repeat rgba(255,255,255,0.8);
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.mark_18 {
  	width: 80px;
  	height: 80px;
	margin: -130px 0 0 451px;
	position: relative;
}

#infobox{
	width: 100%;
	height: 50px;
	text-align: left;
	margin: 10px 0 0 263px;
	text-shadow: 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
}

#infobox p.tyui{
	color: #000;
	font-size: 10px;
	line-height: 19px;
}

footer{	
	width: 100%;
	height: auto;
	clear: both;
	margin: 0 auto 0 auto;
	font-size: 9px;
	background-color: rgba(225,132,158,0.9);
	color: #fff;
	padding: 10px;
	border-top: solid 1px #d93245;
	position: absolute; 
	text-align: left;
	bottom: 34.5px;
}

.footer_concept_title{
	border-bottom: 1px solid #fff;
	width: 1000px;
	height: auto;
	margin: 0px auto 0px auto;
	color: #fff;
	line-height: 50px;
	font-size: 30px;
	padding: 10px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.footer_concept_comment{
	width: 1000px;
	height: auto;
	margin: 0px auto 20px auto;
	color: #fff;
	line-height: 28px;
	font-size: 14px;
	padding: 5px;
	text-align: left;
}

.footer_menu_box{
	width: 1000px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 5px;
	color: #fff;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
}

.footer_menu_box a{
	color: #fff;
	text-decoration: none;
}

#link_top {
	width: 1000px;
	height: auto;
	margin: 10px auto 30px auto;
	text-align: center;
	font-size: 12px;
}

.copyright{
	width: 100%;
        height: 35px;
	background-color: rgba(255,255,255,0.8);
	color: #EC5578;
	padding-top: 10px;
	bottom: 0;
	position: absolute; 
	text-align: center;
	font-size: 13px;
}

.copyright a{
	color: #EC5578;
}

.clearfix {
	display: inline-block;
}

/* Dreamweaverバグ用 */
.clearfix {overflow: hidden;}



/* MacIE用 */
*+html .clearfix { height: 1%; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }