@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html { overflow-y:scroll; }

body {
	margin:0;
	padding:0;
	background-color:#c55c37;
	font-size:16px;
	color:#333333;
	line-height:150%;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	}

@media (max-width: 699px) {
	body{font-size:14px;}
}


/* リンク
----------------------------------------------- */
a { text-decoration:none; color: #0077cc; }
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { color: #33ccff; text-decoration:underline; }
a:hover img { filter: alpha(opacity=85);  -moz-opacity:0.85;  opacity:0.85; }


/* フロート解除
----------------------------------------------- */
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}


/* ヘッダー1
----------------------------------------------- */
#container00 {
	width:100%;
	padding: 0;
	margin: 0;
	}
#container01 {
	max-width: 1040px;
	padding: 0;
	margin: 0 auto;
	}
#container02 {
	width:100%;
	padding: 0;
	margin: 0;
	}

#footer1 {
	width:100%;
	padding: 20px 0px 30px 0px;
	background-color:#fffdeb;
	}
#footer2 {
	width:100%;
	padding: 10px 0px 10px 0px;
	background-color:#000000;
	}
#footer3 {
	max-width: 1000px;
	padding: 30px 20px 30px 20px;
	margin:0 auto;
	text-align: center;
	color: #ffffff;
	}
.f_left {
	width:45%;
	float:left;
	color: #333333;
	text-align: left;
	}
.f_right {
	width:45%;
	float:right;
	color: #333333;
	text-align: left;
	}
#footer2 .pageTop {
	width: 50px;
	background: #f09782;
	border-radius: 3px;
	z-index: 10;
	position: fixed;
	right: 15px;
	bottom: 15px;
	text-align: center;
}

#footer2 .pageTop a {
	padding: 10px 0 12px;
	display: block;
}
#main {
	padding: 20px 20px 20px 20px;
	margin:0 auto;
	position: relative;
	}
@media (max-width: 1009px) {
#main {
	padding: 10px 10px 10px 10px;
	}
}

/* メニュー
----------------------------------------------- */
.kage {
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1009px) {
	#top::before {
		content: '';
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.4);
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s cubic-bezier(0.1, 0.5, 0.5, 1);
    z-index: 5;
	}
	#top.active::before {
    pointer-events: auto;
    opacity: 1;
	}
	html:has(#top.active) {
		overflow-y: hidden;
	}

.f_left {
	width:100%;
	float:none;
	color: #333333;
	text-align: left;
	}
.f_right {
	width: 100%;
	float:none;
	color: #333333;
	text-align: left;
	margin-top: 2em;
	}

}


/* コンテンツ
----------------------------------------------- */

#main h2.new {
	padding: 7px 20px 7px 20px;
	margin: 0px 0px 0px 0px;
	background-color: #ea5417;
	color: #ffffff;
	font-size: 1.5em;
	}

#main h2.kyosan {
	padding: 5px 20px 5px 20px;
	margin: 0px 0px 0px 0px;
	background-color: #83d0db;
	color: #ffffff;
	font-size: 1.2em;
	}

#main h2.koen {
	padding: 5px 20px 5px 20px;
	margin: 0px 0px 0px 0px;
	background-color: #84dbb1;
	color: #ffffff;
	font-size: 1.2em;
	}

#main h2.bnr {
	padding: 5px 20px 5px 20px;
	margin: 0px 0px 0px 0px;
	background-color: #ebaad2;
	color: #ffffff;
	font-size: 1.2em;
	}

.title1 {
	color: #c55c36;
	text-shadow: 2px 2px 4px rgba(255, 255, 255, 1);
	font-size: 1.5em;
	line-height:120%;
	font-weight: 500;
	}

.title2 {
	color: #c55c36;
	text-shadow: 2px 2px 4px rgba(255, 255, 255, 1);
	font-size: 1.9em;
	line-height:120%;
	font-weight: 600;
	}

.title_bg {
	padding: 10px 30px 10px 30px;
	margin: 0px 0px 25px 0px;
	background-color: #f5ebea;
	}

#cont{
	width: 100%;
	max-width: 750px;
	padding: 0px 0px 0px 0px;
	float: right;
	position: relative;
}
@media (max-width: 1009px) {
	#cont{
		max-width: inherit;
	}
}

