/*
Theme Name: 湯野浜カントリークラブ
Theme URI: http://wordpress.org/themes/twentythirteen
Author: masato WATANABE
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

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.
*/

@import url('reset.css');

@media print, screen and (min-width:769px) {
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 90%;
	overflow-y: scroll;
}

html,
button,
select,
textarea {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
}

body {
	color: #141412;
	line-height: 1.7;
	margin: 0;
}

a {
	color: #326c11;
}

a:visited {
	color: #326c11;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #326c11;
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

a:hover img {
	opacity:0.7;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;  
}


/*回り込み解除*/
.c-both {clear:both;font-size:1px;}

/*clearfix*/
.clearfix:after {  
	visibility:hidden;
	height:0;
	display:block;
	font-size:0;  
	content:".";  
	clear:both;  
}  

* html .clearfix             { zoom: 1; } 
*:first-child+html .clearfix { zoom: 1; } 



/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin:0 auto;
}

img.alignleft {
	display:block;
	margin:5px 10px 5px 0;
}

img.alignright {
	display:block;
	margin:5px 0 5px 10px;
}

img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 0 5px 0;
}

.wp-caption.alignright {
	margin: 5px 0 5px 0;
}

.wp-caption.aligncenter {
	margin: 5px 0 5px 0;
}

.wp-caption .wp-caption-text {
	font-size: 80%;
	line-height:150%;
	color:#681619;
	text-align:center;
	letter-spacing:1px;
}

.wp-caption-text dd {
	font-size: 80%;
	line-height:120%;
	color:#681619;
	text-align:center;
	letter-spacing:1px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}



/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

/*サイト全体*/
.site {
	margin:0 auto;
	background:url(images/site-back.png) repeat-x;
	width:100%;
}

.site.bg_test {
	margin:0 auto;
	background:url("images/site-back_220414.png") repeat-x;
	width:100%;
}

.widget-area ul li {
	border: none;
	margin:0 0 6px -2px;
	padding:0 0 0 20px;
	background:url(images/list-a.png) no-repeat;
}



/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
 
.header-inner {
	margin:0 auto;
	width:980px;
	overflow:hidden;
}

#head-l {
	float:left;
	margin:12px 0 0 0;
	width:520px;
}

#head-r {
	float:right;
	margin:12px 0 0 0;
	width:410px;
}

#copy {
	float:left;
}

#site-title {
	float:left;
	margin:10px 0 0 0;
	max-width:100%;
}

/*文字サイズ変更*/
#cgtext {
	float:right;
	display:inline;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	height:26px;
	background:url(images/headers/cgtext-back.png) no-repeat;
	border-right:dotted 1px #999999;
}

ul#fontSize {
	margin:0 0 0 65px;
}

#fontSize li {
	float:left;
	display:inline;
	list-style:none;
	margin:0 0 0 1px;
}

#rss {
	float:right;
	display:inline;
	margin:4px 0 0 0;
}

#kensaku {
	float:right;
	display:inline;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	border-right:dotted 1px #999999;
}

.text {
	margin-right:4px;
	padding:1px;
	width:150px;
	font-size:75%;
	border:solid 1px #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.button {
  background: #8fd324;
  background: -moz-linear-gradient(top, #b1e362 0%, #a2d847 50%, #8acb1f 50%, #7dbf0d 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #b1e362), color-stop(0.5, #a2d847), color-stop(0.5, #8acb1f), color-stop(1, #7dbf0d));
  border: 1px solid #5b9400;
  border-bottom: 1px solid #568a03;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #c8eb8f;
  -webkit-box-shadow: inset 0 1px 0 0 #c8eb8f;
  box-shadow: inset 0 1px 0 0 #c8eb8f;
  color: #fff;
  font:10px "ヒラギノ角ゴ Pro W3",tahoma,arial;
  padding: 2px 0 1px 0;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px #426b01;
  width: 30px;
}

.button:hover {
  background: #689b13;
  background: -moz-linear-gradient(top, #9ad055 0%, #8dc241 50%, #78b41b 50%, #6da70a 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #9ad055), color-stop(0.5, #8dc241), color-stop(0.5, #78b41b), color-stop(1, #6da70a));
  cursor: pointer;
}

.button:active {
  -moz-box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  cursor: pointer;
}

#search {
	padding:0 0 0 56px;
}

#tel {
	float:right;
	margin:14px 0 0 0;
}



/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
 
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

 
/* Navbar */
.navbar {
	margin:0 auto;
	background:#FFFFFF;
	width:980px;
}

#toggle {
	display:none;
}

/*グローバルナビゲーション*/
#globalNavi, #globalNavi ul {
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
	overflow:hidden;
}

#globalNavi li a  		 	{float:left;display:block;text-decoration:none;text-indent:-9999px;}

#globalNavi li#gn01 a	 	{width:188px;height:65px;background:url(images/headers/gn01.png) no-repeat;}
#globalNavi li#gn01 a:hover	{width:188px;height:65px;background:url(images/headers/gn01_ov.png) no-repeat;}

#globalNavi li#gn02 a	 	{width:205px;height:65px;background:url(images/headers/gn02.png) no-repeat;}
#globalNavi li#gn02 a:hover	{width:205px;height:65px;background:url(images/headers/gn02_ov.png) no-repeat;}

