@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/*---縦書き_mixin---*/
html {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
    line-height: 1.429;
  }
}

h2 {
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  h2 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 1.25;
  }
}

h3 {
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  h3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 1.25;
  }
}

h4 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 1.286;
}
@media screen and (max-width: 768px) {
  h4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 24px;
    line-height: 1.25;
  }
}

h5 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 1.286;
}
@media screen and (max-width: 768px) {
  h5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 24px;
    line-height: 1.25;
  }
}

h6 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  h6 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  h6 {
    font-size: 20px;
    line-height: 1.5;
  }
}

p {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 16px;
    line-height: 1.875;
  }
}

.small {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .small {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .small {
    font-size: 14px;
    line-height: 1.429;
  }
}

ul, ol, dl,
blockquote,
address,
hr,
table,
pre {
  margin-top: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  ul, ol, dl,
  blockquote,
  address,
  hr,
  table,
  pre {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

html {
  overflow-X: hidden;
}

body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-size: cover;
  overflow-X: hidden;
  position: relative;
  font-size: 100%;
  height: 100%;
  background: #f9f2de;
}

img {
  display: block;
  max-width: 100%;
}

main {
  margin: 80px 0;
}

@media screen and (max-width: 767px) {
  .col-1, .col-2, .col-3, .col-4, .col-6, .col-7, .col-8 {
    padding: 0 !important;
  }
}

.first {
  order: 1;
}
@media screen and (max-width: 767px) {
  .first {
    order: 2 !important;
  }
}

.second {
  order: 2;
}
@media screen and (max-width: 767px) {
  .second {
    order: 1 !important;
  }
}

.inline {
  display: inline-block !important;
}

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

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

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  z-index: 9999;
}

.loading__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading__img img {
  width: 60%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .loading__img img {
    width: 100%;
  }
}

.contents_title {
  text-align: center;
  margin-bottom: 80px;
}
.contents_title h2, .contents_title h3 {
  margin: 1rem 0;
  padding: 8px;
  color: #888;
  display: inline-block;
  border-top: 2px solid #888;
  border-bottom: 2px solid #888;
  letter-spacing: .05em;
}

.sub_title {
  text-align: center;
}

/*------線付きタイトル CSS-------*/
.page_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  margin: 2rem 0;
  letter-spacing: .05em;
}
.page_title span {
  display: block;
  font-size: 50%;
}
.page_title span::before {
  content: "";
  border-bottom: 2px solid #222;
  display: block;
  width: 50px;
  margin: 8px auto;
}
@media screen and (max-width: 767px) {
  .page_title {
    font-size: 24px;
  }
}

.inline_text {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .inline_text {
    display: inline-block;
  }
}

.img-fluid {
  max-width: 100%;
  display: block;
}

h2 {
  line-height: 1.5;
  letter-spacing: .07em;
  font-size: calc(100% + .5vw);
  font-weight: bold;
}

h3 {
  line-height: 1.5;
  letter-spacing: .06em;
  font-weight: bold;
  font-size: calc(100% + .5vw);
}

h4 {
  line-height: 1.5;
  letter-spacing: .05em;
  font-size: calc(100% + .3vw);
}

h5 {
  line-height: 1.5;
  letter-spacing: .08em;
  font-weight: bold;
  font-size: calc(100% + .8vw);
}

@media screen and (max-width: 767px) {
  h2, h3, h4, h5, h6, p {
    letter-spacing: .05em !important;
  }
}

h4, h5, h6 {
  line-height: 1.5;
}

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

p {
  line-height: 2;
  word-break: break-all;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  p {
    white-space: normal;
  }
}

article {
  padding: calc(40px + 3vw) 0;
}

a {
  text-decoration: none;
}

.row {
  margin: 0 !important;
}

