@charset "UTF-8";
/* Body */
body {
	font-family: "Sawarabi Mincho",'Slabo 27px', serif;;
	background-color:#ffffff;
	/* box-shadow */


/* border-radius */
}
h1,h2,h3,h4,h5,h6,p,span {
	line-height: 2;
	letter-spacing: 0.1em;
	color: #4d4d4d;
}

a { color: #4d4d4d;
	text-decoration: none;
	transition: 0.3s;
}
a:hover{
	opacity: 0.6;
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
/*color*/
.pink{ color: #FF6161;}
.pink_bk{ background-color: #FF6161;}
.green{ color: #6DC4BC; background-color:#6DC4BC;}
.yellow{ color: #F6C300; background-color:#F6C300;}
.yellow_bk{ background-color:#F6C300;}
.contents_inner_width{
	width: 100%;
	max-width: 1200px;
}

/* Container */
.main_contents{
	width: 100%;
		background: #ffffff;
}
.container {
	width: 100%;
	/*max-width: 1200px;*/
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	box-shadow:0px 0px 15px 2px #efefef;
	-moz-box-shadow:0px 0px 15px 2px #efefef;
	-webkit-box-shadow:0px 0px 15px 2px #efefef;

}

/*コンテンツベース*/
.top_reset{
	top:0;
}
.top_reset2{
	top:0;
}
.com_inner_width{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	display: table;
}
/* Header */
header {
	position: relative;
	width: 100%;
	z-index: 9999!important;
	background-color: #fff;
}
header > h1{
	position: relative;
	font-size: 0.9rem;
	color: #fff;
	text-align: center;
	z-index: 2;
	background-color: #ff6161;
}
header > div{
	position: relative;
	width: 29%;
	left: 0;
	height: 150px;
	display: inline-block;
	vertical-align: top;
}
header > nav{
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border-bottom: 6px solid #ff6161;
}
header img{
	position: absolute;
	width: 55%;
	top:20%;
	left: 0;
	right: 0;
	margin: auto;
}
header.detsite > h1{
	background-color: #ff6161;
	height: 90px;
}
header.detsite > h1 img{
	width: 200px;
}
.rsp-h1{
	display: none;
}
/*スライドショウ*/
.maphight{
	position: relative;
	top:500px;
	padding-bottom: 500px !important;
}
.spE:hover{
	opacity: 1;

}
.spE{
	position: relative;
	overflow: hidden;
	height:540px;
	display: block;
	top:-150px;
}
@media all and (max-width: 768px) {
	header > h1{
		height: 130px;
	}
	.rsp-h1{
		display: block;
		width: 33%;
		position: relative;
		top:2%;
	}
	.fixUP {
    height: 400px!important;
	}
}
@media all and (max-width: 640px) {
	.maphight{
		position: relative;
		top:400px!important;
	}
	.spE{
		top:41px;
		margin-bottom: -250px;
	}
}
.spE img{
	position: absolute;
width: 100%;
height: auto;
-moz-transition: -moz-transform 0.2s linear;
-webkit-transition: -webkit-transform 0.2s linear;
-o-transition: -o-transform 0.2s linear;
-ms-transition: -ms-transform 0.2s linear;
transition: transform 0.2s linear;
}
.spE img:hover{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
/*スライドショウなしメイン画像*/
.intro {
	z-index: 0;
	top:0px;
}
.intro > ul{
}
.intro > ul > li{
}
.intro > ul > li:nth-child(1){
	width: 90%;
	padding: 0 5%;
	background-color: #F6C300;
}
.intro > ul > li:nth-child(2){
	width: 90%;
	padding: 0 5%;
	background-color: #4d4d4d;
}
.intro > ul > li > h2 {
	color: #FFFFFF;
	font-size: 1.8rem;
	width: 100%;
	text-align: center;
	padding: 1%;
}
.intro > ul > li > p {
	width: 100%;
	color: #fff;
	font-size: 1rem;
	line-height: 2;
	letter-spacing: 0.2em;
	width: 100%;
	text-align: center;
	padding: 1%;
}
.fixUP{
	overflow: hidden;
  width: 100%;
  height: 450px;
  position: relative;
}
.fixUP img{
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

/*スライドショウ*/
.topimages{
	position: relative;
	max-height: 900px;
}
.top_bg{
	min-height: 500px;
	position:relative;
	z-index: 1;
	top:-50px;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
/* map section */
.mapimg{
	position: relative;
	height: 400px;
	top:0px;
	background-image: url("../img/Message.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.mapimg li > div > img{
	max-width: 20px;
}
.mapimg > p{
	position: absolute;
left: 0;
top: 0;
width: 25%;
padding: 3%;
font-size: 0.9rem;
letter-spacing: 0.1rem;
color: #fff;
background: rgba(0,0,0,0.3);
bottom: 0;
right: 0;
margin: auto;
height: 153px;
}
.column {
	position: relative;
	background: #000000;
	opacity: 0.5;
	width: 30%;
	min-height:480px;
	padding: 1% 0;

}

/*記事Section */
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.gallery {
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

.permanent_colmun {
	position: relative;
	display: inline-block;
	width: 100%;
}
.permanent_colmun > iframe{
	position: relative;
	width: 100%;
	height:545px!important;
}
.topics {
	clear: both;
	position: relative;
	display: inline-block;
	width: 100%;
}

.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	opacity: 0.8;
}

.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #6DC7D0;
	color: #FFFFFF;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}



.highlight{
	background: #ff6161;
	font-size: 0.8rem;
	font-family: "Arial Black", Gadget, "sans-serif";
	padding: 2px 5px;
	margin: 0 3px;
	color: #ffffff;
}
.highlight:empty{
	display: none;
}

footer {
	position: relative;
	margin: 0 auto;
	background-color: #FF6161;
}

.position{
	position: relative;
	text-align: center;
	margin: auto;
}
.artbase{
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	margin: auto;
	padding-left:54%!important;
	padding-top:23%!important;
}
.toei{
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	margin: auto;
	padding-left:58%!important;
	padding-top:25%!important;
}
.no3storage{
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	margin: auto;
	padding-right: 78%!important;
	padding-top:12%!important;
}
.onomichiSta{
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	margin: auto;
	padding-right: 75%!important;
	padding-top:8%!important;
}
.css-fukidashi {
  padding: 0;
  margin: 0;
    }
.pin {
  width: 70px;
	height: 70px;
  position: relative;
  padding: 0;
	z-index: 1;
}
.fukidashi {
  opacity: 0;
  width: auto;
	max-width: 200px;
	padding: 0 3%;
	top:0px;
	text-align: center;
  position: relative;
	border: 1px solid #FF6161;
  border-radius: 100px;
  background: #fff;
  color: #FF6161;
	z-index: 2;

}
.pin:hover + .fukidashi {
  opacity: 1;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}

#ez-map{
	position:absolute;
	z-index: 1;
	top:167px;
	min-height:300px;
	min-width:340px;
	height: 500px;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
}
#ez-map .infoTitle{}
#ez-map .infoWebsite{}
#ez-map .infoEmail{}
#ez-map .infoTelephone{}
#ez-map .infoDescription{}

/*ニュース*/
.gallery > div{
	display: inline-block;
	vertical-align: top;
}
.gallery h3{
	width: 30%;
	text-align: center;
	font-size: 1.2rem;
	margin: 50px auto;
	padding: 20px;
	border-bottom: 1px solid #ff6161;
}
.gallery_rowimg{
	width: 100%!important;
}
.pp{
	width: 80%;
	padding: 5% 10%;
}
.news{
	/*margin: 3% 3% 3% 4%;*/
	width: 47%;
	padding-bottom: 75px;
}
.news > ul > li {
	line-height: 2;
	color: #4d4d4d;
	text-align: left;
	padding: 0 5%;
}
.news > ul > li > p > a > span{
	background-color: #FF6161;
	color: #fff;
	padding:0 1%;
	margin-left: 10px;
}
.news3_1{
	width: 65%;
	padding: 3%
}
.news3_1 h3{
	margin-bottom: 35px;
	width: 95%
}
.news3_1 li{
	padding-bottom: 15px;
	margin-bottom: 35px;
	border-bottom: 1px dashed #ff6161;
}
.news3_1 > p{
	margin-bottom: 50px;
}
.news3_1 h5{
	font-weight: 700;
	font-size: 1.1rem;
	padding-bottom: 2%;
	margin-bottom: 2%;
	border-bottom: 1px solid #efefef
}
.news3_1 span{
	margin-right: 15px;
	margin-bottom: 25px;
	display: block;
	font-size: 0.8rem;
}

.news3_1 img{
	width: 65%;
}
.news_headimage{
	margin-bottom: 50px;
}
.caption{
	display: block;
	font-size: 0.8rem;
}
.sidelist{
	margin: 2%!important;
	width: 20%;

}
.sidelist > ul > li{
	display:inline-block;
	vertical-align: top;
	width: 100%;
	padding: 3%;
}
.sidelist span{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.sidelist img{
	width: 96%;
}

.news > ul > li > P {
	padding: 10px 0;
	border-bottom: 1px dashed #ff6161;
}
.news > ul > li > a:last-child {
	padding: 10px 0;
	color:#ff6161!important;
	border-bottom: none;
	text-align: right;
}

.news > ul > li > P > span{
	display: table;
}
.picUP_news{
	width: 50%;
}
.picUP_news > ul > li{
	display:inline-block;
	vertical-align: top;
	width: 43%;
	padding: 0 3%;
}
.picUP_news span{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.picUP_news img{
	width: 100%;
}

/*トピック４*/
.topics4{
	position: relative;
	max-width: 1200px auto;
	margin: auto;
	display: inline-block;
	margin: 0;

}
.greenfield{
	margin: 0 8%!important;
}
.trim{
	overflow: hidden;
	width: 100%;/* トリミングしたい枠の幅 */
	height: 115px;/* トリミングしたい枠の高さ */
	position: relative;
	background-color: #4d4d4d;

}
.trim img{
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
	border-radius: 3px;
	box-shadow:0px 0px 1px #efefef;
	-moz-box-shadow:0px 0px 1px #efefef;
	-webkit-box-shadow:0px 0px 1px #efefef;
}
.topics4 hr{
	width: 50%;
	border: none;
	height: 1px;
}

.topics4 li{
	vertical-align: top;
	display: inline-block;
	width: 20%;
	padding: 2.1%;
}
.topics4 li > a{
	width: 100%;
}
.topics4 li > a > img{
	width: 100%;
	box-shadow: 0 0 10px 1px #efefef;
}
.topics4 h4{
	color: #4d4d4d;
	font-weight: 700;
	padding-top: 10px;
	text-align: center;
}
.topics4 p{
	text-align: left;
	font-size: 0.8rem;
	margin-bottom: 50px;
	letter-spacing: normal;
}

.glaybk{
	background-color: #efefef;
}
.glaybk2{
	background-color: #4d4d4d;
}
.glaybk2 > span{
	color: #fff;
}
/* npo section*/
section#npoHead{
	margin-top: -50px;
}
section#npoHead > h2{
	position: absolute;
  width: 200px;
  height: 140px;
  background-image: url(../img/npo_pickup.png);
	background-size: cover;
	margin: auto;
	color: #fff;
	text-align: center;
	padding: 80px 50px;
	transform: rotate(-8deg);
	margin: 15px 0 0 15px;
}
ul.timeline{
	margin-top: 25px;
}
ul.timeline > li{
	width: 22%;
	margin: 1%;
	display: inline-block;
}
ul.timeline > li > div.img_wrap{
	height: 166px;
}
ul.timeline > li > div.img_wrap > img{
	width:100%;
}
ul.timeline > li p{
	font-size: 0.8rem;
	margin: 0;
}
.txt_block{
	width: 80%;
	margin: auto;
	display: table;
	margin-top: 25px;
}
#npoArticle{
	margin-top: 75px;margin-bottom: 75px;
}

#npoArticle h2{
	width: 40%;
	text-align: center;
	font-size: 1.2rem;
	margin: auto;
	padding: 20px;
	border-bottom: 1px solid #ff6161;
}
#npoArticle h3{
	font-size: 1.2rem;
	padding: 10px;
	position: relative;
	top:25px;
	display: table;
	margin: auto;
	box-shadow: 0 0 2px 1px #d7d7d7;
	color: #ff6161;
}
ul.howlist{
	margin-top: 50px;
}
ul.howlist > li{
	width: 29%;
	margin: 1%;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 0 2px 1px #d7d7d7;
	border-radius: 2%;
	padding: 1%;
}
ul.howlist > li h4{
	font-size: 1.2rem;
	margin-bottom: 25px;
}
ul.howlist > li h4 > span{
	font-size: 1.5rem;
	margin-bottom: 25px;
	color: #ff6161;
}
#npoEnd h2{
	width: 40%;
	text-align: center;
	font-size: 1.2rem;
	margin: auto;
	padding: 20px;
	border-bottom: 1px solid #ff6161;
}
#document h2{
	width: 40%;
	text-align: center;
	font-size: 1.2rem;
	margin: auto;
	padding: 20px;
	border-bottom: 1px solid #ff6161;
}
#document ul > li{
	width: 20%;
	padding: 2%;
	vertical-align: top;
	display: table;
	margin: auto;
	text-align: center;
}
/* Small Tablets */
@media (max-width: 768px) {
/*スライドショウなしメイン画像*/
.com_inner_width{
	width:95%;
	max-width: 1100px;
	margin: 0 2%;
}
.intro h2 {
	font-size: 1.5rem;
}
.news > ul > li {
	font-size: 0.9rem;
}
.news3_1{
	width: 92%;
	padding: 3%
}

.news3_1 img{
	width: 100%;
}
.sidelist{
	margin: 0 4%;
	width: 20%;
}
.sidelist > ul > li{
	display:inline-block;
	vertical-align: top;
	width: 40%;
	padding: 3%;
}
.sidelist span{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.sidelist img{
	width: 100%;
}
/*トピック４*/
.topics{
}
.topics4{
	position: relative;
	max-width: auto;
	margin: auto;
	text-align: center;
	display: inline!important;
	margin: 0 2%;
}
.trim{
	max-height: 200px;
	width: 100%;
	overflow: hidden;
}
.topics4 hr{
	width: 50%;
	border: none;
	height: 1px;
}

.topics4 li{
	vertical-align: top;
	display: inline-block;
	width: 39%;
	padding: 2%;
}
.topics4 li > a > img {
  width: 50%;
}
.topics4 p{
	text-align: left;
	font-size: 1rem;
}

.logo {
width: 100%;
text-align: center;
margin-top: 13px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

.permanent_colmun {
	position: relative;
	display: inline-block;
	width: 100%;
}
.permanent_colmun > iframe{
	position: relative;
	width: 100%;
	height:1200px!important;
}
.topicsiflame{
position: relative;
width: 100%;
height:1250px;
margin-bottom: -200px;
}
.text_column {
width: 100%;
text-align: left;
padding: 0;
}

.column {
width: 100%;
margin-top: 0px;
}

.text_column {
padding-left: 20px;
padding-right: 20px;
width: 90%;
}
.column {
width: 100%!important;
min-height: 100%!important;
}
.profile {
width: 100%;
}
.intro .column p {
width: 90%;
text-align: center;
padding: 10%;
}
.topimages{
	max-height: 800px;
}
.mapimg{
height: 400px;
}
.mapimg > p{
	width: 40%;
	/*position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 35%;
	padding: 3%;
	margin: auto;
	height: 25%;
	font-size: 0.9rem;
	letter-spacing: 0.1rem;
	color: #fff;
	border-radius: 15px;
	background: rgba(0,0,0,0.3);*/
}
#ez-map{
position:absolute;
z-index: 1;
top:175px!important;
min-height:100px;
min-width:340px;
max-width: 1200px;
height: 500px;
width: 100%;
}

/*ニュース*/
.gallery > div{
display: inline-block;
vertical-align: top;
}
.pp{
	width: 90%;
	padding: 5%;
}
.news{
width: 94%!important;
padding-left: 3%;
}

.picUP_news{
width: 93%!important;
}

.text_column {
width: 100%;
}
.thumbnail {
width: 48%;
}
.text_column {
width: 90%;
margin: 0;
padding: 20px;
}
footer {
top:-15px;
}
}
/* Mobile */
@media (max-width: 640px) {
	p{
		font-size: 0.8rem;
	}

	/* Header */
	header {
		position: relative;
		width: 100%;
		z-index: 9999;
	}
	header > h1{
		height: 70px;
	}
	header img{
	width: 30%;
	}
	header > div{
		width:100%;
		height: 75px;

	}
	header > iframe{
		position: relative;
		width: 100%;
		left: 0;
		top:75px;
		z-index: 5;
		height: 250px;
	}
	header > hr{
		display: none;
	}
	.fixUP{
		height: 175px!important;
	}
	.fixUP img{
	}
	.intro ul > li{
	display: block;
	vertical-align: top;
	width:100%;
	padding: 0 5%;
	}
	.intro h2{
	padding: 5%;
	font-size: 1.5rem;
	color: #ffffff;
	}
	.intro p{
	/*background: #4d4d4d;*/
	color: #ffffff;
	font-size: 0.8rem;
	padding: 0 5% 5%;
	width:90%;
	}
	/* map section */
	.mapimg{
	height: 160px;
	}
	.mapimg li > div > img{
	max-width: 15px;
	}
	.mapimg > p{
	font-size: 0.75rem;
	width: 80%;
	height: 110px;
	padding-top: 5px;
	border-radius: 0px;
	z-index: 50;
	top: 0px;
	}
	.top_bg{
		min-height: 200px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;

	}
	.gallery h3{
	width:50%;
	text-align: center;
	margin: auto;
	border-bottom: 1px solid #ff6161;
	}
	.picUP_news > ul > li{
	display:inline-block;
	width: 85%;
	padding: 0 7%;
	}
	.news{
	width: 89%!important;
	}
	.news > ul > li {
	font-size: 0.9rem;
	}
	.news3_1{
	width: 90%;
	padding:0 5%

	}
	.sidelist{
	margin: 0 4%;
	width: 80%;
	}
	.sidelist > ul > li{
	display:inline-block;
	vertical-align: top;
	width: 80%;
	padding: 3%;
	}
	.sidelist span{
	display: inline-block;
	width: 100%;
	text-align: center;
	}
	.sidelist img{
	width: 100%;
	}
	/*トピック４*/
	.topics4{
	position: relative;
	max-width: auto;
	margin: auto;
	text-align: center;
	display: inline!important;
	margin: 2%;
	}
	.trim{
	max-height: 200px;
	width: 100%;
	overflow: hidden;
	}
	.topics4 hr{
	width: 50%;
	border: none;
	height: 1px;
	}
	.topics4 ul{
	margin-top: 25px;
	}
	.topics4 li{
	vertical-align:top;
	display: inline-block;
	width: 80%;
	padding: 0 10%;
	}
	.topics4 li > a > img {
    width: 45%;
	}
	.topics4 p{
	text-align: left;
	font-size: 0.8rem;
	}
	.top_reset2{
	margin-top: 150px;
	}
	.gallery {
	clear: both;
	position: relative;
	top:0px;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	padding: 0;
	margin: 50px 0 0;
	}
	.topics {
	clear: both;
	position: relative;
	top:0px;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	}
	.topicsiflame{
	position: relative;
	width: 100%;
	height:1700px;
	margin: 0;
	}
	.permanent_colmun {
		position: relative;
		display: inline-block;
		width: 100%;
	}
	.permanent_colmun > iframe{
		position: relative;
		width: 100%;
		height:1800px!important;
	}
	.text_column {
	width: 100%;
	padding: 0;
	}

	.text_column {
	padding-left: 20px;
	}

	.column {
	width: 100%!important;
	margin-top: 220px!important;
	padding: 0%!important;
	min-height: 390px!important;
	}
	.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
	}
	#ez-map{
	position:absolute;
	z-index: 1;
	top:190px!important;
	height:450px!important;
	min-width:340px!important;
	width: 100%;
	}
	/*ニュース*/
	.gallery > div{
	display: inline-block;
	vertical-align: top;
	}
	.picUP_news{
	width: 93%!important;
	}
	footer {
	top:-5px;
	}
	/* npo section*/
	ul.timeline > li{
		width: 98%;
		margin: 1%;
		display: inline-block;
	}
	ul.timeline > li > div.img_wrap{
		height: auto;
	}
	ul.timeline > li > div.img_wrap > img{
		width:100%;
	}
	ul.timeline > li p{
		font-size: 0.8rem;
		margin: 0;
	}
	.txt_block{
		width: 98%;
	}
	#npoArticle h2{
		width: 80%;
	}
	ul.howlist > li{
		width: 98%;
	}
	ul.howlist > li h4 > span{
		font-size: 1.5rem;
		margin-bottom: 25px;
		color: #ff6161;
	}
	#npoEnd h2{
		width: 80%;
	}
	#document h2{
		width: 80%;
	}
	#document ul > li{
		width: 98%;
	}
}
