body {
	background-image: url(../img_site/common/pa1L.gif);
	background-repeat: repeat;
}




/******************   スマホ表示時　CSSリセット  ******************/

@media screen and ( max-width:800px ) {
	
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
	
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
	
}




/******************   レスポンシブ　ヘッダー切り替え  ******************/

.メニューの切り替え-----------{}

/* パソコン時　表示 */
@media screen and ( min-width:801px )
{
	
	#header, .pc_display {display: block;}
	#sp_header, #hamburger_menu, .nav_content, .sp_display {display: none;}

}


/* スマホ時　表示 */
@media screen and ( max-width:800px )
{

	#header, .pc_display {display: none;}
	#sp_header, #hamburger_menu {display: flex;}
	.nav_content, .sp_display {display: block;}

}


/******************   ヘッダー  ******************/

.スマホ用ヘッダー----------{}
#sp_header {
	position: fixed;
	top: 0px;
	z-index: 8;

	width: 100%;
	height: 70px;
	background-color: #B7D36D;
	
	/*display: flex;*/
	align-items: center;
	justify-content: space-between;
}
.logo {
	width: 250px;
	height: auto;
	margin-left: 20px;
}


/******************   スマホ用ナビ  ******************/
.スマホ用ナビ----------{}
.ハンバーガーメニュー----------{}
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
	display: flex;
	top: 0px;
	right: 0px;
	height: 70px;
	width: 70px;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 9;/* 重なり順を一番上にする */
	cursor: pointer;	/*background: #fff;*/
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 36px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 13px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 13px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
 

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ *.nav_content {
  bottom: 0;/* メニューを画面に入れる */
}



.メニュー部分----------{}
.nav_content {
	width: 100%;
	height: 100%;
	position: fixed;
	
	padding-top: 110px;
	background: #f5f3e6;
	z-index: 7;

	bottom: 100%;
	left: 0%; /* メニューを画面の外に飛ばす */
	
	transition: .5s;
}
.sp_menu_category {
	width: 90px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 30px;
}
.sp_menu_gurumet {
	width: 310px;
	height: auto;
	display: block;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
.nav_list {
/*	max-width: 360px;
	margin-right: auto;
	margin-left: auto;
	
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
*/
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	
	display: flex;
	flex-wrap: wrap;
  	justify-content: center;
	row-gap: 30px;

}

.nav_list li {
	/*width: 50%;*/
	width: 160px;
	text-align: center;
}
.nav_list li img {
	height: 46px;
	width: auto;
}












/******************   パソコン用ヘッダー  ******************/
.パソコン用ヘッダー----------{}
#header {
	background-image: url(../img_site/common/headerBack.png);
	background-repeat: repeat-x;
	height: 90px;
}

#headerBox {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 78px;
}
#subMenu {
	position: absolute;
	left: 378px;
	bottom: 5px;
}
#subMenu img {
	margin-right: 20px;
}


#serchBox {
	position: absolute;
	top: 22px;
	background-color: #9FC24D;
	right: 0px;
	width: 220px;
	padding-top: 13px;
	padding-right: 18px;
	padding-bottom: 13px;
	padding-left: 18px;
}
.serchBoxInput {
	height: 20px;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 12px;
	color: #CCCCCC;
}
.serchBoxButton {
	background-color: #9FC24D;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	height: 20px;
	width: 60px;
}




#body {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	margin-bottom: 80px;
	z-index: 1;
	
	@media screen and ( max-width:800px ) {
		width: 100%;
		padding-top: 70px;
	}
}

#menu {
	margin-bottom: 30px;
	width: 940px;
}
#footer {
	height: 200px;
	background-color: #B7D36D;
	clear: both;
}
#footerBox {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	padding-top: 30px;
	
	@media screen and ( max-width:800px ) {
		width: 90%;
	}
}
#footer a{
	color: #fff;
}

#goToTop {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	clear: both;
	
	@media screen and ( max-width:800px ) {
		width: 90%;
	}
}



h1 {
	padding-top: 10px;
}
h2 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	
	@media screen and ( max-width:800px ) {
		font-size: 17px;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 28px;
	}
}

h3 {
	font-size: 14px;
	padding-top: 13px;
	padding-bottom: 12px;
	padding-left: 13px;
	background-image: url(../img_site/common/backImg03.png);
	background-repeat: repeat;
	border-top-style: solid;
	border-top-color: #B7D36D;
	clear: both;
	float: none;
	margin-bottom: 10px;
}
.clear {
	clear: both;
	height: 0px;
}


.検索結果一覧----------{}
/*.item_end, .item{
	background-image: url(../img_site/common/backImg01.png);
	height: 206px;
	width: 206px;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
	display: inline;
}
.item {
	margin-right: 12px;
	overflow: hidden;
}*/

.search_wrap {
	display: flex;
	flex-wrap: wrap;
	column-gap: 12px;
	row-gap: 10px;
	
	margin-bottom: 30px;
		
	@media screen and ( max-width:800px ) {
		padding: 0 8px  0 8px;
	}
}

.search_item {
	background-image: url(../img_site/common/backImg01.png);
	width: 206px;
	height: auto;
	padding: 10px;
	
	@media screen and ( max-width:800px ) {
		width: calc( (100% - 24px) / 3);
	}
	@media screen and ( max-width:600px ) {
		width: calc( (100% - 12px) / 2);
	}
}

.search_item img {
	width: 100%;
	height: auto;
}


.ippin_name {
	font-size: 13px;
	line-height: 1.5;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #4496D3;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.shop_name {
	font-size: 12px;
	line-height: 1.5;
}

.space {
	clear: both;
	height: 10px;
}
#history {
	font-size: 12px;
	clear: both;
	text-align: right;
	@media screen and ( max-width:800px ) {
		padding-right: 20px;
	}
}


/*前のページに戻る*/
#page {
	clear: both;
	padding-top: 30px;
	position: relative;
	width: 940px;
	
	@media screen and ( max-width:800px ) {
		width: 100%;
	}
}

@media screen and ( max-width:800px ) {
	#page img {
	margin-left: 20px;
	width: 180px;
	height: auto;
	}
}



.クリアーフィックス----------{}

.clearfix:after {
display: block;
visibility: hidden;
clear: both;
height: 0;
content: ".";
line-height: 0;
}


.スマホの時だけ改行させるクラス----------{}
.br-sp {
    display: none;
}

@media (max-width: 500px) {
    .br-sp {
        display: block;
    }

.改行させない----------{}
.nobr { white-space:nowrap; }