@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #111;
	line-height: 1.6em;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.set {
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
img {
	border: 0;
	width: 100%;
	display: block;
}
.alpha:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/*clearfix*/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

ul {
	list-style-type: none;
}


/* PC */
@media print, screen and (min-width: 769px){
.pc_none {
  display: none;
}

header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
}
#header_inner {
	height: 70px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.8);
}
#header_inner .logo {
	width: 420px;
	margin: 0 auto;
	padding: 5px 0 0;
}
#header_inner .logo a {
	text-decoration: none;
	display: flex;
	justify-content: center;
}
#header_inner .logo img {
	width: 50px;
	margin: 5px 10px 5px 0;
}
#header_inner .logo a h1 {
	font-size: 26px;
	font-weight: 400;
	line-height: 26px;
	color: #111;
	margin: 3px 0 0;
}
#header_inner .logo a h1 span {
	font-size: 14px;
	color: #111;
	display: block;
}
#mv {
	background-image: url("../image/mv.jpg");
	background-size: cover;
	height: 600px;
}
/*
#mv {
	width: 100%;
	z-index: 100;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-height: 500px;
	height: 500px;
	margin-top: 70px;
}
*/
.contents-wrapper {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	padding: 80px 0;
}
.main_ttl {
	font-size: 20px;
	font-weight: 700;
	color: #462d7d;
	margin: 0 10px 10px;
	text-align: center;
}
.about {
	border: solid 1px #462d7d;
	padding: 15px;
}
.about .txt {
	font-size: 16px;
	line-height: 1.8em;
}
.outline {
	max-width: 800px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 50px;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
}
.outline dt {
	font-size: 16px;
	width: 20%;
	padding: 10px 15px;
	box-sizing: border-box;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	text-align: center;
	background-color: #F6F6F6;
}
.outline dd {
	font-size: 16px;
	width: 80%;
	padding: 10px 15px;
	box-sizing: border-box;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
}
.outline dd a {
	color: #462d7d;
}
.outline dd a:hover {
	text-decoration: none;
}
.outline dd .child {
	display: flex;
	flex-wrap: wrap;
	border: none;
}
.outline dd .child dt {
	width: 40%;
	padding: 3px 10px 3px 0;
	border: none;
	text-align: left;
	background: none;
}
.outline dd .child dd {
	width: 60%;
	padding: 0 10px;
	border: none;
}
.outline dd ul {
	list-style-type: circle;
}
.outline dd ul li {
	margin: 0 0 5px 1.3em;
}
.outline dd ul li a {
	color: #462d7d;
}
.outline dd ul li a:hover {
	text-decoration: none;
}

footer {
	background: #462d7d;
}
footer .copy {
	font-size: 13px;
	color: #FFF;
	text-align: center;
	padding: 15px;
}
	
#pagetop {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 6;
}
#pagetop img {
	width: 100%;
}

#anc_top {
	padding-top: 70px;
	margin-top: -70px;
}

}


/* SP */
@media only screen and (max-width: 768px) {
.sp_none {
  display: none;
}

header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
}
#header_inner {
	height: 50px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.8);
}
#header_inner .logo {
	width: 300px;
	margin: 0 auto;
}
#header_inner .logo a {
	text-decoration: none;
	display: flex;
	justify-content: center;
}
#header_inner .logo img {
	width: 40px;
	height: 40px;
	margin: 5px 10px 0 0;
}
#header_inner .logo a h1 {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	color: #111;
	margin: 3px 0 0;
}
#header_inner .logo a h1 span {
	font-size: 12px;
	color: #111;
	display: block;
}
#mv {
	background-image: url("../image/mv.jpg");
	background-size: cover;
	height: 360px;
	margin: 50px 0 0;
}
/*
#mv {
	width: 100%;
	z-index: 100;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-height: 360px;
	height: 360px;
	margin-top: 50px;
}
*/
.contents-wrapper {
	max-width: 500px;
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 50px;
}
.main_ttl {
	font-size: 18px;
	font-weight: 700;
	color: #462d7d;
	margin: 0 10px 10px;
	text-align: center;
}
.about {
	border: solid 1px #462d7d;
	padding: 10px;
}
.about .txt {
	font-size: 15px;
	line-height: 1.8em;
}
.outline {
	margin: 0 auto 50px;
}
.outline dt {
	font-size: 15px;
	padding: 5px 10px;
	background-color: #EFEFEF;
}
.outline dd {
	font-size: 15px;
	padding: 5px 10px 20px;
}
.outline dd a {
	color: #462d7d;
}
.outline dd a:hover {
	text-decoration: none;
}
.outline dd .child {
	display: flex;
	flex-wrap: wrap;
	border: none;
}
.outline dd .child dt {
	width: 100%;
	padding: 3px 10px 3px 0;
	border: none;
	text-align: left;
	background: none;
	box-sizing: border-box;
}
.outline dd .child dd {
	width: 100%;
	padding: 0 10px;
	border: none;
	box-sizing: border-box;
}
.outline dd ul {
	list-style-type: circle;
}
.outline dd ul li {
	margin: 0 0 5px 1.3em;
}
.outline dd ul li a {
	color: #462d7d;
}
.outline dd ul li a:hover {
	text-decoration: none;
}

footer {
	background: #462d7d;
}
footer .copy {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding: 10px;
}

#pagetop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 6;
}
#pagetop img {
	width: 100%;
}

#anc_top {
	padding-top: 50px;
	margin-top: -50px;
}

}