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

body {
	background:#FFF;
	color:#333;
	font-size:16px;
	letter-spacing: 1px;
	line-height:1.5;
	font-family:"メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width:1000px;
}
a { text-decoration:none;color:#04A651;}
a:hover {text-decoration: underline;}

.wrap {
	width:1024px;
	margin:0 auto;
	position:relative;
}
.onlysp {display:none;}

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

header {
	width:100%;
    position:relative;
    /*border-top:#57B52F solid 10px;*/
    padding:0;
    background: #FFF;
}
h1 {
    width:100%;
    /*border-top: #C3D729 solid 4px;*/
    text-align: center;
}
h1 img {
    width:100%;
    max-width:700px;
    vertical-align: bottom;
}

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

footer {
	clear:both;
	position:relative;
	width: 100%;
	background: #fff;
    border-top:solid #8dc556 2px;
	margin:0 ;
	padding:40px 0 20px;
	color:#333;
	font-size:14px;
	text-align:center;
	z-index:100 !important;
}
footer img {
    width:60%;
	max-width:220px;
}
footer p {
	margin-top:30px;
	letter-spacing:1px;	
}

.sg img,.datelogo img {
    width:100%;
    vertical-align: bottom;
}

/*--------------------------------
            section
----------------------------------*/
section.sec01 {
	padding:80px 0 50px;
	background:#FBF7C1;
    border-bottom:solid 8px #C3D729;
}

section.sec02 {
    padding:80px 0 50px;
	background: #FFFFCC;
    border-bottom:solid 8px #C3D729;
}
section.sec03 {
    padding:80px 0;
	background: #FFF;
    border-bottom:solid 8px #04A651;
}
section.sec04 {
    background:#D3FEE7;
    padding:80px 0;
    border-bottom:solid 2px #C3D729;
}


/*--------------------------------
        h2 h3 h4 h5 h6
----------------------------------*/

h2 {
    width:75%;
    max-width:380px;
    margin:0 auto 50px;
}
h2 img {
    width:100%;
    vertical-align: bottom;
}
h3 {/*イベント2日間など*/
    text-align: center;
    letter-spacing: 2px;
    color:#FFF;
    padding:10px 0;

}
.bg_green { background: #58B530;font-size:26px;}
.bg_dg { background: #159538;font-size:20px;}
.bg_orange { background: #E95313;font-size:20px;}

h3 img {
    margin:0 30px;
    width:36px;
    vertical-align: bottom;
}
h3 span {
    font-size:75%;
}
h4 {/*●テキスト*/
    color:#186E37;
    font-size:20px;
    background: url("../img/icon_maru.png") no-repeat 0 4px ;
    padding-left:28px;
    margin:0 1% 15px;
}
h5 {/*イベント*/
    color:#E35700;
    border:solid 1px #E35700;
    border-left:solid 10px #E35700;
    border-bottom:solid 3px #E35700;
    padding:10px 10px 6px;
    font-size:20px;
    line-height:1.2;
    margin-bottom:20px;
    clear: both;
}
h5 span {
    font-size:75%;
}
h6 {
    margin:0 1% 10px;
}



.btn01 a {
	width:70%;
	max-width:400px;
	margin:20px auto ;
	text-align: center;
	background: #04A651;
    border-radius:5px;
	color:#FFF;
	padding:16px 0;
	font-size:18px;
	letter-spacing: 1px;
	display:block;
    box-shadow:3px 4px 0px #CCC;
}
.btn01 a:hover {
	background: #C3D729;
	color:#FFF;
    text-decoration: none;
}

.yellow {	color:#FDED43;}
.red {	color:#EB0326;}
.blue {	color:  #09F;}
.gold { color:#9C6A0E;}
.pink { color:#EB3269;}

/*テキスト装飾*/

.big {font-size:130%;}
.small80 {font-size:80%;}
.small90 {font-size:90%;}
.bold {	font-weight: 700;}

/*この頁のトップボタン*/

#page-top {
    position: fixed;
    bottom: 20px;
	right:5%;
}
#page-top a {
    background-color: #666666;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DDD));
    -webkit-border-radius: 25px;
    border-radius: 25px;
	color:#3296AB;
    padding: 8px 11px;
	text-align:center;
	display:block;
	text-decoration: none;
	z-index:0;
	opacity:0.7;
	filter:alpha(style=0, opacity=70);
}
#page-top a:hover {
    text-decoration: none;
	opacity:1.0;
	filter:alpha(style=0, opacity=100);
}

/*------------
    nav（閉じない）

nav {
	position: fixed;
	right:-200px;/*通常時は見えないように
	top:0;
	width:200px;
	-webkit-transition:.5s ease-in-out; /*transitionで動きを
    -moz-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
	z-index:100 !important ;
	background: #53B43D;
}
	
nav ul {
	margin:0;
	padding:40px 0 20px;
}
nav ul li {
	width:100%;
	margin:0 auto 20px;
	border:none;
	background-color: transparent;
	text-align:center;
	vertical-align:middle;
}

nav ul li a {
	display:block;
	width:100%;
	background-color:transparent;
    color:#FFF;
    font-weight:700;
    line-height:40px;
}
nav ul li a:hover {
    text-decoration: none;
    color: #F95786;
}
#navToggle div {
	position:relative;
    padding:23px 0;
	background-color:#53B43D;
	border-radius:0px;/*正方形
}
#navToggle span {
	display:block;
	position:absolute;
	width:50%;
	border-bottom:solid 3px #FFF;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#navToggle span:nth-child(1) {top:13px;left:12px;}
#navToggle span:nth-child(2) {top:22px;left:12px;}
#navToggle span:nth-child(3) {top:31px;left:12px;}


.openNav #navToggle span:nth-child(1){
	top:21px;
	-webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
    top: 21px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg);
}

.openNav nav {/*ヘッダーの高さで可変
    -moz-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
}

/*--------------------------------------
 ハンバーガーメニュー3本線　クリックで閉じる
----------------------------------------*/
.drawer__button {
    position: fixed;
    top:10px;
    right:10px;
    width:50px;
	height:50px;
    border-radius:25px;/*●*/
    background-color:#3296AB;/* #53B43D*/
    cursor:pointer;
    z-index:1000 !important ;
}
/* ハンバーガーボタン内の線 */
.drawer__button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 3px;
  background-color: #FFF;
  transform: translateX(-50%);
}
.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.5rem));
  transition: transform 0.3s ease;
}
.drawer__button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.5rem));
  transition: transform 0.3s ease;
}
/* 展開時のデザイン */
.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}
.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* ナビのデザイン */
.drawer__nav {
  position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 0;
  right: -200px;
  width: 200px;
  /*height: 100vh;*/
  background-color:#3296AB;/*#53B43D*/
  /*transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;*/
    font-weight:700;
    padding:20px 0 10px;
    z-index: 999 !important;
    -webkit-transition:.3s ease-in-out; /*transitionで動きを*/
    -moz-transition:.3s ease-in-out;
    transition:.3s ease-in-out;
}
.drawer__nav.active {/*ヘッダーの高さで可変*/
    -moz-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
}
/*.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}
.drawer__nav__inner {
  position: relative;
  width: 80%;
  height: 100%;
  background-color: white;
  padding: 4rem 1.5rem 1rem;
  margin: 0 0 0 auto;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}*/

