@charset "UTF-8";
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
html {
  font-size: 100%;
  line-height: 1.5em;
}

/*=======================================
 ■Foundation
=======================================*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
base - 基本設定
========================================================= */
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  padding: vr();
  line-height: vr();
  position: relative;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  body {
    width: 1200px;
  }
}
@media screen and (min-width: 1190px) {
  body {
    width: 100%;
  }
}

/*IE用の記述*/
_:-ms-input-placeholder body, :root body {
  font-family: Meiryo, sans-serif;
}

a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: .3s;
  cursor: pointer;
}
a:hover {
  opacity: .7;
}
a img {
  display: inline-block;
}

/*clearfix*/
.clearfix {
  clear: both;
  display: block;
  float: none;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  font-size: 0;
  height: 0px;
}

/* =======================================
 ■Layout
=======================================*/
/* =========================================================
section - コンテンツの大枠
========================================================= */
.l-container, .l-main--col2, .l-main--col3 {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-container, .l-main--col2, .l-main--col3 {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1300px) {
  .l-container, .l-main--col2, .l-main--col3 {
    max-width: 1310px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-container--fluid-md {
    max-width: 100% !important;
    padding: 0;
  }
}
.l-container.mini, .mini.l-main--col2, .mini.l-main--col3 {
  max-width: 860px;
}
.l-container.w-680, .w-680.l-main--col2, .w-680.l-main--col3 {
  max-width: 680px;
}

/* =========================================================
bootstrap4のグリッドシステム
========================================================= */
/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

.l-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.l-row--no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.l-row--no-gutters > .l-row__col,
.l-row--no-gutters > [class*="l-row__col--"] {
  padding-right: 0;
  padding-left: 0;
}

.l-row__col--1, .l-row__col--2, .l-row__col--3, .l-row__col--4, .l-row__col--5, .l-row__col--6, .l-row__col--7, .l-row__col--8, .l-row__col--9, .l-row__col--10, .l-row__col--11, .l-row__col--12, .l-row__col,
.l-row__col--auto, .l-row__col--sm-1, .l-row__col--sm-2, .l-row__col--sm-3, .l-row__col--sm-4, .l-row__col--sm-5, .l-row__col--sm-6, .l-row__col--sm-7, .l-row__col--sm-8, .l-row__col--sm-9, .l-row__col--sm-10, .l-row__col--sm-11, .l-row__col--sm-12, .l-row__col--sm,
.l-row__col--sm-auto, .l-row__col--md-1, .l-row__col--md-2, .l-row__col--md-3, .l-row__col--md-4, .l-row__col--md-5, .l-row__col--md-6, .l-row__col--md-7, .l-row__col--md-8, .l-row__col--md-9, .l-row__col--md-10, .l-row__col--md-11, .l-row__col--md-12, .l-row__col--md,
.l-row__col--md-auto, .l-row__col--lg-1, .l-row__col--lg-2, .l-row__col--lg-3, .l-row__col--lg-4, .l-row__col--lg-5, .l-row__col--lg-6, .l-row__col--lg-7, .l-row__col--lg-8, .l-row__col--lg-9, .l-row__col--lg-10, .l-row__col--lg-11, .l-row__col--lg-12, .l-row__col--lg,
.l-row__col--lg-auto, .l-row__col--xl-1, .l-row__col--xl-2, .l-row__col--xl-3, .l-row__col--xl-4, .l-row__col--xl-5, .l-row__col--xl-6, .l-row__col--xl-7, .l-row__col--xl-8, .l-row__col--xl-9, .l-row__col--xl-10, .l-row__col--xl-11, .l-row__col--xl-12, .l-row__col--xl,
.l-row__col--xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.l-row__col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  word-break: break-all;
}

.l-row__col--auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.l-row__col--1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.l-row__col--2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.l-row__col--3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.l-row__col--4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.l-row__col--5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.l-row__col--6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.l-row__col--7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.l-row__col--8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.l-row__col--9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.l-row__col--10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.l-row__col--11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.l-row__col--12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.l-row__col--order-first {
  -ms-flex-order: -1;
  order: -1;
}

.l-row__col--order-last {
  -ms-flex-order: 13;
  order: 13;
}

.l-row__col--order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.l-row__col--order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.l-row__col--order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.l-row__col--order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.l-row__col--order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.l-row__col--order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.l-row__col--order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.l-row__col--order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.l-row__col--order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.l-row__col--order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.l-row__col--order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.l-row__col--order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.l-row__col--order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.l-row__col--offset-1 {
  margin-left: 8.333333%;
}

.l-row__col--offset-2 {
  margin-left: 16.666667%;
}

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

.l-row__col--offset-4 {
  margin-left: 33.333333%;
}

.l-row__col--offset-5 {
  margin-left: 41.666667%;
}

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

.l-row__col--offset-7 {
  margin-left: 58.333333%;
}

.l-row__col--offset-8 {
  margin-left: 66.666667%;
}

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

.l-row__col--offset-10 {
  margin-left: 83.333333%;
}

.l-row__col--offset-11 {
  margin-left: 91.666667%;
}

@media screen and (min-width: 576px) {
  .l-row__col--sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .l-row__col--sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .l-row__col--sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .l-row__col--sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .l-row__col--sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .l-row__col--sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .l-row__col--sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .l-row__col--sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .l-row__col--sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-sm-0 {
    margin-left: 0;
  }

  .l-row__col--offset-sm-1 {
    margin-left: 8.333333%;
  }

  .l-row__col--offset-sm-2 {
    margin-left: 16.666667%;
  }

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

  .l-row__col--offset-sm-4 {
    margin-left: 33.333333%;
  }

  .l-row__col--offset-sm-5 {
    margin-left: 41.666667%;
  }

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

  .l-row__col--offset-sm-7 {
    margin-left: 58.333333%;
  }

  .l-row__col--offset-sm-8 {
    margin-left: 66.666667%;
  }

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

  .l-row__col--offset-sm-10 {
    margin-left: 83.333333%;
  }

  .l-row__col--offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media screen and (min-width: 768px) {
  .l-row__col--md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .l-row__col--md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .l-row__col--md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .l-row__col--md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .l-row__col--md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .l-row__col--md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .l-row__col--md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .l-row__col--md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .l-row__col--md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-md-0 {
    margin-left: 0;
  }

  .l-row__col--offset-md-1 {
    margin-left: 8.333333%;
  }

  .l-row__col--offset-md-2 {
    margin-left: 16.666667%;
  }

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

  .l-row__col--offset-md-4 {
    margin-left: 33.333333%;
  }

  .l-row__col--offset-md-5 {
    margin-left: 41.666667%;
  }

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

  .l-row__col--offset-md-7 {
    margin-left: 58.333333%;
  }

  .l-row__col--offset-md-8 {
    margin-left: 66.666667%;
  }

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

  .l-row__col--offset-md-10 {
    margin-left: 83.333333%;
  }

  .l-row__col--offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media screen and (min-width: 1190px) {
  .l-row__col--lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .l-row__col--lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .l-row__col--lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .l-row__col--lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .l-row__col--lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .l-row__col--lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .l-row__col--lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .l-row__col--lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .l-row__col--lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-lg-0 {
    margin-left: 0;
  }

  .l-row__col--offset-lg-1 {
    margin-left: 8.333333%;
  }

  .l-row__col--offset-lg-2 {
    margin-left: 16.666667%;
  }

  .l-row__col--offset-lg-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-lg-4 {
    margin-left: 33.333333%;
  }

  .l-row__col--offset-lg-5 {
    margin-left: 41.666667%;
  }

  .l-row__col--offset-lg-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-lg-7 {
    margin-left: 58.333333%;
  }

  .l-row__col--offset-lg-8 {
    margin-left: 66.666667%;
  }

  .l-row__col--offset-lg-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-lg-10 {
    margin-left: 83.333333%;
  }

  .l-row__col--offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media screen and (min-width: 1300px) {
  .l-row__col--xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .l-row__col--xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .l-row__col--xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .l-row__col--xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .l-row__col--xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .l-row__col--xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .l-row__col--xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .l-row__col--xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .l-row__col--xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-xl-0 {
    margin-left: 0;
  }

  .l-row__col--offset-xl-1 {
    margin-left: 8.333333%;
  }

  .l-row__col--offset-xl-2 {
    margin-left: 16.666667%;
  }

  .l-row__col--offset-xl-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-xl-4 {
    margin-left: 33.333333%;
  }

  .l-row__col--offset-xl-5 {
    margin-left: 41.666667%;
  }

  .l-row__col--offset-xl-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-xl-7 {
    margin-left: 58.333333%;
  }

  .l-row__col--offset-xl-8 {
    margin-left: 66.666667%;
  }

  .l-row__col--offset-xl-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-xl-10 {
    margin-left: 83.333333%;
  }

  .l-row__col--offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.l-row__col--column-between-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.l-row__col--column-around-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/* =========================================================
common -  共通レイアウトの記述
========================================================= */
/*==================================
main
==================================*/
.l-main {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 65px;
  z-index: 3;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .l-main {
    padding-top: 90px;
  }
}

.l-main--narrow {
  max-width: 900px;
  margin: 0 auto;
}

.l-main--mini {
  max-width: 680px;
  margin: 0 auto;
}

/* 2カラム
============*/
.l-main--col2 {
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .l-main--col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .l-main--col2.reverse {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.l-main--col2 .l-main {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-main--col2 .l-main {
    width: calc(100% - 240px);
  }
}
@media screen and (min-width: 768px) {
  .l-main--col2 .l-side {
    width: 200px;
  }
}

/* 3カラム
============*/
.l-main--col3 {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-main--col3 {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 768px) {
  .l-main--col3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.l-main--col3 .l-main {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-main--col3 .l-main {
    width: calc(100% - 360px);
    padding: 0 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-main--col3 .l-side--left {
    width: 200px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .l-main--col3 .l-side--right {
    width: 160px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

/*==================================
section
==================================*/
.l-section {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .l-section {
    margin: 100px auto 0;
  }
}
.l-section.bg-color {
  background: #dddddd !important;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-section.bg-color {
    padding: 50px 0;
  }
}
.l-section--in {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-section--in {
    padding-bottom: 50px;
  }
}

/* =======================================
  ■Object
=======================================*/
/* Component
======================================= */
/* =========================================================
header - ヘッダー関連全てココ
========================================================= */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  padding: 10px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .c-header {
    padding: 0;
    height: 90px;
    width: 1200px;
  }
}
@media screen and (min-width: 1190px) {
  .c-header {
    width: 100%;
  }
}
.c-header__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-header__in {
    padding: 0;
    height: 90px;
  }
}

/*logo======*/
@media screen and (min-width: 768px) {
  .c-header-logo {
    padding: 15px 15px 15px 2%;
    width: 24%;
  }
}
.c-header-logo__link {
  display: block;
  width: 100%;
  max-width: 80%;
}
@media screen and (min-width: 768px) {
  .c-header-logo__link {
    max-width: 275px;
  }
}
.c-header-logo__link img {
  width: 100%;
  vertical-align: bottom;
}

/* =========================================================
footer - footer関連全てココ
========================================================= */
.c-footer {
  background: #E1DDD1;
  padding-bottom: 46px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-footer {
    padding-bottom: 0;
  }
}

/*SNS=================*/
.c-footer-sns__in {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .c-footer-sns__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #D3C8B4;
  }
}

/*pagetop*/
.c-footer-pagetop {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-footer-pagetop {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.c-footer-pagetop__ttl {
  display: none;
  color: #9F764A;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-footer-pagetop__ttl {
    display: inline-block;
    padding: 20px 40px 20px 0;
    border-right: 1px solid #D3C8B4;
  }
}
.c-footer-pagetop__icon {
  display: inline-block;
}
.c-footer-pagetop__icon .link {
  display: inline-block;
  padding: 20px 40px;
  background: url(../images/icon/icon_up_main.svg) no-repeat center;
  background-size: 20px 20px;
}

/*follow*/
.c-footer-follow {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-footer-follow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}
.c-footer-follow__ttl {
  display: none;
  color: #9F764A;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-footer-follow__ttl {
    display: inline-block;
    padding: 20px 30px;
  }
}
.c-footer-follow__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-footer-follow__list {
    padding-left: 20px;
  }
}
.c-footer-follow__item {
  padding: 0 20px;
}
.c-footer-follow__item .link {
  display: inline-block;
  width: 20px;
  height: 20px;
}

/*コピーライト＝＝＝＝＝＝＝＝＝*/
/*logo*/
.c-footer-logo {
  text-align: center;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .c-footer-logo {
    padding: 75px 0;
  }
}
.c-footer-logo img {
  width: 100%;
  max-width: 150px;
}

/*menu*/
.c-footer-menu {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-footer-menu__list {
  min-width: 15%;
  padding-right: 1%;
}
.c-footer-menu__item {
  line-height: 1.3;
}
.c-footer-menu__item .main {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
  color: #9F764A;
}
.c-footer-menu__item .sub {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0 0 15px  15px;
  border-left: 1px solid #9F764A;
  color: #9F764A;
}
.c-footer-menu__item:last-of-type .sub {
  padding-bottom: 0;
}

/*コピーライト＝＝＝＝＝＝＝＝＝*/
.c-footer-copy {
  text-align: center;
  padding: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .c-footer-copy {
    padding: 50px 0 30px;
  }
}
.c-footer-copy__text {
  font-size: 10px;
  font-size: 0.625rem;
  color: #9F764A;
}
@media screen and (min-width: 768px) {
  .c-footer-copy__text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/*fix menu=============*/
.c-fix-menu {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 46px;
  transition: .5s;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .c-fix-menu {
    display: none;
  }
}
.c-fix-menu.active {
  bottom: 0;
}
.c-fix-menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.c-fix-menu__item {
  width: 50%;
}
.c-fix-menu__link {
  display: block;
  text-align: center;
  padding: 15px 20px;
}
.c-fix-menu__link.order {
  background: #9F764A;
}
.c-fix-menu__link.order .in {
  background: url(../images/icon/icon_order_w.svg) no-repeat left center;
  background-size: 18px 18px;
  padding-left: 23px;
}
.c-fix-menu__link.reserve {
  background: #B89A80;
}
.c-fix-menu__link.reserve .in {
  background: url(../images/icon/icon_store_w.svg) no-repeat left center;
  background-size: 18px 18px;
  padding-left: 23px;
}
.c-fix-menu__link .in {
  color: #ffffff;
}

/* =========================================================
navigation - グローバルナビ SPメニュー　内部リンク
========================================================= */
/* =================================
  ■【PC】グローバルナビ
=================================*/
.c-gnav {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-gnav {
    display: block;
    width: calc(100% - 24% - 200px);
  }
}

/*main================*/
.c-gnav-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-gnav-main__item {
  width: 100%;
  position: relative;
}
.c-gnav-main__link {
  display: block;
  width: 100%;
  padding: 10px 5px;
  transition: .3s;
  cursor: pointer;
}
.c-gnav-main__link:hover {
  opacity: .7;
}
.c-gnav-main__link .in {
  font-size: 16px;
  font-size: 1rem;
  color: #9F764A;
  line-height: 1.3;
}

/*sub================*/
.c-gnav-sub {
  width: 250px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}
.c-gnav-sub__item {
  border-bottom: 1px solid #cccccc;
}
.c-gnav-sub__item:last-of-type {
  border-bottom: none;
}
.c-gnav-sub__link {
  display: block;
  padding: 20px;
}
.c-gnav-sub__link .in {
  display: block;
  color: #9F764A;
  background: url(../images/icon/icon_right_main.svg) no-repeat right 6px center;
  background-size: 12px 12px;
  padding-right: 24px;
}

/*icon================*/
.c-gnav-icon {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-gnav-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-gnav-icon__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100px;
  height: 90px;
  text-align: center;
}
.c-gnav-icon__link.order {
  background: #9F764A;
}
.c-gnav-icon__link.order .in {
  background: url(../images/icon/icon_order_w.svg) no-repeat top center;
  background-size: 35px 35px;
}
.c-gnav-icon__link.reserve {
  background: #B89A80;
}
.c-gnav-icon__link.reserve .in {
  background: url(../images/icon/icon_store_w.svg) no-repeat top center;
  background-size: 35px 35px;
}
.c-gnav-icon__link .in {
  display: block;
  padding-top: 40px;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
}

/*====================
　■【SP】横スライドメニュー
====================*/
/*ヘッダーのSPメニューボタン*/
@media screen and (min-width: 768px) {
  .c-slide-menu__btn {
    display: none;
  }
}
.c-slide-menu__btn .in {
  display: block;
  width: 45px;
  height: 45px;
  background: url(../images/icon/icon_manu_main.svg) no-repeat center;
  background-size: 80% 80%;
}

.c-slide-menu {
  background: #9F764A;
  padding: 10px;
}
.c-slide-menu .c-slide-menu-logo {
  margin-bottom: 15px;
}
.c-slide-menu .c-slide-menu-logo__link {
  max-width: 250px;
}
.c-slide-menu .c-slide-menu-logo__link img {
  width: 100%;
}
.c-slide-menu__contents {
  margin-bottom: 20px;
}
.c-slide-menu .c-slide-menu-link__item {
  border-bottom: 1px dashed #ffffff;
}
.c-slide-menu .c-slide-menu-link__item:last-of-type {
  border-bottom: none;
}
.c-slide-menu .c-slide-menu-link__main {
  display: block;
  background: #ffffff;
  padding: 15px;
  transition: .3s;
  cursor: pointer;
}
.c-slide-menu .c-slide-menu-link__main:hover {
  opacity: .7;
}
.c-slide-menu .c-slide-menu-link__main .in {
  display: block;
  background: url(../images/icon/icon_right_main.svg) no-repeat right center;
  background-size: 13px 13px;
  padding-right: 18px;
  color: #9F764A;
  font-size: 15px;
  font-size: 0.9375rem;
}
.c-slide-menu .c-slide-menu-link__main.js-accordion__arrow .in {
  background: url(../images/icon/icon_bottom_main.svg) no-repeat right center;
  background-size: 13px 13px;
  padding-right: 18px;
}
.c-slide-menu .c-slide-menu-link-sub__item {
  border-bottom: 1px dotted #ffffff;
}
.c-slide-menu .c-slide-menu-link-sub__item:last-of-type {
  border-bottom: none;
}
.c-slide-menu .c-slide-menu-link-sub__item .link {
  background: #F2EEE7;
  display: block;
  padding: 15px;
}
.c-slide-menu .c-slide-menu-link-sub__item .link .in {
  display: block;
  background: url(../images/icon/icon_right_main.svg) no-repeat right center;
  background-size: 13px 13px;
  padding-right: 18px;
  color: #9F764A;
  border-left: 1px solid #9F764A;
  padding-left: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3;
}
.c-slide-menu__close .icon {
  display: block;
  padding: 15px;
  border: 1px solid #ffffff;
  text-align: center;
  transition: .3s;
  cursor: pointer;
}
.c-slide-menu__close .icon:hover {
  opacity: .7;
}
.c-slide-menu__close .icon .in {
  background: url(../images/icon/icon_multiply_w.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
  color: #ffffff;
}

/* =================================
  ■【翻訳】Google Language Translator　設置
=================================*/
.c-translation__btn {
  position: absolute;
  top: 105%;
  right: 1%;
}
@media screen and (min-width: 768px) {
  .c-translation__btn {
    top: 102%;
    right: .4%;
  }
}

/* =========================================================
side - サイド
========================================================= */
/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
/*ttl*/
.c-ttl-head {
  text-align: center;
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  .c-ttl-head {
    padding: 50px 0 90px;
  }
}

/*メインタイトル
=============*/
.c-ttl-h1 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #9F764A;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-ttl-h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.c-ttl-h1 + .c-basic-txt, .c-ttl-h1 + .p-basic-list__item, .c-ttl-h1 + .p-ol-list__item, .c-ttl-h1 + .p-ol-list--sub__item {
  color: #9F764A;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c-ttl-h1 + .c-basic-txt, .c-ttl-h1 + .p-basic-list__item, .c-ttl-h1 + .p-ol-list__item, .c-ttl-h1 + .p-ol-list--sub__item {
    margin-top: 15px;
  }
}
.c-ttl-h1 .sub {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h1 .sub {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-ttl-h1 .main {
  display: block;
}

/*h2
=============*/
.c-ttl-h2 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #9F764A;
  text-align: center;
  padding: 30px 0;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2 {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 100px 0;
  }
}
@media screen and (min-width: 768px) {
  .c-ttl-h2.big .in {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

/*h3
=============*/
.c-ttl-h3 {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
.c-basic-txt, .p-basic-list__item, .p-ol-list__item, .p-ol-list--sub__item {
  color: #333333;
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-basic-txt, .p-basic-list__item, .p-ol-list__item, .p-ol-list--sub__item {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-basic-txt p, .p-basic-list__item p, .p-ol-list__item p, .p-ol-list--sub__item p {
  margin-bottom: 10px;
}
.c-basic-txt a, .p-basic-list__item a, .p-ol-list__item a, .p-ol-list--sub__item a {
  color: #1185E7;
  text-decoration: underline;
  display: inline-block;
}
@media screen and (min-width: 576px) {
  .c-basic-txt a, .p-basic-list__item a, .p-ol-list__item a, .p-ol-list--sub__item a {
    transition: .3s;
    cursor: pointer;
  }
  .c-basic-txt a:hover, .p-basic-list__item a:hover, .p-ol-list__item a:hover, .p-ol-list--sub__item a:hover {
    opacity: .7;
  }
}
.c-basic-txt strong, .p-basic-list__item strong, .p-ol-list__item strong, .p-ol-list--sub__item strong {
  font-weight: bold;
}
.c-basic-txt .c-basic-txt--img, .p-basic-list__item .c-basic-txt--img, .p-ol-list__item .c-basic-txt--img, .p-ol-list--sub__item .c-basic-txt--img {
  text-align: center;
  margin: 0 auto 10px;
}
.c-basic-txt img, .p-basic-list__item img, .p-ol-list__item img, .p-ol-list--sub__item img {
  display: inline-block;
}

/*文字配置＝＝＝＝＝＝＝＝＝*/
.pc-center {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .pc-center {
    text-align: center;
  }
}

.sp-center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sp-center {
    text-align: left;
  }
}

/* =========================================================
button - ボタン関係のコンポーネント
========================================================= */
/*ベースボタン＝＝＝＝*/
.c-basic-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 330px;
  width: 100%;
  padding: 20px 10px;
  background-color: #9F764A;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  text-decoration: none !important;
  transition: .3s;
  transition: .3s;
  cursor: pointer;
}
.c-basic-btn:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  .c-basic-btn {
    padding: 18px 10px;
  }
}
.c-basic-btn__in {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  position: relative;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .c-basic-btn__in {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-basic-btn.white {
  background: #ffffff;
}
.c-basic-btn.white .c-basic-btn__in {
  color: #9F764A;
}
.c-basic-btn.arrow {
  border-radius: 5px;
}
.c-basic-btn.arrow .c-basic-btn__in {
  background: url(../images/icon/icon_right_w.svg) no-repeat right center;
  background-size: 12px 12px;
  padding-right: 17px;
}
.c-basic-btn.send {
  background-color: #c60d0d;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  ■ページトップへ戻るボタン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
.c-pagetop {
  text-align: center;
  position: relative;
}

.c-pagetop-btn {
  text-decoration: none;
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #9F764A;
}
.c-pagetop-btn__in {
  text-align: center;
  position: relative;
  z-index: 50;
}
.c-pagetop-btn__icon {
  width: 25px;
  height: 25px;
  position: absolute;
  top: calc(50% + 14px);
  left: -12px;
}

/* =========================================================
media - 画像関係のコンポーネント
========================================================= */
.c-responsive-img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.c-responsive-img__link {
  width: 100%;
}

.c-circle-img {
  border-radius: 50%;
}

/*=============
高さに合わせてトリミング
==============*/
.c-square-img {
  display: block;
  overflow: hidden;
  width: 100%;
  /* トリミングしたい枠の幅 */
  height: 190px;
  /* トリミングしたい枠の高さ */
  position: relative;
}
.c-square-img__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

/* =========================================================
ifream - ifream関連
========================================================= */
/*gmap===================*/
.c-gmap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*ifream===================*/
.c-ifream {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 130%;
}
@media screen and (min-width: 1190px) {
  .c-ifream {
    padding-top: 30.22%;
  }
}
.c-ifream iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =========================================================
pankuzu - パンくず
========================================================= */
/*パンクズ＝＝＝＝＝＝＝＝＝＝＝*/
.c-pankuzu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .c-pankuzu__list {
    padding: 20px 0;
  }
}
.c-pankuzu__item {
  margin-left: 5px;
  background: url(../images/icon/icon_right_silver.svg) no-repeat left center;
  background-size: 5px 5px;
  padding-left: 10px;
  background-position: left top 7px;
  max-width: 50%;
}
@media screen and (min-width: 768px) {
  .c-pankuzu__item {
    background: url(../images/icon/icon_right_silver.svg) no-repeat left center;
    background-size: 8px 8px;
    padding-left: 13px;
    background-position: left top 6px;
  }
}
.c-pankuzu__item:first-of-type {
  margin-left: 0;
  background-image: none;
  padding-left: 0;
  padding-right: 0;
}
.c-pankuzu__name {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-pankuzu__name {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-pankuzu a.c-pankuzu__name {
  color: #A1A1A1;
}
.c-pankuzu span.c-pankuzu__name {
  color: #9F764A;
}

/* =========================================================
pagenation - ページ送り
========================================================= */
.c-pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 20px 0 50px;
}
@media screen and (min-width: 768px) {
  .c-pagenation {
    padding: 60px 0 100px;
  }
}
.c-pagenation .prev {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  padding-right: 15px;
}
.c-pagenation .prev .c-pagenation__link {
  display: inline-block;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  color: #9F764A;
  background: url(../images/icon/icon_left_main.svg) no-repeat left center;
  background-size: 12px 12px;
  padding-left: 17px;
}
.c-pagenation .next {
  padding: 5px;
  padding-left: 15px;
}
.c-pagenation .next .c-pagenation__link {
  display: inline-block;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  color: #9F764A;
  background: url(../images/icon/icon_right_main.svg) no-repeat right center;
  background-size: 12px 12px;
  padding-right: 17px;
}
.c-pagenation .icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 35px;
  height: 35px;
  background: #9F764A;
}
.c-pagenation .icon::before {
  content: '';
  display: block;
  width: 10px;
  height: 35px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 0;
  left: 11px;
}
.c-pagenation .icon::after {
  content: '';
  display: block;
  width: 35px;
  height: 11px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  top: 11px;
  left: 0;
}
.c-pagenation__link {
  margin: 0 3px;
  display: inline-block;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-pagenation__link .page-numbers {
  display: inline-block;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  padding: 5px;
  color: #9F764A;
  transition: .3s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-pagenation__link .page-numbers {
    padding: 7px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-pagenation__link .page-numbers.current {
  background: #9F764A;
  color: #ffffff;
  border: 1px solid #9F764A;
}
.c-pagenation__link .next {
  display: inline-block;
  vertical-align: middle;
}
.c-pagenation__num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* =========================================================
form - フォーム関連
========================================================= */
/*h1*/
.c-ttl-head.contact {
  background: url(../images/contact/photo_main_ttl.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .c-ttl-head.contact {
    padding: 110px 0 100px;
  }
}
.c-ttl-head.contact .c-ttl-h1 .main {
  color: #ffffff;
}
.c-ttl-head.contact .c-basic-txt, .c-ttl-head.contact .p-basic-list__item, .c-ttl-head.contact .p-ol-list__item, .c-ttl-head.contact .p-ol-list--sub__item {
  color: #ffffff;
}

.p-contact-txt {
  margin-bottom: 50px;
  font-weight: bold;
  text-align: center;
}

.p-contact-contents {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-contact-contents {
    margin-bottom: 100px;
  }
}

/*form要素のcssリセット*/
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  display: inline-block;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/*サイト内検索
===========*/
.c-free-search.c-form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-free-search.c-form-content .c-free-search__input.c-form-input {
  -moz-border-radius: 100px 0 0 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px 0 0 100px;
  width: calc(100% - 60px);
  border-right: none;
  margin: 0;
  max-width: 100%;
  border: 1px solid #dddddd;
  padding: 10px 15px;
  height: 42px;
}
.c-free-search.c-form-content .c-free-search__btn {
  display: inline-block;
  vertical-align: bottom;
  background: url(../images/icon/icon_search_w.svg) no-repeat center;
  background-size: auto 60%;
  background-color: #9F764A;
  -moz-border-radius: 0 100px 100px 0;
  -webkit-border-radius: 0;
  border-radius: 0 100px 100px 0;
  border: 1px solid #dddddd;
  border-left: none;
  height: 42px;
  width: 60px;
}

/*問い合わせ　ステップ
===============*/
.c-form-stepbar {
  position: relative;
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .c-form-stepbar {
    margin: 0 auto 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.c-form-stepbar__item {
  position: relative;
  width: calc(100% - 15px);
  background: #F9F9F9;
  padding: 6px 15px 0 6px;
  margin-right: 15px;
  margin-bottom: 5px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .c-form-stepbar__item {
    padding: 9px 15px 0 9px;
    margin-bottom: 0;
    width: 33.333%;
    height: 40px;
  }
}
.c-form-stepbar__item::before, .c-form-stepbar__item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .c-form-stepbar__item::before, .c-form-stepbar__item::after {
    border-width: 20px 0 20px 15px;
  }
}
.c-form-stepbar__item::before {
  border-color: transparent transparent transparent #ffffff;
  left: 0;
}
.c-form-stepbar__item::after {
  border-color: transparent transparent transparent #F9F9F9;
  right: -15px;
}
.c-form-stepbar__item:first-child::before, .c-form-stepbar__item:last-child::after {
  content: none;
}
.c-form-stepbar__item:last-child {
  width: 100%;
  margin-right: 0;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .c-form-stepbar__item:last-child {
    width: 33.333%;
    padding-right: 0;
  }
}
.c-form-stepbar__item .text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #9F764A;
}
@media screen and (min-width: 768px) {
  .c-form-stepbar__item .text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-form-stepbar__item .num {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #9F764A;
  padding: 0 3px;
}
@media screen and (min-width: 768px) {
  .c-form-stepbar__item .num {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-form-stepbar .visited {
  background: #E1DDD1;
}
.c-form-stepbar .visited::after {
  border-color: transparent transparent transparent #E1DDD1;
}
.c-form-stepbar .visited .c-form-stepbar__text {
  font-weight: bold;
  color: #9F764A;
}

/*===================
formの形
====================*/
.c-form .c-form-in {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-in {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-form .c-form-ttl {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-ttl {
    font-size: 16px;
    font-size: 1rem;
    width: 280px;
    margin-bottom: 0;
  }
}
.c-form .c-form-ttl .small {
  font-size: 75%;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .c-form-items {
    width: calc(100% - 280px);
  }
}

.c-form-contents__in {
  border-top: 1px solid #E5E5E5;
  margin-top: 20px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-form-contents__in {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.c-form-contents__ttl {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-form-contents__ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.c-form .c-form-main {
  max-width: 600px;
  margin: 0 auto;
}
.c-form .c-form-main__in {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-main__in {
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-form .c-form-main__in:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.c-form .c-form-main__ttl {
  position: relative;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-main__ttl {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .c-form .c-form-main__contents {
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-form .c-form-main__contents .c-form-input,
.c-form .c-form-main__contents .c-form-select {
  margin: 0 auto 5px;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-main__contents .c-form-input,
  .c-form .c-form-main__contents .c-form-select {
    margin: 0 5px 5px;
  }
}
.c-form .c-form-main__contents .num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-form .c-form-main__contents .add-text {
  width: 100%;
  margin-top: 10px;
}
.c-form .c-form-main__contents .add-text .c-form-select {
  max-width: 250px;
}
.c-form .c-form-main__contents .add-text .c-form-input {
  margin-top: 10px;
}

/*basic
===============*/
/*セレクトタグ*/
.c-form .c-form-select {
  display: block;
  width: 100%;
  min-width: 200px;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url(../images/icon/icon_bottom_black.svg) no-repeat right 5px center;
  background-size: 10px 10px;
  padding-right: 20px;
  border: none;
  background-color: #DEDEDE;
  min-height: 36px;
  line-height: 34px;
}
@media all and (-ms-high-contrast: none) {
  .c-form .c-form-select {
    background: #ffffff;
    padding-right: 5px;
  }
}

/*input*/
.c-form .c-form-input {
  border: 2px solid #DFDBC0;
  padding: 5px 10px;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  max-width: 400px;
  display: block;
  min-height: 36px;
  line-height: 34px;
}
.c-form .c-form-input:focus {
  border-color: #9F764A;
  background: #ebf7ff;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input.mini {
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input.mini2 {
    max-width: 150px;
  }
}
.c-form .c-form-input.mini3 {
  max-width: 90px;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input.mini3 {
    max-width: 100px;
  }
}

/*input text*/
input[type="text"].c-form-text {
  border: 1px solid #dddddd;
  padding: 5px;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/*パスワード*/
@media screen and (min-width: 768px) {
  .c-form-password {
    max-width: 300px;
  }
}

/*ラジオボタン*/
.c-form-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-form-radio {
    min-width: 300px;
    word-break: keep-all;
  }
}
.c-form-radio input {
  display: none !important;
}
.c-form-radio label {
  display: block;
  cursor: pointer;
  width: 50%;
  margin: 0;
  padding: 10px;
  color: #959595;
  border-top: 1px solid #959595;
  border-bottom: 1px solid #959595;
  border-right: 1px solid #959595;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1;
  transition: .2s;
}
.c-form-radio label:first-of-type {
  border-radius: 3px 0 0 3px;
  border-left: 1px solid #959595;
}
.c-form-radio label:last-of-type {
  border-radius: 0 3px 3px 0;
}
@media screen and (min-width: 768px) {
  .c-form-radio label {
    max-width: 200px;
  }
}
.c-form-radio input[type="radio"]:checked + .switch-on {
  background-color: #9F764A;
  color: #ffffff;
  border: none;
}
.c-form-radio--long {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #959595;
  border-left: 1px solid #959595;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.c-form-radio--long label {
  max-width: 100%;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #959595;
  border-right: 1px solid #959595;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-form-radio--long label:first-of-type {
  border-left: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.c-form-radio--long label:last-of-type {
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 0;
}

/*チェックボタン*/
.c-form-checkbox__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media screen and (min-width: 768px) {
  .c-form-checkbox__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.c-form-checkbox__list .c-form-checkbox {
  border: 1px solid #959595;
  width: 46%;
  padding: 10px 5px;
  margin: 0 5px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  text-align: left;
}

.c-form-checkbox {
  display: block;
  width: 100%;
}
.c-form-checkbox__input {
  display: none !important;
}
.c-form-checkbox__parts {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  word-break: break-all;
  padding-left: 25px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-form-checkbox__parts {
    padding-left: 30px;
    padding-right: 0;
  }
}
.c-form-checkbox__parts::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #959595;
  -moz-border-radius: 4;
  -webkit-border-radius: 4;
  border-radius: 4;
  background: #ffffff;
}
.c-form-checkbox__input:checked + .c-form-checkbox__parts {
  color: #9F764A;
  font-weight: bold;
}
.c-form-checkbox__input:checked + .c-form-checkbox__parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 7px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #9F764A;
  border-right: 3px solid #9F764A;
}

/*テキストエリア*/
.c-form-textarea {
  max-width: 400px;
  width: 100%;
  height: 150px;
  margin: 0;
  display: block;
  font-family: sans-serif;
  padding: 3px 10px;
  outline: none;
  background: #ffffff;
  border: 2px solid #DFDBC0;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

/*error必須*/
.c-form-req {
  position: relative;
  padding-right: 50px;
  margin-top: 0px;
}
.c-form-req .c-form-ttl-in::after {
  content: "*";
  color: #c60d0d;
  font-size: 18px;
  font-size: 1.125rem;
}

/*error必須 背景色変更*/
.c-input--req {
  background-color: #ffe8e8;
}
.c-input--req + .c-form-checkbox__parts::before {
  background-color: #ffe8e8;
}

/*error表示*/
.c-form-error {
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-form-error {
    text-align: left;
  }
}
.c-form-error__in {
  color: #c60d0d;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  background: url(../images/icon/icon_exclamation_red.svg) no-repeat left center;
  background-size: 13px 13px;
  padding-left: 18px;
}
.c-form-error.on {
  display: block !important;
}

.c-input--error {
  border-color: #c60d0d !important;
}
.c-input--error + .c-form-checkbox__parts::before {
  border-color: #c60d0d !important;
}
.c-input--error.c-form-radio {
  border: 1px solid #c60d0d;
  -moz-border-radius: 5;
  -webkit-border-radius: 5;
  border-radius: 5;
}

/*ボタンの並び*/
.c-form-btnarea {
  text-align: center;
  margin: 20px auto;
}
.c-form-btnarea .c-basic-btn {
  display: inline-block;
  max-width: 300px;
  margin: 5px auto;
  border: none;
  color: #ffffff;
  font-weight: bold;
  transition: .3s;
  cursor: pointer;
}
.c-form-btnarea .c-basic-btn:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  .c-form-btnarea .c-basic-btn {
    margin: 5px;
  }
}
.c-form-btnarea--reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-form-btnarea--reverse {
    display: block;
  }
}

/*確認画面
=======================*/
.c-form.confirmation .c-form-main__ttl, .c-form.confirmation .c-form-main__contents {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-form.confirmation .c-form-main__ttl, .c-form.confirmation .c-form-main__contents {
    padding: 10px 0;
  }
}
.c-form.confirmation .p-delivery-form__input .input-text::before {
  content: none;
}

/*大きいエラー表示　通常表示
=======================*/
/*error*/
.c-form-box--error {
  margin: 15px auto;
  padding: 20px;
  border: 6px double #c60d0d;
  background: #ffdfdf;
}
.c-form-box--error p {
  text-align: center;
  color: #c60d0d;
  font-weight: bold;
}
.c-form-box--error__title {
  font-size: 120%;
  background: url(../images/icon/icon_exclamation_red.svg) no-repeat left center;
  background-size: 20px 20px;
  padding-left: 25px;
  display: inline-block;
}

/*normal*/
.c-form-box--normal {
  margin: 15px auto;
  padding: 20px;
  border: 2px dashed #9F764A;
  background: #e0fffc;
}
.c-form-box--normal p {
  text-align: center;
  color: #9F764A;
  font-weight: bold;
}
.c-form-box--normal__title {
  font-size: 120%;
  display: inline-block;
}

/*【mw wp form】====================== */
.mw_wp_form .c-form-content input[type="text"], .mw_wp_form .c-form-content input[type="number"], .mw_wp_form .c-form-content input[type="password"], .mw_wp_form .c-form-content input[type="email"], .mw_wp_form .c-form-content input[type="tel"], .mw_wp_form .c-form-content textarea, .mw_wp_form .c-form-content select {
  width: auto;
  max-width: 100%;
}

.c-form-btnarea {
  text-align: center;
}
.c-form-btnarea .c-form-mw-btn {
  display: block;
  margin: 20px auto;
  padding: 15px 20px;
  border-radius: 5px;
  color: #ffffff;
  background: url(../images/icon/icon_right_w.svg) no-repeat right 6.5px center;
  background-size: 13px 13px;
  padding-right: 26px;
  background-color: #9F764A;
  width: 100%;
  max-width: 300px;
  font-size: 14px;
  font-size: 0.875rem;
  transition: .3s;
  cursor: pointer;
}
.c-form-btnarea .c-form-mw-btn:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  .c-form-btnarea .c-form-mw-btn {
    margin: 20px 5px;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-form-btnarea .c-form-mw-btn.back {
  background: url(../images/icon/icon_left_w.svg) no-repeat left 6.5px center;
  background-size: 13px 13px;
  padding-left: 26px;
  background-color: #959595;
}

/*【mw wp form】 ラジオボタン*/
.c-form-radio--mw {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-form-radio--mw {
    min-width: 300px;
    word-break: keep-all;
  }
}
.c-form-radio--mw .mwform-radio-field.horizontal-item {
  margin: 0 0 5px !important;
  padding: 0 5px;
  display: block;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-form-radio--mw .mwform-radio-field.horizontal-item {
    margin: 0 !important;
  }
}
.c-form-radio--mw .mwform-radio-field.horizontal-item label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 7px 0;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  transition: .2s;
}
@media screen and (min-width: 768px) {
  .c-form-radio--mw .mwform-radio-field.horizontal-item label {
    max-width: 200px;
    margin: 0 10px 0 0;
    padding: 15px 0;
  }
}
.c-form-radio--mw .mwform-radio-field.horizontal-item label input {
  display: none !important;
}
.c-form-radio--mw .mwform-radio-field.horizontal-item label input:checked + .mwform-radio-field-text {
  color: #9F764A;
}
.c-form-radio--mw .mwform-radio-field.horizontal-item label input:checked + .mwform-radio-field-text::after {
  background-color: #9F764A;
}
.c-form-radio--mw .mwform-radio-field.horizontal-item label .mwform-radio-field-text {
  display: inline-block;
  position: relative;
  color: #000000;
  padding-left: 25px;
}
.c-form-radio--mw .mwform-radio-field.horizontal-item label .mwform-radio-field-text::before {
  content: '';
  font-size: 11px;
  text-align: center;
  border: 3px solid #F2F0E6;
  background: #ffffff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: 0;
}
.c-form-radio--mw .mwform-radio-field.horizontal-item label .mwform-radio-field-text::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
}

/*copy*/
.c-form-copy {
  background: #F2F0E6;
  padding: 10px;
  height: 150px;
  overflow-y: scroll;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-form-copy {
    height: 250px;
    padding: 20px;
  }
}

/* =========================================================
table.scss - 表
========================================================= */
.c-table {
  background: #F9F9F9;
  border: 1px solid #E5E5E5;
}
@media screen and (min-width: 768px) {
  .c-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-table .c-th, .c-table .c-td {
  padding: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  border-top: 1px solid #E5E5E5;
  letter-spacing: 1px;
  line-height: 1.8;
  width: 100%;
  min-height: 44px;
}
@media screen and (min-width: 768px) {
  .c-table .c-th, .c-table .c-td {
    padding: 15px 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-table .c-th {
  color: #000000;
}
.c-table .c-th:first-of-type {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .c-table .c-th {
    width: 15%;
  }
}
.c-table .c-td {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-table .c-td {
    width: 85%;
  }
  .c-table .c-td:first-of-type {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .c-table--sp-full .c-th, .c-table--sp-full .c-td {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-table--col4 .c-th:nth-of-type(2), .c-table--col4 .c-td:nth-of-type(2) {
    border-top: none;
  }
}
.c-table--col4 .c-th:first-of-type {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .c-table--col4 .c-th {
    width: 15%;
  }
}
.c-table--col4 .c-td {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-table--col4 .c-td:first-of-type {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .c-table--col4 .c-td {
    width: 35%;
  }
}
.c-table__width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-table__width {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
}
.c-table__width .c-table {
  width: 100%;
  border-top: 1px dashed #dddddd;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .c-table__width .c-table {
    border: none;
    border-right: 1px dashed #dddddd;
  }
}
.c-table__width .c-table:last-of-type {
  border-bottom: 1px dashed #dddddd;
}
@media screen and (min-width: 768px) {
  .c-table__width .c-table:last-of-type {
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .c-table__width .c-table {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .c-table__width .c-table .c-th, .c-table__width .c-table .c-td {
    width: 100%;
  }
}

/* =========================================================
list - リストのオブジェクト
========================================================= */
/* ====================
	■シンプルなリスト
	=====================*/
.p-basic-list {
  display: inline-block;
  text-align: left;
}
.p-basic-list__item {
  display: block;
  text-indent: -1.3rem;
  padding-left: 1rem;
  margin-bottom: 5px;
}
.p-basic-list__item:before {
  content: "・";
  color: #9F764A;
}

/* ====================
	■番号付きなリスト
	=====================*/
.p-ol-list {
  display: inline-block;
  text-align: left;
}
.p-ol-list__item {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 5px;
}
.p-ol-list__item > .p-ol-list--sub {
  padding-left: 0;
}

.p-ol-list__item:nth-child(1):before {
  content: "1.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(2):before {
  content: "2.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(3):before {
  content: "3.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(4):before {
  content: "4.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(5):before {
  content: "5.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(6):before {
  content: "6.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(7):before {
  content: "7.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(8):before {
  content: "8.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(9):before {
  content: "9.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* in==================*/
.p-ol-list--sub {
  display: inline-block;
  text-align: left;
  padding: 10px 0 0 10px;
  margin-left: -14px;
}
.p-ol-list--sub__item {
  display: block;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 5px;
}

.p-ol-list--sub__item:nth-child(1):before {
  content: "【1】";
  color: #9F764A;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(2):before {
  content: "【2】";
  color: #9F764A;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(3):before {
  content: "【3】";
  color: #9F764A;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(4):before {
  content: "【4】";
  color: #9F764A;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(5):before {
  content: "【5】";
  color: #9F764A;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(6):before {
  content: "【6】";
  color: #9F764A;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(7):before {
  content: "【7】";
  color: #9F764A;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(8):before {
  content: "【8】";
  color: #9F764A;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(9):before {
  content: "【9】";
  color: #9F764A;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(10):before {
  content: "【10】";
  color: #9F764A;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(11):before {
  content: "【11】";
  color: #9F764A;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(12):before {
  content: "【12】";
  color: #9F764A;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(13):before {
  content: "【13】";
  color: #9F764A;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(14):before {
  content: "【14】";
  color: #9F764A;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(15):before {
  content: "【15】";
  color: #9F764A;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(16):before {
  content: "【16】";
  color: #9F764A;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(17):before {
  content: "【17】";
  color: #9F764A;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(18):before {
  content: "【18】";
  color: #9F764A;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(19):before {
  content: "【19】";
  color: #9F764A;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(20):before {
  content: "【20】";
  color: #9F764A;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* ====================
	■下線
	=====================*/
.p-line-list__item {
  border-top: 1px solid #cccccc;
  padding: 15px 10px;
}
.p-line-list__item:first-of-type {
  border-top: none;
}

/* =========================================================
trigger - トリガー
========================================================= */
.invisible {
  opacity: 0.0;
  transition: opacity 0.5s ease;
}

.c-trigger_delay_2 {
  animation-delay: .2s;
}
.c-trigger_delay_4 {
  animation-delay: .4s;
}
.c-trigger_delay_6 {
  animation-delay: .6s;
}
.c-trigger_delay_8 {
  animation-delay: .8s;
}
.c-trigger_delay_10 {
  animation-delay: 1s;
}
.c-trigger_delay_12 {
  animation-delay: 1.2s;
}
.c-trigger_delay_14 {
  animation-delay: 1.4s;
}
.c-trigger_delay_16 {
  animation-delay: 1.6s;
}
.c-trigger_delay_18 {
  animation-delay: 1.8s;
}
.c-trigger_delay_20 {
  animation-delay: 2s;
}
.c-trigger_duration_1 {
  --animate-duration: 1.5s;
}
.c-trigger_duration_2 {
  --animate-duration: 2s;
}
.c-trigger_duration_3 {
  --animate-duration: 3s;
}
.c-trigger_duration_4 {
  --animate-duration: 4s;
}

/* =========================================================
reveal effect - テキストエフェクト
========================================================= */
@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes passing-txt {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u-passing .u-passing-bar {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.u-passing .u-passing-bar:before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #777;
}
.u-passing .u-passing-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.u-passing.move .u-passing-time:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 1s ease 0s 1 normal forwards;
}
.u-passing.move .u-passing-time_delay02:before {
  -webkit-animation: passing-bar 1s ease .2s 1 normal forwards;
  animation: passing-bar 1s ease .2s 1 normal forwards;
}
.u-passing.move .u-passing-time_delay04:before {
  -webkit-animation: passing-bar 1s ease .4s 1 normal forwards;
  animation: passing-bar 1s ease .4s 1 normal forwards;
}
.u-passing.move .u-passing-time_delay06:before {
  -webkit-animation: passing-bar 1s ease .6s 1 normal forwards;
  animation: passing-bar 1s ease .6s 1 normal forwards;
}
.u-passing.move .u-passing-txt {
  -webkit-animation: passing-txt 0s ease .6s 1 normal forwards;
  animation: passing-txt 0s ease .6s 1 normal forwards;
}

/* =========================================================
plugin - jsの追記
========================================================= */
/*=======================
【 js-inview】スクロール位置の取得
headerのfix
*/
.js-inview {
  transition: 1.5s;
  position: relative;
  bottom: -30px;
  opacity: 0;
}
.js-inview.active {
  bottom: 0;
  opacity: 1;
}

/*===================
横から出るメニュー　
*/
article.js-menu--list {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9999;
  transition: .4s;
  min-height: 100%;
  height: 100%;
  width: 90%;
  overflow-y: scroll;
}
article.js-menu--list.active {
  right: 0;
}
article.js-menu--list div.g-menu_contents {
  height: 100%;
}
article.js-menu--list.active .g-menu_close {
  left: 1em;
}

article.back_curtain {
  display: none;
  height: 100vh;
  width: 100vw;
  background: url("../images/icon/icon_multiply_w.svg") no-repeat;
  background-size: 8% auto;
  background-position: left 1% top 5px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  position: fixed;
  top: 0;
}

.js-menu--open,
.js-image-menu--open {
  cursor: pointer;
}

/*======================
【js-open】 gnav ホバーニュー
======================*/
@media screen and (max-width: 767px) {
  .js-open {
    position: fixed;
    left: 0;
    bottom: calc(-100% + 55px);
    z-index: 1000;
    width: 100%;
    height: 100%;
    transition: .3s;
  }
}
.js-open .js-open-body {
  display: none;
}
@media screen and (min-width: 768px) {
  .js-open .js-open-btn,
  .js-open .js-open-close {
    display: none;
  }
}
.js-open.hover:hover > .js-open-body {
  display: block;
}
.js-open.js-clicked {
  bottom: 0;
  overflow-y: scroll;
  height: 100%;
}

/*======================
【js-open】検索サイド　スマホの処理
======================*/
@media screen and (max-width: 767px) {
  .js-open {
    position: fixed;
    left: 0;
    bottom: calc(-100% + 55px);
    z-index: 1000;
    width: 100%;
    height: 100%;
    transition: .3s;
  }
}
@media screen and (min-width: 768px) {
  .js-open .js-open-btn,
  .js-open .js-open-close {
    display: none;
  }
}
.js-open.js-clicked {
  bottom: 0;
  overflow-y: scroll;
  height: 100%;
}

/*======================
【js-media-accordion】レスポンシブしたらドロップダウンメニューに
======================*/
.js-media-accordion__btn {
  transition: .3s;
  cursor: pointer;
}
.js-media-accordion__btn:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  .js-media-accordion__btn {
    cursor: inherit;
  }
  .js-media-accordion__btn:hover {
    opacity: 1;
  }
}
.js-media-accordion__btn__in {
  background: url(../images/icon/icon_bottom_w.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .js-media-accordion__btn__in {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.js-media-accordion__btn.rotate .js-media-accordion__btn__in {
  background: url(../images/icon/icon_up_w.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
}

.js-media-accordion__body {
  display: none;
}
@media screen and (min-width: 768px) {
  .js-media-accordion__body {
    display: block;
  }
}

/*======================
【js-slick】スライダー
======================*/
.slick-slider {
  opacity: 0;
  transition: 0.3s;
}
.slick-slider.slick-initialized {
  opacity: 1;
}
.slick-slider .slick-track {
  min-width: 100%;
}

.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.js-slick-prev,
.js-slick-next {
  display: block;
  position: absolute;
  top: calc(50% - 27px);
  width: 33px;
  height: 54px;
  background-color: #9F764A;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  z-index: 50;
  transition: .3s;
  cursor: pointer;
}
.js-slick-prev:hover,
.js-slick-next:hover {
  opacity: .7;
}

.js-slick-prev {
  left: 0;
  background-image: url(../images/icon/icon_arrow_left_w.svg);
  -moz-border-radius: 0 100% 100% 0/50%;
  -webkit-border-radius: 0;
  border-radius: 0 100% 100% 0/50%;
  background-position: left 2px center;
}

.js-slick-next {
  right: 0;
  background-image: url(../images/icon/icon_arrow_right_w.svg);
  -moz-border-radius: 100% 0 0 100%/50%;
  -webkit-border-radius: 100%;
  border-radius: 100% 0 0 100%/50%;
  background-position: right 2px center;
}

.slick-dots {
  bottom: -45px;
}
.slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
.slick-dots li .js-slick__dots-item {
  color: #dddddd;
  font-size: 13px;
}
.slick-dots li.slick-active .js-slick__dots-item {
  color: #9F764A;
}

.js-slick-fllwidth .slick-dots {
  bottom: -45px;
}
.js-slick-fllwidth .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
.js-slick-fllwidth .slick-dots li .js-slick__dots-item {
  color: #D6D6D6;
  font-size: 13px;
}
.js-slick-fllwidth .slick-dots li.slick-active .js-slick__dots-item {
  color: #7D7D7D;
}

/*===================
【js-colorbox】画像のポップアップ
*/
#colorbox #cboxTitle {
  width: 100%;
  color: #9F764A;
  font-weight: bold;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
#colorbox #cboxClose {
  background: url("../images/icon/icon_multiply_w.svg") no-repeat center;
  background-color: #9F764A;
  background-size: 60% 60%;
  width: 32px;
  height: 32px;
  top: -32px;
  right: 0px;
  transition: .3s;
  cursor: pointer;
}
#colorbox #cboxClose:hover {
  opacity: .7;
}
#colorbox #cboxNext {
  background: url("../images/icon/icon_right_w.svg") no-repeat center;
  background-color: #9F764A;
  background-size: 70% 70%;
  width: 35px;
  height: 35px;
  top: calc(50% - 17px);
  right: 0;
  border: 1px solid #959595;
  opacity: 0.8;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
  transition: .3s;
  cursor: pointer;
}
#colorbox #cboxNext:hover {
  opacity: .7;
}
#colorbox #cboxPrevious {
  background: url("../images/icon/icon_left_w.svg") no-repeat center;
  background-color: #9F764A;
  background-size: 70% 70%;
  width: 35px;
  height: 35px;
  top: calc(50% - 17px);
  left: 0;
  border: 1px solid #959595;
  opacity: 0.8;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0;
  transition: .3s;
  cursor: pointer;
}
#colorbox #cboxPrevious:hover {
  opacity: .7;
}

/*===========
js-scrollbar
===========*/
.ps__rail-x, .ps__rail-y {
  opacity: 0.8 !important;
}

.ps__rail-x {
  background: none !important;
}

.ps__thumb-x {
  background: #9F764A !important;
  cursor: pointer;
}

/*Project
======================================= */
/* =========================================================
common - 共通コンテンツ
========================================================= */
/*page nav==============*/
.p-pagenav {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .p-pagenav {
    padding: 80px 0;
  }
}
.p-pagenav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-pagenav__item {
  width: 33.3%;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-pagenav__item {
    width: 20%;
  }
}
.p-pagenav__item .btn {
  display: block;
  padding: 15px 5px;
  background: #ffffff;
  border: 1px solid #9F764A;
  text-align: center;
  color: #9F764A;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .p-pagenav__item .btn {
    padding: 20px 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-pagenav__item .btn.active, .p-pagenav__item .btn:hover {
  background: #9F764A;
  color: #ffffff;
  opacity: 1;
}

/*nav===============*/
.p-pagenav02 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-pagenav02 {
    margin-top: 45px;
  }
}
.p-pagenav02__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.p-pagenav02__item {
  max-width: 279px;
  width: 100%;
  padding: 0 2px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-pagenav02__item {
    padding: 0 10px;
  }
}
.p-pagenav02__link {
  display: block;
  padding: 8px 3px 5px;
  border: 1px solid #9F764A;
  background: #ffffff;
  color: #9F764A;
}
@media screen and (min-width: 768px) {
  .p-pagenav02__link {
    padding: 20px;
  }
}
.p-pagenav02__link .in {
  display: block;
  width: 100%;
  background: url(../images/icon/icon_bottom_main.svg) no-repeat bottom center;
  background-size: 10px 10px;
  padding-bottom: 15px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-pagenav02__link .in {
    padding: 0;
    background: url(../images/icon/icon_bottom_main.svg) no-repeat left center;
    background-size: 12px 12px;
    padding-left: 17px;
    font-size: 16px;
    font-size: 1rem;
  }
}

/*icon*/
.p-icon-week {
  display: block;
  width: 85px;
  height: 85px;
  background: #FFFF01;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-icon-week .in {
  display: block;
  color: #9F764A;
  font-weight: bold;
  line-height: 1.1;
}
.p-icon-week .in .big {
  font-size: 28px;
  font-size: 1.75rem;
  display: inline-block;
  vertical-align: baseline;
}
.p-icon-week .in .small {
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline-block;
  vertical-align: baseline;
}

/*おすすめ===============*/
.p-recommendation {
  background: url(../images/common/wallpaper.jpg) center top;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-recommendation {
    padding: 80px 0;
  }
}
.p-recommendation__ttl {
  margin-bottom: 30px;
  text-align: center;
  color: #9F764A;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-recommendation__ttl {
    margin-bottom: 40px;
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-recommendation__item {
  padding: 20px 15px 5px;
}
.p-recommendation__in {
  position: relative;
  display: block;
  width: 100%;
  max-width: 295px;
  margin: 0 auto;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.p-recommendation__icon.p-icon-week {
  top: -20px;
  left: -15px;
}
.p-recommendation__photo {
  text-align: center;
  background: #F4F5F9;
}
.p-recommendation__photo img {
  vertical-align: bottom;
  width: 100%;
  max-width: inherit;
}
.p-recommendation__contents {
  background: #ffffff;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-recommendation__contents {
    padding: 15px 10px 20px;
  }
}
.p-recommendation__name {
  color: #9F764A;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 10px;
  min-height: 56px;
}
@media screen and (min-width: 768px) {
  .p-recommendation__name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-recommendation__pay {
  color: #9F764A;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-recommendation__pay {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* =========================================================
top - topページの独自コンテンツ
========================================================= */
/*TOPだけheaderデザインが特殊*/
@media screen and (max-width: 767px) {
  .p-top .c-header {
    box-shadow: none;
    background: none;
    transition: .3s;
  }
  .p-top .c-header-logo__link {
    background: url(../images/common/head_logo_w.svg) no-repeat left center;
    background-size: contain;
  }
  .p-top .c-header-logo__link img {
    opacity: 0;
  }
  .p-top .c-slide-menu__btn .in {
    background-image: url(../images/icon/icon_manu_w.svg);
  }
  .p-top .c-header.active {
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  }
  .p-top .c-header.active .c-header-logo__link {
    background: none;
  }
  .p-top .c-header.active .c-header-logo__link img {
    opacity: 1;
  }
  .p-top .c-header.active .c-slide-menu__btn .in {
    background-image: url(../images/icon/icon_manu_main.svg);
  }
}
.p-top .l-main {
  padding-top: 0;
}

/* メインヴィジュアル============================*/
.p-mainvisual {
  position: relative;
  height: 100vh;
}
.p-mainvisual::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/top/photo_mainimg_sp.jpg) no-repeat top center;
  background-size: cover;
  z-index: 4;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .p-mainvisual::before {
    background: url(../images/top/photo_mainimg_pc.jpg) no-repeat top center;
    background-size: cover;
  }
}
.p-mainvisual img {
  width: 100%;
}
.p-mainvisual .l-container, .p-mainvisual .l-main--col2, .p-mainvisual .l-main--col3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-mainvisual__in {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 65px;
  height: 90vh;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__in {
    padding-top: 90px;
    height: 95vh;
  }
}

/*logo*/
.p-mainvisual-logo {
  max-width: 140px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mainvisual-logo {
    max-width: 180px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    padding: 0 20px 65px;
  }
}

/*news*/
.p-mainvisual-news {
  display: none;
  background: #ffffff;
  width: 100%;
  max-width: 400px;
  padding: 20px;
  -webkit-box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) {
  .p-mainvisual-news {
    display: block;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 50;
    opacity: 0;
    transition: all .6s ease-out;
  }
}
.p-mainvisual-news.active {
  bottom: 10px;
}
.p-mainvisual-news.close {
  display: none !important;
}
.p-mainvisual-news.invisible {
  opacity: 0;
}
.p-mainvisual-news__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  color: #9F764A;
  padding-bottom: 15px;
  border-bottom: 1px solid #A88062;
  margin-bottom: 15px;
}
.p-mainvisual-news__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../images/icon/icon_batu_main.svg) no-repeat center;
  transition: .3s;
  cursor: pointer;
}
.p-mainvisual-news__close:hover {
  opacity: .7;
}
.p-mainvisual-news__article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-mainvisual-news__article .article-photo {
  width: 130px;
  padding-right: 15px;
}
.p-mainvisual-news__article .article-text {
  width: calc(100% - 130px);
  font-size: 15px;
  font-size: 0.9375rem;
}
.p-mainvisual-news__article .article-text .ttl {
  line-height: 1.6;
  color: #333333;
}
.p-mainvisual-news__article .article-text .date {
  margin-top: 15px;
  color: #7B7878;
}

/*最新情報を通知でお届け*/
.p-mainvisual-newsform {
  border-top: 1px solid #A88062;
  margin-top: 20px;
  padding-top: 20px;
}
.p-mainvisual-newsform__ttl {
  text-align: center;
  color: #9F764A;
  margin-bottom: 10px;
}
.p-mainvisual-newsform__btn {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #9F764A;
  border-left: 1px solid #9F764A;
}
.p-mainvisual-newsform__btn .btn {
  width: 50%;
  display: block;
  border-right: 1px solid #9F764A;
  border-bottom: 1px solid #9F764A;
  background: #ffffff;
  padding: 15px;
  text-align: center;
}
.p-mainvisual-newsform__btn .btn.on {
  background: #9F764A;
}
.p-mainvisual-newsform__btn .btn.on .in {
  color: #ffffff;
}
.p-mainvisual-newsform__btn .btn .in {
  color: #9F764A;
}

/*ストーリー＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-top-story {
  background: url(../images/common/wallpaper.jpg) center top;
  padding-top: 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-story {
    padding-top: 200px;
  }
}
.p-top-story__mainimg {
  text-align: center;
  height: 40vh;
  overflow: hidden;
  position: relative;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-story__mainimg {
    display: block;
  }
}
.p-top-story__mainimg::before {
  content: '';
  background: url(../images/top/photo_story_main.jpg) no-repeat top center;
  background-size: cover;
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: block;
  background-attachment: fixed;
}
.p-top-story__mainimg img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-story__in {
    position: relative;
    margin: -40px 0 0;
  }
}
.p-top-story__text {
  width: calc(100% - 40px);
  margin: 0 auto 0;
  background: #ffffff;
  padding: 40px 20px 80px;
  text-align: center;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-top-story__text {
    width: 50%;
    padding: 67px 30px 50px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
  }
}
.p-top-story__text .c-basic-txt, .p-top-story__text .p-basic-list__item, .p-top-story__text .p-ol-list__item, .p-top-story__text .p-ol-list--sub__item {
  color: #9F764A;
  line-height: 2.8;
}
@media screen and (min-width: 768px) {
  .p-top-story__text .c-basic-txt, .p-top-story__text .p-basic-list__item, .p-top-story__text .p-ol-list__item, .p-top-story__text .p-ol-list--sub__item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-top-story__ttl {
  color: #9F764A;
}
.p-top-story__ttl .main {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-top-story__ttl .main {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 90px;
  }
}
.p-top-story__ttl .sub {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-top-story__ttl .sub {
    font-size: 38px;
    font-size: 2.375rem;
    margin-bottom: 50px;
  }
}
.p-top-story .c-basic-txt, .p-top-story .p-basic-list__item, .p-top-story .p-ol-list__item, .p-top-story .p-ol-list--sub__item {
  opacity: 0;
}
.p-top-story__photo {
  position: relative;
  margin-top: -50px;
  padding-right: 20%;
  z-index: 6;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-top-story__photo {
    background: none;
    width: 50%;
    padding: 0;
    margin-top: 70px;
  }
}
.p-top-story__photo img {
  vertical-align: bottom;
}
.p-top-story__movie {
  position: relative;
  padding: 50px 20px 0;
  margin: 50px auto 0;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-top-story__movie {
    margin: 200px auto 0;
    padding: 0;
    text-align: center;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(60%, #ffffff), color-stop(100%, #ffffff));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, #ffffff 60%, #ffffff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, #ffffff 60%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, #ffffff 60%, #ffffff 100%);
  }
}
.p-top-story__movie::before {
  content: '';
  display: block;
  width: 50%;
  padding-top: 50%;
  background: #DEDBCD;
  position: absolute;
  top: -50%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-top-story__movie::before {
    top: -16%;
    padding-top: 40%;
  }
}
.p-top-story__movie .link, .p-top-story__movie iframe {
  display: inline-block;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1000px;
}
.p-top-story__movie .link img, .p-top-story__movie iframe img {
  vertical-align: bottom;
}

/*アニメーション*/
.p-top-story__text.active .p-top-story__ttl .main {
  position: relative;
  -moz-animation: story-anime 1500ms alternate 500ms forwards;
  -webkit-animation: story-anime 1500ms alternate 500ms forwards;
  animation: story-anime 1500ms alternate 500ms forwards;
}
.p-top-story__text.active .p-top-story__ttl .sub {
  position: relative;
  -moz-animation: story-anime 1500ms alternate 1000ms forwards;
  -webkit-animation: story-anime 1500ms alternate 1000ms forwards;
  animation: story-anime 1500ms alternate 1000ms forwards;
}
.p-top-story__text.active .c-basic-txt, .p-top-story__text.active .p-basic-list__item, .p-top-story__text.active .p-ol-list__item, .p-top-story__text.active .p-ol-list--sub__item {
  position: relative;
  -moz-animation: story-anime 1500ms alternate 1500ms forwards;
  -webkit-animation: story-anime 1500ms alternate 1500ms forwards;
  animation: story-anime 1500ms alternate 1500ms forwards;
}

/*[story-anime]の実行*/
@-moz-keyframes story-anime {
  0% {
    opacity: 0;
    bottom: 50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes story-anime {
  0% {
    opacity: 0;
    bottom: 50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes story-anime {
  0% {
    opacity: 0;
    bottom: 50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/*食パン＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-top-shokupan {
  background: #ffffff;
  padding-top: 50px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-shokupan {
    padding-top: 215px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-shokupan .l-container, .p-top-shokupan .l-main--col2, .p-top-shokupan .l-main--col3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-top-shokupan__ttl {
  margin-bottom: 40px;
  text-align: center;
  color: #9F764A;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-shokupan__ttl {
    margin-bottom: 110px;
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-top-shokupan .p-shokupanlist-box {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-top-shokupan .p-shokupanlist-box {
    padding-bottom: 100px;
  }
}

/*ラインナップ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-top-lineup {
  background: url(../images/common/wallpaper.jpg) top center;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-top-lineup {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-lineup .l-container, .p-top-lineup .l-main--col2, .p-top-lineup .l-main--col3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-top-lineup__ttl {
  margin-bottom: 50px;
  text-align: center;
  color: #9F764A;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-top-lineup__ttl {
    margin-bottom: 100px;
  }
}
.p-top-lineup__ttl .main {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-top-lineup__ttl .main {
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-top-lineup__ttl .sub {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-lineup__ttl .sub {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/*box*/
.p-top-lineup-box {
  position: relative;
  margin-bottom: 40px;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .p-top-lineup-box {
    margin-bottom: 100px;
    -webkit-box-shadow: 2px 2px 5px 0 transparent;
    -moz-box-shadow: 2px 2px 5px 0 transparent;
    box-shadow: 2px 2px 5px 0 transparent;
  }
}
.p-top-lineup-box:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-top-lineup-box.js-inview {
    bottom: 0;
    opacity: 1;
  }
}
.p-top-lineup-box__photo img {
  vertical-align: bottom;
}
.p-top-lineup-box__contents {
  position: relative;
  transition: .3s;
  cursor: pointer;
}
.p-top-lineup-box__contents a.a100:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-top-lineup-box__contents a.a100.in-link {
  position: relative;
  z-index: 5;
}
.p-top-lineup-box__contents:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  .p-top-lineup-box__contents {
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: -53px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-lineup-box__contents.js-inview {
    bottom: 0;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-top-lineup-box__contents.js-inview {
    bottom: -100px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-lineup-box__contents.js-inview.active {
    bottom: 0;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-top-lineup-box__contents.js-inview.active {
    bottom: -53px;
  }
}
.p-top-lineup-box__text {
  background: #ffffff;
  text-align: center;
  padding: 20px 10px;
}
.p-top-lineup-box__text .c-basic-txt, .p-top-lineup-box__text .p-basic-list__item, .p-top-lineup-box__text .p-ol-list__item, .p-top-lineup-box__text .p-ol-list--sub__item {
  color: #9F764A;
}
.p-top-lineup-box__ttl {
  background: #9F764A;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1px;
}

/*ジャム＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-top-jam {
  background: #E1DDD1;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-top-jam {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-jam .l-container, .p-top-jam .l-main--col2, .p-top-jam .l-main--col3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-top-jam__ttl {
  margin-bottom: 40px;
  text-align: center;
  color: #9F764A;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-jam__ttl {
    margin-bottom: 110px;
    font-size: 32px;
    font-size: 2rem;
  }
}

/*box*/
.p-top-jam-box {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-top-jam-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-jam-box.even .p-top-jam-box__contents {
    -webkit-box-ordinal-group: unset1;
    -webkit-order: unset;
    -moz-order: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}
@media screen and (min-width: 768px) {
  .p-top-jam-box.even .p-top-jam-box__head {
    padding-left: 30px;
  }
}
.p-top-jam-box:last-of-type {
  margin-bottom: 0;
}
.p-top-jam-box__head {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-jam-box__head {
    width: 370px;
    margin-top: 0;
  }
}
.p-top-jam-box__ttl {
  text-align: center;
  color: #9F764A;
}
@media screen and (min-width: 768px) {
  .p-top-jam-box__ttl {
    text-align: left;
  }
}
.p-top-jam-box__ttl .sub {
  display: block;
  line-height: 1.3;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-jam-box__ttl .sub {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top-jam-box__ttl .main {
  display: block;
  line-height: 1.3;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-top-jam-box__ttl .main {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
.p-top-jam-box .c-basic-txt, .p-top-jam-box .p-basic-list__item, .p-top-jam-box .p-ol-list__item, .p-top-jam-box .p-ol-list--sub__item {
  color: #9F764A;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-jam-box .c-basic-txt, .p-top-jam-box .p-basic-list__item, .p-top-jam-box .p-ol-list__item, .p-top-jam-box .p-ol-list--sub__item {
    text-align: left;
  }
}
.p-top-jam-box__btn {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-jam-box__btn {
    margin-top: 30px;
  }
}
.p-top-jam-box__contents {
  position: relative;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-top-jam-box__contents {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: calc(100% - 370px);
  }
}
.p-top-jam-box__contents .in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
}
@media screen and (min-width: 768px) {
  .p-top-jam-box__contents .in {
    width: 1160px;
  }
}
.p-top-jam-box__contents .in4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 860px;
}
@media screen and (min-width: 768px) {
  .p-top-jam-box__contents .in4 {
    width: 1560px;
  }
}
.p-top-jam-box__contents .in5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1080px;
}
@media screen and (min-width: 768px) {
  .p-top-jam-box__contents .in5 {
    width: 1960px;
  }
}
.p-top-jam-box__contents .in7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1520px;
}
@media screen and (min-width: 768px) {
  .p-top-jam-box__contents .in7 {
    width: 2760px;
  }
}
.p-top-jam-box__photo {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-jam-box__photo {
    padding-left: 40px;
  }
}
.p-top-jam-box__photo:first-of-type {
  padding-left: 0;
}
.p-top-jam-box__photo img {
  width: 200px;
}
@media screen and (min-width: 768px) {
  .p-top-jam-box__photo img {
    width: 360px;
  }
}

/*menu＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-top-menu {
  background: #ffffff;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-top-menu {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-menu .l-container, .p-top-menu .l-main--col2, .p-top-menu .l-main--col3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-top-menu__ttl {
  margin-bottom: 40px;
  text-align: center;
  color: #9F764A;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-top-menu__ttl {
    margin-bottom: 110px;
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-menu__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-top-menu__photo {
  margin: 0 -20px 30px;
}
@media screen and (min-width: 768px) {
  .p-top-menu__photo {
    margin: 0 auto;
    margin-left: -100px;
  }
}

/*p-top-menu-box*/
.p-top-menu-box {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-menu-box {
    text-align: left;
    padding-left: 100px;
  }
}
.p-top-menu-box__ttl {
  color: #9F764A;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-menu-box__ttl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-top-menu-box .c-basic-txt, .p-top-menu-box .p-basic-list__item, .p-top-menu-box .p-ol-list__item, .p-top-menu-box .p-ol-list--sub__item {
  color: #9F764A;
}
.p-top-menu-box__btn {
  margin-top: 25px;
}

/*食べ方＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-top-howto {
  background: url(../images/common/wallpaper.jpg) top center;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-top-howto {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-howto .l-container, .p-top-howto .l-main--col2, .p-top-howto .l-main--col3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-top-howto__ttl {
  margin-bottom: 40px;
  text-align: center;
  color: #9F764A;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-top-howto__ttl {
    margin-bottom: 110px;
    font-size: 32px;
    font-size: 2rem;
  }
}

/*box*/
.p-top-howto-box {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-howto-box {
    margin-bottom: 100px;
  }
}
.p-top-howto-box:last-of-type {
  margin-bottom: 0;
}
.p-top-howto-box:nth-of-type(even) .p-top-howto-box__photo {
  margin-left: 0;
  padding-right: 0;
  margin-right: -20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-howto-box:nth-of-type(even) .p-top-howto-box__photo {
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
    padding-left: 50px;
  }
}
.p-top-howto-box:nth-of-type(even) .p-top-howto-box__contents {
  text-align: left;
}
.p-top-howto-box__photo {
  margin-right: 0;
  margin-left: -20px;
  padding-left: 0;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-howto-box__photo {
    margin-right: 0;
    margin-left: -50px;
    padding-left: 0;
    padding-right: 50px;
  }
}
.p-top-howto-box__photo img {
  vertical-align: bottom;
}
.p-top-howto-box__contents {
  position: relative;
  z-index: 5;
  margin-top: -8%;
  text-align: right;
}
@media screen and (min-width: 1190px) {
  .p-top-howto-box__contents {
    padding-right: 0;
  }
}
@media screen and (min-width: 1300px) {
  .p-top-howto-box__contents {
    padding-right: 50px;
  }
}
.p-top-howto-box__contents .in {
  display: inline-block;
  width: 80%;
  max-width: 280px;
  background: #ffffff;
  padding: 20px 15px;
  text-align: left;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .p-top-howto-box__contents .in {
    padding: 40px 60px;
    max-width: 450px;
  }
}
.p-top-howto-box__ttl {
  margin-bottom: 5px;
}
.p-top-howto-box__ttl .main {
  color: #9F764A;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-howto-box__ttl .main {
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-top-howto-box .c-basic-txt, .p-top-howto-box .p-basic-list__item, .p-top-howto-box .p-ol-list__item, .p-top-howto-box .p-ol-list--sub__item {
  color: #9F764A;
}

/* =========================================================
story - ストーリーの独自コンテンツ
========================================================= */
/*main===============*/
.p-story-main {
  overflow: hidden;
  background: url(../images/common/wallpaper.jpg) center top;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-story-main {
    padding: 100px 0;
  }
}
.p-story-main__ttl {
  color: #9F764A;
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-story-main__ttl {
    text-align: center;
    margin-bottom: 100px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-story-main__ttl .in {
  position: relative;
  display: block;
  opacity: 0;
}
.p-story-main__ttl.active .in:nth-of-type(1) {
  -moz-animation: text-anime 1500ms alternate 500ms forwards;
  -webkit-animation: text-anime 1500ms alternate 500ms forwards;
  animation: text-anime 1500ms alternate 500ms forwards;
}
.p-story-main__ttl.active .in:nth-of-type(2) {
  -moz-animation: text-anime 1500ms alternate 1000ms forwards;
  -webkit-animation: text-anime 1500ms alternate 1000ms forwards;
  animation: text-anime 1500ms alternate 1000ms forwards;
}
.p-story-main__ttl.active .in:nth-of-type(3) {
  -moz-animation: text-anime 1500ms alternate 1500ms forwards;
  -webkit-animation: text-anime 1500ms alternate 1500ms forwards;
  animation: text-anime 1500ms alternate 1500ms forwards;
}
.p-story-main__photo img {
  width: 100%;
}
@media screen and (min-width: 1190px) {
  .p-story-main__photo img {
    width: auto;
  }
}
.p-story-main__contents {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-story-main__contents {
    margin-top: 80px;
  }
}
.p-story-main__contents .contents-ttl {
  color: #9F764A;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-story-main__contents .contents-ttl {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
.p-story-main__contents .c-basic-txt, .p-story-main__contents .p-basic-list__item, .p-story-main__contents .p-ol-list__item, .p-story-main__contents .p-ol-list--sub__item {
  color: #9F764A;
}
@media screen and (min-width: 768px) {
  .p-story-main__contents .c-basic-txt, .p-story-main__contents .p-basic-list__item, .p-story-main__contents .p-ol-list__item, .p-story-main__contents .p-ol-list--sub__item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*[story-anime]の実行*/
@-moz-keyframes text-anime {
  0% {
    opacity: 0;
    bottom: 20px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes text-anime {
  0% {
    opacity: 0;
    bottom: 20px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes text-anime {
  0% {
    opacity: 0;
    bottom: 20px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/*commitment===============*/
@media screen and (min-width: 768px) {
  .p-story-commitment {
    margin-bottom: 100px;
  }
}
.p-story-commitment__ttl {
  background: #E1DDD1;
  text-align: left;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-story-commitment__ttl {
    text-align: center;
    padding: 100px 0;
  }
}
.p-story-commitment__ttl .ttl {
  color: #9F764A;
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-story-commitment__ttl .ttl {
    margin-bottom: 50px;
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.p-story-commitment__ttl .c-basic-txt, .p-story-commitment__ttl .p-basic-list__item, .p-story-commitment__ttl .p-ol-list__item, .p-story-commitment__ttl .p-ol-list--sub__item {
  color: #9F764A;
}
@media screen and (min-width: 768px) {
  .p-story-commitment__ttl .c-basic-txt, .p-story-commitment__ttl .p-basic-list__item, .p-story-commitment__ttl .p-ol-list__item, .p-story-commitment__ttl .p-ol-list--sub__item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-story-commitment__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 100px;
  }
}
.p-story-commitment__box .photo {
  text-align: center;
  background: url(../images/common/wallpaper.jpg) center top;
}
@media screen and (min-width: 768px) {
  .p-story-commitment__box .photo {
    width: 55%;
    text-align: right;
    background: #ffffff;
  }
}
.p-story-commitment__box .photo img {
  vertical-align: bottom;
}
.p-story-commitment__box .contents {
  background: url(../images/common/wallpaper.jpg) center top;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .p-story-commitment__box .contents {
    width: 45%;
    padding: 100px 50px 50px;
    min-height: 500px;
  }
}
.p-story-commitment__box .contents .contents-ttl {
  color: #9F764A;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-story-commitment__box .contents .contents-ttl {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
.p-story-commitment__box .contents .c-basic-txt, .p-story-commitment__box .contents .p-basic-list__item, .p-story-commitment__box .contents .p-ol-list__item, .p-story-commitment__box .contents .p-ol-list--sub__item {
  color: #9F764A;
}
@media screen and (min-width: 768px) {
  .p-story-commitment__box .contents .c-basic-txt, .p-story-commitment__box .contents .p-basic-list__item, .p-story-commitment__box .contents .p-ol-list__item, .p-story-commitment__box .contents .p-ol-list--sub__item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-story-commitment__box.reverse .photo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
  }
}
.p-story-commitment__text {
  padding: 50px 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-story-commitment__text {
    padding: 80px 0;
    text-align: center;
  }
}
.p-story-commitment__text .c-basic-txt, .p-story-commitment__text .p-basic-list__item, .p-story-commitment__text .p-ol-list__item, .p-story-commitment__text .p-ol-list--sub__item {
  color: #9F764A;
}
@media screen and (min-width: 768px) {
  .p-story-commitment__text .c-basic-txt, .p-story-commitment__text .p-basic-list__item, .p-story-commitment__text .p-ol-list__item, .p-story-commitment__text .p-ol-list--sub__item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*message===============*/
.p-story-message__ttl {
  background: #E1DDD1;
  color: #9F764A;
  padding: 50px 5px;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-story-message__ttl {
    padding: 200px 0;
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.p-story-message__contents {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-story-message__contents {
    padding: 100px 0;
  }
}
.p-story-message__contents .ttl {
  margin-bottom: 50px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  color: #9F764A;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-story-message__contents .ttl {
    margin-bottom: 80px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-story-message__contents .ttl .in {
  position: relative;
  display: block;
  opacity: 0;
}
.p-story-message__contents .ttl.active .in:nth-of-type(1) {
  -moz-animation: text-anime 1500ms alternate 500ms forwards;
  -webkit-animation: text-anime 1500ms alternate 500ms forwards;
  animation: text-anime 1500ms alternate 500ms forwards;
}
.p-story-message__contents .ttl.active .in:nth-of-type(2) {
  -moz-animation: text-anime 1500ms alternate 1000ms forwards;
  -webkit-animation: text-anime 1500ms alternate 1000ms forwards;
  animation: text-anime 1500ms alternate 1000ms forwards;
}
.p-story-message__contents .ttl.active .in:nth-of-type(3) {
  -moz-animation: text-anime 1500ms alternate 1500ms forwards;
  -webkit-animation: text-anime 1500ms alternate 1500ms forwards;
  animation: text-anime 1500ms alternate 1500ms forwards;
}
.p-story-message__contents .text .c-basic-txt, .p-story-message__contents .text .p-basic-list__item, .p-story-message__contents .text .p-ol-list__item, .p-story-message__contents .text .p-ol-list--sub__item {
  color: #9F764A;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .p-story-message__contents .text .c-basic-txt, .p-story-message__contents .text .p-basic-list__item, .p-story-message__contents .text .p-ol-list__item, .p-story-message__contents .text .p-ol-list--sub__item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* =========================================================
shokupan - 食パンラインナップページの独自コンテンツ
========================================================= */
/*=============
一覧
=============*/
.p-shokupanlist {
  padding-top: 45px;
  margin-bottom: 25px;
  border-top: 1px solid #9F764A;
}
@media screen and (min-width: 768px) {
  .p-shokupanlist {
    padding-top: 125px;
    margin-bottom: 80px;
  }
}
.p-shokupanlist:first-of-type {
  border-top: none;
  padding-top: 0;
}
.p-shokupanlist__list {
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  .p-shokupanlist__list {
    padding-top: 100px;
  }
}

/*box*/
.p-shokupanlist-box:nth-child(3) .p-shokupanlist-box__photo {
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .p-shokupanlist-box:nth-child(3) .p-shokupanlist-box__photo {
    margin-left: -100px;
  }
}
.p-shokupanlist-box__photo {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-shokupanlist-box__photo {
    width: calc(100% + 100px);
  }
}
.p-shokupanlist-box__icon.p-icon-week {
  top: -30px;
  left: -3px;
}
@media screen and (min-width: 768px) {
  .p-shokupanlist-box__icon.p-icon-week {
    width: 140px;
    height: 140px;
    top: auto;
    bottom: -40px;
    left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-shokupanlist-box__icon.p-icon-week .in .big {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-shokupanlist-box__icon.p-icon-week .in .small {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-shokupanlist-box__contents {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-shokupanlist-box__contents {
    text-align: left;
    padding-right: 330px;
  }
}
.p-shokupanlist-box__ttl {
  margin-top: 30px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-shokupanlist-box__ttl {
    margin-top: 60px;
  }
}
.p-shokupanlist-box__ttl .main {
  display: inline-block;
  color: #9F764A;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-shokupanlist-box__ttl .main {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 0;
    vertical-align: middle;
  }
}
.p-shokupanlist-box__ttl .icon {
  max-width: 140px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-shokupanlist-box__ttl .icon {
    vertical-align: middle;
    padding-left: 5px;
  }
}
.p-shokupanlist-box__subttl {
  color: #9F764A;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-shokupanlist-box__subttl {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 25px;
  }
}
.p-shokupanlist-box .c-basic-txt, .p-shokupanlist-box .p-basic-list__item, .p-shokupanlist-box .p-ol-list__item, .p-shokupanlist-box .p-ol-list--sub__item {
  color: #9F764A;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-shokupanlist-box .c-basic-txt, .p-shokupanlist-box .p-basic-list__item, .p-shokupanlist-box .p-ol-list__item, .p-shokupanlist-box .p-ol-list--sub__item {
    margin-top: 20px;
  }
}
.p-shokupanlist-box__btn {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-shokupanlist-box__btn {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 330px;
  }
}
.p-shokupanlist-box__btn .c-basic-btn {
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .p-shokupanlist-box__btn .c-basic-btn {
    max-width: 330px;
  }
}

/*mini*/
.p-shokupanlist-mini {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-shokupanlist-mini {
    margin-bottom: 50px;
  }
}
.p-shokupanlist-mini__photo {
  position: relative;
}
.p-shokupanlist-mini__icon.p-icon-week {
  top: -5px;
  left: -3px;
}
@media screen and (min-width: 768px) {
  .p-shokupanlist-mini__icon.p-icon-week {
    top: -25px;
    left: 0;
  }
}
.p-shokupanlist-mini__contents {
  padding: 15px;
}
.p-shokupanlist-mini__name {
  color: #9F764A;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-shokupanlist-mini__name {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
.p-shokupanlist-mini .c-basic-txt, .p-shokupanlist-mini .p-basic-list__item, .p-shokupanlist-mini .p-ol-list__item, .p-shokupanlist-mini .p-ol-list--sub__item {
  color: #9F764A;
}
@media screen and (min-width: 768px) {
  .p-shokupanlist-mini .c-basic-txt, .p-shokupanlist-mini .p-basic-list__item, .p-shokupanlist-mini .p-ol-list__item, .p-shokupanlist-mini .p-ol-list--sub__item {
    min-height: 54px;
  }
}
.p-shokupanlist-mini__btn {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-shokupanlist-mini__btn {
    margin-top: 20px;
  }
}

/*===============
ttl
================*/
.c-ttl-head.shokupanlist {
  background: url(../images/shokupan/photo_shokupan_ttl.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .c-ttl-head.shokupanlist {
    padding: 110px 0 100px;
  }
}
.c-ttl-head.shokupanlist .c-ttl-h1 .main {
  color: #ffffff;
}
.c-ttl-head.shokupanlist .c-basic-txt, .c-ttl-head.shokupanlist .p-basic-list__item, .c-ttl-head.shokupanlist .p-ol-list__item, .c-ttl-head.shokupanlist .p-ol-list--sub__item {
  color: #ffffff;
}

/*=============
詳細
=============*/
/*main=============*/
.p-shokupan-main {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-shokupan-main {
    padding-bottom: 100px;
  }
}
.p-shokupan-main .l-container, .p-shokupan-main .l-main--col2, .p-shokupan-main .l-main--col3 {
  max-width: 1010px;
}

/*main visual=============*/
.p-shokupan-mainvisual {
  margin: 0 -5px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-shokupan-mainvisual {
    padding-bottom: 100px;
    margin: 0 auto;
  }
}
.p-shokupan-mainvisual__item {
  background: #F5F5F5;
  text-align: center;
}
.p-shokupan-mainvisual__item img {
  display: inline-block;
}

/*ttl====================*/
.p-shokupan-ttl {
  text-align: center;
}
.p-shokupan-ttl__sub {
  color: #D8C7B6;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-shokupan-ttl__sub {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 35px;
  }
}
.p-shokupan-ttl__name {
  font-size: 20px;
  font-size: 1.25rem;
  color: #9F764A;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-shokupan-ttl__name {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.p-shokupan-ttl__pay {
  color: #9F764A;
}
.p-shokupan-ttl__pay .in {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #9F764A;
  background: #EFEEE8;
  padding: 15px 20px;
}
@media screen and (min-width: 768px) {
  .p-shokupan-ttl__pay .in {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-shokupan-ttl__text {
  margin-top: 20px;
  color: #9F764A;
}
@media screen and (min-width: 768px) {
  .p-shokupan-ttl__text {
    margin-top: 35px;
  }
}

/*info=================*/
.p-shokupan-info {
  padding-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-shokupan-info {
    padding-top: 100px;
  }
}
.p-shokupan-info__ttl {
  color: #9F764A;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-shokupan-info__ttl {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 35px;
  }
}
.p-shokupan-info__text {
  color: #9F764A;
  margin-bottom: 20px;
	text-align: left;
}
@media screen and (min-width: 768px) {
  .p-shokupan-info__text {
    margin-bottom: 35px;
  }
}
.p-shokupan-info__sub {
  color: #9F764A;
}

/*焼き上がり時間=================*/
.p-shokupan-time {
  background: #EFEEE8;
  color: #9F764A;
  text-align: center;
  padding: 20px 10px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-shokupan-time {
    padding: 40px 10px 20px;
    margin-top: 100px;
  }
}
.p-shokupan-time__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-shokupan-time__ttl {
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-shokupan-time__time {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-shokupan-time__time {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-shokupan-time__time p {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-shokupan-time__time p {
    margin-bottom: 15px;
  }
}
.p-shokupan-time__time p:last-of-type {
  margin-bottom: 0;
}
.p-shokupan-time__shopname {
  display: block;
  font-size: 80%;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-shokupan-time__shopname {
    display: inline-block;
    vertical-align: middle;
    font-size: 70%;
  }
}
.p-shokupan-time__schedule {
  display: block;
}
.p-shokupan-time__text {
  color: #9F764A;
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-shokupan-time__text {
    padding-top: 20px;
  }
}

/*btn=================*/
.p-shokupan-btn {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-shokupan-btn {
    margin-top: 50px;
  }
}
.p-shokupan-btn__item {
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 5px;
  width: 48%;
}
@media screen and (min-width: 768px) {
  .p-shokupan-btn__item {
    width: 100%;
    padding: 0 10px;
    max-width: 300px;
  }
}

/* =========================================================
jam - 食パンラインナップページの独自コンテンツ
========================================================= */
.p-jam .p-pagenav__item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-jam .p-pagenav__item {
    width: 20%;
  }
}
.p-jam .p-pagenav__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

/*=============
一覧
=============*/
.p-jamlist {
  overflow: hidden;
  padding-top: 45px;
  margin-bottom: 25px;
  border-top: 1px solid #9F764A;
}
@media screen and (min-width: 768px) {
  .p-jamlist {
    padding-top: 125px;
    margin-bottom: 80px;
  }
}
.p-jamlist:first-of-type {
  border-top: none;
  padding-top: 0;
}

/*box*/
.p-jamlist-box {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-jamlist-box {
    padding-bottom: 100px;
  }
}
.p-jamlist-box:nth-child(3) .p-jamlist-box__photo {
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .p-jamlist-box:nth-child(3) .p-jamlist-box__photo {
    margin-left: -100px;
  }
}
.p-jamlist-box__photo {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-jamlist-box__photo {
    width: calc(100% + 100px);
  }
}
.p-jamlist-box__icon.p-icon-week {
  top: -30px;
  left: -3px;
}
@media screen and (min-width: 768px) {
  .p-jamlist-box__icon.p-icon-week {
    width: 140px;
    height: 140px;
    top: auto;
    bottom: -40px;
    left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-jamlist-box__icon.p-icon-week .in .big {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-jamlist-box__icon.p-icon-week .in .small {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-jamlist-box__contents {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-jamlist-box__contents {
    text-align: left;
    padding-right: 330px;
  }
}
.p-jamlist-box__ttl {
  margin-top: 30px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-jamlist-box__ttl {
    margin-top: 60px;
  }
}
.p-jamlist-box__ttl .main {
  display: inline-block;
  color: #9F764A;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-jamlist-box__ttl .main {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 0;
    vertical-align: middle;
  }
}
.p-jamlist-box__ttl .icon {
  max-width: 140px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-jamlist-box__ttl .icon {
    vertical-align: middle;
    padding-left: 5px;
  }
}
.p-jamlist-box__subttl {
  color: #9F764A;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-jamlist-box__subttl {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 25px;
  }
}
.p-jamlist-box .c-basic-txt, .p-jamlist-box .p-basic-list__item, .p-jamlist-box .p-ol-list__item, .p-jamlist-box .p-ol-list--sub__item {
  color: #9F764A;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-jamlist-box .c-basic-txt, .p-jamlist-box .p-basic-list__item, .p-jamlist-box .p-ol-list__item, .p-jamlist-box .p-ol-list--sub__item {
    margin-top: 20px;
  }
}
.p-jamlist-box__btn {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-jamlist-box__btn {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 330px;
  }
}
.p-jamlist-box__btn .c-basic-btn {
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .p-jamlist-box__btn .c-basic-btn {
    max-width: 330px;
  }
}

/*mini*/
.p-jamlist-mini {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-jamlist-mini {
    margin-bottom: 50px;
  }
}
.p-jamlist-mini__photo {
  position: relative;
}
.p-jamlist-mini__icon.p-icon-week {
  top: -5px;
  left: -3px;
}
@media screen and (min-width: 768px) {
  .p-jamlist-mini__icon.p-icon-week {
    top: -25px;
    left: 0;
  }
}
.p-jamlist-mini__contents {
  padding: 15px;
}
.p-jamlist-mini__name {
  color: #9F764A;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-jamlist-mini__name {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
.p-jamlist-mini .c-basic-txt, .p-jamlist-mini .p-basic-list__item, .p-jamlist-mini .p-ol-list__item, .p-jamlist-mini .p-ol-list--sub__item {
  color: #9F764A;
}
@media screen and (min-width: 768px) {
  .p-jamlist-mini .c-basic-txt, .p-jamlist-mini .p-basic-list__item, .p-jamlist-mini .p-ol-list__item, .p-jamlist-mini .p-ol-list--sub__item {
    min-height: 54px;
  }
}
.p-jamlist-mini__btn {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-jamlist-mini__btn {
    margin-top: 20px;
  }
}

/*===============
ttl
================*/
.c-ttl-head.jamlist {
  background: url(../images/jam/photo_jam_ttl.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .c-ttl-head.jamlist {
    padding: 110px 0 100px;
  }
}
.c-ttl-head.jamlist .c-ttl-h1 .main {
  color: #ffffff;
}
.c-ttl-head.jamlist .c-basic-txt, .c-ttl-head.jamlist .p-basic-list__item, .c-ttl-head.jamlist .p-ol-list__item, .c-ttl-head.jamlist .p-ol-list--sub__item {
  color: #ffffff;
}

/*=============
詳細
=============*/
/*main=============*/
.p-jam-main {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-jam-main {
    padding-bottom: 100px;
  }
}
.p-jam-main .l-container, .p-jam-main .l-main--col2, .p-jam-main .l-main--col3 {
  max-width: 1010px;
}

/*main visual=============*/
.p-jam-mainvisual {
  margin: 0 -5px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-jam-mainvisual {
    padding-bottom: 100px;
    margin: 0 auto;
  }
}

/*ttl====================*/
.p-jam-ttl {
  text-align: center;
}
.p-jam-ttl__sub {
  color: #D8C7B6;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-jam-ttl__sub {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 35px;
  }
}
.p-jam-ttl__name {
  font-size: 20px;
  font-size: 1.25rem;
  color: #9F764A;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-jam-ttl__name {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.p-jam-ttl__pickup {
  font-size: 16px;
  font-size: 1rem;
  color: #9F764A;
  margin: 12px auto 15px;
}
@media screen and (min-width: 768px) {
  .p-jam-ttl__pickup {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 30px auto 45px;
  }
}
.p-jam-ttl__pay {
  color: #9F764A;
}
.p-jam-ttl__pay .in {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #9F764A;
  background: #EFEEE8;
  padding: 15px 20px;
}
@media screen and (min-width: 768px) {
  .p-jam-ttl__pay .in {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-jam-ttl__text {
  margin-top: 20px;
  color: #9F764A;
}
@media screen and (min-width: 768px) {
  .p-jam-ttl__text {
    margin-top: 35px;
  }
}

/*info=================*/
.p-jam-info {
  padding-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-jam-info {
    padding-top: 100px;
  }
}
.p-jam-info__ttl {
  color: #9F764A;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-jam-info__ttl {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 35px;
  }
}
.p-jam-info__text {
  color: #9F764A;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-jam-info__text {
    margin-bottom: 35px;
  }
}
.p-jam-info__sub {
  color: #9F764A;
}

/*焼き上がり時間=================*/
.p-jam-time {
  background: #EFEEE8;
  color: #9F764A;
  text-align: center;
  padding: 20px 10px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-jam-time {
    padding: 40px 10px;
    margin-top: 100px;
  }
}
.p-jam-time__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-jam-time__ttl {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-jam-time__time {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-jam-time__time {
    margin-bottom: 20px;
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.p-jam-time__text {
  color: #9F764A;
}

/*btn=================*/
.p-jam-btn {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-jam-btn {
    margin-top: 50px;
  }
}
.p-jam-btn__item {
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 5px;
  width: 48%;
}
@media screen and (min-width: 768px) {
  .p-jam-btn__item {
    width: 100%;
    padding: 0 10px;
    max-width: 300px;
  }
}

/* =========================================================
bakery-cafe - ベーカリーカフェの独自コンテンツ
========================================================= */
.p-bakery-cafe {
  position: relative;
}
.p-bakery-cafe::before {
  content: '';
  display: block;
  width: 100%;
  height: 40vh;
  background: url(../images/bakery-cafe/photo_ttl.jpg) no-repeat center top;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-bakery-cafe::before {
    height: 100vh;
    background-size: cover;
  }
}
.p-bakery-cafe .c-pankuzu span.c-pankuzu__name,
.p-bakery-cafe .c-pankuzu a.c-pankuzu__name {
  color: #ffffff;
}
.p-bakery-cafe .c-pankuzu__item {
  background-image: url(../images/icon/icon_right_w.svg);
}
.p-bakery-cafe .c-pankuzu__item:first-of-type {
  background-image: none;
}
.p-bakery-cafe .l-main {
  background: none;
}
.p-bakery-cafe .c-ttl-head {
  padding: 35px 0px 60px;
}
@media screen and (min-width: 768px) {
  .p-bakery-cafe .c-ttl-head {
    padding: 210px 0 290px;
  }
}
.p-bakery-cafe .c-ttl-h1 {
  color: #ffffff;
}
.p-bakery-cafe .p-pagenav {
  background: #ffffff;
}

/*shopinfo===============*/
.p-cafe-shopinfo {
  background: #ffffff;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-cafe-shopinfo {
    padding-bottom: 165px;
  }
}
@media screen and (min-width: 768px) {
  .p-cafe-shopinfo .c-ttl-h2 {
    padding: 83px 0;
  }
}
.p-cafe-shopinfo .c-basic-txt, .p-cafe-shopinfo .p-basic-list__item, .p-cafe-shopinfo .p-ol-list__item, .p-cafe-shopinfo .p-ol-list--sub__item {
  color: #9F764A;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cafe-shopinfo .c-basic-txt, .p-cafe-shopinfo .p-basic-list__item, .p-cafe-shopinfo .p-ol-list__item, .p-cafe-shopinfo .p-ol-list--sub__item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-cafe-shopinfo__photo {
  text-align: center;
  padding-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-cafe-shopinfo__photo {
    padding-top: 75px;
  }
}
.p-cafe-shopinfo__in .p-shop-table__tr {
  color: #000000;
}
.p-cafe-shopinfo__link {
  text-align: center;
}
.p-cafe-shopinfo__link .photo {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-cafe-shopinfo__link .photo {
    padding-bottom: 50px;
  }
}

/*menu*/
.p-cafe-menu {
  background: #ffffff;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-cafe-menu {
    padding-bottom: 50px;
  }
}
.p-cafe-menu .btn {
  display: block;
  text-align: center;
  padding-top: 20px;
}

/* =========================================================
shop - 店舗情報の独自コンテンツ
========================================================= */
.p-shop .c-ttl-head {
  background: url(../images/shop/photo_main_ttl.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-shop .c-ttl-head {
    padding: 100px 0;
  }
}
.p-shop .c-ttl-head .c-ttl-h1,
.p-shop .c-ttl-head .c-basic-txt,
.p-shop .c-ttl-head .p-basic-list__item,
.p-shop .c-ttl-head .p-ol-list__item,
.p-shop .c-ttl-head .p-ol-list--sub__item {
  color: #ffffff;
}

/*一覧＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-shop-list .l-container, .p-shop-list .l-main--col2, .p-shop-list .l-main--col3 {
  border-top: 1px solid #9F764A;
}
.p-shop-list:first-of-type .l-container, .p-shop-list:first-of-type .l-main--col2, .p-shop-list:first-of-type .l-main--col3 {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .p-shop-list__list {
    margin: 0 -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-shop-list__item {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-shop-list__item {
    padding: 0 30px;
    width: 33.3%;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}

/*box============*/
.p-shop-box {
  text-align: center;
  width: 100%;
  height: 100%;
}
.p-shop-box__photo {
  margin-bottom: 15px;
  background: #F5F5F5;
}
.p-shop-box__photo .in {
  text-align: center;
}
.p-shop-box__photo img {
  width: auto !important;
  max-height: 265px;
  margin: 0 auto;
}
.p-shop-box__photo .slick-dots {
  bottom: -25px;
}
.p-shop-box__name {
  margin-bottom: 15px;
  color: #9F764A;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-shop-box__name {
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-shop-box__icon {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-shop-box__icon {
    margin-bottom: 30px;
  }
}
.p-shop-box__icon .icon {
  display: inline-block;
  background: #B39580;
  border-radius: 5px;
  padding: 8px 10px;
  margin: 0 2px;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-shop-box__icon .icon {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-shop-box__add {
  margin-bottom: 15px;
  color: #9F764A;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-shop-box__add {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-shop-box__btn {
  text-align: center;
  width: 100%;
}

/*=============
詳細
=============*/
/*main=============*/
.p-shop-main {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-shop-main {
    padding-bottom: 100px;
  }
}
.p-shop-main .l-container, .p-shop-main .l-main--col2, .p-shop-main .l-main--col3 {
  max-width: 1010px;
}

/*main visual=============*/
.p-shop-mainvisual {
  margin: 0 -5px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-shop-mainvisual {
    padding-bottom: 100px;
    margin: 0 auto;
  }
}
.p-shop-mainvisual__item {
  text-align: center;
}
.p-shop-mainvisual__item img {
  display: inline-block;
}

/*ttl====================*/
.p-shop-ttl {
  text-align: center;
}
.p-shop-ttl__sub {
  color: #D8C7B6;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-shop-ttl__sub {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 35px;
  }
}
.p-shop-ttl__name {
  font-size: 20px;
  font-size: 1.25rem;
  color: #9F764A;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-shop-ttl__name {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.p-shop-ttl__icon {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-shop-ttl__icon {
    margin-bottom: 30px;
  }
}
.p-shop-ttl__icon .icon {
  display: inline-block;
  background: #B39580;
  border-radius: 5px;
  padding: 8px 10px;
  margin: 0 3px;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-shop-ttl__icon .icon {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-shop-ttl__text {
  margin-top: 20px;
  color: #9F764A;
}
@media screen and (min-width: 768px) {
  .p-shop-ttl__text {
    margin-top: 35px;
  }
}

/*info=================*/
.p-shop-table {
  padding-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-shop-table {
    padding-top: 70px;
  }
}
.p-shop-table__table {
  display: inline-block;
}
.p-shop-table__tr {
  text-align: left;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  color: #9F764A;
}
.p-shop-table__th {
  width: 80px;
  position: relative;
}
.p-shop-table__th::after {
  content: '';
  display: block;
  width: 4px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #9F764A;
}
.p-shop-table__td {
  padding-left: 10px;
}

/*map================*/
.p-shop-map {
  padding-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-shop-map {
    padding-top: 70px;
  }
}

/*btn=================*/
.p-shop-btn {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-shop-btn {
    margin-top: 50px;
  }
}
.p-shop-btn__item {
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 5px;
  width: 48%;
}
@media screen and (min-width: 768px) {
  .p-shop-btn__item {
    width: 100%;
    padding: 0 10px;
    max-width: 300px;
  }
}

/* =========================================================
blog - 記事・ブログ関連
========================================================= */
/*TOP等のlist＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-news-topic {
  background: #ffffff;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-news-topic {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-news-topic .l-container, .p-news-topic .l-main--col2, .p-news-topic .l-main--col3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-news-topic__ttl {
  margin-bottom: 30px;
  text-align: center;
  color: #9F764A;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-news-topic__ttl {
    margin-bottom: 50px;
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-news-topic__btn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news-topic__btn {
    margin-top: 50px;
  }
}

/*box*/
.p-news-topic-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.p-news-topic-box a.a100:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-news-topic-box a.a100.in-link {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-news-topic-box {
    margin-bottom: 0;
  }
}
.p-news-topic-box__photo {
  width: 35%;
}
.p-news-topic-box__contents {
  width: 65%;
  padding-left: 5%;
}
@media screen and (min-width: 768px) {
  .p-news-topic-box__contents {
    width: calc(100% - 300px);
    padding-left: 30px;
  }
}
.p-news-topic-box__contents .date {
  display: block;
  color: #9F764A;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-news-topic-box__contents .date {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*NEWS一覧＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*h1*/
.c-ttl-head.newslist {
  background: url(../images/news/photo_main_ttl.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .c-ttl-head.newslist {
    padding: 110px 0 100px;
  }
}
.c-ttl-head.newslist .c-ttl-h1 .main {
  color: #ffffff;
}
.c-ttl-head.newslist .c-basic-txt, .c-ttl-head.newslist .p-basic-list__item, .c-ttl-head.newslist .p-ol-list__item, .c-ttl-head.newslist .p-ol-list--sub__item {
  color: #ffffff;
}

/*p-pagenav*/
@media screen and (min-width: 768px) {
  .p-news .p-pagenav__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}

/*list==============*/
@media screen and (min-width: 768px) {
  .p-news-list__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
.p-news-list__item {
  margin-bottom: 20px;
  position: relative;
  transition: .3s;
  cursor: pointer;
  position: relative;
}
.p-news-list__item a.a100:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-news-list__item a.a100.in-link {
  position: relative;
  z-index: 5;
}
.p-news-list__item:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  .p-news-list__item {
    width: 33.3%;
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
}
.p-news-list .icon-new {
  position: absolute;
  top: -8px;
  left: -3px;
  z-index: 10;
  background: #DA494E;
  color: #ffffff;
  font-size: 10px;
  font-size: 0.625rem;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-news-list .icon-new {
    top: -17px;
    left: -1px;
    width: 70px;
    height: 70px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/*p-news-box*/
.p-news-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-news-box {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  }
}
.p-news-box__photo {
  width: 35%;
  position: relative;
  padding-top: 24%;
  overflow: hidden;
  background: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .p-news-box__photo {
    width: 100%;
    padding-top: 67%;
  }
}
.p-news-box__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 100%;
}
.p-news-box__contents {
  width: 65%;
  padding-left: 5%;
}
@media screen and (min-width: 768px) {
  .p-news-box__contents {
    width: 100%;
    padding: 20px 20px 25px;
    height: 100%;
  }
}
.p-news-box__head {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-news-box__head {
    margin-bottom: 10px;
  }
}
.p-news-box__head .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  font-size: 0.625rem;
  color: #ffffff;
  background: #9F764A;
  border-radius: 100px;
  padding: 5px 10px 3px;
}
@media screen and (min-width: 768px) {
  .p-news-box__head .icon {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px 15px 3px;
  }
}
.p-news-box__head .date {
  display: inline-block;
  vertical-align: middle;
  color: #C5C5C5;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-news-box__head .date {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-news-box__ttl {
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-news-box__ttl {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/*detail==============*/
.p-news-detail {
  padding: 50px 0 0;
}
@media screen and (min-width: 768px) {
  .p-news-detail {
    padding: 100px 0 0;
  }
}
.p-news-detail__contents {
  padding-bottom: 30px;
  border-bottom: 2px solid #9F764A;
}
.p-news-detail__contents p {
  color: #333333;
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__contents p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-news-detail__contents img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  margin-bottom: 10px;
}
.p-news-detail__contents a {
  text-decoration: underline;
  color: #1185E7;
}

/*ttl================*/
.p-news-ttl {
  border-bottom: 2px solid #9F764A;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-news-ttl {
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
}
.p-news-ttl__head {
  margin-bottom: 15px;
}
.p-news-ttl__head .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  font-size: 0.625rem;
  color: #ffffff;
  background: #9F764A;
  border-radius: 100px;
  padding: 5px 10px 3px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-news-ttl__head .icon {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px 15px 3px;
  }
}
.p-news-ttl__head .date {
  display: inline-block;
  vertical-align: middle;
  color: #C5C5C5;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-news-ttl__head .date {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-news-ttl__ttl {
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-news-ttl__ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* =========================================================
recruit - 採用情報
========================================================= */
/*一覧＝＝＝＝＝＝＝＝＝*/
/*h1*/
.c-ttl-head.recruitlist {
  background: url(../images/recruit/photo_main_ttl.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .c-ttl-head.recruitlist {
    padding: 110px 0 100px;
  }
}
.c-ttl-head.recruitlist .c-ttl-h1 .main {
  color: #ffffff;
}
.c-ttl-head.recruitlist .c-basic-txt, .c-ttl-head.recruitlist .p-basic-list__item, .c-ttl-head.recruitlist .p-ol-list__item, .c-ttl-head.recruitlist .p-ol-list--sub__item {
  color: #ffffff;
}

.p-recruit-list {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-recruit-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    margin-bottom: 100px;
  }
}

.p-recruit-item {
  display: block;
  border-radius: 5px;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .p-recruit-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 410px;
    height: 480px;
    margin-bottom: 0;
  }
}
.p-recruit-item.part {
  background: url(../images/recruit/photo_part-time.jpg) no-repeat center;
  background-size: cover;
}
.p-recruit-item.full {
  background: url(../images/recruit/photo_full-time.jpg) no-repeat center;
}
.p-recruit-item__in {
  width: 100%;
  margin: 0 auto;
}
.p-recruit-item__ttl {
  display: block;
  color: #ffffff;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-recruit-item__ttl {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.p-recruit-item__btn {
  display: inline-block;
  background: #ffffff;
  padding: 15px;
  width: 100%;
  max-width: 260px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.p-recruit-item__btn .in {
  display: inline-block;
  width: 100%;
  color: #000000;
  background: url(../images/icon/icon_right_black.svg) no-repeat right center;
  background-size: 12px 12px;
  padding-right: 17px;
}

/*アルバイト採用＝＝＝＝＝＝＝＝＝*/
/*h1*/
.c-ttl-head.parttime {
  background: url(../images/recruit/photo_part-time_main_ttl.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .c-ttl-head.parttime {
    padding: 110px 0 100px;
  }
}
.c-ttl-head.parttime .c-ttl-h1 .main {
  color: #ffffff;
}
.c-ttl-head.fulltime {
  background: url(../images/recruit/photo_full-time_main_ttl.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .c-ttl-head.fulltime {
    padding: 110px 0 100px;
  }
}
.c-ttl-head.fulltime .c-ttl-h1 .main {
  color: #ffffff;
}

/*head=============*/
.p-recruit-head {
  text-align: center;
}
.p-recruit-head__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-recruit-head__ttl {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

/*about===============*/
.p-recruit-about {
  position: relative;
  padding: 30px 0 50px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-recruit-about {
    padding: 100px 0;
  }
}
.p-recruit-about::before {
  content: '';
  width: 50%;
  height: 100%;
  background: url(../images/recruit/photo01.png) no-repeat;
  background-position: top right;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-recruit-about::before {
    background-size: auto;
    background-position: center left;
    width: 100%;
    right: auto;
    left: 40%;
  }
}
.p-recruit-about__in {
  position: relative;
  z-index: 10;
}
.p-recruit-about__ttl {
  text-align: left;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-recruit-about__ttl {
    padding: 0 0 10px;
  }
}

/*job===============*/
.p-recruit-job {
  background: #F2F0E6;
  padding: 0 0 20px;
}
.p-recruit-job__ttl {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-recruit-job__ttl {
    margin-bottom: 70px;
  }
}

/*box*/
.p-recruit-job-box {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-recruit-job-box {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.p-recruit-job-box__contents {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .p-recruit-job-box__contents {
    width: 50%;
    padding: 0 20px 0 0;
    text-align: right;
  }
}
.p-recruit-job-box__contents .ttl {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-recruit-job-box__contents .ttl {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-job-box__photo {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-job-box.reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-job-box.reverse .p-recruit-job-box__contents {
    text-align: left;
    padding: 0 0 0 20px;
  }
}

/*shop===============*/
.p-recruit-shop {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-recruit-shop__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px;
  }
}
.p-recruit-shop__item {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-recruit-shop__item {
    width: 33.3%;
    padding: 0 20px;
    margin-bottom: 40px;
  }
}

/*box*/
.p-recruit-shop-box {
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .p-recruit-shop-box {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.p-recruit-shop-box__photo {
  position: relative;
  padding-top: 67%;
  overflow: hidden;
  background: #F5F5F5;
}
.p-recruit-shop-box__photo img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-recruit-shop-box__contnets {
  padding: 15px 15px 0;
}
.p-recruit-shop-box__contnets .name {
  line-height: 1.3;
  padding-bottom: 10px;
}
.p-recruit-shop-box__contnets .name .sub {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .p-recruit-shop-box__contnets .name .sub {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-recruit-shop-box__contnets .name .main {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-shop-box__contnets .name .main {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-recruit-shop-box__contnets .place {
  line-height: 1.5;
  margin-bottom: 15px;
}
.p-recruit-shop-box__contnets .place .num {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .p-recruit-shop-box__contnets .place .num {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-recruit-shop-box__contnets .place .add {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-shop-box__contnets .place .add {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-recruit-shop-box__btn {
  padding: 10px;
  width: 100%;
  text-align: center;
}

/*flow===============*/
.p-recruit-flow {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-recruit-flow {
    padding-bottom: 100px;
  }
}
.p-recruit-flow__ttl {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-recruit-flow__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-flow__item {
    width: 33%;
    padding: 0 10px;
  }
}
.p-recruit-flow .arrow {
  display: block;
  margin: 20px auto;
  text-align: center;
  width: 100%;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .p-recruit-flow .arrow {
    width: 20px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.p-recruit-flow .arrow span {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.p-recruit-flow .arrow span img {
  width: 20px;
}
@media screen and (min-width: 768px) {
  .p-recruit-flow .arrow span img {
    width: 100%;
  }
}

/*box*/
.p-recruit-flow-box__ttl {
  text-align: center;
  margin-bottom: 20px;
}
.p-recruit-flow-box__ttl .num {
  display: inline-block;
  vertical-align: baseline;
  color: #DD6161;
}
@media screen and (min-width: 768px) {
  .p-recruit-flow-box__ttl .num {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.p-recruit-flow-box__ttl .ttl {
  display: inline-block;
  vertical-align: baseline;
}
@media screen and (min-width: 768px) {
  .p-recruit-flow-box__ttl .ttl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-recruit-flow-box__photo {
  text-align: center;
}
.p-recruit-flow-box__photo img {
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .p-recruit-flow-box__photo img {
    max-width: 272px;
  }
}

/* =========================================================
reserve - 食パンの予約販売について
========================================================= */
/*h1*/
.c-ttl-head.reserve {
  background: url(../images/reserve/photo_main_ttl.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .c-ttl-head.reserve {
    padding: 110px 0 100px;
  }
}
.c-ttl-head.reserve .c-ttl-h1 .main {
  color: #ffffff;
}

/*item================*/
@media screen and (min-width: 768px) {
  .p-reserve-item .c-ttl-h2 {
    padding-bottom: 50px;
  }
}

/*box*/
.p-reserve-item-box {
  text-align: center;
}
.p-reserve-item-box__ttl {
  width: 200px;
  margin: 0 auto 20px;
  padding: 15px;
  border-radius: 100px;
  background: #9F764A;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.5px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-reserve-item-box__ttl {
    width: 270px;
    padding: 20px;
    margin: 0 auto 30px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-reserve-item-box__text .in {
  display: block;
  margin-bottom: 15px;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-reserve-item-box__text .in {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.p-reserve-item-box__text .sub {
  margin-bottom: 5px;
  font-size: 50%;
  color: #9F764A;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-reserve-item-box__text .sub {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
}
.p-reserve-item-box__text .main {
  display: inline-block;
  vertical-align: middle;
}
.p-reserve-item-box__care {
  color: #DD6161;
  line-height: 1.5;
  font-size: 80%;
}
@media screen and (min-width: 768px) {
  .p-reserve-item-box__care {
    font-size: 100%;
  }
}

/*howto================*/
.p-reserve-howto .l-container, .p-reserve-howto .l-main--col2, .p-reserve-howto .l-main--col3 {
  background: #F2F0E6;
}
.p-reserve-howto__in {
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-reserve-howto .c-ttl-h2 {
    padding: 40px;
  }
}
.p-reserve-howto__item {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-reserve-howto__item {
    margin-bottom: 45px;
  }
}
.p-reserve-howto__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-reserve-howto__ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-reserve-howto__ttl .num {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  font-size: 130%;
  font-weight: bold;
  color: #DD6161;
}
.p-reserve-howto__ttl .ttl {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-reserve-howto .c-basic-txt, .p-reserve-howto .p-basic-list__item, .p-reserve-howto .p-ol-list__item, .p-reserve-howto .p-ol-list--sub__item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-reserve-howto .c-basic-txt.care, .p-reserve-howto .care.p-basic-list__item, .p-reserve-howto .care.p-ol-list__item, .p-reserve-howto .care.p-ol-list--sub__item {
  color: #DD6161;
}
.p-reserve-howto__btn {
  padding-top: 10px;
}
.p-reserve-howto__qr {
  padding: 10px 0 30px;
}
@media screen and (min-width: 768px) {
  .p-reserve-howto__qr {
    padding: 10px 0 50px;
  }
}
.p-reserve-howto__qr .qr-img {
  margin-top: 10px;
  max-width: 130px;
}

/*num================*/
@media screen and (min-width: 768px) {
  .p-reserve-num .c-ttl-h2 {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-reserve-num .c-basic-txt, .p-reserve-num .p-basic-list__item, .p-reserve-num .p-ol-list__item, .p-reserve-num .p-ol-list--sub__item {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-reserve-num .big {
  font-size: 150%;
  color: #DD6161;
}
.p-reserve-num .care {
  color: #DD6161;
}

/*shop care================*/
@media screen and (min-width: 768px) {
  .p-reserve-shop,
  .p-reserve-care {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-reserve-shop .c-ttl-h2,
  .p-reserve-care .c-ttl-h2 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-reserve-shop .c-basic-txt, .p-reserve-shop .p-basic-list__item, .p-reserve-shop .p-ol-list__item, .p-reserve-shop .p-ol-list--sub__item,
  .p-reserve-care .c-basic-txt,
  .p-reserve-care .p-basic-list__item,
  .p-reserve-care .p-ol-list__item,
  .p-reserve-care .p-ol-list--sub__item {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*tel================*/
.p-reserve-tel {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-reserve-tel {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p-reserve-tel .c-ttl-h2 {
    padding-bottom: 30px;
  }
}
.p-reserve-tel__item {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-reserve-tel__item {
    padding-right: 20px;
    margin-bottom: 30px;
  }
}

/*box*/
.p-reserve-tel-box__ttl {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-reserve-tel-box__ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-reserve-tel-box__contents .link {
  font-size: 20px;
  font-size: 1.25rem;
  color: #DD6161;
}
@media screen and (min-width: 768px) {
  .p-reserve-tel-box__contents .link {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-reserve-tel-box__contents .date {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-reserve-tel-box__contents .date {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* =========================================================
faq - よくあるご質問
========================================================= */
/*h1*/
.c-ttl-head.faq {
  background: url(../images/faq/photo_main_ttl.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .c-ttl-head.faq {
    padding: 110px 0 100px;
  }
}
.c-ttl-head.faq .c-ttl-h1 .main {
  color: #ffffff;
}
.c-ttl-head.faq .c-basic-txt, .c-ttl-head.faq .p-basic-list__item, .c-ttl-head.faq .p-ol-list__item, .c-ttl-head.faq .p-ol-list--sub__item {
  color: #ffffff;
}

/*nav*/
.p-faq .p-pagenav02__list {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-faq .p-pagenav02__item {
  width: 50%;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-faq .p-pagenav02__item {
    width: 25%;
  }
}

/*一覧＝＝＝＝＝＝＝＝＝*/
.p-faq-contents {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-faq-contents {
    padding-top: 100px;
  }
}

/*box============*/
.p-faq-box {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-faq-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
  }
}
.p-faq-box__ttl {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-faq-box__ttl {
    width: 270px;
  }
}
.p-faq-box__ttl .main {
  display: block;
  color: #9F764A;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-faq-box__ttl .main {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.p-faq-box__ttl .sub {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-faq-box__ttl .sub {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-faq-box__list {
    width: calc(100% - 270px);
  }
}
.p-faq-box__list .text-care {
  color: #DD6161;
}
.p-faq-box__list .text-care a {
  color: #DD6161;
}
.p-faq-box__item {
  background: #F2F0E6;
  margin-bottom: 20px;
  border-radius: 5px;
}
.p-faq-box__q {
  line-height: 1.5;
}
.p-faq-box__q .in {
  position: relative;
  display: block;
  padding: 10px 35px;
  font-size: 14px;
  font-size: 0.875rem;
  transition: .3s;
  cursor: pointer;
}
.p-faq-box__q .in:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  .p-faq-box__q .in {
    padding: 20px;
    padding-left: 50px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-faq-box__q .in::before {
  content: 'Q';
  position: absolute;
  top: 5px;
  left: 10px;
  color: #9F764A;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-faq-box__q .in::before {
    top: 16px;
    left: 20px;
  }
}
.p-faq-box__q .in::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon/icon_minus_main.svg) no-repeat center;
  background-size: 60% 60%;
  background-color: #ffffff;
  border: 1px solid #9F764A;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
}
@media screen and (min-width: 768px) {
  .p-faq-box__q .in::after {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
}
.p-faq-box__q .in.rotate::after {
  background-image: url(../images/icon/icon_plus_main.svg);
}
.p-faq-box__a {
  border-top: 1px solid #9F764A;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-faq-box__a {
    padding: 20px;
  }
}
.p-faq-box__a .in {
  position: relative;
  display: block;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .p-faq-box__a .in {
    padding-left: 30px;
  }
}
.p-faq-box__a .in::before {
  content: 'A';
  position: absolute;
  top: 2px;
  left: 0px;
  color: #DD6161;
  font-size: 20px;
  font-size: 1.25rem;
}

/* =========================================================
fc - FC加盟店募集
========================================================= */
/*h1*/
.c-ttl-head.fc {
  background: url(../images/fc/photo_main_ttl.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .c-ttl-head.fc {
    padding: 110px 0 100px;
  }
}
.c-ttl-head.fc .c-ttl-h1 .main {
  color: #ffffff;
}
.c-ttl-head.fc .c-basic-txt, .c-ttl-head.fc .p-basic-list__item, .c-ttl-head.fc .p-ol-list__item, .c-ttl-head.fc .p-ol-list--sub__item {
  color: #ffffff;
}

/*head=================*/
.p-fc-head__ttl {
  color: #CD494E;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-fc-head__ttl {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-fc-head .c-basic-txt, .p-fc-head .p-basic-list__item, .p-fc-head .p-ol-list__item, .p-fc-head .p-ol-list--sub__item {
    text-align: center;
  }
}

/*point===============*/
.p-fc-point {
  padding: 30px 10px;
  background: #EEEBDF;
}
@media screen and (min-width: 768px) {
  .p-fc-point {
    padding: 50px 10px;
  }
}
.p-fc-point__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  color: #9F764A;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-fc-point__ttl {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.p-fc-point__list {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-fc-point__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .p-fc-point__item {
    padding: 0 10px;
    width: 25%;
  }
}

/*box*/
.p-fc-point-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-fc-point-box {
    display: block;
  }
}
.p-fc-point-box__photo {
  text-align: center;
  width: 130px;
}
@media screen and (min-width: 768px) {
  .p-fc-point-box__photo {
    width: 100%;
  }
}
.p-fc-point-box__text {
  width: calc(100% - 130px);
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .p-fc-point-box__text {
    padding-left: 30px;
    width: 100%;
  }
}
.p-fc-point-box__text .num {
  display: inline-block;
  vertical-align: baseline;
  color: #CD494E;
  font-size: 150%;
  font-weight: bold;
  position: absolute;
  top: -7px;
  left: 0;
}
.p-fc-point-box__text .text {
  display: inline-block;
  vertical-align: baseline;
}

/*recruiting=========*/
.p-fc-recruiting__ttl {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-fc-recruiting .c-basic-txt, .p-fc-recruiting .p-basic-list__item, .p-fc-recruiting .p-ol-list__item, .p-fc-recruiting .p-ol-list--sub__item {
    text-align: center;
  }
}

/*overview=========*/
.p-fc-overview {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-fc-overview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
  }
}
.p-fc-overview__ttl {
  padding-bottom: 10px;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-fc-overview__ttl {
    width: 100%;
    max-width: 300px;
    border-bottom: none;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-fc-overview__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-fc-overview__contents {
    width: calc(100% - 300px);
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 10px;
  }
}
.p-fc-overview__contents .text {
  width: 100%;
  color: #9F764A;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-fc-overview__contents .text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-fc-overview__contents .ttl {
  display: block;
  line-height: 1.5;
  width: 100px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-fc-overview__contents .ttl {
    width: 150px;
  }
}
.p-fc-overview__contents .contents {
  line-height: 1.5;
  width: calc(100% - 100px);
  position: relative;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-fc-overview__contents .contents {
    width: calc(100% - 150px);
  }
}
.p-fc-overview__contents .contents::before {
  content: '：';
  position: absolute;
  top: 0;
  left: -16px;
}

/*shop===================*/
.p-fc-shop {
  padding-bottom: 50px;
  border-bottom: 2px solid #DEDABF;
}
.p-fc-shop .p-fc-overview {
  border-top: 2px solid #DEDABF;
  margin-top: 50px;
  padding-top: 50px;
}
.p-fc-shop .p-fc-overview .p-fc-overview__ttl {
  border-bottom: 2px solid #DEDABF;
  color: #9F764A;
}
@media screen and (min-width: 768px) {
  .p-fc-shop .p-fc-overview .p-fc-overview__ttl {
    border-bottom: none;
    border-right: 2px solid #DEDABF;
    margin: 0 30px 0 0;
    padding: 0 30px 0 0;
  }
}

/*contact===================*/
.p-fc-contact {
  text-align: center;
  max-width: 880px;
  margin: 50px auto;
  padding: 20px;
  border: 2px solid #CD494E;
}
@media screen and (min-width: 768px) {
  .p-fc-contact {
    padding: 30px;
  }
}
.p-fc-contact__ttl {
  color: #CD494E;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-fc-contact__ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-fc-contact .c-basic-txt, .p-fc-contact .p-basic-list__item, .p-fc-contact .p-ol-list__item, .p-fc-contact .p-ol-list--sub__item {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-fc-contact .c-basic-txt, .p-fc-contact .p-basic-list__item, .p-fc-contact .p-ol-list__item, .p-fc-contact .p-ol-list--sub__item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* =========================================================
sitemap - サイトマップページの独自コンテンツ
========================================================= */
/* =========================================================
not_found -not_foundページの独自コンテンツ
========================================================= */
/* =========================================================
print - プリント表示に対する対応
========================================================= */
@media print {
  body::before {
    background: none;
  }

  .l-header,
  .l-footer {
    display: none !important;
  }

  .c-main-ttl__in {
    font-size: 30px;
  }

  .l-main {
    max-width: 100% !important;
    margin: 0 auto;
  }

  .l-main--row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .l-main--row .l-main--left {
    width: calc(100% - 300px) !important;
    padding-right: 15px;
  }
  .l-main--row .slick-track, .l-main--row .slick-initialized .slick-slide {
    width: calc(100% - 300px) !important;
  }
  .l-main--row .l-side {
    max-width: 300px;
  }

  .jq-inview-fade {
    opacity: 1 !important;
    display: block !important;
    top: 0 !important;
  }

  .p-detail-images-print {
    display: block !important;
  }
  .p-detail-images-print__item {
    text-align: center;
    max-height: 500px;
    background: #ffffff;
  }
  .p-detail-images-print__in {
    max-height: 500px;
  }

  .c-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .c-table .c-th, .c-table .c-td {
    padding: 15px 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-table .c-th:first-of-type, .c-table .c-td:first-of-type {
    border-top: none;
  }
  .c-table .c-th {
    width: 15%;
  }
  .c-table .c-td {
    width: 85%;
  }
  .c-table.c-table--col4 .c-th {
    width: 15%;
  }
  .c-table.c-table--col4 .c-td {
    background: #ffffff;
    width: 35%;
  }
  .c-table.c-table--col4 .c-th, .c-table.c-table--col4 .c-td {
    display: block !important;
  }
  .c-table.c-table--col4 .c-th:first-of-type, .c-table.c-table--col4 .c-td:first-of-type {
    border-top: none;
  }
  .c-table.c-table--col4 .c-th:nth-of-type(2), .c-table.c-table--col4 .c-td:nth-of-type(2) {
    border-top: none;
  }
}
/* Utility
======================================= */
/* =========================================================
text - 文字の装飾など
========================================================= */
.u-fc-main {
  color: #9F764A !important;
}

.u-fc-white {
  color: #ffffff !important;
}

.u-fc-red {
  color: #c60d0d !important;
}

.u-fc-green {
  color: #766D44 !important;
}

.u-fc-blue {
  color: #2D83BA !important;
}

.u-fw-l {
  font-weight: lighter !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

.u-ta-l {
  text-align: left;
}

.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

/* =========================================================
margin - 余白の調整
========================================================= */
.u-m-0 {
  margin: 0 !important;
}

.u-mt-0,
.u-my-0 {
  margin-top: 0 !important;
}

.u-mr-0,
.u-mx-0 {
  margin-right: 0 !important;
}

.u-mb-0,
.u-my-0 {
  margin-bottom: 0 !important;
}

.u-ml-0,
.u-mx-0 {
  margin-left: 0 !important;
}

.u-m-1 {
  margin: 0.5rem !important;
}

.u-mt-1,
.u-my-1 {
  margin-top: 0.5rem !important;
}

.u-mr-1,
.u-mx-1 {
  margin-right: 0.5rem !important;
}

.u-mb-1,
.u-my-1 {
  margin-bottom: 0.5rem !important;
}

.u-ml-1,
.u-mx-1 {
  margin-left: 0.5rem !important;
}

.u-m-2 {
  margin: 1rem !important;
}

.u-mt-2,
.u-my-2 {
  margin-top: 1rem !important;
}

.u-mr-2,
.u-mx-2 {
  margin-right: 1rem !important;
}

.u-mb-2,
.u-my-2 {
  margin-bottom: 1rem !important;
}

.u-ml-2,
.u-mx-2 {
  margin-left: 1rem !important;
}

.u-m-3 {
  margin: 1.5rem !important;
}

.u-mt-3,
.u-my-3 {
  margin-top: 1.5rem !important;
}

.u-mr-3,
.u-mx-3 {
  margin-right: 1.5rem !important;
}

.u-mb-3,
.u-my-3 {
  margin-bottom: 1.5rem !important;
}

.u-ml-3,
.u-mx-3 {
  margin-left: 1.5rem !important;
}

.u-m-4 {
  margin: 2rem !important;
}

.u-mt-4,
.u-my-4 {
  margin-top: 2rem !important;
}

.u-mr-4,
.u-mx-4 {
  margin-right: 2rem !important;
}

.u-mb-4,
.u-my-4 {
  margin-bottom: 2rem !important;
}

.u-ml-4,
.u-mx-4 {
  margin-left: 2rem !important;
}

.u-m-5 {
  margin: 3rem !important;
}

.u-mt-5,
.u-my-5 {
  margin-top: 3rem !important;
}

.u-mr-5,
.u-mx-5 {
  margin-right: 3rem !important;
}

.u-mb-5,
.u-my-5 {
  margin-bottom: 3rem !important;
}

.u-ml-5,
.u-mx-5 {
  margin-left: 3rem !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-pt-0,
.u-py-0 {
  padding-top: 0 !important;
}

.u-pr-0,
.u-px-0 {
  padding-right: 0 !important;
}

.u-pb-0,
.u-py-0 {
  padding-bottom: 0 !important;
}

.u-pl-0,
.u-px-0 {
  padding-left: 0 !important;
}

.u-p-1 {
  padding: 0.5rem !important;
}

.u-pt-1,
.u-py-1 {
  padding-top: 0.5rem !important;
}

.u-pr-1,
.u-px-1 {
  padding-right: 0.5rem !important;
}

.u-pb-1,
.u-py-1 {
  padding-bottom: 0.5rem !important;
}

.u-pl-1,
.u-px-1 {
  padding-left: 0.5rem !important;
}

.u-p-2 {
  padding: 1rem !important;
}

.u-pt-2,
.u-py-2 {
  padding-top: 1rem !important;
}

.u-pr-2,
.u-px-2 {
  padding-right: 1rem !important;
}

.u-pb-2,
.u-py-2 {
  padding-bottom: 1rem !important;
}

.u-pl-2,
.u-px-2 {
  padding-left: 1rem !important;
}

.u-p-3 {
  padding: 1.5rem !important;
}

.u-pt-3,
.u-py-3 {
  padding-top: 1.5rem !important;
}

.u-pr-3,
.u-px-3 {
  padding-right: 1.5rem !important;
}

.u-pb-3,
.u-py-3 {
  padding-bottom: 1.5rem !important;
}

.u-pl-3,
.u-px-3 {
  padding-left: 1.5rem !important;
}

.u-p-4 {
  padding: 2rem !important;
}

.u-pt-4,
.u-py-4 {
  padding-top: 2rem !important;
}

.u-pr-4,
.u-px-4 {
  padding-right: 2rem !important;
}

.u-pb-4,
.u-py-4 {
  padding-bottom: 2rem !important;
}

.u-pl-4,
.u-px-4 {
  padding-left: 2rem !important;
}

.u-p-5 {
  padding: 3rem !important;
}

.u-pt-5,
.u-py-5 {
  padding-top: 3rem !important;
}

.u-pr-5,
.u-px-5 {
  padding-right: 3rem !important;
}

.u-pb-5,
.u-py-5 {
  padding-bottom: 3rem !important;
}

.u-pl-5,
.u-px-5 {
  padding-left: 3rem !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

@media screen and (min-width: 576px) {
  .u-m-sm-0 {
    margin: 0 !important;
  }

  .u-mt-sm-0,
  .u-my-sm-0 {
    margin-top: 0 !important;
  }

  .u-mr-sm-0,
  .u-mx-sm-0 {
    margin-right: 0 !important;
  }

  .u-mb-sm-0,
  .u-my-sm-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-sm-0,
  .u-mx-sm-0 {
    margin-left: 0 !important;
  }

  .u-m-sm-1 {
    margin: 0.5rem !important;
  }

  .u-mt-sm-1,
  .u-my-sm-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-sm-1,
  .u-mx-sm-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-sm-1,
  .u-my-sm-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-sm-1,
  .u-mx-sm-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-sm-2 {
    margin: 1rem !important;
  }

  .u-mt-sm-2,
  .u-my-sm-2 {
    margin-top: 1rem !important;
  }

  .u-mr-sm-2,
  .u-mx-sm-2 {
    margin-right: 1rem !important;
  }

  .u-mb-sm-2,
  .u-my-sm-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-sm-2,
  .u-mx-sm-2 {
    margin-left: 1rem !important;
  }

  .u-m-sm-3 {
    margin: 1.5rem !important;
  }

  .u-mt-sm-3,
  .u-my-sm-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-sm-3,
  .u-mx-sm-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-sm-3,
  .u-my-sm-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-sm-3,
  .u-mx-sm-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-sm-4 {
    margin: 2rem !important;
  }

  .u-mt-sm-4,
  .u-my-sm-4 {
    margin-top: 2rem !important;
  }

  .u-mr-sm-4,
  .u-mx-sm-4 {
    margin-right: 2rem !important;
  }

  .u-mb-sm-4,
  .u-my-sm-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-sm-4,
  .u-mx-sm-4 {
    margin-left: 2rem !important;
  }

  .u-m-sm-5 {
    margin: 3rem !important;
  }

  .u-mt-sm-5,
  .u-my-sm-5 {
    margin-top: 3rem !important;
  }

  .u-mr-sm-5,
  .u-mx-sm-5 {
    margin-right: 3rem !important;
  }

  .u-mb-sm-5,
  .u-my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-sm-5,
  .u-mx-sm-5 {
    margin-left: 3rem !important;
  }

  .u-p-sm-0 {
    padding: 0 !important;
  }

  .u-pt-sm-0,
  .u-py-sm-0 {
    padding-top: 0 !important;
  }

  .u-pr-sm-0,
  .u-px-sm-0 {
    padding-right: 0 !important;
  }

  .u-pb-sm-0,
  .u-py-sm-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-sm-0,
  .u-px-sm-0 {
    padding-left: 0 !important;
  }

  .u-p-sm-1 {
    padding: 0.5rem !important;
  }

  .u-pt-sm-1,
  .u-py-sm-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-sm-1,
  .u-px-sm-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-sm-1,
  .u-py-sm-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-sm-1,
  .u-px-sm-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-sm-2 {
    padding: 1rem !important;
  }

  .u-pt-sm-2,
  .u-py-sm-2 {
    padding-top: 1rem !important;
  }

  .u-pr-sm-2,
  .u-px-sm-2 {
    padding-right: 1rem !important;
  }

  .u-pb-sm-2,
  .u-py-sm-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-sm-2,
  .u-px-sm-2 {
    padding-left: 1rem !important;
  }

  .u-p-sm-3 {
    padding: 1.5rem !important;
  }

  .u-pt-sm-3,
  .u-py-sm-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-sm-3,
  .u-px-sm-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-sm-3,
  .u-py-sm-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-sm-3,
  .u-px-sm-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-sm-4 {
    padding: 2rem !important;
  }

  .u-pt-sm-4,
  .u-py-sm-4 {
    padding-top: 2rem !important;
  }

  .u-pr-sm-4,
  .u-px-sm-4 {
    padding-right: 2rem !important;
  }

  .u-pb-sm-4,
  .u-py-sm-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-sm-4,
  .u-px-sm-4 {
    padding-left: 2rem !important;
  }

  .u-p-sm-5 {
    padding: 3rem !important;
  }

  .u-pt-sm-5,
  .u-py-sm-5 {
    padding-top: 3rem !important;
  }

  .u-pr-sm-5,
  .u-px-sm-5 {
    padding-right: 3rem !important;
  }

  .u-pb-sm-5,
  .u-py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-sm-5,
  .u-px-sm-5 {
    padding-left: 3rem !important;
  }

  .u-m-sm-auto {
    margin: auto !important;
  }

  .u-mt-sm-auto,
  .u-my-sm-auto {
    margin-top: auto !important;
  }

  .u-mr-sm-auto,
  .u-mx-sm-auto {
    margin-right: auto !important;
  }

  .u-mb-sm-auto,
  .u-my-sm-auto {
    margin-bottom: auto !important;
  }

  .u-ml-sm-auto,
  .u-mx-sm-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-md-0 {
    margin: 0 !important;
  }

  .u-mt-md-0,
  .u-my-md-0 {
    margin-top: 0 !important;
  }

  .u-mr-md-0,
  .u-mx-md-0 {
    margin-right: 0 !important;
  }

  .u-mb-md-0,
  .u-my-md-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-md-0,
  .u-mx-md-0 {
    margin-left: 0 !important;
  }

  .u-m-md-1 {
    margin: 0.5rem !important;
  }

  .u-mt-md-1,
  .u-my-md-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-md-1,
  .u-mx-md-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-md-1,
  .u-my-md-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-md-1,
  .u-mx-md-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-md-2 {
    margin: 1rem !important;
  }

  .u-mt-md-2,
  .u-my-md-2 {
    margin-top: 1rem !important;
  }

  .u-mr-md-2,
  .u-mx-md-2 {
    margin-right: 1rem !important;
  }

  .u-mb-md-2,
  .u-my-md-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-md-2,
  .u-mx-md-2 {
    margin-left: 1rem !important;
  }

  .u-m-md-3 {
    margin: 1.5rem !important;
  }

  .u-mt-md-3,
  .u-my-md-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-md-3,
  .u-mx-md-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-md-3,
  .u-my-md-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-md-3,
  .u-mx-md-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-md-4 {
    margin: 2rem !important;
  }

  .u-mt-md-4,
  .u-my-md-4 {
    margin-top: 2rem !important;
  }

  .u-mr-md-4,
  .u-mx-md-4 {
    margin-right: 2rem !important;
  }

  .u-mb-md-4,
  .u-my-md-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-md-4,
  .u-mx-md-4 {
    margin-left: 2rem !important;
  }

  .u-m-md-5 {
    margin: 3rem !important;
  }

  .u-mt-md-5,
  .u-my-md-5 {
    margin-top: 3rem !important;
  }

  .u-mr-md-5,
  .u-mx-md-5 {
    margin-right: 3rem !important;
  }

  .u-mb-md-5,
  .u-my-md-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-md-5,
  .u-mx-md-5 {
    margin-left: 3rem !important;
  }

  .u-p-md-0 {
    padding: 0 !important;
  }

  .u-pt-md-0,
  .u-py-md-0 {
    padding-top: 0 !important;
  }

  .u-pr-md-0,
  .u-px-md-0 {
    padding-right: 0 !important;
  }

  .u-pb-md-0,
  .u-py-md-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-md-0,
  .u-px-md-0 {
    padding-left: 0 !important;
  }

  .u-p-md-1 {
    padding: 0.5rem !important;
  }

  .u-pt-md-1,
  .u-py-md-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-md-1,
  .u-px-md-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-md-1,
  .u-py-md-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-md-1,
  .u-px-md-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-md-2 {
    padding: 1rem !important;
  }

  .u-pt-md-2,
  .u-py-md-2 {
    padding-top: 1rem !important;
  }

  .u-pr-md-2,
  .u-px-md-2 {
    padding-right: 1rem !important;
  }

  .u-pb-md-2,
  .u-py-md-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-md-2,
  .u-px-md-2 {
    padding-left: 1rem !important;
  }

  .u-p-md-3 {
    padding: 1.5rem !important;
  }

  .u-pt-md-3,
  .u-py-md-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-md-3,
  .u-px-md-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-md-3,
  .u-py-md-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-md-3,
  .u-px-md-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-md-4 {
    padding: 2rem !important;
  }

  .u-pt-md-4,
  .u-py-md-4 {
    padding-top: 2rem !important;
  }

  .u-pr-md-4,
  .u-px-md-4 {
    padding-right: 2rem !important;
  }

  .u-pb-md-4,
  .u-py-md-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-md-4,
  .u-px-md-4 {
    padding-left: 2rem !important;
  }

  .u-p-md-5 {
    padding: 3rem !important;
  }

  .u-pt-md-5,
  .u-py-md-5 {
    padding-top: 3rem !important;
  }

  .u-pr-md-5,
  .u-px-md-5 {
    padding-right: 3rem !important;
  }

  .u-pb-md-5,
  .u-py-md-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-md-5,
  .u-px-md-5 {
    padding-left: 3rem !important;
  }

  .u-m-md-auto {
    margin: auto !important;
  }

  .u-mt-md-auto,
  .u-my-md-auto {
    margin-top: auto !important;
  }

  .u-mr-md-auto,
  .u-mx-md-auto {
    margin-right: auto !important;
  }

  .u-mb-md-auto,
  .u-my-md-auto {
    margin-bottom: auto !important;
  }

  .u-ml-md-auto,
  .u-mx-md-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1190px) {
  .u-m-lg-0 {
    margin: 0 !important;
  }

  .u-mt-lg-0,
  .u-my-lg-0 {
    margin-top: 0 !important;
  }

  .u-mr-lg-0,
  .u-mx-lg-0 {
    margin-right: 0 !important;
  }

  .u-mb-lg-0,
  .u-my-lg-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-lg-0,
  .u-mx-lg-0 {
    margin-left: 0 !important;
  }

  .u-m-lg-1 {
    margin: 0.5rem !important;
  }

  .u-mt-lg-1,
  .u-my-lg-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-lg-1,
  .u-mx-lg-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-lg-1,
  .u-my-lg-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-lg-1,
  .u-mx-lg-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-lg-2 {
    margin: 1rem !important;
  }

  .u-mt-lg-2,
  .u-my-lg-2 {
    margin-top: 1rem !important;
  }

  .u-mr-lg-2,
  .u-mx-lg-2 {
    margin-right: 1rem !important;
  }

  .u-mb-lg-2,
  .u-my-lg-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-lg-2,
  .u-mx-lg-2 {
    margin-left: 1rem !important;
  }

  .u-m-lg-3 {
    margin: 1.5rem !important;
  }

  .u-mt-lg-3,
  .u-my-lg-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-lg-3,
  .u-mx-lg-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-lg-3,
  .u-my-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-lg-3,
  .u-mx-lg-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-lg-4 {
    margin: 2rem !important;
  }

  .u-mt-lg-4,
  .u-my-lg-4 {
    margin-top: 2rem !important;
  }

  .u-mr-lg-4,
  .u-mx-lg-4 {
    margin-right: 2rem !important;
  }

  .u-mb-lg-4,
  .u-my-lg-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-lg-4,
  .u-mx-lg-4 {
    margin-left: 2rem !important;
  }

  .u-m-lg-5 {
    margin: 3rem !important;
  }

  .u-mt-lg-5,
  .u-my-lg-5 {
    margin-top: 3rem !important;
  }

  .u-mr-lg-5,
  .u-mx-lg-5 {
    margin-right: 3rem !important;
  }

  .u-mb-lg-5,
  .u-my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-lg-5,
  .u-mx-lg-5 {
    margin-left: 3rem !important;
  }

  .u-p-lg-0 {
    padding: 0 !important;
  }

  .u-pt-lg-0,
  .u-py-lg-0 {
    padding-top: 0 !important;
  }

  .u-pr-lg-0,
  .u-px-lg-0 {
    padding-right: 0 !important;
  }

  .u-pb-lg-0,
  .u-py-lg-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-lg-0,
  .u-px-lg-0 {
    padding-left: 0 !important;
  }

  .u-p-lg-1 {
    padding: 0.5rem !important;
  }

  .u-pt-lg-1,
  .u-py-lg-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-lg-1,
  .u-px-lg-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-lg-1,
  .u-py-lg-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-lg-1,
  .u-px-lg-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-lg-2 {
    padding: 1rem !important;
  }

  .u-pt-lg-2,
  .u-py-lg-2 {
    padding-top: 1rem !important;
  }

  .u-pr-lg-2,
  .u-px-lg-2 {
    padding-right: 1rem !important;
  }

  .u-pb-lg-2,
  .u-py-lg-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-lg-2,
  .u-px-lg-2 {
    padding-left: 1rem !important;
  }

  .u-p-lg-3 {
    padding: 1.5rem !important;
  }

  .u-pt-lg-3,
  .u-py-lg-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-lg-3,
  .u-px-lg-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-lg-3,
  .u-py-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-lg-3,
  .u-px-lg-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-lg-4 {
    padding: 2rem !important;
  }

  .u-pt-lg-4,
  .u-py-lg-4 {
    padding-top: 2rem !important;
  }

  .u-pr-lg-4,
  .u-px-lg-4 {
    padding-right: 2rem !important;
  }

  .u-pb-lg-4,
  .u-py-lg-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-lg-4,
  .u-px-lg-4 {
    padding-left: 2rem !important;
  }

  .u-p-lg-5 {
    padding: 3rem !important;
  }

  .u-pt-lg-5,
  .u-py-lg-5 {
    padding-top: 3rem !important;
  }

  .u-pr-lg-5,
  .u-px-lg-5 {
    padding-right: 3rem !important;
  }

  .u-pb-lg-5,
  .u-py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-lg-5,
  .u-px-lg-5 {
    padding-left: 3rem !important;
  }

  .u-m-lg-auto {
    margin: auto !important;
  }

  .u-mt-lg-auto,
  .u-my-lg-auto {
    margin-top: auto !important;
  }

  .u-mr-lg-auto,
  .u-mx-lg-auto {
    margin-right: auto !important;
  }

  .u-mb-lg-auto,
  .u-my-lg-auto {
    margin-bottom: auto !important;
  }

  .u-ml-lg-auto,
  .u-mx-lg-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1300px) {
  .u-m-xl-0 {
    margin: 0 !important;
  }

  .u-mt-xl-0,
  .u-my-xl-0 {
    margin-top: 0 !important;
  }

  .u-mr-xl-0,
  .u-mx-xl-0 {
    margin-right: 0 !important;
  }

  .u-mb-xl-0,
  .u-my-xl-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-xl-0,
  .u-mx-xl-0 {
    margin-left: 0 !important;
  }

  .u-m-xl-1 {
    margin: 0.5rem !important;
  }

  .u-mt-xl-1,
  .u-my-xl-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-xl-1,
  .u-mx-xl-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-xl-1,
  .u-my-xl-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-xl-1,
  .u-mx-xl-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-xl-2 {
    margin: 1rem !important;
  }

  .u-mt-xl-2,
  .u-my-xl-2 {
    margin-top: 1rem !important;
  }

  .u-mr-xl-2,
  .u-mx-xl-2 {
    margin-right: 1rem !important;
  }

  .u-mb-xl-2,
  .u-my-xl-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-xl-2,
  .u-mx-xl-2 {
    margin-left: 1rem !important;
  }

  .u-m-xl-3 {
    margin: 1.5rem !important;
  }

  .u-mt-xl-3,
  .u-my-xl-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-xl-3,
  .u-mx-xl-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-xl-3,
  .u-my-xl-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-xl-3,
  .u-mx-xl-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-xl-4 {
    margin: 2rem !important;
  }

  .u-mt-xl-4,
  .u-my-xl-4 {
    margin-top: 2rem !important;
  }

  .u-mr-xl-4,
  .u-mx-xl-4 {
    margin-right: 2rem !important;
  }

  .u-mb-xl-4,
  .u-my-xl-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-xl-4,
  .u-mx-xl-4 {
    margin-left: 2rem !important;
  }

  .u-m-xl-5 {
    margin: 3rem !important;
  }

  .u-mt-xl-5,
  .u-my-xl-5 {
    margin-top: 3rem !important;
  }

  .u-mr-xl-5,
  .u-mx-xl-5 {
    margin-right: 3rem !important;
  }

  .u-mb-xl-5,
  .u-my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-xl-5,
  .u-mx-xl-5 {
    margin-left: 3rem !important;
  }

  .u-p-xl-0 {
    padding: 0 !important;
  }

  .u-pt-xl-0,
  .u-py-xl-0 {
    padding-top: 0 !important;
  }

  .u-pr-xl-0,
  .u-px-xl-0 {
    padding-right: 0 !important;
  }

  .u-pb-xl-0,
  .u-py-xl-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-xl-0,
  .u-px-xl-0 {
    padding-left: 0 !important;
  }

  .u-p-xl-1 {
    padding: 0.5rem !important;
  }

  .u-pt-xl-1,
  .u-py-xl-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-xl-1,
  .u-px-xl-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-xl-1,
  .u-py-xl-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-xl-1,
  .u-px-xl-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-xl-2 {
    padding: 1rem !important;
  }

  .u-pt-xl-2,
  .u-py-xl-2 {
    padding-top: 1rem !important;
  }

  .u-pr-xl-2,
  .u-px-xl-2 {
    padding-right: 1rem !important;
  }

  .u-pb-xl-2,
  .u-py-xl-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-xl-2,
  .u-px-xl-2 {
    padding-left: 1rem !important;
  }

  .u-p-xl-3 {
    padding: 1.5rem !important;
  }

  .u-pt-xl-3,
  .u-py-xl-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-xl-3,
  .u-px-xl-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-xl-3,
  .u-py-xl-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-xl-3,
  .u-px-xl-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-xl-4 {
    padding: 2rem !important;
  }

  .u-pt-xl-4,
  .u-py-xl-4 {
    padding-top: 2rem !important;
  }

  .u-pr-xl-4,
  .u-px-xl-4 {
    padding-right: 2rem !important;
  }

  .u-pb-xl-4,
  .u-py-xl-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-xl-4,
  .u-px-xl-4 {
    padding-left: 2rem !important;
  }

  .u-p-xl-5 {
    padding: 3rem !important;
  }

  .u-pt-xl-5,
  .u-py-xl-5 {
    padding-top: 3rem !important;
  }

  .u-pr-xl-5,
  .u-px-xl-5 {
    padding-right: 3rem !important;
  }

  .u-pb-xl-5,
  .u-py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-xl-5,
  .u-px-xl-5 {
    padding-left: 3rem !important;
  }

  .u-m-xl-auto {
    margin: auto !important;
  }

  .u-mt-xl-auto,
  .u-my-xl-auto {
    margin-top: auto !important;
  }

  .u-mr-xl-auto,
  .u-mx-xl-auto {
    margin-right: auto !important;
  }

  .u-mb-xl-auto,
  .u-my-xl-auto {
    margin-bottom: auto !important;
  }

  .u-ml-xl-auto,
  .u-mx-xl-auto {
    margin-left: auto !important;
  }
}
/* =========================================================
display - ブレイクポイントごとに表示切替
========================================================= */
/*PCとSPの見え方切り替え*/
.pc-show {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc-show {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-show {
    display: none !important;
  }
}

.u-none {
  display: none !important;
}

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

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

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

.u-table {
  display: table !important;
}

.u-table-row {
  display: table-row !important;
}

.u-table-cell {
  display: table-cell !important;
}

.u-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (min-width: 576px) {
  .u-sm-none {
    display: none !important;
  }

  .u-sm-inline {
    display: inline !important;
  }

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

  .u-sm-block {
    display: block !important;
  }

  .u-sm-table {
    display: table !important;
  }

  .u-sm-table-row {
    display: table-row !important;
  }

  .u-sm-table-cell {
    display: table-cell !important;
  }

  .u-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 768px) {
  .u-mu-none {
    display: none !important;
  }

  .u-mu-inline {
    display: inline !important;
  }

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

  .u-mu-block {
    display: block !important;
  }

  .u-mu-table {
    display: table !important;
  }

  .u-mu-table-row {
    display: table-row !important;
  }

  .u-mu-table-cell {
    display: table-cell !important;
  }

  .u-mu-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-mu-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1190px) {
  .u-lg-none {
    display: none !important;
  }

  .u-lg-inline {
    display: inline !important;
  }

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

  .u-lg-block {
    display: block !important;
  }

  .u-lg-table {
    display: table !important;
  }

  .u-lg-table-row {
    display: table-row !important;
  }

  .u-lg-table-cell {
    display: table-cell !important;
  }

  .u-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1300px) {
  .u-xl-none {
    display: none !important;
  }

  .u-xl-inline {
    display: inline !important;
  }

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

  .u-xl-block {
    display: block !important;
  }

  .u-xl-table {
    display: table !important;
  }

  .u-xl-table-row {
    display: table-row !important;
  }

  .u-xl-table-cell {
    display: table-cell !important;
  }

  .u-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .u-print-none {
    display: none !important;
  }

  .u-print-inline {
    display: inline !important;
  }

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

  .u-print-block {
    display: block !important;
  }

  .u-print-table {
    display: table !important;
  }

  .u-print-table-row {
    display: table-row !important;
  }

  .u-print-table-cell {
    display: table-cell !important;
  }

  .u-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* =========================================================
flex - flexを使った位置調整など
========================================================= */
.u-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.u-flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.u-flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.u-flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.u-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.u-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.u-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.u-flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.u-flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.u-flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.u-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.u-flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.u-justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.u-justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.u-justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.u-justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.u-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.u-align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.u-align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.u-align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.u-align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.u-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.u-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.u-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.u-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.u-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.u-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.u-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.u-align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.u-align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.u-align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.u-align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.u-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.u-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media screen and (min-width: 576px) {
  .u-flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .u-flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1190px) {
  .u-flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1300px) {
  .u-flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/* =========================================================
クーポン
========================================================= */
.coupon {
	width: 720px;
    margin: 5% auto 10%;
    text-align: center;
}
.coupon h2 {
    text-align: center;
    font-weight: 600;
    font-size: 1.1em;
    color: #434343;
    position: relative;
    background-color: #f5e828;
    padding: .75em 1em;
    margin: 0 0 4% 0;
	max-width: 800px;
}
.coupon h2::before, .coupon h2::after {
    content: '';
    position: absolute;
    top: 100%;
    border-style: solid;
    border-color: transparent;
}
.coupon h2::before {
    left: 0;
    border-width: 0 15px 15px 0;
    border-right-color: #e2d626;
}
.coupon h2::after {
    right: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-top-color: #e2d626;
}
.coupon h3 {
font-weight: 600;
    font-size: 1.1em;
    background-color: #e2007e;
    color: #fff;
    border-radius: 20px;
    padding: 1%;
    margin: 2% auto 0;
    width: 80%;
}
.coupon p {
	font-weight: bold;
	font-size: 1.2em;
	margin: 3% 0 1% 0;
	color: #c14931;
}
.coupon ul {
	text-align: left;
}
.coupon ul li {
	margin: 0 0 1% 0;
}
@media only screen and (max-width: 640px) {
/*============================
コラムページのCSS（スマホ用）
============================*/
.coupon {
	width: 98%;
	margin: 10% auto;
	padding: 0 1%;
}
.coupon  h2 { 
    line-height: 1.3;
    margin: 0 0 7% 0;
	}
	.coupon h3 {
    font-size: 0.9em;
    border-radius: 30px;
    padding: 4% 2%;
	width: 90%;
}
	.coupon img {
	display: inline-block;
    height: auto;
    max-width: 100%;
}
.coupon p {
	font-size: 1em;
	margin: 3% 0 2% 0;
}
	.coupon ul li {
	font-size: 0.9em;
}
}