@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
body {
  margin-top: 0;
  font-weight: 400;
  color: #57514c;
  font-family: "Hina Mincho", serif;
  letter-spacing: 0.08em;
  overflow-x: hidden;
  position: relative;
}

a {
  color: #01451b;
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

* {
  box-sizing: border-box;
}

summary::-webkit-details-marker {
  display: none;
}

sup,
sub {
  font-size: 0.6em;
}

.dInlineBlock {
  display: inline-block !important;
}

.fontEn {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
}

@keyframes isUsual {
  0% {
    position: fixed;
    top: 0;
  }
  100% {
    position: absolute;
    top: 0;
  }
}
@keyframes isFixed {
  0% {
    top: -120px;
  }
  100% {
    top: 0;
  }
}
#globalHeader:has(.isOpen) {
  transform: translateY(0) !important;
}

.snsList {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  z-index: 111;
}
.snsList.dark li svg {
  fill: #fff;
}
.snsList.light li svg {
  fill: #333;
}
.snsList li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.snsList svg {
  display: block;
  fill: #fff;
  transition: 0.3s fill;
}

main {
  display: block;
  padding-top: 0;
}

#sectionReserve {
  position: relative;
}
#sectionReserve .reserveThumbListWrap {
  background: #fff;
}
#sectionReserve .reserveThumbList {
  background: #fff;
  overflow: hidden;
}
#sectionReserve .reserveBody {
  position: relative;
}
#sectionReserve .reserveBody:before {
  content: "";
  width: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  left: 0;
  z-index: 110;
  pointer-events: none;
}
#sectionReserve .reserveBody .fade-item {
  display: block;
  width: 100%;
  height: 25%;
  position: absolute;
  left: 0;
  z-index: 15;
  pointer-events: none;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  top: -1px;
}
#sectionReserve .reserveBody .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#sectionReserve .reserveBody .inner .reserveContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: url(../images/home/reserve_content_bg.webp) no-repeat;
}
#sectionReserve .reserveBody .inner .reserveContent .reserveTitle {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
  line-height: 1;
}
#sectionReserve .reserveBody .inner .reserveContent .reserveBtnWrap {
  text-align: left;
}
#sectionReserve .reserveBody .inner .reserveContent .reserveBtnWrap a {
  display: block;
  color: #183c29;
  border: 1px solid #fff;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.85);
  position: relative;
  text-decoration: none;
}
#sectionReserve .reserveBody .inner .reserveContent .reserveBtnWrap a:before {
  content: "";
  display: block;
  background: url(../images/common/icon_calendar_green.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#sectionNews .newsTitle {
  display: flex;
  align-items: center;
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
  font-weight: inherit;
  line-height: 1;
  position: relative;
}
#sectionNews .newsTitle:after {
  content: "";
  display: block;
  height: 1px;
  margin-left: auto;
  background: #857a73;
}
#sectionNews .newsMoreBtn {
  text-align: right;
}
#sectionNews .newsMoreBtn a {
  text-decoration: none;
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
  display: inline-block;
  color: #57514c;
  position: relative;
}
#sectionNews .newsMoreBtn a:after {
  content: "";
  display: block;
  background: url(../images/common/icon_arrow_green.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.newsList > li a {
  text-decoration: none;
  height: 100%;
  color: #57514c;
  border-bottom: 1px solid #857a73;
  position: relative;
}
.newsList > li a:after {
  content: "";
  display: block;
  background: url(../images/common/icon_arrow_green.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  margin: auto;
}
.newsList > li a .newsListThumb {
  aspect-ratio: 820/470;
  overflow: hidden;
}
.newsList > li a .newsListThumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.newsList > li a .newsListText .newsListDate {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
}
* + .mapBtnWrap {
  margin-top: 34px;
}

.mapBtnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mapBtnWrap a {
  line-height: 1;
  border: 1px solid #86928b;
  border-radius: 9999px;
  position: relative;
  text-decoration: none;
  color: #fff;
}

#globalFooter {
  color: #fff;
  position: relative;
}
#globalFooter a {
  color: #fff;
}
#globalFooter .gfInner .gfAccess {
  display: flex;
}
#globalFooter .gfInner .gfAccess .gfAccessText p:not(.gfAccessLink) a {
  text-decoration: none;
  pointer-events: none;
}
#globalFooter .gfInner .gfAccess .gfAccessText .gfAccessLink a {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
  display: inline-block;
  position: relative;
}
#globalFooter .gfInner .gfAccess .gfAccessText .gfAccessLink a:before {
  content: "";
  display: block;
  background: url(../images/common/icon_map.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}