#cont .schedule-wrap {
	position: absolute;
  z-index: 3;
  top: 0;
  left: calc(4.134%);
  margin-top: calc(18.667%);
}

#cont2{
	width: 100%;
	min-height:960px;
	padding: 0px 0px 0px 0px;
	background-color:#ffffff;
	box-shadow: 0 0px 5px 0 rgba(33, 33, 33, .3);
}
@media (max-width: 1009px) {
	#cont2{
		max-width: inherit;
	}
}

#cont3{
	padding: 0 0 40px 0;
	margin: 0px 25px 0px 25px;
}
@media (max-width: 1009px) {
#cont3{
	margin: 0px 15px 0px 15px;
}
}

#cont2 h3 {
	color: #ffffff;
	font-size:1.2em;
	line-height:130%;
	font-weight:500;
	margin:0px 0px 15px 0px;
	padding:10px 15px 10px 15px;
	background: #23ab39;
	vertical-align: middle;
}

#cont2 h3.pro1 {
	width:32%;
	min-height:25px;
	display:inline-block;
	color: #ffffff;
	font-size:1.05em;
	line-height:130%;
	font-weight:500;
	margin:0px 0px 10px 0px;
	padding:4px 12px 0px 12px;
	background: #ea5417;
	border: 2px solid #ea5417;
	vertical-align: middle;
}
#cont2 h3.pro2 {
	width:59%;
	min-height:24px;
	display:inline-block;
	color: #333333;
	font-size:0.9em;
	line-height:130%;
	font-weight:400;
	margin:0px 0px 10px 0px;
	padding:5px 12px 0px 12px;
	background: #ffffff;
	border: 2px solid #ea5417;
	vertical-align: middle;
}
#cont2 .pro3 {
	margin:0px 0px 40px 0px;
	font-size:0.95em;
	line-height:150%;
}
.theme{
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

@media (max-width: 700px) {
#cont2 h3.pro1 {
	width:90%;
	min-height:10px;
	font-size:0.95em;
	margin:0px 0px 0px 0px;
	padding:3px 8px 1px 8px;
}

#cont2 h3.pro2 {
	width:90%;
	min-height:10px;
	font-size:0.8em;
	margin:0px 0px 8px 0px;
	padding:4px 8px 3px 8px;
}
#cont2 .pro3 {
	margin:0px 0px 30px 0px;
	font-size:0.85em;
}
}

#cont2 h4 { border-bottom: 2px dashed #cdcdcd; color: #ae6924; font-size: 1.1em; padding-bottom: 7px; margin: 0 0 15px 0; }
#cont2 h4.cate { border: 2px solid #2685ba; color: #2685ba; font-size: 1.1em; padding: 7px 15px; margin: 0 0 6px 0; }
#cont2 h5{ color: #fb8267; font-size: 1.05em; margin: 0 0 4px 0; }

#main table { border-collapse: collapse; margin: 0 0 20px 0; width:100%; }
#cont2  table th, #cont2  table td { border: 1px solid #cccccc; padding: 10px 20px; text-align: left; vertical-align: top; }
#cont2 table th { background-color: #f2f2f2; text-align: center;font-weight:500; }
#main table.cate { border-collapse: collapse; margin: auto; width:49%; float:left; font-size:0.9em; }
#cont2  table.cate th, #cont2  table.cate td { border: 1px solid #cccccc; padding: 5px 10px; vertical-align: top; }
#cont2 table.cate th { background-color: #f2f2f2; text-align: center;font-weight:500; }
#main table.min { border-collapse: collapse; margin: auto; width:100%; font-size:1em; }
#cont2  table.min th, #cont2  table.min td { border: 1px solid #cccccc; padding: 5px 10px; vertical-align: top; }
#cont2 table.min th { background-color: #f2f2f2; text-align: center;font-weight:500; }
@media (max-width: 1009px) {
#cont2  table th, #cont2  table td { padding: 5px 10px; }
#main table.cate { border-collapse: collapse; margin: auto; width:100%; float:none; font-size:0.9em; }
#cont2  table.cate th.ue, #cont2  table.cate td.ue { border-top: none; }
#main table.min { border-collapse: collapse; margin: auto; width:100%; font-size:0.9em; }
}


