@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

body {
  padding-top: 52px;
  padding-bottom: 70px;
  font: 12px/1.6 'NotoSansCJKjp', sans-serif;
  font-weight: 400;
}

div.body {
  max-width: 1240px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  body {
    padding-top: 72px;
    padding-bottom: 0;
  }

}

/** ***************************************************************************
 * メイン
 */

#main {
  padding-top: 0;
  line-height: 2;
  font-size: 14px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main {
    font-size: 16px;
  }

  body.scroll-active
  #main {
    padding-left: 0;
  }

}

/** ***************************************************************************
 * セクショニング
 */

#main .section {
  padding-top: 50px;
  padding-bottom: 50px;
}

#main .section ~ .section {
  margin-top: 0;
  border-top: 1px solid #aaa;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

}

/** ***************************************************************************
 * タイトル
 */

#main .section-title {
  margin-bottom: 20px;
  padding-left: 20%;
  padding-right: 20%;
  line-height: 1.4;
  text-align: center;
}

#main .section-title img {
  margin-bottom: 10px;
}

#main .content-title {
  margin-bottom: 10px;
  letter-spacing: 1px;
  line-height: 1.4;
  font-size: 1.5em;
  font-weight: 600;
}

#main .content-title + * {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .section-title {
    margin-bottom: 30px;
  }

}

/** ***************************************************************************
 * 内容
 */

#main div.contents {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

#main div.contents > * ~ * {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main div.contents {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  #main div.contents > * {
    width: 47%;
  }

  #main div.contents > * ~ * {
    margin-top: 0;
  }

}

/** ***************************************************************************
 * テキスト
 */

#main .text-style-center {
  text-align: center;
}

#main .text-style-bold {
  font-weight: 700;
}

#main .text-style-1 {
  color: #3b4d32;
  line-height: 1.4;
  font-size: 26px;
  font-weight: 900;
}

#main .text-style-2 {
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
}

#main .text-style-3 {
  line-height: 1.4;
  font-size: 17px;
  font-weight: 700;
}

#main .underline {
  padding: 0 0.25em 0.125em;
  line-height: 1.8;
  background: url("../../_image/ikegami/image-underline.png") center bottom no-repeat;
  background-size: 100% 0.75em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .text-style-1 {
    font-size: 40px;
  }

  #main .text-style-2 {
    font-size: 30px;
  }

  #main .text-style-3 {
    font-size: 24px;
  }

}

/** ***************************************************************************
 * スライドギャラリー Aタイプ
 */

#main [data-slider-type="A"] {
  align-self: flex-start;
}

#main [data-slider-type="A"] div.image {
  position: relative;
  z-index: 1;
}

#main [data-slider-type="A"] div.image div.item {
  position: relative;
  z-index: 1;
}

#main [data-slider-type="A"] div.image div.item .caption {
  width: 100%;
  margin-top: 0 !important;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
}

#main [data-slider-type="A"] div.image div.button {
  cursor: pointer;
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
  top: 50%;
}

#main [data-slider-type="A"] div.image div.button.prev {
  left: 15px;
}

#main [data-slider-type="A"] div.image div.button.next {
  right: 15px;
}

#main [data-slider-type="A"] div.pager {
  margin-top: 5px;
}

#main [data-slider-type="A"] div.pager ul,
#main [data-slider-type="A"] div.pager ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main [data-slider-type="A"] div.pager ul {
  cursor: pointer;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

#main [data-slider-type="A"] div.pager ul li {
  width: calc(100% / 5);
  padding: 2px;
  transition: filter 0.3s ease-in-out 0.0s;
}

#main [data-slider-type="A"] div.pager ul li:hover {
  filter: brightness(110%);
}

#main [data-slider-type="A"] div.pager ul li.slick-active {
  filter: brightness(120%);
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main [data-slider-type="A"] div.pager ul li {
    width: calc(100% / 7);
    padding: 3px;
  }

}

/** ***************************************************************************
 * スライドギャラリー Bタイプ
 */

#main [data-slider-type="B"] {
  align-self: flex-start;
}

#main [data-slider-type="B"] div.image {
  position: relative;
  z-index: 1;
}

#main [data-slider-type="B"] div.image div.item {
  position: relative;
  z-index: 1;
}

#main [data-slider-type="B"] div.image div.item .caption {
  width: 100%;
  margin-top: 0 !important;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
}

