@charset "utf-8";

/* =============== 初期設定 =============== */

*{
	margin: 0px;
	padding: 0px;

	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

a img: hover{border:none;}

/* ============= ページレイアウト ============= */

/*----------------- body レイアウト------------------*/

	body{	
	width: 100%;	
	-webkit-text-size-adjust: 100%;	
	}


@media only screen and (min-width:801px) {/*大画面*/
	body{	

		
		padding: 0px 0px;
		margin: 0px auto;
	}

}

@media only screen and (min-width:651px) {/*中画面*/

	body{	
	
		padding: 0px 0px;		
		margin: 0px auto;
	}

}

@media only screen and (max-width:650px) {/*小画面*/

body{
	margin: 0px auto;
	padding: 0px;


		}
	}
	




/*----------------- header レイアウト------------------*/

@media only screen and (min-width:801px)  {/*大画面*/


header{
	display: none;	
}
	}
	
@media only screen and (min-width:651px) {/*中画面*/


header{
	display: none;	
}
	}
	
@media only screen and (max-width:650px) {/*小画面*/


header{
	position: fixed;
	width: 100%;
	height:80px;
	margin-top: 0;
	background-color:#fff;
	z-index: 140;

}

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

	}		

/*----------------- main side レイアウト------------------*/


#container {
	width: 100%;
	/*text-align: center;*/
}




@media only screen and (min-width:801px)  {/*大画面*/

	#all{
	width: 100%;
	margin-top: 0;
	overflow: hidden;
	}
	
	#side {
  margin: 0;
  position: fixed;
  right: auto;
  top: 0;
  height: 100%;
  width: 301px;
  background: #000;
  /*--border-right: 1px solid #e6e6e6;--*/
  z-index: 140;
	}

	
	#main{
  margin-left: 300px;
  padding-top: 40px;
  height: 100%;
  width:auto;
  background: #ffffff;
  z-index: 120;
	}
	

	
	#all:after{
	display: table;
	content: "";
	clear: both;
}

	
}


@media only screen and (max-width:800px) {/*中画面*/




	#all{
	width: 100%;
	top: 0;
	overflow: hidden;
	}
	
	#side {
  margin: 0;
  position: fixed;
  right: auto;
  top: 0;
  height: 100%;
  width: 201px;
  background: #000;
  /*border-right: 1px solid #e6e6e6;*/
  z-index: 140;
	}

	
	#main{
  float:right;
  margin-left: 200px;
  top: 0;
  height: 100%;
  width:auto;
  background: #ffffff;
  z-index: 120;

	}
	
}

@media only screen and (max-width:700px)  {/*中画面*/



	#all{
	width: 100%;
	top: 0;
	overflow: hidden;
	}
	
	#side {
  margin: 0;
  position: fixed;
  right: auto;
  top: 0;
  height: 100%;
  width: 201px;
  background: #000;
  /*border-right: 1px solid #e6e6e6;*/
  z-index: 130;
	}

	
	#main{
  float:right;
  margin-left: 200px;
  top: 0;
  height: 100%;
  width:auto;
  background: #ffffff;
  z-index: 120;

	}

}	
	


@media only screen and (max-width:650px) {/*小画面*/



	#main{
		display:block;
		width: 100%;
	    border-top: solid 1px #e8e8e8;
	    padding-top: 80px;		
		/*margin-right: -15px;*/
		z-index: 120;

	}


	#side {
	display: none;

	}
	

	#sidebar-1{		
	display: none;

}	
	
	#sidebar-2{
	display: none;

}

}



aside:after{
	display: table;
	content: "";
	clear: both;
}

#wrapper {
	width: 100%;
	text-align: left;
	background: #fff;
	position: relative;
	z-index: 110;
}


/****************************************
.ヘッダー ドロワーメニュー (script.jp menu-toggle.jp)
****************************************/

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


header {
	background-color: #fff;
}
header .headerTop{
	padding:10px 10px 10px 20px;
}
header .siteTitle a{
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.navDrawr>ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.navDrawr>ul>li {
	float: left;
	width: 25%;
	position: relative;
}
.navDrawr a {
	display: block;
	color: #6c6860;/*文字*/
	text-decoration: none;
	background: #b9a000;/*メニュー背景*/
	padding: 10px;
}
.navDrawr .sub li:last-child a {
	border: none;
}
.navDrawr>ul>li>a {
	border-right: 1px solid #c4a900;/*ボーダー*/
	text-align: center;
}
.navDrawr>ul>li>a:hover {
	background: #c4a900;/*ホバー時*/
	color: #fff;/*文字ホバー*/
}
.navDrawr .sub {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9999;
}
.navDrawr .sub a {
	background: #c4bc34;/*メニュー背景 サブ*/
	border-bottom: 1px solid #c4a934;/*ボーダー*/
	padding: 10px 10px 10px 20px;
}
.navDrawr .sub a:hover {
	background: #c4a934;/*ホバー時*/
	color: #fff;/*文字ホバー*/
}
/*
#contents{
	padding-top:20px;
}*/

@media only screen and (max-width: 650px) {
	#wrapper{
		overflow:hidden;
	}
	.navDrawr {
		background-color: #fff;
		position: fixed;
		width: 270px;
		top: 60px;
		bottom: 0;
		right: -270px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	body.menuOpen #wrapper{
		padding-top:60px;
	}
	.overlay {
		display: none;
		background-color: rgba(0,0,0,0.49);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	header {
		position:relative;
		height: 60px;
		padding:0;
	}
	body.menuOpen header{
		position: fixed;
		top:0;
		width: 100%;
	}
	header .headerTop{
		padding:inherit;
	}
	header .siteTitle a{
		margin-left: 20px;
		line-height: 60px;
	}
	.navDrawrBtn {
		text-align: right;
	}
	.navDrawrBtn span {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		display: block;
		width: 60px;
		height: 60px;
		cursor: pointer;
	}
	.navDrawrBtn span::before {
		font-family: FontAwesome;
		content: "\f0c9";
		font-size: 24px;
		color: #6c6860;/*ナビボタン 色*/
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
		line-height: 60px;
	}
	body.menuOpen .navDrawrBtn span::before {
		content: "\f00d";
	}
	.navDrawr a {
		position: relative;
	}
	.navDrawr a::after {
		position: absolute;
		top: 50%;
		margin-top: -10px;
		right: 15px;
		font-family: FontAwesome;
		content: "\f054";
	}
	.navDrawr>ul>li {
		float: none;
		width: auto;
	}
	.navDrawr>ul>li>a {
		text-align: left;
		border-right: none;
		border-bottom: 1px solid #c4a900;/*ナビボタンの仕切り*/
	}
	.navDrawr .sub {
		position: static;
		display: block!important;
	}
}




ul.imgList{}
ul.imgList::after{
	display: table;
	line-height: 0;
	content: "";
	clear:both;
}
ul.imgList li{
	float: left;
	width: 31.33333333%;
	margin: 1%;
}
ul.imgList li .thumbnail{
	background-color: #FFF;
	padding: 20px;
	border:solid 1px #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
ul.imgList li img{
	margin-bottom:10px;
}
ul.imgList li .caption{}
ul.imgList li .title{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

@media only screen and (max-width: 650px) {
	ul.imgList li{
		float: none;
		width: 98%;
		margin: 1%;
	}
}



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

#wrapper_head:after{
	display: table;
	content: "";
	clear: both;
}

/*---------------他サイズ　反証　ここから------------------------*/

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

	#wrapper_head{
		display:none;
	}
	.navDrawr {
		display:none;
	}
	body.menuOpen #wrapper{
		display:none;
	}
	.overlay {
		display:none;
	}
	header {
		display:none;
	}
	body.menuOpen header{
		display:none;
	}
	header .headerTop{
		display:none;
	}
	header .siteTitle a{
		display:none;
	}
	.navDrawrBtn {
		display:none;
	}
	.navDrawrBtn span {
		display:none;
	}
	.navDrawrBtn span::before {
		display:none;
	}
	body.menuOpen .navDrawrBtn span::before {
		display:none;
	}
	.navDrawr a {
		display:none;
	}
	.navDrawr a::after {
		display:none;
	}
	.navDrawr>ul>li {
		display:none;
	}
	.navDrawr>ul>li>a {
		display:none;
	}
	.navDrawr .sub {
		display:none;
	}
}

