
img {
	vertical-align: bottom;
	border: none;
}

.textcenter {
	text-align: center;
}
input[type="submit"] {
	-webkit-appearance: none;
}
input[type="reset"] {
	-webkit-appearance: none;
}
/* common
---------------------------------------- */
body {
	color: #333;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.001em;
	max-height: 999999px;
}
main {
	display: block;
}
a {
	color: inherit;
}
img {
	max-width: 100%;
	height: auto;
}
h1 {
	font-size: 2.2rem;
	letter-spacing: 0.2rem;
	font-weight: bold;
	margin-bottom: 12px;
	padding: 20px;
}
div#container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	line-break: strict;
	word-spacing: -0.2em;
}
div#contents {
	background-color: #fff;
}
.catch {
	text-align: center;
/*	font-size: 1.1rem;*/
	line-height: 1.8;
	letter-spacing: 0.05em;
}
p.form_catch {
  font-size: 2rem;
  font-weight: 700;
}
.inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	padding: 0;
	text-align: center;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row:after, .row:before {
	content: " ";
	display: table;
}
.col-md-6 {
	width: 45%;
	float: left;
}
/* motion,btn
---------------------------------------- */
*:selection {
	background: #f27649;
	color: #fff;
}
a, img, .photo, .over, aside#sns li span, .nav-child, .ico-area dd ul {
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.enlargement img {
	-moz-transition: -moz-transform all .4s;
	-webkit-transition: -webkit-transform all .4s;
	-o-transition: -o-transform all .4s;
	-ms-transition: -ms-transform all .4s;
	transition: all .4s;
}
a:hover .enlargement img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.btn {
	text-align: center;
	margin:10px 0;
}
.btn.all {
	margin: 0 auto;
	padding: 1em 1.5em;
	text-decoration: none;
	color: #FFF;
	background: #b7282c;
	border-bottom: solid 2px #8e3b3e;
	border-radius: 4px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-weight: bold;
	letter-spacing: 0.3em;
	font-size: 1.2em;
}
.btn.all:last-child {
	margin-top: 20px;
	background: #2366b8;
	border-bottom: solid 2px #1e59a0;
}
.fb-page {
	float: right;
	width: 450px;
}
.btn.all:active {
	border-bottom: solid 2px #fd9535;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
#index .fa-angle-right:before {
	display:none;
}
#index .fa-angle-right:after {
	content: "\f105";
	padding-left: 10px;
}
#bnr_box {
	padding-bottom: 50px;
	padding-top: 50px;
	margin: 0 auto;
	overflow:hidden;
}
#bnr_box div.bnr {
	width: 470px;
	height: 200px;
	background-color: #ccc;
	margin-right:20px;
	float:left;
}
#bnr_box div.bnr:last-child {
	margin-right:0px;
}
/* header
---------------------------------------- */
header {
	padding: 0;
}
header #top-nav {
	margin: 0 auto;
	width: 960px;
}
#g-nav {
	background-color: #00bfea;
}
#minitabs {
	font-size: 0.9em;
	color:#fff;
	padding: 20px;
}
#minitabs li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

header #minitabs>li {

	margin: 0 10px 0px 10px;
	font-size: 1.2em;
}
#minitabs a:link, #minitabs a:visited {
	margin: 0 10px 0px 10px;
	text-decoration: none;
	font-size: 1.1em;
}
#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	border-bottom: 4px solid #01abe6;
	padding-bottom: 2px;
	color:#fff100;
}
.bg_about {
	width: 100%;
	min-width: 1200px;
	height: 450px;
	margin: 0 auto;
	background-size: cover;
	background:url(../img/bg_about.jpg) no-repeat center top;
}

