/*
Theme Name: OTSU2025
Author: ADVANCE-SYSTEM Co.,Ltd.
Description: 大津市国スポ用テンプレート
Tested up to: 1.0
Requires at least: 4.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */


@charset "utf-8";

menu {
	margin:0;
	padding:0;
}
.breadcrumbs {
	text-align:left;
}
.alignleft {
float:left;
}
.alignright {
float:right;
}
body {
	margin:0;
	padding:0;
	font-family: 'Noto Sans JP', sans-serif;
}
ul {
	list-style-type: none;
}
body {
	line-height:1.8em;
}
a:link{
	/*color:#0979dd;*/
	text-decoration:none;
}
menu a:link{
/*	color:#41641f;*/
	text-decoration:none;
}
menu a:visited {
	/*color:#41641f;*/
}
menu a:hover,{
}

span.new {
color:red;
margin-right:7px;
}
.home h2.entry-title {
	display:none;
}
.blc_l {
	float: left;
	padding: 1%;
	width: 74%;
}
.blc_r {
float: right;
padding: 1%;
width: 24%;
}
/*header設定*/
#header{
	position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
	top: 10px;
/*    height: 100vh;
max-height: 600px;*/
} 
/*========= 背景動画設定のCSS ===============*/
header {
	position: fixed;
	z-index: 5;
	float: left;
	width: 100%;
	top: 0;
}
#h_bg {
	height: 80px;
	max-width: 1400px;
	margin: 0 auto;
}
header img.img1 {
	height:50px;
	padding-top:15px;
	padding-left:10px;
	/*margin-right:10px;*/
	display:block;
	float:left;
}
header img.img2 {
	width:600px;
	height:auto;
	padding-top:15px;
	display:block;
	float:left;
}
header img.img3{
	float:right;
	margin-right:15px;
	display:block;
}
#container {
	margin:0 auto;
	text-align: center;
	max-width:1400px;
	position: relative;
	top: 120px;
}

#c_bg {
	background:#fff;
	padding:20px 0;
	float:left;
	display:block;
	max-width: 1400px;
	width: 100%;
}
menu {
	position: fixed;
	z-index: 99;
	top: 80px;
	width: 100%;
	/*background: #b3e896;*/
}
#m_bg {
	width: 100%;
	float:left;
	display:block;
	height:50px;
}
#m_bg  ul {
	list-style-type: none;
	width: 100%;
	max-width: 1400px;
	clear: both;
	margin: 0 auto;
}
section {

}

footer {
	text-align: center;
	position: relative;
	top: 120px;
}
#f_bg {
	padding:2% 0;
	background:#e6f9dc;
	float:left;
	display:block;
	width: 100%;
	margin:0 auto;
}

/*========= ヘッダーのCSS ===============*/
.h_left {
	width:66%;
	float:left;
	min-width:800px
}
.h_right {
	width:30%;
	min-width:400px;
	float:right;
	padding: 5px;
}


/*========= グローバルナビのCSS ===============*/
menu a{
	float:left;
/*	width:16%;*/
	padding:10px 40px;
	display:block;
}
menu a:hover,menu li.current_page_item a,
body[id^="g_"] nav .menu-item-294 a,
body[id^="gk_"] nav .menu-item-294 a
 {
	transition: 1.0s ;
	/*background:#00b2db;*/
	color:#fff;
	display:block;
	border-radius: 7px;
	border-bottom: 5px #ae6210 solid;
}
menu ul li {
text-align:center;
}
.has-child ul li a:hover, li.has-child ul li a {
    transition: 1.0s;
    /* background: #00b2db; */
    color: #fff;
    display: block;
    border-radius: 0px;
    border-bottom: 5px #fff solid;
}
/*========= トップニュースブロックのCSS ===============*/
section.index_news {
	min-height: 285px;
	padding: 0 3% 2%;
	width: 93%;
	float: left;
	border: solid 2px #a0cddf;
	background: #ddf3fd;
	position: relative;
	text-align: left;
	border-radius: 7px;
}
section.index_news h3 {


}
ul#tab {
	float: left;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

ul#tab li a {
	display: block;
	padding: 0 20px;
	height: 34px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	color: #888;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background: #f5f5f5;
}
ul#tab li.active, ul#tab li.active a, ul#tab li.active a:hover {
	height: 34px;
	background: #fff;
	color: #111;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

ul#tab li {
	float: left;
	margin-left: 5px;
	text-align: center;
	background: #f5f5f5;
}
ul#tab li {
	float: left;
	margin-left: 5px;
	text-align: center;
	background: #f5f5f5;
}

