@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: middle;
	background: transparent;
	font-weight: normal;
}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	width:995px;
	margin:0 auto;
	font-size:14px;
	color:#382400;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}

#main {
	float:left;
	width:65.625%;
}

#sub {
	float:right;
	width:31.25%;
}

#subnav {
	display:none;
}

a {
	color:#9b2f3d;
}
a:hover {
	color:#c04d5c;
}

h1 {
	color:#85d1c6;
	font-size:28px;
	line-height:1.2;
}
h1 a {
	color:#85d1c6;
	text-decoration:none;
}
h1 a:hover {
	color:#85d1c6;
	text-decoration:underline;
}

h2 {
	margin-bottom: 1em;
	font-size: 18px;
	color: #9b2f3d;
	
}

h3 {
	color: #363;
	font-size: 1.5em;
	font-weight: bold;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
	color:#382400;
}
h4:before {
	content:"\002665";
	color:#9b2f3d;
}

h5 {
	margin-bottom: 0.25em;
	padding: 2px;
	color: #FFFFFF;
	font-size: 16px;
	border-top: 1px dotted #382400;
	border-bottom: 1px dotted #382400;
	background-color: #FF6600;
	text-align: center;
	font-weight: bold;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1.5em;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#7fb6ae;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background-color: #074516;
	font-weight: bold;
	color: #FFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
td {
	padding: 10px;
	border: 1px solid #ddd;
}

img {
	vertical-align:bottom;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
	margin:10px 0;
}
header h1 {
	margin-bottom: 20px;
	width: 40%;
	position: relative;
	padding-top: 20px;
}

.tel {
	position: absolute;
	top: 0;
	right: 0;
	vertical-align: top;
	text-align: right;
	margin-bottom: 20px;
}
.tel span {
	color:#705c0b;
	font-family:Century, "MS 明朝","Hiragino Mincho Pro W3","ヒラギノ明朝 Pro W3",serif;
	font-size:28px;
	font-weight:bold;
	vertical-align:middle;
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/

ul#gNavi{
width: 995px;
height: 50px;
list-style: none;
margin: 0;
padding: 0;
overflow: hidden;
}
ul#gNavi li {
	float: left;
	margin: 0;
	padding: 0;
	height: 50px;
list-style-type: none;
}
ul#gNavi li a {
display: block;
width: 100%;
height: 100%;
background: url(./images/gnav.gif) no-repeat;
text-decoration: none;
text-indent: -7777px;
}
ul#gNavi li a:hover {
background:url(./images/gnav_on.gif) no-repeat;
}
#gNavi li#N01 a{ background-position: 0 0; width: 90px; }
#gNavi li#N02 a{ background-position: -90px 0; width: 187px;}
#gNavi li#N03 a{ background-position: -277px 0; width: 181px;}
#gNavi li#N04 a{ background-position: -458px 0; width: 145px;}
#gNavi li#N05 a{ background-position: -603px 0; width: 134px;}
#gNavi li#N06 a{ background-position: -737px 0; width: 147px;}
#gNavi li#N07 a{ background-position: -884px 0; width: 111px;}

#gNavi li#N01 a:hover {background-position: 0 0;}
#gNavi li#N02 a:hover {background-position: -90px 0;}
#gNavi li#N03 a:hover {background-position: -277px 0;}
#gNavi li#N04 a:hover {background-position: -458px 0;}
#gNavi li#N05 a:hover {background-position: -603px 0;}
#gNavi li#N06 a:hover {background-position: -737px 0;}
#gNavi li#N07 a:hover {background-position: -884px 0;}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}