#globalFooter .gfInner .gfSitemap .gfSitemapList {
  display: flex;
  flex-wrap: wrap;
}
#globalFooter .gfInner .gfSitemap .gfSitemapList > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#globalFooter .gfInner .gfSitemap .gfSitemapList > li a {
  display: block;
  color: #fff;
}
#globalFooter .gfInner .gfReserve .gfReserveBtn a {
  display: block;
  border: 1px solid #86928b;
  border-radius: 9999px;
  position: relative;
}
#globalFooter .gfInner .gfReserve .gfReserveBtn a:before {
  content: "";
  display: block;
  background: url(../images/common/icon_calendar.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#globalFooter .gfInner .gfInfo .gfSubNav .gfSubNavList {
  display: flex;
  flex-wrap: wrap;
}
#globalFooter .gfInner .gfInfo .gfSubNav .gfSubNavList > li a {
  display: inline-block;
  position: relative;
}
#globalFooter .gfInner .gfInfo .gfSubNav .gfSubNavList > li a[target=_blank]:after {
  content: "";
  display: block;
  background: url(../images/common/icon_blank.svg) no-repeat;
  background-size: contain;
  position: absolute;
}
#globalFooter .gfInner .gfBlank .gfBlankList {
  display: flex;
}
#globalFooter .gfInner .gfBlank .gfBlankList li a {
  display: block;
  position: relative;
}
#globalFooter .gfInner .gfBlank .gfBlankList li a:after {
  content: "";
  display: block;
  background: url(../images/common/icon_blank.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
}

