@charset "UTF-8";
/* CSS Document */
/* ###################  ブレイクポイントの設定  ################### */
/*ブレイクポイント*/
/*    タグリセット      */
html, body {
  margin: 0;
  padding: 0; }

body {
  font-family: "Noto Sans", 'NotoSansCJKjp', "Noto Sans CJK JP", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif; }

ul, dl, ol {
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  text-decoration: none;
  box-sizing: border-box;
  color: #155077; }

a.btn {
  border-width: 1px;
  border-style: solid;
  border-color: #aaa;
  padding: 10px 20px;
  display: inline-block;
  margin: 2px; }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto; }

table {
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #aaa; }

.line_table {
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #aaa;
  color: #555;
  width: 100%;
  margin-top: 38px; }
  .line_table img {
    vertical-align: baseline; }

th {
  border-top: 1px solid #aaa;
  background-color: #f5f5f5;
  padding: 10px 10px 10px 10px;
  text-align: left;
  white-space: nowrap; }

td {
  border-top: 1px solid #aaa;
  padding: 10px 0 10px 10px; }

@media screen and (max-width: 640px) {
  .disp_pc {
    display: none !important; } }

@media screen and (max-width: 1000px) {
  .disp_pad {
    display: none !important; } }

.disp_sp {
  display: none !important; }
  @media screen and (max-width: 640px) {
    .disp_sp {
      display: block !important; } }

.center {
  text-align: center; }

.t_right {
  text-align: right; }

.t_red {
  color: #D80C18; }

figure {
  margin: 0;
  text-align: center; }

figcaption {
  text-align: center; }

/* ####  マージン　パディング  #####*/
.mt_00 {
  margin-top: 0px !important; }

.mb_00 {
  margin-bottom: 0px !important; }

.pt_00 {
  padding-top: 0px !important; }

.pb_00 {
  padding-bottom: 0px !important; }

.mt_10 {
  margin-top: 10px !important; }

.mb_10 {
  margin-bottom: 10px !important; }

.pt_10 {
  padding-top: 10px !important; }

.pb_10 {
  padding-bottom: 10px !important; }

.mt_20 {
  margin-top: 20px !important; }

.mb_20 {
  margin-bottom: 20px !important; }

.pt_20 {
  padding-top: 20px !important; }

.pb_20 {
  padding-bottom: 20px !important; }

.mt_30 {
  margin-top: 30px !important; }

.mb_30 {
  margin-bottom: 30px !important; }

.pt_30 {
  padding-top: 30px !important; }

.pb_30 {
  padding-bottom: 30px !important; }

.mt_40 {
  margin-top: 40px !important; }

.mb_40 {
  margin-bottom: 40px !important; }

.pt_40 {
  padding-top: 40px !important; }

.pb_40 {
  padding-bottom: 40px !important; }

.mt_50 {
  margin-top: 50px !important; }

.mb_50 {
  margin-bottom: 50px !important; }

.pt_50 {
  padding-top: 50px !important; }

.pb_50 {
  padding-bottom: 50px !important; }

.mt_60 {
  margin-top: 60px !important; }

.mb_60 {
  margin-bottom: 60px !important; }

.pt_60 {
  padding-top: 60px !important; }

.pb_60 {
  padding-bottom: 60px !important; }

.mt_70 {
  margin-top: 70px !important; }

.mb_70 {
  margin-bottom: 70px !important; }

.pt_70 {
  padding-top: 70px !important; }

.pb_70 {
  padding-bottom: 70px !important; }

.mt_80 {
  margin-top: 80px !important; }

.mb_80 {
  margin-bottom: 80px !important; }

.pt_80 {
  padding-top: 80px !important; }

.pb_80 {
  padding-bottom: 80px !important; }

.mt_90 {
  margin-top: 90px !important; }

.mb_90 {
  margin-bottom: 90px !important; }

.pt_90 {
  padding-top: 90px !important; }

.pb_90 {
  padding-bottom: 90px !important; }

header {
  border-width: 5px 0 0 0;
  border-style: solid;
  border-color: #D80C18;
  height: 100px;
  display: flex;
  align-items: center;
  background: #fff; }
  @media screen and (max-width: 640px) {
    header {
      height: auto;
      padding: 10px 0; } }
  header h1 {
    margin: 4px 0 0 0;
    padding: 0;
    color: #D80C18;
    font-size: 9pt;
    font-weight: normal; }
    @media screen and (max-width: 640px) {
      header h1 {
        margin-top: 2px; } }

#header_wrapper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex; }

#header_left {
  width: 220px;
  text-align: center;
  margin-left: 10px; }
  @media screen and (max-width: 640px) {
    #header_left {
      width: 60%;
      text-align: left; } }
  @media screen and (max-width: 640px) {
    #header_left img {
      max-width: 50%; } }

#header_right {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
  width: calc(100% - 200px); }
  #header_right .header_sns {
    display: flex;
    margin: auto 20px auto 0;
    gap: 6px; }
    @media screen and (max-width: 640px) {
      #header_right .header_sns {
        display: none; } }
    #header_right .header_sns img {
      height: 30px;
      width: auto; }
  #header_right ul {
    display: flex;
    margin: auto 0px auto 0; }
    @media screen and (max-width: 640px) {
      #header_right ul {
        width: 60%; } }
  #header_right li {
    margin-right: 6px; }
  #header_right a {
    display: block;
    width: 100%; }

