/*  
  Theme Name: 秋葉山公園県民水泳場のテーマ PHP8.3対応版
  Theme URI: http://
  Description: 秋葉山公園県民水泳場のテーマ PHP8.3対応版
  Version: 2.0.0

  The CSS, XHTML and design is released under GPL:
  http://www.opensource.org/licenses/gpl-license.php

*/

/* HTML Elements */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th {
  margin:0;
  padding:0;
}

header,article,footer,article,aside,time,nav {
  margin:0;
  padding:0;
  display:block;
}

address,caption,cite,code,dfn,em,th,var {
  font-style:normal;
  font-weight:normal;
}

body {
  background: url(images/bg.gif) repeat-y center top #f5f5f5;
  font-size: 0.875em;
  color: #535353;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
/*  font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;*/
  line-height: 1.2em;
}
@media screen and (max-width: 769px) {
	body {
		padding-top: 60px;
	}
}

h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
}

a:link, a:visited {
  color: #1e78c8; /*#0066CC;*/
  text-decoration: underline;
}

a:hover, a:active {
  /*color:#1e78c8 !important;*/
  /*text-decoration: underline !important;*/
}
a img {
  vertical-align: bottom;
}
a:hover img {
  -moz-opacity:0.65;
  opacity:0.65;
  filter:alpha(opacity=65);
}
a:hover img.ro {
  -moz-opacity:1.0;
  opacity:1.0;
  filter:alpha(opacity=100);
}

hr {
  display: block;
  height:1px;
  background:#cccccc;
  border:0;
}

small {
  font-size: 0.95em;
  font-style:italic;
  background:#fffff;
  padding:0 0 0 4px;
  color: #999;
}

img, a:link img, a:visited img {
  border:0
}

address {
  font-style: normal;
}


#wrapper {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
	#wrapper {
	  width: 100%;
		overflow: visible;
	}
}


/* header ------------------------------------- */
#globalHeader {
  position: relative;
  overflow: hidden;
  height: 123px;
}
@media screen and (max-width: 769px) {
	#globalHeader {
		position: fixed;
		top: 0;
		width: 100%;
		height: 60px;
		overflow: visible;
		background: #FFF;
		z-index: 999;
	}
	#globalHeader .header_box {
		width: 100%;
		height: 100%;
	}
}
#globalHeader .title {
  position: absolute;
/*  top: 35px;*/
  top: 15px;
/*  left: 30px;*/
  left: 20px;
}
@media screen and (max-width: 769px) {
	#globalHeader .title {
		position: static;
		height: 100%;
		padding: 10px 0;
		padding-left: 20px;
		box-sizing: border-box;
	}
	#globalHeader .title img {
		height: 100%;
	}
}
/* #globalHeader .kokutai {
  position: absolute;
  top: 58px;
  right: 75px;
  background: url(images/header_kokutai.gif) no-repeat left top;
  width: 315px;
  height: 65px;
  text-indent: -9999px;
} */
#globalHeader #header_navi {
  position: absolute;
  top: 22px;
  right: 35px;
  font-size: 90%;
}
@media screen and (max-width: 769px) {
	#globalHeader #header_navi {
		display: none;
	}
}
#globalHeader #header_navi ul {
  list-style: none;
  text-align: right;
}
#globalHeader #header_navi li {
  display: inline;
}
#globalHeader #header_navi li a {
  color: #585858;
}



/* navi ------------------------------------- */
#globalNavi {
  overflow: hidden;
  height: 64px;
}
#globalNavi ul {
  list-style: none;
  overflow: hidden;
}
#globalNavi li {
  float: left;
}

@media screen and (max-width: 769px) {
	#globalNavi {
		display: none;
	}
}



/* sp-gnav ------------------------------------- */
#sp-gnav {
	display: none;
}
@media screen and (max-width: 769px) {
	#sp-gnav {
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: auto;
		background: #FFF;
		z-index: 998;
	}
	#sp-gnav ul {
		display: flex;
		flex-wrap: wrap;
	}
	#sp-gnav li {
		width: 100%;
		border-top: 1px solid #999;
	}
	#sp-gnav li:last-child {
		border-bottom: 1px solid #999;
	}
	#sp-gnav li a {
		display: block;
		height: 45px;
		line-height: 45px;
		padding: 0 20px;
		color: #333;
		font-size: 14px;
		text-decoration: none;
		position: relative;
	}
	#sp-gnav li a::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 12px;
		height: 1px;
		background-color: #333;
		transform-origin: right;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
		#sp-gnav li a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 12px;
		height: 1px;
		background-color: #333;
		transform-origin: right;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}



