﻿@charset 'UTF-8';
/*
 * このcssはregular_eventの共通cssです。
 */


/* =========================================================
   ページ共通
========================================================= */
ul li {
	list-style: none;
	margin: 0 0 0 0;
}

#breadcrumb {
	display: none;
}

main {
	font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	color: #333;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	font-size: 12px;
}


/* =========================================================
   セクションパーツ
========================================================= */
/* =========================================================
メインビジュアル
========================================================= */
.pl-mainvisual {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-position: center;
	background-size: contain;
	background-image: url(../img/bg_mainvisual_01.jpg);
}

.pl-mvheadline {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
}

	.pl-mvheadline img {
		width:75%;
	}

.pl-note {
	margin: 10px 10px 0 0;
	text-align: right;
	font-size: .9em;
}

.pl-bnr a:hover {
	opacity: .7;
}

/*------------------------------------*
Lead
\*------------------------------------*/
.pl-lead-background {
	background: url(../img/bg_point_02.jpg) center center no-repeat;
	background-size: cover;
}

.pl-lead {
	width: 100%;
	margin: 0 auto;
	content: '';
	padding: 0 0 25px;
	text-align: center;
	margin: 0 0 20px 0;
}

	.pl-lead img {
		width: 100%;
	}


.pl-lead__headline {
	width: 90%;
	margin: 10px auto;
}

.pl-lead__text {
	text-align: center;
	line-height: 2;
	font-size: 4.375vw;
}


#pickupPlan {
	padding: 0 0 4em;
	background: url(../img/bg_point_01.jpg) center center no-repeat;
	background-size: cover;
}

.pl-area__title {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: .5em;
}

	.pl-area__title img {
		width: 100%;
	}

.pl-area_stitle {
	text-align: center;
	font-size: 1.4em;
	color: #f1667a;
	margin-top: 2em;
}


/*  おすすめポイント部分（女子会、ブッフェ、セットプラン、眺めの良い、アニバーサリーのみ）
--------------------------- */
.pl-title img{
	text-align: center;
	margin-top: 30px;
	width:86%;
	padding: 0 22px;
}

.pl-osusume {
	display: -webkit-box;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	/*width: 930px;*/
	padding: 38px 30px 30px 30px;
	text-align:left;
	/*-webkit-box-pack: justify;*/
	/*justify-content: space-between;*/
}

.pl_text {
	margin: 0 0 25px 0;
}

.pl_text_t {
	text-align: center;
	font-size: 16px;
	margin: 10px 0 0 0;
}

/* カード部分 */
.pl-recommend__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: 20px
}
.pl-recommend__card.\--isReverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.pl-recommend__card__info {
    margin: 0 0 0 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center
}

.pl-recommend__card__info.\--isJyoshikai .pl-recommend__card__info__title {
    color: #f79da9;
}

.pl-recommend__card__info.\--isBuffet .pl-recommend__card__info__title {
    color: #a60807;
}

.pl-recommend__card__info.\--isSet_plan .pl-recommend__card__info__title {
    color: #905030;
}

.pl-recommend__card__info.\--isNice_view .pl-recommend__card__info__title {
    color: #4eadb1;
}

.pl-recommend__card__info.\--isSpecial_day .pl-recommend__card__info__title {
    color: #d69e1d;
}

.pl-recommend__headline {
    width: 150px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 15px auto;
    position: relative
}

.pl-recommend__headline::before {
    content: '';
    height: 0;
    width: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -8px;
}

.pl-recommend__headline.\--isJyoshikai {
    background-color: #f79da9;
}

.pl-recommend__headline.\--isJyoshikai::before {
    border-top: 8px solid #f79da9;
}

.pl-recommend__headline.\--isBuffet{
    background-color: #a60807;
}

.pl-recommend__headline.\--isBuffet::before {
    border-top: 8px solid #a60807;
}

.pl-recommend__headline.\--isSet_plan{
    background-color: #905030;
}

.pl-recommend__headline.\--isSet_plan::before {
    border-top: 8px solid #905030;
}

.pl-recommend__headline.\--isNice_view {
    background-color: #4eadb1;
}

.pl-recommend__headline.\--isNice_view::before {
    border-top: 8px solid #4eadb1;
}

.pl-recommend__headline.\--isSpecial_day {
    background-color: #d69e1d;
}

.pl-recommend__headline.\--isSpecial_day::before {
    border-top: 8px solid #d69e1d;
}

.pl-recommend__headline.\--isFleedrink {
    background-color: #080f29;
}

.pl-recommend__headline.\--isFleedrink::before {
    border-top: 8px solid #080f29;
}

.pl-recommend__headline.\--isBetrothal_meeting {
    background-color: #be901e;
    width: 180px;
}

.pl-recommend__headline.\--isBetrothal_meeting::before {
    border-top: 8px solid #be901e;
}

.pl-recommend__card__image {
    width: 50%;
}

.pl-recommend__card__info {
    margin: 0 0 0 7px;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
}

.pl-recommend__card__info__title {
    font-weight: bold;
    text-align: center;
    font-size: 16px
}

.pl-recommend__card__info__title.\--isJyoshikai {
    color: #f79da9;
}

.pl-recommend__card__info__title.\--isBuffet{
    color: #a60807;
}

.pl-recommend__card__info__title.\--isSet_plan{
    color: #905030;
}

.pl-recommend__card__info__title.\--isNice_view {
    color: #4eadb1;
}

.pl-recommend__card__info__title.\--isSpecial_day {
    color: #d69e1d;
}

.pl-recommend__card__info__title.\--isFleedrink {
    color: #080f29;
}

.pl-recommend__card__info__text {
    font-size: 12px;
}


/*  プラン一覧部分
--------------------------- */
.pl-planList {
    padding-top: 111px;
    padding-bottom: 20px;
    position: relative

}
.pl-planList.\--isSpecialPlan {
    background-color: #f7e9d1;
}
.pl-planList.\--isSpecialPlan .pl-planList__titleBox {
    background-color: #f7e9d1;
}
.pl-planList.\--isSpecialPlan .pl-planList__titleBox__title {
    color: #905030;
}
.pl-planList.\--isSpecialPlan .pl-planList__titleBox__title::before {
    background-image: url(../../special_plan/img/tit_plan_list_01.png);
}
.pl-planList.\--isSpecialPlan .pl-planList__titleBox__title::after {
    border-top: 15px solid #f7e9d1;
}
.pl-planList.\--isJyoshikai {
    background-color: #fae1e4;
}
.pl-planList.\--isJyoshikai .pl-planList__titleBox {
    background-color: #fae1e4;
}
.pl-planList.\--isJyoshikai .pl-planList__titleBox__title {
    color: #333333;
}
.pl-planList.\--isJyoshikai .pl-planList__titleBox__title::before {
    background-image: url(../../jyoshikai/img/tit_plan_list_01.png);
}
.pl-planList.\--isJyoshikai .pl-planList__titleBox__title::after {
    border-top: 15px solid #fae1e4;
}
.pl-planList.\--isBuffet{
    background-color: #fbd3d3;
}
.pl-planList.\--isBuffet .pl-planList__titleBox {
    background-color: #fbd3d3;
}
.pl-planList.\--isBuffet .pl-planList__titleBox__title {
    color: #a60807;
}
.pl-planList.\--isBuffet .pl-planList__titleBox__title::before {
    background-image: url(../../buffet/img/tit_plan_list_01.png);
}
.pl-planList.\--isBuffet .pl-planList__titleBox__title::after {
    border-top: 15px solid #fbd3d3;
}
.pl-planList.\--isSet_plan {
    background-color: #ffe2ba;
}
.pl-planList.\--isSet_plan .pl-planList__titleBox {
    background-color: #ffe2ba;
}
.pl-planList.\--isSet_plan .pl-planList__titleBox__title {
    color: #905030;
}
.pl-planList.\--isSet_plan .pl-planList__titleBox__title::before {
    background-image: url(../../set_plan/img/tit_plan_list_01.png);
}
.pl-planList.\--isSet_plan .pl-planList__titleBox__title::after {
    border-top: 15px solid #ffe2ba;
}
.pl-planList.\--isNice_view {
    background-color: #cae9eb;
    padding-top: 120px;
}
.pl-planList.\--isNice_view .pl-planList__titleBox {
    background-color: #cae9eb;
    height: 143px;
}
.pl-planList.\--isNice_view .pl-planList__titleBox__title {
    color: #333333;
}
.pl-planList.\--isNice_view .pl-planList__titleBox__title::before {
    background-image: url(../../nice_view/img/tit_plan_list_01.png);
}
.pl-planList.\--isNice_view .pl-planList__titleBox__title::after {
    border-top: 15px solid #cae9eb;
}
.pl-planList.\--isNew_plan {
    background-color: #f8e9d2;
}
.pl-planList.\--isNew_plan .pl-planList__titleBox {
    background-color: #f8e9d2;
}
.pl-planList.\--isNew_plan .pl-planList__titleBox__title {
    color: #905030;
}
.pl-planList.\--isNew_plan .pl-planList__titleBox__title::before {
    background-image: url(../../new_plan/img/tit_plan_list_01.png);
}
.pl-planList.\--isNew_plan .pl-planList__titleBox__title::after {
    border-top: 15px solid #f8e9d2;
}
	.pl-planList.\--isSpecial_day {
		background-color: #feddd9;
	}
		/*.pl-planList.\--isSpecial_day .pl-planList__titleBox {
			background-color: #ffcece;
		}*/