@media only screen and (min-width: 651px) {
	ul.imgList li{
		display:none;
	}
}


/*---------------他サイズ　反証　ここまで------------------------*/


/* =============== メイン 詳細=============== */

/*----------------- contents 詳細------------------*/

@media only screen and (min-width:801px)  {/*大画面*/
	

#contents{
	margin: 0px 0px auto 0px;
}

}

@media only screen and (min-width:651px) and (max-width:800px) {/*中画面*/
	

#contents{
	margin: 0px 0px auto 0px;
}

}



@media only screen and (max-width:650px) {/*小画面*/

#contents{
	margin: 0px 0px auto 0px;
}

}

/*----------------- main 詳細------------------*/

/*----------------- main 詳細------------------*/
h1 img{
	width: 100%;
	padding: 0;}
@media only screen and (max-width: 1020px) {
	h1 img{
		width: 100%;
		margin-top: -10px;
		padding: 0;}
}
	
h2 img{
	width: 100%;
	padding: 0;}


h3 img{
	width: 100%;
	padding: 0;}


.title_h2{
    text-align: center;
    font-size: 30px;
    padding: 0.5em 0;/*上下の余白*/
    border-top: solid 2px #ababab;/*上線*/
    border-bottom: solid 2px #ababab;/*下線*/
    margin-top: 80px;
}




/*-------------*/
.main-text {
  text-align: justify;
  font-size: 17px;
  line-height: 2em;
  margin: 0px 20px 0px 20px;
  }

@media only screen and (min-width:651px) {/*中画面*/
	
	.main-text{
		font-size: 18px;
        line-height: 1.8em;
        margin: 0px 20px 0px 20px;
	}
}



/*---フォント---*/
.main-text li {
	margin-left: 20px;
	margin-bottom: 8px;
}

.fs18 {
	font-size: 18px;
}

/*---space top---*/

/*---space bottom---*/
.mb-10 {
	margin-bottom: -10px;
}
/*---space left---*/
.ml15 {
	margin-left: 15px;
}

/*---space right---*/

/*---line-height---*/
.l_height10 {
	line-height: 1.0;
}


/* =======サイドナビ 詳細(中 大画面 有)(小画面 無) 同時設定 (script.jp)====== */



@media only screen and (min-width:801px)  {/*大画面*/

	
	
	
	#sidebar-1{/*ロゴ ボックス*/
	top: 0px;
		width: 300px;
		height:300px;	
		display:block;
    /*--border-bottom: solid 1px #e8e8e8;--*/
  	background: #000;

	}
	
	
	#side-logo {/*ロゴ画像*/
	width:220px;
	height:220px;
	padding:40px;

	
}

	
	
	#sidebar-2{/*サイドメニューの大きさ*/
		float: left;
		width: 300px;
		/*height:440px; /*恵方巻・おせち*/	
		height:385px; /*通常*/
		margin:0px 0px;
		display:block;
		background: #000;

	}
	



#sidemenu {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 300px;
  /*height: 440px; /*恵方巻・おせち*/
  height: 385px; /*通常*/
}

#sidemenu li {
  width: 300px;
  height: 55px;
  margin: 0px;
  padding: 0px;
  display: inline;

}

#sidemenu a {
  text-indent: -9999px;
  display: block;
  text-decoration: none;
  width:300px;
  height:55px; 
  background-image: url("../img/sidemenu-l02.gif");/*通常*/
  /*background-image: url("../img/sidemenu-l-osechi.gif");/*おせち*/
  /*background-image: url("../img/sidemenu-l-setubun.gif");/*節分*/
  background-repeat: no-repeat;
  /*border-bottom: solid 1px #e8e8e8;*/
}

#sidemenu_00 a { background-position: 0 0; } 
#sidemenu_01 a { background-position: 0 -55px; }
#sidemenu_02 a { background-position: 0 -110px; }
#sidemenu_03 a { background-position: 0 -165px; }
#sidemenu_04 a { background-position: 0 -220px; }
#sidemenu_05 a { background-position: 0 -275px; }
#sidemenu_06 a { background-position: 0 -330px; }
/*#sidemenu_07 a { background-position: 0 -385px; }/*おせち・節分*/

#sidemenu a:hover {
  text-decoration: none;
 background-image: url("../img/sidemenu-l02.gif");/*通常*/
 /*background-image: url("../img/sidemenu-l-osechi.gif");/*おせち*/
 /*background-image: url("../img/sidemenu-l-setubun.gif");/*節分*/
  background-repeat: no-repeat;
}

