@charset "UTF-8";
@import url("../../common/css/com.css");
/* ==========================================================================

	kachofugetsu 利楽

========================================================================== */
/*--------------------------------
	料金表
--------------------------------*/
/*---- PC ----*/
#price > div table {
  margin-bottom: 50px;
  /*&:last-child{
				tbody{
					width:100%;
					tr{
						td{
							text-align:center;
							background-color:$main_color;
						}
					}
				}
			}*/
}

#price > div table tbody tr th {
  width: 32% !important;
  text-align: left;
}

#price > div table tbody tr td {
  width: 68% !important;
}

#price > div table:nth-child(3) tbody tr th, #price > div table:nth-child(3) tbody tr td {
  width: 50% !important;
}

#price > p {
  margin-bottom: 0;
}

/*---- SP ----*/
@media only screen and (max-width: 812px) {
  #price > div table {
    margin-bottom: 25px;
  }
  #price > div table:nth-child(3) tbody tr th {
    width: 60% !important;
  }
  #price > div table:nth-child(3) tbody tr td {
    width: 40% !important;
  }
}

/*--------------------------------
	お客様へ
--------------------------------*/
/*---- PC ----*/
#customer .notes_list li {
  color: #4d4d4d;
}

/*--------------------------------
    営業時間
--------------------------------*/
/*---- PC ----*/
#hour .qr {
    margin: 30px auto 0;
    font-size: 2rem;
}

#hour .qr img {
    width: 180px;
    margin: 10px auto 0;
}

/*---- SP ----*/
@media only screen and (max-width: 812px) {
    #hour .qr {
        margin: 30px auto 0;
        font-size: 1.8rem;
    }
    #hour .qr img {
        width: 120px;
        margin: 5px auto 0;
    }
}

/*---- SP ----*/
/*# sourceMappingURL=../../../maps/kachofugetsu/riraku/css/style.css.map */
