@charset "utf-8";
@import url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css");

/*各cssの読み込み
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*日本地図用css（list_chintai.html用）*/
@import url(map.css);

/*一覧ページ用css*/
@import url(list.css);

/*トップページのメイン画像用css*/
/*@import url(mainimg.css);*/

/*slide.cssの読み込み
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@import url(slide.css);



/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	background: #fff;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ul.disc {list-style-type: disc;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;border-radius: 5px;}
video,audio {max-width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;
	transition: 0.5s;
}
a:hover {
	color: #fe7200;
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
}

/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background: #fff;
	height: 100px;
	height: 90px;
	color: #333;
	margin: 0 auto;
}
header .inner {
	height: 90px;
}
/*ロゴ画像*/
header #logo {
	width: 450px;
	float: left;
	margin-top: 20px;
	margin-left: 3%;
	z-index: 9999;
}

/*ログイン
---------------------------------------------------------------------------*/
header .login a {
	display: inline-block;text-decoration: none;
	/* float: right; */
	margin-right: 3%;
	margin-top: 50px;
	border: 1px solid #fe7200;
	background: #fe7200;
	background: #fe7200 url(../images/icon_mail.png) no-repeat 18px 9px / 25px;
	color: #fff;
	padding: 5px 30px 5px 50px;
	border-radius: 4px;
	font-size: 14px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	letter-spacing: 0.2em;
}
/*マウスオン時*/
header .login a:hover {
	background-color: #fe9b00;
	color: #fff;
}

/*ヘッダー内メニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#headersearch {
	position: absolute;
	right: 0px;
	top: 0px;
	float: right;
	width: 250px;
	width: 188px;
	height: 20px !important;
}
.gsc-search-button-v2 {
	border-color: #fe7200 !important;
	background: #ff8a00 !important;
	background: linear-gradient(#ffa600, #ff8a00) !important;
}
.gsc-search-button-v2:hover {
	color: #ff8a00 !important;
	background: #fff !important;
}
.gsc-search-button-v2 svg:hover  {
    fill: #fe7200 !important;
}

#headersearch li {
	float: left;
	margin-left: 10px;
}
#headersearch li.hm-search{
	width: 30% !important;
}
#headersearch li a {
	text-decoration: none;display: block;
	background: linear-gradient(#ffa600, #ff8a00);
	color: #FFF;
	padding: 3px 15px;
	border-radius: 4px;
	border: 1px solid #ff8a00;
}
/*マウスオン時*/
#headersearch li a:hover {
	color: #ff8a00;
	background: #fff;
}
form.gsc-search-box {
    font-size: 11px;
}
.gsc-input-box {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.gsib_a {
    padding: 0px 9px 0px 9px !important;
}
.gsc-search-button-v2 {
    padding: 5px 5px !important;
}
table.gsc-search-box td.gsc-input {
    padding-right: 8px !important;
}

/*文字サイズ変更ボタン
---------------------------------------------------------------------------*/
/*ボタンブロック全体*/
#headermenu {
	position: absolute;
	right: 270px;
	right: 190px;
	top: 0px;
	background: #fff;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
	border-radius: 0px 0px 2px 2px;
	line-height: 28px;
	padding: 2px 5px;
}
#headermenu p {
	float: left;
	font-size: 10px;
	padding: 0 20px;
}
#headermenu ul li {
	float: left;
}
#headermenu ul a {
	overflow: hidden;display: block;text-decoration: none;text-align: center;
	color: #fe7200;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 10px;

}

.arrow_s {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #333;
  text-decoration: none;
}
.arrow_s:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fe7200;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -6px;
}
/*-ヘッダーアドレス-*/
#adrs{
	position: absolute;
	right: 0px;
	bottom: 0px;
	line-height: 15px;
}
#adrs img{
	width: 16px;
    padding: 3px;
	margin-left: 0px;
}
#adrs br.sp{
	display: none;
}

#adrs small{
	font-size: 90%;
}

/*メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	clear: both;
	height: 65px;
	text-align: center;
	background: #fe7200;
	border-bottom: 1px solid #fff;
}
#menubar li {
	float: left;
	width: 14.285%;
}
#menubar li a {
	text-decoration: none;display: block;
	line-height: 1.6;
	color: #fff;
	height: 50px;
	padding-top: 15px;
	border-right: 1px solid rgba(255,255,255,0.5);
}
#menubar li:first-child a {
	border-left: 1px solid rgba(255,255,255,0.5);
}
/*飾り文字*/
#menubar li span {
	display: block;
	font-size: 9px;	
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 0.2em;
	opacity: 0.5;
}
#menubar li a:hover, #menubar li.current a {
	background: #ee9b17;
}

#menubar-s {display: none;}

#menubar_hdr {display: none;}


/*ドロップダウンメニュー用
----------------------------------------------------------------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar ul.ddmenu {
	position:absolute;visibility: hidden;z-index: 10;padding-top: 1px;
	width: 14.285%;
	font-size: 14px;
}
#menubar ul.ddmenu li {
	float: none;
	width: 100%;
}
#menubar ul.ddmenu li a {
	width: 100%;height: auto;font-weight: normal;
	line-height:1.2;
	border: none;
	border-bottom: 1px solid #fff;
	background: rgba(254,114,0,0.8);
	color: #fff;
	padding: 10px 0;
}
/*ドロップダウンメニュー内の見出し*/
#menubar ul.ddmenu li.title a {
	background: #fe7200;
	cursor: default;
	padding: 3px 0;
}
/*マウスオン時*/
#menubar ul.ddmenu li a:hover {
	background: #fe7200;
}
/*見出しのマウスオン時*/
#menubar ul.ddmenu li.title a:hover {
	background: #fe7200;
}

/*fixmenu設定
---------------------------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
body.is-fixed-menu .nav-fix-pos {
	width: 100%;z-index: 100;position: fixed;top: 0;left: 0;
}
body.is-fixed-menu header {
	margin-bottom: 65px;
}
body.is-fixed .nav-fix-pos {
	width: 100%;z-index: 100;position: fixed;top: 0;left: 0;
}
body.is-fixed header {
	margin-bottom: 75px;
	margin-bottom: 65px;
}

#contents1,#contents1-1,#contents2,#contents3,#contents4,#contents5 {
	margin-top: -80px;
	padding-top: 80px !important; 
}


/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: both;overflow: hidden;
	padding-top: 5px;
	padding-bottom: 40px;
}

/*contents-in（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents-in {
	float: left;
	width: 100%;
	padding-top: 5px;
}
.c2 #contents-in {
	float: none;
	width: auto;
}

/*mainコンテンツ（中央のブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 75%;
}

#main h2 {
	clear: both;
	margin-bottom: 20px;
	padding: 10px 20px;
	font-size: 18px;
	color: #fff;
	background: #fe7200;
	color: #fe7200;
	background: #fff;
border: 1px #ccc solid;
	border-radius: 5px;
}

#main h2::first-letter {
	border-left: 3px solid #fff;
	padding-left: 15px;
}

h2.mv{
	position: relative;
	height: 36px;
}
.mvtitle {
	position: absolute;
	top: 0%;
	left: 0%;
	padding: 5px 16px;
	margin:10px 20px;
	border-left:3px solid #fff;
	border-left:3px solid #fe7200;
}
.mvtitle-heading {
	text-transform: uppercase;
	line-height: 1.1;
}
.mvtitle-heading-primary {
	display: block;
	font-size: 1.0rem;
	font-weight: 400;
	animation: moveInLeft 1s ease-out;
}
.mvtitle-heading-secondary {
	font-family: sans-serif;
	display: block;
	font-size: 0.5rem;
	font-weight: bold;
	text-align: left;
	animation: moveInRight 1s ease-out;
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  
  80% {
    transform: translateX(10px);
  }
  
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  
  80% {
    transform: translateX(-10px);
  }
  
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

/*mainコンテンツのh3タグ設定*/
#main h3 {
	clear: both;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 4px 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: rgba(254,114,0,0.9);
}