.tabbox ul {
	height: 175px;
}
.tabbox ul li p {
	color: #333;
	margin-bottom: 3px;
}
.tabbox ul li {
	float: left;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 5px;
	padding-bottom: 2px;
	width: 100%;
}
.tabbox ul li p a {
	margin-left: 5px;
	padding: 2px 5px;
	background: #555;
	color: #fff;
	font-size: 12px;
	height: 12px;
	line-height: 12px;
}
#detail {
	float: left;
	max-width: 1000px;
	height: 275px;
	background: #fff;
	padding: 19px 9px 19px 19px;
	border: solid 1px #ccc;
	position: relative;
	z-index: 0;
	overflow-y: scroll;
	width:100%;
}
.bana {
	width:230px;
	height:60px;
	margin:4px;
	background:#d3d3d3;
	float:left;
	display:block;
	padding:30px;
}
.big {
font-size:4rem;
}
.small {
font-size:1.7rem;
line-height:0em;
}
/*========= SNSのCSS ===============*/
.sns {
  padding: 0 2%;
  flex: auto;
  border: 1px #ddd solid;
  border-radius: 10px;
}
.sns dt {
  padding: 10px;
  font-size: 2.5rem;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.sns dd {
  height: 400px;
  overflow: scroll;
}
dl.tw dt {
  background: #008abe;
}
/*========= 協賛バナーのCSS ===============*/
.kyousan {
	float: left;
	clear:both;
}
.bana_area {
	display: flex;
	flex-wrap: wrap;
}
.bana {
	width: 230px;
	height: 60px;
	margin: 4px;
	background: #d3d3d3;
	display: block;
	padding: 30px;
	flex: auto;
}
/*========= リンクのCSS ===============*/
.links {
  margin: 4% 0;
}
.links img {
	width:99%;
	border:1px solid #ddd;
}
.links a:hover{
	transition: .3s;
	opacity: 0.5;
}
.foot_menu {
	max-width:1600px;
/*	background:#a0cddf;*/
	clear:both;
	margin: 0 auto;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer ul li {
	width:23%;
	font-weight:bold;
	margin:1%;
	background:#c7e1ec;
	border-radius: 7px;
	display: inline-block;
}
footer ul li a{
	display:block;
}
footer ul li a:hover{
transition: 1.0s ;
background:#00b2db;
color:#fff;
display:block;
border-radius: 7px;
}
.copy {
clear:both;
display:block;
}

/*========= サイズ切替のCSS ===============*/
ul#textresizer,ul#bkcolor {
	float: right;
	margin-left:2%;
}
ul#textresizer li,ul#bkcolor li {
	float:left;
	margin:3px;
}
ul#textresizer li span:hover {
  background-color: #CCC;
  text-decoration: none;
}
ul#textresizer li span {
	display: block;
	padding: 0 2px;
	text-align: center;
	border: 2px solid #666666;
	background-color: #FFFFFF;
	border-radius:5px;
	cursor: pointer;
	line-height: 1.6em;
}

ul#textresizer li#s_size span {
	border: 2px solid #2d82db;
	color:#1e67b5;
}
ul#textresizer li#m_size span {
	border: 2px solid #d94444;
	color:#d94444;
}
ul#textresizer li#l_size span {
	border: 2px solid #1e970c;
	color:#1e970c;
}
ul#textresizer li#s_size span.textresizer-active {
	background:#2d82db;
	color:#fff;
}
ul#textresizer li#m_size span.textresizer-active {
	background:#d94444;
	color:#fff;
}
ul#textresizer li#l_size span.textresizer-active {
	background:#1e970c;
	color:#fff;
}
ul#bkcolor li span {
	font-size:.9em;
	display: block;
	padding: 0 2px;
	text-align: center;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	cursor: pointer;
	border-radius:5px;
}
ul#bkcolor li#default span {
	border: 1px solid #666666;
}
ul#bkcolor li#blue span {
	background:#5ea2ea;
	color:#fff;
}
ul#bkcolor li#black span {
	background:#000;
	color:#fff;
}
header form input#textfield {
	width:260px;
	padding:3px;
}
header form input#button {
}
header form {
	float:right;
	margin:3px;
}
/*リンクボタンCSS*/
a.btn_white {
	display: block;
	margin: 0 auto;
	padding: 0.3rem 1.5rem;
	border: 1px solid #ddd;
	border-radius: 50px;
	box-sizing: border-box;
	text-decoration: none;
	transition: 0.3s;
}
a.btn_white:before {
	font-family: "Font Awesome 5 Free";
	content: "\f35a";
	font-weight: 900;
	font-size: 1em;
	margin-right: 10px;
}
a.btn_white:hover {
	background:#ddd;
}
a.btn_blue {
	display: block;
	max-width: 350px;
	margin: 0 auto;
	padding: 1.5rem 3.0rem;
	background-color: #1755aa;
	border-radius: 8px;
	box-sizing: border-box;
	text-decoration: none;
	transition: 0.3s;
	margin-top: 2%;
}
a.btn_blue span.bl__text {
	display: block;
	position: relative;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding-left: 30px;
}
a.btn_blue span.bl__text:before {
	content: '';
	width: 20px;
	height: 20px;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
a.btn_blue span.bl__text:after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 3px solid #1755aa;
	border-right: 3px solid #1755aa;
	box-sizing: border-box;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 5px;
	bottom: 0;
	margin: auto;
	transition: 0.3s;
}
a.btn_blue:hover {
	background-color: #01b5d0;
}
a.btn_blue:hover span.bl__text:after {
}

