@charset "utf-8";
/* body */
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	font-size: 1.4rem;
	line-height: 1.3;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: normal;
	background: #fffcf8 no-repeat center 0;
	padding: 0;
	height: 100%;
	margin: 0;
}
#wrapper {
	margin: 0 auto;
}
.close {
	color: #f00;
	padding-left: 1em;
}
td.small {
	font-size: 85%;
}
#concleat {
	margin-bottom: 35px;
}

/**/
#header #kahaku_top a {
	display: block;
	background: url(../images/kahaku_top.png) no-repeat;
	width: 224px;
	height: 0px;
	padding-top: 46px;
	position: absolute;
	top: 10px;
	left: 10px;
	overflow: hidden;
}
/* contents */
#contents {
    width: 100%;
    margin: 0 2%;
}
.one_box {
	background: #fff;
	border: 1px solid #b20a3d;
	padding: 15px;
	margin: 0 auto 15px;
}
.one_box h3 {
	height: 0;
	padding-top: 27px;
	overflow: hidden;
	margin: 0 0 .5em 0;
}
.one_box p {
	font-size: 90%;
	margin: 0 0 .7em 0;
	text-indent: 1em;
	line-height: 1.5;
}
.two_box_left {
	float: left;
	width: 435px;
}
.two_box_right {
	float: right;
	width: 418px;
}
#effect h3 {
	background: url(../images/ttl_theme_01.gif) no-repeat;
}
#detail h3 {
	background: url(../images/ttl_info_01.gif) no-repeat;
}
#program h3 {
	background: url(../images/ttl_program_01.gif) no-repeat;
}
h4 {
	color: #451b28;
	border-left: 8px solid #b20a3d;
	border-bottom: 1px solid #cc4b72;
	padding: 3px 0 2px 8px;
	margin: 1em 0 .5em 0;
}
h4.second {
	margin: 2em 0 .5em 0;
}
h4 span {
	font-size: .9em;
	font-weight: 300;
}
.entry_btn {
	display: block;
	background: url(../images/entry_btn.gif) no-repeat;
	width: 732px;
	height: 0;
	padding-top: 98px;
	margin: 1em auto;
	overflow: hidden;
}
.entry_btn a:hover {
	background-position: 0 -98px;
}
.entry_btn_close {
	width: 732px;
	margin: 1em auto;
}
.entry_btn_close img{
	width: 732px;
	margin: 1em auto;
}

/* 英語サイトへのボタン*/
#toenglish{
	position: absolute;
	top: 17px;
	right: 20px;
}



