@charset "utf-8";

.category_links-wrap {
  margin: 0 auto;
  width: 100rem;
}

.category_links {
  position: relative;
  margin: 5rem 0 3rem 0;
  padding: 1.5rem 2rem 1.5rem 3rem;
  background: #f7f4ef;
  border-radius: 1rem;
  color: #279761;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  width: 76rem;
}

iframe {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

#category .addInner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#category .addCont01::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(187, 214, 150);
  content: "";
  pointer-events: none;
  z-index: -1;
  background: url(img/addCont01_bg.jpg) no-repeat;
  background-size: cover;
}

#category .addCont01 .block .box-body .txt .label {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -1.5rem;
  transform: translateX(-50%);
  padding: 0.5rem 2rem;
  background: #333;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.5rem;
  line-height: 1.1;
  text-align: center;
}

#category .addCont01 p.note {
  margin: 3rem 20px 0 20px;
  font-size: 1.2rem;
  line-height: 1.6;
}

#category .addCont01 .block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#category .addCont01 p.lead {
  margin: 0 20px 8rem 20px;
  color: #ffffff;
  width: 720px;
}

/*--------------------------------------
3選詳細
---------------------------------------*/

#custom-box .addCont02 {
  position: relative;
  padding: 10rem 0;
  background: url(img/add01_bg_01.png) repeat;
}

#custom-box .addCont02::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(187, 214, 150);
  background: -webkit-linear-gradient(0deg, rgba(187, 214, 150, 1) 0%, rgba(154, 188, 100, 1) 100%);
  background: linear-gradient(0deg, rgba(187, 214, 150, 1) 0%, rgb(155 194 102) 100%);
  content: "";
  pointer-events: none;
  z-index: -1;
}

#custom-box .addCont02 .en {
  color: #d17119;
}

#custom-box .addCont02 .addCont-title,
#custom-box .addCont02 .lead {
  color: #ffffff;
}

#custom-box .addCont02-company {
  margin: 0 1rem 10rem;
  padding: 4rem;
  background: #fff;
  border-radius: 2rem;
}

#custom-box .addCont02-company:last-child {
  margin-bottom: 0;
}

#custom-box .addCont02 table th {
  width: 24rem;
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
}

#custom-box .addCont02 table td {
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
}

#custom-box .addCont02 .block-head {
  min-height: 10rem;
  margin: 0 0 3rem 0;
  padding: 0 0 2.4rem 12rem;
  border-bottom: 5px solid #e6e8ce;
}

#company-1 .block-head {
  background: url(img/add02_ico_01.png) no-repeat left top;
  background-size: 100px auto;
}

#company-2 .block-head {
  background: url(img/add02_ico_02.png) no-repeat left top;
  background-size: 100px auto;
}

#company-3 .block-head {
  background: url(img/add02_ico_03.png) no-repeat left top;
  background-size: 100px auto;
}

#custom-box .addCont02 .block-head .catch {
  padding: 1rem 0 0.5rem 0;
  color: #faa501;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

#custom-box .addCont02 .block-head .name {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}

#custom-box .addCont02 .fig {
  max-width: 76rem;
  margin: 0 auto;
  text-align: center;
}

#custom-box .addCont02 .fig+.caption {
  text-align: center;
}

#custom-box .addCont02 .block {
  position: relative;
  margin: 0 3rem;
}

#custom-box .addCont02 .block.arrow {
  margin: 0 3rem 12rem 3rem;
}

#custom-box .addCont02 .block.arrow::before {
  position: absolute;
  left: 50%;
  top: calc(100% + 4rem);
  transform: translateX(-50%);
  width: 7.5rem;
  height: 3.8rem;
  background-size: contain;
  content: "";
}

#custom-box .addCont02 .block .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 4rem 0;
}

#custom-box .addCont02 .block .box-fig {
  width: 28rem;
  text-align: center;
}

#custom-box .addCont02 .block .box-txt {
  width: calc(100% - 28rem);
  padding: 0 0 0 3rem;
}

#custom-box .addCont02 .block .box-txt .ttl {
  margin: 3rem 0 1.5rem 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

#custom-box .addCont02 .block .box-txt .ttl:first-child {
  margin: 0 0 1.5rem 0;
}

#custom-box .addCont02 .block .box-txt p:not([class]) {
  margin: 1em 0 0 0;
  font-size: 1.4rem;
}

