@charset "UTF-8";
/* CSS Document */
section.page_main{
	width:100%;
     position: relative;
}
section.page_main .notices-top-inner{
    position: absolute;
    width: 80%;
    margin:  0 10%;
}
section.page_main .notices-top-inner .notices-top{
    background: #fff;
    border: solid 1px #437030;
    padding: 0.5em;
    margin-top: 1em;
}
.notices-top-icon{
    color: #437030;
    margin-right: 0.5em;
}

/* 点滅 */
@keyframes blinking {
   0% {
   opacity: 0;
   }
   100% {
   opacity: 1;
   }
}

/* 要素にアニメーションを適用 */
.blink {
   animation: blinking 1s ease-in-out infinite alternate;
}

section.page_main img{
	width:100%;
}

section.page_read{
    position: relative;
    width: 1000px;
    /*    height: 637px;*/
    height: 537px;
    margin: 0 auto;
    color: #a2285f;
}
section.page_read .midashi{
    position: absolute;
    font-size:36px;
    font-weight: bold;
    letter-spacing: -1px;
    left: 5px;
    /*    top: 140px;*/
    top: 112px;
}
section.page_read .midashi br{
    display: none;
}
section.page_read .main_copy{
    position: absolute;
    font-size:16px;
    font-weight: bold;
    letter-spacing: -1px;
    left: 5px;
    /*    top: 200px;*/
    top: 160px;
}
/*####################*/
/*重要なお知らせ　*/
/*####################*/
.notices {
    margin-top: 65px;
    margin-bottom: 45px;
    display: flex;
    align-items: stretch;
    border: 2px solid #e00000;
}
.notices .notices_title {
    background-color: #e00000;
    color: #fff;
    font-weight: bold;
    width: 240px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
}
.notices .notices_title i {
    margin-right: 10px;
}
.notices .notices_body {
    width: calc(100% - 240px);
    padding: 20px;
}
.notices .notices_body dl {
    display: flex;
    flex-wrap: wrap;
}
.notices .notices_body dl dt {
    width: 6.5rem;
    font-weight: bold;
}
.notices .notices_body dl dd {
    width: calc(100% - 6.5rem);
    margin-bottom: 20px;
}
.notices .notices_body dl dd:last-child {
    margin-bottom: 0;
}
.notices .notices_body dl dd a {
    color: #343434;
    transition: .3s;
}
.notices .notices_body dl dd a:hover {
    color: #009E00;
}
/*####################*/
/*イベント情報*/
/*####################*/
.event {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    width: 100%;
}
.event::after {
    content: "";
    display: block;
    width: 300px;
}
.event .event_list {
    width: 300px;
    height: auto;
    margin-bottom: 20px;
    background-color: #fff;
}
.event .event_list a {
    text-decoration: none;
}
.event .event_list a:hover {
    transition: all 0.7s ease-out;
}
.event .event_list figure {
    margin: 0;
    width: 300px;
    height: 160px;
    position: relative;
    display: block;
    overflow: hidden;
}
.event .event_list figure img {
    position: absolute;
    -webkit-transition: transform 0.7s ease;
    -moz-transition: transform 0.7s ease;
    -o-transition: transform 0.7s ease;
    transition: transform 0.7s ease;
    width: 100%;
    height: auto;
    transform: scale3d(1.0, 1.0, 1.0);
    object-fit: cover;
}
.event .event_list:hover figure img {
    transform: scale3d(1.1, 1.1, 1.1);
}
.event .event_list figcaption {
    background-color: #fff;
    padding: 20px;
}
.event .event_list figcaption ul {
    position: relative;
    margin-bottom: 20px;
}
.event .event_list figcaption ul li {
    color: #343434;
    font-weight: bold;
    padding-left: 1em;
}
.event .event_list figcaption ul li::before {
    content: "";
    font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
    left: 0;
  color: #437030; 
}
.event .event_list figcaption .sub_text {
    color: #343434;
    font-size: 14px;
}
/*####################*/
/*教室ピックアップ　*/
/*####################*/
.topic_box{
    margin: 0 0 25px 0;
}
.topic_box h4{
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0 0 1.5rem 0;
}
.topic_box img{
    float: left;
    width: 310px;
    height: auto;
    margin: 0 30px 0 0;
}
.topic_box .topic_box_data{
    width:308px;
    float: left;
}
.topic_box .topic_box_data p{
    margin-bottom: 1em;
}

