@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: 'Noto Sans Japanese','メイリオ',Meiryo,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック',sans-serif;
	font-size: 100%;
	font-weight: 200;
}
address {
	font-style: normal;

}
img {
	border: none;
}

p,li{
	font-size: 93.75%;
}
.sp {
	display: none !important;
}
body {
	text-align: center;
	background-attachment: fixed;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
a:link {
	text-decoration: underline;
	color: #06F;
}
a:visited {
	text-decoration: underline;
	color: #63F;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
table {
	border-collapse:collapse;
}

.clear {
	clear: both;
}

.img_left {
	float: left;
	padding-right: 30px;
}
.img_right {
	float: right;
	padding-left: 30px;
}
.sp-hidden{
	display: block !important;
}
.pc-hidden{
	display: none !important;
}
img.sp-hidden{
	display: inline !important;
}
img.pc-hidden{
	display: none !important;
}
.section {
	width: 100%;
	min-width: 1000px;
	clear: both;
	position: relative;
}

.section .anchor{
	position: absolute;
	top: -101px;
}

.section:after {
height: 0;
visibility: hidden ;
content: ".";
display: block ;
clear: both ;
}

.section .inner{
	margin: 0 auto;
	padding: 50px 0;
	width: 1000px;
	text-align: left;
	overflow: hidden;
}
h1.summary,p.summary {
	font-size: 75%;
	font-weight: normal;
	text-align: right;
	clear: both;
	color: #C5E4F5;
	line-height: 20px;
	height: 20px;
}

h3.nh3 {
	background-color: #F1F1ED;
	clear: both;
	margin-bottom: 20px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	font-size: 90%;
}


.np,.npr,.npc,.npn,.npcn {
	line-height: 200%;
	clear: both;
	letter-spacing: 2px;
	font-weight: 200;
}
.nps,.nprs,.npcs,.npns,.npcsn {
	font-size: 75%;
	line-height: 200%;
	clear: both;
	letter-spacing: 1px;
}


.np,.nps {
	text-align: left;
	margin-bottom: 30px;
}
.npr,.nprs {
	text-align: right;
	margin-bottom: 30px;
}

.npn,.npns {
	text-align: left;
}
.npc,.npcs {
	text-align: center;
	margin-bottom: 30px;
}
.npcn,.npcsn {
	text-align: center;
}









table.n_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
table.n_table th {
	width: 25%;
}
table.n_table th br{
	display: none;
}
table.n_table td {
	width: 75%;
}
table.n_table th,table.n_table td {
	font-size: 85%;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 13px;
	border-bottom: 1px dotted #000;
}

div.n_table {
	clear: both;
	width: 998px;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	display: table;
	border-collapse:collapse;
}

div.n_table dl{
	display: table-row;
	width: 998px;
}
div.n_table dt,div.n_table dd {
	display: table-cell;
	font-size: 85%;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 13px;
	border: 1px solid #CCCCCC;
}
div.n_table dt {
	width: 25%;
	background-color: #F3F3F3;
}
div.n_table dd {
	width: 75%;
}

.contact {
	clear: both;
	width: 998px;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	display: table;
	border-collapse:collapse;
}
.contact dl{
	display: table-row;
	width: 998px;
}
.contact dt,.contact dd {
	display: table-cell;
	font-size: 85%;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 13px;
	border: 1px solid #CCCCCC;
}
.contact dt {
	width: 25%;
	background-color: #F3F3F3;
}
.contact dd {
	width: 75%;
}



.redtxt {
	color: #900 !important;
}




.pagetop {
	text-align: center;
	clear: both;
	margin-bottom: 30px;
}

.nh2 {
	font-weight: 200;
	font-size: 140%;
	line-height: 130%;
	border-bottom: 5px solid #D7D7D7;
	margin-bottom: 30px;
	padding-bottom: 20px;
}


h3.new {
	padding-left: 70px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/icon_new.gif);
}


















#header_wrap {
	width: 100%;
	min-width: 1000px;
	clear: both;
	height: 101px;
	background: transparent url(../images/bg_blue.jpg);
	position: fixed ;
	z-index: 1000;
}
#header {
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}
#logo {
	float: left;
	padding-top: 25px;
}
#header_info {
	float: right;
	width: 700px;
	height: 100px;
	position: relative;
}
#header_info .fa{
	display: none;
}
#header_sub {
	position: absolute;
	top: 10px;
	right: 0;
	clear: both;
}
#header_sub ul {
	float: left;
}
#header_sub li {
	float: left;
	font-size: 80%;
	padding-left: 10px;
	background-image: url(../images/header_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 20px;
}
#header_sub li a:link,#header_sub li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header_sub li a:hover,#header_sub li a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#header_sub address {
	float: left;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../images/free_dial.gif);
	background-position: left center;
	padding-left: 20px;
	font-size: 130%;
	margin-left: 20px;
}
#header_sub address span{
	font-family: "Times New Roman", Times, serif;
}

#btn-g_navi{
	display: none;
}
#g_navi {
	position: absolute;
	right: 0;
	bottom: 20px;
	clear: both;
	padding-top: 20px;
	display: block;
}
#g_navi li {
	float: left;
	background-image: url(../images/g_menuguide.gif);
	background-repeat: no-repeat;
	line-height: 23px;
	height: 23px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 90%;
}
#g_navi li a:link,#g_navi li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#g_navi li a:hover,#g_navi li a:active {}

#menu_bg {
	display: none;
}

#mainimage {
	width: 100%;
	clear: both;
	min-width: 1000px;
	padding-top: 100px;
}

