@charset "shift_jis";

* {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
/* a:hover img{ opacity:0.8;transition: 0.5s;} */
img {
  vertical-align: bottom;
}
body {
  font-family: "Noto Sans JP", "Yu Gothic black", sans-serif, "���C���I";
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  overflow-x: hidden;
  font-weight: 600;
}

/*==============================================================================��pc��==============================================================================*/

@media screen and (min-width: 768px) {
  /*--------------
    �y�[�W�S�̒���
    --------------*/
  .pc_none {
    display: none !important;
  }
  #wrap {
    max-width: 1192px;
    margin: 0 auto;
    background-color: #f9f8f0;
  }
  #wrap img {
    max-width: 100%;
  }

  /*--------------
    �Ŕ摜
    --------------*/
  #wrap #kanban_wrap {
    width: 100%;
    margin: 0 auto;
  }

  /*--------------
    �G���g���[����
  --------------*/
  #entrymain {
    padding-top: 5%;
  }
  .entry_text {
    position: relative;
    text-align: center;
    background: #8a3012;
    font-size: 30px;
    width: 70%;
    margin: 0 auto;
    padding: 12px 0;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 14px
  }
  .entry_text:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #8a3012;
  }
  #entry {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
  }
  /*--------------
    ���T
    --------------*/
  #wrap #privilege {
    max-width: 1000px;
    padding: 35px 0;
    margin: 0 auto;
  }
  #wrap #privilege li.yes {
    display: block;
  }
  #wrap #privilege li.no {
    display: none;
  }
  #wrap #privilege ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
  }
  #wrap #privilege ul li {
    width: calc(93% / 2);
  }
  #wrap #privilege ul li:nth-child(n + 3) {
    margin-top: 20px;
  }
  #wrap #privilege ul li a {
    display: block;
    position: relative;
    box-shadow: 0px 3px 10px #cfc7a3;
    transition: 0.5s;
  }
  #wrap #privilege ul li a:hover {
    transform: translateY(-10px);
  }
  /*  #wrap #privilege ul li a:hover img{
        opacity: 0.7;
        transition: 0.5s;
    } */
  #wrap #privilege .txt {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: #333333;
  }
  #wrap #privilege .txt.no {
    display: none;
  }
  #wrap #privilege .point {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #e74600;
    font-weight: bold;
    font-size: 30px;
    width: 100%;
    text-align: center;
  }
  #wrap #privilege .point.num_no {
    bottom: 35%;
    font-size: clamp(0.813rem, 0.308rem + 2.52vw, 2.188rem);
  }
  #wrap #privilege .point span {
    font-size: clamp(1.625rem, 0.845rem + 3.9vw, 3.75rem);
    margin-right: 7px;
    vertical-align: baseline;
  }
  #wrap #privilege .point span.no {
    display: none;
  }
  #wrap #privilege .btn {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    width: 100%;
    text-align: center;
  }
  #wrap #privilege .btn::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-left: 15px;
  }
  /* #wrap #privilege a:hover .btn::after{
        margin-left: 30px;
        transition: 0.5s;
    }
 */
  /*--------------
    �A���J�[���j���[
    --------------*/
  #wrap #anchor_menu {
    max-width: 1000px;
    margin: 10px auto;
  }
  #wrap #anchor_menu ul {
    width: 100%;
    display: grid;
    gap: 15px;
  }
  #wrap #anchor_menu ul.col_fixed {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 2%;
  }
  #wrap #anchor_menu ul.col_1,
  #wrap #anchor_menu ul.col_2,
  #wrap #anchor_menu ul.col_3 {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
  }
  #wrap #anchor_menu ul.col_1 li,
  #wrap #anchor_menu ul.col_2 li,
  #wrap #anchor_menu ul.col_3 li {
    width: calc((100% - 15px) / 3);
  }
  #wrap #anchor_menu ul.yes {
    margin-top: 20px;
  }
  #wrap #anchor_menu ul.no {
    /*���i�s�v�̏ꍇ*/
    display: none;
  }
  #wrap #anchor_menu ul li.no {
    display: none;
  }

  #wrap #anchor_menu ul li a {
    display: flex;
    padding: 0;
    color: #ffffff;
    border-radius: 4px;
    background: #2f5f55;
    font-size: 22px;
    position: relative;
    justify-content: center;
    align-items: center;
    align-content: center;
    top: -3px;
    flex-direction: column;
    height: 90px;
    box-shadow: 0px 5px 0 #133b33;
    transition: color 0.3s, opacity 0.3s, top 0.3s, box-shadow 0.3s;
  }
  #wrap #anchor_menu ul li a:hover {
    color: #ffffff !important;
    opacity: 0.8;
    top: 0px;
    box-shadow: none !important;
  }
  #wrap #anchor_menu ul li a::after {
    font-family: "Material Icons";
    font-size: 23px;
    position: absolute;
    content: "expand_more";
    bottom: 33%;
    right: 2%;
    color: #ffffff;
    border-radius: 50px;
    transform: rotate(0deg);
    transition: bottom 0.3s;
  }

  #wrap #anchor_menu ul li a:hover::after {
    bottom: 23%;
  }

  /*---------------------
    �s�b�N�A�b�v�A�C�e���i1�J�����j
    ---------------------*/
  #wrap #cate01 {
    max-width: 1000px;
    margin: 50px auto 0;
  }
  #wrap .col_1 h1 {
    background: #7b2c0a;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 0;
    font-weight: bold;
    font-size: 35px;
  }
  #wrap .col_1 ul {
    padding: 15px 5px;
  }
  #wrap .col_1 ul li:nth-child(n + 2) {
    margin-top: 20px;
  }
  #wrap .col_1 ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    /* box-shadow: 0px 3px 10px #00a3cf; */
  }
  #wrap .col_1 ul a:hover {
    /* box-shadow: 0 0 10px #00a3cf;
        background: #fffad6; */
  }
  /*�T���l*/
  #wrap .col_1 ul a > div {
    width: 40%;
  }
  /*���i���*/
  #wrap .col_1 ul a > dl {
    width: 59%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  #wrap .col_1 ul a > dl .name {
    text-align: center;
    width: 100%;
    color: #4f4f4f;
    font-size: 30px;
  }
  #wrap .col_1 ul a > dl .text {
    font-size: 20px;
    color: #4f4f4f;
    font-weight: 500;
  }

  /*�|�C���g�\�L*/
  #wrap .col_1 .point.yes {
    display: inline-block;
  }
  #wrap .col_1 .point.no {
    display: none;
  }
  #wrap .col_1 .point {
    background-color: #e74600;
    box-sizing: border-box;
    padding: 8px 81px;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
  }
  /*���i*/
  #wrap .col_1 .prices {
    display: inline-block;
    color: #d11d1e;
    font-size: 45px;
    font-weight: bold;
    font-family: centuryGB, "Century Gothic", helvetica, Arial, sans-serif;
  }
  /*���w���͂�����*/
  #wrap .col_1 ul a > dl .btn {
    border: 1px solid #353535;
    color: #fff;
    background-color: #353535;
    text-align: center;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 20px;
    padding: 15px 0;
    width: 90%;
  }
  /*�L���b�ƌ���*/
  #wrap .col_1 ul a:hover img {
    opacity: 0.7;
  }
  #wrap .col_1 ul a:hover > dl .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(173, 172, 169, 0.36) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
  }
  /*hover�����ۂ̈ړ��̃A�j���[�V����*/
  #wrap .col_1 ul a:hover > dl .btn::before {
    animation: shine 0.9s;
  }
  @keyframes shine {
    100% {
      left: 125%;
    }
  }
  #wrap .col_1 ul a > dl .btn::after {
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 30%;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    margin-top: -2px;
    transition: 0.3s;
  }
  #wrap .col_1 ul a:hover > dl .btn::after {
    right: 29%;
  }

  /*---------------------
    �Ɠd�`�y�b�g�J�e�S��
    ---------------------*/
  #wrap .col_2 {
    max-width: 1000px;
    margin: 70px auto;
  }
  #wrap .col_2.yes {
    display: block;
  }
  #wrap .col_2 ul li.no {
    display: none;
  }
  #wrap .col_2 h1 {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0;
    font-size: 35px;
    background: #7b2c0a;
    color: #fff;
    text-align: center;
  }
  #wrap .col_2 ul {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 15px 5px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  /* #wrap .col_2 ul li {
    width: calc(97% / 2);
  }
  #wrap .col_2 ul li:nth-child(n + 3) {
    margin-top: 25px;
  } */
  #wrap .col_2 ul li a {
    text-align: center;
    color: #353535;
    box-sizing: border-box;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  #wrap .col_2 ul li a:hover img {
    opacity: 0.7;
    transform: 0.3s;
    /* background-color: #fffee1;
        box-shadow: 0px 3px 10px #808080; */
  }
  #wrap .col_2 ul li a > dl {
    box-sizing: border-box;
    padding: 10px 0 0 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 15px;
  }
  #wrap .col_2 ul li a > dl .name {
    font-size: 23px;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
  }
  #wrap .col_2 ul li a > dl .text {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
  }
  #wrap .col_2 ul li a > dl .point.yes {
    display: inline-block;
    background-color: #e74600;
    color: #fff;
    box-sizing: border-box;
    padding: 10px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
  }
  #wrap .col_2 ul li a > dl .point.no {
    display: none;
  }
  #wrap .col_2 ul li a > dl .prices {
    display: inline-block;
    vertical-align: sub;
    font-weight: bold;
    color: #d11d1e;
    font-size: 30px;
    font-family: centuryGB, "Century Gothic", helvetica, Arial, sans-serif;
  }

  /*���w���͂�����*/
  #wrap .col_2 ul li a > dl .btn {
    border: 1px solid #353535;
    color: #fff;
    background-color: #353535;
    text-align: center;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 15px 0;
    width: 90%;
    font-size: 17px;
    margin-inline: auto;
  }
  /*�L���b�ƌ���*/
  #wrap .col_2 ul li a:hover > dl .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(173, 172, 169, 0.36) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
  }
  /*hover�����ۂ̈ړ��̃A�j���[�V����*/
  #wrap .col_2 ul li a:hover > dl .btn::before {
    animation: shine2 0.9s;
  }
  @keyframes shine2 {
    100% {
      left: 125%;
    }
  }
  #wrap .col_2 ul li a > dl .btn::after {
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 30%;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    margin-top: -2px;
    transition: 0.3s;
  }
  #wrap .col_2 ul li a:hover > dl .btn::after {
    right: 27%;
  }

  /*---------------------
   �J�e�S������T��
  ---------------------*/
  #category {
    border: double 5px #e74600;
    background: #ffffff;
    max-width: 978px;
    margin: 0 auto;
    margin-top: -65px;
    margin-bottom: 45px;
    border-radius: 50px;
  }
  #wrap .cate_ti {
    text-align: center;
    font-size: 29px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    line-height: 1.3
  }
  #wrap .cate_ti::after {
    content: "";
    width: 150px;
    height: 2px;
    display: inline-block;
    background: #222222;
    position: absolute;
    bottom: 0;
    left: calc(50% - 75px);
  }

  #wrap .item_cate ul {
    max-width: 1000px;
    margin: 0 auto;
  }
  #wrap .item_cate ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #wrap .item_cate ul li {
    margin: 0 auto;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s;
    width: calc((100% - 3px) / 7);
    margin: 1px 4px 12px 4px;
  }
  #wrap .item_cate ul li a {
    display: block;
    position: relative;
    /* font-size: 18px; */
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    color: #353535;
    border-radius: 4px;
    background: #ffffff;
    transition: all 0.3s;
  }