.btn-sm,
a.btn--sm {
	color: #fff;
	background-color: #1755aa;
	cursor: pointer;
	border-radius:5px;
	padding:6px 10px;
	border:none;

}
.btn--sm:hover,
a.btn--sm:hover {
	color: #fff;
	background: #f56500;
}
a[href$=".pdf"]:after {
	content:" ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(img/pdf.gif) no-repeat;
	vertical-align: bottom;
	margin-left: 1%;
}
a[href$=".pptx"]:after {
	content:" ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(img/ppt.gif) no-repeat;
	vertical-align: bottom;
	margin-left: 1%;
}
a[href$=".docx"]:after {
	content:" ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(img/doc.gif) no-repeat;
	vertical-align: bottom;
	margin-left: 1%;
}
a[href$=".xlsx"]:after {
	content:" ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(img/xls.gif) no-repeat;
	vertical-align: bottom;
	margin-left: 1%;
}

/*投稿ナビゲーションリンクのCSS*/
.nav-links {
margin:5% 2%;
}
.nav-links .nav-previous .meta-nav{
margin:5% 2%;
}
.nav-links .nav-next .meta-nav{
margin:5% 2%;
}
.nav-links .meta-nav i{
	margin-right: 1%;
	font-size: 1.4em;
	vertical-align: middle;
}

/*大会スケジュールのCSS*/
.table-scroll {
  overflow-x: auto;
}
table.siga_sche {
	/* width: 1000px; 削除 */
	width: 100%;
	white-space: nowrap;
	border-collapse: collapse;
}
table.siga_sche,
table.siga_sche th,
table.siga_sche td {
  border: 1px solid #333;
}
table.siga_sche th {
	text-align:center;
}
table.siga_sche td {
	padding:2px 5px;
}
table.siga_sche th.sche_name {
width:25%;
}
table.siga_sche th.sche_basho {
width:28%;
}
table.siga_sche thead th {
  background-color: #333;
  color: #fff;
}

table.siga_sche tbody th {
  background-color: #eee;
}


#page_top{
	position: fixed;
	right: 20px;
	opacity: 0.8;
	z-index: 99;
                                bottom: -220px;
}
#page_top a{
	position: relative;
	display: block;
	width: 150px;
	height: 216px;
	text-decoration: none;
	background: url(img/top_hikaru.png);
}
#page_top a:hover {
  animation: poyon 1.2s infinite;
  animation-iteration-count: 1;
}
@keyframes poyon {
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
/*#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 46px;
	color: #fff;
	position: absolute;
	width: 35px;
	height: 35px;
	top: 5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}*/

/*============
nav
=============*/
nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -300px;
	bottom: 0;
	width: 300px;
	background: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: 5;
	opacity: 0;
}
.open nav.mobile {
  left: 0;
  opacity: 1;
}
nav.mobile .inner {
  padding: 25px;
}
nav.mobile .inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.mobile .inner ul li {
	position: relative;
	margin: 0;
	border-bottom: 1px solid #333;
}
nav.mobile .inner ul li a {
	display: block;
	color: #333;
	font-size: 14px;
	padding: 1em;
	text-decoration: none;
	transition-duration: 0.2s;
}
nav.mobile .inner ul li a:hover {
  background: #e4e4e4;
}
.home div.pc {
	background:#3370cb;
}
form .birth_y {
	display: inline-block;
	width: 60px !important;
}
form .border th,form .border td{
	border:1px #333 solid;
	/* 枠線をつける */
	padding:0 5px;
}
form table.border{
	border-collapse: collapse;
}
form ol {
	padding-left: 20px;
}
@media (min-width: 768px) {
	.sp {
		display:none;
	}
	#m_bg ul.sub-menu {
		display: none;
		position: absolute;
		background: #0641b3d6;
		border-radius: 20px;
		width: auto;
		margin-top: 60px;
	}
	#m_bg ul.toggled-on {
		display: block;
	}
	#m_bg ul.toggled-on li{
		float: unset;
	}
	.dropdown-toggle {
		padding: 0;
		border: none;
		outline: none;
		font: inherit;
		color: inherit;
		cursor: pointer;
		position: absolute;
		width: 180px;
		margin-left: -160px;
		height: 50px;
		background: #3330;
	}

