@media screen and (min-width:767px){
.header_cont{
position: relative;
z-index: 999999999999999999;
  }
.page_cont_wrap {
    margin-left: 60px;
    position: relative;
}
.header_cont .sitename{
width: 60px;
height: 70%;
background: #F8FBF2;
margin: auto 0;
position: fixed;
top: 80px;
writing-mode: vertical-lr;
text-align: center;
transform: rotate(180deg);
}
.header_cont .scroll-wrap{
width: 60px;
height: 30%;
background: #F8FBF2;
margin: auto 0;
position: fixed;
bottom: 0px;
text-align: center;
}

.scroll-top {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s; /*それぞれに0.5秒の変化のアニメーション*/
}
.scroll-top img {
width: 30px;
}
.scroll-top.scroll-view {
  opacity: 1;
  visibility: visible;
}
}

.side-menu{
  position: fixed;
  top: 0;
  width: 60px;
  background: #33B373;
  right: 0;
  z-index: 9999999;
  writing-mode: vertical-lr;
}

.side-menu.pc-only:hover{
  width: 70px;
    transition: all 0.2s ease-out;
}

.side-menu .side-inner a{
  height: 210px;
  text-align: center;
  width: 60px;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.side-menu .side-inner a img{
  width: 43px;
  padding: 10px 5px 5px;
}

.side-menu .side-inner a.tel-btn{
  background: #33B373;
  height: 70px;
}
.side-menu .side-inner a.contact-btn{
  background: #66C696;
  height: 70px;
}

.side-menu:before{
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 210px solid #5EC188;
    border-left: 10px solid transparent;
    z-index: 2;
}
.side-menu:after{
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 0;
    height: 0;
    border-top: 210px solid #B3E3CB;
    border-left: 20px solid transparent;
    z-index: 1;
}

@media(max-width:767px){
.side-menu{
  writing-mode: inherit;
}
.side-menu .side-inner a{
  height: auto;
  font-size: 10px;
  padding: 0 0 10px;
}
}
.aboutus-logo {
  max-width: 250px;
}
@media(max-width:767px){
.aboutus-logo {
  max-width: 200px;
}
}
.fc-frame{
  display: inline-block;
  border: 2px solid #00a050;
  padding: 20px;
}
