@charset "UTF-8";
/*-----------------------------------

ushinohi2022.css
土用の丑の日2022 CSS
PC

-----------------------------------*/

#ushinohi .section {
  width: 980px;
  overflow: hidden;
}

/* 
見出し
-----------------------------------*/
#ushinohi .heading {
  position: relative;
  margin: 30px 0 45px;
  padding: 0;
  background: none;
  font-weight: bold;
  text-align: center;
}
#ushinohi .heading span {
  padding: 0 20px;
  background: #fff;
  font-size: 110%;
}
#ushinohi .heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 2px;
  transform: translateY(-50%);
  border-top: 1px solid #c9a646;
  border-bottom: 1px solid #c9a646;
  z-index: -1;
  content: "";
}


/*
共通
-----------------------------------*/
.heading02 {
  display: block;
  margin: 0 auto 10px;
  padding: 20px;
  color: #682d19;
  text-align: center;
  font-size: 17px;
}
.heading02 strong {
  padding-bottom: 5px;
  border-bottom: 3px solid #b98d2a;
  font-size: 28px;
}
.heading03 {
  width: 263px;
  margin: 20px auto;
  padding: 10px;
  border-top: 2px solid #b98d2a;
  border-bottom: 2px solid #b98d2a;
  color: #865747;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}


/*
概要
-----------------------------------*/
.ushinohiNotes {
  margin: 0 0 30px;
  border: 2px solid #b98d2a;
  padding: 20px;
}
.ushinohiNotes .ushinohiNotes_item {
  margin-bottom: 20px;
}
.ushinohiNotes .ushinohiNotes_item:last-child {
  margin-bottom: 0;
}
.ushinohiNotes h3 {
  color: #b98d2a;
  font-size: 20px;
  margin-bottom: 0.5em;
}
.ushinohiNotes p {
  font-size: 16px;
}
.ushinohiNotes p:last-child {
  margin-bottom: 0;
}
.ushinohiNotes .text_imp {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}


/*
ヘッダー
-----------------------------------*/
.ushinohi_header {
  margin: 0 0 34px;
}

/*
注意事項
-----------------------------------*/
.box_feature {
  margin: 20px 0 30px;
  padding: 20px;
  border: 3px solid #b94047;
  font-size: 16px;
  line-height: 1.8;
}
.box_feature.innercategory {
  margin: 0 0 30px;
  padding: 15px;
  border: 2px solid #b94047;
  font-size: 16px;
  line-height: 1.5;
}
.box_feature p {
  margin: 10px 0;
}
.box_feature p.title {
  color: #b94047;
  font-size: 18px;
  font-weight: bold;
  padding-left: 0.5em;
  border-left: 3px solid #b94047;
}
.box_feature p:first-child {
  margin-top: 0;
}
.box_feature p:last-child {
  margin-bottom: 0;
}
.box_feature .chushaku {
  font-size: 14px;
}
.box_feature p strong {
  color: #b94047;
}


/*
価格から探す
-----------------------------------*/
.search_price {
  position: relative;
  margin: 34px auto;
  padding: 34px;
  border-top: 4px double #d3a243;
  border-bottom: 1px solid #d3a243;
  background: #fffaf0;
}
.search_price .title {
  margin: 0 0 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid #d3a243;
  color: #d3a243;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.search_price .title::before {
  display: inline-block;
  width: 94px;
  height: 30px;
  margin-right: 15px;
  transform: scale(-1, 1);
  /*	background: url(/ec/images/season/fathersday/bg_title_r.png) no-repeat left top;
	background-size: contain;
	content: "";
*/ vertical-align: -5px;
}
.search_price .title::after {
  display: inline-block;
  width: 94px;
  height: 30px;
  margin-left: 15px;
  /*	background: url(/ec/images/season/fathersday/bg_title_r.png) no-repeat left top;
	background-size: contain;
	content: "";
*/ vertical-align: -5px;
}
.search_price p {
  margin: 0;
  font-size: 16px;
  text-align: center;
}
.list_price {
  width: 900px;
  margin: 10px auto 0;
}
.list_price li {
  width: 280px;
  margin-top: 20px;
  font-size: 15px;
}
.list_price li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.list_price a {
  display: block;
  position: relative;
  padding: 20px 15px 20px 15px;
  border: 1px solid #d3a243;
  background: #fff;
  color: #333;
  text-align: center;
}
.list_price a:hover {
  color: #d3a243;
  text-decoration: none;
}
.list_price a::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  transform: rotate(45deg);
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #d3a243;
  content: "";
}


/*
店頭お渡し場所一覧
-----------------------------------*/
table {
  width: 780px;
  margin: 0 auto 20px;
  border-collapse: collapse;
  border: 1px solid #d3a243;
  padding: 0;
  line-height: 1.2;
}
.owatashi th {
  background: #fffaf0;
  border: 1px solid #d3a243;
  padding: 10px;
  color: #d3a243;
}
.owatashi .store {
  width: 25%;
  font-weight: bold;
}
.owatashi .place {
  width: 25%;
}
.owatashi .place a {
  color: #333;
  text-decoration: none;
}
.owatashi .place a:hover {
  font-weight: bold;
  text-decoration: underline;
}
.owatashi .date {
  width: 50%;
}
.owatashi td {
  border: 1px solid #d3a243;
  padding: 10px;
  vertical-align: top;
}
.owatashi .middle {
  vertical-align: middle;
}
