@charset "UTF-8";

/* 下層ページ共通部分 */
.container.under_page {
  line-height: 1.5;
  letter-spacing: 0.16em;
  padding-top: 118px;
}

ul.att {
  margin: 0 auto;
}

.sub_ttl {
  font-size: 26px;
  text-align: center;
}

.ttl_txt {
  font-size: 18px;
  text-align: center;
}

.txt {
  font-size: 18px;
  text-align: center;
}

.normal_txt {
  font-size: 16px;
  text-align: center;
}

.page_txt {
  font-size: 14px;
  text-align: center;
}

.page_ttl {
  /* background-image: url(../img/copy_img.jpg); */
  background: #000;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 15%;
  position: relative;
}
.page_ttl h2 {
  font-size: 30px;
  letter-spacing: 0.2em;
  color: #eae4d1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page_ttl h2 span {
  display: block;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-align: center;
}

figure {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .container.under_page {
    padding-top: 158px;
  }
}

@media only screen and (max-width: 767px) {
  .container.under_page {
    padding-top: 0;
  }

  .page_ttl {
    background-position: center right;
    padding: 18% 0;
  }

  .page_ttl h2 {
    font-size: 24px;
  }

  .page_ttl h2 span {
    font-size: 13px;
  }

  .sub_ttl {
    font-size: 20px;
  }

  .txt {
    font-size: 14px;
  }

  .ttl_txt {
    font-size: 16px;
  }
}

/* 下層ページ共通部分ここまで */
.w_100 {
  width: 100%;
}

#design .txt {
  line-height: 2;
}

