@charset "UTF-8";
:root {
  /* 料金には...(35px) */
  --golf-note-fz35-xs: 13px; /* w320+ */
  --golf-note-fz35-ssm: 14px; /* w375+ */
  --golf-note-fz35-sm: 16px; /* w576+ */
  --golf-note-fz35-md: 22px; /* w768+ */
  --golf-note-fz35-lg: 22px; /* w992+ */
  --golf-note-fz35-xl: 22px; /* w1200+ */
  /* お問合せ ご予約 (35px, 2箇所) */
  --golf-contact-fz35-xs: 13px; /* w320+ */
  --golf-contact-fz35-ssm: 14px; /* w375+ */
  --golf-contact-fz35-sm: 16px; /* w576+ */
  --golf-contact-fz35-md: 22px; /* w768+ */
  --golf-contact-fz35-lg: 29px; /* w992+ */
  --golf-contact-fz35-xl: 35px; /* w1200+ */
  /* 晴山ゴルフ場レストランは... (35px) */
  --seizan-desc-fz35-xs: 13px; /* w320+ */
  --seizan-desc-fz35-ssm: 14px; /* w375+ */
  --seizan-desc-fz35-sm: 16px; /* w576+ */
  --seizan-desc-fz35-md: 22px; /* w768+ */
  --seizan-desc-fz35-lg: 29px; /* w992+ */
  --seizan-desc-fz35-xl: 35px; /* w1200+ */
  /* ランチセットメニューの内容 (30px) */
  --seizan-menu-fz30-xs: 12px; /* w320+ */
  --seizan-menu-fz30-ssm: 13px; /* w375+ */
  --seizan-menu-fz30-sm: 15px; /* w576+ */
  --seizan-menu-fz30-md: 20px; /* w768+ */
  --seizan-menu-fz30-lg: 25px; /* w992+ */
  --seizan-menu-fz30-xl: 30px; /* w1200+ */
  /* 晴山の営業時間 (35px) */
  --seizan-time-fz35-xs: 13px; /* w320+ */
  --seizan-time-fz35-ssm: 14px; /* w375+ */
  --seizan-time-fz35-sm: 16px; /* w576+ */
  --seizan-time-fz35-md: 22px; /* w768+ */
  --seizan-time-fz35-lg: 29px; /* w992+ */
  --seizan-time-fz35-xl: 35px; /* w1200+ */
}

button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-family: "Noto Serif JP", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-optical-sizing: auto;
  font-size: clamp(12px, 3.75vw, 14px);
  font-weight: 400;
  line-height: 1.55;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 12.8px;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}

body {
  background-color: #fff;
  color: #000;
  line-break: strict;
  position: relative;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.15s linear 0s;
  -moz-transition: color 0.15s linear 0s;
  -ms-transition: color 0.15s linear 0s;
  -o-transition: color 0.15s linear 0s;
  transition: color 0.15s linear 0s;
}

* {
  letter-spacing: calc(var(--ls) * 0.01em);
}

picture,
picture > img {
  display: block;
}

.page__container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.sect-container {
  margin: 0 auto;
  max-width: 1070px;
  position: relative;
  width: 100%;
}

.cmn__contwidth {
  margin-left: auto;
  margin-right: auto;
  max-width: 454px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 576px) {
  .cmn__contwidth {
    max-width: 100%;
    width: 516px;
  }
}
@media screen and (min-width: 768px) {
  .cmn__contwidth {
    width: 688px;
  }
}
@media screen and (min-width: 992px) {
  .cmn__contwidth {
    width: 912px;
  }
}
@media screen and (min-width: 1200px) {
  .cmn__contwidth {
    width: 1070px;
  }
}

.sr-only {
  display: none;
}

.inline-block {
  display: inline-block;
}

