@media screen and (max-width: 828px) {
  .commonWidth-sp {
    width: 88.4057971014%;
    margin-right: auto;
    margin-left: auto;
  }
}

/**
 * Fonts
 */
/*
$fonts: (
  Minamoto : 'source-han-sans-japanese, sans-serif', // 700 -> bold, 500 -> Medium, 400 -> Regular
  Niveau   : 'niveau-grotesk, sans-serif', // 700 -> bold, 500 -> Medium, 400 -> Regular
  Roboto   : 'roboto, sans-serif', // 700 -> bold, 500 -> Medium, 400 -> Regular
  Mincho   : 'source-han-serif-japanese, serif',
  Expo     : 'expo-serif-pro, serif', // 300 -> light,
  Futura   : 'futura-pt, sans-serif', // 300 -> light,
  NotoSans: 'noto-sans, sans-serif', // 100 -> thin, 400 -> Regular, 700 -> Bold
  TBNPMincho: 'tbnpmincho-std, serif', // 300 -> Regular
);

@mixin get_webfont( $font, $weight, $style: normal ) {
  $fonts: (
  Minamoto : 'source-han-sans-japanese, sans-serif', // 700 -> bold, 500 -> Medium, 400 -> Regular
  Niveau   : 'niveau-grotesk, sans-serif', // 700 -> bold, 500 -> Medium, 400 -> Regular
  Roboto   : 'roboto, sans-serif', // 700 -> bold, 500 -> Medium, 400 -> Regular
  Mincho   : 'source-han-serif-japanese, serif',
  Expo     : 'expo-serif-pro, serif', // 300 -> light,
  Futura   : 'futura-pt, sans-serif', // 300 -> light,
  NotoSans: 'noto-sans, sans-serif', // 100 -> thin, 400 -> Regular, 700 -> Bold
  TBNPMincho: 'tbnpmincho-std, serif', // 300 -> Regular
  );

  font-family: unquote( map-get( $fonts, $font ) );
  font-weight: $weight;
  font-style: $style;
  @content;
}
*/
.spotGuideArchive .mainContent,
.spotGuideSingle .mainContent {
  padding-top: 96px;
}
@media screen and (max-width: 1366px) {
  .spotGuideArchive .mainContent,
  .spotGuideSingle .mainContent {
    padding-top: 7.027818448vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive .mainContent,
  .spotGuideSingle .mainContent {
    padding-top: 19.3236714976vw;
  }
}
.spotGuideArchive .spotGuideList,
.spotGuideSingle .spotGuideList {
  display: flex;
  flex-wrap: wrap;
  margin: -40px 0 0 -20px;
}
@media screen and (max-width: 1366px) {
  .spotGuideArchive .spotGuideList,
  .spotGuideSingle .spotGuideList {
    margin: -2.9282576867vw 0 0 -1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive .spotGuideList,
  .spotGuideSingle .spotGuideList {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.spotGuideArchive .spotGuideList_item,
.spotGuideSingle .spotGuideList_item {
  width: 225px;
  margin: 40px 0 0 20px;
}
@media screen and (max-width: 1366px) {
  .spotGuideArchive .spotGuideList_item,
  .spotGuideSingle .spotGuideList_item {
    width: 16.4714494876vw;
    margin: 2.9282576867vw 0 0 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive .spotGuideList_item,
  .spotGuideSingle .spotGuideList_item {
    width: 100%;
    margin: 0;
  }
  .spotGuideArchive .spotGuideList_item:not(:first-child),
  .spotGuideSingle .spotGuideList_item:not(:first-child) {
    margin-top: 9.6618357488vw;
  }
}
.spotGuideArchive .spotGuideList_image,
.spotGuideSingle .spotGuideList_image {
  width: 220px;
  height: 147px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 1366px) {
  .spotGuideArchive .spotGuideList_image,
  .spotGuideSingle .spotGuideList_image {
    width: 16.1054172767vw;
    height: 10.7613469985vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive .spotGuideList_image,
  .spotGuideSingle .spotGuideList_image {
    width: 100%;
    height: 57.9710144928vw;
  }
}
.spotGuideArchive .spotGuideList_body,
.spotGuideSingle .spotGuideList_body {
  display: flex;
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  .spotGuideArchive .spotGuideList_body,
  .spotGuideSingle .spotGuideList_body {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive .spotGuideList_body,
  .spotGuideSingle .spotGuideList_body {
    margin-top: 3.8647342995vw;
  }
}
.spotGuideArchive .spotGuideList_num,
.spotGuideSingle .spotGuideList_num {
  background: #000;
  width: 26px;
  min-width: 26px;
  height: 26px;
  min-height: 26px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .spotGuideArchive .spotGuideList_num,
  .spotGuideSingle .spotGuideList_num {
    width: 1.9033674963vw;
    min-width: 1.9033674963vw;
    height: 1.9033674963vw;
    min-height: 1.9033674963vw;
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive .spotGuideList_num,
  .spotGuideSingle .spotGuideList_num {
    width: 8.6956521739vw;
    min-width: 8.6956521739vw;
    height: 8.6956521739vw;
    min-height: 8.6956521739vw;
    font-size: 3.8647342995vw;
  }
}
.spotGuideArchive .spotGuideListn-_title,
.spotGuideSingle .spotGuideListn-_title {
  margileft: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1366px) {
  .spotGuideArchive .spotGuideListn-_title,
  .spotGuideSingle .spotGuideListn-_title {
    margin-left: 0.5856515373vw;
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive .spotGuideListn-_title,
  .spotGuideSingle .spotGuideListn-_title {
    margin-left: 1.9323671498vw;
    font-size: 4.8309178744vw;
    line-height: 1.4;
    top: 1.4492753623vw;
  }
}
.spotGuideArchive .pageTitle.commonTitle-section,
.spotGuideSingle .pageTitle.commonTitle-section {
  display: block;
  line-height: 0.8;
  font-size: 18rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1366px) {
  .spotGuideArchive .pageTitle.commonTitle-section,
  .spotGuideSingle .pageTitle.commonTitle-section {
    font-size: 13.17715959vw;
  }
}
.spotGuideArchive_mainTitle {
  font-size: clamp(3rem, 2.763rem + 1.19vw, 3.8rem);
  letter-spacing: 0.16em;
}
@media screen and (max-width: 828px) {
  .spotGuideArchive_mainTitle {
    margin-top: 7.729468599vw;
    letter-spacing: 0.04em;
  }
}
.spotGuideArchive_lead {
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .spotGuideArchive_lead {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive_lead {
    margin-top: 9.6618357488vw;
  }
}
.spotGuideArchive_lead_title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1366px) {
  .spotGuideArchive_lead_title {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive_lead_title {
    font-size: 4.8309178744vw;
  }
}
.spotGuideArchive_lead_text {
  margin-top: 16px;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .spotGuideArchive_lead_text {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive_lead_text {
    margin-top: 4.8309178744vw;
    font-size: 3.6231884058vw;
  }
}
.spotGuideArchive_attention {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 2px solid #B91D11;
  margin-top: 40px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #B91D11;
}
@media screen and (max-width: 1366px) {
  .spotGuideArchive_attention {
    margin-top: 2.9282576867vw;
    min-height: 3.6603221083vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive_attention {
    margin-top: 7.729468599vw;
    min-height: auto;
    padding: 3.8647342995vw 0vw;
    font-size: 3.3816425121vw;
    letter-spacing: 0em;
  }
}
.spotGuideArchive_img {
  max-width: 960px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1366px) {
  .spotGuideArchive_img {
    margin-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive_img {
    margin-top: 11.5942028986vw;
  }
}
.spotGuideArchive_button {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
@media screen and (max-width: 1366px) {
  .spotGuideArchive_button {
    margin-top: 4.0995607613vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive_button {
    margin-top: 9.6618357488vw;
  }
}
.spotGuideArchive .fixedColumn {
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .spotGuideArchive .fixedColumn {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive .fixedColumn {
    margin-top: 7.729468599vw;
  }
}
.spotGuideArchive .fixedColumn .spotGuideNaviWrapper {
  display: flex;
  justify-content: flex-end;
}
.spotGuideArchive .fixedColumn .spotGuideNavi {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
@media screen and (max-width: 1366px) {
  .spotGuideArchive .fixedColumn .spotGuideNavi {
    gap: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive .fixedColumn .spotGuideNavi {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.8647342995vw;
  }
}
.spotGuideArchive .fixedColumn .spotGuideNavi_item a {
  padding-bottom: 4px;
  border-bottom: 2px solid #1D1D1F;
  font-size: 2.1rem;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .spotGuideArchive .fixedColumn .spotGuideNavi_item a {
    font-size: 1.5373352855vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive .fixedColumn .spotGuideNavi_item a {
    font-size: 3.8647342995vw;
  }
}
@media screen and (min-width: 829px) {
  .spotGuideArchive .fixedColumn .spotGuideNavi_item a:hover {
    color: #E63F29;
    border-bottom-color: #E63F29;
  }
}
.spotGuideArchive .fixedColumn .spotGuideNavi_item a::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #1D1D1F;
  border-right: solid 3px #1D1D1F;
  position: absolute;
  top: 0;
  bottom: 8px;
  right: 0;
  margin: auto;
  transform: rotate(135deg);
}
@media screen and (max-width: 1440px) {
  .spotGuideArchive .fixedColumn .spotGuideNavi_item a::before {
    width: 0.7320644217vw;
    height: 0.7320644217vw;
    border-top: solid 0.2196193265vw #1D1D1F;
    border-right: solid 0.2196193265vw #1D1D1F;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive .fixedColumn .spotGuideNavi_item a::before {
    width: 2.4154589372vw;
    height: 2.4154589372vw;
    border-top: solid 0.4830917874vw #1D1D1F;
    border-right: solid 0.4830917874vw #1D1D1F;
  }
}
.spotGuideArchive .fixedColumn_navi {
  width: 220px;
  min-width: 220px;
  position: sticky;
  z-index: 200;
  top: 0;
  left: 0;
  margin-top: -40px;
  padding-top: 40px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 1366px) {
  .spotGuideArchive .fixedColumn_navi {
    width: 16.1054172767vw;
    min-width: 16.1054172767vw;
    margin-top: -2.9282576867vw;
    padding-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive .fixedColumn_navi {
    position: relative;
    width: 100%;
    min-width: auto;
    margin: -5.7971014493vw 0 0 -5.7971014493vw;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
  }
}
.spotGuideArchive .fixedColumn_navi_item {
  display: table;
  font-weight: 700;
  color: #888888;
}
@media screen and (max-width: 828px) {
  .spotGuideArchive .fixedColumn_navi_item {
    display: flex;
    align-items: center;
    margin: 3.8647342995vw 0 0 5.7971014493vw;
  }
}
.spotGuideArchive .fixedColumn_navi_item.is-active {
  color: #000;
  padding-left: 16px;
}
@media screen and (max-width: 1366px) {
  .spotGuideArchive .fixedColumn_navi_item.is-active {
    padding-left: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive .fixedColumn_navi_item.is-active {
    padding-left: 3.8647342995vw;
  }
}
.spotGuideArchive .fixedColumn_navi_item.is-active::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .spotGuideArchive .fixedColumn_navi_item.is-active::before {
    width: 0.5856515373vw;
    height: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive .fixedColumn_navi_item.is-active::before {
    width: 1.9323671498vw;
    height: 1.9323671498vw;
  }
}
.spotGuideArchive .fixedColumn_navi_item:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  .spotGuideArchive .fixedColumn_navi_item:not(:first-child) {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive .fixedColumn_navi_item:not(:first-child) {
    margin: 3.8647342995vw 0 0 5.7971014493vw;
  }
}
.spotGuideArchive .fixedColumn_main {
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .spotGuideArchive .fixedColumn_main {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive .fixedColumn_main {
    margin-top: 9.6618357488vw;
  }
}
.spotGuideArchive .fixedColumn_main_item:not(:first-child) {
  margin-top: 96px;
}
@media screen and (max-width: 1366px) {
  .spotGuideArchive .fixedColumn_main_item:not(:first-child) {
    margin-top: 7.027818448vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive .fixedColumn_main_item:not(:first-child) {
    margin-top: 19.3236714976vw;
  }
}
.spotGuideArchive .fixedColumn_main_title {
  margin-bottom: 24px;
  font-size: 4.2rem;
  letter-spacing: 0.14em;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .spotGuideArchive .fixedColumn_main_title {
    margin-bottom: 1.756954612vw;
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive .fixedColumn_main_title {
    margin-bottom: 1.9323671498vw;
    font-size: 7.729468599vw;
  }
}

.spotGuideSingle_detail {
  margin-top: 60px;
}
@media screen and (max-width: 1366px) {
  .spotGuideSingle_detail {
    margin-top: 4.39238653vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideSingle_detail {
    margin-top: 11.5942028986vw;
  }
}
.spotGuideSingle_detail_title {
  font-size: 4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1366px) {
  .spotGuideSingle_detail_title {
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideSingle_detail_title {
    letter-spacing: 0.02em;
    font-size: 7.729468599vw;
  }
}
.spotGuideSingle_relation {
  margin-top: 80px;
}
@media screen and (max-width: 1366px) {
  .spotGuideSingle_relation {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideSingle_relation {
    margin-top: 15.4589371981vw;
  }
}
.spotGuideSingle_relation_title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1366px) {
  .spotGuideSingle_relation_title {
    margin-bottom: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideSingle_relation_title {
    margin-bottom: 9.6618357488vw;
  }
}
.spotGuideSingle .pageTitle {
  display: flex;
  align-items: center;
  line-height: 1.4;
}
@media screen and (max-width: 828px) {
  .spotGuideSingle .pageTitle {
    font-size: 6.2801932367vw;
  }
}
.spotGuideSingle .pageTitle_num, .spotGuideSingle .pageTitle_main {
  display: block;
}
.spotGuideSingle .pageTitle_num {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  border-radius: 100%;
}
@media screen and (max-width: 1366px) {
  .spotGuideSingle .pageTitle_num {
    width: 2.9282576867vw;
    min-width: 2.9282576867vw;
    height: 2.9282576867vw;
    min-height: 2.9282576867vw;
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideSingle .pageTitle_num {
    width: 7.729468599vw;
    min-width: 7.729468599vw;
    height: 7.729468599vw;
    min-height: 7.729468599vw;
    font-size: 3.8647342995vw;
  }
}
.spotGuideSingle .pageTitle_main {
  margin-left: 24px;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1366px) {
  .spotGuideSingle .pageTitle_main {
    margin-left: 2.3426061493vw;
    font-size: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideSingle .pageTitle_main {
    margin-left: 1.9323671498vw;
    letter-spacing: 0.02em;
    font-size: 6.2801932367vw;
  }
}
.spotGuideSingle .imageSlider {
  margin-top: 32px;
}
@media screen and (max-width: 1366px) {
  .spotGuideSingle .imageSlider {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideSingle .imageSlider {
    margin-top: 7.729468599vw;
  }
}
.spotGuideSingle .profileList {
  width: 100%;
  margin-top: 64px;
}
@media screen and (max-width: 1366px) {
  .spotGuideSingle .profileList {
    margin-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideSingle .profileList {
    margin-top: 11.5942028986vw;
  }
}
.spotGuideSingle .profileList_item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
}
.spotGuideSingle .profileList_item:not(:first-child) {
  padding: 24px 0;
}
.spotGuideSingle .profileList_title {
  min-width: 100px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1366px) {
  .spotGuideSingle .profileList_title {
    min-width: 7.3206442167vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideSingle .profileList_title {
    min-width: 24.154589372vw;
    font-size: 3.3816425121vw;
  }
}
.spotGuideSingle .profileList_block {
  margin-left: 32px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1366px) {
  .spotGuideSingle .profileList_block {
    margin-left: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideSingle .profileList_block {
    margin-left: 3.8647342995vw;
    font-size: 3.3816425121vw;
  }
}
.spotGuideSingle .profileList_block.typeFlex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 828px) {
  .spotGuideSingle .profileList_block.typeFlex {
    display: block;
  }
}
.spotGuideSingle .profileList_text a {
  text-decoration: underline;
}
.spotGuideSingle .profileList_googleMapButton {
  margin-left: 32px;
}
@media screen and (max-width: 1366px) {
  .spotGuideSingle .profileList_googleMapButton {
    margin-left: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideSingle .profileList_googleMapButton {
    margin: 3.8647342995vw 0 0 0;
  }
}
.spotGuideSingle .profileList_googleMapButton a {
  width: 200px;
  height: 48px;
  border-radius: 48px;
  font-size: clamp(1.2rem, 1.141rem + 0.3vw, 1.4rem);
}
.spotGuideSingle .relationSlider_imageWrapper {
  padding-right: clamp(2.5rem, 1.759rem + 3.7vw, 5rem);
  padding-left: clamp(2.5rem, 1.759rem + 3.7vw, 5rem);
}
.spotGuideSingle .relationSlider_item {
  width: 220px;
}
@media screen and (max-width: 1366px) {
  .spotGuideSingle .relationSlider_item {
    width: 16.1054172767vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideSingle .relationSlider_item {
    width: 100%;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideSingle .relationSlider_image {
    height: 35.5072463768vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideSingle .relationSlider_body {
    margin-top: 2.4154589372vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideSingle .relationSlider_num {
    width: 6.2801932367vw;
    min-width: 6.2801932367vw;
    height: 6.2801932367vw;
    min-height: 6.2801932367vw;
    font-size: 3.3816425121vw;
  }
}
.spotGuideSingle .relationSlider_title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1366px) {
  .spotGuideSingle .relationSlider_title {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideSingle .relationSlider_title {
    font-size: 3.8647342995vw;
    top: 0.7246376812vw;
  }
}
.spotGuideSingle .relationSlider_button {
  background: green;
}
@media screen and (max-width: 828px) {
  .spotGuideSingle .relationSlider_button {
    top: 40%;
    margin-top: 0;
  }
}
.spotGuideSingle .relationSlider_button .swiper-button-prev,
.spotGuideSingle .relationSlider_button .swiper-button-next {
  width: calc(clamp(2.5rem, 1.759rem + 3.7vw, 5rem) - 1rem);
  height: calc(clamp(2.5rem, 1.759rem + 3.7vw, 5rem) - 1rem);
}

.spot__heading {
  margin-top: 72px;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 1366px) {
  .spot__heading {
    margin-top: 5.270863836vw;
  }
}
@media screen and (max-width: 828px) {
  .spot__heading {
    margin-top: 5.7971014493vw;
  }
}
.spot__heading span {
  display: block;
  font-size: clamp(1.2rem, 1.141rem + 0.3vw, 1.4rem);
}
.spot__info {
  margin-top: 72px;
}
@media screen and (max-width: 1366px) {
  .spot__info {
    margin-top: 5.270863836vw;
  }
}
@media screen and (max-width: 828px) {
  .spot__info {
    margin-top: 5.7971014493vw;
  }
}
.spot__info .col {
  display: grid;
  align-items: center;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 829px) {
  .spot__info .col {
    grid-template-columns: 20% 1fr;
  }
}
@media screen and (max-width: 828px) {
  .spot__info .col {
    row-gap: 1rem;
  }
}
@media screen and (min-width: 829px) {
  .spot__info--mapbtn {
    display: flex;
    column-gap: 2.4rem;
    align-items: center;
  }
}
@media screen and (max-width: 828px) {
  .spot__info--mapbtn {
    display: grid;
    row-gap: 1.6rem;
  }
}
.spot__info--mapbtn a {
  width: 200px;
  height: 40px;
  padding: 0;
  font-size: clamp(1.2rem, 1.141rem + 0.3vw, 1.4rem);
}
.spot__around--tit {
  padding: clamp(2rem, 1.763rem + 1.19vw, 2.8rem) clamp(2.4rem, 2.163rem + 1.19vw, 3.2rem);
  font-weight: bold;
  font-size: clamp(1.8rem, 1.622rem + 0.89vw, 2.4rem);
  border-bottom: 1px solid #333333;
}
.spot__around .relationSlider_container {
  border-right: 1px solid #333333;
}
.spot__around .relationSlider .swiper-slide {
  border-left: 1px solid #333333;
  height: auto;
}
.spot__around .relationSlider .swiper-slide p {
  padding: 1.8rem clamp(1.8rem, 1.622rem + 0.89vw, 2.4rem);
}
.spot__around .relationSlider .imageSlider_button .swiper-button-prev {
  left: 0.5rem;
}
.spot__around .relationSlider .imageSlider_button .swiper-button-next {
  right: 0.5rem;
}

.spotGuideArchive__heading {
  display: grid;
}
@media screen and (min-width: 1024px) {
  .spotGuideArchive__heading {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1023px) {
  .spotGuideArchive__heading {
    row-gap: 0;
  }
}
.spotGuideArchive__heading .gmap {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
@media screen and (min-width: 829px) {
  .spotGuideArchive__heading .gmap {
    border-right: 1px solid #333333;
    margin-right: -1px;
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive__heading .gmap {
    border-bottom: 1px solid #333333;
  }
}
.spotGuideArchive__heading .gmap iframe,
.spotGuideArchive__heading .gmap object,
.spotGuideArchive__heading .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spotGuideArchive__heading .hero {
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 3.2rem clamp(3.2rem, -7.273rem + 16.36vw, 5rem);
}
.spotGuideArchive__heading .hero .lead {
  margin-top: clamp(3.2rem, 2.963rem + 1.19vw, 4rem);
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.spotGuideArchive__heading .hero p {
  margin-top: 1.6rem;
}
.spotGuideArchive__heading .hero .note {
  margin-top: 2rem;
  padding: 1.6rem clamp(0.1rem, -0.581rem + 3.41vw, 2.4rem);
  text-align: center;
  font-weight: bold;
  border: 1px solid #333333;
}
.spotGuideArchive__bn {
  display: grid;
  justify-items: center;
  padding: clamp(4.8rem, 4.326rem + 2.37vw, 6.4rem);
  border-top: 1px solid #333333;
}
.spotGuideArchive__bn a {
  max-width: 960px;
}
.spotGuideArchive__nav {
  display: grid;
  margin-left: -1px;
  margin-right: -1px;
  border-top: 1px solid #333333;
}
@media screen and (min-width: 829px) {
  .spotGuideArchive__nav {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive__nav {
    grid-template-columns: repeat(3, 1fr);
  }
}
.spotGuideArchive__nav a {
  display: grid;
  align-items: center;
  margin-top: -1px;
  padding: 2.6rem clamp(1.6rem, 1.481rem + 0.59vw, 2rem);
  font-size: clamp(1.6rem, 1.541rem + 0.3vw, 1.8rem);
  font-weight: bold;
  background-color: white;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
}
.spotGuideArchive__nav a::after {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  right: clamp(1.8rem, 1.622rem + 0.89vw, 2.4rem);
  transform: rotate(135deg);
}
.spotGuideArchive__nav a:hover {
  color: #fff;
  background-color: #333333;
}
.spotGuideArchive__nav a:hover:after {
  border-color: #fff;
}
.spotGuideArchive__list {
  margin-top: -1px;
  border-top: 1px solid #333333;
}
.spotGuideArchive__list .tit {
  padding: clamp(1.6rem, 1.481rem + 0.59vw, 2rem) 3.2rem;
  font-size: clamp(1.8rem, 1.622rem + 0.89vw, 2.4rem);
  font-weight: bold;
  letter-spacing: 0.14em;
}
.spotGuideArchive__list__inner {
  display: grid;
  margin-right: -1px;
  border-top: 1px solid #333333;
}
@media screen and (min-width: 829px) {
  .spotGuideArchive__list__inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 828px) {
  .spotGuideArchive__list__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.spotGuideArchive__list__inner .col {
  margin-top: -1px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
}
.spotGuideArchive__list__inner .col p {
  padding: 1.8rem clamp(1.8rem, 1.622rem + 0.89vw, 2.4rem);
}