/*
* "FontName" licensed under the SIL Open Font License
* https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap/（配布元のURL）
* https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap
* https://fonts.googleapis.com/css2?family=Cagliostro&display=swap
*/

@media screen and (max-width: 540px){*{box-sizing:border-box}

html,body,label#nav-open,.menubar ul,.contents{
  width: 100%;
}

#nav-drawer {
  position: relative;
  background-color: black;
  height: 2em;
}

.nav-unshown {
  display:none;
}

#nav-open {
    display: inline-block;
    width: 30em;
    height: 2em;
    vertical-align: middle;
}

#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 0.3em;
    width: 25px;
    border: 4px;
    background: white;
    display: block;
    content: '';
    cursor: pointer;
    margin: 1.5% 0 0 7px;
}

#nav-open span:before {
    bottom: -0.5em;
    left:-7px;
}

#nav-open span:after {
    bottom: -16px;
    left: -7px;
}

#nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 50%;/*右側に隙間を作る*/
    transition: .6s ease-in-out;
    transform: translateX(-105%);
}

#nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.menubar {
  width: 80%;
}


.menubar li{
  display: block;
  margin: 2% 1%;
  text-align: center;
}

.menubar li a{
  margin: 0 auto;
  font-size: 95%;
}

.menubar a:active{
  background-color: white;
  color: black;
  transition: 1s;
}

.recruit{
  margin-top: -1px;
}

.recruit p{
  padding: 2% 1% 0 1%;
}

.time,.fee,.treat,.manner,.message,.name,.mini-info{
  margin-top:30px;
}

.contents h2{
  line-height: 55px;
}

.time p,.treat p,.manner p,.message p,.mini-info p{
  line-height: 24px;
}

.wkt{
  display: inline-block;
  text-indent: 4.7em;
  margin-left: 0;
}

.sbr{
  display: block;
}

.copy{
  font-size: 1em;
  padding: 2% 1% 0 1%;
  margin-right: 0;
}
}
