@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

/** ***************************************************************************
 * セクショニング
 */

#main .column ~ .column {
  margin-top: 40px;
}

/** ***************************************************************************
 * ビジュアル
 * ************************************************************************* */

#visual {
  background-color: #ebebeb;
  overflow: hidden;
}

/** ***************************************************************************
 * スライダー
 */

#visual div.image {
  display: flex;
  transform: translate3d(0, 0, 0);
}

#visual div.carousel {
  max-width: none;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#visual div.carousel-cell {
  width: 100%;
  overflow: hidden;
}

#visual div.carousel-cell img {
  width: 100%;
  display: block;
}

#visual div.carousel-cell .caption {
  padding-left: 1em;
  padding-right: 1em;
}

#visual div.main-carousel {
  width: 100%;
  flex-shrink: 0;
}

#visual div.sub-carousel {
  width: 74%;
  margin: 2%;
  flex-shrink: 0;
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #visual div.main-carousel {
    width: 80%;
  }

  #visual div.sub-carousel {
    display: block;
  }

}

/** ***************************************************************************
 * ページャー
 */

#visual ul.pager,
#visual ul.pager li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#visual ul.pager {
  margin-top: 1.36%;
  align-items: center;
  justify-content: center;
  display: flex;
}

#visual ul.pager li {
  width: 12.285%;
  margin: 2%;
  padding-bottom: 2%;
  cursor: pointer;
  border-radius: 100px;
  background-color: #dbdbdb;
}

#visual ul.pager li.active {
  background-color: #acacac;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #visual ul.pager {
    margin-top: 0.84%;
    display: flex;
  }

  #visual ul.pager li {
    width: 4.17%;
    margin: 0.84%;
    padding-bottom: 0.84%;
  }

}

/** ***************************************************************************
 * 紹介文
 * ************************************************************************* */

#lead {
  padding-top: 20px;
  background-color: #ebebeb;
  position: relative;
}

#lead div.body {
  max-width: none;
  padding: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #lead {
    padding-top: 40px;
  }

}

/** ***************************************************************************
 * 内容
 */

#lead div.content {
  padding: 2em;
  line-height: 2;
  text-align: center;
  position: relative;
  z-index: 0;
}

#lead div.content::after {
  content: '';
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#lead div.content .catchcopy {
  margin-bottom: 1em;
  line-height: 1.4;
  font-size: 1.25em;
  font-weight: 700;
}

#lead div.content strong {
  font-size: 1.25em;
  font-weight: 500;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #lead div.content {
    width: 830px;
    margin-left: auto;
    margin-right: auto;
    padding: 2em 3em;
    letter-spacing: 2px;
    line-height: 2.5;
    display: table;
  }

  #lead div.content::after {
    left: 1em;
    right: 1em;
  }

  #lead div.content .catchcopy {
    font-size: 1.75em;
  }

}

/** ***************************************************************************
 * 画像
 */

#lead div.image img {
  width: 100%;
}

#lead div.image .caption {
  position: absolute;
  top: 100%;
  right: 10px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #lead div.image {
    margin-top: -7.5%;
  }

}

/** ***************************************************************************
 * インフォメーション
 * ************************************************************************* */

#info {
  padding: 50px 0 40px;
  background-color: #ccd7dd;
}

#info div.body {
  max-width: 650px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #info {
    padding: 60px 0;
  }

}

/** ***************************************************************************
 * インフォメーション一覧
 */

#info div.list {
  padding: 2em 0 3em;
  border-radius: 16px;
  background-color: #fff;
}

/** ===========================================================================
 * タイトル
 */

#info div.list .section-title {
  margin-bottom: 30px;
  text-align: center;
}

/** ===========================================================================
 * 一覧
 */

#info div.list ul.list,
#info div.list ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#info div.list ul.list {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

#info div.list ul.list li a {
  color: inherit;
}

#info div.list ul.list li a[href]:hover {
  text-decoration: underline;
}

/** ***************************************************************************
 * 初回入居特典
 */

#info div.contents-1 {
  padding: 1.5em;
  color: #fff;
  background-color: #568f98;
}

#info div.contents-1 .title {
  margin-bottom: 0.5em;
  text-align: center;
}

#info div.contents-1 div.content {
  text-align: center;
}