/*index
---------------------------------------- */
#index .infobox dl {
	margin: 0 auto;
	width: 490px;
	background-color: #fff;
	padding: 10px;
}
#index .infobox dt {
	border-radius: 10px;
	width: 50px;
	float: left;
	padding: 10px;
	margin-top: 20px;
	color: #fff;
	background-color: #1D2088;
}
#index .infobox dd {
	text-align: left;
	font-size: 2em;
	padding: 10px;
	margin-left: 70px;
	line-height: 1.5em;
}
span.month {
	font-size: 2em;
	font-weight: bold;
}
span.day {
	font-size: 2.1em;
	font-weight: bold;
	color:#E30B06;
}
span.week {
	vertical-align: text-bottom;
	color: #fff;
	background-color: #f00;
	padding: 0;
	margin: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
}
p.time {
	padding-top: 10px;
}
span.note {
	font-size: 0.8em;
}
p.adress {
	font-size: 1.4em;
}
div.infobox {
	float: left;
	overflow: hidden;
	background-color:#fff;
	margin-bottom: 30px;
}
.schedule h2 {
	padding: 10px;
	width: 430px;
	background-color: #B7282C;
	color: #fff;
	font-size: 1.8em;
}
div.schedule {
	overflow: hidden;
	background-color: #EBE3BD;
	padding: 20px;
	border-radius: 10px;
	width: 900px;
	margin: 0 auto;
}
div.schedule .box_l {
	float:left;
}
div.schedule .box_r {
	float:right;
	width:432px;
	height:261px;
	background:url(../img/img_03.png) center center / cover no-repeat;
	position: relative;
}
.box_l dl {
	width: 430px;
	padding: 10px;
}
.box_l dt {
	line-height: 1.5em;
	display: block;
	width: 40%;
	clear: left;
	float: left;
	text-align: left;
	font-size: 1.6em;
}
.box_l dd {
	line-height: 1.5em;
	display: block;
	width: 60%;
	float: left;
	text-align: left;
	font-size: 1.8em;
}
.box_l dd span {
	font-size: 0.8em;
}
.box_r .comment {
	line-height: 1.5em;
	position: absolute;
	top: 130px;
	width: 300px;
	text-align: left;
	font-size: 1.1em;
}
p.img {
	padding: 50px 0;
}
p.sm-txt {
    font-size: 1.3rem;
    line-height: 2rem;
    text-align: left;
    padding-bottom: 20px;
}

/* フォーム
---------------------------------------- */
#contact .lineBox {color: #fff;
    padding: 10px;
    margin: 0 auto 1em auto;
    background-color: #1e59a0;
}
#contact .lineBox a {
    color: #f27649;
}
#contact .lineBox a:hover {
    color: #fff;
}
#contact .domaintxt {
    line-height: 2em;
    margin: 5px;
}
#contact div#mail-form-footer {
	margin-bottom: 50px;
	border-top: 1px dotted #ccc;
	padding-top: 30px;
}
#contact table {background-color: #fff;
	margin: 0 auto;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width: 100%;
	margin-bottom: 30px;
  xtable-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
#contact table th {
	font-weight: normal;
	width: 45%;
	padding: 10px;
	border: 1px solid #fff;
	line-height: 2em;
	color: #585858;
	background-color: #eee;
	font-size: 1.2em;
  position: relative;
}
#contact table td {
	background-color: #fff;
	line-height: 1.5em;
	font-size: 0.9em;
	padding: 10px;
	border: 1px dotted #fff;
}
#contact table td textarea {
	width: 500px;
}
#contact .btn {
	display: inline-block;
	margin: 0 10px;
	vertical-align: top;
}
#contact table th span {
  color: #fff;
  font-size: 0.6em;
  background-color: #f73b41;
  padding: 3px 5px;
  margin-left: 20px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1.6em;
}
#contact table th.title {
	font-size: 1.2em;
	text-align: left;
	background-color: #009c74;
	color: #fff;
}
#contact table th.child {
    font-size: 1.2em;
    text-align: left;
    background-color: #eb6100;
    color: #fff;
}
#contact table th.adult {
	font-size: 1.2em;
	text-align: center;
	background-color: #FFCC00;
}
#contact table th.child1 {
	font-size: 1.2em;
	text-align: center;
	background-color: #FF6600;
}

