@font-face {
	font-family: "nscjr";
	src:url('../fonts/nscjr.woff');
	font-style: normal;
	font-weight: 500;
}

@font-face {
  font-family: "myFont";
  src: url("../fonts/flopdesign-kana.eot?") format('eot'),
       url("../fonts/flopdesign-kana.woff") format('woff'),
       url("../fonts/flopdesign-kana.otf")  format('opentype');
}
.myFont {
  font-family: "myFont";
}

body {

	font-family: "myFont","Hiragino Kaku Gothic Pro","Meiryo","MS PGothic","sans-serif";
	font-weight: 500;
	width: 100%;
	background: #fffcc9;
	color:#1f1f1f; 
}

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

header {
	width: 100%;
	max-width:960px;
	height: 108px;
	margin: 0 auto;
	padding: 20px 0;
    background: #fffcc9;
	position: relative;
}
h1 {
	max-width: 740px;
	width: 100%;

}
h1 img{
	width: 100%;
}

/*nav
-------------------------------*/

.hamburger {
	position: absolute;
	display: block;
	width: 64px;
	height: 66px;
	top: 25%;
	right: 16px;
	margin-top: -10px;
	z-index: 99999;
	transition: all .4s;
	box-sizing: border-box;	
	border: 2px solid #805700;
	border-radius:5px;
	padding: 9px;
}
 .hamburger button {
    display: block;
    background: none;
    border: none;
    padding: 0;
    width: 100%;
    color: #805700;
    letter-spacing: 0.1em;
    cursor: pointer;
    z-index: 1001;
    text-align: center;
    outline: none;
  }

  button span.bar {
    display: block;
    height: 4px;
    background-color: #805700;
    margin: 0 0 10px;
    transition: all 0.2s;
    transform-origin: 0 0;
  }
  button span.bar3 {
	  margin: 5px 0;
}

  button .close {
    letter-spacing: 0.01em;
    display: none;
  }
  button .menu {
    display: block;
  }
  /*  メニューアクティブ時  */
  button.active span.bar {
    width: 48px;
  }
  button.active .bar1 {
    transform: rotate(34deg);
  }
  button.active .bar2 {
    opacity: 0;
  }
  button.active .bar3 {
    transform: rotate(-35deg);

  }
  button.active .menu {
    display: none;
  }
  button.active .close {
    display: block;
  }
/*----------ナビゲーション----------*/
#navigation{
	position: fixed;
	display: none;
	width: 25%;
	height: 100vh;
	top: 0;
	right: 0;
	z-index: 99998;
	background-color: #CCE198;
}



#navigation .navigation_inner{
  display: table;
  width: 100%;
  height: 100%;
}
#navigation .navigation_inner .navigation_menu{
  display: table-cell;
  /*vertical-align: middle;*/
	position: relative;
    top: 20%;
}
#navigation .navigation_inner .navigation_menu .navigation_item{
  width: 100%;
  height: 68px;
}
#navigation .navigation_inner .navigation_menu .navigation_item:first-child{
  margin-top: 0;
}
#navigation .navigation_inner .navigation_menu .navigation_item a{
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 2.4rem;
  color: #333;
  line-height: 68px;
  text-align: center;
  border-top: 1px solid #fff;
}
#navigation .navigation_inner .navigation_menu .navigation_item:last-child{
  border-bottom: 1px solid #fff;
}
#navigation .navigation_inner .navigation_menu .navigation_item a:hover{
background: #fffcc9;

}
#switchBtnArea #switchBtn {
	top: 10px;
	right: 10px;
	width: 64px;
	height: 66px;
	display: block;
	position: absolute;
	z-index: 9998;
	border: 2px solid #805700;
	border-radius:5px;

}

/*mainImg
-------------------------------*/
.mainImg{
	width: 100%;
	max-width:960px;
	margin: 0 auto;	
}

.mainImg img{
	width: 100%;
}
/*contents
-------------------------------*/
#contents{
	width: 100%;
	max-width:960px;
	margin: 0 auto;
}
/*information
-------------------------------*/
.infoBox{
	text-align: center;
	margin: 20px auto;
}