#main [data-slider-type="B"] div.image div.button {
  cursor: pointer;
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
  top: 50%;
}

#main [data-slider-type="B"] div.image div.button.prev {
  left: 15px;
}

#main [data-slider-type="B"] div.image div.button.next {
  right: 15px;
}

#main [data-slider-type="B"] div.pager {
  margin-top: 5px;
}

#main [data-slider-type="B"] div.pager ul,
#main [data-slider-type="B"] div.pager ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main [data-slider-type="B"] div.pager ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

#main [data-slider-type="B"] div.pager ul li {
  width: calc(100% / 8 - 6px);
  margin: 3px;
  cursor: pointer;
  transition: filter 0.3s ease-in-out 0.0s;
  filter: brightness(80%);
}

#main [data-slider-type="B"] div.pager ul li:hover {
  filter: brightness(120%);
}

#main [data-slider-type="B"] div.pager ul li.slick-active {
  filter: brightness(120%);
}

/* :::::::: ブレイクポイント（ SP時 ） :::::::: */

@media print, screen and (max-width:736px) {

  #main [data-slider-type="B"] div.image div.item {
    padding-bottom: calc(100vw - 30px);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #main [data-slider-type="B"] div.image div.item img {
    display: none;
  }

  #main [data-slider-type="B"] div.pager ul li {
    width: calc(100% / 5 - 4px);
    margin: 2px;
    padding-bottom: calc(100% / 5 - 4px);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #main [data-slider-type="B"] div.pager ul li img {
    display: none;
  }

}

/** ***************************************************************************
 * ヘッダー
 * ************************************************************************* */

#header {
  padding: 10px 0;
  pointer-events: auto;
  border-bottom: 1px solid #000;
  background-color: rgba(255, 255, 255, 1.0);
}

#header div.body {
  max-width: 1540px;
}

#header div.logo {
  margin-right: 55px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#header div.logo .image {
  width: 66px;
}

#header div.logo .text {
  margin-left: 10px;
  line-height: 1.4;
  font-size: 9px;
}

#header div.logo .text strong {
  font-size: 12px;
}

#header div.header {
  display: none;
}

#header div.header div.contact {
  text-align: right;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #header {
    padding: 10px 0;
    pointer-events: auto;
    border-bottom: 1px solid #000;
    background-color: rgba(255, 255, 255, 1.0);
  }

  #header div.body {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #header div.logo {
    margin-right: 20px;
  }

  #header div.logo .image {
    width: auto;
  }

  #header div.header {
    margin-right: 60px;
    display: block;
    flex-grow: 1;
  }

}

/** ***************************************************************************
 * 物件詳細
 * ************************************************************************* */

#bukken-detail {
  padding: 10px 0 5px;
  text-align: right;
  border-bottom: 1px solid #000;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #bukken-detail {
    padding: 15px 0 5px;
  }

}

/** ***************************************************************************
 * ビジュアル
 * ************************************************************************* */

#visual {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

#visual div.item {
  position: relative;
  z-index: 1;
}

#visual div.item .caption {
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  padding: 3px 10px;
  line-height: 1.5;
  font-size: 0.75em;
}

#visual div.item.pc {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #visual div.item.sp {
    display: none;
  }

  #visual div.item.pc {
    display: block;
  }

}

/** ***************************************************************************
 * ページャー
 */

#visual div.pager {
  width: 100%;
  margin-top: 91.224%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

#visual div.pager ul.slick-dots,
#visual div.pager ul.slick-dots li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#visual div.pager ul.slick-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#visual div.pager ul.slick-dots li {
  width: 16%;
  margin: 0.5% 1%;
  cursor: pointer;
  border-radius: 100px;
  border: 3px solid rgba(255, 255, 255, 0.5);
}

#visual div.pager ul.slick-dots li.slick-active {
  border-color: rgba(255, 255, 255, 1.0);
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #visual div.pager {
    margin-top: 45.925%;
  }

  #visual div.pager ul.slick-dots li {
    width: 100px;
  }

}

/** ***************************************************************************
 * 紹介文
 * ************************************************************************* */

#lead.section {
  padding-top: 20px;
}

#lead .title {
  margin-bottom: 20px;
  color: #ac8684;
  line-height: 1.6;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}