#globalNavi li#gn03 a	 	{width:195px;height:65px;background:url(images/headers/gn03.png) no-repeat;}
#globalNavi li#gn03 a:hover	{width:195px;height:65px;background:url(images/headers/gn03_ov.png) no-repeat;}

#globalNavi li#gn04 a	 	{width:189px;height:65px;background:url(images/headers/gn04.png) no-repeat;}
#globalNavi li#gn04 a:hover	{width:189px;height:65px;background:url(images/headers/gn04_ov.png) no-repeat;}

#globalNavi li#gn05 a	 	{width:203px;height:65px;background:url(images/headers/gn05.png) no-repeat;}
#globalNavi li#gn05 a:hover	{width:203px;height:65px;background:url(images/headers/gn05_ov.png) no-repeat;}



/*-------------------------------------------------------
----右サイドメニュー-------------------------------------
-------------------------------------------------------*/
#rsmenu {
	clear:both;
	overflow:hidden;
}

#rsmenu ul {
	clear:both;
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:hidden;
}

#rsmenu li 			 			{display:block; margin-bottom:13px;text-decoration:none;overflow: hidden;text-indent: 100%;white-space: nowrap;}
#rsmenu li a  		 			{display:block;text-decoration:none;overflow: hidden;text-indent: 100%;white-space: nowrap;}

#rsmenu li#rsmenu01 a			{width:272px;height:100px;background:url(images/side-calender.png) no-repeat;}
#rsmenu li#rsmenu01 a:hover		{width:272px;height:100px;background:url(images/side-calender.png) no-repeat;opacity:0.7;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}

#rsmenu li#rsmenu02 			{width:272px;height:81px;background:url(images/side-smartphone.png) no-repeat;}
#rsmenu li#rsmenu02 			{width:272px;height:81px;background:url(images/side-smartphone.png) no-repeat;}

#rsmenu li#rsmenu03 a	 		{width:272px;height:66px;background:url(images/side-kankou.png) no-repeat;}
#rsmenu li#rsmenu03 a:hover		{width:272px;height:66px;background:url(images/side-kankou.png) no-repeat;opacity:0.7;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}

#rsmenu li#rsmenu04 a	 		{width:272px;height:66px;background:url(images/side-gaiyou.png) no-repeat;}
#rsmenu li#rsmenu04 a:hover		{width:272px;height:66px;background:url(images/side-gaiyou.png) no-repeat;opacity:0.7;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}

#rsmenu li#rsmenu05 a	 		{width:272px;height:100px;background:url(images/side-junior_7th.png) no-repeat;}
#rsmenu li#rsmenu05 a:hover		{width:272px;height:100px;background:url(images/side-junior_7th.png) no-repeat;opacity:0.7;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}

#rsmenu li#rsmenu06 a	 		{width:272px;height:100px;background:url(images/side-reservation_status.png) no-repeat;}
#rsmenu li#rsmenu06 a:hover		{width:272px;height:100px;background:url(images/side-reservation_status.png) no-repeat;opacity:0.7;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}

#rsmenu li#rsmenu07 a	 		{width:272px;height:68px;background:url(images/side-covid.png) no-repeat;}
#rsmenu li#rsmenu07 a:hover		{width:272px;height:68px;background:url(images/side-covid.png) no-repeat;}


ul.rsmenu_2 li {
    margin: 0 0 8px 0;
}



/*-------------------------------------------------------
----パン屑リスト-----------------------------------------
-------------------------------------------------------*/
#breadcrumb {
	margin:5px auto 0 auto;
	padding:8px 5px;
	width:980px;
	font-size:11px;
	text-align:left;
}

#breadcrumb li {
	float:left;
}



/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

 /*--------------------------------------------------------------------
----トップページスライダー-----------------------------------------------
--------------------------------------------------------------------*/
.wideslider {
	margin:0 0 15px 0;
	width: 100%;
	height:350px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #35b244 url(images/slides/prev.jpg) no-repeat right center;}
.slider_next {background: #35b244 url(images/slides/next.jpg) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #fff;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}



/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}


/*コンテンツ全体(980px)*/
.content-area {
	clear:both;
	margin:0 auto 25px auto;
	width:980px;
	overflow: hidden;
}


/*トップページ　フリー情報（お知らせ上に配置）*/
.free_container {
	margin-bottom: 2em;
	padding: 0 1em;
	font-size: 110%;
	/*background: #fff;*/
	letter-spacing: 0.03em;
}

.widget h3.free-title {
	margin-bottom: 0.5em;
	text-align: center;
	font-size: 140%;
	color: #ff4481;
}
.free_container span.title {
	display: inline-block;
	margin: 1em 0 0.3em;
	padding: 0.3em 0.7em;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	background: #FF8D30;
	border-radius: 5px;
}
.free_container p.bold {
	margin-bottom: 8px;
	font-weight: bold;
	/*text-align: center;*/
}


/*トップページ新着情報*/
.wnew-list-top {
	margin:0;
	padding:8px 5px 0 5px;
}

.wnew-list-top-wrapper {
	padding:0 10px 0 0;
	height:350px;
	overflow-y:scroll;
}

.wnew-list-top dt	{float:left;display:inline;padding:12px 0 3px 3px;width:190px;clear:both;line-height:130%;}
.wnew-list-top dd	{margin:0 0 0 191px;padding:12px 0 3px 0;line-height:130%;}

.wnew-list-top dl {
    border-bottom:dotted 1px #bfbfbf; 
}

.wnew-list-top-list dt	{float:left;display:inline;padding:8px 0 10px 3px;width:190px;clear:both;line-height:130%;}
.wnew-list-top-list dd	{margin:0 0 0 191px;padding:10px 0 10px 0;line-height:130%;}

.wnew-list-top-list dl {
    border-bottom:dotted 1px #bfbfbf; 
}

/*近日開催するイベント*/
.wnew-event-top {
	margin:0;
	padding:8px 5px 0 5px;
}

.wnew-event-top-wrapper {
	padding:0 10px 0 0;
	height:210px;
	overflow-y:scroll;
}

.wnew-event-top dt	{float:left;display:inline;padding:4px 0 6px 3px;width:190px;clear:both;border-bottom:dotted 1px #bfbfbf; line-height:130%;}
.wnew-event-top dd	{margin:0 0 0 191px;padding:4px 0 6px 0;border-bottom:dotted 1px #bfbfbf; line-height:130%;}


#main-content {
	margin-bottom:10px;
	padding:10px;
	background:#FFFFFF;
	border-radius:6px;
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.1) inset;
}
#main-content:before, #main-content:after {
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
#main-content:after {
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}



