@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Carattere&family=Tangerine:wght@400;700&family=Whisper&display=swap");

/* CSS Information========

Table of Contents:
 * info
 
========================== */

/* =======================
	　とび先リンク配置
========================== */
body {
  font-size: 1.4rem;
  word-break: keep-all;
}
@media screen and (min-width: 1024px) {
  .view_tab-sp {
    display: none;
  }
}

.min {
  font-family: "Noto Serif JP", serif;
}
.link {
  margin-top: -62px;
  padding-top: 62px;
  display: block;
}
.mainvisual_ttl {
  font-size: clamp(1.8rem, 6vw, 2.8rem);
  letter-spacing: 0;
}
.con_main_box {
  margin: 40px auto 0;
}
.con_main_box h2 span {
  position: absolute;
  font-family: "Whisper", cursive;
  transform: rotate(-18deg);
  top: -68px;
  left: -34px;
  font-size: 83px;
  color: rgba(199, 168, 87, 0.2);
  font-style: italic;
}
.con_main_box h2 {
  text-align: center;
  width: 100%;
  position: relative;
  padding-top: 10px;
  font-size: clamp(1.9rem, 6vw, 2.8rem);
  line-height: 1.5;
}
.con_main_box h3 {
  width: 100%;
  margin-block: 24px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
}
.con_main_box h3 span {
  font-size: 80%;
}
.route_btn {
  border: 1px solid #999;
  max-width: 500px;
  margin: 50px auto 0;
}
.route_btn .logo_expo {
  max-width: 450px;
  margin: auto;
  display: block;
  width: 100%;
}
.route_btn .btn {
  width: 92%;
  max-width: 420px;
  margin: 0px auto 25px;
}
.route_btn .btn a {
  padding: 9px 14px;
  box-sizing: border-box;
}
.route_btn .btn a img {
  width: 12px;
  height: auto;
  padding: 0 0 4px 4px;
}
.con_reason {
  margin-top: 80px;
}
.reason_box h3 {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
}
.reason_box h3::before,
.reason_box h3::after {
  content: "";
  width: 15%;
  height: 1px;
  background-color: #c7a957;
}
.reason_box h3::before {
  margin-right: 8px;
}
.reason_box h3::after {
  margin-left: 8px;
}
.con_main_box p {
  margin-bottom: 15px;
}
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 48;
}
.con_main_box .con_recommend ul li:before {
  font-family: "Material Symbols Outlined";
  content: "\f1fe";
  font-size: 20px;
  font-weight: 200;
  padding-right: 10px;
  padding-bottom: 5px;
  display: inline-block;
}
.con_main_box .con_recommend ul li {
  padding-left: 30px;
  text-indent: -16px;
  vertical-align: middle;
  line-height: 1.1;
  padding-bottom: 10px;
}
.con_main_box .con_reason .reason_box {
  margin: 30px auto 40px;
}
.con_main_box .con_reason h4 {
  position: relative;
  padding-left: 63px;
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 10px;
  margin: 25px auto 15px;
}
.con_main_box .con_reason h4::before {
  content: attr(data-number);
  position: absolute;
  top: 57%;
  left: 0;
  transform: translateY(-50%);
  color: rgba(199, 169, 87, 0.5);
  font-size: 58px;
  font-family: "Carattere", cursive;
}
#container {
  margin-bottom: 0;
  padding: 0 0 20px;
  max-width: 850px;
}
.tb_on {
  display: none;
}
.intro_copy {
  line-height: 2;
  margin-top: 50px;
}
.item_header {
  color: #fff;
  background: #000;
  text-align: center;
  margin-bottom: 0;
  padding: 1.2rem;
}
.route_list_item + .route_list_item {
  margin-top: 16px;
}
.route_list_item .accordion_js-content_inner {
  padding: 0;
}
.route_list_item .accordion_js-icon {
  width: 17px;
  right: 12px;
}
.route_list_item .accordion_js-icon::before,
.route_list_item .accordion_js-icon::after {
  width: 10px;
  background-color: #fff;
}
.route_list_item .route_list_detail {
  width: 100%;
}
.route_list_detail li:nth-child(2n) {
  width: 90%;
  margin-inline: auto;
  text-align: left;
  border-left: 1px solid #333;
  padding: 1.6rem;
  box-sizing: border-box;
  line-height: 1.25;
}
.route_list_detail li:nth-child(2n + 1) {
  background: #ededed;
  text-align: center;
  padding: 15px;
}
.route_list_detail li:first-child {
  background-color: #000;
  color: #fff;
}
.route_list_detail li:last-child {
  background-color: #0068b7;
  color: #fff;
}
.route_item + .route_item {
  margin-top: 50px;
}
.w_br {
  word-break: keep-all;
  overflow-wrap: break-word;
}
/*　タブレット用　*/
@media screen and (min-width: 768px) {
  /* =======================
      .Contents
  ========================== */
  .tb_none {
    display: none;
  }
  .tb_on {
    display: block;
  }
  .page_image {
    position: relative;
  }
  .intro_copy {
    text-align: center;
    line-height: 2;
  }
  .route_item {
    margin-top: 20px;
  }
  .route_item + .route_item {
    margin-top: 10px;
  }
  .route_item dl dt {
    font-weight: bold;
  }
  .con_main_box h3 {
    margin: 0;
    gap: 10px;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 1.5;
    flex-direction: column;
  }
  .con_main_box .con_reason .reason_box {
    margin: 30px auto 40px;
    display: grid;
    grid-template-columns: 54% 1fr;
    gap: 18px 25px;
    grid-auto-rows: auto 1fr;
  }
  .reason_box img {
    grid-area: 1 / 1 / 3 / 2;
  }
  .reason_box p {
    text-align: left;
    grid-area: 2 / 2 / 3 / 3;
  }
  .reason_box h3::before {
    content: none;
  }
  .reason_box h3::after {
    margin-left: 0;
    width: 100%;
  }
  .route_btn .btn {
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 1024px) {
  .mainvisual_ttl {
    font-size: clamp(1.8rem, 4vw, 4.2rem);
    letter-spacing: 0;
  }
  .con_main_box .con_reason .reason_box {
    grid-template-columns: 1fr 350px;
  }
  .con_main_box h3 {
    font-size: 2.1rem;
    padding-top: 4px;
  }
}