#sidemenu_00 a:hover { background-position: -300px 0; } 
#sidemenu_01 a:hover { background-position: -300px -55px; }
#sidemenu_02 a:hover { background-position: -300px -110px; }
#sidemenu_03 a:hover { background-position: -300px -165px; }
#sidemenu_04 a:hover { background-position: -300px -220px; }
#sidemenu_05 a:hover { background-position: -300px -275px; }
#sidemenu_06 a:hover { background-position: -300px -330px; }
/*#sidemenu_07 a:hover { background-position: -300px -385px; }/*おせち・節分*/
	

/*テイクアウト弁当バナー 大画面用*/
.banner01 {
	display: block;
	margin: 30px auto;
	text-align: center;
}
.banner01 a:hover img {
	opacity: 0.7;
}
	

	#sidebar-1-m{/*ロゴ ボックス*/	
	display: none;	

	}

	#side-logo-m {/*ロゴ画像*/
	display: none;	
	
    }
	
	
	#sidebar-2-m{
	display: none;	
	}
	


#sidemenu-m {
	display: none;	
}

#sidemenu-m li {
	display: none;	

}

#sidemenu-m a {
	display: none;	
}

#sidemenu_00-m a,
#sidemenu_01-m a,
#sidemenu_02-m a,
#sidemenu_03-m a,
#sidemenu_04-m a,
#sidemenu_05-m a,
#sidemenu_06-m a,
#sidemenu_07-m a { display: none; }


#sidemenu-m a:hover {
	display: none;	
}

#sidemenu_00-m a:hover,
#sidemenu_01-m a:hover,
#sidemenu_02-m a:hover,
#sidemenu_03-m a:hover,
#sidemenu_04-m a:hover,
#sidemenu_05-m a:hover,
#sidemenu_06-m a:hover,
#sidemenu_07-m a:hover { display: none; } 

}

	
@media only screen and (min-width:651px) and (max-width:800px){/*中画面*/


	#sidebar-1-m{/*ロゴ ボックス*/	
		top: 0px;
		width: 200px;
		height:200px;	
		display:block;
  /*--border-bottom: solid 1px #e8e8e8;--*/
  	background: #000;

	}

	#side-logo-m {/*ロゴ画像*/
	width:160px;
	height:160px;
	padding:20px;
	
}
	
	
	#sidebar-2-m{
		float: left;
		width: 200px;
		/*height:440px; /*恵方巻・おせち用*/
		height:385px; /*通常*/
		margin:0px 0px;
		display:block;
		background: #000;

	}
	


#sidemenu-m {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 200px;
  /*height: 440px; /*恵方巻・おせち用*/  
  height: 385px; /*通常*/
}

#sidemenu-m li {
  width: 200px;
  height: 55px;
  margin: 0px;
  padding: 0px;
  display: inline;

}

#sidemenu-m a {
  text-indent: -9999px;
  display: block;
  text-decoration: none;
  width:200px;
  height:55px; 
  background-image: url("../sm_img/sidemenu-m02.gif");/*通常*/
  /*background-image: url("../sm_img/sidemenu-m-osechi.gif");/*おせち*/
  /*background-image: url("../sm_img/sidemenu-m-setubun.gif");/*節分*/
  background-repeat: no-repeat;
  /*border-bottom: solid 1px #e8e8e8;*/
}

#sidemenu_00-m a { background-position: 0 0; } 
#sidemenu_01-m a { background-position: 0 -55px; }
#sidemenu_02-m a { background-position: 0 -110px; }
#sidemenu_03-m a { background-position: 0 -165px; }
#sidemenu_04-m a { background-position: 0 -220px; }
#sidemenu_05-m a { background-position: 0 -275px; }
#sidemenu_06-m a { background-position: 0 -330px; }
/*#sidemenu_07-m a { background-position: 0 -385px; }/*おせち・節分*/


#sidemenu-m a:hover {
  text-decoration: none;
  background-image: url("../sm_img/sidemenu-m02.gif");/*通常*/
  /*background-image: url("../sm_img/sidemenu-m-osechi.gif");/*おせち*/
  /*background-image: url("../sm_img/sidemenu-m-setubun.gif");/*節分*/
  background-repeat: no-repeat;
}

#sidemenu_00-m a:hover { background-position: -200px 0; } 
#sidemenu_01-m a:hover { background-position: -200px -55px; }
#sidemenu_02-m a:hover { background-position: -200px -110px; }
#sidemenu_03-m a:hover { background-position: -200px -165px; }
#sidemenu_04-m a:hover { background-position: -200px -220px; }
#sidemenu_05-m a:hover { background-position: -200px -275px; }
#sidemenu_06-m a:hover { background-position: -200px -330px; }
/*#sidemenu_07-m a:hover { background-position: -200px -385px; }/*おせち・節分*/

	
/*テイクアウト弁当バナー　中画面用*/
.banner01-m {
	display: block;
	margin: 30px auto;
	text-align: center;
}
.banner01-m a:hover img {
	opacity: 0.7;
}

	
	#side-logo{
	display: none;	
}


	#sidebar-1{		

	display: none;	
	}
	#sidebar-2{
	display: none;	
	}
	


#sidemenu {
	display: none;	
}

#sidemenu li {
	display: none;	

}

#sidemenu a {
	display: none;	
}

#sidemenu_00 a,
#sidemenu_01 a,
#sidemenu_02 a,
#sidemenu_03 a,
#sidemenu_04 a,
#sidemenu_05 a,
#sidemenu_06 a,
#sidemenu_07 a { display: none; } 


#sidemenu a:hover {
	display: none;	
}

#sidemenu_00 a:hover,
#sidemenu_01 a:hover,
#sidemenu_02 a:hover,
#sidemenu_03 a:hover,
#sidemenu_04 a:hover,
#sidemenu_05 a:hover,
#sidemenu_06 a:hover,
#sidemenu_07 a:hover { display: none; } 

}



@media only screen and (max-width:650px) {/*小画面*/




	

	#side-logo{
	display: none;	
    }


	#sidebar-1{		
	display: none;	
	}
	#sidebar-2{
	display: none;	
	}
	


#sidemenu {
	display: none;	
}

#sidemenu li {
	display: none;	

}

#sidemenu a {
	display: none;	
}

#sidemenu_00 a,
#sidemenu_01 a,
#sidemenu_02 a,
#sidemenu_03 a,
#sidemenu_04 a,
#sidemenu_05 a,
#sidemenu_06 a,
#sidemenu_07 a { display: none; } 


#sidemenu a:hover {
	display: none;	
}