/*-------------------------------------------------------
----Ｈ２見出し-------------------------------------------
-------------------------------------------------------*/
h2.top-midashi a {
	display:block;
	width:680px;
	height:43px;
	text-indent:-9999px;
}

h2.top-midashi#oshirase {
	background:url(images/h2top-event.png) no-repeat;
}

h2.top-midashi#event {
	background:url(images/h2top-konpe.png) no-repeat;
}


/*Ｈ２共通（背景画像あり）*/
h2.entry-title {
	width:660px;
	height:97px;
	margin-bottom:20px;
	text-indent:100%;
	white-space:nowrap;
	overflow: hidden;
}

/*コース*/
body.page-id-24 h2.entry-title {
	background:url(images/h2course.jpg) no-repeat;
}

/*コースOUT*/
body.page-id-38 h2.entry-title {
	background:url(images/h2course-out.jpg) no-repeat;
}

/*コースIN*/
body.page-id-40 h2.entry-title {
	background:url(images/h2course-in.jpg) no-repeat;
}

/*クラブハウス*/
body.page-id-26 h2.entry-title {
	background:url(images/h2clubhouse.jpg) no-repeat;
}

/*料金*/
body.page-id-28 h2.entry-title {
	background:url(images/h2charge.jpg) no-repeat;
}

/*アクセス*/
body.page-id-30 h2.entry-title {
	background:url(images/h2access.jpg)no-repeat;
}

/*ご予約*/
body.page-id-32 h2.entry-title {
	background:url(images/h2reservation.jpg) no-repeat;
}

/*観光スポット*/
body.page-id-36 h2.entry-title {
	background:url(images/h2attraction.jpg) no-repeat;
}

/*クラブ概要*/
body.page-id-34 h2.entry-title {
	background:url(images/h2profile.jpg) no-repeat;
}

/*イベントカレンダー*/
h2.entry-title#event-calender {
	background:url(images/h2calender.jpg) no-repeat;
}

/*イベント。コンペのお知らせ*/
.category-oshirase h2.entry-title {
	background:url(images/h2oshirase.jpg) no-repeat;
}


/*子ページ他*/
body.page-child h2.entry-title,
body.search-results h2.entry-title,
body.search-no-results h2.entry-title,
body.error404 h2.entry-title,
body.page-template-default h2.entry-title,
body.page-template-page_test-php h2.entry-title,
body.page-template-page_nonavi h2.entry-title {
	padding:0 20px;
	text-indent:0;
	font-weight:bold;
    display: table-cell; 
    vertical-align: middle; 
    height: 100px; 
	font-size:150%;
	color:#FFFFFF;
	background:url(images/h2common.jpg) no-repeat;
}



/*-------------------------------------------------------
----Ｈ３見出し-------------------------------------------
-------------------------------------------------------*/
h3.entry-title {
	margin:0 0 10px 0;
	padding:12px 10px 8px 10px;
	font-size:135%;
	font-weight:bold;
	background:#E4DBAC;
	border-bottom:solid 1px #ccc499;
	border-radius:4px;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	text-align:right;
	margin:-5px 0 10px 0;
	font-size:90%;
}

.entry-meta a {
	color: #0c6eb7;
}

.entry-meta a:hover {
	color: #0c6eb7;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}



/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */
.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
	margin:10px;
}

.entry-content td {
	padding:8px 10px;
	line-height:150%;
}

.entry-content p {
	margin-bottom:15px;
	line-height:170%;
}

.entry-content td p {
	margin:0;
	line-height:150%;
}

.entry-content a {
	color: #326c11;
}

.entry-content img {
	margin: 0;
	max-width:100%;
	height:auto;
}

.wp-caption {
	max-width:100%;
	height:auto;
}

.entry-content a:hover {
	color: #326c11;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin:5px 15px 10px 0;
	border:solid 3px #e6e6e6;
	border-radius:6px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin:5px 0 10px 15px;
	border:solid 3px #e6e6e6;
	border-radius:6px;
}

.entry-content img.aligncenter,
.entry-content .wp-caption.aligncenter img {
	display: block;
	margin:0 auto;
	border:solid 3px #e6e6e6;
	border-radius:6px;
}

.entry-content img.alignnone,
.entry-content .wp-caption.alignnone img {
	margin:3px 0;
	border:solid 3px #e6e6e6;
	border-radius:6px;
}

