@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: https://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	letter-spacing: normal;
	width: auto;
}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font:14px/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#252525;
background:#efede3;
}



/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#624e24;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#927a49;
}


/**** Clearfix ****/
.nav .panel:before,nav .panel:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after{content: ""; display: table;}
nav .panel:after,nav#mainNav:after,.newsTitle:after{clear: both;}
nav .panel,nav#mainNav,.newsTitle{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="email"]{
vertical-align:middle;
width:90%;
line-height:30px;
height:30px;
}

textarea{
width:90%;
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #4f4d4d;
background: -moz-linear-gradient(top, #4f4d4d 0%, #2e2c2c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4d4d), color-stop(100%,#2e2c2c));
background: -webkit-linear-gradient(top, #4f4d4d 0%,#2e2c2c 100%);
background: -o-linear-gradient(top, #4f4d4d 0%,#2e2c2c 100%);
background: -ms-linear-gradient(top, #4f4d4d 0%,#2e2c2c 100%);
background: linear-gradient(to bottom, #4f4d4d 0%,#2e2c2c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4d4d', endColorstr='#2e2c2c',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #4f4d4d;
background: -moz-linear-gradient(top, #2e2c2c 0%, #4f4d4d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e2c2c), color-stop(100%,#4f4d4d));
background: -webkit-linear-gradient(top, #2e2c2c 0%,#4f4d4d 100%);
background: -o-linear-gradient(top, #2e2c2c 0%,#4f4d4d 100%);
background: -ms-linear-gradient(top, #2e2c2c 0%,#4f4d4d 100%);
background: linear-gradient(to bottom, #2e2c2c 0%,#4f4d4d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2c2c', endColorstr='#4f4d4d',GradientType=0 );
}

*:first-child+html input[type="submit"]{padding:3px;}

iframe{
	 width:600px; height:450px;}
p{
	margin-bottom: 20px;
	font-size: 100%;
	text-align: left;
}

ul{margin: 0 0 10px 10px;}

ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

ol{margin: 0 0 10px 30px;}

ol li{list-style:decimal;}

h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #252525;
border-bottom:3px solid #3c2f13;
}

h2{
	margin: 0 0 10px 0;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	background-color: #5E321E;
	padding-left: 15px;
}

h3{
margin:0;
font-size:120%;
font-weight:bolder;
color:#2e2c2c;
clear: both;
}
h4{
margin:0 0 10px;
font-size:150%;
font-weight:bolder;
color:#2c2c2c;
clear: both;
}
blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
blockquote p{padding:5px 0;}

table{
	border: 1px #2e2c2c solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 20px;
	width: 99%;
}

table th{
	padding: 7px 10px 7px 5px;
	border: #2e2c2c solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	background: #ded9bb;
	width: 25%;
}

table td{
padding:7px 5px;
border: 1px #2e2c2c solid;
border-width: 0 0 1px 1px;
background:#fff;
}

dt{font-weight:bold;}

dd{padding-bottom:10px;}



/* レイアウト
------------------------------------------------------------*/
#wrapper{
padding-top:20px;
}
#wrapper, .inner{
margin:0 auto;
width:940px;
}
#header,#mainNav{background:#d8d2b8;}

#header{overflow:hidden;}

#content{
float:right;
width:625px;
padding:0;
}
.content{
	margin-bottom:20px;}
#sidebar{
float:left;
width:265px;
padding:0;
}

#footerupper{
	text-align: center;
	width: 100%;
} 
#footer{
clear:both;
padding-top:20px;
border-top:1px solid #ccc;
} 


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

/* サイト説明文
----------------------------------*/
h1{
padding:10px 0 0 3px;
color: #3c2f13;
font-size:90%;
font-weight:normal;
}
h1.top{
	padding: 0;
	color: #3c2f13;
	font-size: 80%;
	text-align: center;
}

/* ロゴ (サイトタイトル)
----------------------------------*/
#header p.group {
	clear: both;
	float: left;
	padding-top: 10px;
	color: #3c2f13;
	font-size: 160%;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 0;
}


/* コンタクトインフォメーション
----------------------------------*/
#headerInfo{
float:right;
text-align:left;
width:28%;
padding:5px 0 0px 0px;
}

#headerInfo p{
color:#3c2f13;
font-weight:bold;
border:1px solid #bb8620;
border-radius:10px;
padding:8px;
}



/* メインメニュー　PC用
------------------------------------------------------------*/
nav#mainNav{
	clear: both;
	padding: 0;
	position: relative;
	z-index: 200;
	display: inherit;	
        height: 50px;
	}