.pl-planList.\--isSpecial_day .pl-planList__titleBox__title {
    color: #d69e1d;
}
.pl-planList.\--isSpecial_day .pl-planList__titleBox__title::before {
    background-image: url(../../special_day/img/tit_plan_list_01.png);
}
	.pl-planList.\--isSpecial_day .pl-planList__titleBox__title::after {
		border-top: 15px solid #ffcece;
	}
.pl-planList.\--isKeirou {
    background-color: #f9dea9;
}
.pl-planList.\--isKeirou .pl-planList__titleBox {
    background-color: #f9dea9;
}
.pl-planList.\--isKeirou .pl-planList__titleBox__title {
    color: #905030;
}
.pl-planList.\--isKeirou .pl-planList__titleBox__title::before {
    background-image: url(../../../special/keirou/img/tit_plan_list_01.png);
}
.pl-planList.\--isKeirou .pl-planList__titleBox__title::after {
    border-top: 15px solid #f9dea9;
}
.pl-planList.\--isFleedrink {
    background-color: #fdf8f0;
}
.pl-planList.\--isFleedrink .pl-planList__titleBox {
    background-color: #fdf8f0;
    width: 70%;
    margin-left: -35%;
}
.pl-planList.\--isFleedrink .pl-planList__titleBox__title {
    color: #080f29;
}
.pl-planList.\--isFleedrink .pl-planList__titleBox__title::before {
    background-image: url(../../fleedrink/img/tit_plan_list_01.png);
}
.pl-planList.\--isFleedrink .pl-planList__titleBox__title::after {
    border-top: 15px solid #fdf8f0;
}
.pl-planList.\--isBetrothal_meeting {
    background-color: #f9ecce;
}
.pl-planList.\--isBetrothal_meeting .pl-planList__titleBox {
    background-color: #f9ecce;
}
.pl-planList.\--isBetrothal_meeting .pl-planList__titleBox__title {
    color: #be901e;
}
.pl-planList.\--isBetrothal_meeting .pl-planList__titleBox__title::before {
    background-image: url(../../betrothal-meeting/img/tit_plan_list_01.png);
}
.pl-planList.\--isBetrothal_meeting .pl-planList__titleBox__title::after {
    border-top: 15px solid #f9ecce;
}
.pl-planList.\--isJapanese_food,
    .pl-planList.\--isChina,
    .pl-planList.\--isWestern_food,
    .pl-planList.\--isMeat_dish,
    .pl-planList.\--isBar,
    .pl-planList.\--isTea_time {
    background-color: #FDF9F0;
    padding-top: 20px;
    margin-top: 25px;
}

.pl-planList__titleBox {
    height: 122px;
    width:40%;
    margin-top: -23px;
    left: 50%;
    margin-left: -20%;
    position: absolute;
    top: 0;
}

/* 見出し部分（beforeはPLANLISTの画像、afterは下矢印） */
.pl-planList__titleBox__title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    /*padding-top: 55px*/
}

.pl-planList__titleBox__title.\--isNice_view {
    padding-top: 51px;
}


/* プラン一覧内 */
.pl-planList__content {
    background-color: #fff;
    padding-top: 20px;
    padding: 1em 0;
    box-sizing: border-box;
}

.pl-planList__content a {
    display: block;
    color: #874322;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(135,67,34,0.1);
}

#contents .leftList .searchBox {
	padding: 10px;
	/*background-color: #f8e9d2;*/
}



/* choiceArea */

/* choiceArea */

dd {
    margin: 0;
}

.time {
    display: none;
}

label {
    display: block;
}

#contents .leftList .searchBox #choiceArea {
    margin: 0 0 8px 0;
}

#contents .leftList .searchBox .tit {
    padding: 0;
    margin: 10px 0;
}

#contents .leftList .searchBox .tit h2 {
    padding: 0;
    color: #e57373;
    font-size: 15px;
}



#contents .leftList .searchBox #choiceArea .area, #contents .leftList .searchBox #choiceArea .timezone, #contents .leftList .searchBox #choiceArea .event {
    margin: 0 0 13px 0;
    position: relative;
    width: 97%;
}

#contents .leftList .searchBox #choiceArea .event {
    margin: 0;
    display: inline-block;
}

#contents .leftList .searchBox #choiceArea .area dt {
    padding: 9px 0;
}

#contents .leftList .searchBox #choiceArea .area dt:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 22px;
    background: url(/s/restaurant/img/new/pin-icon-rb.svg)no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 6px 0 2px;
}

#contents .leftList .searchBox #choiceArea .category dt:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 22px;
    background: url(/s/restaurant/img/new/cate-icon-r.svg)no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 6px 0 2px;
}

#contents .leftList .searchBox #choiceArea .area dd, #contents .leftList .searchBox #choiceArea .category dd {
    overflow: hidden;
    padding: 0;
    border: none;
    padding: 0;
    margin-bottom: 19px;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    font-size: 11px;
}

#contents .leftList .searchBox #choiceArea .timezone dt {
    background: url(/s/restaurant/regular_event/new_plan/img/icon_appsearch_time.png) no-repeat left center;
    padding: 5px 0 5px 20px;
    margin: 0;
}

#contents .leftList .searchBox #choiceArea dl dd input[type="radio"] {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

#contents .leftList .searchBox #choiceArea .check_on {
    border-radius: 50px;
    padding: 3px;
    border: 1px solid #e57373;
}

#contents .leftList .searchBox #choiceArea .radio {
    display: block;
    /*padding: 0;*/
    cursor: pointer;
    text-align: center;
}


#contents .leftList .searchBox #choiceArea .radio p {
    /*background: #FFF;*/
    border: none;
    color: #4d4d4d;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding-top: 11px;
}

#contents .leftList .searchBox #choiceArea .check_on p {
    background: #e57373;
    border: 0px solid #e57373;
    border-radius: 50px;
    font-weight: bold;
    color: #FFF;
    padding: 7px 0 5px;
}




/* この条件で再建策するボタン */
#contents .leftList .searchBox .serch_btn {
	width: 80%;
	margin: 0 auto;
	overflow-x: hidden;
}

#contents .leftList .searchBox .serch_btn .btn:hover {
	background: #fdc575;
	text-decoration: none;
	cursor: pointer;
}

#contents .leftList .searchBox .serch_btn .btn {
    width: 255px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding: 10px 0;
    margin: 0 auto;
    background: #e57373;
    cursor: pointer;
    position: relative;
}

#contents .leftList .searchBox .serch_btn .btn input[type="submit"] {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
	cursor: pointer;
}

#contents .leftList .searchBox .serch_btn .btn:hover {
	background: #fdc575;
	text-decoration: none;
	cursor: pointer;
}


#contents .leftList .searchBox #choiceArea .timezone {
	margin: 0;
}


#contents-wrapper .search-form {
    position: relative;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

#contents-wrapper .search-form input {
    padding: 11px 14px 11px 37px;
    border: none;
    outline: none;
    box-sizing: border-box;
}