.entry-content ul {
	margin:0;
	padding:5px 0;
}

.entry-content ul li {
	margin:8px 0 6px 27px;
	padding:0;
	list-style:outside;
	line-height:120%;
}

.entry-content ul li li {
	margin:3px 0 3px 22px;
	list-style:circle;
}

.entry-content ol {
	margin:0; 
}

.entry-content table {
	margin:0 0 15px 0;
}

.entry-content td {
	margin:0;
	padding:3px;
}

.entry-content ol li {
	margin:4px 0 4px 40px;
	list-style-position:inside;
	list-style:outside;
	list-style-type:decimal;
	line-height:155%;
}

.entry-content h3 {
	clear:both;
	margin:20px 0 14px 0;
	padding:3px 0 8px 8px;
	font-size:140%;
	font-weight:bold;
	color:#008740;
    font-weight: bold;
	border-bottom:solid 2px #82bd9e;
	letter-spacing:1px;
}

.entry-content h4 {
	clear:both;
	margin:14px 0 5px 0;
	padding:0 0 6px 0;
	font-size:105%;
	font-weight:bold;
	color:#504139;
	border-bottom:solid 1px #cccccc;
}

/*PDFアイコン*/
a[href $='.pdf'] {
    background:url(../../../../icon/ico_pdf.gif) no-repeat right;
    padding:0 20px 0 0;
}
 
a[href $='.pdf'] a {
    text-decoration:none;
}
 
a[href $='.pdf'] a:hover{
    text-decoration:none;
}

/*左サイド*/
#leftside {
	float:left;
	display:inline;
	width:680px;
	line-height:130%;
}

/*右サイド*/
#rightside {
	float:right;
	display:inline;
	width:272px;
}


/*子ページ表示*/
#subpage {
	margin:20px 10px;
	overflow:hidden;
}

.subpage-list li {
	float:left;
    margin-top: 5px;
	margin-right:10px;
	padding-right:10px;
	border-right:dotted 1px #262626;
}

.subpage-list li a {
	padding:0;
}

.cat-list {
	margin:0 0 10px 0;
}

.cat-list h3 {
	margin:0 0 5px 0;
	font-weight:bold;
}

.recentEntries {
	font-size:90%;
	line-height:130%;
}

.recentEntries ul {
	margin:10px 0 0 0;
}

.recentEntries li {
	margin:0 0 0 1px;
	padding:0 0 4px 15px;
	background:url(images/list-a.gif) no-repeat 0 5px;
}

img.hole-btn {
	margin-right:2px;
}

/*コロナ感染症に対する取組*/
h3.onegai {
	color: #E30709;
	border-bottom: none;
}
h3.taiou {
	color: #1060DB;
	border-bottom: none;
}
span.line_red {
	text-decoration: underline solid #f00;
}
span.line_red_double {
	text-decoration: underline double #f00;
}


/*-------------------------------------------------------
----お問い合わせ-----------------------------------------
-------------------------------------------------------*/
.inquiry-list {
	margin-bottom: 20px;
}

.inquiry-list dt {
	float:left;
	display:inline;
	margin:0;
	padding:14px 6px 6px 6px;
	width:200px;
	line-height:130%;
	font-weight:bold;
	clear:both;
}

.inquiry-list dd {
	padding:8px 6px;
	padding-left:205px;
	line-height:130%;
	border-bottom:solid 1px #cecece;
}

/*名前*/
.con_name {
	padding:2px 5px;
	width:260px;
}

/*メールアドレス*/
.con_address {
	padding:2px 5px;
	width:360px;
}

/*電話番号*/
.con_tel {
	padding:2px 5px;
	width:200px;
}

.con_date {
	padding:2px 5px;
	width:170px;
}

.con_ninzu {
	padding:2px 5px;
	width:50px;
}

/*お問い合わせ内容*/
.con_inquiry {
	padding:2px 5px;
	width:435px;
}



/*-------------------------------------------------------
----ジュニア大会申込フォーム-----------------------------
-------------------------------------------------------*/
.inquiry-list_jn dl {
	margin:0 0 20px 0;
}
.inquiry-list_jn dt {
	float:left;
	display:inline;
	margin:0;
	padding:14px 6px 6px 6px;
	width:200px;
	line-height:130%;
	font-weight:bold;
	clear:both;
}

.inquiry-list_jn dd {
	padding:8px 6px;
	padding-left:225px;
	line-height:130%;
	border-bottom:solid 1px #cecece;
}

.con_l1 {
	padding:2px 5px;
	width:160px;
}

.con_l2 {
	padding:2px 5px;
	width:200px;
}

.con_l4 {
	padding:2px 5px;
	width:300px;
}

.con_l5 {
	padding:2px 5px;
	width:150px;
}

.con_l6 {
	padding:2px 5px;
	width:200px;
}

.con_l8 {
	padding:2px 5px;
	width:70px;
}

.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 .wpcf7-not-valid {
    background: pink;
}

.wpcf7-form-control {
	border:solid 1px #bfbfbf;
}

.con_cap {
	padding:2px 5px;
	width:105px;
}

.wpcf7-confirm,
.wpcf7-submit,
.wpcf7-back {
	padding:5px 1px 5px 5px;
	width:105px;
	letter-spacing:3px;
}

.wpcf7-submit {
	font-weight:bold;
}

