@charset "utf-8";

.spOnly {
	display: none !important;
}

body {
	position: relative;
	min-width: 1300px;
	font-size: 15px;
	font-family: 'M PLUS 1p', sans-serif;
	line-height: 1.6em;
	letter-spacing: 1px;
	*font-size: small; /* Win IE7およびWin IE6標準準拠モード向け */
	*font: x-small; /* Win IE 5-5.5､6(後方互換モード)向け */
	-webkit-font-smoothing: antialiased; /* safari chrome向け */
	color: #313131;
	background-color: #f5f2eb;
	-webkit-text-size-adjust: 100%;
	zoom: 1;
}

#Contents .cts_box h4{
	font-size: 1.2rem;
	font-weight:bolder;
	margin: 40px 0 20px 0;
}


#Contents .cts_box hr {
  margin:6% auto;
}

/* Wrap
******************************
 */

#Wrap {
	width: 100%;
	background-color: #f5f2eb;
}

/* Header
--------------------------------------*/

#HeaderWrap {
	width: 100%;
	min-width: 1300px;
	position: fixed;
	top: 0;
	left: 0;
	background:rgba(245,242,235,1.0);
	z-index: 999;
}

#header {
	overflow: hidden;
	position: relative; 
	width: 1200px;
	height: 70px;
	margin: 0 auto 35px auto;
	z-index: 999;
}

#header #logo {
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 0;
	width: 23.75%; /* 285px */
	z-index: 99;
}

#header #logo a {
	overflow: hidden;
	display: block;
	width: 100%; /* 285px */
	height: 0;
	background: url(../img/logo.png) no-repeat left top;
	background-size: 100% auto;
	padding-top: 17.192%;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

#header #logo a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* ナビ　メイン */

#header #navi ul.menu01 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 900px;
	text-align: right;
}

#header #navi ul.menu01 li {
	overflow: hidden;
	display: inline-block;
	margin-left: 50px;
}

#header #navi ul.menu01 li:nth-child(1) {
	margin-left: 0;
}

#header #navi ul.menu01 li a {
	overflow: hidden;
	color: #626262;
	font-weight: bold;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

#header #navi ul.menu01 li a:hover {
	color: #003da5;
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* 該当メイン */

#home 		#header	 #navi ul.menu01 li.mnv00 > a,
#rental_room 	#header #navi ul.menu01 li.mnv01 > a,
#rental_office 	#header #navi ul.menu01 li.mnv02 > a,
#facility 		#header #navi ul.menu01 li.mnv03 > a,
#access 		#header #navi ul.menu01 li.mnv04 > a ,
#contact 	#header #navi ul.menu01 li.mnv05 > a {
	color: #003da5;
}

/* スマホ用　サブ */

#header #navi ul.menu02 {
	display: none;
}

/* ナビ　サブ
--------------------------------------*/

#SubnaviWrap {
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	background-color: #fff;
	margin: 110px auto 0 auto;
}

.SubnaviCol {
	overflow: hidden;
	width: 1200px;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	margin: 0 auto;
}

/* パン屑 */

.SubnaviCol ul.breadcrumb {
	overflow: hidden;
	display: inline-block;
}

.SubnaviCol ul.breadcrumb li {
	overflow: hidden;
	float: left;
	font-size: 87%; /*13px*/
	font-weight: bold;
	padding: 14px 0 0 16px;
}

.SubnaviCol ul.breadcrumb li:nth-child(1) {
	margin-right: 0;
	padding-left: 32px;
}

.SubnaviCol ul.breadcrumb li:before {
	content: ">";
	color: #000;
	font-weight: normal;
	margin-right: 16px;
}

.SubnaviCol ul.breadcrumb li:nth-child(1):before {
	content: "";
	margin-right: 0;
}

.SubnaviCol ul.breadcrumb li a {
	color: #313131;
	text-decoration: underline;
}

.SubnaviCol ul.breadcrumb li a:hover {
	color: #003da5;
	font-weight: bold;
}

/* サブナビ */

.SubnaviCol ul.subnavi {
	overflow: hidden;
	display: inline-block;
	float: right;
}

.SubnaviCol ul.subnavi li {
	overflow: hidden;
	float: left;
	font-size: 94%; /*14px*/
	border-left: 1px solid #bfbfbf;

}

.SubnaviCol ul.subnavi li a {
	display: inline-block;
	color: #313131;
	text-decoration: none;
	padding: 14px 30px 12px 30px;
}

