.headline-menu {
	color: #FFFFFF;
}

.itemMenu {
    background-color: #fdfdfb;
    color: #3C2313;
    padding: 5px;
    padding-bottom: 8px;
    margin: 2px;
    font-weight: bold;
}

.clearFix-7 {
    clear: both;
    padding: 7px 0;
}

.clearFix-15 {
    clear: both;
    padding: 15px 0;
}

.boxRate {
    display: flex;
}

.boxRate .justifyBox {
    min-height: 100%;
}

.w25 {
    width: 25%;
    float: left;
	text-align: center;
}

.w50 {
    width: 50%;
    float: left;
}

.membership-table-bangkok {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.membership-row-bangkok {
    width: 100%;
    display: table-row;
    border: 1px dotted #bbbbbb;
    color: #3c2415;
    font-size: 12px;
    font-weight: bold;
    font-family: "dbozonex";
}

.membership-row-bangkok .column-1 {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px dotted #bbbbbb;
    background: rgba(196, 154, 108, 0.25);
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 12px;
    font-size: 18px;
}

.membership-row-bangkok .column-2 {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px dotted #bbbbbb;
    background: rgba(155, 133, 121, 0.25);
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 12px;
    font-size: 18px;
}

.middleBox h3 {
    margin: 0 !important;
}

.middleBox p {
    margin: 0 !important;
}

.membership-bangkok-footer p {
	font-weight: 300;
    font-size: 14px;
	text-align: center;
}

.itemMenu h3 {
	font-size: 18px;
	font-weight: bold;
}

.itemMenu h4 {
	font-size: 17px;
	font-weight: bold;
	line-height: 23px;
	padding-top: 10px;
}

.text-left {
	text-align: left;
}

@media (min-width: 450px) {
    .itemMenu {
        padding: 15px;
    }
	
	.membership-row-bangkok .column-1 {
        font-size: 20px;
    }
	
	.membership-row-bangkok .column-2 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
	.boxRate {
		flex-wrap: wrap;
	}
	
	.boxRate .w50 {
		width: 100%;
	}
}

.alacarte-price{
	width: 35%;
	float:left;
	font-weight: bold;
	font-size: 20px;
	font-family: "dbozonex";
	text-align: right;
}
.alacarte-price .price-rate {
	margin-right: .75rem;
}
.alacarte-price .price-b {
	margin-left: 1.5rem;
}
.alacarte-time {
    width: 25%;
    text-align: center;
}
.alacarte-title {
    width: 40%;
    float: left;
    font-weight: 600;
    min-height: 20px;
    font-size: 20px;
    font-family: "dbozonex";
}
.pb-1r {
	padding-bottom: 1rem;
}
.minHeight100 .price-header{
    font-size: 14px;
}
.minHeight100 .price{
    font-weight: bold;
}
.minHeight100 .price2{
    font-size: 14px;
}
.minHeight120 .price-header{
    font-size: 14px;
}
.minHeight120 .price {
    font-weight: bold;
}
.minHeight120 .price2 {
    font-size: 14px;
}

.img-menu-mobile{
    display: none;
}

.img-menu-desktop{
    display: block;
    margin: 0 auto;
}

.rightBox .pList {
    font-size: 15px;
	margin-bottom: 3px;
}

.table-alacarte {
    width: 100%;
    font-size: 16px;
	font-weight: bold;
}

.table-alacarte td {
    vertical-align: text-top;
	text-align: center;
	padding: 10px 8px;
	border: 1px dotted #ccc;
	background-color: #FFFFFF !important;
	font-size: 17px;
}

.table-alacarte .alacarte-name-menu {
   width: 33%;
   text-align: left;
}

.table-alacarte .alacarte-member {
   width: 24.5%;
}

.table-alacarte .alacarte-non-member {
   width: 24.5%;
}

.table-alacarte .alacarte-duration {
   width: 18%;
}

@media (min-width: 450px){
    .rightBox .pList {
        font-size: 16px;
    }
    .new-menu-detail h4 .price-header {
        font-size: 18px;
    }
	.table-alacarte {
		font-size: 20px;
	}
}

@media (min-width: 992px){
	.table-alacarte td {
		padding: 14px 20px;
	}
	
	.table-alacarte .alacarte-name-menu {
	   width: 40%;
	}

	.table-alacarte .alacarte-member {
	   width: 20%;
	}

	.table-alacarte .alacarte-non-member {
	   width: 20%;
	}

	.table-alacarte .alacarte-duration {
	   width: 20%;
	}
	
	.table-alacarte.onsen-daypass .alacarte-member, .table-alacarte.onsen-daypass .alacarte-non-member {
	   width: 30%;
	}
}

@media (max-width: 545px){
	.table-alacarte .alacarte-name-menu {
	   width: 30%;
	}

	.table-alacarte .alacarte-duration {
	   width: 15%;
	}
	
	.table-alacarte .alacarte-member {
	   width: 27.5%;
	}
	.table-alacarte .alacarte-non-member {
	   width: 27.5%;
	}
	
	.table-alacarte td {
		padding: 10px 3px;
		font-size: 13px;
	}
	
	.alacarteMenu {
		padding: 10px !important;
	}

}

.membership-table{
    display: table; border-collapse: collapse;
    width: 100%;
}
.membership{
    padding: 15px;
    width: 100%;
}
.membership-row{
    width: 100%;
    display: table-row; border: 1px dotted #bbbbbb;
    color: #3c2415;
    font-size: 12px;
    font-weight: bold;
    font-family: "dbozonex";
}
.membership-row .column-1{
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px dotted #bbbbbb;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}
.membership-table .column-2{
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px dotted #bbbbbb;
    background: rgba(196,154,108,0.25);
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 12px;
    font-size: 18px;
}
.membership-table .column-2 span{
    font-size: 16px;
}
.membership-table .column-3{
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px dotted #bbbbbb;
    background: rgba(155,133,121,0.25);
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 12px;
    font-size: 18px;
}
.membership-table .column-3 span{
    font-size: 16px;
}
.membership-table .column-4{
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px dotted #bbbbbb;
    background: rgba(128,130,133,0.25);
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 12px;
    font-size: 18px;
}
.membership-table .column-4 span{
    font-size: 16px;
}
.membership-table-2{
    border: 1px dotted #bbbbbb;
    margin: 20px 0;
}
.membership-table-2 .table-2-row{
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
.membership-table-2 .remark-table{
    width: 100%;
    padding: 10px;
}
.membership-table-2 .remark-table h3{
    font-size: 12px;
}
.membership-table-2 .table-2-row .table-2-col-left{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: center;
    padding:15px;
    border-right: 1px dotted #bbbbbb;
}
.membership-table-2 .table-2-row .table-2-col-left h3{
    font-size: 14px;
    font-weight: bold;
}
.membership-table-2 .table-2-row .table-2-col-left p{
    font-size: 12px;
}
.membership-table-2 .table-2-row .table-2-col-left img{
    width: 60px;
}
.membership-table-2 .table-2-row .table-2-col-right{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: center;
    padding:15px;
}
.membership-table-2 hr{
    border-top: 1px dotted #bbbbbb !important;
    margin: 0;
}
.membership-desc p{
    line-height: 15px;
    display: table;
    width: 100%;
}
.membership-desc-left{
    display: table-cell;
    width: 35%;
    text-align: center;
    vertical-align: top;
    padding-right: 10px;
}
.membership-desc-right{
    display: table-cell;
    width: 65%;
    text-align: left;
    vertical-align: middle;
}
@media only screen and (max-width: 450px){
    .rightBox .pList {
        font-size: 13px !important;
    }
    .membership-row .column-1{
        font-size: 12px;
    }
    .membership-row .column-2{
        font-size: 12px;
    }
    .membership-row .column-2 span{
        font-size: 10px;
    }
    .membership-row .column-3{
        font-size: 12px;
    }
    .membership-row .column-3 span{
        font-size: 10px;
    }
    .membership-row .column-4{
        font-size: 12px;
    }
    .membership-row .column-4 span{
        font-size: 10px;
    }
}
@media only screen and (max-width: 450px) {
	.alacarte-title {
    	width: 35%;
	}
	.alacarte-price {
    	width: 44%;
		font-size: 13px;
        font-family: "dbozonex";
        line-height: 14px;
    }
    .alacarte-price span.price-rate{
        font-size: 12px;
    }
	.alacarte-time {
		width: 21%
	}
    .minHeight100 .price-header{
        font-size: 12px;
    }
    .minHeight120 .price-header{
        font-size: 12px;
    }
    .minHeight100 .price2{
        font-size: 9px;
    }
    .minHeight120 .price2{
        font-size: 9px;
    }
    .img-menu-mobile{
        display: block;
    }
    .img-menu-desktop{
        display: none;
    }
    .alacarte-title {
        font-size: 14px;
    }
    .rightBox .pList {
        font-size: 14px;
    }
}