body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
	text-decoration: none;
			color: #0068b7;
			font-weight: bold;
}

h2.title{
	text-align: center;
	margin: 30px auto;
}

.kashima{
	background:#ed6d47;
	color:#fff;
	padding:2px 5px;
	border-radius: 5px;
}
.takeo{
		background:#5a77bd;
		color:#fff;
		padding:2px 5px;
		border-radius: 5px;
}
.ureshino{
		background:#c27cb2;
		color:#fff;
		padding:2px 5px;
		border-radius: 5px;
}
.tara{
			background:#4faadf;
			color:#fff;
			padding:2px 5px;
			border-radius: 5px;
}
.shiroishi{
		background:#ec6d80;
		color:#fff;
		padding:2px 5px;
		border-radius: 5px;
}
.imari{
	background:#925da3;
	color:#fff;
	padding:2px 5px;
	border-radius: 5px;
}
.arita{
		background:#26b695;
		color:#fff;
		padding:2px 5px;
		border-radius: 5px;
}
.matsuura{
	background:#e3a445;
	color:#fff;
	padding:2px 5px;
	border-radius: 5px;
}
#wrapper{
	width: 100%;
	background-image: url("../img/bg.jpg");
	background-size: contain;
	
}


/*-------------------------------*/
.pankuzu{
max-width:100%;
}
.p-top{
	padding:20px 0px 0px 20px;
}
.p-bottom{
	padding:0px 0px 10px 20px;

}
.breadcrumb {
max-width: 860px;
  margin-left:0;
  padding-left:0;
margin:0px auto 10px;

}

.breadcrumb li {
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
  color: gray;
font-size:15px;

}

.breadcrumb li::after {
  /* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child::after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: gray;
  color: #55a8d8;

}

.breadcrumb li a i {
padding-right:5px;
}

.breadcrumb li a:hover {
  color: #9bd2f2;
}
/*--------------------------------*/
#top{
	width: 100%;
	max-width:860px;
	margin: 0 auto;
}
.top-in{
	width:100%;
}
.top-in img{
	width:100%;
}
/*-----------------------------------*/
.yellow{
	font-weight: bold;
	background: #f7e461;
}
.cb1{
	color: #fff;
	background: #676767;
}
.sb{
  width: 100%;
	background: #fff8d7;
margin:0;

background-image: url("../img/bg3.jpg");
background-size: contain;
}
.sb-in{
		max-width: 1200px;
		padding: 20px;
		margin: 0 auto;
		display: block;
		box-sizing: border-box;
}
.sb-name{
	text-align: left;
	font-size: 20px;
	margin-top: 10px;
	padding-top: 5px;
	width: 100%;
}
.sb-name b i{
	padding-right: 7px;
	color:#ba1717;
}
.serchBox{
display: flex;
justify-content: space-between;
	/*
	border-bottom: solid 3px #A0C238;*/
	margin-top: 24px;
	appearance: none;
-webkit-appearance:none
color: #000;

}
.form{
	display: block;
margin: 20px 10px;
}
.serchBox label{
	display: block;
	font-size: 15px;
	font-weight: bold;
}
.serchBox label i{
	padding-right: 7px;
	color:#ba1717;
}
.serchBox select{
	width:180px;
	height: 30px;
padding: 5px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 5px;
border: none;
border:  1px solid #000;
background-color: transparent;
background: #fff;
color: #000;
}

.serchBox select::-ms-expand {
	display: none;
}
.serchBox select:hover {
	color: #000;
	background: rgb(135,206,250,0.3);
}ul {
	padding-left: 0;
}
li {
	list-style: none;
}
p {
	margin: 0;
}
#page {
	width: 100%;
	margin: 0 auto;
}

.searchList {
	margin-bottom: 20px;
}
.searchList li {
	display: inline-block;
}
/*-------------------*/


.box1{
	width: 90%;
	max-width: 860px;
margin: 50px auto;
	display: block;
  justify-content: center;
	padding: 0;
}
.box1-in{
	width: 100%;
	padding:0px;
}
.box1-in h2{
font-size: 24px;
font-weight: 600;
background: linear-gradient(rgba(255,255,255,0) 60%, rgba(255,246,130,1)  60%);
margin-bottom: 10px;
}
.h2big{
	font-size: 0.8em;
}
.h2small{
	margin: 0 10px;
}
.box1-in p{
	font-size: 15px;
	line-height: 2em;
}
.p-center{
	text-align:center;
}
.time{
	color:#fff496;
	font-weight: bold;
	background: #26b597;
	padding: 2px 10px;
	font-size: 18px;
	border-radius: 5px;
}
.box1-mini{
	width: 100%;
	margin: 20px auto;
	background: #4694d1;
	padding: 5px 10px;
	border-radius: 5px;
	color:#fff;
}
.box1-mini h3{
	color:#fff100;
	font-size: 24px;
}
.box1-mini a{
	color:#fff;
	border-bottom: 1px solid #fff;
	font-weight: lighter;
	font-size: 14px;
}
.b1m-txt p{
	font-size: 16px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 10px;
}
.b1m-txt p img{
	height: 30px;
	margin-right: 10px;
}
.b1-link{
	text-align: center;
}
.pc{
margin: 0 auto;
font-weight: lighter;
padding: 7px 13px;
border-radius: 18px;
text-decoration: none;
color:#fff;
background: #e6af00;
font-size: 15px;
}
.pcimg{

}
.mb{
	display: none;
}
.b-mb{
	display: none;
}
.mbimg{
	display: none;
}
/*----------------------*/
.box2{
	width: 90%;
	max-width: 880px;
	display: flex;
  justify-content: center;
margin: 0 auto 0px;
padding-bottom: 50px;
}
.list{
	padding-left: 0;
	overflow: hidden;
	display: flex;
  flex-flow: row wrap;
  justify-content:flex-start;
margin: 0;
}
.minibox{
	padding:15px;
	width:calc(50% - 20px);
	margin: 10px;
	background: #fff;
	border-radius: 10px;
}

