@charset "UTF-8";
html,
body {
  font-size: 14px;
  color: #333;
  overflow-x: hidden;
}

a {
  color: #333;
  text-decoration: none;
}
a:visited, a:link, a:active {
  color: #333;
  text-decoration: none;
}

h2 {
  line-height: 1.2;
}

h3 {
  font-size: 1.3rem;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

header {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ccc;
}
header .site-title {
  font-family: "Kaisei Decol", serif;
  font-size: 2.3rem;
  font-weight: 700;
}
header .site-title .t1 {
  font-size: 3rem;
  color: #15b309;
  letter-spacing: -10px;
}
header .site-title .t2 {
  color: #baba18;
}
header .site-title .t3 {
  font-size: 3rem;
  color: #15b309;
  letter-spacing: -10px;
}
header .site-title .t4 {
  color: #6d5207;
}
header .site-subtitle {
  font-size: 1.2rem;
  padding-left: 0.5rem;
}

.input-code-box {
  background-color: #f4ffe8;
}

.btn-green {
  background-color: #15b309;
  color: #ffffff;
  font-weight: 400;
}

#get_link {
  padding: 0.4rem 1.2rem;
  background: #15b309;
  color: #ffffff;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 400;
}

#get_link2 {
  padding: 0.4rem 1.2rem;
  background: #15b309;
  color: #ffffff;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 400;
}

.get_nav {
  display: inline-block;
  font-size: 1.3rem;
  background: #eee;
  padding: 0.3rem 0.6rem 0.4rem 0.6rem;
  border-radius: 10px;
}

.ym-title {
  font-size: 1.2rem;
}