#sidemenu_00 a:hover,
#sidemenu_01 a:hover,
#sidemenu_02 a:hover,
#sidemenu_03 a:hover,
#sidemenu_04 a:hover,
#sidemenu_05 a:hover,
#sidemenu_06 a:hover,
#sidemenu_07 a:hover { display: none; } 

	

	
	#sidebar-1-m{/*ロゴ ボックス*/	
	display: none;	

	}

	#side-logo-m {/*ロゴ画像*/
	display: none;	
	
}
	
	
	#sidebar-2-m{
	display: none;	
	}
	


#sidemenu-m {
	display: none;	
}

#sidemenu-m li {
	display: none;	

}

#sidemenu-m a {
	display: none;	
}

#sidemenu_00-m a,
#sidemenu_01-m a,
#sidemenu_02-m a,
#sidemenu_03-m a,
#sidemenu_04-m a,
#sidemenu_05-m a,
#sidemenu_06-m a,
#sidemenu_07-m a { display: none; } 


#sidemenu-m a:hover {
	display: none;	
}

#sidemenu_00-m a:hover,
#sidemenu_01-m a:hover,
#sidemenu_02-m a:hover,
#sidemenu_03-m a:hover,
#sidemenu_04-m a:hover,
#sidemenu_05-m a:hover,
#sidemenu_06-m a:hover,
#sidemenu_07-m a:hover { display: none; } 

	
}





/* ============== フッター用 (app.jp)=============== */

/****************************************
.footer
****************************************/

@media screen and (min-width:801px) {/*大画面*/

.footer {

    width: auto;
  background: #c4bc34;
  bottom:0;
  

  }


  .footer-nav>div {
    max-width: 25%;
    text-align: left;
  }
}

@media only screen and (max-width:800px) {/*中画面*/

.footer {

    width: auto;
  } 
  

  .footer-nav>div {
    float: left;
    max-width: 50%;
  }
}


@media screen and (min-width:651px) {/*中画面*/
  .footer {
  margin-left: 0px;
  background: #c4bc34;
  bottom:0;
}
}

@media only screen and (max-width:650px) {/*小画面*/

.footer {
  margin-left: 0px;
  background: #c4bc34;
  bottom:0;
}

}


.footer .footer-container {
  padding: 10px 15px;
}

.footer-nav {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 34px;
  margin: 0;
  color: #8b5d00;
}
@media screen and (min-width:651px) and (max-width:1070px) {/*中画面*/
	.footer-nav {
		padding-left: 100px;
	}
}
	


.footernav-title {
  font-size: 16px;
  margin: 0;
  padding: 5px 0 10px 0;
  border-bottom: 1px solid #8b5d00;
}

.footernav-title .glyphicon-chevron-down:before {
  margin-right: 10px;
}

@media screen and (min-width:651px) {/*中画面*/
  .footernav-title .glyphicon-chevron-down:before {
    display: none;
  }
}

.list-group {
  margin-bottom: 0;
}

.list-group a {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #8b5d00;
}
@media screen and (min-width:651px) and (max-width:992px) {/*中画面*/
	.list-group a {
	  font-size: 12px;
	  padding: 10px 10px;
	}
}

.list-group a:hover {
  text-decoration: none;
  color: #595858;
}

.footer-logo {
  margin-top: 20px;
}



.footer-icon .container {
  list-style-type: none;
}

.footer-icon p,
.footer-icon ul {
  width: 100%;
  text-align: center;
}

.footer-icon li {
  display: inline-block;
  float: none;
}

.footer-icon li a:hover {
  opacity: 0.6;
}

.footer-icon li img {
  width: 40px;
  height: auto;
  border: 2px solid #000;
}


.copyright {
  text-align: center;
  color: #8b5d00;
}
@media screen and (min-width:651px) and (max-width:1070px) {/*中画面*/
	.copyright {
		padding-left: 160px;
	}
}

/* ============= グリッドシステム ============= */

.row{
	margin:  10px -15px;
}
.row:after{
	display: table;
	content: "";
	clear: both;
}

.sm-1-div, .sm-2-div, .sm-3-div, .sm-4-div{
	display: block;
	float: left;
	padding: 11px 15px;
}
.sm-1-div{width: 100%;}
.sm-2-div{width:  50%;}
.sm-3-div{width:  33.33333333%;}
.sm-4-div{width:  25%;}


@media only screen and (min-width:651px) {/*中画面*/
	.bg-1-div{width:  100%;}
	.bg-2-div{width:  50%;}
	.bg-3-div{width:  33.33333333%;}
	.bg-4-div{width:  25%;}
}

/* ============= グリッドシステム-内余白ゼロ ============= */

.row_02{
	margin: -20px 0px 0px;
}
.row_02:after{
	display: table;
	content: "";
	clear: both;
}

.sm-1-div02, .sm-2-div02, .sm-3-div02, .sm-4-div02{
	display: block;
	float: left;
	padding: 0px;
}
.sm-1-div02{width: 100%;}
.sm-2-div02{width:  50%;}
.sm-3-div02{width:  33.33333333%;}
.sm-4-div02{width:  25%;}

@media only screen and (min-width:651px) {/*中画面*/

	.bg-1-div02{width: 100%;}
	.bg-2-div02{width:  50%;}
	.bg-3-div02{width:  33.33333333%;}
	.bg-4-div02{width:  25%;}
}



/* ============== 汎用クラス =============== */

/* 縦方向の間隔調整 */
.height-space{
	height: 0px;
	margin-bottom: 95px;
}


/* 小画面-内余白ゼロ */
@media only screen and (max-width:650px) {
	.sm-nopad{
		padding: 0;
	}
}

@media only screen and (max-width:650px) {
	.sm-hide{
	display: none;	
	}
}

/*中大画面・小画面-切り替え*/
@media only screen and (min-width:801px)  {/*中大画面*/
	.sm-screen{
		display:none;
		overflow: hidden;
	} 
	
} 

@media only screen and (max-width:800px) {/*小画面*/
	.l-screen {
		display:none;
		overflow: hidden;
	} 

}


/*「電話問い合わせ」中小画面用*/
@media only screen and (max-width:498px) {/*小画面*/
   .m-info {
	  display:none;
	}
}

@media screen and (min-width:499px) and (max-width:849px) {/*中画面*/
	.s-info {
		display: none;
	}
}


/*-----ホバー (cssのみ)-----*/
a#hover1_img {
	background-color: #fff;
	display:block;
}

