@charset "UTF-8";
/*---------------------------
    パンくずリスト
---------------------------*/
#content > nav.breadcrumb > ul {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  height: 20px;
  line-height: 20px;
  list-style: none;
}
#content > nav.breadcrumb > ul:after {
  content: "";
  display: table;
  clear: both;
}
#content > nav.breadcrumb > ul > li {
  position: relative;
  display: block;
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  height: 20px;
  line-height: 20px;
}
#content > nav.breadcrumb > ul > li:before, #content > nav.breadcrumb > ul > li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background-color: #CCCCCC;
}
#content > nav.breadcrumb > ul > li:after {
  right: -8px;
  background-color: #FFFFFF;
}
#content > nav.breadcrumb > ul > li:last-child:before, #content > nav.breadcrumb > ul > li:last-child:before {
  display: none;
}
#content > nav.breadcrumb > ul > li > a {
  text-decoration: underline;
}
#content > nav.breadcrumb > ul > li i {
  margin-right: 5px;
  color: #FDACB0;
}

/*---------------------------
    ページング
---------------------------*/
nav.pagination {
  margin: 0 auto;
  max-width: 272px;
  text-align: center;
}
nav.pagination:after {
  content: "";
  display: table;
  clear: both;
}
nav.pagination > span {
  height: 30px;
  line-height: 30px;
}
nav.pagination > ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #CCCCCC;
}
nav.pagination > ul > li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: #CCCCCC;
  text-align: center;
  background-color: #FAFAFA;
  border-right: 1px solid #CCCCCC;
}
nav.pagination > ul > li:last-child {
  border-right: none;
}
nav.pagination > ul > li > a {
  display: block;
  padding: 0 5px;
  color: #009A5A;
  background-color: #FFFFFF;
}
nav.pagination > ul > li > a:hover {
  color: #009A5A;
  background-color: #FFE5E7;
}
nav.pagination > ul > li.active {
  color: #FFFFFF;
  background-color: #009A5A;
}

/*---------------------------
    メインコンテンツ
---------------------------*/
#content > section,
#content > section.flex-item > section {
  padding: 0;
}
#content > section > h1,
#content > section.flex-item > section > h1 {
  margin: 0 0 10px 0;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #009A5A;
}
#content > section > h1 > i.fa,
#content > section.flex-item > section > h1 > i.fa {
  margin-right: 5px;
}
#content > section > h1 error,
#content > section.flex-item > section > h1 error {
  margin: 0 0 10px 0;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
#content > section > h2,
#content > section.flex-item > section > h2 {
  position: relative;
  margin: 0;
  padding: 0 10px;
  width: 100%;
  min-height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  background-color: #f0f0f0;
  border-bottom: 2px solid #009A5A;
}
#content > section > h2 > a,
#content > section.flex-item > section > h2 > a {
  display: block;
}
#content > section > h2 > a:after,
#content > section.flex-item > section > h2 > a:after {
  position: absolute;
  display: block;
  top: 0;
  right: 10px;
  content: "\f138";
  font-family: "fontawesome";
  font-weight: normal;
  color: #009A5A;
}
#content > section > h2 > a:hover,
#content > section.flex-item > section > h2 > a:hover {
  color: #333333;
}
#content > section > h2 > a:hover:after,
#content > section.flex-item > section > h2 > a:hover:after {
  opacity: 0.5;
}

/*---------------------------
    一覧
---------------------------*/
#content > section > h1.search > span.search {
  float: right;
  margin: 0 -10px 0 0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}
#content > section > h1.search:hover {
  cursor: pointer;
}
#content > section > h1.search:hover > span.search {
  background-color: #FDACB0;
}
#content > section > div.search-area {
  display: none;
  margin: 0 0 20px 0;
  padding: 10px;
  border: 1px solid #009A5A;
}
#content > section > div.search-area:after {
  content: "";
  display: table;
  clear: both;
}
#content > section > div.search-area.active {
  display: block;
}
#content > section.list > table {
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
#content > section.list > table tr:nth-child(even) {
  background-color: #FCFCFC;
}
#content > section.list > table tr:hover {
  background-color: #FFE5E7;
}
#content > section.list > table tr:first-child:hover {
  background-color: #FFFFFF;
}
#content > section.list > table tr > th, #content > section.list > table tr > td {
  height: 30px;
  text-align: center;
  border: 1px solid #CCCCCC;
}
#content > section.list > table tr > th {
  position: relative;
  height: 100%;
}
#content > section.list > table tr > th > a {
  display: block;
  margin: 0;
  padding: 5px 20px 5px 10px;
  width: 100%;
  height: 100%;
}
#content > section.list > table tr > th > a:hover {
  background-color: #FFE5E7;
}
#content > section.list > table tr > th > a > i {
  position: absolute;
  top: 7px;
  bottom: 0;
  right: 10px;
  margin: auto;
  font-size: 14px;
  color: #FDACB0;
}
#content > section.list > table tr > th > a > i.fa-caret-up, #content > section.list > table tr > th > a > i.fa-caret-down {
  color: #009A5A;
}
#content > section.list > table tr > td {
  margin: 0;
  padding: 5px 10px;
}
#content > section.list > table tr > td.left {
  text-align: left;
}