nav {
  width: 100%;
  margin: auto;
  background: #D80C18;
  color: #fff; }
  nav ul {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-evenly; }
    nav ul ul {
      display: none;
      position: absolute;
      background: #D80C18; }
    nav ul li {
      width: 100%;
      position: relative;
      text-align: center; }
      @media screen and (max-width: 640px) {
        nav ul li {
          margin: 0 4px; } }
    nav ul li:hover ul {
      display: block;
      width: 100%; }
    nav ul span {
      display: block; }
      @media screen and (max-width: 640px) {
        nav ul span {
          display: none; } }
    nav ul .menu_off {
      display: none; }
    @media screen and (max-width: 640px) {
      nav ul .menu_on {
        display: block; } }
  nav a {
    color: #fff;
    padding: 12px 0;
    display: block;
    width: 100%; }
    @media screen and (max-width: 640px) {
      nav a {
        padding: 4px 0; } }

.fixed {
  position: sticky;
  top: 0px;
  z-index: 100; }
  @media screen and (max-width: 640px) {
    .fixed {
      position: fixed;
      top: inherit;
      bottom: 0; } }

#pankuzu_box {
  background: #EF7800;
  color: #fff;
  width: 100%;
  margin: 0px auto auto auto;
  padding: 4px 0; }
  @media screen and (max-width: 640px) {
    #pankuzu_box {
      margin-bottom: 20px;
      padding: 1px 0; } }
  #pankuzu_box .pankuzu_inner {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 640px) {
      #pankuzu_box .pankuzu_inner {
        width: 96%; } }
  #pankuzu_box .end_sitemap {
    font-size: 10pt;
    border-radius: 10px;
    color: #fff;
    word-break: keep-all;
    display: flex;
    align-items: center;
    padding: 4px 20px 4px 6px;
    background: #fff;
    color: #EF7800;
    font-weight: bold; }
    @media screen and (max-width: 640px) {
      #pankuzu_box .end_sitemap {
        font-size: 9pt;
        font-weight: normal;
        padding: 2px 12px 3px 5px; } }
    #pankuzu_box .end_sitemap img {
      margin-right: 6px; }
      @media screen and (max-width: 640px) {
        #pankuzu_box .end_sitemap img {
          width: 18px;
          height: 18px; } }
    #pankuzu_box .end_sitemap:hover {
      background: #6a9231;
      color: #fff; }

.pankuzu {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  align-items: center; }
  @media screen and (max-width: 640px) {
    .pankuzu {
      width: 80%;
      overflow-x: scroll;
      margin-left: 0; } }
  .pankuzu li {
    position: relative; }
    @media screen and (max-width: 640px) {
      .pankuzu li {
        word-break: keep-all;
        display: block;
        margin-right: 4px; } }
  .pankuzu li:not(:last-of-type)::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px; }
  .pankuzu a {
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    padding: 6px 15px 6px 10px;
    min-height: 34px; }
    @media screen and (max-width: 640px) {
      .pankuzu a {
        font-size: 8pt;
        padding: 6px 12px 6px 4px; } }
  .pankuzu img {
    margin-right: 6px; }
    @media screen and (max-width: 640px) {
      .pankuzu img {
        display: none; } }

main {
  width: 100%;
  margin: auto; }
  main article {
    width: 100%;
    max-width: 1200px;
    margin: auto; }
    @media screen and (max-width: 640px) {
      main article > p {
        width: 94%;
        margin: 0 auto 10px auto; } }
  @media screen and (max-width: 640px) {
    main h2 {
      font-size: 5vw; } }
  main p {
    font-size: 14pt;
    color: #333;
    line-height: 1.4;
    margin-top: 0; }
    @media screen and (max-width: 640px) {
      main p {
        font-size: 12pt; } }

#sub_head {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: auto; }
  @media screen and (max-width: 640px) {
    #sub_head {
      flex-wrap: wrap;
      margin-bottom: 20px; } }
  #sub_head #sub_img {
    width: 60%; }
    @media screen and (max-width: 640px) {
      #sub_head #sub_img {
        width: 100%; } }
  #sub_head #sub_des {
    width: 39%;
    margin-left: 1%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media screen and (max-width: 640px) {
      #sub_head #sub_des {
        width: 100%;
        margin: auto; } }
    #sub_head #sub_des ul {
      display: flex;
      flex-wrap: wrap;
      gap: 10px; }
      @media screen and (max-width: 640px) {
        #sub_head #sub_des ul {
          width: 96%;
          margin: 10px auto 0 auto; } }
    #sub_head #sub_des a {
      border-width: 1px;
      border-style: solid;
      border-color: #155077;
      border-radius: 4px;
      padding: 2px 6px;
      color: #155077;
      font-size: 10pt; }
  #sub_head h2 {
    color: #D80C18;
    margin: 0; }
    @media screen and (max-width: 640px) {
      #sub_head h2 {
        font-size: 4vw;
        background: #D80C18;
        color: #fff;
        padding: 6px 0 4px 10px; } }
    @media screen and (max-width: 640px) {
      #sub_head h2 + p {
        margin-top: 10px; } }
  #sub_head p {
    width: 96%;
    margin: 10px 4% 10px 0;
    font-size: 14pt; }
    @media screen and (max-width: 640px) {
      #sub_head p {
        font-size: 4vw;
        margin: 4px auto 0 auto; } }

