<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

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;
}
.video-wrap {
position: relative;
}
.movie {
max-height: 550px;
overflow: hidden;
}

#video {
width: 100%;
margin-top: -100px;
}
.main_image {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.main_image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    }
/*####################*/
/*重要なお知らせ　*/
/*####################*/
.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: #E00000;
}
/*####################*/
/*イベント情報*/
/*####################*/
.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: #007200; 
}
.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;
}

/*####################*/
/*施設アイコン　*/
/*####################*/
.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;
}
.facilities_list li a {
    width: 470px;
    height: 200px;
    position: relative;
    display: flex;
    overflow: hidden;
    background-color: #379445;
}
.facilities_list li a:hover {
    opacity: 0.8;
}
.facilities_list li img {
    width: 300px;
    height: auto;
    object-fit: cover;
    margin: 0 0;
    
}
.facilities_list li p {
    color: #fff;
    font-weight: bold;
    width: 170px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
}
    
    .bn-area {
    margin: 40px 0;
        text-align: center
}

/*####################*/
/*施設ボタン　*/
/*####################*/
    .wrapper_facilities {
        width: 100%;
        background: #f2f3ed;
        padding: 40px 0;
        position: relative;
    }
    .wrapper_facilities::before {
        position: absolute;
        bottom: -0.6em;
        right: 0;
        content: 'Facilities';
        font-weight: bold;
        font-size: 10vw;
        color: #fff;
    }
.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;
    margin-bottom: 10px;
	width: 100%;
	/*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_facilities {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        z-index: 500;
    }
ul.btn_facilities li{
	color: #379445;
	/*border: 1px solid #3A6EA7;*/
	margin-bottom: 10px;
    font-weight: bold;
    border-radius: 5px;
    width: 32.5%;
    display: flex;
    align-items: stretch;
}
ul.btn_facilities li.btn_l {
    width: 49.5%;
    }
ul.btn_facilities li a {
	/*padding: 2px;*/
   display: flex;
   /*flex-flow: column;
   justify-content: center;*/
	align-items: center;
    width: 100%;
    color: #379445;
    text-decoration: none;
    padding: 10px 20px 10px 7px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    border: 2px solid #379445;
    font-size: 16px;
}
ul.btn_facilities li a i {
position: absolute;
top: 50%;
transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
right: 7px;
font-size: 12px;
}
ul.btn_facility li a:hover,
ul.btn_facilities li a:hover{
	opacity: 0.85;
}
ul.btn_facilities li a:hover i {
margin-right: -3px;
}
ul.btn_facility li a,
ul.btn_facility li a::before,
ul.btn_facility li a::after,
ul.btn_facilities li a,
ul.btn_facilities li a::before,
ul.btn_facilities li a::after,
ul.btn_facilities li a:hover i {
	-webkit-transition: all .3s;
    transition: all .3s;
}
ul.btn_facilities li a img {
object-fit: cover;
	width: 200px;
    height: auto;
    margin-right: 20px;
}
ul.btn_facilities li a p {
width: 100%;
box-sizing: border-box;

}
    
/* 総合体育館、陸上競技場　Top */
.wrapper_facilities.sub_page {
        width: 100%;
        background: #f2f3ed;
        padding: 40px 0;
        position: relative;
    margin-top: 100px;
    margin-bottom: 0;
    }
    .wrapper_facilities.sub_page::before {
        content: '';
    }
    .wrapper_facilities.sub_page .inner {
        padding-bottom: 0!important;
    }
    .wrapper_facilities.sub_page .facilities_title {
        position: absolute;
        top: -55px;
    }
    .wrapper_facilities.sub_page .facilities_title a {
        display: inline-block;
        padding:  10px 20px;
        background: #379445;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        text-decoration: none;
        border-radius: 7px 7px 0 0 ;
        
    }
