@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
.pc_ {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .pc_ {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .pc_ {
    display: block;
  }
}

.sp_ {
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .sp_ {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .sp_ {
    display: none;
  }
}

:root {
  --default-color: #836d5e;
  --primary_color: #eb7373;
  --secondary_color: #4d4d4d;
  --background_color: #8b0003;
  --ctg_btn_color: #eb7373;
  --brd_btn_color: #7a5d4d;
  --font_size_text_1_pc: 34px;
  --font_size_text_1_sp: 34px;
}

.contents_page {
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  text-align: center;
}

li {
  list-style: none;
}

ul {
  padding-left: 0%;
}

/*-------メイン--------*/
#first_view .title_img img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #first_view .title_img img {
    width: 1000px;
  }
}

#second_view {
  padding: 30px 0;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #second_view {
    width: 90vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  #second_view {
    width: 97vw;
    margin: 0 auto;
    padding: 20px 0 0;
  }
}
#second_view h2.text_1 {
  font-size: var(--font_size_text_1_pc);
  color: var(--primary_color);
  margin: 0 0 40px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 599px) {
  #second_view h2.text_1 {
    font-size: var(--font_size_text_1_sp);
    margin: 0 0 20px;
    line-height: 1.3;
  }
}
#second_view h2.text_1 .day_time {
  display: block;
  font-size: 75%;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  #second_view h2.text_1 .day_time {
    font-size: 60%;
    margin-top: 10px;
  }
}
#second_view h2.text_1 .day_time .week {
  font-size: 85%;
}
#second_view ul.conditions {
  display: flex;
  flex-wrap: wrap;
  width: 750px;
  margin: 0 auto;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 599px) {
  #second_view ul.conditions {
    width: 93vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
#second_view ul.conditions li.conditions_ {
  font-size: 18px;
  color: #fff;
  background-color: var(--default-color);
  border-radius: 10px;
  padding: 20px;
}
@media screen and (max-width: 599px) {
  #second_view ul.conditions li.conditions_ {
    font-size: 15px;
    padding: 10px;
  }
}
#second_view ul.conditions li.conditions_ .copy-text_1k, #second_view ul.conditions li.conditions_ .copy-text_2k, #second_view ul.conditions li.conditions_ .copy-text_3k, #second_view ul.conditions li.conditions_ .copy-text_5k {
  display: none;
}
#second_view ul.conditions li.conditions_ .copy_btn_ {
  background-color: #fff;
  color: var(--default-color);
  border-radius: 50px;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  #second_view ul.conditions li.conditions_ .copy_btn_ {
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 12px;
  }
}
#second_view ul.conditions li.conditions_ .copy_btn_:hover {
  cursor: pointer;
  opacity: 0.7;
}
#second_view .coupon_attention {
  width: 400px;
  margin: 40px auto 0;
  background-color: #4d4d4d;
  padding: 10px 0;
}
@media screen and (max-width: 599px) {
  #second_view .coupon_attention {
    width: 93vw;
    margin: 20px auto 0;
  }
}
#second_view .coupon_attention a {
  display: block;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  #second_view .coupon_attention a {
    font-size: 13px;
  }
}
#second_view .precautions_wrapper {
  text-align: center;
  margin: 40px 0 0;
}
@media screen and (max-width: 599px) {
  #second_view .precautions_wrapper {
    width: 90vw;
    margin: 40px auto 0;
  }
}
#second_view .precautions_wrapper .precautions_title {
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  #second_view .precautions_wrapper .precautions_title {
    font-size: 20px;
  }
}
#second_view .precautions_wrapper ul.precautions {
  display: inline-block;
  text-align: left;
  font-size: 15px;
}
@media screen and (max-width: 599px) {
  #second_view .precautions_wrapper ul.precautions {
    font-size: 14px;
  }
}
#second_view .precautions_wrapper ul.precautions li.precautions_ {
  margin-bottom: 3px;
}
@media screen and (max-width: 599px) {
  #second_view .precautions_wrapper ul.precautions li.precautions_ {
    margin-bottom: 5px;
  }
}
#second_view .precautions_wrapper ul.precautions li.precautions_ a {
  color: var(--primary_color);
  text-decoration: underline;
}