a#hover1_img:hover img{
	filter:alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.6;
	  -webkit-transition: 0.8s ease-in;
	  -moz-transition: 0.8s ease-in;
	  -o-transition: 0.8s ease-in;
	  transition: 0.8s ease-in;
	  zoom:1;
}


/*================================================
 *  ページトップへの戻り (totop.jp)
 ================================================*/
.totop {
    position:fixed;
    bottom:75px;
    right:15px;
	z-index: 150;
}
.totop a {
    display:block;
    text-decoration:none;
}

/*.totop img:hover {
    background:#ffffff;
}*/

/*================================================
 *  パンくずリスト
 ================================================*/
ol.pankuzu {
margin-bottom:50px;
padding: 0;
list-style-type: none;
}

ol.pankuzu li {
display: inline;
}

ol.pankuzu li a {
margin-right: 6px; 
}


/* =======================================
	フルスクリーン スライドショー 大画面 (fullslideshow-l.jp)
======================================= */

@media screen and (min-width:801px) {/*大画面*/

.fullSlideShow-l {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	z-index:0;
}
.fullSlideShow-l ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: fixed; /* absolute or fixed */
	overflow: hidden;
}
.fullSlideShow-l ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow-l ul li img {
	width: 100%;
}





.fullSlideShow-s {
	display:none;
}

.fullSlideShow-s ul {
	display:none;
}

.fullSlideShow-s ul li {
	display:none;
}

.fullSlideShow-s ul li img {
	display:none;
}

/* =======================================
	ClearFixElements
======================================= */
.fullSlideShow-l ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.fullSlideShow-l ul {
	display: inline-block;
	overflow: hidden;
}




.fullSlideShow-s ul:after {
	display:none;
}

.fullSlideShow-s ul {
	display:none;
}


}/*以上　画面サイズ801pxまでの設定*/

/* =======================================
	フルスクリーン スライドショー 中画面 小画面 (fullslideshow-s.jp)
======================================= */

@media screen and (max-width:800px) {/*中画面 小画面*/

.fullSlideShow-s {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	z-index:0;
}
.fullSlideShow-s ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: fixed; /* absolute or fixed */
	overflow: hidden;
}
.fullSlideShow-s ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow-s ul li img {
	width: 100%;
}




.fullSlideShow-l {
	display:none;
}

.fullSlideShow-l ul {
	display:none;
}

.fullSlideShow-l ul li {
	display:none;
}

.fullSlideShow-l ul li img {
	display:none;
}

/* =======================================
	ClearFixElements
======================================= */
.fullSlideShow-s ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.fullSlideShow-s ul {
	display: inline-block;
	overflow: hidden;
}




.fullSlideShow-l ul:after {
	display:none;
}

.fullSlideShow-l ul {
	display:none;
}


}/*以上 画面サイズ800以下の設定*/

/* =================================
 スライドショー上のリンク
================================ */
/*大画面*/
.text_space p {
	top: 50px;
	left: 30%;
	position: fixed;
	display: block;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 22px;
	font-weight: bold;
	padding: 20px 20px 10px 20px;
	color: #fff;
	z-index: 1;
}
@media screen and (min-width:651px)  and (max-width:1000px) {/*中画面*/
	.text_space p {
		left: 40%;
	}
}/*以上 中画面*/


@media screen and (max-width:650px) {/*小画面*/
	.text_space_s p {
		top: 100px;
		left: 5%;
		position: fixed;
		display: block;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 18px;
		font-weight: bold;
		padding: 20px 20px 10px 20px;
		color: #fff;
		text-decoration: none;
		z-index: 1;
	}	
}/*以上 小画面*/


/* =================================
 スライドショー上のテキスト　リンクなし
================================ */
/*大画面*/
.text_space {
	top: 50px;
	left: 25%;
	position: fixed;
	display: block;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	z-index: 1;
}	

@media screen and (max-width:650px) {/*小画面*/
.text_linl_s a {
	top: 100px;
	left: 5%;
	position: fixed;
	display: block;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	z-index: 1;
}	

}/*以上 小画面*/





/* PagiNation
--------------------------- */
.pagiNation {
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: fixed;
	z-index: 90;
 	visibility: hidden;
}

.pagiNation a {
	margin: 0 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
	background: #000;
}
.pagiNation a.pnActive {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/*================================================
 *  ゆっくりフェードインしてくるエフェクト　(fade.jp)
 ================================================*/
.effect img { 
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
} 



/* =======================================
	フェードイン エフェクト (fadein.jp)
======================================= */

.fadein-up {/*---大画面用---*/
	opacity : 0.1;
	transform : translate(0px, 100px);
	-webkit-transform : translate(0px, 100px);
	transition : all 0.8s ease;
	-webkit-transition : all 0.8s ease;
	}
.fadein-up.scrollin-up {
	opacity : 1;
	transform : translate(0px, 0px);
	-webkit-transform : translate(0px, 0px);
	}

#effect2 .fadein-up:nth-of-type(2) {
	-moz-transition-delay:0.6s;
	-webkit-transition-delay:0.6s;
	-o-transition-delay:0.6s;
	-ms-transition-delay:0.6s;
	}
#effect2 .fadein-up:nth-of-type(3) {
	-moz-transition-delay:0.8s;
	-webkit-transition-delay:0.8s;
	-o-transition-delay:0.8s;
	-ms-transition-delay:0.8s;
	}
#effect2 .fadein-up:nth-of-type(4) {
	-moz-transition-delay:1s;
	-webkit-transition-delay:1s;
	-o-transition-delay:1s;
	-ms-transition-delay:1s;
	}	
	
/*---------------------------------*/

.fadein-up {/*---中小画面用---*/
	opacity : 0.1;
	transform : translate(0px, 50px);
	-webkit-transform : translate(0px, 50px);
	transition : all 0.8s linear;
	-webkit-transition : all 0.8s ease;
	}
.fadein-up.scrollin-up {
	opacity : 1;
	transform : translate(0px, 0px);
	-webkit-transform : translate(0px, 0px);
	}

#effect3 .fadein-up:nth-of-type(2) {
	-moz-transition-delay:0.6s;
	-webkit-transition-delay:0.6s;
	-o-transition-delay:0.6s;
	-ms-transition-delay:0.6s;
	}
#effect3 .fadein-up:nth-of-type(3) {
	-moz-transition-delay:0.8s;
	-webkit-transition-delay:0.8s;
	-o-transition-delay:0.8s;
	-ms-transition-delay:0.8s;
	}
