/* カスタム CSS をここに入力してください */
#header-menu-button button span {
    border: none;
    width: 50px;
    width: 5rem;
    height: 50px;
    height: 5rem;
    padding: 0;
    background: url(http://www.step-web.com/wp-content/uploads/2017/08/m-1.png);
    cursor: pointer;
    border-radius: 0;
}

img[class*=wp-image-] {
    box-shadow: none;
}

.cal_wrapper {
max-width: 960px; /* 最大幅 */
min-width: 300px; /* 最小幅 */
margin: 2.0833% auto;
}
.googlecal {
position: relative;
padding-bottom: 100%; /* 縦横比 */
height: 0;
}
.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
/* 画面幅が768px以上の場合の縦横比の指定 */
@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}