@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");

/* 共通 ---------------------------------- */

body {
  color: #333;
  font-family: "メイリオ", Segoe UI, "ヒラギノ角ゴ", Helvetica, sans-serif;
  margin-top: 0px;
  -webkit-text-size-adjust: none;
  font-size: 14px;
  line-height: 1.5;
  min-width: 320px;
}

/*text*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
}

h1,
h2,
h3 {
  color: #333;
  font-weight: bold;
  text-align: left;
}

h1,
h2 {
  border-bottom: 3px solid #f2f2f2;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 0 10px 10px 10px;
}
h1 input,
h1 select,
h1 .btn,
h2 input,
h2 select,
h2 .btn {
  font-size: 12px;
  font-weight: normal;
  margin: -8px 0 -4px 10px;
}

h1 {
  font-size: 24px;
}

#detailUnitMain,
#detailStandardMain {
  word-break: break-all;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 14px;
  padding: 5px 0 5px 10px;
  margin-bottom: 10px;
  line-height: 30px;
}
h3 .btn {
  font-size: 12px;
  font-weight: normal;
}

h3 input,
h3 select {
  font-weight: normal;
  line-height: normal;
}

h4 {
  background-color: #e9e9e9;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 10px 0;
  text-align: center;
}
#contents {
  max-width: 1140px;
  margin-inline: auto;
}
.mb10 {
  margin-bottom: 10px;
}
a {
  color: #262b3f;
  text-decoration: none;
  cursor: pointer;
}
a img {
  transition: opacity 0.1s ease-in-out;
}
a:hover {
  cursor: pointer;
}
a:hover img {
  opacity: 0.7;
}
a._a {
  /* pointer-events:none; */
  cursor: default;
}

.content_block .wrapper {
  text-align: center;
}
.content_block .left {
  float: inherit;
}

/*---------------------------------------------------------------------------
 * 文章ブロック
 */

.content_block .text_block p {
  line-height: 160%;
}

/* 告知、終了などのメッセージ表記 */
/* text_blockにmessage_blockのクラスを付加 */
.content_block .text_block.message_block {
  border: 3px solid #cfcfcf;
  border-radius: 10px;
  padding: 2%;
  box-sizing: border-box;
  font-size: 100%;
  font-weight: bold;
  color: #999999;
}
/* 青色系メッセージ表記 */
.content_block .text_block.message_block.message_success {
  border-color: #64b1d6;
  color: #64b1d6;
}
/* 黄色系メッセージ表記 */
.content_block .text_block.message_block.message_warning {
  border-color: #efb358;
  color: #efb358;
}
/* 赤色系メッセージ表記 */
.content_block .text_block.message_block.message_error {
  border-color: #de585b;
  color: #de585b;
}

@media (min-width: 768px) {
  .content_block .pc_view {
    display: inline-block;
  }
  .content_block .sp_view {
    display: none;
  }
}
@media (max-width: 768px) {
  .content_block .pc_view {
    display: none;
  }
  .content_block .sp_view {
    display: inline-block;
  }
}

/*---------------------------------------------------------------------------
	 * 文章ブロック
	 */
/* 告知、終了などのメッセージ表記 */
.content_block .text_block.message_block {
  border-width: 2px;
  font-size: 88%;
}
.content_block .text_block {
  padding-left: 3%;
  padding-right: 3%;
}
.content_block .text_block .wrapper {
  text-align: left;
}

.content_block {
  text-align: center;
  /* 丸ゴシック系 */
  font-family: heisei-maru-gothic-std, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  max-width: 980px;
  margin: auto;
  box-sizing: border-box;
  font-weight: 400; /* Regular: 400, SemiBold: 500, bold: 700; */
  font-style: normal;
  /* 通常テキスト文の標準フォントサイズ */
}

