@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700&family=Noto+Serif+JP:wght@400;500;700&family=Oswald:wght@500;700&display=swap");
/*! destyle.css v2.0.2 | 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 {
  font-size: 9px;
  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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

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] {
  text-decoration: underline; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Custom */
/* ============================================ */
body {
  font-size: 1.6rem;
  line-height: 1.5;
}

a {
  display: inline-block;
}

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

body.is-fixed {
  overflow: hidden;
}

a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover, a:active {
  opacity: 0.6;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 1199px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .sp {
    display: none !important;
  }
}

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #38271A;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .u-flex--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 35px;
  background: url(../images/icon_tel01.svg) no-repeat top 4px left/28px auto;
  margin: 0 auto;
  font-family: "Oswald", sans-serif !important;
  font-weight: 500;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.hdg1 {
  line-height: 1;
  text-align: center;
}
.hdg1 h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
}
@media (min-width: 1200px) {
  .hdg1 h2 {
    font-size: 3.2rem;
  }
}
.hdg1 div {
  margin-top: 14px;
  font-size: 1.4rem;
  color: #C99494;
}
@media (min-width: 1200px) {
  .hdg1 div {
    margin-top: 15px;
    font-size: 1.6rem;
  }
}

.list1 .webgene-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 8.2568807339%;
}
@media (min-width: 1200px) {
  .list1 .webgene-blog {
    gap: 40px 4.347826087%;
  }
}
.list1 section {
  width: 100%;
}
.list1 .item {
  width: 45.871559633%;
}
@media (min-width: 1200px) {
  .list1 .item {
    width: 21.7391304348%;
  }
}
.list1 .item .date, .list1 .item .cat, .list1 .item .ttl, .list1 .item .thumb img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.list1 .item:hover .date, .list1 .item:hover .cat, .list1 .item:hover .ttl {
  opacity: 0.6;
}
.list1 .item:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.list1 .item .thumb {
  display: block;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  aspect-ratio: 1/1;
}
.list1 .item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list1 .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 12px;
  margin-top: 18px;
  line-height: 1;
}
.list1 .item .content .date {
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #9C938D;
}
.list1 .item .content .cat {
  padding: 0.2em 0.5em 0.3em;
  border-radius: 2px;
  background: #E6AF18;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
@media (min-width: 1200px) {
  .list1 .item .content .cat {
    min-width: 67px;
    padding: 0.2em 0.5em 0.3em;
    font-size: 1.3rem;
  }
}
.list1 .item .content .cat.cat1 {
  background: #E6AF18;
}
.list1 .item .content .cat.cat2 {
  background: #B25151;
}
.list1 .item .content .cat.cat3 {
  background: #94A351;
}
.list1 .item .content .ttl {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
@media (min-width: 1200px) {
  .list1 .item .content .ttl {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}

.list2 {
  padding: 32px 0;
  border-top: 1px solid #E3DCD6;
  border-bottom: 1px solid #E3DCD6;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
}
@media (min-width: 1200px) {
  .list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.875;
  }
}
.list2 + .list2 {
  border-top: 0;
}
@media (min-width: 1200px) {
  .list2 + .list2 .dt,
  .list2 + .list2 .dt + div {
    border-top: 0 !important;
  }
}
.list2 .dt {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1200px) {
  .list2 .dt {
    width: 124px;
    padding-top: 37px;
    margin-bottom: 0;
    border-top: 1px solid #E3DCD6;
    border-bottom: 1px solid #E3DCD6;
  }
}
.list2 .dt + div {
  margin: 0;
}
@media (min-width: 1200px) {
  .list2 .dt + div {
    width: calc(100% - 156px);
    padding: 30px 0;
    border-top: 1px solid #E3DCD6;
    border-bottom: 1px solid #E3DCD6;
  }
}
.list2 div + div {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .list2 div + div {
    margin-top: 30px;
  }
}
.list2 .map {
  height: 204px;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .list2 .map {
    height: 431px;
  }
}
.list2 .map iframe {
  width: 100%;
  height: 100%;
}
.list2 .tel2 {
  padding-left: 22px;
  background: url(../images/icon_tel01.svg) no-repeat top 4px left/16px auto;
}
@media (min-width: 1200px) {
  .list2 .tel2 {
    background: url(../images/icon_tel01.svg) no-repeat top 8px left/16px auto;
  }
}

.list3 .webgene-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 8.2568807339%;
}
@media (min-width: 1200px) {
  .list3 .webgene-blog {
    gap: 40px 4.347826087%;
  }
}
.list3 .item {
  width: 45.871559633%;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .list3 .item {
    width: 21.7391304348%;
  }
}
.list3 .item .thumb {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
.list3 .item .content {
  margin-top: 18px;
  line-height: 1;
}
.list3 .item .content .price {
  margin-top: 10px;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #9C938D;
}
.list3 .item .content .cat {
  padding: 0.2em 0.5em 0.3em;
  border-radius: 2px;
  background: #B25151;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
@media (min-width: 1200px) {
  .list3 .item .content .cat {
    min-width: 67px;
    padding: 0.2em 0.5em 0.3em;
    font-size: 1.3rem;
  }
}
.list3 .item .content .ttl {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
@media (min-width: 1200px) {
  .list3 .item .content .ttl {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}

@media (min-width: 1200px) {
  .list4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 57px 40px;
  }
}
@media (min-width: 1200px) {
  .list4 .item {
    width: calc(50% - 20px);
  }
}
.list4 .item + .item {
  margin-top: 58px;
}
@media (min-width: 1200px) {
  .list4 .item + .item {
    margin: 0;
  }
}
.list4 .item .img {
  border-radius: 8px;
  overflow: hidden;
}
.list4 .item .ttl {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .list4 .item .ttl {
    font-size: 20px;
    line-height: 1.45;
  }
}
.list4 .item .price {
  margin-top: 5px;
  font-size: 14px;
  color: #9C938D;
}
@media (min-width: 1200px) {
  .list4 .item .price {
    font-size: 15px;
  }
}
.list4 .item .desc {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.8571428571;
}
@media (min-width: 1200px) {
  .list4 .item .desc {
    font-size: 16px;
    line-height: 1.875;
  }
}

.list5 .webgene-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9px 10px;
}
@media (min-width: 1200px) {
  .list5 .webgene-blog {
    gap: 13px 12px;
  }
}
.list5 .item {
  width: calc(50% - 5px);
}
@media (min-width: 1200px) {
  .list5 .item {
    width: calc(25% - 9px);
  }
}
.list5 a {
  display: block;
  border-radius: 4px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.list5 a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.list5 a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.btn1 {
  display: grid;
  place-content: center;
  width: 226px;
  height: 48px;
  background: url(../images/arrow01.svg) no-repeat center right 14px/5px auto;
  border: 1px solid #38271A;
  border-radius: 2px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 1200px) {
  .btn1 {
    font-size: 1.6rem;
  }
}
.btn1:hover {
  background: url(../images/arrow02.svg) no-repeat center right 14px/5px auto, #C49410;
  border: 1px solid #C49410;
  color: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 16px;
  z-index: 10;
}
@media (min-width: 1200px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 260px;
    height: 100vh;
    padding: 32px 8px 24px;
    background: #FAF8F3;
  }
}
.header .logo {
  display: block;
  width: 56px;
}
@media (min-width: 1200px) {
  .header .logo {
    width: 134px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .header .nav1 {
    margin-top: 27px;
    text-align: center;
  }
  .header .nav1 a {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 1.5rem;
  }
  .header .nav1 a + a {
    margin-top: 17px;
  }
  .header .btn1 {
    width: 100%;
    margin-top: auto;
    background: url(../images/arrow04.svg) no-repeat center right 14px/5px auto, #38271A;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    color: #fff;
  }
  .header .btn1:hover {
    background: url(../images/arrow02.svg) no-repeat center right 14px/5px auto, #C49410;
    border: 1px solid #C49410;
    color: #fff;
  }
  .header .tel {
    margin-top: 24px;
    background: url(../images/icon_tel01.svg) no-repeat top 4px left/27px auto;
    font-size: 3.3rem;
  }
  .header .tel + div {
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    text-align: center;
  }
}
.header .btn {
  display: block;
  width: 56px;
}

.menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F7F4ED;
  overflow-y: auto;
  z-index: 20;
}
.menu .inner {
  position: relative;
  padding: 16px;
}
.menu .content {
  width: 248px;
  margin: 44px auto 0;
  padding-bottom: 36px;
}
.menu .logo {
  display: block;
  width: 160px;
  margin: 0 auto;
}
.menu .btn {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  width: 56px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
.menu .nav1 {
  margin-top: 35px;
  text-align: center;
}
.menu .nav1 a {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
}
.menu .nav1 a + a {
  margin-top: 16px;
}
.menu .btn1 {
  width: 100%;
  height: 56px;
  margin-top: 32px;
  background: url(../images/arrow04.svg) no-repeat center right 14px/5px auto, #38271A;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  color: #fff;
}
.menu .tel {
  margin-top: 24px;
  background: url(../images/icon_tel01.svg) no-repeat top 3px left/22px auto;
  font-size: 2.7rem;
}
.menu .tel + div {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  text-align: center;
}

.contact {
  background: #C49410;
  padding: 66px 0 64px;
  color: #fff;
}
@media (min-width: 1200px) {
  .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 76px 0 74px;
  }
}
.contact .hdg1 {
  padding-top: 51px;
  background: url(../images/icon_mail.svg) no-repeat center top/40px auto;
}
@media (min-width: 1200px) {
  .contact .hdg1 {
    width: 53.9215686275%;
    padding: 0 0 0 79px;
    background: url(../images/icon_mail.svg) no-repeat center left/55px auto;
    text-align: left;
  }
  .contact .hdg1 h2 {
    font-size: 2.5rem;
  }
}
.contact .hdg1 div {
  color: #fff;
}
.contact .btn1 {
  margin: 24px auto 0;
  background: url(../images/arrow02.svg) no-repeat center right 14px/5px auto;
  border-color: #fff;
}
@media (min-width: 1200px) {
  .contact .btn1 {
    margin: 0;
  }
}

.footer {
  position: relative;
  padding: 80px 6.4% 40px;
  background: #38271A;
  color: #fff;
  overflow: hidden;
}
.footer .logo {
  display: block;
  width: 202px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-size: 1.6rem;
  text-align: center;
}
.footer .logo div {
  margin-top: 36px;
}
.footer .logo div + div {
  margin-top: 12px;
  font-size: 2.4rem;
}
.footer .tel {
  margin-top: 36px;
  background: url(../images/icon_tel02.svg) no-repeat top 4px left/28px auto;
}
@media (min-width: 1200px) {
  .footer .tel {
    font-size: 3rem;
    background: url(../images/icon_tel02.svg) no-repeat top 3px left/24px auto;
  }
}
.footer .tel + div {
  margin-top: 5px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  text-align: center;
}
.footer .tel + div + div {
  margin-top: 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  text-align: center;
}
.footer .nav1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 24px;
  max-width: 300px;
  margin: 40px auto 0;
  padding-top: 30px;
  border-top: 1px solid #605248;
}
@media (min-width: 1200px) {
  .footer .nav1 {
    max-width: 620px;
    margin: 30px auto 0;
    padding-top: 21px;
  }
}
.footer .nav1 a {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
}
.footer .copy {
  margin-top: 40px;
  font-size: 1.2rem;
  color: #9B928C;
  text-align: center;
}
.footer::before, .footer::after {
  content: "";
  position: absolute;
  width: 223px;
  height: 223px;
  opacity: 0.15;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .footer::before, .footer::after {
    width: 732px;
    height: 732px;
  }
}
.footer::before {
  top: -52px;
  left: -52px;
  background: url(../images/footer1.svg) no-repeat center/contain;
}
@media (min-width: 1200px) {
  .footer::before {
    top: -263px;
    left: auto;
    right: 55%;
  }
}
.footer::after {
  bottom: -52px;
  right: -52px;
  background: url(../images/footer2.svg) no-repeat center/contain;
}
@media (min-width: 1200px) {
  .footer::after {
    bottom: -260px;
    right: auto;
    left: 53%;
  }
}

.kv1 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.kv1 .slider {
  height: 100vh;
}
.kv1 .img {
  height: 100vh;
}
.kv1 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv1 .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 208px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .kv1 .logo {
    width: 246px;
  }
}

.kv2 {
  position: relative;
}
.kv2 .hdg {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media (min-width: 1200px) {
  .kv2 .hdg {
    width: 246px;
  }
}
.kv2 .hdg h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
}
@media (min-width: 1200px) {
  .kv2 .hdg h1 {
    font-size: 32px;
  }
}
.kv2 .hdg h1 + div {
  margin-top: 14px;
  font-size: 16px;
}

.kv3 {
  position: relative;
  height: 184px;
  background: #38271A;
}
.kv3 .hdg {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media (min-width: 1200px) {
  .kv3 .hdg {
    width: 246px;
  }
}
.kv3 .hdg h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
}
@media (min-width: 1200px) {
  .kv3 .hdg h1 {
    font-size: 32px;
  }
}
.kv3 .hdg h1 + div {
  margin-top: 14px;
  font-size: 16px;
}

.bc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 27px 6.4%;
  font-size: 12px;
  line-height: 1;
}
@media (min-width: 1200px) {
  .bc {
    padding-left: 24px;
  }
}
.bc a {
  color: #B25151;
}
.bc .icon {
  width: 6px;
}
.bc .icon img {
  display: block;
}