/*h3タグの１文字目への追加設定*/
#main h3::first-letter {
	border-left: 3px solid #fff;
	padding-left: 15px;
}
/*mainコンテンツのh4タグ設定*/
#main h4 {
	clear: both;
	color: #fe7200;
	margin-bottom: 20px;
	padding: 4px 0px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 3px solid #fe7200;
}
#main h4::before {
	content: "●";
}

#main p {
	padding: 0px 20px 20px;
}

#main p + p {
	margin-top: -5px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -10px;
}
#main section + section {
	margin-top: 30px;
}

/*subコンテンツ（左側のブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 0%;
	width: 22.5%;
}

/*sideコンテンツ（右側のブロック）
---------------------------------------------------------------------------*/
#side {
	float: right;
	width: 18%;	
}
/*２カラム時*/
.c2 #side {
	display: none;	
}

/*sub,side共通設定
---------------------------------------------------------------------------*/
#sub nav{
	border-radius: 10px;
	border: 0px solid #8c876c;
}

/*h2見出しタグ設定*/
#sub h2,
#side h2 {
	text-align: center;	
	padding: 8px 0px;
	color: #fff;
	background: #9d9980;
	background: linear-gradient(#9d9980, #8c876c);
	border-radius: 3px 3px 0 0;
}
/*段落タグ（p）設定*/
#sub p,#side p {
	line-height: 1.2;
	margin: 5px 0;
}

#sub .mini1 {
	font-size: 11px;
	padding-left: 3.5em;
}

/*box1設定（sub,sideで使っています）
---------------------------------------------------------------------------*/
/*box1設定*/
#sub .box1,
#side .box1 {
	border: 1px solid #8c876c;
	padding: 7px;
	margin-bottom: 20px;
	background: #f1f0ec;
	border-radius: 3px;
}

.box1 .submenu {
	margin-bottom: 0 !important;
}

.box1 .mail {
    background: url(../images/icon_mail.png) no-repeat 0 5px;
	background-size: 16px;
	padding-left: 21px;
}

/*submenu（sub,sideのメニュー）
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub .submenu,
#side .submenu {
	margin-bottom: 20px;
	border-top: 1px solid #8c876c;
}
/*メニュー１個ごとの設定*/
#sub .submenu li a,
#side .submenu li a {
	text-decoration: none;display: block;
	padding: 0 10px;
	border: 1px solid #8c876c;
	border-top: none;
	background: #fff;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #fe7200;
	font-size: 85%;
	color: #fff;
}
footer a, footer a:hover {
	color: #fff;
}
footer .pr {display: block;font-size: 80%;}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 0;
	font-size: 12px;
}
/*１列分の設定*/
#footermenu ul {
	float: left;
	width: 18%;
	padding-right: 1%;
	padding-left: 1%;
}
/*メニュー１個あたりの設定*/
#footermenu ul li {
	padding: 0 10px;
}
/*見出し*/
#footermenu li.title {
	font-weight: bold;
	background: rgba(0,0,0,0.1);
	border-radius: 2px;
}
/*リンクテキスト*/
#footermenu a {
	text-decoration: none;
	opacity: 0.7;
}
/*マウスオン時*/
#footermenu a:hover {
	opacity: 1;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #333;
}
#copyright a {text-decoration: none;}

/*パンくずリスト
---------------------------------------------------------------------------*/
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 80%;
}

.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: gray;
}

.breadcrumb li:first-child a:before {
  /*家アイコン*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
  color: #fe7200;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

/*-お問い合わせブロック
---------------------------------------------------------------------------*/
#bustime{
    display: block;
    position: fixed;
    top: 40%;
    right: 0px;
    text-align: center;
    width: 97px;
    z-index: 9999;
}

#toggle {
	display: none;
}  
#bustime .label {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
}

#bustime  input[type="checkbox"].on-off{
	display: none;
}

#toggle + .label::before {
	content: '';
	display: inline-block;
	width: 97px;
	height: 202px;
	background-image: url(../images/message.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
	from {
		opacity: 1;
		transform: translateX(55px);
	}
	to {
		opacity: 1;
		ransform: translateX(0px);
	}
}  

#toggle:checked + .label::before {
	content: '';
	display: inline-block;
	width: 97px;
	height: 202px;
	background-image: url(../images/message_hid.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position:absolute;
	top: 0px;
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
	from {
		opacity: 0;
		transform: translateX(100px);
	}
	to {
		opacity: 1;
		transform: translateX(55px);
	}
}

.fa, .fas {
    font-weight: 900;
}
.fa-lg {
    font-size: 1em;
    line-height: .75em;
    vertical-align: -0.0667em;
}
.fa-phone:before {
    content: "\f232";
	padding-right: 5px;
}



/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new{
	border-radius: 5px;
	overflow: hidden;
	background: url(../images/bg_news.png) no-repeat left bottom;
	background-size: 25%;
	background-color: #fe7200;
	
}
#new h2 {
	clear: both;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 20px;
	padding: 10px 20px;
	background: #fe7200;
	border-radius: 5px 0 0 5px;
}

#new h2{
	float: left;
	width: 20%;
}
#new dl {
	float: right;
	width: 72%;
	padding: 20px 20px 5px;
	margin-bottom: 0px;
	border-top: 3px solid #ccc;
	border-right: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	border-radius: 0 5px 5px 0;
	background: #fff;
	overflow: scroll;
	height: 210px;
}
#new dl.pick {
	overflow: hidden;
     height: auto;
}
#new dl.pick dd {
    border-bottom: 0px dotted #ccc;
}
/*日付設定*/
#new dt {
	float: left;
	width: 12.5em;
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 14em;
	border-bottom: 1px dotted #ccc;
	padding-left: 13em !important;
	position: relative;
}
/*イベントアイコン*/
#new dt.eventicon::after{
	content: "イベント";
	background: #f0c;
	color: #FFF;
	font-size: 70%;
	line-height: 2.1;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 1px 10px;
	vertical-align: text-top;
	float: right;
}

/*お知らせアイコン*/
#new dt.infoicon::after {
	content: "お知らせ";
	background: #00f;
	color: #FFF;
	font-size: 70%;
	line-height: 2.1;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 1px 10px;
	vertical-align: text-top;
	float: right;
}
#newslist dl {
	margin-bottom: 30px;
}
#newslist dt {
	float: left;
	width: 12.5em;
	letter-spacing: 0.1em;
}
/*記事設定*/
#newslist dd {
	padding-left: 14em;
	border-bottom: 1px dotted #ccc;
	padding-left: 13em !important;
}
@media screen and (max-width: 470px) {
	#newslist dt {
		width: 8em;
	}
	/*記事設定*/
	#newslist dd {
		padding-left: 8em !important;
	}
}

.info-list {
	background:#fff;
}
.info-list2 {
	background:url(../images/U12_Festival_2025_TW_IS.png) 0 0 no-repeat;
	background-size: 100% ;
	float: right;
    width: 72%;
	padding: 5px 20px 5px;
	border-top: 3px solid #ccc;
    border-right: 3px solid #ccc;    
    border-radius: 0 5px 5px 0;	
	line-height: 1.3;


	display: flex;
    justify-content: center;
    align-items: center;

    align-items:end;
	height:210px;
}
.info-list3 {
	background:url(../images/2024_tabunkakyosei_bg.png) 0 0 no-repeat !important;
	background:#fff !important;

	background-size: 100% ;
	float: right;
    width: 72%;
	padding: 5px 20px 5px;
	border-top: 3px solid #ccc;
    border-right: 3px solid #ccc;    
    border-radius: 0 5px 5px 0;	
	line-height: 1.3;
}
.bdrex{
	border-top: none !important;
}
.info-list2-1 {	
	padding: 5px 30px 5px;
}
.info-list2 .detail {	
	padding: 10px 0 10px 50px;
}
.info-list2 .detail .ind{	
	padding: 0 0 0 6em;
}
.info-list2 br.sp{
	display: none;
}
.info-list2 .open {
	cursor:pointer;
}
.info-list2 #pop-up {
	display: none;
}
.info-list2 .overlay {
	display: none;
}
.info-list2 #pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.info-list2 .window {
	width: 90vw;
	max-width: 380px;
	height: 240px;
	border:5px solid #44caf2;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.info-list2 .text {
	font-size: 18px;
	margin: 0;
}
.info-list2 .close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}
.info-list2 .lh1{
	line-height: 1.2;
	padding-top:10px;
}
.info-list2 .bd1{
	margin: 10px 10px;
	line-height: 1.3;
	font-weight:bold;
}
.info-list2 br.sp{
	display: none;
}