#guide {
  width: 100%;
  margin: 0px auto 0 auto;
  background: #fff;
  padding: 40px 0; }
  @media screen and (max-width: 640px) {
    #guide {
      padding: 20px 0; } }
  #guide .center {
    text-align: center;
    margin-bottom: 10px; }
    @media screen and (max-width: 640px) {
      #guide .center {
        width: 40%;
        margin: 0 auto 6px auto; } }
  #guide p {
    color: #EF7800;
    text-align: right;
    margin: 6px 0 0 0;
    font-weight: bold; }
    @media screen and (max-width: 640px) {
      #guide p {
        font-size: 4vw;
        text-align: center; } }
  #guide div {
    width: 100%;
    max-width: 1200px;
    margin: auto; }
  #guide ul {
    display: flex;
    width: 100%;
    margin: auto; }
    @media screen and (max-width: 640px) {
      #guide ul {
        width: 96%;
        flex-wrap: wrap; } }
  #guide li {
    width: 25%;
    margin: 5px;
    box-sizing: border-box; }
    @media screen and (max-width: 640px) {
      #guide li {
        width: 48%;
        margin: 1%; } }
    #guide li img {
      width: 100%;
      height: auto; }

#inq_area {
  background: #FCF2E4;
  width: 100%;
  padding: 40px 0; }
  @media screen and (max-width: 640px) {
    #inq_area {
      padding: 20px 0; } }
  #inq_area .inq_wrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto; }
  #inq_area .inq_inner {
    display: flex;
    justify-content: space-between;
    width: 96%;
    margin: auto; }
  #inq_area .inq_web, #inq_area .inq_tel {
    background: #fff;
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    border-radius: 10px;
    justify-content: space-evenly; }
    #inq_area .inq_web a, #inq_area .inq_tel a {
      display: inline-block;
      width: 100%;
      max-width: 400px;
      border-radius: 40px;
      background: #D80C18;
      text-align: center;
      padding: 12px 0; }
      @media screen and (max-width: 640px) {
        #inq_area .inq_web a, #inq_area .inq_tel a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 80%;
          padding: 8px 0;
          margin-top: 8px; } }
    @media screen and (max-width: 640px) {
      #inq_area .inq_web img, #inq_area .inq_tel img {
        width: 80%; } }
  #inq_area .inq_tel img:first-child {
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      #inq_area .inq_tel img:first-child {
        margin-bottom: 4px; } }
  #inq_area .daihyou {
    background: #fff;
    display: flex;
    width: 96%;
    margin: 20px auto 0 auto;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px; }
    #inq_area .daihyou a {
      width: 30%;
      display: block;
      min-width: 200px; }
      @media screen and (max-width: 1000px) {
        #inq_area .daihyou a {
          min-width: 24%; } }
      @media screen and (max-width: 640px) {
        #inq_area .daihyou a {
          min-width: 36%; } }
    @media screen and (max-width: 640px) {
      #inq_area .daihyou {
        padding: 10px;
        margin-top: 10px; } }
  #inq_area .daihyou_des {
    margin-left: 30px;
    padding-top: 10px; }
    @media screen and (max-width: 640px) {
      #inq_area .daihyou_des {
        margin-left: 3%; } }
    @media screen and (max-width: 640px) {
      #inq_area .daihyou_des img {
        width: 100%; } }
  #inq_area .okigaru {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px; }
    #inq_area .okigaru li {
      width: 48%;
      margin: 1% 1% 1% 0;
      box-sizing: border-box; }
      @media screen and (max-width: 640px) {
        #inq_area .okigaru li {
          width: 100%; } }
      #inq_area .okigaru li img {
        width: 100%;
        height: auto; }

