/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 08 2025 | 01:39:38 */
 html {
	 scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
ol, ul {
  list-style: none;
}
a {
  text-decoration: none;
  text-underline-offset: 0.15em;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
  outline: none;
}
.vertical-text {
    /* 縦書きの基本設定 */
    writing-mode: vertical-rl;
	line-height: 1.5;
}
.fixed-height-block{
	height: 300px;
}
.full-screen-slide{
	height: 100dvh!important;
	width:100dvw!important;
	padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.fullscreen-area{
	width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}
.access {
	margin: 0 auto;
}
/* top-back */
@media screen and (max-width:640px){
  .top-back{
    display:none!important;
  }
}
@media screen and (min-width:641px){
  .vk_icon_frame.text-center .vk_icon_border.has-background.has-contrast-background-color{
    display:none;
  }
}
.top-back {
  display: none;
  position: fixed;
  right:30px;
  bottom:40px;
}
.top-back a {
  display: block;
  background-color: #343434;
  width: 52px;
  height: 52px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
}
/* calendar */
.xo-event-calendar table.xo-month button span.nav-next,
.xo-event-calendar table.xo-month button span.nav-prev{
  width:10px;
  height:10px;
  position:relative;
  top:-4px;
}
.xo-event-calendar table.xo-month .month-header>span {
display:inline-block;
  margin-top:-2px;
}
.xo-month caption {
  margin-bottom:5px!important;
}

