@charset "UTF-8";

/*--------------------/ universal /--------------------*/

html {
  scroll-behavior: smooth;
}

/* MT固有の pagetopbtnを無効にする*/
footer .navi .inner .pagetopbtn {
  display: none;
}

#main * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main img {
  max-width: 100%;
}

#main ul,
#main ol,
#main li {
  letter-spacing: normal;
}

#main a {
  text-decoration: none;
}

/* spの時だけ開業する／不可視にする　*/
.spbr {
  display: block;
}

/* pcとtabletの時にだけ改行する／不可視にする */
@media screen and (min-width: 720px) {
  .spbr {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .pcbr {
    display: none;
  }
}

/*--------------------/ sp css /--------------------*/

#main {
  width: 100vw;
  margin: 0 auto;
  padding-bottom: 2em;
  font-size: 3.47vw;
  line-height: 1.5;
  text-align: left;
  letter-spacing: -0.001em;
  font-family: YakuHanJP, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #595757;
}

.mv {
  width: 100%;
  margin: 0 auto;
  padding: calc(700 / 820 * 100%) 0 0;
  background: url(https://www.keihan-dept.co.jp/moriguchi/news/extermely-hot-day_sp.jpg) no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.mv ul {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

.term-box {
  background-color: #0098d9;
  padding: 2.5%;
}

p.term {
  width: 100%;
  padding: 0.25em 0;
  background-color: #f9be00;
  line-height: 1.3333;
  font-weight: bold;
  font-size: 135%;
  color: #0098d9;
  text-align: center;
}

.nav {
  background-color: #0098d9;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.nav li {
  width: 33.3333%;
  background-color: #0098d9;
  text-align: center;
}

.nav li a {
  padding: 0.25em 0;
  display: block;
  color: #f9be00;
  border-left: solid 1px #0098d9;
  border-bottom: solid 1px #0098d9;
  transition-duration: 0.3s;
  font-weight: bold;
}

.nav li a:hover {
  background-color: #f9be00;
  color: #0098d9;
}

.nav li a:nth-child(3),
.nav li a:last-child {
  border-right: solid 1px #f9be00;
  border-left: none;
}

.nav li:first-child,
.nav li:nth-child(4) {
  border-left: solid 1px #f9be00;
}

.contents-section {
  background-color: #0098d9;
  padding: 4%;
}

.contents {
  background-color: #fff;
  padding: 4%;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
}

caption {
  text-align: center;
  margin: 0.75em auto 0.75em;
  color: #0098d9;
  line-height: 1;
  font-size: 115%;
  padding-bottom: 0.25em;
  border-bottom: solid 1px #0098d9;
}

caption .store {
  text-align: center;
  font-size: 125%;
  font-weight: bold;
  margin-right: 0.5em;
}

th,
td {
  padding: 0.25em 0.5em;
  border-left: solid 2px #fff;
  vertical-align: middle;
  line-height: 1.25;
}

th {
  background-color: #bae3f9;
}

.shop {
  width: 22%;
}

.shop span {
  font-size: 87.5%;
  letter-spacing: -0.1em;
}

.item {
  width: 47.5%;
}

.description {
  width: 31.5%;
  color: #ff0000;
}

tr:nth-child(2n + 1) {
  background-color: #dff1fc;
}

/*-------------------- go-top-sp --------------------*/

#main p.go-top a {
  position: fixed;
  bottom: 3%;
  right: 3%;
  width: 40px;
  height: auto;
  opacity: 0.7;
  transition-duration: 0.3s;
}

#main p.go-top a:hover {
  opacity: 1;
}

/*--------------------/ pc css /--------------------*/
@media screen and (min-width: 720px) {
  #main {
    width: 100%;
    font-size: 16px;
  }

  .mv {
    padding: calc(500 / 820 * 100%) 0 0;
    background: url(https://www.keihan-dept.co.jp/moriguchi/news/extermely-hot-day_pc.jpg) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
  }

  p.term {
    line-height: 1;
    font-size: 150%;
  }

  .nav li a {
    font-weight: normal;
  }

  .contents-section {
    padding: 2.5%;
  }

  .contents {
    padding: 2.5%;
  }

  .shop {
    width: 16%;
  }

  .shop span {
    letter-spacing: -0.1em;
  }

  .item {
    width: 52%;
  }

  .description {
    width: 32%;
  }
}
.annotation {
  font-size: 80%;
  margin-top: 7em;
  text-indent: -1em;
  padding-left: 1em;
}

/*--------------------/ pc css /--------------------*/
@media screen and (min-width: 820px) {
  #main {
    width: 820px;
    font-size: 16px;
  }

  /*-------------------- go-top-pc --------------------*/
  #main p.go-top a {
    bottom: 2%;
    right: auto;
    margin-left: 780px;
  }
}