.SubnaviCol ul.subnavi li a:hover {
	background-color: #eeeeee;
}

/* 該当サブ */

#rental_room #SubnaviWrap .SubnaviCol ul.subnavi li.sn01 {
	background-color: #eeeeee;
}

#rental_room #SubnaviWrap .SubnaviCol ul.subnavi li.sn01 a {
	font-weight: bold;
}

/* コンテンツ
******************************
 */

#Contents {
	overflow: hidden;
	position: relative;
	width: 1200px;
	text-align: left;

/*	margin: -13.846% auto 0 auto; */
	margin: -18.846% auto 0 auto;
}

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

/* Title */

#TitleWrap {
	overflow: hidden;
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding-top: calc(500 / 1300 * 100%);
	/*padding: 7.692% 0 21.538% 0;*/
}

#TitleWrap h1 {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	font-size: 94%; /*14px*/
	text-align: center;
	color: #000;
	margin: 0 auto;
}

#TitleWrap h1 p.sub {
	font-size: 143%; /*20px*/
}

#TitleWrap h1 p.main {
	margin-top: 14px;
}

#TitleWrap h1 p.main span {
	position: relative;
	font-size: 357%; /*50px -14px*/
	line-height: 1.2em;
	padding: 0 60px;
}

#TitleWrap h1 p.main span:before,
#TitleWrap h1 p.main span:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 36px;
	height: 3px;
	background-color: #000;
}

#TitleWrap h1 p.main span:before {
	left: 0;
}

#TitleWrap h1 p.main span:after {
	right: 0;
}

#TitleWrap h1 p.en {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	letter-spacing: 0;
	margin-top: 5px;
}


/* midashi
------------------------------------------------------------- */
.midashi01 {
	font-size: 187%!important; /*28px*/
	font-weight:normal!important;
	overflow: visible!important;
	padding-bottom:10px;
	position: relative;
	font-size: 26px;
	text-align: center;
}

.midashi01::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background-color: #4682b4;
}

/* h2 */

h2 {
	overflow: hidden;
	/* font-size: 213%; 32px*/
	font-size: 187%; /*28px*/
	text-align: center;
	line-height: 1.2em;
	margin: 0 auto 40px auto;
	padding-bottom:20px;
	border-bottom:2px dotted #708090;
}

h2.none {
	overflow: hidden;
	/* font-size: 213%; 32px*/
	font-size: 187%; /*28px*/
	text-align: center;
	line-height: 1.2em;
	margin: 0 auto 40px auto;
	padding-bottom:0px;
	border-bottom:none;
}

h2 p {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 56%; /*32px-18px*/
	font-weight: bold;
	letter-spacing: 0;
	margin-top: 14px;
}

/* h3 */

h3 {
	overflow: hidden;
	font-size: 187%; /*28px*/
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
	margin: 0 auto 3% auto;
}

/* h4 */