#effect3 .fadein-up:nth-of-type(4) {
	-moz-transition-delay:1s;
	-webkit-transition-delay:11s;
	-o-transition-delay:11s;
	-ms-transition-delay:11s;
	}	
#effect3 .fadein-up:nth-of-type(5) {
	-moz-transition-delay:1.2s;
	-webkit-transition-delay:1.2s;
	-o-transition-delay:1.2s;
	-ms-transition-delay:1.2s;
	}	
	
	
/*---------------------------------*/


/*.fadein-right {
	opacity : 0.1;
	transform : translate(0px, 0px);
	-webkit-transform : translate(0px, 0px);
	transition : all ease-in 900ms;
	-webkit-transition : all ease-in 900ms;
	}
.fadein-right.scrollin-right {
	opacity : 1;
	transform : translate(0px, 0px);
	-webkit-transform : translate(0px, 0px);
	}

#effect2 .fadein-right:nth-of-type(2) {
	-moz-transition-delay:500ms;
	-webkit-transition-delay:500ms;
	-o-transition-delay:500ms;
	-ms-transition-delay:500ms;
	}
#effect2 .fadein-right:nth-of-type(3) {
	-moz-transition-delay:800ms;
	-webkit-transition-delay:800ms;
	-o-transition-delay:800ms;
	-ms-transition-delay:800ms;
	}
#effect2 .fadein-right:nth-of-type(4) {
	-moz-transition-delay:1100ms;
	-webkit-transition-delay:1100ms;
	-o-transition-delay:1100ms;
	-ms-transition-delay:1100ms;
	}	
	
	
	
/*---------------------------------*/


/*.fadein-left {
	opacity : 0.1;
	transform : translate(-100px, 0px);
	-webkit-transform : translate(-100px, 0px);
	transition : all ease-in 900ms;
	-webkit-transition : all ease-in 900ms;
	}
.fadein-left.scrollin-left {
	opacity : 1;
	transform : translate(0px, 0px);
	-webkit-transform : translate(0px, 0px);
	}

#effect2 .fadein-left:nth-of-type(2) {
	-moz-transition-delay:500ms;
	-webkit-transition-delay:500ms;
	-o-transition-delay:500ms;
	-ms-transition-delay:500ms;
	}
#effect2 .fadein-left:nth-of-type(3) {
	-moz-transition-delay:800ms;
	-webkit-transition-delay:800ms;
	-o-transition-delay:800ms;
	-ms-transition-delay:800ms;
	}
#effect2 .fadein-left:nth-of-type(4) {
	-moz-transition-delay:1100ms;
	-webkit-transition-delay:1100ms;
	-o-transition-delay:1100ms;
	-ms-transition-delay:1100ms;
	}	
	



/****************************************
.イメージ
****************************************/

@media only screen and (max-width:726px) {/*小 中 画面*/

.title-sm-1-div{
	display: block;
	float: left;
	padding: 0px 15px 11px 15px;
}
.title-sm-1-div{width: 100%;
}


.title-bg-1-div{
		display:none;
		}

}

@media only screen and (min-width:651px) {/*大画面*/

.title-bg-1-div{
	display: block;
	float: left;
	padding: 0px 15px 11px 15px;
}

.title-bg-1-div{width: 100%;
	}
	
.title-sm-1-div{
		display:none;
		}
}






/******************************************
問合せフォーム
*****************************************/
.formStyle{
	max-width:380px;
	margin:auto;
}
/* デフォルトのスタイルを削除
*****************************************/
input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top: 1em;
}
label {
	margin-top: 1em;
}

/* フォーカスした時の幅を変更
*****************************************/
input[type="text"].focus {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	width: 200px;
}
input[type="text"].focus:focus {
	width: 300px;
}

/* テキストインプットとテキストエリアの基本装飾
*****************************************/
input[type="text"],
input[type="password"],
textarea {
	padding: 0.8em;
	outline: none;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	font-size: 16px;
}

/* フォーカスした時のスタイルを変更
*****************************************/
input[type="text"]:focus,
input[type="password"]:focus,
.formStyle textarea:focus {
	box-shadow: 0 0 7px #3498db;
	border: 1px solid #3498db;
}

/* disabled時のスタイルを変更
*****************************************/
input[type="text"]:disabled {
	background-color: #eee;
	cursor: not-allowed;
}

/* ラジオボタンのスタイルを変更
*****************************************/
input[type="radio"] {
	display: none;
}
input[type="radio"] + label {
	position: relative;
	display: inline-block;
	padding: 3px 10px 3px 24px;
	cursor: pointer;
}
input[type="radio"] + label::before,
input[type="radio"] + label::after {
	content: '';
	top: 50%;
	position: absolute;
	border-radius: 100%;
	-webkit-transition: all .2s;
  -moz-transition: all .2s;
	transition: all .2s;
}
input[type="radio"] + label::before {
	width: 16px;
	height: 16px;
	margin-top: -9px;
	left: 0;
	background: #EEE;
	border: 1px solid #ccc;
}
input[type="radio"] + label:hover::before {
	background: #FEFEFE;
}
input[type="radio"] + label::after {
	opacity: 0;
	left: 4px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #2980b9;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}
input[type="radio"]:checked + label::before {
	background: #fff;
	border: 1px solid #2980b9;
}
input[type="radio"]:checked + label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}


/* チェックボックスのスタイルを変更
*****************************************/
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	padding: 3px 10px 3px 22px;
	cursor: pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after {
	position: absolute;
	content: '';
}
input[type="checkbox"] + label::before {
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="checkbox"] + label::after {
	opacity: 0;
	top: 50%;
	left: 3px;
	width: 8px;
	height: 4px;
	margin-top: -4px;
	border-left: 2px solid #3498db;
	border-bottom: 2px solid #3498db;
	-webkit-transform: rotate(-45deg) scale(.5);
	-moz-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
}
input[type="checkbox"] + label:hover::before {
	background: #fff;
}
input[type="checkbox"]:checked + label::before {
	background: #fff;
	border: 1px solid #3498db;
}
input[type="checkbox"]:checked + label::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	-moz-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}

