@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html{
	height: 100%;
	margin-bottom: 1px;
}

body,div,class,img,p,form,fieldset,input,textarea,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	vertical-align: bottom;
}

body {
	font-family: ’Noto Sans Japanese’, ’MS Pゴシック’, ’Osaka’, ’ヒラギノ角ゴ Pro W3’, ’Hiragino Kaku Gothic Pro’, sans-serif;
	font-weight: 200;
	color: #000000;
	font-size: 16px;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;/*iPhoneフォントサイズ自動調整OFF*/
	width: 100%;
	text-align: left;
}
@media(max-width: 439px) {
	body {
		font-size: 14px;
	}
}

article, aside, figure, figcaption, footer, header, nav, section {
	display: block;
}

body img {
	max-width: 100%;
	height: auto;
	border: none;
}

/*イメージフェード*/
.fade {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.fade:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

a {
	color: #a87300;
	text-decoration: none;
}
a:visited {
	color: #a87300;
	text-decoration: none;
}
a:active {
	color: #a87300;
	text-decoration: none;
}
a:hover {
	color: #a87300;
	text-decoration: underline;
}

/*インナー*/
.inner {
	padding-left: 20px;
	padding-right: 20px;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (min-width : 1017px){
	.inner {
		width: 1000px;
		margin: auto;
	}
}
@media screen and (max-width : 1016px){
	.inner {
		width: 100%;
	}
}
@media screen and (max-width : 399px){
	.inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/*ヘッダー*/
.header {
	width: 100%;
	background-color: #CCCCCC;
	text-align: center;
	padding: 6px 0px 6px 0px;
}

h1 {
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 26px;
}

@media(min-width: 961px) {
	.tab_none {display: none;}
	.sp_none {display: none;}
}
@media(min-width: 768px) and (max-width:960px) {
	.pc_none {display: none;}
	.sp_none {display: none;}
}
@media(max-width: 767px) {
	.tab_none {display: none;}
	.pc_none {display: none;}
}

.cont {
	width: 100%;
}
.cont_img {
	width: 100%;
	text-align: center;
}

.title {
	background-color: #666666;
	text-align: center;
	padding: 8px 0 8px 0;
	font-size: 20px;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
	font-weight: 400;
	color: #FFFFFF;
}

/*概要*/
.outline {
	line-height: 1.6em;
}
.outline img{
	margin: 14px 0 14px 0;
}

/*開催期間*/
.holding {
	font-size: 28px;
}
@media(max-width: 640px) {
	.holding {
		font-size: 4.6vw;
	}
}

.holding_back {
	background-image: url(../img/back_period.png);
	background-repeat: repeat;
	text-align: center;
	padding: 8px 0 8px 0;
	font-weight: 400;
	border: 1px solid #CCCCCC;
}

/*各日付*/
.period {
	font-size: 20px;
	background-image: url(../img/back_period.png);
	background-repeat: repeat;
	text-align: center;
	padding: 8px 0 8px 0;
	font-weight: 400;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.center {
	text-align: center;
}
.part_cont {
	width: 100%;
	padding: 0 2% 0 2%;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media(max-width: 699px) {
	.part_cont {
		padding: 0;
	}
}
.conte_title {
	font-size: 20px;
}
@media(max-width: 439px) {
	.conte_title {
		font-size: 16px;
	}
}
.part {
	margin: 1%;
	width: 48%;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
	float: left;
	padding-bottom: 30px;
}
@media(max-width: 699px) {
	.part {
		width: 100%;
		margin: 1% 0% 1% 0%;
	}
}
.part_auto {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 48%;
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: 1%;
	margin-left: auto;
}
@media(max-width: 859px) {
	.part_auto {
		width: 98%;
	}
}

/*各回時間表示*/
.part_box {
	width: 100%;
	padding: 8px 4px 8px 4px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #999999;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}

.input_box {
	margin: auto;
	width: 800px;
}
@media(max-width: 859px) {
	.input_box {
		width: 100%;
	}
}
.input_name {
	width: 49.5%;
}
.input_name_l {
	margin-right: 1%;
}

.privacy_t {
	font-size: 18px;
	width: 100%;
	text-align: center;
}
.privacy_box {
	width: 100%;
	font-size: 13px;
	overflow-y: scroll;
	height: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.6em;
}
strong {
	font-weight: bold;
}
.strong {
	font-weight: bold;
}

/*ページTOPへ戻る*/
#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	font-size: 77%;
}
#page-top a {
	background: #000000;
	opacity: 0.6;
	text-decoration: none;
	color: #fff;
	/*width: 50px;*/
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/*フッター*/
footer {

}
.footer {
	background-color: #666666;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 100%;
	text-align: center;
}

.wf-sawarabimincho {font-family: "Sawarabi Mincho";}

/*【】の場合*/
.t-indent-4 {
	text-indent: -4px;
}
.t-indent-8 {
	text-indent: -8px;
}

/*2行目より1字下げ*/
.t-indent-1 {
	padding-left: 1em;
	text-indent: -1em;
}

/*全体字下げ*/
.t-indent-1left {
	padding-left: 1em;
}
.t-indent-2left {
	padding-left: 2em;
}

.t_left {text-align: left;}
.t_right {text-align: right;}

.f_left {float: left;}
.f_right {float: right;}
.w_100 {width: 100%;}

.f_12 {font-size: 12px;}
.f_11 {font-size: 11px;}

.strong {font-weight: bold;}

/*テキスト両揃え*/
.justify {
	text-align: justify;text-justify: inter-ideograph;
}

/*テキストカラー*/
.style_red {color: #CC0000;}
.style_blu {color: #0000ff;}
.style_ore {color: #ff6600;}

/*改行無し*/
.nowrap {
	white-space: nowrap;
}
.none {display: none;}
.clearfix {clear: both;}