h4.tab {
	overflow: hidden;
	position: relative;
	display: inline-block;
	min-width: 260px;
	font-size: 120%; /*18px*/
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
	background: linear-gradient(60deg, #003da5 0%,#12295c 90%,#fff 0);
	padding: 14px 34px 14px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* cts_box */

.cts_box {
	border-radius:6px;
	overflow: hidden;
	position: relative; 
	text-align: left;
	background-color: #fff;
	padding: 60px 50px 40px 50px;
	margin-top: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cts_box:nth-child(1) {
	margin-top: 0;
}

/* read */

.read,
.read2 a {
	font-size: 120%; /*18px*/
	font-weight: bold;
	line-height: 1.8em;
}

.read_s {
	font-size: 107%; /*16px*/
	text-align: center;
	font-weight: bold;
}

.read2{
	text-align: center;
	margin-bottom:3%;
}

.read2 a{
	color:#000;
	display-inline:block;
	text-align:center;
	border-bottom:3px solid #aaa;
	padding:0.5% 1%;
	background-color:#fff;
	font-size:90%;
}

.read2 a:hover{
	text-decoration:none;
}

/* ホーム
******************************
 */

/* Slider
--------------------------------------*/

#home #SliderWrap {
	overflow: hidden;
	width: 1200px;
	margin: 110px auto 0 auto;
}

/* PICKUP
--------------------------------------*/

.pickupCol {
	position: relative; 
	overflow: hidden;
	width: 1120px;
	text-align: left;
	background:rgba(255,255,255,0.8);
	padding: 5.357%;
	margin: -100px auto 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pickupCol .inrCol {
	overflow: hidden;
	position: relative; 
	float: left;
	width: 30%; /*300px */
	margin-right: 5%;
	cursor:pointer;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.pickupCol .inrCol a.link_all {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.pickupCol .inrCol:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	cursor:pointer;
}

.pickupCol .inrCol:nth-child(3n) {
	margin-right: 0;
}

.pickupCol .inrCol .pic {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	padding-top: 180px;
	margin-bottom: 20px;
}

.pickupCol .inrCol .pic.cat01 {
	background-image: url(../../images/pickup_p1.jpg);
}

.pickupCol .inrCol .pic.cat02 {
	background-image: url(../../images/pickup_p2.jpg);
}

.pickupCol .inrCol .pic.cat03 {
	background-image: url(../../images/pickup_p3.jpg);
}

.pickupCol .inrCol .pic p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
	font-family: 'Montserrat', sans-serif;
	font-size: 94%; /*14px*/
	font-weight: bold;
	color:#313131;
	background-color: #fbfaf7;
	padding: 14px 0;
}

.pickupCol .inrCol .pic p:after {
	content: '';
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 0;
	width: 33px;
	height: 2px;
}

.pickupCol .inrCol .pic.cat01 p:after {
	background-color: #003da5;
}

.pickupCol .inrCol .pic.cat02 p:after {
	background-color: #e60039;
}

.pickupCol .inrCol .pic.cat03 p:after {
	background-color: #22ac38;
}

.pickupCol .inrCol .txt {
	overflow: hidden;
	line-height: 1.6em;
}

.pickupCol .inrCol .txt .ttl {
	font-size: 120%; /*18px*/
	font-weight: bold;
	margin-bottom: 14px;
}

.pickupCol .inrCol a {
	color:#313131;
	text-decoration: none;
}

/* 豊橋イノベーションガーデン
--------------------------------------*/

.tigCol {
	overflow: hidden;
	width: 100%;
	margin: 100px auto 0 auto;
}

.tigCol .ttl {
	overflow: hidden;
	width: 512px;
	height: 0;
	background: url(../../images/tp_tig_ttl.png) no-repeat left top;
	padding-top: 76px;
	margin: 0 auto 40px auto;
}

.tigCol .read {
	overflow: hidden;
	width: 1200px;
	font-size: 107%; /*16px*/
	margin: 0 auto 60px auto;
}

.tigCol .btnCol {
	overflow: hidden;
	width: 100%;
}

.tigCol .btnCol li {
	overflow: hidden;
	width: 33.333%;
	float: left;
}

.tigCol .btnCol li a {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-top: calc(310 / 433 * 100%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.tigCol .btnCol li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	cursor:pointer;
}

.tigCol .btnCol li.btn01 a {
	background-image: url(../../images/tig_btn01.jpg);
}

.tigCol .btnCol li.btn02 a {
	background-image: url(../../images/tig_btn02.jpg);
}

.tigCol .btnCol li.btn03 a {
	background-image: url(../../images/tig_btn03.jpg);
}

/* セミナー・イベント情報
--------------------------------------*/

.sei_ttlCol {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: calc(400 / 1300 * 100%);
	background: url(../../images/sei_ttl_bg.jpg) center center / cover no-repeat;
	margin-top: 100px;
}

.sei_ttlCol .ttl {
	position: absolute;
	top: 22.5%;
	left: 0;
	right: 0;
	width: 1200px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}

.sei_ttlCol .ttl .mttl {
	font-size: 213%; /*32px*/
}

.sei_ttlCol .ttl .sttl {
	font-family: 'Montserrat', sans-serif;
	font-size: 120%; /*18px*/
	font-weight: bold;
	margin-top: 20px;
}

.sei_ttlCol .ttl .read {
	font-size: 107%; /*16px*/
	margin-top: 20px;
}

.seiCol {
	overflow: hidden;
	position: relative; 
	width: 1200px;
	background:rgba(255,255,255,0.8);
	padding-top: 5%;
	margin: -10.833% auto 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tp_col {
	position: relative; 
	float: left;
	width: 20.833%; /*250px*/
	margin: 0 0 6.25% 3.333%;
	cursor:pointer;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.tp_col a.link_all {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.tp_col:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	cursor:pointer;
}

.tp_col .pic {
	width: 100%;
	height: auto;
}

.tp_col .pic img {
	overflow: hidden;
	display: block;
	width: 100%;
	height: auto;
}

.tp_col .cat {
	overflow: hidden;
	position: absolute;
	top: -10px;
	left: 10px;
	width: 46.4%;
	font-family: 'Montserrat', sans-serif;
	font-size: 62.5%; /*10px*/
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.tp_col .cat.c01 {
	background-color:#e60039;
}

.tp_col .cat.c02 {
	background-color:#003da5;
}

.tp_col .txt {
	overflow: hidden;
	font-size: 94%; /*14px*/
	margin-top: 14px;
}

.tp_col .date {
	font-family: 'Montserrat', sans-serif;
	font-size: 86%; /*14px-12px*/
	font-weight: bold;
}

.tp_col .ttl {
	display: flex;
	align-items: center;
	font-size: 114%; /*14px-16px*/
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0;
}

/* お知らせ
--------------------------------------*/

.infoCol {
	overflow: hidden;
	width: 1200px;
	background-color: #fff;
	padding-top: 70px;
	margin: 90px auto 0 auto;
}

/* リスト */

.infoCol dl.newslist {
	overflow: hidden;
	width: 1080px;
	margin: 0 auto 60px auto;
}

dl.newslist dt {
	overflow: hidden;
	width: 260px;
	float:left;
	clear: left;
	border-bottom: 1px solid #c9c9c9;
	padding: 20px 10px 20px 0;
}

dl.newslist dd {
	overflow: hidden;
	font-size: 94%; /*14px*/
	border-bottom: 1px solid #c9c9c9;
	padding: 20px 10px 20px 30px;
}

dl.newslist dt .date {
	overflow: hidden;
	width: 130px;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 4px;
}

dl.newslist dt .cat {
	overflow: hidden;
	width: 120px;
	float: left;
	color:#fff;
	font-size: 80%; /*12px*/
	text-align: center;
	font-weight: bold;
	line-height: 1.2em;
	padding: 2px 0;
	margin-top: 3px;
}

dl.newslist dt .cat.c01 {
	background-color:#81511c;
}
dl.newslist dt .cat.c02 {
	color:#ff0000;
	background-color:#fff100;
}
dl.newslist dt .cat.c03 {
	background-color:#e60039;
}
dl.newslist dt .cat.c04 {
	background-color:#003da5;
}
dl.newslist dt .cat.c05 {
	background-color:#009944;
}

dl.newslist dd a {
	color: #313131;
}

dl.newslist dd a:hover {
	color: #1263ab;
	text-decoration: none;
}

/* カレンダー
--------------------------------------*/

.cal_btn {
	display: none;
}

.tp_calender {
	overflow: hidden;
	width: 1200px;
	background-color: #fff;
	padding: 5.384%;
	margin: 90px auto 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* 豊橋サイエンスコア
--------------------------------------*/

.tscCol {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: calc(400 / 1300 * 100%);
	background: url(../../images/tscCol_bg.jpg) center center / cover no-repeat;
	margin-top: 100px;
}

.tscCol .readbox {
	overflow: hidden;
	position: absolute;
	top: 9%;
	right: 3.846%;
	width: 38.461%;/*500px*/
	color: #fff;
}

.tscCol .readbox .ttl {
	overflow: hidden;
	font-size: 213%; /*32px*/
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
}

.tscCol .readbox .ttl p {
	display: block;
	font-size: 63%; /*32-20px*/
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 24px;
}

.tscCol .readbox .txt {
	overflow: hidden;
	font-weight: bold;
	line-height: 2.2em;
	margin-top: 6%;
}

.tscCol .more {
	overflow:hidden;
	text-align: right;
	margin-top: 3.846%;
}

.tscCol .more a {
	overflow:hidden;
	display: inline-block;
	color: #fff;
	line-height: 1.2em;
	font-weight: bold;
	background-image: url(../img/arw_white.png);
	background-repeat: no-repeat;
	background-position: right 6px;
	background-size: 22px 8px;
	border-bottom: 2px solid #fff;
	padding: 0 40px 10px 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.tscCol .more a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/* 貸会議室・ホール
******************************
 */

/* 施設案内（.guide）
--------------------------------------*/

#rental_room.guide 	#TitleWrap,
#rental_office.guide 	#TitleWrap,
#facility.guide 		#TitleWrap,
#access.guide 		#TitleWrap,
#contact.guide 		#TitleWrap,
#default.guide 		#TitleWrap{
	background-image: url(../../rental_room/images/guide_bg.jpg);
}


#rental_room.guide .guideCol {
	overflow: hidden;
}

#rental_room.guide .guideCol .inrCol {
	overflow: hidden;
	position: relative; 
	float: left;
	width: 30.545%; /*336px */
	margin: 6% 4.181% 0 0;
/* 	cursor:pointer; */
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

#rental_room.guide .guideCol .inrCol a.link_all {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
/* --
#rental_room.guide .guideCol .inrCol:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	cursor:pointer;
}
-- */
#rental_room.guide .guideCol .inrCol:nth-child(3n) {
	margin-right: 0;
}

#rental_room.guide .guideCol .inrCol .pic {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}
/* --
#rental_room.guide .guideCol .inrCol .pic:before {
	overflow: hidden;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 39px;
	height: 39px;
	background: url(../img/arw_sq.png) no-repeat left top;
	background-size: 39px auto;
}
-- */

#rental_room.guide .guideCol .inrCol .pic img {
	overflow: hidden;
	display: block;
	width: 100%;
	height: auto;
}

#rental_room.guide .guideCol .inrCol .txt {
	overflow: hidden;
	margin-top: 14px;
}

#rental_room.guide .guideCol .inrCol .txt .ttl {
	overflow: hidden;
	font-size: 120%; /*18px*/
	font-weight: bold;
}

#rental_room.guide .guideCol .inrCol ul.data {
	overflow: hidden;
	margin-top: 14px;
}

#rental_room.guide .guideCol .inrCol ul.data li {
	overflow: hidden;
	float: left;
	vertical-align: middle;
}

#rental_room.guide .guideCol .inrCol ul.data li:nth-child(1) {
	padding-left: 0;
}

