@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html,
body {
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, sans-serif;
  font-weight: 500;
  color: #656271;
}

body {
  display: flex;
  min-height: 100vh;
}
body div#left_dummy {
  position: relative;
  flex-grow: 1;
  z-index: 100;
  background-color: #ffffff;
}
body div#main_wrapper {
  display: none;
  position: relative;
  flex-grow: 1;
  width: 100%;
  max-width: 1280px;
  min-height: 100%;
  margin: 0 auto;
}
body div#right_dummy {
  position: relative;
  flex-grow: 1;
  z-index: 100;
  background-color: #ffffff;
}

div#contents_wrapper {
  min-height: 100%;
  margin-top: 54px;
  margin-top: calc(constant(safe-area-inset-top) + 54px);
  margin-top: calc(env(safe-area-inset-top) + 54px);
  margin-bottom: 54px;
  margin-bottom: calc(constant(safe-area-inset-bottom) + 54px);
  margin-bottom: calc(env(safe-area-inset-bottom) + 54px);
}

div#newsPageWrapper,
div#recommendationsPageWrapper {
  width: 100%;
  height: 100%;
}

/* スポットアイテムリスト */
li.spot_item {
  position: relative;
  height: 80px;
  margin-top: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
li.spot_item a {
  position: relative;
  display: flex;
  height: 80px;
  text-decoration: none;
  overflow: hidden;
}
li.spot_item a > img {
  display: block;
  flex-grow: 0;
  width: 120px;
  height: auto;
  object-fit: cover;
}
li.spot_item a > div.spot_info {
  height: 80px;
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  color: #656271;
}
li.spot_item a > div.spot_info p.spot_summary {
  position: absolute;
  left: 10px;
  top: 10px;
}
li.spot_item a > div.spot_info p.spot_name {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

@media screen and (min-width: 1280px) {
  html,
  body {
    background-color: #fff !important;
    font-size: 20px;
    height: 100%;
  }
  html div#main_wrapper,
  body div#main_wrapper {
    min-height: 100%;
    height: 100%;
    border-left: 1px solid #ec99a8;
    border-right: 1px solid #ec99a8;
    box-sizing: content-box;
    background-color: #e7ede6;
    overflow: scroll;
  }
  html div#main_wrapper li.spot_item,
  body div#main_wrapper li.spot_item {
    height: 150px;
  }
  html div#main_wrapper li.spot_item a,
  body div#main_wrapper li.spot_item a {
    height: 150px;
  }
  html div#main_wrapper li.spot_item a > img,
  body div#main_wrapper li.spot_item a > img {
    width: 250px;
  }
  html div#main_wrapper li.spot_item a > div.spot_info,
  body div#main_wrapper li.spot_item a > div.spot_info {
    height: 150px;
  }
  html div#main_wrapper li.spot_item a > div.spot_info div.spot_name,
  body div#main_wrapper li.spot_item a > div.spot_info div.spot_name {
    font-weight: bold;
    font-size: 20px;
  }
  html div#main_wrapper li.spot_item a > div.spot_info div.spot_summary,
  body div#main_wrapper li.spot_item a > div.spot_info div.spot_summary {
    font-size: 17px;
  }
}
