@charset "utf-8";
/*
smartphone : 320px - 480px
tablet : 480 - 768px
PC : 768px over
*/

/* for all */
html {
background: url(../../img/bg-img2020.png) rgba(172,225,248,1);
}

body {
font-family: Arial, Verdana, sans-serif;
margin:0 auto;
}
p {
  font-size: 16px;
}
dl {
	float: left;
  font-size: 16px;
}
.bld {
	font-weight: bold;
}
.sml {
  font-size: 15px;
}
.sml-wm {
  font-size: 15px;
  margin-left: 5px;
}
img {
  max-width: 100%;
  height: auto;
}
header {
	display: block;
}
header p {
	text-align: center;
}

footer {
  padding: 10px;
	color: #fff;
}
.copyright {
  text-align: center;
  font-size: smaller;
  margin: 5px 0;
}

#h-box {
	margin: 0 auto;
	max-width: 870px;
}
#h-box a {
  text-decoration: none;
}
#h-box img {
  padding: 0 0 10px;
}
.btn {
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  border-bottom: 2px #000 solid;
  font-weight: bold;
  font-size: 18px;
  color: #555;
  background: #fff;
  padding: 10px 25px 8px 25px;
}

.btn:hover {
	text-decoration: none;
	border-bottom: 2px #fff solid;
}
.blue p.btn:hover {background: rgba(126,206,244,1);}
.lblue p.btn:hover {background: rgba(128,200,239,1);}
.lblue2019 p.btn:hover {background: rgba(161,203,237,1);}
.dblue2019 p.btn:hover {background: rgba(39,127,186,1);}
.yellow p.btn:hover {background: rgba(255,241,0,1);}
.yellow2 p.btn:hover {background: rgba(252,200,0,1);}
.purple p.btn:hover {background: rgba(198,173,210,1);}
.green2016 p.btn:hover {background: rgba(137,201,151,1);}
.green2017 p.btn:hover {background: rgba(194,218,105,1);}
.green2017b p.btn:hover {background: rgba(171,205,3,1);}
.green2017c p.btn:hover {background: rgba(207,219,0,1);}
.lgreen p.btn:hover {background: rgba(149,255,101,1);}
.orange2018 p.btn:hover {background: rgba(230,180,30,1);}
.pink2016a p.btn:hover {background: rgba(238,135,180,1);}
.pink2016b p.btn:hover {background: rgba(244,180,208,1);}
.pink2017a p.btn:hover {background: rgba(241,158,194,1);}
.pink2017b p.btn:hover {background: rgba(236,109,116,1);}
.pink2018 p.btn:hover {background: rgba(237,122,122,1);}
.red2018 p.btn:hover {background: rgba(234,96,136,1);}
.yellow20b p.btn:hover {background: rgba(255,247,103,1);}
.orange20b p.btn:hover {background: rgba(248,197,172,1);}
.white20b p.btn:hover {background: rgba(254,254,254,1);}
.skyblue20b p.btn:hover {background: rgba(206,227,249,1);}
.pink20b p.btn:hover {background: rgba(247,201,221,1);}
.green20b p.btn:hover {background: rgba(203,227,174,1);}