/* burger ------------------------------------- */
#burger {
	display: none;
}
@media screen and (max-width: 769px) {
	#burger {
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 30px;
		height: 30px;
	}
	#burger .burger-line {
		position: absolute;
		top: 50%;
		width: 100%;
		height: 2px;
		background: #555;
		transition: background 0.3s;
	}
	#burger .burger-line::after {
		content: "";
		position: absolute;
		top: -10px;
		width: 100%;
		height: 2px;
		background: #555;
		transition: transform 0.3s, top 0.3s;
	}
		#burger .burger-line::before {
		content: "";
		position: absolute;
		top: 10px;
		width: 100%;
		height: 2px;
		background: #555;
		transition: transform 0.3s, top 0.3s;
	}
	
	#burger.open .burger-line {
		background: transparent;
	}
	#burger.open .burger-line::after {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		top: 0;
	}
	#burger.open .burger-line::before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		top: 0;
	}
}


/* visual_image ------------------------------------- */
#visual_image {
	overflow: hidden;
}




/* category_image ------------------------------------- */
#category_image {
  background: url(images/bg_visual.gif) no-repeat left 80px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 769px) {
	#category_image {
		margin-bottom: 30px;
		padding-bottom: 10px;
	}
	#category_image img {
		width: 100%;
	}
}



/* page_navigation ------------------------------------- */
#page_navigation {
  margin: 0 0 8px;
  overflow: hidden;
  font-size: 95%;
}
#page_navigation ul {
  list-style: none;
}
#page_navigation li {
  float: left;
  margin-right: 5px;
}
#post_navi_footer {
  overflow: hidden;
}
#post_navi_footer .prev {
  float: left;
}
#post_navi_footer .next {
  float: right;
}


/* nav-below ------------------------------------- */
#nav-below {
  overflow: hidden;
  margin: 20px 0;
}
#nav-below .nav-previous {
  float: left;
}
#nav-below .nav-next {
  float: right;
}
#nav-below .meta-nav {
  padding: 0 10px;
}



/* pagetop ------------------------------------- */
#pagetop {
  margin-top: 30px;
  text-align: right;
}



/* main ------------------------------------- */
#main {
  overflow: hidden;
  margin: 0 75px;
}

@media screen and (max-width: 769px) {
	#main {
		margin: 0 20px;
	}
}

#category_name {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 769px) {
	#category_name {
		margin-top: 30px;
		overflow: hidden;
		border-radius: 5px;
		height: 50px;
	}
	#category_name img {
		height: 100%;
	}
}

/* container ------------------------------------- */
#container {
  width: 522px;
  float: right;
}

#container article {
  clear: both;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
	#container article img {
		width: 100%;
		height: auto;
	}
}

#container h1,
#container h2,
#container h3,
#container h4,
#container h5,
#container h6 {
  font-size: 100%;
  margin-bottom: 20px;
  clear:both;
}

#container h2 {
}

#container h3 {
  background: url(images/bg_title.gif) no-repeat left top;
  font-size: 130%;
  line-height: 130%;
  padding: 15px 20px 0;
  height: 36px;
}

#container h3.image_label {
  font-size: 120%;
  padding: 0;
  margin: 0 0 20px;
}
@media screen and (max-width: 769px) {
	#container h3 {
		height: 30px;
		font-size: 115%;
		line-height: 115%;
		border-radius: 5px;
		overflow: hidden;
	}
}

#container h4 {
  background: url(images/bg_subtitle.gif) repeat-x left bottom;
  font-size: 120%;
  line-height: 120%;
  margin: 30px 0 15px;
  padding: 0px 0px 10px;
}
#container h4:first-child {
  margin: 0 0 15px;
}
@media screen and (max-width: 769px) {
	#container h4 {
		font-size: 120%;
	}
}

#container h5 {
  font-size: 110%;
  margin: 20px 0 15px;
}

#container p {
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.5em;
}

#container ul,
#container ol {
  margin: 0 10px 10px;
  padding: 0 10px 10px;
}
#container li {
  margin-bottom: 5px;
}

#container .post_date {
  color: #39772a;
}

@media screen and (max-width: 769px) {
	#container {
		width: 100%;
		float: none;
	}
}




/* sidebar ------------------------------------- */
#sidebar {
  width: 250px;
  float: left;
}

#sidebar ul {
  list-style: none;
}