footer {
  border-top: 8px solid #D80C18;
  background: #fff;
  margin-top: 0px;
  margin-bottom: 60px; }
  footer .inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    background: #fff;
    padding: 40px 0 10px 0; }
    footer .inner ul {
      display: flex;
      justify-content: center;
      margin: 20px auto; }
      @media screen and (max-width: 640px) {
        footer .inner ul {
          flex-wrap: wrap;
          font-size: 10pt;
          background: #fff;
          margin-bottom: 10px; } }
    footer .inner li {
      margin: 0 10px; }
      @media screen and (max-width: 640px) {
        footer .inner li {
          margin: 0;
          width: 50%;
          box-sizing: border-box;
          text-align: center;
          border-width: 1px;
          border-style: solid;
          border-color: #ddd; } }
      @media screen and (max-width: 640px) {
        footer .inner li a {
          display: block;
          padding: 6px 0;
          width: 100%;
          height: 100%; } }
    footer .inner p {
      text-align: center;
      font-size: 8pt;
      margin: auto; }
      @media screen and (max-width: 640px) {
        footer .inner p {
          margin-top: 0px; } }
    footer .inner .footer_sns {
      align-items: center;
      margin-top: 0; }
      @media screen and (max-width: 640px) {
        footer .inner .footer_sns {
          width: 90%;
          margin: auto; } }
      footer .inner .footer_sns li {
        border: none; }
        @media screen and (max-width: 640px) {
          footer .inner .footer_sns li:first-child {
            margin-right: 16px;
            max-width: 18%; } }
        @media screen and (max-width: 640px) {
          footer .inner .footer_sns li:nth-child(n+4) {
            height: 50px; } }
        @media screen and (max-width: 640px) {
          footer .inner .footer_sns li.square {
            max-width: 11%; } }
        @media screen and (max-width: 640px) {
          footer .inner .footer_sns li {
            width: auto;
            max-width: 25%;
            margin-bottom: 10px;
            margin-right: 10px; } }
        footer .inner .footer_sns li img {
          width: auto;
          height: 100%; }
    footer .inner .footer_end {
      display: flex;
      margin: auto;
      gap: 20px;
      justify-content: center; }
      @media screen and (max-width: 640px) {
        footer .inner .footer_end {
          flex-wrap: wrap; } }
      @media screen and (max-width: 640px) {
        footer .inner .footer_end div {
          width: 100%;
          text-align: center; } }
  footer h2 {
    text-align: center;
    color: #333;
    font-size: 9pt;
    margin: 0 0 10px 0; }

#sns_area {
  width: 100%;
  margin: 80px auto 40px auto;
  padding: 30px 0 10px 0;
  background: #FFF7C8;
  position: relative; }
  #sns_area h2 {
    text-align: center;
    color: #333; }
    @media screen and (max-width: 640px) {
      #sns_area h2 {
        font-size: 5vw; } }
    #sns_area h2 strong {
      color: #D80C18;
      font-size: 20pt;
      display: inline-block; }
      @media screen and (max-width: 640px) {
        #sns_area h2 strong {
          font-size: 6vw; } }
  #sns_area::before {
    content: "";
    position: absolute;
    top: 0;
    height: 15px;
    width: 100%;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='r1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 125.18 62.59'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='r1'%3E%3Cpolygon class='cls-1' points='0 62.59 62.59 0 125.18 62.59 0 62.59'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: center top;
    rotate: 180deg; }
  #sns_area::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 15px;
    width: 100%;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='r1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 125.18 62.59'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='r1'%3E%3Cpolygon class='cls-1' points='0 62.59 62.59 0 125.18 62.59 0 62.59'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: center bottom; }

.hosyou + #sns_area::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='r1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 125.18 62.59'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fafafa;%7D%3C/style%3E%3C/defs%3E%3Cg id='r1'%3E%3Cpolygon class='cls-1' points='0 62.59 62.59 0 125.18 62.59 0 62.59'/%3E%3C/g%3E%3C/svg%3E"); }

