<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&amp;family=Noto+Sans+JP:wght@100..900&amp;display=swap");

html {
  scroll-behavior: smooth;
}

/* 共通 ---------------------------------- */
body {
  color: #333;
  font-family: "メイリオ", Segoe UI, "ヒラギノ角ゴ", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
}

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

* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h4,
h4 {
  margin: 0;
  padding: 0;
  border: 0;
}

p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

/* コンテンツエリア ------------------------------ */
.contents_area {
  max-width: 1140px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin: 0 auto;
}

.contents_area .ttl {
  width: 60%;
  font-size: 20px;
  margin: 0 auto 30px;
  text-align: center;
}

.contents_area .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.contents_area .row {
  padding: 50px 20px;
}

/* .contents_area .row:first-child {
  padding-top: 0;
} */

/* .contents_area .row:last-child {
  padding-bottom: 0;
} */

.contents_area .area_ttl {
  border-bottom: 3px solid #f2f2f2;
  line-height: 1.2;
  margin-bottom: 10px;
  padding: 0 10px 10px 10px;
  text-align: left;
}

.contents_area h1 {
  font-size: 24px;
}

.contents_area .mv_area {
  text-align: center;
}

.contents_area .mv_area p {
  margin: 40px auto 0;
  padding: 0 20px;
  text-align: center;
  line-height: 1.7;
}

.main_area {
  max-width: 1140px;
  margin: 0 auto;
}

/* osechi02_area */
#osechi02_area {
  text-align: left;
}

#osechi02_area .tab {
  display: block;
}

#osechi02_area button:focus {
  outline: none;
}

#osechi02_area img {
  width: 100%;
  vertical-align: middle;
}

#osechi02_area a {
  text-decoration: none;
}

#osechi02_area a:hover {
  opacity: 0.8;
}

#osechi02_area li {
  list-style: none;
}

#osechi02_area .c-wrap {
  padding: 0 20px;
}

#osechi02_area a:active,
#osechi02_area a:focus,
#osechi02_area a:active:focus {
  outline: none;
}

#osechi02_area h3 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px !important;
  margin-bottom: 15px !important;
  position: relative;
  border-bottom: 2px solid #caa846 !important;
}

#osechi02_area h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 115px;
  height: inherit;
  border-bottom: 2px solid #302833;
}

#osechi02_area h4 {
  background-color: #ede1c0;
  border-radius: 5px;
  padding: 10px !important;
  margin-bottom: 20px !important;
}

#osechi02_area h4 p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

#osechi02_area h4.in-border {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-weight: 600;
  text-align: left;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

#osechi02_area h4.in-border p {
  font-size: 18px;
  padding-bottom: 10px !important;
  margin-bottom: 15px !important;
  border-bottom: 3px solid #d8be6e;
}

#osechi02_area h5 {
  padding: 0;
  background: none;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding-bottom: 10px !important;
  margin-bottom: 15px !important;
  border-bottom: 3px solid #d8be6e;
}

#osechi02_area .mv_area {
  position: relative;
}

#osechi02_area .mv_txt {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#osechi02_area .lead_area {
  margin-bottom: 70px;
}

#osechi02_area .lead__txt {
  font-size: 15px;
  line-height: 1.7;
  margin: 70px auto 70px;
}

#osechi02_area .lead__link_area {
  background-color: #faf8ef;
  padding: 20px;
}

#osechi02_area .lead__ttl {
  font-size: 18px;
  font-weight: 600;
  color: #caa846;
  margin-bottom: 15px;
}

#osechi02_area .lead__link li {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

#osechi02_area .lead__link li:last-child {
  margin-bottom: 0;
}

#osechi02_area .lead__link li::before {
  display: block;
  content: "・";
}

#osechi02_area .lead__link li a {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
}

#osechi02_area .cmn__img {
  margin-bottom: 20px;
}

#osechi02_area .cmn__img.w900 {
  background-color: #faf8f0;
  text-align: center;
}

#osechi02_area .cmn__img.w900 img {
  max-width: 600px;
}

#osechi02_area .cmn__txt {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 15px;
}

#osechi02_area .cmn__txt:last-child {
  margin-bottom: 0;
}

#osechi02_area .block_txt {
  margin-bottom: 30px;
}

#osechi02_area .block_txt ul {
  margin-bottom: 25px;
}

#osechi02_area .block_txt ul li {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 20px;
  padding-left: 15px;
}

#osechi02_area .block_txt ul li:last-child {
  margin-bottom: 0;
}

#osechi02_area .block_txt ul li::before {
  display: block;
  content: "・";
  position: absolute;
  left: 0;
}

#osechi02_area .block_txt ul li span {
  font-size: 15px;
  font-weight: normal;
}

#osechi02_area .cmn__btn a {
  display: block;
  width: 100%;
  text-align: center;
  max-width: 500px;
  padding: 18px 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #caa846;
  border-radius: 40px;
  margin: 0 auto;
}

#osechi02_area .innder_wrap_sp {
  padding: 0 10px;
  margin-bottom: 35px;
}

.sect01,
.sect02,
.sect03,
.sect04,
.sect05,
.sect06 {
  margin-bottom: 70px;
}

.table_block {
  width: 100%;
  border: 1px solid #707070;
  margin-bottom: 70px;
}

.table_block tr {
  border-bottom: 1px solid #707070;
}

.table_block tr:last-child {
  border-bottom: none;
}

.table_block tr th {
  width: 113px;
  padding: 20px 10px;
  background-color: #fbf7ef;
  font-size: 115%;
  font-weight: 600;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.table_block tr td {
  width: calc(100% - 113px);
  padding: 10px;
  font-size: 15px;
  line-height: 1.5;
  border-right: 1px solid #707070;
}
</pre></body></html>