@media screen and (min-width: 375px) {
  .xs-only {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .xs-ssm {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .xs-sm,
  .sp-only {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .xs-md {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .ssm-only {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .ssm-only {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .ssm-sm {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .ssm-sm {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .sm-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sm-only {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .sm-xxl,
  .sm-over {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .md-over,
  .pc-only {
    display: none;
  }
}

.ps-header {
  height: 35px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .ps-header {
    height: 70px;
  }
}
.ps-header .phr-logo,
.ps-header .sgr-logo {
  height: 100%;
  opacity: 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .ps-header .phr-logo,
  .ps-header .sgr-logo {
    -webkit-transition: opacity 0.15s linear 0s;
    -moz-transition: opacity 0.15s linear 0s;
    -ms-transition: opacity 0.15s linear 0s;
    -o-transition: opacity 0.15s linear 0s;
    transition: opacity 0.15s linear 0s;
  }
  .ps-header .phr-logo:hover,
  .ps-header .sgr-logo:hover {
    opacity: 0.7;
  }
}
.ps-header .phr-logo {
  background: url(../img/logo-psp-w@2x.png) center center/160px auto no-repeat;
  display: block;
}
@media screen and (min-width: 576px) {
  .ps-header .phr-logo {
    background-size: 262px auto;
  }
}
@media screen and (min-width: 768px) {
  .ps-header .phr-logo {
    background-position: left 40px center;
    background-size: 256.7px auto;
    float: left;
    width: 324.7px;
  }
}
@media screen and (min-width: 1200px) {
  .ps-header .phr-logo {
    background-position: left 40px center;
    background-size: 302px auto;
    float: left;
    width: 382px;
  }
}
.ps-header .sgr-logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .ps-header .sgr-logo {
    background: url(../img/logo-sgr-w@2x.png) left center/96.9px auto no-repeat;
    display: block;
    float: right;
    width: 130.9px;
  }
}
@media screen and (min-width: 1200px) {
  .ps-header .sgr-logo {
    background-size: 114px auto;
    width: 154px;
  }
}

.page-header {
  position: relative;
  z-index: 10;
}

/*========== intro__sect ==========*/
.intro__sect {
  aspect-ratio: 1/1;
  background: url(../img/title-bg.q55@1x.webp) 50% 0/cover no-repeat;
  height: 100%;
  margin-top: -35px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .intro__sect {
    aspect-ratio: initial;
    height: 576px;
  }
}
@media screen and (min-width: 768px) {
  .intro__sect {
    aspect-ratio: 1356/816;
    background-image: url(../img/title-bg.q30@2x.webp);
    margin-top: -70px;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .intro__sect {
    aspect-ratio: initial;
    height: 816px;
    background-position: center;
  }
}

.intro__content {
  margin: 0 auto;
  padding-top: max(12px, 3.75vw);
  max-width: 516px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 375px) {
  .intro__content {
    padding-top: 26px;
  }
}
@media screen and (min-width: 576px) {
  .intro__content {
    max-width: 100%;
    padding-top: 62px;
    width: 516px;
  }
}
@media screen and (min-width: 768px) {
  .intro__content {
    padding-top: 6.9321533923vw;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .intro__content {
    padding-top: 94px;
  }
}

.intro__title {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  aspect-ratio: 1635/1035;
  background: url(../img/title@1x.png) 50% 0/contain no-repeat;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .intro__title {
    background-image: url(../img/title@2x.png);
  }
}
@media screen and (min-width: 768px) {
  .intro__title {
    width: 60.2876106195%;
  }
}
@media screen and (min-width: 1200px) {
  .intro__title {
    width: 817.5px;
  }
}

p.intro__body {
  color: #fff;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2)) drop-shadow(0 0 1px rgba(0, 0, 0, 0.8));
  font-family: "Shippori Mincho B1", "Noto Serif JP", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-size: clamp(12px, 2.7778vw, 16px);
  letter-spacing: normal;
  line-height: 1.6391304348;
  margin-top: 1.4347826087em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  p.intro__body {
    font-size: 1.25rem;
    margin-top: 1.32em;
  }
}

.page__qualify .cmn__contwidth {
  background-color: #7d622e;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 1.25em;
  padding-bottom: 0.55em;
  padding-top: 0.4em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page__qualify .cmn__contwidth {
    font-size: 2rem;
  }
}
.page__qualify p.l2 {
  font-size: 0.625em;
  margin-top: 0.44em;
}

/*========== page__nav ページ内ナビ ==========*/
.page__nav {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.4rem;
  position: relative;
  width: calc(100% - 40px);
  z-index: 2;
}
@media screen and (min-width: 576px) {
  .page__nav {
    width: 516px;
  }
}
@media screen and (min-width: 768px) {
  .page__nav {
    width: 688px;
  }
}
@media screen and (min-width: 992px) {
  .page__nav {
    width: 912px;
  }
}
@media screen and (min-width: 1200px) {
  .page__nav {
    width: 1070px;
  }
}
.page__nav > ul {
  display: grid;
  gap: 4.3925233645vw 0;
  grid-template-areas: "bene golf club" "sale sale sale";
  grid-template-columns: repeat(3, 33.3333%);
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .page__nav > ul {
    gap: 22.654px 0;
  }
}
@media screen and (min-width: 768px) {
  .page__nav > ul {
    gap: 30.174px 0;
  }
}
@media screen and (min-width: 992px) {
  .page__nav > ul {
    gap: 40.044px 0;
  }
}
@media screen and (min-width: 1200px) {
  .page__nav > ul {
    gap: 47px 0;
  }
}
.page__nav > ul > li > a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  display: block;
}
@media (pointer: fine) {
  .page__nav > ul > li > a {
    transition: filter 0.15s ease-out;
  }
  .page__nav > ul > li > a:hover {
    filter: saturate(175%) brightness(110%);
  }
}
.page__nav > ul > li.item {
  aspect-ratio: 355/200;
  border-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #000 50%, #000 100%) 1;
  border-left: 1px solid transparent;
}
.page__nav > ul > li.item > a {
  background-position: 50%;
  background-size: contain;
  height: 100%;
  margin: 0 auto;
  width: 58%;
}
@media screen and (min-width: 576px) {
  .page__nav > ul > li.item > a {
    height: 87.9397%;
    width: 50.562%;
  }
}
.page__nav > ul > li.bene {
  grid-area: bene;
}
.page__nav > ul > li.bene > a {
  background-image: url(../img/nav_index-on@2x.png);
}
.page__nav > ul > li.golf {
  grid-area: golf;
}
.page__nav > ul > li.golf > a {
  background-image: url(../img/nav_golf@2x.png);
}
.page__nav > ul > li.club {
  border-right: 1px solid transparent;
  grid-area: club;
}
.page__nav > ul > li.club > a {
  background-image: url(../img/nav_club@2x.png);
}
.page__nav > ul > li.sale {
  grid-area: sale;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page__nav > ul > li.sale {
    width: 80.5607%;
  }
}
.page__nav > ul > li.sale > a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  aspect-ratio: 862/85;
  background: #e12c6d url(../img/nav_sale@2x.png) 50% 50%/auto 54.7058823529% no-repeat;
  display: block;
  height: 100%;
  margin: 0 auto;
  max-width: 862px;
  width: 100%;
}

.page-footer {
  background-color: #7d622e;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 11px;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-footer {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .page-footer {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .page-footer {
    font-size: 14px;
  }
}
@media screen and (min-width: 1356px) {
  .page-footer {
    font-size: 16px;
  }
}

.page-footer .sect-container {
  font-size: inherit;
  margin: 0 auto;
  padding: 4.849vw 0 6.167vw;
  width: calc(100% - 40px);
}
@media screen and (min-width: 576px) {
  .page-footer .sect-container {
    padding: 17px 0 31px;
    width: 516px;
  }
}
@media screen and (min-width: 768px) {
  .page-footer .sect-container {
    padding: 23px 0 41px;
    width: 688px;
  }
}
@media screen and (min-width: 992px) {
  .page-footer .sect-container {
    padding: 31px 0 55px;
    width: 912px;
  }
}
@media screen and (min-width: 1200px) {
  .page-footer .sect-container {
    padding: 36px 0 64px;
    width: 1070px;
  }
}

.footer__notes {
  line-height: 1.75;
  text-align: center;
}

.footer__sns-links {
  display: flex;
  height: 39px;
  list-style: none;
  margin: 2.85rem auto 1.6rem;
  padding-left: 0;
  width: 210px;
}

.footer__sns-links > .item {
  height: 39px;
  width: 71px;
}

.footer__sns-links > .item > a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100%;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (pointer: fine) {
  .footer__sns-links > .item > a {
    transition: opacity 0.15s ease-out;
  }
  .footer__sns-links > .item > a:hover {
    opacity: 0.5;
  }
}

.footer__sns-links > .tw > a {
  background-image: url(../img/sns-tw-w.svg);
}

.footer__sns-links > .fa > a {
  background-image: url(../img/sns-fa-w.svg);
}

.footer__sns-links > .in > a {
  background-image: url(../img/sns-in-w.svg);
}

.footer__colophon {
  font-size: 9px;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .footer__colophon {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .footer__colophon {
    font-size: 12px;
  }
}

.mainmenu {
  font-size: 1.15em;
  height: 100vh;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 250px;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .mainmenu {
    width: 360px;
  }
}

.mainmenu__btn {
  background: rgba(0, 0, 0, 0.45) url(../img/menubtn-up-label-w@2x.png) center center/48.5714% auto no-repeat;
  cursor: pointer;
  height: 48px;
  left: 15px;
  pointer-events: all;
  position: absolute;
  top: 15px;
  width: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.15s linear 0s;
  -moz-transition: all 0.15s linear 0s;
  -ms-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
@media screen and (min-width: 768px) {
  .mainmenu__btn {
    left: 35px;
    top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .mainmenu__btn {
    height: 70px;
    width: 70px;
  }
}
@media (pointer: fine) {
  .mainmenu__btn:hover {
    background-color: #7d622e;
    filter: brightness(120%);
  }
}

.mainmenu.active .mainmenu__btn {
  background-image: url(../img/menubtn-dn-label-w@2x.png);
}
@media (pointer: fine) {
  .mainmenu.active .mainmenu__btn:hover {
    background-color: #7d622e;
    filter: brightness(120%);
  }
}

.mainmenu__list {
  background-color: #fff;
  height: 100vh;
  left: -100%;
  list-style: none;
  margin: 0;
  top: 0;
  padding-left: 80px;
  pointer-events: all;
  position: absolute;
  width: 100%;
  -webkit-transition: left 0.15s linear 0s;
  -moz-transition: left 0.15s linear 0s;
  -ms-transition: left 0.15s linear 0s;
  -o-transition: left 0.15s linear 0s;
  transition: left 0.15s linear 0s;
}
@media screen and (min-width: 768px) {
  .mainmenu__list {
    padding-left: 110px;
  }
}

.mainmenu.active .mainmenu__list {
  left: 0;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.25);
}

.mainmenu__list a {
  color: #222;
  display: block;
  height: 100%;
  line-height: 1;
  padding: 1.25em 0 1.25em 1em;
  width: 100%;
}

.mainmenu__list .current a {
  color: #7d622e;
}

@media (pointer: fine) {
  .mainmenu__list a,
  .mainmenu__list .current a {
    -webkit-transition: background-color 0.15s linear 0s;
    -moz-transition: background-color 0.15s linear 0s;
    -ms-transition: background-color 0.15s linear 0s;
    -o-transition: background-color 0.15s linear 0s;
    transition: background-color 0.15s linear 0s;
  }
  .mainmenu__list a:hover,
  .mainmenu__list .current a:hover {
    background-color: #7d622e;
    filter: brightness(120%);
    color: #fff;
  }
}

.page__main {
  padding-bottom: 7.75rem;
  position: relative;
}

.mnhead__sect .sect-container {
  margin: 0 auto;
  max-width: 1070px;
  width: calc(100% - 40px);
}

#benefits {
  padding-top: 4.116rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #benefits {
    padding-top: 5.6rem;
  }
}

.mnhead__sect {
  margin-bottom: 2.60925rem;
}
@media screen and (min-width: 768px) {
  .mnhead__sect {
    margin-bottom: 3.55rem;
  }
}

.mnhead__title {
  color: #7d622e;
  font-size: 2.5725rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1;
  padding-left: 0.18em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mnhead__title {
    font-size: 3.5rem;
  }
}

.mnbody__sect .sect-container {
  margin: 0 auto;
  max-width: 454px;
  width: 92%;
}
@media screen and (min-width: 576px) {
  .mnbody__sect .sect-container {
    display: flex;
    max-width: 100%;
    width: 516px;
  }
}
@media screen and (min-width: 768px) {
  .mnbody__sect .sect-container {
    width: 688px;
  }
}
@media screen and (min-width: 992px) {
  .mnbody__sect .sect-container {
    width: 912px;
  }
}
@media screen and (min-width: 1200px) {
  .mnbody__sect .sect-container {
    width: 1070px;
  }
}
@media screen and (min-width: 1356px) {
  .mnbody__sect .sect-container {
    padding: 0 10px;
    width: 1070px;
  }
}

.mnbody__fig {
  margin-bottom: 1em;
  padding: 13.5% 6.5vw 0;
  position: relative;
}
@media screen and (min-width: 576px) {
  .mnbody__fig {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 6.7%;
    padding-right: 4.2%;
    padding-left: 5.1%;
  }
}
.mnbody__fig .fig-cap {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #7d622e;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40.816327% auto;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 0;
  height: 77px;
  width: 77px;
}
@media screen and (min-width: 375px) {
  .mnbody__fig .fig-cap {
    height: 90px;
    width: 90px;
  }
}
@media screen and (min-width: 576px) {
  .mnbody__fig .fig-cap {
    height: 71px;
    width: 71px;
  }
}
@media screen and (min-width: 768px) {
  .mnbody__fig .fig-cap {
    height: 95px;
    width: 95px;
  }
}
@media screen and (min-width: 992px) {
  .mnbody__fig .fig-cap {
    height: 125px;
    width: 125px;
  }
}
@media screen and (min-width: 1200px) {
  .mnbody__fig .fig-cap {
    height: 147px;
    width: 147px;
  }
}
@media screen and (min-width: 1356px) {
  .mnbody__fig .fig-cap {
    height: 147px;
    width: 147px;
  }
}
.mnbody__fig .fig-img {
  border: 3px solid #7d622e;
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .mnbody__fig .fig-img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .mnbody__fig .fig-img {
    border-width: 3px;
  }
}
@media screen and (min-width: 992px) {
  .mnbody__fig .fig-img {
    border-width: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .mnbody__fig .fig-img {
    border-width: 5px;
  }
}
.mnbody__fig .fig-img + .fig-img {
  margin-top: 2.5641025641%;
}

.mnbody__details .main-brand, .mnbody__details .main-desc, .mnbody__details .head-lead-boxed {
  font-size: clamp(12px, 3.75vw, 14px);
}
@media screen and (min-width: 992px) {
  .mnbody__details .main-brand, .mnbody__details .main-desc, .mnbody__details .head-lead-boxed {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .mnbody__details .main-brand, .mnbody__details .main-desc, .mnbody__details .head-lead-boxed {
    font-size: 20px;
  }
}

.mnbody__details {
  line-height: 1.65;
  padding: 0 6.5vw;
}
@media screen and (min-width: 576px) {
  .mnbody__details {
    flex: 0 0 55.2336448598%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .mnbody__details {
    padding-right: 40px;
    padding-top: 0px;
  }
}
@media screen and (min-width: 992px) {
  .mnbody__details {
    padding-right: 53px;
    padding-top: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .mnbody__details {
    padding-right: 62px;
    padding-top: 0px;
  }
}
.mnbody__details .details-head + .details-head {
  margin-top: 1.7em;
}
.mnbody__details .head-lead {
  color: #7d622e;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .mnbody__details .head-lead {
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .mnbody__details .head-lead {
    font-size: 29px;
  }
}
@media screen and (min-width: 1356px) {
  .mnbody__details .head-lead {
    font-size: 29px;
  }
}
.mnbody__details .head-lead-boxed {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 576px) {
  .mnbody__details .head-lead-boxed {
    margin-bottom: 8.676px;
  }
}
@media screen and (min-width: 768px) {
  .mnbody__details .head-lead-boxed {
    margin-bottom: 11.556px;
  }
}
@media screen and (min-width: 992px) {
  .mnbody__details .head-lead-boxed {
    margin-bottom: 15.336px;
  }
}
@media screen and (min-width: 992px) {
  .mnbody__details .head-lead-boxed {
    margin-bottom: 18px;
  }
}
.mnbody__details .head-lead-boxed span {
  border: 1px solid #7d622e;
  color: #7d622e;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.8em;
  padding: 0 0.48em 0 0.75em;
}
.mnbody__details .head-title {
  color: #7d622e;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.29;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 375px) {
  .mnbody__details .head-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 576px) {
  .mnbody__details .head-title {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) {
  .mnbody__details .head-title {
    font-size: 26px;
  }
}
@media screen and (min-width: 992px) {
  .mnbody__details .head-title {
    font-size: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .mnbody__details .head-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1356px) {
  .mnbody__details .head-title {
    font-size: 40px;
  }
}
.mnbody__details .head-title small {
  font-size: 0.725em;
}
.mnbody__details .main-desc {
  filter: drop-shadow(0 0 1px rgb(255, 255, 255)) drop-shadow(0 0 2px rgb(255, 255, 255)) drop-shadow(0 0 3px rgb(255, 255, 255)) drop-shadow(0 0 4px rgb(255, 255, 255)) drop-shadow(0 0 5px rgb(255, 255, 255));
  text-align: justify;
}
.mnbody__details .main-note {
  font-size: 11px;
  line-height: 1.5625;
  list-style: none;
  margin: 0.65em 0 0;
  padding: 0 0 0 1em;
  text-align: justify;
  text-indent: -1em;
}
@media screen and (min-width: 992px) {
  .mnbody__details .main-note {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .mnbody__details .main-note {
    font-size: 14px;
  }
}
@media screen and (min-width: 1356px) {
  .mnbody__details .main-note {
    font-size: 16px;
  }
}
.mnbody__details .main-data {
  filter: drop-shadow(0 0 1px rgb(255, 255, 255)) drop-shadow(0 0 2px rgb(255, 255, 255)) drop-shadow(0 0 3px rgb(255, 255, 255)) drop-shadow(0 0 4px rgb(255, 255, 255)) drop-shadow(0 0 5px rgb(255, 255, 255));
  color: #000;
  display: flex;
  font-size: 13px;
  line-height: 1.57142857;
  margin: 1.25em 0 0;
}
@media screen and (min-width: 576px) {
  .mnbody__details .main-data {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .mnbody__details .main-data {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .mnbody__details .main-data {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .mnbody__details .main-data {
    font-size: 21px;
  }
}
@media screen and (min-width: 1356px) {
  .mnbody__details .main-data {
    font-size: 21px;
  }
}
.mnbody__details .main-data dt {
  white-space: nowrap;
}
.mnbody__details .main-data dd {
  padding-left: 0.85em;
  margin: 0;
}
.mnbody__details .main-data dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mnbody__details .main-data dd li + li {
  margin-top: 1em;
}
.mnbody__details .main-brand {
  margin: 1.5em 0 0;
  text-align: justify;
}
.mnbody__details .main-brand dt {
  background: url(../img/index_item1_logo@2x.png) 0 0/contain no-repeat;
  height: 24px;
  margin-bottom: 0.75em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .mnbody__details .main-brand dt {
    height: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .mnbody__details .main-brand dt {
    height: 38px;
  }
}
@media screen and (min-width: 1356px) {
  .mnbody__details .main-brand dt {
    height: 38px;
  }
}
.mnbody__details .main-brand dd {
  border-top: 1px solid #000;
  margin: 0;
  padding-top: 0.5em;
}

.mnbody__sect.one {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 576px) {
  .mnbody__sect.one {
    margin-bottom: 31px;
  }
}
@media screen and (min-width: 768px) {
  .mnbody__sect.one {
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 992px) {
  .mnbody__sect.one {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .mnbody__sect.one {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1356px) {
  .mnbody__sect.one {
    margin-bottom: 65px;
  }
}
.mnbody__sect.one .fig-cap {
  background-image: url(../img/index-item1-label@2x.png);
}
.mnbody__sect.one .head-title {
  letter-spacing: -0.02em;
}
@media screen and (min-width: 576px) {
  .mnbody__sect.one .head-title {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) {
  .mnbody__sect.one .head-title {
    font-size: 26px;
  }
}
@media screen and (min-width: 992px) {
  .mnbody__sect.one .head-title {
    font-size: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .mnbody__sect.one .head-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1356px) {
  .mnbody__sect.one .head-title {
    font-size: 40px;
  }
}
.mnbody__sect.one .head-title .sm {
  font-size: 0.5813953488em;
  display: block;
}
@media screen and (min-width: 576px) {
  .mnbody__sect.one .head-title .sm:not(.sm-block) {
    display: inline;
  }
}

@media screen and (min-width: 576px) {
  .mnbody__sect.two .mnbody__details {
    padding-top: 4.415%;
  }
}
.mnbody__sect.two .fig-cap {
  background-image: url(../img/index-item2-label@2x.png);
}

@media screen and (min-width: 576px) {
  .mnbody__sect.two.no-fig .sect-container {
    justify-content: space-between;
  }
}
.mnbody__sect.two.no-fig .mnbody__fig {
  padding: 0;
}
@media screen and (min-width: 576px) {
  .mnbody__sect.two.no-fig .mnbody__fig {
    flex: 0 0 auto;
    margin-top: 0;
  }
}
.mnbody__sect.two.no-fig .mnbody__fig .fig-cap {
  position: relative;
}
@media screen and (min-width: 576px) {
  .mnbody__sect.two.no-fig .mnbody__details {
    flex-basis: 83%;
    padding-top: 0;
  }
}
.mnbody__sect.two.no-fig .mnbody__details .head-lead {
  font-size: 14.834px;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 375px) {
  .mnbody__sect.two.no-fig .mnbody__details .head-lead {
    font-size: 16.834px;
  }
}
@media screen and (min-width: 576px) {
  .mnbody__sect.two.no-fig .mnbody__details .head-lead {
    font-size: 17.834px;
  }
}
@media screen and (min-width: 768px) {
  .mnbody__sect.two.no-fig .mnbody__details .head-lead {
    font-size: 23.754px;
  }
}
@media screen and (min-width: 992px) {
  .mnbody__sect.two.no-fig .mnbody__details .head-lead {
    font-size: 31.524px;
  }
}
@media screen and (min-width: 1200px) {
  .mnbody__sect.two.no-fig .mnbody__details .head-lead {
    font-size: 37px;
  }
}
.mnbody__sect.two.no-fig .mnbody__details .head-title {
  filter: drop-shadow(0 0 1px rgb(255, 255, 255)) drop-shadow(0 0 2px rgb(255, 255, 255)) drop-shadow(0 0 3px rgb(255, 255, 255)) drop-shadow(0 0 4px rgb(255, 255, 255)) drop-shadow(0 0 5px rgb(255, 255, 255));
  font-size: 23.51px;
  margin-bottom: 0.5454545455em;
}
@media screen and (min-width: 375px) {
  .mnbody__sect.two.no-fig .mnbody__details .head-title {
    font-size: 25.51px;
  }
}
@media screen and (min-width: 576px) {
  .mnbody__sect.two.no-fig .mnbody__details .head-title {
    font-size: 26.51px;
  }
}
@media screen and (min-width: 768px) {
  .mnbody__sect.two.no-fig .mnbody__details .head-title {
    font-size: 35.31px;
  }
}
@media screen and (min-width: 992px) {
  .mnbody__sect.two.no-fig .mnbody__details .head-title {
    font-size: 46.86px;
  }
}
@media screen and (min-width: 1200px) {
  .mnbody__sect.two.no-fig .mnbody__details .head-title {
    font-size: 55px;
  }
}

.golf__sect {
  margin-top: 5.8725rem;
}
@media screen and (min-width: 768px) {
  .golf__sect {
    margin-top: 8.1rem;
  }
}

article.golf__post h3 {
  border-top: 2px solid #7d622e;
  border-bottom: 2px solid #7d622e;
  color: #7d622e;
  display: flex;
  flex-direction: column;
  font-size: 1.99375rem;
  font-weight: 400;
  margin-bottom: 1.0363636364em;
  padding-top: 0.9454545455em;
  padding-bottom: 0.9272727273em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  article.golf__post h3 {
    font-size: 2.75rem;
  }
}
article.golf__post h3 span.course {
  font-size: 0.6727272727em;
}
article.golf__post h3 span.title {
  line-height: 1.2;
  margin-top: 0.3636363636em;
}
article.golf__post > picture {
  width: 100%;
}
article.golf__post > picture > img {
  width: 100%;
  height: auto;
}
article.golf__post .subheader {
  color: #7d622e;
  font-size: 1.74rem;
  font-weight: 400;
  line-height: 1.3333333333;
  text-align: center;
}
@media screen and (min-width: 768px) {
  article.golf__post .subheader {
    font-size: 2.4rem;
  }
}
article.golf__post dl.merit-dl {
  background-color: rgba(125, 98, 46, 0.13);
  border: 1px solid #251e1c;
  color: #7d622e;
  font-size: 1.8125rem;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  article.golf__post dl.merit-dl {
    border-width: 2px;
    font-size: 2.5rem;
  }
}
article.golf__post dl.merit-dl dt {
  font-weight: 400;
  line-height: 1.88;
}
article.golf__post dl.merit-dl dd {
  border-top: 1px solid #251e1c;
  line-height: 1.36;
  margin-left: 1.2em;
  margin-right: 1.2em;
  padding-top: 0.52em;
  padding-bottom: 0.94em;
}
article.golf__post dl.merit-dl dd ul {
  letter-spacing: -0.01em;
  list-style: none;
  margin: 0;
  padding: 0;
}
article.golf__post .ext-link > a {
  background-color: #7d622e;
  color: #fff;
  display: block;
  font-size: 1.8125rem;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 0.48em;
  padding-bottom: 0.56em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  article.golf__post .ext-link > a {
    font-size: 2.5rem;
  }
}
@media (pointer: fine) {
  article.golf__post .ext-link > a {
    transition: filter 0.15s ease-out;
  }
  article.golf__post .ext-link > a:hover {
    filter: brightness(120%);
  }
}
article.golf__post dl.contact-dl {
  display: grid;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  grid-template-columns: repeat(2, auto);
  line-height: 1.3714285714;
  margin-bottom: 0;
  justify-content: center;
}
article.golf__post dl.contact-dl dt {
  align-items: center;
  border-right: 1px solid #000;
  display: flex;
  font-weight: inherit;
  padding-right: 0.9142857143em;
  text-align: center;
}
article.golf__post dl.contact-dl dd {
  margin: 0;
  padding-left: 0.9142857143em;
}

.golf-note-fz {
  font-size: var(--golf-note-fz35-xs);
}
@media screen and (min-width: 375px) {
  .golf-note-fz {
    font-size: var(--golf-note-fz35-ssm);
  }
}
@media screen and (min-width: 576px) {
  .golf-note-fz {
    font-size: var(--golf-note-fz35-sm);
  }
}
@media screen and (min-width: 768px) {
  .golf-note-fz {
    font-size: var(--golf-note-fz35-md);
  }
}
@media screen and (min-width: 992px) {
  .golf-note-fz {
    font-size: var(--golf-note-fz35-lg);
  }
}
@media screen and (min-width: 1200px) {
  .golf-note-fz {
    font-size: var(--golf-note-fz35-xl);
  }
}

.golf-contact-fz {
  font-size: var(--golf-contact-fz35-xs);
}
@media screen and (min-width: 375px) {
  .golf-contact-fz {
    font-size: var(--golf-contact-fz35-ssm);
  }
}
@media screen and (min-width: 576px) {
  .golf-contact-fz {
    font-size: var(--golf-contact-fz35-sm);
  }
}
@media screen and (min-width: 768px) {
  .golf-contact-fz {
    font-size: var(--golf-contact-fz35-md);
  }
}
@media screen and (min-width: 992px) {
  .golf-contact-fz {
    font-size: var(--golf-contact-fz35-lg);
  }
}
@media screen and (min-width: 1200px) {
  .golf-contact-fz {
    font-size: var(--golf-contact-fz35-xl);
  }
}

.seizan-desc-fz {
  font-size: var(--seizan-desc-fz35-xs);
}
@media screen and (min-width: 375px) {
  .seizan-desc-fz {
    font-size: var(--seizan-desc-fz35-ssm);
  }
}
@media screen and (min-width: 576px) {
  .seizan-desc-fz {
    font-size: var(--seizan-desc-fz35-sm);
  }
}
@media screen and (min-width: 768px) {
  .seizan-desc-fz {
    font-size: var(--seizan-desc-fz35-md);
  }
}
@media screen and (min-width: 992px) {
  .seizan-desc-fz {
    font-size: var(--seizan-desc-fz35-lg);
  }
}
@media screen and (min-width: 1200px) {
  .seizan-desc-fz {
    font-size: var(--seizan-desc-fz35-xl);
  }
}

.seizan-menu-fz {
  font-size: var(--seizan-menu-fz30-xs);
}
@media screen and (min-width: 375px) {
  .seizan-menu-fz {
    font-size: var(--seizan-menu-fz30-ssm);
  }
}
@media screen and (min-width: 576px) {
  .seizan-menu-fz {
    font-size: var(--seizan-menu-fz30-sm);
  }
}
@media screen and (min-width: 768px) {
  .seizan-menu-fz {
    font-size: var(--seizan-menu-fz30-md);
  }
}
@media screen and (min-width: 992px) {
  .seizan-menu-fz {
    font-size: var(--seizan-menu-fz30-lg);
  }
}
@media screen and (min-width: 1200px) {
  .seizan-menu-fz {
    font-size: var(--seizan-menu-fz30-xl);
  }
}

.seizan-timeline-fz {
  font-size: var(--seizan-time-fz35-xs);
}
@media screen and (min-width: 375px) {
  .seizan-timeline-fz {
    font-size: var(--seizan-time-fz35-ssm);
  }
}
@media screen and (min-width: 576px) {
  .seizan-timeline-fz {
    font-size: var(--seizan-time-fz35-sm);
  }
}
@media screen and (min-width: 768px) {
  .seizan-timeline-fz {
    font-size: var(--seizan-time-fz35-md);
  }
}
@media screen and (min-width: 992px) {
  .seizan-timeline-fz {
    font-size: var(--seizan-time-fz35-lg);
  }
}
@media screen and (min-width: 1200px) {
  .seizan-timeline-fz {
    font-size: var(--seizan-time-fz35-xl);
  }
}

article#g_72golf picture + .subheader {
  margin-top: 0.7916666667em;
}
article#g_72golf dl.price-dl {
  font-size: 1.3125rem;
  margin-top: 0.88em;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  article#g_72golf dl.price-dl {
    font-size: 1.8125rem;
  }
}
@media screen and (min-width: 768px) {
  article#g_72golf dl.price-dl {
    font-size: 2.5rem;
  }
}
article#g_72golf dl.price-dl dt {
  align-items: center;
  background-color: #7d622e;
  border-radius: 1.02em;
  color: #fff;
  display: flex;
  font-weight: 400;
  height: 2.04em;
  justify-content: center;
}
article#g_72golf dl.price-dl dd + dt {
  margin-top: 1.4em;
}
article#g_72golf dl.price-dl dd {
  margin-left: 0;
  padding-top: 0.82em;
}
article#g_72golf dl.price-dl dd ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: calc(50% + 1px) calc(50% - 1px);
  width: 100%;
}
article#g_72golf dl.price-dl dd ul li {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}
article#g_72golf dl.price-dl dd ul li.wd {
  border-right: 1px solid #7d622e;
  aspect-ratio: 536/156;
}
@media screen and (min-width: 768px) {
  article#g_72golf dl.price-dl dd ul li.wd {
    border-right-width: 2px;
  }
}
article#g_72golf dl.price-dl dd ul li.wd.m6 {
  background-image: url(../img/golf1-price6d@2x.png);
}
article#g_72golf dl.price-dl dd ul li.wd.m7 {
  background-image: url(../img/golf1-price7d@2x.png);
}
article#g_72golf dl.price-dl dd ul li.hd {
  aspect-ratio: 534/156;
}
article#g_72golf dl.price-dl dd ul li.hd.m6 {
  background-image: url(../img/golf1-price6h@2x.png);
}
article#g_72golf dl.price-dl dd ul li.hd.m7 {
  background-image: url(../img/golf1-price7h@2x.png);
}
article#g_72golf dl.merit-dl {
  margin-top: 2.71875rem;
}
@media screen and (min-width: 768px) {
  article#g_72golf dl.merit-dl {
    margin-top: 3.75rem;
  }
}
article#g_72golf dl.merit-dl + .ext-link {
  margin-top: 2.465rem;
}
@media screen and (min-width: 768px) {
  article#g_72golf dl.merit-dl + .ext-link {
    margin-top: 3.4rem;
  }
}
article#g_72golf div.note {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.3714285714;
  margin-top: 1.8285714286em;
  text-align: justify;
}
article#g_72golf dl.contact-dl {
  margin-top: 1.7714285714em;
}

article#g_seizan {
  margin-top: 5.25625rem;
}
@media screen and (min-width: 768px) {
  article#g_seizan {
    margin-top: 7.25rem;
  }
}
article#g_seizan p.desc {
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.6;
  margin-top: 1.5428571429em;
  text-align: center;
}
article#g_seizan dl.merit-dl {
  margin-top: 2.465rem;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  article#g_seizan dl.merit-dl {
    margin-top: 3.4rem;
  }
}
article#g_seizan dl.merit-dl span.note {
  color: #000;
  display: block;
  font-size: 0.66em;
  margin-top: 0.25em;
}
article#g_seizan dl.contact-dl {
  margin-top: 2.79125rem;
}
@media screen and (min-width: 768px) {
  article#g_seizan dl.contact-dl {
    margin-top: 3.85rem;
  }
}