/* //フォント基本値 */
@media only screen and (min-width: 1200px) {
  .content_block {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .content_block {
    font-size: 1.3vw;
  }
}

@media only screen and (max-width: 992px) {
  .content_block {
    font-size: 1.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .content_block {
    font-size: 2vw;
  }
}

@media only screen and (max-width: 576px) and (orientation: portrait) {
  .content_block {
    font-size: 3vw;
  }
}

.square_block {
  width: 100%;
}

.square_block .slick {
  padding-left: 25px;
}

.square_block .slick span {
  display: block;
  color: #333;
  text-align: left;
  font-size: 130%;
  padding: 5% 0;
}

.square_block .slick a {
  margin-right: 20px;
}

.square_block .slick a:hover {
  text-decoration: none;
  color: #333;
}

.square_block .slick .slick-prev,
.square_block .slick .slick-next {
  height: auto;
  width: auto;
  top: calc(50% - 25px);
}

.square_block .slick .slick-prev {
  left: 0;
}

.square_block .slick .slick-next {
  right: -1%;
}

.square_block .hidden_block {
  display: flex;
  flex-wrap: wrap;
}

.square_block .hidden_block a {
  display: inline-block;
  margin-right: 2.5%;
  max-width: 250px;
  outline: none;
}

.square_block .hidden_block a:hover {
  text-decoration: none;
  color: #333;
}

.square_block .hidden_block a span {
  display: block;
  color: #333;
  text-align: left;
  font-size: 130%;
  padding: 5% 0;
}

@media (max-width: 991px) {
  .square_block .slick {
    padding: 0;
  }
  .square_block .slick .slick-list {
    padding: 0 5% 0 0 !important;
  }
  .square_block .slick span {
    line-height: 120%;
  }
  .square_block .slick .slick-next {
    right: -5%;
  }
  .square_block .slick .slick-prev {
    left: -5%;
  }
  .square_block .hidden_block a {
    width: 170px;
  }
  .square_block .hidden_block a span {
    line-height: 120%;
  }
}

@media (max-width: 850px) {
  .square_block .slick {
    width: 90%;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .square_block .slick {
    width: 100%;
  }
  .square_block .slick a span {
    font-size: 90%;
  }
  .square_block .slick .slick-next {
    right: 0;
  }
  .square_block .slick .slick-prev {
    left: 0;
  }
}

/** ユーザー管理のカテゴリページ個別css */
#category_icons .sp {
  display: none;
}

#category_icons .pc {
  display: inline-block;
}

#category_icons * {
  box-sizing: border-box;
}

#category_icons img {
  max-width: 100%;
}

#category_icons .block_bottom {
  padding: 3% 2% 5%;
  border-bottom: 20px solid #f2f2f2;
  margin-bottom: 5%;
  text-align: center;
}

#category_icons .block_bottom:first-child {
  margin-top: 10%;
}

#category_icons .block_bottom.no_line {
  border-bottom: none;
}

#category_icons .bar {
  display: inline-block;
  margin: auto;
  font-size: 180%;
  margin-bottom: calc(5% + 10px);
  position: relative;
  padding: 0;
}

#category_icons .bar:after {
  content: "";
  width: 52px;
  height: 8px;
  background-image: url("/img/usr/genre/rA6/top_title_bar_icon.png");
  background-size: contain;
  position: absolute;
  bottom: -50%;
  left: calc(50% - 26px);
}

#category_icons .scroll_set {
  overflow: hidden;
}

#category_icons .square_block {
  width: 100%;
}

#category_icons .square_block .slick a span {
  font-size: 90%;
}

#category_icons .square_block .hidden_block {
  display: flex;
  flex-wrap: wrap;
}

#category_icons .square_block .hidden_block a {
  display: inline-block;
  margin-right: 30px;
  max-width: 180px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

#category_icons .square_block .hidden_block a:hover {
  text-decoration: none;
  color: #333;
}

#category_icons .square_block .hidden_block a span {
  display: block;
  color: #333;
  text-align: left;
  font-size: 110%;
  padding: 5% 0;
}

#category_icons .square_block .hidden_block a:focus {
  outline: none;
}

#category_icons .category_list_block {
  display: flex;
  flex-wrap: wrap;
}

#category_icons .category_list_block a {
  display: block;
  width: 20%;
  padding: 2%;
  box-sizing: border-box;
}

#category_icons .category_list_block a:hover {
  text-decoration: none !important;
}

#category_icons .category_list_block a:hover span {
  opacity: 0.8;
}

#category_icons .category_list_block a span {
  color: #333;
  display: block;
  text-align: center;
  font-weight: 500;
  padding: 3% 0;
}