#lead div.content {
  line-height: 2.5;
  font-size: 13px;
}

#lead div.content .catchcopy {
  margin-bottom: 30px;
  color: #ac8684;
  line-height: 2;
  font-size: 17px;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #lead.section {
    padding-top: 40px;
  }

  #lead .title {
    margin-bottom: 30px;
    letter-spacing: 3px;
    font-size: 40px;
  }

  #lead div.content {
    font-size: 14px;
    text-align: center;
  }

  #lead div.content .catchcopy {
    margin-bottom: 40px;
    font-size: 24px;
  }

}

/**
 * 「のくらし」
 */

#lead div.nokurashi {
  width: fit-content;
  margin-top: 30px !important;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
}

@media print, screen and (min-width:737px) {

  #lead div.nokurashi {
    margin-top: 50px !important;
    text-align: center;
  }

}

/** ***************************************************************************
 * topics
 * ************************************************************************* */

#topics {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#topics div.body {
  max-width: 860px;
  border: none;
}

/** ***************************************************************************
 * 一覧
 */

#topics div.list {
  background-color: #fff;
}

#topics dl.item,
#topics dl.item > * {
  margin: 0;
  padding: 0;
}

#topics dl.item {
  width: 100%;
  font-size: 12px;
  display: table;
  background: url("../../_image/_common/topics-bg.png");
  background-color: inherit;
}

#topics dl.item:first-child {
  padding-top: 7px;
}

#topics dl.item:last-child {
  padding-bottom: 9px;
}

#topics dl.item ~ dl.item {
  padding-top: 4px;
}

#topics dl.item dt {
  padding: 0.75em 0 0;
  background-color: inherit;
}

#topics dl.item dd {
  margin-top: -0.75em;
  background-color: inherit;
}

#topics dl.item dd > * {
  padding: 0.75em 0;
  text-decoration: none;
  transition: color 0.3s ease-in-out 0.0s;
  display: block;
  position: relative;
  z-index: 1;
}

#topics dl.item dd > *[href] {
  padding-right: 40px;
}

#topics dl.item dd > *[href]::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../../_image/_common/icon-listmark-1.png") no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  z-index: 1;
  top: calc(50% - 20px);
  right: 0;
}

#topics dl.item dd > *[href]:hover {
  color: #db8600;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #topics dl.item {
    font-size: 13px;
  }

  #topics dl.item dt {
    width: 6em;
    padding: 1em 0;
    vertical-align: top;
    display: table-cell;
  }

  #topics dl.item dd {
    vertical-align: top;
    display: table-cell;
  }

  #topics dl.item dd > * {
    padding: 1em 0;
  }

  #topics dl.item dd > *[href] {
    padding-right: 50px;
  }

  #topics dl.item dd > *[href]::after {
    top: calc(50% - 10px);
    right: 10px;
  }

}

/** ***************************************************************************
 * コンセプト
 * ************************************************************************* */

#concept div.content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/** ***************************************************************************
 * 紹介文
 */

#concept div.lead .title {
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 20px;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #concept div.lead {
    font-size: 1.125em;
    text-align: center;
  }

  #concept div.lead .title {
    margin-bottom: 30px;
    letter-spacing: 3px;
    font-size: 30px;
  }

}

/** ***************************************************************************
 * 画像
 */

#concept div.image {
  max-width: 885px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

#concept div.image div.caption {
  font-size: 0.625em;
  text-align: right;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #concept div.image {
    margin-top: 80px;
  }

}

/** ***************************************************************************
 * プラン
 * ************************************************************************* */

/** ***************************************************************************
 * 紹介文
 */

#plan div.lead {
  margin-bottom: 50px;
}

#plan div.lead .title {
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 20px;
  text-align: center;
}

#plan div.lead ul.point,
#plan div.lead ul.point li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#plan div.lead ul.point {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

#plan div.lead dl.point li {
  width: 100%;
  line-height: 1.6;
  padding-left: 1.25em;
  text-indent: -1.25em;
}

#plan div.lead dl.point li ~ li {
  margin-top: 0.25em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #plan div.lead {
    margin-bottom: 80px;
  }

  #plan div.lead .title {
    margin-bottom: 60px;
    letter-spacing: 3px;
    font-size: 30px;
  }

  #plan div.lead dl.point {
    padding-left: 6em;
    font-size: 1.125em;
    position: relative;
    z-index: 1;
  }

  #plan div.lead dl.point dt {
    padding: 3px 10px 5px;
    position: absolute;
    z-index: 1;
    top: 0.125em;
    left: 0;
  }

}