#contents-wrapper .search-form .glass {
    position: absolute;
    top: 10px;
    left: 12px;
    width: 20px;
}

#contents-wrapper #sbox {
    padding: 10px 0 10px 35px !important;
    width: 98%;
    margin: 0 auto;
    display: block;
    border: 1px solid #dadada;
}



/*  レストランtopに戻るボタン
--------------------------- */
.pl-footerButtonWrapper {
	padding: 20px;
	text-align: center;
}

.pl-footerButton {
	background-color: #ffb03e;
	border-color: #ffb03e #ffb03e #d99430;
	-webkit-border-image: none;
	        border-image: none;
	border-style: solid;
	border-width: 1px 1px 3px;
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	font-weight: normal;
	-webkit-transition: background-color 50ms linear;
	        transition: background-color 50ms linear;
	position: relative;
	font-size: 15px;
}

.pl-footerButton::before {
	content: '';
	display: inline-block;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	position: absolute;
	left: 6px;
	top: 13px;
}










/* コンテンツ部分（main）
---------------------------------------*/

#main-contents{
	width:94.25%;
	margin:0.86em auto;
}
#main-contents .pl-planList__content-title{
	width:100%;
	font-size:14rem;
	background-color:#FFFFFF;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.2;
}

#main-contents .pl-planList__content{
	width:100%;
	background-color:#FFFFFF;
	margin-bottom:2em;
	height: auto;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 22px;
}
h3.title-img{
	width:100%;
	margin-bottom:0.715em;
}
h3.title-img{
	width:100%;
}
.pl-planList__content h3.title-bwn{
	position:relative;
	font-size:14rem;
	background:url(/s/img/restaurant/icon-megaphone-bg.png) left center no-repeat #874322;
	background-size: contain;
	padding:1em 0 1em 21%;
	margin-bottom:1.1em;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
}
.pl-planList__content h3.title-bwn:after{
	position:absolute;
	font-size:14rem;
	content:" ";
	background:url(/s/img/restaurant/ledge-br.png) center top no-repeat;
	background-size:contain;
	width: 3.25%;
	height: 0.8em;
	bottom: 0px;
	left: 50%;
	margin-bottom: -0.8em;
	margin-left: -1.625%;
}
.pl-planList__content h3.title-be{
	position:relative;
	font-size:14rem;
	background:url(/s/img/restaurant/icon-bell-bg.png) left center no-repeat #edd4ac;
	background-size: contain;
	padding:1em 0 1em 21%;
	margin-bottom:1.1em;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.pl-planList__content-title h3.title-be-2{
	position:relative;
	font-size:14rem;
	background:url(/s/img/restaurant/icon-off-bg.png) left center no-repeat #edd4ac;
	background-size: contain;
	padding:1em 0 1em 26%;
	margin-bottom:1.1em;
	font-weight: bold;
	color:#874322;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.pl-planList__content h3.title-be-3{
	position:relative;
	font-size:14rem;
	background:#edd4ac;
	background-size: contain;
	padding:1em 0 1em ;
	margin-bottom:1.1em;
	font-weight: bold;
	color:#874322;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.pl-planList__content h3.title-be:after,
.pl-planList__content h3.title-be-2:after,
.pl-planList__content h3.title-be-3:after,
.pl-planList__content h3.title-kodawari:after {
	position:absolute;
	font-size:14rem;
	content:" ";
	background:url(/s/img/restaurant/ledge-be.png) center top no-repeat;
	background-size:contain;
	width: 3.25%;
	height: 8px;
	bottom: 0px;
	left: 50%;
	margin-bottom: -8px;
	margin-left: -1.625%;
}

.pl-planList__content h3 span{
	font-size:16rem;
	/*color:#FFFFFF;*/
	font-weight: normal !important;
	line-height:1em;
}
.pl-planList__content h3.title-be span,
.pl-planList__content h3.title-be-2 span,
.pl-planList__content h3.title-kodawari span{
	color:#874322 !important;
}
.pl-planList__content h3.title-be-2 span{
	font-size:14rem !important;
}
.pl-planList__content .text-01{
	width:96%;
	margin:0.86em auto 0.5em;
	font-size:14rem;
	font-weight: bold;
	color:#874322;
	line-height:1.4em;
}
.pl-planList__content h3.text-01{
	width:96%;
	margin:0.5em auto 0.5em;
	font-size:14rem;
	font-weight: bold;
	color:#874322;
	line-height:1.4em;
}

.text-01a {
    width: 96%;
    margin: 0px auto 10px;
    font-size: 13rem;
    font-weight: bold;
    color: #34495E;

}

.pl-planList__content p.link-box-01{
	position:relative;
	width:96%;
	margin:0.5em auto;
	padding-top:0.5em;
}
.pl-planList__content p.link-box-01:before{
	position:absolute;
	top:0;
	left:0;
	content:" " ;
	width:27.6%;
	height:3.86em;
	background:url(/s/img/restaurant/icon-lunch.png) left top no-repeat;
	background-size:contain;

}
.pl-planList__content p.link-box-02{
	position:relative;
	width:96%;
	margin:0.5em auto;
	padding-top:0.5em;
}
.pl-planList__content p.link-box-02:before{
	position:absolute;
	top:0;
	left:0;
	content:" " ;
	width:27.6%;
	height:3.86em;
	background:url(/s/img/restaurant/icon-dinner-mn.png) left top no-repeat;
	background-size:contain;
}
.pl-planList__content p.link-box-03{
	position:relative;
	width:96%;
	margin:0.5em auto;
	padding-top:0.5em;
}
.pl-planList__content p.link-box-03:before{
	position:absolute;
	top:0;
	left:0;
	content:" " ;
	width:27.6%;
	height:3.86em;
	background:url(/s/img/restaurant/icon-ath.png) left top no-repeat;
	background-size:contain;
}


.pl-planList__content .link-box-01 a{
	font-size:14rem;
	font-weight: normal;
	color:#000 !important;
}
.pl-planList__content .link-box-01 a span{
	display: block;
	color:#874322;
	text-decoration:underline;
}
.pl-planList__content .link-box-01 a img{
	width:100%;
}
.pl-planList__content .text-date{
	width:96%;
	margin:0 auto;
	color:#666;
	font-size:14rem;
	text-align:right;
}


/*ランチ・ディナー検索*/

.pl-planList__content .tit_event {
	width: 96%;
	margin: 12px auto 12px;
	/*color: #34495e;*/
	color: #874322;
	font-size: 20rem;
	font-weight: bold;
	line-height: 1.4;
}

.pl-planList__content .box_box_plan .box_price {
	margin: 12px auto 12px;
	text-align: center;
	color: #999;
	font-weight: normal;
}


.pl-planList__content .box_box_plan .box_price .regular {
	font-size: 14rem;
	color: #999;
}

.pl-planList__content .box_box_plan .box_price .regular .yen {
	font-size: 12rem;
}

.pl-planList__content .box_box_plan .box_price .coupon {
	font-size: 18rem;
	color: #c00;
	font-weight: bold;
}

.pl-planList__content .box_box_plan .box_price .coupon .yen {
	font-size: 12rem;
}

.pl-planList__content .regular_price {
	width: 96%;
	margin: 0 auto 12px;
	text-align: right;
	color: #999;
	font-size: 18rem;
	font-weight: normal;
}

.pl-planList__content .regular_price .yen {
	font-size: 13rem;
}

.pl-planList__content table.detailTb1 {
	width: 96%;
	margin: 15px auto 25px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	table-layout: fixed;
	word-break: break-all;
	border-collapse: collapse;
	border-spacing: 0;
}

.pl-planList__content table.detailTb1 th {
	font-size: 12rem;
	font-weight: bold;
	color: #333;
	border-top: #e5e5e5 1px dotted;
	padding: 5px 0;
	text-align: center;
	width: 80px;
	background: #f8f2e7;
}

.pl-planList__content table.detailTb1 th .mini {
	font-size: 10px;
	font-weight: normal;
}

.pl-planList__content table.detailTb1 td {
	font-size: 12rem;
	color: #333;
	border-top: #e5e5e5 1px dotted;
	padding: 12px;
}

.pl-planList__content ul.menu-01{
	position:relative;
	width:100%;
	padding: 22px 0 0 0;
	margin: auto;
	overflow: hidden;
}
.pl-planList__content ul.menu-01 li{
	float:left;
	width:44%;
	padding:0 3%;
}

.pl-planList__content ul.menu-01 li img{
	width:100%;
}



.pl-planList__content p.two-btn{
	width:96%;
	height:50px;
	margin: 0 auto;
	overflow:hidden;
	margin-bottom: 5px !important;
}
.pl-planList__content a.two-btn-l{
	position:relative;
	font-size:14rem;
	float:left;
	width:49%;
	height:80%;
	margin-bottom:0.5em;
}
.pl-planList__content a.two-btn-r{
	position:relative;
	font-size:14rem;
	float:right;
	width:49%;
	height:80%;
	margin-bottom:0.5em;
}

.pl-planList__content a.btn-org{
	background-color:#FFB03E;
	box-shadow: 0px 4px #E49D37;
	border-radius: 4px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	margin-bottom:6px;
}

.pl-planList__content a.btn-org-tel{
	background-color:#FFB03E;
	box-shadow: 0px 4px #E49D37;
	border-radius: 4px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 60px;
	margin-bottom:6px;
}

.pl-planList__content p.two-btn a img{
	width:100%;
}
.pl-planList__content a.two-btn-l span,
.pl-planList__content a.two-btn-r span{
	display: block;
	width: 100%;
	position: absolute;
	font-size:12rem;
	font-weight:bold;
	line-height: 1em;
	color: #FFF;
	top: 50%;
	left: 0px;
	margin-top: -0.5em;
	padding-left: 0.5em;
	background-image:url(/s/img/restaurant/btn-arrow.png);
	background-repeat:no-repeat;
	background-size:10px auto;
	background-position:96% center;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.pl-planList__content-title p.link-box-02{
	width:96%;
	font-size:14rem;
	margin:0 auto;
	text-align:right;
}
.pl-planList__content-title p.link-box-02 a{
	font-size:14rem;
	font-weight: normal;
	text-decoration:underline;
	color:#874322;
}
.pl-planList__content h4.flag{
	width:100%;
}
.pl-planList__content h4.flag img{
	width:11.363636%;
}
.pl-planList__content .text-02{
	width:96%;
	margin:0.5em auto;
	font-size:13rem;
	color:#333;
	padding:0.5em;
	background-color:#fff4e2;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.pl-planList__content .period{
	width:96%;
	margin:0.5em auto;
	font-size: 10rem;
	color:#333;
	padding:0.5em;
	font-weight: bold;
	background-color:#fff4e2;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.pl-planList__content .img-box-01{
	width:96%;
	margin:0.5em auto;
	padding-bottom:1em;
	background:url(/s/img/restaurant/dot-bg-01.png) center bottom repeat-x;
}

.pl-planList__content .img-box-02{
	width:96%;
	margin:0.5em auto;
	padding-bottom:1em;
}
.pl-planList__content .img-box-01 img,
.pl-planList__content .img-box-02 img{
	width:100%;
	margin-bottom:0.3em;
}
.pl-planList__content .btn-ber01{
	width:96%;
	margin:0.5em auto;
}
.pl-planList__content .btn-ber01 a{
	padding:0.5em 6% 0.5em 0;
	font-size:14rem;
	font-weight: bold;
	line-height:1.4em;
	color:#333333;
	background:url(/s/img/restaurant/arrow-br.png) right center no-repeat;
	background-size:4.870130% auto;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.pl-planList__content .btn-ber01 a span{
	display:block;
	font-size:10rem;
	font-weight: normal;
	text-decoration: underline;
	color:#333333;
	margin-top:0.5em;
}
.text-03{
	width:96%;
	height: auto;
	margin:5px auto 12px;
	border:1px solid #874322;
}
.details .event_list .text-03{
	margin-top:20px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.pl-planList__content .text-03 span.title-text{
	display: block;
	width:100%;
	background-color:#874322;
	font-size:15rem;
	color:#FFF;
	text-align:center;
	font-weight: bold;
	padding:0.3em 0;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.pl-planList__content .text-03 span.inner-text{
	display: block;
	width:100%;
	padding:5px;
	font-size:12rem;
	color:#874322;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.pl-planList__content .text-03 p.inner-text{
	display: block;
	width:96%;
	margin:0 auto 10px;
	padding-bottm:10px;
	font-size:14rem;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.pl-planList__content .text-04{
	width:96%;
	margin:0 auto;
	padding-bottom:1em;
	font-size:15rem;
	color:#333333;
}
.pl-planList__content .btn-ber02{
	width:96%;
	margin:auto;
	height:50px;
	margin-bottom: 15px;
}
.pl-planList__content .btn-ber02 img{
	width:100%;
}

.pl-planList__content .text-04 {
	font-size:14rem;
	margin: 0 3px 10px 7px;
}

.txtpd {
	padding-bottom:20px;
}

.pl-planList__content .text-04pd {
	font-size:14rem;
	margin: 0 3px 10px 3px;

}

.h4number {
	background-color:#874322;
	width:10% !important;
	font-size:17rem;
	float:left;
	height:22px;
	color:#ffffff !important;
	text-align:center;
	padding:3px;
	margin-bottom:7px !important;
}


a.btn-org-wide{
	display:block;
	position:relative;
	float:right;
	width:100%;
	height:50px;
	background-color:#FFB03E;
	box-shadow: 0px 0.3em #E49D37;
	border-radius: 4px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-org-wide span{
	display: block;
	width: 92%;
	position: absolute;
	font-size:15rem;
	line-height: 1em;
	color: #FFF;
	text-align:center;
	top: 50%;
	left: 4%;
	margin-top: -0.5em;
	background:url(/s/img/restaurant/btn-arrow.png) right center no-repeat;
	background-size:3% auto;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* 再検索ボタン */
.search-again-btn{
	width: 96%;
	height: 40px;
	margin: 5px auto;
	display: block;
	position: relative;
	background-color: #FFB03E;
	box-shadow: 0px 3px #E49D37;
	border-radius: 4px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff !important;
}
.search-again-btn span{
	display: block;
	width: 92%;
	position: absolute;
	font-size: 15rem;
	line-height: 1em;
	text-align:center;
	top: 50%;
	left: 4%;
	margin-top: -0.5em;
	background:url(/s/img/restaurant/btn-arrow.png) right center no-repeat;
	background-size:3% auto;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

}

.osusume{
	margin-bottom:0 !important;
	border-bottom:10px solid #c0c0c0;
}
.bn-area{
	margin-top:0 !important;
	padding-top:1em;
	padding-bottom:1em;
}
p.btn-ber03{
	width:100%;
	margin-bottom:0.8em;
}
p.btn-ber03 img{
	width:100%;
}

.link_num {
    text-align: center;
    font-size: 13rem;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.link_num .current {
    border-bottom: 1px dotted #930;
    color: #874322;
    display: inline-block;
    font-size: 18rem;
    font-weight: bold;
    padding: 3px 0;
    margin: 0 5px 0 0;
    width: 25px;
}

.link_num a.pager:link {
    background-color: #f7edde;
    border-radius: 3px;
    display: inline-block;
    padding: 4px 2px;
    margin: 0 5px 0 0;
    text-decoration: none;
    width: 20%;
}

.link_num a.next {
    background: #F1F1F1 none repeat scroll 0% 0%;
    border: 1px solid #B7B7B7;
    color: #333;
    font-size: 13rem;
    border-radius: 5px;
    display: table-cell;
    display: inline-block;
    padding: 10px 13px;
    margin: 15px 0 0 10px;

}
.link_num a.prev {
    background: #F1F1F1 none repeat scroll 0% 0%;
    border: 1px solid #B7B7B7;
    color: #333;
    font-size: 13rem;
    border-radius: 5px;
    display: table-cell;
    display: inline-block;
    padding: 10px 13px;
    margin: 15px 10px 0 0;

}

/* 検索結果アコーディオン
---------------------------------------*/
ul#acMenu{
	position:relative;
    display:block;
    width:100%;
    height: auto;
	padding:2px 5px 0 0;
	padding-bottom:0;
}
#acMenu li.btn-org{
    display:block;
	background:url(/s/img/restaurant/arrow-dwn-1.png) 95% center no-repeat #FFB03E;
	background-size:12%;
	box-shadow: 0px 3px #E49D37;
	border-radius: 4px;
	box-sizing: border-box;
	position: relative;
	width: 49%;
	height: 40px;
	margin-top:10px;
	margin-bottom: 10px;
	margin-right:0;
	margin-left: auto;
	cursor:pointer;
}
#acMenu li.active{ /* 開いた時のボタンの色 */
	background:url(/s/img/restaurant/arrow-up-1.png) 95% center no-repeat #d6d6d6;
	box-shadow: 0px 0.3em #afafaf;
	background-size:10%;
}
#acMenu li.btn-org span{
	display: block;
	width: 100%;
	position: absolute;
	font-size: 14rem;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	top: 50%;
	left: 0px;
	margin-top: -5px;
	padding-right:15%;
	box-sizing: border-box;
	text-align:center;
}

#acMenu li span.open{ /* 閉じている時非表示 */
	display: none !important;
}
#acMenu li.active span.open{ /* 開いた時に表示するテキスト */
	display: block !important;
}
#acMenu li.active span.close{ /* 開いた時に非表示するテキスト */
	display: none !important;
}

#acMenu li{
    width:100%;
    height:auto;
    display:none;
    }
p.search-text{
	font-size:13rem;
	line-height:1.6em;
    cursor:default;
	padding-left:5px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;

}
p.search-text span{
	font-size:10rem;
	color:#874322;
	margin-left:0.3em;
}

/* 検索アコーディオン内容 */

.seach-box{
	padding-bottom:18px;
	background-color:#FFFFFF !important;
}
.seach-box div{
	padding:10px 0;;
}
.seach-box h4{
	position:relative;
	width:100%;
	font-size:16rem;
	padding:3px 0;
	background-color:#edd4ac;
	text-align:center;
	color:#874322;
}
.seach-box h4:after{
    position: absolute;
    font-size: 14rem;
    content: " ";
    background: transparent url("/s/img/restaurant/ledge-be.png") no-repeat scroll center top / contain;
    width: 3.25%;
    height: 8px;
    bottom: 0px;
    left: 50%;
    margin-bottom: -8px;
    margin-left: -1.625%;
}
.pl-planList__content .ac-kensaku{
	background-color:#FFFFFF !important;
}
.seach-box div h5{
	width:100%;
	font-size:14rem;
	color:#874322;
	padding:5px 10px 5px 42px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.seach-box .seach-ttl-1{
	margin:10px 0;
	background:url(/s/img/restaurant/icon-bg-01.png) 3% center no-repeat #fff4e2;
	background-size:4% auto;

}
.seach-box .seach-ttl-2{
	margin:10px 0;
	background:url(/s/img/restaurant/icon-bg-02.png) 3% center no-repeat #fff4e2;
	background-size:4% auto;
}
.seach-box .seach-ttl-3{
	margin:10px 0;
	background:url(/s/img/restaurant/icon-bg-03.png) 3% center no-repeat #fff4e2;
	background-size:7% auto;
}

/* ラジオボタン装飾  */
.seach-radio{
	display: none;
}

label.seach-lbl01 {
	  cursor: pointer;
	  position: relative;
	  padding: 7px 0 7px 2px;
	  margin-left: 14px;
	  overflow: hidden;
	  display: inline-block;
	  color: #3E4956;
	  font-size: 12rem;
	  text-align: left;
	  line-height: 1.0;
	  width: 26%;
	  -o-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box;

}
label.seach-lbl01:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0em;
	width: 18rem;
	height: 18rem;
	margin-top: -0.80em;
	background: #fff;
	border-radius: 50%;
	border:1px solid #874322;
	  -o-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box;
}
label.seach-lbl01:after {
	content: "";
	position: absolute;
	width: 1em;
	height: 1em;
	border-radius: 100%;
	margin-top: -0.5em;
	top: 50%;
	left: 0.25em;
	background-color: #D65;
	z-index: 1;
	  -o-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box;
}
label.seach-lbl01 input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	width: 1.3em;
	height: 1.3em;
	top: 49%;
	left: -1.5em;
	margin: -0.55em 0px 0px;
	box-shadow: 1.65em -0.05em #fff;
}
label.seach-lbl01 input[type="radio"]:checked {
	box-shadow : none;
}
label.seach-lbl01 input[type="radio"]:focus {
	opacity    : 0.2;
	box-shadow : 0 0 #FFF;
}

/* クーポン用 アコーディオン */

#acMenu li.coupon-btn{
	display: block !important;
}