.info-list3 .detail {	
	padding: 10px 0 10px 50px;
}
.info-list3 .detail .ind{	
	padding: 0 0 0 6em;
}
.info-list3 br.sp{
	display: none;
}
.info-list3 .open {
	cursor:pointer;
}
.info-list3 #pop-up {
	display: none;
}
.info-list3 .overlay {
	display: none;
}
.info-list3 #pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.info-list3 .window {
	width: 90vw;
	max-width: 380px;
	height: 240px;
	border:5px solid #44caf2;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.info-list3 .text {
	font-size: 18px;
	margin: 0;
}
.info-list3 .close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}
.info-list3 .lh1{
	line-height: 1.2;
	padding-top:10px;
}
.info-list3 .bd1{
	margin: 10px 10px;
	line-height: 1.3;
	font-weight:bold;
}
.info-list3 br.sp{
	display: none;
}

.info-list3 .btn{
	font-size:1.5em;
	padding-top: 20px !important;
	background: linear-gradient(transparent 80%, #fc0 20%) !important;
}



hr.cl{clear: both;}
#new noscript{
	background-color: #fff;
}

.pic-background {
    background-image: var(--pic-image-data, none);
    background-size: cover;
    background-position: center;
}

.pic-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 338px;
    height: auto;
    box-sizing: border-box;
}

.pic-container .btn {
	text-align: center;
    position: relative;
    padding: 0.1rem 3rem;
    padding: 0.1rem 0;
	margin-bottom: 10px;
	/* border: 2px solid #f00; */
	border-radius: 5px;
	background-color: rgba(255,255,255,0.55);
	background-color: #fff;
    transition: .3s;
    font-weight: bold;
    overflow: hidden;
	background: linear-gradient(transparent 60%, #fc0 60%);
}

/* .pic-container .btn::before,
.pic-container .btn::after {
    position: absolute;
    width: 20px;
    height: 20px;
    transition: .3s;
    content: '';
} */
/* .pic-container .btn::before{
    position: absolute;
    width: 20px;
    height: 20px;
    transition: .3s;
    content: '〈';
}
.pic-container .btn::after{
    position: absolute;
    width: 20px;
    height: 20px;
    transition: .3s;
    content: ' 〉';
} */

.bgbrown-link a {
	position:relative;
    text-align: center;
    margin: 10px auto 10px !important;
    margin: 0px 0 5px 15% !important;
    padding: 0.2em 10px;
    text-decoration: none;
    background-color: #42210b;
    background-color: #fff;
	background-color: #fc9;
    border-radius: 5px;
	width: 25%;
	float:left;
}
.bgbrown-link a:hover {
    color: #000 !important; 
    background-color: #fc9;
    border-style: inset;
    text-decoration: underline;
    border: none;
}

.academy .pc{display: block !important;}
.academy .sp{display: none !important;}

.academy .dwn-link{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px !important;
    
}
.academy .dwn-link a {
    text-align: center;
    margin: 0px 5px 5px 0 !important;
    padding: 5px 10px;
    text-decoration: none;

	transition: 0.3s ease-in-out;
    font-weight: 500;
    background: linear-gradient(to top, rgb(5, 130, 174), #d92727);
    background: linear-gradient(to top, rgb(195, 82, 82), #dd7171);
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    border-radius: 9999px;
}
.academy .dwn-link a:last-child{
	margin-right: 0 !important;
    
}
.academy .dwn-link a:hover {
	color: #fff;
	opacity: 0.5;	
}
.academy .dwn-link a[href*=".pdf"]:after {
	color: #fff;
}

@media screen and (max-width: 600px) {
    .info-list2 {
		background:url(../images/U12_Festival_2025_TW_IS_sp.png) 0 0 no-repeat;
		background-size: 100% ;
		height:280px;		
	}
}
@media screen and (max-width: 470px) {
    .info-list2 {
		height:200px;		
	}
	.academy .sp{display: block !important;}
	.academy .pc{display: none !important;}
	.academy .dwn-link a {
		padding: 5px 4px;
		line-height:1;
		font-size: 83%;
		border-radius: 5px; 
		margin: 0px 2px 5px 0 !important;
	}
	.academy .dwn-link a[href*=".pdf"]:after {
		font-family: FontAwesome;
		content: "";
		color: #f00;
		font-weight: bold;
	}
}
@media screen and (max-width: 350px) {
    .info-list2 {
		height:160px;		
	}
	
	.academy .dwn-link a {
		padding: 5px 3px;
		/* line-height:1;
		font-size: 90%; */
	}
}

/*トップページ内「広告」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#sponsor {
	background: #ddd;
	border-radius: 5px;
}

/*トップページ内「トピック」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#topic{
	padding: 5px;
	margin: 0 0 40px;
	border-radius: 5px;
	overflow: hidden;
	border: #fe7200 solid 1px;
	background: url(../images/member.png)no-repeat right 10px top;
	display: flex;
	background-size: 50%;
}
#topic h2 {
	clear: both;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	margin: 0 20px 0 0;
	padding: 10px 20px;
	background: #fe7200;
	float: left;
	width: 15%;
	height: 50px;
	position: relative;
	border-radius: 5px;

	position: static;
	display: flex;
	justify-content:center;
	align-items: center;
}
#topic .mvtitle {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); */
    padding: 0; 
    margin: 0;
    border-left: 0px solid #fe7200;

	position: static;
	display: flex;
	justify-content:center;
	align-items: center;
}
#topic h3 {
	color:#fe7200;
	font-size:1.2em;
	font-weight:bold;
}
#topic .text {
	margin-left:1em;
	width:85%;
}
#topic .text a {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #fe7200;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	text-indent: -1em;
}
#topic .text a:hover {
	color: #333333;
	text-decoration: none;
	background-color: rgb(255,255,255,0.8);
}


#topic a.text1 {
	display: block;
	width: 85%;
	padding: 0 1em;
	color: #fe7200;
	font-size: 22px;
	font-weight: 700;
	background-color: transparent;
	text-decoration: none;
	display: flex;
	align-items: center;
}

#topic a.text1:hover {
	color: #333333;
	background-color: rgba(255,255,255,0.8);
}

#topic a.text1 {
	display: block;
	width: 85%;
	padding: 0 1em;
	color: #fe7200;
	font-size: 22px;
	font-weight: 700;
	background-color: transparent;
	text-decoration: none;
	display: flex;
	align-items: center;
}

#topic a.text1:hover {
	color: #333333;
	background-color: rgba(255,255,255,0.8);
}

/*スポーツ協会について　ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
.soshiki img {
	display: block;
	max-width: 60%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.vertical {
	display: table;
	width: 100%;
}
.vertical .verti-2 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.vertical .verti-2 .ib {
	display: inline-block;
	text-align: left;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}

.about .listblock{
	width: 49%;
	float: left;
	margin-right:1%;
}
.about .listblock table{
	margin-bottom: 0 !important;
}

.about .listblock .ta2 tr.last th,
.about .listblock .ta2 tr.last td{
	border-bottom: 1px solid white !important;
}


/*加盟団体・・・・ページ
---------------------------------------------------------------------------*/
/*ナンバーリング olリスト*/