#container {
  overflow: auto;
	margin: 0 auto;
	max-width: 840px;
  padding: 5px;
  -moz-border-radius:0 0 15px 15px;
  border-radius:0 0 15px 15px;
  -o-border-radius:0 0 15px 15px;
  -webkit-border-radius:0 0 15px 15px;
}
#container img.big {
  float: none;
  max-width: 100%;
  margin: 5px auto;
  height: auto;
  -moz-border-radius:10px;
  border-radius:10px;
  -o-border-radius:10px;
  -webkit-border-radius:10px;
}
.blue div#container {background: rgba(126,206,244,1);}
.lblue div#container {background: rgba(128,200,239,1);}
.lblue2019 div#container {background: rgba(161,203,237,1);}
.dblue2019 div#container {background: rgba(39,127,186,1);}
.yellow div#container {background: rgba(255,241,0,1);}
.yellow2 div#container {background: rgba(252,200,0,1);}
.purple div#container {background: rgba(198,173,210,1);}
.green2016 div#container {background: rgba(137,201,151,1);}
.green2017 div#container {background: rgba(194,218,105,1);}
.green2017b div#container {background: rgba(171,205,3,1);}
.green2017c div#container {background: rgba(207,219,0,1);}
.lgreen div#container {background: rgba(149,255,101,1);}
.orange2018 div#container {background: rgba(230,180,30,1);}
.pink2016a div#container {background: rgba(238,135,180,1);}
.pink2016b div#container {background: rgba(244,180,208,1);}
.pink2017a div#container {background: rgba(241,158,194,1);}
.pink2017b div#container {background: rgba(236,109,116,1);}
.pink2018 div#container {background: rgba(237,122,122,1);}
.red2018 div#container {background: rgba(234,96,136,1);}
.yellow20b div#container {background: rgba(255,247,103,1);}
.orange20b div#container {background: rgba(248,197,172,1);}
.white20b div#container {background: rgba(254,254,254,1);}
.gray20b div#container {background: rgba(240,240,240,1);}
.skyblue20b div#container {background: rgba(206,227,249,1);}
.pink20b div#container {background: rgba(247,201,221,1);}
.green20b div#container {background: rgba(203,227,174,1);}

