/* ==========================================================================
   .nav
   ========================================================================== */
/* .nav.e--subPage
   --------------------------------------------------------------------------- */
/* Style for container */
.nav.e--subPage.container {
  background-color: #F2F2F2; }
  @media screen and (max-width: 768px) {
    .nav.e--subPage.container {
      margin-bottom: 4px; } }

@media screen and (min-width: 768px), print {
  .nav.e--subPage.inner {
    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;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto; } }

@media screen and (max-width: 768px) {
  .nav.e--subPage.inner > li {
    border-top: solid 4px #fff; } }

@media screen and (min-width: 768px), print {
  .nav.e--subPage.inner > li {
    margin-right: 80px; }
    .nav.e--subPage.inner > li:last-child {
      margin-right: 0; } }

.nav.e--subPage.item {
  display: block;
  padding: 24px 24px 19px 24px; }
  @media screen and (max-width: 768px) {
    .nav.e--subPage.item {
      padding: 16px 24px 11px 24px; } }

/* Style for contents */
.nav.e--subPage.item {
  color: #4D4D4D; }

/* Style for function */
@media screen and (max-width: 768px) {
  .nav.e--subPage.item.active {
    border-left: solid 5px #ED86B5; } }

@media screen and (min-width: 768px), print {
  .nav.e--subPage.item.active {
    border-bottom: solid 5px #ED86B5; } }

.nav.e--subPage.item:hover {
  color: #ED86B5; }

/* .nav.e--search
   --------------------------------------------------------------------------- */
/* Style for container */
.nav.m--search.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; }
  .nav.m--search.container > li {
    margin-right: 40px; }
    .nav.m--search.container > li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .nav.m--search.container > li {
        margin-right: 24px;
        line-height: 2.0; }
        .nav.m--search.container > li:last-child {
          margin-right: 0; } }

.nav.m--search.item.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; }

.nav.m--search.item.arrow,
.nav.m--search.item.txt {
  display: block; }
  @media screen and (max-width: 768px) {
    .nav.m--search.item.arrow,
    .nav.m--search.item.txt {
      display: inherit; } }

/* Style for contents */
.nav.m--search.item.wrapper {
  color: #000; }

.nav.m--search.item.arrow {
  color: #ED86B5; }

/* Style for function */
.nav.m--search.item.wrapper:hover {
  color: #ED86B5; }

/* ==========================================================================
    .eyecatch
    ========================================================================== */
/* .eyecatch.e--subPage
    --------------------------------------------------------------------------- */
/* Style for container */
.eyecatch.e--subPage.container {
  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;
  -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;
  height: 190px;
  padding-top: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

/* Style for contents */
.eyecatch.e--subPage.lead {
  font-size: 1.125rem;
  color: #FFF; }
  @media screen and (max-width: 768px) {
    .eyecatch.e--subPage.lead {
      font-size: 1rem; } }

/* ==========================================================================
   .article
   ========================================================================== */
/* .article.e--detailPage
   --------------------------------------------------------------------------- */
/* Style for container */
.article.e--detailPage.header {
  margin-bottom: 48px; }
  @media screen and (max-width: 768px) {
    .article.e--detailPage.header {
      margin-bottom: 32px; } }

.article.e--detailPage.eyecatch {
  margin-bottom: 40px; }

.env-info.m--default.m--list.item {
  display: block;
  border-top: solid 1px #DEDEDE;
  padding: 16px 96px; }

.env-info.m--default.heading.m--detail {
  width: 100%;
  background-color: #ED86B5;
  padding: 24px 48px; }

/* Style for contents */
.article.e--detailPage.heading {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem; }
  @media screen and (max-width: 768px) {
    .article.e--detailPage.heading {
      font-size: 1.25rem; } }

.article.e--detailPage.body,
#entrybody {
  /* Style for container */
  /* Style for contents */ }
  .article.e--detailPage.body .sec,
  #entrybody .sec {
    margin-bottom: 56px; }
    .article.e--detailPage.body .sec:last-child,
    #entrybody .sec:last-child {
      margin-bottom: 0; }
  .article.e--detailPage.body .caption,
  #entrybody .caption {
    margin-top: 16px; }
  .article.e--detailPage.body .flex,
  #entrybody .flex {
    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: 480px), print {
    .article.e--detailPage.body .flex.m--col2 > *,
    #entrybody .flex.m--col2 > * {
      margin-right: 32px;
      width: calc((100% - 32px * (2 - 1)) / 2); }
      .article.e--detailPage.body .flex.m--col2 > *:nth-of-type(2n),
      #entrybody .flex.m--col2 > *:nth-of-type(2n) {
        margin-right: 0; }
      .article.e--detailPage.body .flex.m--col2 > *:nth-of-type(n+3),
      #entrybody .flex.m--col2 > *:nth-of-type(n+3) {
        margin-top: 32px; }
      .article.e--detailPage.body .flex.m--col2 > *:last-of-type,
      #entrybody .flex.m--col2 > *:last-of-type {
        margin-right: 0; } }
  @media screen and (min-width: 480px), print {
    .article.e--detailPage.body .flex.m--col3 > *,
    #entrybody .flex.m--col3 > * {
      margin-right: 16px;
      width: calc((100% - 16px * (3 - 1)) / 3); }
      .article.e--detailPage.body .flex.m--col3 > *:nth-of-type(3n),
      #entrybody .flex.m--col3 > *:nth-of-type(3n) {
        margin-right: 0; }
      .article.e--detailPage.body .flex.m--col3 > *:nth-of-type(n+4),
      #entrybody .flex.m--col3 > *:nth-of-type(n+4) {
        margin-top: 16px; }
      .article.e--detailPage.body .flex.m--col3 > *:last-of-type,
      #entrybody .flex.m--col3 > *:last-of-type {
        margin-right: 0; } }
  .article.e--detailPage.body .heading,
  #entrybody .heading {
    font-weight: bold; }
  .article.e--detailPage.body .link,
  #entrybody .link {
    text-decoration: underline;
    color: #ED86B5; }
  .article.e--detailPage.body .m--large,
  #entrybody .m--large {
    font-size: 1.25rem; }
  .article.e--detailPage.body .m--alignLeft,
  #entrybody .m--alignLeft {
    text-align: left; }
  .article.e--detailPage.body .m--alignCenter,
  #entrybody .m--alignCenter {
    text-align: center; }
  .article.e--detailPage.body .m--alignRight,
  #entrybody .m--alignRight {
    text-align: right; }
  .article.e--detailPage.body .imgLeft,
  #entrybody .imgLeft {
    float: left;
    display: block; }
  .article.e--detailPage.body .imgCenter,
  #entrybody .imgCenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block; }
  .article.e--detailPage.body .imgRight,
  #entrybody .imgRight {
    float: right;
    display: block;
    margin-left: 16px;
    margin-bottom: 16px; }
  .article.e--detailPage.body .map,
  #entrybody .map {
    position: relative;
    display: block;
    width: 100%; }
    .article.e--detailPage.body .map::before,
    #entrybody .map::before {
      content: "";
      display: block;
      padding-top: 56.25%; }
    .article.e--detailPage.body .map > *,
    #entrybody .map > * {
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }

/* .article.e--searchDetailPage
   --------------------------------------------------------------------------- */
/* Style for container */
.article.e--searchDetailPage.header.container {
  margin-bottom: 24px; }

.article.e--searchDetailPage.lead {
  margin-top: 24px;
  padding-left: 24px;
  padding-right: 24px; }

.article.e--searchDetailPage.aside.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: 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: 480px), print {
    .article.e--searchDetailPage.aside.container {
      -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-bottom: 24px; } }

.article.e--searchDetailPage.aside.col {
  width: 50%; }

.article.e--searchDetailPage.aside.col.m--right {
  text-align: right; }
  @media screen and (max-width: 768px) {
    .article.e--searchDetailPage.aside.col.m--right {
      padding-bottom: 8px; } }

/* Style for contents */
/* ==========================================================================
    .sec
   ========================================================================== */
/* Style for container */
.sec.m--flex {
  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) {
    .sec.m--flex > * {
      margin-right: 24px;
      width: calc((100% - 24px * (1 - 1)) / 1); }
      .sec.m--flex > *:nth-of-type(1n) {
        margin-right: 0; }
      .sec.m--flex > *:nth-of-type(n+2) {
        margin-top: 24px; }
      .sec.m--flex > *:last-of-type {
        margin-right: 0; } }
  @media screen and (min-width: 768px), print {
    .sec.m--flex > * {
      margin-right: 32px;
      width: calc((100% - 32px * (2 - 1)) / 2); }
      .sec.m--flex > *:nth-of-type(2n) {
        margin-right: 0; }
      .sec.m--flex > *:nth-of-type(n+3) {
        margin-top: 32px; }
      .sec.m--flex > *:last-of-type {
        margin-right: 0; } }

