@charset "utf-8";
/* CSS Document */
body{
    font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#fff;
    margin: 0px;
    color: #333;
    font-size: 100%;
}
strong{
    color:red;
}
.redline{
    border-bottom:3px dotted #F05C5F;   
}
.red{
     color:red;
}
.arrow i{
    font-size:3rem;
    color:#2A8B3A;
    padding:0;
    margin:0;
}
.wf-notosansjapanese { 
	padding: 5px 0;
	font-family: "Noto Sans JP";
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	font-size: 160%;
}
.wf-notosansjapanese-green { 
	padding: 5px 0;
	font-family: "Noto Sans JP";
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	font-size: 150%;
	color:#8ABE1E;
}
.wf-notosansjapanese-green2 { 
	margin:0;
	padding:  0;
	font-family: "Noto Sans JP";
	font-weight: bold;
	text-align: center;
	font-size: 500%;
	color:#8ABE1E;
	float:left;
}

.wf-notosansjapanese-red{
		padding: 5px 0;
	font-family: "Noto Sans JP";
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	font-size: 100%;
	color:#f90539;

}

/***共通：headerの設定*****/
/*共通：ロゴの設定*/
h1 a {
  	display:block;
  	width:203px;
	height:62px;
	background-image:url("../images/logo.jpg");
	background-repeat:no-repeat;
	margin: 0 0 0 30px;
	}
h1 span {
  	display:none;
}
#header {
	width: 100%;
	/*height: auto;*/
	padding: 0 0 0 30px;
}
/**共通：header内メニュー**/
#headnavi ul{
	height:auto;
	margin: 0;
	padding: 0;
	list-style: none;}
#headnavi  li a{
	padding: 5px 20px;
	color: #000;
	font-size:100%;
	font-weight:  bold;
	text-decoration: none;
}
#headnavi li a:hover{
	background: linear-gradient(#FDFDFD, #4F9D28);
	text-decoration: none;
	color: #fff;
}
#headnavi ul:after{
	content:"";
	display:block;
	clear:both;
}
#headnavi li{
	float:left;
	width: auto;
}
#headnaviback{
	background: linear-gradient(#FDFDFD, #ECECFB);
	padding-bottom: 3px;
	border-bottom: solid 2px #4F9D28;
}/*headerのバックグラウンド処理*/

/**footerの設定**/
#footbox{
	color: #666;
	background: linear-gradient(#FDFDFD, #ECECFB);
}
#footer:after{
	content: "";
	display: block;
	clear:both;
}
#footer dl{
	display: block;
	padding: 5px;
	margin: 0;
	width: 30%;
	float:left;
}
#footer dl dt{
	color:#4F9D28;
	width:100%;
	height: auto;
	font: small bold;
}
#footer dl dd{
	width: 100%;
	font: small bold;
	margin: 0;
}
#footer i{
	padding-right: 0.5em;
}
#footer a{
	color: #666;
	text-decoration: none;
	margin-left: 1em;
}
#footer a:hover{
	color: #3A831E;
	text-decoration: underline;
}
#copyright{
	display: block;
	max-width:100%;
	margin: 0 auto;
	padding: 5px;
	background-color: #ECECFB;
	border-top: solid 2px #999;
}
#copyright p{
	text-align: center;
	font-size: small;
}

/**indexのみ*********************************************/
/*topページ動く動画の設定　.rslider*/
#img_main{
	display: block;
	width: 100%;
	height: auto;
	margin: 10px 0 10px;
	clear: both;
	}
.rslides {
  	position: relative;
  	list-style: none;
  	overflow: hidden;
	width:100%;
  	padding: 0;
  	margin: 0;
  }
.rslides li {
	position: absolute;
	display: none;
	width:100%;
	left: 0;
	top: 0;
	margin: 0px;
	padding: 0px;
  }
.rslides li:first-child {
	position: relative;
  	display: block;
  	float: left;
  }
.rslides img {
  	display: block;
  	height: auto;
  	float: left;
	width:100%;
  	border: 0;
  }
/*\/\/\/\/\/\/\/\/\/\/\/
index.html指定	
/\/\/\/\/\/\/\/\/\/\/\*/
/**メインコンテンツ**/
#container{
	width:100%;
	height:auto;
	padding:10px 0;
	margin-bottom: 50px;
}

/**#mainboxと#sidemenu構造**/
#container:after{
	content:"";
	display: block;
	clear: both;
}
/**index用**/
#topmainbox{
	display:block;
	float: left;
	/*width:69%;*/
	width:100%;
}
#topsmenu{
	display:block;
	float: left;
	/*width:29%;*/
	width:100%;
	margin-top:1rem;
}
/**#topmainbox & #topsmenuの横の間隔-構造**/
#topmainbox{
	padding-right: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;		
	}