article {
  padding: 0 5px 10px;
  line-height: 1.5;
}
section {
  margin: 5px 0;
}
h1 {
  line-height: 1.3;
  margin: 8px 0;
  font-size: 26px;
  font-weight: bold;
}
h2 {
  clear: left;
  line-height: 1.4;
  margin: 8px 0 6px;
  font-size: 20px;
  font-weight: bold;
}
h3 {
  margin-top: 6px;
  font-size: 18px;
}
.line1 {
	margin-bottom: 10px;
	font-size: 18px;
}
span.numb2 {
  margin-left: 15px;
  margin-right: 15px;
  font-weight: bold;
  font-size: larger;
}
span.numb3 {
  float: left;
  font-size: larger;
  margin-right: 15px;
}
p.category {
  font-size: 10px;
  margin: 3px 0 13px;
}
p.notify {
	color: red;
	font-size: larger;
	font-weight: bolder;
	clear: left;
}
span.notify {
	color: red;
	font-size: larger;
	font-weight: bolder;
}
span.status {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 10px 2px;
  background: #fff;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
div.other span.status {
	padding: 2px 10px 0;
	margin-right: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
div.other h1 {
	color: rgba(255,255,255,1);
}
div.other p {
	line-height: 1.8;
}
span.st1 {
	border: 2px solid rgba(255,255,255,1);
	background: rgba(128,200,239,1);
}
span.st2 {
	border: 2px solid rgba(255,255,255,1);
	background: rgba(198,173,210,1);
}
span.st3 {
	border: 2px solid rgba(255,255,255,1);
	background: rgba(230,230,230,1);
}
span.st4 {
	border: 2px solid rgba(255,255,255,1);
	background: rgba(194,218,105,1);
}

/* 参加申し込みページ用 */
span.st1-inner {
	background: rgba(128,200,239,1);
	padding: 2px 5px 1px 6px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	margin: 0 3px 0 2px;
}
span.st2-inner {
	background: rgba(198,173,210,1);
	padding: 2px 5px 1px 6px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	margin: 0 3px 0 2px;
}
span.st3-inner {
	background: rgba(230,230,230,1);
	padding: 2px 5px 1px 6px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	margin: 0 3px 0 2px;
}
p.ind5 {
	padding-left: 8px;
}

span.deadline {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 10px 2px;
  color: #fff;
  background: #E60012;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px #E60012 solid;
}
span.zone {
  display: inline-block;
  margin-right: 15px;
  padding: 4px 10px 2px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
span.payed {
  color: #fff;
  background: rgba(241,158,194,1);
  border: 2px solid rgba(241,158,194,1);
}
span.free {
  color: #000;
  background: rgba(173,216,230,1);
  border: 2px solid rgba(173,216,230,1);
}
span.new-renew {
  display: inline-block;
  padding: 4px 10px 2px;
  color: rgba(24,24,120,1);
	font-weight: bold;
  background: rgba(240,240,240,.8);
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px rgba(240,240,240,.8) solid;
}
span.blue {background: rgba(126,206,244,1);}
span.yellow {background: rgba(255,241,0,1);}
span.pink {background: rgba(241,158,194,1);}

.red {color: #f00; font-weight: bold;}
.b-blue {color: #00f; font-weight: bold;}
.pale_red {color: rgba(255,0,0,.8);}
p.alert {
  font-weight: bold;
  font-size: 20px;
  margin-top: 4px;
  color: #f00;
}
div.info-box {
  border: 1px solid #000;
  margin: 3px;
  padding: 8px 10px;
}
p.explanatory {
  color: rgba(255,255,255,1);
}
dl {
  padding-top: 20px;
}
dt {
  text-align: center;
  height: 30px;
  background: rgba(222,222,222,.4);
  padding-top: 8px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
dd {
  min-height: 30px;
  margin-top: 8px;
  padding-left: 10px;
  padding-right: 6px;
  margin-bottom: 8px;
}
dd span.box-caption {
	display: block;
	margin-top: 10px;
	padding-right: 5px;
	font-size: 14px;
}
dd span.bc-right {
	text-align: right;
}
p.reserva {
  margin-left: 8px;
}
.movie {
  position: relative;
  height: 0;
  padding-top: 56.25%; /* 16:9 */
}
iframe {
  height: 100%;
  position: absolute;
  left:0;
  top:0;
  width:100%;
}
.img-field p {
	clear: left;
	font-size: 14px;
}
.img-field {
}
.img-field img {
  float: left;
  max-height: 180px;
  margin: 5px 15px 8px 0;
  -moz-border-radius:10px;
  border-radius:10px;
  -o-border-radius:10px;
  -webkit-border-radius:10px;
}
.img-field-sml img {
  max-height: 140px;
}
/*
.img-field img:first-child {
	margin: 5px 0 8px 0;
}*/
.img-field:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.info-field {
	background: rgba(255,255,255,1);
	padding: 16px 20px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.info-field p {
	margin-left: 5px;
}
.info-field a {
	text-decoration: none;
	color: rgba(0,91,172,1);
}

.info-field a:hover {
	text-decoration: none;
	color: rgba(81,133,197,.8);
}
.notice-box {
	margin-bottom: 10px;
}
.info-cont {
	overflow: auto;
}

.ent-btn {
	display: inline-block;
	font-size: 16px;
	padding: 9px 15px 6px;
	background: rgba(255,200,170,.9);
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	border: solid 2px rgba(0,0,0,.9);
	font-weight: bold;
	color: rgba(0,0,0,1) !important;
	text-decoration: none;
	margin: 10px 0
}
.ent-btn:hover {
	background: rgba(255,200,160,1);
	color: rgba(20,20,20,.9);
}

	
.entry-btn {
	display: inline-block;
	font-size: 28px;
	padding: 9px 15px 6px;
	background: rgba(255,200,170,.9);
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	border: solid 2px rgba(0,0,0,.9);
	font-weight: bold;
	color: rgba(0,0,0,1);
}
.entry-btn:hover {
	background: rgba(255,200,160,1);
}
.entry-btn a {
	text-decoration: none;
	color: rgba(30,30,30,.8);
	font-weight: bold;
}
.entry-btn a:hover {
	background: rgba(22,22,22,.8);
}

.flyer-box {
	display: inline-block;
	max-width: 300px;
}
.flyer-box img {
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.text-box {
	display: inline-block;
}

.text-box:after {
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;
}
.txtr-box {
	text-align: right;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.ml10 {
	margin-left: 10px;
}

.s-dev {display: block;}
.n-dev {display: none;}


img.onl-icon {display: inline-block; margin: 0 5px 0 0; vertical-align: top;}
img.onl-icon:nth-child(n+2) {margin: 0 5px 0 8px;}
p.category2020 {margin: 0 10px 0 0;}
img.yt-icon {height: 32px; vertical-align: bottom; margin-bottom: 5px;}
a.yt-link {color: red; line-height: 2;}
a.yt-link:hover {opacity: 0.7;}

/* youtube レスポンシブ用 */
.w-frame {padding: 1%;}
.wrap {width: 100%; height: 0; position: relative; padding-top: 56.25%; overflow: hidden;}
.wrap iframe {position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important;}

/* style for smartphone */


/* style for tablet */
 
@media all and (min-width: 480px) {
body {
  width: 98%;
}
.btn {
  padding: 15px 25px 13px 25px;
}
#container {
  padding: 15px 15px 20px;
}
article {
  padding: 0 25px 10px;
}
h1 {
  line-height: 1.5;
  font-size: 36px;
}
div.other h1 {
	font-size: 24px;
}
span.numb3 {
  float: none;
}
p.category {
  font-size: 16px;
}
span.status {
  margin-right: 15px;
}
span.deadline {
  margin-right: 15px;
}
dt {
  text-align: left;
  padding-top: 0;
  width: 150px;
  height: 30px;
  background: none;
}
dd {
  min-height: 30px;
  margin-top: -30px;
  padding-left: 150px;
  padding-right: 0;
}

}

@media all and (min-width: 660px) {
  .s-dev {display: none;}
  .n-dev {display: block;}
}
 
/* style for PC */
 
/*
all: 860px
sub: 220px
margin: 
main: 
*/
 
@media all and (min-width: 768px) {
body {
}

#container {
  overflow: hidden;
}
}


/* wordpress 用 */
.flex-table {
	width:95%;
	margin:20px auto !important;
}
.flex-table th {
	padding:15px !important;
	display:block;
	line-height: 1.4;
}
.flex-table th.odd {
	background-color: rgba(240,240,240,.3);
}
.flex-table td {
	padding: 15px;
	display: block;
	text-align: center;
}
.flex-table td.odd {
	background-color: rgba(240,240,240,.3);
}
.flex-table input {
	padding: 10px;
	font-size: 1.3em;
	width: 90%;
	max-width: 500px;
	margin: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.wpcf7 input[type="checkbox"] {
	width: auto;
}
.wpcf7 input[type="radio"] {
	width: auto;
}
.wpcf7 input[type="submit"] {
	font-size: 20px;
	font-weight: bold;
	padding: 0.2em 0.4em;
	background: rgba(255,165,0,.8);
	color: rgba(0,0,0,1);
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	text-shadow: -1px 1px 0 rgba(255,255,255,.8);
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.wpcf7 input[type="submit"]:hover {
	background: rgba(255,165,0,.6);
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
.flex-table textarea {
	margin: 5px;
	font-size: 1.3em;
	color: #555;
	border: solid 1px #ccc;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 90%;
}
.flex-table select {
	padding: 5px;
	font-size: 1.3em;
	color: #555;
	border: solid 1px #ccc;
	width: 90%;
	max-width: 500px;
	margin: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.wpcf7 p.submit-btn {
	text-align: center;
	margin: 15px 0 25px;
	padding: 10px;
}
.wpcf7 p.submit-btn input {
	padding: 10px;
	width: 200px;
	height: 50px;
}
.sent .cform7 {
	display: none;
}
div.wpcf7-mail-sent-ok {
	display: none;
	border: solid 2px rgba(230,38,38,1) !important;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	margin-top: 15px;
}
div.wpcf7-mail-sent-ok p {
	text-align: center;
}

@media all and (min-width: 768px) {

.flex-table {
	width:100%;
	margin:5px auto;
	font-size:90%;
}
.flex-table tr {
}
.flex-table tr:last-child {
	border:none
}
.flex-table th {
	width:40%;
	padding:5px 10px;
	display:table-cell;
	text-align: left;
}
.flex-table td {
	width: 60%;
	padding: 5px 10px;
	display: table-cell;
	text-align: left;
}

}

/* wordpress お申し込みサイト用 */
div.ent-head {
	border: solid #aaa 1px;
	padding: 10px;
	margin-bottom: 10px;
	color: #f00;
}
/* wordpress 管理サイト用*/
div#post-view-whole-page th {background: rgba(200,200,200,.3);}
div#post-view-whole-page td {border: solid 1px rgba(200,200,200,1);}
div#ndr-box {background: rgba(200,200,200,.3);}/*{border: solid 1px rgba(255,0,0,1); background: rgba(255,0,0,.2);}*/
	
div#post-view-page table {
	width: 100%;
}
div#post-view-page td {
	max-width: 150px; 
}
div#post-view-page th {
	background: rgba(172,249,57,.8);
	font-size: larger;
}
div#post-view-page th[title="申込時刻"] {
	width: 40px;
}
div#post-view-page th[title="チェック"] {
	width: 30px;
}
div#post-view-page th[title="メモ"] {
	width: 150px;
}
div#post-view-page th[title="参加者名"] {
	width: 75px;
}
div#post-view-page th[title="保護者名"] {
	width: 75px;
}
div#post-view-page th[title="ふりがな"] {
	width: 75px;
}
div#post-view-page th[title="イベント日"] {
	width: 55px;
}

div.export-box {
	display: inline-block;
	border: solid 1px #aaa;
	padding: 5px 15px;
	margin-bottom: 6px;
	margin-top: 3px;
	max-width: 400px;
	background: rgba(200,200,200,.1);
}
div.small-navi li {
	display: inline-block;
	margin-right: 10px;
	float: left;
}
div.small-navi li a {
	color: #000;
	background: rgba(249,172,57,.6);
	text-decoration: none;
	padding: 3px 2px 3px 7px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.small-navi li a:hover {
	background: rgba(249,172,57,.4);
}
div.small-navi:after {
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;
}
div.small-navi th {
	background: rgba(255,255,255,1) !important;
	text-align: center;
	border: solid 1px #555;
}
div.small-navi td {
	border: solid 1px #555;
	padding: 3px;
	text-align: center;
}
div.small-navi th a {
	color: #000;
	text-decoration: none;
	background: rgba(249,172,57,.6);
	padding: 3px 25px 3px 30px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.small-navi th a:hover {
	background: rgba(249,172,57,.4);
}
div.e-p-box {
	border: solid 1px #bbb;
	padding: 10px;
	margin: 10px 0;
}
div.e-p-box a {
	text-decoration: none;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	color: #345;
	padding: 3px 5px 2px 7px;
	margin: 0 5px;
	background: rgba(210,123,140,.7);
}
div.e-p-box a:hover {
	margin: 0 5px;
	background: rgba(210,123,140,.4);
}
div.e-p-box2 {
	margin-top: 5px;
	border-top: dashed 1px #bbb;
	padding: 15px 2px 5px;
}
div.e-p-box2 h2 {
	font-size: 24px;
	margin-bottom: 5px;
}
span.e-p-info {
	color: #f00;
	margin: 0 5px;
}
div.e-p-box table th,td {
	border: solid rgba(30,30,30,.7) 1px;
	padding: 3px 15px;
	text-align: center;
}
div.e-p-box table {
	margin-top: 10px;
}
div.cform7 th,td {
	border: none;
}

.oneword {display: inline-block;}