/* .sec.e--searchDetailPage
--------------------------------------------------------------------------- */
.sec::after {
  clear: both;
  content: "";
  display: table; }

/* Style for container */
@media screen and (max-width: 768px) {
  .sec.e--searchDetailPage.container {
    margin-bottom: 40px; }
    .sec.e--searchDetailPage.container:last-child {
      margin-bottom: 0; } }

@media screen and (min-width: 768px), print {
  .sec.e--searchDetailPage.container {
    margin-bottom: 56px; }
    .sec.e--searchDetailPage.container:last-child {
      margin-bottom: 0; } }

.sec.e--searchDetailPage.lead {
  padding-left: 32px;
  padding-right: 32px; }

.sec.e--searchDetailPage.header {
  margin-bottom: 24px; }

/* ==========================================================================
    .heading
   ========================================================================== */
/* .heading.e--typeA
--------------------------------------------------------------------------- */
/* Style for container */
.heading.e--typeA.container {
  margin-bottom: 0;
  background-color: #ED86B5; }
  @media screen and (max-width: 480px) {
    .heading.e--typeA.container {
      padding: 16px 24px; } }
  @media screen and (min-width: 480px), print {
    .heading.e--typeA.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;
      -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 40px; } }

@media screen and (max-width: 480px) {
  .heading.e--typeA.aside {
    margin-top: 8px; } }