/* ボタンのスタイルを変更
*****************************************/
button {
	border-radius: 0;
	
	background: -moz-linear-gradient(top, #FFF 0%, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 1px solid #DDD;
	color: #111;
	padding: 10px 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
button:hover {
	background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
}

@media screen and (max-width:800px) {/*中画面 小画面*/
	input[type="text"],
	.formStyle textarea {
		width:94%;
		padding:3%;
	}
	input[type="text"].focus {
		width: 50%;
	}
	input[type="text"].focus:focus {
		width: 94%;
	}
	.formStyle button{
		width:100%;
		padding: 10px 0;
	}
}



/*****************************************************
 *indexトピックス　キャプション付リンク画像 (script.jp)
******************************************************/
@media only screen and (min-width:1080px){/*大画面*/
	.topi_sm { /*小画面非表示*/
		display:none;
	} 
		
	
	.topi_l {/*--!important--*/
		width: 100%;
		max-width: 1105px;
		padding-left: 50px;
		padding-right: 50px;
		margin: 0 auto;
		list-style: none;
	}
	
	.link_img {
		position: relative;
	}
	
	.link_img .caption {
		font-size: 100%;
		text-align: center;
		width: 100%;
		padding-top: 30px;
		padding-left: 30px;
		padding-right: 30px;
		color: #fff;
	}
	.link_img .mask {
		position: absolute;
		height: 74% !important;
		width: 81% !important;
		top: 39px !important;
		left: 37px !important;
		opacity: 0;	/* マスクを表示しない */
		background-color: rgba(0,0,0,0.4);
		-webkit-transition:	all 0.2s ease;
		transition: all 0.2s ease;
	}
	.link_img:hover .mask {
		opacity:1;	/* マスクを表示する */
	}
}

	
@media only screen and (min-width:499px) and (max-width:1079px) {/*中画面*/
	.topi_l { /*大画面非表示*/
		display:none;
	} 
	
	.topi_sm {/*--!important--*/
		width: 100%;
		max-width: 500px;
		padding-left: 30px;
		padding-right: 30px;
		margin: 0 auto;
		list-style: none;
	}
	
	.link_img {
		position: relative;
	}
	
	.link_img .caption {
		font-size: 100%;
		text-align: center;
		padding-top: 30px;
		padding-left: 30px;
		padding-right: 30px;
		color: #fff;
	}
	.link_img .mask {
		position: absolute;
		width: 74% !important;
		height: 92% !important;
		top: 0;             
		left: 4px;            
		right: 0;           
		bottom: 0;           
		margin: auto;   
		opacity: 0;	/* マスクを表示しない */
		background-color: rgba(0,0,0,0.4);	
		-webkit-transition:	all 0.2s ease;
		transition: all 0.2s ease;
	}
	.link_img:hover .mask {
		opacity:1;	/* マスクを表示する */
	}
	
}

@media only screen and (max-width:498px) {/*小画面*/
	.topi_l { /*大画面非表示*/
		display:none;
	} 
	
	.topi_sm {/*--!important--*/
		width: 100%;
		max-width: 400px;
		padding-left: 30px;
		padding-right: 30px;
		margin: 0 auto;
		list-style: none;
	}
	
	.link_img {
		position: relative;
	}
	
	.link_img img {
		width: 100%;
	}
	
	.link_img .caption {
		font-size: 90%;
		text-align: center;
		padding-top: 30px;
		padding-left: 30px;
		padding-right: 30px;
		color: #fff;
	}
	.link_img .mask {
		position: absolute;
		width: 94% !important;
		height: 92% !important;
		top: 0;             
		left: 0;            
		right: 0;           
		bottom: 0;           
		margin: auto;   
		opacity: 0;	/* マスクを表示しない */
		background-color: rgba(0,0,0,0.4);	
		-webkit-transition:	all 0.2s ease;
		transition: all 0.2s ease;
	}
	.link_img:hover .mask {
		opacity:1;	/* マスクを表示する */
	}
	
}

/*--************************************************
             アコーディオン (cssのみ)
*************************************************--*/
@media only screen and (min-width: 1080px) {/*大画面*/
.accordion5 {/*3段目のアコーディオン*/
	width: 900px;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
}
.accordion5 .ac-content {
	margin: 0;
}
.accordion5 input {
	display: none;
}
.accordion5 label {
	float: left;
	width: 40px;
	height: 300px;
	background: #c4bc34;
	cursor: pointer;
	padding: 10px;
	border-right: 1px solid #fff;
	color: #595858;
 -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;}
.accordion5 label:hover {
	background: #c4a934;
}
.accordion5 label:active {
	background: #c4a934;
}
.accordion5 .ac5-cont {
	float: left;
	width: 400px;
	height: 300px;
	display: none;
	background: #e6e6e6;
	border-right: 1px solid #fff;
}
.accordion5 input:checked + .ac5-cont {
	width: 400px;
	height: 300px;
	display: block;
	position: relative;
}
.ac5-cont img {
	position: absolute; 
    top: 0;             
    left: 0;            
    right: 0;           
    bottom: 0;           
    margin: auto;   
}
}
@media only screen and (min-width: 1080px) {/*大画面*/
.accordion4 {/*2段目のアコーディオン*/
	width: 900px;
	height: 300px;
	margin: 50px auto 0;
	overflow: hidden;
}
.accordion4 .ac-content {
	margin: 0;
}
.accordion4 input {
	display: none;
}
.accordion4 label {
	float: left;
	width: 40px;
	height: 300px;
	background: #c4bc34;
	cursor: pointer;
	padding: 10px;
	border-right: 1px solid #fff;
	color: #595858;
 -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;}
.accordion4 label:hover {
	background: #c4a934;
}
.accordion4 label:active {
	background: #c4a934;
}
.accordion4 .ac4-cont {
	float: left;
	width: 400px;
	height: 300px;
	display: none;
	background: #e6e6e6;
	border-right: 1px solid #fff;
}
.accordion4 input:checked + .ac4-cont {
	width: 400px;
	height: 300px;
	display: block;
	position: relative;
}
.ac4-cont img {
	position: absolute; 
    top: 0;             
    left: 0;            
    right: 0;           
    bottom: 0;           
    margin: auto;   
}
}
@media only screen and (min-width: 1080px) {/*大画面*/
.accordion3 {/*1段目のアコーディオン*/
	width: 900px;
	height: 300px;
	margin: 50px auto 0;
	overflow: hidden;
}
.accordion3 .ac-content {
	margin: 0;
}
.accordion3 input {
	display: none;
}
.accordion3 label {
	float: left;
	width: 40px;
	height: 300px;
	background: #c4bc34;
	cursor: pointer;
	padding: 10px;
	border-right: 1px solid #fff;
	color: #595858;
 -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;}
.accordion3 label:hover {
	background: #c4a934;
}
.accordion3 label:active {
	background: #c4a934;
}
.accordion3 .ac3-cont {
	float: left;
	width: 400px;
	height: 300px;
	display: none;
	background: #e6e6e6;
	border-right: 1px solid #fff;
}
.accordion3 input:checked + .ac3-cont {
	width: 400px;
	height: 300px;
	display: block;
	position: relative;
}
.ac3-cont img {
	position: absolute; 
    top: 0;             
    left: 0;            
    right: 0;           
    bottom: 0;           
    margin: auto;   
}
}


@media only screen and (min-width:499px) and (max-width:1079px) {/*中画面*/
.topi_sm {
	background-color: #333;
}
.accordion2 {
	min-width: 360px;
    margin: auto;      
	}
.accordion2 .ac-content2 {
	margin: 0;
}
.accordion2 label {
	display: block;
	background: #c4bc34;
	cursor: pointer;
	padding: 10px;
	border-bottom: 1px solid #fff;
	color: #595858;
}
.accordion2 label:hover {
	background: #c4a934;
}
.accordion2 label:active {
	background: #c4a934;
}
.accordion2 input {
	display: none;
}
.accordion2 .ac2-cont {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	background: #e6e6e6;
	padding: 0 10px;
}
.accordion2 input:checked + .ac2-cont {
	height: auto;
	padding: 10px;
}
.ac2-cont img {
	margin-left: 12%;   
}

}

@media only screen and (max-width:498px) {/*小画面*/
.accordion2 {
	min-width: 280px;
	margin: 0 auto;
}
.accordion2 .ac-content2 {
	margin: 0;
}
.accordion2 label {
	display: block;
	background: #c4bc34;
	cursor: pointer;
	padding: 10px;
	border-bottom: 1px solid #fff;
	color: #595858;
}
.accordion2 label:hover {
	background: #c4a934;
}
.accordion2 label:active {
	background: #c4a934;
}
.accordion2 input {
	display: none;
}
.accordion2 .ac2-cont {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	background: #e6e6e6;
	padding: 0 10px;
}
.accordion2 input:checked + .ac2-cont {
	height: auto;
	padding: 10px;
}

}

.clear {
	clear: both;
}
/*------------------グーグルマップ (map.jp)-------------------*/


#map03 {
	height: 350px;
}





/*---------------ページ内ジャンプ(トップページ)-------------------*/




@media only screen and (min-width:801px)  {/*大画面*/


#sm_jump_f{
		display: none;
	}




}


