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;
}

/*
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #7ecef4;
	border: 2px solid #7ecef4;
}
*/

h2.title{
	text-align: center;
	margin: 30px auto;
}
/*
.h2kashima{
border-bottom:3px solid #f0a96f;
}
.h2kashima:first-letter{
color:#f0a96f;
}


.h2takeo{
border-bottom:3px solid #7fcff4;
}
.h2takeo:first-letter{
color:#7fcff4;
}

.h2imari{
border-bottom:3px solid #90d59b;
}
.h2imari:first-letter{
color:#90d59b;
}

.h2matsuura{
border-bottom:3px solid #f27f88;
}
.h2matsuura:first-letter{
color:#f27f88;
}

.kashima{
	color: #fff;
	background: #463e00;
	background:linear-gradient(#dfc471, #caa228);
}
.takeo{
	color: #fff;
	background:linear-gradient(#dfc471, #caa228);
}
.imari{
	color: #fff;
	background:linear-gradient(#dfc471, #caa228);
}
.matsuura{
	color: #fff;
	background:linear-gradient(#dfc471, #caa228);
}
.osanji{
	color: #fff;
	background:#5c3a27;
}
.okami{
	color: #fff;
	background:#227b26;
}

.kashima-color tr th{
	color:#d5782b;
}
.takeo-color tr th{
	color:#2f9ccf;
}
.imari-color tr th{
	color: #48b759;
}
.matsuura-color tr th{
	color: #e63846;
}
.osanji-color tr th{
	color: #5c3a27;
}
.okami-color tr th{
	color: #227b26;
}
*/
.kashima{
	background:#ee8731;
	color:#fff;
}
.takeo{
	background:#5a77bd;
	color:#fff;
}
.ureshino{
	background:#c27cb2;
	color:#fff;
}
.tara{
	background:#4faadf;
	color:#fff;
}
.shiroishi{
	background:#ec6d80;
	color:#fff;
}
.imari{
	background: #925da3;
	color:#fff;
}
.arita{
	background: #26b695;
	color:#fff;
}
.matsuura{
	background: #e3a445;
	color:#fff;
}
#wrapper{
	width: 100%;
	background-image: url("../img/bg.png");
	background-size: cover;
}


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

}
/*--------------------------------*/
#top{
	width: 85%;
	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:#e94927;
}
.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:#e94927;
}
.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: 85%;
margin: 30px auto;
	display: block;
  justify-content: center;
	background: #fff;
	padding: 2.5%;
	/*
		background: rgba(0,0,0,0.7);
		*/
		border-radius: 15px;
}
.box1-in{
	width: 100%;
	padding:0px;
}
.box1-in h2{
font-size: 20px;
margin: 0px 0 10px ;
color:#6eccb7;
}

.box1-in p{
	font-size: 15px;
	line-height: 2em;
}
.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:85%;
	display: flex;
  justify-content: center;
margin: 0 auto;
}
.list{
	width: 100%;
}
.minibox{
	width: 100%;
	margin-bottom: 50px;/*
	background: rgba(0,0,0,0.7);
	*/
	border-radius: 15px;
	/*	border-top: 2px solid #eee;
box-shadow: 0 0 15px rgba(0,0,0,.3);*/
}
.minibox h2{
border-radius: 7px;
font-size:18px;
}
.minibox h2 span{
border-radius: 7px;
padding: 1px 5px;
margin-right:8px;
}
.minibox h2 .none{
	background: #ececec;
	color:#d3d3d3;
	border-radius: 7px;
	padding: 1px 5px;
	margin-right:8px;
}
.box2-in{
	max-width: 100%;
	display: block;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
}