.member ol {
	padding:0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.member .ollist1,
.member .ollist2{
	width: 49%;
	margin-right: 1%;
	float: left;
}
.member .ollist1 ol{
	counter-reset: item 0;
}
.member .ollist2 ol{
	counter-reset: item 22;
	margin-bottom: 30px;
}
.member li {
	display: block;
	padding: 2px 2px 2px 8px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.member li:before {
	content: counter(item) ". ";
	counter-increment: item;
}
.member h4.title {
	color: #666 !important; 
	font-weight: bold;
	text-align: center;
	margin-bottom: 0 !important; 
	border: 1px solid #ccc !important; 
	border-bottom: 0px solid #ccc !important; 
	background: #eee;
}
.member h4.title:before {
	content: none !important; 
}

/*事務局・年間計画*/
.member  {
	overflow:hidden;
	margin-bottom:30px;
}

.member .staff {
	font-size: 90%;
	margin-left:5px;
	position: relative;
}

.member .staff a.staff-contact,
.member .staff a.staff-calendar{
	padding: 1px 5px 0px 5px;
	border-radius: 3px;
	border: 1px solid  #fe7200;
	color: #fe7200;
}
.member .staff a.staff-calendar[href*=".pdf"]:after { 
	content: "" !important;
}

.member .modal-wrapper {
	z-index: 999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 60px 10px;
	text-align: center;

	display: flex;
	justify-content: center;
	align-items: center;
}
  
.member  .modal-wrapper:not(:target) {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}
  
.member  .modal-wrapper:target {
	opacity: 1;
	visibility: visible;
	transition: opacity .4s, visibility .4s;
}
  
.member  .modal-wrapper::after {
	display: inline-block;
	height: 100%;
	margin-left: -.05em;
	vertical-align: middle;
	content: ""
}
.member .modal-wrapper h4 {
    clear: both;
	color:#fff !important;
    background-color: #fe7200;
    margin-bottom: 20px;
    padding: 2px 0px!important;
    font-size: 14px !important;
    font-weight: bold;
    border-bottom: none !important;
	border-radius: 3px;
}
.member .modal-wrapper h4::before {
    content: none !important;
}
.member  .modal-wrapper .modal-window {
	box-sizing: border-box;
	display: inline-block;
	z-index: 20;
	position: relative;
	width: 70%;
	max-width: 500px;
	padding: 20px 30px 15px;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .6);
	vertical-align: middle
}
  
.modal-wrapper .modal-window .modal-content {
	font-size: 120%;
	max-height: 80vh;
	overflow-y: auto;
}
.modal-wrapper .modal-window .modal-content p{
	text-align:left;
}
.modal-content p{
	text-indent: 0 !important;
}
.modal-wrapper .modal-window .modal-content a.staff-mail{
	background: #f5f5f5;
  	border:1px solid #fe7200;
	border-radius: 3px;
	padding:3px;
	margin-top: 5px;
}
  
.member  .modal-overlay {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8)
}
  
.member  .modal-wrapper .modal-close {
	z-index: 20;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 25px;
	height: 25px;
	color: #fe7200 !important;
	font-size: 20px;
	font-weight: 900;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	background: #fff;
  	border-radius: 50%;
  	border:2px solid #fe7200;
}
  
.member  .modal-wrapper .modal-close:hover {
	color: #fff !important;
	background: #fe7200;
}

.member .staff a[href$=".pdf"]:after {
	display: none !important;
}

/*イベント
---------------------------------------------------------------------------*/
.event h4{
	color: #333 !important;
	font-weight: bold;
	border-bottom: 2px solid #fe7200 !important;
}
.event h4::before {
	content: "" !important;
}

.event h5{
	font-weight: bold;
}
.event table.ta2{
	margin-bottom: 40px;
}
.event .list1 {
	flex-wrap: wrap;
	margin-bottom: 20px;
	margin-bottom: 40px;
}
.event .list1 li {
	width: auto;
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 5px;
	border: 10px solid #e7e7e7;
	margin: 10px 5px 20px;
	padding: 10px;
	position: relative;
	z-index: 0;
}
.event .list1 li:before {
	border: 1px solid #ccc;
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	z-index: -1;
	border-radius: 3px;
}

.event .list1 dl{
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.event .list1 dt{
	float: left;
	width: 30%;
}
.event .list1 dd{
	font-weight: bold;
	padding-left: 30%;
	position: relative;
}

.event .list1 dd a {
    height: auto;
    border: none;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 0;
    box-shadow: none;
    display: inline-block;
}
.event .list1 li.citizens dl{
	padding-bottom: 30px;
	margin-left: 10px;
	width:65%;
}
.event .list1 li.citizens img{
	float: right;
	max-height: 130px;
	max-width:30%;
}
.event .list1 li.citizens .imgs100 img{
	max-width:100% !important;
}
.event .list1 li.citizens .imgs90 img{
	max-width:90% !important;
}

.event .list1 li.citizens dt{
	width: 15%;
}
.event .list1 li.citizens dd{
	padding-left: 15%;
}

.event .list1 dd a {
    height: auto;
    border: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0;
    box-shadow: none;
    display: inline-block;
}

.event .list2 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.event .list2 li {
	width: 42.4%;
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 5px;
	border: 10px solid #e7e7e7;
	margin: 10px 5px;
	padding: 10px;
	position: relative;
	z-index: 0;
}
.event .list2 li:before {
	border: 1px solid #ccc;
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	z-index: -1;
	border-radius: 3px;
}

.event .list2 dt{
	float: left;
	width: 30%;
}
.event .list2 dd{
	font-weight: bold;
	padding-left: 30%;
}

.event .list2 dd a {
    height: auto;
    border: none;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 0;
    box-shadow: none;
    display: inline-block;
}
.list6 ul li{
	position: relative;
}
.list6 ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -0.3em;
	width: 2px;
	height: 2px;
	background-color: #fe7200;
	border: 1px solid #fe7200;
	border-radius: 100%;
}

.event table td{
	position: relative;
}

.event table td:first-of-type{
	padding: 10px 0;
	text-align: center;
}
.event table tr.none td:first-of-type{
	text-align: left;
}

.event table td a[target=_blank][rel=nofollow]:after {
    top: 40%;
}

.movie-btn {
	margin: 0px auto;
	overflow: hidden;
	text-align: center;

	
	width: auto;
	width: 90%;
	color: #333;
	list-style-type: none;
	margin: 5px 0;
	background-color: #f60;
	background-color: #dddddd;
	border-radius: 35px !important;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
	margin: 10px auto;
}

.movie-btn a {
	color: #c7c6c6;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px 0px !important;
	text-decoration: none;
	transition: 0.3s;

	
}
.movie-btn a::after{
	content:"▶";
	color: #f60;
	float:right;
	padding-left:20px;
}

.movie-btn a:hover {
	color: #333;
	color: #f2f2f2;
	background-color: #f60;
	border-radius: 35px !important;
}