#sidebar .sidebox {
  background: url(images/bg_sidebox_middle.gif) repeat-y center top;
}
#categorylist_sideframe {
  margin-bottom: 20px;
}
#categorylist_sideframe .title {
  background: url(images/bg_sidebox_top.gif) no-repeat center top;
  padding-top: 10px;
}
@media screen and (max-width: 769px) {
	#categorylist_sideframe .title {
		background: none;
	}
}
#categorylist_sideframe h4 {
  background-color: #FAF8F5;
  margin: 0 13px 0 10px;
  padding: 15px;
  height: 14px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
	#categorylist_sideframe h4 {
		height: auto;
	}
}
#categorylist_sideframe ul {
  list-style: none;
  background: url(images/bg_sidebox_bottom.gif) no-repeat center bottom;
  padding: 0 20px 20px;
}
@media screen and (max-width: 769px)  {
	#categorylist_sideframe ul {
		background: none;
		padding: 15px;
	}
}
#categorylist_sideframe li {
  padding: 10px 10px 15px 15px;
  display: block;
}
@media screen and (max-width: 769px) {
	#categorylist_sideframe li {
		padding: 10px;
	}
}
#categorylist_sideframe .footer {
  background: url(images/bg_side_box.gif) no-repeat center bottom;
  padding-bottom: 10px;
}
#categorylist_sideframe .current_page_item {
  font-weight: bold;
}
#categorylist_sideframe .current_page_item li {
  font-weight: normal;
  background-color: #FFF;
}
#categorylist_sideframe .current_page_parent {
  /*background: url(images/bg_side_title.gif) no-repeat left top;*/
}

#bannerlist_sideframe {
  margin: 15px 0 0 2px;
}
#bannerlist_sideframe li {
  margin: 5px 0;
}
@media screen and (max-width: 769px) {
	#bannerlist_sideframe {
		margin-top: 25px;
	}
	#bannerlist_sideframe li img {
		width: 100%;
		height: auto;
	}
	#bannerlist_sideframe p {
		margin-top: 10px;
	}
}

@media screen and (max-width: 769px) {
	#sidebar {
	  width: 100%;;
	  float: none;
	}

	#sidebar .sidebox {
	  background: none !important;
		box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
		margin: 0 15px;
	}
	
	#sidebar .sidebox h4 {
		font-size: 16px;
		padding: 10px;
		background: #6BBF5B;
		color: #FFF;
	}
}


/* footer ------------------------------------- */
#globalFooter {
  margin: 20px 2px 0;
  background: url(images/bg_footer.gif) repeat-x left top;
  overflow: hidden;
  padding-top: 50px;
}

#footer_navi {
  margin: 12px 12px 50px;
}
#footer_navi ul {
  list-style: none;
  overflow: hidden;
  margin: 10px 20px;
}
#footer_navi li {
  float: left;
  margin-right: 0px;
}
#footer_navi li:after {
  content: '｜';
  margin-left: 0px;
  color: #FFFFFF;
}
#footer_navi li a {
  color: #FFFFFF;
}
#footer_navi li a:hover {
/*  color: #FF0066;*/
/*  text-decoration: underline;*/
}

#footer_information {
  padding-top: 30px;
  overflow: hidden;
}
#footer_information .title {
  margin-right: 20px;
  float: left;
}

#footer_copyright {
  font-size: 90%;
  margin-top: 60px;
  margin-bottom: 10px;
  padding-right: 20px;
  text-align: right;
}
@media screen and (max-width: 769px) {
	
	#footer_navi ul {
		margin: 0;
	}
	#footer_navi li {
		margin-bottom: 10px !important;
	}
	#footer_copyright {
		margin-top: 15px;
		padding: 0;
	}
}



/* class ------------------------------------- */
.font_red {
  color: #FF0000;
}

a.list_icon,
.list_icon li {
  list-style: none;
  background: url(images/list_icon.gif) no-repeat 3px 0px;
  margin: 0 5px 10px;
  padding: 2px 3px 3px 25px;
}
.list_border li {
  border-bottom: 1px dotted #666;
}

.image_left {
	margin: 0 20px 20px 0;
	float: left;
}

.image_center {
	margin: 0 auto 20px auto;
}

.image_right {
	margin: 0 0 20px 20px;
	float: right;
}

.left_box {
  float: left;
}
.right_box {
  float: right;
}

.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

table.table_noborder {
  border: none;
  margin: 5px 0;
}
table.table_noborder td {
  padding: 3px;
}
table.table_dotborder {
  border: none;
  margin: 5px 0;
}
table.table_dotborder th {
  padding: 3px;
  border-bottom: 1px dotted #CCCCCC;
  vertical-align: top;
  text-align: left;
  line-height: 30px;
}
table.table_dotborder td {
  padding: 3px;
  border-bottom: 1px dotted #CCCCCC;
  vertical-align: top;
  line-height: 30px;
}

table.table_style {
  border: 1px solid #B4B4B4;
  border-collapse: collapse;
  margin-bottom: 10px;
}
table.table_style th {
  background-color: #FAF8F5;
  padding: 4px 11px;
  border: 1px solid #c8c8c8;
  vertical-align: middle;
  text-align: left;
  height: 30px;
}
table.table_style td {
  margin: 0;
  padding: 4px 11px;
  vertical-align: middle;
  line-height: 150%;
  border: 1px solid #D2D2D2;
  height: 30px;
}

ul.list_arranges_one_row {
  overflow: hidden;
  list-style: none;
}
ul.list_arranges_one_row li {
  float: left;
}

