@charset "UTF-8";
.searchCalWidget {
  position: relative;
  font-size: 1.3rem;
}
.searchCalWidget * {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
  box-sizing: border-box;
}
.searchCalWidget select {
  font-size: 16px;
  outline: none;
  width: max(9vw, 64px);
  max-width: 100px;
  padding: 0;
  border: unset;
  background: #F0F0ED;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.searchCalWidget select::-ms-expand {
  display: none;
}
.searchCalWidget fieldset {
  border: none;
}
.searchCalWidget .heading {
  margin-bottom: 25px;
  font-size: 1.5rem;
}
.searchCalWidget #no_checkin,
.searchCalWidget .no_checkin_area {
  display: block;
  font-size: 1.3rem;
  margin: 1em 0 3em;
}
.searchCalWidget #no_checkin label,
.searchCalWidget .no_checkin_area label {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  cursor: pointer;
}
.searchCalWidget #no_checkin label input,
.searchCalWidget .no_checkin_area label input {
  width: 18px !important;
  height: 18px;
  margin: 0;
  padding: 0;
  background-color: #F0F0ED;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: unset;
  border-radius: 3px;
  transition: background-color 0.3s linear;
  cursor: pointer;
}
.searchCalWidget #no_checkin label input:checked,
.searchCalWidget .no_checkin_area label input:checked {
  position: relative;
  background-color: #35436A;
}
.searchCalWidget #no_checkin label input:checked::after,
.searchCalWidget .no_checkin_area label input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.searchCalWidget .btn-edit {
  position: absolute;
  top: -2px;
  right: 0;
  padding: 6px 0px;
  width: min(50%, 200px);
}
@media (min-width: 1024px) {
  .searchCalWidget .btn-edit {
    padding: 0.7em 0;
  }
}
.searchCalWidget .searchCalElement,
.searchCalWidget .searchCalButton {
  display: none;
}

.searchCalButton {
  padding: 0 0 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchCalButton input {
  width: 100%;
  font-size: 1.4rem;
  padding: 1em 0;
  color: var(--c-white-01);
  background-color: var(--c-blue-01);
  border: none;
  cursor: pointer;
  width: 100%;
  padding: 1.2em 0;
  margin-top: 20px;
}

.calender-block .searchCalSelectBox {
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.calender-block .searchCalSelectBox > div > ol > li button {
  width: 28px;
  height: 27px;
}
.calender-block .searchCalSelectBox .searchCalSelect {
  margin: 0 auto 0 0;
  padding-bottom: 0;
  display: flex;
  align-items: stretch;
}
.calender-block .searchCalSelectBox .searchCalSelect > p select {
  width: auto;
}
@media (min-width: 1024px) {
  .calender-block .searchCalSelectBox .searchCalSelect > p select {
    max-width: none;
  }
}
.calender-block .searchCalSelectBox .searchCalSelect ol {
  list-style: none;
  display: flex;
  align-items: stretch;
}
.calender-block .searchCalSelectBox .searchCalSelect ol li {
  margin-left: 5px;
}
.calender-block .searchCalSelectBox .searchCalSelect ol li button {
  padding: 5px 5px 4px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  border: 1px solid #999;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
}
.calender-block .searchCalSelectBox .searchCalSelect ol li button:disabled {
  opacity: 0.5;
}
.calender-block .searchCalSelectBox .searchCalSelect ol li button svg {
  width: 8px;
  height: 8px;
  fill: #666;
  pointer-events: none;
}
.calender-block .searchCalSelectBox .searchCalSelect ol li button#btn-prev {
  padding-left: 7px;
}
.calender-block .searchCalSelectBox .searchCalSelect ol li button#btn-next {
  padding-right: 7px;
}
.calender-block .searchCalSelectBox .searchCalSelect ol li button span.arrow {
  content: "";
  display: block;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  width: 7px;
  height: 7px;
}
.calender-block .searchCalSelectBox .searchCalSelect ol li button span.arrow.prev {
  transform: rotate(225deg);
}
.calender-block .searchCalSelectBox .searchCalSelect ol li button span.arrow.next {
  transform: rotate(45deg);
}

.searchCalNote {
  display: flex;
  justify-content: space-between;
  padding: 1em 0 1em;
}
.searchCalNote ol {
  list-style: none;
  display: flex;
  flex: 1;
}
@media (min-width: 1024px) {
  .searchCalNote ol {
    flex-direction: column;
    row-gap: 10px;
    flex: unset;
  }
}
.searchCalNote ol li {
  margin-right: 1.5em;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}