#info div.contents-1 div.content strong {
  font-size: 1.25em;
}

#info div.contents-1 div.content img {
  margin-top: 1.5em;
}

#info div.contents-1 .memo {
  font-size: 0.714em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #info div.contents-1 {
    padding: 2em;
  }

}

/** ***************************************************************************
 * バナー等
 */

#info div.contents-2 div.banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#info div.contents-2 div.banner div.item {
  margin: 10px;
}

#info div.contents-2 div.banner div.item a[href] {
  text-decoration: none;
  display: block;
}

/** ***************************************************************************
 * コンテンツ
 * ************************************************************************* */

#contents {
  margin-top: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #contents {
    margin-top: 45px;
  }

}

/** ***************************************************************************
 * コンテンツ共用
 */

#contents .contents-item {
  padding: 0 0 40px;
}

#contents .contents-item div.body {
  max-width: none;
  padding: 0;
}

#contents .contents-item div.contents {
  display: flex;
  flex-direction: column;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #contents .contents-item {
    padding: 45px 0;
  }

  #contents .contents-item div.contents {
    flex-direction: row;
    justify-content: space-between;
  }

}

/** ===========================================================================
 * 内容
 */

#contents .contents-item div.content {
  width: 100%;
  padding: 1.5em;
  line-height: 2;
  order: 2;
}

#contents .contents-item div.content strong {
  font-size: 1.125em;
  font-weight: 700;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #contents .contents-item div.content {
    width: 50%;
    max-width: 550px;
    margin-left: 0;
    margin-right: auto;
    padding: 5% 15px 5% 7.5%;
    line-height: 2.5;
  }

  #contents .contents-item:nth-of-type(odd) div.content {
    margin-left: auto;
    margin-right: 0;
    padding: 5% 7.5% 5% 15px;
    order: 0;
  }

  #contents .contents-item div.content div.text {
    padding: 2.5em;
  }

}

/** ---------------------------------------------------------------------------
 * タイトル
 */

#contents .contents-item div.content .contents-title {
  margin-bottom: 1.5em;
  display: flex;
  align-items: center;
}

#contents .contents-item div.content .contents-title::before {
  content: '';
  width: 3em;
  margin-right: 1em;
  border: 3px solid #000;
}

#contents .contents-item div.content .contents-title img {
  width: auto;
  height: 24px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #contents .contents-item div.content .contents-title::before {
    width: 7em;
    border: 4px solid #000;
  }

  #contents .contents-item div.content .contents-title img {
    height: 30px;
  }

}

/** ---------------------------------------------------------------------------
 * キャチコピー
 */

#contents .contents-item div.content .catchcopy {
  line-height: 1.5;
  font-size: 1.25em;
  font-weight: 700;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #contents .contents-item div.content .catchcopy {
    font-size: 1.625em;
  }

}

/** ---------------------------------------------------------------------------
 * more ボタン
 */

#contents .contents-item div.content .button {
  margin-top: 2em;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #contents .contents-item div.content .button {
    text-align: left;
  }

}

/** ===========================================================================
 * 画像
 */

#contents .contents-item div.image {
  width: 100%;
  padding-top: 60vw;
  overflow: hidden;
  position: relative;
  text-align: right;
}

#contents .contents-item div.image img {
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
}

#contents .contents-item div.image .caption {
  margin: 5px;
  padding: 0.25em 1em;
  color: #fff;
  background-color: #000;
  display: inline-block;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #contents .contents-item div.image {
    width: 50%;
    max-width: none;
    padding-top: 0;
  }

  #contents .contents-item div.image img {
    width: 100%;
    -webkit-transform: none;
            transform: none;
    position: static;
  }

  #contents .contents-item div.image .caption {
    margin: 5px 0;
    padding: 0 10px;
    color: inherit;
    background-color: transparent;
    display: block;
  }

  #contents .contents-item:nth-of-type(even) div.image {
    text-align: left;
  }

}

/** ***************************************************************************
 * こだわりの設備・仕様
 * ************************************************************************* */

#spec {
}

#spec div.contents {
  padding: 1em;
  border: 1px solid #ddd;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #spec div.contents {
    padding: 30px;
  }

}

/* -------------------------------------------------------------------------------------------------
   * タイトル
/* ---------------------------------------------------------------------------------------------- */