body {
  background: #F7F4ED;
}
@media (min-width: 1200px) {
  body {
    padding-left: 260px;
  }
}

.p-top .sec1 {
  background: url(../images/top_about.jpg) no-repeat center/cover;
  padding: 64px 6.4% 80px;
}
@media (min-width: 1200px) {
  .p-top .sec1 {
    padding: 80px 90px 160px;
  }
}
.p-top .sec1 .hdg {
  line-height: 1;
}
.p-top .sec1 .hdg h2 {
  font-size: 1.8rem;
}
@media (min-width: 1200px) {
  .p-top .sec1 .hdg h2 {
    font-size: 2.4rem;
  }
}
.p-top .sec1 .hdg h2 + div {
  margin-top: 27px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
}
@media (min-width: 1200px) {
  .p-top .sec1 .hdg h2 + div {
    margin-top: 30px;
    font-size: 3.2rem;
  }
}
.p-top .sec1 .hdg div + div {
  margin-top: 17px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  color: #B25151;
}
@media (min-width: 1200px) {
  .p-top .sec1 .hdg div + div {
    margin-top: 22px;
    font-size: 4.2rem;
  }
}
.p-top .sec1 .txt {
  margin-top: 36px;
}
@media (min-width: 1200px) {
  .p-top .sec1 .txt {
    margin-top: 40px;
    line-height: 2.5;
  }
}
.p-top .sec1 .btn1 {
  margin: 40px auto 0;
}
@media (min-width: 1200px) {
  .p-top .sec1 .btn1 {
    margin: 36px 0 0;
  }
}
.p-top .sec2 {
  padding: 80px 6.4% 96px;
}
@media (min-width: 1200px) {
  .p-top .sec2 {
    padding: 120px 50px;
  }
}
.p-top .sec2 .list1 {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .p-top .sec2 .list1 {
    max-width: 920px;
    margin: 40px auto 0;
  }
}
.p-top .sec2 .btn1 {
  margin: 48px auto 0;
}
.p-top .sec3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-top .sec3 a {
  display: grid;
  place-content: center;
  width: 50%;
  height: 144px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: all 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}