.accbox {
    margin: 0em 0;
    padding: 0;
    max-width: 100%;	
	margin-bottom:10px;
}
.accbox label {
    display: block;
    cursor :pointer;
    transition: all 0.5s;
    padding: 5px 0 5px 25px;
    margin: 0px 0px 50px;
    background: #e7e7e7 url(../images/point.png) 10px center no-repeat;
    text-decoration: underline;
}
.none label {
    display: block;
    transition: all 0.5s;
    padding: 5px 0 5px 25px;
    margin: 0px 0px 50px;
    background: none !important;
}
.accbox label:hover {
    color: #ff9900;
    background: #efefef url(../images/point.png) 10px center no-repeat;
}
.accbox label.ex {
	margin-bottom: 0 !important;
}
.accbox .ex{
    cursor: text;
    text-decoration: none;
}
.accbox input {
    display: none;
}
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.cssacc:checked + .accshow {
    height: auto;
    margin: -30px 0px 10px 0px;
    padding: 0 0 0 5px;
    opacity: 1;
}
.accbox .accshow-op {
    height: auto;
    overflow: visible;
}
.cssacc:checked + .accshow-op {
    margin: -10px 0px 10px 0px;
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.awards h2.special {
	color: #fff !important;
	background: #fe7200 !important;
}
.awards h2.special .mvtitle {
    border-left: 3px solid #fff !important;
}
.awards h2.special .mvtitle-heading-primary {
    font-size: 1.2rem;
	font-weight: 700;
}

.awards h4 {
    clear: both;
    color: #fe7200;
    margin-bottom: 20px;
    padding: 4px 0px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 3px solid #fe7200;

	border: none !important;
	background-color:#efefef;
	border-radius: 5px;
}

.awards h5 {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-size: 16px;
	font-weight: bold;

	border-bottom: 2px dotted #f60;
	margin-bottom: 30px;
	text-align: center;
	margin-left: 0px;
}

.awards h5 span {
	display: inline-block;
	border-bottom: 4px solid #ff8400;
	position: relative;
	bottom: -3px;
	padding: 0 20px;
}

.awards ul.disc li{
	width: 40% !important;
	float: left;;
	margin-bottom: 5px;
}

.awards .accbox label {
    display: block;
    cursor :pointer;
    transition: all 0.5s;	
	text-decoration: none;
	background: none;
	padding: 4px 0;
	margin: 0px 0px 0px;
}

.awards .spcl label {
	text-decoration: none;
}
.awards .accbox label span{
	font-weight: normal !important;
	text-decoration: underline;
	text-decoration-color: 	#fe7200 !important;
}

.awards .spcl label h4{
	border: 2px solid #fe7200 !important;
	border-radius: 50px;
	padding: 5px 10px !important;
	background: #fff !important;
	margin-top: 30px !important;
}
.awards .spcl label h4::after{
	content:"▶";
	float:right;
}

.awards .awardslist{
	width: 49%;
	float: left;
}
.awards .awardslist-per1{
	width: 100%;
	float: left;	
}
.awards h4.title {
	color: #000 !important; 
	font-weight: bold;
	text-align: center;
	margin-bottom: 0 !important; 
	border: 1px solid #ccc !important; 
	border-bottom: 0px solid #ccc !important; 
	background: linear-gradient(#9d9980, #8c876c);
	background: #ccc;
	border-radius: 0% !important;
}
.awards h4.title:before {
	content: none !important; 
}

.awardslist dl{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	/* width: 99.4%; */
	border: 1px solid #ccc;
	border-bottom: none;
	margin-bottom: 30px;
}
.awardslist dl dt{
	padding: 10px 10px 10px;
	width: 50%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.awardslist dl dt.spcl{
	padding: 15px 10px 5px;
}
.awardslist dl dd{
	background: #fff;
	padding: 10px 10px 5px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	flex: auto;
}
.awardslist-per1 dl{
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	border: 1px solid #ccc;
	border-bottom: none;
	border-right: none;
	margin-bottom: 30px;
}
.awardslist-per1 dl dt{
	padding: 10px 10px 10px;
	width: 100%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.awardslist-per1 dl dt.spcl{
	padding: 15px 10px 5px;
	text-align: center;
}
.awardslist dl dt.ti1,
.awardslist dl dd.ti2{
	background: #e7e7e7;
	background: #f5f5f5;
	text-align: center;
	font-weight: bold;
}
.awardslist dl dt.ti1{
	padding: 10px 10px 5px;
}

.awards-his a{
	color: #fe7200 !important;
	font-weight:bold;
}
.awards-his a:hover{
	color: #fff !important;
}
.awards-his ul  {
    /* display: flex !important; */
	float:left !important;;
}
.awards-his ul li {
    width: 20% !important;
}

/*ボックス表示非表示*/
.switchbox {
    margin: 10px 0 30px;
    padding: 0;
}
.switchbox label {
	clear: both;
    display: block;
    font-weight: bold;
    cursor :pointer;
	color:#fe7200;
	background-color: #efefef;
    border-radius: 5px;
	padding: 4px 0px;
	margin-bottom: 20px !important;
	margin-bottom: 40px !important;
}
.switchbox label::before {
    content: "●";
}
.switchbox input {
    display: none; 
}
.switchbox div.labelblock {
    height: 0;
    overflow-y: hidden;
    transition: 11.8s;   	
    opacity: 0;
}
.switchbox input:checked + label + div {
    height: auto;
    opacity: 1;
	transition: 2.8s;
	margin-top:-10px;
}
.switchbox label::after {
    content: '[表示]';
	font-weight: normal;
    padding-right: 8px;
	text-decoration: underline;
}
.switchbox input:checked + label::after {
    content: '[非表示]';
}

.awardspkyo{
	clear: both;
    color: #fe7200;	
	font-size: 16px;
    font-weight: bold;
    padding: 5px 10px !important;
    margin-top: 30px !important;
    margin-bottom: 20px;
	border: 2px solid #fe7200 !important;
    border-radius: 50px !important;
    background: #fff !important;
}

.awards .row1{
	width: 100% !important;
}
.awardslist .row1 dl{
    display: block;
}
.awardslist .row2 dl dt{
	width: 50%;
}

.awards .list-col2{
	width: 48%;
	float:left;
	margin: 0 5px 40px;
}

ul.awards-his li{
	width:48% !important;
	float: left;
}

#result ul {
	margin: 0px auto;
	overflow: hidden;
	text-align: center;
}

#result ul li {
	width: auto;
	color: #333;
	list-style-type: none;
	margin: 0 0 10px 0;
	margin: 10px 5px;
	background-color: #e1f0ff;
	background-color: #efefef;
	border-radius: 35px !important;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
}

#result ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	text-decoration: none;
	transition: 0.3s;

}

#result ul li a:hover {
	color: #f2f2f2;
	background-color: #f60;
	border-radius: 35px !important;
}
#result ul li.w a:hover {
	background-color: #f9c;
}
#result ul li.g a:hover {
	background-color: #6c0;
}

table.num {
	counter-reset: rowCount;
}
table.num > tbody > tr {
	counter-increment: rowCount;
}
table.num > tbody > tr > td:first-child::before {
	content: counter(rowCount);
}

table.num > tbody > tr.none {
	counter-increment: rowCount -1;
}
table.num > tbody > tr.none1 {
	counter-increment: rowCount +2;
}

table.num > tbody > tr > td.befnone:first-child::before {
	content: none;
}

ol.ollist3{
    padding: 0 0px 0px 0px;
}
dl.dlflex{
	margin-left:1em;
}
dl.dlflex dt{
	float:left;
	width:30%;
}
dl.dlflex dd a{
	position:relative;
}
dl.dlflex dd a:hover{
	background:none;
}
/* .imageicon::after {
    content: url(../images/icon_image.png);
    transform: scale(0.7);
    position: absolute;
    top: -5px;
    right: -28px;
} */
.imgauto{
	padding-left: 3px;
	width:18px;
}
div#PageBody {
	margin: 0px 10px;
	padding: 0.5em;
}
div#PageBody ul.Photos {
	padding: 0px;
	margin: 0.5em 0;
	list-style: none;
}
 div#PageBody ul.Photos li {
	display: inline;
	border: none;
	width: 135px;
	height: 110px;
}
div#PageBody ul.Photos li img {
	border-width: 1px;
}
 div#PageBody p {
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
}

.lightbox-container {
	width: 100%;
	height: auto;
	margin-top:-20px;
	/* margin-left:13%; */
}

.lightbox-container ul {
	padding: 15px 15px 0px 15px;
	width: 80%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	border-radius: 5px;
}
.lightbox-container ul li:before {
	border:none !important;
}
.lightbox-container ul:after {
	content: "";
	width: 25%;
}

.lightbox-container ul li {
	margin:0 !important;
	margin-bottom: 15px !important;
	width: 25% !important;
	border-radius: 5px !important;
	padding:3px !important;
	box-sizing: border-box !important;
	border:none !important;
	text-align: center;
	line-height: 1.1;
}
  
.lightbox-container ul li a {
	width: 100% !important;
	height: auto !important;
	display: block !important;
	position: relative !important;
}
  
.lightbox-container ul li a:hover {
	opacity: 0.7;
	display: block;
}
.lightbox-container a span {
    display: none;
    background-image: url(../images/zoomicon.png);
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 46%;
    top: 46%;
}
.lightbox-container a:hover span { 
	display:block;
}
  
  .lightbox-container ul li a img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
  }
  .lightbox-container h5 {
	display: inline-block;
    color: #336328;
    padding: 10px 20px;
    background: #b9eaae;
    border-radius: 10px;
}

.dispflex{
	display: flex;
}
.dispflex .lightbox-container {
    width: 50% !important;
    height: auto;
    margin-top: -10px !important;
    margin-left: 0 !important;
}
.lightbox-container ul {
    width: 100% !important;
}
.dispflex .lightbox-container ul li {
    width: 33% !important;
}

