@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Newさぎしま
Author: Fusako Suemoto
*/

/*----------------------------初期設定---------*/


body {
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", Arial, sans-serif;
	line-height: 1.5em;
	margin: 0;
	-webkit-text-size-adjust: 100%;
    background-color: #ffffff;
}

#wrap {
    margin: 0;
    width: 100%;
}

h1, h2, h3, h4, ul, ol, li, p, table, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
    font-size: 100%;
    line-height: 1.5em;
}

li {
	list-style-type: none;
}

img {
	display: block;
	width: 100%;
}

img a{
	border: none;
}

a:hover img {
	opacity: 0.5;
	background-color: #fff;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}



a:link {
    color: #339900;
}

a:visited {
    color: #e37252;
}

a:hover {
    color: #CDA826;
}


/*--------------------------エディター用---*/

/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { 
    float: right;
    margin: 0.5em 0 0.5em 0.5em;
}

.alignleft {
    float: left;
    margin: 0.5em 0.5em 0.5em 0;
}

 
/* clearfix */
 
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}



/*--------------------------トップへ戻るボタン---*/

#page-top{
    position:fixed;
    right:16px;
    bottom:16px;
    display: none;
}

#page-top a{
    color:#fff;
    padding:10px;
    text-decoration:none;
    display:block;
    cursor:pointer;
    text-align:center;
    background:#aaa;
    line-height:100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px; 
}

#page-top a:hover{
    background:#8b8b8b;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}



/*-------------------------- header　-----*/

header {
    margin-bottom: 1em;
}

header h1 {
	font-size: 36px;
	margin-bottom: 5px;
}

header h1:first-letter {
	font-size: 50px;
	color: #f69651;
}

header h1 span {
	margin-left: 0.5em;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bolder;
}



header p.des {
	font-size: 20px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000,
		     1px -1px 1px #000000,
		     -1px 1px 1px #000000,
		     -1px -1px 1px #000000;
}

header p.des span {
	padding-right: 2px;
	text-shadow: 1px 1px 1px #d24f44,
		     1px -1px 1px #d24f44,
		     -1px 1px 1px #d24f44,
		     -1px -1px 1px #d24f44;
}

header p.des a {
	text-shadow: none;
	color: #ffffff;
	text-decoration: none;
	margin-left: 10px;
	background-color: #f69561;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

header p.des a:hover {
	color: #f69561;
	background-color: #ffffff;
	border: 1px solid #f69561;
}



/* ------------------------------------  footer -----*/


footer {
    background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;
}

.copy {
}

footer p {
    text-align: center;
    padding: 2em;
    color: #fff;
}



/* --------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　　　　767px以下
-------------------------------------------------------- */

@media screen and (max-width : 767px){
    
body {
    font-size: 75%;
}

header h1 {
	font-size: 30px;
	margin-bottom: 5px;
}

header h1:first-letter {
	font-size: 50px;
	color: #f69651;
}

/* トグルボタン　*/


.btn {
    text-align: right;
    background-color: #66cc66;
}

#menubtn {
    margin: 0.5em;
	border: solid 1px #66cc66;  
	background-color: #66cc66;
	cursor: pointer;  
}

#menubtn:focus {
	outline: none;
}

#menubtn i {
	color: #ffffff;
	font-size: 18px;
}


/* ナビゲーションメニュー縦　*/
.menu {
	display: none;
}

.menu ul {
    text-align: center;
}


.menu li.current-menu-item {
}

.menu li {
    border-bottom: 1px solid #999999;
    background-color: #fff;
    padding: 0;
}

.menu a:link {
    text-decoration: none;
}

.menu li a {
	display: block;
	color: #66cc66;
    line-height: 3em;
}


.menu li a:hover {
    color: #ffffff;
    background-color: #F1E572;
}


/* -----------------------------  フッターメニュー　------*/


.footerMenu {
}

.footerMenu ul {
    text-align: center;
}

.footerMenu li.current-menu-item {
}

.footerMenu li {
    border-bottom: 1px solid #999999;
    padding: 0;
}

.footerMenu a:link {
    text-decoration: none;
}

.footerMenu li a {
	display: block;
	color: #000;
    line-height: 3em;
}


.footerMenu li a:hover {
    color: #ffffff;
    background-color: #333;
}









}




/* --------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　　　　768px以上
-------------------------------------------------------- */

@media screen and (min-width : 768px){

body {
    font-size: 87.5%;
}

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





/*---------------------------------------グローバルメニュー　*/

#wrap {
	position: relative;
}
 header {
	 margin-top: 40px;
 }
 
nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}


/* トグルボタン */
#menubtn	{display: none}

/* ナビゲーション */
#menu	{
	display: block !important
}


.menu {
    background-color: #425BA8; 
}

.menu ul {
    margin: 0;
	padding: 0;
	list-style: none;
	font-size: 120%;
	font-weight: bold;
    }

.menu li a {
    display: block;
	padding: 0.5em 1em 0.2em 1em;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #fff;
    }

.menu li a:hover	{
    background-color: #F1E572;
    color: #425BA8;
    }

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

.menu li	 {
    display: inline;
	width: auto;
    float: left;
}


/* -----------------------------  フッターメニュー　------*/

.footerMenu {
    margin: 3em;
    padding-top: 3em;
}

.footerMenu ul {
    margin: 0;
	padding: 0;
	list-style: none;
    border-left: solid 1px #000;
	font-size: 120%;
    }

.footerMenu li a {
    display: block;
	text-decoration: none;
    color: #000;
    }

.footerMenu li a:hover {
    color: #ff0000;
    }

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

.footerMenu li {
    display: inline;
    padding: 0 10px;
    border-right: solid 1px #000;
	width: auto;
    float: left;
}

.footerMenu li.borderTop {
    border-left: solid 1px #666;
}



}


/* --------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　　　　1024px以上
-------------------------------------------------------- */

@media screen and (min-width : 1024px){

 #wrap {
     width: 1024px;
     margin: 0 auto;
 }
  
nav {
	width: 1024px;
	margin: 0 auto;
	top: 0;
	left: inherit;	
}

  
footer p {
    text-align: right;
    padding: 2em 5em 2em 0;
    color: #fff;
}
 
}