@media (min-width: 1200px) {
  .p-top .sec3 a {
    font-family: "Noto Serif JP", serif;
    font-size: 2.5rem;
    height: 255px;
  }
}
.p-top .sec3 a:hover {
  background-size: 120% auto;
}
.p-top .sec3 a:nth-child(1) {
  background-image: url(../images/drimk_btn.jpg);
}
.p-top .sec3 a:nth-child(2) {
  background-image: url(../images/food_btn.jpg);
}
.p-top .sec3 a:nth-child(3) {
  background-image: url(../images/store_btn.jpg);
}
.p-top .sec3 a:nth-child(4) {
  background-image: url(../images/gallery_btn.jpg);
}
.p-top .sec3 a div + div {
  margin-top: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
@media (min-width: 1200px) {
  .p-top .sec3 a div + div {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}
.p-top .sec4 {
  padding: 80px 6.4% 80px;
  background: #F7F4ED;
}
@media (min-width: 1200px) {
  .p-top .sec4 {
    padding: 80px 0 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 80px 4.7058823529%;
  }
}
.p-top .sec4_1 {
  margin-top: 30px;
  padding-bottom: 70px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
}
@media (min-width: 1200px) {
  .p-top .sec4_1 {
    width: 43.0392156863%;
    margin-top: 0;
  }
  .p-top .sec4_1 .hdg1 {
    text-align: left;
  }
  .p-top .sec4_1 .hdg1 + .txt {
    line-height: 1.875;
  }
}
.p-top .sec4_1 .txt {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .p-top .sec4_1 .txt {
    margin-top: 30px;
  }
}
.p-top .sec4_1 .txt + .txt {
  margin-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #38271A;
}
@media (min-width: 1200px) {
  .p-top .sec4_1 .txt + .txt {
    line-height: 1.875;
  }
}
.p-top .sec4_1 .tel {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .p-top .sec4_1 .tel {
    margin: 40px 0 0;
  }
}
.p-top .sec4_2 {
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .p-top .sec4_2 {
    width: 34.8039215686%;
  }
}
.p-top .sec4_3 {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .p-top .sec4_3 {
    margin: 0;
    width: 82.5490196078%;
  }
}
.p-top .sec4_3 .map {
  height: 348px;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .p-top .sec4_3 .map {
    height: 431px;
  }
}
.p-top .sec4_3 .map iframe,
.p-top .sec4_3 .map div {
  width: 100%;
  height: 100%;
}
.p-top .sec4_3 .btn1 {
  margin: 48px auto 0;
}

.p-concept .sec1 {
  padding: 0 6.4% 72px;
}
@media (min-width: 1200px) {
  .p-concept .sec1 {
    padding-bottom: 126px;
  }
}
.p-concept .sec1 .hdg {
  margin: 40px auto 0;
  line-height: 1;
}
.p-concept .sec1 .hdg div,
.p-concept .sec1 .hdg p {
  line-height: 1;
}
.p-concept .sec1 .hdg div span:nth-child(2),
.p-concept .sec1 .hdg p span:nth-child(2) {
  color: #38271A !important;
}
@media (min-width: 1200px) {
  .p-concept .sec1 .hdg {
    margin: 0 0 30px;
  }
}
.p-concept .sec1 .flex {
  margin-top: 38px;
}
@media (min-width: 1200px) {
  .p-concept .sec1 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 842px;
    margin: 38px auto 0;
  }
  .p-concept .sec1 .flex .img {
    width: 48.0997624703%;
  }
}
.p-concept .sec1 .content {
  margin-top: 40px;
  padding-right: 0.3em;
}
@media (min-width: 1200px) {
  .p-concept .sec1 .content {
    width: 48.0997624703%;
    margin-top: 13px;
  }
  .p-concept .sec1 .content p {
    line-height: 2.25;
  }
}
.p-concept .sec1 .content span {
  color: #B25151;
}
.p-concept .sec2 {
  padding: 56px 6.4% 0;
  background: #38271A;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .p-concept .sec2 {
    padding: 0 6.4% 40px;
    background: transparent;
  }
  .p-concept .sec2 .flex2,
  .p-concept .sec2 .flex4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-concept .sec2 .flex2::before,
  .p-concept .sec2 .flex4::before {
    left: auto !important;
    right: 50% !important;
  }
}
.p-concept .sec2 .hdg {
  margin: 0 auto 32px;
}
@media (min-width: 1200px) {
  .p-concept .sec2 .hdg {
    margin: 0 0 24px;
  }
}
.p-concept .sec2 .hdg img {
  display: block;
}
.p-concept .sec2 .flex1,
.p-concept .sec2 .flex2,
.p-concept .sec2 .flex3,
.p-concept .sec2 .flex4 {
  padding-bottom: 72px;
}
@media (min-width: 1200px) {
  .p-concept .sec2 .flex1,
  .p-concept .sec2 .flex2,
  .p-concept .sec2 .flex3,
  .p-concept .sec2 .flex4 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 842px;
    padding-bottom: 0;
    margin: 0 auto 80px;
    background: #38271A;
    z-index: 2;
  }
  .p-concept .sec2 .flex1 .img,
  .p-concept .sec2 .flex2 .img,
  .p-concept .sec2 .flex3 .img,
  .p-concept .sec2 .flex4 .img {
    width: 50%;
  }
  .p-concept .sec2 .flex1::before,
  .p-concept .sec2 .flex2::before,
  .p-concept .sec2 .flex3::before,
  .p-concept .sec2 .flex4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 50vw;
    height: 100%;
    background: #38271A;
    z-index: -1;
  }
}
@media (max-width: 1199px) {
  .p-concept .sec2 .flex1 .img,
  .p-concept .sec2 .flex2 .img,
  .p-concept .sec2 .flex3 .img,
  .p-concept .sec2 .flex4 .img {
    aspect-ratio: 1/1;
  }
  .p-concept .sec2 .flex1 .img img,
  .p-concept .sec2 .flex2 .img img,
  .p-concept .sec2 .flex3 .img img,
  .p-concept .sec2 .flex4 .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-concept .sec2 .content {
  margin-top: 46px;
}
@media (min-width: 1200px) {
  .p-concept .sec2 .content {
    width: 42.3990498812%;
    margin: 0;
  }
  .p-concept .sec2 .content p {
    line-height: 1.875;
  }
}
.p-concept .sec2 .flex1 .hdg {
  width: 222px;
}
@media (min-width: 1200px) {
  .p-concept .sec2 .flex1 .hdg {
    width: 238px;
  }
}
.p-concept .sec2 .flex2 .hdg {
  width: 227px;
}
@media (min-width: 1200px) {
  .p-concept .sec2 .flex2 .hdg {
    width: 242px;
  }
}
.p-concept .sec2 .flex3 .hdg {
  width: 248px;
}
@media (min-width: 1200px) {
  .p-concept .sec2 .flex3 .hdg {
    width: 263px;
  }
}
.p-concept .sec2 .flex4 .hdg {
  width: 277px;
}
@media (min-width: 1200px) {
  .p-concept .sec2 .flex4 .hdg {
    width: 293px;
  }
}

.p-new .sec1 {
  padding: 32px 6.4% 80px;
}
@media (min-width: 1200px) {
  .p-new .sec1 {
    padding: 32px 6.4% 114px;
    text-align: center;
  }
}
.p-new .sec1 .hdg1 {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .p-new .sec1 .hdg1 {
    margin-bottom: 40px;
  }
}
.p-new .sec1 .tel {
  margin-top: 40px;
}
.p-new .sec1 .tel + div {
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.p-new .sec2 {
  padding: 80px 6.4%;
  background: #fff;
}
@media (min-width: 1200px) {
  .p-new .sec2 {
    padding: 120px 6.4%;
  }
  .p-new .sec2 .inner {
    max-width: 842px;
    margin: 0 auto;
  }
}
.p-new .sec2 .hdg1 {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .p-new .sec2 .hdg1 {
    margin-bottom: 37px;
  }
}
.p-new .sec2 h3 {
  margin: 67px 0 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
}
@media (min-width: 1200px) {
  .p-new .sec2 h3 {
    margin: 80px 0 30px;
    font-size: 22px;
    line-height: 1;
  }
}
.p-new .sec2 .list {
  position: relative;
  padding-left: 35px;
  font-size: 14px;
  line-height: 1.8571428571;
}
@media (min-width: 1200px) {
  .p-new .sec2 .list {
    line-height: 2.1428571429;
  }
}
.p-new .sec2 .list + .list {
  margin-top: 26px;
}
@media (min-width: 1200px) {
  .p-new .sec2 .list + .list {
    margin-top: 30px;
  }
}
.p-new .sec2 .list:nth-child(1)::before {
  content: "１．";
  position: absolute;
  top: 0;
  left: 0;
}
.p-new .sec2 .list:nth-child(2)::before {
  content: "２．";
  position: absolute;
  top: 0;
  left: 0;
}
.p-new .sec2 .list:nth-child(3)::before {
  content: "３．";
  position: absolute;
  top: 0;
  left: 0;
}
.p-new .sec2 .img {
  margin-top: 68px;
}
@media (min-width: 1200px) {
  .p-new .sec2 .img {
    margin-top: 102px;
  }
}
.p-new .sec3 {
  padding: 0 6.4% 80px;
  background: #fff;
}
@media (min-width: 1200px) {
  .p-new .sec3 {
    padding-bottom: 120px;
  }
}
.p-new .sec3 .flex {
  padding: 40px 24px;
  background: #38271A;
  border-radius: 8px;
  color: #fff;
}
@media (min-width: 1200px) {
  .p-new .sec3 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 842px;
    margin: 0 auto;
    padding: 40px;
  }
}
.p-new .sec3 .flex .img {
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .p-new .sec3 .flex .img {
    width: 47.375328084%;
  }
}
.p-new .sec3 .flex .content {
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .p-new .sec3 .flex .content {
    width: 47.375328084%;
    margin: 0;
  }
}
.p-new .sec3 .flex .content .hdg {
  width: 168px;
  margin: 0 auto 32px;
}
@media (min-width: 1200px) {
  .p-new .sec3 .flex .content .hdg {
    width: 188px;
    margin: 0 0 25px;
  }
}

.p-info .inner {
  width: 87.2%;
  max-width: 920px;
  margin: 0 auto;
}
.p-info .sec0 {
  margin-top: 32px;
  padding: 40px 40px 25px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1200px) {
  .p-info .sec0 {
    margin-top: 56px;
    padding: 20px 23px 10px;
  }
}
.p-info .sec0 .sp {
  width: 80px;
  margin: 0 auto;
}
.p-info .sec0 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 12px;
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .p-info .sec0 .flex {
    margin: 0;
  }
}
.p-info .sec0 .flex .pc {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
}
.p-info .sec0 a {
  display: inline-block;
  margin: 0 12px 15px 0;
  padding: 0 12px;
  border-radius: 4px;
  border: 1px solid #38271A;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 26px;
  text-align: center;
}
@media (min-width: 1200px) {
  .p-info .sec0 a {
    padding: 0 1em;
    font-size: 1.6rem;
    line-height: 30px;
  }
}
.p-info .sec0 a.is-current {
  background: #B25151;
  border-color: #B25151;
  color: #fff;
}
.p-info .sec0 a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #38271A;
  border-color: #38271A;
  color: #fff;
}
.p-info .sec0 .webgene-blog {
  display: inline-block;
}
.p-info .sec0 .webgene-blog article {
  display: inline-block;
}
.p-info .sec1 {
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .p-info .sec1 {
    padding-bottom: 120px;
  }
}
.p-info .list1 {
  margin-top: 40px;
}
.p-info .pager,
.p-info .webgene-pagination {
  margin: 56px 0 0;
}
@media (min-width: 1200px) {
  .p-info .pager,
  .p-info .webgene-pagination {
    margin: 80px 0 0;
  }
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.pager a {
  display: grid;
  place-content: center;
  width: 28px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #38271A;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .pager a {
    width: 32px;
    height: 40px;
    font-size: 15px;
  }
}
.pager a.is-current {
  background: #38271A;
  color: #fff;
}

