@charset "UTF-8";
:root {
  --marugo: "Kiwi Maru","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",sans-serif;
  --vk-size-text: 16px;
  --green: var(--wp--preset--color--vk-color-custom-1);
  --vk-color-text-body: var(--wp--preset--color--vk-color-custom-1);
}
html{
  scroll-behavior: smooth;
}
body {
  font-family: var(--marugo);
}

.site-header {
  box-shadow: none;
}
@media screen and (max-width: 991px){
  .site-header {
    background: var(--green);
  }
}
.arrowButton {
  color: currentColor;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  padding: 0 .5em .2em;
  border-bottom: solid 1px currentColor;
}
.arrowButton:after {
  content: '→';
  display: inline-block;
  margin-left: .5em;
  transition: transform .4s;
}
.arrowButton:hover:after{
  transition: transform .4s;
  transform: translateX(30%);
}
.arrowButton-question:before {
  content: '？';
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: .8em;
  width: 1.3em;
  height: 1.3em;
  border: solid 2px currentColor;
  border-radius: 50%;
}
.arrowButton-question:after{
  content: '';
  width: .3em;
  height: .3em;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: currentColor;
  transform: rotate(45deg);
}

.reserveLinks{
  list-style:  none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: .5em;
}
.reserveLinks .reserveLinks-li{
  margin-top: 0;
}
.reserveLinks-a{
  display: inline-flex;
  align-items: center;
  padding: .5em 1.5em .5em .5em;
  border: solid 2px currentColor;
  border-radius: 4px;
  text-decoration: none;
  color: currentColor;
  white-space: nowrap;
  position: relative;
}
.reserveLinks-a:after{
  content: '▲';
  position: absolute;
  right: .1em;
  line-height: 1.1;
  top: .75em;
  transform: scale(50%) rotate(90deg);
}
.reserveLinks-a:hover{
  color: currentColor;
  background-color: rgba(255,255,255,.4);
}
@media screen and (max-width: 991px){
  .reserveLinks{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .reserveLinks-li{
    margin-top: 0;
    margin-bottom: 0;
  }
  .reserveLinks-a{
    display: flex;
  }
}
.vk-mobile-nav-menu-btn{
  border: solid 1px var(--green);
  border-radius: 50%;
  background: rgba(255,255,255,.9) url("../imgs/navButton.svg") center/60% no-repeat;
}
.page-header-title, h1.page-header-title {
  background: var(--green);
  color: white;
  border-radius: 1em;
  padding: .25em;
}

@media screen and (max-width: 991px) {
  .page-header{
    min-height: auto;
    /*background: var(--green);
    color: #fff;*/
  }
  .page-header-title, h1.page-header-title {
    font-size: 1.3rem;
    background: var(--green);
    color: white;
    border-radius: 1em;
    padding: .25em;
  }
  .site-header-logo{
    padding-top: .75rem;
    margin-bottom: .75rem;
  }
  .site-header-logo img{
    max-width: 50vw;
    max-height: 50vw;
  }
}
.background-green{
  background-color: var(--green);
}
.site-footer-copyright{
  padding-top: 0;
}
.site-footer-copyright>p{
  margin-top: 0;
}
.siteFooter-logo{
  width: 16rem;
  max-width: 100%;
  margin: 3rem auto 0;
}
.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a{
  color: var(--green);
  text-align: center;
}