#topvisual_wrap{
	width: 100%;
	overflow: hidden;
	min-width: 1000px;
}
#topvisual{
	width: 1000px;
	position: relative;
	z-index: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#topvisual .bx-wrapper{
	width: 100% !important;
	position: relative !important;
	min-width: 1000px;
}
#topvisual .bx-window{
	margin: 0 auto !important;
	overflow: visible !important;
}
#topvisual .slideButton{
	position: absolute;
	width: 1000px;
	top: 300px;
	left: 0;
}
#topvisual .slideButton li{
	position: absolute;
}
#topvisual .slideButton .bt-prev{
	top: 0;
	left: 0px;
	background: transparent url(../images/arrow_prev.png) no-repeat left top;
}
#topvisual .slideButton .bt-next{
	top: 0;
	right: 0px;
	background: transparent url(../images/arrow_next.png) no-repeat left top;
}
#topvisual .bx-pager{
	text-align: center;
	width: 1000px;
	display: none;
}
#topvisual .slideButton a{
	display: block;
	width: 50px;
	height: 50px;
    text-indent: -9999px;
}
#topvisual .bx-pager a{
	margin: 20px 6px 0 6px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: transparent url(../images/slide_pager.png) no-repeat left top;
    text-indent: -9999px;
}
#topvisual .bx-pager a.pager-active{
	background-color: transparent;
	background-image: url(../images/slide_pagera.png);
	background-repeat: no-repeat;
	background-position: left 0;
}
#slider{
	width: 1000px;
}
#slider li{
	width: 1000px;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}
/*--
#slider li{
	height: 800px;
	position: relative;
}

#slider li .notes{
	padding: 0.5em;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 10px;
	color: #fff;
}
.slide01{	background: url(../images/visual01.jpg) no-repeat center top;}
.slide02{	background: url(../images/visual02.jpg) no-repeat center top;}
.slide03{	background: url(../images/visual03.jpg) no-repeat center top;}
.slide04{	background: url(../images/visual04.jpg) no-repeat center top;}
.slide05{	background: url(../images/visual05.jpg) no-repeat center top;}
.slide06{	background: url(../images/visual06.jpg) no-repeat center top;}
.slide07{	background: url(../images/visual07.jpg) no-repeat center top;}
.slide08{	background: url(../images/visual08.jpg) no-repeat center top;}
.slide09{	background: url(../images/visual09.jpg) no-repeat center top;}
.slide10{	background: url(../images/visual10.jpg) no-repeat center top;}
.slide11{	background: url(../images/visual11.jpg) no-repeat center top;}
--*/
.content_ttl {
	background: transparent url(../images/bg_blue.jpg);
	width: 100%;
	min-width: 1000px;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
.content_ttl div {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	letter-spacing: 10px;
}
.content_ttl div h2 {
	font-weight: 300;
	margin-bottom: 15px;
}
.content_ttl div p {
	font-family: "Times New Roman", Times, serif;
	font-size: 300%;
}


#event-wrap .inner{
	text-align: center;
	font-size: 120%;
}

#event-wrap strong{
	color: #c00;
	font-weight: bold;
}
#event-wrap .inner div{
	margin: 20px auto;
	padding: 20px;
	border: solid 4px #ddd;
	width: 90%;
}

#event-wrap h3{
	margin: 0 0 1em;
	padding: 0 0 0.25em;
	border-bottom: solid 1px #ccc;
	font-size: 140%;
	color: #004a00;
	font-family: "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","ＭＳ Ｐ明朝","MS PMincho",serif;
	
}
#event-wrap h3 span{
	font-size: 50%;
}
#event-wrap ul{
	text-align: left;
	width: 100%;
	overflow: hidden;
}
#event-wrap li{
	padding: 2px 10px;
	float: left;
	width: 30%;
}
#event-wrap li:nth-child(2n){
	width: 65%;
}
#event-wrap .results{
	margin: 30px -8px 0 0;
	width: 908px;
	overflow: hidden;
}
#event-wrap .results li{
	margin: 8px 8px 0 0;
	padding: 0;
	width: 219px;
	float: left;
	font-size: 0;
	line-height: 0;
}

#event-wrap .nighter{
	margin: 20px auto;
	padding: 20px;
	border: solid 4px #ddd;
	width: 90%;
	color: #c00;
	font-size: 140%;
	font-family: "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","ＭＳ Ｐ明朝","MS PMincho",serif;
}
#event-wrap .nighter br{
	display: none;
}
#event-wrap .july-event{
	margin: 20px auto;
	padding: 20px;
	border: solid 4px #ddd;
	width: 90%;
	font-size: 120%;
	line-height: 1.2;
	font-family: "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","ＭＳ Ｐ明朝","MS PMincho",serif;
}
#event-wrap .july-event em{
	color: #c00;
	font-style: normal;
	font-family: "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","ＭＳ Ｐ明朝","MS PMincho",serif;
}

#concept_wrap {
	background-image: url(../images/tree001.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	min-width: 1000px;
	clear: both;
	padding-top: 100px;
}


.concept-wrap{
	background: transparent url(../images/bg_sky.jpg) repeat-x center top;
}
.concept-wrap .inner{
	padding-top: 80px;
	padding-bottom: 0;
}
.concept-wrap h3 {
	font-family: "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 220%;
	font-weight: normal;
	line-height: 180%;
	margin-bottom: 80px;
	text-align: center;
}