.wpcf7 .wpcf7c-conf {
	border: solid 1px #eee;
	background-color: #fff;
	font-weight:bold;
}

/* ラジオボタンの囲み線を消す */
.radio-262 > .wpcf7-form-control {
	border:none;
}
.radio-993 > .wpcf7-form-control {
	border:none;
}

.wp-pagenavi {
	margin:30px 0 10px 0;
}



/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	margin:0;
	padding:5px 0 0 0;
}

.widget h3 {
	margin:0 0 3px 0;
	font-weight:bold;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	margin:0 0 0 1px;
	padding:0 0 3px 15px;
	font-size:85%;
	background:url(images/list-a.gif) no-repeat 0 5px;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left:2px;
}

.widget a {
	color: #59a0e5;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

/* 本日の営業状況*/
.today_widget {
	display: flex;
	margin: 20px auto 35px;
	width: 490px;
	height: 67px;
	border: 1px solid #ccc;
}
.today_widget .left {
	width: 230px;
}
.today_widget .left img {
	width: 220px;
	height: 65px;
}
.today_widget .right .today-title {
	font-size: 27px;
	font-weight: bold;
	line-height: 33px;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
.site-footer {
	clear:both;
	margin:15px 0 0 0;
	overflow:hidden;
	background:#139222;
	border-top:solid 1px #0f751c;
}

#footer-inner {
	margin:0 auto;
	padding:15px 0;
	width:980px;
	overflow:hidden;
	color:#FFFFFF
}

.foot_l {
	float:left;
	display:inline;
	width:380px;
}

.foot_l p {
	margin:0 0 5px 0;
	line-height:130%;
}

.foot_r {
	float:right;
	display:inline;
    margin-bottom: 16px;
	width:590px;
}

ul.footer-link {
	float:left;
	display:inline;
	width:170px;
}

.footer-link li {
	margin:0 18px 0 0;
	padding:0 0 0 12px;
	font-size:13px;
	list-style:none;
	list-style-position:inside;
	letter-spacing:0.5px;
	background:url(images/list-b.png) no-repeat 0 7px;
}

.footer-link a,
.foot_l a {
	margin:0;
	color:#FFFFFF;
}


.footer-address {
	clear:both;
	margin:0 auto;
	color:#FFFFFF;
	font-size:70%;
	letter-spacing:2px;
	text-align:center;
}

h3.tribe-events-month-event-title {
	background:none;
	border-bottom:none;
	border-radius:0;
}

.mapp-layout {
	border:none;
}
span.tel-link {
	float: right;
}
a.prevention {
	float: right;
	display: block;
	width: 240px;
	padding: 7px 3px;
	text-align: center;
	color: #B71114;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	background-color: #FFE1E2;
	border-radius: 5px;
	transition: .2s;
}
a.prevention:hover {
	opacity: 0.85;
}


/* 空き状況カレンダー */
.sbc-calendar-month {
    float: none;
    padding: 0px!important;
    width: 100%!important;
    border: 0px solid #ccc!important;
    background-color: inherit!important;
    margin-right: 0px!important;
}

#sbc-calendar table {
    width: 640px;
}

#sbc-calendar table thead th,
#sbc-calendar table td {
	height: 50px;
	font-size:210%;
	border-radius: 3px;
}

#aki_hanrei {
	margin-bottom: 15px;
	font-size:155%;
}

#reservation a {
	display: block;
	padding:20px 10px;
	font-size:220%;
	text-align: center;
	border-radius: 5px;
	color:#FFFFFF;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #008535), color-stop(0.00, #18c60c));
background: -webkit-linear-gradient(top, #18c60c 0%, #008535 88%);
background: -moz-linear-gradient(top, #18c60c 0%, #008535 88%);
background: -o-linear-gradient(top, #18c60c 0%, #008535 88%);
background: -ms-linear-gradient(top, #18c60c 0%, #008535 88%);
background: linear-gradient(to bottom, #18c60c 0%, #008535 88%);
}

.subpage-list ul.children {
    display: none;
}
.sp_none {
	display: block;
}
.pc_none {
	display: none;
}
}




/*-----------------------------------------------------------------------------
----スマートフォン用-----------------------------------------------------------
-----------------------------------------------------------------------------*/
@media (max-width:768px) {
body {
	font-size: 90%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
	line-height: 1.6;
	background: #fff;
}

a {
	color: #326c11;
}

a:visited {
	color: #326c11;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #326c11;
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

a:hover img {
	opacity:0.7;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;  
}

.site {
	margin:0 auto;
	padding:10px 0 0 0;
	width:98%;
}

#head-r {
	clear:both;
	margin:0 auto;
	max-width:88%;
}

#kensaku {
	clear:both;
	margin:0 auto;
	max-width:100%;
}

.text {
	margin-right:10px;
	padding:5px;
	width:78%;
	border:solid 1px #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.button {
	position:relative;top:-3px;
	background: #8fd324;
	background: -moz-linear-gradient(top, #b1e362 0%, #a2d847 50%, #8acb1f 50%, #7dbf0d 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #b1e362), color-stop(0.5, #a2d847), color-stop(0.5, #8acb1f), color-stop(1, #7dbf0d));
	border: 1px solid #5b9400;
	border-bottom: 1px solid #568a03;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 0 0 #c8eb8f;
	-webkit-box-shadow: inset 0 1px 0 0 #c8eb8f;
	box-shadow: inset 0 1px 0 0 #c8eb8f;
	color: #fff;
	font:12px "ヒラギノ角ゴ Pro W3",tahoma,arial;
	padding: 4px 0;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 -1px 1px #426b01;
	width: 40px;
}

.button:hover {
  background: #689b13;
  background: -moz-linear-gradient(top, #9ad055 0%, #8dc241 50%, #78b41b 50%, #6da70a 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #9ad055), color-stop(0.5, #8dc241), color-stop(0.5, #78b41b), color-stop(1, #6da70a));
  cursor: pointer;
}

.button:active {
  -moz-box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  cursor: pointer;
}

#search {
	padding:0 0 0 56px;
}

#site-title,
#tel,
#copy {
	display:block;
	margin:0 auto;
	max-width:100%;
}

/*スマホTELリンク*/
.tel-link {
    color: #06F;
    font-weight: bold;
}

#cgtext,
#rss {
	display:none;
}

#kensaku li {
	list-style:none;
}

#globalNavi, #globalNavi ul {
	margin:5px 0 0 0;
	padding:0;
	list-style-type:none;
	z-index:3;
}