@media only screen and (max-width:800px) {/*中画面*/



#b_jump  {
		display: none;
	}
	
	
#sm_jump_01_01,#sm_jump_01_02,#sm_jump_01_04,#sm_jump_01_05,#sm_jump_02_01,#sm_jump_02_02,
#sm_jump_02_04,#sm_jump_02_05,#sm_jump_05_01,#sm_jump_05_02,#sm_jump_05_04,#sm_jump_05_05,#sm_jump_topics

{
		padding: 80px 0px 0px 0px;
	}
	

}	
	


@media only screen and (max-width:650px) {/*小画面*/



#b_jump {
		display: none;
	}
	
	
#sm_jump_01_01,#sm_jump_01_02,#sm_jump_01_04,#sm_jump_01_05,#sm_jump_02_01,#sm_jump_02_02,
#sm_jump_02_04,#sm_jump_02_05,#sm_jump_05_01,#sm_jump_05_02,#sm_jump_05_04,#sm_jump_05_05,#sm_jump_topics



 {
		padding: 80px 0px 0px 0px;
	}
	

}



/*-------*/

table th, table td {
	border-bottom: 1px #336 dotted;
    border-collapse: collapse;
	padding-bottom: 8px;
	padding-top: 8px;
 }

table th, table td {
	padding-right: 15px;
}

@media only screen and (max-width:800px) {/*中小画面*/
table {
 width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}

table th{
  display:block;
  margin: 0 auto;
  border-bottom: none;
  line-height: 1.2;
}

table td {
  display: list-item;
  list-style: none;
  border-bottom: 1px #336 dotted;
  padding-top: 3px;
  line-height: 1.2;

}
}

/*-============================================
           ブログ新着情報
=============================================-*/
.img_bg {
	position: relative;
	width: 100%;
	height: 100%;
}

.if_new {
	position: absolute;
	display: inline-block;
	width: 48%;
	height: 35vh;
	font-size: 14px;
	overflow-y: scroll;
	padding: 0;
	color: #666666;
	scrollbar-base-color: #dddddd;
	scrollbar-face-color:  #eeeeee;
	scrollbar-track-color: #dddddd;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	-webkit-scrollbar-base-color: #dddddd;
	-webkit-scrollbar-face-color:  #eeeeee;
	-webkit-scrollbar-track-color: #dddddd;
	-webkit-scrollbar-arrow-color: #ffffff;
	-webkit-scrollbar-darkshadow-color: #ffffff;
    top:  40px;
    right: 10px;
}

@media only screen and (max-width:1500px) {
	.if_new {
		width: 48%;
		height: 27vh;
		top: 20px;
		}
}

@media only screen and (max-width:1050px) {
	.if_new {
		width: 48%;
		height: 17vh;
		top: 10px;
		font-size: 12px;
		}
}


.if_new a{
	color: #666666;
}

.if_new ul{
	position: absolute;
	text-align: center;
	left: 8%;
	top: 0;
	right: 8%;
    line-height: 1.2;
}



/*--PC版のrssフィード--*/
#feed dt {
	padding-top: 30px;}
	
#feed dt:first-child {
	padding-top: 0;}
		
#feed dd {
	padding-bottom: 30px;
	border-bottom: 1px dotted #000;}
	
#feed a{/*ブログ見出し*/
	font-size: 22px;
	font-weight: bold;
	line-height: 2.5;
	color:#333;
}
@media only screen and (max-width:1500px) {/*中小画面*/
	#feed a {
		font-size: 18px;
		font-weight: bold;
		line-height: 2.5;
		color:#333;
		}
}
@media only screen and (max-width:1050px) {/*中小画面*/
	#feed a {
		font-size: 15px;
		font-weight: bold;
		line-height: 2.5;
		color:#333;
		}
}
	
	
	
/*----spaece----*/
.mt180 {margin-top: 180px;}

/*===================================================
一枚ロールオーバーは「script.js」で画像切り替え指定

ロールオーバー
画像名_off(通常)
画像名_on(マウスオン)
で、画像は保存すること!
====================================================*/