@charset "UTF-8";
.is-sunday,
.is-holiday {
  background: #fff0f5;
}
.is-saturday {
  background: #f0f8ff;
}
td.ui-datepicker-week-end a {
	background: #fff0f5 !important;
}

.btn_sns {
    background: #532F2F;
    border-radius: .4rem;
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: 19.56rem;
    color: #fff!important;
    text-align: center;
    font-size: 1.3rem;
    padding: .8rem;
	transition: all .2s;
}
.btn_sns:hover {
background: #a2723d;
text-decoration :none;
}
.btn_sns img {
	display: inline-block;
	margin-right: .5rem;
	max-width: 1.4rem;
}