@charset "utf-8";
/* CSS Document */
/* お知らせ */
#topnews{
	background-image: url("../../img/bg01b.png");
	background-size: 1365px auto;
	background-position: center top;
	background-repeat: repeat-x;
}
#topnews .inner{
	width: 90%;
	max-width: 870px;
	margin: 0 auto;
	padding: 120px 0 80px;
}
#topnews h3{
	font-size: 30px;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	float: left;
	padding-bottom: 0;
	padding-right: 70px;
}
#topnews h3 img{
	display: block;
	margin: 0 auto 10px;
}
#topnews .boxwrap{
	color: #787878;
	font-weight: bold;
	width: calc(100% - 200px);
	float: right;
}
#topnews .boxwrap a{
	color: #787878;
	text-decoration: none;
}
#topnews .box{
	position: relative;
	padding-bottom: 10px;
}
#topnews .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;
}
#topnews h4{
	font-size: 2.1rem;
	line-height: 1.6em;
	font-weight: bold;
	background-color: #FFF;
	margin-top: 20px;
	position: relative;
	border-radius:50px;
}
#topnews a h4{
	width: 100%;
	padding: 15px 40px 15px 60px;
	transition: 0.5s; 
}
#topnews 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;
}
#topnews a:hover h4{
	padding: 20px 40px 20px 60px;
	width: 105%;
}
#topnews a:hover h4:after{
	right: 20px;
}

/* 定期講座 */
#topkouza{
}
#topkouza .inner{
	text-align: center;
	width: 90%;
	max-width: 870px;
	margin: 0 auto;
	padding: 100px 0 150px;
}
.kouzaflex{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 80px;
}
.kouzaflex .box{
	position: relative;
	color: #17A36B;
	background-color: #F5FAE1;
	width: calc((100% - 190px) / 3);
	margin-top: 40px;
	margin-right: 20px;
	padding: 0 25px 30px;
	border-radius: 24px;
	transition: 0.2s;
}
.kouzaflex .box:nth-of-type(3n){
	margin-right: 0;
}
.kouzaflex .box:hover{
	background: #F1FDBE;
	transform: scale(1.05);
}

.kouzaflex a{
	text-decoration: none;
}
.kouzaflex h5{
	font-size: 2.5rem;
	line-height: 1.6em;
	color: #000000;
	font-weight: bold;
	padding-bottom: 20px;
}
.kouzaflex h6{
color: #FFF;
  background-color: #17a36b;
	font-weight: bold;
	width: 100px;
	padding: 10px;
	margin: 0 auto 10px;
	clip-path: polygon(0 0,100% 0,92% 50%, 100% 100%,0 100%,8% 50% );
}
.kouzaflex .come{
	padding-bottom: 20px;
	font-weight: bold;
}
.baroon {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6em;
  color: #ffffff;
  position: relative;
  display: block;
width: 140px;
	margin: 0 auto -10px;
  padding: 16px;
  border-radius: 50px;
  background-color: #17a36b;
	top: -40px;
}
.baroon::after {
  content: " ";
	visibility: visible;
  position: absolute;
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 13px 7.5px 0 7.5px;
  border-color: #17a36b transparent transparent;
  translate: -50% 100%;
}
#topkouza .link{
	width: 300px;
	margin: 0 auto;
}
/* 施設紹介 */
#topfaci{
	background-image: url("../../img/bg_faci04.png");
	position: relative;
	background-position: center top;
	background-repeat: repeat-x;
	padding: 150px 0 40px;
}
#topfaci .inner{
	width: 90%;
	max-width: 1308px;
	margin: 0 auto;
	background-image: url("../../img/bg_faci05.png");
	background-position: center top;
	border-radius: 40px;
	background-size: 100% auto;
}
#topfaci .photo{
	width: 44%;
	float: left;
	padding: 40px 0 40px 4%;
}
#topfaci .photo img{
	border-radius: 40px;
}
#topfaci .box{
	width: 45%;
	float: right;
	padding:0 4% 40px 0;
	position: relative;
}
.imgtitlefaci{
	text-align: center;
	color: #FFF;
	position: relative;
	top: -40px;
	padding-bottom: 20px;
}
.imgtitlefaci h4{
	font-size: 30px;
	line-height: 1.6em;
	font-weight: bold;}