#main_contents {
  max-width: 1000px;
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #main_contents {
    width: 100vw;
  }
}
#main_contents #recommend_section {
  margin-bottom: 60px;
}
#main_contents #recommend_section .recommend_name_ {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: var(--primary_color);
  border-bottom: solid 2px var(--primary_color);
  margin-bottom: 20px;
  padding-bottom: 13px;
}
#main_contents #recommend_section ul.recommend_btn_container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #main_contents #recommend_section ul.recommend_btn_container {
    gap: 15px;
  }
}
#main_contents #recommend_section ul.recommend_btn_container li.recommend_btn_ {
  background-color: var(--ctg_btn_color);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  line-height: 150px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  #main_contents #recommend_section ul.recommend_btn_container li.recommend_btn_ {
    width: 105px;
    height: 105px;
    line-height: 105px;
    font-size: 14px;
    font-weight: 500;
  }
}
#main_contents #recommend_section ul.recommend_btn_container li.recommend_btn_:nth-child(2) {
  background-color: var(--background_color);
}
#main_contents #recommend_section ul.recommend_btn_container li.recommend_btn_ a {
  text-decoration: none;
  color: #fff;
  display: block;
}
#main_contents #ctg_section {
  margin-bottom: 60px;
}
#main_contents #ctg_section .ctg_name_ {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: var(--primary_color);
  border-bottom: solid 2px var(--primary_color);
  margin-bottom: 20px;
  padding-bottom: 13px;
}
#main_contents #ctg_section ul.ctg_btn_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #main_contents #ctg_section ul.ctg_btn_container {
    gap: 10px;
  }
}
@media screen and (max-width: 599px) {
  #main_contents #ctg_section ul.ctg_btn_container {
    gap: 10px;
  }
}
#main_contents #ctg_section ul.ctg_btn_container li.ctg_btn_ {
  background-color: var(--ctg_btn_color);
  width: 170px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #main_contents #ctg_section ul.ctg_btn_container li.ctg_btn_ {
    width: 140px;
  }
}
@media screen and (max-width: 599px) {
  #main_contents #ctg_section ul.ctg_btn_container li.ctg_btn_ {
    width: 29vw;
  }
}
#main_contents #ctg_section ul.ctg_btn_container li.ctg_btn_ img {
  width: 100%;
  vertical-align: top;
}
#main_contents #ctg_section .all_btn {
  background-color: var(--ctg_btn_color);
  width: 500px;
  margin: 20px auto 0;
  padding: 10px 0;
}
@media screen and (max-width: 599px) {
  #main_contents #ctg_section .all_btn {
    width: 92vw;
    margin: 10px auto 0;
  }
}
#main_contents #ctg_section .all_btn a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
#main_contents #brd_section .brd_name_ {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: var(--brd_btn_color);
  border-bottom: solid 2px var(--brd_btn_color);
  margin-bottom: 20px;
  padding-bottom: 13px;
}
#main_contents #brd_section ul.brd_btn_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 0 70px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #main_contents #brd_section ul.brd_btn_container {
    gap: 10px;
  }
}
@media screen and (max-width: 599px) {
  #main_contents #brd_section ul.brd_btn_container {
    gap: 10px;
    padding: 0;
  }
}
#main_contents #brd_section ul.brd_btn_container li.brd_btn_ {
  background-color: var(--brd_btn_color);
  width: 170px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #main_contents #brd_section ul.brd_btn_container li.brd_btn_ {
    width: 140px;
  }
}
@media screen and (max-width: 599px) {
  #main_contents #brd_section ul.brd_btn_container li.brd_btn_ {
    width: 42vw;
  }
}
#main_contents #brd_section ul.brd_btn_container li.brd_btn_ img {
  width: 100%;
  vertical-align: top;
}

/*-------フッター--------*/
#footer_ hr {
  height: 1px;
  background-color: #000;
  border: none;
  color: #000;
  max-width: 1000px;
  margin: 50px auto;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #footer_ hr {
    width: 90vw;
  }
}
@media screen and (max-width: 599px) {
  #footer_ hr {
    width: 90vw;
    margin: 30px auto;
  }
}
#footer_ .feature_ {
  border: solid 1px #000;
  padding: 10px 0;
  text-align: center;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #footer_ .feature_ {
    width: 90vw;
  }
}
#footer_ .feature_ a {
  display: block;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #footer_ .feature_ a {
    font-size: 16px;
  }
}
#footer_ ul.sns_btn_container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 30px 0 50px;
}
#footer_ ul.sns_btn_container li.sns_btn {
  width: 35px;
}
#footer_ ul.sns_btn_container li.sns_btn a {
  text-decoration: none;
}
#footer_ ul.sns_btn_container li.sns_btn a img {
  width: 100%;
  vertical-align: top;
}/*# sourceMappingURL=230110_all_early_spring.css.map */