.b2-top{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b2t-left{
	width:400px;
	text-align:left;

}
.box2-in h2{
font-size:3vw;
position: absolute;
top:0px;
left:-10px;
line-height: 1.2em;
	transform: rotate(-7deg);
	text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 3px 3px #cae9f1;

}
.box2-in h3{
}
.b2tl-txt{
	margin:10px 0 ;
	width: 100%;
}
.b2tl-txt h4{

}
.h4price{
}
.b2tl-txt p{
	width: 100%;
	margin:10px auto;
	line-height: 1.5em;
	font-size: 14px;
}

.box29 {
	width: 100%;
	box-sizing: border-box;
    margin: 0;
		border:1px solid #e60012;
		background: #fff;
		border-radius: 5px;
}
.box29 .box-title {
    font-size: 12px;
    background: #e60012;
    padding: 4px;
    font-weight: bold;
		    padding:5px 10px;
				color:#fff;
				border-radius: 5px 5px 0 0;
}
.box29-txt{
	width: 100%;
    padding:0px 10px 0px;
    margin: 0;
		color:#e60012;
		font-weight: bold;
}
.box29-link{
    padding:0px 10px 0px;
		text-align: right;
}
.box29-strong{
	font-size: 1.4em;
}
.coulink{
	font-size: 0.8em;
	border-bottom:1px solid #e94927;
	padding:2px 8px;
	color: #e94927;
}
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: #e2cdc3;
text-align: center;
font-weight: lighter;
}
table.shop-info tr td{
	border:1px solid #fff8d7;
	background-image: url("../img/bg3.jpg");
	background-size: contain;
font-weight: lighter;
}
.sptel{
	text-decoration: none;
	color:#e94927;
}
.spmap{
	text-decoration: none;
	background:#0061b4;
	margin-left: 10px;
	padding:0px 5px;
	border-radius: 5px;
}
.red{
	color:#fff100;
}
.b2t-right{
position: relative;
	width: calc(100% - 420px);
	margin: 10px 0px 0px
}
.b2tr-top{
 width: 100%;
 text-align: center;
}
.b2tr-top img{
 width: 100%;
 height: 100%;
 text-align: center;
}
.b2tr-bottom{
 width: 100%;
 display: flex;
 justify-content: space-around;
}
.b2tr-bottom-mb{
display: none;
}
.b2tr-bottom img{
 width: 100%;
 height: 100%;
 max-width: 140px;
 margin-right: 10px;
 margin-top: 10px;
}
.b2tr-bottom-in{
	width: 100%;
	min-width: 220px;
}
.b2tr-bottom-in h4{
	font-size: 16px;
	margin:10px 0 5px;
	display: flex;
	align-items: center;
}
.b2tr-bottom-in h4 img{
width:25px;
margin: 0 0 0 10px;
}
.b2tr-bottom-in h4 span{
	font-size: 0.8em;
	padding: 2px 5px;
	margin-right: 5px;
}
.b2tr-bottom-in h4 i{
margin-right: 5px;
color:#ffab12;
}
.b2tr-bottom-in p{
	font-size: 13px;
	margin: 0!important;
	word-wrap: break-all;
}
.b2tr-bottom-in p a{
	font-weight: lighter;
	text-decoration: none;
	color:#000;
	border-bottom: 1px solid #000;
}
.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-top{
	background: #f1e9e9;
	padding: 15px;
}
.b2b-bottom{
	margin-top:10px;
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
}
.b2b-bottom a{
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	border:2px solid #2ea7e0 ;
	color:#2ea7e0;
	font-weight: bold;
	background-size: contain;
	border-radius: 5px;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 16px;
}
.b2b-bottom a i{
	margin-right: 10px;
}
.b2bt-1{
	font-size: 18px;
	margin: 10px 0;
}
.b2bt-2{
	font-size: 13px;
	line-height: 1.7em;
		margin: 10px 0;
}
.mini-content{
	display: block;
	justify-content: center;
}
.b2tl-txt .content ul{
	width: 100%;
}
.menu-info{
	display: block;
}
.menu-info li{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/*
.menu-info li{
	text-align: left;
}
.menu-name li{
	text-align: left;
}
.price li{
	text-align: right;
	color:red;
}
*/
.menu_name{
	text-align: left;
}
.price{
	color:red;
	text-align: right;
}
.mini-content ul li.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
}

.more {
    text-align: center;
    margin-top: 20px;
}