.sns_link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 60px; }
  @media screen and (max-width: 640px) {
    .sns_link {
      width: 96%;
      margin: 20px auto 60px; } }
  .sns_link li {
    width: 30%;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .sns_link a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
    transition: 0.3s;
    width: 100%;
    padding: 10px 0; }
  @media (hover: hover) and (pointer: fine) {
    .sns_link a:hover {
      transform: scale(1.1, 1.1); } }
  .sns_link img {
    margin: auto;
    max-width: 50px;
    height: auto; }
  .sns_link .line {
    background: #00b900; }
  .sns_link .tw {
    background: #55acee; }
  .sns_link .fb {
    background: #3c5a99; }

.item_category_list_area {
  position: relative;
  background: #6a9231;
  padding: 30px 0 100px 0;
  margin-top: 100px; }
  @media screen and (max-width: 640px) {
    .item_category_list_area {
      padding: 1px 0 50px 0; } }
  .item_category_list_area::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 61px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='rr2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 771.58 74.18'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='rr2-2'%3E%3Cpath class='cls-1' d='m771.58,74.18V0s-100.54,2.07-160.27,19.32c-59.73,17.25-131.17,41.96-225.52,41.96s-165.79-24.71-225.52-41.96C100.54,2.07,0,0,0,0v74.18h771.58Z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat-x; }
    @media screen and (max-width: 640px) {
      .item_category_list_area::after {
        height: 30px; } }
  .item_category_list_area h2 {
    text-align: center;
    color: #fff; }
  .item_category_list_area .category_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: auto; }
    @media screen and (max-width: 640px) {
      .item_category_list_area .category_list {
        width: 98%;
        justify-content: flex-start; } }
    .item_category_list_area .category_list div {
      width: 24%;
      border-radius: 6px;
      background: #6a9231;
      border-width: 2px;
      border-style: solid;
      border-color: #fff;
      margin: 0 0.5% 20px 0; }
      @media screen and (max-width: 640px) {
        .item_category_list_area .category_list div {
          width: 49%;
          box-sizing: border-box;
          margin: 0 0.5% 8px 0.5%; } }
      .item_category_list_area .category_list div a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        text-align: center; }
      .item_category_list_area .category_list div h3 {
        margin: 0;
        padding: 8px 0 10px 0; }
        @media screen and (max-width: 640px) {
          .item_category_list_area .category_list div h3 {
            font-size: 4vw;
            padding: 4px 0 4px 0; } }
      .item_category_list_area .category_list div img {
        border-radius: 4px 4px 0 0; }

.category_head {
  width: 100%;
  background: url("../img/bg_parts/diagmonds.png");
  padding: 20px 0;
  margin-bottom: 40px; }
  @media screen and (max-width: 640px) {
    .category_head {
      padding: 12px 0;
      margin-bottom: 20px;
      margin-top: -20px; } }
  .category_head h2 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    color: #fff;
    background: none; }
    @media screen and (max-width: 640px) {
      .category_head h2 {
        padding-left: 10px;
        box-sizing: border-box; } }

#column_under {
  width: 100%;
  max-width: 1200px;
  margin: auto; }
  #column_under h2 {
    border-bottom: 1px solid #333;
    padding-bottom: 4px; }
    @media screen and (max-width: 1000px) {
      #column_under h2 {
        width: 96%;
        margin: 0 auto 10px auto;
        font-size: 5vw; } }
  #column_under .svg_title {
    text-align: center;
    border: none; }
    @media screen and (max-width: 1000px) {
      #column_under .svg_title {
        width: 80%; } }
  #column_under .column_under_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px 1%; }
    @media screen and (max-width: 1000px) {
      #column_under .column_under_wrapper {
        width: 98%;
        margin: 0 auto 40px auto;
        gap: 10px 0.5%; } }
  #column_under .column_wrapper {
    width: 49%;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    border-radius: 6px;
    display: flex;
    position: relative; }
    @media screen and (max-width: 1000px) {
      #column_under .column_wrapper {
        margin: 0 auto 0px 0;
        flex-wrap: wrap;
        flex-flow: column; } }
    #column_under .column_wrapper img {
      width: 57%;
      height: auto;
      border-radius: 6px 0 0 6px; }
      @media screen and (max-width: 1000px) {
        #column_under .column_wrapper img {
          width: 100%;
          border-radius: 6px 6px 0 0; } }
    #column_under .column_wrapper div {
      width: 43%;
      box-sizing: border-box;
      padding: 16px; }
      @media screen and (max-width: 1000px) {
        #column_under .column_wrapper div {
          width: 100%;
          padding: 8px; } }
    #column_under .column_wrapper h3 {
      font-size: 12pt;
      margin: 0; }
      @media screen and (max-width: 1000px) {
        #column_under .column_wrapper h3 {
          display: none; } }
    #column_under .column_wrapper p {
      font-size: 10pt;
      margin-top: 8px; }
      @media screen and (max-width: 1000px) {
        #column_under .column_wrapper p {
          font-size: 10pt;
          margin: 0px 0 0 0; } }
    #column_under .column_wrapper .rank {
      background: rgba(0, 0, 0, 0.6);
      border-radius: 6px 0 0 0;
      color: #fff;
      padding: 2px 8px;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 8pt; }
  #column_under .column_under_btn {
    background: #EF7800;
    color: #fff;
    padding: 10px 14px;
    border-radius: 6px; }
    @media screen and (max-width: 640px) {
      #column_under .column_under_btn {
        font-size: 10pt; } }

#inside-cart .cart_souryou {
  font-size: 12pt;
  text-align: center; }
  @media screen and (max-width: 640px) {
    #inside-cart .cart_souryou {
      font-size: 10pt; } }
  #inside-cart .cart_souryou span {
    color: #D80C18;
    font-weight: bold;
    font-size: 18pt; }
    @media screen and (max-width: 640px) {
      #inside-cart .cart_souryou span {
        font-size: 14pt; } }

