@charset "UTF-8";
@media screen and (min-width: 768px), print {
  body {
    min-width: 1280px; } }

/*
  header
*/
@media screen and (min-width: 768px), print {
  .header.m--listPage.container:not(.env-event) {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end; }
    .header.m--listPage.container:not(.env-event) > * {
      margin-right: 16px; }
      .header.m--listPage.container:not(.env-event) > *:last-child {
        margin-right: 0; } }

.header.m--listPage.figure {
  text-align: center; }

.footer.m--subPage.container > * {
  margin-bottom: 16px; }
  .footer.m--subPage.container > *:last-child {
    margin-bottom: 0; }

.footer.m--subPage.bnr {
  text-align: center; }

.footer.m--subPage.aside {
  max-width: 720px;
  font-size: 0.875rem; }
  @media screen and (min-width: 768px), print {
    .footer.m--subPage.aside {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      margin-right: auto;
      margin-left: auto; } }
  @media screen and (max-width: 768px) {
    .footer.m--subPage.aside > li {
      margin-bottom: 8px; }
      .footer.m--subPage.aside > li:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 768px), print {
    .footer.m--subPage.aside > li {
      margin-right: 32px; }
      .footer.m--subPage.aside > li:last-child {
        margin-right: 0; } }
  .footer.m--subPage.aside a {
    text-decoration: underline;
    color: #00789C; }

/*
  nav, menu
*/
.nav.m--area.heading {
  margin-bottom: 8px;
  font-size: 1rem; }

.nav.m--area.inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .nav.m--area.inner {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 768px) {
    .nav.m--area.inner > li {
      margin-right: 8px;
      width: calc((100% - 8px * (2 - 1)) / 2);
      text-align: center; }
      .nav.m--area.inner > li:nth-of-type(2n) {
        margin-right: 0; }
      .nav.m--area.inner > li:nth-of-type(n+3) {
        margin-top: 8px; }
      .nav.m--area.inner > li:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px), print {
    .nav.m--area.inner > li {
      margin-right: 8px; }
      .nav.m--area.inner > li:last-child {
        margin-right: 0; } }

.nav.m--area.item {
  display: block;
  padding: 8px 12px;
  border: 1px solid #000;
  color: #000; }
  .nav.m--area.item:hover {
    background-color: #eee; }

.pagination.container {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start; }

.pagination.inner {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  color: #FF9900; }
  .pagination.inner > li {
    display: inline; }
    .pagination.inner > li:first-child > a,
    .pagination.inner > li:first-child > span {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination.inner > li:last-child > a,
    .pagination.inner > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .pagination.inner > li > a,
    .pagination.inner > li > span {
      position: relative;
      float: left;
      margin-left: -1px;
      padding: 6px 12px;
      border: 1px solid #FF9900;
      line-height: 1.42857143;
      text-decoration: none;
      color: #FF9900; }
      .pagination.inner > li > a:focus, .pagination.inner > li > a:hover,
      .pagination.inner > li > span:focus,
      .pagination.inner > li > span:hover {
        z-index: 2;
        background-color: #FF9900;
        border-color: #FF9900;
        color: #fff; }
  .pagination.inner > .active > a,
  .pagination.inner > .active > span {
    z-index: 3;
    cursor: default;
    background-color: #FF9900;
    border-color: #FF9900;
    color: #fff; }
    .pagination.inner > .active > a:focus, .pagination.inner > .active > a:hover,
    .pagination.inner > .active > span:focus,
    .pagination.inner > .active > span:hover {
      z-index: 3;
      cursor: default;
      background-color: #FF9900;
      border-color: #FF9900;
      color: #fff; }
  .pagination.inner > li {
    width: 33.3%; }
    .pagination.inner > li:nth-of-type(2) {
      text-align: center; }
    .pagination.inner > li:last-of-type {
      text-align: right; }
    .pagination.inner > li > a {
      float: none; }

/*
  article
*/
.body,
.lead {
  line-height: 1.75; }
  @media screen and (max-width: 768px) {
    .body,
    .lead {
      font-size: 0.875rem; } }

.article.eyecatch.wrapper {
  margin-bottom: 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 480px) {
    .article.eyecatch.wrapper {
      position: relative;
      display: block;
      width: 100%; }
      .article.eyecatch.wrapper::before {
        content: "";
        display: block;
        padding-top: 75%; }
      .article.eyecatch.wrapper > * {
        margin: auto;
        position: absolute !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%; } }
  @media screen and (min-width: 480px), print {
    .article.eyecatch.wrapper {
      position: relative;
      display: block;
      width: 100%; }
      .article.eyecatch.wrapper::before {
        content: "";
        display: block;
        padding-top: 56.25%; }
      .article.eyecatch.wrapper > * {
        margin: auto;
        position: absolute !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%; } }

/*
  sec
*/
.sec.heading {
  line-height: 1.5; }

.sec.label {
  display: inline;
  padding: 6px 8px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 3px;
  background-color: #fff;
  display: inline-block;
  padding: 20px 32px;
  border: 1px solid #E0D8CD;
  font-family: "Sawarabi Mincho", serif;
  font-weight: normal;
  font-size: 1rem;
  color: #795521; }

.sec__contaienr.type--basic {
  margin-bottom: 56px; }
  .sec__contaienr.type--basic:last-child {
    margin-bottom: 0; }

/*
  heading, copy
*/
.heading.m--listPage,
.heading.m--topPage {
  text-indent: 0.3em;
  font-weight: normal;
  color: #444; }

.heading.m--listPage {
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  border-bottom: 1px solid #aaa;
  line-height: 1;
  letter-spacing: 0.3em;
  font-family: "Sawarabi Mincho", serif; }
  @media screen and (max-width: 1440px) {
    .heading.m--listPage {
      margin-bottom: 16px;
      font-size: 1.3rem; } }
  @media screen and (min-width: 1440px), print {
    .heading.m--listPage {
      margin-bottom: 1rem;
      font-size: 1.5rem; } }

.env-entry.contents.body {
  font-family: "Sawarabi Mincho", serif; }

.env-entry.heading.m--listPage {
  min-width: 11em; }

.heading.m--recommended {
  text-align: center;
  font-weight: 500; }
  @media screen and (max-width: 480px) {
    .heading.m--recommended {
      font-size: 1.4rem; } }
  @media screen and (min-width: 480px) and (max-width: 1024px) {
    .heading.m--recommended {
      font-size: calc(2rem * 0.7 + (100vw - 30rem) / 34); } }
  @media screen and (min-width: 1024px), print {
    .heading.m--recommended {
      font-size: 2rem; } }

@media screen and (max-width: 768px) {
  .wp-form input[type="color"], .wp-form input[type="date"], .wp-form input[type="datetime"], .wp-form input[type="datetime-local"], .wp-form input[type="email"], .wp-form input[type="month"], .wp-form input[type="number"], .wp-form input[type="password"], .wp-form input[type="search"], .wp-form input[type="tel"], .wp-form input[type="text"], .wp-form input[type="time"], .wp-form input[type="url"], .wp-form input[type="week"], .wp-form input:not([type]), .wp-form textarea,
  .wp-form select {
    font-size: 1rem; } }

.wp-form .mwform-radio-field {
  margin-right: 16px;
  display: inline-block; }
  .wp-form .mwform-radio-field:last-child {
    margin-right: 0; }

.wp-form input[type=radio],
.wp-form .mwform-radio-field-text {
  vertical-align: middle; }

.wp-form input[type=radio] {
  height: 22px; }

.wp-form .mwform-radio-field-text {
  margin-left: 4px; }

/*
   lead
 */
.lead.m--listPage {
  font-family: "Sawarabi Mincho", serif;
  font-size: 0.75rem;
  color: #444; }

@media screen and (max-width: 768px) {
  .lead.m--listPage.env-event {
    text-align: left; } }

/*
   aside
 */
.aside.m--tel {
  margin-top: 24px;
  text-align: center; }

.env-product.aside.m--tel.tel-link {
  cursor: default; }

.aside.type--notice {
  padding-bottom: 5px;
  line-height: 1.5;
  font-size: 0.75rem; }

/*
   list
 */
.list.m--simple > li {
  border-bottom: 1px solid #aaa; }
  .list.m--simple > li:last-of-type {
    border-bottom: none; }

/*
   item
 */
.item.wrapper {
  display: block; }

/*
   table, form
 */
.table {
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  width: 100%; }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    padding: 0.75em;
    text-align: left; }
  .table > tbody > tr > th {
    border-bottom: none;
    background-color: #F5F5F5;
    color: #000; }
  .table > tbody > tr > td {
    border-bottom: 1px solid #e8e8e8;
    background-color: rgba(245, 245, 245, 0.1); }
  .table > tbody > tr:last-of-type > th,
  .table > tbody > tr:last-of-type > td {
    border-bottom: none; }
  @media screen and (min-width: 768px), print {
    .table > tbody > tr > th {
      border-bottom: 1px solid #e8e8e8; } }
  .table > tbody > tr > td {
    background-color: #fff; }

form .error {
  color: #B20000; }

/*
   eyecatch, carousel
 */
@media screen and (min-width: 768px), print {
  .carousel.figure.item.container,
  .eyecatch.container {
    height: 369px; } }

@media screen and (max-width: 480px) {
  .carousel.figure.item.container,
  .eyecatch.container {
    position: relative;
    display: block;
    width: 100%; }
    .carousel.figure.item.container::before,
    .eyecatch.container::before {
      content: "";
      display: block;
      padding-top: 50%; }
    .carousel.figure.item.container > *,
    .eyecatch.container > * {
      margin: auto;
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; } }

@media screen and (min-width: 480px) and (max-width: 768px) {
  .carousel.figure.item.container,
  .eyecatch.container {
    position: relative;
    display: block;
    width: 100%; }
    .carousel.figure.item.container::before,
    .eyecatch.container::before {
      content: "";
      display: block;
      padding-top: 33.33333%; }
    .carousel.figure.item.container > *,
    .eyecatch.container > * {
      margin: auto;
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; } }

@media screen and (min-width: 768px), print {
  .carousel.figure.item.container,
  .eyecatch.container {
    position: relative;
    display: block;
    width: 100%; }
    .carousel.figure.item.container::before,
    .eyecatch.container::before {
      content: "";
      display: block;
      padding-top: 25%; }
    .carousel.figure.item.container > *,
    .eyecatch.container > * {
      margin: auto;
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; } }

.eyecatch.container {
  overflow-y: hidden; }

.carousel.figure.frame.container {
  display: block;
  max-width: none; }

.carousel.figure.item.container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

.carousel.arrow.container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 0; }

.carousel.arrow.next,
.carousel.arrow.prev {
  display: block; }
  .carousel.arrow.next i,
  .carousel.arrow.prev i {
    font-size: 4rem;
    color: #fff; }
    .carousel.arrow.next i:hover,
    .carousel.arrow.prev i:hover {
      cursor: pointer; }

.carousel.dots.container {
  top: auto;
  bottom: 24px;
  height: 0; }

.carousel.dots.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin: 0 auto; }
  .carousel.dots.wrapper > li {
    margin-right: 16px;
    cursor: pointer; }
    .carousel.dots.wrapper > li:last-child {
      margin-right: 0; }
    .carousel.dots.wrapper > li.slick-active button {
      background-color: white; }
  .carousel.dots.wrapper button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 0;
    line-height: 0;
    outline: none;
    cursor: pointer; }

.carousel.bnr.container.contents {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: auto; }
  @media screen and (min-width: 768px), print {
    .carousel.bnr.container.contents {
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      flex-flow: column;
      padding: 16px 0; } }
  @media screen and (max-width: 768px) {
    .carousel.bnr.container.contents {
      top: auto;
      -webkit-flex-flow: row;
      -moz-flex-flow: row;
      flex-flow: row;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0 8px 8px; } }
  .carousel.bnr.container.contents li {
    text-align: right;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .carousel.bnr.container.contents li {
        margin-right: 8px;
        width: calc((100% - 8px * (5 - 1)) / 5);
        margin-bottom: 0; }
        .carousel.bnr.container.contents li:nth-of-type(5n) {
          margin-right: 0; }
        .carousel.bnr.container.contents li:nth-of-type(n+6) {
          margin-top: 8px; }
        .carousel.bnr.container.contents li:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .carousel.bnr.container.contents li {
        margin-right: 4px;
        width: calc((100% - 4px * (2 - 1)) / 2); }
        .carousel.bnr.container.contents li:nth-of-type(2n) {
          margin-right: 0; }
        .carousel.bnr.container.contents li:nth-of-type(n+3) {
          margin-top: 4px; }
        .carousel.bnr.container.contents li:last-child {
          margin-right: 0; } }

.eyecatch__logo {
  position: relative !important;
  z-index: 1; }
  .eyecatch__logo img {
    position: absolute;
    bottom: -24px;
    left: 40px; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  /*width: 100%;*/
  padding: 8px; }
  input[type="color"].m--maxWidth1, input[type="date"].m--maxWidth1, input[type="datetime"].m--maxWidth1, input[type="datetime-local"].m--maxWidth1, input[type="email"].m--maxWidth1, input[type="month"].m--maxWidth1, input[type="number"].m--maxWidth1, input[type="password"].m--maxWidth1, input[type="search"].m--maxWidth1, input[type="tel"].m--maxWidth1, input[type="text"].m--maxWidth1, input[type="time"].m--maxWidth1, input[type="url"].m--maxWidth1, input[type="week"].m--maxWidth1, input:not([type]).m--maxWidth1, textarea.m--maxWidth1 {
    max-width: 1em; }
  input[type="color"].m--maxWidth2, input[type="date"].m--maxWidth2, input[type="datetime"].m--maxWidth2, input[type="datetime-local"].m--maxWidth2, input[type="email"].m--maxWidth2, input[type="month"].m--maxWidth2, input[type="number"].m--maxWidth2, input[type="password"].m--maxWidth2, input[type="search"].m--maxWidth2, input[type="tel"].m--maxWidth2, input[type="text"].m--maxWidth2, input[type="time"].m--maxWidth2, input[type="url"].m--maxWidth2, input[type="week"].m--maxWidth2, input:not([type]).m--maxWidth2, textarea.m--maxWidth2 {
    max-width: 2em; }
  input[type="color"].m--maxWidth3, input[type="date"].m--maxWidth3, input[type="datetime"].m--maxWidth3, input[type="datetime-local"].m--maxWidth3, input[type="email"].m--maxWidth3, input[type="month"].m--maxWidth3, input[type="number"].m--maxWidth3, input[type="password"].m--maxWidth3, input[type="search"].m--maxWidth3, input[type="tel"].m--maxWidth3, input[type="text"].m--maxWidth3, input[type="time"].m--maxWidth3, input[type="url"].m--maxWidth3, input[type="week"].m--maxWidth3, input:not([type]).m--maxWidth3, textarea.m--maxWidth3 {
    max-width: 3em; }
  input[type="color"].m--maxWidth4, input[type="date"].m--maxWidth4, input[type="datetime"].m--maxWidth4, input[type="datetime-local"].m--maxWidth4, input[type="email"].m--maxWidth4, input[type="month"].m--maxWidth4, input[type="number"].m--maxWidth4, input[type="password"].m--maxWidth4, input[type="search"].m--maxWidth4, input[type="tel"].m--maxWidth4, input[type="text"].m--maxWidth4, input[type="time"].m--maxWidth4, input[type="url"].m--maxWidth4, input[type="week"].m--maxWidth4, input:not([type]).m--maxWidth4, textarea.m--maxWidth4 {
    max-width: 4em; }
  input[type="color"].m--maxWidth5, input[type="date"].m--maxWidth5, input[type="datetime"].m--maxWidth5, input[type="datetime-local"].m--maxWidth5, input[type="email"].m--maxWidth5, input[type="month"].m--maxWidth5, input[type="number"].m--maxWidth5, input[type="password"].m--maxWidth5, input[type="search"].m--maxWidth5, input[type="tel"].m--maxWidth5, input[type="text"].m--maxWidth5, input[type="time"].m--maxWidth5, input[type="url"].m--maxWidth5, input[type="week"].m--maxWidth5, input:not([type]).m--maxWidth5, textarea.m--maxWidth5 {
    max-width: 5em; }
  input[type="color"].m--maxWidth6, input[type="date"].m--maxWidth6, input[type="datetime"].m--maxWidth6, input[type="datetime-local"].m--maxWidth6, input[type="email"].m--maxWidth6, input[type="month"].m--maxWidth6, input[type="number"].m--maxWidth6, input[type="password"].m--maxWidth6, input[type="search"].m--maxWidth6, input[type="tel"].m--maxWidth6, input[type="text"].m--maxWidth6, input[type="time"].m--maxWidth6, input[type="url"].m--maxWidth6, input[type="week"].m--maxWidth6, input:not([type]).m--maxWidth6, textarea.m--maxWidth6 {
    max-width: 6em; }
  input[type="color"].m--maxWidth7, input[type="date"].m--maxWidth7, input[type="datetime"].m--maxWidth7, input[type="datetime-local"].m--maxWidth7, input[type="email"].m--maxWidth7, input[type="month"].m--maxWidth7, input[type="number"].m--maxWidth7, input[type="password"].m--maxWidth7, input[type="search"].m--maxWidth7, input[type="tel"].m--maxWidth7, input[type="text"].m--maxWidth7, input[type="time"].m--maxWidth7, input[type="url"].m--maxWidth7, input[type="week"].m--maxWidth7, input:not([type]).m--maxWidth7, textarea.m--maxWidth7 {
    max-width: 7em; }
  input[type="color"].m--maxWidth8, input[type="date"].m--maxWidth8, input[type="datetime"].m--maxWidth8, input[type="datetime-local"].m--maxWidth8, input[type="email"].m--maxWidth8, input[type="month"].m--maxWidth8, input[type="number"].m--maxWidth8, input[type="password"].m--maxWidth8, input[type="search"].m--maxWidth8, input[type="tel"].m--maxWidth8, input[type="text"].m--maxWidth8, input[type="time"].m--maxWidth8, input[type="url"].m--maxWidth8, input[type="week"].m--maxWidth8, input:not([type]).m--maxWidth8, textarea.m--maxWidth8 {
    max-width: 8em; }
  input[type="color"].m--maxWidth9, input[type="date"].m--maxWidth9, input[type="datetime"].m--maxWidth9, input[type="datetime-local"].m--maxWidth9, input[type="email"].m--maxWidth9, input[type="month"].m--maxWidth9, input[type="number"].m--maxWidth9, input[type="password"].m--maxWidth9, input[type="search"].m--maxWidth9, input[type="tel"].m--maxWidth9, input[type="text"].m--maxWidth9, input[type="time"].m--maxWidth9, input[type="url"].m--maxWidth9, input[type="week"].m--maxWidth9, input:not([type]).m--maxWidth9, textarea.m--maxWidth9 {
    max-width: 9em; }
  input[type="color"].m--maxWidth10, input[type="date"].m--maxWidth10, input[type="datetime"].m--maxWidth10, input[type="datetime-local"].m--maxWidth10, input[type="email"].m--maxWidth10, input[type="month"].m--maxWidth10, input[type="number"].m--maxWidth10, input[type="password"].m--maxWidth10, input[type="search"].m--maxWidth10, input[type="tel"].m--maxWidth10, input[type="text"].m--maxWidth10, input[type="time"].m--maxWidth10, input[type="url"].m--maxWidth10, input[type="week"].m--maxWidth10, input:not([type]).m--maxWidth10, textarea.m--maxWidth10 {
    max-width: 10em; }
  input[type="color"].m--maxWidth11, input[type="date"].m--maxWidth11, input[type="datetime"].m--maxWidth11, input[type="datetime-local"].m--maxWidth11, input[type="email"].m--maxWidth11, input[type="month"].m--maxWidth11, input[type="number"].m--maxWidth11, input[type="password"].m--maxWidth11, input[type="search"].m--maxWidth11, input[type="tel"].m--maxWidth11, input[type="text"].m--maxWidth11, input[type="time"].m--maxWidth11, input[type="url"].m--maxWidth11, input[type="week"].m--maxWidth11, input:not([type]).m--maxWidth11, textarea.m--maxWidth11 {
    max-width: 11em; }
  input[type="color"].m--maxWidth12, input[type="date"].m--maxWidth12, input[type="datetime"].m--maxWidth12, input[type="datetime-local"].m--maxWidth12, input[type="email"].m--maxWidth12, input[type="month"].m--maxWidth12, input[type="number"].m--maxWidth12, input[type="password"].m--maxWidth12, input[type="search"].m--maxWidth12, input[type="tel"].m--maxWidth12, input[type="text"].m--maxWidth12, input[type="time"].m--maxWidth12, input[type="url"].m--maxWidth12, input[type="week"].m--maxWidth12, input:not([type]).m--maxWidth12, textarea.m--maxWidth12 {
    max-width: 12em; }
  input[type="color"].m--maxWidth13, input[type="date"].m--maxWidth13, input[type="datetime"].m--maxWidth13, input[type="datetime-local"].m--maxWidth13, input[type="email"].m--maxWidth13, input[type="month"].m--maxWidth13, input[type="number"].m--maxWidth13, input[type="password"].m--maxWidth13, input[type="search"].m--maxWidth13, input[type="tel"].m--maxWidth13, input[type="text"].m--maxWidth13, input[type="time"].m--maxWidth13, input[type="url"].m--maxWidth13, input[type="week"].m--maxWidth13, input:not([type]).m--maxWidth13, textarea.m--maxWidth13 {
    max-width: 13em; }
  input[type="color"].m--maxWidth14, input[type="date"].m--maxWidth14, input[type="datetime"].m--maxWidth14, input[type="datetime-local"].m--maxWidth14, input[type="email"].m--maxWidth14, input[type="month"].m--maxWidth14, input[type="number"].m--maxWidth14, input[type="password"].m--maxWidth14, input[type="search"].m--maxWidth14, input[type="tel"].m--maxWidth14, input[type="text"].m--maxWidth14, input[type="time"].m--maxWidth14, input[type="url"].m--maxWidth14, input[type="week"].m--maxWidth14, input:not([type]).m--maxWidth14, textarea.m--maxWidth14 {
    max-width: 14em; }
  input[type="color"].m--maxWidth15, input[type="date"].m--maxWidth15, input[type="datetime"].m--maxWidth15, input[type="datetime-local"].m--maxWidth15, input[type="email"].m--maxWidth15, input[type="month"].m--maxWidth15, input[type="number"].m--maxWidth15, input[type="password"].m--maxWidth15, input[type="search"].m--maxWidth15, input[type="tel"].m--maxWidth15, input[type="text"].m--maxWidth15, input[type="time"].m--maxWidth15, input[type="url"].m--maxWidth15, input[type="week"].m--maxWidth15, input:not([type]).m--maxWidth15, textarea.m--maxWidth15 {
    max-width: 15em; }
  input[type="color"].m--maxWidth16, input[type="date"].m--maxWidth16, input[type="datetime"].m--maxWidth16, input[type="datetime-local"].m--maxWidth16, input[type="email"].m--maxWidth16, input[type="month"].m--maxWidth16, input[type="number"].m--maxWidth16, input[type="password"].m--maxWidth16, input[type="search"].m--maxWidth16, input[type="tel"].m--maxWidth16, input[type="text"].m--maxWidth16, input[type="time"].m--maxWidth16, input[type="url"].m--maxWidth16, input[type="week"].m--maxWidth16, input:not([type]).m--maxWidth16, textarea.m--maxWidth16 {
    max-width: 16em; }
  input[type="color"].m--maxWidth17, input[type="date"].m--maxWidth17, input[type="datetime"].m--maxWidth17, input[type="datetime-local"].m--maxWidth17, input[type="email"].m--maxWidth17, input[type="month"].m--maxWidth17, input[type="number"].m--maxWidth17, input[type="password"].m--maxWidth17, input[type="search"].m--maxWidth17, input[type="tel"].m--maxWidth17, input[type="text"].m--maxWidth17, input[type="time"].m--maxWidth17, input[type="url"].m--maxWidth17, input[type="week"].m--maxWidth17, input:not([type]).m--maxWidth17, textarea.m--maxWidth17 {
    max-width: 17em; }
  input[type="color"].m--maxWidth18, input[type="date"].m--maxWidth18, input[type="datetime"].m--maxWidth18, input[type="datetime-local"].m--maxWidth18, input[type="email"].m--maxWidth18, input[type="month"].m--maxWidth18, input[type="number"].m--maxWidth18, input[type="password"].m--maxWidth18, input[type="search"].m--maxWidth18, input[type="tel"].m--maxWidth18, input[type="text"].m--maxWidth18, input[type="time"].m--maxWidth18, input[type="url"].m--maxWidth18, input[type="week"].m--maxWidth18, input:not([type]).m--maxWidth18, textarea.m--maxWidth18 {
    max-width: 18em; }
  input[type="color"].m--maxWidth19, input[type="date"].m--maxWidth19, input[type="datetime"].m--maxWidth19, input[type="datetime-local"].m--maxWidth19, input[type="email"].m--maxWidth19, input[type="month"].m--maxWidth19, input[type="number"].m--maxWidth19, input[type="password"].m--maxWidth19, input[type="search"].m--maxWidth19, input[type="tel"].m--maxWidth19, input[type="text"].m--maxWidth19, input[type="time"].m--maxWidth19, input[type="url"].m--maxWidth19, input[type="week"].m--maxWidth19, input:not([type]).m--maxWidth19, textarea.m--maxWidth19 {
    max-width: 19em; }
  input[type="color"].m--maxWidth20, input[type="date"].m--maxWidth20, input[type="datetime"].m--maxWidth20, input[type="datetime-local"].m--maxWidth20, input[type="email"].m--maxWidth20, input[type="month"].m--maxWidth20, input[type="number"].m--maxWidth20, input[type="password"].m--maxWidth20, input[type="search"].m--maxWidth20, input[type="tel"].m--maxWidth20, input[type="text"].m--maxWidth20, input[type="time"].m--maxWidth20, input[type="url"].m--maxWidth20, input[type="week"].m--maxWidth20, input:not([type]).m--maxWidth20, textarea.m--maxWidth20 {
    max-width: 20em; }
  input[type="color"].m--maxWidth21, input[type="date"].m--maxWidth21, input[type="datetime"].m--maxWidth21, input[type="datetime-local"].m--maxWidth21, input[type="email"].m--maxWidth21, input[type="month"].m--maxWidth21, input[type="number"].m--maxWidth21, input[type="password"].m--maxWidth21, input[type="search"].m--maxWidth21, input[type="tel"].m--maxWidth21, input[type="text"].m--maxWidth21, input[type="time"].m--maxWidth21, input[type="url"].m--maxWidth21, input[type="week"].m--maxWidth21, input:not([type]).m--maxWidth21, textarea.m--maxWidth21 {
    max-width: 21em; }
  input[type="color"].m--maxWidth22, input[type="date"].m--maxWidth22, input[type="datetime"].m--maxWidth22, input[type="datetime-local"].m--maxWidth22, input[type="email"].m--maxWidth22, input[type="month"].m--maxWidth22, input[type="number"].m--maxWidth22, input[type="password"].m--maxWidth22, input[type="search"].m--maxWidth22, input[type="tel"].m--maxWidth22, input[type="text"].m--maxWidth22, input[type="time"].m--maxWidth22, input[type="url"].m--maxWidth22, input[type="week"].m--maxWidth22, input:not([type]).m--maxWidth22, textarea.m--maxWidth22 {
    max-width: 22em; }
  input[type="color"].m--maxWidth23, input[type="date"].m--maxWidth23, input[type="datetime"].m--maxWidth23, input[type="datetime-local"].m--maxWidth23, input[type="email"].m--maxWidth23, input[type="month"].m--maxWidth23, input[type="number"].m--maxWidth23, input[type="password"].m--maxWidth23, input[type="search"].m--maxWidth23, input[type="tel"].m--maxWidth23, input[type="text"].m--maxWidth23, input[type="time"].m--maxWidth23, input[type="url"].m--maxWidth23, input[type="week"].m--maxWidth23, input:not([type]).m--maxWidth23, textarea.m--maxWidth23 {
    max-width: 23em; }
  input[type="color"].m--maxWidth24, input[type="date"].m--maxWidth24, input[type="datetime"].m--maxWidth24, input[type="datetime-local"].m--maxWidth24, input[type="email"].m--maxWidth24, input[type="month"].m--maxWidth24, input[type="number"].m--maxWidth24, input[type="password"].m--maxWidth24, input[type="search"].m--maxWidth24, input[type="tel"].m--maxWidth24, input[type="text"].m--maxWidth24, input[type="time"].m--maxWidth24, input[type="url"].m--maxWidth24, input[type="week"].m--maxWidth24, input:not([type]).m--maxWidth24, textarea.m--maxWidth24 {
    max-width: 24em; }
  input[type="color"].m--maxWidth25, input[type="date"].m--maxWidth25, input[type="datetime"].m--maxWidth25, input[type="datetime-local"].m--maxWidth25, input[type="email"].m--maxWidth25, input[type="month"].m--maxWidth25, input[type="number"].m--maxWidth25, input[type="password"].m--maxWidth25, input[type="search"].m--maxWidth25, input[type="tel"].m--maxWidth25, input[type="text"].m--maxWidth25, input[type="time"].m--maxWidth25, input[type="url"].m--maxWidth25, input[type="week"].m--maxWidth25, input:not([type]).m--maxWidth25, textarea.m--maxWidth25 {
    max-width: 25em; }
  input[type="color"].m--maxWidth26, input[type="date"].m--maxWidth26, input[type="datetime"].m--maxWidth26, input[type="datetime-local"].m--maxWidth26, input[type="email"].m--maxWidth26, input[type="month"].m--maxWidth26, input[type="number"].m--maxWidth26, input[type="password"].m--maxWidth26, input[type="search"].m--maxWidth26, input[type="tel"].m--maxWidth26, input[type="text"].m--maxWidth26, input[type="time"].m--maxWidth26, input[type="url"].m--maxWidth26, input[type="week"].m--maxWidth26, input:not([type]).m--maxWidth26, textarea.m--maxWidth26 {
    max-width: 26em; }
  input[type="color"].m--maxWidth27, input[type="date"].m--maxWidth27, input[type="datetime"].m--maxWidth27, input[type="datetime-local"].m--maxWidth27, input[type="email"].m--maxWidth27, input[type="month"].m--maxWidth27, input[type="number"].m--maxWidth27, input[type="password"].m--maxWidth27, input[type="search"].m--maxWidth27, input[type="tel"].m--maxWidth27, input[type="text"].m--maxWidth27, input[type="time"].m--maxWidth27, input[type="url"].m--maxWidth27, input[type="week"].m--maxWidth27, input:not([type]).m--maxWidth27, textarea.m--maxWidth27 {
    max-width: 27em; }
  input[type="color"].m--maxWidth28, input[type="date"].m--maxWidth28, input[type="datetime"].m--maxWidth28, input[type="datetime-local"].m--maxWidth28, input[type="email"].m--maxWidth28, input[type="month"].m--maxWidth28, input[type="number"].m--maxWidth28, input[type="password"].m--maxWidth28, input[type="search"].m--maxWidth28, input[type="tel"].m--maxWidth28, input[type="text"].m--maxWidth28, input[type="time"].m--maxWidth28, input[type="url"].m--maxWidth28, input[type="week"].m--maxWidth28, input:not([type]).m--maxWidth28, textarea.m--maxWidth28 {
    max-width: 28em; }
  input[type="color"].m--maxWidth29, input[type="date"].m--maxWidth29, input[type="datetime"].m--maxWidth29, input[type="datetime-local"].m--maxWidth29, input[type="email"].m--maxWidth29, input[type="month"].m--maxWidth29, input[type="number"].m--maxWidth29, input[type="password"].m--maxWidth29, input[type="search"].m--maxWidth29, input[type="tel"].m--maxWidth29, input[type="text"].m--maxWidth29, input[type="time"].m--maxWidth29, input[type="url"].m--maxWidth29, input[type="week"].m--maxWidth29, input:not([type]).m--maxWidth29, textarea.m--maxWidth29 {
    max-width: 29em; }
  input[type="color"].m--maxWidth30, input[type="date"].m--maxWidth30, input[type="datetime"].m--maxWidth30, input[type="datetime-local"].m--maxWidth30, input[type="email"].m--maxWidth30, input[type="month"].m--maxWidth30, input[type="number"].m--maxWidth30, input[type="password"].m--maxWidth30, input[type="search"].m--maxWidth30, input[type="tel"].m--maxWidth30, input[type="text"].m--maxWidth30, input[type="time"].m--maxWidth30, input[type="url"].m--maxWidth30, input[type="week"].m--maxWidth30, input:not([type]).m--maxWidth30, textarea.m--maxWidth30 {
    max-width: 30em; }

.form__btn__container {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .form__btn__container {
      margin-top: 28px;
      width: 100%; } }
  @media screen and (min-width: 768px), print {
    .form__btn__container {
      margin-top: 56px;
      max-width: 480px; } }
  @media screen and (max-width: 480px) {
    .form__btn__container > li {
      margin-bottom: 8px;
      width: 100%; }
      .form__btn__container > li:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 480px), print {
    .form__btn__container > li {
      margin-right: 40px;
      width: calc((100% - 40px * (2 - 1)) / 2); }
      .form__btn__container > li:nth-of-type(2n) {
        margin-right: 0; }
      .form__btn__container > li:nth-of-type(n+3) {
        margin-top: 40px; }
      .form__btn__container > li:last-child {
        margin-right: 0; } }
  .form__btn__container > li:empty {
    display: none; }
  .form__btn__container button,
  .form__btn__container input[type="button"],
  .form__btn__container input[type="reset"],
  .form__btn__container input[type="submit"] {
    background-color: #0073bb;
    color: #fff;
    padding: 12px 16px;
    border: 0;
    border-radius: 3px;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    transition: ease 0.15s;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    width: 100%;
    padding: 16px 32px;
    font-size: 1.125rem;
    color: #fff; }
    .form__btn__container button:focus, .form__btn__container button:hover,
    .form__btn__container input[type="button"]:focus,
    .form__btn__container input[type="button"]:hover,
    .form__btn__container input[type="reset"]:focus,
    .form__btn__container input[type="reset"]:hover,
    .form__btn__container input[type="submit"]:focus,
    .form__btn__container input[type="submit"]:hover {
      background-color: #005c96;
      color: #fff; }
    .form__btn__container button:disabled:hover,
    .form__btn__container input[type="button"]:disabled:hover,
    .form__btn__container input[type="reset"]:disabled:hover,
    .form__btn__container input[type="submit"]:disabled:hover {
      background-color: #0073bb; }
    .form__btn__container button:disabled,
    .form__btn__container input[type="button"]:disabled,
    .form__btn__container input[type="reset"]:disabled,
    .form__btn__container input[type="submit"]:disabled {
      cursor: not-allowed;
      opacity: 0.5; }
  .form__btn__container button.m--nega,
  .form__btn__container input[type="button"].m--nega,
  .form__btn__container input[type="reset"].m--nega,
  .form__btn__container input[type="submit"].m--nega {
    background-color: #EBEBEB;
    color: #000; }
    .form__btn__container button.m--nega:focus, .form__btn__container button.m--nega:hover,
    .form__btn__container input[type="button"].m--nega:focus,
    .form__btn__container input[type="button"].m--nega:hover,
    .form__btn__container input[type="reset"].m--nega:focus,
    .form__btn__container input[type="reset"].m--nega:hover,
    .form__btn__container input[type="submit"].m--nega:focus,
    .form__btn__container input[type="submit"].m--nega:hover {
      background-color: #bcbcbc;
      color: #000; }
    .form__btn__container button.m--nega:disabled:hover,
    .form__btn__container input[type="button"].m--nega:disabled:hover,
    .form__btn__container input[type="reset"].m--nega:disabled:hover,
    .form__btn__container input[type="submit"].m--nega:disabled:hover {
      background-color: #EBEBEB; }

.form__msg__container.m--required {
  display: inline-block;
  padding: 0 4px;
  background-color: #FF8000;
  border-radius: 3px;
  vertical-align: middle;
  font-weight: normal;
  font-size: 0.625rem;
  color: #fff; }

/*
   etc
 */
.bnr.m--tel.container {
  background-color: #efefef;
  font-family: "Sawarabi Mincho", serif;
  color: #444; }
  @media screen and (max-width: 768px) {
    .bnr.m--tel.container {
      padding: 8px; } }
  @media screen and (min-width: 768px), print {
    .bnr.m--tel.container {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      padding: 16px; } }
  @media screen and (max-width: 768px) {
    .bnr.m--tel.container > * {
      margin-bottom: 8px; }
      .bnr.m--tel.container > *:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 768px), print {
    .bnr.m--tel.container > * {
      margin-right: 16px; }
      .bnr.m--tel.container > *:last-child {
        margin-right: 0; } }
  .bnr.m--tel.container a {
    color: inherit; }

@media screen and (max-width: 768px) {
  .bnr.m--tel.txt {
    font-size: 1.5rem; } }

@media screen and (min-width: 768px), print {
  .bnr.m--tel.txt {
    font-size: 1.5rem; } }

.bnr.m--tel.txt small {
  display: block; }

@media screen and (min-width: 768px), print {
  .bnr.m--tel.txt br {
    display: none; } }

@media screen and (max-width: 768px) {
  .bnr.m--tel.num {
    font-size: 2.5rem; } }

@media screen and (min-width: 768px), print {
  .bnr.m--tel.num {
    font-size: 3.25rem; } }

/*
   env-info
 */
.env-info.m--news.m--blog.heading {
  width: 100%;
  padding-bottom: 4px;
  border-bottom: solid 2px #aaa;
  font-size: 0.875rem; }
  .env-info.m--news.m--blog.heading a {
    color: #00789C; }

.env-info.m--blog .env-info.m--blog.heading {
  height: 38px;
  margin-bottom: 10px;
  padding-bottom: 0;
  overflow: hidden;
  border-bottom-color: #cdcdcd;
  background: url(../images/heading/topblog_title.png) 0 2px no-repeat;
  text-indent: 100%;
  white-space: nowrap;
}
.env-info.m--news .env-info.m--news.heading {
  height: 38px;
  margin-bottom: 10px;
  padding-bottom: 0;
  overflow: hidden;
  border-bottom-color: #cdcdcd;
  background: url(../images/heading/topnews_title.png) 0 2px no-repeat;
  text-indent: 100%;
  white-space: nowrap;
}
.env-info.m--blog.list a {
  display: block;
}
h2.env-info.m--event.heading {
  margin-bottom: 0;
  text-align: center; }
h2.env-info.m--event.m--liflin.heading a img {
  margin-bottom: 5px; }
h3.env-info.m--event.heading {
  width: 100%;
  line-height: 1; }

.env-info.m--event.body {
  margin-bottom: 32px; }
  .env-info.m--event.body:last-child {
    margin-bottom: 0; }

.company.m--bnr.list,
.env-info.list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.env-info.m--bnr.list > li {
  text-align: center; }
.env-info.m--blog.list > li {
  padding: 10px 0;
  border-bottom: 1px solid #E9E9E9;}

@media screen and (min-width: 768px), print {
  .env-info.m--bnr.list.m--col2 {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

.env-info.m--bnr.list.m--col2 > li {
  text-align: left; }
  @media screen and (max-width: 768px) {
    .env-info.m--bnr.list.m--col2 > li {
      margin-right: 8px;
      width: calc((100% - 8px * (1 - 1)) / 1); }
      .env-info.m--bnr.list.m--col2 > li:nth-of-type(1n) {
        margin-right: 0; }
      .env-info.m--bnr.list.m--col2 > li:nth-of-type(n+2) {
        margin-top: 8px; }
      .env-info.m--bnr.list.m--col2 > li:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px), print {
    .env-info.m--bnr.list.m--col2 > li {
      margin-right: 16px;
      width: calc((100% - 16px * (2 - 1)) / 2); }
      .env-info.m--bnr.list.m--col2 > li:nth-of-type(2n) {
        margin-right: 0; }
      .env-info.m--bnr.list.m--col2 > li:nth-of-type(n+3) {
        margin-top: 16px; }
      .env-info.m--bnr.list.m--col2 > li:last-child {
        margin-right: 0; } }
  .env-info.m--bnr.list.m--col2 > li p {
    margin-top: 16px; }

@media screen and (min-width: 768px), print {
  .env-info.m--bnr.list.m--col3 {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

@media screen and (max-width: 768px) {
  .env-info.m--bnr.list.m--col3 > li {
    margin-right: 8px;
    width: calc((100% - 8px * (2 - 1)) / 2); }
    .env-info.m--bnr.list.m--col3 > li:nth-of-type(2n) {
      margin-right: 0; }
    .env-info.m--bnr.list.m--col3 > li:nth-of-type(n+3) {
      margin-top: 8px; }
    .env-info.m--bnr.list.m--col3 > li:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px), print {
  .env-info.m--bnr.list.m--col3 > li {
    margin-right: 16px;
    width: calc((100% - 16px * (3 - 1)) / 3); }
    .env-info.m--bnr.list.m--col3 > li:nth-of-type(3n) {
      margin-right: 0; }
    .env-info.m--bnr.list.m--col3 > li:nth-of-type(n+4) {
      margin-top: 16px; }
    .env-info.m--bnr.list.m--col3 > li:last-child {
      margin-right: 0; } }

@media screen and (max-width: 768px) {
  .env-info.m--bnr.list.m--col4 > li {
    margin-right: 8px;
    width: calc((100% - 8px * (2 - 1)) / 2); }
    .env-info.m--bnr.list.m--col4 > li:nth-of-type(2n) {
      margin-right: 0; }
    .env-info.m--bnr.list.m--col4 > li:nth-of-type(n+3) {
      margin-top: 8px; }
    .env-info.m--bnr.list.m--col4 > li:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px), print {
  .env-info.m--bnr.list.m--col4 > li {
    margin-right: 16px;
    width: calc((100% - 16px * (4 - 1)) / 4); }
    .env-info.m--bnr.list.m--col4 > li:nth-of-type(4n) {
      margin-right: 0; }
    .env-info.m--bnr.list.m--col4 > li:nth-of-type(n+5) {
      margin-top: 16px; }
    .env-info.m--bnr.list.m--col4 > li:last-child {
      margin-right: 0; } }

@media screen and (max-width: 768px) {
  .env-info.m--news.list > li {
    margin-right: 8px;
    width: calc((100% - 8px * (1 - 1)) / 1); }
    .env-info.m--news.list > li:nth-of-type(1n) {
      margin-right: 0; }
    .env-info.m--news.list > li:nth-of-type(n+2) {
      margin-top: 8px; }
    .env-info.m--news.list > li:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px), print {
  .env-info.m--news.list > li {
    margin-right: 8px;
    width: calc((100% - 8px * (1 - 1)) / 1); }
    .env-info.m--news.list > li:nth-of-type(1n) {
      margin-right: 0; }
    .env-info.m--news.list > li:nth-of-type(n+2) {
      margin-top: 8px; }
    .env-info.m--news.list > li:last-child {
      margin-right: 0; } }

@media screen and (max-width: 768px) {
  .env-info.m--event.list > li {
    margin-right: 8px;
    width: calc((100% - 8px * (1 - 1)) / 1); }
    .env-info.m--event.list > li:nth-of-type(1n) {
      margin-right: 0; }
    .env-info.m--event.list > li:nth-of-type(n+2) {
      margin-top: 8px; }
    .env-info.m--event.list > li:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px), print {
  .env-info.m--event.list > li {
    margin-right: 8px;
    width: calc((100% - 8px * (2 - 1)) / 2); }
    .env-info.m--event.list > li:nth-of-type(2n) {
      margin-right: 0; }
    .env-info.m--event.list > li:nth-of-type(n+3) {
      margin-top: 8px; }
    .env-info.m--event.list > li:last-child {
      margin-right: 0; } }

@media screen and (max-width: 768px) {
  .env-info.m--blog.list > li {
    margin-right: 8px;
    width: calc((100% - 8px * (1 - 1)) / 1); }
    .env-info.m--blog.list > li:nth-of-type(1n) {
      margin-right: 0; }
    .env-info.m--blog.list > li:nth-of-type(n+2) {
      margin-top: 0; }
    .env-info.m--blog.list > li:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px), print {
  .env-info.m--blog.list,
  .env-info.m--news.list {
    width: auto;
  margin: 0 12px; }
  .env-info.m--news.list {
    padding-top: 10px; }
  .env-info.m--blog.list > li {
    margin-right: 8px;
    width: calc((100% - 8px * (1 - 1)) / 1); }
    .env-info.m--blog.list > li:nth-of-type(1n) {
      margin-right: 0; }
    .env-info.m--blog.list > li:nth-of-type(n+2) {
      margin-top: 0; }
    .env-info.m--blog.list > li:last-child {
      margin-right: 0;
    border-bottom: none; } }

.env-info.item {
  color: #000; }

.env-info.m--news.m--blog.item.wrapper {
  line-height: 1.25;
  font-size: 0.75rem; }
.env-info.m--news.m--blog.item.wrapper > small {
  font-size: 0.9em; }
.env-info.m--blog.list .env-info.m--blog.item.wrapper {
  display: inline-block !important;
  vertical-align: top;
  width: calc(100% - 94px);
  padding-left: 14px;
  box-sizing: content-box;
  font-size: 13px; }
.env-info.m--blog.list .env-info.m--blog.item.wrapper p {
  margin: 4px 0;
  color: #00789C;
  line-height: 1.4;
  text-decoration: underline; }
.env-info.m--blog.list .env-info.m--blog.item.wrapper span {
  display: inline-block;
  padding: 4px;
  background-color: #cdcdcd;
  color: #fff;
  font-size: 11px; }
  @media screen and (min-width: 480px), print {
    .env-info.m--news.m--blog.item.wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  .env-info.m--news.m--blog.item.wrapper .env-info.m--news.m--blog.item.date,
  .env-info.m--news.m--blog.item.wrapper a {
    display: block; }
  .env-info.m--news.m--blog.item.wrapper a {
    text-decoration: underline;
    color: #00789C; }

.env-info.m--news.m--blog.item.date {
  display: inline-block;
  margin-right: 4px;
  color: inherit; }

.env-info.m--event.item.container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.env-info.m--event.item.label {
  display: inline;
  padding: 6px 8px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 3px;
  background-color: #C3A487;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-right: 8px;
  min-width: 4em;
  max-width: 4em;
  border-radius: 0;
  font-size: 0.75rem;
  color: #fff; }

.env-info.m--event.item.label.m--now {
  background-color: #DD4F6A; }

.env-info.m--event.item.label.m--future {
  background-color: #3ba8d8;
  color: #fff; }

.env-info.m--event.item.period {
  line-height: 1;
  font-size: 1rem; }

.env-info.m--event.item.day {
  font-family: "Sawarabi Mincho", serif; }

.env-info.m--event.item.day.m--sat {
  color: blue; }

.env-info.m--event.item.day.m--sun {
  color: red; }

.env-info.m--event.item.aside {
  line-height: 1.1;
  text-decoration: underline;
  font-size: 0.75rem;
  color: #00789C; }

.env-info.m--event.notice {
  display: block;
  padding: 8px;
  text-align: center;
  font-family: "Sawarabi Mincho", serif;
  font-weight: normal; }
  .env-info.m--event.notice > span {
    vertical-align: sub; }

.env-info.m--event.notice.m--now {
  background-color: #DD4F6A;
  color: #fff; }

.env-info.m--event.notice.m--future {
  background-color: #3ba8d8;
  color: #fff; }

.env-info.footer {
  margin-top: 16px;
  text-align: right;
  font-size: 0.875rem; }
  .env-info.footer a {
    background-color: #eee;
    color: #000;
    padding: 12px 16px;
    border: 0;
    border-radius: 3px;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    transition: ease 0.15s;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    font-weight: normal; }
    .env-info.footer a:focus, .env-info.footer a:hover {
      background-color: #bebebe;
      color: #000; }
    .env-info.footer a:disabled:hover {
      background-color: #eee; }
    .env-info.footer a:disabled {
      cursor: not-allowed;
      opacity: 0.5; }
  .env-info.m--blog .env-info.footer a {
      display: block;
    margin: 16px 12px 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .env-info.footer a {
        width: 100%; } }

/*
  env-event
*/
.env-event.header.m--listPage.container {
  display: block;
  text-align: center; }

.env-event.sec.heading {
  width: 100%;
  text-align: center;
  font-family: "Sawarabi Mincho", serif;
  font-weight: normal;
  font-size: 1.125rem;
  color: #444; }

.env-event.sec.body {
  margin-bottom: 32px;
  width: 100%; }
  .env-event.sec.body:last-child {
    margin-bottom: 0; }

.env-event.sec.body.m--kind {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .env-event.sec.body.m--kind {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.env-event.sec.body.m--area .env-event.nav.wrapper {
  margin-bottom: 8px; }

.env-event.heading.m--kind {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 0;
  height: 3.5em;
  background-color: #000;
  text-align: center;
  line-height: 1.1;
  font-family: "Sawarabi Mincho", serif;
  font-weight: normal;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .env-event.heading.m--kind {
      font-size: 0.875rem;
      height: 2.5em; } }

.env-event.heading.m--kind.m--pink {
  background-color: #DD8EA3; }

.env-event.heading.m--kind.m--brown {
  background-color: #916133; }

.env-event.heading.m--kind.m--green {
  background-color: #6F9E4E; }

@media screen and (max-width: 768px) {
  .env-event.list.m--kind {
    margin-right: 16px;
    width: calc((100% - 16px * (1 - 1)) / 1); }
    .env-event.list.m--kind:nth-of-type(1n) {
      margin-right: 0; }
    .env-event.list.m--kind:nth-of-type(n+2) {
      margin-top: 16px; }
    .env-event.list.m--kind:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px), print {
  .env-event.list.m--kind {
    margin-right: 16px;
    width: calc((100% - 16px * (3 - 1)) / 3); }
    .env-event.list.m--kind:nth-of-type(3n) {
      margin-right: 0; }
    .env-event.list.m--kind:nth-of-type(n+4) {
      margin-top: 16px; }
    .env-event.list.m--kind:last-child {
      margin-right: 0; } }

.env-event.list.m--kind > dt {
  margin-bottom: 8px; }

.env-event.list.m--kind > dd {
  margin-bottom: 4px;
  font-size: 0.875rem; }
  .env-event.list.m--kind > dd:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .env-event.list.m--kind > dd {
      font-size: 0.625rem;
      margin-bottom: 0px; }
      .env-event.list.m--kind > dd:last-child {
        margin-bottom: 0; } }
  .env-event.list.m--kind > dd a {
    text-decoration: underline;
    color: #00789C; }

.env-event.list.m--area {
  border-top: 3px solid #aaa; }
  .env-event.list.m--area:last-of-type {
    border-bottom: 3px solid #aaa; }
  .env-event.list.m--area > dt {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 8px;
    background-color: #efefef;
    font-weight: bold; }
  .env-event.list.m--area > dd {
    border-top: 1px solid #aaa; }
    @media screen and (max-width: 768px) {
      .env-event.list.m--area > dd {
        margin-bottom: 40px; }
        .env-event.list.m--area > dd:last-child {
          margin-bottom: 0; } }

@media screen and (min-width: 768px), print {
  .env-event.item.m--area.container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 768px), print {
  .env-event.item.m--area.container .env-event.item.m--area.flg {
    width: 1.75em; } }

@media screen and (min-width: 768px), print {
  .env-event.item.m--area.container .env-event.item.m--area.place-date {
    width: 8em; } }

@media screen and (min-width: 768px), print {
  .env-event.item.m--area.container .env-event.item.m--area.thumb {
    width: 30%;
    border: 20px solid #fff; } }

@media screen and (min-width: 768px), print {
  .env-event.item.m--area.container .env-event.item.m--area.wrapper {
    width: calc(100% - 1.75em - 8em - 30%); } }

.env-event.item.m--area.thumb {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .env-event.item.m--area.thumb {
      position: relative;
      display: block;
      width: 100%; }
      .env-event.item.m--area.thumb::before {
        content: "";
        display: block;
        padding-top: 56.25%; }
      .env-event.item.m--area.thumb > * {
        margin: auto;
        position: absolute !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%; } }

.env-event.item.day {
  font-size: 0.8em; }

.env-event.item.day.m--sat {
  color: #0094B3; }

.env-event.item.day.m--sun {
  color: #B20000; }

@media screen and (min-width: 768px), print {
  .env-event.item.m--area.wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px; } }

.env-event.item.m--area.heading {
  margin-bottom: 8px;
  line-height: 1.5;
  text-decoration: underline;
  font-weight: normal; }
  .env-event.item.m--area.heading a {
    color: #00789C; }

.env-event.item.m--area.address {
  font-size: 0.875rem; }

.env-event.item.m--area.kind {
  margin-top: 8px; }

.env-event.item.m--area.label {
  display: inline;
  padding: 6px 8px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 3px;
  background-color: #000;
  border-radius: 0;
  font-family: "Sawarabi Mincho", serif;
  font-weight: normal;
  font-size: 0.6875rem;
  padding: 6px 24px; }
  @media screen and (max-width: 768px) {
    .env-event.item.m--area.label {
      display: block;
      width: 100%; } }

.env-event.item.m--area.label.m--green {
  background-color: #6F9E4E; }

.env-event.item.m--area.label.m--pink {
  background-color: #DD8EA3; }

.env-event.item.m--area.label.m--brown {
  background-color: #916133; }

.env-event.item.m--area.menu {
  margin-left: auto;
  padding: 8px 12px; }
  @media screen and (max-width: 768px) {
    .env-event.item.m--area.menu {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
  @media screen and (min-width: 768px), print {
    .env-event.item.m--area.menu {
      border-left: 1px solid #aaa; } }
  @media screen and (max-width: 768px) {
    .env-event.item.m--area.menu > li {
      margin-right: 16px; }
      .env-event.item.m--area.menu > li:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px), print {
    .env-event.item.m--area.menu > li {
      margin-bottom: 16px; }
      .env-event.item.m--area.menu > li:last-child {
        margin-bottom: 0; } }
  .env-event.item.m--area.menu > li a {
    display: block;
    text-align: center;
    line-height: 1;
    color: #00789C; }
    .env-event.item.m--area.menu > li a small {
      font-size: 0.6em; }
  @media screen and (max-width: 768px) {
    .env-event.item.m--area.menu > li i {
      font-size: 3em; } }

.env-event.item.m--area.msg {
  padding: 8px 0;
  font-size: 0.75rem; }

@media screen and (min-width: 768px), print {
  .env-event.item.m--area.place-date dd b {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; } }

.env-event.item.m--area.flg {
  background-color: #3ba8d8;
  text-align: center;
  font-size: 0.875rem;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .env-event.item.m--area.flg {
      letter-spacing: 0.25em;
      line-height: 1.75; } }
  @media screen and (min-width: 768px), print {
    .env-event.item.m--area.flg {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      line-height: 1.25; } }

.env-event.item.m--area.flg.m--now {
  background-color: #DD4F6A;
  color: #fff; }

.env-event.item.m--area.place-date > dt,
.env-event.item.m--area.place-date > dd {
  text-align: center; }

.env-event.item.m--area.place-date > dt {
  background-color: #C8B09A;
  font-weight: bold;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .env-event.item.m--area.place-date > dt {
      padding: 0.4em; } }
  @media screen and (min-width: 768px), print {
    .env-event.item.m--area.place-date > dt {
      padding: 0.8em; } }

.env-event.item.m--area.place-date > dd {
  font-size: 1rem; }
  .env-event.item.m--area.place-date > dd strong {
    font-weight: bold;
    font-size: 1.375rem; }
  @media screen and (max-width: 768px) {
    .env-event.item.m--area.place-date > dd br {
      display: none; } }

@media screen and (max-width: 768px) {
  .env-event.item.m--banner {
    margin-top: 8px; 
  text-align: center;}
}

@media screen and (min-width: 768px), print {
  .env-event.item.m--banner {
/*    margin-right: 16px; */
/*    margin-left: 16px; */
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    line-height: 1.25; } }

.env-event.item.m--banner a:hover, .env-event.item.m--banner a:active {
  opacity: 0.7; }

/*
  env-product
*/
.env-product.nav.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  @media screen and (min-width: 768px), print {
    .env-product.nav.wrapper {
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; } }
  @media screen and (max-width: 768px) {
    .env-product.nav.wrapper > li {
      margin-right: 2px;
      width: calc((100% - 2px * (3 - 1)) / 3); }
      .env-product.nav.wrapper > li:nth-of-type(3n) {
        margin-right: 0; }
      .env-product.nav.wrapper > li:nth-of-type(n+4) {
        margin-top: 2px; }
      .env-product.nav.wrapper > li:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .env-product.nav.wrapper > li:empty {
      background-color: #EEEEEE; } }
  @media screen and (min-width: 768px), print {
    .env-product.nav.wrapper > li:empty {
      display: none; } }

.env-product.nav.item {
  position: relative;
  display: block;
  background-color: #EEEEEE;
  line-height: 0.9;
  font-family: "Sawarabi Mincho", serif;
  font-size: 1.375rem;
  color: #000; }
  @media screen and (max-width: 768px) {
    .env-product.nav.item {
      padding: 8px;
      font-size: 1.125rem; } }
  @media screen and (min-width: 768px), print {
    .env-product.nav.item {
      padding: 24px 28px; } }
  .env-product.nav.item.active, .env-product.nav.item:hover {
    background-color: #444444;
    color: #fff; }
  @media screen and (min-width: 768px), print {
    .env-product.nav.item.active::after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 0;
      width: 0;
      border-bottom: 10px solid #fff;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      margin: auto; } }
  .env-product.nav.item small {
    font-size: 0.5em; }

@media screen and (max-width: 768px) {
  .env-product.nav.txt.m--pc {
    display: none; } }

@media screen and (min-width: 768px), print {
  .env-product.nav.txt.m--sp,
  br.m--sp {
    display: none; } }

.env-product.m--about.heading,
.env-product.m--about.lead {
  text-align: center;
  font-family: "Sawarabi Mincho", serif;
  font-weight: normal;
  color: #444; }

.env-product.m--about.heading {
  line-height: 1.75; }
  @media screen and (max-width: 768px) {
    .env-product.m--about.heading {
      font-size: 1.125rem; } }
  @media screen and (min-width: 768px), print {
    .env-product.m--about.heading {
      font-size: 1.75rem; } }
  .env-product.m--about.heading small {
    display: inline-block;
    margin-bottom: 8px;
    width: 100%;
    text-decoration: underline; }
  @media screen and (min-width: 768px), print {
    .env-product.m--about.heading br {
      display: none; } }

.env-product.m--about.lead {
  font-size: 0.9375rem; }
  @media screen and (max-width: 768px) {
    .env-product.m--about.lead {
      text-align: left; } }

.env-product.article.header {
  width: 100%; }
  @media screen and (min-width: 768px), print {
    .env-product.article.header {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }

.env-product.article.heading.m--stripe img {
  max-width: none; }
  @media screen and (min-width: 768px), print {
    .env-product.article.heading.m--stripe img {
      height: 72px; } }
  @media screen and (max-width: 768px) {
    .env-product.article.heading.m--stripe img {
      height: 60px; } }

.env-product.article.aside {
  font-family: "Sawarabi Mincho", serif;
  font-size: 0.875rem; }

.env-product.article.wrapper {
  width: 100%; }

.env-product.article.copy {
  text-align: center;
  font-family: "Sawarabi Mincho", serif;
  font-weight: normal;
  line-height: 2;
  color: #444; }
  @media screen and (max-width: 480px) {
    .env-product.article.copy {
      font-size: 1.05rem; } }
  @media screen and (min-width: 480px) and (max-width: 1024px) {
    .env-product.article.copy {
      font-size: calc(1.75rem * 0.6 + (100vw - 30rem) / 34); } }
  @media screen and (min-width: 1024px), print {
    .env-product.article.copy {
      font-size: 1.75rem; } }
  @media screen and (max-width: 768px) {
    .env-product.article.copy {
      text-align: left; } }
  @media screen and (max-width: 768px) {
    .env-product.article.copy br {
      display: none; } }

@media screen and (min-width: 768px), print {
  .env-product.sec.container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; } }

@media screen and (min-width: 768px), print {
  .env-product.sec.container.m--inlineBlock {
    display: inline-block;
    width: 48%;
    vertical-align: top; } }

.env-product.m--about.sec.container {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 24px 0; }

.env-product.m--about.sec.wrapper {
  font-family: "Sawarabi Mincho", serif;
  color: #444; }
  @media screen and (min-width: 768px), print {
    .env-product.m--about.sec.wrapper {
      width: calc(100% - 20% - 32px); } }

.env-product.m--about.sec.body {
  font-size: 0.9375rem; }

@media screen and (max-width: 768px) {
  .env-product.sec.copy,
  .env-product.sec.heading {
    display: inline-block; } }

@media screen and (min-width: 768px), print {
  .env-product.sec.copy,
  .env-product.sec.heading {
    margin-bottom: 16px; } }

@media screen and (max-width: 768px) {
  .env-product.sec.copy br,
  .env-product.sec.heading br {
    display: none; } }

@media screen and (max-width: 768px) {
  .env-product.sec.heading {
    margin-right: 8px;
    margin-bottom: 8px; } }

@media screen and (max-width: 768px) {
  .env-product.m--about.sec.heading {
    margin-right: 0;
    width: 100%;
    text-align: center;
    font-size: 1rem; } }

@media screen and (min-width: 768px), print {
  .env-product.m--about.sec.heading {
    font-size: 1.375rem; } }

.env-product.sec.copy {
  font-family: "Sawarabi Mincho", serif;
  font-weight: normal;
  color: #444; }
  @media screen and (max-width: 480px) {
    .env-product.sec.copy {
      font-size: 1.05rem; } }
  @media screen and (min-width: 480px) and (max-width: 1024px) {
    .env-product.sec.copy {
      font-size: calc(1.5rem * 0.7 + (100vw - 30rem) / 34); } }
  @media screen and (min-width: 1024px), print {
    .env-product.sec.copy {
      font-size: 1.5rem; } }
  @media screen and (max-width: 768px) {
    .env-product.sec.copy {
      margin-bottom: 0; } }

.env-product.sec.body a {
  text-decoration: underline;
  color: #00789C; }

@media screen and (max-width: 768px) {
  .env-product.sec.body img {
    display: block; } }

@media screen and (max-width: 768px) {
  .env-product.m--about.sec.body {
    font-size: 0.875rem; } }

.env-product.sec.thumb {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .env-product.sec.body + .env-product.sec.thumb {
      margin-top: 16px; } }
  @media screen and (min-width: 768px), print {
    .env-product.sec.body + .env-product.sec.thumb {
      margin-left: 16px;
      text-align: right; } }

.env-product.sec.thumb.m--m {
  min-width: 40%;
  max-width: 40%; }
  @media screen and (max-width: 768px) {
    .env-product.sec.thumb.m--m {
      max-width: 100%; } }
  .env-product.sec.thumb.m--m img {
    margin-bottom: 8px; }
    .env-product.sec.thumb.m--m img:last-child {
      margin-bottom: 0; }

.env-product.sec.thumb.m--l {
  min-width: 55%; }

@media screen and (max-width: 768px) {
  .env-product.m--about.sec.figure {
    margin-bottom: 16px;
    text-align: center; } }

@media screen and (min-width: 768px), print {
  .env-product.m--about.sec.figure {
    width: 20%;
    margin-right: 32px; } }

.env-product.m--about.aside {
  font-family: "Sawarabi Mincho", serif; }

@media screen and (max-width: 768px) {
  .env-product.m--about.aside.heading {
    font-size: 1rem; } }

@media screen and (min-width: 768px), print {
  .env-product.m--about.aside.heading {
    font-size: 1.125rem; } }

.env-product.m--about.aside.body {
  line-height: 1.5;
  color: #444; }
  @media screen and (max-width: 768px) {
    .env-product.m--about.aside.body {
      font-size: 0.875rem; } }
  @media screen and (min-width: 768px), print {
    .env-product.m--about.aside.body {
      font-size: 1rem; } }
  .env-product.m--about.aside.body p::after {
    clear: both;
    content: "";
    display: table; }
  .env-product.m--about.aside.body figure {
    float: left;
    margin-bottom: 16px;
    margin-right: 16px; }
  @media screen and (max-width: 768px) {
    .env-product.m--about.aside.body small {
      font-family: "Sawarabi Mincho", serif; } }
  @media screen and (min-width: 768px), print {
    .env-product.m--about.aside.body small {
      font-family: Garamond, "Times New Roman", "\6E38\660E\671D", "Yu Mincho", "\6E38\660E\671D\4F53", "YuMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif; } }

.env-product.list.m--series.container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px), print {
    .env-product.list.m--series.container {
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
  .env-product.list.m--series.container > li {
    text-align: center; }
    @media screen and (max-width: 480px) {
      .env-product.list.m--series.container > li {
        margin-right: 8px;
        width: calc((100% - 8px * (1 - 1)) / 1); }
        .env-product.list.m--series.container > li:nth-of-type(1n) {
          margin-right: 0; }
        .env-product.list.m--series.container > li:nth-of-type(n+2) {
          margin-top: 8px; }
        .env-product.list.m--series.container > li:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 480px) and (max-width: 768px) {
      .env-product.list.m--series.container > li {
        margin-right: 8px;
        width: calc((100% - 8px * (2 - 1)) / 2); }
        .env-product.list.m--series.container > li:nth-of-type(2n) {
          margin-right: 0; }
        .env-product.list.m--series.container > li:nth-of-type(n+3) {
          margin-top: 8px; }
        .env-product.list.m--series.container > li:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 768px), print {
      .env-product.list.m--series.container > li {
        margin-right: 16px;
        width: calc((100% - 16px * (5 - 1)) / 5); }
        .env-product.list.m--series.container > li:nth-of-type(5n) {
          margin-right: 0; }
        .env-product.list.m--series.container > li:nth-of-type(n+6) {
          margin-top: 16px; }
        .env-product.list.m--series.container > li:last-child {
          margin-right: 0; } }

.env-product.item.m--series.container {
  display: block; }

.env-product.sec.guarantee {
  display: inline;
  padding: 6px 8px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 3px;
  background-color: #cdcebe;
  display: inline-block;
  padding: 20px 32px;
  border: 4px solid #eff0e0;
  font-family: "Sawarabi Mincho", serif;
  font-weight: normal;
  font-size: 1rem;
  color: #444; }
  .env-product.sec.guarantee strong {
    font-size: 1rem; }

.env-product.heading.m--recommended {
  font-family: "Sawarabi Mincho", serif; }
  @media screen and (max-width: 480px) {
    .env-product.heading.m--recommended {
      font-size: 1.225rem; } }
  @media screen and (min-width: 480px) and (max-width: 1024px) {
    .env-product.heading.m--recommended {
      font-size: calc(1.75rem * 0.7 + (100vw - 30rem) / 34); } }
  @media screen and (min-width: 1024px), print {
    .env-product.heading.m--recommended {
      font-size: 1.75rem; } }

.env-product h2 {
  margin-bottom: 10rem;
}

.env-product.link.m--onlineshop.container {
  text-align: center; }

.env-product.heading.m--toOnlineshop {
  font-family: "Sawarabi Mincho", serif;
  font-size: 1.375rem;
  color: #444; }

.env-product.list.m--toOnlineshop.container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 480px) {
    .env-product.list.m--toOnlineshop.container > li {
      margin-right: 0px;
      width: calc((100% - 0px * (2 - 1)) / 2);
      border-top: 1px solid #efefef;
      border-bottom: 1px solid #efefef; }
      .env-product.list.m--toOnlineshop.container > li:nth-of-type(2n) {
        margin-right: 0; }
      .env-product.list.m--toOnlineshop.container > li:nth-of-type(n+3) {
        margin-top: 0px; }
      .env-product.list.m--toOnlineshop.container > li:last-child {
        margin-right: 0; }
      .env-product.list.m--toOnlineshop.container > li:nth-of-type(n+3) {
        margin-top: -1px; }
      .env-product.list.m--toOnlineshop.container > li:not(:nth-of-type(2n)) {
        border-right: 1px solid #efefef; } }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    .env-product.list.m--toOnlineshop.container > li {
      margin-right: 0px;
      width: calc((100% - 0px * (4 - 1)) / 4);
      border-top: 1px solid #efefef;
      border-bottom: 1px solid #efefef; }
      .env-product.list.m--toOnlineshop.container > li:nth-of-type(4n) {
        margin-right: 0; }
      .env-product.list.m--toOnlineshop.container > li:nth-of-type(n+5) {
        margin-top: 0px; }
      .env-product.list.m--toOnlineshop.container > li:last-child {
        margin-right: 0; }
      .env-product.list.m--toOnlineshop.container > li:nth-of-type(n+5) {
        margin-top: -1px; }
      .env-product.list.m--toOnlineshop.container > li:not(:nth-of-type(4n)) {
        border-right: 1px solid #efefef; } }
  @media screen and (min-width: 768px), print {
    .env-product.list.m--toOnlineshop.container > li {
      margin-right: 0px;
      width: calc((100% - 0px * (5 - 1)) / 5);
      border-top: 1px solid #efefef;
      border-bottom: 1px solid #efefef; }
      .env-product.list.m--toOnlineshop.container > li:nth-of-type(5n) {
        margin-right: 0; }
      .env-product.list.m--toOnlineshop.container > li:nth-of-type(n+6) {
        margin-top: 0px; }
      .env-product.list.m--toOnlineshop.container > li:last-child {
        margin-right: 0; }
      .env-product.list.m--toOnlineshop.container > li:nth-of-type(n+6) {
        margin-top: -1px; }
      .env-product.list.m--toOnlineshop.container > li:not(:nth-of-type(5n)) {
        border-right: 1px solid #efefef; } }

.env-product.item.m--toOnlineshop.container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  padding: 16px;
  color: #000; }
  .env-product.item.m--toOnlineshop.container:hover {
    background-color: #e6e6e6; }
  @media screen and (min-width: 768px), print {
    .env-product.item.m--toOnlineshop.container {
      padding: 16px 32px 24px; } }

.env-product.item.m--toOnlineshop.thumb {
  width: 100%;
  text-align: center; }

.env-product.item.m--toOnlineshop.desc {
  margin-top: 4px;
  font-weight: 500;
  font-size: 0.75rem;
  color: #444; }

/*
  env-publicity
*/
.publicity.sec.container {
  padding: 24px 0; }
  @media screen and (min-width: 768px), print {
    .publicity.sec.container {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  @media screen and (max-width: 768px) {
    .publicity.sec.container .publicity.sec.figure {
      margin-bottom: 16px; } }
  @media screen and (min-width: 768px), print {
    .publicity.sec.container .publicity.sec.figure {
      width: 20%;
      margin-right: 32px; } }
  @media screen and (min-width: 768px), print {
    .publicity.sec.container .publicity.sec.wrapper {
      width: calc(100% - 20% - 32px); } }

.publicity.sec.wrapper {
  font-family: "Sawarabi Mincho", serif;
  color: #444; }
  .publicity.sec.wrapper a {
    text-decoration: underline;
    color: #00789C; }
    @media screen and (max-width: 768px) {
      .publicity.sec.wrapper a {
        margin-bottom: 8px;
        background-color: #00789C;
        color: #fff;
        padding: 12px 16px;
        border: 0;
        border-radius: 3px;
        appearance: none;
        cursor: pointer;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        line-height: 1;
        text-decoration: none;
        text-align: center;
        font-weight: 600;
        transition: ease 0.15s;
        user-select: none;
        vertical-align: middle;
        white-space: nowrap;
        outline: none;
        display: block;
        font-size: 0.75rem; }
        .publicity.sec.wrapper a:last-child {
          margin-bottom: 0; }
        .publicity.sec.wrapper a:focus, .publicity.sec.wrapper a:hover {
          background-color: #00607d;
          color: #fff; }
        .publicity.sec.wrapper a:disabled:hover {
          background-color: #00789C; }
        .publicity.sec.wrapper a:disabled {
          cursor: not-allowed;
          opacity: 0.5; } }
  @media screen and (max-width: 768px) {
    .publicity.sec.wrapper br {
      display: none; } }
  .publicity.sec.wrapper .publicity.sec.body {
    margin-top: 16px; }
  .publicity.sec.wrapper .publicity.sec.footer {
    margin-top: 16px; }

.publicity.sec.figure {
  text-align: center; }

.publicity.sec.heading {
  margin-bottom: 16px;
  font-size: 1.25rem; }
  @media screen and (max-width: 768px) {
    .publicity.sec.heading {
      font-size: 1rem; } }

.publicity.sec.heading {
  margin-bottom: 8px; }

//.publicity.sec.lead {
//  text-align: right; }

/*
  env-shoplist
*/
@media print {
  .env-shoplist.page .env-shoplist.sec.m--search.container,
  .env-shoplist.page .global-footer,
  .env-shoplist.page .global-header {
    display: none; } }

.env-shoplist.sec.m--search.container {
  background-image: url("../images/bg/bk_shop_search.png");
  background-repeat: no-repeat;
  background-position: 0 64px; }

.env-shoplist.sec.m--search.header {
  position: relative; }
  .env-shoplist.sec.m--search.header h4 {
    width: 60%;
    margin: auto;
    text-align: center;
    font-weight: normal;
    color: #444; }
    @media screen and (max-width: 480px) {
      .env-shoplist.sec.m--search.header h4 {
        font-size: 1.4rem; } }
    @media screen and (min-width: 480px) and (max-width: 1024px) {
      .env-shoplist.sec.m--search.header h4 {
        font-size: calc(1.75rem * 0.8 + (100vw - 30rem) / 34); } }
    @media screen and (min-width: 1024px), print {
      .env-shoplist.sec.m--search.header h4 {
        font-size: 1.75rem; } }
    @media screen and (max-width: 768px) {
      .env-shoplist.sec.m--search.header h4 {
        width: 80%;
        font-size: 0.8125rem; } }
  .env-shoplist.sec.m--search.header::before {
    content: "";
    display: block;
    border-top: solid 2px #f68c21;
    width: 20%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .env-shoplist.sec.m--search.header::before {
        width: 10%; } }
  .env-shoplist.sec.m--search.header::after {
    content: "";
    display: block;
    border-top: solid 2px #f68c21;
    width: 20%;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .env-shoplist.sec.m--search.header::after {
        width: 10%; } }

.env-shoplist.sec.m--search.heading {
  width: 100%;
  text-align: center;
  font-family: "Sawarabi Mincho", serif;
  font-weight: normal;
  color: #444; }
  @media screen and (max-width: 480px) {
    .env-shoplist.sec.m--search.heading {
      font-size: 1rem; } }
  @media screen and (min-width: 480px) and (max-width: 1024px) {
    .env-shoplist.sec.m--search.heading {
      font-size: calc(1.25rem * 0.8 + (100vw - 30rem) / 34); } }
  @media screen and (min-width: 1024px), print {
    .env-shoplist.sec.m--search.heading {
      font-size: 1.25rem; } }
  @media screen and (max-width: 768px) {
    .env-shoplist.sec.m--search.heading {
      font-size: 0.75rem; } }

.env-shoplist.sec.m--search.body {
  margin-bottom: 32px; }
  .env-shoplist.sec.m--search.body:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 768px), print {
    .env-shoplist.sec.m--search.body {
      margin-left: auto;
      width: 72%; } }

.env-shoplist.sec.m--search.aside {
  margin-bottom: 16px; }
  .env-shoplist.sec.m--search.aside a {
    text-decoration: underline;
    color: #00789C; }

.env-shoplist.sec.m--search.list {
  font-size: 0.75rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .env-shoplist.sec.m--search.list a {
      display: inline;
      padding: 6px 8px;
      font-weight: 500;
      line-height: 1;
      color: #fff;
      text-align: center;
      white-space: nowrap;
      border-radius: 3px;
      background-color: #aaa;
      display: block;
      padding: 8px; } }
  @media screen and (min-width: 768px), print {
    .env-shoplist.sec.m--search.list a {
      text-decoration: underline;
      color: #00789C; } }

.env-shoplist.sec.m--search.list.m--all {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .env-shoplist.sec.m--search.list.m--all > dd,
    .env-shoplist.sec.m--search.list.m--all > dt {
      margin-bottom: 8px; }
      .env-shoplist.sec.m--search.list.m--all > dd:last-child,
      .env-shoplist.sec.m--search.list.m--all > dt:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 768px), print {
    .env-shoplist.sec.m--search.list.m--all > dd,
    .env-shoplist.sec.m--search.list.m--all > dt {
      margin-bottom: 16px; }
      .env-shoplist.sec.m--search.list.m--all > dd:last-child,
      .env-shoplist.sec.m--search.list.m--all > dt:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 768px) {
    .env-shoplist.sec.m--search.list.m--all > dt {
      background-color: #000;
      color: #fff;
      padding: 12px 16px;
      border: 0;
      border-radius: 3px;
      appearance: none;
      cursor: pointer;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      line-height: 1;
      text-decoration: none;
      text-align: center;
      font-weight: 600;
      transition: ease 0.15s;
      user-select: none;
      vertical-align: middle;
      white-space: nowrap;
      outline: none;
      width: 100%; }
      .env-shoplist.sec.m--search.list.m--all > dt:focus, .env-shoplist.sec.m--search.list.m--all > dt:hover {
        background-color: black;
        color: #fff; }
      .env-shoplist.sec.m--search.list.m--all > dt:disabled:hover {
        background-color: #000; }
      .env-shoplist.sec.m--search.list.m--all > dt:disabled {
        cursor: not-allowed;
        opacity: 0.5; } }
  @media screen and (min-width: 768px), print {
    .env-shoplist.sec.m--search.list.m--all > dt {
      margin-right: 16px;
      width: 6em;
      text-align: right; } }
  @media screen and (max-width: 768px) {
    .env-shoplist.sec.m--search.list.m--all > dd {
      display: none;
      width: 100%; } }
  @media screen and (min-width: 768px), print {
    .env-shoplist.sec.m--search.list.m--all > dd {
      width: calc(100% - 6em - 16px); } }

@media screen and (max-width: 768px) {
  .env-shoplist.sec.m--search.list.m--links {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .env-shoplist.sec.m--search.list.m--place.m--links > li {
    margin-right: 8px;
    width: calc((100% - 8px * (4 - 1)) / 4); }
    .env-shoplist.sec.m--search.list.m--place.m--links > li:nth-of-type(4n) {
      margin-right: 0; }
    .env-shoplist.sec.m--search.list.m--place.m--links > li:nth-of-type(n+5) {
      margin-top: 8px; }
    .env-shoplist.sec.m--search.list.m--place.m--links > li:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px), print {
  .env-shoplist.sec.m--search.list.m--place.m--links > li {
    margin-right: 8px;
    width: calc((100% - 8px * (9 - 1)) / 9); }
    .env-shoplist.sec.m--search.list.m--place.m--links > li:nth-of-type(9n) {
      margin-right: 0; }
    .env-shoplist.sec.m--search.list.m--place.m--links > li:nth-of-type(n+10) {
      margin-top: 8px; }
    .env-shoplist.sec.m--search.list.m--place.m--links > li:last-child {
      margin-right: 0; } }

@media screen and (max-width: 768px) {
  .env-shoplist.sec.m--search.list.m--series.m--links > li {
    margin-right: 8px;
    width: calc((100% - 8px * (2 - 1)) / 2); }
    .env-shoplist.sec.m--search.list.m--series.m--links > li:nth-of-type(2n) {
      margin-right: 0; }
    .env-shoplist.sec.m--search.list.m--series.m--links > li:nth-of-type(n+3) {
      margin-top: 8px; }
    .env-shoplist.sec.m--search.list.m--series.m--links > li:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px), print {
  .env-shoplist.sec.m--search.list.m--series.m--links > li {
    margin-right: 16px; }
    .env-shoplist.sec.m--search.list.m--series.m--links > li:last-child {
      margin-right: 0; } }

.env-shoplist.list.m--shopDetail {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .env-shoplist.list.m--shopDetail > li {
    page-break-inside: avoid; }
    @media screen and (max-width: 768px) {
      .env-shoplist.list.m--shopDetail > li {
        margin-right: 8px;
        width: calc((100% - 8px * (1 - 1)) / 1); }
        .env-shoplist.list.m--shopDetail > li:nth-of-type(1n) {
          margin-right: 0; }
        .env-shoplist.list.m--shopDetail > li:nth-of-type(n+2) {
          margin-top: 8px; }
        .env-shoplist.list.m--shopDetail > li:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 768px), print {
      .env-shoplist.list.m--shopDetail > li {
        margin-right: 16px;
        width: calc((100% - 16px * (2 - 1)) / 2); }
        .env-shoplist.list.m--shopDetail > li:nth-of-type(2n) {
          margin-right: 0; }
        .env-shoplist.list.m--shopDetail > li:nth-of-type(n+3) {
          margin-top: 16px; }
        .env-shoplist.list.m--shopDetail > li:last-child {
          margin-right: 0; } }

.env-shoplist.sec.m--shopDetail.container {
  border: 4px solid #EFF0E0;
  page-break-inside: avoid; }
  @media screen and (max-width: 768px) {
    .env-shoplist.sec.m--shopDetail.container {
      padding: 8px; } }
  @media screen and (min-width: 768px), print {
    .env-shoplist.sec.m--shopDetail.container {
      padding: 16px; } }
  @media screen and (min-width: 768px), print {
    .env-shoplist.sec.m--shopDetail.container .env-shoplist.sec.m--shopDetail.photoLabel {
      width: calc(100% - 88px - 36px); } }
  @media screen and (max-width: 480px) {
    .env-shoplist.sec.m--shopDetail.container .env-shoplist.sec.m--shopDetail.photo {
      text-align: center; } }
  @media screen and (min-width: 768px), print {
    .env-shoplist.sec.m--shopDetail.container .env-event.item.m--area.menu {
      width: 88px; } }

.env-shoplist.sec.m--shopDetail.heading {
  font-weight: normal; }
  @media screen and (max-width: 768px) {
    .env-shoplist.sec.m--shopDetail.heading {
      margin-bottom: 4px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 768px), print {
    .env-shoplist.sec.m--shopDetail.heading {
      margin-bottom: 12px; } }
  .env-shoplist.sec.m--shopDetail.heading a {
    text-decoration: underline;
    color: #00789C; }

.env-shoplist.sec.m--shopDetail.body > * {
  margin-bottom: 12px; }
  .env-shoplist.sec.m--shopDetail.body > *:last-child {
    margin-bottom: 0; }

.env-shoplist.sec.m--shopDetail.address {
  line-height: 1.5;
  font-size: 1.125rem; }

.env-shoplist.sec.m--shopDetail.photo {
  position: relative;
  display: block;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover; }
  .env-shoplist.sec.m--shopDetail.photo::before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .env-shoplist.sec.m--shopDetail.photo > * {
    margin: auto;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.env-shoplist.sec.m--shopDetail.map {
  text-align: center; }
  .env-shoplist.sec.m--shopDetail.map > a {
    display: block; }
  .env-shoplist.sec.m--shopDetail.map img {
    width: 100%; }
  .env-shoplist.sec.m--shopDetail.map figcaption {
    margin-top: 8px;
    text-align: right;
    text-decoration: underline;
    font-size: 0.75rem;
    color: #00789C; }

.env-shoplist.sec.m--shopDetail.toGMap {
  display: inline-block;
  padding: 4px 12px 4px 8px;
  border-radius: 3px;
  background-color: #00789C;
  white-space: nowrap;
  line-height: 1;
  font-size: 0.6875rem;
  color: #fff; }
  .env-shoplist.sec.m--shopDetail.toGMap i {
    vertical-align: middle;
    font-size: 18px; }

.env-shoplist.sec.m--shopDetail.list.m--series {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .env-shoplist.sec.m--shopDetail.list.m--series > li {
    margin-right: 16px; }
    .env-shoplist.sec.m--shopDetail.list.m--series > li:last-child {
      margin-right: 0; }

.env-shoplist.sec.m--shopDetail.wrapper.m--labels {
  margin-top: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .env-shoplist.sec.m--shopDetail.wrapper.m--labels > li {
      margin-right: 4px;
      width: calc((100% - 4px * (3 - 1)) / 3); }
      .env-shoplist.sec.m--shopDetail.wrapper.m--labels > li:nth-of-type(3n) {
        margin-right: 0; }
      .env-shoplist.sec.m--shopDetail.wrapper.m--labels > li:nth-of-type(n+4) {
        margin-top: 4px; }
      .env-shoplist.sec.m--shopDetail.wrapper.m--labels > li:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px), print {
    .env-shoplist.sec.m--shopDetail.wrapper.m--labels > li {
      margin-right: 8px; }
      .env-shoplist.sec.m--shopDetail.wrapper.m--labels > li:last-child {
        margin-right: 0; } }

@media screen and (min-width: 480px), print {
  .env-shoplist.sec.m--shopDetail.wrapper.m--flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.env-shoplist.sec.m--shopDetail.item.m--series {
  text-align: center;
  font-size: 0.875rem; }
  @media screen and (max-width: 768px) {
    .env-shoplist.sec.m--shopDetail.item.m--series {
      line-height: 1.5; } }
  @media screen and (min-width: 768px), print {
    .env-shoplist.sec.m--shopDetail.item.m--series {
      line-height: 2; } }
  @media screen and (max-width: 768px) {
    .env-shoplist.sec.m--shopDetail.item.m--series br {
      display: none; } }

.env-shoplist.m--shopDetail.label {
  display: inline;
  padding: 6px 8px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 3px;
  background-color: #000;
  font-family: "Sawarabi Mincho", serif;
  font-size: 0.75rem; }
  @media screen and (max-width: 768px) {
    .env-shoplist.m--shopDetail.label {
      display: block;
      white-space: normal;
      font-size: 0.625rem; } }

.env-shoplist.m--shopDetail.label.m--stripe {
  background-color: #2BA6DF; }

.env-shoplist.m--shopDetail.label.m--yeni {
  background-color: #8BC21E; }

.env-shoplist.m--shopDetail.label.m--tezawari {
  background-color: #F19502; }

.env-shoplist.m--shopDetail.label.m--collection {
  background-color: #000099; }

.env-shoplist.m--shopDetail.label.m--teori {
  background-color: #FF0099; }

.env-shoplist.explanatory.container {
  position: fixed;
  right: 0;
  bottom: 64px;
  z-index: 10;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  font-weight: bold;
  font-size: 0.625rem; }
  @media screen and (max-width: 768px) {
    .env-shoplist.explanatory.container {
      display: none; } }
  @media print {
    .env-shoplist.explanatory.container {
      display: none; } }

.env-shoplist.explanatory.container .env-shoplist.m--shopDetail.label {
  font-size: 0.625rem; }

.env-shoplist.explanatory.list > li {
  margin-bottom: 16px; }
  .env-shoplist.explanatory.list > li:last-child {
    margin-bottom: 0; }

.env-shoplist.explanatory.aside {
  margin-top: 16px; }

/*
  env-roles
*/
.env-roles.article {
  font-family: "Sawarabi Mincho", serif; }

.env-roles.article.eyecatch.wrapper {
  position: relative;
  display: block;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: relative; }
  .env-roles.article.eyecatch.wrapper::before {
    content: "";
    display: block;
    padding-top: 60%; }
  .env-roles.article.eyecatch.wrapper > * {
    margin: auto;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.env-roles.eyecatch.sec {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-top: 45px;
  padding-left: 30px; }
  @media screen and (max-width: 768px) {
    .env-roles.eyecatch.sec {
      padding-top: 16px;
      padding-left: 8px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end; } }

.env-roles.eyecatch.m--link.wrapper {
  padding-bottom: 96px; }
  @media screen and (max-width: 768px) {
    .env-roles.eyecatch.m--link.wrapper {
      display: none; } }
  .env-roles.eyecatch.m--link.wrapper li {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    padding-bottom: 24px; }
    @media screen and (max-width: 768px) {
      .env-roles.eyecatch.m--link.wrapper li {
        margin-right: 8px;
        width: calc((100% - 8px * (4 - 1)) / 4);
        padding-bottom: 0; }
        .env-roles.eyecatch.m--link.wrapper li:nth-of-type(4n) {
          margin-right: 0; }
        .env-roles.eyecatch.m--link.wrapper li:nth-of-type(n+5) {
          margin-top: 8px; }
        .env-roles.eyecatch.m--link.wrapper li:last-child {
          margin-right: 0; } }

.env-roles.eyecatch.m--link.item {
  color: #FFF;
  text-decoration: underline; }
  @media screen and (max-width: 768px) {
    .env-roles.eyecatch.m--link.item {
      background-color: rgba(138, 138, 123, 0.7);
      color: #000;
      padding: 12px 16px;
      border: 0;
      border-radius: 3px;
      appearance: none;
      cursor: pointer;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      line-height: 1;
      text-decoration: none;
      text-align: center;
      font-weight: 600;
      transition: ease 0.15s;
      user-select: none;
      vertical-align: middle;
      white-space: nowrap;
      outline: none;
      padding: 8px 12px;
      color: #FFF; }
      .env-roles.eyecatch.m--link.item:focus, .env-roles.eyecatch.m--link.item:hover {
        background-color: rgba(94, 94, 84, 0.76);
        color: #fff; }
      .env-roles.eyecatch.m--link.item:disabled:hover {
        background-color: rgba(138, 138, 123, 0.7); }
      .env-roles.eyecatch.m--link.item:disabled {
        cursor: not-allowed;
        opacity: 0.5; } }

.env-roles.eyecatch.m--link.aside {
  color: #FFF;
  padding-right: 8px; }
  @media screen and (max-width: 768px) {
    .env-roles.eyecatch.m--link.aside {
      display: none;
      padding-right: 0; } }

.env-roles.eyecatch.copy {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  color: #FFF;
  font-family: "Sawarabi Mincho", serif;
  letter-spacing: 5px;
  font-size: 2.25rem;
  padding-left: 8px; }
  .env-roles.eyecatch.copy h3 {
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .env-roles.eyecatch.copy h3 {
        line-height: 2; } }
  @media screen and (max-width: 768px) {
    .env-roles.eyecatch.copy {
      font-size: 1.125rem;
      letter-spacing: 2px;
      padding-left: 0; } }

@media screen and (max-width: 768px) {
  .env-roles.eyecatch.m--link.m--pc {
    display: none; } }

.env-roles.sec.container.m--flex,
.env-roles.sec.wrapper.m--flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .env-roles.sec.container.m--flex,
    .env-roles.sec.wrapper.m--flex {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }
  @media screen and (max-width: 768px) {
    .env-roles.sec.container.m--flex > *,
    .env-roles.sec.wrapper.m--flex > * {
      margin-bottom: 8px; }
      .env-roles.sec.container.m--flex > *:last-child,
      .env-roles.sec.wrapper.m--flex > *:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 768px), print {
    .env-roles.sec.container.m--flex > *,
    .env-roles.sec.wrapper.m--flex > * {
      margin-right: 16px; }
      .env-roles.sec.container.m--flex > *:last-child,
      .env-roles.sec.wrapper.m--flex > *:last-child {
        margin-right: 0; } }

@media screen and (max-width: 768px) {
  .env-roles.sec.container.m--flex.m--reverse {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; } }

@media screen and (max-width: 768px) {
  .env-roles.sec.container.m--flex.m--reverse > .env-roles.sec.photo {
    margin-top: 8px;
    margin-bottom: 0; } }

.env-roles.sec.container > .env-roles.sec.photo {
  margin-top: 24px;
  text-align: center; }
  .env-roles.sec.container > .env-roles.sec.photo:first-child {
    margin-top: 0; }

.env-roles.sec.heading {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .env-roles.sec.heading > * {
    margin-right: 4px; }
    .env-roles.sec.heading > *:last-child {
      margin-right: 0; }

@media screen and (max-width: 768px) {
  .env-roles.sec.copy,
  .env-roles.sec.heading {
    margin-bottom: 16px; } }

@media screen and (min-width: 768px), print {
  .env-roles.sec.copy,
  .env-roles.sec.heading {
    margin-bottom: 24px; } }

.env-roles.sec.num,
.env-roles.sec.role {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 58px;
  height: 58px;
  border: 1px solid #8A8A7B;
  font-weight: normal; }

.env-roles.sec.role {
  color: #8A8A7B; }

.env-roles.sec.num {
  background-color: #8A8A7B;
  font-size: 2.5rem;
  color: #fff; }

.env-roles.sec.copy {
  font-family: "Sawarabi Mincho", serif;
  font-weight: normal;
  color: #444; }
  @media screen and (max-width: 480px) {
    .env-roles.sec.copy {
      font-size: 1.2rem; } }
  @media screen and (min-width: 480px) and (max-width: 1024px) {
    .env-roles.sec.copy {
      font-size: calc(1.5rem * 0.8 + (100vw - 30rem) / 34); } }
  @media screen and (min-width: 1024px), print {
    .env-roles.sec.copy {
      font-size: 1.5rem; } }

.env-roles.sec.photo.m--s {
  min-width: 30%; }

.env-roles.sec.photo.m--m {
  min-width: 40%; }

.env-roles.sec.photo.m--l {
  min-width: 50%; }

/*
  env-voice
*/
.env-voice.btn.m--search {
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .env-voice.btn.m--search {
      display: block;
      margin-bottom: 8px; } }
  @media screen and (min-width: 768px), print {
    .env-voice.btn.m--search {
      display: none; } }
  .env-voice.btn.m--search::after {
    content: "keyboard_arrow_down";
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1;
    vertical-align: middle;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    font-size: 1.75em; }
  .env-voice.btn.m--search.open::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.env-voice.menu.container {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa; }
  @media screen and (max-width: 768px) {
    .env-voice.btn.m--search + form {
      display: none; } }
  @media screen and (min-width: 768px), print {
    .env-voice.menu.container {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

@media screen and (min-width: 768px), print {
  .env-voice.menu.wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-align: center; } }

@media screen and (min-width: 768px), print {
  .env-voice.menu.wrapper.m--select {
    border-left: 1px solid #aaa; } }

@media screen and (min-width: 768px), print {
  .env-voice.menu.wrapper.m--all {
    width: 7em; } }

@media screen and (min-width: 768px), print {
  .env-voice.menu.wrapper.m--select {
    width: calc(100% - 7em); } }

.env-voice.menu.list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .env-voice.menu.list.m--free dd .m--text {
    width: 100%; }

  @media screen and (max-width: 768px) {
    .env-voice.menu.list {
      margin-bottom: 8px;
      border-top: 1px solid #aaa; }
    .env-voice.menu.list.m--keyword {
      margin-bottom: 4px;} }
  .env-voice.menu.list > dt {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    min-width: 98px;
    padding: 10px;
    font-size: 0.75rem;
    color: #444; }
    @media screen and (max-width: 768px) {
    .env-voice.menu.list > dt {
      width: 100%; }
    .env-voice.menu.list > dd {
      margin-right: 4px;
      width: calc((100% - 4px * (2 - 1)) / 2); }
      .env-voice.menu.list.m--keyword > dd {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%; }
      .env-voice.menu.list.m--free > dd {
	    width: 100%; }
      .env-voice.menu.list.m--keyword .env-voice.menu.btn {
        width: calc((100% - 4px) / 2); }
      .env-voice.menu.list > dd:nth-of-type(2n),
      .env-voice.menu.list.m--keyword .env-voice.menu.btn:nth-of-type(2n) {
        margin-right: 0; }
      .env-voice.menu.list > dd:nth-of-type(n+3) {
        margin-top: 4px; }
      .env-voice.menu.list > dd:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px), print {
    .env-voice.menu.list > dd {
      margin-right: 4px;
      padding-top: 8px;
      padding-bottom: 8px; }
    .env-voice.menu.list > dd:last-child {
      margin-right: 0; }
    .env-voice.menu.list.m--keyword dd {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
       display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: calc(100% - 98px);
      padding-bottom: 4px; }
    .env-voice.menu.list.m--free dd:first-of-type {
      width: 250px; } 
    .env-voice.menu.list.m--free dd:last-of-type {
      width: calc(100% - 454px); } 
    .env-voice.menu.list.m--free dd .m--text {
      width: 90%; } }

.env-voice.menu.list.m--series,
.env-voice.menu.list.m--keyword,
.env-voice.menu.list.m--free {
  width: 100%; }
  @media screen and (min-width: 768px), print {
    .env-voice.menu.list.m--series {
      border-bottom: 1px solid #aaa; }
  .env-voice.menu.list.m--keyword,
  .env-voice.menu.list.m--free {
    border-top: 1px solid #aaa; } }
    
.env-voice.menu.list input[type="checkbox"] {
  display:none; }
.env-voice.menu.btn {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #eee;
  color: #00789C;
  font-size: 0.75rem;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: 0.1s ease-in-out;  
  transition: 0.1s ease-in-out; }
.env-voice.menu.list.m--keyword .env-voice.menu.btn {
  margin: 0 4px 4px 0;
  padding: 15px; }
.env-voice.menu.list input[type="checkbox"]:checked + .env-voice.menu.btn {
  background: #00789C;
  color: #fff; }
  .env-voice.submit.btn {
    display: block;
    width: 300px;
    margin: 0 auto;
    padding: 15px;
    background-color: #000;
    font-size: 18px;
    font-family: "Sawarabi Mincho", serif; }
    @media screen and (max-width: 768px) {
    .env-voice.submit.btn {
      width: 100%;
      margin-top: -10px;
      font-size: 16px; } }

/*.env-voice.menu.btn {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 10px;
  font-size: 0.75rem;
  color: #00789C; }
  .env-voice.menu.list.m--keyword .env-voice.menu.btn {
    display: inline-block;
  padding: 12px 10px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff; }*/
  .env-voice.menu.list.m--keyword .env-voice.menu.btn.m--red{
    color: #E1524A; }
  .env-voice.menu.list input[type="checkbox"]:checked + .env-voice.menu.btn.m--red {
      background: #E1524A; }
  .env-voice.menu.list.m--keyword .env-voice.menu.btn.m--blue{
    color: #2662A4; }
  .env-voice.menu.list input[type="checkbox"]:checked + .env-voice.menu.btn.m--blue {
      background: #2662A4; }
  .env-voice.menu.list.m--keyword .env-voice.menu.btn.m--green {
    color: #64AA2B; }
  .env-voice.menu.list input[type="checkbox"]:checked + .env-voice.menu.btn.m--green {
      background: #64AA2B; }
  .env-voice.menu.list.m--keyword .env-voice.menu.btn.m--yellow {
    color: #E4BC1B; }
  .env-voice.menu.list input[type="checkbox"]:checked + .env-voice.menu.btn.m--yellow {
      background: #E4BC1B; }
  .env-voice.menu.list.m--keyword .env-voice.menu.btn.m--other {
    color: rgba(0, 0, 0, 0.6); }
  .env-voice.menu.list input[type="checkbox"]:checked + .env-voice.menu.btn.m--other {
      background: rgba(0, 0, 0, 0.6); }
  /*.env-voice.menu.list.m--keyword .env-voice.menu.btn.m--japanese,
  .env-voice.menu.list.m--keyword .env-voice.menu.btn.m--western,
  .env-voice.menu.list.m--keyword .env-voice.menu.btn.m--simple {
    background-color: #00789C; }*/
  .env-voice.menu.list.m--keyword .env-voice.menu.btn .material-icons {
  margin-right: 5px;
  font-size: 16px;
  vertical-align: middle; }
    @media screen and (min-width: 768px), print {
      .env-voice.menu.btn:not(.m--all) {
        height: 4em; }
      .env-voice.menu.m--all .env-voice.menu.btn,
      .env-voice.menu.list.m--series .env-voice.menu.btn {
        height: 5em; } }

.env-voice.menu.btn.m--all {
  /*height: 100%;*/ }

.env-voice.list.container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 480px) {
    .env-voice.list.container > li {
      margin-right: 24px;
      width: calc((100% - 24px * (1 - 1)) / 1); }
      .env-voice.list.container > li:nth-of-type(1n) {
        margin-right: 0; }
      .env-voice.list.container > li:nth-of-type(n+2) {
        margin-top: 24px; }
      .env-voice.list.container > li:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    .env-voice.list.container > li {
      margin-right: 24px;
      width: calc((100% - 24px * (2 - 1)) / 2); }
      .env-voice.list.container > li:nth-of-type(2n) {
        margin-right: 0; }
      .env-voice.list.container > li:nth-of-type(n+3) {
        margin-top: 24px; }
      .env-voice.list.container > li:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px), print {
    .env-voice.list.container > li {
      margin-right: 24px;
      width: calc((100% - 24px * (3 - 1)) / 3); }
      .env-voice.list.container > li:nth-of-type(3n) {
        margin-right: 0; }
      .env-voice.list.container > li:nth-of-type(n+4) {
        margin-top: 24px; }
      .env-voice.list.container > li:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .env-voice.list.container > li:nth-child(even) {
      background-color: #EAEBEB; } }

.env-voice.item.container {
  display: block;
  color: #000; }
  @media screen and (max-width: 768px) {
    .env-voice.item.container {
      padding: 4px; } }
  .env-voice.item.container:hover {
    opacity: 0.7;
    text-decoration: none; }

.env-voice.item.thumb.wrapper {
  position: relative;
  display: block;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }
  .env-voice.item.thumb.wrapper::before {
    content: "";
    display: block;
    padding-top: 75%; }
  .env-voice.item.thumb.wrapper > * {
    margin: auto;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.env-voice.item.thumb.wrapper.m--contain {
  background-size: contain; }

.env-voice.item.thumb.inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end; }

.env-voice.item.detail.wrapper {
  margin-top: 12px; }
  @media screen and (max-width: 768px) {
    .env-voice.item.detail.wrapper {
      padding-right: 8px;
      padding-bottom: 8px;
      padding-left: 8px; } }

.env-voice.item.cap.wrapper {
  margin: 0;
  width: 100%;
  padding: 8px;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff; }
  .env-voice.item.cap.wrapper > li {
    margin-bottom: 8px; }
    .env-voice.item.cap.wrapper > li:last-of-type {
      margin-bottom: 0; }

.env-voice.item.detail.heading {
  margin: 0 0 8px;
  line-height: normal;
  font-size: 1rem; }
  .env-voice.item.detail.heading img {
    margin-right: 4px;
    width: 30px;
    vertical-align: middle; }

.env-voice.item.detail.date {
  margin-bottom: 8px;
  text-align: right;
  font-size: 0.6875rem;
  color: #878787; }

.env-voice.item.detail.txt {
  line-height: 1.5; }
  @media screen and (max-width: 768px) {
    .env-voice.item.detail.txt {
      font-size: 0.75rem; } }
  @media screen and (min-width: 768px), print {
    .env-voice.item.detail.txt {
      font-size: 0.875rem; } }
  .env-voice.item.detail.txt em {
    font-style: normal;
    color: #21759b; }

.env-voice.item.cap.product {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.env-voice.item.cap.thumb.wrapper {
  position: relative;
  display: block;
  width: 100%;
  width: 12%; }
  .env-voice.item.cap.thumb.wrapper::before {
    content: "";
    display: block;
    padding-top: 100%; }
  .env-voice.item.cap.thumb.wrapper > * {
    margin: auto;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.env-voice.item.cap.txt {
  margin-left: 8px;
  width: calc(100% - 12% - 8px);
  font-size: 0.6875rem; }
  .env-voice.item.cap.txt span {
    display: block; }

.env-voice.nav.p--bottom.wrapper {
  margin-top: 40px; }

.env-voice.nav.btn {
  background-color: #000;
  color: #fff;
  padding: 12px 16px;
  border: 0;
  border-radius: 3px;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  transition: ease 0.15s;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  outline: none;
  font-size: 0.875rem; }
  .env-voice.nav.btn:focus, .env-voice.nav.btn:hover {
    background-color: black;
    color: #fff; }
  .env-voice.nav.btn:disabled:hover {
    background-color: #000; }
  .env-voice.nav.btn:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

.env-voice.sec.header {
  margin-bottom: 8px;
  width: 100%; }
  @media screen and (min-width: 768px), print {
    .env-voice.sec.header {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }

.env-voice.sec.date {
  font-size: 0.6875rem;
  color: #E57455; }
  @media screen and (max-width: 768px) {
    .env-voice.sec.date {
      margin-bottom: 8px; } }
  @media screen and (min-width: 768px), print {
    .env-voice.sec.date {
      margin-right: 32px; } }

.env-voice.sec.heading.m--main {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem; }
  .env-voice.sec.heading.m--main img {
    width: 40px;
    margin-right: 8px;
    vertical-align: middle; }

.env-voice.sec.heading.m--sub {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 6px;
  border-left: 4px solid #aaa;
  font-size: 1.5rem; }
  @media screen and (max-width: 768px) {
    .env-voice.sec.heading.m--sub {
      font-size: 1.125rem; } }

.env-voice.gallery.container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  margin-bottom: 24px;
  width: 100%; }

@media screen and (max-width: 480px) {
  .env-voice.gallery.figure {
    width: 100%; } }

@media screen and (min-width: 480px), print {
  .env-voice.gallery.figure {
    margin-right: 8px;
    width: 67.8%;
    text-align: center; } }

.env-voice.gallery.list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  list-style: none; }
  @media screen and (max-width: 480px) {
    .env-voice.gallery.list {
      margin-top: 8px;
      width: 100%; } }
  @media screen and (min-width: 480px), print {
    .env-voice.gallery.list {
      width: calc(100% - 67.8% - 8px); } }
  @media screen and (max-width: 480px) {
    .env-voice.gallery.list > li {
      margin-right: 8px;
      width: calc((100% - 8px * (2 - 1)) / 2); }
      .env-voice.gallery.list > li:nth-of-type(2n) {
        margin-right: 0; }
      .env-voice.gallery.list > li:nth-of-type(n+3) {
        margin-top: 8px; }
      .env-voice.gallery.list > li:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 480px), print {
    .env-voice.gallery.list > li {
      margin-right: 8px;
      width: calc((100% - 8px * (1 - 1)) / 1); }
      .env-voice.gallery.list > li:nth-of-type(1n) {
        margin-right: 0; }
      .env-voice.gallery.list > li:nth-of-type(n+2) {
        margin-top: 8px; }
      .env-voice.gallery.list > li:last-child {
        margin-right: 0; } }

.env-voice.gallery.thumb {
  position: relative;
  display: block;
  width: 100%; }
  .env-voice.gallery.thumb::before {
    content: "";
    display: block;
    padding-top: 71.42857%; }
  .env-voice.gallery.thumb > * {
    margin: auto;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  .env-voice.gallery.thumb > * {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }

.env-voice.sec.heading.m--comment {
  margin-bottom: -12px;
  position: relative;
  left: 8px; }

.env-voice.sec.body {
  font-size: 0.875rem; }
  .env-voice.sec.body > * {
    margin-bottom: 16px; }
    .env-voice.sec.body > *:last-child {
      margin-bottom: 0; }

.env-voice.sec.txt {
  padding: 24px 16px 16px;
  background-color: #fffdf4; }

/*
  env-coordinate
*/
.env-coordinate.article {
  font-family: "Sawarabi Mincho", serif; }

.env-coordinate.intro.container {
  padding: 16px;
  border: 3px solid #aaa; }
  @media screen and (min-width: 768px), print {
    .env-coordinate.intro.container {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  .env-coordinate.intro.container > * {
    margin-right: 16px; }
    .env-coordinate.intro.container > *:last-child {
      margin-right: 0; }

@media screen and (max-width: 768px) {
  .env-coordinate.intro.figure {
    margin-bottom: 16px;
    text-align: center; } }

.env-coordinate.intro.heading {
  margin-bottom: 16px;
  font-weight: normal;
  font-family: "Sawarabi Mincho", serif;
  font-size: 1rem; }

.env-coordinate.intro.body {
  font-size: 0.875rem; }

.env-coordinate.article.heading {
  margin-bottom: 16px;
  font-family: "Sawarabi Mincho", serif;
  font-weight: normal;
  color: #444; }
  @media screen and (max-width: 480px) {
    .env-coordinate.article.heading {
      font-size: 1.05rem; } }
  @media screen and (min-width: 480px) and (max-width: 1024px) {
    .env-coordinate.article.heading {
      font-size: calc(1.5rem * 0.7 + (100vw - 30rem) / 34); } }
  @media screen and (min-width: 1024px), print {
    .env-coordinate.article.heading {
      font-size: 1.5rem; } }

.env-coordinate.article.nav.wrapper {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa; }
  @media screen and (min-width: 768px), print {
    .env-coordinate.article.nav.wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (max-width: 768px) {
    .env-coordinate.article.nav.wrapper > li {
      margin-bottom: 8px; }
      .env-coordinate.article.nav.wrapper > li:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 768px), print {
    .env-coordinate.article.nav.wrapper > li {
      margin-right: 16px; }
      .env-coordinate.article.nav.wrapper > li:last-child {
        margin-right: 0; } }

@media screen and (max-width: 768px) {
  .env-coordinate.article.nav.item {
    background-color: #000;
    color: #fff;
    padding: 12px 16px;
    border: 0;
    border-radius: 3px;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    transition: ease 0.15s;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    display: block; }
    .env-coordinate.article.nav.item:focus, .env-coordinate.article.nav.item:hover {
      background-color: black;
      color: #fff; }
    .env-coordinate.article.nav.item:disabled:hover {
      background-color: #000; }
    .env-coordinate.article.nav.item:disabled {
      cursor: not-allowed;
      opacity: 0.5; } }

@media screen and (min-width: 768px), print {
  .env-coordinate.article.nav.item {
    text-decoration: underline;
    color: #00789C; } }

@media screen and (max-width: 768px) {
  .env-coordinate.sec.container > * {
    margin-bottom: 24px; }
    .env-coordinate.sec.container > *:last-child {
      margin-bottom: 0; } }

@media screen and (min-width: 768px), print {
  .env-coordinate.sec.container > * {
    margin-bottom: 40px; }
    .env-coordinate.sec.container > *:last-child {
      margin-bottom: 0; } }

@media screen and (min-width: 768px), print {
  .env-coordinate.sec.wrapper.m--flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 768px) {
  .env-coordinate.sec.wrapper.m--flex > * {
    margin-bottom: 16px; }
    .env-coordinate.sec.wrapper.m--flex > *:last-child {
      margin-bottom: 0; } }

@media screen and (min-width: 768px), print {
  .env-coordinate.sec.wrapper.m--flex > * {
    margin-right: 16px; }
    .env-coordinate.sec.wrapper.m--flex > *:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px), print {
  .env-coordinate.sec.header.m--flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start; } }

@media screen and (max-width: 768px) {
  .env-coordinate.sec.header.m--flex > * {
    margin-bottom: 24px; }
    .env-coordinate.sec.header.m--flex > *:last-child {
      margin-bottom: 0; } }

@media screen and (min-width: 768px), print {
  .env-coordinate.sec.header.m--flex > * {
    margin-right: 24px; }
    .env-coordinate.sec.header.m--flex > *:last-child {
      margin-right: 0; } }

.env-coordinate.sec.header.m--dining {
  padding: 24px;
  background-image: url("../images/coordinate/img_dining_backgroud.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }
  .env-coordinate.sec.header.m--dining > * {
    margin-bottom: 24px; }
    .env-coordinate.sec.header.m--dining > *:last-child {
      margin-bottom: 0; }

.env-coordinate.sec.header.m--children > * {
  margin-bottom: 16px; }
  .env-coordinate.sec.header.m--children > *:last-child {
    margin-bottom: 0; }

.env-coordinate.sec.copy,
.env-coordinate.sec.heading {
  font-family: "Sawarabi Mincho", serif;
  font-weight: normal; }

@media screen and (max-width: 480px) {
  .env-coordinate.sec.heading.m--main {
    font-size: 1.1rem; } }

@media screen and (min-width: 480px) and (max-width: 1024px) {
  .env-coordinate.sec.heading.m--main {
    font-size: calc(1.375rem * 0.8 + (100vw - 30rem) / 34); } }

@media screen and (min-width: 1024px), print {
  .env-coordinate.sec.heading.m--main {
    font-size: 1.375rem; } }

.env-coordinate.sec.heading.m--sub {
  margin-bottom: 16px;
  font-size: 1.125rem;
  color: #896437; }

.env-coordinate.sec.copy {
  color: #444; }
  @media screen and (max-width: 480px) {
    .env-coordinate.sec.copy {
      font-size: 1.225rem; } }
  @media screen and (min-width: 480px) and (max-width: 1024px) {
    .env-coordinate.sec.copy {
      font-size: calc(1.75rem * 0.7 + (100vw - 30rem) / 34); } }
  @media screen and (min-width: 1024px), print {
    .env-coordinate.sec.copy {
      font-size: 1.75rem; } }

.env-coordinate.sec.label.m--doorbed,
.env-coordinate.sec.label.m--single {
  margin-bottom: 16px; }

@media screen and (max-width: 768px) {
  .env-coordinate.sec.body > * {
    margin-bottom: 8px; }
    .env-coordinate.sec.body > *:last-child {
      margin-bottom: 0; } }

@media screen and (min-width: 768px), print {
  .env-coordinate.sec.body > * {
    margin-bottom: 24px; }
    .env-coordinate.sec.body > *:last-child {
      margin-bottom: 0; } }

@media screen and (min-width: 768px), print {
  .env-coordinate.list.container.m--flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.env-coordinate.list.m--living.container > li {
  margin-bottom: 24px; }
  .env-coordinate.list.m--living.container > li:last-child {
    margin-bottom: 0; }

.env-coordinate.list.m--dining.container.m--flex {
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline; }
  @media screen and (max-width: 768px) {
    .env-coordinate.list.m--dining.container.m--flex > li {
      margin-right: 16px;
      width: calc((100% - 16px * (1 - 1)) / 1); }
      .env-coordinate.list.m--dining.container.m--flex > li:nth-of-type(1n) {
        margin-right: 0; }
      .env-coordinate.list.m--dining.container.m--flex > li:nth-of-type(n+2) {
        margin-top: 16px; }
      .env-coordinate.list.m--dining.container.m--flex > li:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px), print {
    .env-coordinate.list.m--dining.container.m--flex > li {
      margin-right: 16px;
      width: calc((100% - 16px * (3 - 1)) / 3); }
      .env-coordinate.list.m--dining.container.m--flex > li:nth-of-type(3n) {
        margin-right: 0; }
      .env-coordinate.list.m--dining.container.m--flex > li:nth-of-type(n+4) {
        margin-top: 16px; }
      .env-coordinate.list.m--dining.container.m--flex > li:last-child {
        margin-right: 0; } }

.env-coordinate.list.container.m--vertical > li {
  margin-bottom: 24px; }
  .env-coordinate.list.container.m--vertical > li:last-child {
    margin-bottom: 0; }

.env-coordinate.list.m--oneRoom {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .env-coordinate.list.m--oneRoom > li {
      margin-right: 8px;
      width: calc((100% - 8px * (2 - 1)) / 2); }
      .env-coordinate.list.m--oneRoom > li:nth-of-type(2n) {
        margin-right: 0; }
      .env-coordinate.list.m--oneRoom > li:nth-of-type(n+3) {
        margin-top: 8px; }
      .env-coordinate.list.m--oneRoom > li:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px), print {
    .env-coordinate.list.m--oneRoom > li {
      margin-right: 16px;
      width: calc((100% - 16px * (5 - 1)) / 5); }
      .env-coordinate.list.m--oneRoom > li:nth-of-type(5n) {
        margin-right: 0; }
      .env-coordinate.list.m--oneRoom > li:nth-of-type(n+6) {
        margin-top: 16px; }
      .env-coordinate.list.m--oneRoom > li:last-child {
        margin-right: 0; } }

.env-coordinate.list.m--advise {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .env-coordinate.list.m--advise {
      font-size: 0.875rem; } }
  @media screen and (max-width: 768px) {
    .env-coordinate.list.m--advise > li {
      margin-right: 16px;
      width: calc((100% - 16px * (1 - 1)) / 1); }
      .env-coordinate.list.m--advise > li:nth-of-type(1n) {
        margin-right: 0; }
      .env-coordinate.list.m--advise > li:nth-of-type(n+2) {
        margin-top: 16px; }
      .env-coordinate.list.m--advise > li:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px), print {
    .env-coordinate.list.m--advise > li {
      margin-right: 24px;
      width: calc((100% - 24px * (3 - 1)) / 3); }
      .env-coordinate.list.m--advise > li:nth-of-type(3n) {
        margin-right: 0; }
      .env-coordinate.list.m--advise > li:nth-of-type(n+4) {
        margin-top: 24px; }
      .env-coordinate.list.m--advise > li:last-child {
        margin-right: 0; } }

.env-coordinate.item.container {
  display: block; }

.env-coordinate.item.container.m--advise > dt {
  margin-bottom: 16px; }

.env-coordinate.item.container.m--advise > dd {
  line-height: 1.75; }

@media screen and (min-width: 768px), print {
  .env-coordinate.item.container.m--flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 768px) {
  .env-coordinate.item.container.m--flex > * {
    margin-bottom: 16px; }
    .env-coordinate.item.container.m--flex > *:last-child {
      margin-bottom: 0; } }

@media screen and (min-width: 768px), print {
  .env-coordinate.item.container.m--flex > * {
    margin-right: 16px; }
    .env-coordinate.item.container.m--flex > *:last-child {
      margin-right: 0; } }

.env-coordinate.item.wrapper > * {
  margin-bottom: 24px; }
  .env-coordinate.item.wrapper > *:last-child {
    margin-bottom: 0; }

.env-coordinate.item.heading {
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 1rem; }

.env-coordinate.item.body strong {
  font-weight: normal;
  color: #C88700; }

.env-coordinate.item.cap {
  margin-top: 8px;
  color: #000; }
  @media screen and (max-width: 768px) {
    .env-coordinate.item.cap {
      font-size: 0.75rem; } }
  @media screen and (min-width: 768px), print {
    .env-coordinate.item.cap {
      text-align: center;
      font-size: 0.875rem; } }

.env-coordinate.item.cap.alignLeft {
  text-align: left; }

.env-coordinate.item.num {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 2em;
  height: 2em;
  border: 2px solid #000;
  border-radius: 50%;
  font-weight: 500;
  font-size: 2rem;
  color: #444; }

@media screen and (max-width: 768px) {
  .env-coordinate.figure {
    padding-right: 24px;
    padding-left: 24px;
    text-align: center; } }

@media screen and (min-width: 768px), print {
  .env-coordinate.figure.m--s {
    width: 15%; } }

@media screen and (min-width: 768px), print {
  .env-coordinate.figure.m--m {
    min-width: 30%;
    max-width: 30%; } }

@media screen and (min-width: 768px), print {
  .env-coordinate.figure.m--l {
    min-width: 40%;
    max-width: 40%; } }

.env-coordinate.figure.m--center {
  text-align: center; }

/*
  env-interview
*/
.env-interview.list.container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 480px) {
    .env-interview.list.container > li {
      margin-right: 8px;
      width: calc((100% - 8px * (1 - 1)) / 1); }
      .env-interview.list.container > li:nth-of-type(1n) {
        margin-right: 0; }
      .env-interview.list.container > li:nth-of-type(n+2) {
        margin-top: 8px; }
      .env-interview.list.container > li:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    .env-interview.list.container > li {
      margin-right: 8px;
      width: calc((100% - 8px * (2 - 1)) / 2); }
      .env-interview.list.container > li:nth-of-type(2n) {
        margin-right: 0; }
      .env-interview.list.container > li:nth-of-type(n+3) {
        margin-top: 8px; }
      .env-interview.list.container > li:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px), print {
    .env-interview.list.container > li {
      margin-right: 16px;
      width: calc((100% - 16px * (4 - 1)) / 4); }
      .env-interview.list.container > li:nth-of-type(4n) {
        margin-right: 0; }
      .env-interview.list.container > li:nth-of-type(n+5) {
        margin-top: 16px; }
      .env-interview.list.container > li:last-child {
        margin-right: 0; } }

.env-interview.item.container {
  overflow: hidden;
  text-decoration: none; }
  @media screen and (max-width: 768px) {
    .env-interview.item.container {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }
  @media screen and (min-width: 768px), print {
    .env-interview.item.container {
      display: block; } }
  .env-interview.item.container:hover {
    opacity: 0.7; }

.env-interview.item.figure {
  position: relative;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%; }
  .env-interview.item.figure::before {
    content: "";
    display: block;
    padding-top: 100%; }
  .env-interview.item.figure > * {
    margin: auto;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.env-interview.item.body {
  padding: 16px;
  background-color: #F3E9D0;
  color: #333; }
  @media screen and (min-width: 768px), print {
    .env-interview.item.body {
      height: 100%; } }

.env-interview.item.copy,
.env-interview.item.heading {
  line-height: 1.5; }

.env-interview.item.copy {
  margin-bottom: 16px;
  font-size: 0.9375rem; }

.env-interview.item.heading {
  margin-bottom: 12px;
  font-size: 1rem; }

.env-interview.item.heading.m--pink {
  color: #DD4C6A; }

.env-interview.item.heading.m--product {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 0.875rem; }

a.env-interview.item.container .env-interview.item.heading.m--product {
  text-decoration: underline;
  color: #00789C; }

.env-interview.item.aside {
  font-size: 0.75rem; }
  .env-interview.item.aside > li {
    margin-bottom: 6px;
    line-height: 1.5; }
    .env-interview.item.aside > li:last-child {
      margin-bottom: 0; }

.env-interview.article.body > * {
  margin-bottom: 40px; }
  .env-interview.article.body > *:last-child {
    margin-bottom: 0; }

.env-interview.article.intro.wrapper {
  position: relative; }

@media screen and (min-width: 768px), print {
  .env-interview.article.intro.figure,
  .env-interview.article.intro.inner {
    position: absolute; } }

.env-interview.article.intro.figure {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }
  @media screen and (max-width: 768px) {
    .env-interview.article.intro.figure {
      position: relative;
      display: block;
      width: 100%; }
      .env-interview.article.intro.figure::before {
        content: "";
        display: block;
        padding-top: 75%; }
      .env-interview.article.intro.figure > * {
        margin: auto;
        position: absolute !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%; } }
  @media screen and (min-width: 768px), print {
    .env-interview.article.intro.figure {
      position: relative;
      display: block;
      width: 100%; }
      .env-interview.article.intro.figure::before {
        content: "";
        display: block;
        padding-top: 56.25%; }
      .env-interview.article.intro.figure > * {
        margin: auto;
        position: absolute !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%; } }

.env-interview.article.intro.inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end; }
  @media screen and (max-width: 768px) {
    .env-interview.article.intro.inner {
      margin-top: 16px; } }
  @media screen and (min-width: 768px), print {
    .env-interview.article.intro.inner {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; } }
  @media screen and (max-width: 768px) {
    .env-interview.article.intro.inner > * {
      margin-bottom: 16px; }
      .env-interview.article.intro.inner > *:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 768px), print {
    .env-interview.article.intro.inner > * {
      margin-bottom: 24px; }
      .env-interview.article.intro.inner > *:last-child {
        margin-bottom: 0; } }

@media screen and (min-width: 768px), print {
  .env-interview.article.copy,
  .env-interview.article.intro.header {
    padding: 20px 32px;
    background-color: rgba(255, 255, 255, 0.85); } }

.env-interview.article.intro.heading {
  font-size: 1.125rem;
  font-weight: bold;
  color: #DD4C6A; }

.env-interview.article.intro.aside {
  font-size: 0.8125rem; }
  .env-interview.article.intro.aside a {
    color: #00789C; }

.env-interview.article.copy {
  margin-bottom: 0;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Sawarabi Mincho", serif;
  color: #434343; }

.env-interview.article.footer {
  margin-top: 104px; }

.env-interview.article.msg {
  background-color: #F0F0E1;
  text-align: center;
  font-size: 1.125rem; }
  @media screen and (max-width: 768px) {
    .env-interview.article.msg {
      padding: 16px; } }
  @media screen and (min-width: 768px), print {
    .env-interview.article.msg {
      padding: 24px; } }

.env-interview.article.date {
  margin-top: 16px;
  text-align: right;
  font-size: 0.875rem;
  color: #999999; }

.env-interview.sec.container > * {
  margin-bottom: 24px; }
  .env-interview.sec.container > *:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 768px), print {
  .env-interview.sec.container.m--series {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start; } }

@media screen and (min-width: 768px), print {
  .env-interview.sec.container.m--series .env-interview.sec.heading {
    width: 25%; } }

@media screen and (min-width: 768px), print {
  .env-interview.sec.container.m--series .env-interview.sec.list {
    width: 75%; } }

.env-interview.sec.copy {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold; }

.env-interview.sec.heading.m--article {
  padding: 12px;
  background-color: #F4EEE0;
  line-height: normal;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Sawarabi Mincho", serif;
  color: #663300; }

.env-interview.sec.heading.m--other {
  font-family: "Sawarabi Mincho", serif;
  font-size: 1.25rem; }

@media screen and (min-width: 768px), print {
  .env-interview.sec.faq {
    max-width: 72%; } }

.env-interview.sec.faq > dt {
  margin-bottom: 24px;
  font-weight: bold;
  color: #999999; }

.env-interview.sec.faq > dd b {
  color: #DD4C6A; }

@media screen and (min-width: 768px), print {
  .env-interview.sec.body {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; } }

.env-interview.sec.body a {
  text-decoration: underline;
  color: #00789C; }

@media screen and (max-width: 768px) {
  .env-interview.sec.figure {
    margin-top: 16px; } }

@media screen and (min-width: 768px), print {
  .env-interview.sec.figure {
    margin-left: 16px;
    min-width: 300px; } }

.env-interview.sec.figure > li {
  margin-bottom: 16px; }
  .env-interview.sec.figure > li:last-child {
    margin-bottom: 0; }

.env-interview.sec.list.m--series {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .env-interview.sec.list.m--series > li {
      margin-right: 8px;
      width: calc((100% - 8px * (2 - 1)) / 2); }
      .env-interview.sec.list.m--series > li:nth-of-type(2n) {
        margin-right: 0; }
      .env-interview.sec.list.m--series > li:nth-of-type(n+3) {
        margin-top: 8px; }
      .env-interview.sec.list.m--series > li:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px), print {
    .env-interview.sec.list.m--series > li {
      margin-right: 16px;
      width: calc((100% - 16px * (3 - 1)) / 3); }
      .env-interview.sec.list.m--series > li:nth-of-type(3n) {
        margin-right: 0; }
      .env-interview.sec.list.m--series > li:nth-of-type(n+4) {
        margin-top: 16px; }
      .env-interview.sec.list.m--series > li:last-child {
        margin-right: 0; } }

.env-interview.border {
  margin: 40px 0;
  height: 1px;
  border-top: 1px solid #aaa; }

.env-interview.nav.m--bottom.container {
  margin-top: 56px; }

.env-interview.btn {
  background-color: #000;
  color: #fff;
  padding: 12px 16px;
  border: 0;
  border-radius: 3px;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  transition: ease 0.15s;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  outline: none; }
  .env-interview.btn:focus, .env-interview.btn:hover {
    background-color: black;
    color: #fff; }
  .env-interview.btn:disabled:hover {
    background-color: #000; }
  .env-interview.btn:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

/*
  env-company
*/
.company.m--bnr.heading {
  margin-bottom: 12px;
  text-align: center;
  font-weight: normal; }
  @media screen and (max-width: 768px) {
    .company.m--bnr.heading {
      font-size: 0.6875rem; } }
  @media screen and (min-width: 768px), print {
    .company.m--bnr.heading {
      font-size: 0.875rem; } }

@media screen and (max-width: 768px) {
  .company.m--bnr.list > li {
    margin-right: 8px;
    width: calc((100% - 8px * (2 - 1)) / 2); }
    .company.m--bnr.list > li:nth-of-type(2n) {
      margin-right: 0; }
    .company.m--bnr.list > li:nth-of-type(n+3) {
      margin-top: 8px; }
    .company.m--bnr.list > li:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px), print {
  .company.m--bnr.list > li {
    margin-right: 16px;
    width: calc((100% - 16px * (4 - 1)) / 4); }
    .company.m--bnr.list > li:nth-of-type(4n) {
      margin-right: 0; }
    .company.m--bnr.list > li:nth-of-type(n+5) {
      margin-top: 16px; }
    .company.m--bnr.list > li:last-child {
      margin-right: 0; } }

.company.m--bnr.item {
  color: #000; }
  .company.m--bnr.item img {
    border: 1px solid #aaa; }

.company.m--bnr.item.desc {
  margin-top: 4px;
  line-height: 1.25;
  font-size: 0.6875rem; }

/*
   env-concept
 */
.concept.heading {
  text-align: center;
  font-family: "Sawarabi Mincho", serif;
  font-weight: normal; }
  @media screen and (max-width: 768px) {
    .concept.heading {
      line-height: 1.5;
      font-size: 1.25rem; } }
  @media screen and (min-width: 768px), print {
    .concept.heading {
      margin-bottom: 36px;
      font-size: 1.75rem; } }
  @media screen and (min-width: 768px), print {
    .concept.heading br {
      display: none; } }

.concept.body {
  margin-right: auto;
  margin-left: auto;
  line-height: 2;
  color: #444; }
  @media screen and (max-width: 768px) {
    .concept.body {
      font-family: "Sawarabi Mincho", serif;
      font-size: 1.125rem; } }
  @media screen and (min-width: 768px), print {
    .concept.body {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      width: 100%;
      height: 15em;
      writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl;
      font-family: Garamond, "Times New Roman", "\6E38\660E\671D", "Yu Mincho", "\6E38\660E\671D\4F53", "YuMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
      font-weight: bold; } }
  @media screen and (max-width: 768px) {
    .concept.body > p {
      padding-right: 8px;
      padding-left: 8px; } }

/*
   env-catalog
 */
.env-catalog.heading {
  text-align: center;
  font-family: "Sawarabi Mincho", serif;
  font-weight: normal;
  font-size: 1.25rem; }

.env-catalog.figure {
  text-align: center; }

/*
   env-sns
 */
.env-sns.contents.m--timeline {
  text-align: center; }

.env-sns.list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .env-sns.list > li {
    text-align: center; }
    @media screen and (max-width: 480px) {
      .env-sns.list > li {
        margin-right: 8px;
        width: calc((100% - 8px * (5 - 1)) / 5); }
        .env-sns.list > li:nth-of-type(5n) {
          margin-right: 0; }
        .env-sns.list > li:nth-of-type(n+6) {
          margin-top: 8px; }
        .env-sns.list > li:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 480px), print {
      .env-sns.list > li {
        margin-right: 16px; }
        .env-sns.list > li:last-child {
          margin-right: 0; } }
    .env-sns.list > li a {
      display: inline-block; }

/*
  env-company
*/
.env-company.sec.container {
  padding: 24px 0; }
  @media screen and (min-width: 768px), print {
    .env-company.sec.container {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 768px), print {
    .env-company.sec.container .env-company.sec.heading {
      width: 15%; } }
  .env-company.sec.container address {
    color: #444;
    font-size: 1rem; }
  .env-company.sec.container a {
    color: #21759b;
    text-decoration: underline; }

.env-company.sec.heading {
  color: #AE855C;
  font-family: "Sawarabi Mincho", serif;
  font-weight: normal; }

/*
  env-recruit
*/
.env-recruit.article.contents.container {
  font-family: "Sawarabi Mincho", serif; }

.env-recruit.article.nav.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  @media screen and (min-width: 768px), print {
    .env-recruit.article.nav.wrapper {
      padding-top: 16px;
      padding-bottom: 16px; } }
  @media screen and (max-width: 768px) {
    .env-recruit.article.nav.wrapper li {
      margin-bottom: 8px;
      width: 49%;
      text-align: center; }
      .env-recruit.article.nav.wrapper li:last-child {
        margin-bottom: 0; } }

.env-recruit.article.nav.border {
  width: 1px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #aaa; }
  @media screen and (max-width: 768px) {
    .env-recruit.article.nav.border {
      display: none; } }

@media screen and (max-width: 768px) {
  .env-recruit.article.nav.item {
    width: 100%;
    font-size: 0.75rem; } }

@media screen and (min-width: 768px), print {
  .env-recruit.article.nav.item {
    font-size: 0.875rem; } }

@media screen and (max-width: 768px) {
  .env-recruit.article.nav.item:not(.m--entry) {
    background-color: #eee;
    color: #000;
    padding: 12px 16px;
    border: 0;
    border-radius: 3px;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    transition: ease 0.15s;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    padding: 12px 8px; }
    .env-recruit.article.nav.item:not(.m--entry):focus, .env-recruit.article.nav.item:not(.m--entry):hover {
      background-color: #bebebe;
      color: #000; }
    .env-recruit.article.nav.item:not(.m--entry):disabled:hover {
      background-color: #eee; }
    .env-recruit.article.nav.item:not(.m--entry):disabled {
      cursor: not-allowed;
      opacity: 0.5; } }

@media screen and (min-width: 768px), print {
  .env-recruit.article.nav.item:not(.m--entry) {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #212121; } }

.env-recruit.article.nav.item:not(.m--entry):hover {
  text-decoration: underline; }

@media screen and (min-width: 768px), print {
  .env-recruit.article.nav.item:not(.m--entry)::before {
    content: "arrow_drop_down";
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1;
    vertical-align: middle;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga'; } }

.env-recruit.article.nav.item.m--entry {
  background-color: #000;
  color: #fff;
  padding: 12px 16px;
  border: 0;
  border-radius: 3px;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  transition: ease 0.15s;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  outline: none; }
  .env-recruit.article.nav.item.m--entry:focus, .env-recruit.article.nav.item.m--entry:hover {
    background-color: black;
    color: #fff; }
  .env-recruit.article.nav.item.m--entry:disabled:hover {
    background-color: #000; }
  .env-recruit.article.nav.item.m--entry:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

.env-recruit.sec.header.m--flex {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .env-recruit.sec.header.m--flex {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; } }
  @media screen and (min-width: 768px), print {
    .env-recruit.sec.header.m--flex {
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; } }

@media screen and (max-width: 768px) {
  .env-recruit.sec.header .env-recruit.sec.label {
    margin-bottom: 16px; } }

.env-recruit.sec.header.m--interview {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px), print {
    .env-recruit.sec.header.m--interview {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  @media screen and (min-width: 768px), print {
    .env-recruit.sec.header.m--interview .env-recruit.sec.label {
      margin-right: 32px; } }

.env-recruit.sec.aside {
  line-height: 1.25; }
  @media screen and (max-width: 768px) {
    .env-recruit.sec.aside {
      margin-bottom: 32px; } }
  .env-recruit.sec.aside .list__container.type--recruit {
    position: relative;
    top: 8px; }

@media screen and (max-width: 768px) {
  .env-recruit.sec.label {
    display: block; } }

.env-recruit.sec.heading {
  margin-bottom: 0;
  font-family: "Sawarabi Mincho", serif;
  font-size: 1.5rem; }

.env-recruit.sec.heading.m--flex {
  color: #856437;
  font-size: 1.125rem; }

.env-recruit.sec.lead {
  padding-top: 50%;
  padding-bottom: 20px;
  background: url("../images/recruit/bg_recruit.jpg") center top / 110% auto no-repeat;
  line-height: 1.8;
  font-size: 0.9375rem;
  color: #444; }
  @media screen and (min-width: 768px), print {
    .env-recruit.sec.lead {
      padding-top: 480px;
      padding-bottom: 40px;
    background: none;
      /*width: 72%;*/ } }
  .env-recruit.sec.lead a {
    text-decoration: underline;
    color: #21759b; }

@media screen and (max-width: 768px) {
  .env-recruit.sec.body > * {
    margin-bottom: 24px; }
    .env-recruit.sec.body > *:last-child {
      margin-bottom: 0; } }

@media screen and (min-width: 768px), print {
  .env-recruit.sec.body.m--flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start; } }

@media screen and (min-width: 768px), print {
  .env-recruit.sec.body.m--bgImage {
    padding-right: 48px;
    padding-left: 48px;
    background-image: url("../images/recruit/bg_recruit.jpg");
  background-position: center 130px;
  background-repeat: no-repeat;
    /*background-size: cover;*/ } }

.env-recruit.sec.body.m--interview {
  margin-bottom: 24px;
  border: 1px solid #aaa; }
  .env-recruit.sec.body.m--interview:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 768px), print {
    .env-recruit.sec.body.m--interview {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; } }

.env-recruit.sec.m--ask.wrapper {
  background-color: #FFF;
  opacity: 0.9;
  padding: 70% 16px 24px;
  border: solid 1px #FFEBD7;
  background: url(../images/recruit/img_showroom.jpg) center top / contain no-repeat; }
@media screen and (min-width: 768px), print {
    .env-recruit.sec.m--ask.wrapper {
      padding: 40px 600px 40px 0;
    border: none;
    background-position: right center;
    background-size: auto auto;
      /*width: 40%;*/ } }

.env-recruit.sec.heading.m--ask.env-recruit.sec.copy {
  opacity: 1; }

.env-recruit.sec.copy {
  font-size: 0.9375rem; }

@media screen and (min-width: 768px), print {
  .env-recruit.sec.intro.m--interview {
    width: 100%; } }

.env-recruit.sec.figure.m--interview {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding-bottom: 10px; }
  .env-recruit.sec.figure.m--interview figure {
    margin-bottom: 10px; }

.env-recruit.sec.intro.header.m--interview {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 32px; }
  @media screen and (max-width: 768px) {
    .env-recruit.sec.intro.header.m--interview figure {
      width: 100px; } }

@media screen and (max-width: 768px) {
  .env-recruit.sec.name.m--interview {
    padding-right: 12px; } }

@media screen and (min-width: 768px), print {
  .env-recruit.sec.name.m--interview {
    padding-right: 40px; } }

@media screen and (max-width: 768px) {
  .env-recruit.sec.aside a {
    display: block;
    text-align: center; } }

.env-recruit.name.heading.m--interview {
  font-family: "Sawarabi Mincho", serif;
  margin-bottom: 0;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .env-recruit.name.heading.m--interview {
      font-size: 1.5rem; } }
  @media screen and (min-width: 768px), print {
    .env-recruit.name.heading.m--interview {
      font-size: 2rem; } }

@media screen and (max-width: 768px) {
  .env-recruit.sec.faq.m--interview {
    padding-right: 8px;
    padding-bottom: mull;
    padding-left: 8px; } }

@media screen and (min-width: 768px), print {
  .env-recruit.sec.faq.m--interview {
    padding-left: 40px;
    padding-right: 40px; } }

.env-recruit.list.container.m--flex.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px), print {
    .env-recruit.list.container.m--flex.wrapper {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .env-recruit.list.container.m--flex.wrapper > li {
    font-size: 0.8125rem; }
    @media screen and (max-width: 768px) {
      .env-recruit.list.container.m--flex.wrapper > li {
        margin-right: 24px;
        width: calc((100% - 24px * (1 - 1)) / 1); }
        .env-recruit.list.container.m--flex.wrapper > li:nth-of-type(1n) {
          margin-right: 0; }
        .env-recruit.list.container.m--flex.wrapper > li:nth-of-type(n+2) {
          margin-top: 24px; }
        .env-recruit.list.container.m--flex.wrapper > li:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 768px), print {
      .env-recruit.list.container.m--flex.wrapper > li {
        margin-right: 48px;
        width: calc((100% - 48px * (2 - 1)) / 2); }
        .env-recruit.list.container.m--flex.wrapper > li:nth-of-type(2n) {
          margin-right: 0; }
        .env-recruit.list.container.m--flex.wrapper > li:nth-of-type(n+3) {
          margin-top: 48px; }
        .env-recruit.list.container.m--flex.wrapper > li:last-child {
          margin-right: 0; } }

@media screen and (min-width: 768px), print {
  .env-recruit.sec.wrapper.m--table {
    width: 85%; } }

.env-recruit.table {
  border-radius: 3px;
  border: 1px solid #e8e8e8; }
  .env-recruit.table > tbody > tr > th,
  .env-recruit.table > tbody > tr > td {
    padding: 0.75em;
    text-align: left; }
  .env-recruit.table > tbody > tr > th {
    border-bottom: none;
    background-color: #f5f5f5;
    color: #000; }
  .env-recruit.table > tbody > tr > td {
    border-bottom: 1px solid #e8e8e8;
    background-color: rgba(245, 245, 245, 0.1); }
  .env-recruit.table > tbody > tr:last-of-type > th,
  .env-recruit.table > tbody > tr:last-of-type > td {
    border-bottom: none; }
  @media screen and (min-width: 768px), print {
    .env-recruit.table > tbody > tr > th {
      border-bottom: 1px solid #e8e8e8; } }

@media screen and (max-width: 768px) {
  .env-recruit.table.m--group > tbody th,
  .env-recruit.table.m--group > tbody td {
    padding: .2em .25em; } }

.env-recruit.table.m--group > tbody th {
  background-color: #fff; }
  @media screen and (min-width: 768px), print {
    .env-recruit.table.m--group > tbody th {
      width: 45%; } }

.env-recruit.list.m--flex.m--group {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .env-recruit.list.m--flex.m--group > li {
      margin-right: 8px;
      width: calc((100% - 8px * (1 - 1)) / 1); }
      .env-recruit.list.m--flex.m--group > li:nth-of-type(1n) {
        margin-right: 0; }
      .env-recruit.list.m--flex.m--group > li:nth-of-type(n+2) {
        margin-top: 8px; }
      .env-recruit.list.m--flex.m--group > li:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px), print {
    .env-recruit.list.m--flex.m--group > li {
      margin-right: 4px;
      width: calc((100% - 4px * (2 - 1)) / 2); }
      .env-recruit.list.m--flex.m--group > li:nth-of-type(2n) {
        margin-right: 0; }
      .env-recruit.list.m--flex.m--group > li:nth-of-type(n+3) {
        margin-top: 4px; }
      .env-recruit.list.m--flex.m--group > li:last-child {
        margin-right: 0; } }

.env-recruit.faq.heading.m--interview {
  font-family: "Sawarabi Mincho", serif;
  color: #866437;
  margin-bottom: 8px; }

.env-recruit.faq.m--answer.m--interview {
  margin-bottom: 24px;
  font-size: 0.875rem; }
  @media screen and (min-width: 768px), print {
    .env-recruit.faq.m--answer.m--interview {
      padding-left: 32px; } }

.env-recruit.sec.btn.wrapper {
  text-align: center; }

.env-recruit.sec.btn.item:hover {
  opacity: 0.7; }

.env-recruit.sec.aside a {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 197px; }

.env-recruit.sec.btn.item {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 720px;
  padding: 16px;
  background-color: #000;
  text-align: center;
  color: #fff; }
  @media screen and (min-width: 768px), print {
    .env-recruit.sec.btn.item {
      font-size: 1.25rem; } }
  @media screen and (min-width: 768px), print {
    .env-recruit.sec.btn.item {
      font-size: 1.5rem; } }

.list__container.type--recruit {
  margin-top: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list__container.type--recruit > li {
    margin-right: 6px;
    width: calc((100% - 6px * (2 - 1)) / 2); }
    .list__container.type--recruit > li:nth-of-type(2n) {
      margin-right: 0; }
    .list__container.type--recruit > li:nth-of-type(n+3) {
      margin-top: 6px; }
    .list__container.type--recruit > li:last-child {
      margin-right: 0; }
    .list__container.type--recruit > li a {
      text-align: center;
      font-size: 0.6875rem;
      color: inherit; }
      .list__container.type--recruit > li a:hover {
        cursor: pointer; }
      .list__container.type--recruit > li a img {
        margin-bottom: 4px; }

/*
  env-toukou
*/
.env-toukou.intro.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 20px; }

.env-toukou.intro.heading {
  font-family: "Sawarabi Mincho", serif;
  font-weight: bold;
  font-size: 1.5rem; }

.env-toukou.intro.body a {
  text-decoration: underline;
  color: #21759b; }

.env-toukou.intro.body figure {
  margin-top: 10px; }

/*
 env-faq
*/
.env-faq.article {
  font-family: "Sawarabi Mincho", serif; }

.env-faq.article.header {
  margin-bottom: 8px; }

.env-faq.article.heading {
  font-size: 1.25rem;
  line-height: 1.4;
  border-bottom: 1px solid #919191;
  padding-left: 8px; }

.env-faq.sec.heading {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  padding: 4px 2px;
  background-color: #f2f2f2; }

.env-faq.sec.heading p {
  margin-top: 0;
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .env-faq.sec.q-list {
    font-size: 0.75rem; } }

.env-faq.sec.q-list > li a {
  color: #444; }
  .env-faq.sec.q-list > li a .env-faq.sec.txt:hover {
    text-decoration: underline; }

.env-faq.sec.body {
  padding-left: 2px; }

.env-faq.sec.body p {
  margin-top: 0; }

.env-faq.sec.icon.container {
  margin-bottom: 2px; }

@media screen and (min-width: 768px), print {
  .env-faq.sec.anser {
    margin-left: 20px; } }

@media screen and (min-width: 768px), print {
  .env-faq.sec.anser.m--flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; } }

.env-faq.sec.text.container {
  margin-bottom: 24px; }

@media screen and (min-width: 768px), print {
  .env-faq.sec.figure.container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 768px) {
  .env-faq.sec.figure.container > li {
    margin-bottom: 8px; }
    .env-faq.sec.figure.container > li:last-child {
      margin-bottom: 0; } }

@media screen and (min-width: 768px), print {
  .env-faq.sec.flow.container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px; } }

@media screen and (max-width: 768px) {
  .env-faq.sec.flow.container .env-faq.sec.youtube {
    margin-top: 24px; } }

@media screen and (min-width: 768px), print {
  .env-faq.sec.flow.container .env-faq.sec.youtube {
    width: 50%; } }

.env-faq.sec.youtube {
  width: 100%; }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    .env-faq.sec.youtube {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    .env-faq.sec.youtube {
      width: 100%; } }
  @media screen and (min-width: 768px), print {
    .env-faq.sec.youtube {
      margin-left: 16px; } }

.env-faq.sec.youtube figure {
  position: relative;
  cursor: pointer; }
  @media screen and (min-width: 768px), print {
    .env-faq.sec.youtube figure {
      display: inline-block; } }

.env-faq.sec.youtube figure:hover {
  opacity: 0.7; }

.env-faq.sec.text {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.env-faq.sec.icon {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-right: 10px; }

.env-faq.sec.icon.m--q {
  color: #f00; }

.env-faq.sec.heading p {
  margin-top: 0;
  font-weight: bold; }

.env-faq.sec.ul {
  list-style-type: disc;
  padding: 0 0.5em 0 1.4em;
  margin: 0; }

.env-faq.sec.ul.m--flow {
  list-style-type: decimal;
  padding: 0 0.5em 0 1.4em;
  margin: 0; }

.env-faq.sec.notice a {
  outline: none;
  color: #21759b;
  text-decoration: underline; }

.env-faq.youtube.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  margin-top: -24.5px;
  margin-left: -35px; }
  @media screen and (max-width: 480px) {
    .env-faq.youtube.icon {
      left: 45%; } }

.env-faq.youtube.caption {
  font-size: 80%;
  color: #ff8c00;
  text-align: center;
  margin-top: 6px; }

@media screen and (max-width: 768px) {
  .env-faq.wrapper.m--overflow {
    width: 100%;
    overflow-x: auto; } }

.env-faq.sec.table {
  min-width: 640px;
  border-collapse: collapse;
  text-align: left;
  margin: 1em auto;
  color: #444; }

.env-faq.sec.table tr {
  background-color: #FFF; }

.env-faq.sec.table th {
  text-align: center;
  vertical-align: middle;
  font-weight: bold; }
  @media screen and (min-width: 768px), print {
    .env-faq.sec.table th {
      width: 20%; } }

.env-faq.sec.table th.m--blue {
  background-color: #1987E5; }
  @media screen and (max-width: 768px) {
    .env-faq.sec.table th.m--blue {
      width: 35%; } }

.env-faq.sec.table th.m--red {
  background-color: #CC000A; }

.env-faq.sec.table thead th {
  color: #fff;
  background: #000;
  opacity: 0.65; }

.env-faq.sec.attention strong {
  color: #ff6000;
  font-weight: bold; }

.env-faq.sec.table td,
.env-faq.sec.table th {
  padding: 5px;
  border: 1px solid #919191; }

/*
 env-story
*/
.env-story.article.contents.container {
  background-repeat: repeat-y;
  background-position: 50% 50%;
  background-size: contain; }
  @media screen and (max-width: 768px) {
    .env-story.article.contents.container {
      padding: 16px; } }
  @media screen and (min-width: 768px), print {
    .env-story.article.contents.container {
      padding: 24px 56px; } }

@media screen and (max-width: 768px) {
  .env-story.article.header.container {
    margin-top: 8px;
    margin-bottom: 24px;
    padding: 24px 24px 15px; } }

@media screen and (min-width: 768px), print {
  .env-story.article.header.container {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px 40px 15px; } }

.env-story.article.header {
  background-color: #fff;
  text-align: center;
  font-family: "Sawarabi Mincho", serif; }
  @media screen and (max-width: 768px) {
    .env-story.article.header {
      padding: 12px 4px; } }
  @media screen and (min-width: 768px), print {
    .env-story.article.header {
      padding-top: 20px;
      padding-bottom: 20px; } }

@media screen and (max-width: 768px) {
  .env-story.article.heading {
    margin-bottom: 8px;
    font-size: 1.25rem; } }

@media screen and (min-width: 768px), print {
  .env-story.article.heading {
    margin-bottom: 14px;
    font-size: 1.625rem; } }

@media screen and (max-width: 768px) {
  .env-story.article.aside {
    font-size: 0.875rem; } }

@media screen and (min-width: 768px), print {
  .env-story.article.aside {
    font-size: 1rem; } }

.env-story.sec.container {
  line-height: 1.75;
  font-family: "Sawarabi Mincho", serif; }
  @media screen and (max-width: 768px) {
    .env-story.sec.container {
      font-size: 0.75rem; } }

.env-story.sec.photo.m--center {
  text-align: center; }

@media screen and (max-width: 768px) {
  .env-story.sec.photo.m--right {
    text-align: center; } }

@media screen and (min-width: 768px), print {
  .env-story.sec.photo.m--right {
    float: right;
    margin-left: 16px; } }

.env-story.sec.container h4 {
  background-color: #fff;
  font-family: "Sawarabi Mincho", serif; }
  @media screen and (max-width: 768px) {
    .env-story.sec.container h4 {
      font-size: 1.125rem; } }
  @media screen and (min-width: 768px), print {
    .env-story.sec.container h4 {
      font-size: 1.125rem; } }

.env-story.origin.wrapper {
  border: 1px dotted #ccc;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    .env-story.origin.wrapper {
      padding: 16px; } }
  @media screen and (min-width: 768px), print {
    .env-story.origin.wrapper {
      margin: 50px 60px;
      padding: 30px 50px; } }

.env-story.origin.heading {
  margin-bottom: 16px;
  font-family: "Sawarabi Mincho", serif; }
  @media screen and (max-width: 768px) {
    .env-story.origin.heading {
      font-size: 1rem; } }
  @media screen and (min-width: 768px), print {
    .env-story.origin.heading {
      font-size: 1.125rem; } }

.env-story.article.footer.container {
  background-repeat: no-repeat;
  text-align: right;
  font-family: "Sawarabi Mincho", serif; }
  @media screen and (min-width: 768px), print {
    .env-story.article.footer.container {
      margin-bottom: 50px;
      padding: 100px 50px; } }

/*
 env-entrance
*/
.env-entrance.header.heading {
  margin-bottom: 0;
  max-width: none;
  padding: 10px 0;
  text-align: center;
  font-family: "Sawarabi Mincho", serif;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .env-entrance.header.heading {
      font-size: 1.5rem; } }
  @media screen and (min-width: 768px), print {
    .env-entrance.header.heading {
      font-size: 2.25rem; } }
  .env-entrance.header.heading small {
    display: block; }

.env-entrance.header.photo {
  text-align: center; }

.env-entrance.intro.heading {
  text-align: center;
  font-size: 2.5rem;
  font-family: "Sawarabi Mincho", serif;
  color: #59B200; }
  @media screen and (min-width: 768px), print {
    .env-entrance.intro.heading {
      padding: 40px 0 35px; } }

.env-entrance.article.header {
  padding-top: 55px;
  background-repeat: repeat-x; }

.env-entrance.article.header h2 {
  margin-bottom: 1rem;
  padding-bottom: 35px;
  text-align: center;
  font-family: "Sawarabi Mincho", serif;
  font-size: 2.5rem;
  color: #444; }

.env-entrance.article.header p {
  width: 80%;
  margin: 0 auto 20px;
  font-size: 0.875rem;
  line-height: 1.6; }

.env-entrance.article.contents-outer {
  background-repeat: repeat-x; }

.env-entrance.article.contents-outer hr {
  border-bottom: dotted 1px #60B50B;
  width: 100%;
  margin: 0;
  background-color: none; }

.env-entrance.article.contents-outer dl > dt {
  background: url("/assets/images/entrance/pt_flower.png") 0 0 no-repeat;
  color: #000000;
  font-size: 1.875rem;
  font-weight: bold;
  font-family: "Sawarabi Mincho", serif; }
  @media screen and (min-width: 768px), print {
    .env-entrance.article.contents-outer dl > dt {
      padding: 40px 0 20px 140px; } }

.env-entrance.article.contents-outer dl > dd {
  margin-bottom: 25px; }
  @media screen and (min-width: 768px), print {
    .env-entrance.article.contents-outer dl > dd {
      padding-left: 140px; } }

.env-entrance.article.contents-outer aside {
  font-size: 0.875rem;
  color: #3F1000; }

.env-entrance.title {
  text-align: center;
  font-family: "Sawarabi Mincho", serif;
  color: #59B200;
 }
  @media screen and (max-width: 768px) {
    .env-entrance.title {
      margin-bottom: 12px;
      padding-top: 16px;
      font-size: 1.5rem; } }
  @media screen and (min-width: 768px), print {
    .env-entrance.title {
      margin-bottom: 24px;
      padding-top: 20px;
      font-size: 1.875rem; } }

.env-entrance.sub_title {
  display: block;
  color: #FFFFBF;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .env-entrance.sub_title {
      font-size: 1rem; } }
  @media screen and (min-width: 768px), print {
    .env-entrance.sub_title {
      font-size: 1.375rem; } }

@media screen and (min-width: 768px), print {
  .env-entrance.voice.contents {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 768px), print {
  .env-entrance.voice.contents .env-entrance.voice.photo,
  .env-entrance.voice.contents .env-entrance.voice.text {
    width: 50%; } }

.env-entrance.user {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.env-entrance.user.name {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  margin-left: 10px; }

.env-entrance.comment {
  padding: 20px 10px 10px 0;
  line-height: 1.8em;
  margin-bottom: 50px; }

.env-entrance.sec.contents.container {
  padding: 50px 0; }

.env-entrance.prod.link a {
  color: #21759b;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.env-entrance.prod.name {
  font-size: 0.875rem; }

@media screen and (max-width: 768px) {
  .env-entrance.figure.m--right {
    text-align: center; } }

@media screen and (min-width: 768px), print {
  .env-entrance.figure.m--right {
    float: right;
    margin-left: 30px; } }

.env-entrance.list.m--teori.container,
.env-entrance.list.m--tezawari.container {
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 30px; }
  .env-entrance.list.m--teori.container > li,
  .env-entrance.list.m--tezawari.container > li {
    text-align: center; }

@media screen and (min-width: 768px), print {
  .env-entrance.list.m--teori.container {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; } }

@media screen and (max-width: 480px) {
  .env-entrance.list.m--teori.container > li {
    margin-right: 8px;
    width: calc((100% - 8px * (2 - 1)) / 2); }
    .env-entrance.list.m--teori.container > li:nth-of-type(2n) {
      margin-right: 0; }
    .env-entrance.list.m--teori.container > li:nth-of-type(n+3) {
      margin-top: 8px; }
    .env-entrance.list.m--teori.container > li:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px), print {
  .env-entrance.list.m--teori.container > li {
    margin-right: 16px;
    width: calc((100% - 16px * (7 - 1)) / 7); }
    .env-entrance.list.m--teori.container > li:nth-of-type(7n) {
      margin-right: 0; }
    .env-entrance.list.m--teori.container > li:nth-of-type(n+8) {
      margin-top: 16px; }
    .env-entrance.list.m--teori.container > li:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px), print {
  .env-entrance.list.m--tezawari.container {
    width: 80%; } }

@media screen and (max-width: 480px) {
  .env-entrance.list.m--tezawari.container > li {
    margin-right: 8px;
    width: calc((100% - 8px * (2 - 1)) / 2); }
    .env-entrance.list.m--tezawari.container > li:nth-of-type(2n) {
      margin-right: 0; }
    .env-entrance.list.m--tezawari.container > li:nth-of-type(n+3) {
      margin-top: 8px; }
    .env-entrance.list.m--tezawari.container > li:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px), print {
  .env-entrance.list.m--tezawari.container > li {
    margin-right: 16px;
    width: calc((100% - 16px * (5 - 1)) / 5); }
    .env-entrance.list.m--tezawari.container > li:nth-of-type(5n) {
      margin-right: 0; }
    .env-entrance.list.m--tezawari.container > li:nth-of-type(n+6) {
      margin-top: 16px; }
    .env-entrance.list.m--tezawari.container > li:last-child {
      margin-right: 0; } }

.env-entrance.list.m--tezawari.container > li span {
  display: block; }

.env-entrance.item.container {
  text-decoration: underline;
  color: #00789C; }

.env-entrance.item.m--teori.container,
.env-entrance.item.m--tezawari.container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  line-height: 1.4; }

/*
 env-ticket
*/
@media screen and (max-width: 768px) {
  .env-ticket.sec.figure {
    text-align: center; } }

.env-ticket.contents.header {
  color: #FFF;
  line-height: 2.0;
  text-align: center;
  font-family: "Sawarabi Mincho", serif; }

.env-ticket.heading.m--listPage small {
  line-height: 1.8; }

.env-ticket.contents.body {
  font-size: 0.875rem;
  font-family: "Sawarabi Mincho", serif; }

.env-ticket.text.container {
  position: relative;
  min-height: 178px; }
  @media screen and (max-width: 768px) {
    .env-ticket.text.container {
      min-height: 120px; } }

.env-ticket.image.m--present {
  position: absolute;
  right: 0;
  z-index: -9999999; }

.env-ticket.image.m--logo {
  position: absolute;
  right: 30px;
  top: 80px; }
  @media screen and (max-width: 768px) {
    .env-ticket.image.m--logo {
      width: 30%;
      top: 0;
      right: 0; } }

.env-ticket.balloon.container {
  position: absolute;
  right: 0;
  left: 0;
  top: 110px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .env-ticket.balloon.container {
      top: 70px; } }

.env-ticket.balloon.wrapper {
  display: inline-block;
  padding: 0 48px;
  width: auto;
  line-height: 34px;
  text-align: center;
  background: #FFF;
  border: 3px solid #e8e8e8;
  border-radius: 3px;
  z-index: 0; }
  .env-ticket.balloon.wrapper::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -12px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #FFF transparent transparent transparent;
    z-index: 0; }
  .env-ticket.balloon.wrapper::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -14px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 14px 14px 0 14px;
    border-color: #e8e8e8 transparent transparent transparent;
    z-index: -1; }
  .env-ticket.balloon.wrapper > a {
    color: #000; }
    .env-ticket.balloon.wrapper > a:hover, .env-ticket.balloon.wrapper > a:active {
      opacity: 0.7; }

.env-ticket.balloon span {
  display: block;
  font-family: "Sawarabi Mincho", serif; }

@media screen and (max-width: 480px) {
  .env-ticket.text.m--notify br {
    display: none; } }

.env-ticket.text.m--bgGyay {
  z-index: 9999999;
  background-color: #9a9a9a;
  color: #FFF;
  padding: 24px;
  margin-bottom: 24px; }

.env-ticket.text.m--bgGyay h3 {
  color: #FFF;
  font-size: 1.25rem;
  text-align: center; }

.env-ticket.image.m--sample {
  width: 20%;
  padding: 8px 0; }
  @media screen and (max-width: 480px) {
    .env-ticket.image.m--sample {
      width: 50%; } }

.env-ticket.list.m--col3 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  @media screen and (min-width: 768px), print {
    .env-ticket.list.m--col3 {
      -webkit-box-lines: single;
      -moz-box-lines: single;
      box-lines: single;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .env-ticket.list.m--col3 > li {
    padding: 8px 16px; }
    @media screen and (max-width: 768px) {
      .env-ticket.list.m--col3 > li {
        margin-right: 8px;
        width: calc((100% - 8px * (1 - 1)) / 1);
        border-bottom: solid 1px #fff;
        padding-bottom: 16px; }
        .env-ticket.list.m--col3 > li:nth-of-type(1n) {
          margin-right: 0; }
        .env-ticket.list.m--col3 > li:nth-of-type(n+2) {
          margin-top: 8px; }
        .env-ticket.list.m--col3 > li:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 768px), print {
      .env-ticket.list.m--col3 > li {
        margin-right: 16px;
        width: calc((100% - 16px * (3 - 1)) / 3);
        border-right: solid 1px #fff; }
        .env-ticket.list.m--col3 > li:nth-of-type(3n) {
          margin-right: 0; }
        .env-ticket.list.m--col3 > li:nth-of-type(n+4) {
          margin-top: 16px; }
        .env-ticket.list.m--col3 > li:last-child {
          margin-right: 0; } }
    .env-ticket.list.m--col3 > li:last-of-type {
      border-right: none; }
      @media screen and (max-width: 768px) {
        .env-ticket.list.m--col3 > li:last-of-type {
          border-bottom: none; } }
    .env-ticket.list.m--col3 > li small,
    .env-ticket.list.m--col3 > li em {
      display: block;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .env-ticket.list.m--col3 > li small br,
        .env-ticket.list.m--col3 > li em br {
          display: none; } }

.env-ticket.link.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  color: #000;
  font-size: 0.75rem;
  margin-top: 8px; }
  .env-ticket.link.wrapper:hover, .env-ticket.link.wrapper:active {
    opacity: 0.7; }

.env-ticket.link.m--bnr {
  width: 100%; }

.env-ticket.icon.container {
  text-align: center;
  margin-bottom: 16px; }

.env-ticket.icon.wrapper {
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  padding: 12px; }

.env-ticket.icon.wrapper img {
  width: 52px; }

.env-ticket.m--flow {
  text-align: center;
  margin-bottom: 24px; }

.env-ticket.m--flow h3 {
  color: #fff;
  font-size: 1.375rem;
  background-color: #543b30;
  padding: 8px; }

.env-ticket.flow {
  width: 100%;
  border: solid 1px #000;
  padding: 16px 8px;
  text-align: center;
  margin-left: auto; }

@media screen and (max-width: 768px) {
  .env-ticket.wp-form.table input {
    width: 100%; } }

/*
 env-bnr
*/
.env-bnr.sec.container a {
  text-decoration: underline;
  color: #00789C; }

.env-bnr.sec.code > dt {
  margin: 3px 0 0;
  padding: 6px 6px 3px;
  background: #aaa;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffffff; }

.env-bnr.sec.code > dd {
  padding: 8px 12px;
  border: 2px dashed #aaa;
  border-top: 2px solid #aaa;
  font-weight: normal; }

.env-404.list.container > li a {
  text-decoration: underline;
  color: #00789C; }

/* ==========================================================================
   Layout
   ========================================================================== */
/* page ----------------------------------------------------------------- */
.env-product.page .contents-outer > .contents {
  margin-bottom: 40px; }
  .env-product.page .contents-outer > .contents:last-child {
    margin-bottom: 0; }

/* contents ----------------------------------------------------------------- */
.env-event.contents-outer > .contents {
  margin-bottom: 40px; }
  .env-event.contents-outer > .contents:last-child {
    margin-bottom: 0; }

/* global ----------------------------------------------------------------- */
/* main-contents ----------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .main-contents .contents-outer:not(.eyecatch) {
    margin-top: 24px;
    margin-bottom: 24px; } }

@media screen and (min-width: 768px), print {
  .main-contents .contents-outer:not(.eyecatch) {
    margin-top: 60px;
    margin-bottom: 40px; } }
  .main-contents .m--bnr.contents-outer {
    clear: both; }
  .main-contents .env-catalog.contents-outer {
    float: left;
  width: 50%;
    text-align: right; }
  .main-contents .env-catalog.contents {
    width: 492px;
  margin-right: 8px;
  padding: 36px;
  box-sizing: border-box;
  background: #EAEBEB; }
  .main-contents .env-catalog.contents-outer + .env-sns.contents-outer {
    float: right;
  width: 50%; }
  .main-contents .env-catalog.contents-outer + .env-sns.contents-outer .env-sns.contents {
    width: 492px;
  margin-left: 8px; }

@media screen and (max-width: 768px) {
  .main-contents .env-sns.contents-outer {
    margin-top: 16px;
    margin-bottom: 16px; } }

@media screen and (max-width: 768px) {
  .main-contents .env-sns.contents-outer + * {
    margin-top: 16px; } }

@media screen and (min-width: 768px), print {
  .main-contents .env-sns.contents-outer + * {
    margin-top: 24px; } }

/* footer ----------------------------------------------------------------- */
.footer.m--subPage.container {
  margin-top: 40px; }

/* container ----------------------------------------------------------------- */
.env-info.contents.m--event.m--blog {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 768px) {
  .env-info.contents.m--event.m--blog > .env-info.container {
    margin-right: 16px;
    width: calc((100% - 16px * (1 - 1)) / 1);
    margin-bottom: 32px; }
    .env-info.contents.m--event.m--blog > .env-info.container:nth-of-type(1n) {
      margin-right: 0; }
    .env-info.contents.m--event.m--blog > .env-info.container:nth-of-type(n+2) {
      margin-top: 16px; }
    .env-info.contents.m--event.m--blog > .env-info.container:last-child {
      margin-right: 0; }
    .env-info.contents.m--event.m--blog > .env-info.container:last-child {
      margin-bottom: 0; } }

@media screen and (min-width: 768px), print {
  .env-info.contents.m--event.m--blog > .env-info.container {
    margin-right: 24px;
    width: calc((100% - 24px * (2 - 1)) / 2); }
    .env-info.contents.m--event.m--blog > .env-info.container:nth-of-type(2n) {
      margin-right: 0; }
    .env-info.contents.m--event.m--blog > .env-info.container:nth-of-type(n+3) {
      margin-top: 24px; }
    .env-info.contents.m--event.m--blog > .env-info.container:last-child {
      margin-right: 0;
    padding-top: 14px; } }

.env-info.wrapper {
  margin-bottom: 16px; }
.env-info.m--blog.wrapper {
  margin-bottom: 38px; }
  .env-info.wrapper:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 768px) {
  .env-product.m--about.contents {
    margin-bottom: 24px; }
    .env-product.m--about.contents:last-child {
      margin-bottom: 0; } }

@media screen and (min-width: 768px), print {
  .env-product.m--about.contents {
    margin-bottom: 40px; }
    .env-product.m--about.contents:last-child {
      margin-bottom: 0; } }

@media screen and (min-width: 768px), print {
  .env-product.m--about.contents:not(.lead) {
    width: 60%; } }

.env-product.contents,
.env-roles.contents,
.env-voice.contents {
  margin-bottom: 40px; }
  .env-product.contents:last-child,
  .env-roles.contents:last-child,
  .env-voice.contents:last-child {
    margin-bottom: 0; }

.env-shoplist.sec.m--search.container {
  margin-bottom: 32px; }

.env-voice.pagination.container {
  margin-top: 40px;
  margin-bottom: 40px; }

.env-company.sec.container,
.product.m--about.sec.container,
.publicity.sec.container {
  margin: 0 auto; }

.header.m--listPage.container {
  margin-bottom: 32px; }

.article.container > * {
  margin-bottom: 40px; }
  .article.container > *:last-child {
    margin-bottom: 0; }

.env-product.article {
  font-family: "Sawarabi Mincho", serif; }
.env-product.article.m--voice,
.env-product.article.m--blog {
  clear: left;
  margin-bottom: 20px;
  font-weight: normal;
  text-align: center; }

.env-product.article.body > .env-product.sec {
  margin-bottom: 40px; }
  .env-product.article.body > .env-product.sec:last-child {
    margin-bottom: 0; }

.sec.container {
  margin-bottom: 40px; }
  .sec.container:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 768px) {
  .form.btn.container {
    width: 100%; } }

@media screen and (min-width: 768px), print {
  .form.btn.container {
    margin: 40px auto 0;
    width: 25%; } }

.env-product.series.wrapper {
  position: relative;
  float: left;
  width: 320px;
  margin-right: 20px;
}
.env-product.series.wrapper:nth-of-type(3),
.env-product.series.wrapper:nth-of-type(6) {
  margin-right: 0;
}
.env-product.series.wrapper:after {
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  background: #f2f2f2;
  content: "";
}
.env-product.series.wrapper:nth-of-type(3):after,
.env-product.series.wrapper:nth-of-type(n + 4):after {
  display: none;
}
.env-product.series .env-product.article.header {
  display: block;
}
.env-product.series .article.heading {
  font-weight: normal;
  font-size: 20px;
  line-height: 2;
  text-align: center;
}
.env-product.series .voice .article.heading {
  font-size: 1rem;
  line-height: inherit;
}
.env-product.series .header i.ico {
  display: block;
  width: 29px;
  height: 29px;
  margin: 0 auto 10px;
  background: url(https://lohas-rug.com/assets/images/product/ico_arrow.png) center center no-repeat;
}
.env-product.article.m--voice i.ico {
  display: inline-block;
  width: 24px;
  height: 20px;
  margin-right: 8px;
  background: url(../images/product/ico_voice.png) center center / contain no-repeat;
  vertical-align: -3px;
}
.env-product.article.m--blog i.ico {
  display: inline-block;
  width: 24px;
  height: 28px;
  margin-right: 8px;
  background: url(../images/product/ico_blog.png) center center / contain no-repeat;
  vertical-align: -8px;
}
.env-product.series .article.heading span {
  display: block;
  font-size: 14px;
}
.env-product.explanatory.list {
  height: 60px;
  margin: 32px 0 16px;
  font-size: 0.75rem;
}
.env-product.explanatory.list li {
  margin-bottom: 20px;
}
.env-product.explanatory.list li a {
  display: block;
  color: #000;
}
.env-product.article.item {
  text-align: center;
}

.env-product.details {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  -web-kit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
  font-size: 0.875rem;
  line-height: 1.4;
}
.env-product.details dt {
  width: 90px;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.env-product.details dt i {
  margin-right: 5px;
  color: #4371c1;
  font-size: 0.9rem;
  vertical-align: middle;
}
.env-product.details dd {
  width: calc(100% - 90px);
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.env-product.details dd .img {
  float: right;
  vertical-align: top;
}
.env-product.series .env-product.nav.wrapper {
  height: 148px;
}
.env-product.series .env-product.nav.wrapper li {
  width: 100%;
  margin-bottom: 6px;
}
.env-product.series .env-product.nav.item {
  padding: 15px 10px;
  background-image: url(../images/product/ico_arrow_btn.png);
  background-position: 95% center;
  background-repeat: no-repeat;
}
.env-product.voice {
  padding: 15px 12px;
  border: 1px solid #EFF0E0;
}
.env-product.voice .env-voice.item.detail.txt{
  font-size: 0.85rem;
}
.env-product .env-voice.item.container {
  font-family: sans-serif;
}
.env-product.content-blog {
  clear: left;
  max-width: 840px;
  margin: 0 auto 50px;
  padding: 20px 30px;
  background: #eee;
  font-family: "Sawarabi", serif;
}
.env-product.content-blog li {
  margin-bottom: 10px;
}
.env-product.content-blog li:last-child {
  margin-bottom: 0;
}
.env-product.content-blog a {
  color: #000;
}
.env-product.content-blog dl {
  display: table;
  width: 100%;
}
.env-product.content-blog dt {
  display: table-cell;
  width: 150px;
  vertical-align: middle;
}
.env-product.content-blog dd {
  display: table-cell;
  width: calc(100% - 150px);
  padding-left: 20px;
  vertical-align: middle;
}
.env-product.content-blog span.time {
  display: block;
  font-size: 0.875rem;
}
.env-product.content-blog p {
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .env-product.series.wrapper {
    float: none;
    width: 100%;
    margin-bottom: 20px !important;
  }
  .env-product.series.wrapper:after {
    display: none;
  }
  .env-product.explanatory.list .env-shoplist.m--shopDetail.label {
    display: inline;
  }
  .env-product.series .env-product.nav.wrapper {
    height: auto;
  }
  .env-product.series .env-product.nav.wrapper > li {
    width: calc((100% - 2px) / 2);
  }
  .env-product.content-blog {
    margin-bottom: 30px;
    padding: 15px;
  }
  .env-product.content-blog p {
    display: block;
    margin-top: 0;
  }
}