#globalNavi li 			 	{clear:both;display:block;text-decoration:none;padding:3px 0;border-bottom:solid 1px #dedede;font-size:110%;}
#globalNavi li a  		 	{clear:both;display:block;text-decoration:none;padding:3px 0;border-bottom:solid 1px #dedede;font-size:110%;}

#globalNavi li#gn01 a,
#globalNavi li#gn02 a,
#globalNavi li#gn03 a,
#globalNavi li#gn04 a,
#globalNavi li#gn05 a,
#globalNavi li#gn06 a
	{width:inherit;height:inherit;background:none; text-indent:10px; border:none;}

#globalNavi li#gn01 a:hover,
#globalNavi li#gn02 a:hover,
#globalNavi li#gn03 a:hover,
#globalNavi li#gn04 a:hover,
#globalNavi li#gn05 a:hover,
#globalNavi li#gn06 a:hover
	{width:inherit;height:inherit;background:none; text-indent:10px; border:none;}

#globalNavi 	{display: none;}
#globalNavi li 	{width: 100%;}


#toggle {
	display: block;
	position: relative;
	width: 100%;
	background:#31c624;
}

#toggle a {
	display: block;
	position: relative;
	padding: 12px 0 10px;
	border-bottom: 1px solid #f2ffef;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
}

#toggle a:before, #toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background: #31c624;
}

#toggle a:before {
	margin-top: -6px;
}

#toggle a:after {
	margin-top: 2px;
}



 /*--------------------------------------------------------------------
----トップページスライダー--------------------------------------------
--------------------------------------------------------------------*/
.wideslider {
	margin:12px 0;
	width: 100%;
	height:350px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #35b244 url(images/slides/prev.jpg) no-repeat right center;}
.slider_next {background: #35b244 url(images/slides/next.jpg) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #fff;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}



/*-------------------------------------------------------
----パン屑リスト-----------------------------------------
-------------------------------------------------------*/
#breadcrumb {
	margin:5px auto 0 auto;
	padding:4px 5px;
	font-size:12px;
	text-align:left;
}


/*トップページ　フリー情報（お知らせ上に配置）*/
.free_container {
	margin: 2em 0 2em;
	padding: 0 0.8em;
	font-size: 105%;
	/*background: #fff;*/
	letter-spacing: 0.03em;
}

.widget h3.free-title {
	margin-bottom: 0.2em;
	text-align: center;
	font-size: 140%;
	color: #ff4481;
}
.free_container span.title {
	display: inline-block;
	margin: 1em 0 0.3em;
	padding: 0.3em 0.7em;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	background: #FF8D30;
	border-radius: 5px;
}
.free_container p.bold {
	margin-bottom: 8px;
	font-weight: bold;
	/*text-align: center;*/
}


/*子ページ表示*/
#subpage {
	margin:5px 10px 5px 10px;
	font-size:85%;
	overflow:hidden;
}

.subpage-list li {
	float:left;
	margin-right:10px;
	padding-right:10px;
	border-right:dotted 1px #262626;
}

.subpage-list li a {
	padding:0;
}

.entry-content td {
	padding:8px 10px;
	line-height:150%;
}

.entry-content p {
	margin-bottom:15px;
	line-height:170%;
}

.entry-content img {
	max-width:100%;
	height: auto;
}

.entry-content td p {
	margin:0;
	line-height:150%;
}

.entry-content a {
	color: #326c11;
}

.entry-content a:hover {
	color: #326c11;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin:5px 15px 10px 0;
	border:solid 3px #e6e6e6;
	border-radius:6px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin:5px 0 10px 15px;
	border:solid 3px #e6e6e6;
	border-radius:6px;
}

.entry-content ul {
	margin:0;
	padding:5px 0;
}

.entry-content ul li {
	margin:8px 0 6px 27px;
	padding:0;
	list-style:outside;
	line-height:120%;
}

.entry-content ul li li {
	margin:3px 0 3px 22px;
	list-style:circle;
}

.entry-content ol {
	margin:0; 
}

.entry-content table {
	margin:0 0 15px 0;
}

.entry-content td {
	margin:0;
	padding:3px;
}

.entry-content ol li {
	margin:8px 0 4px 40px;
	list-style-position:inside;
	list-style:outside;
	list-style-type:decimal;
	line-height:155%;
}