/** ***************************************************************************
 * 一覧
 */

#plan div.plan-list {
  margin-bottom: -60px;
  overflow: hidden;
}

#plan div.plan-list div.plan {
  margin-bottom: 60px;
}

#plan div.plan-list div.gallery div.image {
  border: 1px solid #ddd;
}

#plan div.plan-list div.gallery div.pager ul li.slick-active {
  border: 1px solid #000;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #plan div.plan-list {
    margin-bottom: -80px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }

  #plan div.plan-list div.plan {
    width: 47%;
    margin-bottom: 80px;
  }

}

/** ***************************************************************************
 * 部屋情報
 */

#plan div.content {
  margin-top: 10px;
}

/* キャッチコピー */
#plan div.content div.catchcopy {
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 700;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #plan div.content {
    margin-top: 20px;
  }

  #plan div.content div.catchcopy {
    font-size: 1.25em;
  }

}

/* プラン名 */
#plan div.content div.plan-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#plan div.content div.plan-title div.title {
  letter-spacing: 2px;
  font-size: 1.375em;
  font-weight: 500;
}

#plan div.content div.plan-title div.title em {
  letter-spacing: 0;
  line-height: 1;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 700;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #plan div.content div.plan-title div.title {
    font-size: 1.5em;
  }

  #plan div.content div.plan-title div.title em {
    font-size: 1.5em;
  }

  #plan div.content div.plan-title div.title img {
    max-height: none;
  }

}

/* 詳細を見る */
#plan div.content div.plan-title div.button {
  width: 8em;
  margin-left: 20px;
  line-height: 1;
}

#plan div.content div.plan-title div.button a {
  color: inherit;
  text-decoration: none;
  display: block;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #plan div.content div.plan-title div.button {
    width: auto;
  }

}

/* 間取り */
#plan div.content div.plan-madori {
  line-height: 1;
  font-weight: 500;
}

#plan div.content div.plan-madori em {
  font-style: normal;
  font-size: 1.5em;
  font-weight: 700;
}

/* 賃料など */
#plan div.content div.plan-info {
  margin-top: 15px;
}

#plan div.content div.plan-info .price {
  line-height: 1;
  font-size: 1.5em;
  font-weight: 500;
  font-style: normal;
}

#plan div.content div.plan-info b {
  line-height: 1;
  font-size: 1.25em;
  font-weight: 500;
  font-style: normal;
}

/* 注釈 */
#plan div.content div.plan-memo {
  margin-top: 15px;
  line-height: 1.5;
  font-size: 0.75em;
}

/** ***************************************************************************
 * ギャラリー
 * ************************************************************************* */

#gallery div.gallery {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#gallery div.gallery .title {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-size: 1.25em;
  font-weight: 500;
}

/* 注釈 */
#gallery div.memo {
  margin-top: 40px;
  line-height: 1.5;
  font-size: 0.75em;
}

/** ***************************************************************************
 * ビフォーアフター
 * ************************************************************************* */

#before-after div.before-after div.item {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

#before-after div.before-after div.item ~ div.item {
  margin-top: 40px;
}

#before-after div.before-after div.item div.title {
  font-weight: 500;
}

#before-after div.before-after div.item div.image {
  width: fit-content;
}

#before-after div.before-after div.item div.caption {
  text-align: right;
}

/* Before */
#before-after div.before-after div.item div.before {
  margin-top: 1.457%;
  padding-right: 21.59%;
}

#before-after div.before-after div.item div.before div.image {
  position: relative;
  z-index: 1;
}

#before-after div.before-after div.item div.before div.image::after {
  content: '';
  width: 8.405%;
  margin-top: -6.521%;
  padding-bottom: 9.565%;
  background: url("../../_image/ikegami/before-after-arrow.png") 0 0 / 100% 100% no-repeat;
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(100% + 3.623%);
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #before-after div.before-after div.item ~ div.item {
    margin-top: 100px;
  }

  /* Before */
  #before-after div.before-after div.item div.before {
    margin-top: 3.977%;
  }

}

/** ***************************************************************************
 * ロケーション
 * ************************************************************************* */