#concept .landplan-wrap{
	width: 100%;
}
#concept .landplan-wrap .inner{
	padding-top: 0;
	padding-bottom: 50px;
}
#concept .landplan-wrap h3{
	font-family: "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 220%;
	margin: 0 0 30px;
	text-align: left;
	letter-spacing: 5px;
}
#concept .landplan-wrap .fl_left p{
	margin-top: 1.5em;
}
#concept .landplan-wrap .fl_left{
	float: left;
	width: 320px;
}
#concept .landplan-wrap .fl_right{
	float: right;
	width: 645px;
}


.type-wrap{
	width: 100%;
	min-width: 1000px;
}

.type-wrap.bg-blue{
	background: #E9F4FF;
}

.type-wrap .inner{

}

.type-wrap h3{
	margin: 0 0 0.5em;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	font-weight: normal;
	letter-spacing: 5px;
}
.type-wrap p{
	font-size: 90%;
	font-weight: 200;
}


#landplan{
}
#landplan h3{
	margin: 0 0 0.5em;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 240%;
	font-weight: normal;
	letter-spacing: 5px;
	text-align: center;
}
#landplan img{
	width: 100%;
	height: auto;
}

#landplan .btn-model{
	margin: 30px 0 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
}

#landplan .btn-model img{
	width: auto;
}

.btn-model li{
	float: left;
	width: 50%;
}

#division{
	width: 1000px;
	overflow: hidden;
}
#division h3{
	padding: 0.5em 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: normal;
	color: #002E00;
	letter-spacing: 16px;
}
#division .fl_left{
	float: left;
}
#division .fl_right{
	float: right;
}

#div_plan {
	margin-bottom: 30px;
}

.plan-wrap{
	padding: 40px 0;
	border-top: solid 10px #E9F4FF;
}

#landplan .plan-wrap h3{
	margin: 0 0 20px;
	color: #255FC9;
	font-size: 70px;
	text-align: left;
	letter-spacing: 0;
}

.plan-wrap h3 .no{
	font-size: 30px;
}
.plan-wrap h3 span{
	font-size: 24px;
}
.plan-wrap .plan-spec{
	font-size: 16px;
}
.plan-wrap .plan-img{
	margin: 30px 0;
}
.plan-wrap .plan-point{
	font-size: 18px;
}
.plan-wrap .plan-point li:before{
	content: '●';
	color: #255FC9;
}

/**
#plan-wrap{
	padding: 7em 0;
	background: #EEE;
	text-align: center;
}
#plan-wrap p{
	color: #004A00;
	font-family: "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 20px;
}
**/

.gray_back {
	width: 100%;
	background-color: #F1F1F1;
	clear: both;
	min-width: 1000px;
}
.white_back {
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
	min-width: 1000px;
}
.gray_back:after,.white_back:after {
height: 0;
visibility: hidden ;
content: ".";
display: block ;
clear: both ;
}





#location_head {
	width: 100%;
	min-width: 1000px;
	clear: both;
	height: 562px;
		background-image: url(../images/bg_location.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
#location_headmid {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 562px;
	background-repeat: no-repeat;
	background-position: center center;
}


#location_head .notes{
	padding: 0.5em;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 10px;
	color: #fff;
}

#location h3{
	font-family: "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","ＭＳ Ｐ明朝","MS PMincho",serif;
	color: #004A00;
	font-weight: 400;
	font-size: 220%;
	margin-bottom: 30px;
	text-align: center;
	line-height: 160%;
}

#location_headmid p {
	font-family: "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-weight: 300;
	font-size: 220%;
	line-height: 160%;
	color: #FFFFFF;
	padding-top: 200px;
}

.park-wrap{
	background: transparent url(../images/bg_green.jpg) no-repeat -100px -200px;
}
.facility-wrap{
	background: transparent url(../images/bg_green_r.jpg) no-repeat right -200px top 0;
}
.aeon-wrap{
	background: transparent url(../images/bg_green.jpg) no-repeat -300px 100px;
}

.clm3-wrap {
	clear: both;
	width: 1020px;
	margin-right: -20px;
}
.clm3-wrap li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 320px;
}
.clm3-wrap li img {
	width: 330px;
}
.clm3-wrap li span {
	display: block;
	text-align: center;
	font-size: 110%;
}

.clm2-wrap {
	clear: both;
	width: 1020px;
	margin-right: -20px;
	margin-bottom: 30px;
	overflow: hidden;
}
.clm2-wrap li {
	float: left;
	margin-right: 20px;
	width: 490px;
}
.clm2-wrap li span {
	display: block;
	clear: both;
	text-align: center;
	color: #004A00;
	font-size: 110%;
}
.clm2-wrap:after,.location:after {
height: 0;
visibility: hidden ;
content: ".";
display: block ;
clear: both ;
}

h3.accessmap {
	font-family: "Times New Roman", Times, serif;
	color: #004A00;
	font-weight: 400;
	font-size: 200%;
	margin-bottom: 30px;
	text-align: center;
	line-height: 160%;
	letter-spacing: 10px;
}
#map_canvas {
	width: 100%;
	height: 600px;
	min-width: 1000px;
	clear: both;
}


#model{
	padding-top: 100px;
}

.model-wrap p{
	margin-bottom: 2px;
}

.privacy {
	font-weight: 100;
	font-size: 90%;
	line-height: 160%;
	text-align: left;
	margin-bottom: 40px;
}