.container-fluid {
  width: calc(100% - 16px);
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.container {
  max-width: calc(1270px - 32px);
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1399px) {
  .container {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 1199px) {
  .container {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 991px) {
  .container {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 32px);
    padding: 0 !important;
  }
}

.line_btn {
  padding: 20px 40px;
  background: none;
  border: none;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .05em;
  cursor: pointer;
  display: block;
  max-width: 200px;
  text-align: center;
  color: black;
  text-decoration: none;
  margin: 1rem 0;
  transition: 1s;
}
.line_btn:after, .line_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px solid #000;
  transition: transform 0.2s;
}
.line_btn:after {
  transform: translate(3px, 3px);
}
.line_btn:before {
  transform: translate(-3px, -3px);
}
.line_btn:hover {
  background: white;
}
.line_btn:hover:after, .line_btn:hover:before {
  transform: translate(0);
}

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

.wp-pagenavi {
  /* 全体 */
  margin: 20px 0;
  font-size: 12px;
  text-align: center;
}

.wp-pagenavi a {
  /* フォント色 */
  color: #4a4a4a;
  margin: 0 8px;
}

.pages {
  /* 左の表記 */
  margin-right: 20px;
}

.sfwppa-pages {
  margin: 0 8px;
}

.wp-pagenavi .current,
.wp-pagenavi a.page {
  /* ボタン */
  margin: 0 6px 6px 0;
  display: inline-block;
  border: solid 1px #eee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}

.wp-pagenavi .current {
  /* カレント数字 */
  border: none;
  background: #87e6e9;
  color: #fff;
}

.wp-pagenavi a.page:hover {
  /* マウスオーバー */
  background: #87e6e9;
  color: #fff;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  /* ... */
  margin-right: 10px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  /* 記号の削除 */
  display: none;
}

.efect::before, .efect::after {
  content: "";
  opacity: 1;
  -webkit-animation: flash 1s linear infinite;
  animation: flash 1.5s linear infinite;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --gutter-width: 1rem;
  --outer-margin: 2rem;
  --gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
  --half-gutter-width: calc((var(--gutter-width) * 0.5));
  --xs-min: 30;
  --sm-min: 48;
  --md-min: 64;
  --lg-min: 75;
  --screen-xs-min: var(--xs-min) em;
  --screen-sm-min: var(--sm-min) em;
  --screen-md-min: var(--md-min) em;
  --screen-lg-min: var(--lg-min) em;
  --container-sm: calc(var(--sm-min) + var(--gutter-width));
  --container-md: calc(var(--md-min) + var(--gutter-width));
  --container-lg: calc(var(--lg-min) + var(--gutter-width));
}

@custom-media --sm-viewport only screen and (min-width: 48em);
@custom-media --md-viewport only screen and (min-width: 64em);
@custom-media --lg-viewport only screen and (min-width: 75em);
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 16px;
  margin-left: 16px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: var(--half-gutter-width, 0.5rem);
  padding-left: var(--half-gutter-width, 0.5rem);
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-offset-0,
.col-offset-1,
.col-offset-2,
.col-offset-3,
.col-offset-4,
.col-offset-5,
.col-offset-6,
.col-offset-7,
.col-offset-8,
.col-offset-9,
.col-offset-10,
.col-offset-11,
.col-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: var(--half-gutter-width, 0.5rem);
  padding-left: var(--half-gutter-width, 0.5rem);
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-offset-0 {
  margin-left: 0;
}

.col-offset-1 {
  margin-left: 8.33333333%;
}

.col-offset-2 {
  margin-left: 16.66666667%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-7 {
  margin-left: 58.33333333%;
}

.col-offset-8 {
  margin-left: 66.66666667%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-10 {
  margin-left: 83.33333333%;
}

.col-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media (--sm-viewport) {
  .container {
    width: var(--container-sm, 46rem);
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem);
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    align-items: flex-start;
  }

  .middle-sm {
    align-items: center;
  }

  .bottom-sm {
    align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media (--md-viewport) {
  .container {
    width: var(--container-md, 61rem);
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 16px;
    padding-left: 16px;
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-offset-0,
.col-offset-1,
.col-offset-2,
.col-offset-3,
.col-offset-4,
.col-offset-5,
.col-offset-6,
.col-offset-7,
.col-offset-8,
.col-offset-9,
.col-offset-10,
.col-offset-11,
.col-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-offset-0,
  .col-offset-1,
  .col-offset-2,
  .col-offset-3,
  .col-offset-4,
  .col-offset-5,
  .col-offset-6,
  .col-offset-7,
  .col-offset-8,
  .col-offset-9,
  .col-offset-10,
  .col-offset-11,
  .col-offset-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
@media screen and (max-width: 767px) {
  .col-2 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .col-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
@media screen and (max-width: 767px) {
  .col-4 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
@media screen and (max-width: 767px) {
  .col-5 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .col-6 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
@media screen and (max-width: 767px) {
  .col-7 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
@media screen and (max-width: 767px) {
  .col-8 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
@media screen and (max-width: 767px) {
  .col-9 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
@media screen and (max-width: 767px) {
  .col-10 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
@media screen and (max-width: 767px) {
  .col-11 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-offset-0 {
  margin-left: 0;
}

.col-offset-1 {
  margin-left: 8.33333333%;
}

.col-offset-2 {
  margin-left: 16.66666667%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-offset-4 {
  margin-left: 33.33333333%;
}

.col-offset-5 {
  margin-left: 41.66666667%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-7 {
  margin-left: 58.33333333%;
}

.col-offset-8 {
  margin-left: 66.66666667%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-10 {
  margin-left: 83.33333333%;
}

.col-offset-11 {
  margin-left: 91.66666667%;
}

.start {
  justify-content: flex-start;
  text-align: start;
}

.center {
  justify-content: center;
  text-align: center;
}

.end {
  justify-content: flex-end;
  text-align: end;
}

.top {
  align-items: flex-start;
}

.middle {
  align-items: center;
}

.bottom {
  align-items: flex-end;
}

.around {
  justify-content: space-around;
}

.between {
  justify-content: space-between;
}

header {
  background: url("../img/svg/object.svg") center bottom no-repeat, #f39800;
  width: 100%;
  padding-bottom: 70px;
  box-sizing: border-box;
}
header .container {
margin: 0 auto; 
  position: relative;
box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  header {
    padding-bottom: 60px;
  }
}
header .container {
margin: 0 auto; 
  position: relative;
box-sizing: border-box;
}
header .souryou {
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px 0 0 6px;
  display: inline-block;
  padding: 16px 24px;
  box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  header .souryou {
    position: fixed;
    top: auto;
    left: auto;
    bottom: 32px;
    right: 0px;
    z-index: 9999;
    padding: 8px 4px !important;
    height: 70px;
    text-align: center;
  }
}
header .souryou p {
  margin: 0;
  line-height: 1 !important;
  font-size: 28px;
  font-weight: 500;
  color: #e83828;
}
@media screen and (max-width: 767px) {
  header .souryou p {
    font-size: 12px;
  }
  header .souryou p br {
    display: block;
  }
  header .souryou p i {
    font-size: 24px;
    color: #f38900;
    margin: 4px 0;
  }
  header .souryou p span {
    text-align: center;
    display: block;
    font-size: 10px;
    margin: 4px 0;
  }
  header .souryou p a {
    color: #333;
  }
}
header .top_box {
  position: relative;
  display: block;
  width: 100%;
}

.top_flexBox, footer .footerFlexBox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .top_flexBox, footer .footerFlexBox {
    padding-top: 16px;
  }
}
.top_flexBox .tel, footer .footerFlexBox .tel, .top_flexBox .logo, footer .footerFlexBox .logo, .top_flexBox .sns, footer .footerFlexBox .sns {
  width: calc((100% / 3) - 32px);
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_flexBox .tel, footer .footerFlexBox .tel, .top_flexBox .logo, footer .footerFlexBox .logo, .top_flexBox .sns, footer .footerFlexBox .sns {
    width: calc((100% / 2) - 8px);
    margin: 0 auto;
    align-items: center;
  }
}
.top_flexBox .tel, footer .footerFlexBox .tel {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .top_flexBox .tel, footer .footerFlexBox .tel {
    display: none;
  }
}
.top_flexBox .tel::before, footer .footerFlexBox .tel::before {
  content: url("../img/svg/free.svg");
  width: 40px;
  display: inline-block;
}
.top_flexBox .tel a, footer .footerFlexBox .tel a {
  color: white;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.top_flexBox .logo img, footer .footerFlexBox .logo img {
  width: 300px;
  display: block;
  margin: 0 auto;
}
.top_flexBox .sns ul, footer .footerFlexBox .sns ul {
  margin: 0;
}
.top_flexBox .sns ul li, footer .footerFlexBox .sns ul li {
  display: inline-block;
  position: relative;
  z-index: 8888;
}
.top_flexBox .sns ul li .fab, footer .footerFlexBox .sns ul li .fab {
  font-size: 32px;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .top_flexBox .sns ul li .fab, footer .footerFlexBox .sns ul li .fab {
    font-size: 20px;
    padding: 0 4px;
    font-weight: 700;
  }
}
.top_flexBox .sns ul li a, footer .footerFlexBox .sns ul li a {
  color: white;
}
.top_flexBox .nav_btn, footer .footerFlexBox .nav_btn {
  position: relative;
  margin-right: 8px;
}

.sp-tel {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-tel {
    display: inline-block;
    font-size: 18px;
    background: #ed6d3d;
    position: fixed;
    padding: 6px 10px;
    border-radius: 50%;
    bottom: 16px;
    color: white;
    right: 0;
    z-index: 8888;
  }
}
.sp-tel a {
  color: white;
}

#pc-nav {
  /* グローバルメニュー */
  /* サブナビゲーション */
}
@media screen and (max-width: 767px) {
  #pc-nav {
    display: none;
  }
}
#pc-nav .global-nav {
  margin: 0;
  position: relative;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
}
#pc-nav .global-nav .nav-list {
  display: flex;
  justify-content: space-between;
  max-width: 80%;
  list-style: none;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
#pc-nav .global-nav .nav-list .nav-item {
  display: inline-block;
  padding: 8px 16px;
}
#pc-nav .global-nav .nav-list .nav-item:nth-child(odd)::before {
  content: url("../img/svg/nav02.svg");
  width: 40px;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
}
#pc-nav .global-nav .nav-list .nav-item:nth-child(even)::before {
  content: url("../img/svg/nav01.svg");
  width: 40px;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
}
#pc-nav .global-nav .nav-list .nav-item:nth-of-type(7) {
  margin-top: -4px;
}
#pc-nav .global-nav .nav-list .nav-item:nth-of-type(7) span {
  display: block;
  font-size: 14px;
  margin: 8px 0 0;
  text-align: center;
}
#pc-nav .global-nav .nav-list .nav-item:nth-of-type(7)::before {
  display: none;
}
#pc-nav .global-nav .nav-list .nav-item:last-child {
  margin-top: -4px;
}
#pc-nav .global-nav .nav-list .nav-item:last-child span {
  display: block;
  font-size: 14px;
  margin: 8px 0 0;
  text-align: center;
}
#pc-nav .global-nav .nav-list .nav-item:last-child::before {
  display: none;
}
#pc-nav .global-nav .nav-list .nav-item a {
  color: #333;
  display: block;
  padding: 0.6em 0.1em;
  text-align: center;
  text-decoration: none;
  font-size: clamp(16px, 1.3vw, 16px);
}
#pc-nav .global-nav .nav-list .nav-item a i {
  font-size: 32px;
}
#pc-nav .global-nav .nav-list .nav-item:last-child a {
  border-right: none;
}
@media screen and (min-width: 768px) {
  #pc-nav .nav-list {
    position: relative;
    z-index: 999;
  }
  #pc-nav .nav-item_sub {
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    top: 80px;
    transition: all 0.2s ease;
    visibility: hidden;
    max-width: 1200px;
    z-index: 9999;
  }
  #pc-nav .nav-item_sub .inner {
    display: flex;
    margin: 0 auto;
    width: 1200px;
    align-items: center;
  }
  #pc-nav .nav-item_sub .inner li {
    width: calc((100% / 3) - 16px);
    display: inline-block;
  }
  #pc-nav .half {
    justify-content: center;
  }
  #pc-nav .half ul {
    width: calc((50% / 2) - 16px);
    margin: 0 auto;
  }
  #pc-nav .half ul li {
    width: 100% !important;
  }
  #pc-nav .global-nav .nav-list .nav-item_sub a {
    text-align: left;
    margin: 8px 0 8px 8px;
    vertical-align: middle;
    position: relative;
  }
  #pc-nav .global-nav .nav-list .nav-item_sub a::after {
    content: "";
    border-bottom: 1px dotted #888;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #pc-nav .global-nav .nav-list .nav-item_sub a img {
    display: inline-block;
    width: 60px;
    vertical-align: middle;
    margin-right: 24px;
  }
  #pc-nav .global-nav .nav-list .nav-item_sub a p {
    display: inline-block;
    line-height: 1.5;
    margin: 0;
    vertical-align: middle;
  }
  #pc-nav .nav-item:hover .nav-item_sub {
    opacity: 1;
    visibility: visible;
  }
}

#nav-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  #nav-toggle {
    position: fixed;
    display: block;
    top: 16px;
    right: 0px;
    height: 40px;
    cursor: pointer;
    background: #f39800;
    padding: 8px 14px 8px 10px;
    border-radius: 6px 0 0 6px;
  }
  #nav-toggle > div {
    position: relative;
    width: 32px;
  }
  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: white;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 14px;
  }
  #nav-toggle span:nth-child(3) {
    top: 28px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 4px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 23px;
  }
}

.open #gloval-nav {
  display: flex;
}
.open #nav-toggle span {
  background: #272727;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background: rgba(255, 255, 255, 0.9);
  color: #272727;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  font-size: 18px;
  opacity: 0;
  padding-top: 80px;
  transition: opacity .6s ease, visibility .6s ease;
}

#gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  transition: color .6s ease;
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
  display: inline-block;
  padding: 8px 16px;
}
@media screen and (max-width: 767px) {
  #gloval-nav ul li {
    display: block;
  }
}
#gloval-nav ul li:nth-child(odd)::before {
  content: url("../img/svg/nav02.svg");
  width: 40px;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #gloval-nav ul li:nth-child(odd)::before {
    display: none;
  }
}
#gloval-nav ul li:nth-child(even)::before {
  content: url("../img/svg/nav01.svg");
  width: 40px;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #gloval-nav ul li:nth-child(even)::before {
    display: none;
  }
}
#gloval-nav ul li:nth-of-type(7) {
  margin-top: -4px;
}
#gloval-nav ul li:nth-of-type(7) span {
  margin-left: 4px;
}
#gloval-nav ul li:nth-of-type(7)::before {
  display: none;
}
#gloval-nav ul li:last-child {
  margin-top: -4px;
}
#gloval-nav ul li:last-child i {
  font-size: 24px;
}
#gloval-nav ul li:last-child span {
  margin-left: 4px;
}
#gloval-nav ul li:last-child::before {
  display: none;
}
@media screen and (max-width: 767px) {
  #gloval-nav ul li a {
    border-bottom: 1px solid #ccc;
    border-right: none;
    color: #333;
    padding: 1rem 1rem;
    text-align: left;
  }
  #gloval-nav ul li a img {
    display: inline-block;
    width: 60px;
    vertical-align: middle;
    margin-right: 24px;
  }
  #gloval-nav ul li a p {
    display: inline-block;
    line-height: 1.5;
    margin: 0;
    vertical-align: middle;
  }
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  overflow: auto;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity .9s ease;
}

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

