@charset "utf-8";
/* ------------------------------
for LAYOUT
------------------------------ */
a:link,a:visited,a:active,a:hover { text-decoration: none;}
body{
background: url(../img/kikkohana.png);
}

#wrapper {
	margin: 0 auto;
	padding: 10px 0;
	width: 960px;
	text-align: left;
	background: rgb(240,240,240);
}

.btnArea {
	padding-bottom: 0.5em;
	text-align: center;
}

p {
	padding-bottom: 2em;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	color: #000;
	font-family: 'Noto Serif JP',serif;
}
h3,h4{
	display: block;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #000;
	/*border-left: 1em solid rgb(100,10,110);*/
	border-bottom: 1px solid rgb(100,10,110);
	background: #fff;
	text-indent: 0.3em;
}
h2{
	text-align: center;
	line-height: 2em;
	color: #000;
	font-size: 2em;
}
h2 span{
	display: inline-block;
	padding-left:55px;
	background: url(../img/mark3.gif) no-repeat;
	background-position: left;
	padding-top:10px;
	padding-bottom: 5px;
}
h3{
	background: url(../img/mark45.gif) no-repeat #fff;
	padding-left: 1.8em;
	margin-left: 0.2em;
}
small{
	font-size: 90%;
}
p.name{
	text-align: center;
}
footer a{
	color: #fff;
}
.setsumei{
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-top: 1.2em;
	text-align: left;
}
.btnArea img{
	width: 100%;
	height: 75%;
	
}
.btnArea p{
	border-right: 10px solid rgb(100,10,110);
	border-left: 10px solid rgb(100,10,110);
	padding: 3px;
}


ul.list{
	width: 940px;
	display: flex;
	justify-content: between-content;
	margin: 0 auto;
}
ul.list li{
	border-left: 1px solid #fff;
}
#hamburger .btn-gNav span:nth-child(4) {
	font-size:0.8em;
}
.mm{
	display: none;
}
/* ------------------------------
for MordalWindow
------------------------------ */
#mdOverlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 97;
	background: #000;
	display: none;
}

#mdWindow {
	margin-left: -30%;
	top: 2vh;
	left: 50%;
	width: 60%;
	height: 95vh;
	position: fixed;
	z-index: 98;
	background: #fff;
	display: none;
}

#mdWindow > .mdClose {
	top: -0.5em;
	right: -0.5em;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	color: #fff;
	font-size: 1.5em;
	background: #757575;
	border-radius: 1.5em;
	position: absolute;
	z-index: 99;
	cursor: pointer;
	box-shadow: 0 0 3px 0 #000;
}
.mdClose{
	font-family:sans-serif;
}
.modalBtn {
	padding: 0 0;
	color: #444;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	background: #ececec;
	border: #fff 1px solid;
	box-shadow: 0 0 3px #640996;
	transition: all 0.2s ease-in-out;
}

.modalBtn:hover {
	opacity: 0.7;
}

[id^=modalInclude] {
	display: none;
}

#contWrap {
	margin: 5% auto;
	padding: 0 5%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow-y: auto;
}

#contWrap h2 {
	margin-bottom: 1.5em;
	padding: 1.5em 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	border-bottom: #333 1px dotted;
}

#contWrap p {
	padding-bottom: 3em;
	padding-top: 0.5em;
	font-size: 1.2em;
}
img.md {
	width: 100%;
	height: auto;
}

/*------------------------------------------
for responsible
--------------------------------------------*/
@media screen and (max-width: 940px){
#wrapper {
	margin: 0 auto;
	padding: 10px 0;
	width: 90%;
	text-align: left;
	background: rgb(240,240,240);
}
ul.list{
	display: block;
	display: none;
}
.mm{
	display: block;
}
h4{
	border-left: 1em solid rgb(100,10,110);
}
.mm p {
	margin: 0.3em 1em;
}
img.md {
	width: 100%;
	height: auto;
}
h2{
	font-size: 1em;
}
h3,h4{
	display: block;
	font-size: 1em;

}
h3{
	text-align: left;
}
}