.box2-in{
	width: 100%;
}
.box2-in-h2{
	font-size: 12px;
}
.h2area{
	color:#fff;
		font-size: 1.5em;
	margin-right: 10px;
}
.shopname{
	font-size: 1.5em;
	padding: 2px 10px;
	margin-right: 10px;
	color:#fff;
	background:#26b597;
	border-radius: 5px;
}
.b2-top{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 10px;
}
.b2-top-img{
	width: 60%;
	margin-right: 5px;
}
.b2-top-img img{
	width: 100%;
	margin: 5px auto 5px;
}
.b2-top-txt{
	width: 40%;
	font-size: 15px;
}
.itemcatch{
	width: 100%;
	font-size: 16px;
	margin: 10px auto 0;
	color:#35b597;
}
.b2-top-txt p{
font-size: 13px;
margin: 5px auto 10px;
}
.b2-middle{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin: 10px 0;
	text-align: center;
}
.b2m-right{
	width: 100%;
	margin-right: 10px;
}
.b2m-left{
	display: block;
	justify-content: space-between;
}
.trike{
	margin-top: -20px;
		width: 150px!important;
}
.b2mr-title{
	font-size:16px;
	color:#26b597;
	font-weight: bold;
}
.b2-free{
background:#26b597;
color:#fff;
font-size: 0.8em;
padding:2px 5px;
border-radius: 5px;
margin-right: 5px;
}
.b2m-left img{
	width: 100%;
	border-radius: 10px;
}
.b2mr-txt{
	font-size: 14px;
	font-weight: bold;
}

.itemname{
	font-size: 14px;
	margin-bottom: 5px;
}
.itemtxt{
	font-size: 14px;
}
.b2-bottom{
	width: 100%;
}
table.shop-info{
	width: 100%;
	font-size: 12px;
	margin-bottom:10px;
	 border-collapse: collapse;
}
table.shop-info tr{
	line-height: 2em;
	font-weight: lighter;
}
table.shop-info tr th{
	width: 70px;
text-align: center;
font-weight: lighter;
border:1px solid #fff;
background: #4b4b4b;
color:#fff;
}
table.shop-info tr td{
	padding-left: 5px;
	border:1px solid #fff;
	background: #f7f7f7;
}
.sptel{
	text-decoration: none;
	color:#696969;
	border-bottom: 1px solid #696969;
}
.spmap{
	text-decoration: none;
	color:#fff;
	background:#696969;
	margin-left: 5px;
	padding:0px 5px;
	border-radius: 5px;
}

.b2b-bottom{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.b2b-bottom a{
	width: 300px;
	margin: 0 auto;
	font-weight: bold;
	border-radius:5px;
	padding: 7px 20px;
	text-decoration: none;
	font-size: 13px;
	font-weight: lighter;
}
.b2b-bottom a:hover{
	color:#fff;
opacity: 0.7;
}
.b2b-bottom a i{
	margin-right: 10px;
}

button{
	text-decoration: none;
	max-width: 200px;
	background: #ba1717;
	color:#fff;
	border-radius: 20px;
	padding: 5px 10px;
	font-size: 12px;
	text-align: center;
	margin-top:20px;
}

#page-top {
	z-index: 99999;
    position: fixed;
    bottom: 5px;
    font-size: 77%;
		font-weight: bolder;
		color: #fff;
		text-shadow:
		  0 0  4px #fff,
		  0 0  8px #fff,
		  0 0 12px #fff,
		  0 0 18px #ff00de,
		  0 0 22px #ff00de,
		  0 0 28px #ff00de,
		  0 0 36px #ff00de;
			/*
			width: 100%;
			display: flex;
			justify-content: space-between;
			align-items: flex-end;
			*/
}
.btn-left{
	position: fixed;
	bottom: 5px;
	left:5px;
}
.btn-right{
	position: fixed;
	bottom: 5px;
	right:5px;
}
.btn-left img{
	width:80px;
	-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
margin:0 10px;
}
.btn-right img{
	width: 80px;
	-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
margin:0 10px;
}
#page-top a {
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 5px;
}
/*----------------------------*/
.banner{
	width: 90%;
	max-width: 1200px;
	display: flex;
  justify-content: center;
margin: 0 auto;
}
.banner a{
	width: 100%;
	text-align: center;
}
.banner a img{
	max-width: 100%;
	margin: 0 auto;
}
/*--------------------------------フッター-------*/