#custom-box .addCont02 .block .box.fig-r .box-fig {
  order: 2;
}

#custom-box .addCont02 .block .box.fig-r .box-txt {
  padding: 0 3rem 0 0;
  order: 1;
}

#custom-box .addCont02 .title {
  position: relative;
  margin: 16rem 0 4rem 0;
  padding: 2rem 2rem 1.5rem 2rem;
  background: #f8edc0;
  border-radius: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#custom-box .addCont02 .title::before {
  position: absolute;
  left: 2rem;
  top: -2rem;
  width: 14.4rem;
  height: 3.6rem;
  background: url(img/add02_bg_02.png) no-repeat left top;
  background-size: contain;
  content: "";
}

#custom-box .addCont02 .title span {
  color: #f9885c;
  font-size: 2.6rem;
}

#custom-box .addCont02-company>.catch {
  margin: 4rem 2.5rem 2rem 2.5rem;
  padding: 0 0 1.2rem 0;
  border-bottom: 1px dashed #333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

#custom-box .addCont02-company>.catch+p:not([class]),
#custom-box .addCont02-company>.catch+p:not([class])+p:not([class]) {
  margin: 1em 2.5rem 0 2.5rem;
}

#custom-box .addCont02 h4:not([class])+p:not([class]),
#custom-box .addCont02 h4:not([class])+p:not([class])+.caption {
  margin: 1em 2.5rem 0 2.5rem;
}

#custom-box .addCont02 .btn-web {
  max-width: 33rem;
}

.product-gazou {
  text-align: center
}

.category_links+ul {
  width: 76rem;
  margin: 4rem 0;
  padding: 0;
  font-size: 1.4rem;
}

.category_links+ul li {
  position: relative;
  margin: 0 0 0.6rem 0;
  padding: 0 0 0 1.8rem;
}

.category_links+ul li::before {
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0.7rem;
  height: 0.7rem;
  background: #279761;
  border-radius: 50%;
  content: "";
}

.category_links+ul li a:link {
  text-decoration: underline;
}

.category_links+ul li a:visited,
.category_links+ul li a:hover {
  text-decoration: none;
}

.top-box {
  background: #f8edc0;
  border: solid 4px #ed9137;
  padding: 1rem 2rem;
  margin: 3rem 0 0;
}

.main-low .top-box>h2 {
  margin: 3rem 0 0;
}

.lower-bottom-head {
  width: 100rem;
  margin: 0 auto;
}

.lower-bottom-head div {
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  color: #279761;
  margin: 0 0 2rem;
}

.lower-bottom-head p {
  text-align: center;
}

.addCont01 .block .box-body .txt .price {
  text-align: center;
  font-size: 20px;
}

.addCont01.lower .block .box-body .txt .price {
  text-align: center;
  font-size: 16px;
}

.addCont01 .block .box-body .txt .price span {
  font-weight: bold;
  background: linear-gradient(transparent 68%, #ffe57a 68%);
  display: inline-block;
}

#index .table-scroll table tr th:first-child {
  width: 100px;
}

#category .table-scroll table tr th:first-child {
  width: 100px;
}

#index .table-scroll table tr td.price {
  color: #be5800;
  font-weight: bold;
}

#category .table-scroll table tr td.price {
  color: #be5800;
  font-weight: bold;
}

#index .table-scroll table tr td .btn-web {
  margin: 0;
}

#category .table-scroll table tr td .btn-web {
  margin: 0;
}