.column_item {
  display: flex;
  border-width: 2px;
  border-style: solid;
  border-color: #FD9500;
  margin: 20px auto;
  border-radius: 6px; }
  @media screen and (max-width: 640px) {
    .column_item {
      flex-wrap: wrap;
      width: 96%; } }
  .column_item .img_box {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box; }
    @media screen and (max-width: 640px) {
      .column_item .img_box {
        width: 100%;
        padding: 20px 0; } }
    .column_item .img_box img {
      width: 90%;
      height: auto; }
  .column_item .info_box {
    width: 65%;
    box-sizing: border-box;
    padding: 10px 20px;
    background: #FFEFDA; }
    @media screen and (max-width: 640px) {
      .column_item .info_box {
        width: 100%; } }
    .column_item .info_box h3 {
      margin: 10px 0 !important;
      border: none;
      padding: 0 !important; }
    .column_item .info_box p {
      font-size: 12pt; }
      @media screen and (max-width: 640px) {
        .column_item .info_box p {
          width: 100%; } }
    .column_item .info_box .price {
      font-size: 36pt;
      color: #D80C18 !important;
      font-weight: bold;
      margin: 10px 0 20px 0;
      text-align: center; }
      @media screen and (max-width: 640px) {
        .column_item .info_box .price {
          font-size: 10vw;
          text-align: center; } }
      .column_item .info_box .price s {
        font-size: 16pt;
        color: #333;
        margin-right: 4px; }
        @media screen and (max-width: 640px) {
          .column_item .info_box .price s {
            font-size: 10pt; } }
      .column_item .info_box .price small, .column_item .info_box .price .zaiko {
        font-size: 16pt; }
        @media screen and (max-width: 640px) {
          .column_item .info_box .price small, .column_item .info_box .price .zaiko {
            font-size: 11pt; } }
      .column_item .info_box .price strong {
        background: none; }
      .column_item .info_box .price .off_par {
        display: inline-block;
        font-size: 12pt;
        line-height: 0.8;
        background: #D80C18;
        color: #fff;
        border-radius: 6px;
        padding: 6px 6px;
        text-align: center;
        margin-right: 4px; }
        @media screen and (max-width: 640px) {
          .column_item .info_box .price .off_par {
            font-size: 11pt; } }
        .column_item .info_box .price .off_par strong {
          font-size: 14pt; }
          @media screen and (max-width: 640px) {
            .column_item .info_box .price .off_par strong {
              font-size: 13pt; } }
    .column_item .info_box a {
      display: block;
      width: 90%;
      margin: 10px auto;
      background: #D80C18;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 8px 0; }

.inner_link {
  display: flex;
  flex-wrap: wrap;
  border-width: 2px;
  border-style: solid;
  border-color: #D80C18;
  border-radius: 6px;
  padding-bottom: 10px; }
  .inner_link h2 {
    border: none !important;
    background: #D80C18;
    color: #fff !important;
    text-align: center;
    width: 100%;
    padding: 4px 0 6px 0; }
    @media screen and (max-width: 640px) {
      .inner_link h2 {
        width: 100% !important; } }
  .inner_link .img_box {
    box-sizing: border-box;
    width: 45%;
    padding: 10px; }
    @media screen and (max-width: 640px) {
      .inner_link .img_box {
        width: 100%; } }
  .inner_link .info_box {
    box-sizing: border-box;
    width: 55%;
    padding: 10px; }
    @media screen and (max-width: 640px) {
      .inner_link .info_box {
        width: 100%; } }
    .inner_link .info_box a {
      display: block;
      background: #EF7800;
      color: #fff;
      width: 100%;
      margin: auto;
      text-align: center;
      padding: 6px 0;
      border-radius: 6px;
      font-weight: bold; }

#camp_header {
  background: #FFF8C1;
  text-align: center;
  padding: 10px 0; }
  @media screen and (max-width: 640px) {
    #camp_header {
      padding: 8px 20px 4px 20px; } }
  #camp_header a {
    display: inline-block;
    margin: auto; }