/*
button {
    background-color: #bbdeff;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    height: 32px;
    line-height: 32px;
    width: 120px;
    border-radius: 16px;
}
*/
.allmenu{
	text-decoration: none;
	color:#e94927;
	padding-top: 30px;
}
.b2tl-txt .content ul li{
  list-style-type: none;
	padding:0px;
margin: 0;
border-bottom:dotted #000 1px;
font-size: 15px;
line-height: 2.5em;
    transition: all 0.4s ease 0s;
}
.midashi4{
	line-height:2em;
}
.midashi4 span{
	font-size:24px;
	margin:10px 0;
	 padding:2px 10px;/*上下 左右の余白*/
	 font-weight: bold;
	 color:#fff;
	 background: #2ea7e0;
}
.mini-content p .button{
	width: 200px;
	background: #e94927;
	color:#fff;
	border-radius: 20px;
	padding: 5px 30px;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	margin: 0 auto;
}
#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) {
.b2t-left{
width: 300px;
}
.b2t-right{
width:calc(100% - 320px);
}

}
@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;
	padding:20px;
}
.box1 h2{
	font-size: 16px;
}
.box1 p{
	font-size: 14px;
}
/*----------------------*/
.box2{
	width: 85%;
	display: flex;
  justify-content: center;
margin: 0 auto;
}
.list{
}
.minibox{
	margin: 20px 0 80px;
}
.box2-in{
	max-width: 100%;
	display: block;
	padding:0px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.b2-top{
	width: 100%;
	display: flex;
	justify-content: center;
flex-wrap:wrap;
}
.b2t-left{
	width: 100%;
	text-align:left;
order: 2;

}
.box2-in h2{
	top:-20px;
	font-size: 30px;
	font-weight: bold;
}
.box2-in h3{
font-size: 18px;
}
.b2tr-top {
	margin: 0 auto;
}
.b2tl-txt{
	margin:10px 0;
}
.b2tl-txt p{
}

.b2tl-txt h4{

}
.midashi4{
	font-size: 18px;
	margin:10px 0 0px;
	line-height: 2em;
}
.midashi4 span{
	font-size:20px;
	margin: 0;
}
/*
.midashi4{
	font-size: 15px;
	border-left: 5px solid #e94927;
	margin:10px 0;
	 padding: 10px 0.5em 10px;
	 background: #fff8d7;
	 background-image: url("../img/bg3.jpg");
	 background-size: contain;
}
*/
.b2tl-txt  p{
}
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{
}
.red{
	color:#e94927;
}
.b2t-right{
	width: 100%;
	margin: 0;
order:1;

}
.b2tr-bottom-pc{
	display: none;
}
.b2tr-bottom {
	width: 100%;
	display: block;
	justify-content: center;
	margin-top: 5px;
	text-align: center;
}
.b2tr-bottom img{
 width: 70%;
 height:70%;
 max-width: 300px;
}
.b2tr-bottom-in{
	width: 100%;
min-width: 150px;
max-width: 100%;
text-align: left;
}
.b2tr-bottom-in h4{
	font-size: 15px;
}
.b2tr-bottom-in p{
	margin: 0;
}
.b2b-top{
	background: #f1e9e9;
	padding: 15px;
}
.box29-strong{
	font-size: 1.2em;
}
.b2b-bottom{
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top:10px;
}
.b2b-bottom a{
	border-radius: 20px;
	padding:7px 20px;
	text-decoration: none;
	font-size: 15px;
	margin: 0 auto;
}

.b2bt-1{
	font-size: 18px;
	margin: 10px 0;
}
.b2bt-2{
	font-size: 13px;
	line-height: 1.7em;
		margin: 10px 0;
}
.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;
	}
}
@media screen and (max-width: 600px) {
#wrapper{
}


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

.sb{
	margin-top:0px;
}
.cb1{
	font-size: 10px;
}
.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{
	}

.b2tr-bottom-mb {
	width: 100%;
	display: block;
	justify-content: center;
	margin-top: 5px;
	text-align:center;
}
.b2tr-bottom-mb img{
 width: 100%;
 height:100%;
 max-width:360px;
 margin-right: 0;
 margin: 0 auto;
}
.b2tr-bottom-in{
	width: 100%;
  margin: 0 auto;
text-align: left;
}
.b2tr-bottom-in h4{
	font-size: 15px;
}
.b2tr-bottom-in p{
	margin: 0;
}
	/*
	.b2tr-bottom{
		display: block;
		width: 100%;
		max-width: 250px;
		margin:20px auto;
	}
.b2tr-bottom img{
	max-width: none;
	width: 100%;
	margin: 0;
}
.b2tr-bottom-in{

}
*/
}
@media screen and (max-width: 390px) {
	.top-txt p{
		font-size:30px;
	}
}
@media screen and (max-width: 320px) {


.logo-bt{
	margin-left: -10px;
}
.hh11{

}
#submit-btn{
	height: 25px;
	font-size: 12px;
}
#mado{
 width: 150px;
}
.kensaku{
	width: 170px;
	display: block;
	margin-right: 20px;
}
.kensaku p{
	text-align: right;
	font-size: 10px;
}
.panel{
	display: flex;
	justify-content:center;
 margin-left: 0px;
 padding-left: 0px;
}
.panel ul li{
	font-weight: bold;
	padding: 4px 2px;
	font-size: 10px;
}
.fuki0{
	margin-top: 0px;
}
.fuki0 img{
	max-width: 60px;
	height: 30px;
}

}
