@chaeset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

/* ここから */
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #333333;
	font-size: 20px;
	line-height:1.6;
	border-top: 4px solid #008C7B;  
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
p,h1,h2,h3,h4,h5,h6 {margin: 0;}
ul li {list-style:none;}
img { vertical-align: bottom;}
a:hover { opacity: 0.8;　}
a { text-decoration:none; }

/* レイアウト */
.spbr { display:none; }
.pcbr { display:block; }
.sm { font-size:80%; }
.rd { color:#ff0000; }
.lg { font-size:130%;font-weight:1000; }
.container { width:1170px; margin:0 auto; }
.clear { clear:both; }
.sp {display: none;}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
section h2 {
	font-size: 160%;
    color:#008C7B;
    text-align: center;
    margin: 0px 0 60px 0;
    font-weight: bold;
}
.shimekiri { background-color:#ff0000;color:#ffffff;padding:3px 5px;font-size:100% !important; }

/* header */
header {margin: 0 auto; padding:15px 0; }
header img {  float: left;}
header a {
	width: 32.47%;
	float: right;
	font-size: 16px;
	padding: 1% 0;
	background-color: #eeeeee;
	display: block;
	border-radius: 5px;
	text-align: center;
	color:#333333;
}

/* apply */
.apply {
	text-align:center;
	margin:60px auto;
}
.apply a{
	background-color: #5DCC85;
    border: 1px solid #5DCC85;
	box-shadow:0px 10px 0px #38AE65;
	font-weight:bold;
    border-radius: 60px;
    color: #FFFFFF;
    text-align: center;
    padding: 30px 0;
    width:95%;
    margin: 30px auto;
    display: block;
	font-size:180%;
}

/* mainvisual */
#mainvisual img { width:100%; }
#mainvisual p { margin:10px 10px -40px 10px; }

/* content1 */
#content1 > div{
	margin-bottom:50px;
	display:flex;
}
#content1 > div > div{
    margin-left: 20px;
}
#content1 > div > div h3{
    color:#CC4B5F;
	font-size:120%;
	margin-bottom:20px;
	font-weight:bold;
}
#content1 .content1_profile{
	display:block;
	border:1px solid #888;
	padding:10px;
	font-size:1rem;
}
#content1 .content1_profile h4{
	margin-bottom:10px;
}
#content1 .content1_profile h4 span{
	background-color:#CC4B5F;
	color:#ffffff;
	padding:5px 10px;
	margin-right:10px;
}
#content1 .content1_profile>div{
	display:flex;
}
#content1 .content1_profile>div p span{
	color:#293751;
}

/* schedule */
#schedule {
	padding:80px 0;
}
#schedule h2 {
	font-size:200%;
	text-align:center;
	margin-bottom:50px;
	font-weight:bold;
}
#schedule table {
	border-bottom:1px solid #cccccc;
	font-size:100%;
}
#schedule table tr {
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
#schedule table tr th {
	background-color:#008C7B;
	color:#ffffff;
	width:16%;
	vertical-align:middle;
	padding:0px;
	border-right:1px solid #cccccc;
}
#schedule table tr td {
	width:84%;
	padding:10px;
	font-size:80%;
}
#schedule table tr td .cont,#schedule table tr td .tit{
	font-size:120%;
	color:#999;
}
#schedule table tr td .cont{
	color:#333;
}
#schedule table tr td span{
	font-size:160%;
	font-weight:bold;
	margin-right:10px;
}
#schedule > p {
	text-align:center;
	font-size:120%;
	font-weight:bold;
	margin-bottom:30px;
}
#schedule > p span {
	font-size:150%;
	margin:0 10px;
}

/* event */
.event {
}
.event .container {
	padding:50px;
}
.event table {
	width:100%;
	border-bottom:1px solid #cccccc;
}
.event table tr {
	border-top:1px solid #cccccc;
}
.event table tr th {
	background-color:#008C7B;
	color:#ffffff;
	width:20%;
	vertical-align:middle;
	padding:10px;
}
.event table tr td {
	width:80%;
	padding:20px;
}
.event div > img { width:100%; margin-top:20px; }



/* order */
#order {
	padding-bottom:50px;
	background-color:#f5f5f5;
}
#order h2 {
	text-align: center;
	background-image:url('img/order_background.png');
	background-repeat: repeat;
	padding:20px 0;
	background-position:center;
}
#order > div {
	width:100%;
	background-color: #416eb2; 
	padding-bottom:20px;
	padding-top:100px;
}
#order form #form_hope li {
	display:block;
}
#order form #form_hope li label {
	display:block;
	font-size:14px;
	line-height:1.5;
}
#order form #form_hope li span {
	font-size:150%;
	font-weight:1000;
}

/* footer */
footer {
	background-color: #008c7b;
	color: #ffffff;
	font-size: 50%;
	text-align: center;
	padding: 10px;
}
footer a {
	color:#FFFFFF;
	text-decoration:underline;
}

@media screen and (max-width:767px) {
  /* 画面サイズが 767px以下の場合に適用 */
  
	body { font-size:16px; }
	.container { width:100%; }
	.spbr { display:block; }
	.pcbr { display:none; }
	.pc { display: none; }
	.sp { display: block; width:100%; margin:0 auto; }
    
	/* header */
	header img { margin-left:10px; width:70%; }
	header a { width:50px;margin-right:10px; }
	header span { display:none; }
	
	/* mainvisual */
	#mainvisual img { width:100%; }
	#mainvisual p { margin:10px 10px -10px 10px; }
	
	/* apply */
	.apply { margin:20px auto; }	
 
	/* content1 */
	#content1 > div{
		margin-bottom:20px;
		display:block;
	}
	#content1 > div > div {
		margin:10px;
	}
	#content1 > div img{
		width:100%;
	}
	
	/* event */
	.event {
		padding:20px 0;
	}
	.event h2 {
		margin-bottom:20px;
	}
	.event .container {
		width:100%;
		padding:0px;
		margin: 0px;
	}
	.event table {
		border-bottom:0px;
	}
	.event table tr th {
		width:96%;
		padding:2%;
		display:block;
	}
	.event table tr td {
		width:96%;
		padding:20px 2% 20px 2%;
		display:block;
	}
	
	/* order */
	#order h2 img {
		width:80%;
	}

  
  
	/* footer */
	footer {
		width:98%;
		padding:1%;
	}

}

@media screen and (max-width: 1024px) and (min-width:768px) {
	.container { width:100%; }
	.pc { width:100%; }
	.apply { margin:20px auto; width:95%; }	
	header img { margin-left:10px; }
	#about h2 img { width:50%; }
	#about .container > img { width:45%; }	
	/* mainvisual */
	#mainvisual p { margin:10px 10px -10px 10px; }
	#guide {
		padding:20px 0;
	}
	#guide h2 {
		margin-bottom:20px;
	}
	#guide .container {
		width:80%;
		padding: 5%;
		margin: 5%;
	}
	#guide table {
		border-bottom:0px;
	}
	#guide table tr th {
		width:96%;
		padding:2%;
		display:block;
	}
	#guide table tr td {
		width:96%;
		padding:20px 2% 20px 2%;
		display:block;
	}
	form#mail_form {
		width:100% !important;
	}
}