.flex {
	border-color: #666;
	-js-display: flex;
	display: none;
	display: flex;
	height: 50px;
}
.item{
	 width: 20%;
	}
nav#spNav{
	display: none;
	}
.naver-handle {
  display: none;

}

/* メニューテキスト版-*/
.main-nav-list{
	border-color: #666;
	-js-display: flex;
	display: none;
	display: flex;
	height: 50px;
	background:#1a1a1a;
	border-radius:9px;
	margin-left:0;
}
.main-nav-list li{
	 width: 20%;
	font-weight:bold;
	font-size:120%;
	background-image:none;
	line-height:50px;
	text-align:center;
}
.main-nav-list li a{
	color:#ffffff;
}
/* トップページ　メイン画像
----------------------------------*/
#mainImg{
line-height:0;
text-align:center;
background:#d8d2b8;
z-index:0;
clear: both;
}
.slides{
	margin-left:0;
}
.slides li{
	background-image:none;
	padding-left:0;
}

/* タイポグラフィ
*****************************************************/
h2.title{
	clear: both;
	margin: 0 0 20px;
	padding: 0;
	font-size: 180%;
	color: #42210b;
	background-image: url(images/h2_bar.png);
	height: 46px;
	background-repeat: no-repeat;
	line-height: 46px;
	font-weight: bold;
	border-bottom: none;
	background-color: #EFEDE3;
	text-align: left;
}

h2.first{margin-top:0;}

.dateLabel{
margin:-10px 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}


img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 20px 20px;
display:inline;
}

img.alignleft{margin: 0 20px 20px 0;}

.alignright{float:right;}
.alignleft{float: left;}



/* サイドバー　ウィジェット
*****************************************************/
section.widget{
padding-bottom:0px;
margin-bottom:0px;
}
#polylang-3{
	margin-bottom:50px;
}
section.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color: #252525;
border-bottom:3px solid #3c2f13;
}

section.widget ul{
	margin: 0;
}
section.widget li{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #bab48d;
	background-image: none;
padding-left:0;
}
section.widget li a{
display:block;
padding-left:15px;
background:url(images/arrow.png) no-repeat 0 50%;
}

section.widget a:hover{background-position: 3px 50%;}


#banners p{
	margin-bottom: 9px;
	font-size: 100%;
	text-align: center;
}
#banners p.banner{
margin-bottom:20px;
text-align: left;
}
#banners p.banner:last-of-type{
margin-bottom:0px;
}
#contactBanner{
width:265px;
height:128px;
background:url(images/qr_bg.png) no-repeat;
padding-top:14px;
}
#wifiBanner{
width:265px;
height:128px;
background:url(images/wifi_bg.png) no-repeat;
padding-top:14px;
}
p.qrcord img,p.wifi img{
display:inline;
margin-left:20px;
}
#contactBanner_en{
width:265px;
height:128px;
background:url(images/qr_bg_en.png) no-repeat;
padding-top:14px;
}
#wifiBanner_en{
width:265px;
height:128px;
background:url(images/wifi_bg_en.png) no-repeat;
padding-top:14px;
}
#sidebanner{
	padding: 0 0 10px;
	border: 1px solid #A69180;
	background-color: #F8F3F3;
	margin: 30px 0;
}
#sidetable{
	display:flex;
	-js-display: flex;
}
ul.sidelogo{
	width: 50%;
	}
ul.sidelogo li{
	padding: 1px 5px;
	font-size:80%;
	background: none!important;
}
ul.sidelogo li a{
	display:block;
}
h3.tunagu{
	margin: 0 0 15px;
	padding: 5px 0;
	font-size: 90%;
	color: #fff;
	border-bottom: 1px solid #A69180;
background-color: #5e321e;
	text-align: center;
	letter-spacing: 1px;
}
#searchform input[type="text"]{
line-height:1.7;
height:24px;
vertical-align:bottom;
}

/* 更新情報右側バナー
-------------*/
.main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 940px;
  margin:0 auto 20px;
}
.main .col-index1 {
  border-radius: 5px;
  background: #c6b198;
  margin-right: 20px; 
  width: 530px;
  height:270px;
}

.main .col-index2 {
	text-align: left;
  width: 390px;
}

/* 更新情報
-------------*/
#newsbox{
	border: 3px solid #bb8620;
	margin: 5px 10px;
	padding: 0 10px;
	background-color: #F8F2D8;
	height:250px;
}
.newsTitle{
clear:both;
margin:10px 0 15px;
padding:2px 0;
border-bottom:2px solid #bb8620;
}

.newsTitle h3{
float:left;
margin:0;
border-bottom:none;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
margin:0;
}

.news{
	padding-bottom:30px;
	overflow: scroll;
	}