@media screen and (min-width: 1199px) {
  .nav-list {
    position: relative;
    z-index: 999;
  }

  .nav-item_sub {
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    top: 80px;
    transition: all 0.2s ease;
    visibility: collapse;
    max-width: 1200px;
    z-index: 9999;
  }

  .nav-item_sub .inner {
    display: flex;
    margin: 0 auto;
    width: 1200px;
    align-items: center;
  }

  .nav-item_sub .inner li {
    width: calc((100% / 3) - 16px);
    display: inline-block;
  }

  .half {
    justify-content: center;
  }

  .half ul {
    width: calc((50% / 2) - 16px);
    margin: 0 auto;
  }
  .half ul li {
    width: 100% !important;
  }

  .global-nav .nav-list .nav-item_sub a {
    text-align: left;
    margin: 8px 0 8px 8px;
    vertical-align: middle;
    position: relative;
  }
  .global-nav .nav-list .nav-item_sub a::after {
    content: "";
    border-bottom: 1px dotted #888;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .global-nav .nav-list .nav-item_sub a img {
    display: inline-block;
    width: 60px;
    vertical-align: middle;
    margin-right: 24px;
  }
  .global-nav .nav-list .nav-item_sub a p {
    display: inline-block;
    line-height: 1.5;
    margin: 0;
    vertical-align: middle;
  }

  .nav-item:hover .nav-item_sub {
    opacity: 1;
    visibility: visible;
  }
}
.sticky_header {
  display: none;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sticky {
    background: transparent;
    width: auto;
  }
}
.sticky .sticky_header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sticky .sticky_header {
    display: none;
  }
}
.sticky .sticky_header p {
  margin: 0;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
  color: #e83828;
}
@media screen and (max-width: 767px) {
  .sticky .sticky_header p {
    font-size: 12px;
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}
.sticky .sticky_header .logo {
  width: 200px;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .sticky .sticky_header .logo {
    display: none;
  }
}
.sticky .sticky_header .tel {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .sticky .sticky_header .tel {
    display: none;
  }
}
.sticky .sticky_header .tel::before {
  content: url("../img/svg/free.svg");
  width: 40px;
  display: inline-block;
}
.sticky .sticky_header .tel a {
  color: #f39800;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

#top_slider {
  height: 100%;
}
#top_slider .container {
  position: relative;
}
@media screen and (max-width: 767px) {
  #top_slider .container {
    width: 100% !important;
  }
}
#top_slider .container .slider_bg {
  position: relative;
  top: 0;
  left: 0;
  width: 95%;
}
#top_slider .container .slide_list {
  margin-top: -60px;
  z-index: 8;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top_slider .container .slide_list {
    margin-top: -30px;
  }
}
#top_slider .container .slide_list figure {
  position: relative;
  width: 100%;
  height: 100%;
}
#top_slider .container .slide01 {
  position: relative;
}
#top_slider .container .slide01 figcaption {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  #top_slider .container .slide01 figcaption {
    top: 40px;
  }
}
#top_slider .container .slide01 figcaption img {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #top_slider .container .slide01 figcaption img {
    width: 90%;
  }
}
#top_slider .container .slide02 {
  position: relative;
}
#top_slider .container .slide02 img {
  position: relative;
}
#top_slider .container .slide02 figcaption {
  position: absolute;
  top: 80px;
  left: 80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #top_slider .container .slide02 figcaption {
    left: 8px;
  }
}
#top_slider .container .slide02 figcaption img {
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  #top_slider .container .slide02 figcaption img {
    width: 300px;
  }
}
#top_slider .container .slide03 {
  position: relative;
}
#top_slider .container .slide03 figcaption {
  position: absolute;
  top: 60px;
  left: 120px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #top_slider .container .slide03 figcaption {
    top: 16px;
    left: 16px;
  }
}
#top_slider .container .slide03 figcaption img {
  max-width: 210.9063px;
}
@media screen and (max-width: 767px) {
  #top_slider .container .slide03 figcaption img {
    width: 100px;
  }
}
#top_slider .container .slide04 {
  position: relative;
}
#top_slider .container .slide04 figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #top_slider .container .slide04 figcaption {
    top: 24px;
    left: 50%;
  }
}
#top_slider .container .slide04 figcaption img {
  max-width: 490px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #top_slider .container .slide04 figcaption img {
    top: 32px;
    left: 30%;
    transform: translate(0%, 0%);
    width: 280px;
  }
}
#top_slider .container .slide05 {
  position: relative;
  width: 100%;
}
#top_slider .container .slide05 figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
#top_slider .container .slide05 figcaption img {
  max-width: 568.5707px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #top_slider .container .slide05 figcaption img {
    width: 90%;
  }
}
#top_slider .container .slide06 {
  position: relative;
  width: 100%;
}
#top_slider .container .slide06 figcaption {
  position: absolute;
  top: 32px;
  right: 0;
  width: 100%;
  height: 100%;
}
#top_slider .container .slide06 figcaption img {
  max-width: 307.0514px;
  position: absolute;
  top: 32px;
  right: 6vw;
}
@media screen and (max-width: 767px) {
  #top_slider .container .slide06 figcaption img {
    width: 100.0514px;
    top: 0px;
    right: 4.5vw;
  }
}

#information, .information_contents {
  margin: 80px 0;
}
#information img, .information_contents img {
  width: 70%;
}
@media screen and (max-width: 767px) {
  #information img, .information_contents img {
    width: 35%;
  }
}
#information ul li, .information_contents ul li {
  border-bottom: 2px dotted #888;
  padding: 16px 0;
}
#information ul li span, .information_contents ul li span {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  #information ul li span, .information_contents ul li span {
    display: block;
  }
}
#information ul li a, .information_contents ul li a {
  color: #272727;
}
#information .btn, .information_contents .btn {
  border: 1px solid #604c3f;
  color: #604c3f;
  padding: 4px 16px;
  font-weight: 500;
  display: inline-block;
  float: right;
}

#info_contents {
  margin: 80px 0;
}
#info_contents .title {
  max-width: 624.1191px;
  margin: 24px auto 80px;
}
@media screen and (max-width: 767px) {
  #info_contents .title {
    width: 90%;
    margin: 40px auto 24px;
  }
}
#info_contents a p {
  color: #604c3f;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  #info_contents a p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #info_contents a p br {
    display: block;
  }
}
#info_contents .row {
  justify-content: center;
}
#info_contents .row img {
  width: 80%;
  margin: 0px auto;
}
#info_contents .row .gift {
  position: relative;
  display: block;
}
#info_contents .row .gift::before {
  content: url("../img/svg/gift_object_l.svg");
  top: 16px;
  left: -16px;
  width: 52.3508px;
  display: inline-block;
  position: absolute;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #info_contents .row .gift::before {
    width: 30px;
    left: 0;
  }
}
#info_contents .row .gift::after {
  content: url("../img/svg/gift_object_r.svg");
  position: absolute;
  top: 16px;
  right: -16px;
  width: 52.3508px;
  display: inline-block;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #info_contents .row .gift::after {
    width: 30px;
    right: 0;
  }
}

#ranking {
  padding: 80px 0 140px;
  background: url("../img/svg/object02.svg") left top no-repeat, url("../img/svg/object03-1.svg") left 102% no-repeat, #ed6d3d;
}
#ranking a {
  width: calc((100% / 5) - 16px);
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  #ranking a {
    width: calc(80% - 16px);
    margin: 16px auto;
  }
}
#ranking a img {
  position: relative;
  margin: 0 auto;
}
#ranking a .default_image:hover {
  opacity: 0;
}
#ranking a .img_box {
  position: relative;
}
#ranking a .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#ranking a h3 {
  font-size: 18px;
  color: white;
  text-align: center;
  margin: 1rem 0;
}
#ranking a:hover h6 {
  cursor: pointer;
  transform: scale(1.5);
}
#ranking a:hover .active {
  opacity: 1;
}
#ranking a:hover .default_image {
  opacity: 0;
}
#ranking .title {
  max-width: 495.8454px;
  display: block;
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  #ranking .title {
    width: 90%;
    margin: 40px auto;
  }
}
#ranking .jyuni {
  margin: 0 auto;
  text-align: center;
}
#ranking .jyuni h6 {
  font-size: 32px;
  color: white;
  display: inline-block;
  font-weight: 700;
  margin: -16px 0 0 0;
  position: relative;
  transition: all .3s ease 0s;
  text-decoration: none;
}
#ranking .jyuni p {
  font-size: 24px;
  display: inline-block;
  margin: 0;
  line-height: 1;
  color: white;
  font-weight: 700;
}
#ranking .jyuni img {
  display: inline-block;
}
#ranking .jyuni img:first-of-type {
  max-width: 14.9791px;
}
#ranking .jyuni img:last-of-type {
  max-width: 14.9791px;
}

#recommendation {
  background: url("../img/svg/object.svg") left 102% no-repeat, white;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #recommendation {
    background: url("../img/svg/object.svg") left bottom no-repeat, white;
  }
}
#recommendation .title {
  max-width: 482.1471px;
  margin: 40px auto 140px;
}
@media screen and (max-width: 767px) {
  #recommendation .title {
    width: 90%;
    margin: 40px auto;
  }
}
#recommendation .row {
  margin: 40px 0 !important;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #recommendation .row {
    margin: 40px 0 0 !important;
  }
}
#recommendation .row img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #recommendation .row img {
    width: 80%;
    margin: 16px auto;
  }
}
#recommendation a {
  color: #333;
}
#recommendation a:hover .recommendationBox::after {
  transform: rotate(5deg);
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#recommendation .recommendationBox {
  position: relative;
  width: 95%;
  margin: 16px auto;
}
#recommendation .recommendationBox p {
  font-size: 18px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #recommendation .recommendationBox p {
    font-size: 16px;
    line-height: 1.75;
  }
}
#recommendation .col-6 .title {
  max-width: 231.9697px;
  margin: 0 auto;
}
.with-comment::after {
 content: "";
  display: block;
  position: absolute;
  
  top: -60px;
  right: -80px;
  width: 179.8272px;

background-image:url("../img/svg/left_comment02bg.png");
height:151px;
 background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: .3s all;
  transform-origin: left;
}
@media screen and (max-width: 767px) {
.with-comment::after {
    width: 120px;
height: 101px;
    top: 70px;
    right: -16px;

  }
}
#recommendation .col-6:first-child .col-6:last-child img {
  border-radius: 6px;
}
.with-connect::after {
  content: "";
display:block;
  position: absolute;
  top: -70px;
  right: -80px;
  width: 179.8272px;
background-image:url("../img/svg/left_comment-1bg.png");
height:180px;
 background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: .3s all;
  transform-origin: left;
}
@media screen and (max-width: 767px) {
  .with-connect::after {
    width: 120px;
height: 120px;
    top: 80px;
    right: -16px;

  }
}
#recommendation .col-6:last-child .col-6:first-child img {
  height: 239.5393px;
}
@media screen and (max-width: 767px) {
  #recommendation .col-6:last-child .col-6:first-child img {
    width: 50%;
    height: auto;
  }
}
#recommendation .col-6:last-child .col-6:last-child img {
  border-radius: 6px;
}


     .with-comment,