.searchCalNote ol li svg {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  fill: #333;
}
.searchCalNote p {
  font-size: 13px;
  line-height: 16px;
  flex: 1;
}
@media (min-width: 1024px) {
  .searchCalNote p {
    flex: unset;
  }
}

#searchCal > dl > dt {
  padding: 0 0 0.5em;
  font-size: 16px;
  font-weight: 700;
  display: none;
}
#searchCal > dl > dd ul {
  list-style: none;
  display: flex;
}
#searchCal > dl > dd ul li {
  padding: 0.25em;
  font-size: 11px;
  text-align: center;
  flex: 1;
}
#searchCal > dl > dd ul li:first-child {
  color: #ff4d4d;
}
#searchCal > dl > dd ul li:last-child {
  color: #006dd9;
}
#searchCal > dl > dd ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border: solid #ddd;
  border-width: 1px 0 0 1px;
}
#searchCal > dl > dd ol li {
  width: 14.28571%;
  min-height: 70px;
  position: relative;
  border: solid #ddd;
  border-width: 0 1px 1px 0;
}
#searchCal > dl > dd ol li:nth-child(7n) dt {
  color: #006dd9;
}
#searchCal > dl > dd ol li:nth-child(7n-6) dt {
  color: #ff4d4d;
}
#searchCal > dl > dd ol li.none dl {
  opacity: 0.25;
  cursor: not-allowed;
}
#searchCal > dl > dd ol li dl {
  padding-bottom: 1.25em;
}
#searchCal > dl > dd ol li dl dt {
  padding-top: 0.25em;
  font-size: 1.4rem;
  text-align: center;
}
#searchCal > dl > dd ol li dl dd {
  padding: 0.25em 0 0.5em;
  display: flex;
  justify-content: center;
}
#searchCal > dl > dd ol li dl dd svg {
  width: 16px;
  height: 16px;
  fill: #333;
}
#searchCal > dl > dd ol li dd p {
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-indent: -0.4em;
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0;
}

.reservation .kv {
  width: 100vw;
  min-height: 300px;
}
.reservation .kv img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
}
.reservation .rsv-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.reservation .rsv-top .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 217px;
  height: 40px;
  background-color: #333;
  color: #fff;
  border-radius: 3px;
  font-size: 1.4rem;
}

section.factsheet {
  width: 100%;
  max-width: 1080px;
  padding: 0 60px;
  margin-bottom: 0;
  margin-top: 80px;
}
section.factsheet h2 {
  margin-bottom: 40px;
}

#ZenSearchFrom {
  width: 100%;
}
#ZenSearchFrom .checkin {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}
#ZenSearchFrom .checkin input {
  height: 33px;
  width: 100%;
  border: unset;
  background: #F0F0ED;
  border-radius: 3px;
  margin-top: 10px;
  padding: 0 1em;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  cursor: pointer;
}
@media (min-width: 1024px) {
  #ZenSearchFrom .checkin input {
    width: 30%;
  }
}
#ZenSearchFrom .checkin input:focus {
  outline: none;
}
#ZenSearchFrom .checkin input::-moz-placeholder {
  font-size: 1.4rem;
  padding-left: 0;
}
#ZenSearchFrom .checkin input::placeholder {
  font-size: 1.4rem;
  padding-left: 0;
}
#ZenSearchFrom .sort {
  display: none;
}
#ZenSearchFrom fieldset {
  position: relative;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 22px;
}
#ZenSearchFrom fieldset legend {
  font-size: 1.4rem;
}
#ZenSearchFrom fieldset.children {
  border-bottom: unset;
}
#ZenSearchFrom fieldset.children .children-selects {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4px;
  margin-top: 20px;
}
#ZenSearchFrom fieldset.children .children-selects > div > label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#ZenSearchFrom fieldset.children .children-selects > div > label select {
  position: relative;
  bottom: auto;
  right: auto;
}
#ZenSearchFrom fieldset select {
  position: absolute;
  bottom: 14px;
  right: 0;
  height: 33px;
  text-align: center;
  border: none;
}
#ZenSearchFrom p.field-button {
  margin-top: 30px;
  width: 100%;
  height: 46px;
  font-size: max(0.9459459459vw, 1.4rem);
}
@media (min-width: 1024px) {
  #ZenSearchFrom p.field-button {
    width: 100%;
    margin-left: auto;
  }
}
#ZenSearchFrom p.field-button input {
  width: 100%;
  font-size: 1.4rem;
  padding: 1em 0;
  color: var(--c-white-01);
  background-color: var(--c-blue-01);
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
}