dl.list_arranges_one_row {
  overflow: hidden;
  list-style: none;
}
dl.list_arranges_one_row dt {
  float: left;
  clear: both;
}
dl.list_arranges_one_row dd {
  float: left;
}


/* contents style ------------------------------------- */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
	margin-bottom: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
	margin-bottom: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.625em;
}

.category-entry-body {
  border-bottom: 1px dashed #999999;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.entry-body {
  margin-bottom: 10px;
  clear: both;
}
@media screen and (max-width: 769px) {
	.entry-body .table000 {
		display: block;
		width: 100%;
		height: auto !important;
	}
	.entry-body .table000 tbody {
		display: block;
		width: 100%;
	}
	.entry-body .table000 tr {
		display: block;
	}
	.entry-body .table000 tr:not(:first-child) {
		margin-top: 35px;
	}
	.entry-body .table000 td {
		display: block;
		width: 100% !important;
	}
	.entry-body .table000 td:nth-of-type(2) {
		margin-top: 5px;
	}
	
	.entry-body .contact-table {
		display: block;
	}
	.entry-body .contact-table tbody {
		display: block;
	}
	.entry-body .contact-table tr {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.entry-body .contact-table th,
	.entry-body .contact-table td {
		width:100%;
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.entry-body .contact-table input,
	.entry-body .contact-table textarea {
		width:100%;
	}
	
	.entry-body .twrap {
		overflow: scroll;
	}
	.entry-body .twrap table {
		width: 700px !important;
	}
}


.gallery-caption {
  text-align: left;
  padding: 0px 5px 4px;
  font-size: 95%;
}

table.table_style .fee th,
table.table_style .fee td{
  text-align: center;
}
table.fee{
  margin-bottom:0px;
}
table.table_style .attention th{
  text-align: center;
}


#widget_sideframe {
  border: 1px solid #CCC;
  margin: 0 0 10px;
  padding: 10px;
}
#widget_sideframe .title {
  font-weight: bold;
  margin-bottom: 10px;
  border-left: 8px solid #000;
  padding: 5px 10px;
}
#widget_sideframe .mailmagazine_entry form {
  border: 1px solid #CCC;
  margin: 0 0 10px;
  padding: 10px;
}
#widget_sideframe .mailmagazine_entry input {
  margin: 5px 0;
}
@media screen and (max-width: 769px) {
	#widget_sideframe {
		margin-top: 25px;
	}
	#widget_sideframe img {
		width: 100%;
		height: auto;
	}
	#widget_sideframe .title {
		margin-top: 25px;
	}
}


/* Slide Show Style ----------------------------------------------------------------*/
#slideshow { position:relative; width:950px; height:340px; }
#slideshow img { position:absolute; top:0; left:0; z-index:8; }
#slideshow img.active { z-index:10; }
#slideshow img.last-active { z-index:9; }




/* コロナ対策ページ　追記 */
.covid-19-btn {
  border-radius: 5px;
  display:block;
  width:300px;
  padding:10px;
  text-align:center;
  border:2px solid;
  border-color:#aaaaaa #444444 #444444 #aaaaaa;
  background-color: #98cbe6;
  color: #535353;
  text-decoration: none;
}

.covid-19-btn:link, .covid-19-btn:visited {
  color: #535353;
  text-decoration: none;
}

.covid-19-btn:hover {
  opacity: 0.8;
  background-color: #98cbe6;
  color: #535353;
  text-decoration: none;
}


/* bg ------------------------------------- */
#bg {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 997;
	display: none;
}



/* sitemap ------------------------------------- */
@media screen and (max-width: 769px) {
	#sitemap_list > li {
		background: none !important;
		border-bottom: 1px solid #999;
	}
	#sitemap_list a {
		line-height: 1.4 !important;
	}
}


/* 予約 ------------------------------------- */
.reserve {
	margin-bottom: 50px;
}
.reserve_text {
	font-weight: bold;
}
.reserve_message {
	font-weight: bold;
	color: red;
	margin-top: 20px;
}
.reserve_message span {
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
	display: inline-block;
}
body .reserve_title {
	height: auto !important;
	font-size: 20px !important;
	line-height: 1.4 !important;
	padding: 11px 15px;
	color: #FFF;
	background: #71C461;
	position: relative;
	border-radius: 5px;
	font-weight: normal !important;
}
body .reserve_title::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border: 1px solid #FFF;
	border-radius: 3px;
}
@media screen and (max-width: 769px) {
	body .reserve_title {
		font-size: 16px;
		padding: 8px 13px;
	}
}



/* Utility ------------------------------------- */
.is_pc {
	display: block;
}
.is_sp {
	display: none !important;
}
@media screen and (max-width: 769px) {
	.is_pc {
		display: none !important;
	}
	.is_sp {
		display: block !important;
	}
}