/*ul.btn_facility {
	position: absolute;
	top: 265px;
	left: 10px;
}
ul.btn_facility li {
	float: left;
	background: #ffffff;
	margin-right: 10px;
	box-shadow: 0 0 8px gray;
}
ul.btn_facility li:last-child {
	margin-right: 0;
}
ul.btn_facility li p {
	left: 0;
	text-align: center;
}
ul.btn_facility li p::before {
	content: "▸";
}
ul.btn_facility li a {
	display: block;
	padding: 10px;
	text-decoration: none;
}
ul.btn_facility li.center a {
	color: #30afd3;
	font-weight: bold;
}
ul.btn_facility li.park a {
	color: #9bc038;
	font-weight: bold;
}
ul.btn_facility li.parking a {
	color: #1879bd;
	font-weight: bold;
}
ul.btn_facility li a:hover {
	opacity: 0.8;
}
ul.btn_facility li a,
ul.btn_facility li a::before,
ul.btn_facility li a::after {
	-webkit-transition: all .3s;
    transition: all .3s;
}*/
/*####################*/
/*施設アイコン　*/
/*####################*/
.icon_sports{
	width: 5em;
	background-color: #30afd3;
	color:#fff;
	font-size: 0.7em!important;
	margin: 0 5px;
	padding: 2px 3px;
	display: inline-block;
	text-align: center;
}
.icon_park{
	width: 5em;
	background-color: #9bc038;
	color:#fff;
	font-size: 0.7em!important;
	margin: 0 5px;
	padding: 2px 3px;
	display: inline-block;
	text-align: center;
}
.icon_bicycle{
	width: 5em;
	background-color: #1879bd;
	color:#fff;
	font-size: 0.7em!important;
	margin: 0 5px;
	padding: 2px 3px;
	display: inline-block;
	text-align: center;
}
.icon_all{
	width: 100px;
	background-color: #CD377B;
	color:#fff;
	font-size: 0.7em!important;
	margin: 0 5px;
	padding: 2px 3px;
	display: inline-block;
	text-align: center;
}
@media screen and (min-width: 768px) {
/*####################*/
/*施設メニュー　*/
/*####################*/
.facilities {
    margin: 65px 0;
}
.facilities_list {
    display: flex;
    flex-wrap: wrap;
   justify-content: space-between;
   /*justify-content: center;*/
   gap:5px 5px;
}
.facilities_list li a {
    width: 330px;
    height: 140px;
    position: relative;
    display: flex;
    overflow: hidden;
    background-color: #437030;
}
.facilities_list li a:hover {
    opacity: 0.8;
}
.facilities_list li img {
    width: 130px;
    height: auto;
    object-fit: cover;
    margin: 0 0;
    
}
.facilities_list li p {
    color: #fff;
    font-weight: bold;
    width: 180px;
    position: absolute;
    right: 2.5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    text-align: center;
}
    
/*####################*/
/*施設ボタン　*/
/*####################*/
.top_btn_box{
	position: absolute;
	top: 265px;
	left: 35px;
	display: flex;
	margin-bottom: 0 auto;
}
.top_btn_box_l {
	background: #3A6EA7;
	border: 1px solid #fff;
	padding: 10px 10px 0 10px;
	margin-right: 20px;
}
.top_btn_box_l p.chuokouen {
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
}
ul.btn_facility {
	display: flex;
}
ul.btn_facility li {
	margin-right: 10px;
	width: 195px;
	/*box-shadow: 0 0 8px gray;*/
}
ul.btn_facility li:last-child {
	margin-right: 0;
}
ul.btn_facility li p {
	position: relative;
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: 10px;
}
ul.btn_facility li span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
}
ul.btn_facility li p a {
	color: #fff;
	text-shadow: #3A6EA7 2px 0px,  #3A6EA7 -2px 0px,
		#3A6EA7 0px -2px, #3A6EA7 0px 2px,
		#3A6EA7 2px 2px , #3A6EA7 -2px 2px,
    	#3A6EA7 2px -2px, #3A6EA7 -2px -2px,
    	#3A6EA7 1px 2px,  #3A6EA7 -1px 2px,
    	#3A6EA7 1px -2px, #3A6EA7 -1px -2px,
    	#3A6EA7 2px 1px,  #3A6EA7 -2px 1px,
    	#3A6EA7 2px -1px, #3A6EA7 -2px -1px;
}
ul.btn_facility_s li{
	background: #fff;
	border: 1px solid #3A6EA7;
	margin-bottom: 10px;
}
ul.btn_facility_s li:last-child {
	margin-bottom: 0;
}
ul.btn_facility_s li img {
	width: 69px;
	height: auto;
	margin-right: 10px;
}
ul.btn_facility_s li p {
	font-weight: bold;
}
ul.btn_facility_s li p a {
	padding: 5px;
	display: flex;
	align-items: center;
}
ul.btn_facility li a,
ul.btn_facility_s li a{
	display: block;
	text-decoration: none;
}
ul.btn_facility li a:hover,
ul.btn_facility_s li a:hover{
	opacity: 0.8;
}
ul.btn_facility li a,
ul.btn_facility li a::before,
ul.btn_facility li a::after,
ul.btn_facility_s li a,
ul.btn_facility_s li a::before,
ul.btn_facility_s li a::after{
	-webkit-transition: all .3s;
    transition: all .3s;
}
/*####################*/
/*施設情報　*/
/*####################*/
.bg_facilities_info {
    background: url("/images/bg_facilities_info.jpg") no-repeat;
    /*background-position: center;*/
    background-position: bottom;
    background-size: cover;
    padding: 60px 0;
}
.box_facilities_info {
    background-color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}