/*   #wrap .item_cate ul li::after {
    font-family: 'Material Icons';
    font-size: 1.3em;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: -5%;
    color: #fff;
    transition: all 0.3s
  } */

  /*---------------------
    �������ߓ��W
    ---------------------*/
  #wrap #event_bn {
    max-width: 1000px;
    margin: 70px auto;
  }
  #wrap #event_bn.no {
    display: none;
  }
  #wrap #event_bn h1 {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0;
    font-size: 35px;
    background: #8a3012;
    color: #fff;
    text-align: center;
  }
  #wrap #event_bn ul {
    display: grid;
    gap: 20px;
    margin: 0 auto;
    padding: 15px 5px;
    grid-template-columns: repeat(2, 1fr);
  }
  #wrap #event_bn ul.col_1 {
    grid-template-columns: repeat(1, 1fr);
  }

  #wrap #event_bn ul.col_2 {
    grid-template-columns: repeat(2, 1fr);
  }

  #wrap #event_bn ul.col_3 {
    grid-template-columns: repeat(3, 1fr);
  }

  #wrap #event_bn ul li.no {
    display: none;
  }
  #wrap #event_bn ul li a {
    display: block;
    transition: 0.5s;
  }

  #wrap #event_bn ul li a img {
    width: 100%;
  }

  #wrap #event_bn ul li a:hover {
    transform: translateY(-10px);
  }

  /*---------------------
    �t�b�^�[
    ---------------------*/
  #wrap #foot {
    background: #212121;
    padding: 2.5% 0;
    text-align: center;
    color: #fff;
  }
  #wrap #foot a {
    color: inherit;
    display: inline-block;
  }
  #wrap #foot a:hover {
    opacity: 0.8;
  }

  /*---------------------
    �y�[�W�g�b�v
    ---------------------*/
  #wrap #page_top {
    position: fixed;
    right: 0;
    bottom: 10px;
  }
  #wrap #page_top li:nth-child(n + 2) {
    margin-top: 10px;
  }
  #wrap #page_top a {
    opacity: 0.7;
    display: block;
    box-sizing: border-box;
    padding: 25px 15px 15px;
    text-align: center;
    background-color: #e74600;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    transition: 0.5s;
    position: relative;
  }
  #wrap #page_top a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f106";
    font-weight: 900;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #wrap #page_top a:hover {
    opacity: 1;
    transform: translateY(-5px);
    box-shadow: 3px 3px 0 #940f10;
  }
}