#rental_room.guide .guideCol .inrCol ul.data li:before {
	content: '/';
	margin: 0 20px;
}

#rental_room.guide .guideCol .inrCol ul.data li:nth-child(1):before {
	content: '';
	margin: 0;
}

#rental_room.guide .guideCol .inrCol ul.data.ver02 li:nth-child(1) {
	width: 100%;
}

#rental_room.guide .guideCol .inrCol ul.data.ver02 li:nth-child(2) {
	padding-left: 0;
}

#rental_room.guide .guideCol .inrCol ul.data.ver02 li:nth-child(2):before {
	content: '';
	margin: 0;
}

/* 施設案内／共通
--------------------------------------*/

/* 主な使用用途 */

#rental_room .useCol {
	overflow: hidden;
	font-size: 120%; /*18px*/
	background-color: #eee;
	padding: 36px 70px;
}

#rental_room .useCol ul {
	overflow: hidden;
}

#rental_room .useCol ul:nth-child(1) {
	float: left;
}
#rental_room .useCol ul:nth-child(2) {
	float: right;
}

#rental_room .useCol li {
	position: relative;
	float: left;
	padding-left: 20px;
}

#rental_room .useCol li:before {
	content: '/';
	margin-right: 20px;
}

#rental_room .useCol li:nth-child(2) {
	padding-left: 0;
}