.box_facilities_info .left {
    border-right: 1px solid #ddd;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.box_facilities_info .left dl {
    display: flex;
    flex-wrap: wrap;
}
.box_facilities_info .left dl dt {
    width: 20%;
    font-weight: bold;
    color: #437030;
}
.box_facilities_info .left dl dd {
    width: 80%;
}
.box_facilities_info .right {
    width: 50%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.box_facilities_info .right .tel {
    color: #437030;
    font-size: 2.5rem;
    font-weight: bold;
    width: 100%;
}
    .box_facilities_info .right .tel span {
        display: block;
        font-size: 0.875rem;
        color: #343434;
        font-weight: normal;        
}
}
/*##############################################*/
/*##############################################*/
/*##############################################*/
/*スマートフォン想定*/
/*##############################################*/
/*##############################################*/
/*##############################################*/


@media screen and (max-width: 768px) {
section.page_read{
    /*position: relative;*/
    width: 100%;
    height: 250px;
    margin: 0 auto;
    color: #a2285f;
}   
section.page_read .midashi{
    /*position: absolute;*/
    font-size:19px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.3;
    left: 25px;
    top: 40px;
}
section.page_read .midashi br{
    display: inherit;
}
section.page_read .main_copy{
    position: absolute;
    font-size:12px;
    font-weight: bold;
    letter-spacing: -1px;
    left: 25px;
    top: 100px;
    width: 190px;
}
/*####################*/
/*重要なお知らせ　*/
/*####################*/
.notices {
    margin: 30px 0 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border: 2px solid #e00000;
}
.notices .notices_title {
    background-color: #e00000;
    color: #fff;
    font-weight: bold;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    padding: 10px 0;
}
.notices .notices_title i {
    margin-right: 10px;
}
.notices .notices_body {
    width: calc(100% - 40px);
    padding: 20px;
}
.notices .notices_body dl {
    display: flex;
    flex-wrap: wrap;
}
.notices .notices_body dl dt {
    width: 100%;
}
.notices .notices_body dl dd {
    width: 100%;
    margin-bottom: 20px;
}
.notices .notices_body dl dd:last-child {
    margin-bottom: 0;
}
/*####################*/
/*イベント情報*/
/*####################*/
.event {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    width: 100%;
}
.event .event_list {
    width: 47%;
    height: auto;
    margin-bottom: 20px;
    background-color: #fff;
}
.event .event_list a {
    text-decoration: none;
}
.event .event_list a:hover {
    transition: all 0.7s ease-out;
}
.event .event_list figure {
    margin: 0;
    width: 100%;
    height: 120px;
    position: relative;
    display: block;
    overflow: hidden;
}
.event .event_list figure img {
    position: absolute;
    -webkit-transition: transform 0.7s ease;
    -moz-transition: transform 0.7s ease;
    -o-transition: transform 0.7s ease;
    transition: transform 0.7s ease;
    width: 100%;
    height: 120px;
    transform: scale3d(1.0, 1.0, 1.0);
    object-fit: cover;
}
.event .event_list:hover figure img {
    transform: scale3d(1.1, 1.1, 1.1);
}
.event .event_list figcaption {
    background-color: #fff;
    padding: 10px;
}
.event .event_list figcaption ul {
    position: relative;
	/*
    margin-bottom: 20px;
	2022.5.24
	*/
    margin-bottom: 0;
}
.event .event_list figcaption ul li {
    color: #343434;
    font-weight: bold;
    padding-left: 1em;
}
.event .event_list figcaption ul li::before {
    content: "";
    font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
    left: 0;
  color: #437030; 
}
.event .event_list figcaption .sub_text {
    color: #343434;
    font-size: 12px;
}
/*####################*/
/*施設メニュー　*/
/*####################*/
.facilities {
    margin: 65px 0;
}
.facilities_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.facilities_list li {
    width: 100%;
    display: flex;
	margin-bottom: 2%;
}
.facilities_list li a {
    width: 100%;
    /*height: 150px;*/
    position: relative;
    display: flex;
    overflow: hidden;
    background-color: #437030;
}
.facilities_list li a:hover {
    opacity: 0.8;
}
.facilities_list li img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 0;
    
}
.facilities_list li p {
    color: #fff;
    font-weight: bold;
    width: calc(100% - 20px);
    position: absolute;
    /*right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);*/
    text-align: center;
    background-color: #437030;
    display: block;
    bottom: 0;
    padding: 10px;
}
    
    
    #footer_inner p.kanrisha {
	top: 90px;
}
#footer_inner #asf {
    top: 140px;
    }
    #footer_inner #meccs {
    top: 140px;
    }