.webgene-pagination {
  width: 100%;
}

.webgene-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.webgene-pagination ul a {
  display: grid;
  place-content: center;
  width: 28px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #38271A;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .webgene-pagination ul a {
    width: 32px;
    height: 40px;
    font-size: 15px;
  }
}
.webgene-pagination ul .selected a {
  background: #38271A;
  color: #fff;
}
.webgene-pagination ul .next a,
.webgene-pagination ul .prev a {
  font-size: 0px;
  color: transparent;
  background: url("../images/next.svg") no-repeat center/5px auto;
}
.webgene-pagination ul .prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.p-info-single .sec1 {
  width: 87.2%;
  max-width: 842px;
  margin: 32px auto 0;
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .p-info-single .sec1 {
    margin-top: 54px;
    padding-bottom: 120px;
  }
}
.p-info-single .sec1 .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 12px;
  margin-top: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E3DCD6;
  line-height: 1;
}
@media (min-width: 1200px) {
  .p-info-single .sec1 .head {
    padding-bottom: 40px;
  }
}
.p-info-single .sec1 .head .date {
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #9C938D;
}
.p-info-single .sec1 .head .cat {
  padding: 0.2em 0.5em 0.3em;
  border-radius: 2px;
  background: #E6AF18;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
@media (min-width: 1200px) {
  .p-info-single .sec1 .head .cat {
    min-width: 67px;
    padding: 0.2em 0.5em 0.3em;
    font-size: 1.3rem;
  }
}
.p-info-single .sec1 .head .cat.cat1 {
  background: #E6AF18;
}
.p-info-single .sec1 .head .cat.cat2 {
  background: #B25151;
}
.p-info-single .sec1 .head .cat.cat3 {
  background: #94A351;
}
.p-info-single .sec1 .head .ttl {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.4285714286;
}
@media (min-width: 1200px) {
  .p-info-single .sec1 .head .ttl {
    font-size: 2.2rem;
    line-height: 1.4666666667;
  }
}
.p-info-single .sec1 .body {
  padding-top: 32px;
  font-size: 16px;
  line-height: 1.875;
}
@media (min-width: 1200px) {
  .p-info-single .sec1 .body {
    padding-top: 48px;
    line-height: 2;
  }
}
.p-info-single .sec1 .body img {
  display: block;
  border-radius: 8px;
  margin-bottom: 32px;
}
.p-info-single .sec1 .body .btn1 {
  width: 262px;
  margin: 48px auto 0;
}
@media (min-width: 1200px) {
  .p-info-single .sec1 .body .btn1 {
    margin-top: 56px;
  }
}

.p-store .sec1 {
  width: 87.2%;
  padding-bottom: 80px;
  max-width: 842px;
  margin: 32px auto 0;
}
@media (min-width: 1200px) {
  .p-store .sec1 {
    padding-bottom: 120px;
    padding-bottom: 80px;
  }
}
.p-store .sec1 .hdg1 {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .p-store .sec1 .hdg1 {
    margin-bottom: 40px;
  }
}
.p-store .sec2 {
  padding: 80px 0 75px;
  background: #38271A;
  color: #fff;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .p-store .sec2 {
    padding: 120px 0;
    line-height: 2.5;
  }
}
.p-store .sec2 .inner {
  width: 87.2%;
  max-width: 750px;
  margin: 0 auto;
}
.p-store .sec2 .inner .img {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .p-store .sec2 .inner .img {
    margin-bottom: 36px;
  }
}
.p-store .sec2 .hdg1 {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .p-store .sec2 .hdg1 {
    margin-bottom: 40px;
  }
}
.p-store .sec2 .hdg1 div {
  color: #fff;
}
.p-store .sec2 .img {
  border-radius: 8px;
  overflow: hidden;
}
.p-store .sec2 .flex {
  margin-top: 72px;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media (min-width: 1200px) {
  .p-store .sec2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 108px;
    font-size: 16px;
    line-height: 1.7142857143 2;
  }
  .p-store .sec2 .flex .content {
    width: 44.6666666667%;
    line-height: 2;
  }
}
.p-store .sec2 .flex .img {
  width: 84.0978593272%;
  margin: 0 auto 32px;
}
@media (min-width: 1200px) {
  .p-store .sec2 .flex .img {
    width: 50%;
    margin: 0;
  }
}
.p-store .sec2 .flex .hdg {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .p-store .sec2 .flex .hdg {
    margin-bottom: 23px;
    text-align: left;
  }
}

