@charset "UTF-8";
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/*@font-face {
	font-family: 'Hannari';
	src: url("./font/HannariMincho-Regular.woff2") format("woff2"),
		url("./font/HannariMincho-Regular.woff") format("woff"),
		url("./font/HannariMincho-Regular.otf") format("otf");
}*/
/* 内径 */
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* ボタンの中のspan */
/* キャプション */
/* フォントサイズ */
/* 縦書き */
/* コンテンツ余白 */
/* ドロップシャドウ */
/* ボタン */
/* 基本設定
---------------------------------------------------------------------------*/
/* reboot */
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

div#wrap {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 625%; }

@-ms-viewport {
  width: device-width; }
div#wrap article, div#wrap aside, div#wrap figcaption, div#wrap figure, div#wrap footer, div#wrap header, div#wrap hgroup, div#wrap main, div#wrap nav, div#wrap section {
  display: block; }

div#wrap  {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .16rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

div#wrap hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

div#wrap h1, div#wrap h2, div#wrap h3, div#wrap h4, div#wrap h5, div#wrap h6 {
  margin: 0;
  font-weight: normal; }

div#wrap p {
  margin: 0;
  padding: 0; }

div#wrap abbr[title],
div#wrap abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

div#wrap address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

div#wrap ol,
div#wrap ul,
div#wrap dl {
  margin: 0;
  padding: 0;
  list-style-type: none; }

div#wrap ol ol,
div#wrap ul ul,
div#wrap ol ul,
div#wrap ul ol {
  margin-bottom: 0;
  padding: 0; }

div#wrap dt {
  font-weight: 400;
  margin: 0;
  padding: 0; }

div#wrap dd {
  margin: 0;
  padding: 0; }

div#wrap blockquote {
  margin: 0 0 1rem; }

div#wrap b,
div#wrap strong {
  font-weight: bolder; }

div#wrap small {
  font-size: 80%; }

div#wrap sub,
div#wrap sup {
  position: relative;
  font-size: 65%;
  line-height: 0;
  vertical-align: baseline; }

div#wrap sub {
  bottom: -.25em; }

div#wrap sup {
  top: -.5em; }

div#wrap a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

@media screen and (min-width: 481px) {
  div#wrap a:hover {
    color: inherit;
    text-decoration: none;
    opacity: .6; } }

div#wrap a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

div#wrap a:not([href]):not([tabindex]):hover, div#wrap a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

div#wrap a:not([href]):not([tabindex]):focus {
  outline: 0; }

div#wrap pre,
div#wrap code,
div#wrap kbd,
div#wrap samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

div#wrap pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

div#wrap figure {
  margin: 0 0 1rem; }

div#wrap img {
  vertical-align: middle;
  border-style: none; }

div#wrap svg {
  overflow: hidden;
  vertical-align: middle; }

div#wrap table {
  border-collapse: collapse; }

div#wrap caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

div#wrap th {
  text-align: inherit; }

div#wrap label {
  display: inline-block; }

div#wrap button {
  border-radius: 0; }

div#wrap button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

div#wrap input,
div#wrap button,
div#wrap select,
div#wrap optgroup,
div#wrap textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

div#wrap button,
div#wrap input {
  overflow: visible; }

div#wrap button,
div#wrap select {
  text-transform: none; }

div#wrap button,
div#wrap [type="button"],
div#wrap [type="reset"],
div#wrap [type="submit"] {
  -webkit-appearance: button; }

div#wrap button::-moz-focus-inner,
div#wrap [type="button"]::-moz-focus-inner,
div#wrap [type="reset"]::-moz-focus-inner,
div#wrap [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

div#wrap input[type="radio"],
div#wrap input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

div#wrap input[type="date"],
div#wrap input[type="time"],
div#wrap input[type="datetime-local"],
div#wrap input[type="month"] {
  -webkit-appearance: listbox; }

div#wrap textarea {
  overflow: auto;
  resize: vertical; }

div#wrap fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

div#wrap legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

div#wrap progress {
  vertical-align: baseline; }

div#wrap [type="number"]::-webkit-inner-spin-button,
div#wrap [type="number"]::-webkit-outer-spin-button {
  height: auto; }

div#wrap [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

div#wrap [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

div#wrap ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

div#wrap output {
  display: inline-block; }

div#wrap summary {
  display: list-item;
  cursor: pointer; }

div#wrap template {
  display: none; }

div#wrap [hidden] {
  display: none !important; }

/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* chromeで表示される謎の青枠を消す */
div#wrap *:focus {
  outline: none; }

/* 電話番号のリンク */
@media (min-width: 769px) {
  div#wrap a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
div#wrap a.notel {
  pointer-events: none;
  cursor: default;
  text-decoration: none; }

/*リンク（全般）設定
---------------------------------------------------------------------------*/
div#wrap a {
  transition-property: all;
  transition: 0.3s linear;
  color: inherit; }

/* 共通設定
---------------------------------------------------------------------------*/
#wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  #wrap {
    margin-top: 0; } }
/* iOSでのデフォルトスタイルをリセット
---------------------------------------------------------------------------*/
div#wrap input[type="submit"],
div#wrap input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

div#wrap button, div#wrap textarea, div#wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* レスポンシブ */
@media screen and (max-width: 480px) {
  div#wrap .view-pc {
    display: none; } }

div#wrap .view-sp {
  display: none; }
  @media screen and (max-width: 480px) {
    div#wrap .view-sp {
      display: block; } }

/* 画像 */
div#wrap img {
  max-width: 100%;
  height: auto; }

/* ------------------------------------------------------------------------*/
/* base
---------------------------------------------------------------------------*/
div#wrap  {
  /* normal: 300, regular: 400, medium: 500, bold: 700 */
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ffffff;
  color: #000000;
  font-size: 18px;
  line-height: 2.11; }
  @media screen and (max-width: 1300px) {
    div#wrap  {
      font-size: 1.3846153846vw; } }
  @media screen and (max-width: 480px) {
    div#wrap  {
      font-size: 3.6vw; } }

div#wrap  {
  overflow: hidden;
  position: relative; }

div#wrap * {
  outline: none; }

div#wrap img {
  display: block;
  width: auto;
  height: auto; }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
body.scroll .scroll_fadein {
  opacity: 1;
  visibility: visible;
  animation: fadein 0.3s ease; }

/* header
---------------------------------------------------------------------------*/
div#wrap .scroll_fadein {
  opacity: 0;
  visibility: hidden; }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
body.scroll .scroll_fadein {
  opacity: 1;
  visibility: visible;
  animation: fadein 0.5s ease; }