.with-connect {
  position: relative; 
}

@media screen and (max-width: 767px) {
  #recommendation .row {
    flex-direction: column;
  }

  #recommendation .row .col-6 {
    width: 100%;
    aspect-ratio: auto; /* 必要なら解除 */
  }

  #recommendation .col-6:last-child .col-6:first-child img,
  #recommendation .col-6:last-child .col-6:last-child img {
    width: 100%;
    height: auto;
    object-fit: contain; /* 必要に応じて調整 */
  }
}


#fromWakayama {
  position: relative;
}
#fromWakayama .inner_contents {
  width: 100%;
  position: relative;
  left: 0;
  top: -30px;
  padding-bottom: 80px;
}
#fromWakayama .textBox {
  color: #604c3f;
}
#fromWakayama h2 {
  font-size: clamp(24px, 2.5vw, 32px);
}
#fromWakayama p {
  font-weight: 600;
  font-size: 18px;
}
#fromWakayama .row {
  margin: 80px 0 0 !important;
}
@media screen and (max-width: 767px) {
  #fromWakayama .row .selectBox {
    width: 90%;
    margin: 8px auto;
    padding: 8px;
  }
  #fromWakayama .row .selectBox h3 {
    font-size: 24px;
  }
}
#fromWakayama .row .col-4:first-of-type .selectBox {
  background: #ef8454;
}
#fromWakayama .row .col-4:nth-of-type(2) .selectBox {
  background: #f39800;
}
#fromWakayama .row .col-4:last-of-type .selectBox {
  background: #cb5245;
}
#fromWakayama .selectBox {
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 1rem 0;
}
#fromWakayama .selectBox h3 {
  letter-spacing: .05em;
  font-size: clamp(24px, 2.5vw, 32px);
}
#fromWakayama .selectBox h3 span {
  display: block;
  font-size: 60%;
}
#fromWakayama .selectBox p {
  white-space: normal;
  line-height: 1.5;
}
#fromWakayama .objectBox {
  height: 169px;
  background: url("../img/index/objectBg.png") repeat-x, url("../img/svg/about_infoBg.svg") center 102% no-repeat;
  position: relative;
  padding: 0 0 calc(15vw + 1em);
}
@media screen and (max-width: 767px) {
  #fromWakayama .objectBox {
    background: url("../img/index/objectBg.png") repeat-x, url("../img/svg/about_infoBg.svg") center bottom no-repeat;
  }
}
#fromWakayama .objectBox .mountainObject {
  background: url("../img/svg/mountain01.svg") left top no-repeat, url("../img/svg/mountain02.svg") right top no-repeat;
  position: absolute;
  top: -70px;
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 767px) {
  #fromWakayama .objectBox .mountainObject {
    height: 50px;
    top: -50px;
  }
}
#fromWakayama .row {
  justify-content: space-around;
}
#fromWakayama .row img {
  width: 300px;
}

#about_info {
  background: url("../img/svg/object.svg") left 101% no-repeat, white;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #about_info {
    background: url("../img/svg/object.svg") left bottom no-repeat, white;
  }
}
#about_info h2 {
  text-align: center;
  margin: 0;
  font-family: 'Hina Mincho', serif;
  color: #604c3f;
  font-size: clamp(24px, 2.5vw, 28px);
}
#about_info .inner_contents .row {
  justify-content: flex-end;
  margin: 40px 0 !important;
}
@media screen and (max-width: 767px) {
  #about_info .inner_contents .row .col-6 img {
    width: 60%;
    margin: 16px auto;
  }
}
#about_info .ume-api {
  text-align: center;
}
#about_info .ume-api .row {
  align-items: center;
}
#about_info .ume-api img {
  display: inline-block;
  margin: 1rem 0;
}
#about_info .ume-api p {
  margin: 0;
}

#link_group {
  padding: 80px 0;
}
#link_group .row {
  align-items: center;
}
#link_group .btn01 img {
  max-width: 151.1212px;
  margin: 16px auto;
}
#link_group .btn02 img {
  max-width: 210px;
  margin: 16px auto;
}
#link_group .btn03 img {
  max-width: 200px;
  margin: 16px auto;
}
#link_group img {
  margin: 0 auto;
}
#link_group a {
  color: #604c3f;
  text-align: center;
}

#sns_group {
  padding: 80px 0 180px;
  background: url("../img/svg/footer_bg.svg") left 105% no-repeat;
}
@media screen and (max-width: 767px) {
  #sns_group {
    background: url("../img/svg/footer_bg.svg") left bottom no-repeat;
    padding: 80px 0 120px;
  }
}
#sns_group h4 {
  text-align: center;
}
#sns_group h4 img {
  width: 200px;
  display: inline-block;
}
#sns_group iframe {
  margin: 80px auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #sns_group iframe {
    width: 100%;
    margin: 0 auto;
  }
}

footer {
  background: #f39800;
  padding: 40px 0;
  color: white;
  position: relative;
}
footer .row {
  align-items: flex-start;
  margin: 80px 0 !important;
}
footer .row ul li {
  padding: 8px 0;
}
footer .row ul li a {
  color: white;
}
footer h5 {
  font-size: 18px;
}
footer .calendar .row {
  justify-content: center;
}
footer smoll {
  display: block;
  text-align: center;
  margin: 8px 0;
}
footer smoll span {
  margin: 0 16px;
}
@media screen and (max-width: 767px) {
  footer smoll span {
    display: block;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('/Users/mitsu/Downloads/Lacan0427-2/html/images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('/Users/mitsu/Downloads/Lacan0427-2/html/fonts/slick.eot');
  src: url('/Users/mitsu/Downloads/Lacan0427-2/html/fonts/slick.eot?#iefix') format("embedded-opentype"), url('/Users/mitsu/Downloads/Lacan0427-2/html/fonts/slick.woff') format("woff"), url('/Users/mitsu/Downloads/Lacan0427-2/html/fonts/slick.ttf') format("truetype"), url('/Users/mitsu/Downloads/Lacan0427-2/html/fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: relative;
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: #272727;
  padding: 0;
  border: none;
  outline: none;
  z-index: 999;
  margin: 0 32px;
  font-weight: 700;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #272727;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 16px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

[dir="rtl"] .slick-next {
  left: 16px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  width: 100%;
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.common {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 88;
  background-image: none;
  padding-bottom: 32px;
}

.page_image, .about_imageBG {
  width: 100%;
  height: 60vh;
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  z-index: 0;
  background: white;
}
@media screen and (max-width: 767px) {
  .page_image, .about_imageBG {
    height: 50vh;
  }
}
.page_image img, .about_imageBG img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page_image .object_image, .about_imageBG .object_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url("../img/svg/common_header.svg") left top no-repeat, url("../img/svg/object.svg") left bottom no-repeat;
}

.about_imageBG {
  height: 90vh;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .about_imageBG {
    height: 50vh;
  }
}

.about_image {
  position: relative;
}
.about_image #top_nav {
  position: absolute;
  top: 64px;
  width: 100%;
  margin: 0 auto;
}

.aboutPage {
  position: absolute;
  top: 240px;
  width: 100%;
  margin: 0 auto;
}

.common_contents {
  background: url("../img/svg/footer_bg.svg") left 103% no-repeat;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .common_contents {
    background: url("../img/svg/footer_bg.svg") left bottom no-repeat;
  }
}

.common_contents02 {
  background: url("../img/svg/common_header.svg") left top no-repeat, url("../img/svg/footer_bg.svg") left 103% no-repeat;
  width: 100%;
  padding: 80px 0 160px;
}
@media screen and (max-width: 767px) {
  .common_contents02 {
    background: url("../img/svg/common_header.svg") left top no-repeat, url("../img/svg/footer_bg.svg") left bottom no-repeat;
  }
}

.page_title {
  color: #604c3f;
  margin: 120px 0  80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_title {
    margin: 60px 0 24px;
  }
}
.page_title img {
  max-width: 253.0957px;
  margin: 0 auto;
}
.page_title h3 {
  font-size: clamp(24px, 2.8vw, 32px);
  margin: 1rem 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
}
.page_title .irodori {
  font-family: 'Hina Mincho', serif;
  font-size: 32px;
}
.page_title p {
  font-size: clamp(18px, 2.4vw, 24px) !important;
  margin: 1rem 0;
}
.page_title .e-toko {
  font-size: 18px !important;
}
@media screen and (max-width: 767px) {
  .page_title br {
    display: block;
  }
}

.shouhin {
  padding: 40px 0 160px;
}
@media screen and (max-width: 767px) {
  .shouhin {
    padding: 80px 0;
  }
}

.irodori_shouhinTitle {
  max-width: 255.6598px;
  margin: 0 auto 3rem;
}

.shouhinBox img {
  margin: 0 auto;
}
.shouhinBox h4 {
  text-align: center;
  color: #604c3f;
  font-size: 18px;
}

.shouhinBox02 {
  margin: 2rem 0;
}
.shouhinBox02 img {
  border-radius: 10px;
  margin: 0 auto;
}
.shouhinBox02 h4 {
  text-align: center;
  color: #604c3f;
  font-size: 18px;
  font-weight: 400;
}

.souryouObject {
  display: inline-block;
  position: absolute;
  right: 5rem;
  top: -50px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
@media screen and (max-width: 767px) {
  .souryouObject {
    display: block;
    position: relative;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .souryouObject br {
    display: block;
  }
}
.souryouObject span {
  font-size: clamp(24px, 3.2vw, 48px);
  display: inline-block;
  line-height: 1;
  color: #c30d23;
  background: white;
  border: 1px solid #c30d23;
  border-radius: 50%;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .souryouObject span {
    padding: 16px;
  }
}
.souryouObject span::before {
  display: none;
}
.souryouObject p {
  font-size: 16px !important;
  margin: 0;
  line-height: 1.25;
}

#umeex_story {
  padding: 40px 0 180px;
}
#umeex_story .row {
  margin: 0 !important;
}
#umeex_story .row .col-6 {
  padding: 0;
}
#umeex_story .row .col-3 {
  padding-left: 32px;
}
#umeex_story .image {
  margin: 16px 0;
}
#umeex_story .seibun {
  max-width: 127.5591px;
  display: inline-block;
}
#umeex_story .seibun:last-of-type {
  padding-left: 16px;
}