#acMenu li span.close-1{ /* 閉じたとき表示するテキスト */
	display: block !important;
}
#acMenu li span.open-1{ /* 閉じたとき非表示にするテキスト */
	display: none !important;
}
#acMenu li.active span.close-1{ /* 閉じたとき表示するテキスト */
	display: none !important;
}
#acMenu li.active span.open-1{ /* 閉じたとき非表示にするテキスト */
	display: block !important;
}

#acMenu .coupon-btn {
	background:url(/s/img/restaurant/coupon-arrow-dwn.png) center top  no-repeat #fff ;
	background-size:98% auto !important ;
	padding-top:1.4em;
	padding-bottom:2em;
}
.coupon li.active {
	background:url(/s/img/restaurant/coupon-arrow-up.png) center top  no-repeat #fff !important;
}

.coupon li.pt-1e.active{
background-image:none !important;
}

#acMenu .coupon-btn span{
	color: #874322;
	font-size: 13rem;
	text-align: center;
	padding-right: 0;
	width: 53%;
	margin-right: 0;
	margin-left: auto;
}

/* レストラン　main-inner内
---------------------------------------*/
#main-contents .pl-planList__content .nameBox {
	padding: 15px 0;
}

#main-contents .pl-planList__content .nameBox h3.restName {
	font-size: 18rem;
	line-height:1.5;
	margin: 0 0 5px;
}