.submenu li a {
	display:block;
	padding:5px 2px;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background-color: #f7d0cb;
	background-image: url(./images/sub_yajirushi.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.submenu {
	background-image: url(./images/submenu.gif);
	background-repeat: repeat;
	padding: 10px;
	list-style: none;
}
.submenu li {
	background-color: #FFF;
	line-height: 40px;
	padding-left: 20px;
	list-style: none;
	background-image: url(./images/sub_yajirushi.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	padding-right: 20px;
	text-indent: 20px;
}
.submenu-tage {
	background-color: #f7d0cb;
	background-image: url(./images/sub_yajirushi.gif);
	background-repeat: no-repeat;
	background-position: left;
	display:block;
	padding:5px 2px;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.bnr {
	overflow:hidden;
}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
	background-image: url(./images/fut_bac.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.footmenu {
	float: left;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	position: relative;
}
.footmenu ul {
	margin: 0px;
	padding: 0px;
	float: right;
}
.footmenu li {
	float: left;
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.copyright {
	clear: both;
	font-size: 11px;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#7dbdb4;
}
.totop img:hover {
	background:#85d1c6;
}

/*================================================
 *  クラス
 ================================================*/
.btn-icon {
  display: inline-block;
  max-width: 260px;
  text-align: left;
  background-color: #9ec34b;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px 8px 32px;
  border-radius: 4px;
  position: relative;
}

.btn-icon:before {
  font-family: "FontAwesome";
  content: "▶︎";/* 好きなフォントアイコンを　*/
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -14px;
}

.btn-icon:hover {
  opacity: 0.8;
}

.textL {
	text-align:left;
}
.btn-icon2 {
	display: inline-block;
	max-width: 260px;
	text-align: left;
	background-color: #FF6633;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 16px 8px 32px;
	border-radius: 4px;
	position: relative;
}
.btn-icon2:before {
  font-family: "FontAwesome";
  content: "▶︎";/* 好きなフォントアイコンを　*/
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -14px;
}

.btn-icon2:hover {
  opacity: 0.8;
}
.textR {
	text-align: right;
	margin-bottom: 0px;
}

.list {
	padding:0 0 0 2em;
}

.list li {
	margin:0;
	padding:0;
	list-style:none;
	text-indent:-1.3em;
}
.list li:before {
	content:"\002618\00a0";
	color:#9b2f3d;
}

.temp {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}

.img {
	float:left;
	width:300px;
}

.text {
	float:right;
	width:450px;
}

.photo {
	margin:20px 0;
	padding:10px;
	box-shadow:rgba(113, 135, 164, 0.8) 0 3px 15px 0;
	background:#fff;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

.catalog {
	overflow:hidden;
}
.catalog ul {
	overflow:hidden;
	margin-top:1.587%;
	margin-right:-1.587%;
}
.catalog li {
	list-style:none;
	float:left;
	width:18.412%;
	margin:0 1.587% 1.587% 0;
}
.catalog li img {
	width:100%;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
}

.slideInner {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	position:absolute;
	width:100%;
	background:#fff;
	margin:0;
	padding:0;
}
.slideInner li img {
	width:100%;
	height:auto;
}

.slidePrev {
	position:absolute;
	width:50px;
	height:60px;
	left:0;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	display:block;
	width:50px;
	height:60px;
	right:0;
	cursor:pointer;
	z-index:100;
}

.controlNav {
	  position:relative;
	  float:left;
	  left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	background:#eee;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#ccc;
	cursor:pointer;
}
.controlNav span.current {
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	background:#85d1c6;
}
.box {
	float: left;
	list-style-type: none;
	width: 24%;
	margin-right: 1.3%;
	margin-left: auto;
	margin-bottom: 10px;
}
.box2 {
	float: left;
	list-style-type: none;
	width: 24%;
	margin-right: 0px;
	margin-left: auto;
	margin-bottom: 10px;
}
.sub_banner {
	overflow: hidden;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.sub_banner img {
	height: auto;
	width: 100%;
	text-align: center;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:994px) {
	body {
		box-sizing: border-box;
		width:100%;
		padding:0 10px;
	}

	header h1 {
		margin-bottom:0;
	}

	.tel {
		position:relative;
		text-align:right;
	}

	.catalog li {
		width:23.412%;
	}
	ul#gNavi {
	display: none;
}
header {
	margin-top: 45px;
}
}
/* mod_nav　スマホ用グローバルメニュー
-----------------------------------------*/

.mod_nav {
	display: none;
}
 
@media print, screen and (max-width: 994px) {
 
	.navigation {
		display: none;
		visibility: hidden;
	}
	
	.mod_nav {
		display: block;
	}
}
 
/* mod_nav
-----------------------------------------*/
.mod_nav {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	height: 45px;
	width: 100%;
	background-color: #096;
}
 
@media screen and (max-width:994px) {
	.mod_nav {
		height: auto;
	}
}
 
.mod_nav p.navtitle {
 display: none;
}
 
@media screen and (max-width:994px) {
	.mod_nav p.navtitle {
	cursor: pointer;
	display: block;
	line-height: 45px;
	color: #FFF;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	background-color: #096;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	}
}
 
.mod_nav ul {
	margin: 0 auto;
	width: 960px;
}
 
@media screen and (max-width:994px) {
	.mod_nav ul {
		width: 100%;
		display: none;
	}
}
 
.mod_nav ul li {
	float: left;
	width: 100px;
	line-height: 45px;
	text-align: center;
}
 
@media screen and (max-width:994px) {
	.mod_nav ul li {
		float: none;
		background-color: #096;
		width: 98%;
		padding: 0 1% 0 1%;
		text-align: left;
	}
}
 
.mod_nav ul li a {
	display: block;
	color: #FFF;
}
 
@media screen and (max-width:994px) {
	.mod_nav ul li a {
	}
}
 
.mod_nav ul li.current a {
	font-weight: bold;
}
 
.mod_nav ul li a:link    {color:#FFF; text-decoration:none;}
.mod_nav ul li a:visited {color:#FFF; text-decoration:none;}
.mod_nav ul li a:hover   {color:#FFF; text-decoration:none; background-color:#AAAAAA;}
.mod_nav ul li a:active  {color:#FFF; text-decoration:none; background-color:#AAAAAA;}
 
/* mod_nav　ここまで
-----------------------------------------*/
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}

	/* 下層サブメニュー */
	#subnav {
		display:block;
		position:relative;
		margin-bottom:10px;
	}
	#subnav h3 {
		cursor:pointer;
		background:#85d1c6;
	}
	#subnav h3:after {
		position:absolute;
		content:"\0025bc";
		top:3px;
		right:5px;
	}
	#subnav h3.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	#subnav li {
		margin:0;
		padding:0;
		list-style:none;
	}
	#subnav li a:before {
		content:"\0025a0";
		color:#5b4111;
	}
	#subnav li a {
		display:block;
		padding:5px 2px;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}
	#subnav li a:hover {
		background:#f7d0cb;
	}
		.box {
	float: left;
	list-style-type: none;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
	.box2 {
	float: left;
	list-style-type: none;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
.sub_banner {
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 10px;
}
.sub_banner img {
	height: auto;
	width: 95%;
	text-align: center;
}
}
@media screen and (max-width:500px) {

	.bnr li {
		float:left;
		width:100%;
		margin:0 2% 2% 0;
	}
	.box {
	float: left;
	list-style-type: none;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
	.box2 {
	float: left;
	list-style-type: none;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
.sub_banner {
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 10px;
}
.sub_banner img {
	height: auto;
	width: 95%;
	text-align: center;
}
.hed {
	height: auto;
	width: 100%;
}
.hed2 {
	height: auto;
	width: 240%;
}
.ren {
	width: 94%;
	margin-left: 3%;
	float: left;
}
.ren2 {
	width: 94%;
	margin-left: 3%;
	float: left;
}
}
.tel .h_tel {
	line-height: 20px;
	font-size: 1rem;
}
#event {
	padding-top: 10px;
}
h2 img {
	height: auto;
	width: 100%;
}
.googlemaps {
	padding: 5px;
	border: 1px solid #CCC;
	margin-bottom: 15px;
}
.googlemaps2 {
position: relative;
	padding: 0 0 45%;
	height: 0;
	overflow: hidden;
}
.googlemaps2 iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.catalog h3 img {
	height: auto;
	width: 100%;
}
.footrogo {
	width: 40%;
	padding-top: 20px;
	padding-left: 10px;
	float: left;
}
.fut_b {
	width: 995px;
}
.footmenu img {
}
.cort_situation {
	width: 100%;
}
.cort_situation {
	width: 93%;
	background-color: #E2F2E2;
	padding: 4%;
}
.cort_situation dt {
	font-weight: bold;
	padding-bottom: 5px;
}

.pankuzu {
	font-size: 90%;
	padding-top: 5px;
}
.cate_hed {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(./images/back_top.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	padding-top: 7%;
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 7%;
	color: #FFF;
	text-shadow: -2px 3px 0 rgba(0,0,0,0.3);
	padding-left: 5%;
}
.cate_hed img {
	height: auto;
	width: 100%;
}
.ggmap {
	position: relative;
	padding-bottom: 45%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 25px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}.train li {
	margin-bottom: 10px;
}
.h_th {
	background-color: #CCC;
	color: #000;
	padding: 10px;
}
.cyouki tbody tr th {
}
.cyouki td {
	text-align: center;
}
.class_l td {
	text-align: left;
	vertical-align: baseline;
}
.left
      {
         float: right;
         margin-right: 1em;
      }
.floatclear
      {
         clear: both;
      }
.fullimg {
	height: auto;
	width: 100%;
}
.coach {
	float: left;
	width: 30%;
}
.coach2 {
	float: left;
	width: 67%;
	padding-bottom: 10px;
	padding-left: 10px;
}
.coach1 {
	width: 100%;
	display: block;
	clear: both;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
.coach img {
	height: auto;
	width: 100%;
}
.name {
	font-size: 1.6em;
	font-weight: bold;
	background-color: #096;
	text-align: center;
	margin-bottom: 15px;
	color: #FFF;
	margin-top: -20px;
}
.shisetu li {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
	width: 30%;
}
.shisetu img {
	height: auto;
	width: 100%;
}
.ren {
	width: 40%;
	margin-left: 3%;
	float: left;
}
.ren2 {
	width: 40%;
	margin-left: 3%;
	float: left;
}

.football_top {
	height: auto;
	width: 100%;
}
.wpcf7 .wpcf7-style {
  width: 90%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 6px 12px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.wpcf7-submit {
  font-size: 17px;
  padding: 5px 20px;
  background: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 4px;
}
 
.wpcf7-submit:hover {
  background-color: #eee;
  cursor: pointer;
}
.tenniss
{
	background-image: url(./images/news_tenniss.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
	white-space: nowrap;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
.w_img {
	height: auto;
	width: 100%;
}
.up_style {
	border-bottom-style: none;
}.big {
	font-size: large;
	font-weight: bold;
}
span.wpcf7-list-item {
display: block;
}
#rent dd {
	margin-top: -23px;
	margin-bottom: 0px;
	margin-left: 150px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	width: 70%;
}
#rent dt {
	width: 140px;
	text-align: right;
	font-weight: bold;
	color: #333333;
	margin-bottom: -4px;
	border-bottom-style: none;
	list-style-type: none;
}
.style7 {
	color: #FF0000;
	font-weight: bold;
}
.style8 {
	color: #0000FF;
	font-weight: bold;
}
.small_img{
	height: auto;
	width: 100%;
}
#rent {
	list-style-type: none;
}
.free_men {
	border: 3px solid #363;
	height: auto;
	width: 95%;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	padding-top: 5px;
}
.flush_p {
	border: 1px solid #CCC;
	height: auto;
	width: 95%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.dlubinfo_list li {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
}
.size_box {
	height: auto;
	width: 100%;
}
.size_box2 {
	height: auto;
	width: 60%;
}
.back_bana {
	width: 100%;
	text-align: center;
	background-color: #C60;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.back_bana a {
	color: #FFF;
}
h2 {
	position: relative;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	font-weight: bold;
	color: #033;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006633;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
h2::before,
h2::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
h2::before {
	top: .6em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background-color: rgba(255,204,51,0.5);
}
h2::after {
	top: 1em;
	left: .7em;
	width: 13px;
	height: 13px;
	background-color: rgba(255,255,0,0.5);
}
.res img {
	height: auto;
	width: 100%;
}
.commu2 {
	border: 1px none #339900;
	width: 95%;
	font-size: 18px;
	color: #FF6600;
	font-weight: bolder;
	padding: 5px;
	margin-bottom: 15px;
	margin-top: 5px;
}
.yoga{

}
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
margin-bottom: 15px;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.base {
	font-size: 1.4em;
	font-weight: bold;
	background-color: #3C0;
	text-align: center;
	margin-bottom: 15px;
	color: #FFF;
	margin-top: 20px;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#main .base a {
	color: #FFF;
}
.pan {
	font-size: 2em;
}
.cyouki2 td {
	text-align: left;
}