#category .table-scroll table tr td .btn-web a {
  font-size: 14px;
  padding: 2rem;
  background-image: none;
}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/

  .category_links-wrap {
    margin: 0 auto;
    width: inherit;
  }

  .category_links {
    padding: 1.5rem;
    font-size: 2.1rem;
    width: 95%;
    margin: 2rem auto 1rem;
  }

  .category_links+ul {
    margin: 0 auto 3rem;
    width: 90%;
  }

  #category .addCont01 p.lead {
    margin: 0 auto 8rem auto;
    color: #ffffff;
    width: 100%;
  }

  /*--------------------------------------
3選詳細
---------------------------------------*/
  #custom-box .addCont02 {
    padding: 4rem 0;
    background: url(img/add01_bg_01_sp.png) repeat;
    background-size: 5rem;
  }

  #custom-box .addCont02-company {
    margin: 0 auto 6rem;
    padding: 2rem 1.7rem;
    width: 97%;
  }

  #custom-box .addCont02-company:last-child {
    margin: 0 auto 6rem;
  }

  #custom-box .addCont02 table th {
    width: 100%;
    padding: 1.5rem;
    font-size: 1.4rem;
  }

  #custom-box .addCont02 table td {
    padding: 1.5rem;
    font-size: 1.4rem;
    text-align: center;
  }

  #custom-box .addCont02 .block-head {
    min-height: 8rem;
    margin: 0 0 3rem 0;
    padding: 0 0 1.6rem 9rem;
  }

  #custom-box #company-1 .block-head {
    background-size: 75px auto;
    margin-top: 2rem;
  }

  #custom-box #company-2 .block-head {
    background-size: 75px auto;
  }

  #custom-box #company-3 .block-head {
    background-size: 75px auto;
  }

  #custom-box .addCont02 .block-head .catch {
    padding: 0 0 0.5rem 0;
    font-size: 1.6rem;
  }

  #custom-box .addCont02 .block-head .name {
    font-size: 2.1rem;
  }

  #custom-box .addCont02 .fig {
    max-width: 100%;
  }

  #custom-box .addCont02 .block {
    margin: 0;
  }

  #custom-box .addCont02 .block.arrow {
    margin: 0 0 8rem 0;
  }

  #custom-box .addCont02 .block.arrow::before {
    top: calc(100% + 2rem);
  }

  #custom-box .addCont02 .block .box-fig {
    width: 100%;
    margin: 0 0 2rem 0;
  }

  #custom-box .addCont02 .block .box-txt {
    width: 100%;
    padding: 0;
  }

  #custom-box .addCont02 .block .box-txt .ttl {
    margin: 2rem 0 1.5rem 0;
    font-size: 1.8rem;
  }

  #custom-box .addCont02 .block .box.fig-r .box-fig {
    order: 1;
  }

  #custom-box .addCont02 .block .box.fig-r .box-txt {
    padding: 0;
    order: 2;
  }

  #custom-box .addCont02 .title {
    margin: 6rem 0 3rem 0;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    font-size: 1.6rem;
  }

  #custom-box .addCont02 .title::before {
    left: 1.5rem;
    top: -2rem;
    width: 12rem;
    height: 3rem;
  }

  #custom-box .addCont02 .title::after {
    top: -8rem;
  }

  #custom-box .addCont02 .title span {
    font-size: 2rem;
  }

  #custom-box .addCont02-company>.catch {
    margin: 2rem 0;
    padding: 0 0 0.8rem 0;
    font-size: 1.6rem;
  }

  #custom-box .addCont02-company>.catch+p:not([class]),
  #custom-box .addCont02-company>.catch+p:not([class])+p:not([class]) {
    margin: 1em 0 0 0;
  }

  #custom-box .addCont02 h4:not([class])+p:not([class]),
  #custom-box .addCont02 h4:not([class])+p:not([class])+.caption {
    margin: 1em 0 0 0;
  }

  #custom-box .addCont02 .btn-web {
    max-width: 90%;
  }

  .btn-tel a {
    display: block;
  }

  .btn-tel a span {
    text-align: center;
    font-size: 12px;
  }

  .lower-bottom-head {
    padding: 0 1rem;
    width: inherit;
  }

  .lower-bottom-head div {
    line-height: 1.4;
    font-size: 2rem;
  }

  #index .table-scroll {
    margin: 0 auto;
    overflow-y: scroll;
    width: 90%;
  }

  #category .table-scroll {
    margin: 0 auto;
    overflow-y: scroll;
    width: 90%;
  }

  #index .table-scroll>p {
    color: #fff;
  }

  #category .table-scroll>p {
    color: #fff;
  }

  #index .table-scroll table {
    margin: 10px 0 0;
  }

  #category .table-scroll table {
    margin: 10px 0 0;
    width: 600px;
  }

  #index .table-scroll table tr th {
    display: table-cell;
  }

  #category .table-scroll table tr th {
    display: table-cell;
  }

  #index .table-scroll table tr td {
    display: table-cell;
  }

  #category .table-scroll table tr td {
    display: table-cell;
  }

  #index .table-scroll table tr td .btn-web {
    width: 300px;
  }

  #category .table-scroll table tr td .btn-web {
    width: 300px;
  }

}