#category_icons .button_list_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#category_icons .button_list_block a {
  display: flex;
  width: 32%;
  margin-bottom: 2%;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  background-color: #f1f1f1;
  margin-right: 2%;
  transition: 0.3s;
}

#category_icons .button_list_block a span {
  color: #333;
  font-weight: 500;
}

#category_icons .button_list_block a:nth-of-type(3n) {
  margin-right: 0;
}

#category_icons .button_list_block a:hover {
  background-color: #f8f8f8;
  text-decoration: none !important;
}

#category_icons .button_list_block a:hover span {
  opacity: 0.8;
}

.content_block {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: auto;
}

.content_block * {
  box-sizing: border-box;
}

.content_block .pc {
  display: inline-block;
}

.content_block .sp {
  display: none;
}

.content_block h2,
.content_block h3,
.content_block h4,
.content_block h5,
.content_block h6 {
  background: inherit;
  padding: 0;
  margin: 0;
}

.content_block img {
  max-width: 100%;
}

.content_block a {
  text-decoration: none;
  color: #333;
}

.content_block img {
  border: 0 none;
  height: auto;
  line-height: 1;
  outline: none;
  text-decoration: none;
}

.content_block a img:hover {
  opacity: 0.7;
}

.content_block .clearfix:after {
  content: " ";
  display: block;
  clear: both;
  zoom: 1;
}

.content_block .flex_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.content_block .flex_block.l_cell2 .item_box {
  width: 48%;
  margin: 1%;
}

.content_block .flex_block.l_cell3 .item_box {
  width: 31%;
  margin: 1%;
}

.content_block .category_link {
  text-align: center;
  padding: 10% 5% 0;
}

.content_block .category_link .category_link_title {
  text-align: center;
  font-size: 140%;
  margin-bottom: 6%;
  line-height: 1.3;
}

.content_block .category_link .category_link_text a {
  padding: 4% 3%;
  display: block;
  border-bottom: 1px solid #ccc;
  position: relative;
  text-align: left;
  font-weight: 600;
}

.content_block .category_link .category_link_text a:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='%23aaa'%3E%3Cpath d='M5 1.81l-3.79 4a.7.7 0 01-1 0 .77.77 0 010-1.06L4.51.22a.69.69 0 011 0l4.31 4.5a.78.78 0 01-.06 1.06.7.7 0 01-.95 0z'/%3E%3C/svg%3E");
  background-size: cover;
  content: "";
  transform: rotate(90deg);
  /* vertical-align: top; */
  width: 12px;
  height: 6px;
  flex-shrink: 0;
  display: block;
  margin-right: 0;
  margin-top: 0;
  position: absolute;
  top: calc(50% - 2px);
  right: 6px;
  left: auto;
}

@media screen and (max-width: 1200px) {
  #category_icons .category_list_block a span {
    font-size: 85%;
  }
  #category_icons .square_block .hidden_block a {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  #category_icons .sp {
    display: block;
  }
  #category_icons .pc {
    display: none;
  }
  .content_block {
    font-size: 3.5vw;
  }
  .content_block .sp {
    display: block;
  }
  .content_block .pc {
    display: none;
  }
  .content_block .flex_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .content_block .flex_block.s_cell1 .item_box {
    width: 100%;
    margin: 1%;
  }
  .content_block .flex_block.s_cell2 .item_box {
    width: 48%;
    margin: 1%;
  }
  .content_block .flex_block.s_cell3 .item_box {
    width: 31%;
    margin: 1%;
  }
  #category_icons .block_bottom.sp_line {
    border-bottom: 20px solid #f2f2f2;
  }

  #category_icons .scroll_set::-webkit-scrollbar {
    height: 0px;
    transition: 0.3s;
  }
  #category_icons .scroll_set:active::-webkit-scrollbar {
    height: 1px;
  }
  #category_icons .scroll_set::-webkit-scrollbar-track {
    background-color: darkgrey;
  }
  #category_icons .scroll_set::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  #category_icons .bar {
    font-size: 140%;
    margin-bottom: calc(10% + 10px);
  }
  #category_icons .bar:after {
    bottom: -10px;
  }
  #category_icons .category_list_block a {
    width: 33%;
  }
  #category_icons .category_list_block a span {
    font-size: 90%;
  }
  #category_icons .button_list_block a {
    width: 49%;
    margin-right: 2%;
  }
  #category_icons .button_list_block a:nth-of-type(3n) {
    margin-right: 2%;
  }
  #category_icons .button_list_block a:nth-of-type(2n) {
    margin-right: 0% !important;
  }
}