.news dl{
clear:both;
padding-bottom:2px;
font-size:100%;
width:460px;
height:115px;
}

.news dt{
color:#252525;
font-size:90%;
}

.news dd{
color:#624e24;
border-bottom: 1px dotted #bab48d;
margin-bottom:15px;
padding:0 0 1px;
}

.news dd a:hover{color:#927a49;}



/* フッター
*****************************************************/
/* #footerLogo{
float:left;
width:265px;
}

#footerLogo img{
max-width:265px;
height:auto;
}**/

#footer ul{
float:right;
width:625px;
font-size:95%;
padding-bottom:20px;
}

#footer ul ul{padding-bottom:0;width:auto;}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-left:15px;
background:url(images/arrow.png) no-repeat 0 9px;
}

#footer ul li	a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
}

#footer ul li	a:hover{text-decoration:underline;}

#footer ul li li{
display:block;
padding:0;
margin-left:5px;
background:url(images/arrow2.png) no-repeat 0 6px;
}

#footer ul li	li a{padding:0 0 0 8px;}

*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}

#copyright{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:85%;
zoom:1;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* トップページ 最新記事3件 + お勧め商品
------------------------------------------------------------*/
.thumbWrap{
width:645px;
margin-right:-20px;
}
.thumbWrap ul{
margin:0;
}
.thumbWrap li{
float:left;
width: 195px;
margin:0 20px 0 0;
padding:2px 0 40px;
background:none;
}
.thumbWrap li img{
border:3px solid #bb8620;
}

/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#fff;
border:1px solid #bcbcbc;
}

ul.thumb h3 span{
display:block;
padding:2px 3px;
background:#dedabc;
}

ul.thumb h3:hover{background:#f1efe4;}

ul.thumb h3:hover span{background:#e3dfc4;}


table.snstable{
	border: none;
	background-color: #EFEDE3;
	width: 625px;
	}
table.snstable td{
	border: none;
	padding: 0;
	vertical-align: top;
	}
/* メニューのページ
-------------*/
.menumain {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin:0 auto 20px;
}
.menumain .col-menu1 {
  margin-right: 10px; 
  width: 460px;
}

.menumain .col-menu2 {
  text-align: left;
  width: 460px;
    margin-left: 10px; 
}
 ul.hp_box-d{
	display: table;
	margin-left: 0px;
	text-align: left;
	}
ul.hp_box-d li{
	display: table-cell;
	vertical-align: top;
	font-size: 90%;
	background-image: none;
	padding-left: 0px;
	margin-bottom: 0px;
	}
ul.hp_box-d p {
	margin-bottom: 10px;

}
ul.hp_box-d li img {
	padding-bottom: 10px;

}	
ul.hp_box-d li:first-child {
	padding-right: 20px;
}		
 ul.hp_box{
	display: flex;
	margin: 0 auto 15px;
width:100%;
	}
ul.hp_box li{
	font-size: 100%;
	background-image: none;
	padding-left: 0px;
	margin-bottom: 0px;
width:47%;
	}
ul.hp_box p {
	margin-bottom: 10px;
}
ul.hp_box h3 {
	font-size: 90%;
}
ul.hp_box h3,ul.hp_box h4 {
text-align:left;
}
ul.hp_box li img {
	max-width:100%;
	height:auto;
}	
ul.hp_box li:first-child {
	padding-right: 15px;
width:53%;
}
ul.hp_box li.pecopeco {
	padding-right: 15px;
width:42%;
}
ul.hp_box li.pecoright {
width:58%;
}

.rbox{
	border-radius: 10px;
	padding: 15px 20px 0;
	border: 3px solid #dd801e;
	margin-bottom: 10px;
	}
.rbox h3{
	margin-bottom: 10px;
	}	
.nbox{

	}
.flexmenu {
	border-color: #666;
	-js-display: flex;
	display: none;
	padding: 10px 0 10px 10px;
	display: flex;
}
.itemmenu:first-child{
	width:50%;
	}
#arak{
	width:50%;
}
.itemmenu img{
	padding-left: 10px;
	text-align: right;
	}
dl.arakaruto{
padding-top:10px;
	}
dl.arakaruto dt{
	width:16em;
	float:left;
	margin: 0 0 5px 0;
padding: 2px 0 2px 10px;
line-height: 130%;
text-align: left;
	font-size: 90%;
	}	
dl.arakaruto dd {
    margin: 0 15px 5px 0;
    padding: 2px 0 2px 0;
    border-bottom: 1px dotted #999;
    text-align: right;
    line-height: 130%;
		font-size: 90%;
}	
dl.arakaruto p {
	font-size: 80%;
	color: #107608;
	margin-left: 10px;
}
.flexmenu2 {
	border-color: #666;
	-js-display: flex;
	display: none;
	padding: 10px 0 10px 0;
	display: flex;
	margin-bottom: 30px;
}
.itemmenu2{
	width:50%;
	}
.itemmenu2 img{
	padding-left: 10px;
	text-align: right;
	}

/* ベリーダンスのページ
-------------*/

 ul.hp_box2{
	display: table;
	margin-left: 0px;
	text-align: left;
	}
ul.hp_box2 li{
	display: table-cell;
	vertical-align: top;
	font-size: 90%;
	background-image: none;
	padding-left: 0px;
	margin-bottom: 0px;
	}
ul.hp_box2 p {
	margin-bottom: 10px;

}
ul.hp_box2 li img {
	padding-bottom: 0;

}	
ul.hp_box2 li:first-child {
	padding-right: 20px;
}		
.box{
	border: 1px solid #c8bab1;
	padding: 10px 10px 0px;
	margin: 0 auto 10px;
	width: 605px;
	}
.box ul.hp_box li img {
	padding-bottom: 0;
}
.box h3{
	color: #FFFFFF;
	border-radius: 5px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
	width: 100%;
	}
.box h3.bdsunday{
	background-color: #800d09;
	}
.box h3.bdmonday{
	background-color: #ff5eac;
	}
.box h3.bdtuesday{
	background-color: #662d80;
	}
.box h3.bdtuesday2{
	background-color: #333;
	}
.box h3.bdwednesday{
	background-color: #4b8fce;
	}
.box h3.bdwednesday2{
	background-color: #cd801e;
	}
.box h3.bdthursday{
	background-color: #398b4a;
	}
.box h3.bdfriday{
	background-color: #2e3180;
	}
.box h3.bdsaturday{
	background-color: #af9c00;
	}
h4.bdname{
	text-align: center;	
	}
/* お問合せのページ
-------------*/
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	border-collapse: collapse;
	text-align: left;
	font-weight: normal;
	font-size: 100%;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 30%;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 100%;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}


