@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Zen+Kaku+Gothic+New&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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 {
  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;
}

/*--------------------
/ common
/--------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  background-color: #fffaf2;
  font-size: 0.875rem;
  color: rgb(51, 51, 51);
  line-height: 1.7;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

strong {
  font-weight: normal;
}

small {
  font-size: 1rem;
}

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

a {
  transition: 0.8s;
}
a:hover {
  opacity: 0.8;
  transition: 0.8s;
}

/*--------------------
/ layoutS
/--------------------*/
#section02,
#section04 {
  background-color: rgb(236, 232, 222);
}

.section__wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  padding: 0 1.25rem;
}
@media screen and (min-width: 1200px) {
  .section__wrap {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .section__wrap {
    padding: 6rem 1.25rem;
  }
}
.section__wrap.section02 {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/*--------------------
/ header
/--------------------*/
.header {
  position: relative;
  z-index: 1000;
  width: 100%;
}
.header__logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
.header__logo.page {
  position: relative;
  top: 0;
  left: 0;
  padding: 0.625rem;
}
.header__logo img {
  width: auto;
  height: 2.5rem;
}
@media screen and (min-width: 992px) {
  .header__logo img {
    height: 5rem;
  }
}

.header__nav {
  width: 100%;
}
.header__nav .outer-menu {
  position: fixed;
  top: 20px;
  right: 80px;
  z-index: 1;
}
.header__nav .outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.header__nav .outer-menu .checkbox-toggle:checked + .hamburger > div {
  transform: rotate(135deg);
}
.header__nav .outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.header__nav .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}
.header__nav .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
.header__nav .outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
.header__nav .outer-menu .checkbox-toggle:checked ~ .menu > div {
  transition-duration: 0.75s;
  transform: translateX(100%);
  animation: slideIn 1s forwards;
}
@keyframes slideIn {
  to {
    transform: translateX(0);
  }
}
.header__nav .outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}
.header__nav .outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}
.header__nav .outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 1em 1em;
  background: #f5b863;
  border-radius: 2em;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__nav .outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #fefefe;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__nav .outer-menu .hamburger > div:before,
.header__nav .outer-menu .hamburger > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  transition: all 0.4s ease;
}
.header__nav .outer-menu .hamburger > div:after {
  top: 10px;
}
.header__nav .outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: start;
  justify-content: end;
}
.header__nav .outer-menu .menu > div {
  width: 25rem;
  height: 100vh;
  color: #fff;
  background: #f5b863;
  border-radius: 0;
  transition: all 0.4s ease;
  flex: none;
  transform: scale(0);
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: start;
  justify-content: end;
  padding-top: 6.25rem;
}
.header__nav .outer-menu .menu > div > div {
  text-align: right;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__nav .outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.header__nav .outer-menu .menu > div > div > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 1.125rem;
  display: block;
}
@media screen and (min-width: 576px) {
  .header__nav .outer-menu .menu > div > div > ul > li {
    font-size: 24px;
  }
}
.header__nav .outer-menu .menu > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  transition: color 0.4s ease;
}
.header__nav .outer-menu .menu > div > div > ul > li > a:hover {
  color: rgb(51, 51, 51);
}
.header__nav .outer-menu .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}
.header__nav .outer-menu .menu > div > div > ul > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #e5e5e5;
  transition: width 0.4s ease;
}

/*--------------------
/ footer
/--------------------*/
.copy {
  display: block;
  padding: 1rem 0;
  text-align: center;
}

/*--------------------
/ top page
/--------------------*/
.js-top__start {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
.js-top__start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 280px;
}

#section01 {
  position: relative;
}
#section01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/common/bg_top_01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1; /* 透過度を設定 */
  z-index: -1; /* 背景として表示 */
}

