@charset "utf-8";

.baloon {
   background: #990000;
   text-align: center;
   padding: 8px 0;
}

.baloon span {
   color: #fff;
}

.rc_wrap .text-01 {
   margin-bottom: 20px;
}

.rc_wrap .t-grid-column1-price {
   display: table;
   margin-bottom: 20px;
}

.rc_wrap .label {
   border: 1px solid #990000;
   font-size: 1.5rem;
   padding: 10px;
   display: table-cell;
   vertical-align: middle;
   color: #990000;
}

.rc_wrap .t-grid-column1-num {
   padding-left: 15px;
}

.rc_wrap .label2 {
   background: #990000;
   color: #fff;
}

.t-grid-02-02 .rc_wrap {
   display: table;
}

.t-grid-02-02 .rc_wrap .t-grid-02_haed {
   margin-bottom: 20px;
}
.t-grid-02-02 .rc_wrap .m-media-l__img {
   vertical-align: top;
}
.rc_wrap .c_right {
   display: table-cell;

}
.top-txt {
   margin-bottom: 20px;
}

div.heading {
   margin-bottom: 0!important;
}
div.heading2 {
   margin-top: 20px!important;
}
.anchor {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 20px!important;
    margin-top: 0!important;
    padding: 10px 0;
}
.anchor a {
    color: #fff;
    outline: 0;
}
.a_txt_line {
  text-decoration: underline;
}
a.a_txt_line:hover, a.a_txt_line:focus, a.a_txt_line:active {
  text-decoration: none;
}
.facilities{
    font-size: 13px;
}
@media (max-width: 767px){
   .anchor {
      font-size: 18px;
   }
   .top-txt {
      padding: 1.5%;
   }
   .rc_wrap .t-grid-column1-num {
   padding-left: 5px;
   }
   .facilities{
    font-size: 12px;
}
}
/* 4/17追加 クーポンの終了対応 */
.t-lst-coupon-2column .inner-item{
	position: relative;
}
.overlay-end {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	color: #fff;
	font-size: 2em;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	background-color: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#55000000,EndColorStr=#55000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#55000000,EndColorStr=#55000000)";
	z-index: 10;
	zoom: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.overlay-end p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1.2em;
	margin: auto !important;
	text-align: center;
	font-size: 35px;
}