/*aboutPage css*/
.about_contents, .seisou {
  color: #604c3f;
}
.about_contents .container, .seisou .container {
  max-width: calc(800px - 32px);
}
.about_contents p, .seisou p {
  margin: 0 auto;
  font-size: clamp(16px, 1.8vw, 18px);
}
.about_contents h5, .seisou h5 {
  font-size: clamp(16px, 1.8vw, 18px);
  text-align: right;
  font-weight: normal;
}
.about_contents h6, .seisou h6 {
  text-align: center;
}
.about_contents img, .seisou img {
  margin: 0 auto;
}
.about_contents table, .seisou table {
  width: 70%;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .about_contents table, .seisou table {
    width: 100%;
  }
}
.about_contents table th, .about_contents table td, .seisou table th, .seisou table td {
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .about_contents table th, .about_contents table td, .seisou table th, .seisou table td {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .about_contents table th, .seisou table th {
    font-weight: 600;
  }
}

.about_img {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .about_img .col-3 img {
    max-width: 60%;
  }
}

.about_table {
  margin: 80px 0;
  position: relative;
  z-index: 0;
  margin-top: -3vw;
  padding-top: 1vw;
}
.about_table table {
  width: 100%;
}
.about_table table th, .about_table table td {
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .about_table table th, .about_table table td {
    padding: 8px 16px;
  }
}
.about_table table tr {
  border-bottom: 1px solid #f2f2f2;
}
.about_table table td a {
  color: #333;
}
.about_table .about_contents {
  background: white;
  width: 80%;
  padding: 40px 16px 16px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about_table .about_contents {
    width: 100%;
    padding: 24px 0 0;
  }
}
.about_table .about_contents h3 {
  text-align: center;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .about_table .about_contents h3 {
    font-size: clamp(20px, 2.4vw, 24px);
  }
}

.seisou {
  width: 100%;
  background: #e9d0a1;
  position: relative;
  padding: 40px 0;
}
.seisou h4 {
  text-align: center;
  font-size: clamp(24px, 2.8vw, 34px);
}
.seisou p {
  margin: 2rem 0;
}

#g-map {
  position: relative;
  text-align: center;
}
#g-map iframe {
  position: relative;
  height: 60vh;
}
#g-map .g_mapBg {
  background: url("../img/svg/footer_bg.svg") left 105% no-repeat;
  width: 100%;
}
#g-map img {
  margin: 0 auto 80px;
}
#g-map a {
  background: white;
  display: inline-block;
  color: #333;
  margin: 32px 0;
  padding: 8px 16px;
  border: 1px solid #333;
  font-weight: 500;
}

/*ご利用案内　CSS*/
.guide_contents {
  padding: 80px 0 40px;
  color: #604c3f;
}
.guide_contents:nth-of-type(2) {
  padding: 0;
}
.guide_contents p {
  line-height: 1.25;
  margin: 8px 0;
}
.guide_contents:nth-child(4) img {
  margin: 8px 16px;
  display: inline-block;
}
.guide_contents:nth-child(4) img:first-of-type {
  width: 93.5065px;
}
.guide_contents:nth-child(4) img:nth-of-type(2) {
  width: 91.513px;
}
.guide_contents:nth-child(4) img:nth-of-type(3) {
  width: 101.1037px;
}
.guide_contents:nth-child(4) img:nth-of-type(4) {
  height: 40.2287px;
}
.guide_contents:nth-child(4) img:nth-of-type(5) {
  width: 107.1776px;
}
.guide_contents:nth-child(4) .cardImgae {
  height: 63.2947px;
  display: inline-block;
}
.guide_contents:nth-child(5) img {
  display: inline-block;
  vertical-align: text-top;
}
.guide_contents .container {
  max-width: calc(800px - 16px);
}
.guide_contents .row {
  align-items: center;
}
.guide_contents .row:nth-of-type(2) a {
  font-size: 32px;
  color: #604c3f;
  font-weight: 500;
}
.guide_contents .row:nth-of-type(3) .link-groupFax {
  font-size: 19px;
  color: #604c3f;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .guide_contents .row:nth-of-type(3) .link-groupFax {
    text-align: left;
  }
}
.guide_contents .row:nth-of-type(3) .link-groupFax::before {
  content: "フリーFAX:";
}
.guide_contents .row:nth-of-type(3) .link-groupFax a {
  color: #604c3f;
}
.guide_contents .row:nth-of-type(3) .link-group {
  background: #604c3f;
  font-size: 19px;
  color: white;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 6px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .guide_contents .row:nth-of-type(3) .link-group {
    float: right;
  }
}
.guide_contents .row:nth-of-type(3) .link-group a {
  color: white;
}
.guide_contents .row:nth-of-type(4) a {
  background: #604c3f;
  font-size: 16px;
  color: white;
  font-weight: 500;
  padding: 8px 24px;
  border-radius: 6px;
  float: right;
}
.guide_contents .row .col-4 {
  padding: 0;
}
.guide_contents h4 {
  width: 240px;
  margin: 0 auto 3rem;
}
.guide_contents h4 img {
  width: 240px !important;
}
.guide_contents h5 {
  text-align: center;
  font-size: 24px;
  border: 1px solid #604c3f;
  border-radius: 10px;
  padding: 8px 16px;
}
.guide_contents h5 span {
  display: block;
  text-align: center;
  font-size: 50%;
}
.guide_contents h6 {
  font-weight: 500;
}

.guide_contents02 {
  padding: 80px 0 40px;
  color: #604c3f;
}
.guide_contents02 .row h6 {
  margin: 0;
  text-align: center;
}
.guide_contents02 .row .souryouBox {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .guide_contents02 .row .souryouBox img {
    width: 65%;
    margin: 0 auto;
  }
}
.guide_contents02 .row .souryouBox span {
  display: block;
  text-align: center;
  font-size: 50%;
}

/*プライバシーポリシー　CSS*/
.privacy_contents {
  padding: 40px 0;
  color: #604c3f;
}
.privacy_contents .container {
  width: calc(800px - 16px);
}
@media screen and (max-width: 767px) {
  .privacy_contents .container {
    width: calc(100% - 16px);
    margin: 0 auto;
  }
}
.privacy_contents h5 {
  position: relative;
  text-align: center;
}
.privacy_contents h5::after {
  content: "";
  display: block;
  border-bottom: 1px dotted #604c3f;
  margin-top: 16px;
}
.privacy_contents p {
  margin: 0;
  font-size: 100%;
  letter-spacing: 0;
  line-height: 1.5;
}
.privacy_contents h6 {
  margin: 40px 0 0 0;
  font-size: 20px;
  font-weight: 500;
}
.privacy_contents ul {
  margin: 8px 0;
}
.privacy_contents ul li {
  margin: 1rem 0;
  letter-spacing: 0;
  line-height: 1.5;
}
.privacy_contents .firstBox {
  margin: 2rem 0;
}

