@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/


body {
    font-size: 14px;
    color: #33333;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    color: #333333;
    background-color: #FFFFFF;
    color: #333333;
}

header {
    width: 100%;
}
#contents {
    width: 1000px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 70px;
}

footer {
	box-sizing: border-box;
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}

a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}
a.anchor{
    display: block;
    padding-top: 40px;
    margin-top: -40px;
}

h1 {
    color: #000000;
    font-size: 32px;
	line-height: 1.5em;
    text-align: center;
    font-weight: 600;
}
h2 {
    color: #FFFFFF;
    background-color: #000000;
    font-size: 24px;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 15px;
	margin-top: 40px;
	margin-bottom: 20px;
    font-weight: 600;
}
h3 {
    margin-top: 5px;
	margin-bottom: 5px;
	font-size: 19px;
    text-align: left;
    font-weight: 600;
	line-height: 1.3em;
	color:#000000;
}
h4 {
    margin-top: 0px;
	margin-bottom: 20px;
	font-size: 21px;
    text-align: left;
    font-weight: 600;
	line-height: 1.3em;
	color:#c1272d;
}
h5 {
    margin-top: 3px;
	margin-bottom: 0px;
	font-size: 14px;
    text-align: left;
    font-weight: 600;
	line-height: 1.3em;
	color:#000000;
}

p {
	margin:0 0 0.8em 0;
	font-size: 16px;
    text-align: left;
    font-weight: 300;
	line-height: 1.5em;
	color:#333333;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#000000;
	font-size: 1.1em;
}

pre {
	margin:1em 0;
	padding:1em;
}


ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:none;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    background: #fff;
    border-bottom: 1px solid #ddd;
    margin-left: 0;
    margin-right: auto;
	margin-top: 5px;
}
th {
	padding:8px;
	text-align:right;
	vertical-align:middle;
	border-top:1px solid #ddd;
	border-rigth:1px solid #ddd;
	background:#f2f2f2;
	vertical-align:top;
	font-size: 15px;
}
td {
	padding:8px;
	text-align:left;
	border-top:1px solid #ddd;
	font-size: 15px;
	line-height: 1.5em;
	
}
.space00 {
	clear: both;
	height: 1px;
}
.space-1 {
	clear: both;
	height: 1px;
}
.space05 {
	clear: both;
	height: 5px;
}
.space10 {
	clear: both;
	height: 10px;
}
.space20 {
	clear: both;
	height: 20px;
}
.space30 {
	clear: both;
	height: 30px;
}