.seizan__menu {
  margin-top: 1.595rem;
}
@media screen and (min-width: 768px) {
  .seizan__menu {
    margin-top: 2.2rem;
  }
}
.seizan__menu > picture {
  margin-top: 1.595rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .seizan__menu > picture {
    margin-top: 2.2rem;
  }
}
.seizan__menu > picture > img {
  height: auto;
  width: 100%;
}
.seizan__menu dl.menu-dl {
  margin-top: 1.305rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .seizan__menu dl.menu-dl {
    margin-top: 1.8rem;
  }
}
.seizan__menu dl.menu-dl dd {
  margin-left: 0;
}
.seizan__menu dl.menu-dl dd ul {
  font-weight: 300;
  line-height: 1.2666666667;
  list-style: none;
  margin: 1.2333333333em 0 0;
  padding: 0;
  text-align: center;
}
.seizan__menu dl.menu-dl dd ul li + li {
  margin-top: 0.8333333333em;
}
.seizan__menu .ext-link {
  margin-top: 1.77625rem;
}
@media screen and (min-width: 768px) {
  .seizan__menu .ext-link {
    margin-top: 2.45rem;
  }
}

ul.seizan__timetable {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.3714285714;
  list-style: none;
  margin: 1.9428571429em 0 0;
  padding: 0;
  text-align: center;
}