/* hero */
.top__hero {
  max-height: 100vh;
  overflow: hidden;
  position: relative;
}
.top__hero .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99;
}
.top__hero .hero__text {
  position: absolute;
  bottom: 10px;
  left: 80px;
  z-index: 100;
  width: 80vw;
}
@media screen and (min-width: 992px) {
  .top__hero .hero__text {
    bottom: 40px;
    left: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .top__hero .hero__text {
    left: 80px;
    width: 60vw;
    bottom: 140px;
  }
}

.top-tagline {
  text-align: center;
  /* 画像ループ */
}
.top-tagline__img img {
  width: 90%;
  padding: 2rem 0 0 0;
}
@media screen and (min-width: 992px) {
  .top-tagline__img img {
    width: 70%;
    padding: 0;
    width: 45rem;
    padding: 2rem 0 1rem 0;
  }
}
.top-tagline__text {
  padding: 2rem 0;
  line-height: 2.5em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 576px) {
  .top-tagline__text {
    line-height: 3em;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .top-tagline__text {
    font-weight: 600;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  .top-tagline__text {
    font-size: 1.5rem;
  }
}
.top-tagline__photo {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 1.25rem;
}
.top-tagline__photo ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* CSSアニメーション */
}
@media screen and (min-width: 992px) {
  .top-tagline__photo ul {
    flex-wrap: nowrap;
  }
}
.top-tagline__photo ul li {
  padding: 0 0.5rem;
  margin-bottom: 1rem;
  width: 33.3333333333%;
}
@media screen and (min-width: 992px) {
  .top-tagline__photo ul li {
    width: 20%;
    margin-bottom: 0;
  }
}
.top-tagline__photo ul li img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (min-width: 992px) {
  .top-tagline__photo ul li img {
    border-radius: 16px;
  }
}

.top-menu {
  position: relative;
  padding: 0;
  margin: 4rem 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .top-menu {
    padding: 4rem 0;
    margin: 0;
  }
}
.top-menu__contents .menu {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow-y: hidden;
  background-color: #fff;
}
@media screen and (min-width: 1400px) {
  .top-menu__contents .menu {
    display: flex;
    justify-content: flex-start;
  }
}
.top-menu__contents .menu .menu-right {
  padding-top: 3rem;
  padding-left: 0;
  padding-bottom: 6rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .top-menu__contents .menu .menu-right {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .top-menu__contents .menu .menu-right {
    padding-top: 2rem;
    padding-left: 4rem;
  }
}
@media screen and (min-width: 1800px) {
  .top-menu__contents .menu .menu-right {
    text-align: left;
    padding-left: 12rem;
  }
}
.top-menu__contents .menu .menu-right img {
  max-height: 300px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1400px) {
  .top-menu__contents .menu .menu-right img {
    max-height: 100%;
  }
}
.top-menu__contents .menu .menu-left {
  text-align: center;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 1400px) {
  .top-menu__contents .menu .menu-left {
    text-align: right;
    width: 50%;
  }
}
.top-menu__contents .menu .menu-left img {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 300px;
}
@media screen and (min-width: 1400px) {
  .top-menu__contents .menu .menu-left img {
    max-height: 100%;
  }
}
.top-menu__contents .menu h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 1.9375rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 992px) {
  .top-menu__contents .menu h3 {
    padding-top: 0;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-menu__contents .menu h3 {
    font-size: 3.3125rem;
  }
}
.top-menu__contents .menu .menu__text {
  padding: 1.5rem 0 1.5rem 0;
  line-height: 2.2em;
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .top-menu__contents .menu .menu__text {
    padding: 3rem 0 3rem 0;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-menu__contents .menu .menu__text {
    font-size: 1.25rem;
  }
}
.top-menu__contents .menu .menu__more {
  display: inline;
  font-size: 1.25rem;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  width: 100%;
  padding-right: 3rem;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid;
}
@media screen and (min-width: 992px) {
  .top-menu__contents .menu .menu__more {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .top-menu__contents .menu .menu__more {
    font-size: 1.9375rem;
  }
}
.top-menu__contents .menu .menu__more::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  width: 20px;
  height: 5px;
  border: none;
  border-right: 2px solid;
  border-bottom: 1px solid;
  transform: skew(45deg);
  transition: 0.3s;
}
.top-menu__contents .menu .menu__more:hover::after {
  right: 10px;
  width: 30px;
}
.top-menu__contents.even .menu {
  justify-content: flex-end;
  flex-direction: column-reverse;
  display: flex;
}
@media screen and (min-width: 1400px) {
  .top-menu__contents.even .menu {
    flex-direction: row;
  }
}
.top-menu__contents.even .menu-right {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 1400px) {
  .top-menu__contents.even .menu-right {
    width: 50%;
  }
}
.top-menu__contents.even .menu-left {
  padding-top: 3rem;
  padding-bottom: 6rem;
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  .top-menu__contents.even .menu-left {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .top-menu__contents.even .menu-left {
    padding-right: 4rem;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1800px) {
  .top-menu__contents.even .menu-left {
    padding-top: 6rem;
    padding-right: 12rem;
  }
}

.top-insta__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.top-insta__list .item {
  width: 100%;
  margin: 0.25rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-insta__list .item {
    width: 43.4782608696%;
  }
}
@media screen and (min-width: 992px) {
  .top-insta__list .item {
    width: 32.2061191626%;
  }
}
@media screen and (min-width: 1400px) {
  .top-insta__list .item {
    width: 24.3605359318%;
  }
}
.top-insta__list .item:hover .mask {
  opacity: 1;
}
.top-insta__list .item a:hover {
  opacity: 1 !important;
}
.top-insta__list .item a:hover img {
  transform: scale(1.1, 1.1);
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.top-insta__list .item img {
  transition: all 0.5s ease;
}
.top-insta__list .item .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .top-insta__list .item .mask {
    opacity: 0;
  }
}
.top-insta__list .item .mask .wrap {
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
}
.top-insta__list .item .mask .wrap .text {
  position: absolute;
  padding: 1.5rem;
  margin: 0 auto;
  bottom: 1rem;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .top-insta__list .item .mask .wrap .text {
    font-size: 1.125rem;
  }
}
.top-insta__list .item .mask .wrap .text .name {
  text-align: left;
  display: inline-block;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6; /* 行数を指定 */
}
.top-insta__list .item .mask .wrap .text .button {
  margin-top: 1.5rem;
  display: inline-block;
  background-color: #c79852;
  width: 60%;
  letter-spacing: 0.2em;
  padding: 4px 0 6px 0;
  border-radius: 10px;
  font-size: 0.875rem;
}
.top-insta__list .item .mask .wrap .text .button::after {
  content: "";
  display: inline-block;
  margin-bottom: -3px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10 4H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-4m-8-2l8-8m0 0v5m0-5h-5'/%3E%3C/svg%3E");
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .top-insta__list .item .mask .wrap .text .button::after {
    width: 19px;
    height: 19px;
  }
}

.as-logo {
  padding: 3rem 0;
  text-align: center;
}
.as-logo img {
  max-width: 100%;
  width: 90%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .as-logo img {
    width: 570px;
    height: 140px;
  }
}

.line-logo {
  text-align: center;
  padding-top: 2rem;
}
.line-logo img {
  border-radius: 1em;
  max-width: 100%;
  width: 60%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .line-logo img {
    width: 370px;
    height: auto;
  }
}

.page-contents a.link {
  color: #c2460d;
  text-decoration: underline !important;
}

.page-2col {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page-2col {
    flex-direction: row;
  }
}
.page-2col.img .page-2col--item figure figcaption .title {
  font-size: 1.25rem;
  font-weight: 600;
  background-color: rgb(236, 232, 222);
  display: block;
  margin-bottom: 0.375rem;
}
.page-2col.img .page-2col--item figure figcaption .price {
  font-size: 1.25rem;
}
.page-2col.img .page-2col--item img {
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-2col.reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .page-2col.reverse {
    flex-direction: row;
  }
}
.page-2col--item {
  width: 100%;
  padding: 0 0.5rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .page-2col--item {
    width: 50%;
  }
}
.page-2col--item p {
  padding: 0.5rem 0 2rem 0;
}
.page-2col--item ul {
  padding: 0 1rem;
  list-style: inside;
}
.page-2col .text-xl {
  font-size: 1.25rem;
  font-weight: 600;
  color: #bb6f04;
  line-height: 1.7;
  border-left: 6px solid;
  padding: 0;
  padding-left: 1rem;
  margin-bottom: 2rem;
}

.page-header {
  background-color: #000;
  height: 30vh;
  min-height: 5rem;
  max-height: 7.5rem;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .page-header {
    max-height: 11.5rem;
  }
}
.page-header::after {
  content: "";
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(../img/hero/img_hero_01.webp);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
  filter: blur(1px);
  z-index: -1;
}
.page-header h2 {
  color: #fff;
  text-align: center;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .page-header h2 {
    font-size: 1.9375rem;
  }
}

@media screen and (max-width: 1200px) {
  .page-contents {
    padding: 3rem 0.5rem;
  }
}
.page-contents h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #813410;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .page-contents h3 {
    font-size: 1.5rem;
  }
}

.page-button {
  padding-top: 1rem;
}
.page-button a {
  display: inline-block;
  background-color: #f5b863;
  padding: 0.375rem 1rem;
  font-weight: 600;
  font-size: 1.25rem;
  color: #fff;
}

.page-tell {
  display: inline-block;
  width: 100%;
  max-width: 350px; /* ボタン幅 */
  color: #c2460d; /* 文字色 */
  border: 2px solid #c2460d; /* 線幅・種類・色 */
  background: #fff; /* 背景色 */
  padding: 12px 18px;
  margin: 1rem 0;
  font-weight: bold; /* 文字の太さ */
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}
.page-tell:hover {
  color: #fff; /* 文字色 */
  background: #c2460d; /* 背景色 */
}

/*--------------------
/ 汎用hedding
/--------------------*/
.heading-center--h2 {
  font-size: 1.9375rem;
  letter-spacing: 0.18em;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .heading-center--h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .heading-center--h2 {
    font-size: 3.3125rem;
  }
}
.heading-center--h2::before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5b863;
  border-radius: 2px;
}

/*--------------------
/ table
/--------------------*/
.table__wrap table {
  border-collapse: separate;
  border-spacing: 4px;
  width: 100%;
  margin: 0 auto;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .table__wrap table {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .table__wrap table {
    width: 80%;
    font-size: 1.25rem;
  }
}
.table__wrap table th,
.table__wrap table td {
  border-radius: 1px;
  padding: 0.5rem 1.5rem;
}
.table__wrap table th {
  width: 30%;
  background-color: #c79852;
  text-align: center;
  vertical-align: middle;
  color: white;
}
.table__wrap table td {
  background-color: #fff;
}

.googlemap--full {
  padding-top: 4rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .googlemap--full {
    width: 79%;
  }
}
.googlemap--full iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

/*--------------------
/ TOPページスライド
/--------------------*/
@keyframes zoomUpAnimation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUpAnimation 12s linear infinite;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

/*--------------------
/ insta button
/--------------------*/
.insta_btn2 {
  /*ボタンの下地*/
  color: #fff; /*文字・アイコン色*/
  border-radius: 7px; /*角丸に*/
  position: relative;
  display: inline-block;
  height: 50px; /*高さ*/
  width: 190px; /*幅*/
  text-align: center; /*中身を中央寄せ*/
  font-size: 25px; /*文字のサイズ*/
  line-height: 50px; /*高さと合わせる*/
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; /*グラデーション①*/
  overflow: hidden; /*はみ出た部分を隠す*/
  text-decoration: none; /*下線は消す*/
}

.insta_btn2:before {
  /*グラデーション②*/
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /*全体を覆う*/
  height: 100%; /*全体を覆う*/
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram {
  /*アイコン*/
  font-size: 35px; /*アイコンサイズ*/
  position: relative;
  top: 4px; /*アイコン位置の微調整*/
}

.insta_btn2 span {
  /*テキスト*/
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

/*--------------------
/ positiohn
/--------------------*/
.relative {
  position: relative;
}

/*--------------------
/ hidden
/--------------------*/
.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.tablet {
  display: block;
}
@media screen and (min-width: 1200px) {
  .tablet {
    display: none;
  }
}

/*--------------------
/ text-align
/--------------------*/
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-initial {
  text-align: initial;
}

/*--------------------
/ spacing
/--------------------*/
/* margin */
.m-1 {
  margin: 0.5rem;
}

.m-2 {
  margin: 1rem;
}

.m-3 {
  margin: 1.5rem;
}

.m-4 {
  margin: 2rem;
}

.m-5 {
  margin: 3rem;
}

/* margin-y(左右)*/
.my-1 {
  margin: 0 0.5rem;
}

.my-2 {
  margin: 0 1rem;
}

.my-3 {
  margin: 0 1.5rem;
}

.my-4 {
  margin: 0 2rem;
}

.my-5 {
  margin: 0 3rem;
}

/* margin-x(上下)*/
.mx-1 {
  margin: 0.5rem 0;
}

.mx-2 {
  margin: 1rem 0;
}

.mx-3 {
  margin: 1.5rem 0;
}

.mx-4 {
  margin: 2rem 0;
}

.mx-5 {
  margin: 3rem 0;
}

/* margin-top */
.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 3rem;
}

/* margin-right */
.mr-1 {
  margin-right: 0.5rem;
}

.mr-2 {
  margin-right: 1rem;
}

.mr-3 {
  margin-right: 1.5rem;
}

.mr-4 {
  margin-right: 2rem;
}

.mr-5 {
  margin-right: 3rem;
}

/* margin-bottom */
.mb-1 {
  margin-top: 0.5rem;
}

.mb-2 {
  margin-top: 1rem;
}

.mb-3 {
  margin-top: 1.5rem;
}

.mb-4 {
  margin-top: 2rem;
}

.mb-5 {
  margin-top: 3rem;
}

/* margin-left */
.ml-1 {
  margin-right: 0.5rem;
}

.ml-2 {
  margin-right: 1rem;
}

.ml-3 {
  margin-right: 1.5rem;
}

.ml-4 {
  margin-right: 2rem;
}

.ml-5 {
  margin-right: 3rem;
}

/* padding */
.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.5rem;
}

.p-2 {
  padding: 1rem;
}

.p-3 {
  padding: 1.5rem;
}

.p-4 {
  padding: 2rem;
}

.p-5 {
  padding: 3rem;
}

/* padding-y(上下)*/
.py-1 {
  padding: 0.5rem 0;
}

.py-2 {
  padding: 1rem 0;
}

.py-3 {
  padding: 1.5rem 0;
}

.py-4 {
  padding: 2rem 0;
}

.py-5 {
  padding: 3rem 0;
}

/* padding-x(左右)*/
.px-1 {
  padding: 0 0.5rem;
}

.px-2 {
  padding: 0 1rem;
}

.px-3 {
  padding: 0 1.5rem;
}

.px-4 {
  padding: 0 2rem;
}

.px-5 {
  padding: 0 3rem;
}

/* padding-top */
.pt-1 {
  padding-top: 0.5rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pt-3 {
  padding-top: 1.5rem;
}

.pt-4 {
  padding-top: 2rem;
}

.pt-5 {
  padding-top: 3rem;
}

/* padding-right */
.pr-1 {
  padding-right: 0.5rem;
}

.pr-2 {
  padding-right: 1rem;
}

.pr-3 {
  padding-right: 1.5rem;
}

.pr-4 {
  padding-right: 2rem;
}

.pr-5 {
  padding-right: 3rem;
}

/* padding-bottom */
.pb-1 {
  padding-bottom: 0.5rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.pb-5 {
  padding-bottom: 3rem;
}

/* padding-left */
.pl-1 {
  padding-left: 0.5rem;
}

.pl-2 {
  padding-left: 1rem;
}

.pl-3 {
  padding-left: 1.5rem;
}

.pl-4 {
  padding-left: 2rem;
}

.pl-5 {
  padding-left: 3rem;
}