.event-1 {
	float: left;
    width: 235px;
	margin-right: 20px;
    margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.event-2 {
	float: left;
    width: 235px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.event-3 {
	float: left;
    width: 235px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.event-4 {
	float: left;
    width: 235px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.event-5 {
	float: left;
    width: 235px;
	margin-right: 25px;
    margin-left: 123px;
	margin-bottom: 20px;
	margin-top: 50px;
}
.event-6 {
	float: left;
    width: 235px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-top: 50px;
}
.event-7 {
	float: left;
    width: 235px;
	margin-bottom: 20px;
	margin-top: 50px;
}
.event-tittle {
    margin-top: 5px;
	margin-bottom: 5px;
	font-size: 24px;
    text-align: left;
    font-weight: 600;
	line-height: 1.3em;
	color:#000000;
}
.event-txt {
	font-size: 18px;
    text-align: left;
	line-height: 1.5em;
	color:#000000;
}
.event-txt2 {
	font-size: 18px;
    text-align: left;
	line-height: 1.5em;
	color:#000000;
	margin-top: 15px;
}

.event-1b {
	float: left;
    width: 130px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.event-2b {
	float: left;
    width: 130px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.event-3b {
	float: left;
   width: 130px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.event-4b {
	float: left;
   width: 130px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.event-5b {
	float: left;
   width: 130px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.event-6b {
	float: left;
    width: 130px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.event-7b {
	float: left;
    width: 130px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.block-1 {
	float: left;
    width:400px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-top: 0px;
}
.block-2 {
	float: left;
    width: 570px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-top: 0px;
}
.block-3 {
    width: 970px;
    margin-top: 70px;
    border: 1px dotted #000000;
    padding-top: 14px;
    padding-right: 14px;
    padding-bottom: 10px;
    padding-left: 14px;
    margin-right: auto;
    margin-left: auto;
}
.block-4 {
	float: left;
    width: 100%;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-top: 0px;
}
.go1 {
	clear: both;
	width: 200px;
}
.go2 {
	clear: both;
	width: 350px;
	margin-bottom: 30px;
	margin-top: 10px;
}
.text-red {
    color: #c1272d;
}
.text-90 {
    font-size: 0.9em;
}
.privacy-tittle {
    margin-top: 5px;
	margin-bottom: 5px;
	font-size: 18px;
    text-align: left;
    font-weight: 600;
	line-height: 1.3em;
	color:#000000;
}
.privacy-txt {
	font-size: 16px;
    text-align: left;
	line-height: 1.5em;
	color:#000000;
}

.pc { display: block !important; }
.sp { display: none !important; }
.pc_area{
  display:block;
}
.phone_area{
  display:none;
}



/*================================================
 *  ヘッダー
 ================================================*/
header {
	margin-bottom: 30px;
}




/*================================================
 *  フッター
 ================================================*/
footer {
    clear: both;
}

.copyright {
	clear:both;
	padding:15px 0;
	text-align:center;
	background:#f08200;
}
.conte01 {
    clear: both;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 7px;
    width: 300px;
}
.conte02 {
    clear: both;
    margin-right: auto;
    margin-left: auto;
    color: #fce6d3;
    font-size: 14px;
	margin-bottom: 2px;
}
.conte03 {
    clear: both;
    margin-right: auto;
    margin-left: auto;
    color: #fce6d3;
    font-size: 14px;
	margin-bottom:-5px;
}



/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	width: 40px;
}
.totop img:hover {
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	.inner {
		width:100%;
	}
		body {
	font-size:14px;
}

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	footer {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.lock {
		overflow:hidden;
	}

	body {
	font-size:14px;
}	
	header {
    width: 100%;
	}

	footer {
	box-sizing: border-box;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
	

table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    background: #fff;
    border-bottom: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
	margin-top: 5px;
	font-size: 12px;
}	

th,td{
  display: block;
  width: 96%;
	
}
	/* ↓装飾 */
tr{
    text-align: left;
	font-size: 14px;
}
th{
  text-align: left;
	font-size: 14px;
}
		

#contents {
    overflow: hidden;
    width:98%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

#topicpath {
	font-size: 80%;
	margin-top: 8px;
	margin-bottom: 0px;
	padding: 2px;
}


h1 {
    color: #000000;
    font-size: 23px;
	line-height: 1.3em;
    text-align: center;
    font-weight: 600;
}
h2 {
    color: #FFFFFF;
    background-color: #000000;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 13px;
	margin-top: 30px;
	margin-bottom: 20px;
    font-weight: 600;
}
h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 21px;
    text-align: center;
    font-weight: 600;
    line-height: 1.3em;
    color: #000000;
}
h4 {
    margin-top: 0px;
	margin-bottom: 20px;
	font-size: 18px;
    text-align: left;
    font-weight: 600;
	line-height: 1.3em;
	color:#c1272d;
}
h5 {
    margin-top: 5px;
	margin-bottom: 5px;
	font-size: 13px;
    text-align: left;
    font-weight: 600;
	line-height: 1.3em;
	color:#000000;
}
	
p {
	margin:0 0 0.8em 0;
	font-size: 14px;
    text-align: left;
    font-weight: 300;
	line-height: 1.5em;
	color:#333333;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#000000;
	font-size: 1.1em;
}

pre {
	margin:1em 0;
	padding:1em;
}


ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:none;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

table {
    width: 98%;
    margin-bottom: 1em;
    border-collapse: collapse;
    background: #fff;
    border-bottom: 1px solid #ddd;
    margin-left: 0;
    margin-right: auto;
	margin-top: 5px;
}
th {
	padding:8px;
	text-align:left;
	vertical-align:middle;
	border-top:1px solid #ddd;
	border-rigth:1px solid #ddd;
	background:#f2f2f2;
	vertical-align:top;
}
td {
	padding:8px;
	text-align:left;
	border-top:1px solid #ddd;
	
}
.space00 {
	clear: both;
	height: 1px;
}
.space05 {
	clear: both;
	height: 5px;
}
.space10 {
	clear: both;
	height: 10px;
}
.space20 {
	clear: both;
	height: 20px;
}
.space30 {
	clear: both;
	height: 30px;
}
.text-ss {
    font-size: 0.9em;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left:-5px;
	float:none
}
.event-1 {
    clear: both;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 35px;
}
.event-2 {
	clear: both;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 35px;
}
.event-3 {
	clear: both;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 35px;
}
.event-4 {
	clear: both;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 35px;
}
.event-5 {
	clear: both;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 35px;
    margin-top: 0px;
}
.event-6 {
	clear: both;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 35px;
    margin-top: 0px;
}
.event-7 {
	clear: both;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 35px;
    margin-top: 0px;
}
.event-tittle {
    margin-top: 5px;
	margin-bottom: 5px;
	font-size: 21px;
    text-align: left;
    font-weight: 600;
	line-height: 1.3em;
	color:#000000;
}
.event-txt {
	font-size: 16px;
    text-align: left;
	line-height: 1.5em;
	color:#000000;
}
.event-txt2 {
	font-size: 16px;
    text-align: left;
	line-height: 1.5em;
	color:#000000;
	margin-top: 15px;
}
.event-1b {
	float: left;
    width: 47%;
	margin-right: 6%;
	margin-bottom: 10px;
	margin-top: 0px;
}
.event-2b {
	float: left;
    width: 47%;
	margin-right: 0%;
	margin-bottom: 10px;
	margin-top: 0px;
}
.event-3b {
	float: left;
    width: 47%;
	margin-right: 6%;
	margin-bottom: 10px;
	margin-top: 0px;
}
.event-4b {
	float: left;
    width: 47%;
	margin-right: 0%;
	margin-bottom: 10px;
	margin-top: 0px;
}
.event-5b {
	float: left;
    width: 47%;
	margin-right: 6%;
	margin-bottom: 10px;
	margin-top: 0px;
}
.event-6b {
    float: left;
    width: 47%;
	margin-right: 0%;
	margin-bottom: 10px;
	margin-top: 0px;
}
.event-7b {
    float: left;
    width: 47%;
	margin-right: 0%;
	margin-bottom: 10px;
	margin-top: 0px;
	}
.block-1 {
	float: left;
    width:100%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	margin-top: -10px;
}
.block-2 {
	float: left;
    width: 100%;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-top: 0px;
}
.block-3 {
    width: 88%;
    margin-top: 70px;
    border: 1% dotted #000000;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
}
.block-4 {
	float: left;
    width: 100%;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-top: 0px;
}
.go1 {
	clear: both;
	width: 70%;
    margin-right: 15%;
    margin-left: 15%;
}
.go2 {
	clear: both;
	width: 80%;
	margin-bottom: 30px;
	margin-top: 10px;
}
.privacy-tittle {
    margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
    text-align: left;
    font-weight: 600;
	line-height: 1.3em;
	color:#000000;
}
.privacy-txt {
	font-size: 14px;
    text-align: left;
	line-height: 1.5em;
	color:#000000;
}
	
	
.pc { display: none !important; }
.sp { display: block !important; }
.pc_area{
    display:none;
  }
.phone_area{
    display:block;
  }
	
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
	
#topicpath {
	font-size:10px;
	margin-bottom:15px;
	padding:2px;
}


	
/*================================================
 *  フッター
 ================================================*/	
	

.copyright {
    clear: both;
    padding-top: -3px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    text-align: center;
    background: #f08200;
}
.conte01 {
    clear: both;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 5px;
	margin-top: -5px;
    width: 60%;
}
.conte02 {
    clear: both;
    margin-right: auto;
    margin-left: auto;
    color: #fce6d3;
    font-size: 14px;
	margin-bottom: 2px;
}
.conte03 {
    clear: both;
    margin-right: auto;
    margin-left: auto;
    color: #fce6d3;
    font-size: 14px;
	margin-bottom:-5px;
}
	
}