.drawer__nav__link {
  display: block;
  color: #FFF;
  text-decoration: none;
  padding: 1rem 10%;
  /*border-bottom: solid 1px lightgray;*/
}
.drawer__nav a:hover {
    text-decoration: none;
    color: #F95786;
}


/*----ボタンロールオーバー----*/

a:hover .rollOver,
a:focus .rollOver,
a:active .rollOver {
	opacity:0.6;
	filter:alpha(style=0, opacity=70);
}

.clear {
	clear:both;
	height:0;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る　.でなくても良い */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {　/*IE7のため*/
  min-height: 1px;
}


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

body {
	min-width:100%;
	letter-spacing: 0;
    font-size:15px;
}

.wrap {
	width:96%;
    margin:0 auto;
}

footer p {
	margin-top:20px;
	letter-spacing:0px;	
}    
section.sec01 {
    padding:40px 0 0 ;
}
section.sec02 {
    padding:40px 0;
}
section.sec03 {
    padding:40px 0;
}
section.sec04 {
    padding:40px 0;
}

h2 {
    margin:0 auto 30px;
}
h3 {
    letter-spacing: 0px;
    line-height:1.1;
    padding:8px 0;
    margin:0 ;
}
.bg_green { font-size:20px;}
.bg_pink { font-size:16px;}
h3 img {
    margin:0 10px;
    width:16px;
    vertical-align: middle;
}
h4 {/*●テキスト*/
    font-size:16px;
    background: url("../img/icon_maru.png") no-repeat 0 4px ;
    background-size:16px auto;
    padding-left:20px;
    margin:0 1% 10px;
}
h5 {
    font-size:17px;
    padding:10px 10px 8px;
}
    
/*リンクボタン*/
.btn01 a {
	padding:12px 0;
	font-size:16px;
	letter-spacing: 0px;

}
	
/*テキスト装飾*/

.big {font-size:100%;}
	

/*この頁のトップボタン*/

#page-top {
	right:2%;
}
    

/*ハンバーガーメニュー3本線*/
.drawer__button {
    width:40px;
	height:40px;
}
.drawer__button > span {
  width: 1.2rem;
}
/* ナビのデザイン */
.drawer__nav {
  right: -150px;
  width: 150px;
}
.drawer__nav.active {/*ヘッダーの高さで可変*/
    -moz-transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
}

}