#rental_room .useCol li:nth-child(2):before {
	content: '';
	margin-right: 0;
}

#rental_room .useCol li.ttl {
	font-weight: bold;
	color: #003da5;
	padding: 0 30px 0 0 ;
}

#rental_room .useCol li.ttl:before {
	content: '';
	margin-right: 0;
}

#rental_room .useCol li.ttl:after {
	content: ':';
	position: absolute;
	display: inline-block;
	margin-left:10px;
}

/* 基本情報 */

#rental_room .biCol {
	overflow: hidden;
}

#rental_room .biCol dl.basicinfo {
	overflow: hidden;
	width: 30.545%; /*336px */
	float: left;
	font-size: 107%; /*16px*/
	margin-right: 4.181%;
}

#rental_room .biCol dl.basicinfo:nth-child(3n) {
	margin-right: 0;
}

#rental_room .biCol dl.basicinfo dt,#rental_room .biCol dl.basicinfo dd {
	padding: 16px 0;
}

#rental_room .biCol dl.basicinfo dt {
	width: 29.761%; /*100px */
	float: left;
	border-bottom: 1px solid #313131;
}

#rental_room .biCol dl.basicinfo dd {
	text-align: right;
	border-bottom: 1px solid #b5b5b5;
}

/* 平面図 */

