@charset utf-8;

.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}

.parts-normaltext{
	border: 1px solid #d0d0d0;
    padding: 15px;
}
.column2-r p{
	font-size: 1.1em;
}
.column2-r .title,
.column2-l .title,
.drink .title,
.parts-column3 .title{
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
}
.column2-r p.title:not(:first-child),
.parts-column3 p.title:not(:first-child){
    margin-top: 20px;
}

.lead{
	text-align: center;
	font-size:15px;
	margin: -15px 0 30px;
	width: 100%;
}
.lead .point{
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}
.lead .point li{
	display: inline-block;
    border-radius: 8px;
    background: #7f0020;
    color: #fff;
    padding: 2px 14px;
    margin: 10px 5px 0;
    font-size: 16px;
}

.drink{
	font-size: 1.1em;
	border: 1px solid #d0d0d0;
    padding: 20px;
    margin: 0 0 20px;
}

.line_box{
	border: 2px solid #d0d0d0;
    padding: 15px;
    margin: 20px 0 40px;
}
.line_box.center{
	text-align: center;
}
.line_box .title{
    font-size: 18px;
    color: #7f0020;
    font-weight: bold;
    margin: 0 0 10px;
}
.line_box .course_list{
	margin: 20px 0;
}
.line_box .course_list li{
	width: 33%;
	display: inline-block;
	vertical-align: top;
	border-sizing: border-box;
	padding: 15px;
}
.line_box .course_list li .title{
    font-size: 16px;
    color: #000;
    margin: 0 0 5px;
}
.line_box .course_list li + li{
	border-left: 1px solid #d0d0d0;
}

.sp_mds{
	display: none;
}
.tokuten_area{
	display: block;
	margin: 0 0 60px;
}
.plan_tokuten{
	width: 100%;
	border-spacing: 2px;
	border-collapse: separate;
	font-size: 1.1em;
	margin: 0 0 10px;
}
.plan_tokuten th{
	background: #7f0020;
	color: #fff;
	vertical-align: middle;
	border-radius: 3px;
}
.plan_tokuten th.mds{
	font-size: 1.2em;
}
.plan_tokuten td{
	padding: 5px 10px;
	background: #f1f1f1;
}

.column2-r p.price,
.column2-l p.price,
.parts-column3 p.price,
.line_box p.price{
	font-size: 1.2em;
	margin: 20px 0 0;
}
.column2-r p.price span,
.column2-l p.price span,
.parts-column3 p.price span,
.line_box p.price span{
	font-size: 1.8em;
}

.column2-r .center,
.column2-l .center,
.parts-column3 .center,
.line_box.center {
	text-align:center;
}

.parts-column3 .border,
.column2-r .border,
.column2-l .border {
    border: 2px solid #ddd;
    padding: 15px;
    box-sizing: border-box;
}

.column2-r .center p.title,
.column2-l .center p.title,
.parts-column3 .center p.title {
    text-align: center;
    font-size: 24px;
    color: #7f0020;
}
.column2-r .center p.title span,
.column2-l .center p.title span,
.parts-column3 .center p.title span {
	font-size: 18px;
}
.column2-r .center p.title span.min,
.column2-l .center p.title span.min,
.parts-column3 .center p.title span.min {
	font-size: 14px;
    font-weight: normal;
    display: inline-block;
    line-height: 1.4;
}
.column2-r .center p.price,
.column2-l .center p.price,
.parts-column3 .center p.price,
.line_box.center p.price {
	margin: 0;
}



.parts-smalltext p {
    font-size: 12px;
}

.info_box{
	background: #4C3736;
	padding: 15px;
	display: block;
	color: #fff;
	margin: 0 0 40px;
	font-size: 1.2em;
	line-height: 1.5;
}
.info_box .hallname span{
    font-size: 1.4em;
}
.info_box .tel span{
    font-size: 1.4em;
}
.info_box a{
    color: #fff;
}

.parts-linktext {
    margin-bottom: 60px;
    font-size: 15px;
    position: relative;
    padding: 0 0 0 18px;
}
.parts-linktext::before {
	display: inline-block;
	left: 0;
	top: 9px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #7f0020;
    border-right: 1px solid #7f0020;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    vertical-align: baseline;
}


@media screen and (max-width: 480px) {
	.column2-r .title,
	.parts-column3 .title{
		font-size: 1.5rem;
	}
	.plan_tokuten th.mds{
		display: none;
		font-size: 1.8em;
	}
	.plan_tokuten th{
		padding: 5px;
	}
	
	.lead .point li {
	    margin: 5px;
	    float: none;
	}
	.sp_mds{
		display: block;
	    background: #7f0020;
	    color: #fff;
	    vertical-align: middle;
	    border-radius: 3px;
	    text-align: center;
	    font-size: 1em;
	    font-weight: bold;
	    padding: 5px;
	    margin: 0 0 10px;
	}
	.line_box .course_list {
	    margin: 20px 0;
	}
	.line_box .course_list li{
		width: 100%;
		padding: 20px 15px;
	}
	.line_box .course_list li + li{
		border-left: none;
		border-top: 1px solid #d0d0d0;
	}
}