@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");

html {
  scroll-behavior: smooth;
}

/* 共通 ---------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
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;
  color: #333;
  /* font-family: "メイリオ", Segoe UI, "ヒラギノ角ゴ", Helvetica, sans-serif; */
  font-size: 16px;
  font-weight: normal;
}

.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;
}

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

#osechi01_area .tab {
  display: block;
}

#osechi01_area button:focus {
  outline: none;
}

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

#osechi01_area a {
  text-decoration: none;
}

#osechi01_area a:hover {
  opacity: 0.8;
}

#osechi01_area li {
  list-style: none;
}

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

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

#osechi01_area h2 {
  padding: 0;
  /* font-size: 20px; */
  /* font-weight: 600; */
  font-size: 160%;
  font-weight: 600;
  padding-bottom: 10px !important;
  margin-bottom: 15px !important;
  position: relative;
  border-bottom: 2px solid #caa846 !important;
}

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

#osechi01_area h3 {
  background-color: #ede1c0;
  border-radius: 5px;
  padding: 10px !important;
  margin-bottom: 20px !important;
  font-size: 130%;
  font-weight: 700;
  /* font-size: 20px; */
  /* font-weight: bold !important; */
}

#osechi01_area h3 p {
  /* font-size: 18px; */
  font-weight: 600;
  line-height: 1.3;
}

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

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

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

#osechi01_area .mv_area {
  position: relative;
  display: block;
  width: 100%;
  min-height: 8em;
  height: 300px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 0;
}

#osechi01_area .mv_txt {
  color: #fff;
  font-size: 130%;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  position: absolute;
  place-self: center;
  inset: 0;
  width: 100%;
  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);
  margin: auto;
  padding: 15px 0;
  z-index: 1;
}

#osechi01_area .mv_img {
	position: absolute;
	place-self: center;
	inset: 0;
	display: block;
	width: 100%;
	margin: auto;
}

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

#osechi01_area .lead__txt {
  font-size: 15px;
  line-height: 1.7;
  margin: 1em 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#osechi01_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;
}

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

.sectBlk {
  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;
}


#osechi01_area dl{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#osechi01_area dl dt{
	text-align: center;
	width: calc(5em + (1em * 2));
	box-sizing: border-box;
	background: #fcf7ef;
	border: 1px solid;
	margin: 1em 0 0;
	padding: 0.5em 1em;
}
#osechi01_area dl dd{
	width: calc(100% - (5em + (1em * 2) + 1em));
	box-sizing: border-box;
	margin: 1em 0 0 0;
	padding: 0 0 0 1em;
}
#osechi01_area dl dt:first-of-type,
#osechi01_area dl dd:first-of-type{
	margin-top: 0;
}
#osechi01_area dl.list2d{
	counter-reset: num;
}
#osechi01_area dl.list2d dt{
	text-align: left;
	width: calc(11em + (1em * 2));
}
#osechi01_area dl.list2d dt::before{
	counter-increment: num;
	content: counter(num) ". ";
}
#osechi01_area dl.list2d dd{
	width: calc(100% - (11em + (1em * 2) + 1em));
}

.notes{
	font-size: 0.75em;
	margin: 0.5em 0 0;
}

/* 画面サイズが768px以下はここを読み込む */
@media screen and (max-width:768px) {
	#osechi01_area .mv_area {
		height: auto;
	}
	#osechi01_area .mv_img {
		position: inherit;
	}
	.table_block tr th{
		font-size: 100%;
	}
	#osechi01_area dl dt{
		width: calc(5em + (0.5em * 2));
		padding: 0.5em;
	}
	#osechi01_area dl dd{
		width: calc(100% - (5em + (0.5em * 2) + 0.5em));
		padding-left: 0.5em;
	}
	#osechi01_area dl.list2d{
		display: block;
	}
	#osechi01_area dl.list2d dt{
		width: 100%;
		margin-top: 2em;
		padding: 0.5em 1em;
	}
	#osechi01_area dl.list2d dd{
		width: 100%;
		margin-top: 0.5em;
		padding: 0 0 0 1em;
	}
}