/**/
#footer {
	background-color: #671a31;
	border-top: 1px solid #390314;
	color: #fff;
}
@media screen and (max-width: 480px) {
	#footer {
		position: relative;
		margin-top: 35px;
		color: #fff;
		font-size: .8em;
	}
	#footer #footer_in {
		height: 100px;
		margin: 10px 10px 0;
	}
	#footer_in .logo1 a {
		display: block;
		background: url(../images/kahaku_top.png) no-repeat;
		width: 224px;
		height: 0px;
		padding-top: 46px;
		position: absolute;
		top: 10px;
		left: 10px;
		overflow: hidden;
	}
	a.totop {
		display: block;
		background: url(../images/btn_totop.png) no-repeat;
		height: 0;
		overflow: hidden;
		padding-top: 30px;
		position: absolute;
		right: 10px;
		top: -28px;
		width: 92px;
	}
	.cr {
		position: relative;
		clear: both;
		width: 96%;
		margin: 0;
		left: 0;
		top: 55px;
	}
	.organized {
    width: 70%;
    height: auto;
    color: #fff;
    text-align: left;
    position: absolute;
    font-size: 12px;
		top: 0;
		right: 0;
	}
	#box_flyer {
		display: none;
	}
	.access_txt {
	padding: 5px;
	background: #fff;
	}
	.two_box_left,
	.two_box_right {
		float: none;
		width: 100%;
	}
	.box2 {
		background: #fff;
		padding: 10px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		margin-bottom: 10px;
	}

	.box2 p {
		margin: 0 0 1em 0;
		padding: 0;
		line-height: 1.3;
	}
	.box .img_r {
		float: right;
		margin: 0 0 10px 8px;
	}
	.br900 {
		display: none;
	}
	
	.entry_btn {
		display: block;
    background: url(../images/entry_btn.gif) no-repeat;
    width: 100%;
    height: 0;
    padding-top: 13.4%;
    margin: 1em auto;
    overflow: hidden;
    background-size: cover;
	}
	.entry_btn a:hover {
		background-position: 0 100%;
	}
	entry_btn_close {
		width: 100%;
	}
	.entry_btn_close img {
		margin: 1em auto;
	}
}
@media screen and (max-width: 759px) {
	body {
		background: url(../images/bg.gif) no-repeat center 0;
	}
	#header {
		background: url(../images/mainImgSP.png) no-repeat;
		background-size: cover;
		height: 0;
		padding-top: 37.5%;
		width: 100%;
		margin-bottom: 15px;
	}
	#header h1,
	#header h2,
	#kahaku_top {
		display: none;
	}
	#lead,
	#contents {
		width: 100%;
		margin: 0;
	}
	.one_box {
    background: #fff;
    border: 1px solid #b20a3d;
    padding: 15px;
    margin-bottom: 15px;
	}
	.two_box_left,
	.two_box_right {
		float: none;
		width: 100%;
	}
	.gmap iframe {
		width: 100%;
		margin-top: 15px;
	}
	.one_box p.bigmap {
		font-size: 90%;
		margin: .6em 0 0 0;
		text-indent: 0;
		line-height: 1.5;
	}
	/*h3 {
		color: #fff;
		background: #e15090;
		border-left: 8px solid #cc1785;
		padding: 5px 0 2px 10px;
		margin: 1em 0 .3em 0;
	}*/
	#footer {
		position: relative;
		margin-top: 35px;
	}
	#footer #footer_in {
		height: 100px;
		margin: 10px 10px 0;
	}
	#footer_in .logo1 a {
		display: block;
		background: url(../images/kahaku_top.png) no-repeat;
		background-size: contain;
		width: 112px;
		height: 0px;
		padding-top: 23px;
		position: absolute;
		top: 10px;
		left: 10px;
		overflow: hidden;
	}
	a.totop {
		display: block;
		background: url(../images/btn_totop.png) no-repeat;
		height: 0;
		overflow: hidden;
		padding-top: 30px;
		position: absolute;
		right: 10px;
		top: -28px;
		width: 92px;
	}
	.cr {
		position: relative;
		clear: both;
		width: 96%;
		margin: 0;
		right: 5px;
		top: 55px;
	}
	.organized {
    width: 70%;
    height: auto;
    color: #fff;
    text-align: left;
    position: absolute;
    font-size: 12px;
		top: 0;
		right: 0;
	}
	#box_flyer {
		display: none;
	}
	.box2 {
		background: #fff;
		padding: 10px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		margin-bottom: 10px;
	}
	.box2 p {
		margin: 0 0 1em 0;
		padding: 0;
		line-height: 1.3;
	}
	.box .img_r {
		float: right;
		margin: 0 0 10px 8px;
	}
	.br900 {
		display: none;
	}
		
	.entry_btn {
		display: block;
    background: url(../images/entry_btn.gif) no-repeat;
    width: 100%;
    height: 0;
    padding-top: 13.4%;
    margin: 1em auto;
    overflow: hidden;
    background-size: cover;
	}
	.entry_btn a:hover {
		background-position: 0 100%;
	}
}
@media screen and (min-width: 760px) {
	body {
		background: #b4b4a7 url(../images/bg.gif) no-repeat center 0;
		padding: 0;
	}
	#wrapper {
		width: 900px;
		margin: 0 auto;
	}
	#header {
		position: relative;
		height: 555px;
	}
	#header h1 {
	background: url(../images/main_title.png) no-repeat;
	width: 860px;
	height: 0px;
	padding-top: 121px;
	overflow: hidden;
	position: absolute;
	top: 58px;
	left: 48px;
	}
	a#kahaku_top {
		background: url(../images/kahaku_top.png) no-repeat;
		width: 224px;
		height: 0px;
		padding-top: 47px;
		overflow: hidden;
		position: absolute;
		top: 15px;
		left: 20px;
	}
	#entry {
		background: rgba(255,255,255,.80);/*rgba(255,243,222,.85)*/
		position: absolute;
		top: 330px;
		right: 0;
		width: 540px;
		padding: 0 15px;
	}
	#entry #entry_data {
		background: url(../images/entry_data.png) no-repeat;
		width: 540px;
		height: 170px;
		overflow: hidden;
	}
	/*#entry a#entry_btn {
		display: block;
		background: url(../images/entry_btn.png) no-repeat;
		width: 267px;
		height: 0;
		padding-top: 134px;
		overflow: hidden;
	}*/
	#entry a#entry_btn:hover {
		background:url(../images/entry_btn.png) no-repeat 0 -134px;
	}
	#main_contents {
		width: 870px;
		padding: 15px;
	}
