@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

html {
	font-size: 62.5%;
}

img {
	vertical-align: top;
}
body,
table,
input, textarea, select, option {
	font-family: "メイリオ", Meiryo, Verdana, sans-serif;
	font-size: 1em;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	text-decoration: none;
}

a:visited {

}

a:hover {
	text-decoration: none;
}

a:active {

}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	line-height: 1.4;
	-webkit-text-size-adjust: none;
    background: #FFF;
	color: #211D08;
}
.right{
	float:right !important;
}
.left{
	float:left !important;
}
.center {
	margin:0 auto !important;
}

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

#gHeader {
	background: #221D09;
	position: relative;
	z-index: 100;
}

#gHeader #logo {
	float: left;
	width: 25%;
	background: #FFF;
	text-align: center;
	border-right: 1px solid #EFEBE0;
	height: 53px;
	z-index:1000;
}

#gHeader #logo #logo_top {
	padding: 6px 0;
	height: 53px;
	display: block;
}

#gHeader #logo #logo_main {
	padding: 6px 0;
	height: 53px;
	display: none;
	font-size:14px;
	font-weight:bold;
	position:relative;
	top:6px;
	color:#333;
}


/*------------------------------------------------------------
	店舗別ヘッダーロゴテキストサイズ設定用
------------------------------------------------------------*/
.page-akihabara #gHeader #logo #logo_main {
	font-size:12px;
}



#gHeader .groupLink,
#gHeader .reservationBtn,
#gHeader .inquiryBtn,#gHeader .mapBtn {
	width: 25%;
	float: left;
}


#gHeader .groupLink {
	height: 53px;
	background: #35BDB3;
}

#gHeader .groupLink .accTtl {
	padding: 13px 13% 13px 7%;
	height: 53px;
	display: block;
	border-right: 1px solid #EFEBE0;
	text-align: center;
	position: relative;
	color: #FFF;
	font-size: 11px;
}

#gHeader .groupLink .accConts .area_list,
#gFooter .f_accConts .area_list {
	display: none;
}

#gHeader .groupLink .accConts .area_list.open,
#gFooter .f_accConts .area_list.open {
	display: block;
}

#gHeader .groupLink .accConts .otherList .topLink,
#gFooter .f_accConts .otherList .topLink {
	display: none;
}

#gHeader .groupLink .accConts .otherList .topLink.open,
#gFooter .f_accConts .otherList .topLink.open {
	display: block;
}

#gHeader .reservationBtn,#gHeader .inquiryBtn {
	border-right: 1px solid #EFEBE0;
}

#gHeader .reservationBtn,
#gHeader .inquiryBtn,#gHeader .mapBtn {
	width: 22%;
	background: #35BDB3;
}

#gHeader .reservationBtn a,
#gHeader .inquiryBtn a,#gHeader .mapBtn a {
	display: block;
	padding: 32px 0 14px;
	height: 53px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
}

#gHeader .reservationBtn span,
#gHeader .inquiryBtn span,#gHeader .mapBtn span {
	display: block;
	position: relative;
}

#gHeader .reservationBtn a:before {
	margin-left: -6px;
	width: 15px;
	height: 18px;
	background: url(../images-renew/common/sprite.png) no-repeat -29px -46px;
	-webkit-background-size: 115px 117px;
	        background-size: 115px 117px;
	position: absolute;
	top: 10px;
	left: 50%;
	content: "";
}

#gHeader .inquiryBtn a:before {
	margin-left: -7px;
	width: 19px;
	height: 13px;
	background: url(../images-renew/common/sprite.png) no-repeat -47px -46px;
	-webkit-background-size: 115px 117px;
	        background-size: 115px 117px;
	position: absolute;
	top: 14px;
	left: 50%;
	content: "";
}

#gHeader .mapBtn a:before {
	margin-left: -14px;
	width: 29px;
	height: 24px;
	background: url(../images-renew/common/sprite.png) no-repeat -28px -91px;
	-webkit-background-size: 115px 117px;
	        background-size: 115px 117px;
	position: absolute;
	top: 7px;
	left: 50%;
	content: "";
}

#gHeader .reservationBtn a:after,
#gHeader .inquiryBtn a:after,#gHeader .mapBtn a:after {
	background: none;
}


/*------------------------------------------------------------
    プルダウンメニュー
------------------------------------------------------------*/
#gHeader .accConts {
	margin-left: -100%;
	width: 400%;
	background: #35BDB3;
}

#gHeader .accConts .otherList {
	background: #2C9E96;
}