#contact table td p {
	padding-bottom:5px;
}
#contact p.text {
	margin-top: 20px;
	text-align: center;
}
#contact span.age{
    background-color: #004fa2;

}
div.descriptionBox02 p.txt {
	line-height: 2em;
	margin:30px;
}
#contact table input, textarea, select {
	border: 1px solid #b2b2b2;
	padding: 8px;
	line-height: 2;
}
input.submit_button {
	border: #e60012 1px solid;

	position: relative;

	box-sizing: border-box;
	overflow: hidden;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	padding: 13px 0;
	background: #e60012;
	color: #fff;
	width: 300px;
	display: inline-block;
    margin: 0 10px;
}
#contact h2.form {
	font-size: 40px;
	text-align: center;

	font-weight: 500;
	line-height: 1.1;
	color: #eb6100;
	margin-top: 22px;
	margin-bottom: 11px;
}
#contact h2.form:after {
	content: "";
	display: block;

	height: 3px;
	width: 70px;
	margin: 20px auto;
}
p.down_explain i {
  padding-right: 0.2em;
  padding-left: 0.2em;
}
#contact .checkbox-inline, .radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer;
}
.checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
	position: absolute;
	margin-left: -15px;
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}
p.txt {

    line-height: 2em;
    padding: 30px;
    font-size: 1.2em;
    font-weight: 700;
}
.red {
	color:#F00;
}
#contact div.confirmation table td {
	border: 1px solid #ccc;
}
div.confirmation {
	margin-bottom:50px;
}
#contact #caution {
	overflow:hidden;
}
#contact .ttl {
    font-size: 1.2em;
    padding: 10px;
    font-weight: bold;

    background-color: #ffdba7;
}
#contact .day {color: #e60012;
	font-size: 1.8em;
	padding: 10px;padding-top: 20px;
}

#contact .box li {
    text-align: left;
    line-height: 2em;
}
#contactFormArea p.txt {
  padding-bottom: 0;
}
p.detail {
  text-align: left;
  margin-bottom: 1rem;
}

#contact .box_txt{padding-top: 10px;
    color: #e60012;
    margin-bottom: 5px;
}
#contactFormArea {
   padding-bottom: 30px;
}
#privacy .box {background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
	xmargin: 20px 40px;
	padding: 30px;
	height: 150px;
	border: 1px solid #B2B2B2;
	font-size: 0.9em;
}
#privacy h2 {
	font-size: 1.2em;
	line-height: 2;
	padding-left: 0;
	border-left: none;
	margin-bottom: 12px;
	text-align: left;
	font-weight: bold;
}
#privacy p {
	line-height: 2em;
	margin-bottom: 10px;
	text-align: left;
}
#privacy h3 {
	font-weight: bold;
	margin: 20px 0 10px 0;
	font-size: 1em;
	line-height: 1.7;
	text-align: left;
}
#privacy p.concluding {
	text-align: right;
}

p.down_explain {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2rem;
}



/* kidsmarathon
---------------------------------------- */

#kidsmarathon h1 {
	text-align: center;
}







#caution ul {
    padding: 20px 0px 30px 0px;
}


section.breadcrumb_box {
  background: #fff8eb;
  padding: 10px 0;
}

/* breadcrumb */
.breadcrumb ul{
    margin: 0;



    text-align: left;


}
.breadcrumb ul > li + li:before {
	content: "\f105 ";
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;

}
.breadcrumb ul a {
   color: #eb6100;
}
.breadcrumb ul > .active {
	color: #e6400c;
}
.breadcrumb ul > li {
    display: inline-block;
}
.breadcrumb ul li span {
    font-size: 1.5rem;
    margin: 10px;
}
.breadcrumb {

}

p.text {
    font-size: 200%;
    color: #f00;
    font-weight: 700;
    line-height: 2em;
    padding: 30px;
}

.buttonarea {
    display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}



#contact .homepage.row{padding-bottom: 0px;
    padding-top: 0px;}


#contact .flow-box span {
    left: 20px;
}

#contact h4 {
    text-align: left;
}





#contact .flow-box ol {
    padding-left: 20px;
}

#contact p.btn-area {
 text-align: right
}

#contact table.kakunin_table th{
	border: 1px solid #ccc;
}

/*注意事項*/
.caution {
  width: 95%;
  margin: 0 auto;
  background: #f6f6f6;
  padding: 2rem;
  margin-bottom: 4rem;
  border: 2px solid #22307c;
}
.caution .tyuui_title {
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  color: #22307c;
}
.caution .tyuui{
  font-size: 22px;
  text-align: left;
  font-weight: 700;
  color: #22307c;
}
.caution .tyuui span {
  xtext-indent: -1em;
  xpadding-left: 1em;
  display: block;
}
.policybutton {
  display: flex;
  justify-content: center;
  zfont-size: 1rem;
  text-align: center;
  background-color: #ccc;
  font-weight: bold;
}
label.policybutton {
  margin: 0;
  padding: 10px 0;
}