/* left+right_cont */
	.left_cont,
	.right_cont {
		width: 430px;
	}
	.left_cont {
		float: left;
	}
	.right_cont {
		float: right;
	}
	
	#contents {
		width: 900px;
		margin: 0 auto;
	}
	/* left+right_cont */
	.left_cont,
	.right_cont {
		width: 430px;
	}
	.left_cont {
		float: left;
	}
	.right_cont {
		float: right;
	}
	/* box */
	.box {
		background: #fff;
		padding: 15px 10px;
		margin-bottom: 20px;
	}
	.box2 {
		background: #fff;
		padding: 10px;
		margin-bottom: 10px;
	}
	.box p {
		margin: 0;
		padding: 0;
	}
	.box2 p {
		margin: 0 0 1em 0;
		padding: 0;
		line-height: 1.3;
	}
	.box .img_r {
		float: right;
		margin: 0 0 10px 8px;
	}
	.map {
		border: 1px solid #999;
		margin: 10px 0;
	}
	


	/* footer */
	#footer{
		clear: both;
		background-color: #671a31;
		border-top: 1px solid #390314;
		margin-top: 0;
		font-size: .8em;
	}
	#footer_in{
		width: 900px;
		height: 150px;
		margin: 0 auto;
		position: relative;
	}
	#footer_in .logo1 a {
		display: block;
		background: url(../images/kahaku_top.png) no-repeat;
		width: 224px;
		height: 0px;
		padding-top: 46px;
		position: absolute;
		top: 10px;
		left: 10px;
		overflow: hidden;
	}
	.logo2{
		width: 163px;
		height: 35px;
		position: absolute;
		left: 183px;
		top: 52px;
	}
	.support{
		width: 500px;
		color: #c9bdb1;
		font-size: 12px;
		text-align: left;
		position: absolute;
		left: 398px;
		top: 36px;
	}	
	.cr{
		width: 500px;
		color: #fff;
		font-size: 10px;
		text-align: right;
		position: absolute;
		right: 5px;
		top: 118px;
	}
	a.totop {
		display: block;
		background: url(../images/btn_totop.png) no-repeat;
		overflow: hidden;
		width: 92px;
		height: 0;
		padding-top: 30px;
		position: absolute;
		left: 807px;
		top: -40px;
	}
	.organized {
    width: 640px;
    height: auto;
    color: #fff;
    text-align: left;
    position: absolute;
    left: 258px;
    top: 30px;
    font-size: 12px;
	}
	.map img {
		width: 100%;
	}
		
	.entry_btn {
		display: block;
    background: url(../images/entry_btn.gif) no-repeat;
    width: 732px; /*100%;*/
    height: 0;
    padding-top: 98px;/*;*13.4%;*/
    margin: 1em auto;
    overflow: hidden;
    background-size: cover;
	}
	.entry_btn a:hover {
		background-position: 0 100%;
	}
}
