@charset "Shift_JIS";

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: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a img { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
html { overflow: auto; }
body { overflow: hidden; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; color: #333333; /* 	font-size: $size + px;
font-size: ( $size * 0.0625 ) + rem; */ font-size: 100%; line-height: 160%; background:#EEE; }

.tb { display: none; }
.sp { display: none; }
.pc { display: inline-block; }


a {
	color: #3b82c4;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;　
}
.clear {
	clear: both;
}

strong {
	font-weight: bold;
}




/* ヘッダー
=========================================================================================== */
header {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	display: block;
	overflow: hidden;
	background: #FFF;
}
h1{
	line-height: 100%;
	position: relative;
	display: block;
}

h2 {
	max-width: 800px;
	height: auto;
	margin: 2em auto 1em auto;
	padding:5px 0;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	font-size: 180%;
	color: #595757;
	
	display: flex;
	align-items: center;
    text-align: center; /* for no-flexbox browsers */
}
h2:before, h2:after {
	border-top: 1px solid #595757;
	content: "";
    display: inline; /* for IE */
	flex-grow: 1;
}
h2:before {
    margin-right: 0.5em;
}
h2:after {
    margin-left: 0.5em;
}
h3 {
	max-width: 800px;
	margin: 2em auto 1em auto;
	padding:5px 0;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	font-size: 160%;
	color: #595757;
}


/* コンテンツ
=========================================== */
article {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	display: block;
	overflow: hidden;	position: relative;
	background: #FFF;
	
}

/* メニュー
=========================================== */

nav{
	width: 460px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
nav ul{
	float:left;
	left:50%;
	position:relative;
	
}
nav ul li{
	float:left;
	left:-50%;
	position:relative;
	margin: 15px;
}
nav ul li img{
	width: 200px;
	height: 200px;
}
nav ul li a{
	display: block;
	width: 200px;
	height: 200px;
	text-align:center;
}

nav ul li a:hover{
	opacity:0.5;
}

nav ul li.off a{
	pointer-events: none;
	cursor:pointer;
}

div.tx1{
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
	font-size: 36px;
}
div.tx1 p{
	text-indent: -1em;
	padding-left: 1em;
}

/* イベント
=========================================== */
.event{
	width: 80%;
	margin: 0 auto 1em auto;
	padding: 1em 5% 0 5%;
	background: #dbe7ed;
	overflow: hidden;
}
.event p{
	float: left;
	margin-top: 1em;
	width: 60%;
}
.event img{
	float: right;
	width: 30%;
}
.event p span{
	font-weight: bold;
	font-size: 160%;
	color: #595757;
	display: block;
	margin-bottom: 0.5em;
}


/* 去年ボタン
=========================================== */

.lastyear{
	width: 900px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.lastyear ul{
	float:left;
	left:50%;
	position:relative;
	
}
.lastyear ul li{
	float:left;
	left:-50%;
	position:relative;
	margin: 5px;
}
.lastyear ul li a{
	display: block;
	width: 140px;
	text-align:center;
}

.lastyear ul li a:hover{
	opacity:0.5;
}

/* 2カラム
=========================================== */

.col2{
	width: 880px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.col2 ul{
	float:left;
	left:50%;
	position:relative;
	
}
.col2 ul li{
	float:left;
	left:-50%;
	position:relative;
	width: 400px;
	margin: 5px 20px;
}
.col2 ul li a{
	display: block;
	width: 400px;
	text-align:center;
}

.col2 ul li a:hover{
	opacity:0.5;
}


/* お問合せ
=========================================== */
.contact{
	max-width: 1000px;
	margin: 0 auto;
	padding: 3em 0 0 0;
	background: #FFF;
	text-align: center;
}
.contact img{
	width: 90%;
	vertical-align: bottom;
}


/* フッター
=========================================================================================== */
footer{
	max-width: 1000px;
	margin: 0 auto;
	background: #18337e;
	text-align:center;
	font-size: 12px;
	padding: 1em 0;
	overflow: hidden;
}

footer .logo{
	float: left;
	width: 20%;
}
footer .logo img{
	float: left;
	width: 150px;
	margin-left: 30px;
}
footer .copy{
	float: left;
	width: 60%;
	color: #FFF;
	line-height: 100px;
}

footer .pagetop{
	float: right;
	width: 20%;
	padding-top:20px;
}
footer .pagetop img{
	width: 80px;
}



/*===============================================
●style.css 画面の横幅が1000px以上
===============================================*/
@media screen and (min-width: 1000px) {
}
/*===============================================
●style.css 画面の横幅が1000pxまで
===============================================*/
@media screen and (max-width: 1000px) {

h2 {
	max-width: 95%;
}
/* メニュー
=========================================== */

div.tx1{
	max-width: 95%;
}

/* イベント
=========================================== */
.event{
	width: 85%;
}
.event p br{
	display: none;
}
.event p span{
	font-size: 160%;
}
/* 去年ボタン
=========================================== */

.lastyear{
	width: 630px;
}
.lastyear ul li{
	margin: 5px;
}
.lastyear ul li a{
	width: 200px;
}
/* 2カラム
=========================================== */

.col2{
	width: 680px;
}
.col2 ul li{
	width: 300px;
	margin: 5px 20px;
}
.col2 ul li a{
	width: 300px;
}
/* フッター
=========================================================================================== */
footer{
	font-size: 10px;
}

}
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {

h2 {
	font-size: 160%;
}
/* メニュー
=========================================== */
nav{
	width: 340px;
}
nav ul li{
	margin: 10px;
}
nav ul li img{
	width: 150px;
	height: 150px;
}
nav ul li a{
	width: 150px;
	height: 150px;
}

/* イベント
=========================================== */
.event{
	width: 85%;
	text-align: center;
}
.event p{
	float: none;
	text-align: left;
	width: 100%;
	margin-bottom: 1em;
}
.event img{
	float: none;
	width: 80%;
}
/* 去年ボタン
=========================================== */

.lastyear{
	width: 480px;
}
.lastyear ul li a{
	width: 150px;
}
/* 2カラム
=========================================== */

.col2{
	width: 95%;
}
.col2 ul{
	float:none;
	left:0;
	position:relative;
	
}
.col2 ul li{
	float:none;
	left:0;
	position:relative;
	width: 100%;
	margin: 5px 0;
}
.col2 ul li a{
	display: block;
	width: 100%;
}
/* フッター
=========================================================================================== */

footer .logo{
	width: 20%;
}
footer .logo img{
	width: 100px;
	margin-left: 10px;
}
footer .copy{
	width: 60%;
	line-height: 70px;
}

footer .pagetop{
	width: 20%;
	padding-top:10px;
}
footer .pagetop img{
	width: 50px;
}

}
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px) {

h2 {
	font-size: 130%;
}
h3 {
	font-size: 120%;
}
/* メニュー
=========================================== */
nav{
	width: 220px;
}
nav ul li{
	margin: 5px;
}
nav ul li img{
	width: 100px;
	height: 100px;
}
nav ul li a{
	width: 100px;
	height: 100px;
}
/* 去年ボタン
=========================================== */

.lastyear{
	width: 360px;
}
.lastyear ul li a{
	width: 110px;
}

.event p{
	font-size: 90%;
}
.event p span{
	font-size: 130%;
}
/* フッター
=========================================================================================== */

footer {
	font-size: 8px;
}
footer .logo{
	width: 15%;
}
footer .logo img{
	width: 50px;
	margin-left: 10px;
}
footer .copy{
	width: 70%;
	line-height: 30px;
}

footer .pagetop{
	width: 15%;
	padding-top:0;
}
footer .pagetop img{
	width: 30px;
}
}
