body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

	  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;

}
a{
	text-decoration: none;
			color: #0068b7;
			font-weight: bold;
}

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

.box2-in-h2 .kashima{
	background:#fff;
	color:#d5782b;
	border:1px solid #d5782b;
	padding:2px 5px;
}
.box2-in-h2 .takeo{
	background:#fff;
	color:#5a77bd;
	border:1px solid #5a77bd;
	padding:2px 5px;
}
.box2-in-h2 .ureshino{
	background:#fff;
	color:#c27cb2;
	border:1px solid #c27cb2;
	padding:2px 5px;
}
.box2-in-h2 .tara{
	background:#fff;
	color:#4faadf;
	border:1px solid #4faadf;
	padding:2px 5px;
}
.box2-in-h2 .shiroishi{
	background:#fff;
	color:#ec6d80;
	border:1px solid #ec6d80;
	padding:2px 5px;
}
.box2-in-h2 .imari{
	background: #fff;
	color:#925da3;
	border:1px solid #925da3;
	padding:2px 5px;
}
.box2-in-h2 .arita{
	background: #fff;
	color:#26b695;
	border:1px solid #26b695;
	padding:2px 5px;
}
.box2-in-h2 .matsuura{
	background: #fff;
	color:#e3a445;
	border:1px solid #e3a445;
	padding:2px 5px;
}
#wrapper{
	width: 100%;
	background: #f4f2e7;
}


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

}
.breadcrumb {
max-width: 940px;
  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: 960px;
	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: 960px;
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(216,91,134,0.5)  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:#fff;
	font-weight: bold;
	background: #d85b86;
	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;
}
.mb{
	display: none;
}
.b-mb{
	display: none;
}
/*----------------------*/
.box2{
	width: 90%;
	max-width: 960px;
	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:20px 20px 30px;
	width:50%;
	margin: 0 0px 0px 0px;
	background: #fff;
	border:1px solid #e7e7e7;
}

.box2-in{
	width: 100%;
}
.box2-in-h2{
	font-size: 12px;
	font-weight: lighter;
}
.h2area{
	color:#fff;
	font-size: 15px;
	padding: 3px 10px;
	margin-right: 10px;
	border-radius: 5px 5px 0 0;
}
.list .minibox:nth-child(odd) .box2-in-h2{
	border-bottom: 1px solid #d85b86;
}
.list .minibox:nth-child(odd) .h2area{
	background: #d85b86;
}
.list .minibox:nth-child(odd) .itemname{
	color: #d85b86;
}
.list .minibox:nth-child(odd) .b2mr-title{
	color: #d85b86;
}
.list .minibox:nth-child(odd) .b2b-bottom a{
	color: #d85b86;
	border:1px solid #d85b86;
}
.list .minibox:nth-child(odd) .b2b-bottom a:hover{
	color:#fff;
	background: #bc3851;
}
.list .minibox:nth-child(even) .box2-in-h2{
	border-bottom: 1px solid #a35386;
}
.list .minibox:nth-child(even) .h2area{
	background: #a35386;
}
.list .minibox:nth-child(even) .itemname{
	color: #a35386;
}
.list .minibox:nth-child(even) .b2mr-title{
	color: #a35386;
}
.list .minibox:nth-child(even) .b2b-bottom a{
	color: #a35386;
	border:1px solid #a35386;
}
.list .minibox:nth-child(even) .b2b-bottom a:hover{
	color:#fff;
	background: #a35386;
}
.shopname{
	font-size: 1.5em;
}
.b2-top{
	width: 100%;
	display: block;
	justify-content: center;
}
.b2-top-img{
	width: 100%;
}
.b2-top-img img{
	width: 100%;
	margin: 5px auto 5px;
}
.b2-top-txt{
	width: 100%;
}
.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: space-between;
	margin: 10px 0;
}
.b2m-left{
	width: 140px;
	display: block;
	justify-content: space-between;
}
.b2mr-title{
	font-size:16px;
	color:#bc3851;
	font-weight: bold;
	text-align: center;
}
.b2-free{
color:#c6a74b;
}
.b2m-left img{
	width: 100%;
	border-radius: 10px;
}
.b2mr-txt{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.b2m-right{
	width: calc(100% - 140px);
	margin-right: 10px;
}

.itemname{
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 1.5em;
}
.itemtxt{
	font-size: 15px;
}
.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;
color:#fff;
}
.list .minibox:nth-child(odd) table.shop-info tr th{
	background: #d85b86;
}
.list .minibox:nth-child(even) table.shop-info tr th{
	background: #a35386;
}
table.shop-info tr td{
	padding-left: 5px;
	border:1px solid #fff;
}
.list .minibox:nth-child(odd) table.shop-info tr td{
	background: #fff1f6;
}
.list .minibox:nth-child(even) table.shop-info tr td{
	background: #fff1fa;
}
.sptel{
	text-decoration: none;
	border-bottom: 1px solid #696969;
}
.spmap{
	text-decoration: none;
	color:#fff;
	margin-left: 5px;
	padding:0px 5px;
	border-radius: 5px;
}
.list .minibox:nth-child(odd) .sptel{
	color:#d85b86;
	border-bottom: 1px solid #d85b86;
}
.list .minibox:nth-child(odd) .spmap{
	background: #d85b86;
}
.list .minibox:nth-child(even) .sptel{
	color:#a35386;
	border-bottom: 1px solid  #a35386;
}
.list .minibox:nth-child(even) .spmap{
	background: #a35386;
}


.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 i{
	margin-right: 10px;
}

button{
}

#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 {
}
.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%;
	margin: 0 0 20px;
}
}
@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: 20px;
}
.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{
	}
	.b2-middle{
		width: 100%;
		display: block;
		justify-content: center;
		margin: 0px 0 20px;
	}
.b2m-left{
	width: 50%;
	min-width: 180px;
	margin: 15px auto;
	display: block;
	justify-content: space-between;
}
.b2m-right{
	width: 100%;
	margin-right: 0px;
	margin-bottom: 10px;
}
.itemname{
	font-size:20px;
}
}

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


	.minitxt {
    font-size: 3vw;
}
}
@media screen and (max-width: 400px) {
	.minibox{
		padding: 15px 15px 20px;
	}
	.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) {


}