/* header
---------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  /* グロナビ */
  /* 検索パネル */ }
  @media screen and (max-width: 480px) {
    .header {
      position: relative; } }
  .header-hd {
    background-color: #dedad2; }
    @media screen and (max-width: 480px) {
      .header-hd {
        display: none; } }
    .header-hd > div {
      /* 1080 */
      width: 1080px;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 1300px) {
        .header-hd > div {
          width: 83.0769230769vw; } }
      @media screen and (max-width: 480px) {
        .header-hd > div {
			display: block;
          width: 89.3333333333vw; } }
      @media screen and (max-width: 1300px) {
        .header-hd > div {
          width: 100%;
          padding-left: 2vw;
          padding-right: 2vw; } }
  .header-logo {
    width: 95px;
	  margin: 0;
    padding: 6px 0; }
    @media screen and (max-width: 1300px) {
      .header-logo {
        width: 7.3076923077vw;
        padding: 0.4615384615vw 0; } }
    .header-logo a {
      display: block; }
  .header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header nav .glnv {
		margin: 0;
		list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .header nav .glnv li {
        font-size: 16px; }
        @media screen and (max-width: 1300px) {
          .header nav .glnv li {
            font-size: 1.2307692308vw; } }
        @media screen and (max-width: 480px) {
          .header nav .glnv li {
            font-size: 3.2vw; } }
        .header nav .glnv li + li {
          position: relative;
          padding-left: 1em;
          margin-left: 1em; }
          .header nav .glnv li + li::before {
            position: absolute;
            content: "";
            width: 1px;
            height: 16px;
            background-color: #ffffff;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
            @media screen and (max-width: 1300px) {
              .header nav .glnv li + li::before {
                height: 1.2307692308vw; } }
      .header nav .glnv a {
		  font-family: 'Noto Serif JP', serif;
		  color: #000;
        display: block;
        line-height: 1;
        letter-spacing: .1em;
        padding-bottom: 0.2em; }
  .header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 130px; }
    @media screen and (max-width: 1300px) {
      .header-btn {
        width: 10vw; } }
    .header-btn a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 27px;
      border: 1px solid #ffffff; }
      @media screen and (max-width: 1300px) {
        .header-btn a {
          height: 2.0769230769vw; } }
      .header-btn a > span {
        display: block; }
        .header-btn a > span:nth-of-type(1) {
          width: 50px;
          padding-left: 13px; }
          @media screen and (max-width: 1300px) {
            .header-btn a > span:nth-of-type(1) {
              width: 3.8461538462vw;
              padding-left: 1vw; } }
        .header-btn a > span:nth-of-type(2) {
          font-size: 16px;
          line-height: 1;
          letter-spacing: .1em;
          padding-bottom: 0.1em; }
          @media screen and (max-width: 1300px) {
            .header-btn a > span:nth-of-type(2) {
              font-size: 1.2307692308vw; } }
          @media screen and (max-width: 480px) {
            .header-btn a > span:nth-of-type(2) {
              font-size: 3.2vw; } }
  .header-ft {
    padding: 5px 0;
    background-color: #60b49f; }
    .header-ft > div {
      /* 1080 */
      width: 1080px;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 1300px) {
        .header-ft > div {
          width: 83.0769230769vw; } }
      @media screen and (max-width: 480px) {
        .header-ft > div {
          width: 89.3333333333vw; } }
      @media screen and (max-width: 1300px) {
        .header-ft > div {
          width: 100%;
          padding-left: 2vw;
          padding-right: 2vw; } }
    @media screen and (max-width: 1300px) {
      .header-ft {
        padding: 0.3846153846vw 0; } }
  .header-bestrate {
    width: 221px;
    margin-right: 12px; }
    @media screen and (max-width: 1300px) {
      .header-bestrate {
        width: 17vw;
        margin-right: 0.9230769231vw; } }
  .header .panel {
    width: 570px;
    font-size: 14px;
    line-height: 1; }
    @media screen and (max-width: 1300px) {
      .header .panel {
        font-size: 1.0769230769vw; } }
    @media screen and (max-width: 480px) {
      .header .panel {
        font-size: 2.8vw; } }
    @media screen and (max-width: 1300px) {
      .header .panel {
        width: 43.8461538462vw; } }
  .header-reser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 266px;
    font-size: 12px; }
    @media screen and (max-width: 1300px) {
      .header-reser {
        font-size: 0.9230769231vw; } }
    @media screen and (max-width: 480px) {
      .header-reser {
        font-size: 2.4vw; } }
    @media screen and (max-width: 1300px) {
      .header-reser {
        width: 28.1538461538vw; } }
    .header-reser-plan {
      width: 144px;
      font-size: 13px;
      color: #ffffff;
      letter-spacing: .1em; }
      @media screen and (max-width: 1300px) {
        .header-reser-plan {
          font-size: 1vw; } }
      @media screen and (max-width: 480px) {
        .header-reser-plan {
          font-size: 2.6vw; } }
      @media screen and (max-width: 1300px) {
        .header-reser-plan {
          width: 14.9230769231vw; } }
      .header-reser-plan a {
        background-color: #b7282e; }
        .header-reser-plan a span {
          display: block;
          width: 100%;
          white-space: nowrap;
          text-align: center;
          position: relative; }
          .header-reser-plan a span::after {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            border-left: 3px solid #ffffff;
            border-top: 3px solid transparent;
            border-bottom: 3px solid transparent;
            top: 50%;
            transform: translateY(-50%);
            right: .6em; }
    .header-reser-confirm {
      width: 120px;
      font-size: 12px; }
      @media screen and (max-width: 1300px) {
        .header-reser-confirm {
          font-size: 0.9230769231vw; } }
      @media screen and (max-width: 480px) {
        .header-reser-confirm {
          font-size: 2.4vw; } }
      @media screen and (max-width: 1300px) {
        .header-reser-confirm {
          width: 13.0769230769vw; } }
      .header-reser-confirm a span {
        display: block;
        width: 100%;
        text-align: right; }
    .header-reser a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 27px; }
      @media screen and (max-width: 1300px) {
        .header-reser a {
          height: 2.0769230769vw; } }

/*---------------------------------------------------------------------------*/
div#wrap .footer {
  /* 上 */
  /* 下 */
  /* 住所 */
  /* リンク */
  /* コピーらいと */
  /* バナー */ }
  div#wrap .footer-image img {
    width: 100%;
    height: 610px;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;"; }
    @media screen and (max-width: 1300px) {
      div#wrap .footer-image img {
        height: 46.9230769231vw; } }
    @media screen and (max-width: 480px) {
      div#wrap .footer-image img {
        height: 81.3333333333vw; } }
  div#wrap .footer-main {
    position: relative;
    height: 816px; }
    @media screen and (max-width: 1300px) {
      div#wrap .footer-main {
        height: 62.7692307692vw; } }
    @media screen and (max-width: 480px) {
      div#wrap .footer-main {
        height: 239.3333333333vw; } }
    div#wrap .footer-main-bg {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
      div#wrap .footer-main-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        font-family: "object-fit: cover; object-position: center;"; }
        @media screen and (max-width: 480px) {
          div#wrap .footer-main-bg img {
            object-position: center bottom; } }
  div#wrap .footer-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* 1080 */
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 192px; }
    @media screen and (max-width: 1300px) {
      div#wrap .footer-wrap {
        width: 83.0769230769vw; } }
    @media screen and (max-width: 480px) {
      div#wrap .footer-wrap {
        width: 89.3333333333vw; } }
    @media screen and (max-width: 1300px) {
      div#wrap .footer-wrap {
        padding-top: 14.7692307692vw; } }
    @media screen and (max-width: 480px) {
      div#wrap .footer-wrap {
        display: block;
        padding-top: 25.6vw; } }
  div#wrap .footer-info {
    width: 360px;
    color: #2e2f31; }
    @media screen and (max-width: 1300px) {
      div#wrap .footer-info {
        width: 27.6923076923vw; } }
    @media screen and (max-width: 480px) {
      div#wrap .footer-info {
        width: 100%; } }
  div#wrap .footer-logo {
    width: 240px;
    margin-bottom: 40px; }
    @media screen and (max-width: 1300px) {
      div#wrap .footer-logo {
        width: 18.4615384615vw;
        margin-bottom: 3.0769230769vw; } }
    @media screen and (max-width: 480px) {
      div#wrap .footer-logo {
        width: 48vw;
        margin-bottom: 5.3333333333vw; } }
  div#wrap .footer-data {
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 2.1; }
    @media screen and (max-width: 1300px) {
      div#wrap .footer-data {
        font-size: 1.3846153846vw; } }
    @media screen and (max-width: 480px) {
      div#wrap .footer-data {
        font-size: 3.6vw; } }
  div#wrap .footer-instagram {
    margin-top: .2em; }
    div#wrap .footer-instagram a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      div#wrap .footer-instagram a span:nth-of-type(1) {
        width: 26px;
        margin-right: 0.6em; }
        @media screen and (max-width: 1300px) {
          div#wrap .footer-instagram a span:nth-of-type(1) {
            width: 2vw; } }
        @media screen and (max-width: 480px) {
          div#wrap .footer-instagram a span:nth-of-type(1) {
            width: 5.0666666667vw; } }
      div#wrap .footer-instagram a span:nth-of-type(2) {
        font-family: 'Crimson Text', serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: .1em;
        font-size: 20px;
        letter-spacing: .04em; }
        @media screen and (max-width: 1300px) {
          div#wrap .footer-instagram a span:nth-of-type(2) {
            font-size: 1.5384615385vw; } }
        @media screen and (max-width: 480px) {
          div#wrap .footer-instagram a span:nth-of-type(2) {
            font-size: 4vw; } }
  div#wrap .footer-links {
    width: 720px; }
    @media screen and (max-width: 1300px) {
      div#wrap .footer-links {
        width: 55.3846153846vw; } }
    @media screen and (max-width: 480px) {
      div#wrap .footer-links {
        width: 100%; } }
    @media screen and (max-width: 480px) {
      div#wrap .footer-links nav {
        display: none; } }
    div#wrap .footer-links nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0.8em; }
      div#wrap .footer-links nav ul li {
        font-size: 16px;
        letter-spacing: .1em; }
        @media screen and (max-width: 1300px) {
          div#wrap .footer-links nav ul li {
            font-size: 1.2307692308vw; } }
        @media screen and (max-width: 480px) {
          div#wrap .footer-links nav ul li {
            font-size: 3.2vw; } }
        div#wrap .footer-links nav ul li + li {
          position: relative;
          padding-left: 1em;
          margin-left: 1em; }
          div#wrap .footer-links nav ul li + li::before {
            position: absolute;
            content: "";
            width: 1px;
            height: 16px;
            background-color: #000000;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
            @media screen and (max-width: 1300px) {
              div#wrap .footer-links nav ul li + li::before {
                height: 1.2307692308vw; } }
  div#wrap .footer-reser {
    border: 2px solid #60b49f;
    padding: 18px;
    margin-top: 1.6em; }
    @media screen and (max-width: 1300px) {
      div#wrap .footer-reser {
        padding: 1.3846153846vw; } }
    @media screen and (max-width: 480px) {
      div#wrap .footer-reser {
        padding: 1.5em 1em; } }
    div#wrap .footer-reser-ttl {
      color: #60b49f;
      margin-bottom: 0.4em; }
      div#wrap .footer-reser-ttl span:nth-of-type(1) {
        font-family: 'Crimson Text', serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: .1em;
        font-size: 22px;
        letter-spacing: .04em;
        margin-right: .5em; }
        @media screen and (max-width: 1300px) {
          div#wrap .footer-reser-ttl span:nth-of-type(1) {
            font-size: 1.6923076923vw; } }
        @media screen and (max-width: 480px) {
          div#wrap .footer-reser-ttl span:nth-of-type(1) {
            font-size: 4.4vw; } }
        @media screen and (max-width: 480px) {
          div#wrap .footer-reser-ttl span:nth-of-type(1) {
            font-size: 5.3333333333vw; } }
      div#wrap .footer-reser-ttl span:nth-of-type(2) {
        font-size: 16px;
        letter-spacing: .1em; }
        @media screen and (max-width: 1300px) {
          div#wrap .footer-reser-ttl span:nth-of-type(2) {
            font-size: 1.2307692308vw; } }
        @media screen and (max-width: 480px) {
          div#wrap .footer-reser-ttl span:nth-of-type(2) {
            font-size: 3.2vw; } }
    div#wrap .footer-reser ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 480px) {
        div#wrap .footer-reser ul {
          display: block; } }
    div#wrap .footer-reser-bestrate {
      width: 264px; }
      @media screen and (max-width: 1300px) {
        div#wrap .footer-reser-bestrate {
          width: 20.3076923077vw; } }
      @media screen and (max-width: 480px) {
        div#wrap .footer-reser-bestrate {
          width: 100%; } }
    div#wrap .footer-reser-plan {
      width: 264px;
      color: #ffffff; }
      @media screen and (max-width: 1300px) {
        div#wrap .footer-reser-plan {
          width: 20.3076923077vw; } }
      @media screen and (max-width: 480px) {
        div#wrap .footer-reser-plan {
          width: 100%; } }
      div#wrap .footer-reser-plan a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background-color: #b7282e;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
        height: 46px; }
        @media screen and (max-width: 1300px) {
          div#wrap .footer-reser-plan a {
            font-size: 1.2307692308vw; } }
        @media screen and (max-width: 480px) {
          div#wrap .footer-reser-plan a {
            font-size: 3.2vw; } }
        @media screen and (max-width: 1300px) {
          div#wrap .footer-reser-plan a {
            height: 3.5384615385vw; } }
        @media screen and (max-width: 480px) {
          div#wrap .footer-reser-plan a {
            height: 13.3333333333vw;
            font-size: 3.6vw; } }
        div#wrap .footer-reser-plan a span {
          position: relative;
          display: block;
          width: 100%;
          white-space: nowrap;
          text-align: center; }
          div#wrap .footer-reser-plan a span::after {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            border-left: 6px solid #ffffff;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            top: 50%;
            transform: translateY(-50%);
            right: 2em; }
            @media screen and (max-width: 480px) {
              div#wrap .footer-reser-plan a span::after {
                right: 1.4em; } }
    div#wrap .footer-reser-confirm {
      width: 152px; }
      @media screen and (max-width: 1300px) {
        div#wrap .footer-reser-confirm {
          width: 11.6923076923vw; } }
      @media screen and (max-width: 480px) {
        div#wrap .footer-reser-confirm {
          width: 100%; } }
      div#wrap .footer-reser-confirm a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-size: 15px; }
        @media screen and (max-width: 1300px) {
          div#wrap .footer-reser-confirm a {
            font-size: 1.1538461538vw; } }
        @media screen and (max-width: 480px) {
          div#wrap .footer-reser-confirm a {
            font-size: 3vw; } }
        @media screen and (max-width: 480px) {
          div#wrap .footer-reser-confirm a {
            height: 13.3333333333vw; } }
  @media screen and (max-width: 480px) and (max-width: 480px) {
    div#wrap .footer-reser-confirm a {
      font-size: 3.6vw; } }

        div#wrap .footer-reser-confirm a span {
          position: relative;
          display: block;
          width: 100%;
          white-space: nowrap;
          text-align: center; }
          @media screen and (max-width: 480px) {
            div#wrap .footer-reser-confirm a span::after {
              position: absolute;
              content: "";
              width: 0;
              height: 0;
              border-left: 6px solid #2e2f31;
              border-top: 4px solid transparent;
              border-bottom: 4px solid transparent;
              top: 50%;
              transform: translateY(-50%);
              right: 2em; } }
  @media screen and (max-width: 480px) and (max-width: 480px) {
    div#wrap .footer-reser-confirm a span::after {
      right: 1.4em; } }

  div#wrap .footer-copy {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    color: #ffffff;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1em;
    font-size: 16px;
    letter-spacing: .06em;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 1300px) {
      div#wrap .footer-copy {
        font-size: 1.2307692308vw; } }
    @media screen and (max-width: 480px) {
      div#wrap .footer-copy {
        font-size: 3.2vw; } }
    @media screen and (max-width: 1300px) {
      div#wrap .footer-copy {
        bottom: 4.6153846154vw; } }
    @media screen and (max-width: 480px) {
      div#wrap .footer-copy {
        bottom: 8vw; } }
  div#wrap .footer-banner {
    padding-top: 64px;
    padding-bottom: 192px; }
    @media screen and (max-width: 1300px) {
      div#wrap .footer-banner {
        padding-top: 4.9230769231vw;
        padding-bottom: 14.7692307692vw; } }
    @media screen and (max-width: 480px) {
      div#wrap .footer-banner {
        padding-top: 8.5333333333vw;
        padding-bottom: 25.6vw; } }
    div#wrap .footer-banner-wrap {
      width: 414px;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 1300px) {
        div#wrap .footer-banner-wrap {
          width: 31.8461538462vw; } }
      @media screen and (max-width: 480px) {
        div#wrap .footer-banner-wrap {
          width: 82.6666666667vw; } }
      div#wrap .footer-banner-wrap .swiper-slide a {
        display: block;
        padding: 0 7px; }
        @media screen and (max-width: 1300px) {
          div#wrap .footer-banner-wrap .swiper-slide a {
            padding: 0 0.5384615385vw; } }
        @media screen and (max-width: 480px) {
          div#wrap .footer-banner-wrap .swiper-slide a {
            padding: 0 1.3333333333vw; } }
    div#wrap .footer-banner-pager {
      text-align: center;
      line-height: 1;
      margin-top: 30px; }
      @media screen and (max-width: 1300px) {
        div#wrap .footer-banner-pager {
          margin-top: 2.3076923077vw; } }
      @media screen and (max-width: 480px) {
        div#wrap .footer-banner-pager {
          margin-top: 4vw; } }
      div#wrap .footer-banner-pager .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 10px !important;
        border: 2px solid #60b49f;
        background: #ffffff;
        opacity: 1; }
        @media screen and (max-width: 1300px) {
          div#wrap .footer-banner-pager .swiper-pagination-bullet {
            width: 0.9230769231vw;
            height: 0.9230769231vw;
            margin: 0 0.7692307692vw !important; } }
        @media screen and (max-width: 480px) {
          div#wrap .footer-banner-pager .swiper-pagination-bullet {
            width: 2.4vw;
            height: 2.4vw;
            margin: 0 2.1333333333vw !important; } }
        div#wrap .footer-banner-pager .swiper-pagination-bullet-active {
          background: #60b49f; }