#gHeader .accConts .otherList li,
#gFooter .f_accConts .otherList li {
	font-size: 14px;
	line-height: 2.5;
}

#gHeader .accConts .listTtl,
#gFooter .f_accConts .listTtl {
	padding: 5px 5px 10px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}

#gHeader .accConts .topLink a,
#gFooter .f_accConts .topLink a {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

#gHeader .accConts .areaLink,
#gFooter .f_accConts .areaLink {
	margin: 0 10px 14px;
}

#gHeader .accConts .areaLink,
#gFooter .f_accConts .areaLink li {
	line-height: 2.3;
}

#gHeader .accConts .areaLink a,
#gFooter .f_accConts .areaLink a {
	padding-left: 24px;
	color: #FFF;
	position: relative;
	display: inline-block;
	font-size: 12px;
}

#gHeader .accConts .areaLink a:after,
#gFooter .f_accConts .areaLink a:after {
	width: 5px;
	height: 5px;
	background: url(../images-renew/common/sprite.png) no-repeat -59px -101px;
	-webkit-background-size: 115px 117px;
	        background-size: 115px 117px;
	position: absolute;
	top: 13px;
	left: 10px;
	content: "";	
}

#gHeader .accConts .areaLink a:after,
#gFooter .f_accConts .areaLink a:after {
	margin-top: 4px;
}

#gHeader .accConts .topLink,
#gFooter .f_accConts .topLink {
	padding: 5px 10px 10px;
	width: 100%;
}

#gHeader .accConts .topLink li,
#gFooter .f_accConts .topLink li {
	float: left;
}

#gHeader .accConts .topLink li:nth-child(odd),
#gFooter .f_accConts .topLink li:nth-child(odd) {
	margin-right: 10px;
	width: 60%;
}
/*------------------------------------------------------------
    フッター
------------------------------------------------------------*/
#gFooter {
	background: #221D09;
	position: relative;
}

#gFooter .fLinkMenu {
	border-bottom: 1px solid #fff;
}

#gFooter #logo {
	float: left;
	width: 25%;
	background: #FFF;
	text-align: center;
	border-right: 1px solid #EFEBE0;
}

#gFooter #logo a {
	padding: 6px 0;
	height: 53px;
	display: block;
}

#gFooter .groupLink {
	width: 100%;
	z-index: -1;
}

#gFooter .groupLink .accTtl {
	padding: 13px 6px 11px 3px;
	width: 25%;
	display: inline-block;
	background: #35BDB3;
	height: 53px;
	border-right: 1px solid #EFEBE0;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	position: relative;
}

#gFooter .reservationBtn {
	position: absolute;
	top: 0;
	right: 25%;
}

#gFooter .inquiryBtn {
	position: absolute;
	top: 0;
	right: 0;
}

#gFooter .mapBtn {
	position: absolute;
	top: 0;
	right: 0;
}

#gFooter .reservationBtn {
	border-right: 1px solid #EFEBE0;
}

#gFooter .reservationBtn,
#gFooter .inquiryBtn {
	width: 25%;
	background: #35BDB3;
}

#gFooter .reservationBtn a,
#gFooter .inquiryBtn a ,#gFooter .mapBtn a{
	display: block;
	padding: 29px 0 14px;
	height: 53px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
}

#gFooter .reservationBtn a:before {
	margin-left: -6px;
	width: 12px;
	height: 14px;
	background: url(../images-renew/common/sprite.png) no-repeat -25px -53px;
	-webkit-background-size: 115px 117px;
	        background-size: 115px 117px;
	position: absolute;
	top: 10px;
	left: 50%;
	content: "";
}

#gFooter .inquiryBtn a:before {
	margin-left: -7px;
	width: 14px;
	height: 16px;
	background: url(../images-renew/common/sprite.png) no-repeat -38px -53px;
	-webkit-background-size: 115px 117px;
	        background-size: 115px 117px;
	position: absolute;
	top: 10px;
	left: 50%;
	content: "";
}

#gFooter .f_accConts {
	background: #35BDB3;
	border-top: 1px solid #fff;
}

#gFooter .f_accConts .otherList {
	background: #2C9E96;	
}

#gFooter .f_accConts .listTtl {
	padding: 10px 5px 10px;
}

#gFooter .f_accConts .topLink a {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

#gFooter .f_accConts .areaLink {
	margin: 0 10px 14px;
}

#gFooter .f_accConts .areaLink a {
	color: #FFF;
	font-size: 12px;
}

#gHeader .accConts .areaLink a span.text01,
#gFooter .f_accConts .areaLink a span.text01 {
	font-size: 16px;
}

#gFooter .f_accConts .topLink {
	padding: 5px 10px 10px;
}

#gFooter .totalLink a {
	padding: 10px 25px;
	background: #F0A003;
	display: block;
	color: #FFF;
	text-align: left;
	position: relative;
	font-size: 14px;
	font-weight: bold;
}

#gFooter .totalLink a:before {
	margin-top: -6px;
	width: 7px;
	height: 13px;
	background: url(../images-renew/common/sprite.png) no-repeat -82px -47px;
	-webkit-background-size: 115px 117px;
	        background-size: 115px 117px;
	position: absolute;
	top: 50%;
	left: 7px;
	content: "";
}

#gFooter .copyright {
	padding: 6px 0;
	background: #FFF;
	display: block;
	color: #333;
	text-align: center;
}

/*------------------------------------------------------------
	以下、汎用スタイル
------------------------------------------------------------*/
.arrowList li a {
	position: relative;
}

.arrowBtn a:after,
.arrowList li a:after {
	margin-top: -2px;
	width: 7px;
	height: 12px;
	background: url(../images-renew/common/sprite.png) no-repeat -91px -47px;
	-webkit-background-size: 115px 117px;
	        background-size: 115px 117px;
	position: absolute;
	top: 44%;
	right: 6px;
	content: "";
}

.arrowBox {
	padding: 8px 0;
	margin: 0 7px;
	background: #F0F0F0;
	border-bottom: 5px solid #DDDCD8;
	position: relative;
}

/*.arrowBox:after {
	margin-top: -6px;
	width: 7px;
	height: 12px;
	background: url(../images-renew/common/sprite.png) no-repeat -100px -48px;
	-webkit-background-size: 115px 117px;
	        background-size: 115px 117px;
	position: absolute;
	top: 50%;
	right: 6px;
	content: "";
}*/

.btnBox {
	margin-bottom: -1px;
	overflow: hidden;
}

.headLine02 {
	margin-bottom: 7px;
	padding: 7px 7px 5px;
	background: #35BDB3;
	color: #FFF;
	font-size: 12px;
}

.headLine03 {
	padding: 11px 7px 9px;
	background: #35BDB3;
	border-top: 5px solid #DDDCD8;
	color: #FFF;
	font-size: 14px;
}

.accTtl {
	padding: 15px 7px 12px;
	margin: 0 7px;
	position: relative;
	border-bottom: 1px solid #C7B27B;
	cursor: pointer;
}

.accTtl.open {
	background: #FFF;
	border-bottom: none;
	position: relative;
}

.accConts {
	border-bottom: 1px solid #C7B27B !important;
}

.accConts:last-child {
	border-bottom: none !important;
}

.accTtl:after {
	margin-top: -16px;
	width: 33px;
	height: 33px;
	background: url(../img/common/template/btn_arrow.png) no-repeat 0 -33px;
	-webkit-background-size: 33px 66px;
	        background-size: 33px 66px;
	position: absolute;
	top: 50%;
	right: 6px;
	content: "";
}

.accTtl.open:after {
	margin-top: -16px;
	width: 33px;
	height: 33px;
	background: url(../img/common/template/btn_arrow.png) no-repeat 0 0;
	-webkit-background-size: 33px 66px;
	        background-size: 33px 66px;
	position: absolute;
	top: 50%;
	right: 6px;
	content: "";
}

.oasis_club {
	margin: 0;
	padding: 0;
	background-color: #F0A003;
	color: #FFF;
}

.arrowBox.oasis_club {
	border-bottom: 1px;
}

.arrowBox.oasis_club:after {
	right: 13px;
}

.oasis_club a {
	padding: 8px;
	display: block;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

.oasis_club a span.text01 {
	font-size: 16px;
}

/*------------------------------------------------------------
	お知らせ一覧
------------------------------------------------------------*/
body.archive .totalLink a {
	padding: 10px 25px;
	background: #3E2F18;
	display: block;
	color: #BFB27F;
	text-align: left;
	position: relative;
	font-size: 14px;
}

body.archive .totalLink a:before {
	margin-top: -6px;
	width: 7px;
	height: 13px;
	background: url(../images-renew/common/sprite.png) no-repeat -82px -47px;
	-webkit-background-size: 115px 117px;
	        background-size: 115px 117px;
	position: absolute;
	top: 50%;
	left: 7px;
	content: "";
}

body.archive .headLine03 {
	border-top: none;
}


/*------------------------------------------------------------
	お知らせ詳細
------------------------------------------------------------*/
body.single .totalLink a {
	padding: 10px 25px;
	background: #3E2F18;
	display: block;
	color: #BFB27F;
	text-align: left;
	position: relative;
	font-size: 14px;
}

body.single .totalLink a:before {
	margin-top: -6px;
	width: 7px;
	height: 13px;
	background: url(../images-renew/common/sprite.png) no-repeat -82px -47px;
	-webkit-background-size: 115px 117px;
	        background-size: 115px 117px;
	position: absolute;
	top: 50%;
	left: 7px;
	content: "";
}

body.single .headLine03 {
	border-top: none;
}

body.single .contentBox {
	margin-bottom: 11px;
	padding: 8px 7px 0;
	color: #3E2E18;
	font-size: 1.2em;
}

body.single .contentBox .thumbnailBox {
	margin-bottom: 10px;
	width: 100%;
}

body.single .contentBox .thumbnailBox img {
	width: 100%;
	height: auto;
}

body.single .contentBox p {
	margin-bottom: 30px;
	color: #3E2E18;
	font-size: 14px;
}

body.single .contentBox p:last-child {
	margin-bottom: 0;
}

body.single .contentBox ul,
body.single .contentBox ol {
	margin-bottom: 30px;
}

body.single .contentBox ul {
	font-size: 14px;
	list-style-type: disc!important;
}

body.single .btnLinks {
	margin: 0 7px 5px;
}

body.single .btnLinks li {
	text-align: center;
}

body.single .btnLinks li a {
	background: #F0A003;
	display: block;
	position: relative;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}

body.single .btnLinks li.telBtn a {
	height: 53px;
	padding: 14px 11px 11px 40px;
	width: 64.8%;
	float: left;
	font-size: 17px;
	z-index: 1;
}

body.single .btnLinks li.telBtn a:before {
	margin-top: -12px;
	width: 25px;
	height: 25px;
	background: url(../images-renew/common/sprite.png) no-repeat -1px -90px;
	-webkit-background-size: 115px 117px;
	        background-size: 115px 117px;
	position: absolute;
	top: 50%;
	left: 13px;
	content: "";
}

body.single .btnLinks li.telBtn a:after {
	width: 100%;
	height: 3px;
	background: url(../../img/common/template/tel_bg.png) no-repeat left top;
	-webkit-background-size: 100% 3px;
	        background-size: 100% 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	z-index: 5;
}

body.single .btnLinks li.mapBtn a {
	height: 53px;
	padding: 14px 0 11px 26px;
	width: 34%;
	float: right;
	font-size: 17px;
}

body.single .btnLinks li.mapBtn a:before {
	margin-top: -11px;
	width: 29px;
	height: 24px;
	background: url(../images-renew/common/sprite.png) no-repeat -28px -91px;
	-webkit-background-size: 115px 117px;
	        background-size: 115px 117px;
	position: absolute;
	top: 44%;
	left: 13px;
	content: "";
	z-index: 1;
}

body.single .btnLinks li.mapBtn a:after {
	width: 100%;
	height: 3px;
	background: url(../../img/common/template/map_bg.png) no-repeat left top;
	-webkit-background-size: 100% 3px;
	        background-size: 100% 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	z-index: 5;
}

body.single .btnLinks li .telNum {
	padding-left: 3px;
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.m47l {margin-left:47px}
.p0a{
	padding:0px !important;
}
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	タップして読み込む
------------------------------------------------------------*/
.tap_to_read {
	background:white;
	border:0;
	color:#35BDB3;
	width:100%;	
   -webkit-appearance: none;
}

.triming65{
 width: 65px;
 height: 65px;
 overflow: hidden;
 display:inline-block;
 float:left;
 }
 
/*------------------------------------------------------------
	ヘッダー固定
------------------------------------------------------------*/
.fixed{
	top: 0;
	left: 0;
	position:fixed;
	width:100%;
	z-index:999999;
	box-shadow: 0px 0px 4px #000000;
}

#conts{
	padding-top:53px;
}

#info_a_fixed,#info_b_fixed,#info_c_fixed,#info_d_fixed,#info_e_fixed,#info_f_fixed,#info_g_fixed,#partyBox_fixed{
	margin-top:-54px !important;
	padding-top:54px !important;
}
.bnr_honey {
	display:block;
	margin:10px auto;
}


/*------------------------------------------------------------
	プリントハニトー
------------------------------------------------------------*/
.img_print_honey {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

.btn_fgo {
	display:block;
	width:95%;
	margin:0 auto 10px;
}

.btn_fgo:hover {
	opacity:0.7;
}

.top_bnr_box {
	margin: 15px 10px;
  text-align: center;
}
.top_bnr_box img {
	max-width: 100%;
}