#dn_tel {
	width: 1000px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding-top: 20px;
	padding-bottom: 20px;
}
#dn_tel h3 {
	font-size: 80%;
	font-weight: 100;
	float: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
}
#dn_tel address {
	color: #D00003;
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	padding-left: 70px;
	background-image: url(../images/free_dial_red.gif);
	background-repeat: no-repeat;
	float: left;
	background-position: left center;
	margin-right: 20px;
}
#dn_tel p {
	float: left;
	font-weight: 200;
	font-size: 80%;
	line-height: 160%;
	padding-top: 10px;
}
#dn_tel .call {
	display: none;
}
#dn_tel:after {
height: 0;
visibility: hidden ;
content: ".";
display: block ;
clear: both ;
}


.pageup{
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:1000;
}

#copytxt {
	font-size: 80%;
	font-family: "Times New Roman", Times, serif;
	background: rgba(0,0,0,0.25);
	font-weight: 100;
	height: 20px;
	width: 100%;
	min-width: 1000px;
	line-height: 20px;
	color: #fff;
}

#footer_wrap {
	padding: 50px 0 0;
	background: transparent url(../images/bg_blue.jpg);
	width: 100%;
	min-width: 1000px;
	clear: both;
}
#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;

}
#footlogo {
	float: left;
}
#footer_info {
	width: 100%;
}
#footer_add {
	float: left;
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
}
#footer_add h2 {
	color: #fff;
	font-weight: 200;
}
#footer_add h2 span {
	font-size: 75%;
}
#footer_add address {
	color: #fff;
	font-size: 75%;
}
#footer_tel {
	float: right;
	text-align: right;
	color: #FFFFFF;
	padding-top: 20px;
}
.free {
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	background-image: url(../images/free_dial.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	padding-left: 30px;
	clear: both;
}
.normal {
	clear: both;
}
#footer_wrap:after,#footer:after {
height: 0;
visibility: hidden ;
content: ".";
display: block ;
clear: both ;
}





