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

/* 共通*/

#main{
	width: 100%;
	position: relative;
	padding-top: 180px;
}
#main .photo{
	padding-bottom: 0;
}
#main h2{
	font-size: 3.4rem;
	line-height: 100px;
	font-weight: bold;
	text-align: center;
	width: 670px;
	background-color: #FFF;
	position: absolute;
	margin: 0 auto;
	bottom: -70px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 100px;
}
#main h2.newsmain{
	background-color: #6CB74B;
	color: #FFF;
}
#main h2.freemain{
	background-color: #F2A696;
	color:#FFF ;
}
#main h2.kouzamain{
	background-color: #17A36B;
	color: #FFF;
}
#main h2.eventmain{
	background-color: #32A0DC;
	color: #FFF;
}
.content .inner{
	width: 90%;
	max-width: 870px;
	margin: 0 auto;
	padding: 130px 0 80px;
}
.content .inner02{
	width: 90%;
	max-width: 870px;
	margin: 0 auto;
	padding: 0 0 80px;
}
.content .inner03{
	width: 90%;
	max-width: 880px;
	margin: 0 auto;
	padding: 100px 0 80px;
}
#access.content .inner{
	max-width: 1100px;
}
#access.content .inner02{
	max-width: 1100px;
}
#access.content .inner03{
	max-width: 1100px;
}
#contactpage.content .inner{
	max-width: 680px;
}
#contactpage.content .inner02{
	max-width: 680px;
}
#contactpage.content .inner03{
	max-width: 680px;
}
#kouzadetail.content .inner,#eventdetail.content .inner{
	max-width: 1030px;
}
#kouzadetail.content .inner02,#eventdetail.content .inner02{
	max-width:1030px;
}
.content .inner02.w1060{
	max-width: 1060px;
}
.contwhite{
	background-color: #FFF;
	text-align: center;
	top: 90px;
	position: relative;
	margin-bottom: 90px;
}
.contwhite .come{	
	font-size: 2rem;
	line-height: 2em;
	padding:50px 0;
}
.ultitle{
	text-align: center;
	padding-bottom: 80px;
}
.ultitle h4{
	font-size: 2.8rem;
	line-height: 1.6em;
	color: #FFF;
	display: inline-block;
	font-weight: bold;
	border-bottom: 6px solid;
	padding: 0 10px 10px;
}
.ultitle02{
	text-align: center;
	padding-bottom: 40px;
}
.ultitle02 h3{
	font-size: 2.8rem;
	line-height: 1.6em;
	color:#6CB84B;
	display: inline-block;
	font-weight: bold;
	border-bottom: 6px solid;
	padding: 0 10px 10px;
}
/* 西尾勤労会館とは*/
#about{
	background-image: url("../../img/about/bg.png");
	background-size: 1706px auto;
	background-position: center top;
}
.flagtitle03{
	text-align: left;
	margin-bottom: 40px;
	padding-bottom: 0;
	position: relative;
	z-index: 10;
}
.flagtitle03:after{
	visibility: visible;
	content: " ";
	width: 100%;
	height: 3px;
	position: absolute;
	background-color: #17A36B;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.flagtitle03 h3{	
	font-size: 3rem;
	line-height: 70px;
	font-weight: bold;
	display: inline-block;
	padding: 0 50px 0 30px;
	color: #FFF;
	background-color: #17A36B;
	clip-path: polygon(0 0,100% 0,94% 50%, 100% 100%,0 100% );
	position: relative;
}
.facibox{
	position: relative;
}
.facibox .box{
	width: 62%;
	float: left;
}
.facibox .photo{
	width: 31%;
	float: right;
}
.facibox .photo iframe{
	width: 100%;
	margin-bottom: 50px;
}
/* アクセス*/
#access{
	background-image: url("../../img/access/bg.png");
	background-size: 1706px auto;
	background-position: center top;
}
.flagtitle{
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 0;
	position: relative;
	z-index: 10;
}
.flagtitle:after{
	visibility: visible;
	content: " ";
	width: 100%;
	height: 3px;
	position: absolute;
	background-color: #17A36B;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.flagtitle h3{	
	font-size: 3rem;
	line-height: 70px;
	font-weight: bold;
	display: inline-block;
	padding: 0 70px;
	color: #FFF;
	background-color: #17A36B;
	clip-path: polygon(0 0,100% 0,94% 50%, 100% 100%,0 100%,6% 50% );
	position: relative;
}
.flagtitle02{
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 0;
	position: relative;
	z-index: 10;
}
.flagtitle02:after{
	visibility: visible;
	content: " ";
	width: 100%;
	height: 3px;
	position: absolute;
	background-color: #269DE1;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.flagtitle02 h3{	
	font-size: 3rem;
	line-height: 70px;
	font-weight: bold;
	display: inline-block;
	padding: 0 70px;
	color: #FFF;
	background-color: #269DE1;
	clip-path: polygon(0 0,100% 0,94% 50%, 100% 100%,0 100%,6% 50% );
	position: relative;
}
.gmap {
	padding-bottom: 30px;
}
.gmap iframe{
	width: 100%;
}
/* 講座*/
#kouza{
	background-color: #FFF;
}
#kouzadetail{
	background-image: url("../../img/school/bg.png");
	background-size: 1706px auto;
	background-position: center top;
	background-color: #17A36B;
}
.kouzabox a{
	text-decoration: none;
}
.kouzabox{
	color: #17A36B;
	padding: 0 25px 15px;
	position: relative;
}
.kouzabox .box{
	width: 46%;
	float: left;
	position: relative;
	top: -20px;
	margin-bottom: -20px;
}