.main{
	width: 100%;
	max-width:960px;
    margin: 0 auto 20px;
	padding: 20px 0;
}

/* ----------------------
          news
  ---------------------- */

.news {
    width: 49%;
    background: url(../img/index/newsBg.png) no-repeat;
    background-position: top left;
    margin: 0 auto;
	position: relative;
    border-right: 1px dashed #cacaca;
}

.news i{
	margin-top: 10px;
}
.newsInr{
	width: 100%;
    max-width: 340px;
    height: 150px;
    overflow: auto;
    padding: 0 10px 15px;
    position: absolute;
    top: 18px;
    left: 30px;
}

.newsInr a:hover {
	color: #805700;
}

.newsInr p{
	text-align: right;
}

.newsInr #pagination{
	display: none;
}
.news ul{
	border-bottom:1px dotted #BDBDBD;
	margin-bottom:10px;
	padding-bottom:10px;	
}

.newsInr .data {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.newsInr .set {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.newsInr .set li:first-child {
  margin-right: 5%;
  width: 15%;
}

.newsInr .set li:last-child {
  width: 80%;
}

.newsInr #pagination {
  margin-top: 50px;
}

.honbun{
	margin: 20px 0;
}
/* ページャー
---------------------------------------------------*/
#pagination {
  width: 100%;
    margin: 60px auto 20px;
}

#pagination ul {
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  justify-content: center;
}

#pagination ul li a {
  border: 1px solid #8b8b8b;
  padding: 6px 11px;
  margin-left: 5px;
  margin-right: 5px;
}

#pagination ul li.active a {
  background-color: #805700;
  color: #fff;
}

.more {
    position: absolute;
    top: 175px;
    left: 320px;
}
.more i{
	margin-right: 10px;
	
}
.link_back {
    text-align: center;
     margin: 100px auto 40px;
}
.link_back a {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 180px;
    margin: 0 auto;
    padding: 10px;
    background: #805700;
    color: #fff;
}
.link_back a:hover {
    background: #fff;
    color: #805700;
}
/*insta-access
------------------------- */

.info{
	width: 48%;
	background:url(../img/index/instaBg.png) no-repeat;
	background-size:contain;
	background-position:top right;
	height:200px;
	margin:0 auto;	
	position: relative;
}
.insta{
	position: absolute;
    top: 16px;
    left: 150px;
}
.insta a{
	color: #fff;
}
.insta-sp{
	display: none;	
	}	

.access {
    width: 100%;
    position: absolute;
    top: 110px;
    left: 10px;

}
.access ul{
    margin: auto;
    color: #fff;
}

.access h2{
	font-size:2.8rem;
    color: #fff;
}
.access i{
	margin-right: 10px;
}

.access ul li:nth-child(2) ul{
    height: 250px;
    font-size: 1.5rem;
    padding: 10px;
    background-color: rgba(255,255,255,0.2);
}

.access ul li:nth-child(2) ul li:first-child{
    font-size: 1.5rem;
}

.access dl{
	margin-bottom: 10px;
}
.access dd{
	margin-left: 1em;
}

/*page-top
------------------------- */
#pagetop_wrap{
	width:100%;
	height:138px;
	margin:0 auto;
}

#page-top{
	width: 100%;
	max-width:960px;
	text-align: right;
}

#page-top i{
	font-size: 2.8rem;
	color:#d89900;
}
#page-top a{
	color:#d89900;
}
  
/* footer
------------------------- */

.footer {
	width:100%;
	height:50px;
	background: #d1e5b0;
}

.footer_inr {
	width:100%;
	max-width:350px;
	margin:0 auto;
	height: 50px;
	padding: 10px 0;
}
.footer_inr img {
	vertical-align:middle;
}
.copy {
	width:100%;
	margin:0 auto;
	padding: 10px 0;
	font-size:1.3rem;
}

.copyright{
	text-align:center;
}

/*table
----------------------------------------*/

.table {
	width:100%;
	border: 1px solid #ddd;
	font-size:15px;
}