#location .catchcopy {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding-left: 15%;
  padding-right: 15%;
}

/** ***************************************************************************
 * 紹介文
 */

#location div.lead {
  margin-bottom: 40px;
}

#location div.lead .title {
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 20px;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #location div.lead {
    margin-bottom: 80px;
    text-align: center;
  }

  #location div.lead .title {
    margin-bottom: 60px;
    letter-spacing: 3px;
    font-size: 30px;
  }

}

/** ***************************************************************************
 * アクセス
 */

#location div.access div.duration {
  margin-top: 30px;
}

#location div.access div.duration div.title {
  margin-bottom: 15px;
  padding: 0.125em 1em;
  color: #fff;
  font-size: 1.125em;
  font-weight: 500;
  background-color: #5c4a43;
}

#location div.access div.duration div.item {
  margin-bottom: 0.75em;
}

#location div.access div.duration div.item em {
  line-height: 1;
  font-family: 'NotoSerifCJKjp', serif;
  font-size: 1.625em;
  font-style: normal;
  font-weight: 300;
}

#location div.access div.duration div.item .number {
  color: #be2720;
  font-size: 2em;
  font-weight: 500;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #location div.access {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }

  #location div.access div.map {
    width: 58%;
  }

  #location div.access div.duration {
    width: 40%;
    margin-top: 0;
    flex-shrink: 0;
  }

  #location div.access div.duration div.item em {
    font-size: 2em;
  }

  #location div.access div.duration div.item .number {
    font-size: 2.25em;
  }

}

/** ***************************************************************************
 * 周辺環境
 */

#location div.environment .column ~ .column {
  margin-top: 50px;
}

#location div.environment .column-title {
  margin-bottom: 20px;
  padding: 0.25em 0.75em;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.6;
  font-weight: 500;
  background-color: #5c4a43;
}

#location div.environment .column-title::after {
  content: attr(data-en);
  color: #cabcb2;
  margin-left: 1em;
  font-size: 0.875em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #location div.environment {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
  }

  #location div.environment .column ~ .column {
    margin-top: 80px;
  }

  #location div.environment .column-title {
    margin-bottom: 25px;
    padding: 1px 1px 1px 1em;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #location div.environment .column-title::after {
    padding: 0.25em 1em;
    color: #5c4a43;
    font-size: 1em;
    background-color: #cabcb2;
    flex-grow: 1;
  }

}

/** ===========================================================================
 * 周辺エリアマップ
 */

#location div.environment div.map {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/** ===========================================================================
 * ピックアップ
 */

#location div.environment div.pickup {
  width: 100%;
  overflow: hidden;
}

#location div.environment div.pickup ul.list,
#location div.environment div.pickup ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#location div.environment div.pickup ul.list {
  margin-bottom: -15px;
}

#location div.environment div.pickup ul.list li {
  margin-bottom: 35px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #location div.environment div.pickup ul.list {
    margin-bottom: -25px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }

  #location div.environment div.pickup ul.list li {
    width: calc(100% / 2 - 15px);
    margin-bottom: 25px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }

  #location div.environment div.pickup ul.list li:last-child:nth-of-type(2n+1) {
    margin-left: calc((100% - calc(100% / 2) * 2) / 2);
    margin-right: auto;
  }

}

/**
 * 内容
 */

#location div.environment div.pickup ul.list div.content {
  width: 69%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

#location div.environment div.pickup ul.list div.content div.title {
  margin-bottom: 0.25em;
  color: #cb321e;
  line-height: 1.4;
  font-weight: 500;
}

#location div.environment div.pickup ul.list div.content div.text {
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: 0.875em;
}

#location div.environment div.pickup ul.list div.content div.time {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  padding: 0.125em 0.5em 0.25em;
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 0.75em;
  text-align: right;
  background-color: #eee;
  position: absolute;
  top: 100%;
  left: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #location div.environment div.pickup ul.list div.content div.title {
    font-size: 1.125em;
  }

  #location div.environment div.pickup ul.list div.content div.time {
    margin-top: auto;
    margin-bottom: 0;
    position: static;
  }

}

/**
 * 画像
 */

#location div.environment div.pickup ul.list div.image {
  width: 30%;
}

/** ===========================================================================
 * ライフインフォメーション
 */

