@charset "UTF-8";
/* KNOCK CSS common.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,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

html {
	margin: 0;
	padding: 0;
}

html,
body {
	background: #FFF;
	color: #000;
	line-height: 1.4rem;
	font-family: 'Montserrat', "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

li {
	list-style: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #000;
}

input,
select {
	vertical-align: middle;
}
#about{
	font-weight: normal!important;
}
@media screen and (max-width: 1024px) {
	#about{
		font-weight: normal!important;
	}
	header .inner {
		text-align: center;
	}
	header .inner h1 {
		margin: 18px auto 18px auto;
	}
	header .inner h1 a img {
		width: 26%;
	}
	header .inner nav {
		display: none;
	}

	header#secondHd {
		border-bottom: 1px solid #000;
		padding-bottom: 20px;
	}
	header#secondHd .inner {
		text-align: center;
	}
	header#secondHd .inner h1 {
		margin: 15px auto auto auto;
	}
	header#secondHd .inner nav {
		display: none;
	}

	main section {
		margin: 40px auto auto auto;
	}
	main section .inner {
		width: 90%;
		margin: auto;
		text-align: center;
	}
	main section .inner h2 {
		font-size: 1.6rem;
		letter-spacing: 0.2rem;
		margin: 20px;
	}
	main section .inner .todayDate {
		font-family: 'Droid Serif', serif;
		font-weight: normal;
		font-style: italic;
		font-size: 0.9rem;
		margin: 10px;
		display: block;
	}
	main section .inner hr {
		width: 150px;
		border-top: 2px solid #000;
		margin: auto;
	}
	main section .inner .ja {
		font-size: 0.8rem;
		margin: 15px;
		display: block;
	}
	main section .inner article h3 {
		font-size: 2.0rem;
		line-height: 2.4rem;
		letter-spacing: 0.1rem;
		display: block;
		margin: 30px auto 15px auto;
	}
	main section .inner article .timeandCharge {
		font-size: 0.75rem;
		font-weight: 400;
		letter-spacing: 0.05rem;
	}
	main section .inner article p {
		font-weight: 400;
		letter-spacing: 0.05rem;
		margin: 30px auto 15px auto;
		font-size: 0.9rem;
	}
	main section#other {
		background: #f7f8f8;
		padding: 40px 0px;
		overflow: hidden;
	}
	main section#other article {
		overflow: hidden;
		margin: 10px 5px auto 5px;
		float: left;
		width: 100%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: #ebebeb solid 1px;
		background: #FFF;
		padding: 20px;
	}
	main section#other article .ttl {
		float: left;
		width: 15%;
	}
	main section#other article .ttl .month {
		font-family: 'Droid Serif', serif;
		font-weight: normal;
		font-style: italic;
		font-size: 0.8rem;
		display: block;
		width: 100%;
	}
	main section#other article .ttl .date {
		font-size: 3rem;
		display: block;
		width: 100%;
		margin: 10px auto;
	}
	main section#other article .ttl .dayoftheWeek {
		font-family: 'Droid Serif', serif;
		font-weight: normal;
		font-style: italic;
		font-size: 0.9rem;
		display: block;
		width: 100%;
		margin: auto auto 0px auto;
	}
	main section#other article .ttl hr {
		display: none;
	}
	main section#other article .information {
		float: right;
		width: 81%;
		border-left: 1px solid #000;
	}
	main section#other article .information h3 {
		font-size: 1.2rem;
		margin-top: -8px;
		margin-bottom: 0px;
	}
	main section#other article .information .time {
		font-size: 0.7rem;
		font-weight: normal;
		width: 100%;
		display: block;
	}
	main section#other article .information a.chkMore {
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		border: 1px solid #000;
		background: #000;
		color: #FFF;
		padding: 5px 20px;
		font-weight: normal;
		font-size: 0.7rem;
		letter-spacing: 0.1rem;
		margin: 5px auto 0px auto;
		display: block;
		width: 80%;
		transition: background-color 0.5s;
	}
	main section#other article .information a.chkMore i {
		font-size: 0.6rem;
	}
	main section#other article .information a.chkMore:hover {
		border: 1px solid #CCC;
		background: #FFF;
		color: #000;
	}
	main section#other .chkMore {
		clear: both;
		width: 100%;
		text-align: center;
		display: block;
		padding-top: 30px;
	}
	main section#other .chkMore a {
		margin: auto;
		width: 80%;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		border: 1px solid #000;
		background: #000;
		color: #FFF;
		font-weight: normal;
		font-size: 1rem;
		letter-spacing: 0.1rem;
		padding: 10px 20px;
		display: block;
		transition: background-color 0.5s;
	}
	main section#other .chkMore a i {
		font-size: 0.6rem;
	}
	main section#other .chkMore a:hover {
		border: 1px solid #CCC;
		background: #FFF;
		color: #000;
	}
	main #information article {
		margin: auto auto 15px auto;
	}
	main #information article span {
		background: #000;
		color: #FFF;
		font-family: 'Droid Serif', serif;
		font-weight: normal;
		font-style: italic;
		font-size: 0.8rem;
		padding: 5px 10px;
	}
	main #information article p {
		margin: 8px auto;
	}
	main section#second {
		padding: 0px;
		margin: 50px auto auto auto;
		overflow: hidden;
	}
	main section#second .inner h2 {
		font-size: 2.4rem;
	}

	footer {
		padding-top: 25px;
		padding-bottom: 20px;
		border-top: 1px solid #000;
		text-align: center;
		margin: 40px auto auto auto;
	}
	footer a img {
		width: 20%;
	}
	footer nav {
		position: relative;
		overflow: hidden;
	}
	footer nav ul {
		margin: 10px;
		position: relative;
		left: 50%;
		float: left;
	}
	footer nav ul li {
		position: relative;
		left: -50%;
		float: left;
		font-size: 0.75rem;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}
	footer nav ul li:after {
		content: "//";
		margin: auto 10px auto 10px;
	}
	footer nav ul li:last-child:after {
		content: none;
		margin: auto 10px auto 10px;
	}
	footer ul.sns {
		position: relative;
		left: 50%;
		float: left;
		display: block;
	}
	footer ul.sns li {
		position: relative;
		left: -50%;
		float: left;
	}
	footer ul.sns li:after {
		content: "|";
		margin: 10px;
		font-weight: normal;
	}
	footer ul.sns li:last-child:after {
		content: none;
	}
	footer small {
		display: block;
		margin: 0;
		clear: both;
		padding: 10px;
		overflow: hidden;
		font-weight: normal;
		font-size: 0.5rem;
	}
}

@media screen and (min-width: 1024px) {
	#about{
		font-weight: normal;
	}
	.spCtrl {
		display: none;
	}

	.overlay {
		display: none;
	}

	header {
		z-index: 100;
		width: 100%;
		height: 112px;
		background: #FFF;
	}
	header .inner {
		width: 1000px;
		margin: auto;
	}
	header .inner h1 {
		float: left;
		margin: 30px auto auto auto;
	}
	header .inner nav ul:first-child {
		float: left;
		margin: 45px auto auto 140px;
	}
	header .inner nav ul:first-child li {
		float: left;
		letter-spacing: 0.1rem;
		margin: auto auto auto 50px;
		font-size: 0.9rem;
	}
	header .inner nav ul:first-child li a {
		position: relative;
		display: inline-block;
		transition: .3s;
	}
	header .inner nav ul:first-child li a::after {
		position: absolute;
		bottom: .3em;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background-color: #000;
		opacity: 0;
		transition: .3s;
	}
	header .inner nav ul:first-child li a:hover::after {
		bottom: 0;
		opacity: 1;
	}
	header .inner nav ul:last-child {
		float: right;
		margin: 45px auto auto 0px;
	}
	header .inner nav ul:last-child li {
		float: left;
		letter-spacing: 0.1rem;
		margin: auto auto auto 10px;
		font-size: 1.2rem;
	}
	header .inner nav ul:last-child li:first-child:after {
		content: "|";
		font-weight: normal;
		margin-left: 13px;
	}

	header#secondHd {
		z-index: 100;
		width: 100%;
		height: 112px;
		border-bottom: 1px solid #000;
	}
	header#secondHd .inner {
		width: 1000px;
		margin: auto;
	}
	header#secondHd .inner h1 {
		float: left;
		margin: 30px auto auto auto;
	}
	header#secondHd .inner nav ul:first-child {
		float: left;
		margin: 45px auto auto 220px;
	}
	header#secondHd .inner nav ul:first-child li {
		float: left;
		letter-spacing: 0.1rem;
		margin: auto auto auto 50px;
		font-size: 0.9rem;
	}
	header#secondHd .inner nav ul:first-child li a {
		position: relative;
		display: inline-block;
		transition: .3s;
	}
	header#secondHd .inner nav ul:first-child li a::after {
		position: absolute;
		bottom: .3em;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background-color: #000;
		opacity: 0;
		transition: .3s;
	}
	header#secondHd .inner nav ul:first-child li a:hover::after {
		bottom: 0;
		opacity: 1;
	}
	header#secondHd .inner nav ul:last-child {
		float: right;
		margin: 45px auto auto 0px;
	}
	header#secondHd .inner nav ul:last-child li {
		float: left;
		letter-spacing: 0.1rem;
		margin: auto auto auto 10px;
		font-size: 1.2rem;
	}
	header#secondHd .inner nav ul:last-child li:first-child:after {
		content: "|";
		font-weight: normal;
		margin-left: 13px;
	}

	main {
		margin: 0;
	}
	main section {
		margin: 80px auto auto auto;
	}
	main section .inner {
		width: 1000px;
		margin: auto;
		text-align: center;
	}
	main section .inner h2 {
		font-size: 2rem;
		letter-spacing: 0.2rem;
		margin: 20px;
	}
	main section .inner .todayDate {
		font-family: 'Droid Serif', serif;
		font-weight: normal;
		font-style: italic;
		font-size: 0.9rem;
		margin: 10px;
		display: block;
	}
	main section .inner hr {
		width: 150px;
		border-top: 2px solid #000;
		margin: auto;
	}
	main section .inner .ja {
		font-size: 0.8rem;
		margin: 15px;
		display: block;
	}
	main section .inner article h3 {
		font-size: 2.4rem;
		line-height: 2.4rem;
		letter-spacing: 0.1rem;
		display: block;
		margin: 30px auto 15px auto;
	}
	main section .inner article .timeandCharge {
		font-size: 0.75rem;
		font-weight: 400;
		letter-spacing: 0.05rem;
	}
	main section .inner article p {
		font-weight: 400;
		letter-spacing: 0.05rem;
		margin: 30px auto 15px auto;
		font-size: 0.9rem;
	}
	main section#other {
		background: #f7f8f8;
		padding: 60px 0px;
		overflow: hidden;
	}
	main section#other article {
		height: 280px;
		overflow: hidden;
		margin: 12px 5px auto 5px;
		float: left;
		width: 240px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: #ebebeb solid 1px;
		background: #FFF;
		padding: 30px 15px;
	}
	main section#other article .ttl .month {
		font-family: 'Droid Serif', serif;
		font-weight: normal;
		font-style: italic;
		font-size: 0.8rem;
		display: block;
		width: 100%;
	}
	main section#other article .ttl .date {
		font-size: 3rem;
		display: block;
		width: 100%;
		margin: 10px auto;
	}
	main section#other article .ttl .dayoftheWeek {
		font-family: 'Droid Serif', serif;
		font-weight: normal;
		font-style: italic;
		font-size: 0.9rem;
		display: block;
		width: 100%;
		margin: auto auto 10px auto;
	}
	main section#other article .ttl hr {
		width: 50px;
		border-top: 1px solid #000;
		margin: auto;
	}
	main section#other article .information {
		position: relative;
	}
	main section#other article .information h3 {
		font-size: 1.2rem;
		line-height: 1.6rem;
		margin-top: 0px;
		margin-bottom: 0px;
		letter-spacing: 0.05rem;
	}
	main section#other article .information .time {
		font-size: 0.7rem;
		font-weight: normal;
		width: 100%;
		display: block;
	}
	main section#other article .information a.chkMore {
		position: absolute;
		top: 90px;
		left: 20px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		border: 1px solid #000;
		background: #000;
		color: #FFF;
		padding: 5px 20px;
		font-weight: normal;
		font-size: 0.7rem;
		letter-spacing: 0.1rem;
		display: block;
		width: 80%;
		transition: background-color 0.5s;
	}
	main section#other article .information a.chkMore i {
		font-size: 0.6rem;
	}
	main section#other article .information a.chkMore:hover {
		border: 1px solid #CCC;
		background: #FFF;
		color: #000;
	}
	main section#other .chkMore {
		clear: both;
		width: 100%;
		text-align: center;
		display: block;
		padding-top: 30px;
	}
	main section#other .chkMore a {
		margin: auto;
		width: 20%;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		border: 1px solid #000;
		background: #000;
		color: #FFF;
		font-weight: normal;
		font-size: 1rem;
		letter-spacing: 0.1rem;
		padding: 10px 20px;
		display: block;
		transition: background-color 0.5s;
	}
	main section#other .chkMore a i {
		font-size: 0.6rem;
	}
	main section#other .chkMore a:hover {
		border: 1px solid #CCC;
		background: #f7f8f8;
		color: #000;
	}
	main #information article {
		margin: auto auto 15px auto;
	}
	main #information article span {
		background: #000;
		color: #FFF;
		font-family: 'Droid Serif', serif;
		font-weight: normal;
		font-style: italic;
		font-size: 0.8rem;
		padding: 5px 10px;
	}
	main #information article p {
		margin: 8px auto;
	}
	main section#second {
		padding: 0px;
		margin: 50px auto auto auto;
		overflow: hidden;
	}
	main section#second .inner h2 {
		font-size: 2.4rem;
	}

	footer {
		padding-top: 45px;
		padding-bottom: 20px;
		border-top: 1px solid #000;
		text-align: center;
		margin: 80px auto auto auto;
	}
	footer nav {
		position: relative;
		overflow: hidden;
	}
	footer nav ul {
		margin: 10px;
		position: relative;
		left: 50%;
		float: left;
	}
	footer nav ul li {
		position: relative;
		left: -50%;
		float: left;
		font-size: 0.75rem;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}
	footer nav ul li a {
		position: relative;
		display: inline-block;
		transition: .3s;
	}
	footer nav ul li a::after {
		position: absolute;
		bottom: .3em;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background-color: #000;
		opacity: 0;
		transition: .3s;
	}
	footer nav ul li a:hover::after {
		bottom: 0;
		opacity: 1;
	}
	footer nav ul li:after {
		content: "//";
		margin: auto 10px auto 10px;
	}
	footer nav ul li:last-child:after {
		content: none;
		margin: auto 10px auto 10px;
	}
	footer ul.sns {
		position: relative;
		left: 50%;
		float: left;
		display: block;
	}
	footer ul.sns li {
		position: relative;
		left: -50%;
		float: left;
	}
	footer ul.sns li:after {
		content: "|";
		margin: 10px;
		font-weight: normal;
	}
	footer ul.sns li:last-child:after {
		content: none;
	}
	footer small {
		display: block;
		margin: 0;
		clear: both;
		padding: 20px;
		overflow: hidden;
		font-weight: normal;
		font-size: 0.5rem;
	}

	.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
}

/*# sourceMappingURL=common.css.map */