.table th {    
	width: 50%;
	background-color: #eee;
    border: 1px solid #ddd;
	padding:8px 10px;
	vertical-align:middle;
	text-align: center;
}

.table td {
	border:1px solid ;
	border-color:#ddd;	
	padding:8px 10px;
	vertical-align:middle;
 background-color: #FEFFEE;		
}

.table tr td:first-child { background-color: #FFFFFF;}
.table tr td:nth-of-type(3) { background-color: #FFFFFF;}

.table01 {
	width:100%;
	border: 1px solid #ddd;
	font-size:15px;
	margin-bottom: 20px;
}

/* 1列目*/  .table01 tr td { text-align: left; background-color: #FEFFEE; width:30%; }
/* 2列目*/  .table01 tr td:nth-of-type(2) { text-align: left; background-color: #FFFFFF; width:50%; }
/* 3列目*/  
.table01 tr td:nth-of-type(3) { text-align: right; background-color: #FFFFFF; width:25%; }
.table01 th {
    width: 20%;
	background-color: #eee;
    border: 1px solid #ddd;
	padding:8px 10px;
	vertical-align:middle;
}
.table01 td {
	border:1px solid ;
	border-color:#ddd;	
	padding:8px 10px;
	vertical-align:middle;
}

/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
h1 img {
    width: 80%;
}

/*contents
-------------------------------*/
.main{
    width: 100%;
    margin: 0;
    padding:0;	
}
		

/*news
------------------------- */

.news {
    width: 100%;
    height: 300px;
    margin: 0 auto 20px;
    padding: 20px 10px;
    overflow: hidden;
    background: #fff;
    border-right: none;
}
.news dt {
	margin-right: 20px;
	}
.newsInr{
	max-width: 100%;
	padding: 20px;
	height: 200px;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;

	}
.newsInr a {
	display: block;
}	
.more {
	width: 80%;
	text-align: center;
	top: 200px;
    right: 10px;
    left: 0;
	padding: 10px;
	margin: 10px auto;
	border: 1px solid #ccc;
}
	
.more a {
	display: block;
}	
/*info
------------------------- */
.info {
    width: 70%;  
	text-align: center;
	}
.insta {
    width: 49%;
    top: 10px;
    left: 150px;
    margin: 10px;
}
.insta-sp{
	display: none;	
	}	
.access {
    width: 100%;
    left: 0;
}


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

.footer {
width: 100%;
    padding: 0 0 10px 0;
    border: none;
    height: auto;
}

.footer_inr {
	width:100%;
	text-align:center;
	padding:0;
	height: auto;
}

.copy {
	width:100%;
	line-height:22px;
	margin:0 auto;
	font-size:1.1rem;
}


}
/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
h1 img{
	margin-left: 10px;
	width: 240px;
}
#navigation{
	position: fixed;
	display: none;
	width: 100%;
	height: 100vh;
	top: 0;
	right: 0;
	z-index: 99998;
	background-color: #CCE198;
}	
	
	
.info {
    width: 100%;
    margin: 0 auto;
	background: none;
}	
.news {
	width:100%;
    max-height: 250px;
    background: url(../img/index/newsBg.png) no-repeat;
	background-size:contain;
	margin:0 auto ;
	padding: 20px 20px 10px;
}
.news h2{
	color: #979797;
	font-size:2rem;
	writing-mode:none;	
}
.newsInr{
	max-width: 80%;
    background: #fff;
    padding: 20px;
    height: 120px;
    overflow: auto;
    position: absolute;
    top: 20px;
    left: 30px;
}
.news dl {
	margin-left: 20px;
}
.data p{
	width: 100px;
}
.more {
	width: 50%;
	line-height: 30px;
	text-align: center;
	top: 180px;
    right: 0;
    left: 0;
	padding: 0;
	margin: 10px auto;
	border: 1px solid #805700;
}
	
	.more a{
		color: #805700;
	}		
.access {
	padding: 20px;
}
	
.access ul li:nth-child(2) ul {
    height: auto;	
	
}
.insta {
	display: none;
	}
.insta-sp{
	display: inline;
	}
.insta-sp img{
		width: 100%;
	}
}