.p-drink .inner {
  width: 87.2%;
  max-width: 920px;
  margin: 0 auto;
}
.p-drink .sec0 {
  margin-top: 32px;
  padding: 40px 40px 25px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1200px) {
  .p-drink .sec0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-top: 56px;
    padding: 20px 23px 10px;
  }
}
.p-drink .sec0 .sp {
  width: 80px;
  margin: 0 auto;
}
.p-drink .sec0 .flex {
  display: inline-block;
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .p-drink .sec0 .flex {
    margin: 0;
  }
}
.p-drink .sec0 .pc {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
}
.p-drink .sec0 .webgene-blog {
  display: inline-block;
}
.p-drink .sec0 article {
  display: inline-block;
}
.p-drink .sec0 a {
  display: inline-block;
  margin: 0 12px 15px 0;
  padding: 0 12px;
  border-radius: 4px;
  border: 1px solid #38271A;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 26px;
  text-align: center;
}
@media (min-width: 1200px) {
  .p-drink .sec0 a {
    padding: 0 1em;
    font-size: 1.6rem;
    line-height: 30px;
  }
}
.p-drink .sec0 a.is-current {
  background: #B25151;
  border-color: #B25151;
  color: #fff;
}
.p-drink .sec0 a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #38271A;
  border-color: #38271A;
  color: #fff;
}
.p-drink .sec1 {
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .p-drink .sec1 {
    padding-bottom: 120px;
  }
}
.p-drink .list3 {
  margin-top: 40px;
}
.p-drink .pager,
.p-drink .webgene-pagination {
  margin: 56px 0 0;
}
@media (min-width: 1200px) {
  .p-drink .pager,
  .p-drink .webgene-pagination {
    margin: 80px 0 0;
  }
}

