Written by Anonymous
body .wp-block-gallery .blocks-gallery-item {
flex-grow: 0!important;
}
.body .navi-footer-in > .menu-footer li {
border: 0
}
/* 画面幅480px以下の場合 */
@media screen and (max-width: 600px) {
/* フッターメニューを縦並びに */
.menu-footer {
align-items: center;
flex-flow: column;
}
}
/* サイト名 */
.site-name-text {
display: none;
}
/* ボックスメニュー */
.box-menu {
box-shadow: none;
min-height: unset;
padding: 0;
}
.box-menu:hover {
box-shadow: none;
opacity: 0.8;
}
/* ラベル・説明非表示 */
.box-menu-label,
.box-menu-description {
display: none;
}
.body .box-menus .box-menu-icon * {
margin: 0;
}
.box-menu-icon img {
max-height: unset;
max-width: unset;
width: 100%;
}
#booking-package_schedulePage .closed {
display: none !important;
}
#booking-package_schedulePage .daysListPanel {
display: none !important;
}
#booking-package_schedulePage .box_shadow {
box-shadow: none !important;
}
#booking-package_schedulePage .courseListPanel {
position: static !important;
width: 100% !important;
}
.selectable_time_slot {
border-bottom: none;
border-bottom-width: 0 !important;
}
#booking-package_schedulePage .selectable_time_slot>div {
border: 1px solid #d0cdcd;
padding: 10px;
}
.underline {
text-decoration: underline;
}
.underline:hover {
text-decoration: none;
}