.kouzabox .come{
	width: 50%;
	float: right;
	position: relative;
	padding-top: 25px;
	font-weight: bold;
}
.kouzabox h4{
	font-size: 2.5rem;
	line-height: 1.6em;
	color: #000;
	font-weight: bold;
}
.kouzabox h5{
	text-align: center;
color: #FFF;
  background-color: #17a36b;
	font-weight: bold;
	width: 100px;
	padding:6px  10px;
	margin: 10px auto 10px 0;
	clip-path: polygon(0 0,100% 0,92% 50%, 100% 100%,0 100%,8% 50% );
}
.kouzanum{
    font-size:2.2rem;
	line-height: 1.6em;
    position:relative;
    width:142px;
    background:#17A36B;
    padding:10px;
    text-align:center;
    color:#FFFFFF;
    font-weight:bold;
    border-radius:60px;
	margin-bottom: 30px;
}
.kouzanum::after{
    border: solid transparent;
    content:' ';
	visibility: visible;
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(23, 163, 107, 0);
    border-top-width:14px;
    border-bottom-width:14px;
    border-left-width:8px;
    border-right-width:8px;
	transform: translateX(-50%);
    border-top-color:#17A36B;
    top:100%;
    left:50%;
}
.kouzadetail{
	background-color: #F5FAE1;
	margin-bottom: 120px;
	padding: 70px 80px ;
	border-radius: 24px;
	position: relative;
}
.kouzadetail h3{
	font-size: 3rem;
	line-height: 1.6em;
	font-weight: bold;
	padding-bottom: 10px;
	color: #17A36B;
}
.kouzadetail .link{
	width: 300px;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
}
.kouzadetail .link a{
	background-color: #000;
}
.kouzadetail .link a:hover{
	background-color: 
#17A36B;}

.kouzadetail .box{
	width: 62%;
	float: left;
	padding-bottom: 20px;
}
.kouzaphoto{
	display: flex;
	padding-bottom: 30px;
}
.kouzaphoto li{
	margin-right: 2%;
}
.kouzaphoto li:nth-of-type(3n){
	margin-right: 0;
}

.kouzadetail .photo{
	width: 34%;
	float: right;
	padding-bottom: 20px;
}
.kouzadetail  dl{
	letter-spacing: -1em;
}
.kouzadetail  dt{
	font-size: 1.4rem;
	line-height: 1.6em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	letter-spacing: 0;
	width: 80px;
	padding: 6px 0;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 60px;
	background-color: #17A36B;
	display: inline-block;
	vertical-align: middle;
}
.kouzadetail  dd{
	font-size: 1.7rem;
	line-height: 1.6em;
	font-weight: bold;
	letter-spacing: 0;
	width: calc(100% - 90px);
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}
.flagtitle04{
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 0;
	position: relative;
	z-index: 10;
}
.flagtitle04:after{
	visibility: visible;
	content: " ";
	width: 100%;
	height: 1px;
	position: absolute;
	background-color: #17A36B;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.flagtitle04 h4{	
	font-size: 1.7rem;
	line-height: 48px;
	font-weight: bold;
	display: inline-block;
	padding: 0 30px 0 10px;
	color: #FFF;
	background-color: #17A36B;
	clip-path: polygon(0 0,100% 0,94% 50%, 100% 100%,0 100% );
	position: relative;
}
/* イベント*/
#eventdetail{
	background-image: url("../../img/event/bg.png");
	background-size: 1706px auto;
	background-position: center top;
	background-color: #32A0DC;
}
#eventdetail .kouzadetail{
	background-color: #ECF6FF;
}
#eventdetail .kouzadetail h3{
	color: #32A0DC;
}
#eventdetail .flagtitle04:after{
	background-color:#32A0DC;
}
#eventdetail .flagtitle04 h4{	
	background-color:#32A0DC;
}
#eventdetail .kouzadetail  dt{
	background-color:#32A0DC;
}
#eventdetail .kouzadetail .link a:hover{
	background-color:#32A0DC;
}
/* フリースペース*/
#freesp{
	background-image: url("../../img/freespace/bg.png");
	background-size: 1706px auto;
	background-position: center top;
	background-color: #F2A696;
}
#freesp .link a{
	background-color: #EA5A78;
}
#freesp .link a:hover{
	background-color: #000;
}
.facilist{
	display: flex;
	flex-wrap: wrap;
}
.facilist .box{
	width: 31%;
	text-align: center;
	padding-right: 3.5%;
	padding-bottom: 30px;
}
.facilist .box:nth-of-type(3n){
	padding-right: 0;
}
.facilist .photo{
	padding-bottom: 20px;
}
.facilist .photo img{
	border-radius: 16px;
}
.facilist h5{
	font-size: 2rem;
	line-height: 1.6em;
	background-color: #EAF7F6;
	padding:0px;
	border-radius: 50px;
	margin-bottom: 10px;
	overflow: hidden;
}
.facilist h5 a{
	background-color: #EAF7F6;
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #646464;
}
#freesp .facilist h5{
	font-size: 2rem;
	line-height: 1.6em;
	background-color: #FBEBE7;
	padding:0px;
	border-radius: 50px;
	margin-bottom: 10px;
	overflow: hidden;
}
#freesp .facilist h5 a{
	text-decoration: none;
	color:#414141;
	font-weight: 500;
  background: transparent;
	transition: 0.5s;
	z-index: 5;
	position: relative;
	padding: 15px;
	display: block;
}
#freesp .facilist h5 a:hover{
	color:#fff;
}
#freesp .facilist h5 a::before {
  content: "";
  width: 140%;
  height: 100%;
  position: absolute;
  top: 0;
  left:-20%;
  z-index: -1;
  background-color: #000;
  transform-origin: 100% 50%;
  transform: skewX(60deg) scaleX(0);
  transition: transform ease .3s;
}
#freesp .facilist h5 a:hover::before {
  transform-origin: -10% 50%;
  transform: skewX(60deg) scaleX(1);
}
#freesp .link a{
	background-color: #EA5A78;
}
#freesp .link a:hover{
	background-color: #000;
}
/* レンタルペース*/
#rentalsp{
	background-image: url("../../img/rentalspace/bg.png");
	background-size: 1706px auto;
	background-position: center top;
	background-color: #6CB84B;
}
.rentalflow{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 870px;
	margin: 0 auto;
	padding: 80px 0 60px;
}
.rentalflow .ultitle02{
	width: 100%;
}
.rentalflow .box{
	padding-bottom: 40px;
}
.rentalflow .num{
	font-size: 2.2rem;
	width: 36px;
	line-height: 34px;
	color: #FFF;
	background-color: #6CB84B;
	padding-bottom:2px;
	border-radius: 50px;
	font-weight: bold;
	margin:  0 auto 10px;
}
.rentalflow h4{
	font-size: 2rem;
	line-height: 1.6em;
	color: #646464;
	font-weight: bold;
}
.rentalflow h4.line1{
	padding: 15px 0;
}
.rentalflow .arrow{
	padding: 10px 10px;
}
.rentalflow h6{
font-size: 1.7rem;
	line-height: 1.6em;
		color: #6CB84B;
	font-weight: bold;
}
#rentalsp .rentalflow .link a{
	width: 380px;
	display: inline-block;
	background-color: #6CB84B;
}
#rentalsp .rentalflow .link a:hover{
}
#rentalsp .facilist h5{
	background-color:#EAF5E6;
	overflow: hidden;
	padding: 0;
	
}
#rentalsp .facilist h5 a{
	text-decoration: none;
	color:#414141;
	font-weight: 500;
  background: transparent;
	transition: 0.5s;
	z-index: 5;
	position: relative;
	padding: 15px;
	display: block;
}
#rentalsp .facilist h5 a:hover{
	color:#fff;
}
#rentalsp .facilist h5 a::before {
  content: "";
  width: 140%;
  height: 100%;
  position: absolute;
  top: 0;
  left:-20%;
  z-index: -1;
  background-color: #000;
  transform-origin: 100% 50%;
  transform: skewX(60deg) scaleX(0);
  transition: transform ease .3s;
}
#rentalsp .facilist h5 a:hover::before {
  transform-origin: -10% 50%;
  transform: skewX(60deg) scaleX(1);
}
.b-g .link a{
	width: 380px;
	display: inline-block;
}
.b-g .link a{
	background-color: #000;
}
.b-g .link a:hover{
}
.b-g .link a::before {
  background-color: #17A36B;
}