.p-food .sec0 {
  margin-top: 32px;
  padding-bottom: 74px;
}
@media (min-width: 1200px) {
  .p-food .sec0 {
    padding-bottom: 113px;
  }
}
.p-food .sec0 .inner {
  width: 87.2%;
  max-width: 842px;
  margin: 0 auto;
}
.p-food .sec0 .hdg1 {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .p-food .sec0 .hdg1 {
    margin-bottom: 40px;
  }
}
.p-food .sec1 {
  background: #fff;
  padding: 80px 0;
}
@media (min-width: 1200px) {
  .p-food .sec1 {
    padding: 120px 0;
  }
}
.p-food .sec1 .inner {
  width: 87.2%;
  max-width: 920px;
  margin: 0 auto;
}
.p-food .sec1 .sec1_1 {
  margin-top: 32px;
  padding: 40px 20px 25px;
  background: #F7F4ED;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1200px) {
  .p-food .sec1 .sec1_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-top: 40px;
    padding: 23px 20px 10px;
  }
}
.p-food .sec1 .sec1_1 .sp {
  width: 80px;
  margin: 0 auto;
}
.p-food .sec1 .sec1_1 .pc {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
}
.p-food .sec1 .sec1_1 .flex {
  display: inline-block;
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .p-food .sec1 .sec1_1 .flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
  }
}
.p-food .sec1 .sec1_1 .webgene-blog {
  display: inline-block;
}
.p-food .sec1 .sec1_1 article {
  display: inline-block;
}
.p-food .sec1 .sec1_1 a {
  display: inline-block;
  margin: 0 12px 15px 0;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #38271A;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 26px;
  text-align: center;
}
@media (min-width: 1200px) {
  .p-food .sec1 .sec1_1 a {
    padding: 0 1em;
    font-size: 1.6rem;
    line-height: 30px;
  }
}
.p-food .sec1 .sec1_1 a.is-current {
  background: #B25151;
  border-color: #B25151;
  color: #fff;
}
.p-food .sec1 .sec1_1 a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #38271A;
  border-color: #38271A;
  color: #fff;
}
.p-food .list3 {
  margin-top: 40px;
}
.p-food .pager,
.p-food .webgene-pagination {
  margin: 56px 0 0;
}
@media (min-width: 1200px) {
  .p-food .pager,
  .p-food .webgene-pagination {
    margin: 80px 0 0;
  }
}

