@charset "utf-8";
/* CSS Document */

/* Base & Layout
-------------------------------- */

html {
	width:100%;
	background:#fff;
	color:#444;
	font-size: 100%;
}

body {
	-webkit-text-size-adjust: 100%;
		font-family: 'Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	}

ul,li {
	list-style-type: none;
}

a, a:visited {
	color: #2E73CE;
	text-decoration: none;
	max-width: 100%;
}

a:hover{
	opacity: 0.8;
	text-decoration:underline;
}


img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	width: 100%;
}

img.logo {
	width: 90px;
	height: 53px;
}


/* Header
-------------------------------- */

header {
	border-top: 2px solid #222!important;
	background: linear-gradient(to bottom,#fff 96%,#e0e0e0 100%);
	width: 100%;
	padding: 20px 0 15px;
}

.header-area {
	max-width: 980px;
	margin: 0 auto;
}

.logo {
	display: inline-block;
}

header img {
	display: block;
	width: 90px;
	height: 53px;
}


/* Contents
-------------------------------- */

.mv {
	background: url(../img/mv.png) center 10% no-repeat;
	height: 320px;
	background-size:cover;
	display: flex;
	align-items: center;
}

.mv_inner{
	width: 980px;
	margin: 0 auto;
	padding-left: 20px;
	-moz-text-shadow: 0px 0px 19px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 0px 0px 19px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 0px 0px 19px rgba(0, 0, 0, 0.8);
	text-shadow: 0px 0px 19px rgba(0, 0, 0, 0.8);
}

.mv_inner em{
	color: #fff;
	letter-spacing: 0.2rem;
	font-size: 1.0rem;
}

h1{
	font-size: 2rem;
	letter-spacing: 0.2rem;
	color: #fff;
	margin-top: 12px;
}

h2{
	width: 50%;
	margin: 60px auto;
	text-align: center;
	font-size: 2rem;
	line-height: 2rem;
	position: relative;
	font-weight: normal;
	padding-bottom: 8px;
}

h2:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px;
	display: inline-block;
	width: 180px;
	height: 4px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #D2DC91;
}

h2 em{
	display: block;
	font-size: 0.75rem;
	font-weight: normal;
	letter-spacing: 0.7px;
}

h3{
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 40px;
	color: #222222;
}

h3 span{
	display:block;
	font-weight: normal;
	font-size: 1.0rem;
	margin-bottom:5px;
}

.main h2{
	padding-bottom: 4px;
}

.top_info{
	text-align:center;
}

.top_info h2{
	font-size: 1.0rem;
	margin: 0 auto 60px;
}

.top_info span{
	display: block;
	font-size: 2.0rem;
	position: relative;
	font-weight: normal;
	margin: 40px auto 0;
}

.top_info span.event_date{
	font-size: 1.0rem;
}


ul.event_photo{
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
}

ul.event_photo li{
	width: 300px;
}

.main{
	width: 980px;
	margin: 0 auto;
}

.main p, .about p, .company p{
	font-size: 1.0rem;
	margin: 40px 0;
	line-height: 1.5rem;
}

.main p{
	text-align: center;
	line-height: 2.0em;
}

.emphasis_txt{
	font-weight: bold;
	color: #222222;
	font-style: normal;
}

hr{
	border: none;
	border-top: 1px #E1DDDD solid;
}

.about{
	background-color: #FFFFFF;
	padding: 40px 0;
}

.about p{
	width: 980px;
	margin: 40px auto;
}

div.place_box{
	display: flex;
	justify-content: space-between;
}

div.place_box:after{
	content: none;
}

div.place_map{
	margin: 40px 0;
}

.company_inner{
	display: flex;
	justify-content: space-between;
	font-size: 1.0rem;
	width: 980px;
	margin: 40px auto;
}

.company_inner li{
	padding:0 16%;
}

.company_inner a{
	color: #555;
	text-decoration: none;
}

.company_inner a:hover{
	opacity: 0.8;
}

/* npo list
-------------------------------- */

.npo_list{
		background:#F1F4EF;
		padding: 60px 0;
		font-size: 15px;
		margin-top: 60px;
}

.npo_list h3{
	color: #64A208;
	font-size: 30px;
	font-weight: normal;
}

.npo_list span{
	display: block;
	padding-bottom: 6px;
}

.npo_list ul li{
	background: #FFF;
	width: 780px;
	margin: 0 auto 30px;
	border-radius: 10px;
	padding: 40px 30px 50px;
	box-shadow:0 2px 5px rgba(0,0,0,.10);
}

.npo_list ol li{
	background: none;
	box-shadow: none;
	padding: 0;
	list-style: decimal;
	margin: 0 0 0 20px;
}

.npo_list dl{
	display: flex;
	flex-wrap: wrap;
}

.npo_list dl dt{
		width: 32%;
		padding: 6px 0;
}