#main-contents .pl-planList__content .nameBox h3.restName span {
	font-size: 14rem;
}

#main-contents .pl-planList__content .nameBox .hotelName {
	font-size: 15rem;
	line-height:1.5;
}


/* タブメニュー
---------------------------------------*/
#tabMenu{
	border-bottom:0.3em solid #9f694e;
}
#tabMenu ul{
    width:100%;
}

#tabMenu li {
    border-left: 1px solid #ffb03e;
    border-right: 1px solid #ffb03e;
    border-top: 0.3em solid #ffb03e;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    /*padding: 1.2em 0;*/
    text-align: center;
    width: 24%;
    height:45px;
    line-height: 1;
}

#tabMenu li.activeR {
    background-color: #9f694e;
    border-left: 1px solid #9f694e;
    border-right: 1px solid #9f694e;
    border-top: 0.3em solid #9f694e;
    color: #fff;
    position:relative;
}

#tabMenu li:nth-child(1),
#tabMenu li:nth-child(2),
#tabMenu li:nth-child(3){
	margin-right:0.825%;
}
#tabMenu li a{
    display:block;
    width:100%;
    text-align:center;
	cursor:pointer;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:12px;
	font-size:12rem;
}
#tabMenu li.activeR a::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #9f694e;
    bottom: -10px;
    content: " ";
    /*margin-bottom: -2em;*/
    /*margin-right: -1em;*/
    position: absolute;
    right: 38%;

}

#tabMenu li.activeR a{
	color:#fff;
	padding-top:10px;
}



/* タブメニュー
---------------------------------------
#tabMenu{
	border-bottom:0.3em solid #9f694e;
}
#tabMenu ul{
    width:100%;
}
#tabMenu li{
	width:24.35%;
    float:left;
	position:relative;
}
#tabMenu li:nth-child(1),
#tabMenu li:nth-child(2),
#tabMenu li:nth-child(3){
	margin-right:0.825%;
}
#tabMenu li a{
    display:block;
    width:100%;
	padding:1.2em 0;
    text-align:center;
	cursor:pointer;
	border-top:0.3em solid #ffb03e;
	border-left:1px solid #ffb03e;
	border-right:1px solid #ffb03e;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#tabMenu li a.active{
	background-color:#9f694e;
	border-top:0.3em solid #9f694e;
	border-left:1px solid #9f694e;
	border-right:1px solid #9f694e;
	color:#fff;
}
#tabMenu li a.active:after{
	content:" ";
	position:absolute;
	width:18rem;
	height:23rem;
	bottom:0;
	right:50%;
	margin-bottom:-2em;
	margin-right:-1em;
	background:url(/s/img/restaurant/arrow-dwn-2.png) no-repeat scroll center top / contain;
}
*/