#spec div.contents .contents-title {
  margin-bottom: 20px;
  letter-spacing: 1px;
  line-height: 1.3;
  font-family: 'NotoSerifCJKjp', serif;
  font-size: 1.125em;
  text-align: center;
}

#spec div.contents .contents-title::before {
  content: '★ ★ ★';
  margin-bottom: 10px;
  color: #999;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  display: block;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #spec div.contents .contents-title {
    margin-bottom: 30px;
  }

}

/* -------------------------------------------------------------------------------------------------
   * 一覧
/* ---------------------------------------------------------------------------------------------- */

#spec div.contents div.spec ul.list,
#spec div.contents div.spec ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#spec div.contents div.spec ul.list {
  max-width: none;
  margin: 0 -5px -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
}

#spec div.contents div.spec ul.list li {
  width: calc(50% - 10px);
  margin: 0 5px 10px;
  padding: 6px;
  text-align: center;
  border: 1px solid #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#spec div.contents div.spec ul.list li small {
  font-size: 0.75em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #spec div.contents div.spec ul.list {
    margin: 0 -10px -15px;
  }

  #spec div.contents div.spec ul.list li {
    width: auto;
    min-width: 12em;
    margin-bottom: 15px;
    padding: 3px 20px;
  }

  #spec div.contents div.spec ul.list li::after {
    right: 10px;
    left: 10px;
  }

}

/** ***************************************************************************
 * アクセス
 * ************************************************************************* */

#contents #access div.body {
  max-width: 1130px;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

#contents #access div.content {
  padding-left: 0;
  padding-right: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #contents #access div.body {
    padding-left: 15px;
    padding-right: 15px;
  }

  #contents #access div.content {
    padding-left: 7.5%;
    padding-right: 0;
  }

}

/** ***************************************************************************
 * 妙蓮寺駅からの所要時間
 */

/** ===========================================================================
 * タイトル
 */

#contents #access-time .column-title {
  margin-bottom: 1em;
  line-height: 1.4;
  font-size: 1.25em;
  font-weight: 700;
}

#contents #access-time .column-title small {
  font-size: 0.875em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #contents #access-time .column-title {
    font-size: 1.625em;
  }

}

/** ===========================================================================
 * 所要時間一覧
 */

#contents #access-time ul.list,
#contents #access-time ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#contents #access-time ul.list {
  max-width: none;
  margin: auto -5px -10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#contents #access-time ul.list li {
  width: 50%;
  margin-bottom: 10px;
  padding: 0 5px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #contents #access-time ul.list {
    margin: auto -1.82% 0;
  }

  #contents #access-time ul.list li {
    width: 33.33%;
    margin-bottom: 3.5%;
    padding: 0 1.75%;
  }

}

/** ***************************************************************************
 * アクセスマップ
 * ************************************************************************* */

#map {
  padding: 0 0 30px;
}

#map div.body {
  max-width: 950px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #map {
    padding: 50px 0 90px;
  }

}

/** ***************************************************************************
 * タイトル
 */

#map .section-title {
  margin-bottom: 1.5em;
  text-align: center;
}

/** ***************************************************************************
 * マップ
 */

#map div.map {
  max-width: none;
  margin-left: -15px;
  margin-right: -15px;
}

#map-object {
  padding-bottom: 100%;
  position: relative;
}

#map-object * {
  max-width: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #map div.map {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  #map-object {
    padding-bottom: 60%;
  }

}

/** ***************************************************************************
 * 所在地
 */

#map div.address {
  text-align: center;
  position: relative;
  top: -1.5em;
}

#map div.address a {
  color: #00aaee;
  letter-spacing: 1px;
  text-decoration: none;
}

#map div.address a:hover {
  text-decoration: underline;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #map div.address {
    position: static;
  }

}

/** ***************************************************************************
 * バナー
 * ************************************************************************* */

#banner {
  margin-bottom: -15px;
  padding: 0 0 30px;
  overflow: hidden;
}

#banner div.body div.item {
  margin-bottom: 15px;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #banner {
    margin-bottom: -20px;
    padding: 0 0 90px;
  }

  #banner div.body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  #banner div.body div.item {
    width: 50%;
    max-width: 340px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

}
