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

section.page_read{
    position: relative;
    width: 1000px;
/*    height: 200px;*/
    height: 300px;
    margin: 0 auto;
}
section.page_read h2{
    position: absolute;
    font-size: 40px;
    /*font-weight: bold;*/
    font-weight: bold;
    letter-spacing: -1px;
    left: 5px;
/*    top: 70px;*/
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #343434;
    background-color: rgba(255,255,255,0.7);
    padding: 5px 20px 10px;
}
section.page_read h2.nobg {
    background: none;
    padding: 0;
}
section.page_read span {
    font-size:16px;
    font-weight: bold;
    display: block;
}
section.page_read .h2 br{
    display: none;
}
/*section.page_read .h2_eng{
    position: absolute;
    font-size:16px;
    font-weight: bold;
    letter-spacing: -1px;
    left: 5px;*/
/*    top: 130px;
    top: 100px;
}*/

/*####################*/
/*施設紹介　*/
/*####################*/

dl.list_index4w {}

dl.list_index4w dt {
    clear: left;
    float: left;
    margin: 0 0 0.5em 0;
}

dl.list_index4w dd {
    margin: 0 0 0.5em 4.5em;
}
.ph_box{
    margin: 0 0 40px 0;
	padding-bottom: 20px;
}
.ph_box img{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 25px 0 0;
}
.ph_box .ph_box_text{
    margin: 0 0 0 240px;
}
.ph_link_box{
    float:left;
    width: 48%;
    margin: 0 0 20px 0;
}
.ph_link_box.odd{
    margin: 0 20px 20px 0;
}
.ph_link_box img{
    width: 100%;
    height: auto;
}

/*----施設配置図----*/
.shisetsu_map {
	position: relative;
	width: 650px;
	height: 938px;
}
.shisetsu_map_btn_01 {
	position: absolute;
	left: 0;
	max-width: 100%;
}
	
/*----施設概要 table----*/
table.shisetsu_tbl {
    margin: 0 0 30px 0;
}

table.shisetsu_tbl tr {}

table.shisetsu_tbl th {
	padding: 5px;
    vertical-align: top;
	font-weight: bold;
	border-bottom: #ccc 1px dotted;
}
table.shisetsu_tbl td {
	padding: 5px;
    vertical-align: top;
	text-align: left;
	border-bottom: #ccc 1px dotted;
}

table.shisetsu_tbl.w100 {
	width: 100%;
}
/*----施設固定メニュー----*/
.facilities-nav {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    display: flex;
    justify-content: center;
}
.facilities-nav-menu {
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
}
.facilities-nav-menu > li {
    border-left: 1px dotted #ccc;
    padding: 10px 20px;
    text-align: center;
    font-size: 0.875em;
}
.facilities-nav-menu > li:last-child {
    border-right: 1px dotted #ccc;
}
.facilities-nav-menu > li > a {
    display: block;
    font-weight: bold;
    color: #343434;
    transition: .3s;
    text-decoration: none;
}
.facilities-nav-menu > li > a::before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    color: #007200;
    margin-right: 5px;
}
.facilities-nav-menu > li > a:hover {
    color: #007200;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
}
/*.fixed .facilities-nav-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
    background-color: #fff;
}*/
.fixed .facilities-nav-menu > li {
    line-height: 1.5;
}
/*####################*/
/*イベント　*/
/*####################*/
.event_calendar_tbl {
	width: 100%;
	border-top: solid 1px #f0f0f0;
}

.event_calendar_tbl th {
	background-color: #f0f0f0;
	border-bottom: solid 1px #ececec;
	padding: 5px;
}

.event_calendar_tbl th.cal_day01 {
	width: 8%;
	font-size: 150%;
	font-weight: bold;
	text-align: right;
}

.event_calendar_tbl th.cal_day02{
	width: 7%;
	font-size: 90%;
	font-weight: bold;
	text-align:left;
}

.event_calendar_tbl th.cal_day03 {
	width: 7%;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	color: #0024F9;
}

