@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@media screen and (min-width: 1025px){
	
 /* Reset */

* {
	margin:0;
	padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
	vertical-align: bottom;
}

a img {
  border: none;
}


a:hover img {
opacity: 0.5;
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
 
a img {
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}

/* Setting */

html {
	height: 100%;
	font-size: 16px;
	line-height: 24px;
}
body {
	height: 100%;
	color: #333;
	background:#3bb779;
	font-family: 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
}


* html body { /* for IE6 */
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-size: small;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}
  

table {
  border-collapse: collapse;
}

legend {
  color: #333;
}


/* ---------------------------------------------------------------------
set
--------------------------------------------------------------------- */
a{
	color: #fff;
	text-decoration:underline;
}

a:hover{
	color: #f9f9f9;
	text-decoration:none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
	overflow: hidden;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.b{
	font-weight:bold;
}

.pink{
	color: #ff528b;
}


/* ---------------------------------------------------------------------
none
--------------------------------------------------------------------- */

.pc-none{
	display:none!important;
}


/* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */
#header{
	background: #834115;
	border-bottom: 3px solid #a3d6e2;
}

.area{
	margin: 0 auto;
	width: 1000px;
	padding: 10px 0;
}

.logo{
	float: left;
}

.logo img{
	width: 150px;
}

.btn{
	float: right;
}

.btn img{
	width: 150px;
}


#main{
	width:1000px;
	margin:10px auto 0;
}

/* ---------------------------------------------------------------------
wideslider
--------------------------------------------------------------------- */
.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 554px;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.wideslider ul li img {
    width: 100%;
    display: none;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {
	background: #fff url(../images/prev.png) no-repeat right 30px center;
}
.slider_next {
	background: #fff url(../images/next.png) no-repeat left 30px center;
} 
 
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}



 #txt-area{
	padding:10px;
	text-align:left;
	font-size: 14px;
}

 .txt-con{
	background:#fff;
	margin: 0 auto;
	padding:20px;
}

 .txt-con p{
 	margin-bottom: 20px;
 }

#title{
	padding:20px 0;
	background: #3bb779;
	text-align:center;
	font-size: 18px;
	color: #fff;
}

/* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */

#footer{
	padding:20px 0 0;
	background: #3bb779;
	text-align:center;
	font-size: 14px;
	color: #fff;
}

#footer ul{
	width: 800px;
	margin: 0px auto;
}

#footer li{
	float: left;
	width: 200px;

}


#footer a{
	display: block;
}

address {
	margin:0px auto;
	padding:20px 0;
}


}