.rental{
	position: relative;
	padding-bottom: 30px;
}
.rental h5{
	text-align: center;
	position: relative;
	padding: 0;
	margin-bottom: 10px;
	z-index: 10;
}
.rental h5:after{
	content: " ";
	visibility: visible;
	width: 100%;
	height: 1px;
	background-color: #17A36B;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}
.rental h5 strong{
	font-size: 22px;
	line-height: 1.6em;
	font-weight: bold;
	color: #17A36B;
	display: inline-block;
	background-color: #E4F4E4;
	padding: 0 10px;
}
.rental ul,.free ul{
	letter-spacing: -1em;
	text-align: center;
	padding-bottom: 20px;
}
.rental li,.free li{
	letter-spacing: 0;
	display: inline-block;
	width: 130px;
	margin: 0 5px 10px;
	overflow: hidden;
	background-color: #FFF;
	border-radius: 50px;
}
.rental li a,.free li a{
	color: #787878;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 4px 0;
  background: transparent;
    z-index: 5;
  position: relative;
	transition: 0.5s;
}
.rental li a:hover,.free li a:hover{
	color: #fff;
	
}
.rental li a::before {
  content: "";
  width: 140%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20%;
  z-index: -1;
    background-color: #17A36B;
  transform-origin: 100% 50%;
  transform: skewX(60deg) scaleX(0);
  transition: transform ease .5s;
}
.rental li a:hover::before {
  transform-origin: 0% 50%;
  transform: skewX(60deg) scaleX(1);
}
.free li a::before {
  content: "";
  width: 140%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20%;
  z-index: -1;
    background-color: #FF6E92;
  transform-origin: 100% 50%;
  transform: skewX(60deg) scaleX(0);
  transition: transform ease .5s;
}
.free li a:hover::before {
  transform-origin: 0% 50%;
  transform: skewX(60deg) scaleX(1);
}
.rental .but{
	text-align: center;
}
.rental .but a{
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	color: #FFF;
	background-color: #000;
	padding: 10px 30px;
	border-radius: 50px;
}
.free{
	position: relative;
}
.free h5{
	text-align: center;
	position: relative;
	padding: 0;
	margin-bottom: 10px;
	z-index: 10;
}
.free h5:after{
	content: " ";
	visibility: visible;
	width: 100%;
	height: 1px;
	background-color: #FF6E92;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}
.free h5 strong{
	font-size: 22px;
	line-height: 1.6em;
	font-weight: bold;
	color: #FF6E92;
	display: inline-block;
	background-color: #E4F4E4;
	padding: 0 10px;
}

.modalinnner{
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
	padding: 50px 0;
}
.flagtitle_top{
	text-align: center;
	padding-bottom: 20px;
}
.flagtitle_top h4{
	font-size: 2.4rem;
	line-height: 1.6em;
color: #FFF;
	display: inline-block;
  background-color: #17a36b;
	font-weight: bold;
	padding: 10px 40px;
	margin: 0 auto 10px;
	clip-path: polygon(0 0,100% 0,92% 50%, 100% 100%,0 100%,8% 50% );
}
.flesp .flagtitle_top h4{
  background-color:#FA7A6A;
}
.photomod{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 40px;
}
.photomod .big{
	width: 49%;
	margin-right: 2%;
}
.photomod ul{
	width: 49%;
	display: flex;
	flex-wrap: wrap;
}
.photomod li{
	width: 48%;
	margin-right: 4%;
	padding-bottom: 2.7%;
}
.photomod li:nth-of-type(2n){
	margin-right: 0;
}
.boxmod {
	display: flex;
}
.boxmod .tbl02:first-of-type{
	margin-right: 20px;
}
.modalinnner .link a{
	width: 300px;
	display: inline-block;
}
.flesp .tbl02 th{
	color: #FA7A6A;
	border-bottom-color: #FA7A6A;
}
.flesp .tbl02 td{
	border-bottom-color: #FA7A6A;
}
.flesp .tbl02 tr:first-of-type th,.flesp .tbl02 tr:first-of-type td{
	border-top-color:  #FA7A6A;
}
.flesp .link a{
	background-color: #FA7A6A;
}
.flesp .link a:hover{
	background-color: #000;
}
/* インスタ */
#insta{
	background-image: url("../../img/bg_insta.png");
	background-position: top center;
}
#insta .inner{
	text-align: center;
	width: 90%;
	max-width: 870px;
	margin: 0 auto;
	padding: 100px 0 120px;
}
.js-swap.active {
  color: #fff;
  background: #000;
}