#searchCalFrom {
  width: 100%;
}
#searchCalFrom .input-block {
  display: none;
}

@media screen and (max-width: 1179px) {
  .reservation .rsv-top {
    display: block;
    margin-bottom: 50px;
  }
  .reservation .rsv-top .btn a {
    width: 100%;
    max-width: 600px;
    height: 48px;
    margin: 0 auto;
  }
  section.factsheet {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .searchCalWidget {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .searchCalWidget #searchCalFrom {
    width: 100%;
  }
  .searchCalWidget #searchCalFrom .calender-block {
    width: 100%;
  }
  #ZenSearchFrom {
    width: 100%;
  }
  .searchCalButton input {
    margin-top: 0;
    width: 100%;
    max-width: 400px;
    padding: 1em 0;
  }
  main.reservation .notes {
    width: 100%;
    max-width: 600px;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .reservation .kv {
    min-height: 240px;
  }
  .reservation .kv img {
    min-height: 240px;
  }
  .reservation .rsv-top .btn a {
    height: 42px;
  }
  section.factsheet {
    margin-bottom: 40px;
    margin-top: 60px;
  }
  #ZenSearchFrom {
    width: 100%;
  }
  #searchCal > dl > dd ol li {
    min-height: 95px;
  }
  #searchCal > dl > dd ol li dd p {
    transform: scaleX(0.75);
  }
  .searchCalNote ol {
    margin-bottom: 20px;
    flex-direction: column;
    row-gap: 10px;
  }
  .searchCalNote li svg {
    width: 13px;
  }
}
@font-face {
  font-family: "ABC Arizona Flare Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/ABC/ABCArizonaFlareVariable-Trial.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/NotoSerifJP/NotoSerifJP-Regular.ttf") format("truetype");
  font-display: swap;
}
html {
  font-size: 62.5%;
  line-height: 1.6;
  background-color: #c7c7c7;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  /* Webkit ブラウザ (Chrome, Safari, Opera など) */
}
html body {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
html body p, html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 400;
}
html body p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  html body p {
    line-height: 1.85;
  }
}
html body a {
  text-decoration: none;
  color: #111111;
}
html body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
html body img {
  width: 100%;
  height: auto;
}
html body.position-fix {
  overflow: auto;
}
@media (min-width: 1024px) {
  html body.position-fix {
    overflow: hidden;
  }
}
html body .abc {
  font-family: "ABC Arizona Flare Variable Unlicensed Trial", 'Noto Serif JP', serif;
}
@media (min-width: 1024px) {
  html body br.-hide-pc {
    display: none;
  }
}
html body br.-hide-sp {
  display: none;
}
@media (min-width: 1024px) {
  html body br.-hide-sp {
    display: block;
  }
}
html body.is-en .golf-teaser-02 .kv-area__contact__txt {
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  html body.is-en .golf-teaser-02 .kv-area__contact__txt {
    letter-spacing: 0.2em;
  }
}
html body.is-en .golf-teaser-02 .golf-contents .retreat__info__ttl {
  line-height: 1.3;
}
@media (min-width: 1024px) {
  html body.is-en .golf-teaser-02 .golf-contents .retreat__info__ttl {
    line-height: 1.35;
  }
}
html body.is-en .golf-teaser-02 .golf-contents .features__info__txt .ttl-desc .ttl {
  line-height: 1.3;
}
@media (min-width: 1024px) {
  html body.is-en .golf-teaser-02 .golf-contents .features__info__txt .ttl-desc .ttl {
    line-height: 1.35;
  }
}
html body .golf-teaser-02 {
  position: relative;
}
html body .golf-teaser-02 .logo-top {
  position: fixed;
  top: 12px;
  left: 50%;
  width: min(48%, 184px);
  height: auto;
  transform: translateX(-50%) translateY(-100%);
  line-height: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 50;
}
html body .golf-teaser-02 .logo-top svg {
  width: 100%;
  height: auto;
}
html body .golf-teaser-02 .kv-area {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  width: 100%;
  height: 100svh;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
html body .golf-teaser-02 .kv-area__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
html body .golf-teaser-02 .kv-area__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html body .golf-teaser-02 .kv-area__title {
  width: min(66.66%, 260px);
  z-index: 13;
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .kv-area__title {
    width: max(40vw, 620px);
  }
}
html body .golf-teaser-02 .kv-area__title__pc {
  display: none;
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .kv-area__title__pc {
    display: block;
  }
}
html body .golf-teaser-02 .kv-area__title__sp {
  display: block;
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .kv-area__title__sp {
    display: none;
  }
}
html body .golf-teaser-02 .kv-area__title svg {
  width: 100%;
  height: auto;
}
html body .golf-teaser-02 .kv-area__w-contacts {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 8px;
  width: calc(100vw - 24px);
  height: 46px;
  z-index: 20;
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .kv-area__w-contacts {
    grid-template-columns: 1fr;
    width: max(2.2972972973vw, 34px);
    height: auto;
    padding: 0.8108108108vw 0;
  }
}
html body .golf-teaser-02 .kv-area__w-contacts .link-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: rgba(254, 254, 254, 0.14);
  -webkit-backdrop-filter: blur(13.5px);
          backdrop-filter: blur(13.5px);
  border-radius: 2px;
  width: 100%;
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .kv-area__w-contacts .link-item {
    padding: 1.0810810811vw 0;
    writing-mode: vertical-lr;
  }
}
html body .golf-teaser-02 .kv-area__w-contacts .link-item__txt {
  font-size: 1.3rem;
  letter-spacing: 0.14em;
  color: #fff;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .kv-area__w-contacts .link-item__txt {
    font-size: max(0.8783783784vw, 13px);
    letter-spacing: 0.3em;
  }
}
html body .golf-teaser-02 .kv-area__w-contacts .link-item__icon {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 24px;
  height: auto;
  transform: translateY(-50%);
  line-height: 0;
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .kv-area__w-contacts .link-item__icon {
    position: relative;
    top: auto;
    left: auto;
    width: 50%;
    transform: translateY(0);
  }
}
html body .golf-teaser-02 .kv-area__w-contacts .link-item__icon svg {
  width: 100%;
  height: auto;
}
html body .golf-teaser-02 .kv-area__blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../../img/teaser/golf/mask-03.webp);
  mask-image: url(../../img/teaser/golf/mask-03.webp);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 300%;
  mask-size: 100% 300%;
  -webkit-mask-position: 60% -40%;
  mask-position: 60% -40%;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 15;
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .kv-area__blur {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}
html body .golf-teaser-02 .golf-contents {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 80px;
  margin: 0 13px;
  padding-bottom: 48px;
  z-index: 10;
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .golf-contents {
    gap: 10.8108108108vw;
    width: 89.1891891892vw;
    margin: 0 auto;
    padding-bottom: 6.7567567568vw;
  }
}
html body .golf-teaser-02 .golf-contents__i {
  position: relative;
  padding: 24px 24px 40px;
  background-color: #E5E5E1;
  z-index: 20;
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .golf-contents__i {
    padding: 3.7837837838vw 3.7837837838vw 4.5945945946vw;
  }
}
html body .golf-teaser-02 .golf-contents .retreat {
  padding-top: 5rem;
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .golf-contents .retreat {
    padding-top: 4.8648648649vw;
  }
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .golf-contents .retreat__info {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 45% 40%;
  }
}
html body .golf-teaser-02 .golf-contents .retreat__info__ttl {
  font-size: 1.9rem;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .golf-contents .retreat__info__ttl {
    font-size: max(1.6vw, 26px);
  }
}
html body .golf-teaser-02 .golf-contents .retreat__info__desc {
  margin-top: 3em;
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .golf-contents .retreat__info__desc {
    justify-self: end;
    font-size: max(0.9459459459vw, 1.4rem);
    margin-top: 0;
  }
}
html body .golf-teaser-02 .golf-contents .retreat__img {
  margin-top: 0;
}
@media (min-width: 768px) {
  html body .golf-teaser-02 .golf-contents .retreat__img {
    margin: max(2.5vw, 16px) auto 0;
    width: 95%;
  }
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .golf-contents .retreat__img {
    margin: 4% auto 0;
    padding-right: 8%;
  }
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .golf-contents .features {
    display: grid;
    grid-template-columns: 4fr 6fr;
  }
}
html body .golf-teaser-02 .golf-contents .features__slider {
  position: relative;
}
html body .golf-teaser-02 .golf-contents .features__slider .slider-contents {
  width: 100%;
  aspect-ratio: 5/3;
  overflow: hidden;
}
html body .golf-teaser-02 .golf-contents .features__slider .slider-contents .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html body .golf-teaser-02 .golf-contents .features__slider .pagination {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  width: auto;
  margin: 10px 0 0 auto;
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .golf-contents .features__slider .pagination {
    position: absolute;
    top: calc(100% + 0.8783783784vw);
    right: 0;
    margin: 0;
  }
}
html body .golf-teaser-02 .golf-contents .features__slider .pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0;
  padding: 0;
  background-color: #111111;
  opacity: 0.4;
}
html body .golf-teaser-02 .golf-contents .features__slider .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #0A6D2B;
}
html body .golf-teaser-02 .golf-contents .features__info {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .golf-contents .features__info {
    display: flex;
    grid-column-start: 1;
    grid-row-start: 1;
    margin: 0 3.3783783784vw 0 0;
    flex-direction: column;
    justify-content: space-between;
  }
}
html body .golf-teaser-02 .golf-contents .features__info__ttl {
  font-size: 1.8rem;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .golf-contents .features__info__ttl {
    font-size: max(1.5vw, 30px);
  }
}
html body .golf-teaser-02 .golf-contents .features__info__txt {
  margin-top: 4em;
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .golf-contents .features__info__txt {
    margin-top: 0;
  }
}
html body .golf-teaser-02 .golf-contents .features__info__txt .ttl-desc .ttl {
  font-size: 1.9rem;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .golf-contents .features__info__txt .ttl-desc .ttl {
    font-size: max(1.4vw, 21px);
  }
}
html body .golf-teaser-02 .golf-contents .features__info__txt .ttl-desc .desc {
  margin-top: 1.3em;
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .golf-contents .features__info__txt .ttl-desc .desc {
    font-size: max(0.8vw, 14px);
    margin-top: 1.6216216216vw;
    line-height: 1.75;
  }
}
html body .golf-teaser-02 .golf-contents .features .features-link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(100%, 220px);
  margin-top: 18px;
  padding: 16px 16px 16px 0;
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .golf-contents .features .features-link {
    margin-top: 0.8vw;
  }
}
html body .golf-teaser-02 .golf-contents .features .features-link__line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #111111;
  opacity: 0.5;
}
html body .golf-teaser-02 .golf-contents .features .features-link__txt {
  font-size: 1.4rem;
}
html body .golf-teaser-02 .golf-contents .features .features-link__icon {
  width: 11px;
  height: auto;
  line-height: 0;
}
html body .golf-teaser-02 .golf-contents .footer {
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .golf-contents .footer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 4.0540540541vw;
  }
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .golf-contents .footer a:hover {
    text-decoration: underline;
  }
}
html body .golf-teaser-02 .golf-contents .footer__top__ttl {
  font-size: max(1.4189189189vw, 2.1rem);
}
html body .golf-teaser-02 .golf-contents .footer__top__links {
  margin-top: 4em;
}
html body .golf-teaser-02 .golf-contents .footer__top__links ul {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
html body .golf-teaser-02 .golf-contents .footer__top__links ul li {
  display: grid;
  grid-template-columns: 60px auto;
  font-size: max(0.8783783784vw, 1.3rem);
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .golf-contents .footer__top__links ul li {
    font-size: max(1vw, 1.3rem);
  }
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .golf-contents .footer__bottom {
    text-align: right;
  }
}
html body .golf-teaser-02 .golf-contents .footer__bottom__t .switchLang {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-top: 3em;
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .golf-contents .footer__bottom__t .switchLang {
    font-size: max(0.8783783784vw, 1.3rem);
    margin-top: 0;
  }
}
html body .golf-teaser-02 .golf-contents .footer__bottom__t .switchLang__btn.active {
  pointer-events: none;
  opacity: 0.5;
}
html body .golf-teaser-02 .golf-contents .footer__bottom__t .switchLang__divider {
  margin: 0 0.2em;
}
html body .golf-teaser-02 .golf-contents .footer__bottom__t .address {
  font-size: 1rem;
  margin-top: 2em;
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .golf-contents .footer__bottom__t .address {
    font-size: max(0.8783783784vw, 1.3rem);
    margin-top: 1em;
  }
}
html body .golf-teaser-02 .golf-contents .footer__bottom__t .btn-google-map {
  display: inline-block;
  font-size: max(0.8783783784vw, 1.3rem);
  margin-top: 0.8em;
  background-color: #111111;
  color: #fff;
  padding: 0.1em 1em;
  border-radius: 3px;
  text-decoration: none;
}
html body .golf-teaser-02 .golf-contents .footer__bottom__t .btn-google-map:hover {
  text-decoration: none;
  opacity: 0.8;
}
html body .golf-teaser-02 .golf-contents .footer__bottom__copy {
  margin-top: 3em;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  html body .golf-teaser-02 .golf-contents .footer__bottom__copy {
    font-size: max(0.7432432432vw, 1.1rem);
    margin-top: 6em;
  }
}/*# sourceMappingURL=teaserGolfVol2.css.map */