/*####################*/
/*施設情報　*/
/*####################*/
.bg_facilities_info {
    background: url("/sotai/images/bg_facilities_info_sc.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}
.bg_facilities_info.track {
    background: url("/field_track/images/bg_facilities_info_sc.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}
    .box_facilities {
        background-color: #fff;
        padding-top: 20px;
    }
.box_facilities_info {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.box_facilities_info .left {
    border-right: 1px solid #ddd;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
    box-sizing: border-box;
}
.box_facilities_info .right {
    width: 50%;
    /*text-align: center;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
    
}
.box_facilities_info .right h6 {
    display: block;
    text-align: center;
}
.box_facilities_info .right .tel {
    color: #379445;
    font-size: 2.5rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
    .box_facilities_info .right .tel span {
        display: block;
        font-size: 0.875rem;
        color: #343434;
        font-weight: normal;        
}
.box_facilities_info dl {
    display: flex;
    flex-wrap: wrap;
}
.box_facilities_info dl dt {
    width: 20%;
    font-weight: bold;
    color: #379445;
}
.box_facilities_info dl dd {
    width: 80%;
}
}

.column_top {
width: 1000px;
/*height: 80vh;*/
margin: 20px auto 80px auto;
display: flex;
justify-content: space-between;
/*padding: 0 40px;*/
box-sizing: border-box;
}
.column_top .column_top_map,
.column_top_map {
width: auto;
    height: 100%;
}
.column_top_map {
    height: calc(100vh - 124px);
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.column_top_map svg {
    width: 100%;
    height: auto;
}
/*.column_top .column_top_map img {
width: 100%;
    height: auto;
object-fit: cover;
border-radius: 2%;
}
.column_top .column_top_map .notices {
margin-top: 20px;
margin-bottom: 20px;
}
.column_top .column_top_menu {
width: calc(30% - 20px);
}
.column_top .column_top_menu ul.list_shisetsu {
   /* margin: 2em 0 1em 1.5em;*/
	/*color: #fff;
    font-weight: bold;
}

.column_top .column_top_menu ul.list_shisetsu li {
	position: relative;
    margin: 0 0 0.5em 0;
}*/

/*#syunan_top .column_top .column_top_menu ul.list_shisetsu li::after{
	display: block;
  content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
-webkit-transform: translateY(-50%);
  left: -1em;*/
/*  width: 6px;
  height: 6px;*/
  /*background-color: #fff;
  border-radius: 100%;
}*/
/*.column_top .column_top_menu ul.list_shisetsu li a {
color: #379445;
border: 1px solid #379445;
text-decoration: none;
transition: .3s;
background: #fff;
padding: 10px 15px;
display: block;
border-radius: 8px;
}
.column_top .column_top_menu ul.list_shisetsu li a:hover {
opacity: 0.8;
}

.column_top_map img {
    width: auto;
    height: 100%;
}*/
@media screen and (min-width:1100px) and ( max-width:1400px) {
/*####################*/
/*施設ボタン　*/
/*####################*/
/*ul.btn_facilities li a {
   display: flex;
  flex-flow: column;
   justify-content: center;
	align-items:flex-start;
    color: #379445;
    text-decoration: none;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    position: relative;
}
ul.btn_facilities li a img {
object-fit: cover;
	width: 100%;
    height: 100px;
    margin-right: 0;
}
ul.btn_facilities li.sc a i,
ul.btn_facilities li.st a i{
position: absolute;
top: 85%;
right: 10px;
}*/
}
@media screen and (max-width:1100px) {
/*.column_top {
width: 100%;
margin: 20px auto;
display: flex;
justify-content: center;
flex-flow: column;
margin-bottom: 80px;
}
.column_top .column_top_map,
.column_top .column_top_menu {
width: 100%;
}
.column_top .column_top_map {
margin-bottom: 20px;
}*/
/*.column_top .column_top_menu .btn_facilities {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: stretch;
}
.column_top .column_top_menu .btn_facilities li {
width: 49%;
box-sizing: border-box;
}*/
.column_top_map {
    height: auto;
}
}
@media screen and (max-width: 768px) {
.column_top {
width: 100%;
/*height: 80vh;*/
margin: 20px auto;
display: flex;
justify-content: center;
flex-flow: column;
padding: 0 20px;
}
.column_top .column_top_map,
.column_top .column_top_menu {
width: 100%;
}
.column_top .column_top_map {
margin-bottom: 60px;
}
    .wrapper_facilities {
        width: 100%;
        background: #f2f3ed;
        padding: 40px 0;
        position: relative;
        margin-bottom: 80px;
    }
    .wrapper_facilities::before {
        position: absolute;
        top: -15px;
        left: 10px;
        content: 'Facilities';
        font-weight: bold;
        font-size: 3.5rem;
        color: #fff;
    }
    .wrapper_facilities .inner {
        padding: 20px 0 0!important;
    }
ul.btn_facilities {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
ul.btn_facilities li{
	color: #379445;
	/*border: 1px solid #3A6EA7;*/
	margin-bottom: 10px;
	font-weight: bold;
    display: block;
    border-radius: 10px;
    width: 49%;
    box-sizing: border-box;
}
ul.btn_facilities li.sc,
ul.btn_facilities li.st {
width: 100%!important;
}
ul.btn_facilities li a {
	/*padding: 2px;*/
   display: flex;
   /*flex-flow: column;
   justify-content: center;
	align-items: flex-start;*/
    align-items: center;
    color: #379445;
    text-decoration: none;
    padding: 10px 25px 10px 10px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    position: relative;
    height: 100%;
    border: 1px solid #379445;
}
ul.btn_facility li a {
	display: block;
	text-decoration: none;
}
ul.btn_facilities li a i {
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
right: 10px;
font-size: 12px;
}
ul.btn_facility li a:hover,
ul.btn_facilities li a:hover{
	opacity: 0.85;
}
ul.btn_facilities li a:hover i {
margin-right: -3px;
}
ul.btn_facilities li a img {
object-fit: cover;
	width: 120px;
    height: auto;
    margin-right: 0;
}
ul.btn_facilities li a img {
	width: 110px;
    margin-right: 10px;
}
ul.btn_facilities li a p {
width: 100%;
box-sizing: border-box;

}
/* 総合体育館、陸上競技場　Top */
.wrapper_facilities.sub_page {
        width: 100%;
        background: #f2f3ed;
        padding: 40px 0;
        position: relative;
    margin-top: 100px;
    margin-bottom: 40px;
    }
    .wrapper_facilities.sub_page::before {
        content: '';
    }
    .wrapper_facilities.sub_page .inner {
        padding-bottom: 0!important;
    }
    .wrapper_facilities.sub_page .facilities_title {
        position: absolute;
        top: -53px;
    }
    .wrapper_facilities.sub_page .facilities_title a {
        display: inline-block;
        padding:  10px 20px;
        background: #379445;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        text-decoration: none;
        border-radius: 7px 7px 0 0 ;
        
    }
        }


/*##############################################*/
/*##############################################*/
/*##############################################*/
/*スマートフォン想定*/
/*##############################################*/
/*##############################################*/
/*##############################################*/


@media screen and (max-width: 768px) {
#video {
width: 100%;
margin-top: 0;
}

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;
}
.video-wrap {
position: relative;
max-height: 400px;
}
.movie {
height: 100%;
overflow: hidden;
}

#video {
width: 100%;
/*margin-top: -150px;*/
}
.main_image {
    width: 100%;
    height: 400px;
}
.main_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
@media screen and (max-width: 380px) {
    .main_image {
    width: 100%;
    height: 280px;
}
.main_image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    }
    }
/*####################*/
/*重要なお知らせ　*/
/*####################*/
.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;
}
.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: #007200; 
}
.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: 48%;
    display: flex;
}
        .bn-area {
    margin: 20px 0;
        text-align: center
}

@media screen and (max-width: 380px) {
    .facilities_list li {
    width: 100%;
        margin-bottom: 20px;
    }
}
.facilities_list li a {
    width: 100%;
    height: 150px;
    position: relative;
    display: flex;
    overflow: hidden;
    background-color: #379445;
}
.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: #379445;
    display: block;
    bottom: 0;
    padding: 10px;
}
/*####################*/
/*教室ピックアップ　*/
/*####################*/
.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_facilities li {
    width: 100%;
}
/*####################*/
/*施設情報　*/
/*####################*/
.bg_facilities_info {
    background: url("/sotai/images/bg_facilities_info_sc.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0 10px 0;
}
.bg_facilities_info.stadium {
    background: url("/field_track/images/bg_facilities_info_sc.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0 10px 0;
}
    .box_facilities {
        background-color: #fff;
        padding-top: 20px;
    }
.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: flex-start;
    align-items: center;
    padding-bottom: 20px;
}
    .box_facilities_info dl {
        display: flex;
        flex-wrap: wrap;
    }
.box_facilities_info dl dt {
    font-weight: bold;
    color: #379445;
    width: 20%;
}
.box_facilities_info dl dd {
    width: 80%;
}
    @media screen and (max-width: 380px) {
        .box_facilities_info dl dt,
        .box_facilities_info 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 h6 {
    display: block;
    text-align: center;
}
.box_facilities_info .right .tel {
    color: #379445;
    font-size: 2rem;
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: center;
}
    .box_facilities_info .right .tel span {
        display: block;
        font-size: 0.875rem;
        color: #343434;
        font-weight: normal;        
}
}
/*スマホ想定ここまで*/
</pre></body></html>