.dropdown-toggle::after {
  top: 48%;
  left: 5px;
  transform: rotate(90deg);
}
.dropdown-toggle::before, .dropdown-toggle::after {
  position: absolute;
  content: '';
  width: 25px;
  height: 2px;
  background-color: #333;
}
.dropdown-toggle::before {
  top: 48%;
  left: 5px;
  transform: rotate(0deg);
}
.dropdown-toggle.close::after {
  transform: rotate(-45deg);

}
.dropdown-toggle::after {
  top: 48%;
  left: 5px;
  transform: rotate(90deg);

}
.dropdown-toggle::before, .dropdown-toggle::after {
  position: absolute;

  content: '';

  width: 15px;

  height: 2px;

  background-color: #333;

}
.dropdown-toggle.close::before {
  transform: rotate(45deg);

}
.dropdown-toggle::before {
  top: 48%;
  left: 5px;
  transform: rotate(0deg);
}

}
@media (max-width: 1270px) {

	.open .toggle_btn span {
		background-color: #00b3dc;
	}
	#container {
		top: 80px;
	}
	header img.img2 {
		width: 500px;
	}
	#bkcolor,#textresizer,form#form1 {
		display:none;
	}
	menu {
		display:none;
	}
	nav.mobile {
		left: -80%;
		width: 80%;;
	}
	nav.mobile ul{
		margin:2%;
	}
	nav.mobile ul li{
		margin:2%;
		padding:2%;
	}
	nav.mobile form{
		padding:2%;
		text-align:center;
	}
	nav.mobile input{
		height:30px;
		font-size:1.2em;
	}
	nav.mobile button{
		font-size: 1.2em;
		margin-top: 5%;
	}
/*============
.toggle_btn
=============*/
.toggle_btn {
	display: block;
	position: fixed;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	transition: all .5s;
	cursor: pointer;
	z-index: 6;
}
.toggle_btn span {
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #00b3dc;
	border-radius: 4px;
	transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  top: 24px;
}

.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
	#mask {
		display: none;
		transition: all .5s;
	}
	.open #mask {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .8;
		z-index: 2;
		cursor: pointer;
	}

	a.btn_blue {
		max-width: 280px;
		padding: 0.5rem 1.0rem;
	}
	a.btn_blue span.bl__text {
		font-size: 14px;
	}

}
@media (max-width: 767px) {
	canvas,.follower {
		display:none;
	}
	.pc {
	display:none;
	}
	.sp {
	display:block;
	}
	.open .toggle_btn span {
		background-color: #fff;
	}
	#container {
		top: 50px;
	}
	.blc_l,.blc_r {
		width: 98%;
	}
	footer ul li{
		width: 68%;
		padding:2% 0;
	}
	.blc_r {
		margin-top: 30px;;
	}
	header {
		z-index: 2;
	}
	#h_bg {
		height:60px;
	}
	header img.img1 {
		height: 28px;
		float: unset;
		padding-top: 0;
		padding-left: 0;
		margin-right: 0;
	}
	header img.img2 {
		width: auto;
		height: 25px;
		float: unset;
		padding-top: 0;
	}
	.home .xo-slider {
		margin-top: 50px;
	}
	#m_bg ul {
		list-style-type: none;
		width: 100%;
		clear: both;
		margin: 0 auto;
		display:block;
		background:#fff;
		opacity: 0.9;
	}

	#page_top {
		width: 100px;
		height: 100px;
		right: 10px;
		bottom: -150px;
	}
	#page_top a {
		width: 100px;
        height: 140px;
        background-size: 100px;
	}
	#f_bg img.img2 {
		width: 95%;	
	}
/*新着情報のCSS*/
#detail {
	width: 100%;
}
ul#tab li {
	height: unset;
	margin: 1px;
	width: 46%;
	padding: 3px;
}
ul#tab li.active {
	height: unset;
}
ul#tab li a {
	padding: 2px 5px;
	border:none;
}
/*SNS*/
.sns dt {
	font-size: 1.8rem;
}
/*Foot Banner*/
.links img {
	width: 48%;
	float: left;
	margin: 1px;
}
.links br{
	display:none;
}
.links {
  float:left;
}
.sns {
clear:both;
margin-top:20px;
}

}