/* Style for contents */
.heading.e--typeA.container {
  color: #FFF; }

@media screen and (max-width: 768px) {
  .heading.e--typeA.title {
    font-size: 1.25rem; } }

@media screen and (min-width: 768px), print {
  .heading.e--typeA.title {
    font-size: 1.75rem; } }

.heading.e--typeA.aside {
  font-size: 0.875rem; }

/* .heading.e--typeB
--------------------------------------------------------------------------- */
/* Style for container */
.heading.e--typeB.container {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: solid 2px #DEDEDE;
  border-bottom: solid 2px #DEDEDE; }
  @media screen and (min-width: 480px), print {
    .heading.e--typeB.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;
      -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; } }

.heading.e--typeB.title {
  border-left: solid 6px #ED86B5;
  padding: 4px 0 4px 26px; }

@media screen and (max-width: 480px) {
  .heading.e--typeB.aside {
    margin-top: 8px;
    padding-left: 32px; } }

@media screen and (min-width: 480px), print {
  .heading.e--typeB.aside {
    padding-right: 32px; } }

/* Style for contents */
.heading.e--typeB.aside {
  font-size: 1rem;
  color: #ED86B5; }

/* ==========================================================================
   .list
   ========================================================================== */
/* .list.e--typeA
   --------------------------------------------------------------------------- */
.list.e--typeA {
  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) {
    .list.e--typeA > li {
      margin-right: 8px;
      width: calc((100% - 8px * (1 - 1)) / 1); }
      .list.e--typeA > li:nth-of-type(1n) {
        margin-right: 0; }
      .list.e--typeA > li:nth-of-type(n+2) {
        margin-top: 8px; }
      .list.e--typeA > li:last-of-type {
        margin-right: 0; } }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    .list.e--typeA > li {
      margin-right: 24px;
      width: calc((100% - 24px * (2 - 1)) / 2); }
      .list.e--typeA > li:nth-of-type(2n) {
        margin-right: 0; }
      .list.e--typeA > li:nth-of-type(n+3) {
        margin-top: 24px; }
      .list.e--typeA > li:last-of-type {
        margin-right: 0; } }
  @media screen and (min-width: 768px), print {
    .list.e--typeA > li {
      margin-right: 40px;
      width: calc((100% - 40px * (1 - 1)) / 1); }
      .list.e--typeA > li:nth-of-type(1n) {
        margin-right: 0; }
      .list.e--typeA > li:nth-of-type(n+2) {
        margin-top: 40px; }
      .list.e--typeA > li:last-of-type {
        margin-right: 0; } }

/* ==========================================================================
   .item
   ========================================================================== */
/* .item.e--typeA
   --------------------------------------------------------------------------- */
/* Style for container */
.item.e--typeA.container {
  border: solid 2px #DEDEDE; }
  @media screen and (max-width: 768px) {
    .item.e--typeA.container {
      display: block; } }
  @media screen and (min-width: 768px), print {
    .item.e--typeA.container {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.item.e--typeA.photo {
  position: relative;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }
  .item.e--typeA.photo::before {
    content: "";
    display: block;
    padding-top: 74.34944%; }
  .item.e--typeA.photo > * {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 768px), print {
    .item.e--typeA.photo {
      width: 55%; } }

.item.e--typeA.wrapper {
  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-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) {
    .item.e--typeA.wrapper {
      padding-top: 16px; } }
  @media screen and (min-width: 768px), print {
    .item.e--typeA.wrapper {
      width: 45%;
      padding-top: 24px; } }

@media screen and (max-width: 768px) {
  .item.e--typeA.header,
  .item.e--typeA.body {
    padding-right: 16px;
    padding-left: 16px; } }

@media screen and (min-width: 768px), print {
  .item.e--typeA.header,
  .item.e--typeA.body {
    padding-right: 32px;
    padding-left: 32px; } }

.item.e--typeA.header {
  margin-bottom: 16px; }

.item.e--typeA.heading {
  margin-bottom: 12px; }

.item.e--typeA.body > * {
  margin-bottom: 8px; }
  .item.e--typeA.body > *:last-child {
    margin-bottom: 0; }

.item.e--typeA.outline > li {
  margin-bottom: 4px; }
  .item.e--typeA.outline > li:last-child {
    margin-bottom: 0; }

.item.e--typeA.cost,
.item.e--typeA.structure {
  padding-right: 16px;
  padding-left: 16px; }
  @media screen and (max-width: 768px) {
    .item.e--typeA.cost,
    .item.e--typeA.structure {
      padding-right: 8px;
      padding-left: 8px; } }

.item.e--typeA.cost > li {
  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;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #DEDEDE; }
  .item.e--typeA.cost > li:last-of-type {
    border-bottom: none; }

.item.e--typeA.footer {
  margin-top: 16px;
  padding: 24px;
  background-color: #ED86B5; }

/* Style for contents */
.item.e--typeA.heading {
  font-size: 1.5rem;
  color: #ED86B5; }
  @media screen and (max-width: 768px) {
    .item.e--typeA.heading {
      font-size: 1.125rem; } }

.item.e--typeA.lead {
  font-size: 1.125rem;
  color: #c6c6c6; }
  @media screen and (max-width: 768px) {
    .item.e--typeA.lead {
      font-size: 0.875rem; } }

.item.e--typeA.cost strong {
  font-weight: normal;
  font-size: 1.7em;
  color: #ED86B5; }

.item.e--typeA.footer {
  text-align: center;
  color: #fff; }

/* Style for function */
/* ==========================================================================
    .table
    ========================================================================== */
.table {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 720px; }

/* .table.e--typeA
    --------------------------------------------------------------------------- */
/* Style for container */
.table.e--typeA {
  border-radius: 3px;
  border: 1px solid #ea70a7;
  border-color: #DEDEDE; }
  .table.e--typeA > tbody > tr > th,
  .table.e--typeA > tbody > tr > td {
    padding: 0.75em;
    text-align: left; }
  .table.e--typeA > tbody > tr > th {
    border-bottom: none;
    background-color: #ED86B5;
    color: #000; }
  .table.e--typeA > tbody > tr > td {
    border-bottom: 1px solid #ea70a7;
    background-color: rgba(237, 134, 181, 0.1); }
  .table.e--typeA > tbody > tr:last-of-type > th,
  .table.e--typeA > tbody > tr:last-of-type > td {
    border-bottom: none; }
  @media screen and (min-width: 768px), print {
    .table.e--typeA > tbody > tr > th {
      border-bottom: 1px solid #ea70a7; } }
  .table.e--typeA > tbody > tr > th,
  .table.e--typeA > tbody > tr > td {
    border-bottom-color: #DEDEDE; }
  .table.e--typeA > tbody > tr > th {
    border-right-color: #DEDEDE;
    background-color: rgba(222, 222, 222, 0.3); }
  .table.e--typeA > tbody > tr > td {
    background-color: #fff; }

/* .table.e--typeB
   --------------------------------------------------------------------------- */
/* Style for container */
.table.e--typeB {
  border-radius: 3px;
  border: 1px solid #ea70a7;
  border: none; }
  .table.e--typeB > tbody > tr > th,
  .table.e--typeB > tbody > tr > td {
    padding: 0.75em;
    text-align: left; }
  .table.e--typeB > tbody > tr > th {
    border-bottom: none;
    background-color: #ED86B5;
    color: #000; }
  .table.e--typeB > tbody > tr > td {
    border-bottom: 1px solid #ea70a7;
    background-color: rgba(237, 134, 181, 0.1); }
  .table.e--typeB > tbody > tr:last-of-type > th,
  .table.e--typeB > tbody > tr:last-of-type > td {
    border-bottom: none; }
  @media screen and (min-width: 768px), print {
    .table.e--typeB > tbody > tr > th {
      border-bottom: 1px solid #ea70a7; } }
  @media screen and (max-width: 768px) {
    .table.e--typeB > tbody > tr > th,
    .table.e--typeB > tbody > tr > td {
      border-bottom: none; } }
  @media screen and (min-width: 768px), print {
    .table.e--typeB > tbody > tr > th,
    .table.e--typeB > tbody > tr > td {
      border-bottom-color: #DEDEDE; } }
  .table.e--typeB > tbody > tr > th {
    background-color: rgba(222, 222, 222, 0.3); }
  .table.e--typeB > tbody > tr > td {
    background-color: #fff; }

/* Style for contents */
.table.e--typeB {
  font-size: 0.875rem;
  color: #000; }
  .table.e--typeB th {
    text-align: left; }
  .table.e--typeB strong {
    font-size: 1.5em;
    color: #ED86B5; }

/* ==========================================================================
  .access
  ========================================================================== */
/* .access.e--typeA
--------------------------------------------------------------------------- */
/* Style for container */
.access.e--typeA.header.wrapper {
  margin-bottom: 16px;
  padding-right: 32px;
  padding-left: 32px; }
  @media screen and (min-width: 480px), print {
    .access.e--typeA.header.wrapper {
      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 (max-width: 480px) {
  .access.e--typeA.map {
    position: relative;
    display: block;
    width: 100%; }
    .access.e--typeA.map::before {
      content: "";
      display: block;
      padding-top: 75%; }
    .access.e--typeA.map > * {
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; } }

@media screen and (min-width: 480px), print {
  .access.e--typeA.map {
    position: relative;
    display: block;
    width: 100%; }
    .access.e--typeA.map::before {
      content: "";
      display: block;
      padding-top: 25%; }
    .access.e--typeA.map > * {
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; } }

.access.e--typeA.traffic.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 32px; }
  @media screen and (max-width: 768px) {
    .access.e--typeA.traffic.wrapper {
      padding-left: 8px; } }

.access.e--typeA.traffic.heading {
  padding-right: 60px; }
  @media screen and (max-width: 768px) {
    .access.e--typeA.traffic.heading {
      padding-right: 8px; } }

@media screen and (max-width: 480px) {
  .access.e--typeA.toGoogleMap {
    display: block;
    margin-top: 4px; } }

.access.e--typeA.traffic.list {
  border-left: solid 2px #ED86B5;
  padding-left: 40px; }
  @media screen and (max-width: 768px) {
    .access.e--typeA.traffic.list {
      padding-left: 8px; } }
  .access.e--typeA.traffic.list > dt {
    margin-bottom: 8px; }
  .access.e--typeA.traffic.list > dd {
    margin-bottom: 16px; }
    .access.e--typeA.traffic.list > dd:last-child {
      margin-bottom: 0; }

/* Style for contents */
.access.e--typeA.header.wrapper {
  font-size: 1rem;
  font-weight: bold; }

.access.e--typeA.toGoogleMap {
  color: #11938E; }
  .access.e--typeA.toGoogleMap::before {
    content: "place";
    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'; }

.access.e--typeA.traffic.list > dt {
  font-size: 0.875rem;
  font-weight: bold; }

.access.e--typeA.traffic.list > dd {
  font-size: 0.875rem; }

/* ==========================================================================
  .gallery
  ========================================================================== */
/* .gallery.e--typeA
--------------------------------------------------------------------------- */
/* Style for container */
.gallery.e--typeA.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) {
    .gallery.e--typeA.container > li {
      margin-right: 16px;
      width: calc((100% - 16px * (1 - 1)) / 1); }
      .gallery.e--typeA.container > li:nth-of-type(1n) {
        margin-right: 0; }
      .gallery.e--typeA.container > li:nth-of-type(n+2) {
        margin-top: 16px; }
      .gallery.e--typeA.container > li:last-of-type {
        margin-right: 0; } }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    .gallery.e--typeA.container > li {
      margin-right: 16px;
      width: calc((100% - 16px * (2 - 1)) / 2); }
      .gallery.e--typeA.container > li:nth-of-type(2n) {
        margin-right: 0; }
      .gallery.e--typeA.container > li:nth-of-type(n+3) {
        margin-top: 16px; }
      .gallery.e--typeA.container > li:last-of-type {
        margin-right: 0; } }
  @media screen and (min-width: 768px), print {
    .gallery.e--typeA.container > li {
      margin-right: 32px;
      width: calc((100% - 32px * (2 - 1)) / 2); }
      .gallery.e--typeA.container > li:nth-of-type(2n) {
        margin-right: 0; }
      .gallery.e--typeA.container > li:nth-of-type(n+3) {
        margin-top: 32px; }
      .gallery.e--typeA.container > li:last-of-type {
        margin-right: 0; } }

.gallery.e--typeA.figure.photo {
  position: relative;
  display: block;
  width: 100%;
  border: solid 2px #DEDEDE;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain; }
  .gallery.e--typeA.figure.photo::before {
    content: "";
    display: block;
    padding-top: 75%; }
  .gallery.e--typeA.figure.photo > * {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.gallery.e--typeA.figure.caption {
  margin-top: 8px; }

/* Style for contents */
.gallery.e--typeA.figure.frame {
  text-align: center; }

.gallery.e--typeA.figure.caption {
  text-align: center; }

/* ==========================================================================
   Viewability
   ========================================================================== */
.env-info.m--rental.heading.m--sub.m--icon {
  text-align: center;
  margin-bottom: 16px; }

.env-info.m--rental.m--list.m--detail {
  width: 45%;
  padding-top: 16px;
  position: relative; }

.env-info.m--rental.m--detail.m--info.wrapper {
  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-info.m--rental.m--detail.m--environment.grid3.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; }
  .env-info.m--rental.m--detail.m--environment.grid3.wrapper > li {
    margin-right: 16px;
    width: calc((100% - 16px * (3 - 1)) / 3);
    background: #F2F2F2;
    height: 280px;
    padding-top: 16px; }
    .env-info.m--rental.m--detail.m--environment.grid3.wrapper > li:nth-of-type(3n) {
      margin-right: 0; }
    .env-info.m--rental.m--detail.m--environment.grid3.wrapper > li:nth-of-type(n+4) {
      margin-top: 16px; }
    .env-info.m--rental.m--detail.m--environment.grid3.wrapper > li:last-of-type {
      margin-right: 0; }

.env-info.m--rental.m--detail.m--environment.grid3.heading {
  border-left: solid 6px #ED86B5;
  padding-left: 16px;
  margin-bottom: 16px; }

.env-info.m--rental.m--detail.m--environment.grid3.m--kind {
  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-left: 16px; }
  .env-info.m--rental.m--detail.m--environment.grid3.m--kind > li {
    margin-right: 8px;
    padding: 12px 16px;
    margin-bottom: 8px; }

.env-info.m--rental.m--detail.m--environment.grid3.m--kind.m--kitchen > li {
  background-color: #75B89C; }

.env-info.m--rental.m--detail.m--environment.grid3.m--kind.m--security > li {
  background-color: #60B85D; }

.env-info.m--rental.m--detail.m--environment.grid3.m--kind.m--facility > li {
  background-color: #FBCA5A; }

.env-info.m--rental.m--detail.m--environment.grid3.m--kind.m--communication > li {
  background-color: #DD68A4; }

.env-info.m--rental.m--detail.m--environment.grid3.m--kind.m--bath_toilet > li {
  background-color: #81AFDA; }

.env-info.m--rental.m--detail.m--environment.grid3.m--kind.m--interior > li {
  background-color: #7AC9C2; }

/* ==========================================================================
  Readability
  ========================================================================== */
/* .heading */
.env-info.m--rental.heading.m--sub.m--jpn {
  color: #ED86B5; }

.env-info.m--rental.m--detail.heading.m--main {
  font-size: 1.5rem; }

.env-info.m--rental.m--detail.m--sec.heading.m--main {
  font-size: 1rem;
  font-weight: bold; }

.env-info.m--rental.m--detail.m--environment.grid3.heading {
  font-size: 0.875rem;
  font-weight: bold; }

.env-info.m--rental.m--detail.m--address.m--traffic.heading {
  font-size: 1rem;
  font-weight: bold; }

.env-info.m--default.heading.m--list {
  font-size: 1.375rem;
  text-align: center; }

/* .lead */
.env-info.m--rental.m--detail.m--photo.figure {
  text-align: center; }

.env-info.m--rental.m--detail.m--photo.caption {
  text-align: center; }

.env-info.m--rental.m--detail.m--environment.grid3.m--kind > li {
  font-size: 0.875rem;
  color: #FFF; }

.env-info.m--default.m--list.item {
  color: #666666; }

/* ==========================================================================
  Functionality
 ========================================================================== */