.more_item {
  margin: auto;
  width: 100%;
  max-width: 1200px; }
  .more_item h2 {
    background: #EF7800;
    color: #fff;
    padding: 2px 4px 4px 10px;
    margin: 6px auto; }
    @media screen and (max-width: 640px) {
      .more_item h2 {
        font-size: 12pt; } }
    .more_item h2:not(:first-child) {
      margin-top: 40px; }
    @media screen and (max-width: 640px) {
      .more_item h2 + p {
        width: 96%;
        margin: auto; } }
  .more_item .all_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: auto; }
    @media screen and (max-width: 640px) {
      .more_item .all_list {
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding: 10px 5px;
        box-sizing: border-box; }
        .more_item .all_list::-webkit-scrollbar-track {
          background: rgba(216, 12, 14, 0.4); }
        .more_item .all_list::-webkit-scrollbar {
          height: 14px;
          width: 4px; }
        .more_item .all_list::-webkit-scrollbar-thumb {
          background-color: #d80c18;
          border-radius: 10px; } }
    .more_item .all_list div:not(.racket_spec, .align_box, .img_box) {
      width: 32%;
      border-width: 2px;
      border-style: solid;
      border-color: #EF7800;
      background: #fff;
      margin: 1% 0.5%;
      border-radius: 6px;
      box-sizing: border-box;
      position: relative; }
      @media screen and (max-width: 1000px) {
        .more_item .all_list div:not(.racket_spec, .align_box, .img_box) {
          width: 48%;
          margin: 1%; } }
      @media screen and (max-width: 640px) {
        .more_item .all_list div:not(.racket_spec, .align_box, .img_box) {
          min-width: 70%; } }
      .more_item .all_list div:not(.racket_spec, .align_box, .img_box) a {
        display: block;
        width: 100%;
        height: 100%;
        color: #333;
        position: relative;
        display: flex;
        flex-wrap: wrap; }
      .more_item .all_list div:not(.racket_spec, .align_box, .img_box) img {
        border-radius: 6px 6px 0 0;
        width: 100%; }
      .more_item .all_list div:not(.racket_spec, .align_box, .img_box) h3 {
        background: #EF7800;
        color: #fff;
        padding: 4px 4px 6px 10px;
        margin: 0px auto;
        width: 100%;
        box-sizing: border-box; }
        @media screen and (max-width: 640px) {
          .more_item .all_list div:not(.racket_spec, .align_box, .img_box) h3 {
            font-size: 4vw;
            margin-bottom: 0; } }
        .more_item .all_list div:not(.racket_spec, .align_box, .img_box) h3 + p {
          margin-top: 10px; }
      .more_item .all_list div:not(.racket_spec, .align_box, .img_box) p {
        color: #333;
        width: 94%;
        margin: 10px auto 10px auto; }
        @media screen and (max-width: 640px) {
          .more_item .all_list div:not(.racket_spec, .align_box, .img_box) p {
            font-size: 3.5vw;
            margin-top: 0; } }
        .more_item .all_list div:not(.racket_spec, .align_box, .img_box) p.price_line {
          color: #D80C18;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          font-weight: bold;
          align-items: center; }
          @media screen and (max-width: 640px) {
            .more_item .all_list div:not(.racket_spec, .align_box, .img_box) p.price_line {
              margin-top: 8px; } }
          .more_item .all_list div:not(.racket_spec, .align_box, .img_box) p.price_line strong {
            font-size: 20pt; }
            @media screen and (max-width: 640px) {
              .more_item .all_list div:not(.racket_spec, .align_box, .img_box) p.price_line strong {
                font-size: 15pt; } }
          .more_item .all_list div:not(.racket_spec, .align_box, .img_box) p.price_line .zaiko {
            font-size: 10pt;
            border-width: 1px;
            border-style: solid;
            border-color: #595758;
            border-radius: 6px;
            padding: 2px 4px;
            background: #595758;
            color: #fff;
            margin-left: auto;
            margin-bottom: auto; }
            @media screen and (max-width: 640px) {
              .more_item .all_list div:not(.racket_spec, .align_box, .img_box) p.price_line .zaiko {
                font-size: 8pt; } }
          @media screen and (max-width: 640px) {
            .more_item .all_list div:not(.racket_spec, .align_box, .img_box) p.price_line small {
              font-size: 7pt; } }
          .more_item .all_list div:not(.racket_spec, .align_box, .img_box) p.price_line .off_par {
            display: inline-block;
            font-size: 12pt;
            line-height: 1;
            background: #D80C18;
            color: #fff;
            border-radius: 6px;
            padding: 6px 6px;
            text-align: center;
            margin-right: 8px; }
            @media screen and (max-width: 640px) {
              .more_item .all_list div:not(.racket_spec, .align_box, .img_box) p.price_line .off_par {
                font-size: 11pt; } }
            .more_item .all_list div:not(.racket_spec, .align_box, .img_box) p.price_line .off_par strong {
              font-size: 14pt; }
              @media screen and (max-width: 640px) {
                .more_item .all_list div:not(.racket_spec, .align_box, .img_box) p.price_line .off_par strong {
                  font-size: 13pt; } }
          .more_item .all_list div:not(.racket_spec, .align_box, .img_box) p.price_line s {
            font-weight: normal;
            font-size: 10pt;
            color: #333;
            margin-right: 8px; }
          .more_item .all_list div:not(.racket_spec, .align_box, .img_box) p.price_line .buy_price {
            display: flex;
            align-items: baseline; }
      .more_item .all_list div:not(.racket_spec, .align_box, .img_box) .sale {
        position: absolute;
        color: #fff;
        width: 18%; }
        .more_item .all_list div:not(.racket_spec, .align_box, .img_box) .sale img {
          border-radius: 2px 0 0 0; }
      .more_item .all_list div:not(.racket_spec, .align_box, .img_box) .align_box {
        display: flex;
        flex-wrap: wrap; }
      .more_item .all_list div:not(.racket_spec, .align_box, .img_box) .racket_spec {
        margin-top: auto;
        width: 100%; }
  @media screen and (max-width: 640px) {
    .more_item .row {
      flex-wrap: wrap;
      overflow: auto; } }
  @media screen and (max-width: 640px) {
    .more_item .row div:not(.img_box) {
      width: 98% !important; } }
  .more_item .row div:not(.img_box) p.price_line strong {
    font-size: 18pt; }

.item_img {
  text-align: center;
  margin: 40px auto 20px auto; }