.p-gallery .sec1 {
  margin-top: 32px;
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .p-gallery .sec1 {
    padding-bottom: 120px;
    margin-top: 53px;
  }
}
.p-gallery .sec1 .inner {
  width: 87.2%;
  max-width: 920px;
  margin: 0 auto;
}
.p-gallery .sec1 .pager,
.p-gallery .sec1 .webgene-pagination {
  margin: 56px 0 0;
}
@media (min-width: 1200px) {
  .p-gallery .sec1 .pager,
  .p-gallery .sec1 .webgene-pagination {
    margin: 80px 0 0;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(56, 39, 26, 0.7);
  z-index: 21;
}
.modal .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .modal .inner {
    padding: 5vw;
  }
}
.modal .btn {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  width: 56px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
.modal .img {
  width: 100%;
}
@media (min-width: 1200px) {
  .modal .img {
    height: 80vh;
    width: auto;
  }
}

.p-contact .sec1 {
  width: 87.2%;
  max-width: 844px;
  margin: 32px auto 0;
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .p-contact .sec1 {
    margin-top: 74px;
    padding-bottom: 120px;
  }
}
.p-contact .sec1 .txt1 {
  font-size: 14px;
  line-height: 1.8571428571;
}
@media (min-width: 1200px) {
  .p-contact .sec1 .txt1 {
    text-align: center;
  }
}
.p-contact .sec1 .form {
  font-size: 16px;
}
.p-contact .sec1 .formTh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 28px 0 12px;
  font-weight: 500;
}
.p-contact .sec1 .requiredText {
  font-size: 13px;
  line-height: 20px;
  background: #B25151;
  border-radius: 2px;
  padding: 0 10px;
  color: #fff;
}
.p-contact .sec1 input[type=radio] {
  display: none;
}
.p-contact .sec1 input[type=radio] + label {
  position: relative;
  padding-left: 22px;
}
.p-contact .sec1 input[type=radio] + label::before, .p-contact .sec1 input[type=radio] + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.p-contact .sec1 input[type=radio] + label::before {
  background: #fff;
  border: 1px solid #38271A;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-contact .sec1 input[type=radio] + label::after {
  background: #C49410;
  -webkit-transform: translateY(-50%) scale(0.6);
          transform: translateY(-50%) scale(0.6);
  opacity: 0;
}
.p-contact .sec1 input[type=radio]:checked + label::after {
  opacity: 1;
}
.p-contact .sec1 .formInput,
.p-contact .sec1 .formTextArea {
  width: 100%;
  padding: 7px 16px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #E3DCD6;
}
.p-contact .sec1 .formInput.textarea,
.p-contact .sec1 .formTextArea.textarea {
  height: 160px;
}
.p-contact .sec1 .box {
  margin-top: 64px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #38271A;
}
.p-contact .sec1 .box .hdg {
  background: #38271A;
  font-size: 18px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  text-align: center;
}
.p-contact .sec1 .box .txt {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 480px;
}
.p-contact .sec1 .box .txt p {
  padding: 20px 32px;
  font-size: 14px;
  line-height: 1.5714285714;
}
@media (min-width: 1200px) {
  .p-contact .sec1 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-contact .sec1 .flex .formBtnTd {
    width: calc(50% - 15px);
  }
}
.p-contact .sec1 .formBtn {
  display: grid;
  place-content: center;
  width: 100%;
  height: 60px;
  margin-top: 16px;
  background: #C49410;
  border-radius: 2px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.p-contact .sec1 .formBtn.formReset {
  background: #9F9F9F;
}
.p-contact .sec1 .formBtn:hover {
  opacity: 0.5;
}
.p-contact .sec1 .formTd input[type=checkbox] + label {
  left: 0;
  margin-top: -1.5em;
}
.p-contact .sec1 .privacy_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 268px;
  margin: 24px auto 40px;
}
@media (min-width: 1200px) {
  .p-contact .sec1 .privacy_wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-contact .sec1 input[type=checkbox] {
  opacity: 0;
}
.p-contact .sec1 input[type=checkbox] + label {
  position: relative;
  left: -15px;
  display: block;
  padding-left: 28px;
  line-height: 1.625;
  text-align: left;
}
@media (min-width: 1200px) {
  .p-contact .sec1 input[type=checkbox] + label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-contact .sec1 input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #707070;
}
.p-contact .sec1 input[type=checkbox]:checked + label::before {
  background: url(../images/check.svg) no-repeat center/100% 100%;
}

.p-complete .sec1 {
  width: 87.2%;
  max-width: 844px;
  margin: 32px auto 0;
  padding-bottom: 80px;
  font-size: 14px;
  line-height: 1.8571428571;
}
@media (min-width: 1200px) {
  .p-complete .sec1 {
    margin-top: 74px;
    padding-bottom: 120px;
    line-height: 2.1428571429;
  }
}
.p-complete .sec1 h2 {
  margin: 0 0 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
}
@media (min-width: 1200px) {
  .p-complete .sec1 h2 {
    margin: 0 0 30px;
    font-size: 22px;
    line-height: 1;
  }
}

/* 251021 追従バナー追加 */
.fixBnr_wrap {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
}
.fixBnr_link {
    padding: 16px 48px;
    background-color: #ffffff;
    cursor: pointer;
}
.fixBnr_link::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: -3px;
    right: 20px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #38271A;
    border-right: 2px solid #38271A;
    transform: rotate(45deg);
    border-radius: 2px;
}

@media screen and (max-width:767px) {
    .fixBnr_wrap {
        bottom: 2%;
    }
    .fixBnr_link {
        padding: 8px 32px;
    }
}