.inputarea_zip {
	width: 70px;
}
.inputarea_name {
	width: 50%;
}
.inputarea_other {
	width: 200px;
}
.inputarea_add {
	width: 80%;
}
.inputarea_txt {
	height: 150px;
	width: 80%;
}
.inputarea_zip,
.inputarea_name,
.inputarea_other,
.inputarea_add,
.inputarea_txt {
	background-color: #FFFFEC;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

label.error{
	display: block;
	color: #c00;
	font-weight: bold;
}

.preview {
	text-align: center;
	clear: both;
	display: block;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.preview input {
	display: block;
	border-radius: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 300px;
	background-color: #004A00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
}
.back_inputbtn{
	margin-right: auto;
	margin-left: auto;
	display: block;
	border-radius: 10px;
	font-weight: bold;
	color: #333;
	width: 200px;
	background-color: #ddd;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
}


.confirm {
	padding-top: 200px;
}

#form_wrap{
	margin: 0 0 40px;
}



.mgb50 {
	margin-bottom: 50px;
}
.mgb30 {
	margin-bottom: 30px;
}
.pdt40 {
	padding-top: 40px;
}
.pdt50 {
	padding-top: 50px;
}



.model-wrap h3{
	font-family: "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 220%;
	margin: 0 0 30px;
	text-align: center;
	letter-spacing: 5px;
}
.otoshidama {}
.otoshidama dt {}
.otoshidama dd {
	font-weight: 600 !important;
	text-align: center;
	margin-bottom: 30px;
	line-height: 160%;
	color: #C70003;
	font-size: 90%;
}
	b.uchikeshi {
	text-decoration: line-through;
		font-weight: 600 !important;
}
.movie {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	display: block;
}

.movie-wrap{
	margin: 0 auto;
	padding-top:56.25%;
	position: relative;
	width: 1000px;
}

.movie iframe {
	position: absolute;
	top:0;
	right:0;
	width: 100%;
	height: 100%;
}


.movie h3{
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	line-height: 150%;
	letter-spacing: normal;
}


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

	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,address,a {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	body {
		font-family: Arial, Roboto,'Droid Sans','游ゴシック', YuGothic,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ', Meiryo, sans-serif;
	}

	.img_left {
		float: none;
		padding-right: 0;
	}
	.img_right {
		float: none;
		padding-left: 0;
	}
	.sp_text:after{
		content: attr(title);
	}
	.sp_text img{
		display: none;
	}
	.sp-hidden{
		display: none !important;
	}
	.pc-hidden{
		display: block !important;
	}
	
	.sp {
	display: block !important;
}
.pc {
	display: none !important;
}
	
	img.sp-hidden{
		display: none !important;
	}

	img.pc-hidden{
		display: inline !important;
	}
	.section {
		min-width: 100%;
		clear: both;
	}

	.section:after {
	height: 0;
	visibility: hidden ;
	content: ".";
	display: block ;
	clear: both ;
	}

	.section .anchor{
		position: absolute;
		top: -44px;
		left: 0;
	}
	.section .inner{
		padding: 30px 15px;
		width: 100%;
	}
	h1.summary,p.summary {
		font-size: 75%;
		font-weight: normal;
		text-align: right;
		clear: both;
		color: #C5E4F5;
		line-height: 20px;
		height: 20px;
	}

	h3.nh3 {
		background-color: #F1F1ED;
		clear: both;
		margin-bottom: 20px;
		padding-top: 7px;
		padding-right: 7px;
		padding-bottom: 7px;
		padding-left: 20px;
		font-size: 90%;
	}


	.np,.npr,.npc,.npn,.npcn {
		line-height: 200%;
		clear: both;
		letter-spacing: 2px;
		font-weight: 200;
	}
	.nps,.nprs,.npcs,.npns,.npcsn {
		font-size: 75%;
		line-height: 200%;
		clear: both;
		letter-spacing: 1px;
	}


	.np,.nps {
		text-align: left;
		margin-bottom: 30px;
	}
	.npr,.nprs {
		text-align: right;
		margin-bottom: 30px;
	}

	.npn,.npns {
		text-align: left;
	}
	.npc,.npcs {
		text-align: center;
		margin-bottom: 30px;
	}
	.npcn,.npcsn {
		text-align: center;
	}









	table.n_table {
		clear: both;
		width: 100%;
		margin-bottom: 25px;
		text-align: left;
		margin-right: auto;
		margin-left: auto;
	}
	table.n_table th {
		width: 30%;
	}
	table.n_table th br{
		display: block;
	}
	table.n_table td {
		width: 70%;
	}
	table.n_table th,table.n_table td {
		font-size: 75%;
		line-height: 160%;
		text-align: left;
		vertical-align: top;
		font-weight: normal;
		padding: 10px 13px;
	}


	div.n_table {
		clear: both;
		width: 100%;
		margin-bottom: 25px;
		text-align: left;
		margin-right: auto;
		margin-left: auto;
		display: block;
		border-collapse:collapse;
	}

	div.n_table dl{
		display: block;
		width: 100%;
	}
	div.n_table dt,div.n_table dd {
		display: block;
		font-size: 85%;
		line-height: 160%;
		text-align: left;
		vertical-align: top;
		font-weight: normal;
		padding: 13px;
		border: none;
	}
	div.n_table dt {
		width: 100%;
		background-color: #F3F3F3;
	}
	div.n_table dt br{
		display: none;
	}
	div.n_table dd {
		width: 100%;
	}


	.contact {
		width: 100%;
		display: block;
	}
	.contact dl{
		display: block;
		width: 100%;
	}
	.contact dt,.contact dd {
		display: block;
		border: none;
	}
	.contact dt {
		width: 100%;
	}
	.contact dd {
		width: 100%;
	}


	.pagetop {
		text-align: center;
		clear: both;
		margin-bottom: 30px;
	}

	.nh2 {
		font-weight: 200;
		font-size: 140%;
		line-height: 130%;
		border-bottom: 5px solid #D7D7D7;
		margin-bottom: 30px;
		padding-bottom: 20px;
	}





















	#header_wrap {
		width: 100%;
		min-width: 100%;
		clear: both;
		height: auto;
		position: static;
		z-index: 2000;
	}
	#header {
		clear: both;
		width: 100%;
		height: auto;
	}
	#logo {
		float: none;
		padding: 54px 30px 10px 30px;
	}
	#logo img{
		width: 100%;
		height: auto;
	}
	#header_info {
		float: none;
		width: 100%;
		height: 44px;
		background: transparent url(../images/bg_blue.jpg);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 3000;
	}
	#header_info .fa{
		display: inline;
	}
	#header_sub {
		clear: both;
		padding-top: 0;
	}
	#header_sub li{
		background: none;
		font-size: 100%;
	}
	#header_sub address a{
		background: none;
		text-decoration: none;
		color: #fff;
	}
	#header_sub address .fa {
		float: right;
		font-size: 100%;
		padding: 0;
	}
	#header_sub address {
		float: right;
		color: #FFFFFF;
		font-family: "Times New Roman", Times, serif;
		background-image: none;
		background-position: left center;
		padding: 0 10px 0 0;
		font-size: 180%;
		margin-left: 10px;
	}
	#header_sub address span{
		display: none;
	}

	#btn-g_navi{
		position: absolute;
		top: 0;
		left: 0;
		width: 44px;
		height: 44px;
		text-decoration: none;
		background: transparent url(../images/pict_nav.png) no-repeat center center;
		background-size: 19px auto;
		cursor: pointer;
		display: block;
	}

	#btn-g_navi.close{
		background: transparent url(../images/pict_close.png) no-repeat center center;
		background-size: 18px auto;
		cursor: pointer;
	}
	#g_navi {
		top: 44px;
		right: auto;
		bottom: auto;
		left: o;
		clear: both;
		width: 100%;
		padding: 0;
		display: none;
		background: #2B73C4;
	}
	#g_navi li {
		float: none;
		background-image: none;
		background-repeat: no-repeat;
		line-height: 1;
		height: auto;
		padding: 0;
		font-size: 90%;
		border-bottom: solid 1px #75A8E1;
	}
	#g_navi li:last-child{
		border: none;
	}
	#g_navi li a{
		padding: 1em 0;
		border: none;
		display: block;
	}
	#menu_bg {
	    background-color: #000;
	    height: 100%;
	    left: 0;
	    opacity: 0.6;
	    position: fixed;
	    top: 0;
	    width: 100%;
	    z-index: 2000;
	}
	#menu_bg.no {
	    display: none;
	}
	#menu_bg a {
	    height: 100%;
	    left: 0;
	    position: fixed;
	    top: 0;
	    width: 100%;
	}

	#mainimage {
		width: 100%;
		min-width: 100%;
		clear: both;
		text-align: center;
		background-repeat: no-repeat;
		background-position: center bottom;
		padding-top: 0;
	}