/*=============================================================================��pc��==============================================================================*/

/*==============================================================================��smp��==============================================================================*/

@media screen and (max-width: 768px) {
  /*--------------
    �y�[�W�S�̒���
    --------------*/

  #wrap {
    margin: 0 auto;
    background-color: #efe7c2;
  }
  body {
    font-weight: 600;
  }
  .smp_none {
    display: none !important;
  }
  #wrap img {
    max-width: 100%;
  }

  /*--------------
    �Ŕ摜
    --------------*/
  #wrap #kanban_wrap {
    width: 100%;
    margin: 0 auto;
  }
  #wrap #kanban_wrap img {
    max-width: 100%;
  }

  /*--------------
    �G���g���[����
  --------------*/
  #entrymain {
    padding-top: 5%;
  }
  .entry_text {
    position: relative;
    text-align: center;
    background: #e74600;
    font-size: 1rem;
    width: 98%;
    margin: 0 auto;
    padding: 2% 0;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .entry_text:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 52%;
    margin-left: -20px;
    border: 15px solid transparent;
    border-top: 12px solid #e74600;
  }
  #entry {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  /*--------------
    ���T
    --------------*/
  #wrap #privilege {
    width: 100%;
    padding: 2.5vw 0;
  }
  #wrap #privilege li.yes {
    display: block;
  }
  #wrap #privilege li.no {
    display: none;
  }
  #wrap #privilege ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
  }
  #wrap #privilege ul li {
    width: calc(95% / 2);
  }
  #wrap #privilege ul li:nth-child(n + 3) {
    margin-top: 2vw;
  }
  #wrap #privilege ul li a {
    display: block;
    position: relative;
    box-shadow: 0px 3px 10px #cfc7a3;
    transition: 0.5s;
  }
  #wrap #privilege ul li a:active {
    transform: translateY(-10px);
  }
  #wrap #privilege .txt {
    position: absolute;
    top: 4vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 3.1vw;
    color: #333333;
    letter-spacing: initial
  }
  #wrap #privilege .txt.no {
    display: none;
  }
  #wrap #privilege .point {
    position: absolute;
    bottom: 8vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #e74600;
    font-weight: bold;
    font-size: 3.5vw;
    width: 100%;
    text-align: center;
  }
  #wrap #privilege .point.num_no {
    bottom: 8vw;
    font-size: 3.5vw;
  }
  #wrap #privilege .point span {
    font-size: 7vw;
    margin-right: 0.5vw;
    vertical-align: baseline;
    letter-spacing: normal;
  }
  #wrap #privilege .point span.no {
    display: none;
  }
  #wrap #privilege .btn {
    position: absolute;
    bottom: 1vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #fff;
    font-weight: bold;
    font-size: 3vw;
    width: 100%;
    text-align: center;
  }
  #wrap #privilege .btn::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-left: 2vw;
  }
  /* #wrap #privilege a:active .btn::after{
        margin-left: 30px;
        transition: 0.5s;
    }
 */
  /*--------------
    �A���J�[���j���[
    --------------*/
  #wrap #anchor_menu {
    width: 100%;
    margin-top: 2vw;
  }
  #wrap #anchor_menu ul {
    width: 100%;
    display: grid;
    gap: 2vw;
    box-sizing: border-box;
    padding: 0 1vw;
  }

  #wrap #anchor_menu ul.col_fixed {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 2%;
  }

  #wrap #anchor_menu ul.col_1,
  #wrap #anchor_menu ul.col_2,
  #wrap #anchor_menu ul.col_3 {
    display: flex;
    justify-content: center;
    margin-top: 2vw;
  }
  #wrap #anchor_menu ul.col_1 li,
  #wrap #anchor_menu ul.col_2 li,
  #wrap #anchor_menu ul.col_3 li {
    width: calc((100% - 2vw) / 3);
  }
  #wrap #anchor_menu ul.yes {
    margin-top: 2vw;
  }
  #wrap #anchor_menu ul.no {
    /*���i�s�v�̏ꍇ*/
    display: none;
  }
  #wrap #anchor_menu ul li.no {
    display: none;
  }

  #wrap #anchor_menu ul li a {
    display: flex;
    padding: 0 0 5% 0;
    color: #ffffff;
    border-radius: 4px;
    background: #2f5f55;
    font-size: 3.25vw;
    position: relative;
    justify-content: center;
    align-items: center;
    align-content: center;
    top: -3px;
    flex-direction: column;
    height: 12vw;
    box-shadow: 0px 3px 0 #133b33;
    transition: color 0.5s, opacity 0.5s, top 0.5s, box-shadow 0.5s;
  }

  #wrap #anchor_menu ul li a:hover {
    color: #ffffff !important;
    opacity: 0.8;
    top: 0px;
    box-shadow: none !important;
  }

  #wrap #anchor_menu ul li a::after {
    font-family: "Material Icons";
    font-size: 4vw;
    position: absolute;
    content: "expand_more";
    right: calc(50% - 2vw);
    bottom: 5%;
    transform: translateY(-50%);
    color: #ffffff;
    border-radius: 50px;
    transform: rotate(0deg);
    transition: bottom 0.5s;
  }

  #wrap #anchor_menu ul li a:hover::after {
    bottom: 0%;
  }

  /*---------------------
    �s�b�N�A�b�v�A�C�e���i1�J�����j
    ---------------------*/
  #wrap #cate01 {
    width: 100%;
    margin: 5vw auto 0;
  }
  #wrap .col_1 h1 {
    background: #7b2c0a;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 2vw 0;
    font-weight: bold;
    font-size: 6vw;
    margin-bottom: 3vw;
  }
  #wrap .col_1 ul {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 1vw;
  }
  #wrap .col_1 ul li:nth-child(n + 2) {
    margin-top: 3vw;
  }
  #wrap .col_1 ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    /* -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-around; */
    width: 100%;
    box-sizing: border-box;
    padding: 2vw;
    background-color: #fff;
    /* box-shadow: 0px 3px 10px #00a3cf; */
    border-radius: 5px;
  }
  #wrap .col_1 ul a:active img {
    opacity: 0.7;
  }
  /* #wrap .col_1 ul a:active{
        box-shadow: 0 0 10px #dd7784cf;
        background: #dd828e;
    } */
  /*�T���l*/
  #wrap .col_1 ul a > div {
    width: 45%;
    margin-right: 2vw;
  }
  /*���i���*/
  #wrap .col_1 ul a > dl {
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
  }
  #wrap .col_1 ul a > dl .name {
    width: 100%;
    color: #4f4f4f;
    font-size: 3.5vw;
  }
  #wrap .col_1 ul a > dl .text {
    font-size: 3.2vw;
    color: #4f4f4f;
  }

  /*�|�C���g�\�L*/
  #wrap .col_1 .point.yes {
    display: inline-block;
  }
  #wrap .col_1 .point.no {
    display: none;
  }
  #wrap .col_1 .point {
    background-color: #e74600;
    box-sizing: border-box;
    padding: 1vw 5vw;
    font-size: 3vw;
    font-weight: bold;
    color: #fff;
  }
  /*���i*/
  #wrap .col_1 .prices {
    display: inline-block;
    color: #d11d1e;
    font-size: 8.5vw;
    font-weight: bold;
    vertical-align: bottom;
    font-family: centuryGB, "Century Gothic", helvetica, Arial, sans-serif;
    letter-spacing: -0.01em
  }
  /*���w���͂�����*/
  #wrap .col_1 ul a > dl .btn {
    border: 1px solid #353535;
    background-color: #353535;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 3.2vw;
    padding: 2vw 0;
    width: 100%;
    margin-inline: auto;
  }
  /*�L���b�ƌ���*/
  #wrap .col_1 ul a:active > dl .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(173, 172, 169, 0.36) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
  }
  /*active�����ۂ̈ړ��̃A�j���[�V����*/
  #wrap .col_1 ul a:active > dl .btn::before {
    animation: shine 0.9s;
  }
  @keyframes shine {
    100% {
      left: 125%;
    }
  }
  #wrap .col_1 ul a > dl .btn::after {
    display: inline-block;
    content: "";
    width: 1.5vw;
    height: 1.5vw;
    position: absolute;
    top: calc(50% - 0.75vw);
    right: 6vw;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    /* margin-top: -2px; */
    transition: 0.3s;
  }
  #wrap .col_1 ul a:active > dl .btn::after {
    right: 4vw;
  }

  /*---------------------
    �Ɠd�`�y�b�g�J�e�S��
    ---------------------*/
  #wrap .col_2 {
    width: 100%;
    margin: 7vw auto;
  }
  #wrap .col_2.yes {
    display: block;
  }
  #wrap .col_2 ul li.no {
    display: none;
  }
  #wrap .col_2 h1 {
    width: 100%;
    box-sizing: border-box;
    padding: 2vw 0;
    font-size: 6vw;
    background: #7b2c0a;
    color: #fff;
    text-align: center;
  }
  #wrap .col_2 ul {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 2vw 1vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2vw;
  }
  #wrap .col_2 ul li {
  }
  #wrap .col_2 ul li:nth-child(n + 3) {
    margin-top: 3vw;
  }
  #wrap .col_2 ul li a {
    text-align: center;
    color: #353535;
    background-color: #fff;
    box-sizing: border-box;
    padding: 1vw;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  #wrap .col_2 ul li a:active img {
    opacity: 0.7;
    /* background-color: #ebe7e7;
        box-shadow: 0px 3px 10px #808080; */
  }
  #wrap .col_2 ul li a > dl {
    box-sizing: border-box;
    padding: 1vw 0 0.5vw 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 1vw;
  }
  #wrap .col_2 ul li a > dl .name {
    font-size: 3.5vw;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
  }
  #wrap .col_2 ul li a > dl .text {
    font-size: 3vw;
    text-align: center;
    font-weight: 500;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
  }
  #wrap .col_2 ul li a > dl .point.yes {
    display: inline-block;
    background-color: #e74600;
    color: #fff;
    box-sizing: border-box;
    padding: 1vw;
    font-size: 3.2vw;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
  }
  #wrap .col_2 ul li a > dl .point.no {
    display: none;
  }
  #wrap .col_2 ul li a > dl .prices {
    display: inline-block;
    vertical-align: bottom;
    font-weight: bold;
    color: #d11d1e;
    font-size: 5.5vw;
    letter-spacing: -0.01em;
  }

  /*���w���͂�����*/
  #wrap .col_2 ul li a > dl .btn {
    border: 1px solid #353535;
    color: #fff;
    background-color: #353535;
    text-align: center;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 2vw 0;
    width: 100%;
    margin-inline: auto;
    font-size: 3.2vw;
  }
  /*�L���b�ƌ���*/
  #wrap .col_2 ul li a:active > dl .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(173, 172, 169, 0.36) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
  }
  /*active�����ۂ̈ړ��̃A�j���[�V����*/
  #wrap .col_2 ul li a:active > dl .btn::before {
    animation: shine2 0.9s;
  }
  @keyframes shine2 {
    100% {
      left: 125%;
    }
  }
  #wrap .col_2 ul li a > dl .btn::after {
    display: inline-block;
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    top: 43.5%;
    right: 6vw;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    /* margin-top: -2px; */
    transition: 0.3s;
  }
  #wrap .col_2 ul li a:active > dl .btn::after {
    right: 4vw;
  }

    /*---------------------
   �J�e�S������T��
  ---------------------*/
  #category {
    border: double 5px #e74600;
    width: 95%;
    margin: 0 auto;
    margin-top: -3vw;
    background: #ffffff;
    border-radius: 30px;
    padding-bottom: 4vw;
  }
  #wrap .cate_ti {
    text-align: center;
    font-size: 5vw;
    padding-bottom: 10px;
    margin-bottom: 4vw;
    margin-top: 4vw;
    position: relative;
    line-height: 1.3;
  }
  #wrap .cate_ti::after {
    content: "";
    width: 40%;
    height: 1.5px;
    display: inline-block;
    background: #222222;
    position: absolute;
    bottom: 0;
    left: calc(50% - 75px);
  }
  #wrap .item_cate ul {
    max-width: 96%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #wrap .item_cate ul li {
    margin: 0 auto;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s;
    width: calc((100% - 5%) / 4);
    margin-bottom: 2vw !important;
  }
  #wrap .item_cate ul li a {
    display: block;
    position: relative;
    font-size: 3.5vw;
    text-align: center;
    padding: 2vw 0;
    color: #222222;
    border-radius: 4px;
    background: #fff;
    transition: all 0.3s
  }
  #wrap .item_cate ul li a img {
    width: 110%;
  }
