html.fix {
  overflow: hidden;
}

.wrap {
  background-color: #fff;
  overflow-x: hidden;
  position: relative;
  z-index: 5;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.marker {
  line-height: 1;
  padding-bottom: .2em;
  position: relative;
}

.marker:before {
  content: '';
  width: 0%;
  height: 50%;
  background-color: #FFFF0A;
  position: absolute;
  left: 0;
  bottom: -.1em;
  z-index: -1;
}

.marker.on:before {
  animation-name: marker;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

.marker.ovf:before {
  animation-name: markerOvf;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  bottom: -.1em;
  left: -1em;
}

@media screen and (min-width: 1080px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

@keyframes marker {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@media screen and (min-width: 1080px) {
  .hvr-opc {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .hvr-opc:hover {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}

.header.on:before {
  content: '';
  width: 100%;
  height: 100vh;
  background-color: rgba(219, 219, 219, 0.65);
  position: absolute;
  top: 0;
  left: 0;
}

.header.on .header-logo {
  position: relative;
  z-index: -1;
}

.header.on .sns-item.fb .icon {
  fill: #7D7D7D;
}

.header .header-logo {
  padding: 14px 16px 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header .header-logo a {
  display: inline-block;
  width: 12.812%;
  max-width: 61px;
}

.header .btn-unit {
  width: 30px;
  height: 30px;
  padding: 5px 8px;
  background-color: #BBD580;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 15px;
  z-index: 1;
}

.header .menu-trigger {
  display: inline-block;
  width: 14px;
  height: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.header .menu-trigger .line {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: 0;
}

.header .menu-trigger .line:nth-of-type(1) {
  top: 0;
}

.header .menu-trigger .line:nth-of-type(2) {
  top: 4px;
}

.header .menu-trigger .line:nth-of-type(3) {
  bottom: 0;
}

.header .menu-trigger.on .line:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}

.header .menu-trigger.on .line:nth-of-type(2) {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

.header .menu-trigger.on .line:nth-of-type(3) {
  -webkit-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
}

.header .nav-list {
  display: none;
  width: 100%;
  height: 100vh;
  padding: 62px 54px 54px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.header .nav-list-item {
  line-height: 1;
}

.header .nav-list-item:not(:last-child) {
  margin-bottom: 26px;
}

.header .nav-list-item a {
  font-size: 1.3rem;
  letter-spacing: .16em;
}

.header .sns {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 54px;
  right: 21px;
}

.header .sns-item {
  line-height: 1;
  background-repeat: no-repeat;
}

.header .sns-item.fb .icon {
  fill: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 1080px) {
  .header.on .sns-item img {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }

  .header .header-logo {
    width: 100%;
    max-width: 850px;
    padding: 26px 28px 0;
    margin: 0 auto 0;
  }

  .header .btn-unit {
    width: 50px;
    height: 50px;
    padding: 13px 15px;
    top: 26px;
    right: 45px;
  }

  .header .menu-trigger {
    width: 21px;
    height: 16px;
  }

  .header .menu-trigger .line:nth-of-type(2) {
    top: calc(50% - 1px);
  }

  .header .menu-trigger.on .line:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }

  .header .menu-trigger.on .line:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }

  .header .nav-list {
    width: 41.203%;
    max-width: 445px;
    height: auto;
    padding: 62px 54px 174px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
  }

  .header .nav-list-item a {
    letter-spacing: .13em;
  }

  .header .sns {
    width: 20px;
    height: 20px;
    top: 98px;
    right: 59px;
  }

  .header .sns-item {
    line-height: 1;
  }

  .header .sns-item.fb .icon {
    fill: #C7C7C7;
  }

  .header .sns-item.fb:hover .icon {
    fill: #3b5998;
  }
}

.footer {
  width: 100%;
  padding: 24px 25px 30px;
  color: #fff;
  background-color: #B8B8B8;
}

.footer .footer-wrap {
  letter-spacing: .15em;
}

.footer a {
  color: #fff;
}

.footer .logo {
  width: 35.185%;
  max-width: 95px;
  margin: 0 0 52px;
}

.footer .footer-unit-name {
  margin: 0 auto 10px;
  font-size: 1.4rem;
}

.footer .footer-unit-txt {
  margin: 0 auto 12px;
  font-size: 1.1rem;
}

.footer .footer-unit-maplink {
  margin: 0 0 12px;
}

.footer .footer-unit-maplink a {
  display: inline-block;
  padding: 0 0 0 18px;
  font-size: 1.0rem;
  position: relative;
}

.footer .footer-unit-maplink a:before {
  content: '';
  width: 10px;
  height: 13px;
  background-image: url("https://porowakka.co.jp/wp-content/themes/porowakka//cmn/img/icon-gmap.svg");
  position: absolute;
  top: 3px;
  left: 0;
}

.footer .footer-unit-contact {
  margin: 0 0 4px;
  font-size: 1.0rem;
}

.footer .footer-unit-tel {
  margin: 0 auto 46px;
}

.footer .footer-unit-tel a {
  padding: 6px 20px;
  font-size: 1.0rem;
  border: .5px solid #fff;
}

.footer .footer-sitemap {
  display: none;
}

.footer .footer-btm {
  line-height: 1.7;
}

.footer .footer-aside,
.footer .footer-privacylink,
.footer .footer-copyright {
  font-size: 1.0rem;
  letter-spacing: .05em;
}

@media screen and (min-width: 1080px) {
  .footer {
    padding: 38px 48px 30px;
  }

  .footer .footer-wrap {
    display: table;
    width: 100%;
    max-width: 958px;
    margin: 0 auto 30px;
  }

  .footer .logo,
  .footer .footer-unit,
  .footer .footer-sitemap {
    display: table-cell;
    vertical-align: top;
  }

  .footer .logo {
    width: 112px;
    margin: 0 42px 0 0;
  }

  .footer .footer-unit {
    width: 322px;
    padding: 2px 0 0 42px;
  }

  .footer .footer-unit-name {
    margin: 0 auto 12px;
    letter-spacing: .15em;
  }

  .footer .footer-unit-txt {
    margin: 0 auto 10px;
  }

  .footer .footer-unit-contact {
    margin: 0 0 4px;
  }

  .footer .footer-unit-tel {
    margin: 0 auto 0;
  }

  .footer .footer-sitemap {
    text-align: right;
  }

  .footer .footer-sitemap-list {
    display: inline-block;
    max-width: 460px;
    text-align: left;
    letter-spacing: -.4em;
    position: relative;
    left: 1em;
  }

  .footer .footer-sitemap-item {
    display: inline-block;
    margin: 0 1em 0 0;
    letter-spacing: .15em;
    vertical-align: top;
  }

  .footer .footer-sitemap-item a {
    font-size: 1.2rem;
  }

  .footer .footer-sitemap-item a:hover {
    text-decoration: underline;
  }

  .footer .footer-btm {
    width: 100%;
    max-width: 958px;
    padding: 0 0 0 152px;
    margin: 0 auto 0;
  }

  .footer .footer-aside,
  .footer .footer-privacylink,
  .footer .footer-copyright {
    display: inline-block;
    letter-spacing: .11em;
  }

  .footer .footer-privacylink a:hover {
    text-decoration: underline;
  }
}

.contents-nav {
  width: 100%;
  max-width: 850px;
  padding: 0 16px;
  position: relative;
  z-index: 10;
}

.contents-nav-list {
  width: 50.347%;
  max-width: 147px;
}

.contents-nav-list-item {
  padding: 5px;
  position: relative;
}

.contents-nav-list-item:not(:last-child) {
  margin-bottom: 12px;
}

.contents-nav-list-item a {
  display: block;
  padding: 4px 4px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
  background-color: #fff;
}

.contents-nav-list-item > a:before,
.contents-nav-list-item > a:after,
.sub-menu::before,
.sub-menu::after {
  content: '';
  width: 100%;
  height: 70.968%;
  position: absolute;
  left: 0;
}

.contents-nav-list-item > a:before,
.sub-menu::before {
  border-top: 1px solid #7D7D7D;
  border-left: 1px solid #7D7D7D;
  top: 0;
}

.contents-nav-list-item > a:after,
.sub-menu:after {
  border-bottom: 1px solid #7D7D7D;
  border-right: 1px solid #7D7D7D;
  bottom: 0;
}

@media screen and (min-width: 1080px) {
  .contents-nav {
    padding: 0 35px;
  }

  .contents-nav-list {
    width: 100%;
    max-width: 100%;
    letter-spacing: -.4em;
  }

  .contents-nav-list-item {
    display: inline-block;
    width: 146px;
    letter-spacing: .15em;
    position: relative;
  }

  .contents-nav-list-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 30px;
  }

  .contents-nav-list-item a {
    font-size: 1.4rem;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .contents-nav-list-item a:hover {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
  }
}

/* 20230428 add */
.contents-nav-list-item ul {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}

.contents-nav-list-item:hover ul {
  opacity: 1;
}

.sub-menu {
  position: absolute;
  padding: 6px 10px;
  top: 30px;
  width: 270px;
  background-color: #fff;
}
.sub-menu a {
  position: relative;
  z-index: 100;
  text-align: left;
  padding: 10px 0;
}

ul#nav_list ul {
  padding-left: 1em;
  margin-top: 26px;
}

.align-left{
  text-align: left;
}

.sp-br{display: none;}
@media screen and (max-width: 1080px) {
  .sp-br{display: block;}
}
/*# sourceMappingURL=style.css.map */