/*--
	#slider li{
		height: auto;
	}
	.slide01{	background: url(../images/visual01.jpg) no-repeat center top; background-size: auto 100%}
	.slide02{	background: url(../images/visual02.jpg) no-repeat center top; background-size: auto 100%}
	.slide03{	background: url(../images/visual03.jpg) no-repeat center top; background-size: auto 100%}
	.slide04{	background: url(../images/visual04.jpg) no-repeat center top; background-size: auto 100%}
	.slide05{	background: url(../images/visual05.jpg) no-repeat center top; background-size: auto 100%}
	.slide06{	background: url(../images/visual06.jpg) no-repeat center top; background-size: auto 100%}
	.slide07{	background: url(../images/visual07.jpg) no-repeat center top; background-size: auto 100%}
	.slide08{	background: url(../images/visual08.jpg) no-repeat center top; background-size: auto 100%}
	.slide09{	background: url(../images/visual09.jpg) no-repeat center top; background-size: auto 100%}
	.slide10{	background: url(../images/visual10.jpg) no-repeat center top; background-size: auto 100%}
	.slide11{	background: url(../images/visual11.jpg) no-repeat center top; background-size: auto 100%}
	--*/
	

	#mainimage {
	width: 100%;
	clear: both;
	min-width: 100%;
	background-color: #FFFFCC;
	}

	#topvisual_wrap{
		width: 100%;
		overflow: hidden;
		min-width: 100%;
	}
	#topvisual{
		width: 100%;
		position: relative;
		z-index: 1;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
	}
	#topvisual .bx-wrapper{
		width: 100% !important;
		position: relative !important;
		min-width: 100%;
	}
	#topvisual .bx-window{
		margin: 0 auto !important;
		overflow: visible !important;
	}
	#topvisual .slideButton{
		position: absolute;
		width: 100%;
		top: 180px;
		left: 0;
	}
	#topvisual .slideButton li{
		position: absolute;
	}
	#topvisual .slideButton .bt-prev{
		top: 0;
		left: -85px;
		background: transparent url(../images/arrow_prev.png) no-repeat left top;
	}
	#topvisual .slideButton .bt-next{
		top: 0;
		right: -115px;
		background: transparent url(../images/arrow_next.png) no-repeat left top;
	}
	#topvisual .bx-pager{
		text-align: center;
		width: 100%;
	}
	#topvisual .slideButton a{
		display: block;
		width: 50px;
		height: 50px;
	    text-indent: -9999px;
	}
	#topvisual .bx-pager a{
		margin: 10px 6px 0 6px;
		display: inline-block;
		width: 12px;
		height: 12px;
		background: transparent url(../images/slide_pager.png) no-repeat left top;
	    text-indent: -9999px;
	}
	#topvisual .bx-pager a.pager-active{
		background-color: transparent;
		background-image: url(../images/slide_pagera.png);
		background-repeat: no-repeat;
		background-position: left 0;
	}
	#slider{
		width: 100%;
	}
	#slider li{
		width: 100%;
		font-size: 0;
		line-height: 0;
		vertical-align: bottom;
	}
	#slider li img{
		width: 100%;
		height: auto;
	}
	
	
	
	#mainimage p {
		padding: 20px 0;
		height: auto;
	}

	#mainimage img{
		width: 100%;
	}
	.content_ttl {
		width: 100%;
		min-width: 100%;
		padding: 20px 0;
	}
	.content_ttl div {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		letter-spacing: 7px;
	}
	.content_ttl div h2 {
		font-family: inherit;
		font-weight: 300;
		font-size: 100%;
		margin-bottom: 0;
	}
	.content_ttl div p {
		font-family: "Times New Roman", Times, serif;
		font-size: 150%;
	}


	#event-wrap .inner{
		text-align: center;
		font-size: 100%;
	}

	#event-wrap strong{
		color: #c00;
		font-weight: bold;
	}
	#event-wrap .inner div{
		margin: 20px auto;
		padding: 20px;
		border: solid 4px #ddd;
		width: 100%;
	}
	#event-wrap .inner br{
		display: none;
	}

	#event-wrap h3{
		margin: 0 0 1em;
		padding: 0 0 0.25em;
		font-size: 140%;
	}
	#event-wrap h3 span{
		font-size: 70%;
	}
	#event-wrap ul{
		text-align: left;
		width: 100%;
		overflow: hidden;
	}
	#event-wrap li{
		padding: 2px 0;
		float: none;
		width: 100%;
	}
	#event-wrap li:nth-child(2n){
		width: 100%;
	}
	#event-wrap .results{
		margin: 20px 0 0 0;
		width: 100%;
		overflow: hidden;
	}
	#event-wrap .results li{
		margin: 0;
		padding: 1%;
		width: 50%;
		float: left;
		font-size: 0;
		line-height: 0;
	}
	#event-wrap .results li img{
		width: 100%;
		height: auto;
	}



	#event-wrap .nighter{
		margin: 20px auto;
		padding: 20px;
		border: solid 4px #ddd;
		width: 100%;
		color: #c00;
		font-size: 140%;
		font-family: "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","ＭＳ Ｐ明朝","MS PMincho",serif;
	}
	#event-wrap .nighter br{
		display: block;
	}
	#event-wrap .july-event{
		width: 100%;
	}

	.concept-wrap{
		background: transparent url(../images/bg_sky.jpg) repeat-x center top;
		background-size: auto 100%;
	}
	.concept-wrap .inner{
		padding: 50px 0 0;
	}
	.concept-wrap h3 {
		font-family: "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","ＭＳ Ｐ明朝","MS PMincho",serif;
		font-size: 125%;
		font-weight: normal;
		line-height: 140%;
		margin-bottom: 80px;
		text-align: center;
	}
	.concept-wrap img{
		width: 100%;
		height: auto;
	}

	#concept_wrap {
		background-image: none;
		width: 100%;
		min-width: 100%;
		clear: both;
		padding-top: 40px;
	}
	.concept_txt {
		font-family: inherit;
		font-size: 100%;
		line-height: 180%;
		margin-bottom: 30px;
		letter-spacing: 0;
		text-shadow: none;
	}
	.concept_txt br{
		display: none;
	}



	#concept .landplan-wrap{
		width: 100%;
		overflow: hidden;
	}
	#concept .landplan-wrap h3{
		margin: 0 0 30px;
		text-align: left;
		letter-spacing: 5px;
		font-size: 150%;
	}
	#concept .landplan-wrap .fl_left p{
		margin-bottom: 1.5em;
		font-size: 80%;
	}
	#concept .landplan-wrap .fl_left{
		float: left;
		width: 100%;
	}
	#concept .landplan-wrap .fl_right{
		float: right;
		width: 100%;
	}
	#concept .landplan-wrap img{
		width: 100%;
		height: auto;
	}
	.type-wrap{
		width: 100%;
		min-width: 100%;
	}
	.type-wrap .inner{

	}
	.type-wrap img{
		width: 100%;
		height: auto;
	}
	.type-wrap h3{
		margin: 0.75em 0;
		color: #000;
		font-family: "Times New Roman", Times, serif;
		font-size: 150%;
		font-weight: normal;
		letter-spacing: 5px;
	}
	.type-wrap p{
		font-size: 80%;
		font-weight: 200;
	}
	

	#landplan{
	}
	#landplan h3{
		margin: 0 0 0.5em;
		color: #000;
		font-family: "Times New Roman", Times, serif;
		font-size: 125%;
		font-weight: normal;
		letter-spacing: 5px;
		text-align: center;
	}
	#landplan img{
		width: 100%;
		height: auto;
	}
	

	#landplan .btn-model{
		margin: 20px 0 0;
		text-align: center;
	}

	#landplan .btn-model img{
		width: 100%;
	}
	

