body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;

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

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

.kashima{
	border-bottom:1px solid #d5782b;
	color:#d5782b;
}
.takeo{
	border-bottom:1px solid #5a77bd;
	color:#5a77bd;
}
.ureshino{
	border-bottom:1px solid #c27cb2;
	color:#c27cb2;
}
.tara{
	border-bottom:1px solid #4faadf;
	color:#4faadf;
}
.shiroishi{
	border-bottom:1px solid #ec6d80;
	color:#ec6d80;
}
.imari{
	border-bottom:1px solid #925da3;
	color:#925da3;
}
.arita{
	border-bottom:1px solid #26b695;
	color:#26b695;
}
.matsuura{
	border-bottom:1px solid #e3a445;
	color:#e3a445;
}
#wrapper{
	width: 100%;
	margin-top:124px;
	 background: linear-gradient(rgba(254, 240, 237,1), rgba(255, 216,246,1));
}


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

}
.breadcrumb {
max-width: 1180px;
  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: 1200px;
	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: 30px auto;
	display: block;
  justify-content: center;
	padding: 0;
}
.box1-in{
	width: 100%;
	padding:0px;
}
.box1-in h2{
font-size: 30px;
}
.h2big{
color:#fff;
text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
						-1px 1px 0 #000, 1px -1px 0 #000,
						0px 1px 0 #000,  0 -1px 0 #000,
						-1px 0 0 #000, 1px 0 0 #000;
}
.h2small{
	display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient( to top,  rgba(178,83,198,1) 25%, rgba(244,120,158,1) 75% );
  -webkit-background-clip: text;
  color: transparent;
}
.box1-in p{
	font-size: 15px;
	line-height: 2em;
}
.p-center{
	text-align:center;
}
.time{
	color:#72c4b1;
	font-weight: bold;
	border-bottom: 1px solid #72c4b1;
}
.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%;
	display: flex;
  justify-content: center;
margin: 0 auto;
}
.list{
	width: 100%;
}
.minibox{
	width: 100%;
	padding:20px;
	max-width:860px;
	margin: 0 auto 30px;
	border: 2px solid #000;
	background: #fff;
}
.box2-in{
	width: 100%;
	display: block;
	justify-content: center;
}
.box2-in-h2{
	font-size: 24px;
}
.h2area{
	margin-right: 30px;
}
.shopname{
	font-size: 1.2em;
}
.b2-top{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b2-top-img{
	width: 50%;
	display: flex;
	justify-content: center;
	margin-right: 10px;
}
.b2-top-img img{
	width: 50%;
	height: 50%;
	margin: 2px;
}
.b2-top-txt{
	width: 50%;
	display: flex;
	justify-content: center;
}
.b2-top-txt p{
	font-size: 14px;
	line-height: 1.5em;
}
.b2-middle{
	width: 100%;
	display: block;
}
.b2-middle-txt{
	width: 100%;
	display: block;
	justify-content: flex-start;
}
.b2-middle-txt h3{
	font-size: 20px;
	margin-top: 10px;
	color:#df5d90;
}
.b2-middle-txt p{
	font-size: 14px;
	color:#df5d90;
}
.b2-middle-img{
	width: 100%;
	display: block;
	justify-content: center;
	position: relative;
}
.b2-middle-img img{
	width: 100%;
	height: 100%;
}
.b2mi-in{
position: absolute;
bottom:0;
padding: 3.5vw 1.5vw;
width: 100%;
display: block;
}
.b2mi-in h4 span{
font-size: 16px;
color:#fff;
background: #e83828;
padding:2px 20px;
border-radius: 15px;
}
.b2mi-in-price{
	width: 100%;
	display: block;
}
.n-p{
	font-weight: bold;
	font-size: 24px;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0 -1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;

}
.off-p{
font-size: 30px;
margin-top: 5px;
}
.off-b{
	padding: 5px;
	background: #fff78c;
	border: 2px solid #fff;
}
.off-p-red{
	color:red;
}
.minitxt{
	font-size: 14px;
}
table.shop-info{
	width: 100%;
	font-size: 14px;
	margin-bottom:10px;
}
table.shop-info tr{
	line-height: 2em;
	font-weight: lighter;
}
table.shop-info tr th{
	width: 80px;
	background: #df5d90;
	color:#fff;
text-align: center;
font-weight: lighter;
}
table.shop-info tr td{
	background: #fcecf2;
}
.sptel{
	text-decoration: none;
	color:#ba1717;
}
.spmap{
	text-decoration: none;
	color:#fff;
	background:#ba1717;
	margin-left: 10px;
	padding:0px 5px;
	border-radius: 5px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.b2b-bottom{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.b2b-bottom a{
	width: 300px;
	margin: 0 auto;
	color:#fff;
	font-weight: bold;
	background-image: url("../img/bg.png");
	background-size: contain;
	border-radius: 20px;
	padding: 7px 20px;
	text-decoration: none;
	font-size: 16px;
	font-weight: lighter;
 text-shadow: 2px 2px 4px rgba(0,0,0,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) {


}
@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;
}
/*----------------------*/
.box2{
	width: 90%;
	display: flex;
  justify-content: center;
margin: 0 auto;
}
.list{
}
.minibox{
}
.box2-in-h2 {
    font-size: 20px;
}
.b2-top {
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
}
.b2-top-img{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-right: 10px;
}

.b2-top-txt{
	width: 100%;
	display: flex;
	justify-content: center;
}
.b2-middle-txt h3 {
    font-size: 18px;
}
.b2mi-in{
position: absolute;
bottom:0;
padding: 30px 10px;
}
.b2mi-in h4 span{
font-size: 14px;
padding:2px 20px;
}
.b2mi-in-price{
}
.n-p{
	font-size:20px;
}
.off-p{
font-size: 24px;
}
.off-b{
}
table.shop-info{
	width: 100%;
	font-size: 14px;
	margin-bottom: 0px;
	margin-top:10px;
}
table.shop-info tr{
	line-height: 2em;
}
table.shop-info tr th{
	width: 80px;
text-align: center;
}
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{
				margin-top:106px;
	}

	#slider6 li img{
	box-shadow: none;
	}
}
@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;
}
.box2-in-h2 {
    font-size: 18px;
}

.shopname{
	font-size: 1.1em;
}
.h2area{
	margin-right: 15px;
}
.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;
}
.b2mi-in h4 span{
font-size: 14px;
}
.n-p{
	font-size:16px;
}
.off-p{
font-size: 20px;
}
.off-b{
}
}

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

	#wrapper{
				margin-top:80px;
	}


}

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


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


}