/*---------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  .header-hd {
    display: block;
	padding-bottom: 30px;}
	.header nav .glnv{
		flex-wrap: wrap;
		padding: 0;
	}
	.header-hd nav li{
		width: 28%;
	}
	.header nav .glnv a{
		font-size: 14px;
	}
	.header nav .glnv li + li{
		margin-left: 0;
		margin-bottom: 10px;
	}
	.header nav .glnv li + li::before{
		display: none;
	}
    /*.header-hd nav, */.header-hd .header-btn {
      display: none; } }
@media screen and (max-width: 480px) and (max-width: 480px) {
  .header-logo {
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    padding: .5em;
    background-color: #dedad2; }
    .header-logo img {
      width: 25vw;
      margin-left: auto;
      margin-right: auto; } }

/* sb
---------------------------------------------------------------------------*/
.sb {
  position: relative;
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1300px) {
    .sb {
      height: 38.4615384615vw; } }
  @media screen and (max-width: 480px) {
    .sb {
      height: 66.6666666667vw;
      /*margin-top: 13.3333333333vw;*/ } }
  .sb-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    .sb-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      font-family: "object-fit: cover; object-position: center;"; }
  .sb-ttl {
	  font-family: 'Noto Serif JP', serif;
    position: relative;
    width: 100%;
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    z-index: 10;
    font-weight: 600;
    padding-top: 75px;
    text-shadow: 0 0 5px #000000;
    letter-spacing: .1em; }
    @media screen and (max-width: 1300px) {
      .sb-ttl {
        font-size: 2.7692307692vw; } }
    @media screen and (max-width: 480px) {
      .sb-ttl {
        font-size: 7.2vw; } }
    @media screen and (max-width: 1300px) {
      .sb-ttl {
        padding-top: 5.7692307692vw; } }
    @media screen and (max-width: 480px) {
      .sb-ttl {
        padding-top: 0; } }

