@charset "UTF-8";
@charset "utf-8";

/* ---------------------------------------------- */
/* 個別ページCSS */
/* ---------------------------------------------- */

.mgnb20{ margin-bottom:20px;
}

.btn {
	font-size: 14px;
	margin-right: 15px;
    padding-top: 
    font-size: 14px;
	width: auto;
	padding: 10px 40px;
	border: 1px solid #DCDCDC;
	border-radius: 5px 5px 5px 5px ;
	-webkit-border-radius: 5px 5px 5px 5px ;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px 5px 5px 5px ;   /* Firefox用 */
	cursor: pointerdialog
    border: 1px solid #DDD;
    color:#FFF;
}
.b_brown {
    cursor: pointer;
	background: -moz-linear-gradient(top, #4c2100 0%, #331600 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c2100), color-stop(100%,#331600)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4c2100 0%,#331600 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4c2100 0%,#331600 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4c2100 0%,#331600 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4c2100 0%,#331600 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c2100', endColorstr='#331600',GradientType=0 ); /* IE6-8 */
}
.b_brown_b {
    cursor: pointer;
	background: -moz-linear-gradient(top, #BA6A00 0%, #4A1904 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BA6A00), color-stop(100%,#4A1904)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #BA6A00 0%,#4A1904 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #BA6A00 0%,#4A1904 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #BA6A00 0%,#4A1904 100%); /* IE10+ */
	background: linear-gradient(to bottom, #BA6A00 0%,#4A1904 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BA6A00', endColorstr='#4A1904',GradientType=0 ); /* IE6-8 */
}

/*　トップ */
.contents_middle{ width: 980px; margin:auto; padding:0px 0px 0px 0px;}
.contents_bottom{ margin:auto;  width: 980px; padding: 30px 0px 32px 0px;}

.animation_image{ width:699px; float:left; border: 1px solid #E3E3E3;}
.events_list{ text-align: left;width: 237px; float:right; margin-left: 10px; margin-top:5px;}

.events_list h1 { height: 17px; font-size:14px; color:#3F1912; font-weight:bold; margin:0px; padding: 7px 0px 10px 40px; line-height:150%; background:url(../img/cmn/icon01.png) no-repeat;}
.events_list li { padding:10px; border-bottom:1px dotted #ccc;}
.events_list dl { font-size: 12px; line-height:16px;}
.events_list dl .title { font-weight:bold; color:#555555;}
.events_list dl .date { color:#00799A; padding:0px 0px 5px 0px;}

.btn_list{ width:110px; height:25px; margin:auto; padding: 14px 0px 0px 0px; font-size:12px; text-align:center;}
.btn_list a{ display:block; width:110px; height:18px; padding:7px 0px 0px 0px; color:#FFFFFF; background:url(../img/cmn/btn01.gif) no-repeat;}
.btn_list a:hover{ color:#cccccc;}

.top_FB{ width: 303px; height: 506px; float:left; margin-left: 13px; background-color: #FFF; border:solid 1px #E2E2E2; padding: 3px 0px 0px 4px;
 -webkit-border-radius: 4px;  /* Safari,Google Chrome */
 -moz-border-radius: 4px;      /* Firefox12まで */
 border-radius: 4px;           /* Firefox13以降 */
}
.top_Tw{ width: 300px; height: 506px; float:left; margin-left: 15px; background-color:#fff; /* border:solid 1px #E2E2E2; */ padding: 0px 0px 0px 0px;}
.top_news{ width: 300px; height: 500px; float:left; margin-left: 15px; background-color:#fff; border: solid 1px #E2E2E2; padding: 9px  0px 0px 0px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.top_news .scroll_area {height: 462px;overflow:scroll;}
.top_news_title{
	padding-left: 32px;
	padding-bottom: 9px;
	font: normal bold normal 15px/16px "Helvetica Neue",Arial,sans-serif;
	border-bottom: 1px #E2E2E2 solid;
	background: url(../img/cmn/icon04_s.png) no-repeat;
	background-position-x: 10px;
}

.box_news { font-size:12px; line-height:18px; margin:0px 10px 0px 10px; padding:15px 0px 15px 0px; border-bottom:1px dotted #ccc;}
.box_news .date { margin:0px; padding:0px;}
.box_news .category { font-weight:bold; background-color:#F3C008; margin-left:20px; padding:4px 7px 2px 7px;}
.box_news .title { margin-top:5px; font-weight: bold;}
.box_news .contents { margin-top:5px; font-weight: nomal;}
.event_join {line-height: 23px;font-size: 14px;}

/*　スポンサー一覧 */
#banner{ background-color:#FFFFFF; width: 940px; margin-left: 13px; padding: 30px 0px 20px 0px;
	-webkit-box-shadow: 0 0px 2px #ccc;
	-moz-box-shadow: 0 0px 2px #ccc;
	box-shadow: 0 0px 2px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.ttl01{ text-align:center; height:51px; padding:40px 0px 0px 0px; background:url(../img/partner/bg_icon01.png) no-repeat center; font-size:16px; color:#3F1912; font-weight:bold;}
.ttl02{ text-align:center; height:51px; padding:40px 0px 0px 0px; background:url(../img/partner/bg_icon02.png) no-repeat center; font-size:16px; color:#3F1912; font-weight:bold;}
.ttl03{ text-align:center; height:51px; padding:40px 0px 0px 0px; background:url(../img/partner/bg_icon03.png) no-repeat center; font-size:16px; color:#3F1912; font-weight:bold;}
.ttl04{ text-align:center; height:51px; padding:40px 0px 0px 0px; background:url(../img/partner/bg_icon04.png) no-repeat center; font-size:16px; color:#3F1912; font-weight:bold;}
.ttl05{ text-align:center; height:51px; padding:40px 0px 0px 0px; background:url(../img/partner/bg_icon05.png) no-repeat center; font-size:16px; color:#3F1912; font-weight:bold;}
.ttl06{ text-align:center; height:51px; padding:40px 0px 0px 0px; background:url(../img/partner/bg_icon06.png) no-repeat center; font-size:16px; color:#3F1912; font-weight:bold;}
.ttl07{ text-align:center; height:51px; padding:40px 0px 0px 0px; background:url(../img/partner/bg_icon07.png) no-repeat center; font-size:16px; color:#3F1912; font-weight:bold;}


.partner{ width: 845px; padding: 20px 0px 0px 60px;}
.partner li{ display: block; float: left; width: 270px; margin-bottom: 30px; text-align: center;}

.partner02{ width:900px; padding:20px 0px 0px 0px; margin-bottom: 27px; text-align:center;}

.border_none {
	margin: auto;
	line-height: 0;
	width: 284px;
	height: 358px;
	overflow: hidden;
	position: relative;
}
.border_none iframe{
    position:relative;
    left:-1px;
    top: -1px;
}

iframe.twitter-timeline .timeline{ border:10px;}




/*　イベントページ  */

.contents_event {
	padding:20px 0px 20px 0px; 
    width: 900px;
    margin: auto;
}

.contents_event h2{ width:902px; height:30px; border-bottom:#3F1912 1px dotted; font-size:16px; color:#3F1912; font-weight:bold; padding:10px 0px 0px 0px; margin-bottom:20px;}

.contents_event p{ font-size: 17px; color:#666666;}

.event_future {
	float: left;
	width: 441px;
	height: 260px;
	border: 1px solid #E2E2E2;
	margin-bottom: 20px;
	margin-right: 7px;
	background-color: #FFF;
}
.event_future .title {width: 423px;height: 70px;display: table-cell;background-color: #333;padding-right: 8px;padding-left: 10px;vertical-align: middle;letter-spacing: 0.08em;}
.event_future .title p {display: inline-block;text-align: left;color: #FFF;font-size: 17px;line-height: 26px;}
.event_future  p.sub_title_name {margin-top: 5px;text-align: left;font-size: 10px;line-height: 15px;letter-spacing: 0.01em;height: 45px;}
.event_future .discription {float: left;width: 235px;height: 194px;margin-left: 10px;margin-right: 5px;margin-top: 11px;}
.event_future .date {width: 220px;height: 34px;}
.event_future .information {margin-left: 3px;}
.event_future .information a {margin-top: 17px;margin-left: 61px;}
.event_furure image.event_image {border: 1px solid #333;}

.event_future .date span.md {float: left;font-size: 35px;}
.event_future .date span.w {float: left;font-size: 19px;margin-top: 5px;margin-left: 0px;width: 24px;}
.event_future .date span.time {font-size: 13px;margin-top: 12px;}

.event_future .date span {float: left;font-size: 24px;margin-top: 2px;margin-right: 5px;margin-left: 5px;/* width: 97px; */}
.event_future .place {font-size: 12px;margin-top: 7px;}

#copy_event{display:none;}

a.detail_btn, a.detail_btn:visited {
	border-top: 1px solid #E78A00;
	border-right: 1px solid #E78A00;
	border-bottom: 1px solid #D37E00;
	border-left: 1px solid #E78A00;
	background-color: #F90;
	background: -webkit-linear-gradient(top, #FFF 0%, #F90 2%, #F90 50%, #E78A00 50%, #F90 100%);
	text-align: center;
	vertical-align: top;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	text-decoration: none;
}
.btn_l{
	height: 16px;
	width: 150px;
	line-height: 16px;
	font-size: 17px;
	padding: 8px;

}
.btn_s{
	height: 20px;
	width: 50px;
	line-height: 21px;
	font-size: 15px;
	padding: 4px;

}

/*　料金プラン */

.contents_plan {
	padding: 20px 0px 20px 0px;
	width: 900px;
	margin: auto;
}
#plan {width: 872px; margin: auto; padding:120px 0px 0px 0px;}
#plan_nofix {width: 872px; margin: auto; padding:50px 0px 0px 0px;}
#plan p.info{font-size: 13px; margin-top: 7px}

#price  {margin: 10px 0px 10px 0px;}
#price a.inq{
    margin-left: 10px;
    margin-right: 10px;
    border:1px solid #D6D6D6;
    display:block;
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
    /*letter-spacing: 0.15em;*/
	height:22px;
	padding:8px 0px 0px 0px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 0%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 0%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 0%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f5f5f5 0%,#e7e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-8 */
}

#price{ width:900px;border-collapse:collapse; border-spacing:0; empty-cells:show; background-color:#FCF8E7;}
#price th, #price td {vertical-align: middle;text-align: center;font-size: 12px;line-height: 16px;border: 1px solid #E2E2E2; padding: 12px 5px 10px 5px;}
#price thead th,#price tfoot th  {font-size: 14px;width: 180px;line-height: 22px;font-weight: bold;letter-spacing: 0.12em;}
#price tbody th{font-size: 13px;font-weight: bold;width: 200px;line-height: 16px;letter-spacing: 0.15em;}
#price tbody td {font-size: 13px;line-height: 16px;}
#price tfoot th,#price thead th {border-bottom: none;}
#price tfoot td,#price thead td {border-top: none;}
#price td.btn {padding: 0px 0px 7px 0px;align: center;}
#price tbody tr { background-color:#ffffff;}
#price tbody tr:hover {background-color: #cfdde6;}
#price tbody td:hover {font-weight:bolder;}

#event{ width: 900px; margin-left: 5px;margin-bottom: 15px;  border-collapse:collapse; border-spacing:0; empty-cells:show; background-color:#FCF8E7;}
#event thead th {font-size: 13px;line-height: 20px;font-weight: bold;letter-spacing: 0.12em;text-align: center}
#event th, #event td {vertical-align: middle;text-align: center;font-size: 12px;line-height: 16px;border: 1px solid #E2E2E2; padding: 12px 0px 10px 5px;}

#event tbody th{font-size: 12px;font-weight: nomal;line-height: 16px; background-color:#ffffff;}
#event tbody td {font-size: 13px;line-height: 16px;text-align: left; background-color:#ffffff;}
#event tbody td.detail {font-size: 11px;line-height: 16px;text-align: center; background-color:#ffffff;width: 70px;padding: 0;}
#event thead th {border-bottom: none;}
#event thead td {border-top: none;}


/*　施設概要 */

.contents_office {
	padding:20px 0px 20px 0px; 
    width: 900px;
    margin: auto;
}

.officemap{ width: 881px; height: 550px; text-align:center; padding:0px; margin-left: 10px; margin-bottom:30px;
 background-image: url("../img/cmn/map.jpg");}

.office_picarea{ width:902px;}

.office_picarea h2{ width:902px; height:30px; border-bottom:#3F1912 1px dotted; font-size:16px; color:#3F1912; font-weight:bold; padding:10px 0px 0px 0px;
}

#photoarea{ width:902px; margin: 0px; padding:20px 0px 0px 0px;  
}

#photoarea .smallimage { padding: 0px 13px 13px 0px; margin: 0px;
}

#photoarea .smallimage02 { padding: 0px 0px 13px 0px; margin: 0px;
}


/*　入居者・スタッフ */

.contents_staff {
	padding:20px 0px 20px 0px; 
    width: 900px;
    margin: auto;
}

.staff_picarea{ width:902px; margin:0px; padding:0px 0px 30px 0px;
}

.staff_picarea h2{ width:902px; height:30px; border-bottom:#3F1912 1px dotted; font-size:16px; color:#3F1912; font-weight:bold; padding:10px 0px 0px 0px; margin-bottom:20px;
}

.tenantlist{ width: 230px; height:272px; border:#E2E2E2 1px solid; background-color:#FFFFFF; float:left; padding: 0px 20px 0px 20px; margin-bottom: 32px; margin-right: 32px;}
.tenantlist_logo{height:140px;line-height:150px;text-align:center;}
.tenantlist_logo img{max-width: 200px;max-height: 120px;vertical-align:middle;}

.tenantlist_discription{height: 132px;}
.tenantlist h3{ color:#3F1912; line-height:18px; font-size:14px; font-weight:bold; padding:0px; margin:0px; margin-bottom:5px; height: 36px;}
.tenantlist p{ color:#3F1912; line-height:18px; font-size:12px; height: 71px;}

.tenant_icon01 { width:20px; height:20px;  margin:0px; padding:0px; * position:relative;  top:8px;  left:240px;  float: right; margin-bottom: 0px;}
.tenant_icon01 a{ display:block; width:20px; height:20px; padding:0px; margin:0px; background:url(../img/other/tenant_icon01_on.gif) no-repeat;}
.tenant_icon01 a:hover img{ filter: alpha(opacity=0); -ms-filter: alpha(opacity=0); opacity: 0.0;}


.stafflist{ width: 216px; height: 290px; border:#E2E2E2 1px solid; background-color:#FFFFFF; float:left; padding:0px; margin-bottom: 10px; margin-right: 9px;}

.stafflist_logo{ width: 216px; height: 163px; margin-top: 0px; text-align: center;}
.stafflist h3{ color:#3F1912; line-height:18px; font-size:14px; font-weight:bold; padding:10px 10px 5px 10px; margin:0px; height:20px;}
.stafflist p{ color:#3F1912; line-height: 17px; font-size: 11px; padding: 0px 10px 0px 10px; margin:0px; height: 63px;}

.staff_iconarea { width:216px; padding:10px 0px 0px 0px; margin:0px; height:20px;}
.staff_iconarea ul{ margin:0; padding:0; list-style:none;}

.staff_iconarea li.staff_icon01 { width:20px; height:20px; margin:0px; padding:0px; float:right;}
.staff_iconarea li.staff_icon01 a{ display:block; width:20px; height:20px; padding:0px; margin:0px; background:url(../img/other/staff_icon03_on.gif) no-repeat;}
.staff_iconarea li.staff_icon01 a:hover img{ filter: alpha(opacity=0); -ms-filter: alpha(opacity=0); opacity: 0.0;}

.staff_iconarea li.staff_icon02 { width:20px; height:20px; margin:0px; padding:0px; float:right; margin-right:3px;}
.staff_iconarea li.staff_icon02 a{ display:block; width:20px; height:20px; padding:0px; margin:0px; background:url(../img/other/staff_icon02_on.gif) no-repeat;}
.staff_iconarea li.staff_icon02 a:hover img{ filter: alpha(opacity=0); -ms-filter: alpha(opacity=0); opacity: 0.0;}

.staff_iconarea li.staff_icon03 { width:20px; height:20px; margin:0px; padding:0px; float:right; margin-right:3px;}
.staff_iconarea li.staff_icon03 a{ display:block; width:20px; height:20px; padding:0px; margin:0px; background:url(../img/other/staff_icon01_on.gif) no-repeat;}
.staff_iconarea li.staff_icon03 a:hover img{ filter: alpha(opacity=0); -ms-filter: alpha(opacity=0); opacity: 0.0;}


/*　メンバーページ */

.contents_member {
	padding:20px 0px 20px 0px; 
    width: 900px;
    margin: auto;
}

.member_picarea{ margin:0px; padding: 0px 0px 30px 0px;
}

.member_picarea h2{ width:902px; height:30px; border-bottom:#3F1912 1px dotted; font-size:16px; color:#3F1912; font-weight:bold; padding:10px 0px 0px 0px; margin-bottom:20px;
}

.memberlist{ width: 272px; height: 210px; border:#E2E2E2 1px solid; background-color:#FFFFFF; float:left; padding:0px; margin-bottom: 25px; margin-right: 39px;}

.memberlist_logo{width: 270px;height:161px;text-align:center;}

.memberlist_logo img{
	max-width: 240px;
	max-height: 120px;
	vertical-align:middle;
}


.member_iconarea { /* width:292px; */ padding: 0px; margin:0px; /* margin-right: 10px; */ height: 49px; background-color:#00799A;}
.member_iconarea p{ font-size: 11px; line-height: 17px; width: 260px; color:#FFFFFF; font-weight:bold; padding: 8px 0px 0px 10px; margin:0px; float:left;}
.member_icon01 { width:20px; height: 40px; margin:0px; padding-top: 0px; padding-right: 5px; float:right;}
.member_icon01 a{ display:block; width:20px; height:20px; padding:0px; margin:0px; background:url(../img/other/member_icon01_on.gif) no-repeat;}
.member_icon01 a:hover img{ filter: alpha(opacity=0); -ms-filter: alpha(opacity=0); opacity: 0.0;}


 /*--------------------------------
 スクロールリンクのリンク先位置
 ----------------------------------- */
 
.memscr01{ position:relative; top:-140px;}

 /*--------------------------------
 ----------------------------------- */


/*　お問い合わせ  */

.contents_contact {
	padding:20px 0px 20px 0px; 
    width: 900px;
    margin: auto;
}

.contents_contact h2{ width:902px; height:30px; border-bottom:#3F1912 1px dotted; font-size:16px; color:#3F1912; font-weight:bold; padding:10px 0px 0px 0px; margin-bottom:20px;}

.contents_contact p{ font-size:14px; color:#666666; font-weight:bold; padding:10px 0px 0px 0px;}

/* 使ってない　↓↓↓↓↓↓ */
#choice{ width:900px; border-collapse:collapse; border-spacing:0; empty-cells:show;}*/
#choice td { vertical-align:middle; font-size:12px; line-height:16px; padding:20px 0px 0px 0px;} 
#choice a.inq{
    margin-right: 10px;
    border:1px solid #D6D6D6;
    display:block;
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
	height:22px;
	padding:8px 0px 0px 0px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 0%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 0%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 0%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f5f5f5 0%,#e7e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-8 */
}
/* 使ってない　↑↑↑↑↑ */

#contact_menu p{
	text-align: center;
}

#dropmenu { 
	width: 900px;
	height: 190px;
	margin:auto;
	margin: 50px 0px 30px 40px;
	padding:0px;
	font-size: 16px;
	background: rgba(250, 250, 250, 1);
	margin-bottom: 400px;
}
#dropmenu li {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 30px;
	text-align: center;
	cursor:pointer;
}
#dropmenu > li {
	width: 196px;
	height: 85px;
	padding:25px 0px 0px 0px;
	margin-bottom:10px;
	margin-right: 10px;
	background: -moz-linear-gradient(top, #6B3F14 0%, #562E00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6B3F14), color-stop(100%,#562E00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6B3F14 0%,#562E00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6B3F14 0%,#562E00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6B3F14 0%,#562E00 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6B3F14 0%,#562E00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6B3F14', endColorstr='#562E00',GradientType=0 ); /* IE6-8 */
	color:#FFF;
	border:0px;
	/*border: 1px solid #DCDCDC;*/
	border-radius: 5px 5px 5px 5px ;
	-webkit-border-radius: 5px 5px 5px 5px ;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px 5px 5px 5px ;   /* Firefox用 */
}
#dropmenu li a {
	color:#FFF;
 	display: block;
 	margin: 0;
	padding: 0px 0px 0px 0px;
}
#dropmenu > li > a {
	padding: 0px;
	font-size: 20px;
	line-height: 30px;
	display:inline-block;
	vertical-align: middle;
}
#dropmenu > li:hover {
  background: #3F2100;
}

#dropmenu li:hover > a {
	color:#ffffff;
}

#dropmenu > li:hover > a {
  border-radius: 3px 3px 0 0;
}

#dropmenu li ul {
  position: absolute;
  top: 110px;
  left: -15px;
  list-style: none;
  margin: 0;
}

#dropmenu li:last-child ul {
/*  left: -100%; */
/*  width: 100%*/
}

#dropmenu li ul li{
	overflow: hidden;
	text-align: left;
	width: 198px;
	height: 0;
	background: #3F2100;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

#dropmenu li ul li a{
	padding: 10px 0px 0px 10px;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}
#dropmenu li ul li p.discription{
	color: #FFF;
	padding: 5px 9px;
	font-size: 11px;
	font-weight: normal;
}


#dropmenu li:hover ul li{
  overflow: visible;
  margin-left: 15px;
  height: 28px;
  border-top: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  padding-top: 10px;
}
#dropmenu li:hover ul li:hover{
	background: #6B3F13;
}

#dropmenu li:hover ul li:first-child{
  border-top: 1px solid #DCDCDC;
  border-radius: 5px 5px 0 0 ;
  -webkit-border-radius: 5px 5px 0 0 ;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 5px 5px 0 0 ;   /* Firefox用 */
}

#dropmenu li:hover ul li:last-child{
  border-bottom: 1px solid #DCDCDC;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 0 0 5px 5px;   /* Firefox用 */
}





.chk_shikaku{
	color: #DC143C;
}

#length{
	color:gray;
	font-size: 11px;
	margin-left: 220px;
}

#confirm_button{
	margin-top:20px;
	text-align:center; 
	margin-bottom:50px;
}

div.dialogBase{
	text-align:center; 
	vertical-align:middle;
	position: fixed;
	background-color: rgba(100,100,100,0.7);
	left:0;
	top:0;
	width: 100%;
	z-index: 10000;
}
div.dialogBase img  {
	vertical-align:middle;
}
div.dialog{
	width: 70%;
	height: 60%;
	box-shadow:2px 2px 15px #000;
	background: #fff;
	margin:40px auto;
	padding:25px;
	background: url(../img/cmn/head_bg.gif);
}

#dialog_title{
	text-align: left;
	width: 100%;
	height:28px;	
	margin-left: 10px;
	margin-top: 5px;
	line-height: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #663300;
	border-bottom:#3F1912 1px dotted;
}
#dialog_contents{
	text-align: left;
	margin: 15px;
	padding: 20px;
	line-height: 27px;
	font-size: 13px;
	max-height: 70%;
	overflow: scroll;
	background: #FFF;
	border:solid 1px #E2E2E2;
}
div.dialog .action {
	width: 100%;
	margin-top: 25px;
	text-align: center;
}

#dialog_contents span.hed{
	font-weight: bold;
}
div.dialog a.btn {
	display:inline-block;
}

.send_message_area{
	margin-top: 30px;
	margin-left: 20px;
	width: 100%;
	height: 200px;
}
.contents_contact p.contact_information{
    display: none;
    font-size: 15px;
    margin: 20px;
    padding: 20px;
    background-color: #AD0505;
    color: #FFF;
    line-height: 25px;
    font-weight: 700;
    width: 570px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari and Chrome */
    border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */ 
}
/* ==お問い合わせテーブル== */

table.input_form{
	width:600px;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	text-align:left;
	margin-bottom:20px;
	margin-top:20px;
	margin-left:20px;
	border:solid 1px #E2E2E2;
	background-color:#FFFFFF;
	}

.input_form td{ font-size:14px; color:#5A5A5A; line-height:100%; padding:2px 50px 0px 40px;}
.input_form td.hed{ width;120px; padding:20px 0px 0px 40px; font-weight:bold;}
.input_form th{ background-color:#FCF8E7; font-size:14px; color:#333333; line-height:14px; padding:17px 0px 13px 15px; border-bottom:#E2E2E2 1px solid; font-weight:bold;}
table.input_form label{ margin-right:10px; padding:0px;}
table.input_form label.chk_qa{ margin-right:15px; padding:0px;line-height:25px;}
table.input_form span{ margin-left:10px; padding:0px; color:#cc0000; font-size:10px;}

/*inputデータ*/

.daily_textarea01{ width:480px; min-height:20px; border:#cccccc solid 1px; padding:5px 5px 5px 5px;	color:#000000; font-size:14px; line-height:120%;
	/*角丸*/
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */	
}

.daily_textarea02{ width:480px; min-height:200px; border:#cccccc solid 1px; padding:5px 5px 5px 5px; color:#000000; font-size:14px; line-height:120%;
	/*角丸*/
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */	
}

.daily_textarea03{ width:480px; min-height:100px; border:#cccccc solid 1px; padding:5px 5px 5px 5px; color:#000000; font-size:14px; line-height:120%;
    /*角丸*/
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari and Chrome */
    border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */ 
}

.error{ width:636px; background-color:#FF0000; color:#FFFFFF; margin:0px; padding:10px 10px 10px 10px; line-height:150%; font-size:14px;}


/*　Q&A  */

.contents_faq {
	padding:20px 0px 20px 0px; 
    width: 900px;
    margin: auto;
}

.contents_faq h2{ width:902px; height:30px; border-bottom:#3F1912 1px dotted; font-size:16px; color:#3F1912; font-weight:bold; padding:10px 0px 0px 0px; margin-bottom:20px;}

.contents_faq p{ font-size:14px; color:#666666; font-weight:bold; padding:10px 0px 0px 0px;}

/*　mission & vision  */

.contents_mivision {
	padding:20px 0px 20px 0px; 
    width: 900px;
    margin: auto;
}


.contents_mivision .peculiarity {
	margin-left: 38px;
	font-size: 15px;
	line-height: 38px;
	margin-bottom: 13px;
}
.contents_mivision .peculiarity li{
	list-style: decimal;
}
.contents_mivision .peculiaritymap{
	margin: 30px;
}

.contents_mivision h2{ width:902px; height:30px; border-bottom:#3F1912 1px dotted; font-size:16px; color:#3F1912; font-weight:bold; padding:10px 0px 0px 0px; margin-bottom:20px;}
.contents_mivision p{ font-size: 16px; line-height: 27px; color:#666666; padding: 4px 33px 19px 19px;}
.contents_mivision p.mivi{ font-size: 22px; color:#666666; font-weight:bold; padding: 10px 0px 17px 24px;}

/*　営業終了のお知らせ　*/

.contents_message {
	padding:20px 0px 20px 0px; 
    width: 900px;
    margin: auto;
}

.contents_message h2{ width:902px; height:30px; font-size:16px; color:#3F1912; font-weight:bold; padding:10px 33px 19px 19px; margin-bottom:20px;}
.contents_message p{ font-size: 16px; line-height: 27px; color:#666666; padding: 4px 33px 19px 19px;}

p-buttonList{width:auto;margin:auto}
.p-buttonList>li:not(:last-child){margin-bottom:2rem}
.c-button{background:#3F1912;color:#ffffff;display:-ms-flexbox;display:flex;width:100%;height:3.6rem;padding:0 3.6rem;-ms-flex-align:center;align-items:center;border:0;font-family:Work Sans,Noto Sans JP,sans-serif;font-size:1.4rem;font-weight:500;color:inherit;transition:background .2s linear;outline:none;letter-spacing:.1em;cursor:pointer}
.c-button span{color:#ffffff;top:0;right:0;bottom:0;margin:auto;display: inline-block;width: 100%;text-align: center;}

/* ==ＦＡＱテーブル== */

table.faq_form{
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	text-align:left;
	margin-bottom:20px;
	}
	
.faq_form th{ font-size:14px; color: #061902; line-height:150%; padding: 20px 0px 20px 10px; font-weight:bold; vertical-align: top;text-align: left}
.faq_form td{ font-size: 16px; color: #7f0c1f; line-height:150%; padding: 5px 0px 20px 10px; font-weight:bold; vertical-align: top; border-bottom: #a4b29d 1px dotted;}


/*　アクセスページ  */

.contents_access {
	padding:20px 0px 20px 0px; 
    width: 900px;
    margin: auto;
}

.contents_access h2{ width:902px; height:30px; border-bottom:#3F1912 1px dotted; font-size:16px; color:#3F1912; font-weight:bold; padding:10px 0px 0px 0px; margin-bottom:20px;}

.contents_access p{ font-size: 14px; color: #4d4d4d; padding: 0px 0px 10px 0px;}


/*　アクセスページ  */

.contents_access {
	padding:20px 0px 20px 0px; 
    width: 900px;
    margin: auto;
}

.contents_access h2{ width:902px; height:30px; border-bottom:#3F1912 1px dotted; font-size:16px; color:#3F1912; font-weight:bold; padding:10px 0px 0px 0px; margin-bottom:20px;}

.contents_access p.address{ font-size: 15px; letter-spacing: 0.07em; color: #000; font-weight: normal; padding: 1px 0px 13px 20px; line-height: 17px;}



/*　運営会社ページ  */

.contents_company {
	padding:20px 0px 20px 0px; 
    width: 900px;
    margin: auto;
}

.contents_company h2{ width:902px; height:30px; border-bottom:#3F1912 1px dotted; font-size:16px; color:#3F1912; font-weight:bold; padding:10px 0px 0px 0px; margin-bottom:20px;}

.contents_company p{ font-size:14px; color:#666666; font-weight:bold; padding:10px 0px 0px 0px;}

/* ==運営会社テーブル== */

table.company_form{
	width: 90%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	text-align:left;
	margin-bottom:20px;
	margin-left: 18px;
	margin-top:20px;
	border: none;
	background-color: #FFF;
}

.company_form td{ font-size:14px; line-height: 24px; color:#5A5A5A; border: solid 1px #E2E2E2; padding: 20px 0px 17px 28px; font-weight:bold;}
table.company_form span{ margin-left:10px; padding:0px; color:#cc0000; font-size:10px;}
.company_form td a{ font-size: 16px;}
.company_form td a:hover{color:blue;}

/* map element */

.contents_access a {
	color: #DC143C;
	border-bottom: 1px dashed #DC143C;
}

.chosei01{
	margin-top: 20px;
}
.map_area{
	margin-bottom: 30px;
	width: 100%;
}

.contents_access_parking .airplane
{
	margin-top: 15px;
}
.map_area h3 {
	color: #330000;
}
.map_area ul {
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 50px;
	float: left;
}
.map_area iframe {
	border: 1px solid #DCDCDC;
}
.map_area a {
	font-size: 12px;
	padding: 5px;
	border: none;
}
.map_area a > span {
	line-height: 30px;
}
.map_googlemap_area{
	float: left;
	width: 300px;
	margin-right: 60px;
}
.map_area li {
	list-style: decimal;
	font-size: 13px;
	line-height: 23px;
	margin-left: 21px;
}
.contents_access_left {
	width: 325px;
	float: left;
	/* height: 392px; */
}
.contents_access_right{
	width: 570px;
	float: left;
}
.contents_access_right img{
	margin-right: 0px;	
	border: 1px solid #DCDCDC;
}
.contents_access_left p{
	line-height: 9px;
}
.contents_access_left p.dan{
	margin-left: 28px;
	margin-bottom: 3px;
	line-height: 29px;
}
.contents_access_left p.disc{
	color: #ff4500;
	font-size: 12px;
	line-height: 16px;
	margin-left: 28px;
	width: 253px;
}
.contents_access_parking{
	margin-bottom: 28px;
}
.contents_access_parking a{
	line-height: 40px;
	padding: 9px 0px 2px 0px;
}
.margin-right_0px{
	margin-right: 0px;
}
.sprite_arrow {
	background-image: url("../img/other/arrow.png");
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	margin: 0px;
	position: absolute;
}
.sprite_arrow:hover {cursor: pointer}
.map-arr-right{background-position: -4px 94px;}
.map-arr-right:hover{background-position: -4px -35px;}
.map-arr-left{background-position: -4px 125px;}
.map-arr-left:hover{background-position: -4px -4px;}
.map-arr-down{background-position: -4px 62px;}
.map-arr-down:hover{background-position: -4px -68px;}
.map-arr-up{background-position: -4px 30px;}
.map-arr-up:hover{background-position: -4px -100px;}
.pos-a{margin: 249px 0px 0px 470px;}
.pos-b{margin: 34px 0px 0px 573px;}
.pos-c{margin: 315px 0px 0px 568px;}
.pos-d{margin: 292px 0px 0px 437px;}
.pos-e{margin: 501px 0px 0px 667px;}
.pos-g{margin: 36px 0px 0px 506px;}
.pos-h{margin: 270px 0px 0px 390px;}
.pos-i{margin: 348px 0px 0px 80px;}
.pos-j{margin: 435px 0px 0px 60px;}
.pos-k{margin: 390px 0px 0px 154px;}

#youtube_area{
	margin: 0 auto;
	position: relative;
	width: 800px;
	height: 466px;
	background-color:#555;
	border:1px solid #555;
}
#mivision{
	position: relative;
	padding:40px;
}
.title_fix {
	position: fixed;
	width: 100%;
	background-color: rgba(250, 250, 250, 1);
	padding: 50px 0px 0px 15px;
	z-index: 98;
}
.title_fix div.title_area {
	margin: auto;
}
.localize_area {
	font-size: 12px;
	line-height: 12px;
	padding-left: 18px;
	padding-right: 7px;
	float: right;
	margin-top: 11px;
}
.localize_area a.on{
	font-weight: bold;	
}
.bold {
	font-weight: bold;
}
#error_400{
	width: 900px;
	margin: auto;
	padding: 30px 0px 30px 0px;
}
.contents_error{
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 40px;
}
.contents_error p {
	margin:10px;
}
.contents_error h2{
	font-size: 19px;
	margin-bottom: 20px;
}
.contents_partner {
    padding:20px 0px 20px 0px; 
    width: 900px;
    margin: auto;
}
.contents_partner h2{ width:902px; height:30px; border-bottom:#3F1912 1px dotted; font-size:20px; color:#3F1912; font-weight:bold; padding:10px 0px 0px 0px; margin-bottom:20px;}

.contents_partner p{ font-size: 18px; line-height: 22px; color:#666666; padding:10px 0px 0px 0px;}
.contents_partner p.intro{ font-size: 17px; color:#666666; font-weight:normal; padding: 20px 0px 20px 0px; line-height: 26px;}
.contents_partner p.intro a{ font-weight:bold; color: #319706;}


#program_menu li {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    padding-right: 30px;
    text-align: center;
    cursor:pointer;
}
#program_menu > li {
    width: 165px;
    height: 85px;
    padding:25px 0px 0px 0px;
    margin-bottom:10px;
    margin-right: 10px;
    background: -moz-linear-gradient(top, #6B3F14 0%, #562E00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6B3F14), color-stop(100%,#562E00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6B3F14 0%,#562E00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6B3F14 0%,#562E00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6B3F14 0%,#562E00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6B3F14 0%,#562E00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6B3F14', endColorstr='#562E00',GradientType=0 ); /* IE6-8 */
    color:#FFF;
    border:0px;
    /*border: 1px solid #DCDCDC;*/
    border-radius: 5px 5px 5px 5px ;
    -webkit-border-radius: 5px 5px 5px 5px ;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px 5px 5px 5px ;   /* Firefox用 */
}
#program_menu li a {
    color:#FFF;
    display: block;
    margin: 0;
    padding: 0px 0px 0px 0px;
}
#program_menu > li > a {
    padding: 0px;
    font-size: 20px;
    line-height: 30px;
    display:inline-block;
    vertical-align: middle;
}
#program_menu > li:hover {
  background: #3F2100;
}

#program_menu li:hover > a {
    color:#ffffff;
}

#program_menu > li:hover > a {
  border-radius: 3px 3px 0 0;
}
#confirm_button_right{
    margin-top:20px;
    text-align:right; 
    margin-bottom:50px;
}
#fun {font-size: 18px;}    
#fun h1{font-size: 40px;
        color: #172564;
        font-family: "Arial Block",
                    "Meiryo","メイリオ",
                    "Helvetica",
                    "Arial",
                    sans-serif;
        font-weight: bold;
    }
#fun h2{font-size: 22px;
        font-weight: bold;
        padding: 20px;
        border-bottom:1px solid #ccc;
        border-top:3px solid #00799A;
        margin-bottom: 20px;
        margin-top: 30px;
        background-color:#FCF8E7;
    }
#fun p{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    line-height: 25px;
}
#fun p span,.contents_partner p span {
    font-weight: bold;
    color:#A44646;
}
#fun p a{
    font-weight: bold;
    color:#469EA4;
}
#fun p a:hover{
    text-decoration: underline;
}
#fun img.fun_img_m {
    margin: 10px;
    -moz-box-shadow: 1px 0 4px #ccc;
    -webkit-box-shadow: 1px 0 4px #ccc;
    width: 766px;
}
#fun{
    width: 872px;
    margin: auto;
    padding: 60px 0px 0px 0px;
}
#socialbox{
    width: 400px;
    height: 63px;
    margin: auto;
    padding-bottom: 29px;
    padding-top: 20px;
}
#socialbox div.fix{
    float: left;
    margin-right: 10px;
}
#fun div.sendbtn{
    text-align: center;
    margin: 50px;
}
#fun div.sendbtn a.btn{
    padding: 26px;
    border-radius: 25px;
    color: #FFF;
    font-size: 25px;
}
#fun .b_brown:hover {
    background: -moz-linear-gradient(top, #9D4501 0%, #562601 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#863A00), color-stop(100%,#592700)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9D4501 0%,#562601 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9D4501 0%,#562601 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9D4501 0%,#562601 100%); /* IE10+ */
    background: linear-gradient(to bottom, #9D4501 0%,#562601 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9D4501', endColorstr='#562601',GradientType=0 ); /* IE6-8 */
}
.contents_partner p {
    font-size: 17px;
}
.contents_partner p.discription {
    color: #000;
    font-weight: bold;
}
.sponsor_menu{
    padding-bottom: 21px;
    display: inline-block;
}

/* ============================================
	FloatBox
============================================ */
#floatBox {position: absolute;z-index:10; right: 0;top: 150px;}
#floatBox dt {text-align: right;}