/*indexサイドメニュー*/
/***index用　サイドメニュー****/
#topsmenu{
	display:block;
	float: left;
	width:100%;	
	font-size:120%;
}
#topsmenu ul{
	height:auto;
	padding: 0px;
	margin:0;
	list-style-type: none;	
}
#topsmenu li{
	width:48%;
	height:auto;
	margin-right:2%;
	margin-bottom: 0.5rem;
	float:left;
}
.marukon{
	text-align: center;
	margin-left: 25%;
}
/*\/\/\/\/\/\/\/\/\/\/\/
index.html以外のページ指定	
/\/\/\/\/\/\/\/\/\/\/\*/
#mainbox{
	display:block;
	float: left;
	width:100%;
}
/**#mainbox & #sidemenuの横の間隔-構造**/
#mainbox{
	padding-right: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;		
	}
/*tableレイアウト違い用*/
#mainbox2{
	display:block;
	float: left;
	width:100%;
}
/**#mainbox & #sidemenuの横の間隔-構造**/
#mainbox2{
	padding-right: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;		
	}

/***下層ページ用　サイドメニュー****/
#sidemenu{
	display:block;
	float: left;
	width:100%;	
	margin-top:1rem;
}
#sidemenu:after{
	content:"";
	display: block;
	clear:both;
}
#sidemenu ul{
	height:auto;
	padding: 0px;
	margin:0;
	list-style-type: none;	
}
#sidemenu li{
	width:48%;
	float:left;
	height:auto;
	margin:0 1% 1% 0;
}
/***お知らせ設定***/
#top_news{
	overflow-y: scroll;
	height: 270px;
	width: 100%;
	float: left;
	font-size: 100%;
	border: solid 1px #ccc;
	color: #333;
	}
#top_news ul{
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 10px 15px 10px 10px;
}
#top_news li{
	margin:0 0 10 0;
	padding-bottom: 2px;
	border-bottom: dotted 2px #ccc;
	line-height: 1.5em;
}
#top_news .time{
	display: block;
}
#top_news a{
	font-size:14px;
	color:#999;
	text-decoration: none;
}
#top_news a:hover{
	font-size:14px;
	color:#3A831E;
	text-decoration: underline;	
}
/*mainbox内のタイトル（緑）*/
#topmainbox h2{
	display: block;
	background-color:#8ABE1E;
	font-size: 125%;
	font-weight: bold;
	color: #FFF;
	height: auto;
	width: auto;
	margin: 0;
	padding: 3px 0 3px 10px;
	clear:both;}


/*mainbox内のタイトル（グレー）*/
#topmainbox h3{
	display: block;
	font-size: 110%;
	font-weight: bold;
	color: #999;
	background-color:#E5E5E5;
	border-bottom: solid 1px #ccc;
	height: auto;
	width: auto;
	margin: 5px 0 ;
	padding: 1px 0 1px 10px;
	clear:both;}