@media screen and (max-width: 480px) {
	.lightbox-container ul:after {
		width: 47.5% !important;
	}
	.lightbox-container ul li {
		width: 47.5% !important;
		height: auto;
	}
	.dispflex{
		display: block;
	}
	.dispflex .lightbox-container {
		width: 100% !important;
	}
	.event .list1 li.citizens dl {
		width: 100%;
	}
}

/*貸出しについて
---------------------------------------------------------------------------*/
table.lending th{
	background-color: #f5f5f5;
}
table.lending .l{
	font-weight: bold;
}

/*お問い合わせページ
---------------------------------------------------------------------------*/
/*ブロック*/
.contact {
	width: 100%;
	padding: 20% 15%;
	background-image: url(../images/bg_contact.png);
	background-size: cover;
	box-sizing: border-box;
	border-radius: 5px;
}
.contact *{
	box-sizing: border-box;
}

.contact .textwrap{
	margin:auto;
	width:100%;
	padding:5%;
	background:#fff;
	text-align:center;
	box-shadow:0 0 0 8px #fff,0px 0px 18px rgba(0,0,0,0.3) ;
	border:1px solid #333;
}

.contact .text{
	color: #000;
	font-family: 'Merriweather', serif;
	font-size: 2vw;
	font-weight: bold;
	letter-spacing: 4px;
	margin: 0;
	line-height: 1.4;
	/* -webkit-background-clip: text; */
}

.contact .text span{
	display: block;
	color: #fff;
	font-size: 2.5vw;
	line-height: 1.4;
	padding: 15px 6px;
	margin-top: 2%;
	background-color: #333;
}

.contact .time {
	font-size: 70% !important;
	padding: 0 !important;
	margin-top:0 !important;
	line-height: 1.1 !important;
	letter-spacing: 0em;
}

/*-申請書ダウンロード-*/
.download ul.disc{
	margin: 0 0 20px;
}
.download ul.disc li{
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
.download a {
	padding: 1px 5px 0px 5px;
    border-radius: 3px;
}
.download a.pdf {
    color: #f00;
    border: #f00 1px solid;
}
.download a.excel {
    color: green;
    border: green 1px solid;
}
.download a.word {
    color: blue;
    border: blue 1px solid;
}
.download a.pdf::after,
.download a.excel::after,
.download a.word::after{
    content: "";
}

/*個人情報の取扱いについて
---------------------------------------------------------------------------*/
.privacy ol{
	padding-left: 30px;
	margin: 0 0 20px;
}
.privacy ol li{
	border-bottom: 1px dotted #ccc;
	padding-left: 0px;
	list-style-position: inside;
}

/*サイトマップ
---------------------------------------------------------------------------*/
/*ボックス全体*/
.sitemap {
	overflow: hidden;
	padding: 20px 0;
}
/*１列分の設定*/
.sitemap ul {
	float: left;
	width: 48%;
	padding-right: 1%;
	padding-left: 1%;
	margin-bottom: 20px;
}
/*メニュー１個あたりの設定*/
.sitemap ul li {
	padding: 0 10px;
}
/*見出し*/
.sitemap li.title {
	font-weight: bold;
	background: rgba(0,0,0,0.1);
	border-radius: 2px;
}
/*リンクテキスト*/
.sitemap a {
	text-decoration: none;
	opacity: 0.7;
}
/*マウスオン時*/
.sitemap a:hover {
	opacity: 1;
}

/*広報誌ページ
---------------------------------------------------------------------------*/
dl.newsletter{
	padding: 20px 20px;	
	margin-bottom: 30px;
	overflow: hidden;
}
dl.newsletter dt {
	float: left;
	width: 50%;
	letter-spacing: 0.1em;
}
dl.newsletter dd {
	padding-left: 55%;
}

/*広告について
---------------------------------------------------------------------------*/
.adver {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}
.adver a {
	text-align: center;
	text-decoration: none;
	background: #ff8a00;
	background: linear-gradient(#ffa600, #ff8a00);
	color: #FFF;
	padding: 5px 30px;
	border-radius: 4px;
	border: 1px solid #ff8a00;
	line-height: 1.2;
}
/*マウスオン時*/
.adver a:hover {
	color: #ff8a00;
	background: #fff;
}

.adver-none {
	text-align: center;
	margin: 130px 0 200px !important;
}

/*404ページ
---------------------------------------------------------------------------*/
#notfound p{
	text-align: center;
}
#notfound p.title{
	font-size: 120%;
	font-weight: bold;
	margin: 30px 0 10px;
}
#notfound img{
	display: block;
	text-align: center;
	margin: 20px auto;
	width: 50%;
}


/*よく頂く質問ページ
---------------------------------------------------------------------------*/
/*質問と答えのボックス全体を囲むブロック*/
.faq {
	padding: 0 20px 10px;
}
/*質問*/
.faq dt {
	font-weight: bold;
	color: #fe7200;
}
/*回答*/
.faq dd {
	padding-bottom: 10px;
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #ccc;
	border-bottom: none;
	text-align: left;
	background: #eee;
	font-weight: bold;
	padding: 10px;
}
/*ta1設定*/
.ta1 {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px;
	background: #fff;
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #ccc;
	padding: 10px;
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;
	text-align: center;
	background: #e7e7e7;
}
/*labelタグ*/
.ta1 label {
	display: inline-block;
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox label {
	/* float: left; */
	display: inline-block;
}
.ta1 td .specialbox img {
	vertical-align: middle;
	margin-right: 5px;
}
.ta1 td .specialtext {
	float: left;
	width: 45%;
}

/*テーブル１行目に入った見出し部分（※caption）*/
.ta2 caption {
	border: 1px solid #ccc;
	border-bottom: none;
	text-align: left;
	background: #eee;	
	font-weight: bold;
	padding: 10px;
}
/*ta2設定*/
.ta2 {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px;
	background: #fff;
}
p.mg-20{
	padding-bottom: 0px !important;
	margin-top: -50px !important;
}
.ta2, .ta2 td, .ta2 th {
	word-break: break-all;
	border: 1px solid #ccc;
	padding: 10px 5px;
	line-height: 1.4;
}
/*ta2の左側ボックス*/
.ta2 th {
	text-align: center;
}
.ta2 th.head {
	background: #e7e7e7;
}
/*labelタグ*/
.ta2 label {
	display: inline-block;
}

.ta2  .tbl-cr{
	width: 2%;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
}

.event .ta2 th,
.event .ta2 td{
	font-size: 90% !important;
}


/*-test-*/
.table-scroll{
	overflow: auto;
	white-space: nowrap;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 5px;
	position: relative;
}

/* 以下、スクロールバーを追加 */
.table-scroll::-webkit-scrollbar{
	height: 5px;
}

.table-scroll::-webkit-scrollbar-track{
	background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
	background: #999;
}

/* 以下、tableの指定 */
.table-scroll table{
	border-collapse: collapse;
	border-spacing: 0;
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
}
.table-scroll table th,
.table-scroll table td{
	padding:10px 15px;
	line-height: 1.4;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
}
.table-scroll table th{
	background: #e7e7e7;
	width: 100px;
}

/*画面幅990px以上の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:990px){

.table-scroll:after {
	font-size: 85%;
	font-weight: bold;
	content: "※ この一覧表は横にスクロールできます。";
	position: absolute;
	bottom: 0;
	right: 0;
}
}

/*btn（inputタグ用）
---------------------------------------------------------------------------*/
#main input[type="submit"].btn,
#main input[type="button"].btn,
#main input[type="reset"].btn {
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;	
	background: #eee;
}
/*マウスオン時の設定*/
#main input[type="submit"].btn:hover,
#main input[type="button"].btn:hover,
#main input[type="reset"].btn:hover {
	border: 1px solid #999;
	background: #fff;
}