/*   #wrap .item_cate ul li::after {
    font-family: 'Material Icons';
    font-size: 1.3em;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    top: 12%;
    right: 3%;
    color: #222222;
    transition: all 0.3s;
  } */
  
  /*---------------------
    �������ߓ��W
    ---------------------*/
  #wrap #event_bn {
    width: 100%;
    margin: 7vw auto;
  }
  #wrap #event_bn.no {
    display: none;
  }
  #wrap #event_bn h1 {
    width: 100%;
    box-sizing: border-box;
    padding: 2vw 0;
    font-size: 6vw;
    background: #7b2c0a;
    color: #fff;
    text-align: center;
  }
  #wrap #event_bn ul {
    display: grid;
    gap: 2vw;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 2vw 1vw;
    grid-template-columns: repeat(2, 1fr);
  }
  #wrap #event_bn ul.col_1 {
    grid-template-columns: repeat(1, 1fr);
  }

  #wrap #event_bn ul.col_2 {
    grid-template-columns: repeat(2, 1fr);
  }

  #wrap #event_bn ul.col_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  #wrap #event_bn ul li.no {
    display: none;
  }
  #wrap #event_bn ul li:nth-child(n + 3) {
    margin-top: 3vw;
  }
  #wrap #event_bn ul li a {
    display: block;
    transition: 0.5s;
  }
  #wrap #event_bn ul li a img {
    width: 100%;
  }

  #wrap #event_bn ul li a:active {
    transform: translateY(-10px);
  }

  /*�t�b�^�[*/
  #wrap #foot {
    background: #212121;
    padding: 5% 0;
    text-align: center;
    color: #fff;
  }
  #wrap #foot a {
    color: #fff;
    font-size: 3.5vw;
    display: inline-block;
  }

  /*---------------------
    �y�[�W�g�b�v
    ---------------------*/
  #wrap #page_top {
    position: fixed;
    right: 0;
    bottom: 10px;
  }
  #wrap #page_top li:nth-child(n + 2) {
    margin-top: 10px;
  }
  #wrap #page_top a {
    opacity: 0.7;
    display: block;
    box-sizing: border-box;
    padding: 5vw 2vw 2vw;
    text-align: center;
    background-color: #e74600;
    color: #ffffff;
    font-size: 3.2vw;
    font-weight: bold;
    transition: 0.5s;
    position: relative;
  }
  #wrap #page_top a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f106";
    font-weight: 900;
    position: absolute;
    top: 1.5vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #wrap #page_top a:active {
    opacity: 1;
    transform: translateY(-5px);
    box-shadow: 2px 2px 0 #fff;
  }
}

/*=============================================================================��smp��==============================================================================*/
