@charset "utf-8";

/* -----------------------------------------------------------------------

Style Info : プラン詳細用css

----------------------------------------------------------------------- */

/*  共通 */
.conp-html
ul,
ul.list-cssMrk,
ul.list-txtMrk {
	clear: both;
	padding-bottom: 20px;
}

.conp-html
ul.list-cssMrk li,
ul.list-txtMrk li{
	padding-bottom: 4px;
	line-height: 1.4;
	zoom:1;
}

/*  テキストマーカーリスト */
.conp-html
ul.list-txtMrk{
	padding-left: 1em;
	padding-bottom: 20px;
}

.conp-html
ul.list-txtMrk li{
	text-indent: -1em;
}

/*  CSSマーカーリスト */
.conp-html
ul.list-cssMrk{
	padding-left: 1.5em;
}

.conp-html
ul.list-cssMrk li{
	list-style-type: disc;
	list-style-position:outside;
}

/*  CSSマーカーリスト */
.conp-html
ol.list-cssNo{
	padding-left: 1.5em;
}
.conp-html
ol.list-cssNo li{
	list-style-type: decimal;
	list-style-position:outside;
}

/* ---------- 基本 ---------- */

.fcRed {/*色を赤く*/
	color:#A31837;
}
.fwb {/*文字を太く*/
	font-weight:bold;
}
.fss{/*文字を小さく*/
	font-size: 10px;
}
.txtBigRed{/*文字を大きく赤く*/
	color:#A31837;
	font-size: 16px;
}

.conp-html .txtBig{
	font-size: 16px;
}

.ttl-line-tb{
	padding: 10px;
	margin: 10px 0 10px;
	text-align: center;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.column2-r{
	padding-bottom: 20px;
}
.conp-html{
	padding: 0;
}
.conp-html h3,
.conp-html h4,
.conp-html h5,
.conp-html h6,{
	text-align: left !important;
}
.conp-html p{
	padding-bottom: 15px;
}

/* センタリング（PCのみ）*/
.conp-html .center-pcOnly{
	text-align: center;
}

/* 画像キャプション */
.conp-html .caption{
	padding: 5px;
	font-size: 11px;
}

/* ---------- プランアイコン ---------- */
ul.planCateIco{
	padding-bottom: 10px;
}

ul.planCateIco li{
	display: inline-block;
	padding: 0 10px;
	margin-right: 2px;
	color: #FFFFFF;
}

ul.planCateIco .pci-dinner{background: #6789bb;}
ul.planCateIco .pci-lunch{background: #ee9b72;}
ul.planCateIco .pci-tea{background: #a3d57e;}
ul.planCateIco .pci-bf{background: #d27495;}
ul.planCateIco .pci-bar{background: #8D7650;}

/* ---------- テーブル ---------- */

.conp-html table{
	width: 100%;
	margin-bottom: 20px;
}
.conp-html table th{
	display: block;
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
}
.conp-html table td{
	display: block;
	padding: 10px 5px;
	text-align: center;
	border: 1px solid #CCCCCC;
}
.scrollTable{
	overflow: auto;
	white-space: nowrap;
}


/* ---------- プラン概要 ---------- */

.conp-html .dataList {
	width:100%;
	padding-bottom: 20px;
}
.conp-html .dataList dt {
	margin-top:8px;
	width:100%;
	font-weight:bold;
}
.conp-html .dataList dt:first-child {
	margin-top:0;
}
.conp-html .dataList dd {
	width:100%;
}


/* ---------- 横並びボックス（汎用） ---------- */

/* Title */
.conp-html .flb-ttl{
	text-align: center;
	margin-bottom: 30px;
	padding-top: 20px;
}

.conp-html .floatBox .w-auto{
	width: auto !important;
}

.conp-html .floatBox{
}

.conp-html .floatBox h3{
	padding: 20px 0 30px;
}

.flb-ol{
	padding: 0 0 30px;
	overflow: hidden;
}

.conp-html .floatBox .flb-ol .flb-Left{
	float: left;
	width:30% ;
}

.conp-html .floatBox .flb-ol .flb-Left img{
	width: 100%;
}

/* Text box */
.conp-html .floatBox .flb-ol .flb-Right{
	float: right;
	width: 65%;
}

.conp-html .floatBox .flb-ol .flb-Left h4,
.conp-html .floatBox .flb-ol .flb-Right h4{
	font-size: 16px;
}

/* ---------- 横並びボックス（50%） ---------- */

.flb-ol50{
	padding: 0 0 30px;
	overflow: hidden;
}

/**/
.conp-html .floatBox .flb-ol50 .flb-Left{
	float: left;
	width:48.5% ;
}

/* */
.conp-html .floatBox .flb-ol50 .flb-Right{
	float: right;
	width: 48.5%;
}

.conp-html .floatBox .flb-ol50 img{
	width: 100%;
}

.conp-html .floatBox .flb-ol50 h3{
	font-size: 20px;
	padding: 0 0 10px;
	letter-spacing: 1px;
}

.conp-html .floatBox .flb-ol50 h4{
	font-size: 16px;
	padding-bottom: 15px;
}

/* ---------- 横並びボックス（30%） ---------- */

.flb-ol30{
	padding: 0 0 30px;
	overflow: hidden;
}

/* Left */
.conp-html .floatBox .flb-ol30 .flb-Left{
	float: left;
	width:31.5% ;
}

/* Center */
.conp-html .floatBox .flb-ol30 .flb-Center{
	box-sizing: content-box;
	float: left;
	width:31.5%;
	padding-left:2.75%;
}

/* Right */
.conp-html .floatBox .flb-ol30 .flb-Right{
	float: right;
	width: 31.5%;
}

.conp-html .floatBox .flb-ol30 img{
	width: 100%;
}

.conp-html .floatBox .flb-ol30 h3{
	font-size: 20px;
	padding: 0 0 10px;
	letter-spacing: 1px;
}

.conp-html .floatBox .flb-ol30 h4{
	font-size: 14px;
	padding-bottom: 15px;
}

/* ---------- プレーンテキストボックス ---------- */
.plainTxtBox{
	padding: 0 0 30px;
}

.plainTxtBox h4{
	font-size: 16px;
	letter-spacing: 1px;
}

/* ---------- レイアウトパーツ（汎用） ---------- */
.conp-html ul.listlay{
	clear: both;
	text-align: center;
}

.conp-html ul.listlay li{
	display: inline-block;
}

/* ---------- レイアウトパーツ（汎用） ---------- */

.conp-html .floatBox{
}

.flb-ol{
	padding: 0 0 30px;
	overflow: hidden;
}

.conp-html .flb-Left{
	float: left;
	width:30% ;
}

.conp-html .flb-Left img{
	width: 100%;
}

/* Text box */
.conp-html .flb-Right{
	float: right;
	width: 65%;
}

.conp-html .flb-Right h4{
	font-size: 16px;
}

/*  上ボーダー */
.flb-topbrd{
	border-top: 1px solid #CCCCCC;
	margin-top: 20px;
	padding: 20px 0;
}

/*  下ボーダー */
.flb-btmbrd{
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding: 20px 0;
}


/* ---------- バナー ---------- */
.conp-html .btnBanner{}

.conp-html .btnBanner a{
	display: block;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	position: relative;
	transition: .5s;
}

.conp-html .btnBanner a:hover{
	opacity: 0.6;
}

.conp-html .btnBanner img{
	box-sizing: border-box;
	float: left;
	width: 15%;
	padding: 10px 0 10px 10px;
}

.conp-html .btnBanner .inBnrTxt{
	box-sizing: border-box;
	float: left;
	width: 85%;
	padding: 20px 40px 10px 20px;
}

/* Arrow */
.conp-html .btnBanner a::after{
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: 2px solid #7f0020;
	border-right: 2px solid #7f0020;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right:20px;;
}

.conp-html .btnBanner .inBnrTxt h3,
.conp-html .btnBanner .inBnrTxt h4,
.conp-html .btnBanner .inBnrTxt h6,
.conp-html .btnBanner .inBnrTxt h5{
	padding: 0 !important;
	margin: 0 !important;
	font-size: 16px;
}

.conp-html .btnBanner .inBnrTxt p{
	padding: 0 !important;
	margin: 0 !important;
}


/* ---------- 価格 ---------- */

.conp-html .priceBox {
	margin:0 0 40px;
	padding:0;
}
.conp-html .priceBox h4{
	margin-bottom:15px;
	font-size:1.29em;
}
.conp-html .priceBox h5{
	margin-bottom:10px;
	font-size:1.29em;
}
.conp-html .priceBox .inBox{
	border-top:1px dotted #d0d0d0;
	margin:0;
	padding:20px 180px 20px 10px;
	position:relative;
	overflow:hidden;
}
.conp-html .priceBox .inBox:last-child{
	border-bottom:1px dotted #d0d0d0;
}
.conp-html .priceBox .c2{
	border-bottom:1px dotted #d0d0d0;
	overflow:hidden;
}
.conp-html .priceBox .c2 .inBox{
	width:50%;
	padding:20px 100px 20px 10px;
	float:left;
}
.conp-html .priceBox .c2 .inBox:last-child{
	border-bottom:none;
}
.conp-html .priceBox .inBox.c2in p{
	width:50%;
	float:left;
}

.conp-html .priceBox .inBox .btn{
	margin:0;
	padding:0;
	display:inline-block;
	position:absolute;
	top:20px;
	right:10px;
}
.conp-html .priceBox .inBox .price{
	margin:0;
	padding:0;
	font-size:1.15em;
	font-weight:bold;
}
.conp-html .priceBox .inBox .priceR{
	margin:0;
	padding:0;
	display:inline-block;
	font-size:1.15em;
	font-weight:bold;
	position:absolute;
	top:20px;
	right:10px;
}

/* ---------- ボーダーをつけ・中に余白をボックス ---------- */

.conp-html .menuBrdBox{
	padding: 20px 30px 10px;
	border: 3px double #d0d0d0;
}

.conp-html .menuBrdBox h5{
	text-align: center;
}

.conp-html .menuBrdBox h4{
	padding: 0 0 10px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 3px double #d0d0d0;
}

.conp-html .menuBrdBox p{
	padding-bottom: 1em;
}

/* ---------- 特設ボックス ---------- */
.conp-html .giftBox{
	border: 3px double #d0d0d0;
}

.conp-html .giftBox .inBox{
	padding: 20px 30px 20px;
	overflow: hidden;
}

.conp-html .giftBox h3{
	padding: 15px 0 !important;
	margin: 0;
	line-height: 1;
	font-size: 16px !important;
	text-align: center;
	letter-spacing: 2px;
	border-bottom: 1px solid #d0d0d0;
	background:#efefef;
}

.conp-html .giftBox h4{
	padding: 0 0 10px;
	margin: 0;
	font-size: 16px;
}

.conp-html .giftBox h5{
	padding: 0 0 5px;
	margin: 0;
	font-size: 13px;
}

.conp-html .giftBox h6{
	padding: 0 0 5px;
	margin: 0;
	font-size: 12px;
}

.conp-html .giftBox p{
	padding: 0 0 1em;
	margin: 0;
}

/* GiftBox Layout Left */
.conp-html .giftBox .gb-floatLeft{
	float: left;
	width: 30%;
	padding-bottom: 20px;
}

.conp-html .giftBox .gb-floatLeft img{
	width:100%;
}

/* GiftBox Layout Left */
.conp-html .giftBox .gb-floatRight{
	box-sizing: border-box;
	float: left;
	width: 70%;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 20px;
}


/* ---------- 予約ボタン ---------- */

.resrveBox{
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #d0d0d0;
}

.resrveBox h4{
	padding: 0 0 10px;
	font-size: 20px;
	letter-spacing: 1px;
}


.conp-html .reserveBtnS {
	display:inline-block;
	padding:13px 35px 13px 20px;
	font-size:14px;
	color:#ffffff!important;
	text-decoration:none;
	text-align:left;
	line-height: 1;
	letter-spacing: 1px;
	/*background:url(/~/Media/common/images/ic_arw_r_4b7_w.png) no-repeat 95% 50% #7f0020;*/
	background:#7f0020;
	position: relative;
	transition:all 0.5s ease;
}
.conp-html .reserveBtnS:hover {
	opacity:0.6;
}

/* Arrow */
.conp-html .reserveBtnS::after{
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -3px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right:15px;
}

/* Spanで囲った文字の装飾 */
.conp-html .reserveBtnS span{
	display: inline-block;
	padding: 3px 10px;
	margin: 0 10px;
	color: #7f0020;
	line-height: 1;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	background: #FFFFFF;
	border-radius: 30px;
}

/* ---------- リンクボタン ---------- */

.conp-html .linkBtn {
	display: inline-block;
	padding: 8px 30px 8px 15px;
	line-height:20px;
	color:#202020;
	text-decoration: none;
	background: #FFFEFE;
	border: 1px solid #CCCCCC;
	position: relative;
	transition:all 0.5s ease;
}

.conp-html .linkBtn:hover{
	opacity:0.6;
}

/* Arrow */
.conp-html .linkBtn::after{
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -3px;
	border-top: 1px solid #7f0020;
	border-right: 1px solid #7f0020;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right:12px;;
}

/* Spanで囲った文字の装飾 */
.conp-html .linkBtn span{
	display: inline-block;
	padding: 4px 10px;
	margin: 0 10px;
	color:#ffffff;
	line-height: 1;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	background:#3D3D3D;
	border-radius: 30px;
}

.conp-html .LB-2line {
	line-height: 1.4 !important;
}

/* Arrow  - 2Line */
.conp-html .LB-2line::after{
	top: 22px !important;
}

/* サイドバーに追加する場合 */
ul.sideEntryBox{
	padding-bottom: 5px!important;
}

ul.sideEntryBox li{
	display: block!important;
}

ul.sideEntryBox li p{
	margin: 0;
	padding: 0 0 10px;
}

ul.sideEntryBox li a{
	padding-left: 0 !important;
	display: block!important;
	text-align: center!important;
}

/* ---------- メニューリスト ---------- */
.conp-html .menuBox {
	margin:0;
	padding:25px 0;
	position:relative;
}
.conp-html .menuBox:first-child {
	margin:40px 0 0!important;
}
.conp-html .menuBox h4{
	margin-bottom:10px;
	font-size:1.29em;
}
.conp-html .menuBox .inBox{
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
}
.conp-html .menuBox .inBox h5{
	margin-bottom:10px;
	font-size:1.15em;
}
.conp-html .menuBox .inBox ul.list {
	margin:0!important;
}
.conp-html .menuBox .inBox .photo {
	width:300px;
	position:static;
	float:left;
}
.conp-html .menuBox .inBox .txtBox {
	width:635px;
	float:right;
}

.conp-html .menuBox.c2 .inBox{
	margin:0 0 40px;
	padding:0;
	position:relative;
}
.conp-html .menuBox.c2 .inBox .photo {
	position:static;
	float:left;
}
.conp-html .menuBox.c2 .inBox .txtBox {
	width:635px;
	float:right;
}
.conp-html .menuBox .photo img {
	width:100%;
}

.conp-html .kondateBox {
	padding:0;
	margin:0 auto 30px;
	border:3px double #d0d0d0;
}
.conp-html .kondateBox h3{
	padding:15px 0 !important;
	margin: 0!important;
	line-height: 1;
	font-size: 20px !important;
	text-align: center;
	letter-spacing: 2px;
	border-bottom: 1px solid #d0d0d0;
	background:#efefef;
}
.conp-html .kondateBox h4{
	margin-top:20px;
	padding:0 20px;
	font-size:16px;
	text-align:center;
}
.conp-html .kondateBox .photo{
	width:60%;
	max-width:300px;
	margin:20px auto;
	text-align:center;
}
.conp-html .kondateBox .photo.wide{
	width:80%;
	max-width:600px;
}
.conp-html .kondateBox .photo img{
	width:100%;
}
.conp-html .kondateBox dl {
	width:70%;
	margin:10px auto;
	overflow:hidden;
	display:block;
}
.conp-html .kondateBox dl dt {
	border-top:1px solid #eeeeee;
	padding:8px 0;
	float: left ;
	clear: left ;
	width: 20% ;
}
.conp-html .kondateBox dl dd {
	border-top:1px solid #eeeeee;
	padding:8px 0;
	float: left ;
	width: 80% ;
}
.conp-html .kondateBox ul.menuList {
	margin-top:15px;
}
.conp-html .kondateBox ul.menuList li {
	text-align:center;
	margin:15px auto!important;
}



/* ---------- クーポンリスト ---------- */
.conp-html .coupon{
	padding: 20px 40px 20px;
	background:#E9E9E9;
}

.conp-html .coupon h4{
	padding-bottom: 15px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
}

.conp-html .coupon a{
	display: block;
	padding: 20px 30px;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: center;
	text-decoration: none;
	background: #FFFFFF;
	position: relative;
	transition: .5s;
}

.conp-html .coupon a:hover{
	opacity: 0.6;
}

/* Arrow */
.conp-html .coupon a::after{
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -3px;
	border-top: 2px solid #7f0020;
	border-right: 2px solid #7f0020;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right:20px;;
}

/* ---------- お問い合わせリスト ---------- */
.contact-area{	
}

.contact-area h3{
}

.contact-area p{
}

.contact-area p.tel{
}

.contact-area ul{
	display: inline-block;
	text-align: center;
}

.contact-area ul li{
}

.contact-area ul li a{
	display: block;
}

/* ----------  メニュー表デザインパーツ ---------- */
.conp-html .menuCard{
	padding: 30px;
	border: 3px double #CCCCCC;
	text-align: center;
}

.conp-html .menuCard h4,
.conp-html .menuCard h5,
.conp-html .menuCard h6{
	border-bottom: 2px solid #3C3C3C;
	padding: 0 0 10px;
}

.conp-html .menuCard h4{font-size: 18px;}
.conp-html .menuCard h5{font-size: 16px;}
.conp-html .menuCard h6{font-size: 14px;}

/* Dlタグの場合 */
.conp-html .menuCard dl{
	padding: 20px 0 0;
	letter-spacing: 1px;
	line-height: 1.4;
}

.conp-html .menuCard dl dt{
	font-weight: bold;
}

.conp-html .menuCard dl dd{
	padding-bottom: 15px;
}

/* Listタグの場合 */
.conp-html .menuCard ul{
	padding: 20px 0 0;
	letter-spacing: 1px;
}

.conp-html .menuCard ul li{
	padding-bottom: 10px;
}

/* Card自体をセンタリングしたい場合 */
.cardCenter{
	width: 40%;
	margin: 40px auto 40px;
}

/*----------------------------------------------------------

	Display：320px → 767px（ sp ）

----------------------------------------------------------*/

@media screen and (max-width: 767px) {
	
.fss{
	font-size: 12px;
}

/* センタリング（PCのみ）*/
.conp-html .center-pcOnly{
	text-align:left;
}

/* ---------- プラン概要 ---------- */

.conp-html .dataList {
	width:100%;
	overflow:hidden;
}
.conp-html .dataList dt {
	float: none;
	margin: 0 0 5px 0;
}
.conp-html .dataList dt:first-child {
	margin-top:0x;
}
.conp-html .dataList dd {
	clear: both;
	float: none;
	margin: 0 0 15px 0;
}



/* ---------- 価格 ---------- */

.conp-html .priceBox .inBox{
	padding:20px 0;
}
.conp-html .priceBox .c2 .inBox{
	width:100%;
	padding:20px 0;
	float:none;
}
.conp-html .priceBox .inBox.c2in p{
	width:100%;
	float:none;
}
.conp-html .priceBox .inBox .btn{
	display:block;
	margin:15px 0;
	padding:0;
	position:static;
	text-align:center;
}
.conp-html .priceBox .inBox .price,
.conp-html .priceBox .inBox .priceR{
	position:static;
	display:block;
	font-size:1.0em;
}
.pBox-right{
	text-align: left !important;
}

/* ---------- メニューリスト ---------- */

.conp-html .menuBox .inBox{
	padding:0;
}
.conp-html .menuBox .inBox .photo {
	margin-bottom:20px;
	width:100%;
	position:static;
	float:none;
}
.conp-html .menuBox .inBox .txtBox {
	width:100%;
	float:none;
}

.conp-html .menuBox.c2 .inBox .photo {
	position:static;
	float:none;
}
.conp-html .menuBox.c2 .inBox .txtBox {
	width:100%;
	float:none;
}


.conp-html .kondateBox h3{
	font-size: 20px !important;
}
.conp-html .kondateBox h4{
	font-size:16px;
}
.conp-html .kondateBox .inBox{
	padding:20px 20px ;
}
.conp-html .kondateBox .photo{
	width:90%;
	max-width:300px;
	margin:0px auto 20px;
	text-align:center;
}
.conp-html .kondateBox .photo.wide{
	width:100%;
}
.conp-html .kondateBox dl {
	width:90%;
	margin:10px auto;
	overflow:hidden;
	display:block;
}
.conp-html .kondateBox dl dt {
	border-top:1px solid #eeeeee;
	padding:8px 0;
	float: left ;
	clear: left ;
	width: 30% ;
}
.conp-html .kondateBox dl dd {
	border-top:1px solid #eeeeee;
	padding:8px 0;
	float: left ;
	width: 70% ;
}
.conp-html .kondateBox ul.menuList {
	margin-top:15px;
}
.conp-html .kondateBox ul.menuList li {
	text-align:left;
	margin:15px auto!important;
}



/* ---------- レイアウトパーツ（汎用） ---------- */

.conp-html .floatBox{
}

.flb-ol{
	padding: 0 0 30px;
	overflow: hidden;
}

.conp-html .floatBox .flb-ol .flb-Left{
	float:none;
	width:100% ;
	padding-bottom: 20px;
}

.conp-html .floatBox .flb-ol .flb-Left img{
	width: 100%;
}

/* Text box */
.conp-html .floatBox .flb-ol .flb-Right{
	float: none;
	width: 100%;
}

.conp-html .floatBox .flb-ol .flb-Right h4{
	font-size: 16px;
}

/* ---------- 横並びボックス（50%） ---------- */

.conp-html .floatBox{
}

.flb-ol50{
	padding: 0 0 30px;
	overflow: hidden;
}

.conp-html .floatBox .flb-ol50 .flb-Left{
	float:none;
	width:100% ;
}

/* Text box */
.conp-html .floatBox .flb-ol50 .flb-Right{
	float:none;
	width:100% ;
}

.conp-html .floatBox .flb-ol50 img{
	width: 100%;
}

.conp-html .floatBox .flb-ol50 h4{
	font-size: 16px;
}
	
/* ---------- 横並びボックス（30%） ---------- */

.flb-ol30{
	padding: 0 0 30px;
	overflow: hidden;
}

/* Left */
.conp-html .floatBox .flb-ol30 .flb-Left{
	float:none;
	width:100% ;
}

/* Center */
.conp-html .floatBox .flb-ol30 .flb-Center{
	float:none;
	width:100% ;
	padding-left: 0;
}

/* Right */
.conp-html .floatBox .flb-ol30 .flb-Right{
	float:none;
	width:100% ;
	margin-left: 0;
}

.conp-html .floatBox .flb-ol30 img{
	width: 100%;
}

.conp-html .floatBox .flb-ol30 h3{
	font-size: 20px;
	padding: 0 0 10px;
	letter-spacing: 1px;
}

.conp-html .floatBox .flb-ol30 h4{
	font-size: 14px;
	padding-bottom: 15px;
}
	
/* ----------  メニュー表デザインパーツ ---------- */

/* Card自体をセンタリングしたい場合 */
.cardCenter{
	width: 100%;
	margin: 0;
}

	
/* ---------- 特設ボックス ---------- */
.conp-html .giftBox{
	margin: 0 5px;
}

.conp-html .giftBox .inBox{
	padding: 30px 20px 20px;
}

/* GiftBox Layout Left */
.conp-html .giftBox .gb-floatLeft{
	float: none;
	width: auto;
	padding-bottom: 20px;
}

/* GiftBox Layout Left */
.conp-html .giftBox .gb-floatRight{
	float: none;
	width: auto;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}

/* ---------- 予約ボタン ---------- */

.conp-html .reserveBtnS {
	display: block;
	width: 90%;
	margin: 0 auto 10px;
	line-height: 30px;
	box-sizing: border-box;
}

/* ---------- リンクボタン ---------- */

.conp-html .linkBtn {
	display: block;
	width:90%;
	line-height: 40px;
	margin: 0 auto 10px;
	box-sizing: border-box;
}
	
/* ---------- バナー ---------- */
.conp-html .btnBanner{
	padding-bottom: 10px;
}

.conp-html .btnBanner a{
	display: block;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	position: relative;
	transition: .5s;
}

/* Arrow */
.conp-html .btnBanner a::after{
	right:15px;
}

.conp-html .btnBanner img{
	box-sizing: border-box;
	float: left;
	width: 20%;
	padding:0;
}

.conp-html .btnBanner .inBnrTxt{
	box-sizing: border-box;
	float: left;
	width: 80%;
	padding: 15px 30px 15px 15px;
}

.conp-html .btnBanner .inBnrTxt h3,
.conp-html .btnBanner .inBnrTxt h4,
.conp-html .btnBanner .inBnrTxt h6,
.conp-html .btnBanner .inBnrTxt h5{
	padding: 0 !important;
	margin: 0 !important;
	font-size: 14px;
}

.conp-html .btnBanner .inBnrTxt p{
	display: none;
}
	
/* ---------- クーポンリスト ---------- */
.conp-html .coupon{
	padding: 20px 10px 10px;
}

.conp-html .coupon h4{
	padding-bottom: 15px;
	letter-spacing: o;
}

}
/*----------------------------------------------------------

	Display：480px 以下

----------------------------------------------------------*/

@media screen and (max-width: 480px) {
	
/* ---------- レイアウトパーツ（汎用） ---------- */
.conp-html ul.listlay{
	clear: both;
	text-align: center;
}

.conp-html ul.listlay li{
	display:block;
	padding: 0;
}
	
.conp-html ul.listlay li p.btn{
}

/* ---------- 予約ボタン ---------- */

.conp-html .reserveBtnS {
	display:block;
	padding:10px 20px;
	font-size:16px;
	text-align:center;
	letter-spacing: 1px;
}

/* Spanで囲った文字の装飾 */
.conp-html .reserveBtnS span{
	display: block;
}

}