.entry-content h3 {
	clear:both;
	margin:20px 0 14px 0;
	padding:3px 0 8px 8px;
	font-size:140%;
	font-weight:bold;
	color:#008740;
    font-weight: bold;
	border-bottom:solid 2px #82bd9e;
	letter-spacing:1px;
}


.entry-content h4 {
	clear:both;
	margin:14px 0 5px 0;
	padding:0 0 5px 0;
	font-size:105%;
	font-weight:bold;
	color:#504139;
	border-bottom:solid 1px #cccccc;
}


.site-footer {
	clear:both;
}

.foot_l p {
	margin:0 0 5px 0;
}

ul.footer-link {
	float:left;
	display:inline;
	margin:15px auto;
	width:46%;
}

.footer-link ul {
	margin:0;
}


.footer-link li {
	margin:0 18px 8px 0;
	padding:0 0 0 12px;
	list-style:none;
	list-style-position:inside;
	letter-spacing:0.5px;
	background:url(images/list-b.png) no-repeat 0 7px;
}

.footer-address {
	clear:both;
	margin:15px 0 30px 0;
	font-size:70%;
	letter-spacing:2px;
	text-align:center;
}

a.prevention {
	/*float: right;*/
	margin: 15px auto 0;
	display: block;
	width: 240px;
	padding: 7px 3px;
	text-align: center;
	color: #B71114;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	background-color: #FFE1E2;
	border-radius: 5px;
}

#tertiary {
	max-width:96%;
	background:#FFFFFF;
	margin:0 0 30px 0;
	padding:15px 15px 10px 15px;
	border:solid 1px #9ded4e;
	border-radius:6px;
}

.widget-area {
	margin:15px auto;
	padding:0;
	max-width:95%;
}

.widget-area h3 {
	margin:0 auto;
}

.widget-area ul {
	margin:0;
	padding:0;
}

.widget-area ul li {
	border: none;
	margin:0 0 6px -2px;
	padding:0 0 0 20px;
	list-style:none;
	background:url(images/list-a.png) no-repeat;
}

h3.widget-title {
	margin:0 0 15px 0;
}



/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}


h2.top-midashi#oshirase a,
h2.top-midashi#event a {
	display:block;
	margin:0 0 8px 0;
	padding:9px 3px;
	border-radius:5px;
	background:#008740;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}

h2.entry-title {
	display:block;
	margin:8px 0;
	padding:12px 3px;
	border-radius:5px;
	background:#008740;
	color:#FFFFFF;
	font-size:95%;
	text-align:center;
	text-decoration:none;
}

h3.entry-title {
	margin:0 0 10px 0;
	padding:12px 10px 8px 10px;
	font-size:135%;
	font-weight:bold;
	background:#E4DBAC;
	border-bottom:solid 1px #ccc499;
	border-radius:4px;
	text-align:center;
}

.entry-meta {
	clear: both;
	text-align:right;
	margin:-5px 0 10px 0;
	font-size:90%;
}

img.aligncenter,
img.alignleft,
img.alignright,
img.alignnone {
	clear:both;
	max-width:100%;
	height:auto;
	margin:5px 0;
}

.tablepress {
	font-size:90%;
}

.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 .wpcf7-not-valid {
    background: pink;
}

.wpcf7-form-control {
	border:solid 1px #bfbfbf;
}

.event-list,
.event-cal {
	display:none;
}

.wnew-list-top dl	{margin:0;padding:0;}
.wnew-list-top dt	{display:inline;margin:0;padding:0;border:none;}
.wnew-list-top dd	{clear:both;padding:0;margin:5px 0 0 0;border:none;}


#rightside {
	clear:both;
	max-width:100%;
	margin:30px auto;
	overflow:hidden;
}

#foot-tel {
	display:block;
	margin:0 auto;
}



/*-------------------------------------------------------
----お問い合わせ-----------------------------------------
-------------------------------------------------------*/
.inquiry-list dt {
	margin:14px 0 3px 0;
	padding:0;
	font-weight:bold;
}

.inquiry-list dd {
	margin:7px 0 3px 0;
}

.inquiry-list input,
.inquiry-list textarea {
	max-width:95%;
	padding:8px 3px;
}

.wpcf7-confirm,
.wpcf7-submit,
.wpcf7-back {
	padding:5px 1px 5px 5px;
	width:105px;
	letter-spacing:3px;
}

.wpcf7-submit {
	font-weight:bold;
}

.wpcf7 .wpcf7c-conf {
	border: solid 1px #eee;
	background-color: #fff;
	font-weight:bold;
}

.wp-pagenavi {
	margin:30px 0 10px 0;
}

.con_ninzu {
	padding:2px 5px;
	width:50px;
}



/*-------------------------------------------------------
----ジュニア大会申込フォーム-----------------------------
-------------------------------------------------------*/
.inquiry-list_jn dl {
	margin:0 0 20px 0;
}
.inquiry-list_jn dd {
	margin: 7px 0 3px 0;
}

.inquiry-list_jn {
	display: block;
	margin: 0 auto;
	padding: 8px 3px;
}

.con_l1,
.con_l2,
.con_l3,
.con_l4,
.con_l5,
.con_l6,
.con_l7,
.con_l8,
.con_address {
	padding:3px 5px;
	width:96.5%;
}

