@charset "utf-8";
/* CSS Information========
Table of Contents:
 * info
========================== */

/*IE11だけに適用されるCSSハック*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop {
    margin: 97px 0 5px;
  }
}
.pt_40 {
  padding-top: 40px;
}
.mt_40 {
  margin-top: 40px;
}
.mt_80 {
  margin-top: 80px;
}
#day .day_box:last-child.mb_125 {
  margin-bottom: 100px;
}

nav ul li a:link {
  text-decoration: none;
}

#main_image {
  height: 100%;
  margin-bottom: 50px;
  margin-top: 0;
}
#contents {
  background: url("/winter/image/common/w_bg.png");
}
#contents #day {
  background: url("/winter/image/common/w_bg_sp.png") 50%;
  background-size: contain;
}
main {
  width: 100%;
  background: url(/winter/image/common/w_bg_sp.png) repeat-y;
  background-size: contain;
  margin: 0 auto;
}
#day h1 {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  width: 23%;
  margin: 30px auto 10px;
  padding: 0;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
}
#day h1 span {
  font-size: 2.3rem;
}
#day .day_box {
  position: relative;
  margin: 10px 10px 20px;
}
#day .day_box:last-child {
  margin-bottom: 50px;
}
#day:nth-child(2) {
  margin: -10px 0 20px;
}
#day .day_box .day_img img {
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}
#day .day_box .day_ttl {
  position: absolute;
  top: 6px;
  left: 0;
  padding: 1px 10px;
  background: #3060c0;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 0 5px 5px 0;
}
#day .day_box h2 {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.5;
}
#day .day_box p {
  font-size: 1.4rem;
}
#day .day_box p.day_btn {
  font-size: 1.5rem;
}
#day .day_box .day_info_r,
#day .day_box .day_info_l {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  padding: 15px 20px;
  margin: 10px 0 0;
}
#day .day_box .day_info_r p:nth-child(2),
#day .day_box .day_info_l p:nth-child(2) {
  line-height: 1.5;
  margin-top: 5px;
  letter-spacing: 0.5px;
}
#day .day_box .day_info_r {
  right: 20px;
}
#day .day_box .day_info_l {
  left: 20px;
}
#day .day_btn {
  position: relative;
  background: #3060c0;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 10px 20px;
  margin: 10px auto 5px;
  width: 70%;
  padding-right: 30px;
  text-decoration: none;
  outline: none;
}
#day .day_btn:hover {
  opacity: 0.7;
}
#day .day_btn a:link,
#day .day_btn a:visited,
#day .day_btn a:active {
  color: #fff;
  text-decoration: none;
  display: block;
}
#day .day_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #fff;
}

/*タブレット*/
@media screen and (min-width: 768px) {
  #winter_contents {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
}

/*タブレット横*/
@media screen and (min-width: 1024px) {
  main {
    background: url(/winter/image/common/w_bg.png);
  }
  #day .day_box:last-child.mb_125 {
    margin-bottom: 125px;
  }
  main #day {
    background: url(/winter/image/common/w_bg_pc.png) 50%;
    padding-top: 60px;
    margin-top: -40px;
  }
  main #day.day2 {
    background: url(/winter/image/common/w_bg_pc.png) 50% 7px;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 10px;
  }
  #day h1 {
    font-size: 30px;
    width: 140px;
    margin: 40px auto 20px;
  }
  #day h1 span {
    font-size: 35px;
  }
  #day .day_box {
    margin-bottom: 40px;
  }
  #day .day_box:last-child {
    margin-bottom: 60px;
  }
  #day .day_box .day_ttl {
    top: 20px;
    padding: 1px 20px;
    font-size: 23px;
  }
  #day .day_box h2 {
    font-size: 23px;
  }
  #day .day_box p {
    letter-spacing: 0.5px;
    font-size: 15px;
    line-height: 1.5;
  }
  #day .day_box .day_info_r,
  #day .day_box .day_info_l {
    position: absolute;
    bottom: 20px;
    max-width: 500px;
  }
  #day .day_btn {
    display: inline-block;
    padding: 5px 20px;
    margin: 10px 0 10px;
  }
  #day p.day_btn {
    font-size: 18px;
    letter-spacing: 1.5px;
  }
}