.btn-model li{
	float: none;
	width: 100%;
}
	
	#division{
		width: 100%;
		overflow: hidden;
	}
	#division img{
		width: 100%;
		height: auto;
	}
	#division h3{
		padding: 0 0 0.5em;
		font-family: inherit;
		font-size: 185%;
		font-weight: normal;
		color: #002E00;
		letter-spacing: 8px;
		text-align: center;
	}
	#division .fl_left{
		float: none;
	}
	#division .fl_right{
		float: none;
	}
	#div_plan {
		margin-bottom: 20px;
	}
	.gray_back {
		width: 100%;
		background-color: #F1F1F1;
		clear: both;
		min-width: 100%;
	}
	.white_back {
		width: 100%;
		background-color: #FFFFFF;
		clear: both;
		min-width: 100%;
	}
	.gray_back:after,.white_back:after {
	height: 0;
	visibility: hidden ;
	content: ".";
	display: block ;
	clear: both ;
	}


	.plan-wrap{
		padding: 20px 0;
		border-top: solid 10px #E9F4FF;
	}

	#landplan .plan-wrap h3{
		margin: 0 0 20px;
		color: #255FC9;
		font-size: 36px;
		text-align: left;
		letter-spacing: 0;
	}

	.plan-wrap h3 .no{
		font-size: 20px;
		display: inline;
	}
	.plan-wrap h3 span{
		font-size: 15px;
		display: block;
	}
	.plan-wrap .plan-spec{
		font-size: 13px;
	}
	.plan-wrap .plan-img{
		margin: 30px 0;
	}
	.plan-wrap .plan-img img{
		width: 100%;
		height: auto;
	}
	.plan-wrap .plan-point{
		font-size: 16px;
	}
	.plan-wrap .plan-point li{
		margin: 1em 0 0;
	}
	.plan-wrap .plan-point li:before{
		content: '●';
		color: #255FC9;
	}


	#location_head {
		width: 100%;
		min-width: 100%;
		clear: both;
		margin-bottom: 0;
		height: auto;
		background-image: url(../images/bg_location.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: auto 150%;
	}
	#location_headmid {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		clear: both;
		height: auto;
	}
	#location_headmid br{
		display: none;
	}

	#location h3{
		font-family: "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","ＭＳ Ｐ明朝","MS PMincho",serif;
		color: #004A00;
		font-weight: 400;
		font-size: 125%;
		margin-bottom: 30px;
		text-align: center;
		line-height: 140%;
	}
	#location_headmid p {
		padding: 50px 20px 120px;
		font-family: inherit;
		font-weight: 300;
		font-size: 120%;
		line-height: 160%;
		letter-spacing: 0;
	}
	#location .inner{
		padding: 30px 15px 0;
	}
	

	.park-wrap,
	.facility-wrap,
	.aeon-wrap{
		background: none;
	}
	.clm3-wrap {
		clear: both;
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}
	.clm3-wrap li {
		margin: 0;
		padding: 0 2px;
		width: 50%;
		line-height: 1.2;
	}
	.clm3-wrap li img {
		width: 100%;
		height: auto;
	}
	.clm3-wrap li span {
		margin: 5px 0 0;
		display: block;
		font-family: inherit;
		padding-top: 0;
		clear: both;
		text-align: center;
		color: #004A00;
		font-size: 85%;
		min-height: 3em;
	}

	.clm2-wrap {
		clear: both;
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
		overflow: hidden;
	}
	.clm2-wrap li {
		float: none;
		margin: 0 0 15px;
		width: 100%;
	}
	.clm2-wrap li span {
		margin: 5px 0 0;
		display: block;
		font-family: inherit;
		padding-top: 0;
		clear: both;
		text-align: center;
		color: #004A00;
		line-height: 1.2;
		font-size: 90%;
	}
	.clm2-wrap li img{
		width: 100%;
		height: auto;
	}
	.clm2-wrap:after,.location:after {
	height: 0;
	visibility: hidden ;
	content: ".";
	display: block ;
	clear: both ;
	}




	h3.accessmap {
		font-family: "Times New Roman", Times, serif;
		color: #004A00;
		font-weight: 400;
		font-size: 200%;
		margin-bottom: 30px;
		text-align: center;
		line-height: 160%;
		letter-spacing: 10px;
	}
	#map_canvas {
		margin: 0 0 10px;
		width: 100%;
		height: 300px;
		min-width: 100%;
		clear: both;
	}
	.privacy {
		font-weight: 100;
		line-height: 160%;
		text-align: left;
		margin-bottom: 40px;
	}

	#model{
		padding-top: 0;
	}
		.model-wrap p{
		margin-bottom: 1px;
	}
	.model-wrap p img{
		width: 100%;
		height: auto;
	}


	#dn_tel {
		width: 100%;
		border-bottom: 1px solid #CCCCCC;
		border-top: 1px solid #CCCCCC;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: cener;
	}
	#dn_tel h3 {
		margin: 0 0 5px;
		padding: 10px;
		font-size: 80%;
		font-weight: 100;
		float: none;
		border: 1px solid #CCCCCC;
		text-align: center;
		line-height: 1.2;
	}
	#dn_tel address {
		color: #D00003;
		font-family: "Times New Roman", Times, serif;
		font-size: 250%;
		padding-left: 30px;
		background-image: url(../images/free_dial_red.gif);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 26px auto;
		float: none;
		margin-right: 0;
		text-align: center;
	}
	#dn_tel p {
		float: none;
		font-weight: 200;
		font-size: 80%;
		line-height: 160%;
		padding-top: 5px;
		text-align: center;
	}
	#dn_tel .call {
		margin: 10px 0;
		padding: 0.5em 0;
		border-radius: 10px;
		display: block;
		width: 100%;
		background: #d00003;
		font-weight: normal;
		font-size: 125%;
		line-height: 1;
	}
	#dn_tel .call a{
		color: #FFF;
		text-decoration: none;
	}
	#dn_tel .call i{
		font-size: 125%;
	}
	#dn_tel:after {
	height: 0;
	visibility: hidden ;
	content: ".";
	display: block ;
	clear: both ;
	}
	
	
	.pageup{
		margin: 50px 0;
		position:static;
		right:20px;
		bottom:20px;
		z-index:1000;
		text-align: center;
	}
	
	#copytxt {
		font-size: 80%;
		font-family: "Times New Roman", Times, serif;
		font-weight: 100;
		height: auto;
		width: 100%;
		min-width: 100%;
		line-height: 20px;
	}

	#footer_wrap {
		padding: 20px 0 0;
		width: 100%;
		min-width: 100%;
		clear: both;
	}
	#footer {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		height: auto;

	}
	#footlogo {
		float: none;
	}
	#footer_info {
		padding: 20px 0;
		float: none;
		width: 100%;
	}
	#footer_add {
		float: none;
		text-align: center;
		padding: 0;
		width: 100%;
	}
	#footer_add h2 {
		color: #FFFFFF;
		font-weight: 200;
		margin-bottom: 10px;
	}
	#footer_add h2 span {
		font-size: 75%;
	}
	#footer_add address {
		font-size: 75%;
	}
	#footer_tel {
		float: none;
		text-align: center;
		color: #FFFFFF;
		padding-top: 20px;
	}
	.free {
		font-family: "Times New Roman", Times, serif;
		font-size: 200%;
		background-image: url(../images/free_dial.gif);
		background-repeat: no-repeat;
		background-position: left center;
		float: none;
		padding-left: 30px;
		clear: both;
		display: inline-block;
	}
	.normal {
		clear: both;
		font-size: 75%;
	}
	#footer_wrap:after,#footer:after {
	height: 0;
	visibility: hidden ;
	content: ".";
	display: block ;
	clear: both ;
	}

	.inputarea_zip {
		width: 25%;
	}
	.inputarea_name {
		width: 100%;
	}
	.inputarea_other {
		width: 25%;
	}
	.inputarea_add {
		width: 100%;
	}
	.inputarea_txt {
		height: 150px;
		width: 100%;
	}
	.inputarea_zip,
	.inputarea_name,
	.inputarea_other,
	.inputarea_add,
	.inputarea_txt {
		background-color: #FFFFEC;
		border: 1px solid #CCCCCC;
		padding: 5px;
	}



	.preview {
		text-align: center;
		clear: both;
		display: block;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
	}
	.preview input {
		display: block;
		border-radius: 10px;
		font-weight: bold;
		color: #FFFFFF;
		width: 100%;
		background-color: #004A00;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		cursor: pointer;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.confirm {
		padding-top: 30px;
	}
	img.bnrimg {
	width: 100%;
}
	.otoshidama dd {
	font-weight: 200 !important;
	text-align: left;
	margin-bottom: 30px;
	line-height: 160%;
	color: #C70003;
	font-size: 80%;
}

	
.movie{
  position:relative;
  width:100%;
  padding-top:56.25%;
}


.movie-wrap{
	margin: 0 auto;
	width: 100%;
}
	.movie h3{
		margin: 0 0 0.5em;
		color: #000;
		font-family: "Times New Roman", Times, serif;
		font-size: 110%;
		font-weight: normal;
		text-align: center;
	}

}