#tabBox1,#tabBox2,#tabBox3,#tabBox4{
    width:100%;
    height: auto;
}
#tabBox1{
    background:#fff;
}
#tabBox2{
    background:#fff;
    display:none;
}
#tabBox3{
    background:#fff;
    display:none;
}
#tabBox4{
    background:#fff;
    display:none;
}

/* タブメニューの内容物 */

.pl-planList__content .btn-ber01{
	/*margin-bottom:15px;
	padding-bottom:10px;
	position:relative;*/
	background:url(/s/img/restaurant/dot-bg-01.png) center bottom no-repeat;
	background-size:100%;
}
.bdr-btm:before{
	display:block;

}
.inner-date{
	display: block;
	width: 95.5%;
	margin: 0.5em auto 0.715em;
	font-size: 10rem;
	text-align:center;
	color: #333;
	padding: 0.5em;
	background-color: #FFF4E2;
	box-sizing: border-box;
	clear:both;
}
.text-03{
	width:92%;
	position:relative;
	background:url(/s/img/restaurant/arrow-br.png) 96% 60% no-repeat #fff;
	background-size:5%;
	margin-top: 24px;
}
.pl-planList__content .inner-text{
	font-size:14rem;
}
.pl-planList__content .text-03 img {
	display:block;
	float:left;
	width:40%;
	margin:0.715em;
}
.pdinner-flag:before{
	display:block;
	position:absolute;
	content:" ";
	background:url(/s/img/restaurant/icon-p-dinner.png) left top no-repeat;
	background-size:100%;
	width:35%;
	height:3em;
	top:-1.2em;
	left:-0.7em

}
.dinner-flag:before{
	display:block;
	position:absolute;
	content:" ";
	background:url(/s/img/restaurant/icon-dinner-mn.png) left top no-repeat;
	background-size:100%;
	width:30%;
	height:30px;
	top:-5px;
	left:-8px !important;

}
.lunch01-flag:before{
	display:block;
	position:absolute;
	content:" ";
	background:url(/s/img/restaurant/icon-lunch01.png) left top no-repeat;
	background-size:100%;
	width:35%;
	height:30px;
	top:-5px;
	left:-8px !important;
}

.lunch01_border {
	border-bottom:solid 1px #edd4ac;
	padding:7px 0 7px 0;
	margin-bottom:7px;
	width:100%;
}
p.text-link{
	width:98%;
	margin:0 auto;
	padding:1em 0 1.5em;
	text-align:right;
}
p.text-link a{
	font-size:14rem;
	text-decoration:underline;
	color:#333333;
}
p.text-system{
	width:98%;
	margin:0 auto;
	padding:1.5em 0.715em;
	background: url(/s/img/restaurant/dot-bg-01.png) center top no-repeat;
	font-size:14rem;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

}






/* ------------------------------------------------------------
details/ 共通
------------------------------------------------------------ */

/* 電話ボタン部分
---------------------------------------*/
.tel-btn-area{
	width:100%;
	padding-bottom:2em;
	overflow: hidden;
}
.tel-btn-area-l{
	float:left;
	width:76%;
	padding-top:1.4285em;
}
.tel-btn-area-r{
	float: right;
	width:22%;
	padding-top:1.4285em;
	text-align:center;
}
.tel-btn-area-l h3{
	font-size:17rem;
	line-height:1.2em;
	width:98%;
	margin:0 auto 0.3em;
}
.tel-btn-area-l h3 span{
	color:#000;
	line-height:1.2em;
	font-size:10rem !important;
  }
.tel-btn-area-l p{
	width:96%;
	margin:0 auto;
	font-size:14rem;
}
.tel-btn-area-r a{
	text-align:center;
	width:90%;
	font-size:8rem;
	color:#fff;
	padding:0 0 5rem 0;
	line-height: 1.2;
	letter-spacing: -0.08em;
}
.tel-btn-area-r a img{
	width:55px;
	margin-bottom:0;
	display: block;
	margin: 0 auto;
}
/* 電話バナー */
.btn-org-wide small{
	font-size:70%;
	font-weight: normal;
}
.tel .btn-org-wide span{
	font-weight: bold;
	background: none !important;
}
.tel .btn-org-wide{
	background:url(/s/img/restaurant/tel-btn.png) 5% center no-repeat #FFB03E !important;
	background-size:15% !important;
}





/* タブ部分
---------------------------------------*/
/*
.details #tabMenu li a{
	height: 50px !important;
	font-size: 12rem;
	line-height: 1.2;
	padding:14px 0 0;
}

.details #tabMenu li .line2{
	padding-top:1em !important;
}
*/
.details #tabMenu{
	margin-bottom:3em;
}