/*はんぷ会 CSS*/
.hanpu_contents {
  color: #604c3f;
}
.hanpu_contents .row {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .hanpu_contents br {
    display: block;
  }
}
.hanpu_contents h4 {
  text-align: center;
  font-weight: 600;
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: 1.5;
}
.hanpu_contents h4 span {
  font-size: 16px;
  display: block;
}
.hanpu_contents p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.color_contents_bg, .color_contents_bg02 {
  background: url("../img/common/hanpu/SVG/bg_obje01.svg") left top no-repeat;
  padding: 60px 0 0;
  position: relative;
  z-index: 88;
}
@media screen and (max-width: 767px) {
  .color_contents_bg, .color_contents_bg02 {
    padding: 8px 0 0;
  }
}
.color_contents_bg .inner_contents, .color_contents_bg02 .inner_contents {
  background: #fffbc7;
  text-align: center;
  padding: 40px 0;
  color: #604c3f;
}
.color_contents_bg .inner_contents p, .color_contents_bg02 .inner_contents p {
  white-space: normal;
  word-break: normal;
}
.color_contents_bg h3, .color_contents_bg02 h3, .color_contents_bg h6, .color_contents_bg02 h6 {
  margin: 0;
  line-height: 1.25;
}
.color_contents_bg h3, .color_contents_bg02 h3 {
  font-size: clamp(24px, 3.5vw, 42px);
}
.color_contents_bg .subtitle, .color_contents_bg02 .subtitle {
  font-weight: 600;
  font-size: clamp(18px, 1.8vw, 20px);
  line-height: 1.5;
}
.color_contents_bg p span, .color_contents_bg02 p span {
  display: block;
}
.color_contents_bg h6, .color_contents_bg02 h6 {
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 600;
}
.color_contents_bg h6 span, .color_contents_bg02 h6 span {
  font-size: 50%;
}
.color_contents_bg .row, .color_contents_bg02 .row {
  margin: 80px 0 !important;
}
.color_contents_bg .col-3, .color_contents_bg02 .col-3 {
  position: relative;
  margin: 32px 0;
}
.color_contents_bg .col-3 img, .color_contents_bg02 .col-3 img {
  border-radius: 50%;
  max-width: 220px;
  height: 220px;
  object-fit: cover;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.color_contents_bg .col-3 .active, .color_contents_bg02 .col-3 .active {
  position: absolute;
  left: 50%;
  top: 0;
  transition: 0.5s;
  max-width: 220px;
  height: 220px;
  object-fit: cover;
  z-index: 1;
  transform: translateX(-50%);
  margin: 0 auto;
  text-align: center;
}
.color_contents_bg .col-3 smoll, .color_contents_bg02 .col-3 smoll {
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  background: #ffe100;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 3;
  padding: 8px;
  vertical-align: bottom;
  color: #604c3f;
}
@media screen and (max-width: 767px) {
  .color_contents_bg .col-3 smoll, .color_contents_bg02 .col-3 smoll {
    width: 40px;
    height: 40px;
  }
}
.color_contents_bg .col-3 smoll::after, .color_contents_bg02 .col-3 smoll::after {
  content: "月";
  display: inline-block;
  font-size: 16px;
}
.color_contents_bg .col-3 h4, .color_contents_bg02 .col-3 h4 {
  margin: .5rem 0;
  font-weight: 600;
}
.color_contents_bg .col-3 p, .color_contents_bg02 .col-3 p {
  margin: 0;
  line-height: 1.25;
}
.color_contents_bg .btn, .color_contents_bg02 .btn {
  border: none;
  margin: 0 auto;
}
.color_contents_bg .btn img, .color_contents_bg02 .btn img {
  max-width: 319.5748px;
  padding: 2rem 0;
  margin: 0 auto;
}

.color_contents_bg02 {
  background: url("../img/common/hanpu/SVG/bg_obje02.svg") left top no-repeat, url("../img/svg/footer_bg.svg") left 102% no-repeat, white;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .color_contents_bg02 {
    background: url("../img/common/hanpu/SVG/bg_obje02.svg") left top no-repeat, url("../img/svg/footer_bg.svg") left bottom no-repeat, white;
  }
}
.color_contents_bg02 .inner_contents {
  background: white;
  margin: 80px 0;
}
.color_contents_bg02 .inner_contents smoll {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: 600;
  background: #addef8;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 3;
  padding: 8px;
  vertical-align: middle;
  color: #604c3f;
}
.color_contents_bg02 .inner_contents smoll::after {
  content: "月";
  display: inline-block;
  font-size: 16px;
}
.color_contents_bg02 .inner_contents h4 span {
  display: block;
}

.sanchoku_contents {
  background: url("../img/svg/footer_bg.svg") left 104% no-repeat;
  padding: 80px 0 160px;
}
@media screen and (max-width: 767px) {
  .sanchoku_contents {
    padding: 40px 0 140px;
    background: url("../img/svg/footer_bg.svg") left bottom no-repeat;
  }
}
.sanchoku_contents .page_title {
  align-items: flex-end;
  text-align: center;
}
.sanchoku_contents .page_title .row {
  justify-content: center;
}
.sanchoku_contents .page_title img {
  max-width: 161.9411px;
  display: inline-block;
  position: relative;
  left: 20%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sanchoku_contents .page_title img {
    max-width: 80px;
    left: 0;
  }
}
.sanchoku_contents .page_title h3 {
  font-size: clamp(28px, 4vw, 60px);
  vertical-align: bottom;
}
.sanchoku_contents .page_title .souryouObject {
  position: relative;
  top: 0;
}
.sanchoku_contents .shouhinBox02 img {
  width: 100%;
}
.sanchoku_contents .title {
  max-width: 223.7024px;
  display: block;
  margin: 2rem auto;
}
@media screen and (max-width: 767px) {
  .sanchoku_contents .title {
    max-width: 180px;
  }
}
.sanchoku_contents .departure {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sanchoku_contents .departure {
    display: block;
  }
}
.sanchoku_contents .departure .departureBox {
  border: 1px solid #222;
  margin: 16px 8px;
}
@media screen and (max-width: 767px) {
  .sanchoku_contents .departure .departureBox {
    margin: 8px 0;
  }
}
.sanchoku_contents .departure .departureBox:first-of-type {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .sanchoku_contents .departure .departureBox:first-of-type {
    width: 100%;
    margin: 0;
  }
}
.sanchoku_contents .departure .departureBox:last-of-type {
  width: 275px;
}
@media screen and (max-width: 767px) {
  .sanchoku_contents .departure .departureBox:last-of-type {
    width: 100%;
  }
}
.sanchoku_contents .departure .departureBox:last-of-type ol li {
  width: 100%;
}
.sanchoku_contents .departure .departureBox:last-of-type ol:last-of-type li {
  width: calc((100% / 2.2) - 16px);
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .sanchoku_contents .departure .departureBox:last-of-type ol:last-of-type li {
    width: calc((100% / 3.5) - 16px);
  }
}
.sanchoku_contents .departure .departureBox ol {
  padding: 4px 8px;
  margin: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sanchoku_contents .departure .departureBox ol {
    padding: 4px;
  }
}
.sanchoku_contents .departure .departureBox ol li {
  display: inline-block;
  width: calc((100% / 2) - 16px);
  font-size: clamp(16px, 2.1vw, 21px);
}
@media screen and (max-width: 767px) {
  .sanchoku_contents .departure .departureBox ol li {
    width: calc((100% / 2) - 8px);
  }
}
.sanchoku_contents .departure .departureBox ol:last-of-type li {
  width: calc((100% / 4) - 16px);
  padding: 0 8px;
}
.sanchoku_contents .attention ul {
  margin: 0;
}

/*selectspage css*/
.select_contents .page_title img {
  max-width: 902.2489px;
}
.select_contents .page_title p {
  font-size: 16px !important;
  text-align: center;
}
.select_contents .shouhinBox02 img {
  width: 100%;
}

.select-color_contents_bg {
  background: url("../img/svg/footer_bg.svg") left top no-repeat;
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .select-color_contents_bg {
    padding: 16px 0 0;
  }
}
.select-color_contents_bg .inner_contents {
  background: #f39800;
  text-align: center;
  color: white;
}
@media screen and (max-width: 767px) {
  .select-color_contents_bg .inner_contents {
    padding: 40px 0;
  }
}
.select-color_contents_bg .inner_contents .title {
  width: 229.8434px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .select-color_contents_bg .inner_contents .title {
    width: 129.8434px;
  }
}
.select-color_contents_bg .inner_contents h3 {
  font-size: clamp(20px, 2.8vw, 28px);
  margin: 0 auto 2rem;
}
.select-color_contents_bg .inner_contents h5 {
  margin: 0;
  display: inline-block;
}
.select-color_contents_bg .image {
  position: relative;
}
.select-color_contents_bg .image .bigimage {
  position: relative;
  z-index: 0;
  max-width: 586.9312px;
  margin: 0 auto;
}
.select-color_contents_bg .image .bg {
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.select-color_contents_bg .image .obje_image {
  position: absolute;
  top: 16px;
  right: 7.5vw;
}
@media screen and (max-width: 767px) {
  .select-color_contents_bg .image .obje_image {
    top: -24px;
    right: 0vw;
  }
}
.select-color_contents_bg .image .obje_image img {
  width: 236.9027px;
  height: 236.9027px;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .select-color_contents_bg .image .obje_image img {
    width: 120px;
    height: 120px;
  }
}
.select-color_contents_bg .image .image_text {
  position: absolute;
  top: 240px;
  right: 7.5vw;
}
@media screen and (max-width: 767px) {
  .select-color_contents_bg .image .image_text {
    top: 80px;
    right: -16px;
  }
}
@media screen and (max-width: 767px) {
  .select-color_contents_bg .image .image_text br {
    display: block;
  }
}
.select-color_contents_bg .image .image_text p {
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .select-color_contents_bg .image .image_text p {
    font-size: 10px;
    color: #333;
    font-weight: 600;
  }
}
.select-color_contents_bg .row {
  align-items: center;
  justify-content: center;
}
.select-color_contents_bg .row img {
  max-width: 180.7485px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .select-color_contents_bg .row img {
    max-width: 120.7485px;
    display: block;
    margin: 16px auto;
  }
}

.seisan_bg {
  background: url("../img/svg/common_header.svg") left top no-repeat, url("../img/svg/footer_bg.svg") left 102% no-repeat, white;
  padding: 80px 0;
  color: #604c3f;
}
@media screen and (max-width: 767px) {
  .seisan_bg {
    background: url("../img/svg/common_header.svg") left top no-repeat, url("../img/svg/footer_bg.svg") left bottom no-repeat, white;
    padding: 16px 0;
  }
}
.seisan_bg .inner_contents {
  background: white;
  padding: 80px 0;
}
.seisan_bg .inner_contents .title {
  max-width: 607.9435px;
  margin: 0 auto;
}
.seisan_bg .inner_contents .image {
  position: relative;
}
.seisan_bg .inner_contents .image img {
  margin: 0 auto;
}
.seisan_bg .inner_contents .row {
  justify-content: center;
  align-items: center;
}
.seisan_bg .inner_contents h3 {
  text-align: center;
  font-size: clamp(24px, 2.8vw, 28px);
}
@media screen and (max-width: 767px) {
  .seisan_bg .inner_contents h3 {
    margin-bottom: 40px;
  }
}
.seisan_bg .inner_contents h3::before {
  content: "【";
}
.seisan_bg .inner_contents h3::after {
  content: "】";
}
.seisan_bg .inner_contents h2 {
  font-size: clamp(20px, 2.8vw, 28px);
}
@media screen and (max-width: 767px) {
  .seisan_bg .inner_contents h2 {
    text-align: center;
  }
}
.seisan_bg .inner_contents h2::after {
  content: "さん";
  font-size: 80%;
}

.detile_contents {
  padding: 80px 0 160px;
}
@media screen and (max-width: 767px) {
  .detile_contents {
    padding: 80px 0 80px;
  }
}
.detile_contents .slider-nav {
  width: 80%;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 767px) {
  .detile_contents .slider-nav {
    width: 95%;
  }
}
.detile_contents h3 {
  text-align: center;
  font-size: 32px;
  color: #604c3f;
}
.detile_contents h3 span {
  font-size: 80%;
}
.detile_contents h3 img {
  max-width: 129.6px;
  display: inline-block;
}
.detile_contents h3 span img {
  max-width: 129.6px;
}
.detile_contents .row {
  justify-content: center;
}
.detile_contents .row .col-5 {
  color: #604c3f;
}
.detile_contents .row .col-5 h6 {
  font-size: 18px;
  margin: 2rem 0 1rem;
}
.detile_contents .row .col-5 p {
  line-height: 1.5 !important;
  margin: 8px 0;
  text-transform: none;
}
.detile_contents .row .row {
  align-items: center;
}
.detile_contents .row .row p {
  background: white;
  font-size: 18px;
  line-height: 1 !important;
  padding: 22px 14px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #604c3f;
  font-weight: 600;
}
.detile_contents .row .row p span:first-child {
  display: block;
  font-size: 50%;
  font-weight: 500;
  margin-bottom: 4px;
}
.detile_contents .row .row p smoll {
  display: inline-block;
  font-size: 16px;
  margin-right: 2px;
  font-weight: 500;
}
.detile_contents .row .row ol li {
  display: block;
  width: 80%;
  margin: 8px 0;
}
.detile_contents .materials {
  color: #604c3f;
}
.detile_contents .materials p {
  background: white;
  border: 1px solid #333;
  padding: 8px;
}
.detile_contents .nutrition {
  color: #604c3f;
}
.detile_contents .nutrition table {
  width: 100%;
  background: white;
  border: 1px solid #333;
  table-layout: fixed;
  border-collapse: collapse;
}
.detile_contents .nutrition table th, .detile_contents .nutrition table td {
  text-align: center;
  border-right: 1px solid #333;
}
.detile_contents .nutrition p {
  border: 1px solid #333;
  padding: 4px 24px;
  display: inline-block;
  line-height: 1.25;
}
.detile_contents .episode h6 {
  max-width: 361.1431px;
  margin: 2rem auto;
}
.detile_contents .episode ol li {
  background: #f39800;
  padding: 8px 16px;
  border-radius: 8px;
  color: white;
  margin: 1rem 0;
}

.buy_area {
  background: white;
  padding: 8px 24px;
  margin-bottom: 32px;
}
.buy_area h5 {
  font-size: 24px;
  text-align: center;
}
.buy_area h5 span {
  font-size: 60%;
}
.buy_area .sku {
  width: 100%;
}
.buy_area .sku td {
  display: block;
  vertical-align: top;
  padding: 4px 0;
}
.buy_area .sku td:first-of-type {
  padding-bottom: 0;
}
.buy_area .sku p {
  font-size: clamp(16px, 2.2vw, 24px);
  font-weight: 500;
  color: #604c3f;
  text-transform: none;
}
.buy_area .sku tr {
  border-bottom: 1px dotted #ccc;
  padding: 8px 0;
}
.buy_area .sku .sku-cart .sku-price-wrap .price {
  display: block;
  text-align: right;
}
.buy_area .sku .sku-cart .sku-price-wrap .favorite-wrap {
  display: flex;
  align-items: center;
}
.buy_area .sku .sku-cart .sku-price-wrap .favorite-wrap .item-quantity {
  width: calc((100% / 2) - 16px);
}
.buy_area .sku .sku-cart .sku-price-wrap .item-quantity {
  display: inline-block;
}
.buy_area .sku .sku-cart .sku-price-wrap .item-quantity input {
  border: 1px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  width: 18px;
  padding: 8px;
  background: white !important;
}
.buy_area .sku .sku-cart .sku-price-wrap a {
  background: #f38900;
  color: white;
  width: calc((100% / 2) - 4px);
  padding: 8px 16px;
  vertical-align: middle;
  font-weight: 600;
  margin: 0 4px;
  border-radius: 3px;
}
.buy_area p {
  margin: 0;
}
.buy_area p span {
  float: right;
  display: inline-block;
}

.slider-nav li {
  margin: 0 8px;
}

.to-roku {
  max-width: 109.7228px !important;
  margin: 16px auto !important;
}

.red_span li span {
  color: red;
}

.red_top li:first-of-type {
  color: red;
}

.twoRed_top li:first-of-type {
  color: red;
}
.twoRed_top li:nth-of-type(2) {
  color: red;
}

.allergen {
  display: inline-block;
  border: 1px solid #604c3f;
}

/* カート CSS*/
.main-contents {
  margin: 80px 0;
}
.main-contents h2 {
  text-align: center;
  color: #604c3f;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 500;
}
.main-contents .mypage {
  text-align: right;
}
.main-contents .mypage a {
  display: inline-block;
  font-size: 32px;
  margin: 32px 0;
  color: #272727;
}
.main-contents .mypage a i {
  text-align: center;
}
.main-contents .mypage a span {
  font-size: 12px;
  display: block;
  margin-top: 4px;
  text-align: center;
}
.main-contents .checkout-btn-wrap {
  text-align: right;
}
.main-contents .checkout-btn {
  background: #f38900;
  padding: 16px 24px;
  font-size: 16px;
  color: white;
  font-weight: 500;
  display: inline-block;
  margin: 1rem 0 32px;
}
.main-contents table {
  background: white;
  border: 1px solid #888;
}
.main-contents table th {
  background: #f38900;
  color: white;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .main-contents table th {
    display: none;
  }
}
.main-contents table th, .main-contents table td {
  border-right: 1px solid #888;
}
.main-contents td {
  padding: 12px 0;
  text-align: left;
}
.main-contents td p {
  text-transform: none;
}
.main-contents td:nth-of-type(3) {
  text-align: center;
}
.main-contents td:last-of-type {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-contents td {
    display: block;
  }
}
.main-contents tr {
  border-bottom: 1px dotted #888;
}
.main-contents th {
  padding: 8px 16px;
  margin-bottom: 8px;
  text-align: center;
}
.main-contents p {
  margin: 0 !important;
}
.main-contents .cart-list-wrap {
  display: flex;
  align-items: center;
}
.main-contents .cart-list-option-item {
  color: red;
}
.main-contents .cart-list-image img {
  display: inline-block;
  margin: 0 16px !important;
}
.main-contents .cart-list-quantity {
  text-align: center;
}
.main-contents .cart-list-quantity input {
  display: inline-block;
  width: 20px;
  background: white !important;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 6px;
}
.main-contents .cart-list-delete {
  margin-right: 8px;
  text-align: center;
}
.main-contents .cart-list-foot .cart-total {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 600;
}
.main-contents .cart-list-foot .cart-total label {
  display: inline-block;
  margin-right: 16px;
}
.main-contents .cart-list-foot .cart-total p {
  font-size: clamp(18px, 2.2vw, 24px);
}
.main-contents .cart-continue {
  color: #333;
  font-weight: 600;
  text-align: right;
}
.main-contents .cart-continue a {
  background: #f39800;
  color: white;
  padding: 12px 16px;
  border-radius: 6px;
}
.main-contents .noitem-btn-wrap a {
  background: #f39800;
  color: #333;
  padding: 12px 16px;
  border-radius: 6px;
}

/*こだわりページ　CSS*/
.kodawari_contents, .kodawari_contents02 {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .kodawari_contents, .kodawari_contents02 {
    padding: 24px 0;
  }
}
.kodawari_contents h3 img, .kodawari_contents02 h3 img {
  max-width: 720.5103px;
}
@media screen and (max-width: 767px) {
  .kodawari_contents h3 img, .kodawari_contents02 h3 img {
    width: 100%;
  }
}
.kodawari_contents .kodawari_text, .kodawari_contents02 .kodawari_text {
  max-width: 500px;
  margin: 16px auto;
}
@media screen and (max-width: 767px) {
  .kodawari_contents .kodawari_text, .kodawari_contents02 .kodawari_text {
    width: 80%;
  }
}
.kodawari_contents h4, .kodawari_contents02 h4 {
  font-size: clamp(20px, 2vw, 24px);
  text-align: center;
  font-weight: 600;
  margin: 3rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .kodawari_contents h4, .kodawari_contents02 h4 {
    margin: 2rem 0;
  }
}
.kodawari_contents .text_bottom, .kodawari_contents02 .text_bottom {
  max-width: 424.3231px;
  margin: 1rem auto 4rem;
}
@media screen and (max-width: 767px) {
  .kodawari_contents .text_bottom, .kodawari_contents02 .text_bottom {
    width: 100%;
    margin: 1rem auto 2rem;
  }
}
.kodawari_contents .contents_image, .kodawari_contents02 .contents_image {
  max-width: 700px;
  margin: 2rem auto;
}
@media screen and (max-width: 767px) {
  .kodawari_contents .contents_image, .kodawari_contents02 .contents_image {
    width: 100%;
  }
}
.kodawari_contents .contents_image smoll, .kodawari_contents02 .contents_image smoll {
  text-align: right;
  display: block;
  margin: 8px 0;
}
.kodawari_contents .contents_image img, .kodawari_contents02 .contents_image img {
  max-width: 700px !important;
}
@media screen and (max-width: 767px) {
  .kodawari_contents .contents_image img, .kodawari_contents02 .contents_image img {
    width: 100%;
  }
}
.kodawari_contents p, .kodawari_contents02 p {
  max-width: 700px;
  margin: 4rem auto;
}
@media screen and (max-width: 767px) {
  .kodawari_contents p, .kodawari_contents02 p {
    width: 100%;
  }
}
.kodawari_contents .circle, .kodawari_contents02 .circle {
  max-width: 402.5054px;
  margin: 4rem auto;
}
@media screen and (max-width: 767px) {
  .kodawari_contents .circle, .kodawari_contents02 .circle {
    width: 100%;
  }
}
.kodawari_contents .image, .kodawari_contents02 .image {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .kodawari_contents .image, .kodawari_contents02 .image {
    width: 100%;
  }
}

.kodawari_contents02 {
  padding: 0 0 24px;
}
.kodawari_contents02 h6 {
  font-weight: 600;
  text-align: center;
  font-size: clamp(16px, 1.8vw, 18px);
}

.object {
  margin: 100px auto;
  max-width: 319.9513px;
}
@media screen and (max-width: 767px) {
  .object {
    margin: 40px auto;
  }
}

/* カレンダーのサイズ設定 */
.makeshop-calendar1,
.makeshop-calendar2 {
  width: 80%;
  margin: 0 auto 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media screen and (max-width: 767px) {
  .makeshop-calendar1,
  .makeshop-calendar2 {
    width: 80%;
    margin: 0 auto;
  }
}

/* テキスト位置・罫線設定 */
.makeshop-calendar1 th,
.makeshop-calendar1 td,
.makeshop-calendar2 th,
.makeshop-calendar2 td {
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #ccc;
}

/* 【曜日】テキストの太さ・背景設定 */
.makeshop-calendar1 th,
.makeshop-calendar2 th {
  background: white;
  font-weight: bold;
  padding: 10px 0;
}

/* 【日付】テキストの太さ・背景設定 */
.makeshop-calendar1 td,
.makeshop-calendar2 td {
  background: #fff;
  font-weight: bold;
  padding: 8px 0;
}

/* 【今日】テキストの太さ・背景設定 */
.makeshop-calendar1 td.today,
.makeshop-calendar2 td.today {
  background-color: white;
  color: #008000;
}

/* 【日曜日】の設定 */
.makeshop-calendar1 th.sunday,
.makeshop-calendar2 th.sunday {
  color: #ff0000;
}

/* 【日曜日】日付の設定 */
.makeshop-calendar1 tbody td.sunday,
.makeshop-calendar2 tbody td.sunday {
  color: #ff0000;
}

/* 【土曜日】の設定 */
.makeshop-calendar1 th.saturday,
.makeshop-calendar2 th.saturday {
  color: #0000ff;
}

/* 【土曜日】日付の設定 */
.makeshop-calendar1 tbody td.saturday,
.makeshop-calendar2 tbody td.saturday {
  color: #0000ff;
}

/* 【月曜日】の設定 */
.monday {
  color: black;
}

/* 【火曜日】の設定 */
.tuesday {
  color: black;
}

/* 【水曜日】の設定 */
.wednesday {
  color: black;
}

/* 【木曜日】の設定 */
.thursday {
  color: black;
}

/* 【金曜日】の設定 */
.friday {
  color: black;
}

@media screen and (max-width: 640px) {
  .makeshop-calendar1 th,
  .makeshop-calendar1 td,
  .makeshop-calendar2 th,
  .makeshop-calendar2 td {
    font-size: 14px;
  }
}
.calendar smoll {
  display: block;
  text-align: center;
  font-size: 16px !important;
  font-weight: 600;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .calendar smoll {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 767px) {
  .calendar .col-3 {
    margin: 16px 0;
  }
}

/*商取引　CSS*/
.section-title-deco {
  font-weight: bold;
  font-size: clamp(18px, 2.2vw, 24px);
  color: #604c3f;
  text-align: center;
}

.contract-wrap {
  color: #604c3f;
}
@media screen and (max-width: 767px) {
  .contract-wrap br {
    display: block;
  }
}

.section-title, .guide-title {
  text-align: center;
}
.section-title::after, .guide-title::after {
  content: "";
  display: block;
  border-bottom: 1px dotted #604c3f;
  margin-top: 16px;
}

.contract-title {
  font-size: 20px;
  font-weight: 500;
}
.contract-title::before {
  content: "【";
}
.contract-title::after {
  content: "】";
}

.umebosiRecipe p {
  font-size: 16px !important;
  font-weight: 600;
}

.recipe_list {
  padding: 80px 0 40px;
}
.recipe_list:last-of-type {
  padding-bottom: 240px;
}
.recipe_list a {
  color: #604c3f;
}
.recipe_list .row {
  justify-content: center;
  align-items: center;
}
.recipe_list .row h4 {
  margin: 1rem 0 .5rem;
  font-size: clamp(20px, 2.8vw, 28px);
  font-weight: 600;
}
.recipe_list .row p {
  border-bottom: 2px solid #604c3f;
  font-weight: 600;
  margin: 0;
}

.recipe_contents {
  padding-bottom: 160px;
}
.recipe_contents img {
  margin: 0 auto;
}
.recipe_contents .textBox {
  max-width: 800px;
  margin: 0 auto;
}
.recipe_contents h2 {
  font-size: clamp(20px, 2.8vw, 28px);
  text-align: center;
}
.recipe_contents p {
  margin: 1rem 0;
}
.recipe_contents p:first-of-type {
  margin-top: 2rem;
  border-bottom: 1px dashed #604c3f;
}
.recipe_contents h5 {
  font-size: 16px !important;
  margin: 0;
}
.recipe_contents ul {
  margin: 0;
}
.recipe_contents ul li {
  padding: 4px 0;
}
.recipe_contents .image_Btn {
  margin: 3rem 0;
  display: block;
}

.voice_contents {
  padding-bottom: 160px;
}
.voice_contents .voice_list {
  width: 80%;
  padding: 16px;
  border-radius: 6px;
  color: #604c3f;
}
.voice_contents .voice_list h6 {
  font-weight: 600;
}
.voice_contents .voice_list:nth-child(odd) {
  background: #faebb5;
  margin: 2rem auto 2rem 0;
}
.voice_contents .voice_list:nth-child(even) {
  background: white;
  margin: 2rem 0 2rem auto;
}

.wakayama_e-toko {
  padding-bottom: 160px;
}
.wakayama_e-toko img {
  margin: 0 auto;
}
.wakayama_e-toko a {
  color: #604c3f;
}
.wakayama_e-toko h5 {
  text-align: center;
  color: #604c3f;
  font-size: clamp(20px, 2vw, 20px);
}
.wakayama_e-toko h5 span {
  font-size: 70%;
  display: block;
}

.e-tokoContents {
  margin: 80px 0 160px;
}
.e-tokoContents .titleImage {
  margin: 0 auto;
  max-width: 115px;
}
.e-tokoContents h6 {
  font-size: clamp(20px, 2.8vw, 28px);
  text-align: center;
  font-weight: 600;
  color: #604c3f;
}
.e-tokoContents h6 span {
  display: block;
  font-size: 60%;
}
.e-tokoContents a {
  color: #604c3f;
}
.e-tokoContents p {
  text-align: center;
}
.e-tokoContents img {
  margin: 2rem auto;
}
.e-tokoContents iframe {
  width: 500px;
  height: 500px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .e-tokoContents iframe {
    width: 100%;
  }
}

.new_link .row {
  align-items: center;
}
.new_link .row a {
  text-decoration: underline;
  color: #604c3f;
  font-size: clamp(18px, 2vw, 20px);
}

input, textarea, select {
  margin: 0;
  padding: 0;
  background: none !important;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
input::-ms-input-placeholder {
  color: #999;
}

#contact_form {
  margin: 80px 0;
}
#contact_form th, #contact_form td {
  height: 30px;
  padding: 15px 0;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  #contact_form th, #contact_form td {
    display: block;
    height: auto;
    padding: 5px 0;
  }
}
#contact_form th {
  width: 25%;
  letter-spacing: 2px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #contact_form th {
    width: 100%;
    font-weight: bold;
  }
}
#contact_form th span {
  border: 1px solid crimson;
  padding: 4px 8px;
  font-size: 14px;
  color: crimson;
  margin-left: 16px;
}
#contact_form td {
  width: 75%;
}
#contact_form td input, #contact_form td textarea, #contact_form td select {
  border: 1px solid #888;
  background: #ccc !important;
  width: 100%;
  padding: 16px 8px;
  font-size: 15px;
  letter-spacing: .08em;
  border-radius: 0px;
}
#contact_form td input, #contact_form td textarea {
  padding: 16px 0;
  background: #ccc !important;
}
#contact_form td input::placeholder, #contact_form td textarea::placeholder {
  padding-left: 8px;
}
#contact_form td select {
  position: relative;
}
#contact_form td select::before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
  z-index: 22;
}
@media screen and (max-width: 767px) {
  #contact_form td {
    width: 100%;
  }
}
#contact_form .btn {
  display: block;
  width: 300px;
  margin: 32px auto;
  color: white;
  font-size: 16px;
  padding: 16px 0;
  letter-spacing: .2em;
  background-color: #888 !important;
  border: none;
}

.contact_table .required::before {
  content: "*";
  color: red;
}
.contact_table .notdisp {
  display: none;
}
.contact_table input[type="text"], .contact_table input[type="email"], .contact_table input[type="tel"], .contact_table textarea {
  background: #fafafa;
  font-size: 14px;
}
.contact_table input.pluralBtn {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  padding: 0;
  margin: 0;
}
.contact_table #input-people {
  width: 50%;
}
.contact_table #form_add_area input[type="text"], .contact_table #form_add input[type="text"] {
  display: inline-block;
  width: 90%;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .contact_table #form_add_area input[type="text"], .contact_table #form_add input[type="text"] {
    width: 75%;
  }
}

   #nav-toggle:after {
        display: block;
  content: "MENU";
  font-size: 12px;
  color: #fff;
        margin-top: 32px;
 
  }
        .open  #nav-toggle:after {
        display: block;
  content: "MENU";
  font-size: 12px;
  color: #000;
        margin-top: 32px;
 
  }