@media screen and ( max-width:479px )
{

	

.slideshow {
  position: relative;
  width: 100vw;
  height: 50vh;
  overflow: hidden;
}
.slideshow .item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  background-size: cover;
  background-position: center,center;
background-attachment: fixed;
}
.in {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2; 
}
.out {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: 4s;
  transition: 4s;
  z-index: 1;
}
.wrap {
  position: relative;
}
.title {
  position: absolute;
  transform: translate(calc(50vw - 50%),calc(30vh - 50%));
  z-index: 10;
  color: rgba(102, 102, 102, 0.70);
	text-align: center;
}
	.title img {
		width : 70%;
	}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin : 0 auto;
	color: rgba(102, 102, 102, 0.70);
}
ul {
	list-style-type: none;
}

.main-contents {
	width : auto;
	margin: 0 auto;
}

/*------------ headerのところ ---------------*/

header {
	height: 100px;
	width: 100%;
	background-color: rgba(69,196,139,0.9);
	position: fixed;
	z-index: 10;
}
	.logo {
		text-align: center;
		margin-top: 10px;
	}
header .logo img {
	height : auto;
	width : 100px;
	margin-top: 5px;
}
.header-inner {
	width : auto;
	height: 100px;
	margin: 0 auto;
	position: relative;
}
header nav {
	position: absolute;
	margin-bottom: 10px;
	bottom: 0;
	right: 0;
	left: 0;
}
header nav ul {
	font-size: 0;
}
header nav ul li {
	display: inline-block;
	margin: 0 10px 5px 10px;
}
header nav ul li a {
	text-decoration: none;
	color: rgba(255,255,255,0.95);
	font-size: 40px;
}
header nav ul li a:hover {
	color: #F47942;
}
/*------------ mainのところ ---------------*/

main h1 {
	font-size: 20px;
	margin-top : 50px;
	padding : 0 20px;
	line-height: 1.6;
}

.main-text{
	font-size : 20px;
	margin-top: 50px;
	line-height: 2;

}
/*------------ mainのまんなかのところ ---------------*/

.main-contents {
	margin-top : 50px;
}

.main-contents ul {
	font-size: 0;
	width : 80%;
	margin: 0 auto;
}
.main-contents ul li {
	display: block;
	width : 100%;
	margin-bottom: 30px;
	position: relative;
}
.main-contents ul li img{
	width: 100%;
	opacity: 0.7;
}
.main-contents ul .finger img {
	opacity: 1;
}
.main-contents ul li p img{
	opacity: 1;
	font-weight: bold;
	color: #323741;
	position: absolute;
	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
	text-align: center;
	margin: auto auto;
	width :60%;
}
.main-contents ul li img:hover {
	opacity: 1;
}

/*-- main-contentsのしたらへん--*/
.new {
	margin-top : 50px;
}
.news {
	width : auto;
	border : 1px solid #45C48B;
	padding : 30px;
	margin-bottom: 50px;
}

.news h2 {
	font-size: 30px;
	margin-bottom: 30px;
	color: #45C48B;
}

.news time {
	background-color: rgba(69,196,139,1);
	color: #ffffff;
	padding : 5px;
}
.news ul li {
	line-height: 2;
	font-size: 18px;
	display: block;
	width : auto;
	border-bottom: 1px dotted rgba(69,196,139,1);
	margin-bottom: 30px;
}
	.creat {
	float: left;
	width : 41%;
	margin: 20px 20px 0 0;
}

	.main-text {
		font-size : 14px;
	}
.creat img {
	width : 100%;
	height : auto;
	margin-bottom: 10px;
}
.seisaku {
	overflow: hidden;
	width : 90%;
	margin : 0 auto;
}
.seisaku h2 {
	font-size: 30px;
	margin-bottom: 30px;
	color: #45C48B;
}
.seisaku p {
	margin-bottom: 30px;
	
}

/*-- linkbanner---らへん--*/

.link {
	float: none;
	padding-top : 20px;
}

.main-contents .link ul {
	font-size: 20px;
}

.main-contents .link ul li {
	display: block;
	margin-bottom: 20px;
	width : auto;
}
.main-contents .link img {
	opacity: 1;
	width: 100%;
}


.content {
	overflow: hidden;
}
/*-- footerらへん--*/
.twitter {
    width: 80%;
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
	float: none;
	margin-bottom: 50px;
	margin : 0 auto;
}
	.contact {
		box-shadow: 3px 3px 3px #cccccc;
	}
	.contact a{
		text-decoration: none;
		color: #fff;
	}
/*-- footerらへん--*/
footer nav {
	margin-top : 30px;
	padding-top: 30px;
}
	.footer-nav img {
		width : 50%;
	}
footer nav ul li {
	display: inline-block;
}
footer nav ul li a {
	color: #fff;
	padding : 0px 5px;
}
footer {
	margin-top : 30px;
	clear: both;
	background-color: #323741;
}

.footer-inner{
	width : auto;
	margin: 0 auto;
}
footer .copy {
	background-color: #45c48b;
	color: #323741;
	text-align: center;
	padding : 10px 0px;
}
.jouhou {
	float:none;
	width : auto;
	margin-bottom: 50px;
}
.footer-nav {
	text-align: center;
	margin: 50px 0;
}
	.jouhou figure {
		text-align: center;
	}
.jouhou img {
	width : 100%;
}
.map{
	float: none;
}
	.map iframe {
		width : 100%;
	}
.kukuru {
	clear: both;
	color: #fff;
	
	margin-top: 20px;
}
.deco {
	background-color: #ffd039;
	color: #323741;
	float: left;
	width : 100px;
	padding: 10px;
	text-align: center;
}
.copy {
	clear: both;
	width : 100%;
}
.deco_text {
	padding : 10px 0;
	text-align: center;
	border-bottom: dotted 1px #ffd039;
}


}