.racket_spec_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  gap: 0 8px; }
  @media screen and (max-width: 640px) {
    .racket_spec_ul {
      gap: 0 4px; } }
  .racket_spec_ul li {
    margin-bottom: 2px;
    text-align: center;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: bold;
    color: #fff; }
    .racket_spec_ul li:nth-child(1) {
      background: #EF7800; }
    .racket_spec_ul li:nth-child(2) {
      background: #6a9231; }
    @media screen and (max-width: 640px) {
      .racket_spec_ul li {
        font-size: 10pt;
        padding: 6px 10px; } }
  .racket_spec_ul .shaft_img {
    width: 100%;
    display: flex;
    align-items: center;
    background: none;
    justify-content: center;
    color: #333; }
    .racket_spec_ul .shaft_img img {
      width: 90px;
      height: 11px;
      max-width: 90px; }

.shida_recomend {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 40px auto;
  box-sizing: border-box; }
  .shida_recomend .shida_box {
    display: flex; }
    @media screen and (max-width: 640px) {
      .shida_recomend .shida_box {
        flex-wrap: wrap; } }
  .shida_recomend h2 {
    color: #fff;
    margin: 0 0 20px 0;
    background: #EF7800;
    padding: 4px 20px; }
  .shida_recomend a {
    display: block;
    width: 98%;
    margin: auto;
    padding: 10px 0;
    padding: 12px 20px;
    border-radius: 6px;
    background: #EF7800;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    position: relative; }
    @media screen and (max-width: 640px) {
      .shida_recomend a {
        width: 96%;
        padding: 15px 0; } }
    .shida_recomend a::after {
      position: absolute;
      top: 50%;
      right: 1em;
      width: 0.5em;
      height: 0.5em;
      transform: translateY(-50%) rotate(45deg);
      border-right: 2px solid currentColor;
      border-top: 2px solid currentColor;
      content: ""; }
  .shida_recomend .img_box {
    width: 40%; }
    @media screen and (max-width: 1000px) {
      .shida_recomend .img_box {
        width: 94%;
        margin: auto;
        text-align: center; } }
  .shida_recomend .info_box {
    width: 60%; }
    @media screen and (max-width: 1000px) {
      .shida_recomend .info_box {
        width: 94%;
        margin: 10px auto 0 auto; } }
  .shida_recomend .thumbs {
    border-width: 1px;
    border-style: solid;
    border-color: #D80C18;
    width: 100%;
    box-sizing: border-box;
    border-radius: 6px; }

@media screen and (max-width: 640px) {
  .shida_img {
    width: 90%;
    margin: auto; } }

.item_serch {
  width: 100%;
  position: fixed;
  top: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  height: 100vh;
  max-height: 100vh;
  display: none;
  padding-top: 10px; }
  .item_serch .item_serch_wrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 10px;
    background: #fff;
    border-radius: 10px;
    margin: 5% auto;
    height: 94%;
    box-sizing: border-box; }
  .item_serch #serch_info_box {
    margin-bottom: 10px; }
  .item_serch #item_serch_result {
    overflow-y: scroll;
    height: 50vh; }
  .item_serch h2 {
    background: #EF7800;
    color: #fff;
    max-width: 1200px;
    margin: auto;
    padding: 4px;
    width: 100%; }
  .item_serch .serch_item_select {
    display: flex;
    margin-bottom: 10px; }
    @media screen and (max-width: 640px) {
      .item_serch .serch_item_select {
        overflow-x: scroll; } }
    .item_serch .serch_item_select li {
      width: 100%;
      max-width: 150px;
      text-align: center;
      font-size: 10pt;
      position: relative; }
      @media screen and (max-width: 640px) {
        .item_serch .serch_item_select li {
          min-width: 22%;
          font-size: 8pt; } }
      .item_serch .serch_item_select li.serch_checked::after {
        position: absolute;
        content: '';
        border-bottom: 2px solid #EF7800;
        left: 0;
        bottom: -5px;
        width: 90%;
        animation: border_anim 0.2s linear forwards; }
    .item_serch .serch_item_select img {
      width: 100%;
      height: auto; }
  .item_serch .set_price {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
  .item_serch label {
    width: 100%;
    display: block; }
    .item_serch label:hover {
      cursor: pointer; }
  .item_serch .more_item {
    width: 98%; }

.open {
  display: block;
  top: 0vh !important;
  animation: slideInFromBottom 0.5s ease-in-out; }

#item_history {
  width: 100%;
  background: #eee;
  padding: 30px 0 40px 0;
  margin: 40px 0; }
  @media screen and (max-width: 640px) {
    #item_history {
      padding: 20px 0 30px 0; } }
  #item_history h2 {
    padding: 2px 4px 4px 10px;
    margin: 0 auto 8px auto;
    font-size: 14pt;
    width: 98%; }
    @media screen and (max-width: 640px) {
      #item_history h2 {
        width: 96%; } }
  #item_history .item_history_in {
    width: 98%;
    margin: auto; }
  #item_history .item_history_wrapper {
    display: flex;
    overflow-x: scroll;
    padding-bottom: 10px;
    justify-content: flex-start;
    gap: 10px; }
    @media screen and (max-width: 640px) {
      #item_history .item_history_wrapper {
        width: 96%;
        margin: auto; } }
    #item_history .item_history_wrapper::-webkit-scrollbar-track {
      background: rgba(239, 120, 0, 0.4);
      border-radius: 10px; }
    #item_history .item_history_wrapper::-webkit-scrollbar {
      height: 6px;
      width: 4px; }
    #item_history .item_history_wrapper::-webkit-scrollbar-thumb {
      background-color: #EF7800;
      border-radius: 10px; }
    #item_history .item_history_wrapper div {
      min-width: 18%; }
      @media screen and (max-width: 640px) {
        #item_history .item_history_wrapper div {
          min-width: 33%; } }

@keyframes border_anim {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
    /* 初期位置（下に隠れている状態） */ }
  100% {
    transform: translateY(0);
    /* 終了位置（表示される位置） */ } }
.fresh {
  width: 100%;
  background: #0283FF;
  text-align: center;
  padding: 10px 0;
  font-size: 18pt;
  font-weight: bold; }
  @media screen and (max-width: 640px) {
    .fresh {
      font-size: 12pt; } }
  .fresh a {
    color: #EFFF82; }