#location div.environment div.lifeinfo {
  width: 100%;
}

#location div.environment div.lifeinfo .column-title {
  margin-bottom: 5px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #location div.environment div.lifeinfo div.facility {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }

  #location div.environment div.lifeinfo div.facility div.item {
    width: 48%;
  }

}

/**
 * 施設一覧
 */

#location div.environment div.lifeinfo div.facility ul.list,
#location div.environment div.lifeinfo div.facility ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#location div.environment div.lifeinfo div.facility ul.list li {
  padding: 0.5em 0;
  border-bottom: 1px dotted #999;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#location div.environment div.lifeinfo div.facility ul.list li div.number {
  line-height: 1;
  font-size: 1.25em;
}

#location div.environment div.lifeinfo div.facility ul.list li div.name {
  padding: 0  0 0 0.75em;
  line-height: 1.4;
  flex-grow: 1;
}

#location div.environment div.lifeinfo div.facility ul.list li div.name small {
  letter-spacing: 1px;
  line-height: 1.4;
  font-size: 0.625em;
  font-style: normal;
  display: block;
}

#location div.environment div.lifeinfo div.facility ul.list li div.time {
  width: 100%;
  margin-top: 0.5em;
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 0.875em;
  text-align: right;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #location div.environment div.lifeinfo div.facility ul.list li {
    padding: 0.75em 0;
    flex-wrap: nowrap;
  }

  #location div.environment div.lifeinfo div.facility ul.list li div.name {
    padding: 0 0.75em;
  }

  #location div.environment div.lifeinfo div.facility ul.list li div.time {
    width: auto;
    margin-top: 0;
    flex-shrink: 0;
    align-self: flex-end;
  }

}

/** ***************************************************************************
 * 「のくらし」
 */

#location div.nokurashi {
  width: fit-content;
  margin-top: 60px !important;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #location div.nokurashi {
    margin-top: 80px !important;
    text-align: center;
  }

}

/** ***************************************************************************
 * 注釈
 */

#location div.memo {
  font-size: 0.625em;
}

/** ***************************************************************************
 * マップ
 * ************************************************************************* */

#map div.map {
  padding-bottom: 100%;
  position: relative;
  z-index: 1;
}

#map div.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#map div.map iframe * {
  max-width: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #map div.map {
    padding-bottom: 50%;
  }

}

/** ***************************************************************************
 * 概要
 * ************************************************************************* */

#outline div.body {
  max-width: 860px;
}

/** ***************************************************************************
 * ハンバーガーメニュー
 * ************************************************************************* */

#menu .menu-title {
  padding-top: 15px;
  padding-bottom: 10px;
  letter-spacing: 2px;
  line-height: 1;
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
}

#menu div.drawer-trigger {
  cursor: pointer;
  top: 4px;
}

#menu div.list li {
  font-size: 1.125em;
}

#menu div.list li.text {
  padding: 20px 15px;
  font-size: 11px;
}

#menu ul.list li a br {
  display: inline;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #menu {
    width: 400px;
    display: block;
    transition: right 0.3s ease-in-out 0.2s;
    right: -400px;
  }

  body.menu-active
  #menu {
    right: 0;
    transition: right 0.3s ease-in-out 0.0s;
  }

  #menu::after {
    width: 0;
    right: 400px;
    transition:
      width 0.3s ease-in-out 0.0s,
      visibility 0.3s ease-in-out 0.0s,
      opacity 0.3s ease-in-out 0.0s,
      right 0.3s ease-in-out 0.0s;
  }

  body.menu-active
  #menu::after {
    width: calc(100vw - 400px);
    transition:
      width 0.3s ease-in-out 0.2s,
      visibility 0.3s ease-in-out 0.2s,
      opacity 0.3s ease-in-out 0.2s,
      right 0.3s ease-in-out 0.2s;
  }

  #menu div.drawer-trigger {
    display: block;
    top: 15px;
  }

  #menu div.list li.text {
    font-size: 10px;
  }

}

/** ***************************************************************************
 * フッター
 * ************************************************************************* */

#footer {
  padding-top: 0;
}

#footer-nav {
  padding: 10px 15px;
}

#footer div.pagetop {
  bottom: 80px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  body.scroll-active
  #footer {
    padding-left: 0;
  }

  #footer div.pagetop {
    bottom: 30px;
  }

}