/* intr
---------------------------------------------------------------------------*/
.intr {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 4.8em;
  padding-bottom: 4.8em; }
  .intr-hdl {
    text-align: center;
    font-size: 28px;
    letter-spacing: .1em;
    margin-bottom: 1.4em;
    text-shadow: 0 0 5px #88aca5;
    color: #2e2f31; }
    @media screen and (max-width: 1300px) {
      .intr-hdl {
        font-size: 2.1538461538vw; } }
    @media screen and (max-width: 480px) {
      .intr-hdl {
        font-size: 5.6vw; } }
  .intr-desc {
    text-align: center;
    font-size: 18px;
    letter-spacing: .1em; }
    @media screen and (max-width: 1300px) {
      .intr-desc {
        font-size: 1.3846153846vw; } }
    @media screen and (max-width: 480px) {
      .intr-desc {
        font-size: 3.6vw; } }
    .intr-desc + .anchor {
      margin-top: 3em; }

/* anchor
---------------------------------------------------------------------------*/
.anchor {
  /* 1080 */
  width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1300px) {
    .anchor {
      width: 83.0769230769vw; } }
  @media screen and (max-width: 480px) {
    .anchor {
      width: 89.3333333333vw; } }
  .anchor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 480px) {
      .anchor ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .anchor ul li {
      width: 256px;
      margin-right: 18px; }
      @media screen and (max-width: 1300px) {
        .anchor ul li {
          width: 19.6923076923vw;
          margin-right: 1.3846153846vw; } }
      @media screen and (max-width: 480px) {
        .anchor ul li {
          width: 49%;
          margin-right: 0; } }
      .anchor ul li:nth-of-type(4n) {
        margin-right: 0; }
      @media screen and (max-width: 480px) {
        .anchor ul li:nth-of-type(n + 3) {
          margin-top: 2vw; } }
      .anchor ul li a {
        position: relative;
        width: 100%; }
        .anchor ul li a::after {
          position: absolute;
          content: "";
          width: 3px;
          height: 23px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          background-image: url(../img/cmn/anchor-deco@2x.png);
          right: 10px;
          bottom: -1px; }
          @media screen and (max-width: 1300px) {
            .anchor ul li a::after {
              width: 0.2307692308vw;
              height: 1.7692307692vw;
              right: 0.7692307692vw;
              bottom: -0.0769230769vw; } }
          @media screen and (max-width: 480px) {
            .anchor ul li a::after {
              width: 0.8vw;
              height: 6.1333333333vw;
              right: 1.3333333333vw;
              bottom: -0.2666666667vw; } }
        .anchor ul li a span {
          display: block;
          width: 100%;
          white-space: nowrap;
          text-align: center;
          line-height: 1.5; }
  .anchor-img li {
    color: #ffffff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); }
    .anchor-img li a {
      display: block;
      background-color: #60b49f;
      height: 180px; }
      @media screen and (max-width: 1300px) {
        .anchor-img li a {
          height: 13.8461538462vw; } }
      @media screen and (max-width: 480px) {
        .anchor-img li a {
          height: 16vw; }
          .anchor-img li a .anchor-img-ph {
            display: none; } }
      .anchor-img li a p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 80px; }
        @media screen and (max-width: 1300px) {
          .anchor-img li a p {
            height: 6.1538461538vw; } }
        @media screen and (max-width: 480px) {
          .anchor-img li a p {
            height: 16vw; } }
  .anchor-img + .anchor-tx {
    margin-top: 1.2em; }
  .anchor-tx li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    background-color: #abced8; }
    @media screen and (max-width: 1300px) {
      .anchor-tx li a {
        height: 4.6153846154vw; } }
    @media screen and (max-width: 480px) {
      .anchor-tx li a {
        height: 16vw; } }
  .anchor.nobg ul li a {
    background-color: transparent;
    border: 1px solid #adacad; }
    .anchor.nobg ul li a::after {
      background-image: url(../img/cmn/anchor-deco-glay@2x.png); }

.ancpos {
  position: relative;
  display: block;
  z-index: -9999;
  margin-top: -76px;
  padding-top: 76px; }
  @media screen and (max-width: 1300px) {
    .ancpos {
      margin-top: -5.8461538462vw;
      padding-top: 5.8461538462vw; } }
  @media screen and (max-width: 480px) {
    .ancpos {
      margin-top: 0;
      padding-top: 0; } }

/* pg
---------------------------------------------------------------------------*/
.pg {
  /* 上にアイキャッチ、背景付きの見出し */
  /* 左揃えの子みだし */
  /* 1px枠線ボックス */
  /* 表組 */
  /* 見出しなどの下に下線 */
  /* ジャンルアイコン */
  /* 背景色ありのボックス */
  /* 両脇に線のあるみだし */
  /* 16px */
  /* 24px */
  /* 18px; */
  /* googlemap */
  /* お役立ち形背景 */
  /* 1280px画像 */
  /* 1080px画像 */
  /* 1280px見出しとリード */
  /* 画像+テキスト横50% */
  /* 画像+テキスト横33% */
  /* テキスト＋画像横並び */
  /* 両端見切れるスライダー */
  /* キャプション */ }
  .pg-ttl {
    position: relative;
    text-align: center;
    font-size: 24px;
    color: #2e2f31;
    padding-top: 16px;
    margin-bottom: 30px;
    text-shadow: 0 0 5px #88aca5;
    letter-spacing: .1em; }
    @media screen and (max-width: 1300px) {
      .pg-ttl {
        font-size: 1.8461538462vw; } }
    @media screen and (max-width: 480px) {
      .pg-ttl {
        font-size: 4.8vw; } }
    @media screen and (max-width: 1300px) {
      .pg-ttl {
        padding-top: 1.2307692308vw;
        margin-bottom: 2.3076923077vw; } }
    @media screen and (max-width: 480px) {
      .pg-ttl {
        padding-top: 4.2666666667vw;
        margin-bottom: 8vw; } }
    .pg-ttl::after {
      position: absolute;
      content: "";
      width: 500px;
      height: 580px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-image: url(../img/cmn/ttl-deco@2x.png);
      left: 50%;
      transform: translateX(-50%);
      top: -330px;
      z-index: -1; }
      @media screen and (max-width: 1300px) {
        .pg-ttl::after {
          width: 38.4615384615vw;
          height: 44.6153846154vw;
          top: -25.3846153846vw; } }
      @media screen and (max-width: 480px) {
        .pg-ttl::after {
          width: 133.3333333333vw;
          height: 154.6666666667vw;
          top: -88vw; } }
    .pg-ttl::before {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #60b49f;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      box-shadow: 0 0 5px #88aca5; }
      @media screen and (max-width: 1300px) {
        .pg-ttl::before {
          box-shadow: 0 0 0.3846153846vw #88aca5; } }
      @media screen and (max-width: 480px) {
        .pg-ttl::before {
          box-shadow: 0 0 1.3333333333vw #88aca5; } }
      @media screen and (max-width: 1300px) {
        .pg-ttl::before {
          width: 0.7692307692vw;
          height: 0.7692307692vw; } }
      @media screen and (max-width: 480px) {
        .pg-ttl::before {
          width: 2.6666666667vw;
          height: 2.6666666667vw; } }
  .pg-hdl {
    font-size: 24px;
    color: #2e2f31;
    margin-bottom: 18px;
    text-shadow: 0 0 5px #88aca5;
    letter-spacing: .1em; }
    @media screen and (max-width: 1300px) {
      .pg-hdl {
        font-size: 1.8461538462vw; } }
    @media screen and (max-width: 480px) {
      .pg-hdl {
        font-size: 4.8vw; } }
    @media screen and (max-width: 1300px) {
      .pg-hdl {
        text-shadow: 0 0 0.3846153846vw #88aca5; } }
    @media screen and (max-width: 480px) {
      .pg-hdl {
        text-shadow: 0 0 1.3333333333vw #88aca5; } }
    @media screen and (max-width: 1300px) {
      .pg-hdl {
        margin-bottom: 1.3846153846vw; } }
    @media screen and (max-width: 480px) {
      .pg-hdl {
        margin-bottom: 4.8vw; } }
  .pg-box {
    border: 1px solid #60b49f;
    padding: 2em 3em; }
  .pg-tbl {
    width: 100%; }
    .pg-tbl th, .pg-tbl td {
      padding: 1em .4em 1em 1.4em;
      font-size: 18px;
      letter-spacing: .1em;
      font-weight: 400;
      vertical-align: top; }
      @media screen and (max-width: 1300px) {
        .pg-tbl th, .pg-tbl td {
          font-size: 1.3846153846vw; } }
      @media screen and (max-width: 480px) {
        .pg-tbl th, .pg-tbl td {
          font-size: 3.6vw; } }
      @media screen and (max-width: 480px) {
        .pg-tbl th, .pg-tbl td {
          display: block;
          width: 100%;
          padding: 1em 1.4em; } }
    .pg-tbl th {
      border-top: 3px solid #60b49f; }
    .pg-tbl td {
      border-top: 1px solid #60b49f; }
      .pg-tbl td p {
        word-break: break-all; }
    .pg-tbl tr:last-of-type th {
      border-bottom: 3px solid #60b49f; }
      @media screen and (max-width: 480px) {
        .pg-tbl tr:last-of-type th {
          border-bottom: none; } }
    .pg-tbl tr:last-of-type td {
      border-bottom: 1px solid #60b49f; }
      @media screen and (max-width: 480px) {
        .pg-tbl tr:last-of-type td {
          border-bottom-width: 3px; } }
    .pg-tbl.white th, .pg-tbl.white td,
    .pg-tbl.white tr:last-of-type th, .pg-tbl.white tr:last-of-type td {
      border-color: #ffffff; }
  .pg-bdrbtm {
    border-bottom: 1px solid #60b49f;
    padding-bottom: 0.5em;
    margin-bottom: 1.2em; }
    .pg-bdrbtm .pg-genre {
      margin-right: 0.8em; }
  .pg-genre {
    background-color: #58595a;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    padding: 0 1.2em; }
    @media screen and (max-width: 1300px) {
      .pg-genre {
        font-size: 1.2307692308vw; } }
    @media screen and (max-width: 480px) {
      .pg-genre {
        font-size: 3.2vw; } }
    @media screen and (max-width: 1300px) {
      .pg-genre {
        line-height: 2.3076923077vw; } }
    @media screen and (max-width: 480px) {
      .pg-genre {
        line-height: 8vw; } }
  .pg-bgbox {
    background-color: #eeece8;
    padding: 2em 2.6em; }
    @media screen and (max-width: 480px) {
      .pg-bgbox {
        padding: 2.8em 1.2em; } }
    .pg-bgbox.w1280 {
      /* 1280 */
      width: 1280px;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 1300px) {
        .pg-bgbox.w1280 {
          width: 98.4615384615vw; } }
      @media screen and (max-width: 480px) {
        .pg-bgbox.w1280 {
          width: 89.3333333333vw; } }
      @media screen and (max-width: 480px) {
        .pg-bgbox.w1280 {
          width: 100vw; } }
    .pg-bgbox-ttl {
      text-align: center;
      font-size: 18px;
      letter-spacing: .1em; }
      @media screen and (max-width: 1300px) {
        .pg-bgbox-ttl {
          font-size: 1.3846153846vw; } }
      @media screen and (max-width: 480px) {
        .pg-bgbox-ttl {
          font-size: 3.6vw; } }
    .pg-bgbox-tel {
      text-align: center;
      color: #b7282e;
      letter-spacing: .05em;
      margin-bottom: 1em; }
      .pg-bgbox-tel a {
        font-size: 28px;
        font-weight: 600; }
        @media screen and (max-width: 1300px) {
          .pg-bgbox-tel a {
            font-size: 2.1538461538vw; } }
        @media screen and (max-width: 480px) {
          .pg-bgbox-tel a {
            font-size: 5.6vw; } }
  .pg-sidebdrhdl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.2em; }
    .pg-sidebdrhdl span {
      position: relative;
      display: inline-block;
      font-size: 24px;
      letter-spacing: .1em;
      color: #2e2f31;
      white-space: nowrap;
      padding: 0 224px;
      text-align: center; }
      @media screen and (max-width: 1300px) {
        .pg-sidebdrhdl span {
          font-size: 1.8461538462vw; } }
      @media screen and (max-width: 480px) {
        .pg-sidebdrhdl span {
          font-size: 4.8vw; } }
      @media screen and (max-width: 1300px) {
        .pg-sidebdrhdl span {
          padding: 0 17.2307692308vw; } }
      @media screen and (max-width: 480px) {
        .pg-sidebdrhdl span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 0;
          width: 100%; } }
      .pg-sidebdrhdl span::before, .pg-sidebdrhdl span::after {
        position: absolute;
        content: "";
        width: 200px;
        height: 1px;
        top: 50%;
        transform: translateY(-50%); }
        @media screen and (max-width: 1300px) {
          .pg-sidebdrhdl span::before, .pg-sidebdrhdl span::after {
            width: 15.3846153846vw; } }
        @media screen and (max-width: 480px) {
          .pg-sidebdrhdl span::before, .pg-sidebdrhdl span::after {
            position: relative;
            left: auto;
            top: auto;
            transform: translateY(0);
            width: auto;
            flex-grow: 1; } }
      .pg-sidebdrhdl span::before {
        left: 0;
        background: linear-gradient(to right, #a3c7c0, #60b49f);
        margin-right: 1em; }
      .pg-sidebdrhdl span::after {
        right: 0;
        background: linear-gradient(to right, #60b49f, #a3c7c0);
        margin-left: 1em; }
  .pg-descmin {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 2.25; }
    @media screen and (max-width: 1300px) {
      .pg-descmin {
        font-size: 1.2307692308vw; } }
    @media screen and (max-width: 480px) {
      .pg-descmin {
        font-size: 3.2vw; } }
  .pg-defhdl {
    font-size: 24px;
    letter-spacing: .1em;
    line-height: 1.8;
    margin-bottom: 1.2em;
    text-shadow: 0 0 5px #88aca5;
    color: #2e2f31; }
    @media screen and (max-width: 1300px) {
      .pg-defhdl {
        font-size: 1.8461538462vw; } }
    @media screen and (max-width: 480px) {
      .pg-defhdl {
        font-size: 4.8vw; } }
  .pg-defdesc {
    font-size: 18px;
    padding-left: .1em;
    line-height: 2.11; }
    @media screen and (max-width: 1300px) {
      .pg-defdesc {
        font-size: 1.3846153846vw; } }
    @media screen and (max-width: 480px) {
      .pg-defdesc {
        font-size: 3.6vw; } }
    .pg-defdesc .mini {
      font-size: 16px; }
      @media screen and (max-width: 1300px) {
        .pg-defdesc .mini {
          font-size: 1.2307692308vw; } }
      @media screen and (max-width: 480px) {
        .pg-defdesc .mini {
          font-size: 3.2vw; } }
  .pg-gmap {
    /* 1280 */
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.4em; }
    @media screen and (max-width: 1300px) {
      .pg-gmap {
        width: 98.4615384615vw; } }
    @media screen and (max-width: 480px) {
      .pg-gmap {
        width: 89.3333333333vw; } }
    @media screen and (max-width: 480px) {
      .pg-gmap {
        width: 100vw; } }
    .pg-gmap iframe {
      display: block;
      width: 100%;
      height: 550px; }
      @media screen and (max-width: 1300px) {
        .pg-gmap iframe {
          height: 42.3076923077vw; } }
      @media screen and (max-width: 480px) {
        .pg-gmap iframe {
          height: 86.6666666667vw; } }
    .pg-gmap-detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 1.4em; }
      @media screen and (max-width: 480px) {
        .pg-gmap-detail {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .pg-gmap-detail-logo {
        width: 192px;
        margin-right: 54px; }
        @media screen and (max-width: 1300px) {
          .pg-gmap-detail-logo {
            width: 14.7692307692vw;
            margin-right: 4.1538461538vw; } }
        @media screen and (max-width: 480px) {
          .pg-gmap-detail-logo {
            width: 26.6666666667vw;
            margin-right: 0;
            margin-bottom: 6.6666666667vw; } }
      .pg-gmap-detail-tx p {
        font-size: 18px;
        line-height: 1.55;
        letter-spacing: .05em; }
        @media screen and (max-width: 1300px) {
          .pg-gmap-detail-tx p {
            font-size: 1.3846153846vw; } }
        @media screen and (max-width: 480px) {
          .pg-gmap-detail-tx p {
            font-size: 3.6vw; } }
    .pg-gmap-btn {
      width: 400px;
      margin-left: auto;
      margin-right: auto;
      color: #ffffff; }
      @media screen and (max-width: 1300px) {
        .pg-gmap-btn {
          width: 30.7692307692vw; } }
      @media screen and (max-width: 480px) {
        .pg-gmap-btn {
          width: 80vw; } }
      .pg-gmap-btn a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        width: 100%;
        height: 70px;
        background-color: #60b49f;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
        @media screen and (max-width: 1300px) {
          .pg-gmap-btn a {
            height: 5.3846153846vw; } }
        @media screen and (max-width: 480px) {
          .pg-gmap-btn a {
            height: 14vw; } }
        .pg-gmap-btn a::after {
          position: absolute;
          content: "";
          width: 24px;
          height: 3px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          background-image: url(../img/top/btn-dots@2x.png);
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
          @media screen and (max-width: 1300px) {
            .pg-gmap-btn a::after {
              width: 1.8461538462vw;
              height: 0.2307692308vw; } }
          @media screen and (max-width: 480px) {
            .pg-gmap-btn a::after {
              width: 4.4vw;
              height: 0.4vw; } }
        .pg-gmap-btn a > span {
          text-align: center;
          vertical-align: middle;
          width: 100%; }
          .pg-gmap-btn a > span > span {
            display: inline-block;
            letter-spacing: .1em; }
            .pg-gmap-btn a > span > span:nth-of-type(1) {
              font-size: 18px; }
              @media screen and (max-width: 1300px) {
                .pg-gmap-btn a > span > span:nth-of-type(1) {
                  font-size: 1.3846153846vw; } }
              @media screen and (max-width: 480px) {
                .pg-gmap-btn a > span > span:nth-of-type(1) {
                  font-size: 3.6vw; } }
            .pg-gmap-btn a > span > span:nth-of-type(2) {
              font-size: 14px;
              margin-left: 1em; }
              @media screen and (max-width: 1300px) {
                .pg-gmap-btn a > span > span:nth-of-type(2) {
                  font-size: 1.0769230769vw; } }
              @media screen and (max-width: 480px) {
                .pg-gmap-btn a > span > span:nth-of-type(2) {
                  font-size: 2.8vw; } }
      .pg-gmap-btn a::after {
        display: none; }
      .pg-gmap-btn a > span span {
        position: relative;
        display: inline-block;
        padding-left: 46px; }
        @media screen and (max-width: 1300px) {
          .pg-gmap-btn a > span span {
            padding-left: 3.5384615385vw; } }
        @media screen and (max-width: 480px) {
          .pg-gmap-btn a > span span {
            padding-left: 6.1333333333vw; } }
        .pg-gmap-btn a > span span::before {
          position: absolute;
          content: "";
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 32px;
          height: 28px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          background-image: url(../img/cmn/icn-gmap@2x.png); }
          @media screen and (max-width: 1300px) {
            .pg-gmap-btn a > span span::before {
              width: 2.4615384615vw;
              height: 2.1538461538vw; } }
          @media screen and (max-width: 480px) {
            .pg-gmap-btn a > span span::before {
              width: 4.2666666667vw;
              height: 4.2666666667vw; } }
  .pg-info {
    padding-top: 3em;
    padding-bottom: 10.6em;
    background-color: #abced8;
    background-image: url(../img/cmn/info-bg@2x.jpg);
    background-position: center top;
    background-size: 2000px auto;
    background-repeat: no-repeat; }
    @media screen and (max-width: 480px) {
      .pg-info {
        padding-bottom: 4.8em; } }
    @media screen and (max-width: 1300px) {
      .pg-info {
        background-size: 153.8461538462vw auto; } }
    @media screen and (max-width: 480px) {
      .pg-info {
        background-size: auto 66.6666666667vw; } }
    .pg-info .pg-sidebdrhdl {
      margin-bottom: 1.4em; }
    .pg-info table {
      /* 1080 */
      width: 1080px;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 1300px) {
        .pg-info table {
          width: 83.0769230769vw; } }
      @media screen and (max-width: 480px) {
        .pg-info table {
          width: 89.3333333333vw; } }
      .pg-info table th {
        width: 360px; }
        @media screen and (max-width: 1300px) {
          .pg-info table th {
            width: 27.6923076923vw; } }
        @media screen and (max-width: 480px) {
          .pg-info table th {
            width: 100%; } }
      .pg-info table td {
        width: 720px; }
        @media screen and (max-width: 1300px) {
          .pg-info table td {
            width: 55.3846153846vw; } }
        @media screen and (max-width: 480px) {
          .pg-info table td {
            width: 100%; } }
  .pg-img1280 {
    /* 1280 */
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em; }
    @media screen and (max-width: 1300px) {
      .pg-img1280 {
        width: 98.4615384615vw; } }
    @media screen and (max-width: 480px) {
      .pg-img1280 {
        width: 89.3333333333vw; } }
    @media screen and (max-width: 480px) {
      .pg-img1280 {
        width: 100vw; }
        .pg-img1280 img {
          width: 100%;
          height: 60vw;
          object-fit: cover;
          object-position: center;
          font-family: "object-fit: cover; object-position: center;"; } }
  .pg-img1080 {
    /* 1080 */
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em; }
    @media screen and (max-width: 1300px) {
      .pg-img1080 {
        width: 83.0769230769vw; } }
    @media screen and (max-width: 480px) {
      .pg-img1080 {
        width: 89.3333333333vw; } }
    @media screen and (max-width: 480px) {
      .pg-img1080 {
        width: 100vw; }
        .pg-img1080 img {
          width: 100%;
          height: 60vw;
          object-fit: cover;
          object-position: center;
          font-family: "object-fit: cover; object-position: center;"; } }
  .pg-detail1080 {
    /* 1080 */
    width: 1080px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1300px) {
      .pg-detail1080 {
        width: 83.0769230769vw; } }
    @media screen and (max-width: 480px) {
      .pg-detail1080 {
        width: 89.3333333333vw; } }
  .pg-layhalf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* 1080 */
    width: 1080px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1300px) {
      .pg-layhalf {
        width: 83.0769230769vw; } }
    @media screen and (max-width: 480px) {
      .pg-layhalf {
        width: 89.3333333333vw; } }
    @media screen and (max-width: 480px) {
      .pg-layhalf {
        display: block; } }
    .pg-layhalf > * {
      width: 520px; }
      @media screen and (max-width: 1300px) {
        .pg-layhalf > * {
          width: 40vw; } }
      @media screen and (max-width: 480px) {
        .pg-layhalf > * {
          width: 100%; } }
      @media screen and (max-width: 480px) {
        .pg-layhalf > * + * {
          margin-top: 2em; } }
    .pg-layhalf-img + .pg-layhalf-tx {
      margin-top: 1.2em; }
  .pg-laythree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* 1080 */
    width: 1080px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1300px) {
      .pg-laythree {
        width: 83.0769230769vw; } }
    @media screen and (max-width: 480px) {
      .pg-laythree {
        width: 89.3333333333vw; } }
    @media screen and (max-width: 480px) {
      .pg-laythree {
        display: block; } }
    .pg-laythree > * {
      width: 344px; }
      @media screen and (max-width: 1300px) {
        .pg-laythree > * {
          width: 26.4615384615vw; } }
      @media screen and (max-width: 480px) {
        .pg-laythree > * {
          width: 100%; } }
      @media screen and (max-width: 480px) {
        .pg-laythree > * + * {
          margin-top: 2em; } }
    .pg-laythree-img + .pg-layhalf-tx {
      margin-top: 1.2em; }
  .pg-laycross {
    /* 1080 */
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1300px) {
      .pg-laycross {
        width: 83.0769230769vw; } }
    @media screen and (max-width: 480px) {
      .pg-laycross {
        width: 89.3333333333vw; } }
    @media screen and (max-width: 480px) {
      .pg-laycross {
        display: block;
        position: relative; } }
    .pg-laycross-img {
      width: 800px;
      overflow: hidden; }
      @media screen and (max-width: 1300px) {
        .pg-laycross-img {
          width: 61.5384615385vw; } }
      @media screen and (max-width: 480px) {
        .pg-laycross-img {
          width: 100%; }
          .pg-laycross-img img {
            width: 100%;
            height: 60vw;
            object-fit: cover;
            object-position: center;
            font-family: "object-fit: cover; object-position: center;"; } }
      .pg-laycross-img.nomar {
        width: 700px;
        margin-left: 0 !important;
        margin-right: 0 !important; }
        @media screen and (max-width: 1300px) {
          .pg-laycross-img.nomar {
            width: 53.8461538462vw; } }
        @media screen and (max-width: 480px) {
          .pg-laycross-img.nomar {
            width: 100%; } }
    .pg-laycross-tx {
      width: 380px;
      border-top: 1px solid #60b49f;
      padding-top: 3em; }
      @media screen and (max-width: 1300px) {
        .pg-laycross-tx {
          width: 29.2307692308vw; } }
      @media screen and (max-width: 480px) {
        .pg-laycross-tx {
          width: 100%;
          margin-bottom: 2em; } }
    .pg-laycross.imgrit .pg-laycross-img {
      margin-right: -100px; }
      @media screen and (max-width: 1300px) {
        .pg-laycross.imgrit .pg-laycross-img {
          margin-right: -7.6923076923vw; } }
      @media screen and (max-width: 480px) {
        .pg-laycross.imgrit .pg-laycross-img {
          margin-right: 0; } }
    .pg-laycross.imglft {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .pg-laycross.imglft .pg-laycross-img {
        margin-left: -100px; }
        @media screen and (max-width: 480px) {
          .pg-laycross.imglft .pg-laycross-img {
            margin-left: 0; } }
      .pg-laycross.imglft .pg-laycross-tx {
        padding-left: 1.2em; }
        @media screen and (max-width: 480px) {
          .pg-laycross.imglft .pg-laycross-tx {
            padding-left: 0; } }
    .pg-laycross-sl {
      position: relative; }
    .pg-laycross .swiper-pagination-bullets {
      position: absolute;
      text-align: center;
      margin: 0;
      bottom: 1.2em;
      width: 100%;
      z-index: 10; }
      .pg-laycross .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 0 0 20px !important;
        border: 2px solid #ffffff;
        background: transparent;
        opacity: 1; }
        @media screen and (max-width: 1300px) {
          .pg-laycross .swiper-pagination-bullets .swiper-pagination-bullet {
            width: 0.9230769231vw;
            height: 0.9230769231vw;
            margin: 0 0 0 1.5384615385vw !important; } }
        @media screen and (max-width: 480px) {
          .pg-laycross .swiper-pagination-bullets .swiper-pagination-bullet {
            width: 2.4vw;
            height: 2.4vw;
            margin: 0 0 0 3.2vw !important; } }
        .pg-laycross .swiper-pagination-bullets .swiper-pagination-bullet-active {
          background: #ffffff; }
    .pg-laycross.half .pg-laycross-tx {
      width: 50%;
      padding-top: 1em; }
      @media screen and (max-width: 480px) {
        .pg-laycross.half .pg-laycross-tx {
          width: 100%; } }
    .pg-laycross.half .pg-laycross-img {
      position: relative;
      width: 50%; }
      @media screen and (max-width: 480px) {
        .pg-laycross.half .pg-laycross-img {
          width: 100%; } }
    .pg-laycross.half .pg-laycross-half-hdl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      position: relative;
      font-size: 24px;
      letter-spacing: .1em;
      margin-bottom: .8em; }
      @media screen and (max-width: 1300px) {
        .pg-laycross.half .pg-laycross-half-hdl {
          font-size: 1.8461538462vw; } }
      @media screen and (max-width: 480px) {
        .pg-laycross.half .pg-laycross-half-hdl {
          font-size: 4.8vw; } }
      .pg-laycross.half .pg-laycross-half-hdl span {
        display: inline-block; }
    .pg-laycross.half.imgrit .pg-laycross-tx {
      padding-left: 60px; }
      @media screen and (max-width: 1300px) {
        .pg-laycross.half.imgrit .pg-laycross-tx {
          padding-left: 4.6153846154vw; } }
      @media screen and (max-width: 480px) {
        .pg-laycross.half.imgrit .pg-laycross-tx {
          padding-left: 0; } }
    .pg-laycross.half.imgrit .pg-laycross-half-hdl::after {
      content: "";
      height: 1px;
      background: linear-gradient(to right, #a3c7c0, #60b49f);
      flex-grow: 1;
      margin-bottom: 1em;
      margin-left: 0.4em; }
    .pg-laycross.half.imglft .pg-laycross-tx {
      padding-right: 60px; }
      @media screen and (max-width: 1300px) {
        .pg-laycross.half.imglft .pg-laycross-tx {
          padding-right: 4.6153846154vw; } }
      @media screen and (max-width: 480px) {
        .pg-laycross.half.imglft .pg-laycross-tx {
          padding-right: 0; } }
    .pg-laycross.half.imglft .pg-laycross-half-hdl {
      text-align: right; }
      .pg-laycross.half.imglft .pg-laycross-half-hdl::before {
        content: "";
        height: 1px;
        background: linear-gradient(to right, #a3c7c0, #60b49f);
        flex-grow: 1;
        margin-bottom: 1em;
        margin-left: -1.2em;
        margin-right: 0.4em; }
  .pg-btn {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    margin-top: 2em; }
    @media screen and (max-width: 1300px) {
      .pg-btn {
        width: 30.7692307692vw; } }
    @media screen and (max-width: 480px) {
      .pg-btn {
        width: 80vw; } }
    .pg-btn a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      width: 100%;
      height: 70px;
      background-color: #60b49f;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
      @media screen and (max-width: 1300px) {
        .pg-btn a {
          height: 5.3846153846vw; } }
      @media screen and (max-width: 480px) {
        .pg-btn a {
          height: 14vw; } }
      .pg-btn a::after {
        position: absolute;
        content: "";
        width: 24px;
        height: 3px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url(../img/top/btn-dots@2x.png);
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
        @media screen and (max-width: 1300px) {
          .pg-btn a::after {
            width: 1.8461538462vw;
            height: 0.2307692308vw; } }
        @media screen and (max-width: 480px) {
          .pg-btn a::after {
            width: 4.4vw;
            height: 0.4vw; } }
      .pg-btn a > span {
        text-align: center;
        vertical-align: middle;
        width: 100%; }
        .pg-btn a > span > span {
          display: inline-block;
          letter-spacing: .1em; }
          .pg-btn a > span > span:nth-of-type(1) {
            font-size: 18px; }
            @media screen and (max-width: 1300px) {
              .pg-btn a > span > span:nth-of-type(1) {
                font-size: 1.3846153846vw; } }
            @media screen and (max-width: 480px) {
              .pg-btn a > span > span:nth-of-type(1) {
                font-size: 3.6vw; } }
          .pg-btn a > span > span:nth-of-type(2) {
            font-size: 14px;
            margin-left: 1em; }
            @media screen and (max-width: 1300px) {
              .pg-btn a > span > span:nth-of-type(2) {
                font-size: 1.0769230769vw; } }
            @media screen and (max-width: 480px) {
              .pg-btn a > span > span:nth-of-type(2) {
                font-size: 2.8vw; } }
    .pg-btn-contact {
      width: 400px;
      margin-left: auto;
      margin-right: auto;
      color: #ffffff; }
      @media screen and (max-width: 1300px) {
        .pg-btn-contact {
          width: 30.7692307692vw; } }
      @media screen and (max-width: 480px) {
        .pg-btn-contact {
          width: 80vw; } }
      .pg-btn-contact a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        width: 100%;
        height: 70px;
        background-color: #60b49f;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
        @media screen and (max-width: 1300px) {
          .pg-btn-contact a {
            height: 5.3846153846vw; } }
        @media screen and (max-width: 480px) {
          .pg-btn-contact a {
            height: 14vw; } }
        .pg-btn-contact a::after {
          position: absolute;
          content: "";
          width: 24px;
          height: 3px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          background-image: url(../img/top/btn-dots@2x.png);
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
          @media screen and (max-width: 1300px) {
            .pg-btn-contact a::after {
              width: 1.8461538462vw;
              height: 0.2307692308vw; } }
          @media screen and (max-width: 480px) {
            .pg-btn-contact a::after {
              width: 4.4vw;
              height: 0.4vw; } }
        .pg-btn-contact a > span {
          text-align: center;
          vertical-align: middle;
          width: 100%; }
          .pg-btn-contact a > span > span {
            display: inline-block;
            letter-spacing: .1em; }
            .pg-btn-contact a > span > span:nth-of-type(1) {
              font-size: 18px; }
              @media screen and (max-width: 1300px) {
                .pg-btn-contact a > span > span:nth-of-type(1) {
                  font-size: 1.3846153846vw; } }
              @media screen and (max-width: 480px) {
                .pg-btn-contact a > span > span:nth-of-type(1) {
                  font-size: 3.6vw; } }
            .pg-btn-contact a > span > span:nth-of-type(2) {
              font-size: 14px;
              margin-left: 1em; }
              @media screen and (max-width: 1300px) {
                .pg-btn-contact a > span > span:nth-of-type(2) {
                  font-size: 1.0769230769vw; } }
              @media screen and (max-width: 480px) {
                .pg-btn-contact a > span > span:nth-of-type(2) {
                  font-size: 2.8vw; } }
      .pg-btn-contact a::after {
        display: none; }
      .pg-btn-contact a > span span {
        position: relative;
        display: inline-block;
        padding-left: 46px; }
        @media screen and (max-width: 1300px) {
          .pg-btn-contact a > span span {
            padding-left: 3.5384615385vw; } }
        @media screen and (max-width: 480px) {
          .pg-btn-contact a > span span {
            padding-left: 6.1333333333vw; } }
        .pg-btn-contact a > span span::before {
          position: absolute;
          content: "";
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 32px;
          height: 28px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          background-image: url(../img/cmn/icn-contact@2x.png); }
          @media screen and (max-width: 1300px) {
            .pg-btn-contact a > span span::before {
              width: 2.4615384615vw;
              height: 2.1538461538vw; } }
          @media screen and (max-width: 480px) {
            .pg-btn-contact a > span span::before {
              width: 4.2666666667vw;
              height: 4.2666666667vw; } }
  .pg-censl {
    /* 1280 */
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1290px;
    margin-bottom: 2em; }
    @media screen and (max-width: 1300px) {
      .pg-censl {
        width: 98.4615384615vw; } }
    @media screen and (max-width: 480px) {
      .pg-censl {
        width: 89.3333333333vw; } }
    @media screen and (max-width: 1300px) {
      .pg-censl {
        width: 99.2307692308vw; } }
    @media screen and (max-width: 480px) {
      .pg-censl {
        width: 100vw; } }
    .pg-censl .swiper-slide {
      padding: 0 5px;
      opacity: 0.5;
      transition-property: all;
      transition-duration: 1s;
      transition-timing-function: ease; }
      @media screen and (max-width: 1300px) {
        .pg-censl .swiper-slide {
          padding: 0 0.3846153846vw; } }
      @media screen and (max-width: 480px) {
        .pg-censl .swiper-slide {
          padding: 0; } }
      @media screen and (max-width: 480px) {
        .pg-censl .swiper-slide img {
          width: 100%;
          height: 60vw;
          object-fit: cover;
          object-position: center;
          font-family: "object-fit: cover; object-position: center;"; } }
      .pg-censl .swiper-slide.swiper-slide-active {
        opacity: 1; }
    .pg-censl .swiper-pagination-bullets {
      position: absolute;
      text-align: center;
      margin: 0;
      bottom: 1.2em;
      z-index: 10; }
      .pg-censl .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 0 0 20px !important;
        border: 2px solid #ffffff;
        background: transparent;
        opacity: 1;
        box-shadow: 0 2px 2px #000000; }
        @media screen and (max-width: 1300px) {
          .pg-censl .swiper-pagination-bullets .swiper-pagination-bullet {
            width: 0.9230769231vw;
            height: 0.9230769231vw;
            margin: 0 0 0 1.5384615385vw !important; } }
        @media screen and (max-width: 480px) {
          .pg-censl .swiper-pagination-bullets .swiper-pagination-bullet {
            width: 2.4vw;
            height: 2.4vw;
            margin: 0 0 0 3.2vw !important; } }
        .pg-censl .swiper-pagination-bullets .swiper-pagination-bullet-active {
          background: #ffffff; }
  .pg-imgcap {
    position: relative; }
    .pg-imgcap .cap {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: .5em;
      font-size: 16px;
      letter-spacing: .05em;
      text-shadow: 0 0 2px #000000;
      color: #ffffff;
      width: 100%; }
      @media screen and (max-width: 1300px) {
        .pg-imgcap .cap {
          font-size: 1.2307692308vw; } }
      @media screen and (max-width: 480px) {
        .pg-imgcap .cap {
          font-size: 3.2vw; } }
      .pg-imgcap .cap.right {
        text-align: right; }
      .pg-imgcap .cap.left {
        text-align: left; }

@media screen and (max-width: 480px) {
  .spminimg img {
    width: 70vw;
    margin-left: auto;
    margin-right: auto; }
  .spminimg + .pg-layhalf-tx {
    width: 70vw;
    margin-left: auto;
    margin-right: auto; } }