#rental_room .drawCol {
	overflow: hidden;
	width: 580px;
	margin: 0 auto;
}

#rental_room .drawCol img {
	width: 100%;
	height: auto;
}

/* 主な設備 */

#rental_room ul.equipment {
	overflow: hidden;
	font-size: 107%; /*16px*/
	text-align: center;
}

#rental_room ul.equipment li {
	position: relative;
	display: inline-block;
	padding-left: 30px;
}

#rental_room ul.equipment li:nth-child(1) {
	padding-left: 0;
}

#rental_room ul.equipment li:before {
	content: '/';
	margin-right: 30px;
}

#rental_room ul.equipment li:nth-child(1):before {
	content: '';
	margin-right: 0;
}

/* 料金テーブル */

#rental_room table.type1 {
	width: 100%;
}

/* その他 */

#rental_room ul.etc {
	overflow: hidden;
	font-size: 107%; /*16px*/
	text-align: center;
}

#rental_room ul.etc li {
	position: relative;
	display: inline-block;
	padding-left: 30px;
}

#rental_room ul.etc li:nth-child(1) {
	padding-left: 0;
}

#rental_room ul.etc li:before {
	content: '/';
	margin-right: 30px;
}

#rental_room ul.etc li:nth-child(1):before {
	content: '';
	margin-right: 0;
}


/* 施設案内／視聴覚室（.avroom）
--------------------------------------*/

#rental_room.avroom #TitleWrap {
	background-image: url(../../rental_room/images/avroom_bg.jpg);
}


/* カレンダー
--------------------------------------*/

#rental_room.calender #TitleWrap {
	background-image: url(../../rental_room/images/calender_bg.jpg);
}

#calendar {
	overflow: hidden;
	margin: 0 auto;
}

/* 月 */

#calendar .month {
	overflow: hidden;
	margin-bottom: 20px;
}

#calendar .month li {
	overflow: hidden;
	font-size: 120%; /*18px*/
	float: left;
	font-weight: bold;
}

#calendar .month li.year-month {
	overflow: hidden;
	margin: 0 24px;
}

#calendar .month li a {
	overflow: hidden;
	display: block;
	width: 42px;
	height: 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	padding-top: 23px;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

#calendar .month li.prev a {
	background-image: url(../../common/img/prev.png);
}

#calendar .month li.next a {
	background-image: url(../../common/img/next.png);
}

#calendar .month li a:hover { 
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* テーブル */

#calendar table {
	overflow: hidden;
	width: 100%;
	border-collapse:separate;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	border-spacing: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#calendar thead {
	overflow: hidden;
}

#calendar th,
#calendar td {
	width: 14.272%;
	font-size: 80%; /*12px*/
	border-bottom: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
}

#calendar th {
	font-weight: bold;
	text-align: center;
}

#calendar td {
	height: 130px;
	vertical-align:top;
}

/* 日付 */
#calendar td .day {
	width: 100%;
	font-weight: bold;
	text-align: right;
	background-color:#eee;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#calendar td.sat .day {
	color: #00a0e9;
	background-color: #dff2fc;
}

#calendar td.holiday .day,
#calendar td.sun .day {
	color: #ff0000;
	background-color: #fef2e0;
}

#calendar td.other .day {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#calendar td.today {
	border: 2px solid #ed6941;
	background-color:#fffbc7;
}

#calendar td.today .day {
	color:#fff;
	background-color:#ed6941;
}

/* イベント */

#calendar td .evCol {
	width: 100%;
	line-height: 1.4em;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#calendar td .evCol li {
	overflow: hidden;
	display:block;
	margin-top: 10px;
}

#calendar td .evCol li:nth-child(1) {
	margin-top: 0;
}

#calendar td .evCol .time {
	display:block;
	font-weight: bold;
}

/* その他
******************************
 */

/* 注釈 */
.atsn {
	padding-left: 1em;
	line-height: 1.4em;
}

.atsn:before {
	content: "※";
	margin-left: -1em;
}