.item_txt {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.en_txt {
  display: block;
  font-size: 24px;
  text-align: left;
}

.copy_area {
  text-align: center;
}

.design_copy {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  padding: 70px;
}
.design_copy p {
  text-align: left;
}
.landscape {
  background: #f6f5f0;
  padding: 70px 0 140px 0;
}
.design02 {
  margin-top: 40px;
}

.design_Box01 {
  margin-top: 100px;
}

.design_Box02 {
  margin-top: 100px;
}

.design_2column {
  flex-wrap: wrap;
  margin-top: 30px;
}

.design_2column li {
  width: calc((100% - 60px) / 2);
  margin-right: 60px;
}

.design_2column li:nth-of-type(2n) {
  margin-right: 0;
}

/* .design_4column {
  flex-wrap: wrap;
  margin-top: 30px;
}

.design_4column li {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}

.design_4column li:nth-of-type(4n) {
  margin-right: 0;
} */

.entrance01 .en_txt,
.entrance02 .en_txt {
  text-align: center;
}

.txt_Area {
  color: #fff;
  background: #37302e;
  padding: 60px 0;
}

.line {
  width: 100px;
  height: 5px;
  /* background-image: -moz-linear-gradient(0deg, rgb(84, 193, 224) 0%, rgb(0, 103, 164) 100%); */
  background-image: -webkit-linear-gradient(0deg, rgb(84, 193, 224) 0%, rgb(0, 103, 164) 100%);
  /* background-image: -ms-linear-gradient(0deg, rgb(84, 193, 224) 0%, rgb(0, 103, 164) 100%); */
  margin: 20px auto;
}

.view_over {
  padding: 100px 0;
}

.design14 {
  margin-top: 30px;
}

.other_2column {
  flex-wrap: wrap;
  margin-top: 60px;
}

.other_2column .normal_txt,
.other_2column .item_txt {
  text-align: left;
}

.other_2column .normal_txt {
  margin-top: 10px;
}

.other_2column li {
  width: calc((100% - 60px) / 2);
  max-width: 470px;
  margin-right: 60px;
}

.other_2column li:nth-of-type(2) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .en_txt {
    font-size: 18px;
  }
  .design_copy {
    padding: 40px 0;
  }
  .landscape {
    padding: 40px 0 100px 0;
  }
  .design02 {
    margin-top: 20px;
  }
  .design_Box01 {
    margin-top: 60px;
  }
  .design_2column {
    margin-top: 15px;
  }
  .design_2column li {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
  }
  .design_2column li:nth-of-type(2n) {
    margin: 0 auto;
  }
  .design_2column li:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .design_Box02 {
    top: 60px;
  }
  /* .design_4column {
    margin-top: 15px;
  }
  .design_4column li {
    width: 48%;
    max-width: 100%;
    margin-right: 4%;
  }
  .design_4column li:nth-of-type(2) {
    margin-right: 0;
  }
  .design_4column li:nth-of-type(n + 3) {
    margin-top: 30px;
  } */
  .txt_Area {
    padding: 30px 0;
  }
  .view_over {
    padding: 30px 0;
  }
  .other_2column li {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .other_2column li:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .js-scrollable {
    overflow-y: hidden!important;
  }
  .js-scrollable img {
    width: 1000px;
    height: auto;
  }
}

/* CG非表示によるレイアウト調整20230623追加 */
.view_over {
  padding: 0 0 100px 0;
}

@media only screen and (max-width: 767px) {
  .landscape {
    padding: 40px 0 50px 0;
  }
  .view_over {
    padding: 0 0 50px 0;
  }
}

/* ご購入様の声 */
.abs_on {
  position: absolute;
  top: 118px;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .abs_on {
    position: absolute;
    top: 158px;
    left: 0;
  }
}

section.map {
  background-image: url(../img/bg_map.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.map img.title {
  width: 100%;
  max-width: 550px;
}




@media only screen and (max-width: 767px) {
  section.img_purple {
    background-color: #B4B9E7;
    background-repeat: no-repeat;
    background-position: center;
  }

  section.img_purple .bg2_sp {
    background-image: url(../img/bg_map_2_sp.jpg);
    background-repeat: repeat-x;
    background-size: 100% auto;
  }

  section.event {
    background-image: url(../img/bg_event.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 60% auto;
  }
  .event-card {
    text-align: left;
    line-height: 1.6; /* テキストの行間を調整 */
    max-width: 300px; /* カードの最大幅を設定 */
    margin: 1rem auto; /* カードを中央揃え */
    padding-left: 35px;
  }
  .event-title {
    font-size: 1.0rem; /* タイトルの文字サイズ */
    font-weight: bold; /* タイトルを太字に */
    color: #004080; /* タイトルの色 */
    margin: 0; /* 余白を削除 */
    padding-bottom: 0.5rem; /* 下部の余白を追加 */
  }
  
}
@media only screen and (min-width: 768px) {
  section.img_purple {
    background-color: #B4B9E7;
    background-image: url(../img/bg_illust_purple.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  section.img_purple .bg2 {
    background-image: url(../img/bg_map_2.jpg);
    background-repeat: repeat-x;
    background-size: 100% auto;
  }

  section.event {
    background-image: url(../img/bg_event.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 40% auto;
  }
  .event-card {
    text-align: left;
    line-height: 1.6; /* テキストの行間を調整 */
    max-width: 300px; /* カードの最大幅を設定 */
    margin: 1rem auto; /* カードを中央揃え */
    padding-left: 55px;
  }
  .event-title {
    font-size: 1.2rem; /* タイトルの文字サイズ */
    font-weight: bold; /* タイトルを太字に */
    color: #004080; /* タイトルの色 */
    margin: 0; /* 余白を削除 */
    padding-bottom: 0.5rem; /* 下部の余白を追加 */
  }
  
}


.pattern-1 {
  display: grid;
  gap: 1rem; /* 各要素間の余白 */

  /* PC用の1行4列 */
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 768px) {
  .pattern-1 {
    /* SP用の2行2列 */
    grid-template-columns: repeat(2, 1fr);
  }
}
.pattern-2 {
  display: grid;
  gap: 1rem; /* 各要素間の余白 */

  /* PC用の2行3列 */
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .pattern-2 {
    /* SP用の3行2列 */
    grid-template-columns: repeat(2, 1fr);
  }
}



.event-divider {
  border: none; /* デフォルトの線を削除 */
  border-top: 1px solid #d1d1d1; /* カスタムの線を追加 */
  margin: 0; /* 線の上下余白を調整 */
}

.event-description {
  font-size: 0.9rem; /* 説明文の文字サイズ */
  color: #333; /* 説明文の色 */
  margin-top: 1rem; /* 上部に少し余白を追加 */
  line-height: 1.8; /* 行間を少し広めに */
}