.event_calendar_tbl th.cal_day04 {
	width: 7%;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	color: #FF0004;
}

.event_calendar_tbl td {
	border-bottom: solid 1px #ececec;
	padding: 5px;
}

nav.pagenation {
	position: relative;
	padding-bottom: 30px;
}

nav.pagenation a {
	color: #343434;
    text-decoration: none;
    transition: .3s;
}

nav.pagenation a:hover {
    color: #007200;
}

nav.pagenation .next,
nav.pagenation .back {
	position: absolute; 
}
nav.pagenation .next {
	right: 0;
    font-weight: bold;
	/*padding: 0 15px 0 0;
	background: url(/images/arrow_blue.png) right 50% no-repeat;*/
}
nav.pagenation .next::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    margin-left: 10px;
    color: #007200;
}
nav.pagenation .back {
	left: 0;
    font-weight: bold;
	/*padding: 0 0 0 15px;
	background: url(/images/arrow_blue_02.png) left 50% no-repeat;*/
}
nav.pagenation .back::before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    margin-right: 10px;
    color: #007200;
}
/*-----イベント アイコン-----*/
.icon_event{
	color:#fff;
	font-size: 0.8em;
	margin: 0 10px;
	padding: 2px 3px;
	display: inline-block;
	text-align: center;
}
/*----- 予定表 -----*/
ul.list_schedule_pdf {
	display: flex;
    -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #ddd 1px dotted;
}
ul.list_schedule_pdf li {
	display: flex;
	width: 48%;
}
ul.list_schedule_pdf li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
ul.list_schedule_pdf li a i {
	align-items: flex-end;
}
ul.list_schedule_pdf li.this a {
	width: 100%;
	padding: 20px;
	border: 2px solid #3aa73f;
	color: #3aa73f;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
}
ul.list_schedule_pdf li.next a {
	width: 100%;
	padding: 20px;
	border: 2px solid #e55480;
	color: #e55480;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
}
ul.list_schedule_pdf li.this a:hover {
	background: #3aa73f;
	color: #fff;
}
ul.list_schedule_pdf li.next a:hover {
	background: #e55480;
	color: #fff;
	
}
ul.list_schedule_pdf li a[href$=".pdf"] {
	background-image: none;
}
/*####################*/
/*お問合せ　*/
/*####################*/
.contact_table {
	background-color: #fff;
	margin-bottom: 1em;
	width: 100%;
	margin-top: 20px;
}

.contact_table th,
.contact_table td {
	text-align: left;
	border: 1px #dfdfdf solid;
	padding: 10px;
}

.contact_table th {
	width: 160px;
	background-color: #f0f0f0;
	font-weight: bold;
}

.contact_table td input.tex {
	width: 100%;
	border: 1px #ccc solid;
}

.contact_table td textarea {
	width: 100%;
	border: 1px #ccc solid;
}

.contact_table td .error_message {
	color: #f33;
}

p.btn {
	text-align: center;
}

p.btn input,
p.btn a {
	margin: 0 auto;
	padding-top: 0.2em;
	width: 80px;
	height: 30px;
	display: block;
	color: #fff;
	background: #3a6ea7;
	text-decoration: none;
}

.contact_tel_number {
	font-size: 24px;
	font-weight: bold;
}

/*####################*/
/*サイトマップ　*/
/*####################*/
ul.list_sitemap > li {
	padding: 10px 0;
	margin-bottom: 1em;
	font-weight: bold;
    border-bottom: 1px #ddd dashed;
}
ul.list_sitemap > li::before {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-size: 0.875rem;
    margin-right: 10px;
    color: #007200;
}
ul.list_sitemap > li > h6 {
    display: block;
}
ul.list_sitemap > li > ul {
	margin-top: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

ul.list_sitemap > li > ul > li {
	/*padding-left: 16px;*/
	margin-bottom: 0em;
	/*background: url(/images/arrow_thin_blue.png) left 0.7em no-repeat;*/
	line-height: 2em;
	font-weight: normal;
    width: 33%;
}
ul.list_sitemap > li > ul > li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-size: 0.875rem;
    margin-right: 10px;
    color: #007200;
}