@media screen and (max-width: 500px) {
  #category_icons {
    font-size: 3.5vw;
  }
  #category_icons .square_block .hidden_block a {
    width: 100px;
  }
  #category_icons .square_block .hidden_block a span {
    font-size: 90%;
  }
}

@media screen and (max-width: 400px) {
  #category_icons {
    font-size: 3.5vw;
  }
  #category_icons .square_block .hidden_block a {
    width: 26vw;
  }
  #category_icons .square_block .hidden_block a span {
    font-size: 90%;
  }
}

.pc {
  display: none;
}
.sp {
  display: block;
}
.c-main_block {
  line-height: 1;
  color: #3d2a2f;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 10%;
}
.c-main_block h1,
.c-main_block h2,
.c-main_block h3 {
  border: none;
  padding: 0;
  margin: 0;
  color: #3d2a2f;
}
.c-main_block button:focus {
  outline: none;
}
.c-main_block img {
  width: 100%;
  vertical-align: middle;
}
.c-main_block a {
  color: #3d2a2f;
  text-decoration: none;
}
.c-main_block li {
  list-style: none;
}

.cmn_font_mincho {
  font-family: "Noto Serif JP", serif;
}
.c-wrap {
  padding: 0 20px;
}
.lead__area {
  padding-top: 10px;
  background: url(/img/usr/genre/rA6/bg01-sp.png) no-repeat;
  background-size: contain;
}
.cmn_ttl {
  text-align: center;
  font-size: 150%;
  line-height: 1.5;
  font-weight: 600;
}
.bar01 {
  position: relative;
  padding-top: 5.6% !important;
}
.bar01::before {
  display: block;
  content: "";
  background: url(/img/usr/genre/rA6/bar01.png) no-repeat;
  background-size: contain;
  width: 95px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.lead__area {
  padding-top: 35px;
}
.lead__txt_area {
  margin-top: 40px;
  margin-bottom: 40px;
}
.lead__txt {
  font-size: 70%;
  line-height: 1.7;
  max-height: 70px;
  overflow: hidden;
  transition: all 0.5s 0s ease;
}
.lead__txt_readmore_area {
  text-align: center;
  margin-top: 25px;
  padding-bottom: 15px;
  max-height: 120px;
  position: relative;
  overflow: hidden;
}
.lead__txt_readmore {
  font-size: 65%;
  color: #958047 !important;
  background: none;
  border: none;
  cursor: pointer;
}
.lead__txt_readmore_area::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #958047;
  border-left: 1px solid #958047;
  position: absolute;
  bottom: 10px;
  left: 47%;
  transform: rotate(225deg) translateX(-50%);
}
.lead__txt.open {
  max-height: 500px;
  transition: all 0.5s 0s ease;
}
.lead__link {
  display: flex;
  flex-wrap: wrap;
}
.lead__link li {
  width: calc((100% - 5px) / 2);
  margin-right: 5px;
  margin-bottom: 5px;
}
.lead__link li:nth-child(2n) {
  margin-right: 0;
}
.lead__link li:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.cont01 {
  padding: 25px 0 80px;
  background: url(/img/usr/genre/rA6/bg02-sp.png) no-repeat;
  background-size: cover;
}
.cont01__list_area {
  margin-top: 35px;
}
.cont01__list li {
  margin-bottom: 25px;
}
.cont01__list li:last-child {
  margin-bottom: 0;
}
.cont02 {
  padding-bottom: 40px;
  background: url(/img/usr/genre/rA6/bg03-sp.png) no-repeat;
  background-size: cover;
}
.cont02__list_area {
  margin-top: 30px;
}
.cont02__list li {
  margin-bottom: 40px;
}
.cont02__list li:last-child {
  margin-bottom: 0;
}
.cont02__list_name {
  font-size: 120%;
  text-align: center;
  font-weight: 500;
  margin-top: 20px;
}
.cont02__price_search {
  margin-top: 55px;
  background-color: #fff;
  padding: 5px;
  border-radius: 10px;
}
.cont02__price_search_wrap {
  border: 4px double #958047;
  border-radius: 10px;
  padding: 35px 0;
}
.cont02__price_search .cmn_ttl {
  font-size: 158%;
}
.cont02__price_search .bar01 {
  padding-top: 25px !important;
}
.cont02__price_list {
  margin-top: 35px;
  margin-bottom: 30px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.cont02__price_list li {
  width: calc((100% - 3px) / 2);
  margin-right: 3px;
  margin-bottom: 3px;
}
.cont02__price_list li:nth-child(2n) {
  margin-right: 0;
}
.cont02__price_list li:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.kakakuSearch {
  margin-top: 30px;
  padding: 0 39px;
}
.kakakuSearch-form-input {
  border: 1px solid #958047 !important;
  border-radius: 5px;
  width: 100%;
  padding: 12px 10px;
  font-size: 100%;
}
.kakakuSearch-form dl {
  display: flex;
  align-items: center;
}
.kakakuSearch-form dl dt {
  width: calc(100% - 40px);
}
.kakakuSearch-form dl dd {
  width: 50px;
  text-align: center;
}
.kakakuSearch-form dl dd .en {
  font-size: 150%;
  font-weight: 600;
}
.kakakuSearch-form dl dd .tax {
  font-size: 85%;
  font-weight: 600;
}
.kakakuSearch-form .between {
  color: #3d2a2f;
  writing-mode: vertical-rl;
  margin: 10px auto;
  padding-right: 30px;
  font-size: 115%;
  font-weight: bold;
}
.kakakuSearch-btn {
  background-color: #72c0c5;
  color: #fff !important;
  width: 200px;
  margin: 25px auto 0;
  padding: 8px 0;
  border-radius: 30px;
  font-size: 130%;
  display: block;
  text-align: center;
}
.cont03 {
  padding: 50px 0;
  background: url(/img/usr/genre/rA6/bg04-sp.png) no-repeat;
  background-size: cover;
}
.cont03__ttl {
  color: #3d2a2f !important;
  font-size: 158%;
  font-weight: 600;
  margin-bottom: 30px !important;
}
.bar02 {
  text-align: center;
  padding-bottom: 15px !important;
  position: relative;
}
.bar02::after {
  display: block;
  content: "";
  background: url(/img/usr/genre/rA6/bar02.png) no-repeat;
  background-size: contain;
  width: 190px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cont03__list li:first-child {
  margin-bottom: 15px;
}
.cont04 {
  padding: 40px 0;
  background: url(/img/usr/genre/rA6/bg05-sp.png) no-repeat;
  background-size: cover;
}
.cont04__wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
}
.cont04__inner {
  border: 1px solid #958047;
  border-radius: 10px;
  padding: 35px 0;
}
.cont04__ttl {
  font-size: 158%;
  font-weight: 600;
  margin-bottom: 30px !important;
}
.cont04__block {
  padding: 0 20px;
  margin-bottom: 40px;
}
.cont04__block:last-child {
  margin-bottom: 0;
}
.cont04__item {
  font-size: 128%;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px !important;
}
.cont04__txt {
  font-size: 90%;
  line-height: 1.5;
}

#category_icons .block_bottom {
  margin: 0;
  padding: 0 2% !important;
}