/* その他
----------------------------------------------- */
img{ width: 100%; border:0px; vertical-align:top;}
.red{ color:#ff0b00;}
.red2{ color:#f36b7f;}
.red3{ color:#d00716;}
.blue{ color:#06C;}
.orange{ color:#ff6600;}
.white{ color:#FFF;}
.gray{ color:#a9a9a9 !important;}
.bggray{ background-color:#a9a9a9 !important;}
.brown{ color:#894d14;}
.green{ color:#84dbb1;}
.pink{ color:#ebaad2;}
.purple{ color:#7f054a;}
p{ margin:0; padding:0;}
form{ margin:0; padding:0;}
ul{ margin:0; padding:0;}
ul li{ margin-top:5px;}
ol{ margin:0; padding:0;}
ol li{ margin-top:5px;}
.mt0{ margin-top:0px !important;}
.mt5{ margin-top:5px !important;}
.mt10{ margin-top:10px !important;}
.mt15{ margin-top:15px !important;}
.mt20{ margin-top:20px !important;}
.mt25{ margin-top:25px !important;}
.mt30{ margin-top:30px !important;}
.mt40{ margin-top:40px !important;}
.mt50{ margin-top:50px !important;}
.mt100{ margin-top:100px !important;}
.mb0{ margin-bottom:0px !important;}
.mb5{ margin-bottom:5px !important;}
.mb10{ margin-bottom:10px !important;}
.mb15{ margin-bottom:15px !important;}
.mb20{ margin-bottom:20px !important;}
.mb25{ margin-bottom:25px !important;}
.mb30{ margin-bottom:30px !important;}
.mb40{ margin-bottom:40px !important;}
.mb50{ margin-bottom:50px !important;}
.ml0{ margin-left:0px !important;}
.ml5{ margin-left:5px !important;}
.ml10{ margin-left:10px !important;}
.ml15{ margin-left:15px !important;}
.ml20{ margin-left:20px !important;}
.ml25{ margin-left:25px !important;}
.ml30{ margin-left:30px !important;}
.ml40{ margin-left:40px !important;}
.ml50{ margin-left:50px !important;}
.mr0{ margin-right:0px !important;}
.mr5{ margin-right:5px !important;}
.mr10{ margin-right:10px !important;}
.mr15{ margin-right:15px !important;}
.mr20{ margin-right:20px !important;}
.mr25{ margin-right:25px !important;}
.mr30{ margin-right:30px !important;}
.mr40{ margin-right:40px !important;}
.mr50{ margin-right:50px !important;}
.pt0{ padding-top:0px !important;}
.pt5{ padding-top:5px !important;}
.pt10{ padding-top:10px !important;}
.pt15{ padding-top:15px !important;}
.pt20{ padding-top:20px !important;}
.pt25{ padding-top:25px !important;}
.pt30{ padding-top:30px !important;}
.pr1{ padding-right:1em !important;}
.pr2{ padding-right:2em !important;}
.fxl{ font-size:1.4em; line-height:150%; }
.fl{ font-size:1.2em; line-height:150%; }
.fs{ font-size:0.8em; line-height:150%; }
.fxs{ font-size:0.6em; line-height:150%; }
.normal{ font-weight:normal;}
.bold{ font-weight:bold;}
.center{ text-align: center !important;}
.left{ text-align: left !important;}
.right{ text-align: right !important;}
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 0px 25px 25px 0px; }
.alignright { float: right; margin: 0px 0px 25px 25px; }
.nbr{ white-space: nowrap;}
.soro1{ text-indent:-1em; padding-left:1em;}
.soro1_5{ text-indent:-1.5em; padding-left:1.5em;}
.soro2{ text-indent:-2em; padding-left:2em;}
.soro2koen{ text-indent:-1em; padding-left:1.5em;}
.soro2_5{ text-indent:-2.5em; padding-left:2.5em;}
.soro3{ text-indent:-3em; padding-left:3em;}
.soro3_5{ text-indent:-3.5em; padding-left:3.5em;}
.soro4{ text-indent:-4em; padding-left:4em;}
.soro4_5{ text-indent:-4.5em; padding-left:4.5em;}
.soro5{ text-indent:-5em; padding-left:5em;}
.soro6{ text-indent:-6em; padding-left:6em;}
.soro6{ text-indent:-6em; padding-left:6em;}
.soro6_7{ text-indent:-6.7em; padding-left:6.7em;}
.soro8{ text-indent:-8em; padding-left:8em;}
.soro9{ text-indent:-9em; padding-left:9em;}
.mt1em{ margin-top:1em !important;}
.mt1_5em{ margin-top:1.5em !important;}
.mt2em{ margin-top:2em !important;}
.mb1em{ margin-bottom:1em !important;}
.mb1_5em{ margin-bottom:1.5em !important;}
.mb2em{ margin-bottom:2em !important;}
.ml1em{ margin-left:1em !important;}
.ml1_5em{ margin-left:1.5em !important;}
.ml2em{ margin-left:2em !important;}
.ml3em{ margin-left:3em !important;}
.ml4em{ margin-left:4em !important;}
.ml5em{ margin-left:5em !important;}
.ml6em{ margin-left:6em !important;}
.ml7em{ margin-left:7em !important;}
.ml8em{ margin-left:8em !important;}
.ml9em{ margin-left:9em !important;}
.mr1em{ margin-right:1em !important;}
.mr1_5em{ margin-right:1.5em !important;}
.mr2em{ margin-right:2em !important;}
.vam{ vertical-align:middle !important;}

.pcbr { display: block;}
.spbr { display: none;}

@media screen and (max-width: 600px) {
.pcbr { display: none;}
.spbr { display: block;}
}

.square_btn_green{
    display: inline-block;
    width:250px;
    text-align: center;
    padding: 4px 10px 5px 10px;
    text-decoration: none;
    background: #6cc261;
    color: #FFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.square_btn_green:hover {
    filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8;
    text-decoration: none;
    color: #FFF;
}
@media (max-width: 1009px) {
.square_btn_green{
    width:85%;
}
}
.square_btn_green2{
    display: inline-block;
    text-align: center;
    padding: 4px 10px 5px 10px;
    text-decoration: none;
    background: #6cc261;
    color: #FFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.square_btn_green2:hover {
    filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8;
    text-decoration: none;
    color: #FFF;
}
@media (max-width: 1009px) {
.square_btn_green2{
    width:85%;
}
}
.square_btn_purple{
    display: inline-block;
    width:250px;
    text-align: center;
    padding: 12px 10px 13px 10px;
    text-decoration: none;
    background: #a533be;
    color: #FFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.square_btn_purple:hover {
    filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8;
    text-decoration: none;
    color: #FFF;
}

.square_btn_purple2{
    display: inline-block;
    text-align: center;
    padding: 12px 20px 13px 20px;
    text-decoration: none;
    background: #a533be;
    color: #FFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.square_btn_purple2:hover {
    filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8;
    text-decoration: none;
    color: #FFF;
}

.square_btn_pink{
    display: inline-block;
    width:250px;
    text-align: center;
    padding: 12px 10px 13px 10px;
    text-decoration: none;
    background: #ff7878;
    color: #FFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.square_btn_pink:hover {
    filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8;
    text-decoration: none;
    color: #FFF;
}

.square_btn_blue{
    display: inline-block;
    width:250px;
    text-align: center;
    padding: 12px 10px 13px 10px;
    text-decoration: none;
    background: #00a6f3;
    color: #FFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.square_btn_blue:hover {
    filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8;
    text-decoration: none;
    color: #FFF;
}

.pcclearfix:after {content:"";display:block;clear:both;}
.spclearfix:after {display:none;}
.w30{ width:30%;}
.w40{ width:40%;}
.w50{ width:50%;}
.w60{ width:60%;}
.w70{ width:70%;}
.w80{ width:80%;}
.w90{ width:90%;}

@media (max-width: 1009px) {
.square_btn_purple{width:85%;}
.square_btn_blue{width:85%;}
}

@media (max-width: 700px) {
.w30{ width:60%;}
.w40{ width:70%;}
.w50{ width:80%;}
.w60{ width:90%;}
.w70{ width:100%;}
.w80{ width:100%;}
.w90{ width:100%;}
}


@media (max-width: 700px) {
#main h2.title {
	padding: 10px 10px 10px 10px;
	font-size: 1.5em;
	}
}