/* 本日の営業状況*/
.today_widget {
	display: flex;
	margin: 10px auto;
	width: 330px;
	height: 68px;
	border: 1px solid #ccc;
}
.today_widget .left {
	width: 95px;
}
.today_widget .left img {
	width: 90px;
	height: 68px;
}
.today_widget .right .today-title {
	font-size: 28px;
	font-weight: bold;
	line-height: 41px;
}

.pc_none {
	display: block;
}
.sp_none {
	display: none;
}

/*コロナ感染症に対する取組*/
h3.onegai {
	color: #E30709;
	border-bottom: none;
}
h3.taiou {
	color: #1060DB;
	border-bottom: none;
}
span.line_red {
	text-decoration: underline solid #f00;
}
span.line_red_double {
	text-decoration: underline double #f00;
}



}

.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 .wpcf7-not-valid {
    background: pink;
}

.wpcf7-form-control {
	border:solid 1px #bfbfbf;
}

.con_cap {
	padding:2px 5px;
	width:105px;
}

.wpcf7-confirm,
.wpcf7-submit,
.wpcf7-back {
	padding:5px 1px 5px 5px;
	width:105px;
	letter-spacing:3px;
}

.wpcf7-submit {
	font-weight:bold;
}

.wpcf7 .wpcf7c-conf {
	border: solid 1px #eee;
	background-color: #fff;
	font-weight:bold;
}

/* ラジオボタンの囲み線を消す */
.radio-262 > .wpcf7-form-control {
	border:none;
}
.radio-993 > .wpcf7-form-control {
	border:none;
}




/*-------------------------------------------------------
----右サイドメニュー-------------------------------------
-------------------------------------------------------*/
#rsmenu {
	clear:both;
	display:block;
	margin:0 auto;
}

ul#rsmenu {
	margin:0 auto;
	text-align: center;
	list-style-type:none;
}

#rsmenu li 			 			{
	display:block;
	margin:0 auto 5px auto;
	text-decoration:none;
	overflow: hidden;
	text-indent:100%;
	white-space: nowrap;
}

#rsmenu li a {
	display:block;
	margin:0 auto 5px auto;
	text-decoration:none;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#rsmenu li#rsmenu01 a			{width:272px;height:100px;background:url(images/side-calender.png) no-repeat;}
#rsmenu li#rsmenu01 a:hover		{width:272px;height:100px;background:url(images/side-calender.png) no-repeat;}

#rsmenu li#rsmenu02 			{display:none}

#rsmenu li#rsmenu03 a	 		{width:272px;height:66px;background:url(images/side-kankou.png) no-repeat;}
#rsmenu li#rsmenu03 a:hover		{width:272px;height:66px;background:url(images/side-kankou.png) no-repeat;}

#rsmenu li#rsmenu04 a	 		{width:272px;height:66px;background:url(images/side-gaiyou.png) no-repeat;}
#rsmenu li#rsmenu04 a:hover		{width:272px;height:66px;background:url(images/side-gaiyou.png) no-repeat;}

#rsmenu li#rsmenu05 a	 		{width:272px;height:100px;background:url(images/side-junior_7th.png) no-repeat;}
#rsmenu li#rsmenu05 a:hover		{width:272px;height:100px;background:url(images/side-junior_7th.png) no-repeat;}

#rsmenu li#rsmenu06 a	 		{width:272px;height:100px;background:url(images/side-reservation_status.png) no-repeat;}
#rsmenu li#rsmenu06 a:hover		{width:272px;height:100px;background:url(images/side-reservation_status.png) no-repeat;}

#rsmenu li#rsmenu07 a	 		{width:272px;height:68px;background:url(images/side-covid.png) no-repeat;}
#rsmenu li#rsmenu07 a:hover		{width:272px;height:68px;background:url(images/side-covid.png) no-repeat;}

ul.rsmenu_2 {
	display:block;
	margin:0 auto;
    text-align: center;
}
ul.rsmenu_2 li {
    margin: 0 0 8px 0;
}

.sbc-calendar-month {
    float: none;
	margin: 0 auto;
    width: 95%;
    border: 0px solid #ccc!important;
    background-color: inherit!important;
    margin-right: 0px!important;
}

#sbc-calendar table {
	margin: 0 auto;
    width: 100%;
}

#aki_hanrei {
	margin-bottom: 15px;
	font-size:110%;
}

#reservation a {
	display: block;
	padding:10px 10px;
	font-size:220%;
	text-align: center;
	border-radius: 5px;
	color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #008535), color-stop(0.00, #18c60c));
	background: -webkit-linear-gradient(top, #18c60c 0%, #008535 88%);
	background: -moz-linear-gradient(top, #18c60c 0%, #008535 88%);
	background: -o-linear-gradient(top, #18c60c 0%, #008535 88%);
	background: -ms-linear-gradient(top, #18c60c 0%, #008535 88%);
	background: linear-gradient(to bottom, #18c60c 0%, #008535 88%);
}

.wnew-list-top-wrapper dl {
	padding:0 0 10px 0;
}

.entry-content a.pdfemb-viewer {
	border:none;
}

/*イベントカレンダーの、個別イベントページ表示のカスタマイズ*/
.single-tribe_events #tribe-events-header
,.single-tribe_events .tribe-events-cal-links
,.single-tribe_events .tribe-events-event-meta {
	display: none;
}

.single-tribe_events #tribe-events-footer {
	margin-top: 2em;
}


.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
	padding: 6px 0;
}