/*btn（赤い色の大きなボタン）
---------------------------------------------------------------------------*/
a.btn {
	display: block;text-decoration: none;
	background: #d90000;
	background: linear-gradient(#d90000, #a70000);
	color: #fff;
	font-size: 20px;
	text-align: center;	
	padding: 10px;
	border-radius: 4px;	
	letter-spacing: 0.2em;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	border: 1px solid #a70000;
}
/*マウスオン時*/
a:hover.btn {
	box-shadow: none;
	background: #fff;
	color: #a70000;
}

/*btn2（青い色のボタン）
---------------------------------------------------------------------------*/
a.btn2 {
	display: inline-block;text-decoration: none;
	background: #2e8bdb;
	background: linear-gradient(#51a9f3, #2e8bdb);
	color: #fff;
	text-align: center;
	padding: 2px 10px;
	border-radius: 2px;
	font-size: 12px;
}
/*マウスオン時*/
a.btn2:hover {
	opacity: 0.7;
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*アニメーションのキーフレーム設定（変更不要）*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
body .nav-fix-pos-pagetop a {display: none;}

body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
	width: 50px;
	line-height: 50px;
	bottom: 50px;
	right: 3%;
	background: rgba(0,0,0,0.6);
	color: #fff;
	border: 1px solid #fff;
	animation-name: scroll;
	animation-duration: 1S;
	animation-fill-mode: forwards;
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;
}

/*アイコン
---------------------------------------------------------------------------*/
/*pdfアイコン*/
a[href*=".pdf"]:after {      
	font-family: FontAwesome;
	content: " \f1c1";
	color: #f00;
	font-weight: bold;
}

/*excelアイコン*/
a[href*=".xls"]:after,
a[href*=".xlsx"]:after {      
	font-family: FontAwesome;
	content: " \f1c3";
	color: #008000;
	font-weight: bold;
}
/*wordアイコン*/
a[href*=".doc"]:after,
a[href*=".docx"]:after {      
	font-family: FontAwesome;
	content: " \f1c2";
	color: #00f;
	font-weight: bold;
}

/*-linkアイコン-*/
a[target=_blank][rel=nofollow]:after {
	color: #fe7200;
	position: absolute;
	top: 0%;
	margin: 0 3px;
	font-family: FontAwesome;
	vertical-align: middle;
	content: '\f08e';
}


/*NEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 70%;
	line-height: 2.1;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*UPアイコン
---------------------------------------------------------------------------*/
.upicon {
	background: #0072ff;
	color: #FFF;
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}
.list-compact .newicon,.list-compact .upicon,.list-sub .newicon,.list-sub .upicon {margin: 0;}

/*checkブロック
---------------------------------------------------------------------------*/
p.check {
	background: #ff0000;
	color:#fff;
	padding: 10px 25px !important;
	margin-bottom: 20px;
}
p.check a {color: #fff;}

/*ul.disc,olタグ
---------------------------------------------------------------------------*/
ul.disc {
	list-style: disc;
	padding: 0 20px 20px 45px;
	overflow: hidden;
}
ol {
	padding: 0 20px 20px 47px;
}

/*その他
---------------------------------------------------------------------------*/
.thumbnail {width: 80px;margin-bottom: 5px;}
.look {background: #eee;border: 1px solid #ccc;padding: 5px 10px;border-radius: 4px;}
.pt5{padding-top:5px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb30 {margin-bottom: 30px !important;}
.mt50 {margin-top: 50px !important;}
.mb40 {margin-bottom: 40px !important;}
.mr5 {margin-right: 5px !important;}
.mauto {margin-right: auto !important;margin-left: auto !important;}
.clear {clear: both;}
.disp {display: inline-block;}
.flex {display: flex;}
br.half{line-height:0.1;}
.color1, .color1 a {color: #fe7200 !important;}
.color2, .color2 a {color: #999 !important;}
.red, .red a {color: #ff0000 !important;}
.bg-red {background-color: #ff0000 !important;}
.bg-sky {background-color: #00a7e1 !important;}
.pr {font-size: 10px;}
.pr2 {font-size: 11px;}
.bold {font-weight:bold;}
.normal {font-weight:normal;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left !important;}
.lp {text-align: left !important;
	padding: 10px 5px !important;
}
.fr-txt {float: right;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;width: 30%;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 24px;letter-spacing: 0.2em;}
.big2 {font-size: 18px;}
.big3 {font-size: 1.2em;}
.big4 {font-size: 2em;}
.mini1 {font-size: 11px;}
.mini2 {font-size: 60% !important;
	margin: 0!important;
	padding: 0px!important;
	letter-spacing: 0px!important;}
.mini3 {font-size: 11.5px;}
.mini4 {font-size: 93%;}
.sh {display: none;}
.lh1{line-height: 1.1;}

.icon_rain{
	padding-left: 40px;
	margin-left: 1em;
	background: url(../images/icon_rain.png) no-repeat;
	background-size: 38px;
}

.look-mc{
	background: #eee;border: 1px solid #ccc;
	padding: 5px 10px;
	border-radius: 4px;
	line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:500px){
	.icon_rain{
		font-size:85%;
		padding-left: 28px;
		margin-left: 0.5em;
		background-position: 0 1px;
		background-size: 25px;
	}
	.look-mc{
		display: block;
	}
	br.sp{display: block !important;}
}
@media screen and (min-width: 701px) and (max-width: 765px) {
	.sp-small {
		font-size: 88%;
		padding-top:12px !important;
	}
}

@media screen and (min-width: 901px) and (max-width: 1011px) {
	.sp-small {
		font-size: 85%;
		padding-top:14px !important;
	}
}

br.sp{display: none;}
.bg_color1{background: linear-gradient(#9d9980, #8c876c) !important;}
.boder_none {
	border-bottom: none !important;
	margin-bottom: 20px !important;
    font-size: 14px !important;
}

ul.lh li{padding-bottom: 5px;}

img.cen {text-align: center;margin-right: auto;margin-left: auto;}

td.tate{
	position: relative;
}
.writing{
	position: absolute;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	top: 0px;
	bottom: 0;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0%);
}
img {
    image-rendering: -webkit-optimize-contrast;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.writing{
		top: -350px;
	}
	.writing2{
		top: -1200px;
	}
	  }

td.ruby{
	padding-top: 15px;
}

ul.normal li{
	border: none !important;
	padding:0 0 5px 1em !important;
	margin: 0 !important;
	line-height: 1.1;
	text-indent: -1em;
}
ul.normal li::before{
	border: none !important;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
ul.normal li a{
	padding:0 5px !important;
}
.member br.br1,
.member br.br2,
.member br.br3,
.member br.br4{
	display: none;
}
span.marker {
    background: linear-gradient(transparent 85%, #8c8c8b 25%);
}

/*画面幅1301px以上の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1101px){

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width: 1101px;

/*-	overflow:hidden;-*/
}

/*メインメニューとドロップダウンメニューの設定変更。
---------------------------------------------------------------------------*/
#menubar li, #menubar ul.ddmenu {
	width: 157px;
}

}

/*画面幅1100px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1100px){

/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
	#contents {
		margin: 0 1%;
	}
	#new h2 {
		width: 15%;
		padding-right: 0px;
	}
	.mvtitle {
		padding-right: 0px;
		margin-right: 0px;
	}
	#new span.disp {
		display:block;
	}
}

/*画面幅955px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:955px){
header #logo {
    margin-left: 5px;
}

}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){

/*ボタンブロック全体*/
#headersearch,
	#headermenu{
		display: none;
	}
	/*-ヘッダーアドレス-*/
	#adrs {
		left: 0;
		
	}
	#adrs span.pc{
		display: none;
	}

/*ログイン（ヘッダー右側のログイン）
---------------------------------------------------------------------------*/
	header .login a {
		float: left;
		margin-left: 20px;
		background-image: none;
		padding: 5px 30px;
	}

/*fixmenu設定
---------------------------------------------------------------------------*/
	body.is-fixed-menu header,body.is-fixed header {margin-bottom: 0px;}

/*メインメニュー
---------------------------------------------------------------------------*/
	@keyframes menu1 {
		0% {opacity: 0;}
		100% {opacity: 1;}
	}
/*スマホ用メニューブロック*/
	#menubar-s {
		display: block;overflow: hidden;z-index: 10;
		position: absolute;
		top: 90px;
		width: 100%;
		animation-name: menu1;	
		animation-duration: 0.5S;
		animation-fill-mode: both;
	}
/*メニュー１個あたりの設定*/
	#menubar-s li a {
		display: block;text-decoration: none;
		padding: 15px 10px 15px 20px;
		border-bottom: 1px solid #fff;
		background: #fe7200;
		font-size: 20px;
		color: #fff;
	}
/*英語表記（飾り文字）*/
	#menubar-s li a span {
		display: block;
		font-size: 12px;
	}
/*PC用メニューを非表示にする*/
	#menubar {display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
	#menubar_hdr {
		display: block;position: absolute;
		top: 20px;
		right: 3%;	
		border: 1px solid #fff;
	}
	#menubar_hdr.close,
	#menubar_hdr.open {
		width: 50px;
		height: 50px;	
		border-radius: 50%;	
	}
	#menubar_hdr.close {
		background: #fe7200 url(../images/icon_menu.png) no-repeat center top/50px;
	}
	#menubar_hdr.open {
		background: #fe7200 url(../images/icon_menu.png) no-repeat center bottom/50px;	/*背景色、アイコンの読み込み、上半分(bottom)を表示、幅50px*/
	}