/*####################*/
/*教室ピックアップ　*/
/*####################*/
.topic_box{
    margin: 20px 0 20px 0;
    border-bottom: dotted 1px #d6d6d6
}
.topic_box h4{
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0 0 1.5rem 0;
}
.topic_box img{
    float: none;
    width: 100%;
    height: auto;
    margin: 0 30px 0 0;
}
.topic_box .topic_box_data{
    width:310px;
    float: left;
}
.topic_box .topic_box_data p{
    margin-bottom: 1em;
}
    
    /* 2018.3.27 */
    /*ul.btn_facility {
        position: relative;
        top: auto;
        left: auto;
    }
    ul.btn_facility li {
        float: left;
        margin: 10px;
        width: 43%;
    }
    ul.btn_facility li img{
        max-width: 100%;
    }
    ul.btn_facility li:last-child {
    }
    ul.btn_facility li p {
        left: 0;
        text-align: center;
    }*/
/*####################*/
/*施設ボタン　*/
/*####################*/
.top_btn_box{
	position: absolute;
	top: 30%;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.top_btn_box_l {
	display: flex;
	/*flex-direction: row-reverse;*/
	align-items: center;
	background: #3A6EA7;
	border: 1px solid #fff;
	padding: 10px;
	margin-right: 0;
	width: 100%;
}
.top_btn_box_s {
	width: 100%;
	padding: 10px;
	}
.top_btn_box_l p.chuokouen {
	text-align: left;
	color: #fff;
	font-weight: bold;
	margin-top: 0;
	margin-right: 10px;
	font-size: 16px;
	white-space: nowrap;
}
ul.btn_facility {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
ul.btn_facility li {
	/*position: relative;
	margin-right: 10px;
	box-shadow: 0 0 8px gray;
	background: #fff;*/
	border: 1px solid #fff;
	margin-right: 0;
	margin-bottom: 10px;
	width: 100%;
}
ul.btn_facility li:last-child {
	margin-right: 0;
	margin-bottom: 0;
}
ul.btn_facility li img {
	width: 80px;
	height: auto;
	margin-right: 10px;
}
ul.btn_facility li p {
	color: #fff;
	font-weight: bold;
}
ul.btn_facility li p a {
	/*padding: 5px;*/
	display: flex;
	align-items: center;
	color: #fff;
}
ul.btn_facility_s {
	display: flex;
	flex-wrap: wrap;
	}
ul.btn_facility_s li{
	background: #fff;
	border: 1px solid #3A6EA7;
	margin-bottom: 10px;
	width: 100%;
}
ul.btn_facility_s li:last-child {
	margin-bottom: 0;
}
ul.btn_facility_s li img {
	width: 80px;
	height: auto;
	margin-right: 10px;
}
ul.btn_facility_s li p {
	font-weight: bold;
}
ul.btn_facility_s li p a {
	/*padding: 5px;*/
	display: flex;
	align-items: center;
}
ul.btn_facility li a,
ul.btn_facility_s li a{
	display: block;
	text-decoration: none;
}
ul.btn_facility li a:hover,
ul.btn_facility_s li a:hover{
	opacity: 0.8;
}
ul.btn_facility li a,
ul.btn_facility li a::before,
ul.btn_facility li a::after,
ul.btn_facility_s li a,
ul.btn_facility_s li a::before,
ul.btn_facility_s li a::after{
	-webkit-transition: all .3s;
    transition: all .3s;
}
/*ul.btn_facility {
        position: relative;
        top: auto;
        left: auto;
}
ul.btn_facility li {
		margin-right: 0;
		margin-top: 5px;
		width: 100%;
		box-shadow: none;
}
ul.btn_facility li:last-child {
        margin-bottom: 20px;
}
ul.btn_facility li img {
		float: left;
		width: 151px;
}
ul.btn_facility li p {
        left: 0;
        text-align: center;
		padding: 34px 0;
}
ul.btn_facility li p::before {
	content: "";
}
ul.btn_facility li a {
	display: block;
	padding: 0;
	text-decoration: none;
}
ul.btn_facility li.center a {
	color: #fff;
	background: #30afd3;
	font-weight: bold;
}
ul.btn_facility li.park a {
	color: #fff;
	background: #9bc038;
	font-weight: bold;
}
ul.btn_facility li.parking a {
	color: #fff;
	background: #1879bd;
	font-weight: bold;
}
*/
/*####################*/
/*施設情報　*/
/*####################*/
.bg_facilities_info {
    background: url("/images/bg_facilities_info.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0 10px 0;
}
.box_facilities_info {
    background-color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box_facilities_info .left {
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

.box_facilities_info .left dl dt {
    font-weight: bold;
    color: #437030;
}
.box_facilities_info .left dl dd {
    width: 100%;
}
.box_facilities_info .right {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.box_facilities_info .right .tel {
    color: #437030;
    font-size: 2rem;
    font-weight: bold;
    width: 100%;
}
    .box_facilities_info .right .tel span {
        display: block;
        font-size: 0.875rem;
        color: #343434;
        font-weight: normal;        
}
}
/*スマホ想定ここまで*/


/* 2021.6.30 TwitterWidget */
/* 2021.7.12 add Instagram */
.timeline-InformationCircle-widgetParent {
	background-color: #437030;
	color: #fff;
}
div.inner .instagram, div.inner .twitter,div.inner .news{
	float: left;
	width: 485px;
	margin-bottom: 2em;
}
div.inner .twitter{
	border: 1px solid #437030;
	width: 450px;
	/*
	margin-left: 20px;
	*/
	float: right;
	padding: 10px 20px 20px;
	margin-bottom: 10px;
}
div.inner .instagram{
	border: 1px solid #437030;
	width: 490px;
	float: right;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 10px;
}
div.inner .instagram a img{
	vertical-align: top;
}
div.inner .line{
	clear: right;
	border: 1px solid #437030;
	width: 490px;
	float: right;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 2em;
}
div.inner .line img{
    display:block;
    margin: 0 auto;
}
div.inner .line a img{
	vertical-align: top;
}

@media screen and (max-width: 768px) {
	div.inner .instagram,
	div.inner .news{
		float: none;
		width: calc(100% - 5px);
		margin-left:  0;
	}
	div.inner .line{
		float: none;
		width: 100%;
		margin-left:  0;
	}
	div.inner .twitter{
		float: none;
		width: calc(100% - 40px);
		margin-left:  0;
	}
	div.inner .news,
	div.inner .instagram{
		width: 100%;
	}
}
/* 2022.5.24 同じ内容っぽいのでコメントアウト
@media screen and (max-width: 768px) {
	div.inner .instagram,
	div.inner .twitter,
	div.inner .news,
	div.inner .line{
		float: none;
		width: calc(100% - 5px);
		margin-left: 0;
	}
	div.inner .news{
		width: 100%;
	}
}
*/
/* 2023.7 イベントバナー用*/

div.inner .bn{
	float: left;
	width: 485px;
	margin: 8% 0 1% 2.5%;
}
div.inner .bn img{
	margin-bottom:2.5%;
}

div.inner .bn a:hover{
	opacity:0.8;
}
div.inner .bn p.cap{
    text-align: center;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
	div.inner .bn{
		float: none;
		width: 100%;
		margin: 0;
	}
		div.inner .bn img{
		width: 100%;
		}
}