ul.list_sitemap > li > ul > li > ul{
	margin: 0.5em 0;
}

ul.list_sitemap > li > ul > li > ul > li {
	padding-left: 16px;
	margin-bottom: 0em;
	background: url(/images/cir_blue.png) left no-repeat;
}

ul.list_sitemap li a {
	color: #343434;
    text-decoration: none;
    transition: .3s;
}
ul.list_sitemap li a:hover {
    color: #007200;
}

ul.cal_ul {
	margin: -25px 0 10px;
	color: #a2285f;
	font-size:75%;
	line-height: 1.5em;
}
ul.cal_ul li{
	text-indent: -1em;
	padding-left: 1em;
}
ul.cal_ul li a{
	text-decoration: none;
	color: inherit;
}

/* 追加 2018.03.06　*/
/*####################*/
/*スポーツ教室　*/
/*####################*/
/*.school_btn {
	margin-top: 60px;
}
.school_btn a {
	display: block;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	border-radius: 4px;
	background: #A2285F;
	color: #FFFFFF;
	border: #A2285F 2px solid;
	font-weight: bold;
	text-decoration: none;
}
.school_btn a:hover {
	background: #EEBBD2;
	color: #A2285F;
	border: #A2285F 2px solid;
}
.school_btn a,
.school_btn a::before,
.school_btn a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}*/
/* 通年教室 */
.school_btn_tsunen {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    border: 2px solid #FFAD46;
}
.school_btn_tsunen a {
    width: 100%;
    height: 130px;
    position: relative;
    display: flex;
    overflow: hidden;
    background-color: #FFAD46;
}
.school_btn_tsunen a:hover {
    opacity: 0.8;
}
.school_btn_tsunen img {
    width: 600px;
    height: auto;
    object-fit: cover;
    margin: 0 0;
    
}
.school_btn_tsunen p {
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    width: calc(100% - 600px);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    text-align: center;
}
/* 定期教室 */
.school_btn_teiki {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    border: 2px solid #3EADCF;
}
.school_btn_teiki a {
    width: 100%;
    height: 130px;
    position: relative;
    display: flex;
    overflow: hidden;
    background-color: #3EADCF;
}
.school_btn_teiki a:hover {
    opacity: 0.8;
}
.school_btn_teiki img {
    width: 600px;
    height: auto;
    object-fit: cover;
    margin: 0 0;
    
}
.school_btn_teiki p {
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    width: calc(100% - 600px);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    text-align: center;
}
/* 自由参加教室 */
.school_btn_free {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    border: 2px solid #66CF5A;
}
.school_btn_free a {
    width: 100%;
    height: 130px;
    position: relative;
    display: flex;
    overflow: hidden;
    background-color: #66CF5A;
}
.school_btn_free a:hover {
    opacity: 0.8;
}
.school_btn_free img {
    width: 600px;
    height: auto;
    object-fit: cover;
    margin: 0 0;
    
}
.school_btn_free p {
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    width: calc(100% - 600px);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    text-align: center;
}
/* パーソナルトレーニング */
.school_btn_pt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 1em auto 0 ;
    border: 2px solid #86e67b;
}
.school_btn_pt a {
    width: 100%;
    height: 130px;
    position: relative;
    display: flex;
    overflow: hidden;
    background-color: #86e67b;
}
.school_btn_pt a:hover {
    opacity: 0.8;
}
.school_btn_pt img {
    width: 600px;
    height: auto;
    object-fit: cover;
    margin: 0 0;
    
}
.school_btn_pt p {
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    width: calc(100% - 600px);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    text-align: center;
}
.mgt-1{
    margin-top: 1em;
}
/* 教室　トピックス */
.school_topics {
    margin: 40px 0;
}
.school_topics .school_topics_box {
    border: 1px solid #ddd;
    padding: 40px 20px 20px;
    margin-top: -40px;
}
.school_topics > h3 {
    position: relative;
    display: inline-block;
    margin: 1rem 0 1rem -10px;
    padding: 1rem 3rem;
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
    /*border-radius: 0 100vh 100vh 0;*/
    background: #007200;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}
.school_topics > h3:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-top: 10px solid #004200;
    border-left: 10px solid transparent;
}
.school_topics > h3 > i {
    margin-right: 10px;
    font-size: 1.5rem;
}
.school_topics > .text_l {
    font-size: 1.25rem;
}
/*####################*/
/*施設アイコン　*/
/*####################*/
.icon_gym{
	width: 100px;
	background-color: #3a6ea7;
	color:#fff;
	font-size: 0.7em!important;
	margin: 0 5px;
	padding: 2px 3px;
	display: inline-block;
	text-align: center;
}
.icon_baseball{
	width: 100px;
	background-color: #3aa759;
	color:#fff;
	font-size: 0.7em!important;
	margin: 0 5px;
	padding: 2px 3px;
	display: inline-block;
	text-align: center;
}
.icon_tennis{
	width: 100px;
	background-color: #3aa7a6;
	color:#fff;
	font-size: 0.7em!important;
	margin: 0 5px;
	padding: 2px 3px;
	display: inline-block;
	text-align: center;
}
.icon_other{
	width: 130px;
	background-color: #949494;
	color:#fff;
	font-size: 0.7em!important;
	margin: 0 5px;
	padding: 2px 3px;
	display: inline-block;
	text-align: center;
}
/*####################*/
/*リスト　*/
/*####################*/
.list_event {
	margin-bottom: 40px;
}
.list_event dt,
.list_event dd {
	padding: 5px 0;
	min-height: 1.5em;
}
.list_event dt {
	float: left;
	width: 20%;
	font-weight: bold;
	color: #007200;
}
.list_event dd {
	padding-left: 20%;
	border-bottom: #CFCFCF 1px dotted;
}
.list_blog {
	margin-bottom: 40px;
}
.list_blog dt,
.list_blog dd {
	padding: 5px 0;
}
.list_blog dt {
	float: left;
	width: 20%;
}
.list_blog dd {
	padding-left: 20%;
	border-bottom: #CFCFCF 1px dotted;
}
.scroll_list {
	overflow: auto;
	height: 150px;
	line-height: 1.5;
	padding: 10px 0;
}
/*----- 利用 -----*/
ul.list_riyou {
	display: flex;
    -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
ul.list_riyou li {
	display: flex;
	width: 48%;
}
ul.list_riyou li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
ul.list_riyou li a i {
	align-items: flex-start;
	margin-right: 10px;
}
ul.list_riyou li.kojin a {
	width: 100%;
	padding: 20px;
	border: 2px solid #2998E1;
	color: #2998E1;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
ul.list_riyou li.dantai a {
	width: 100%;
	padding: 20px;
	border: 2px solid #90C11C;
	color: #90C11C;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
ul.list_riyou li.kojin a:hover {
	background: #2998E1;
	color: #fff;
}
ul.list_riyou li.dantai a:hover {
	background: #90C11C;
	color: #fff;
	
}

/*####################*/
/*アクセスマップ　*/
/*####################*/
.access_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
}
.access_box iframe {
    width: 40%;
    margin-right: 20px;
}
.access_box table {
    width: 60%;
}
/*####################*/
/*背景色　*/
/*####################*/
.bg_gray,
table th.bg_gray,
table td.bg_gray {
	background: #dddddd;
}

.cont_box img{
    max-width: 100%;
	height: auto; /* 2019.1.28 */
}
/*####################*/
/* ボタン */
/*####################*/
/* 施設予約 */
.btn_yoyaku {
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn_yoyaku a {
	position: relative;
	display: block;
	width: auto;
	padding: 20px 30px 20px 60px;
	text-align: center;
	background: #fff;
	color: #3a6ea7;
	border: #3a6ea7 1px solid;
	font-weight: bold;
	text-decoration: none;
}
.btn_yoyaku a:hover {
	background: #3a6ea7;
	color: #fff;
	border: #3a6ea7 1px solid;
}

.btn_yoyaku a[target="_blank"]:after {
	position: absolute;
	content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-size: 90%;
    text-decoration: none;
	top: 5px;
	right: 5px;
}
.btn_yoyaku a::before {
	position: absolute;
	content: url(/images/pc.png);
	top: 10px;
	left: 10px;
}
.btn_yoyaku a:hover::before {
	position: absolute;
	content: url(/images/pc_on.png);
	top: 10px;
	left: 10px;
}
/* ダウンロード */
.btn_download {
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn_download a {
	position: relative;
	display: block;
	width: auto;
	padding: 20px 30px 20px 60px;
	text-align: center;
	background: #fff;
	color: #3a6ea7;
	border: #3a6ea7 1px solid;
	font-weight: bold;
	text-decoration: none;
}
.btn_download a:hover {
	background: #3a6ea7;
	color: #fff;
	border: #3a6ea7 1px solid;
}

.btn_download a[target="_blank"]:after {
	position: absolute;
	content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-size: 90%;
    text-decoration: none;
	top: 5px;
	right: 5px;
}
.btn_download a::before {
	position: absolute;
	content: url(/images/download.png);
	top: 10px;
	left: 10px;
}
.btn_download a:hover::before {
	position: absolute;
	content: url(/images/download_on.png);
	top: 10px;
	left: 10px;
}
/* web申込 */
.btn_moshikomi {
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn_moshikomi a {
	position: relative;
	display: block;
	width: auto;
	padding: 20px 30px 20px 60px;
	text-align: center;
	background: #fff;
	color: #3a6ea7;
	border: #3a6ea7 1px solid;
	font-weight: bold;
	text-decoration: none;
}
.btn_moshikomi a:hover {
	background: #3a6ea7;
	color: #fff;
	border: #3a6ea7 1px solid;
}

.btn_moshikomi a[target="_blank"]:after {
	position: absolute;
	content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-size: 90%;
    text-decoration: none;
	top: 5px;
	right: 5px;
}
.btn_moshikomi a::before {
	position: absolute;
	content: url(/images/moshikomi.png);
	top: 10px;
	left: 10px;
}
.btn_moshikomi a:hover::before {
	position: absolute;
	content: url(/images/moshikomi_on.png);
	top: 10px;
	left: 10px;
}
/* pdf */
.btn_pdf {
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn_pdf a {
	position: relative;
	display: block;
	width: auto;
	padding: 20px 30px 20px 60px;
	text-align: center;
	background: #fff;
	color: #007200;
	border: #007200 1px solid;
	font-weight: bold;
	text-decoration: none;
}
.btn_pdf a:hover {
	background: #007200;
	color: #fff;
	border: #007200 1px solid;
}

.btn_pdf a[target="_blank"]:after {
	position: absolute;
	content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-size: 90%;
    text-decoration: none;
	top: 5px;
	right: 5px;
}
.btn_pdf a::before {
	position: absolute;
	/*content: url(/images/download.png);
	top: 10px;
	left: 10px;*/
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    left:10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 1.8rem;
}
.btn_pdf a:hover::before {
	color: #fff;
}
/* 楕円形ボタン */
.btn_round_boder {
    margin: 20px 0;
}
.btn_round_boder a {
    /*margin: 20px 0;*/
    /*display: block;*/
    border: 1px solid #ccc;
    border-radius: 25px;
    color: #343434;
    text-decoration: none;
    padding: 10px 35px;
    position: relative;
    font-weight: bold;
    box-sizing: border-box;
    transition: .3s;
    display: inline-block;
}
.btn_round_boder a:hover {
	border: 1px solid #007200;
	color: #007200;
}
.btn_round_boder a::before {
	color: #007200;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 15px;
}
.btn_round_boder > a[href$=".pdf"] {
    background: none; 
}
.btn_round_boder > a[href*=".pdf"]::after {
    content: url("/images/pdficon_small.png");
    display: inline-block;
    vertical-align: -1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 10px;
}
/*####################*/
/*box　*/
/*####################*/
.box_gray {
	background: #EFEFEF;
	padding: 10px;
	margin-bottom: 20px;
}
.box_red {
	background: #FFCDCE;
	border: 1px solid #C80003;
	padding: 10px;
	margin-bottom: 20px;
}
.box_boder {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
}
/*##############################################*/
/*##############################################*/
/*##############################################*/
/*スマートフォン想定*/
/*##############################################*/
/*##############################################*/
/*##############################################*/


@media screen and (max-width: 768px) {
section.page_read{
    position: relative;
    width: 100%;
    height: 180px;
    margin: 0 auto;
    color: #3A6EA7;
}
section.page_read h2{
    position: absolute;
    font-size:24px;
    font-weight: bolod;
    letter-spacing: -1px;
    line-height: 1.3;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
section.page_read .midashi br{
    display: inherit;
}
section.page_read .h2_eng{
    position: absolute;
    font-size:14px;
    font-weight: bold;
    letter-spacing: -1px;
    left: 25px;
    top: 58px;
    width: 190px;
}
/*####################*/
/*施設紹介　*/
/*####################*/
img {
	/* 2019.1.28
	width: 100%;
	*/
	width: auto;
}
.ph_box{
    margin: 0 0 40px 0;
}
.ph_box img{
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}
.ph_box .ph_box_text{
    margin: 0 0 20px 0;
}
.ph_link_box{
    float:none;
    width: 100%;
    margin: 0 0 20px 0;
}
.ph_link_box.odd{
    margin: 0 0 20px 0;
}
.ph_link_box img{
    width: 100%;
    height: auto;
}
.shisetsu_map{
    width: 100%;
    height: 300px;
}

shisetsu_map_btn_01 {
	max-width: 100%;
}
/*----施設概要 table----*/
table.shisetsu_tbl {
	width: 100%;
}
/*----施設固定メニュー----*/
.facilities-nav {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    display: flex;
    justify-content: center;
}
.facilities-nav-menu {
    display: flex;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    flex-wrap: wrap;
}
.facilities-nav-menu > li {
    border-left: none;
    padding: 8px 10px;
    text-align: center;
    font-size: 0.875em;
}
.facilities-nav-menu > li:last-child {
    border-right: none;
}
.facilities-nav-menu > li > a {
    display: block;
    font-weight: bold;
    color: #343434;
    transition: .3s;
    text-decoration: none;
}
.facilities-nav-menu > li > a::before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    color: #007200;
    margin-right: 5px;
}
.facilities-nav-menu > li > a:hover {
    color: #007200;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
}
/*.fixed .facilities-nav-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
    background-color: #fff;
}*/
.fixed .facilities-nav-menu > li {
    line-height: 1.5;
}
/*####################*/
/*イベント　*/
/*####################*/
.event_calendar_tbl {
	font-size: 80%;
}

.event_calendar_tbl th.cal_day01 {
	width: 5%;
	font-size: 130%;
}
.contact_tel_number {
	font-size: 18px;
	font-weight: bold;
}
/*----- 予定表 -----*/
ul.list_schedule_pdf {
	display: flex;
    -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #ddd 1px dotted;
}
ul.list_schedule_pdf li {
	display: flex;
	width: 48%;
}
ul.list_schedule_pdf li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
ul.list_schedule_pdf li a i {
	align-items: flex-end;
}
ul.list_schedule_pdf li.this a {
	width: 100%;
	padding: 20px 10px;
	border: 2px solid #3aa73f;
	color: #3aa73f;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
ul.list_schedule_pdf li.next a {
	width: 100%;
	padding: 20px 10px;
	border: 2px solid #e55480;
	color: #e55480;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
ul.list_schedule_pdf li.this a:hover {
	background: #3aa73f;
	color: #fff;
}
ul.list_schedule_pdf li.next a:hover {
	background: #e55480;
	color: #fff;
	
}
/*----- 利用 -----*/
ul.list_riyou {
	display: flex;
    -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
ul.list_riyou li {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}
ul.list_riyou li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
ul.list_riyou li a i {
	align-items: flex-start;
	margin-right: 10px;
}
ul.list_riyou li.kojin a {
	width: 100%;
	padding: 20px;
	border: 2px solid #2998E1;
	color: #2998E1;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
ul.list_riyou li.dantai a {
	width: 100%;
	padding: 20px;
	border: 2px solid #90C11C;
	color: #90C11C;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
ul.list_riyou li.kojin a:hover {
	background: #2998E1;
	color: #fff;
}
ul.list_riyou li.dantai a:hover {
	background: #90C11C;
	color: #fff;
	
}
/*####################*/
/*スポーツ教室　*/
/*####################*/
/* 通年教室 */
.school_btn_tsunen {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    border: 2px solid #FFAD46;
}
.school_btn_tsunen a {
    width: 100%;
    height: 100px;
    position: relative;
    display: flex;
    overflow: hidden;
    background-color: #FFAD46;
}
.school_btn_tsunen a:hover {
    opacity: 0.8;
}
.school_btn_tsunen img {
    width: 55%;
    height: auto;
    object-fit: cover;
    margin: 0 0;
    
}
.school_btn_tsunen p {
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    width: 45%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    text-align: center;
}
/* 定期教室 */
.school_btn_teiki {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    border: 2px solid #3EADCF;
}
.school_btn_teiki a {
    width: 100%;
    height: 100px;
    position: relative;
    display: flex;
    overflow: hidden;
    background-color: #3EADCF;
}
.school_btn_teiki a:hover {
    opacity: 0.8;
}
.school_btn_teiki img {
    width: 55%;
    height: auto;
    object-fit: cover;
    margin: 0 0;
    
}
.school_btn_teiki p {
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    width: 45%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    text-align: center;
}
/* 自由参加教室 */
.school_btn_free {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    border: 2px solid #66cf5a;
}
.school_btn_free a {
    width: 100%;
    height: 100px;
    position: relative;
    display: flex;
    overflow: hidden;
    background-color: #66cf5a;
}
.school_btn_free a:hover {
    opacity: 0.8;
}
.school_btn_free img {
    width: 55%;
    height: auto;
    object-fit: cover;
    margin: 0 0;
    
}
.school_btn_free p {
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    width: 45%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    text-align: center;
}
/*####################*/
/*アクセスマップ　*/
/*####################*/
.access_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
}
.access_box iframe {
    width: 100%;
    height: 300px;
    margin-right: 0;
    margin-bottom: 20px;
}
.access_box table {
    width: 100%;
}
/*----- サイトマップ -----*/
ul.list_sitemap > li > ul > li {
	/*padding-left: 16px;*/
	margin-bottom: 0em;
	/*background: url(/images/arrow_thin_blue.png) left 0.7em no-repeat;*/
	line-height: 2em;
	font-weight: normal;
    width: 50%;
}
/*####################*/
/*施設アイコン　*/
/*####################*/
.icon_gym{
	width: 90px;
	background-color: #3a6ea7;
	color:#fff;
	font-size: 0.8em;
	margin: 0 10px;
	padding: 2px 3px;
	display: inline-block;
	text-align: center;
}
.icon_baseball{
	width: 90px;
	background-color: #3aa759;
	color:#fff;
	font-size: 0.8em;
	margin: 3px 10px;
	padding: 2px 3px;
	display: inline-block;
	text-align: center;
}
.icon_tennis{
	width: 90px;
	background-color: #3aa7a6;
	color:#fff;
	font-size: 0.8em;
	margin: 0 10px;
	padding: 2px 3px;
	display: inline-block;
	text-align: center;
}
.icon_other{
	width: 110px;
	background-color: #949494;
	color:#fff;
	font-size: 0.8em;
	margin: 0 10px;
	padding: 2px 3px;
	display: inline-block;
	text-align: center;
}

/*####################*/
/* ボタン */
/*####################*/
/* 施設予約 */
.btn_yoyaku a::before {
	position: absolute;
	content: url(/images/pc.png);
	top: 20%;
	left: 4%;
}
.btn_yoyaku a:hover::before {
	position: absolute;
	content: url(/images/pc_on.png);
	top: 20%;
	left: 4%;
}
/* ダウンロード */
.btn_download a::before {
	position: absolute;
	content: url(/images/download.png);
	top: 20%;
	left: 4%;
}
.btn_download a:hover::before {
	position: absolute;
	content: url(/images/download_on.png);
	top: 20%;
	left: 4%;
}
/* pdf */
.btn_pdf a {
	position: relative;
	display: block;
	width: auto;
	padding: 10px 30px 10px 20px;
	text-align: center;
	background: #fff;
	color: #007200;
	border: #007200 1px solid;
	font-weight: bold;
	text-decoration: none;
}
.btn_pdf a::before {
	font-size: 1rem;
}
/* 楕円形ボタン */
.btn_round_boder {
    margin: 20px 0;
    width: auto;
}
.btn_round_boder a {
    display: block;
    border: 1px solid #ccc;
    border-radius: 25px;
    color: #343434;
    text-decoration: none;
    padding: 10px 35px;
    position: relative;
    font-weight: bold;
    box-sizing: border-box;
    width: auto;
}
.btn_round_boder a:hover {
	border: 1px solid #007200;
	color: #007200;
}
.btn_round_boder a::before {
	color: #007200;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 15px;
}
.btn_round_boder > a[href$=".pdf"] {
    background: none; 
}
.btn_round_boder > a[href$=".pdf"]::after {
    content: url("/images/pdficon_small.png");
    display: inline-block;
    vertical-align: -1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 10px;
}
/* table スクロール */
.table_scroll {
	width: 100%; 
	overflow-y: none; 
	overflow-x: auto; 
	margin-top: 20px;
}

.table_scroll::-webkit-scrollbar {
	height: 5px;
}

.table_scroll::-webkit-scrollbar-track {
border-radius: 5px;
background: #eee;
}

.table_scroll::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #666;
}
/*####################*/
/*お問合せ　*/
/*####################*/
.contact_table {
	background-color: #fff;
	margin-bottom: 1em;
	width: 100%;
	margin-top: 20px;
}

.contact_table th,
.contact_table td {
    display: block;
	text-align: left;
	border: 1px #dfdfdf solid;
	padding: 10px;
}

.contact_table th {
	width: auto;
	background-color: #f0f0f0;
	font-weight: bold;
    border-bottom: none;
}

.contact_table td input.tex {
	width: 100%;
	border: 1px #ccc solid;
}

.contact_table td textarea {
	width: 100%;
	border: 1px #ccc solid;
}

.contact_table td .error_message {
	color: #f33;
}
}
@media screen and (max-width: 380px) {
/*----- サイトマップ -----*/
ul.list_sitemap > li > ul > li {
	/*padding-left: 16px;*/
	margin-bottom: 0em;
	/*background: url(/images/arrow_thin_blue.png) left 0.7em no-repeat;*/
	line-height: 2em;
	font-weight: normal;
    width: 100%;
}
}
/*スマホ想定ここまで*/
	/* yana 2017.4.18 */
	@media screen and (min-width: 768px) and (max-width: 768px) {
		.ph_link_box{
			float:left;
			width: 310px;
			margin: 0 0 20px 0;
		}
		.ph_link_box.odd{
			margin: 0 40px 20px 0;
		}
		.ph_link_box img{
			width: 310px;
			height: auto;
		}
	}
