@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

* {
  line-height: 2;
  list-style: none;
}

body {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #373737;
}

@media screen and (max-width: 767px) {
  .pc-on {
    display: none;
  }
}

.sp-on {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-on {
    display: block;
  }
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 640px;
    padding: 0 5%;
  }
}

section {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 80px 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-size: min(16px, 3.7333333333vw);
}

h2 {
  text-align: center;
}

.main-btn {
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  bottom: -30px;
}
.main-btn:hover {
  bottom: -25px;
}
.main-btn a {
  color: #646464;
  background: #f0f0f0;
  text-align: center;
  border: 1px solid #000;
  padding: 20px 55px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .main-btn a {
    padding: 16px 40px;
    font-size: 14px;
  }
}
.main-btn a:hover {
  opacity: 1;
}

a {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
a:hover {
  opacity: 0.7;
}

section .inner, .point_wrap {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
  /* フェードイン時に入るクラス */
}
section .inner.is-fadein, .point_wrap.is-fadein {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.page404 section {
  text-align: center;
}
.page404 section h1 {
  font-size: 48px;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page404 section h1 {
    font-size: 32px;
  }
}
.page404 section p {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}
.page404 section .main-btn {
  margin-top: 40px;
}

header {
  padding-top: 30px;
}
header .header-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    padding: 0 15px;
  }
}
header nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header nav {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  header nav {
    margin-bottom: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header nav .logo-wrap {
  width: 40.1666666667vw;
  max-width: 482px;
}
@media screen and (max-width: 1199px) {
  header nav .logo-wrap {
    width: 37.5vw;
  }
}
@media screen and (max-width: 767px) {
  header nav .logo-wrap {
    width: 48vw;
    max-width: 300px;
  }
}
@media screen and (max-width: 500px) {
  header nav .logo-wrap {
    margin-bottom: 16px;
  }
}
header nav ul.header-menu {
  margin-top: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  header nav ul.header-menu {
    margin-top: 0;
  }
}
header nav ul.header-menu .menu-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  header nav ul.header-menu .menu-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
header nav ul.header-menu .menu-top span {
  font-size: 21px;
  margin-right: 20px;
  font-family: "Avenir";
}
@media screen and (max-width: 1199px) {
  header nav ul.header-menu .menu-top span {
    font-size: max(17px, 1.75vw);
  }
}
@media screen and (max-width: 767px) {
  header nav ul.header-menu .menu-top span {
    font-size: min(21px, 3.7333333333vw);
    margin-right: 0;
    margin-bottom: 8px;
  }
}
header nav ul.header-menu .menu-top ul.sns-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav ul.header-menu .menu-top ul.sns-menu li {
  margin: 0 8px;
}
header nav ul.header-menu .menu-top ul.sns-menu li a {
  vertical-align: middle;
}
header nav ul.header-menu .menu-top ul.sns-menu li a img {
  display: block;
}
header nav ul.header-menu .menu-top ul.sns-menu li:nth-of-type(1) a img {
  width: 19px;
}
header nav ul.header-menu .menu-top ul.sns-menu li:nth-of-type(2) a img {
  width: 12px;
}
header nav ul.header-menu .menu-top ul.sns-menu li:nth-of-type(3) a img {
  width: 22px;
}
header nav ul.header-menu .menu-top .weather {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
@media screen and (max-width: 1199px) {
  header nav ul.header-menu .menu-top .weather {
    font-size: max(12px, 1.1666666667vw);
  }
}
@media screen and (max-width: 767px) {
  header nav ul.header-menu .menu-top .weather {
    margin-top: 8px;
    font-size: 12px;
  }
}
@media screen and (max-width: 374px) {
  header nav ul.header-menu .menu-top .weather {
    font-size: 10px;
  }
}
header nav ul.header-menu .menu-top .weather #ms-informer-link-33f03ed097d3d4bdba4cd8e57e451254 {
  display: inline-block;
}
header nav ul.header-menu .menu-top .weather #ms-informer-link-33f03ed097d3d4bdba4cd8e57e451254 #informer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header nav ul.header-menu .menu-top .meteoservice-2366690357 .wi {
  font-size: 30px;
}
header nav ul.header-menu .news {
  background: #eeeff0;
  border-left: 14px solid #acd175;
  padding: 6px 0;
  width: 475px;
  margin-left: auto;
  letter-spacing: 0.1em;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  header nav ul.header-menu .news {
    width: max(425px, 39.5833333333vw);
  }
}
@media screen and (max-width: 767px) {
  header nav ul.header-menu .news {
    font-size: min(12px, 3.7333333333vw);
    border-left: 10px solid #acd175;
    width: 45vw;
  }
}
@media screen and (max-width: 500px) {
  header nav ul.header-menu .news {
    max-width: none;
    position: absolute;
    width: calc(100vw - 30px);
    right: 0;
    bottom: -48px;
  }
}
header nav ul.header-menu .news .news_wrap {
  width: calc(100% - 10px);
  margin: 0 auto;
  overflow: hidden;
}
header nav ul.header-menu .news .news_wrap .news-content {
  white-space: nowrap;
  padding-left: 100%;
  display: inline-block;
}
header nav ul.header-menu .news .news_wrap .news-content p {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  header nav ul.header-menu .news .news_wrap .news-content p {
    font-size: min(14px, 3.2vw);
  }
}

/* 横にスクロールさせるアニメーション */
@-webkit-keyframes animate-banner {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes animate-banner {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {
  .slick-inner {
    max-width: none;
    padding: 0 1%;
  }
}

ul#slick {
  display: none;
}
ul#slick.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}
ul#slick img {
  width: 100%;
  height: 50vw;
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
ul#slick .mask {
  -webkit-clip-path: url(#svgPath);
  clip-path: url(#svgPath);
}

main .season {
  padding-top: 56px;
  padding-bottom: 80px;
}
main .season .inner {
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  main .season .inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  main .season img {
    width: min(500px, 95vw);
    margin: 0 auto;
  }
}
main .blog {
  padding-top: 56px;
}
main .blog h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  main .blog h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  main .blog .main-btn {
    margin-top: 20px;
  }
}
main .blog-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
main .blog-list li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
main .blog-list li:last-child {
  border-bottom: none;
}
main .blog-list li a {
  display: block;
  text-decoration: none;
  color: inherit;
}
main .blog-list li .blog-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
}
main .blog-list li .blog-meta .blog-date {
  margin: 0;
  white-space: nowrap;
}
main .blog-list li .blog-meta .blog-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
main .blog-list li .blog-meta .blog-categories li {
  background-color: #f2f2f2;
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 12px;
  color: #555;
}
main .blog-list li h3 {
  font-size: 17px;
  margin: 0 0 6px;
  color: #333;
  line-height: 1.4;
}
main .appeal {
  background: #f0f0f0;
  padding: 110px 0 90px;
}
@media screen and (max-width: 767px) {
  main .appeal {
    padding: 80px 0;
  }
}
main .appeal .inner {
  max-width: 1015px;
}
@media screen and (max-width: 1199px) {
  main .appeal .inner {
    max-width: 84.5833333333vw;
  }
}
@media screen and (max-width: 767px) {
  main .appeal .inner {
    max-width: 100%;
  }
}
main .appeal .appeal_wrap {
  background: #fff;
  border: 1px solid #fede63;
  padding: 40px 45px;
  position: relative;
}
main .appeal .appeal_wrap::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -8px;
  width: calc(100% + 16px);
  height: calc(100% - 8px);
  border: 1px solid #fede63;
  background: none;
  pointer-events: none;
}
main .appeal .appeal_wrap h2 {
  margin-bottom: 45px;
  position: relative;
}
main .appeal .appeal_wrap h2::after {
  content: "";
  position: absolute;
  width: 550px;
  height: 3px;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/yellow-line@2x.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  main .appeal .appeal_wrap h2::after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main .appeal .appeal_wrap h2 img {
    height: min(80px, 13.3333333333vw);
    width: auto;
  }
}
main .appeal .appeal_wrap .appeal-text {
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  main .appeal .appeal_wrap .appeal-text {
    font-size: min(21px, 3.7333333333vw);
    line-height: min(40px, 6.4vw);
  }
}
main .point {
  padding-bottom: 70px;
}
main .point .point_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  main .point .point_wrap {
    display: block;
    margin-bottom: 80px;
  }
}
main .point .point_wrap .point_left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  main .point .point_wrap .point_left {
    padding: 0 5%;
  }
}
main .point .point_wrap .point_left h2 {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main .point .point_wrap .point_left h2 {
    margin-top: 0;
    margin-bottom: min(60px, 10.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  main .point .point_wrap .point_left h2 img {
    height: 16vw;
    max-height: 80px;
    width: auto;
  }
}
main .point .point_wrap .point_left h3 {
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  white-space: nowrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main .point .point_wrap .point_left h3 {
    font-size: min(21px, 4.8vw);
  }
}
main .point .point_wrap .point_left p {
  letter-spacing: 0.1em;
  line-height: 36px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main .point .point_wrap .point_left p {
    line-height: 2;
    margin-bottom: 40px;
  }
}
main .point .point_wrap .point_left .main-btn {
  position: absolute;
}
@media screen and (max-width: 767px) {
  main .point .point_wrap .point_left .main-btn {
    position: static;
    margin-bottom: 40px;
  }
}
main .point .point_wrap .point_right {
  max-width: 660px;
  width: 55vw;
}
@media screen and (max-width: 767px) {
  main .point .point_wrap .point_right {
    width: 100%;
  }
}
main .point .point_wrap:nth-of-type(1) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  main .point .point_wrap:nth-of-type(1) {
    margin-left: 0;
  }
}
main .point .point_wrap:nth-of-type(1) .point_left h2 {
  margin-left: -30px;
}
@media screen and (max-width: 767px) {
  main .point .point_wrap:nth-of-type(1) .point_left h2 {
    margin-left: 0;
  }
}
main .point .point_wrap:nth-of-type(1) .point_left .main-btn {
  right: -40px;
}
main .point .point_wrap:nth-of-type(1) .point_right {
  margin-right: -20px;
}
@media screen and (max-width: 1199px) {
  main .point .point_wrap:nth-of-type(1) .point_right {
    margin-top: 20px;
    margin-right: 0;
  }
}
main .point .point_wrap:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
main .point .point_wrap:nth-of-type(2) .point_left {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  main .point .point_wrap:nth-of-type(2) .point_left {
    margin-left: auto;
  }
}
main .point .point_wrap:nth-of-type(2) .point_left h2 {
  margin-top: 70px;
}
@media screen and (max-width: 1199px) {
  main .point .point_wrap:nth-of-type(2) .point_left h2 {
    margin-top: 40px;
  }
}
main .point .point_wrap:nth-of-type(2) .point_left h3 {
  margin-top: -5px;
  padding-left: 5.5em;
  text-indent: -5.5em;
  display: inline-block;
}
main .point .point_wrap:nth-of-type(2) .point_left .main-btn {
  left: -60px;
}
main .point .point_wrap:nth-of-type(2) .point_right {
  margin-top: -10px;
  margin-left: -30px;
}
@media screen and (max-width: 1199px) {
  main .point .point_wrap:nth-of-type(2) .point_right {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  main .point .point_wrap:nth-of-type(2) .point_right {
    margin-top: 0;
  }
}
main .point .point_wrap:nth-of-type(3) .point_left h2 {
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  main .point .point_wrap:nth-of-type(3) .point_left h2 {
    margin-top: 40px;
  }
}
main .point .point_wrap:nth-of-type(3) .point_left h3, main .point .point_wrap:nth-of-type(3) .point_left p {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  main .point .point_wrap:nth-of-type(3) .point_left h3, main .point .point_wrap:nth-of-type(3) .point_left p {
    padding-left: 0;
    padding-right: 0;
  }
}
main .point .point_wrap:nth-of-type(3) .point_left .main-btn {
  right: -20px;
}
main .point .point_wrap:nth-of-type(3) .point_right {
  margin-top: 20px;
  margin-right: -20px;
}
@media screen and (max-width: 1199px) {
  main .point .point_wrap:nth-of-type(3) .point_right {
    margin-top: 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  main .point .point_wrap:nth-of-type(3) .point_right {
    margin-top: 0;
  }
}
main .gallery {
  position: relative;
}
main .gallery::before, main .gallery::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 120px;
  left: 0;
  background: no-repeat center/contain;
}
main .gallery::before {
  height: 109px;
  background-image: url(../img/curbline01@2x.png);
  top: -70px;
}
main .gallery::after {
  height: 91px;
  background-image: url(../img/curbline02@2x.png);
  bottom: -60px;
}
main .gallery .gallery-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main .gallery .gallery-title {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  main .gallery .gallery-title h2 img {
    height: min(50px, 8.5333333333vw);
    width: auto;
  }
}
main .gallery .gallery-title ul.gallery-sns {
  display: inline-block;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  main .gallery .gallery-title ul.gallery-sns {
    margin-left: auto;
  }
}
main .gallery .gallery-title ul.gallery-sns li {
  display: inline-block;
  margin: 10px 8px 0;
}
main .gallery .gallery-title ul.gallery-sns li a {
  vertical-align: middle;
}
main .gallery .gallery-title ul.gallery-sns li:nth-of-type(1) a img {
  width: 34px;
}
main .gallery .gallery-title ul.gallery-sns li:nth-of-type(2) a img {
  width: 22px;
}
@media screen and (max-width: 767px) {
  main .gallery .gallery-title ul.gallery-sns li:nth-of-type(1) a img {
    width: 27.2px;
  }
  main .gallery .gallery-title ul.gallery-sns li:nth-of-type(2) a img {
    width: 17.6px;
  }
}
main .gallery .gallery_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  main .gallery .gallery_wrap {
    display: block;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
}
main .gallery .gallery_wrap::after {
  content: "";
  position: absolute;
  left: -75px;
  bottom: 0;
  background: #fbd8d9;
  width: 80vw;
  max-width: 960px;
  height: 400px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main .gallery .gallery_wrap::after {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 85%;
  }
}
main .gallery .gallery_wrap .ig, main .gallery .gallery_wrap .fb {
  width: 500px;
  padding-top: calc((100% - 80px) / 2);
  margin: 0 20px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  main .gallery .gallery_wrap .ig, main .gallery .gallery_wrap .fb {
    max-width: 100%;
    margin: 0 auto 20px;
    padding-top: 100%;
  }
}
main .gallery .gallery_wrap .ig .fb-page, main .gallery .gallery_wrap .ig #sb_instagram, main .gallery .gallery_wrap .fb .fb-page, main .gallery .gallery_wrap .fb #sb_instagram {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
main .gallery .gallery_wrap .fb {
  overflow: hidden;
}
main .access h2 {
  margin-bottom: 60px;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  main .access h2 {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  main .access h2 img {
    height: 16vw;
    max-height: 80px;
    width: auto;
  }
}
main .access .access_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  main .access .access_wrap {
    display: block;
  }
}
main .access .access_wrap::after {
  content: "";
  position: absolute;
  right: -75px;
  bottom: -30px;
  background: #fde8b8;
  width: 80vw;
  max-width: 960px;
  height: 400px;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  main .access .access_wrap::after {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  main .access .access_wrap::after {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
main .access .access_wrap .access-text {
  margin-top: 80px;
  padding-left: 60px;
}
@media screen and (max-width: 1199px) {
  main .access .access_wrap .access-text {
    padding-left: 40px;
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  main .access .access_wrap .access-text {
    margin-top: min(80px, 10.6666666667vw);
    padding-left: 0;
    margin-right: 0;
  }
}
main .access .access_wrap .access-text h3 {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main .access .access_wrap .access-text h3 {
    font-size: min(20px, 4.2666666667vw);
  }
}
main .access .access_wrap .access-text p {
  letter-spacing: 0.1em;
  line-height: 24px;
}
@media screen and (max-width: 1199px) {
  main .access .access_wrap .access-text p {
    font-size: 14px;
  }
}
main .access .access_wrap .access-text .access-tel {
  border: 2px solid #c6bc8d;
  padding: 20px 10px;
  margin-top: 20px;
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  main .access .access_wrap .access-text .access-tel {
    white-space: inherit;
    margin-left: 0;
  }
}
main .access .map iframe {
  max-width: 100%;
  width: 600px;
  aspect-ratio: 5/3;
}
@media screen and (max-width: 1199px) {
  main .access .map iframe {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 767px) {
  main .access .map iframe {
    aspect-ratio: 1;
  }
}

main.single {
  max-width: calc(800px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  main.single section {
    padding: 40px 0 64px;
  }
}
main.single h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  main.single h1 {
    font-size: 24px;
  }
}
main.single p {
  margin-bottom: 24px;
}

main.archive {
  max-width: calc(800px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  main.archive section {
    padding: 40px 0;
  }
}
main.archive h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  main.archive h2 {
    font-size: 24px;
  }
}

.archive-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.archive-list li a {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  display: block;
}
.archive-list li a:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.archive-list li .post-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  font-size: 13px;
  color: #888;
  margin-bottom: 10px;
}
.archive-list li .post-meta .archive-date {
  margin: 0;
  white-space: nowrap;
}
.archive-list li .post-meta .archive-categories {
  background-color: #f2f2f2;
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 13px;
  color: #555;
  display: inline-block;
}
.archive-list li h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.4;
}
.archive-list li .archive-excerpt {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

.navigation.pagination {
  text-align: center;
  margin: 40px 0;
}

.navigation.pagination .nav-links {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navigation.pagination .page-numbers {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.navigation.pagination .page-numbers:hover {
  background-color: #f5f5f5;
  border-color: #999;
}

.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers[aria-current=page] {
  background-color: #acd175;
  color: #fff;
  font-weight: bold;
  border-color: #acd175;
  cursor: default;
}

.navigation.pagination .page-numbers.next::after {
  font-size: 12px;
}

footer {
  padding-top: 50px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 0;
    padding-left: 0;
  }
}
footer .footer-logo {
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .footer-logo a img {
    max-height: 60px;
    width: auto;
  }
}
footer .copy {
  text-align: center;
}
footer .copy small {
  font-size: 10px;
  letter-spacing: 0.075em;
}