.seizan__dogcompanion {
  border: 1px solid #000;
  margin-top: 2.28375rem;
  padding: 1rem;
}
@media screen and (min-width: 576px) {
  .seizan__dogcompanion {
    display: grid;
    gap: 0 5.2846%;
    grid-template-areas: "img main";
    grid-template-columns: 34.248% 1fr;
    padding: 1.0875rem 1.41375rem;
  }
}
@media screen and (min-width: 768px) {
  .seizan__dogcompanion {
    border-width: 2px;
    margin-top: 3.15rem;
    padding: 1.5rem 1.95rem;
  }
}
.seizan__dogcompanion > img {
  display: block;
  grid-area: img;
  height: auto;
  width: 100%;
}
.seizan__dogcompanion > .dc-main {
  grid-area: main;
}
@media screen and (min-width: 576px) {
  .seizan__dogcompanion > .dc-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.seizan__dogcompanion > .dc-main h4 {
  color: #7d622e;
  font-size: 1.55875rem;
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 1.5813953488;
  text-align: center;
  margin-top: 0.6976744186em;
}
@media screen and (min-width: 576px) {
  .seizan__dogcompanion > .dc-main h4 {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .seizan__dogcompanion > .dc-main h4 {
    font-size: 2.15rem;
  }
}
.seizan__dogcompanion > .dc-main .ext-link {
  margin-top: 1.0875rem;
}
@media screen and (min-width: 768px) {
  .seizan__dogcompanion > .dc-main .ext-link {
    margin-top: 1.5rem;
  }
}
.seizan__dogcompanion > .dc-main .ext-link > a {
  border-radius: 0.8142857143em;
  font-size: 1.26875rem;
  letter-spacing: -0.05em;
  line-height: 1;
  padding-top: 0.2571428571em;
  padding-bottom: 0.3714285714em;
}
@media screen and (min-width: 768px) {
  .seizan__dogcompanion > .dc-main .ext-link > a {
    font-size: 1.75rem;
  }
}
@media (pointer: fine) {
  .seizan__dogcompanion > .dc-main .ext-link > a {
    transition: filter 0.15s ease-out;
  }
  .seizan__dogcompanion > .dc-main .ext-link > a:hover {
    filter: brightness(120%);
  }
}
/*# sourceMappingURL=style.css.map */