.cookieConsentLayout {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 99;
  transition: 0.4s 1s transform ease-in-out;
  transform: translateY(0);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 112;
}
.cookieConsentLayout:not(.jsCookieConsent) {
  transform: translateY(calc(100% + 50px));
}
.cookieConsentLayout .cookieText {
  font-weight: bold;
}
.cookieConsentLayout .cookieText a {
  color: #183c29;
  text-decoration: underline;
}
.cookieConsentLayout .cookieBtn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-align: center;
  background: transparent;
}
.cookieConsentLayout .cookieBtn > a {
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0;
  color: #fff;
  border-radius: 9999px;
  background: #183c29;
  position: relative;
}
.cookieConsentLayout .cookieClose {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  transition: all 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
.cookieConsentLayout .cookieClose > span {
  display: block;
  width: 25px;
  height: 2px;
  background: #57514c;
  position: absolute;
  right: 0;
  left: 0;
}
.cookieConsentLayout .cookieClose > span:nth-child(1) {
  transform: rotate(45deg);
}
.cookieConsentLayout .cookieClose > span:nth-child(2) {
  transform: rotate(-45deg);
}

@keyframes btnArrow {
  30% {
    opacity: 0;
    transform: rotate(0deg);
  }
  31% {
    transform: rotate(180deg);
  }
  35% {
    background-color: transparent;
    border: none;
    background-image: url(../images/common/icon_arrow_green.svg);
    transform: rotate(180deg);
  }
  36% {
    opacity: 0;
    transform: rotate(180deg);
  }
  100% {
    opacity: 1;
    background-color: transparent;
    border: none;
    background-image: url(../images/common/icon_arrow_green.svg);
    transform: rotate(0deg);
  }
}
@keyframes btnArrow_white {
  30% {
    opacity: 0;
    transform: rotate(0deg);
  }
  31% {
    transform: rotate(180deg);
  }
  35% {
    background-color: transparent;
    border: none;
    transform: rotate(180deg);
  }
  36% {
    opacity: 0;
    transform: rotate(180deg);
  }
  100% {
    opacity: 1;
    background-color: transparent;
    border: none;
    transform: rotate(0deg);
  }
}
@keyframes btnArrowBorder {
  30% {
    opacity: 1;
  }
  31% {
    opacity: 0;
  }
  35% {
    background-color: transparent;
    background-image: url(../images/common/btn_deco_gray.png);
    transform: rotate(180deg);
  }
  36% {
    opacity: 0;
    transform: rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
/* ココから下には記入禁止 */
@media screen and (max-width: 1110px) {
  body:has(#ghMenuBtn.isOpen):before {
    opacity: 1;
    pointer-events: inherit;
  }
  body:has(#ghMenuBtn.isOpen) #globalHeader .ghInner .ghReserveBtn a {
    background: rgba(255, 255, 255, 0.85);
  }
  body:has(#ghMenuBtn.isOpen) .snsList li a svg {
    fill: #fff;
  }
  @keyframes isUsual {
    0% {
      position: fixed;
      top: 0;
    }
    100% {
      position: absolute;
      top: 0;
    }
  }
  @keyframes isFixed {
    0% {
      top: -120px;
    }
    100% {
      top: 0;
    }
  }
  #globalHeader {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 16;
    transition: 0.4s background, 0.4s transform;
  }
  #globalHeader.isView, #globalHeader.isFixed {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  #globalHeader.isView {
    transform: translateY(-60px);
  }
  #globalHeader:not(.isView) {
    transform: translateY(0);
    position: fixed;
  }
  #globalHeader.isFixed:not(.isUsual) {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.9);
  }
  #globalHeader .ghInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 55px;
    padding: 0 75px 0 20px;
    position: relative;
  }
  #globalHeader .ghInner .ghLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100px;
    width: 100px;
  }
  #globalHeader .ghInner .ghLogo a {
    display: block;
    width: 100%;
  }
  #globalHeader .ghInner .ghLogo a picture {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #globalHeader .ghInner .ghLogo a img {
    width: 100%;
  }
  #globalHeader .ghInner .ghReserveBtn {
    position: relative;
    z-index: 10;
  }
  #globalHeader .ghInner .ghReserveBtn a {
    display: block;
    color: #fff;
    border: 1px solid #01451b;
    border-radius: 9999px;
    padding-block: 9px;
    padding-inline: 14px 30px;
    text-align: center;
    color: #01451b;
    font-size: 11px;
    line-height: 1.2;
    background: rgba(255, 255, 255, 0.85);
    transition: 0.3s background, 0.3s color;
  }
  #globalHeader .ghInner .ghReserveBtn a:before {
    content: "";
    display: block;
    background: url(../images/common/icon_calendar_green.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
  }
  #globalHeader #ghMenuBtn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: transparent;
    width: 75px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 10;
  }
  #globalHeader #ghMenuBtn > span {
    background: #183c29;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: 0.2s transform, 0.2s opacity, 0.2s background;
  }
  #globalHeader #ghMenuBtn > span {
    width: 35px;
    height: 1px;
  }
  #globalHeader #ghMenuBtn > span:nth-child(1) {
    transform: translateY(-4px);
  }
  #globalHeader #ghMenuBtn > span:nth-child(2) {
    transform: translateY(4px);
  }
  #globalHeader #ghMenuBtn.isOpen > span {
    background: #fff;
  }
  #globalHeader #ghMenuBtn.isOpen > span:nth-child(1) {
    transform: rotate(30deg);
  }
  #globalHeader #ghMenuBtn.isOpen > span:nth-child(2) {
    transform: rotate(-30deg);
  }
  #globalHeader #ghMenuBtn.isOpen + .ghMenu {
    transform: translateX(0);
  }
  #globalHeader .ghMenu {
    background: #01451b;
    width: 225px;
    height: 100dvh;
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    transform: translateX(100%);
    transition: 0.3s transform;
    z-index: 1;
  }
  #globalHeader .ghMenu .ghNav {
    padding: 110px 38px;
    height: 100%;
    overflow-y: auto;
  }
  #globalHeader .ghMenu .ghNav ul > li + li {
    margin-top: 12px;
  }
  #globalHeader .ghMenu .ghNav ul > li a {
    display: block;
    color: #fff;
    padding: 7px 0;
    font-size: 15px;
    position: relative;
  }
  #globalHeader .ghMenu .ghNav ul > li a[target=_blank]:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background: url(../images/common/icon_blank.svg) no-repeat;
    background-size: contain;
  }
  @keyframes btnArrow {
    30% {
      opacity: 0;
      transform: rotate(0deg);
    }
    31% {
      transform: rotate(180deg);
    }
    35% {
      background-color: transparent;
      border: none;
      background-image: url(../images/common/icon_arrow_green.svg);
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      background-color: transparent;
      border: none;
      background-image: url(../images/common/icon_arrow_green.svg);
      transform: rotate(0deg);
    }
  }
  @keyframes btnArrow_white {
    30% {
      opacity: 0;
      transform: rotate(0deg);
    }
    31% {
      transform: rotate(180deg);
    }
    35% {
      background-color: transparent;
      border: none;
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      background-color: transparent;
      border: none;
      transform: rotate(0deg);
    }
  }
  @keyframes btnArrowBorder {
    30% {
      opacity: 1;
    }
    31% {
      opacity: 0;
    }
    35% {
      background-color: transparent;
      background-image: url(../images/common/btn_deco_gray.png);
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      transform: rotate(0deg);
    }
  }
  /* ココから下には記入禁止 */
}
@media screen and (min-width: 1111px) {
  @keyframes isUsual {
    0% {
      position: fixed;
      top: 0;
    }
    100% {
      position: absolute;
      top: 0;
    }
  }
  @keyframes isFixed {
    0% {
      top: -120px;
    }
    100% {
      top: 0;
    }
  }
  #globalHeader {
    display: flex;
    width: 100%;
    height: 118px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    transition: 0.4s background, 0.4s transform, 0.4s height;
  }
  #globalHeader.isView {
    transform: translateY(-120px);
  }
  #globalHeader:not(.isView) {
    transform: translateY(0);
    position: fixed;
  }
  #globalHeader:not(.isFixed) {
    transform: translateY(-120px);
  }
  #globalHeader.isFixed:not(.isUsual) {
    height: 70px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.9);
  }
  #globalHeader.isFixed:not(.isUsual) .ghLogo img {
    top: 20px;
  }
  #globalHeader .ghLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18.125vw;
    max-width: 232px;
    aspect-ratio: 232/30;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 40px;
  }
  #globalHeader .ghLogo a {
    display: block;
    width: 100%;
  }
  #globalHeader .ghLogo img {
    width: 100%;
    display: block;
  }
  #globalHeader .ghInner .ghReserveBtn {
    display: flex;
    align-items: center;
    width: 16.4vw;
    max-width: 210px;
    aspect-ratio: 210/40;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.3vw;
    margin: auto;
    transition: 0.4s height;
  }
  #globalHeader .ghInner .ghReserveBtn a {
    display: block;
    width: 100%;
    border: 1px solid #01451b;
    border-radius: 9999px;
    padding-block: 9px;
    padding-inline: min(30px, 2vw) min(54px, 4.1vw);
    text-align: center;
    color: #01451b;
    font-size: min(18px, 1.4vw);
    line-height: 1.2;
    transition: 0.3s background, 0.3s color;
  }
  #globalHeader .ghInner .ghReserveBtn a:hover {
    background: rgba(255, 255, 255, 0.85);
  }
  #globalHeader .ghInner .ghReserveBtn a:before {
    content: "";
    display: block;
    background: url(../images/common/icon_calendar_green.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: min(18px, 1.4vw);
    height: min(18px, 1.4vw);
    top: 0;
    bottom: 0;
    right: min(22px, 1.71875vw);
    margin: auto;
  }
  #globalHeader #ghMenuBtn {
    display: none !important;
  }
  #globalHeader .ghMenu {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  #globalHeader .ghMenu .ghNav {
    margin-right: min(60px, 4vw);
  }
  #globalHeader .ghMenu .ghNav ul {
    display: flex;
    font-size: min(19px, 1.48vw);
  }
  #globalHeader .ghMenu .ghNav ul > li {
    line-height: 1.4;
  }
  #globalHeader .ghMenu .ghNav ul > li + li {
    margin-left: min(60px, 1.8vw);
  }
  #globalHeader .ghMenu .ghNav ul > li a {
    color: #183c29;
  }
  #globalHeader .ghMenu .ghNav ul > li a:hover {
    transition: 0.3s;
    opacity: 0.6;
  }
  #globalHeader .ghMenu .ghNav ul .ghNavItemSP {
    display: none;
  }
  @keyframes btnArrow {
    30% {
      opacity: 0;
      transform: rotate(0deg);
    }
    31% {
      transform: rotate(180deg);
    }
    35% {
      background-color: transparent;
      border: none;
      background-image: url(../images/common/icon_arrow_green.svg);
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      background-color: transparent;
      border: none;
      background-image: url(../images/common/icon_arrow_green.svg);
      transform: rotate(0deg);
    }
  }
  @keyframes btnArrow_white {
    30% {
      opacity: 0;
      transform: rotate(0deg);
    }
    31% {
      transform: rotate(180deg);
    }
    35% {
      background-color: transparent;
      border: none;
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      background-color: transparent;
      border: none;
      transform: rotate(0deg);
    }
  }
  @keyframes btnArrowBorder {
    30% {
      opacity: 1;
    }
    31% {
      opacity: 0;
    }
    35% {
      background-color: transparent;
      background-image: url(../images/common/btn_deco_gray.png);
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      transform: rotate(0deg);
    }
  }
  /* ココから下には記入禁止 */
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.75;
  }
  body:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s opacity;
    z-index: 9;
  }
  .tel {
    color: #01451b;
    text-decoration: underline;
  }
  @keyframes isUsual {
    0% {
      position: fixed;
      top: 0;
    }
    100% {
      position: absolute;
      top: 0;
    }
  }
  @keyframes isFixed {
    0% {
      top: -120px;
    }
    100% {
      top: 0;
    }
  }
  .snsList {
    width: 80px;
    bottom: 31px;
    right: 20px;
  }
  .snsList li {
    width: 23px;
    height: 23px;
  }
  .snsList li svg {
    width: 23px;
    height: 23px;
  }
  .snsList li + li {
    margin-left: 20px;
  }
  .snsList svg {
    width: 23px;
    height: 23px;
  }
  #sectionReserve .reserveThumbListWrap {
    padding-top: 40px;
    padding-bottom: 20vh;
  }
  #sectionReserve .reserveThumbList {
    aspect-ratio: 438/382;
  }
  #sectionReserve .reserveThumbList .reserveThumbListItem {
    width: calc(60vw + 12px);
    padding-inline: 6px;
  }
  #sectionReserve .reserveBody {
    padding-block: 40vh 160px;
    overflow: hidden;
  }
  #sectionReserve .reserveBody:before {
    height: 290px;
    top: 0;
  }
  #sectionReserve .reserveBody .inner {
    min-height: 100svh;
    padding-inline: 0;
  }
  #sectionReserve .reserveBody .inner .reserveContent {
    width: 100%;
    max-width: 447px;
    height: 447px;
    padding-inline: 45px;
    margin-inline: auto;
    background-size: 447px;
    background-position: center;
  }
  #sectionReserve .reserveBody .inner .reserveContent .reserveTitle {
    font-size: 30px;
  }
  #sectionReserve .reserveBody .inner .reserveContent .reserveTitleJp {
    margin-top: 11px;
    font-size: 12px;
  }
  #sectionReserve .reserveBody .inner .reserveContent .reserveNote {
    margin-top: 19px;
    font-size: 13px;
    line-height: 2;
  }
  #sectionReserve .reserveBody .inner .reserveContent .reserveBtnWrap {
    margin-top: 30px;
  }
  #sectionReserve .reserveBody .inner .reserveContent .reserveBtnWrap a {
    max-width: 240px;
    margin-inline: auto;
    padding: 11px 8px 11px 35px;
    font-size: 15px;
  }
  #sectionReserve .reserveBody .inner .reserveContent .reserveBtnWrap a:before {
    width: 20px;
    height: 19px;
    right: 30px;
  }
  #sectionNews {
    padding-block: 120px;
  }
  #sectionNews .newsTitle {
    font-size: 14px;
  }
  #sectionNews .newsTitle:after {
    width: calc(100% - 40px);
  }
  #sectionNews .newsMoreBtn {
    margin-top: 33px;
  }
  #sectionNews .newsMoreBtn a {
    padding-right: 30px;
    font-size: 14px;
    line-height: 1.4;
  }
  #sectionNews .newsMoreBtn a:after {
    width: 15px;
    height: 15px;
    right: 4px;
    top: 0;
  }
  #sectionNews .newsTitleSub {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.4;
  }
  * + .newsList {
    margin-top: 34px;
  }
  .newsList > li + li {
    margin-top: 30px;
  }
  .newsList > li a {
    display: flex;
    padding-bottom: 50px;
  }
  .newsList > li a:after {
    width: 15px;
    height: 15px;
    right: 4px;
    bottom: 14px;
  }
  .newsList > li a .newsListThumb {
    width: 44.7%;
  }
  .newsList > li a .newsListText {
    width: 50%;
    margin-left: auto;
  }
  .newsList > li a .newsListText .newsListDate {
    font-size: 15px;
    line-height: 1.2;
  }
  .newsList > li a .newsListText .newsListTitle {
    margin-top: 5px;
    font-size: 13px;
    line-height: 2;
  }
  .mapBtnWrap a {
    width: 240px;
    margin-inline: auto;
    padding: 14px 0px 14px 10px;
    font-size: 15px;
  }
  #globalFooter {
    padding: 60px 20px;
  }
  #globalFooter .gfInner .gfAccess .gfAccessLogo {
    flex: none;
    width: 80px;
    margin-inline: auto;
  }
  #globalFooter .gfInner .gfAccess .gfAccessText {
    width: calc(100% - 120px);
    font-size: 12px;
    line-height: 1.83;
  }
  #globalFooter .gfInner .gfAccess .gfAccessText .gfAccessLink {
    margin-top: 20px;
  }
  #globalFooter .gfInner .gfAccess .gfAccessText .gfAccessLink a {
    padding-left: 20px;
  }
  #globalFooter .gfInner .gfAccess .gfAccessText .gfAccessLink a:before {
    width: 11px;
    height: 19px;
    top: 2px;
  }
  #globalFooter .gfInner .gfSitemap {
    margin-top: 38px;
  }
  #globalFooter .gfInner .gfSitemap .gfSitemapList > li {
    width: 50%;
  }
  #globalFooter .gfInner .gfSitemap .gfSitemapList > li a {
    padding: 15px 9px;
    font-size: 12px;
  }
  #globalFooter .gfInner .gfReserve {
    width: calc(100% - 18px);
    max-width: 298px;
    margin-top: 40px;
    margin-inline: auto;
  }
  #globalFooter .gfInner .gfReserve .gfReserveBtn a {
    padding: 10px 100px 10px 25px;
    font-size: 13px;
  }
  #globalFooter .gfInner .gfReserve .gfReserveBtn a:before {
    width: 16px;
    height: 15px;
    right: 17px;
  }
  #globalFooter .gfInner .gfInfo {
    margin-top: 43px;
  }
  #globalFooter .gfInner .gfInfo .gfSubNav .gfSubNavList {
    gap: 4%;
  }
  #globalFooter .gfInner .gfInfo .gfSubNav .gfSubNavList > li {
    width: 48%;
  }
  #globalFooter .gfInner .gfInfo .gfSubNav .gfSubNavList > li a[target=_blank] {
    padding-right: 20px;
  }
  #globalFooter .gfInner .gfInfo .gfSubNav .gfSubNavList > li a[target=_blank]:after {
    width: 12px;
    height: 12px;
    top: 5px;
    right: 0;
  }
  #globalFooter .gfInner .gfInfo .gfCopyright {
    margin-top: 27px;
    font-size: 13px;
  }
  #globalFooter .gfInner .gfInfo .gfCopyright small {
    font-size: 13px;
  }
  #globalFooter .gfInner .gfBlank {
    margin-top: 60px;
  }
  #globalFooter .gfInner .gfBlank .gfBlankList {
    flex-direction: column;
    align-items: flex-start;
  }
  #globalFooter .gfInner .gfBlank .gfBlankList li {
    font-size: 12px;
  }
  #globalFooter .gfInner .gfBlank .gfBlankList li + li {
    margin-top: 13px;
  }
  #globalFooter .gfInner .gfBlank .gfBlankList li a {
    padding-right: 18px;
  }
  #globalFooter .gfInner .gfBlank .gfBlankList li a:after {
    width: 12px;
    height: 12px;
    top: 5px;
  }
  .cookieConsentLayout {
    width: 100%;
    padding: 14px 0 14px;
    font-size: 13px;
    font-weight: 600;
    left: 0;
    bottom: 0;
  }
  .cookieConsentLayout .cookieInner {
    padding: 0 15px 0 15px;
  }
  .cookieConsentLayout .cookieText .cookieTitle {
    margin-right: 30px;
    font-size: 16px;
  }
  .cookieConsentLayout .cookieText .cookieTitle + * {
    margin-top: 8px;
  }
  .cookieConsentLayout .cookieBtn {
    margin-top: 15px;
  }
  .cookieConsentLayout .cookieBtn > a {
    display: inline-block;
    padding: 6px 18px;
    font-size: 14px;
    margin: 0 auto;
  }
  .cookieConsentLayout .cookieBtn > a + .btn {
    margin-top: 18px;
  }
  .cookieConsentLayout .cookieClose {
    right: 15px;
    top: 15px;
  }
  @keyframes btnArrow {
    30% {
      opacity: 0;
      transform: rotate(0deg);
    }
    31% {
      transform: rotate(180deg);
    }
    35% {
      background-color: transparent;
      border: none;
      background-image: url(../images/common/icon_arrow_green.svg);
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      background-color: transparent;
      border: none;
      background-image: url(../images/common/icon_arrow_green.svg);
      transform: rotate(0deg);
    }
  }
  @keyframes btnArrow_white {
    30% {
      opacity: 0;
      transform: rotate(0deg);
    }
    31% {
      transform: rotate(180deg);
    }
    35% {
      background-color: transparent;
      border: none;
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      background-color: transparent;
      border: none;
      transform: rotate(0deg);
    }
  }
  @keyframes btnArrowBorder {
    30% {
      opacity: 1;
    }
    31% {
      opacity: 0;
    }
    35% {
      background-color: transparent;
      background-image: url(../images/common/btn_deco_gray.png);
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      transform: rotate(0deg);
    }
  }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  body {
    font-size: 18px;
    line-height: 2.5;
  }
  .tel {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
  }
  @keyframes isUsual {
    0% {
      position: fixed;
      top: 0;
    }
    100% {
      position: absolute;
      top: 0;
    }
  }
  @keyframes isFixed {
    0% {
      top: -120px;
    }
    100% {
      top: 0;
    }
  }
  .snsList {
    width: 80px;
    bottom: 40px;
    right: 40px;
  }
  .snsList li {
    width: 30px;
    height: 30px;
  }
  .snsList li svg {
    width: 30px;
    height: 30px;
  }
  .snsList li + li {
    margin-left: 15px;
  }
  .snsList li a {
    transition: 0.2s transform;
  }
  .snsList li a:focus-visible, .snsList li a:hover {
    transform: scale(1.1);
  }
  .snsList svg {
    width: 30px;
    height: 30px;
  }
  .section .inner {
    max-width: 1360px;
    padding: 0 40px;
    margin: 0 auto;
  }
  #sectionReserve {
    padding-top: 160px;
  }
  #sectionReserve:before {
    content: "";
    display: block;
    width: 100%;
    height: 162px;
    background: #fff;
    position: absolute;
    top: -1px;
    left: 0;
  }
  #sectionReserve .reserveThumbListWrap {
    padding-top: 150px;
    padding-bottom: 270px;
  }
  #sectionReserve .reserveThumbList {
    aspect-ratio: 1256/531;
  }
  #sectionReserve .reserveThumbList .reserveThumbListItem {
    width: calc(29.53vw + 26px);
    padding-inline: 13px;
  }
  #sectionReserve .reserveBody {
    padding-block: 435px 208px;
  }
  #sectionReserve .reserveBody:before {
    height: 440px;
    top: 0;
  }
  #sectionReserve .reserveBody .inner {
    min-height: 100vh;
  }
  #sectionReserve .reserveBody .inner .reserveContent {
    width: 640px;
    height: 640px;
    margin-inline: auto;
    background-size: contain;
  }
  #sectionReserve .reserveBody .inner .reserveContent .reserveTitle {
    font-size: 50px;
  }
  #sectionReserve .reserveBody .inner .reserveContent .reserveTitleJp {
    margin-top: 4px;
    font-size: 18px;
  }
  #sectionReserve .reserveBody .inner .reserveContent .reserveNote {
    width: 490px;
    margin-top: 20px;
    margin-inline: auto;
    font-size: 15px;
    line-height: 2.4;
  }
  #sectionReserve .reserveBody .inner .reserveContent .reserveBtnWrap {
    margin-top: 40px;
    margin-inline: auto;
  }
  #sectionReserve .reserveBody .inner .reserveContent .reserveBtnWrap a {
    width: 280px;
    padding: 8px 8px 8px 35px;
    font-size: 16px;
    transition: 0.3s background;
  }
  #sectionReserve .reserveBody .inner .reserveContent .reserveBtnWrap a:hover {
    background: #fff;
  }
  #sectionReserve .reserveBody .inner .reserveContent .reserveBtnWrap a:before {
    width: 24px;
    height: 22px;
    right: 30px;
  }
  #sectionNews {
    padding-block: 0 380px;
  }
  #sectionNews .inner {
    display: flex;
    flex-direction: column;
  }
  #sectionNews .newsTitle {
    order: 0;
    font-size: 25px;
  }
  #sectionNews .newsTitle:after {
    width: calc(100% - 82px);
  }
  #sectionNews .newsMoreBtn {
    order: 1;
    margin-top: 8px;
  }
  #sectionNews .newsMoreBtn a {
    padding-right: 30px;
    font-size: 20px;
    line-height: 1.4;
    transition: 0.3s color;
  }
  #sectionNews .newsMoreBtn a:hover {
    color: #01451b;
  }
  #sectionNews .newsMoreBtn a:hover:after {
    transform: translateY(-5px) translateX(5px);
  }
  #sectionNews .newsMoreBtn a:after {
    width: 15px;
    height: 15px;
    transition: 0.3s opacity, 0.3s transform;
  }
  #sectionNews .newsTitleSub {
    order: 2;
    margin-top: 15px;
    font-size: 28px;
    line-height: 1.4;
  }
  * + .newsList {
    margin-top: 42px;
  }
  .newsList {
    order: 3;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .newsList > li {
    width: calc(33.3% - 22px);
  }
  .newsList > li:not(:nth-child(3n)) {
    margin-right: 33px;
  }
  .newsList > li:nth-child(n+4) {
    margin-top: 120px;
  }
  .newsList > li a {
    display: block;
    padding-bottom: 64px;
    transition: 0.2s color;
  }
  .newsList > li a:hover {
    color: #01451b;
  }
  .newsList > li a:hover:after {
    background-image: url(../images/common/icon_arrow_green.svg);
    transform: translateY(-5px) translateX(5px);
  }
  .newsList > li a:hover .newsListThumb img {
    transform: scale(1.1);
  }
  .newsList > li a:after {
    width: 15px;
    height: 15px;
    right: 10px;
    bottom: 15px;
    transition: 0.3s opacity, 0.3s transform;
  }
  .newsList > li a .newsListThumb img {
    height: 100%;
    transition: 0.3s transform;
  }
  .newsList > li a .newsListText {
    padding-inline: 20px;
    margin-top: 30px;
  }
  .newsList > li a .newsListText .newsListDate {
    font-size: 20px;
    line-height: 1.4;
  }
  .newsList > li a .newsListText .newsListTitle {
    margin-top: 12px;
    font-size: 14px;
    line-height: 2.1;
  }
  .mapBtnWrap {
    margin-inline: auto;
  }
  .mapBtnWrap a {
    width: 250px;
    padding: 16px 0px 16px 10px;
    font-size: 16px;
    transition: 0.3s background;
  }
  .mapBtnWrap a:hover {
    background: rgba(1, 69, 27, 0.8);
  }
  #globalFooter {
    padding-block: 80px 130px;
  }
  #globalFooter .gfInner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1760px;
    padding-inline: 40px;
    margin: auto;
  }
  #globalFooter .gfInner .gfAccess {
    width: 460px;
  }
  #globalFooter .gfInner .gfAccess .gfAccessLogo {
    width: 124px;
    margin-right: 62px;
  }
  #globalFooter .gfInner .gfAccess .gfAccessText {
    width: calc(100% - 186px);
    font-size: 16px;
    line-height: 1.875;
  }
  #globalFooter .gfInner .gfAccess .gfAccessText .gfAccessLink {
    margin-top: 30px;
  }
  #globalFooter .gfInner .gfAccess .gfAccessText .gfAccessLink a {
    padding-left: 26px;
    transition: 0.3s opacity;
  }
  #globalFooter .gfInner .gfAccess .gfAccessText .gfAccessLink a:hover {
    opacity: 0.7;
  }
  #globalFooter .gfInner .gfAccess .gfAccessText .gfAccessLink a:before {
    width: 14px;
    height: 24px;
    top: 4px;
  }
  #globalFooter .gfInner .gfSitemap {
    width: calc(100% - 480px - 230px - 80px);
    max-width: 720px;
    margin-left: auto;
  }
  #globalFooter .gfInner .gfSitemap .gfSitemapList > li {
    width: 50%;
  }
  #globalFooter .gfInner .gfSitemap .gfSitemapList > li a {
    padding: 7px 15px;
    font-size: 15px;
    transition: 0.2s opacity;
  }
  #globalFooter .gfInner .gfSitemap .gfSitemapList > li a:hover {
    opacity: 0.7;
  }
  #globalFooter .gfInner .gfReserve {
    width: 0;
  }
  #globalFooter .gfInner .gfReserve .gfReserveBtn a {
    padding: 0 33px;
    font-size: 16px;
    transition: 0.3s background;
  }
  #globalFooter .gfInner .gfReserve .gfReserveBtn a:hover {
    background: rgba(1, 69, 27, 0.8);
  }
  #globalFooter .gfInner .gfReserve .gfReserveBtn a:before {
    width: 18px;
    height: 18px;
    right: 29px;
  }
  #globalFooter .gfInner .gfInfo {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 770px;
    margin-top: 65px;
  }
  #globalFooter .gfInner .gfInfo .gfSubNav .gfSubNavList > li {
    margin-right: 38px;
    font-size: 14px;
  }
  #globalFooter .gfInner .gfInfo .gfSubNav .gfSubNavList > li a {
    transition: 0.3s opacity;
  }
  #globalFooter .gfInner .gfInfo .gfSubNav .gfSubNavList > li a:hover {
    opacity: 0.7;
  }
  #globalFooter .gfInner .gfInfo .gfSubNav .gfSubNavList > li a[target=_blank] {
    padding-right: 27px;
  }
  #globalFooter .gfInner .gfInfo .gfSubNav .gfSubNavList > li a[target=_blank]:after {
    width: 16px;
    height: 16px;
    top: 3px;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: 0.3s opacity, 0.3s transform;
  }
  #globalFooter .gfInner .gfInfo .gfCopyright {
    margin-top: 10px;
    line-height: 1.2;
  }
  #globalFooter .gfInner .gfInfo .gfCopyright small {
    font-size: 16px;
  }
  #globalFooter .gfInner .gfBlank {
    width: calc(100% - 800px);
    max-width: 960px;
    margin-top: 117px;
    margin-left: auto;
  }
  #globalFooter .gfInner .gfBlank .gfBlankList {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 20px 40px;
    font-size: 16px;
    line-height: 1.4;
  }
  #globalFooter .gfInner .gfBlank .gfBlankList li a {
    padding-right: 27px;
    transition: 0.3s opacity;
  }
  #globalFooter .gfInner .gfBlank .gfBlankList li a:hover {
    opacity: 0.7;
  }
  #globalFooter .gfInner .gfBlank .gfBlankList li a:after {
    width: 16px;
    height: 16px;
    top: 3px;
    bottom: 0;
    margin: auto;
    transition: 0.3s opacity, 0.3s transform;
  }
  .cookieConsentLayout {
    width: 100%;
    padding: 20px 0;
    left: 0;
    bottom: 0;
  }
  .cookieConsentLayout .cookieInner {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    padding-right: 100px;
    padding-left: 100px;
    margin-inline: auto;
  }
  .cookieConsentLayout .cookieText {
    width: calc(100% - 203px);
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .cookieConsentLayout .cookieText a:hover, .cookieConsentLayout .cookieText a:focus {
    text-decoration: none;
  }
  .cookieConsentLayout .cookieText .cookieTitle {
    font-size: 18px;
  }
  .cookieConsentLayout .cookieText .cookieTitle + * {
    margin-top: 12px;
  }
  .cookieConsentLayout .cookieBtn {
    flex: none;
    margin-top: 0;
    margin-left: 30px;
  }
  .cookieConsentLayout .cookieBtn > a {
    display: block;
    padding: 6px 18px;
    font-size: 15px;
    transition: 0.4s opacity;
    cursor: pointer;
  }
  .cookieConsentLayout .cookieBtn > a:focus, .cookieConsentLayout .cookieBtn > a:hover {
    opacity: 0.6;
  }
  .cookieConsentLayout .cookieBtn > a > span {
    position: relative;
    transition: 0.4s opacity;
  }
  .cookieConsentLayout .cookieClose {
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .cookieConsentLayout .cookieClose:focus span, .cookieConsentLayout .cookieClose:hover span {
    opacity: 0.7;
  }
  .cookieConsentLayout .cookieClose > span {
    transition: 0.4s opacity;
  }
  @keyframes btnArrow {
    30% {
      opacity: 0;
      transform: rotate(0deg);
    }
    31% {
      transform: rotate(180deg);
    }
    35% {
      background-color: transparent;
      border: none;
      background-image: url(../images/common/icon_arrow_green.svg);
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      background-color: transparent;
      border: none;
      background-image: url(../images/common/icon_arrow_green.svg);
      transform: rotate(0deg);
    }
  }
  @keyframes btnArrow_white {
    30% {
      opacity: 0;
      transform: rotate(0deg);
    }
    31% {
      transform: rotate(180deg);
    }
    35% {
      background-color: transparent;
      border: none;
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      background-color: transparent;
      border: none;
      transform: rotate(0deg);
    }
  }
  @keyframes btnArrowBorder {
    30% {
      opacity: 1;
    }
    31% {
      opacity: 0;
    }
    35% {
      background-color: transparent;
      background-image: url(../images/common/btn_deco_gray.png);
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      transform: rotate(0deg);
    }
  }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  @keyframes isUsual {
    0% {
      position: fixed;
      top: 0;
    }
    100% {
      position: absolute;
      top: 0;
    }
  }
  @keyframes isFixed {
    0% {
      top: -120px;
    }
    100% {
      top: 0;
    }
  }
  #globalHeader .ghInner .ghLogo {
    max-width: 200px;
  }
  #globalFooter .gfInner {
    flex-direction: column;
  }
  #globalFooter .gfInner .gfAccess {
    margin-inline: auto;
  }
  #globalFooter .gfInner .gfSitemap {
    width: 100%;
    margin-top: 40px;
    margin-left: inherit;
    margin-right: inherit;
  }
  #globalFooter .gfInner .gfReserve {
    margin-inline: auto;
  }
  #globalFooter .gfInner .gfBlank {
    width: 100%;
    max-width: inherit;
    margin-left: inherit;
  }
  #globalFooter .gfInner .gfBlank .gfBlankList {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .cookieConsentLayout .cookieText {
    width: 100%;
  }
  .cookieConsentLayout .cookieBtn {
    margin-left: 20px;
  }
  .cookieConsentLayout .cookieBtn > a {
    min-width: 40%;
  }
  @keyframes btnArrow {
    30% {
      opacity: 0;
      transform: rotate(0deg);
    }
    31% {
      transform: rotate(180deg);
    }
    35% {
      background-color: transparent;
      border: none;
      background-image: url(../images/common/icon_arrow_green.svg);
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      background-color: transparent;
      border: none;
      background-image: url(../images/common/icon_arrow_green.svg);
      transform: rotate(0deg);
    }
  }
  @keyframes btnArrow_white {
    30% {
      opacity: 0;
      transform: rotate(0deg);
    }
    31% {
      transform: rotate(180deg);
    }
    35% {
      background-color: transparent;
      border: none;
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      background-color: transparent;
      border: none;
      transform: rotate(0deg);
    }
  }
  @keyframes btnArrowBorder {
    30% {
      opacity: 1;
    }
    31% {
      opacity: 0;
    }
    35% {
      background-color: transparent;
      background-image: url(../images/common/btn_deco_gray.png);
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      transform: rotate(0deg);
    }
  }
  /* ココから下には記入禁止 */
}
/*# sourceMappingURL=map/common.css.map */