@media screen and (max-width: 1200px) {
	.top-txt p{
		font-size:80px;
	}
}
@media screen and (max-width: 1000px) {

.itemcatch{
	font-size:1.8vw;

}
@media screen and (max-width: 860px) {
.serchBox {
	display: block;
	margin: 10px auto;
	padding: 0px 0 0;
}
.serchBox select{
	width: 100%;
}
.serchBox label{
	display: block;
}

/*-------------------*/
.p-top{
	padding:10px 0px 0px 10px;
}
/*-------------------*/
.top-txt {
z-index: 100;
}
.top-txt p{
	font-size:60px;
}
/*-------------------*/

.box1{
margin:20px auto;
}
.box1-in h2 {
    font-size: 24px;
}
.box1 p{
	font-size: 14px;
}
.time{
	font-size: 15px;
}
/*----------------------*/
.box2{
}
.list{
}
.minibox{
}
.box2-in-h2 {
    font-size: 10px;
}
.b2-top {
}
.b2-top-img{
}

.b2-top-txt{
}
.b2-middle-txt h3 {
}
.n-p{
	font-size:20px;
}
.off-p{
font-size: 24px;
}
.off-b{
}
table.shop-info{
}
table.shop-info tr{
}
table.shop-info tr th{
}
table.shop-info tr td{
}

.button{

}
.mb{
	text-decoration: none;

display: block;
margin:10px auto;
font-weight: lighter;
padding: 7px 13px;
border-radius: 18px;
font-size: 15px;
color:#fff;
background: #e6af00;
}
.b-mb{
	display: block;
}
.pc{
	display: none;
}
.b-pc{
	display: none;
}
.b2tl-txt .content ul li{

font-size: 13px;
}
#page-top{
}
#page-top img{

}
#page-top:hover img {

}

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

	#wrapper{
	}

	#slider6 li img{
	box-shadow: none;
	}


.itemcatch{
	font-size:1.8vw;

}

.minibox{
	width: 100%;
}
.box2-in-h2 {
    font-size:13px;
}
}
@media screen and (max-width: 600px) {
#wrapper{
}
.breadcrumb li{
font-size:13px;
}

.top-txt p{
	font-size:50px;
}

.sb{
	margin-top:0px;
}
.cb1{
	font-size: 10px;
}
.box1-in h2 {
    font-size: 18px;
}
.box2-in-h2 {
}

.shopname{
}
.itemcatch{
	font-size:16px;

}
.h2area{
	margin-right: 15px;
}

.n-p{
	font-size:16px;
}
.off-p{
font-size: 20px;
}
.off-b{
}
.btn-left img{
	width:60px;
	-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
margin:0 10px;
}
.btn-right img{
	width: 60px;
	-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
margin:0 10px;
}
}

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

	#wrapper{
	}
	.box2{
		width: calc(100% - 15px);
	}
	.minibox{
		padding: 15px;
	}
	.h2area{
		font-size: 1.2em;
	}
	.shopname{
		font-size: 1.2em;
	}
	.b2-top{
		display: block;
		justify-content: center;
	}
	.b2-top-img {
    width: 100%;
    margin-right: 0px;
}
.b2-top-img img{
	margin: 0;
}
.b2-top-txt {
    width: 100%;
		 font-size: 14px;
}
	.b2-middle{
		width: 100%;
		display: block;
		justify-content: center;
		margin:5px 0;
		padding:5px 10px;
		background: #fceac6;
	}
.b2m-left{
	width: 50%;
	min-width: 180px;
	margin: 0 auto;
	display: block;
	justify-content: space-between;
}
.b2m-right{
	width: 100%;
	margin-right: 0px;
}
.itemtxt{
    font-size: 13px;
}
.itemname {
    font-size: 13px;
		margin-bottom: 0;
}
.trike{
	display: none;
}
.pcimg{
	display: none;
}
.mbimg{
	display: block;
}
}

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


	.minitxt {
    font-size: 3vw;
}
.itemtxt{
    font-size: 2.8vw;
}
.itemname {
    font-size: 2.8vw;
}
.b2-top-txt {
		 font-size:12px;
}
}
@media screen and (max-width: 400px) {
	.minibox{
	}
	.top-txt p{
		font-size:30px;
	}
	.box1-in h2 {
		font-size:4.5vw;
	}
	.box1-in p{
		font-size: 13px;
		margin:10px 0;
	}
	.b2mi-in{
		padding: 0 0px 25px 5px;
	}
	.b2mi-in h4 span{
	font-size: 13px;
	}
	.n-p{
		font-size:15px;
	}
	.off-p{
	font-size: 18px;
	}
}
@media screen and (max-width: 320px) {


}