/*---------------------------
    テーブル
---------------------------*/
div.search-area > form > table,
table.horizontal {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
}
div.search-area > form > table > tbody > tr > th,
table.horizontal > tbody > tr > th {
  position: relative;
  margin: 0;
  padding: 5px 20px 5px 10px;
  width: 200px;
  text-align: right;
  font-weight: normal;
  vertical-align: top;
  background-color: #F2F2F2;
  border-bottom: 4px solid #FFFFFF;
  border-right: 4px solid #FFFFFF;
}
div.search-area > form > table > tbody > tr > th.center,
table.horizontal > tbody > tr > th.center {
  text-align: center;
}
div.search-area > form > table > tbody > tr > th.required:after,
table.horizontal > tbody > tr > th.required:after {
  position: absolute;
  content: '*';
  right: 8px;
  margin: 0;
  padding: 3px 0;
  color: #CC0033;
  font-size: 12px;
  font-weight: bold;
}
div.search-area > form > table > tbody > tr > th.parts,
table.horizontal > tbody > tr > th.parts {
  padding: 0;
  line-height: 30px;
  border-right: 0;
}
div.search-area > form > table > tbody > tr > th.parts > div.parts,
table.horizontal > tbody > tr > th.parts > div.parts {
  float: right;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
div.search-area > form > table > tbody > tr > th.parts:hover,
table.horizontal > tbody > tr > th.parts:hover {
  cursor: pointer;
  background-color: #EEEEEE;
}
div.search-area > form > table > tbody > tr > th.parts:hover > div.parts,
table.horizontal > tbody > tr > th.parts:hover > div.parts {
  background-color: #CCCCCC;
}
div.search-area > form > table > tbody > tr > td,
table.horizontal > tbody > tr > td {
  padding: 2px 0;
  border-bottom: 4px solid #FFFFFF;
}
div.search-area > form > table > tbody > tr > td.center,
table.horizontal > tbody > tr > td.center {
  text-align: center;
}
div.search-area > form > table > tbody > tr > td.diff,
table.horizontal > tbody > tr > td.diff {
  background-color: #FFFED3;
}
div.search-area > form > table > tbody > tr > td > div > img,
table.horizontal > tbody > tr > td > div > img {
  max-width: 640px;
}
div.search-area > form > table p.success,
div.search-area > form > table p.warning,
div.search-area > form > table p.error,
table.horizontal p.success,
table.horizontal p.warning,
table.horizontal p.error {
  margin: 0 0 5px 0;
}

/*---------------------------
    Miwa Link's
---------------------------*/
section {
  /* 画像有りリスト */
  /* 画像無しリスト */
  /* 画像無しリスト(ラインリスト) */
}
section.image-list > ul {
  margin: 0px 15px 30px;
  padding: 10px 0px;
}
section.image-list > ul > li {
  position: relative;
  margin: 5px 0px;
  min-height: 67px;
}
section.image-list > ul > li > a > div.img_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 67px;
}
section.image-list > ul > li > a > div.img_wrapper > img {
  width: 100%;
}
section.image-list > ul > li > a > dl {
  margin: 0 0 0 120px;
  padding: 0;
  line-height: 150%;
}
section.image-list > ul > li > a > dl > dd {
  position: relative;
  margin: 0px;
  padding: 0px;
  min-height: 15px;
}
section.image-list > ul > li > a > dl > dd.time {
  padding-left: 25px;
}
section.image-list > ul > li > a > dl > dd.time:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "\f017";
  font-family: "fontawesome";
  font-size: 16px;
}
section.list h3 {
  margin: 0 10px;
  width: 95%;
  border-bottom: 1px solid #000000;
}
section.list > ul {
  margin: 0 20px 30px;
  padding: 0px;
}
section.list > ul > li {
  margin: 0;
  padding: 0;
}
section.list > ul > li img {
  float: left;
  margin: 4px;
  width: 100px;
}
section.list > ul > li dl {
  margin: 10px 0;
  padding: 0;
}
section.list > ul > li dl > dt {
  margin: 5px 0 20px 20px;
}
section.list > ul > li dl > dd {
  position: relative;
  margin: 0;
  font-size: 12px;
}
section.list > ul > li dl > dd > span.text-color {
  color: #333333;
}
section.line-list > ul {
  margin: 0 0  30px;
  padding: 0;
}
section.line-list > ul > li {
  margin: 0px;
  padding: 0px;
}
section.line-list > ul > li img {
  display: none;
}
section.line-list > ul > li dl {
  margin: 0;
  padding: 10px 10px 5px;
  border-bottom: 1px solid #f0f0f0;
}
section.line-list > ul > li dl > dt {
  margin: 15px 3px 3px;
  font-size: 13px;
  line-height: 170%;
}
section.line-list > ul > li dl > dd {
  display: none;
  border-bottom: solid 1px;
}

/*info*/
dl.info {
  width: 95%;
  margin: 10px auto 30px;
}
dl.info:after {
  content: "";
  display: table;
  clear: both;
}
dl.info > dt {
  border-bottom: 1px solid #000000;
  font-size: 18px;
  padding: 11px 0px;
}
dl.info > dd {
  margin: 0px;
  padding: 10px 0px;
}
dl.info > dd.time {
  float: left;
  width: 50%;
}
dl.info > dd.price {
  float: left;
  width: 50%;
  text-align: right;
}
div.info {
  display:flex;
  justify-content: flex-start;
  float: left;
  width: 100%;
}
div.week-day-name {
  display:flex;
  justify-content: flex-start;
  float: left;
  width: 100%;
  margin: 5px 0;
}
div > dd.newtime {
  margin: 0px;
  float: left;
  width: 50%;
}
div > dd.newprice {
  float: left;
  width: 50%;
  text-align: right;
}


/*
ボタンエリア
 */
div.button-area button {
  float: left;
  width: 153px;
  /* padding: 8px 9px; */
  margin: 10px 10px;
}
div.button-area button:last-child {
  float: right;
}

div.box-container {
  float: left;
  width: 140px;
  height: 45px;
  padding: 0px 12px;
  font-size: 15px;
}
div.box-container:after {
  clear: both;
}

div.price {
  margin: 4px 0px 6px 11px;
}

div.from {
  float: left;
}

hr {
  width: 95%;
  margin-top: 16px;
}