/* クーポンボックス */
.coupon-box{
	width:96%;
	margin:0 auto;
	overflow: hidden;
	border:1px solid #874322;
}
.coupon-box h5{
	width:20%;
	text-align:center;
	padding:0.5em 0;
	font-size:12rem;
	line-height:1.2em;
	color:#fff;
	background-color:#874322;
	float:left;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

}
.coupon-box p{
	width:79%;
	padding:0.5em;
	font-size:12rem;
	line-height:1.2em;
	color:#874322;
	float:left;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/* スライダーエリア
---------------------------------------*/
.slider-area{
	width:96%;
	margin:2.5em auto;
}

.slider-area .slick-slide img{
	width:100% !important;
}

.slider-area .slick-prev {
    height: 3em !important;
    left: 2%;
    width: 8% !important;
    font-size: 10rem !important;
    margin-top: -1.5em !important;
}
.slider-area .slick-next{
    height: 3em !important;
    right: 2%;
    width: 8% !important;
    font-size: 10rem !important;
    margin-top: -1.5em !important;
}
.slider-area .slick-prev:before {
	display:block;
	position:absolute;
	top:0;
	left:0;
    content: " ";
	background:url(/s/img/restaurant/slider/slider-btn-left.png) left  center no-repeat !important;
	background-size:100% auto !important;
	width:100%;
	height:100%;
}
.slider-area .slick-next:before {
	display:block;
	position:absolute;
	top:0;
	right:0;
    content: " ";
	background:url(/s/img/restaurant/slider/slider-btn-right.png) left center no-repeat !important;
	background-size:100% auto !important;
	width:100%;
	height:100%;
}


/* その他コンテンツ部分
---------------------------------------*/

.pl-planList__content h3.title-kodawari {
	position:relative;
	background:url(/s/img/restaurant/icon-kodawari-bg.png) left center no-repeat #edd4ac;
	background-size: contain;
	padding:1em 0 1em 0;
	margin-bottom:1.1em;
	color:#874322;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.biko {
	width:94%;
	border: 2px solid #f0e0c6;
	padding:2% 7px 2% 7px;
	margin:auto;
	padding:0;
}
.pl-planList__content h3.headline{
	width: 96%;
	font-size: 18rem;
	font-weight: bold;
	margin: 0px auto 0.3em;
	padding-left:10px !important;
	color:#333333;
}
.bikotitle {
	width: 96%;
	border-left: 5px solid #ffd8a0;
	font-size: 18rem;
	font-weight: bold;
	margin: 15px 0 15px 7px;
	color:#333333;
}
.pl-planList__content .text-05{
	width: 96%;
	font-size:12rem;
	text-align:right;
	margin: 0px auto 2em;
	color:#333333;
}

/* ランチ、ディナー 画像へのフラッグ */

.lunch01-flag,
.dinner01-flag{
	position:relative;
}
.lunch01-flag:before{
	background:url(/s/img/restaurant/icon-lunch.png) left top no-repeat;
}
.dinner01-flag:before{
	background:url(/s/img/restaurant/icon-dinner-mn.png) left top no-repeat;
}
.lunch01-flag:before,
.dinner01-flag:before{
	content:" ";
	display:block;
	width:100%;
	height:3em;
	position:absolute;
	top:-1em;
	left:0;
	background-size:27.6% auto;
}
.event_list .lunch01-flag:before,
.event_list .dinner01-flag:before{
	left:-1px !important;
}

/* ランチ、ディナー BOX */

.tel-btn-area_reserve {
	padding: 1.4285em 0 2em;
}

.tel-btn-area_reserve h3 {
	font-size: 17rem;
	line-height: 1.2em;
	width: 98%;
	margin: 0 auto 0.3em;
}

.tel-btn-area_reserve p {
	font-size: 14rem;
	width: 98%;
	margin: 2px auto 0;
}

.box_lunch, .box_dinner, .box_other, .box_plan {}

.ico_lunch {background:url(/s/img/restaurant/ico_lunch.png) no-repeat 0 0; background-size: auto 20px; padding: 2px 4px 2px 20px; color: #fff; font-size: 12px;line-height: 20px;}
.ico_dinner {background:url(/s/img/restaurant/ico_dinner.png) no-repeat 0 0; background-size: auto 20px; padding: 2px 4px 2px 20px; color: #fff; font-size: 12px;line-height: 20px;}
.ico_other {background-color: #f0e0c6; padding: 2px 4px; color: #874322; font-size: 12px;line-height: 20px;}

.plan_span {line-height:24px;font-size: 12px;}

.pl-planList__content h4.tit_plan {
	margin: 5px 0 10px;
	color: #874322;
	font-weight: bold;
	font-size: 14rem;
	line-height:1.5;
	text-decoration: underline;
}

.pl-planList__content h4.tit_menu {
	margin: 5px 0 10px;
	font-weight: bold;
	font-size: 16rem;
	line-height:1.5;
}

.ph_restaurant {
	width: 100%;
	margin: 0 0 16px;
	}

.ph_plan {
	width: 100%;
	margin: 0;
	}

.box_price {
	margin: 15px 0;
	padding: 16px 0;
	color: #333333;
	font-size: 14rem;
	text-align: center;
	background-color:#fdf5e9;
	border: 1px solid #f0e0c6;
}

.box_price .regular {
	text-decoration: line-through;
}

.box_price .special_price {font-size: 17rem;font-weight:bold;color:#ff0000;}


.box_coupon {
	border: 1px solid #874322;
	padding: 2px 2px 7px;
	position: relative;
}

.box_coupon:before {
	content: " ";
	width: 27px;
	height: 27px;
	position: absolute;
	background: url(/s/img/restaurant/img_titcoupon.png) no-repeat 0 0;
	background-size: 27px 27px;
	top: -2px;
	left: -2px;
}

.box_coupon h5.tit_coupon {
	padding: 7px 0;
	margin-bottom:5px;
	color: #fff;
	background-color: #874322;
	text-align: center;
	font-size: 14rem;
}

.box_coupon .inner-text {
	font-size: 14rem;
	margin: 0 0 0 10px;
	line-height: 1.5em;
	}

.box_coupon .btn_event {
	margin: 15px 10px 10px;
	color: #fff;
	padding: 0;
	height: 38px;
	line-height: 38px;
	font-size: 14rem;
	text-align: center;
	border-bottom: 4px solid #d99430;
	background: url(/s/img/restaurant/btn_plan.png) no-repeat 11px 50% #ffb03e;
	background-size: auto 11px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.txt_plan_detail {
	margin: 17px 0 6px;
	font-size: 14rem;
	line-height: 1.5em;
}

.txt_meal {
	border: 1px dotted #747474;
	padding: 10px;
	font-size: 14rem;
	line-height: 1.5em;
	margin: 0 0 20px;
}

.box_reserve {
	border: 3px solid #ffb03e;
	padding: 2px;
}

.box_reserve .box_reserve_inner {
	padding: 12.5px;
	text-align: center;
	border: 1px solid #ffb03e;
}

.box_reserve .box_reserve_inner h4 {
	width: 100%;
	margin: 0 0 5px;
	color: #ffb03e;
	font-size: 17rem;
	font-weight: bold;
}

.box_reserve .box_reserve_inner .txt_caution {
	font-size: 14rem;
	color: #ff0000;
}

.box_reserve .box_reserve_inner .txt {
	font-size: 14rem;
}

.box_reserve .box_reserve_inner .phone_num {
	margin: 0 0 2px;
	font-size: 17rem;
	font-weight: bold;
}

.box_reserve .box_reserve_inner .phone_num a {
	display: inline;
	color: #333;
}

.box_reserve .box_reserve_inner .phone_time {
	font-size: 14rem;
	font-weight: bold;
}

.box_reserve .box_reserve_inner hr {
	height:0;
	border: 0;
	border-bottom: 1px solid #ffb03e;
	margin: 10px 0;
}

.box_reserve .box_reserve_inner .btn_plan {
	margin: 10px 0 5px;
	color: #fff;
	padding: 0;
	height: 38px;
	font-size: 14rem;
	line-height: 38px;
	text-align: center;
	border-bottom: 4px solid #d99430;
	background: url(/s/img/restaurant/btn_plan.png) no-repeat 11px 50% #ffb03e;
	background-size: auto 11px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.box_reserve .box_reserve_inner .btn_plan_mini {
	width: 80%;
	margin: 10px auto 15px;
	color: #fff;
	padding: 0;
	height: 38px;
	font-size: 14rem;
	line-height: 38px;
	text-align: center;
	border-bottom: 4px solid #d99430;
	background: url(/s/img/restaurant/btn_plan.png) no-repeat 11px 50% #ffb03e;
	background-size: auto 11px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.box_detail {
	margin-top: 15px;
	font-size: 14rem;
}

.box_detail .txt_price .regular {text-decoration:line-through}
.box_detail .txt_price .special_price {font-size: 17rem;font-weight:bold;color:#ff0000;}

.box_detail .btn_event {
	margin: 15px 0 68px;
	color: #fff;
	padding: 0;
	height: 38px;
	font-size: 14rem;
	line-height: 38px;
	text-align: center;
	border-bottom: 4px solid #d99430;
	background: url(/s/img/restaurant/btn_plan.png) no-repeat 11px 50% #ffb03e;
	background-size: auto 11px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.box_spec {
	border: 2px solid #e5e5e5;
	padding: 0;
	margin: 20px 0 13px;
}

.box_spec dl {
	width: 100%;
	margin: 0;
	display: table;
	border-bottom: 1px dotted #e5e5e5;
}

.box_spec dl dt {
	display: table-cell;
	font-size: 12rem;
	font-weight: bold;
	background-color: #f8f2e7;
	vertical-align: middle;
	line-height: 1.5;
	padding: 8px;
	width:50px;
}

.box_spec dl dd {
	display: table-cell;
	font-size: 12rem;
	vertical-align: middle;
	line-height: 1.5;
	padding: 8px;
}

.box_spec dl dd a.link {
	padding-left: 11px;
	text-decoration: underline;
	color: #874322;
	background: url(/img/restaurant/btn_link.png) 0 50%;
	background-size: auto 8px;
}


/* リストエリア */
.pl-planList__content h4{
	width:96%;
	margin:0 auto 0;
	font-size:14rem;
	color:#333333;
}
.pl-planList__content ol.num1 {
	display: block;
	width:96%;
	margin:0 auto 1em;
	font-size:15rem;
	padding-left:1em;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.pl-planList__content ol.num1 li {
	position: relative;
	list-style: none;
	line-height: 1.6em;
	margin-bottom: 0em;
}
.pl-planList__content ol.num1 li span {
	position: absolute;
	top: 0;
	left: -1em;
}
* html ol.num1 li span { top: -0em; } /* for win ie6 */
*:first-child+html ol.num1 li span { top: -0em; } /* for win ie7 */

/* map
---------------------------------------*/

/* 地図表示 */

div.map-area{
	width:96%;
	margin:2em auto 1em;
	height:28.5em;
}

a.btn-be-wide {
    display: block;
    position: relative;
    float: right;
    width: 100%;
    height: 4.9em;
    background-color: #fff4e2;
	border:1px solid #edd4ac;
    border-radius: 4px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-be-wide span {
    display: block;
    width: 92%;
    position: absolute;
    font-size:15rem;
    line-height: 1em;
	color:#333;
    text-align: center;
    top: 50%;
    left: 4%;
    margin-top: -0.5em;
    background: transparent url("/s/img/restaurant/btn-arrow-br.png") no-repeat scroll right center / 3% auto;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* アクセス情報 */


div.access{
	width:100%;
	margin:1em 0;
	padding-top:1em;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
div.access h4{
	width:100%;
	font-size:15rem;
	padding:0.5em;
	text-align:left;
	color:#fff;
	background-color:#874322;
	margin-bottom:1em;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
div.access table{
	display:block;
	width:96%;
	margin:0 auto;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
div.access table th{
	width:32%;
	padding:0.8em 0.5em;
	font-size:13rem;
	text-align:left;
	font-weight: bold;
	text-align:left;
	border-bottom:1px solid#ccc;
	border-right:1px solid#ccc;
	background-color:#fff4e2;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
div.access table td{
	padding:0.8em 0.8em;
	font-size:13rem;
	text-align:left;
	border-bottom:1px solid#ccc;
	border-right:1px solid#ccc;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
div.access table td a{
	display:block;
	font-size:15rem;
	font-weight: bold;
	color:#000;
	text-decoration:underline;
	padding-bottom:0.5em;
}

.special_bnr {
	margin: 0 auto 3em;
	width: 96%;
}

.special_bnr a {
	margin: 0 auto 1em;
}


/* レストランTOP
------------------------------------*/

/*ホテルレストランを探す */

.search__contents {
	background-color: #edd4ac;
	margin: 1em 0 3em;
	padding: 14px 0;
}

.search__headline {
	font-size: 16rem;
	font-weight: normal;
	color: #874322;
	text-align: center;
	margin: 0 0 14px;
	line-height: 15px;
}

.search__headline span {
	position:relative;
	margin-left: 12px;
	font-size: 16rem;
}


.search__headline span::before {
	content:"";
	background: url(/s/restaurant/img/top/search__headline.png) no-repeat 0 50%;
	background-size: 16px 16px;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 2px;
	left: -22px;
}


.search__list {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 94.25%;
	margin: 0 auto;
}

.search__list li {
	display: block;
	margin-bottom: 10px;
	padding: 0;
	width: 48.5%;
	height: 52px;
	text-align: center;
	font-size: 14rem;
	line-height: 32px;
	border-collapse: collapse;
	box-shadow: 0 5px 0 #d7ba8e;
	border-radius: 4px;
	background-color: #fff;
	position: relative;
}

.search__list li a {
	display: block;
	width: 100%;
	padding: 10px 0;
}

.search__list li.twolines {
	line-height: 16px;
}

.search__list li.search__list__lunch a {
	color: #ffad1f;
}

.search__list li.search__list__lunch::before {
	position: absolute;
	top: 0;
	left: 9px;
	height: 52px;
	width: 24px;
	content: "";
	background: url(/s/restaurant/img/top/search__list__lunch__before.png) no-repeat 50% 50%;
	background-size: 22px auto;
}

.search__list li.search__list__lunch::after {
	position: absolute;
	top: 0;
	right: 9px;
	height: 52px;
	width: 22px;
	content: "";
	background: url(/s/restaurant/img/top/search__list__lunch__after.png) no-repeat 50% 50%;
	background-size: 20px 20px;
}

.search__list li.search__list__dinner a {
	color: #23265e;
}

.search__list li.search__list__dinner::before {
	position: absolute;
	top: 0;
	left: 9px;
	height: 52px;
	width: 24px;
	content: "";
	background: url(/s/restaurant/img/top/search__list__dinner__before.png) no-repeat 50% 50%;
	background-size: 22px auto;
}

.search__list li.search__list__dinner::after {
	position: absolute;
	top: 0;
	right: 9px;
	height: 52px;
	width: 22px;
	content: "";
	background: url(/s/restaurant/img/top/search__list__dinner__after.png) no-repeat 50% 50%;
	background-size: 20px 20px;
}

.search__list li.search__list__ranking a {
	color: #ff4f41;
}

.search__list li.search__list__ranking::before {
	position: absolute;
	top: 0;
	left: 9px;
	height: 52px;
	width: 24px;
	content: "";
	background: url(/s/restaurant/img/top/search__list__ranking__before.png) no-repeat 50% 50%;
	background-size: 22px auto;
}

.search__list li.search__list__ranking::after {
	position: absolute;
	top: 0;
	right: 9px;
	height: 52px;
	width: 22px;
	content: "";
	background: url(/s/restaurant/img/top/search__list__ranking__after.png) no-repeat 50% 50%;
	background-size: 20px 20px;
}

.search__list li.search__list__hotel a {
	color: #ff6e1f;
}

.search__list li.search__list__hotel::before {
	position: absolute;
	top: 0;
	left: 9px;
	height: 52px;
	width: 24px;
	content: "";
	background: url(/s/restaurant/img/top/search__list__hotel__before.png) no-repeat 50% 50%;
	background-size: 22px auto;
}

.search__list li.search__list__hotel::after {
	position: absolute;
	top: 0;
	right: 9px;
	height: 52px;
	width: 22px;
	content: "";
	background: url(/s/restaurant/img/top/search__list__hotel__after.png) no-repeat 50% 50%;
	background-size: 20px 20px;
}

/*シーンから探す */

.scene {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.scene li.scene__card {
	width: 100%;
	background-color: #fff;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #ccc;
}

.scene li.scene__card a {
	display: block;
	width: 100%;
	height: 100%;
}

.scene li.scene__card a::after {
	clear: both;
	height: 0;
	content: "";
	display: block;
	visivility: hidden;
}

.scene li.scene__card .scene__image {
	float: left;
	width: 48%;
}

.scene li.scene__card .scene__image img {
	width: 100%;
}

.scene li.scene__card .scene__text__contents {
	float: right;
	padding: 0;
	width: 48%;
	overflow: hidden;
}

.scene li.scene__card a .scene__text__contents h3.scene__headline {
	color: #222;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
}

.scene li.scene__card a .scene__text__contents p.scene__text {
	color: #222;
	font-size: 13px;
	line-height: 24px;
	text-decoration: none;
}

.scene li.scene__card a:hover .scene__text__contents h3.scene__headline,
.scene li.scene__card a:hover .scene__text__contents p.scene__text {
	text-decoration: none;
}

/*バナー
--------------------------------------------*/
.bnr {
	width: 96%;
	margin: 0 auto 15px;
}

.bnr img {
	width: 100%;
}

/*Qアプリ
--------------------------------------------*/
.qapp {
	margin: 0 10px 15px;
}

.qapp img {
	width: 100%;
}

/*---------------
 * クローズ表示
 *--------------*/
.pl-notice.\--isKeirou {
	height: 85vw;
	background-image: url(../../../special/keirou/img/bg_mainvisual_01.png);
	position: relative;
	background-position: center;
	background-size: cover;
}

.pl-notice::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content:"";
	background-color: rgba(0,0,0,0.5);
}

.pl-notice__box {
	position: absolute;
	top: 32%;
	right: 50%;
	margin-right: -140px;
	background-color: #fff;
	width: 280px;
	height: 130px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	        flex-direction: column;
}

.pl-notice__box__title {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
	text-align: center;
}

.pl-notice__box__text {
	font-size: 12px;
	text-align: center;
}

/*------------------------------------*
コンテンツフッター共通
\*------------------------------------*/

/* SNSボタン
--------------------------- */

.pl-snsButtons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 6vw auto;
	width: -webkit-calc(100% - 6vw);
	width: calc(100% - 6vw);
	border: 1px solid #989898;
	padding: 2em 0;
}

@media screen and (min-width: 640px) {
	.pl-snsButtons {
		margin: 40px auto;
	}
}

.pl-snsButtons__item {
	display: inline-block;
	margin: 0 .35em;
}

	.pl-snsButtons__item img {
		height: 40px;
		width: auto;
	}


/* 下部にあるTOPへボタン
--------------------------- */

.pl-footerButtonWrapper {
	padding: 20px;
}

.pl-footerButton {
	background-color: #ffb03e;
	border-color: #ffb03e #ffb03e #d99430;
	-webkit-border-image: none;
	-o-border-image: none;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 3px;
	display: inline-block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	-webkit-transition: background-color 50ms linear;
	transition: background-color 50ms linear;
	position: relative;
	font-size: 14px;
}

	.pl-footerButton::before {
		content: '';
		display: inline-block;
		border-top: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 6px solid #fff;
		position: absolute;
		left: 2%;
		top: 10px;
	}
