<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*============================
templete
============================*/
.sect-inner &gt; .contents-box:not(:first-child) {
  margin-top: 10px;
}
.sect-inner &gt; h2 + .contents-img:not(:first-child) {
  margin-top: 0 !important;
}
.contents-img {
  margin-top: 40px;
}
.sect-inner {
  margin-bottom: 50px;
}
.contents-sect {
  margin-bottom: 35px;
}
.contents-sect p {
  letter-spacing: 0.05em;
}
.contents-sect .contents-img {
  margin-bottom: 30px;
  margin-bottom: 20px;
}
.contents-sect .contents-img img {
  width: 100%;
  max-width: 780px;
  height: auto;
}
.contents-sect .border-tit {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 20px;
  /*color: #9d6918;
  border-left: 4px solid #9d6918;*/
  color: #6a3906;
  border-left: 4px solid #6a3906;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  position: relative;
}
.contents-sect .border-tit span {
  padding-left: 12px;
  margin-left: 2px;
  display: block;
  /*border-left: 2px solid #9d6918;*/
  border-left: 2px solid #6a3906;
  /*font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;*/
  font-family: 'YuMincho', 'Hiragino Mincho ProN', serif;
  font-weight: bold;
}
.contents-sect .contents-box {
  margin-bottom: 20px;
  margin-bottom: 30px;
  margin-bottom: 0;
}
.contents-sect .rhombus-tit {
  font-size: 18px;
  /*font-size: 1.8rem;*/
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
  /*padding-left: 25px;*/
  padding-left: 35px;
  margin-bottom: 10px;
  font-family: 'YuMincho', 'Hiragino Mincho ProN', serif;
  font-weight: bold;
}
.contents-sect .rhombus-tit:after {
  position: absolute;
  top: 50%;
  left: .4em;
  z-index: 2;
  content: '';
  margin-top: -8px;
  width: 11px;
  height: 11px;
  /*background-color: #9d6918;*/
  background-color: #6a3906;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contents-sect .marker {
  position: relative;
  background: linear-gradient(transparent 2%, #f9eba2 0%);
  display: inline;
}
.contents-sect .marker:after {
  /*position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 17px;
  background-color: #f9eba2;
  display: inline;*/
}

/***********************************
 .gift-sect
*********************************** */
.gift-sect ol li {
  float: left;
  /*width: 320px;*/
  width: 344px;
  margin-bottom: 30px;
}
.gift-sect table {
  font-size: 12px;
  width: 320px;
  margin-left: 10px;
}
.gift-sect table tr {
  border-top: 1px solid #9FA0A0;
}
.gift-sect table tr th {
  padding-left: 10px;
  border-top: 1px solid #9d6918;
}
.gift-sect table tr td {
  padding: 8px 10px 8px 0px;
  text-align: right;
}
.gift-sect table tr:first-child {
  border-top: none;
}
.gift-sect table tr:first-child th {
  color: #bf8c3d;
  padding-left: 0px;
  padding-bottom: 8px;
  text-align: right;
  border-top: none;
}
.gift-sect table tr:first-child th:first-child {
  text-align: left;
  padding-left: 10px;
}

/***********************************
 .detail-sect-2col
*********************************** */
.detail-sect-2col {
  margin-bottom: 40px;
}
.detail-sect-2col .sect-inner-l {
  width:48%;
	float:left;
}
.detail-sect-2col .sect-inner-r {
  width:48%;
	float:right;
}
.detail-sect-2col .sect-inner-lr::after {
  content: "";
  display: block;
  clear: both;
}

.detail-sect-2col .block-tit {
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 10px;
  border-left: 4px solid #d41c30;
  font-size: 18px;
  font-size: 1.8rem;
}
.detail-sect-2col ul {
  width: 100%;
  margin-bottom: 30px;
  /*border-top: 1px #DCDDDD solid;
  border-bottom: 1px #DCDDDD solid;*/
  border-top: 1px #222 solid;
  border-bottom: 1px #222 solid;
  letter-spacing: 0.05em;
}
.detail-sect-2col ul li {
  /*border-top: 1px #DCDDDD dotted;*/
  border-top: 1px #222 dotted;
}
.detail-sect-2col ul li dl {
  font-size: 14px;
  font-size: 1.4rem;
  display: table;
  padding: 7px 0px;
}
.detail-sect-2col ul li dl::after {
  content: "";
  display: block;
  clear: both;
}
.detail-sect-2col ul li dt {
  display: table-cell;
  width: 120px;
  color: #9d6918;
  letter-spacing: 0.05em;
  vertical-align: middle;
  padding-left: 10px;
}
.detail-sect-2col ul li dd {
  display: table-cell;
}
.detail-sect-2col ul li:first-child {
  border-top: none;
}

/***********************************
 .tails-box
*********************************** */
.tails-box {
  /*margin-bottom: 50px;*/
  margin-top: 15px;
}

.tails-box ul li {
  float: left;
  width: 250px;
  margin-right: 15px;
}

.tails-box ul li:last-child {
  margin-right: 0;
}

.tails-box ul::after {
  content: "";
  display: block;
  clear: both;
}

/***********************************
 .tails-box2 ---20201028---
*********************************** */
.tails-box2 {
  /*margin-bottom: 50px;*/
  margin-top: 15px;
}

.tails-box2 ul li {
  float: left;
  width: 382px;
  margin-right: 16px;
}

.tails-box2 ul li:last-child {
  margin-right: 0;
}

.tails-box2 ul::after {
  content: "";
  display: block;
  clear: both;
}

/***********************************
 .tbl-akawaku
*********************************** */
.tbl-akawaku {
  width:780px;
	border:solid 1px #222;
	border-collapse:collapse !important;
}
.tbl-akawaku th {
  background-color:#222;
}
.tbl-akawaku th p {
  color:#ffffff;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	line-height:1.1;
	padding:8px 10px 5px;
}
.tbl-akawaku td {
  background-color:#ffffff;
}
.tbl-akawaku td p {
  margin:10px;
	font-size:14px;
  text-align:center;
}

.tbl-akawaku td p span {
  font-size:16px;
	font-weight:bold;
}

.tbl-akawaku td p.otodokegentei {
  margin-top:15px;
	color:#000000;
	font-size:13px;
  text-align:center;
	line-height:1.1;
}
.tbl-akawaku td p.otodokegentei span {
	color:#990000;
	font-size:24px;
	font-weight:bold;
}

.tea-table dl, .tea-table dt, .tea-table dd {
	box-sizing: border-box;
}
.tea-table dl {
	/*background: #eee;*/
	/*border-bottom: 1px dotted #222;*/
	width: 100%;
	padding: 0 !important;
}
.tea-table dt, .tea-table dd {
	/*border-top: 1px dotted #222;*/
	border-right: 1px dotted #222;
	width: 25%;
padding: 12px 0 12px 10px;
}
.tea-table dt, .tea-table dd:last-child {
	border-right: none;
}
.tea-table dt {
	float: left;
	width: 25%;
}
.tea-table dd {
	/*background: #fff;
	padding-bottom: 10px;
	float: left;
	width: 25%;
}
.tea-table dd:after {
	/*content: '';
	display: block;
	clear: both;*/
}
.tea-table-col {
	color: #9d6918;
}</pre></body></html>