.npo_list dl dt:before{
	content: "・";
}

.npo_list dl dt:after{
	content: "：";
}

.npo_list dl dd{
	width: 60%;
	padding: 6px 0;
}

.npo_list p{
	margin-left: 5px;
}

.npo_name{
	color: #222222;
	font-size: 20px;
	font-weight: bold;
}

.maininfo{
	display: flex;
	align-items: center;
}
.maininfo img{
	width:164px;
	height:90px;
}

.maininfo p{
		line-height: 1.75em;
}

.npo_list hr{
	margin-top: 20px;
}


.npo_list p.npolist_title{
	font-weight: bold;
	margin: 20px 0 8px 0;
	padding: 0 0.5em;
	border-left: solid 4px #64A208;
	color: #64A208;
	font-size: 16px;
}


button#totop{
	position: fixed;
	width: 50px;
	right: 20px;
	bottom: 20px;
}

button#totop img{
	width: 100%;
}

#btn-backtotop{
		background-image: url(../img/btn_totop.png);
		width: 60px;
		height: 60px;
		display: block;
		background-size: cover;
		position: fixed;
		right: 20px;
		bottom: 30px;
}

/* Company
-------------------------------- */

.company{
	width: 980px;
	margin: 0 auto;
}

/* Footer
-------------------------------- */
footer {
	border-top: solid 1px #13131e;
	text-align: center;
}

footer {
	border-top: solid 1px #13131e;
	padding: 30px 0;
	text-align: center;
}

footer img {
	width: 90px;
	height: 53px;
}

footer p {
	font-size: 10px;
	color: #444444;
	text-align: center;
	padding-top: 6px;
}


/* clearfix
-------------------------------- */
.clearfix {
	zoom: 1; /* IE5.5-IE7 */
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

/* media Query
-------------------------------- */

@media screen and (max-width: 1024px) {

header {
  border-top: solid 4px #7dcccc;
  padding: 10px 15px 7px;
}

header img {
  width: 46px;
  height: 27px;
}

.mv {
  background: url(../img/mv.png) 90% 10% no-repeat;
  height:180px;
  background-size:cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1{
  font-size: 25px;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

h1.mv_inner{
  padding-left: 0;
}

h1.mv_inner img{
  max-height: 160px;
}

h3{
  margin: 0;
}

.spnone{
	display: none;
}
}

@media screen and (max-width: 800px) {

.top_info{
  margin: 40px auto 20px;
  text-align: center;
  line-height: 1.5rem;
  
}
.top_info h2{
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  font-style: normal;
  margin: 0 auto 40px;
}

.top_info span{
  display: block;
  font-size: 16pt;
  position: relative;
  font-weight: normal;
  padding-bottom: 8px;
  letter-spacing: 0.1rem;
}

.top_info span.event_date{
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
}

.main{
  width: 100%;
  padding: 0 20px;
}

h2{
  width: 100%;
  margin: 40px auto 60px;
  text-align: center;
  font-size: 16pt;
  position: relative;
  font-weight: normal;
  padding-bottom: 8px;
  letter-spacing: 0.1rem;
  line-height: 1.5rem;
}

h3{
  font-size: 1.14rem;
  text-align: center;
  font-weight: bold;
}

ul.event_photo{
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
}

ul.event_photo li{
  width: 31%;
}

.main p, .about p, .company p{
  margin: 25px 0;
}

div.place_box{
  display:block;
}

.about{
  width: 100%;
  padding: 20px;
}

.about p{
  width: 100%;
}

div.place_map{
  margin: 20px 0;
  text-align: center;
}

.company_inner{
  display: flex;
  justify-content: center;
  font-size: 1.0rem;
  width: 100%;
  margin: 40px auto;
}

.company_inner li{
  padding: 0 8%;
}


/* npo list
-------------------------------- */

.npo_list h3{
	font-size: 20px;
	margin: 10px 0 20px;
}

.lead br{
	display: none;
}

.npo_list{
	padding: 26px 0;
}

.npo_list ul li{
	width: 90%;
	padding: 30px 20px;
}

.npo_name{
	font-size: 16px;
}

.npo_list dl{
	display: block;
}

.npo_list dl dt,
.npo_list dl dd{
	width: 100%;
	padding: 0;
}
.npo_list dl dt{
	font-weight: bold;
	color: #222222;
}
.npo_list dl dd{
	padding: 0 0 15px 15px;
}

.npo_list dl dd:last-child{
	padding-bottom:0;
}


}


@media screen and (max-width: 320px) {

h1{
	font-size: 22px;
	letter-spacing: 2px;
}


h3 span{
	font-size: 0.9rem;
}

.company_inner li{
	padding:0 20px;
}

}



@media screen and (min-width: 801px){
.pcnone{
	display: none;
}
}