@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: 750px;
    object-fit: cover;
}
.main_image img {
    width: 100%;
    height: 750px;
    object-fit: cover;
    object-position: top;
    }
/*####################*/
/*重要なお知らせ　*/
/*####################*/
.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: #88D184;
}
.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: #343434;
    font-weight: bold;
    width: 170px;
    position: absolute;
    right: 0;
    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;
    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_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;
        color: #007BC7;*/
}
ul.btn_facility_s li{
	color: #007BC7;
	/*border: 1px solid #3A6EA7;*/
	margin-bottom: 10px;
}
/*ul.btn_facility_s li:last-child {
	margin-bottom: 0;
}*/
ul.btn_facility_s li {
	font-weight: bold;
    display: block;
    border-radius: 10px;
}
ul.btn_facility_s li a {
	/*padding: 2px;*/
   display: flex;
   /*flex-flow: column;
   justify-content: center;*/
	align-items: center;
    color: #007BC7;
    text-decoration: none;
    padding: 7px 20px 7px 7px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #007BC7;
    font-size: 14px;
}
ul.btn_facility li a {
	display: block;
	text-decoration: none;
}
ul.btn_facility_s 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_facility_s li a:hover{
	opacity: 0.85;
}
ul.btn_facility_s 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_facility_s li a,
ul.btn_facility_s li a::before,
ul.btn_facility_s li a::after,
ul.btn_facility_s li a:hover i {
	-webkit-transition: all .3s;
    transition: all .3s;
}
ul.btn_facility_s li a img {
object-fit: cover;
	width: 120px;
    height: auto;
    margin-right: 7px;
}
ul.btn_facility_s li a p {
width: 100%;
box-sizing: border-box;

}
.btn_syunan {
display: block;
padding: 15px;
background-color: #007bc7;
color: #fff;
font-weight: bold;
font-size: 20px;
text-align: center;
text-decoration: none;
transition: .3s all;
}
.btn_syunan img {
width: 100%;
height: auto;
object-fit: cover;
}
.btn_syunan:hover {
opacity: 0.8;
}
/*####################*/
/*施設情報　*/
/*####################*/
.bg_facilities_info {
    background: url("../../images/bg_subpage_1.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}
.bg_facilities_info.stadium {
    background: url("../../images/bg_subpage_1.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}
.box_facilities {
    background-color: #fff;
    padding: 20px;
}
.box_facilities_info {
    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;
    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: #42a13d;
    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: #42a13d;
}
.box_facilities_info dl dd {
    width: 80%;
}
}


/*####################*/
/*周南緑地運動施設TOP　*/
/*####################*/
body#syunan_top {
margin: 0;
padding: 0 40px;
/*background-color: #007bc7;*/
}
#syunan_top .wapper {
height: 100vh;
}
/*#syunan_top header,
#syunan_top footer {
background-image: none;
max-width: 2500px;
}*/
#syunan_top header {
width: 100%;
height: 80px;
position: static;
margin: 0 auto;
background-image: none;
background-color: #007bc7;
}
#syunan_top header #header_inner {
position: relative;
height: 80px;
width: 100%;
}
#syunan_top header #header_inner h1 {
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
color: #fff;
font-size: 32px;
}
/*#syunan_top footer,
#syunan_top footer #footer_inner {
height: auto;
margin: 0 auto;
}
#syunan_top footer #footer_inner {
position: relative;
padding: 20px 0;
width: 100%;
}
#syunan_top footer #footer_inner nav#footer_nav_sub{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#syunan_top footer #footer_inner nav#footer_nav_sub li a {
color: #fff;
}
#syunan_top footer #footer_inner nav#footer_nav_sub li:last-child {
background-image: none;
}
#syunan_top #footer_inner p.kanrisha {
    position: absolute;
    top: 0;
    right: 0;
	background-image: none;
    color: #fff;
}
#syunan_top #footer_copyright{
    position: static;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 40px;
}*/
.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 {
width: 70%;
}
.column_top .column_top_map img {
width: 100%;
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: #007BC7;
border: 1px solid #007BC7;
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;
}