/*shopbox内の表示設定*/
.shopbox{
	display: block;	
	width:100%;	
	height:auto;
	margin-bottm:10px;
}
.shopbox:after{
	content:"";
	display: block;
}
.shop1{
	display: block;
	margin: 0 3px 3px 0;
	width:100%;
	float:left;
	clear:both;
}
.shop2{
	display: block;
	margin: 0 0.5% 0 0;
	width:49.5%;
	float:left;
}
.shop3{
	display: block;
	margin: 0 0 0 0.5%;
	width:49.5%;
	float:left;
}
/*お知らせ内のアイコン*/
.minikon{
	background-image: url(../images/mini_kon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 68px;
	clear: both;
	float: left;
	margin-right: 1em;
}
.miniichi{
	background-image: url(../images/mini_ichi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 68px;
	clear: both;
	float: left;
	margin-right: 1em;
}
.minikami{
	background-image: url("../images/mini_kami.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 68px;
	clear: both;
	float: left;
	margin-right: 1em;
}
.miniyururi{
	background-image: url(../images/mini_yururi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 68px;
	clear: both;
	float: left;
	margin-right: 1em;
}
.minigame{
	background-image: url(../images/mini_game.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 68px;
	clear: both;
	float: left;
	margin-right: 1em;
}
.minitoyduck{
	background-image: url(../images/mini_toyduck.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 68px;
	clear: both;
	float: left;
	margin-right: 1em;
}
.minitanakara{
	background-image: url(../images/mini_tanakara.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 68px;
	clear: both;
	float: left;
	margin-right: 1em;
}
.minimisokon{
    background-image: url(../images/mini_misokon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 20px;
    width: 68px;
    clear: both;
    float: left;
    margin-right: 1em;
}
.minigreen{
    background-image: url(../images/mini_green.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 20px;
    width: 68px;
    clear: both;
    float: left;
    margin-right: 1em;
}/*######600以下#######*/





@media screen and (min-width:768px) {
	/*@media(max-width:600px)?*/
    /*　画面サイズが768pxまではここを読み込む　*/
/*headerメニュー*/
body{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 90%;
}

#headnavi  li a{
	padding: 10px;
	color: #000;
	font-size:100%;
	font-weight:  bold;
	text-decoration: none;
}
/*mainbox内のタイトル（緑）*/
#topmainbox h2{
	display: block;
	background-color:#8ABE1E;
	font-size: 90%;
	font-weight: bold;
	color: #FFF;
	height: auto;
	width: auto;
	margin: 0;
	padding: 3px 0 3px 10px;
	clear:both;}

/*\/\/\/\/\/\/\/\/\/\/\/
index.html指定	
/\/\/\/\/\/\/\/\/\/\/\*/

/*mainbox内のタイトル（グレー）*/
#topmainbox h3{
	display: block;
	font-size: 95%;
	font-weight: bold;
	color: #999;
	background-color:#E5E5E5;
	border-bottom: solid 1px #ccc;
	height: auto;
	width: auto;
	margin: 5px 0 ;
	padding: 1px 0 1px 10px;
	clear:both;}
.wf-notosansjapanese { 
	padding: 5px 0;
	font-family: "Noto Sans JP";
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	font-size: 110%;
}
.wf-notosansjapanese-green { 
	padding: 5px 0;
	font-family: "Noto Sans JP";
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	font-size: 110%;
	color:#8ABE1E;
}
.wf-notosansjapanese-green2 { 
	margin:0;
	padding:  0;
	font-family: "Noto Sans JP";
	font-weight: bold;
	text-align: center;
	font-size: 200%;
	color:#8ABE1E;
	float:left;
}

.wf-notosansjapanese-red{
		padding: 5px 0;
	font-family: "Noto Sans JP";
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	font-size: 90%;
	color:#f90539;

}
}
@media screen and (min-width:992px) {
	/*　画面サイズが767pxまではここを読み込む*/
	/*@media(min-width:1000px)?*/
		
/*全体の横幅を固定*/
	#topmainbox{
	display:block;
	float: left;
	width:69%;
}
#topsmenu{
	display:block;
	float: left;
	width:29%;
}
#topsmenu{
	display:block;
	float: left;
	/*width:29%;*/
	width:100%;
}
/**#topmainbox & #topsmenuの横の間隔-構造**/
#topmainbox{
	padding-right: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;		
	}

/*indexサイドメニュー*/
/***index用　サイドメニュー****/
#topsmenu{
	display:block;
	float: left;
	width:29%;	
	font-size:120%;
}
#topsmenu:after{
	content:"";
	display: block;
	clear:both;
}
#topsmenu ul{
	height:auto;
	padding: 0px;
	margin:0;
	list-style-type: none;	
}
#topsmenu li{
	width:100%;
	height:auto;
	margin-bottom: 3px;
}
.marukon{
	text-align: center;
	margin-top: 30px;
}
/*\/\/\/\/\/\/\/\/\/\/\/
index.html以外のページ指定	
/\/\/\/\/\/\/\/\/\/\/\*/
#mainbox{
	display:block;
	float: left;
	width:74%;
}
/**#mainbox & #sidemenuの横の間隔-構造**/
#mainbox{
	padding-right: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;		
	}
/*tableレイアウト違い用*/
#mainbox2{
	display:block;
	float: left;
	width:74%;
}
/**#mainbox & #sidemenuの横の間隔-構造**/
#mainbox2{
	padding-right: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;		
	}

/***下層ページ用　サイドメニュー****/
#sidemenu{
	display:block;
	float: left;
	width:24%;
	margin-top: 0;
}
#sidemenu:after{
	content:"";
	display: block;
	clear:both;
}
#sidemenu ul{
	height:auto;
	padding: 0px;
	margin:0;
	list-style-type: none;	
}
#sidemenu li{
	width:100%;
	height:auto;
	margin-bottom: 3px;
}	
	#headnavi, #panmenu,#header, #img_main, #container, #footer {
		width: 990px;
		margin-left: auto;
		margin-right:auto;
	}
}
@media screen and (min-width:1200px) {
	/*　画面サイズが767pxまではここを読み込む*/
	/*@media(min-width:1000px)?*/
	#headnavi, #panmenu,#header, #img_main, #container, #footer {
		width: 1200px;
		margin-left: auto;
		margin-right:auto;
	}
}