.block_spece {
  margin: 80px 0;
}
.block_spece.top_none {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .lead__banner {
    padding: 0 20px;
    margin-bottom: 60px;
  }
  .lead__area {
    background: url(/img/usr/genre/rA6/bg01-pc.png) no-repeat;
    background-size: contain;
    padding-top: 55px;
  }
  .bar01::before {
    width: 113px;
    height: 12px;
  }
  .cmn_ttl {
    font-size: 170%;
  }
  .lead__txt_area {
    width: 640px;
    margin: 6% auto;
    text-align: center;
  }
  .lead__txt_readmore_area::after {
    left: 48.6%;
  }
  .lead__link {
    flex-wrap: initial;
  }
  .lead__link li {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .lead__link li:nth-child(2n) {
    margin-right: 10px;
  }
  .lead__link li:last-child {
    margin-right: 0;
  }

  .cont01 {
    padding: 85px 0 100px;
    background: url(/img/usr/genre/rA6/bg02-pc.png) no-repeat;
    background-size: cover;
  }
  .cont01__list_area {
    margin-top: 45px;
  }
  .cont01__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cont01__list li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 0;
  }
  .cont01__list li:nth-child(2n) {
    margin-right: 0;
  }
  .cont02 {
    padding-bottom: 60px;
    background: url(/img/usr/genre/rA6/bg03-pc.png) no-repeat;
    background-size: cover;
  }
  .cont02__list_area {
    margin-top: 45px;
  }
  .cont02__list {
    display: flex;
    flex-wrap: wrap;
  }
  .cont02__list li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 45px;
  }
  .cont02__list li:nth-child(2n) {
    margin-right: 0;
  }
  .cont02__list li:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  .cont02__list_name {
    font-size: 130%;
  }
  .cont02__price_search {
    margin-top: 85px;
  }
  .cont02__price_search_wrap {
    padding: 45px 0;
  }
  .cont02__price_search .bar01 {
    padding-top: 25px !important;
  }
  .cont02__price_search .bar01::before {
    width: 90px;
  }
  .cont02__price_search .cmn_ttl {
    font-size: 180%;
  }
  .cont02__price_list {
    padding: 0 30px;
    margin: 40px 0 70px;
    justify-content: center;
  }
  .cont02__price_list li {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
    margin-bottom: 0;
  }
  .cont02__price_list li:nth-child(2n) {
    margin-right: 10px;
  }
  .cont02__price_list li:last-child {
    margin-right: 0;
  }
  .kakakuSearch {
    margin: 40px auto 0;
    padding: 0;
    width: 650px;
  }
  .kakakuSearch-form {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kakakuSearch-form-input {
    width: 230px;
  }
  .kakakuSearch-form dl dt {
    width: auto;
  }
  .kakakuSearch-form dl dd {
    width: calc(100% - 240px);
    margin-left: 10px;
    display: flex;
    align-items: end;
  }
  .kakakuSearch-form .between {
    writing-mode: initial;
    margin: 0 10px;
    padding: 0;
  }
  .cont03 {
    padding: 60px 0;
    background: url(/img/usr/genre/rA6/bg04-pc.png) no-repeat;
    background-size: cover;
  }
  .cont03__ttl {
    font-size: 180%;
    margin-bottom: 40px;
    padding-bottom: 20px !important;
  }
  .cont03__list {
    display: flex;
  }
  .cont03__list li:first-child {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .cont04 {
    background: url(/img/usr/genre/rA6/bg05-pc.png) no-repeat;
    background-size: cover;
  }
  .cont04__inner {
    padding: 60px 0;
  }
  .cont04__ttl {
    font-size: 180%;
    margin-bottom: 60px !important;
  }
  .bar02 {
    padding-bottom: 20px !important;
  }
  .cont04__block {
    padding: 0 60px;
    margin-bottom: 60px;
  }
  .cont04__item {
    font-size: 160%;
    margin-bottom: 25px !important;
    background-image: url(/img/usr/genre/rA6/side_bar_l.png),
      url(/img/usr/genre/rA6/side_bar_r.png);
    background-position: left, right;
    background-repeat: no-repeat;
  }
  .cont04__txt {
    font-size: 100%;
  }

  .block_spece {
    margin: 100px 0;
  }
}
.product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.product-item {
  flex: 1 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
  text-align: center;
}

.product-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.product-item p {
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .product-item {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
.cmn__btn {
  margin-top: 40px;
}
.cmn__btn a {
  font-size: 130%;
  padding: 18px 0;
  max-width: 500px;
  margin: 0 auto;
}
.cmn__btn a {
  display: block;
  width: 100%;
  text-align: center;
  max-width: 350px;
  padding: 15px 0;
  font-size: 115%;
  font-weight: 600;
  color: #fff;
  background-color: #d8be6e;
  border-radius: 40px;
  margin: 0 auto;
}
.cmn__btn a {
  text-decoration: none;
}
.cmn__btn a:hover {
  opacity: 0.8;
}
h3 {
  color: #307d73;
}