@media screen and (min-width:1100px) and ( max-width:1400px) {
/*####################*/
/*施設ボタン　*/
/*####################*/
/*ul.btn_facility_s li a {
   display: flex;
  flex-flow: column;
   justify-content: center;
	align-items:flex-start;
    color: #007BC7;
    text-decoration: none;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    position: relative;
}
ul.btn_facility_s li a img {
object-fit: cover;
	width: 100%;
    height: 100px;
    margin-right: 0;
}
ul.btn_facility_s li.sc a i,
ul.btn_facility_s 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_facility_s {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: stretch;
}
.column_top .column_top_menu .btn_facility_s li {
width: 49%;
box-sizing: border-box;
}*/
}
@media screen and (max-width: 768px) {
body#syunan_top {
padding: 0 20px;
}
#syunan_top header {
background: none;
}
#syunan_top header {
height: 60px;
}
#syunan_top header #header_inner {
height: 60px;
}
#syunan_top header #header_inner h1 {
font-size: 20px;
}
/*#syunan_top footer {
border-top: none;
position: inherit;
height: auto;
border-top: 1px solid#fff;
}
#syunan_top nav#footer_nav_sub ul {
border-top: none;
}
#syunan_top nav#footer_nav_sub li {
border: none;
}
#syunan_top footer #footer_inner nav#footer_nav_sub {
position: static;
margin-bottom: 20px;
}
#syunan_top #footer #footer_inner #footer_nav_sub ul li a{
margin: 0 0;
background: none;
}
#syunan_top #footer_inner p.kanrisha {
position: inherit;
}
#syunan_top #footer_copyright {
position: static;
font-size: 12px;
}*/
.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;
}
ul.btn_facility_s {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
ul.btn_facility_s li{
	color: #007BC7;
	/*border: 1px solid #3A6EA7;*/
	margin-bottom: 10px;
	font-weight: bold;
    display: block;
    border-radius: 10px;
    width: 49%;
    box-sizing: border-box;
}
ul.btn_facility_s li.sc,
ul.btn_facility_s li.st {
width: 100%!important;
}
ul.btn_facility_s li a {
	/*padding: 2px;*/
   display: flex;
   /*flex-flow: column;
   justify-content: center;
	align-items: flex-start;*/
    align-items: center;
    color: #007BC7;
    text-decoration: none;
    padding: 10px 25px 10px 10px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    position: relative;
    height: 100%;
    border: 1px solid #007BC7;
}
ul.btn_facility li a {
	display: block;
	text-decoration: none;
}
ul.btn_facility_s 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_facility_s li a:hover{
	opacity: 0.85;
}
ul.btn_facility_s li a:hover i {
margin-right: -3px;
}
ul.btn_facility_s li a img {
object-fit: cover;
	width: 120px;
    height: auto;
    margin-right: 0;
}
ul.btn_facility_s li a img {
	width: 110px;
    margin-right: 10px;
}
ul.btn_facility_s li a p {
width: 100%;
box-sizing: border-box;

}
        }

/*##############################################*/
/*##############################################*/
/*##############################################*/
/*スマートフォン想定*/
/*##############################################*/
/*##############################################*/
/*##############################################*/


@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;
}
@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: #88D184;
}
.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: #343434;
    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: #88D184;;
    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_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;
}
*/
.btn_syunan {
display: flex;
align-items: center;
padding: 15px;
background-color: #007bc7;
color: #fff;
font-weight: bold;
font-size: 16px;
text-align: center;
text-decoration: none;
transition: .3s all;
margin-top: 40px;
}
.btn_syunan img {
width: 110px;
height: auto;
object-fit: cover;
margin-right: 15px;
}
/*####################*/
/*施設情報　*/
/*####################*/
.bg_facilities_info {
    background: url("../../images/bg_subpage_1.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0 10px 0;
}
.bg_facilities_info.stadium {
    background: url("../../images/bg_subpage_1.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 {
    padding: 20px;
}
.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 dt {
    font-weight: bold;
    color: #42a13d;
}
.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 .tel {
    color: #42a13d;
    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;        
}
}
/*スマホ想定ここまで*/