/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
	#contents {
		padding: 0px 0.5% 20px;
	}

/*main,sub,side,contents-in
---------------------------------------------------------------------------*/
	#main, #sub, #side, #contents-in {
		float: none;
		width: auto;
		overflow: hidden;
	}

/*その他
---------------------------------------------------------------------------*/
	body.s-n #sub,body.s-n #side {display: none;}
	.sh {display:block;}
	.pc {display:none;}


/*トップページのメインイメージ
---------------------------------------------------------------------------*/
	#mainimg-menu img {
		width: 50% !important;
	}

	#bustime{display: none;}

/*スポーツ協会ページのメインイメージ
---------------------------------------------------------------------------*/
	.about .listblock{
		width: 100%;
	}
	.about .listblock .ta2 tr.shlast th,
	.about .listblock .ta2 tr.shlast td{
		border-bottom: 1px solid white !important;
	}
	.shmb20{
		margin-bottom: 20px;
	}

}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){
/*日付設定*/
#new dt {
	float: none;
	width: auto;
	font-weight: bold;
}
/*記事設定*/
#new dd {
	padding-left: 0em !important;
}
/*イベントアイコン*/
#new dt.eventicon::after,
#new dt.infoicon::after {
	float: none;
}
}

/*画面幅750px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:750px){
	dl.dlflex dt{
		width:100%;
	}
	dl.dlflex dd{
		margin-left: 1em;
	}

}

/*画面幅725px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:750px){
	
	.info-list2 {
		padding: 5px 5px 5px;		
		width: 76%;
	}
	.info-list2-1 {	
		padding: 5px 5px 5px;
	}
	.info-list2 .detail {
		padding: 10px 0 10px 1em;
	}

	.info-list2 .detail .ind{	
		padding: 0 0 0 0em;
	}
	.info-list2 br.sp{
		display: block;
	}
}

/*画面幅700px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:700px){

	.member .ollist1,
	.member .ollist2{
		width: 100%;
		margin-right: 0;
		clear: left;
	}
	.member .ollist2 h4.title {
		display:none;
	}
	.member .ollist2 ol{
		border-top: 0 solid #ccc;
	}

	.event .list2 li {
		width: 94%;
	}
	.awards ul.disc li{
		width: 100% !important;
		float: none;
		margin-bottom: 0px;
	}
	.awards .awardslist,
	.awards .awardslist1,
	.awards .ollist2{
		width: 100%;
		margin-right: 0;
		clear: left;
	}
	.awards .awardslist2 h4.title {
		display:none;
	}

}

/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){

	header .login a {
		float: none;
		margin: 0;
	}
	.info-list2 {
		width: 98%;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-radius: 0;
	}
	.info-list2 span.br{
		display: block;
	}
	.info-list3 {
		width: 98%;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-radius: 0;
		padding: 5px 5px 5px;
	}
	.info-list3 span.br{
		display: block;
	}
	#new h2 {
		clear: left;
		width: 100%;
		margin-bottom: 0px;
	}
	#new dl {
		width: 94.5%;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-radius: 0;
	}
	#new span.disp {
		display:inline-block;
	}
	/*スポーツ協会*/
	.soshiki img {
		max-width: 80%;
	}

	.event .list1 li.citizens img{
		float: none;
	}
	.event .list1 li.citizens dl{
		margin-left: 10px;
	}
	.event .list1 li.citizens dl dt{
		width: 30%;
	}

}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;
}
header .inner {
	height: 100% !important;
}
#adrs {
	left: 0;
	bottom: 20px;
}
#adrs br.sp{
	display: block;
}
.event table td{
	padding: 5px 2px !important;
}

/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	line-height: 1.5;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main h2, #main h3 {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
/*段落タグ設定*/
#main p {
	padding: 0px 10px 10px;
}


/*３本バーアイコン設定
---------------------------------------------------------------------------*/
	#menubar_hdr {
		top: 10px;
	}


/*submenu（sub,sideのメニュー）
---------------------------------------------------------------------------*/
#sub .submenu li a,
#side .submenu li a {
	padding: 10px;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
#footermenu ul {
	float: none;
	width: auto;
}

/*こだわりアイコン
---------------------------------------------------------------------------*/
/*アイコン共通*/
.icon {
	font-size: 9px;
}

/*一覧ページのボックス内の右上のマーク
---------------------------------------------------------------------------*/
.option1,.option2,.new {
	font-size: 9px;	
	padding: 0 10px;
	line-height: 14px;	
	right: 15px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

#topic {
	background: url(../images/member.png) no-repeat right 10px bottom !important;
    background-size: 70% !important;
}

#topic h2 {
	padding: 5px;
	width: 30%;
}
#topic a.text1 {
	font-size: 16px;
	width: 70%;
	align-items:start;
}

/*加盟団体ページ
---------------------------------------------------------------------------*/
/*一覧ブロック*/
.member h4.title {
	font-size: 12px !important;
}
.member li {
    display: block;
    padding: 2px 10px;
}

.member .modal-wrapper .modal-window {
    width: 100%;
    padding: 10px 10px 5px;
}

/*スポーツ行事ページ
---------------------------------------------------------------------------*/
/*一覧ブロック*/
.event table td:first-of-type{
	font-size: 70% !important;
}
.event table tr.none td:first-of-type{
	font-size: 90% !important;
}

/*よく頂く質問ページ
---------------------------------------------------------------------------*/
.faq {
	padding: 0 10px 10px;
}

/*btn
---------------------------------------------------------------------------*/
a.btn {
	font-size: 16px;
	letter-spacing: normal;
}

/*テーブル(ta1)
---------------------------------------------------------------------------*/
.ta1 caption,.ta1 th,.ta1 td {
	padding: 5px;
}
.ta1 th {
	width: 100px;
}

/*ul.disc,olタグ
---------------------------------------------------------------------------*/
ul.disc {
	list-style: disc;
	padding: 0 20px 20px 30px;
}
ol {
	padding: 0 20px 20px 30px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.big1 {font-size: 18px;letter-spacing: normal;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}

}
/*画面幅520px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:520px){
	header #logo {
		width: 250px;
		margin-top: 12px;
		margin-bottom: 10px;
	}
}


/*加盟団体ページ*/
@media screen and (max-width:1100px){
	.member br.br4{
		display: block;
	}
}
@media screen and (max-width:1070px){
	.member br.br1{
		display: block;
	}
	.member li{
		text-indent: -1.5em !important;
		padding-left: 2em !important;
	}
	.member li a[target=_blank][rel=nofollow]:after {
		top: 4px !important;
		margin-left: 2em !important;
	}
}
@media screen and (max-width:1004px){
	.member br.br2{
		display: block;
	}
}
@media screen and (max-width:984px){
	.member br.br3{
		display: block;
	}
}
@media screen and (max-width:700px){
	.member br.br1,
	.member br.br2,
	.member br.br3{
		display: none !important;
	}
}
@media screen and (max-width:355px){
	.member br.br1,
	.member br.br2,
	.member br.br3,
	.member br.br4{
		display: block !important;
	}
}
@media screen and (max-width:311px){
	#adrs {
		left: 0;
		bottom: 0px;
	}
	header #logo {
		width: 230px;
	}
}
@media screen and (max-width:300px){
	header #logo {
		width: 200px;
	}
}