/* リクルートのページ
-------------*/
.staff{
	margin-bottom: 20px;
text-align:left;
	}
.reflex {
	background-color: #efede3;
	border-color: #666;
	-js-display: flex;
	display: none;
	display: flex;

}
.reitem{
	text-align:center;
	width: 33%;
	}
.reitem img {
    border-radius: 50%;
    -moz-border-image: border-radius: 50%;
    -webkit-border-image: border-radius:50%;
}
figcaption{
	font-size:12px;
	font-weight:bold;
}
/* よくある質問のページ
-------------*/
.question{
	padding: 20px 0;
	overflow: hidden;
	border-bottom: #cd801e 1px dotted;
	text-align: left;
	}
.question dt{
	color: #2f0102;
	background-image: url(images/question.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-top: 7px;
	margin-bottom: 15px;
	}

.question dd{
	background-image: url(images/answer.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #232323;
	padding-left: 45px;
	padding-top: 7px;
	}








.clear{
	clear:both;}
/* ____ テキスト設定 ____ */
.red {
	color: #CC0000;
}
.blue {
	color: #0066CC;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.wht {
	color: #FFFFFF;
}
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}

.f12 {
	font-size: 12px;
	line-height:140%;
}
.f13 {
	font-size: 13px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.f120 {
	font-size: 120%;
}
.f150 {
	font-size: 150%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
.left{
	text-align:left}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px!important;
}
.mt10 {
	margin-top: 10px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt40 {
	margin-top: 40px!important;
}
.mt80 {
	margin-top: 80px!important;
}
.ml10 {
	margin-left: 10px!important;
}
.ml20 {
	margin-left: 20px!important;
}
.mb0 {
	margin-bottom: 0!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.pt0{
padding-top:0!important;
}


.width50{
	width:50%!important;
	}
.spnone{display: inherit!important;
}
.pcnone{display:none!important;
	}



ul#qtranslate-chooser,#headerInfo ul {
display:table;
margin-left:20px;
margin-bottom:0;
}
ul#qtranslate-chooser li,#headerInfo ul li{
display:table-cell;
background-image:none;
padding:4px 20px 4px 0px;
}
ul#qtranslate-chooser li span{
padding-left:23px;
}
.qtranxs_flag_ja{
background-position:0 center;
}
.qtranxs_flag_en{
background-position:0 center;
}

p.halal {
text-align:center;
	margin-bottom:0;
}
p.halal img{
width:180px;
height:180px;
}
p.tandoor {
text-align:center;
}
p.tandoor img{
width:100%;
max-width:300px;
height:auto;
}
iframe{
border:none;}