#bihin{
	background-image: url("../../img/rentalspace/bg02.png");
	background-size: 1706px auto;
	background-position: center top;
	background-color: #6EC8BE;
}
#bihin .facilist h5{
	background-color:#EAF7F6;
}
.captitle{
	font-size: 1.7rem;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}
.captitle img{
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}
.smallcap{
	font-size: 1.4rem;
	line-height: 1.6em;
}
.rentalcap{
	color: #C1272D;
	font-weight: bold;
}
.rentalcap li{
	margin-left: 20px;
	text-indent: -20px;
	list-style-type:none!important;
	padding-bottom: 4px;
}
.rentalcap li:before {
	content: "・";
	padding-right: 5px;
}
#bihin .link a {
	font-size: 2rem;
	line-height:37px;
	letter-spacing: 0.2em;
	width: 300px;
	display: inline-block;
	background-color:  #000;
} 
#bihin .link a img{
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
	padding-bottom: 4px;
}
#bihin .link a:hover{
	background-color: #13665D;
}
#bihin .link a:after{
	display: none;
}
/* 新着情報 */
#newspage{
	background-image: url("../../img/news/bg.png");
	background-size: 1706px auto;
	background-position: center top;
	background-color: #6CB74B;
}
.newswrap{
	color: #787878;
	font-weight: bold;
}
.newswrap a{
	color: #787878;
	text-decoration: none;
}
.newswrap .box{
	position: relative;
	padding-bottom: 50px;
}
.newswrap .date{
	line-height: 1.8em;
	text-align: center;
	background-color: #FEE25B;
	width: 130px;
	padding: 0;
	border-radius: 30px;
	position: absolute;
	top: -20px;
	z-index: 10;
}
.newswrap h4{
	font-size: 2.1rem;
	line-height: 1.6em;
	font-weight: bold;
	background-color: #FFF;
	padding: 15px 40px 15px 60px;
	margin-top: 20px;
	position: relative;
	border-radius:50px; 
}
.newswrap h4:after{
	content: " ";
	visibility: visible;
	background-image: url("../../img/arrow.png");
	background-size: cover;
	width: 18px;
	height: 17px;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	transition: 0.5s;
}
.newswrap a:hover h4:after{
	right: 20px;
}
.newsdetail{
	background-color: #F1FFEB;
	padding: 70px 80px ;
	border-radius: 24px;
}
.newsdetail h3{
	font-size: 3rem;
	line-height: 1.6em;
	font-weight: bold;
	padding-bottom: 10px;
	color: #6CB74B;
}
.newsdetail .link{
	width: 300px;
	margin: 0 auto 10px;
}
.newsdetail .date{
	line-height: 1.8em;
	text-align: center;
	background-color: #FEE25B;
	width: 130px;
	padding: 0;
	border-radius: 30px;
	margin-bottom: 20px;
}
/* お問い合わせ*/
#contactpage{
	background-image: url("../../img/contact/bg.jpg");
	background-size: 1706px auto;
	background-position: center top;
}
.contactwrap{
	position: relative;
	padding-bottom: 100px;
	color: #008241;
}
.contactwrap h3{
	font-size: 2.4rem;
	line-height: 1.6em;
	text-align: center;
	background-color: #17A36B;
	color: #FFF;
	padding: 20px;
	border-radius: 40px 40px 0 0 ;
}
.contactwrap .box{
	padding: 20px 60px;
	border: 1px solid #17A36B;
	border-radius: 0 0 40px 40px;
}
.contactwrap label{
	padding-bottom: 20px;
	display: block;
}
.contactwrap h4{
	font-size: 2rem;
	line-height: 1.6em;
	font-weight: bold;
	color: #008241;
}
.hissu{
	font-size: 1.4rem;
	line-height: 1.6em;
	color: #FFF;
	display: inline-block;
	padding:0px 10px;
	margin-right: 10px;
	background-color: #FF6C00;
	border-radius: 30px;
	vertical-align: middle;
}
.submit{
	font-size: 2rem;
	color: #FFF;
	font-weight: bold;
	width: 300px;
	margin: 0 auto;
	display: block;
	background-color: #17A36B;
border:none;
	padding: 20px;
	border-radius: 50px;
	transition: 0.5s;
}
.submit:hover{
	background-color: #000;
}
.contactwrap .telnum{
	font-size: 4rem;
	line-height: 1.6em;
	font-weight: bold;
	padding-bottom: 0;
}