/* bar */
.bar {
	overflow: hidden;
	display: block;
	width: 66px;
	height: 2px;
	background :linear-gradient(to right,#003da5 0%, #12295c 100%);
	margin: 80px auto;
}

/* リンクボタン */
.linkbtn {
	overflow: hidden;
	text-align: right;
	clear: both;
}

.linkbtn a {
	overflow: hidden;
	width: 430px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 120%; /*18px*/
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 2px;
	background:url(../img/arw_white_s.png), linear-gradient(to right,#003da5 0%, #12295c 100%);
	background-repeat :no-repeat;
	background-position :right 6.779% center;
	padding: 2% 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.linkbtn a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* テーブル */

table.type1 {
	overflow: hidden;
	border-collapse:separate;
	border-top: 2px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	border-left: 2px solid #a0a0a0;
	border-spacing: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table.type1 th {
	font-weight: normal;
	text-align: center;
	background-color: #eee;
}

table.type1 th, table.type1 td {

	border-bottom: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;

	padding: 18px;
}

table.type1 th.sst,table.type1 td.sst {
	background-color: #f7f3ee;
}

table.type1 td {
	background-color: #fff;
}


table th.center,table td.center {
	text-align: center;
}

table th.left,table td.right {
	text-align: right;
}

table th.left,table td.left {
	text-align: left;
}

table table.type0 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table table.type0 td {
	border-collapse:collapse;
	border: none !important;
	padding: 1px;
}


/*相対文字サイズ15*/
.xx-small	{ font-size: 80%; }/*12px*/
.x-small	{ font-size: 87%; }/*13px*/
.small	{ font-size: 94%; }/*14px*/

.middle	{ font-size: 107%; }/*16px*/
.large	{ font-size: 113%; }/*17px*/
.x-large	{ font-size: 120%; }/*18px*/
.xx-large	{ font-size: 134%; }/*20px*/
.xxx-large	{ font-size: 147%; }/*22px*/


/* Footer
******************************
 */

#FooterWrap {
	overflow: hidden;
	width: 100%;
	height: 66px;
	background:linear-gradient(-90deg, #aaaaaa 50%, #bfbfbf 50%);
	margin-top: 100px;
}

#FooterWrap #footer {
	overflow: hidden;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

#footer .ft_menu_l,#footer .ft_menu_r {
	overflow: hidden;
	display: inline-block;
	padding: 25px 0 15px 0;
}

#footer ul li {
	overflow: hidden;
	float: left;
}

#footer .ft_menu_l {

}

#footer .ft_menu_l li {
	margin-left: 20px;
}

#footer .ft_menu_l li:nth-child(1) {
	margin-left: 0;
}

#footer .ft_menu_r {
	position: relative;
	background-color: #aaaaaa;

}

#footer .ft_menu_r:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 66px;
	height: 66px;
	background:linear-gradient(-60deg, #aaaaaa 50%, #bfbfbf 50%);
}

#footer .ft_menu_r li {
	margin-left: 20px;
}

#footer .ft_menu_r li:nth-child(1) {
	margin-left: 66px;
}

#footer ul li a {
	font-size: 80%; /*12px*/
	color: #313131;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

#footer ul li a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* footer_ad */

#footer_ad {
	width: 1200px;
	overflow: hidden;
	font-size: 87%; /*13px*/
	font-weight: bold;
	line-height: 2.4em;
	margin-top: 60px;
	margin: 60px auto 0 auto;
}

#footer_ad .name {
	font-size: 107%; /*14px*/
	font-weight: bold;
}

#footer_ad span {
	font-weight: bold;
}

#footer_ad .traffic {
	overflow: hidden;
	display: inline-block;
	margin-top: 10px;
}

#footer_ad .traffic a {
	overflow:hidden;
	display: block;
	color: #000;
	letter-spacing: 2px;
	font-weight: bold;
	background-image: url(../img/icn_traffic.png),url(../img/arw_black.png);
	background-position:left center,right center;
	background-repeat:no-repeat,no-repeat;
	background-size: 28px 28px,22px 8px;
	border-bottom: 2px solid #000;
	padding: 4px 40px;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

#footer_ad .traffic a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
}

/* Copyright */

.copyCol {
	overflow: hidden;
	width: 100%;
	background-color:#fff;
	padding: 40px 0;
	margin: 40px auto 0 auto;
}

.copyCol .copy {
	overflow: hidden;
	width: 1200px;
	font-family: 'Montserrat', sans-serif;
	font-size: 67%; /*10px*/
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
}

/* pagetop */

#pagetop {
	position: absolute;
	top: 0;
	right: 0;
}

#pagetop a {
	overflow: hidden;
	display: block;
	width: 66px;
	height: 0;
	background: url(../img/pagetop.png) no-repeat top left;
	background-size: 100% auto;
	padding-top: 66px;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	z-index: 999;
}

#pagetop  a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}