.calendar .calendar_head {
  line-height: 1.2;
}
.calendar table {
  width: 100%;
  text-align: center;
  border: 1px #ccc solid;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}
.calendar table th {
  background: #eee;
  padding: 0.5rem 0;
}
.calendar table th.sun {
  min-width: 40px;
  background: #e45656;
}
.calendar table th.mon {
  min-width: 100px;
  background: #7575dd;
}
.calendar table th.tue {
  min-width: 100px;
  background: #FFFACD;
}
.calendar table th.wed {
  min-width: 100px;
  background: #E0FFFF;
}
.calendar table th.thu {
  min-width: 100px;
  background: #FFA500;
}
.calendar table th.fri {
  min-width: 100px;
  background: #FF0000;
}
.calendar table th.sat {
  min-width: 40px;
  background: #C0C0C0;
}
.calendar table th.sun2 {
  min-width: 80px;
  background: #e45656;
}
.calendar table th.mon2 {
  min-width: 80px;
  background: #7575dd;
}
.calendar table th.tue2 {
  min-width: 80px;
  background: #FFFACD;
}
.calendar table th.wed2 {
  min-width: 80px;
  background: #E0FFFF;
}
.calendar table th.thu2 {
  min-width: 80px;
  background: #FFA500;
}
.calendar table th.fri2 {
  min-width: 80px;
  background: #FF0000;
}
.calendar table th.sat2 {
  min-width: 80px;
  background: #C0C0C0;
}
.calendar table td {
  padding: 0;
}
.calendar table td.today {
  border: 6px dotted;
  border-radius: 20px;
}
.calendar table td.colorday .active {
  border: double 10px #fff;
  border-radius: 5px;
}
.calendar table td.colorday .active .day_link {
  background: #fff;
}
.calendar table td.someday .active {
  border: double 10px #fff;
}
.calendar table td .day_link {
  display: block;
  width: 100%;
  min-height: 80px;
  padding: 0;
  color: #333;
  text-decoration: none;
  border-left: 10px solid;
}
.calendar table td .day_link:link, .calendar table td .day_link:visited, .calendar table td .day_link:active {
  color: #333;
}
.calendar table td .day_link:hover {
  background: #eee;
  transition: 0.5s;
}
.calendar table td .day_link span {
  -webkit-text-stroke: 0.5px #666666;
}
.calendar table td .day_link .day_div1 {
  position: relative;
}
.calendar table td .day_link .day_div1 .day_div2 {
  position: absolute;
  top: 0;
  left: 3px;
  font-size: 1.3rem;
  color: #999;
  font-weight: bold;
  width: 28px;
  text-align: left;
  line-height: 0.9;
}
.calendar table td .day_link .day_div1 .day_div3 {
  position: absolute;
  top: 0;
  right: 0px;
  width: 15px;
  height: 80px;
  border: 1px solid #ccc;
}
.calendar table td .day_link .day_div1 .day_div4 {
  position: absolute;
  top: 63px;
  right: 15px;
  text-align: right;
  border-bottom: 1px solid #ccc;
  padding: 0 4px 0 2px;
  font-size: 0.8rem;
}
.calendar table td .day_link .day_div1 .day_div4 .volume_per {
  display: inline;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.7rem;
  padding: 0.1rem 0.3rem;
  margin-right: 0.3rem;
  text-align: center;
}
.calendar table td .day_link .day_div1 .day_div5 {
  position: absolute;
  top: 0;
  right: 17px;
  height: 80px;
  line-height: 1.2;
  text-align: right;
}
.calendar table td .day_link .day_div1 .day_div5 i {
  color: #ff9c40;
}
.calendar table td .day_link .day_price {
  padding-top: 0.3rem;
  line-height: 1.2;
}
.calendar table td .day_link .price_f {
  font-size: 1.2rem;
  font-weight: 300;
}
.calendar table td .day_link .change1 {
  color: #7575dd;
}
.calendar table td .day_link .change2 {
  color: #e14b4b;
}

.ranking table th {
  white-space: nowrap;
}
.ranking table td span {
  border-bottom-width: 8px;
  border-bottom-style: solid;
}
.ranking table td.no {
  width: 36px;
  text-align: center;
}

/*画面幅が959px以下の時のスタイル*/
@media screen and (max-width: 959px) {
  .ym-title {
    font-size: 14px;
  }
  .calendar table {
    width: 100%;
    font-size: 0.5rem;
  }
  .calendar table th.sun {
    min-width: 10px;
    width: 10%;
    background: #e45656;
  }
  .calendar table th.mon {
    min-width: 20px;
    width: 16%;
    background: #7575dd;
  }
  .calendar table th.tue {
    min-width: 20px;
    width: 16%;
    background: #FFFACD;
  }
  .calendar table th.wed {
    min-width: 20px;
    width: 16%;
    background: #E0FFFF;
  }
  .calendar table th.thu {
    min-width: 20px;
    width: 16%;
    background: #FFA500;
  }
  .calendar table th.fri {
    min-width: 20px;
    width: 16%;
    background: #FF0000;
  }
  .calendar table th.sat {
    min-width: 10px;
    width: 10%;
    background: #C0C0C0;
  }
  .calendar table th.sun2 {
    min-width: 16px;
    width: 14%;
    background: #e45656;
  }
  .calendar table th.mon2 {
    min-width: 16px;
    width: 14%;
    background: #7575dd;
  }
  .calendar table th.tue2 {
    min-width: 16px;
    width: 14%;
    background: #FFFACD;
  }
  .calendar table th.wed2 {
    min-width: 16px;
    width: 14%;
    background: #E0FFFF;
  }
  .calendar table th.thu2 {
    min-width: 16px;
    width: 14%;
    background: #FFA500;
  }
  .calendar table th.fri2 {
    min-width: 16px;
    width: 14%;
    background: #FF0000;
  }
  .calendar table th.sat2 {
    min-width: 16px;
    width: 14%;
    background: #C0C0C0;
  }
  .calendar table td {
    padding: 0;
    height: 40px;
    max-height: 40px;
  }
  .calendar table td.today {
    border: none;
  }
  .calendar table td.today .day_link {
    border: #ccc 4px dotted;
    border-radius: 4px;
  }
  .calendar table td.colorday {
    padding: 1px;
  }
  .calendar table td.colorday .active {
    border: double 3px #fff;
    border-radius: 1px;
  }
  .calendar table td.colorday .active .day_link {
    background: #fff;
  }
  .calendar table td.someday {
    padding: 1px;
  }
  .calendar table td.someday .active {
    border: double 3px #fff;
  }
  .calendar table td .day_link {
    height: 50px;
    min-height: 50px;
    border-left: 4px solid;
  }
  .calendar table td .day_link:link, .calendar table td .day_link:visited, .calendar table td .day_link:active {
    color: #333;
  }
  .calendar table td .day_link:hover {
    background: #eee;
    transition: 0.5s;
  }
  .calendar table td .day_link span {
    -webkit-text-stroke: 0.5px #666666;
  }
  .calendar table td .day_link .day_div1 {
    position: relative;
  }
  .calendar table td .day_link .day_div1 .day_div2 {
    position: absolute;
    top: 0;
    left: 1px;
    font-size: 0.7rem;
    color: #999;
    font-weight: bold;
    width: 12px;
    text-align: left;
    line-height: 0.9;
  }
  .calendar table td .day_link .day_div1 .day_div3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 50px;
    border: 1px solid #ccc;
  }
  .calendar table td .day_link .day_div1 .day_div4 {
    position: absolute;
    top: 36px;
    right: 6px;
    text-align: right;
    font-size: 0.4rem;
    line-height: 1.2;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
    padding: 0 0.2rem 0 0;
  }
  .calendar table td .day_link .day_div1 .day_div4 .volume_per {
    display: inline;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.3rem;
    padding: 0.03rem 0.1rem;
    margin-right: 0;
    text-align: right;
  }
  .calendar table td .day_link .day_div1 .day_div5 {
    position: absolute;
    top: 0;
    right: 5px;
    height: 50px;
    line-height: 1;
  }
  .calendar table td .day_link .day_price {
    padding-top: 0.6rem;
    line-height: 1.2;
  }
  .calendar table td .day_link .price_f {
    font-size: 0.5rem;
    font-weight: 300;
  }
  .calendar table td .day_link .change1 {
    color: #7591dd;
  }
  .calendar table td .day_link .change2 {
    color: #e14b4b;
  }
  .ranking {
    font-size: 0.92rem;
    line-height: 1.1;
  }
  .ranking table th {
    padding: 0.4rem;
    white-space: nowrap;
  }
  .ranking table td {
    padding: 0.4rem;
  }
  .ranking table td span {
    border-bottom-width: 4px;
    border-bottom-style: solid;
  }
  .ranking table td.no {
    width: 24px;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */