@charset "UTF-8";

/* -----------------------------------
共通
-------------------------------------*/

html {
    font-size: 62.5%;
}

body {
    color: #333;
    background-color: #eafafa;
    line-height: 1.8;
    font-size: 14px;
    font-size: 1.4rem;
    /* =14px */
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", sans-serif;
}

 /*　リンク設定　*/
a
{
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #c00;
}

.clear {
    clear: both;
}

/*　TOPへ戻る　*/

#page-top {
	
	/* 17.10.21 add*/
    position: fixed; 
	z-index:9999;
	bottom:30px;
	right: 30px;
	display: none;
}

#page-top:hover{
	opacity: 0.7;
}

/*　clearfix　*/

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


/*　画面全体　*/

#wrap {
    overflow: hidden;
}


/* -----------------------------------
ヘッダー
-------------------------------------*/

#wrap {
    margin-top: 70px;
}

header {
 
        background-color: #66cc99;
}

#head-all {
    background-color: rgba(86, 174, 130, 0.7);
    box-shadow: 0 1px 5px #ccc;
    /* add */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index:99;
}


/*　ロゴ　
-------------*/

#head-in {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 10px;
    color: #1d5539;
    overflow: hidden;
}

/*#head-in h1 {
    width: 50px;
    height: 60px;
    float: left;
    background-color: #f5f5f5;
}*/

#head-in h1 {
    width: 215px;
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ＭＳ Ｐ明朝', 'MS PMincho', sans-serif;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    padding: 10px 0 0 5px;
    float: left;
}


/*　ナビ　
-------------*/

header nav {
    width: 600px;
    color: #1d5539;
    float: right;
}

header nav ul {
    margin: 0;
    padding: 15px 0 0 0;
    overflow: hidden;
    float: right;
}

header nav ul li {
    float: left;
}

header nav ul li:first-child,
header nav ul li:nth-child(2),
header nav ul li:nth-child(3),
header nav ul li:nth-child(4){
    width: 80px;
}

header nav ul li:nth-child(5),
header nav ul li:last-child {
    width: 120px;
}

header nav ul li a {
    display: block;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

header nav ul li a:hover {
    color: #fff;
    background-color: #57ae82;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#head-in h1{
	float:left;
}

#head-in h1 a{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#head-in h1 a:hover{
	opacity: .5;
}


/* ヘッダー固定用 */

/*.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
*/

/* -----------------------------------
フッター
-------------------------------------*/

footer {
    color: #fff;
    background: url(../img/town_03.png) repeat-x left top;
    padding-top: 120px;
}

.city_img {
    position: relative;
}

.city_img p {
    position: absolute;
    bottom: 1px;
    left: 50%;
}

.foot_in {
    width: 100%;
    background-color: #66cc99;
    padding: 25px 0;
}

.foot_in p {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
}

.foot_in p:first-child {
    font-weight: bold;
}


/*　ナビ　
-------------*/

.foot_in nav ul {
    margin: 0;
    padding: 25px 0;
    text-align: center;
}

.foot_in nav ul li {
    margin: 0;
    padding: 0 10px;
    border-right: 1px solid #fefefe;
    display: inline;
}

.foot_in nav ul li:last-child {
    border-right: 0;
}

.foot_in nav ul li a {
    color: #fff;
}

.foot_in nav ul li a:hover {
    color:#1d5539;
	transition:all 1.0s;
}


/*　コピー　
-------------*/

.copy {
    padding: 50px 0 30px 0;
    text-align: center;
}

/*　フォーム　
-------------*/


#form{
	width:100%;
	height:100px;
	padding: 15px 0;
	box-sizing: border-box;
    position:fixed;
    bottom:0;
    left:0;
    overflow:hidden;
	z-index: 999;
     }

a.hover_img{
    background-color:#FFFEA5;
    display:block;
	width:398px;
	height:68px;
	margin: 0 auto;
    }
a.hover_img img{
    transition:all 0.5s ease;
    }
a:hover.hover_img img{
    opacity: 0.7;
    filter: alpha(opacity=70);
    }

#form.static {
     position:static;
     }

.form_stop{
    padding:10px;
     }
	 
#form{
	width:100%;
	height:100px;
	padding: 15px 0;
	box-sizing: border-box;
	background-color:rgba(172,172,172,0.7);
	position:fixed;
	bottom:0;
	left:0;
	overflow:hidden;
	z-index: 999;
}
	 
	 
	 

	 
	 
	/*　フォーム　end　
-------------*/


/*下層ページ共通部分　ここまで　-------------------------*/


/* -----------------------------------
ここまで共通
-------------------------------------*/



#sample {
    width: 1000px;
    margin: 0 auto;
}


