/* ページ全体の高さを100%に設定 */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

/* コンテンツ領域に最低限の高さを設定 */
#content {
    min-height: calc(100vh - 120px); /* 120pxはヘッダーとフッターの高さの合計を想定 */
    padding: 20px; /* 任意のパディング */
}

/* フッターを下部に固定 */
#footer {
    position: relative;
    width: 100%;
    background-color: #f1f1f1;
    padding: 20px;
    text-align: center;
}

.pd-5 {
    padding: 5px
}

.pd-b-10 {
    padding-bottom: 10px
}

.pd-t-15 {
    padding-top: 15px
}

.pd-t-20 {
    padding-top: 20px
}

.pd-b-15 {
    padding-bottom: 15px
}

.ma-b-0 {
    margin-bottom: 0
}

.ma-b-10 {
    margin-bottom: 10px
}

.ma-b-15 {
    margin-bottom: 15px
}

.ma-t-5 {
    margin-top: 5px
}

.ma-t-10 {
    margin-top: 30px
}

.ma-t-20 {
    margin-top: 20px
}

.bg-gray {
    background-color: #F6F6F6
}

.small-x {
    font-size: 0.8em
}

.small-xx {
    font-size: 0.7em
}

.ta-c {
    text-align: center
}

.bold {
    font-weight: bold
}

@media (max-width: 460px) {
    .sp-ma-t-10 {
        margin-top:10px
    }

    .hide-on-sp {
        display: none
    }

    .big-sp {
        width: 100%
    }
}

@media (min-width: 768px) {
    .display-on-sp {
        display:none
    }
}

.text-center {
    text-align: center
}

.full-width {
    width: 100%
}

.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 11px;
    background-color: #fff;
}

.footer .footer-list {
    margin-bottom: 12px;
    text-align: left;
}

.footer .footer-info {
    margin-bottom: 12px;
}

.btn-main {
    color: #fff;
    background-color: #ed7e5d;
    border-color: #ed7e5d
}

.btn-main:hover {
    color: #fff;
    background-color: rgba(237,126,93,0.8);
    border-color: rgba(237,126,93,0.8)
}

.btn-inquiry {
    background-color: #ed7e5d;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 12px 30px;
    text-align: center;
    font-size: 1.2em;
    height: 100%
}

.btn-inquiry:hover {
    background-color: rgba(237,126,93,0.8)
}

.btn-inquiry.big {
    width: 100%
}

.product-code {
    background-color: #F3F3F3;
    padding: 5px
}

.product-label {
    display: inline-block;
    background-color: #DDDBDB;
    color: #6E6E6E;
    border-radius: 10px;
    width: 100px;
    text-align: center
}

.tab-header {
    border-top: 2px solid #F3BA46
}

.product-label.active {
    background-color: #888888;
    color: #fff
}

.detail-form {
    margin: 10px 5px 30px
}

.detail-form .form-label {
    margin-bottom: 4px;
    margin-top: 16px
}

.detail-att {
    margin-top: 10px;
    font-size: 13px
}

.form-info table {
    --bs-table-bg: none
}

.form-info table tbody {
    display: block;
    padding: 3px 3px 0;
    background-color: #f6f6f6
}

.form-info table tbody .table-ttl {
    width: 30%
}

.form-control {
    background: #ecf4ff
}

@media (max-width: 576px) {
    .product-detail-status .col-2 {
        width:auto;
        padding: 0 0 0 8px
    }

    .product-detail-status .col-2 .product-label {
        width: auto;
        padding: 2px 12px;
        font-size: 14px
    }

    .product-detail-button .col-3 {
        width: 40%
    }

    .product-detail-button .col-3 button.favorite {
        margin-top: 0;
        padding: 10px
    }

    .product-detail-button .col-4 {
        width: 60%
    }

    .detail-product-price .price {
        font-size: 1.1em
    }

    .form-info {
        margin-top: 10px;
        margin-right: 0;
        padding-right: 0
    }

    .form-info>.col {
        padding-right: 0
    }

    .form-info table {
        font-size: 12px;
        --bs-table-bg: none
    }

    .form-info table tbody {
        display: block;
        padding: 3px 3px 0;
        background-color: #f6f6f6
    }

    .form-info table tbody .table-ttl {
        width: 30%
    }

    .detail-form {
        margin: 10px 0 20px
    }

    .detail-form form label:first-of-type {
        margin-top: 0
    }

    .detail-form .btn-inquiry.big {
        margin-top: 10px
    }

    .btn-inquiry {
        padding: 16px 30px
    }

    .detail-att {
        margin-bottom: 40px;
        font-size: 12px
    }
}

button.favorite {
    border: 2px solid #fbcd26;
    background-color: #fdfaeb;
    border-radius: 5px;
    padding: 9px 12px
}

button.favorite.on {
    color: white;
    background-color: #fda729
}

button.inquiry {
    border-radius: 5px;
    background-color: #ed7e5d;
    color: #fff;
    border: none;
    margin: 10px 5px;
    padding: 9px 12px;
    text-align: justify;
    width: 100%;
    text-align: center
}

button.inquiry:hover {
    background-color: rgba(237,126,93,0.8)
}

.width-80 {
    width: 80px
}

.color-yellow {
    background-color: #ffd878
}

.align-right {
    text-align: right
}

.current-order {
    display: inline-block;
    font-weight: bold;
    border-bottom: 2px solid #FBB733;
    margin-bottom: 5px;
    text-align: center
}

.gray {
    color: #505050
}

.orenge {
    color: #D74F49
}

.product-price {
    font-size: 1.4em
}

.product-price .price {
    color: #D74F49
}

.per-page {
    cursor: pointer;
    text-decoration: none;
    color: #000
}

.per-page:hover {
    text-decoration: none;
    color: rgba(0,0,0,0.5)
}

.search-column .search-ttl {
    color: #ed7e5d;
    font-weight: bold
}

.search-column .search-border {
    border-bottom: 2px solid #f7ddd5
}

.search-column .search-column-category {
    display: block
}

.search-column .search-column-category .col-12 {
    position: relative;
    display: block;
    width: auto;
    color: #333;
    text-decoration: none;
    padding: 4px 10px
}

.search-column .search-column-category .col-12::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #ccc;
    border-right: solid 2px #ccc;
    position: absolute;
    top: 50%;
    margin-left: 10px;
    margin-top: -6px;
    transform: rotate(45deg)
}

.search-column .search-column-btn {
    padding-top: 20px
}

.search-column .search-column-btn .btn {
    width: 100%
}

.search-column .price-symbol {
    margin: 5px auto;
    color: #999;
    transform: rotate(90deg)
}

.search-column .input-group input {
    text-align: right
}

#search-result .page-item.active .page-link {
    color: #fff;
    background: #8E806C;
    border-color: #dee2e6
}

#search-result .page-link {
    color: #5d5e5d
}


.page-link {
  position: relative;
  display: block;
  color: #8E806C;
  text-decoration: none;
  background-color: #E0DEDA;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #8E806C;
  border-color: #E0DEDA;
}


.bnr_pc {
    width: 100%
}

.bnr_sp {
    width: 100%
}

.bnr_pc {
    display: block !important
}

.bnr_sp {
    display: none !important
}

@media (max-width: 576px) {
    .bnr_pc {
        display:none !important
    }

    .bnr_sp {
        display: block !important
    }

    button.favorite {
        font-size: 0.9em;
        padding: 8px 10px;
        margin-top: 8px
    }

    button.inquiry {
        padding: 9px 5px;
        margin-top: 8px
    }

    .price {
        font-size: 0.8em
    }

    .price b {
        font-size: 1.3em
    }

    .card-bottom {
        display: block;
        margin: 10px 0 0
    }

    .card-bottom .product-price {
        width: 100%;
        padding: 0
    }

    .card-bottom .product-fav {
        float: left;
        width: 45%;
        padding: 0
    }

    .card-bottom .product-keep {
        float: left;
        width: 54%;
        padding: 0
    }

    .product-status {
        margin: 0
    }

    .product-status .col {
        padding: 0
    }

    .product-detail {
        padding: 0
    }

    .product-thumbnail {
        padding-left: 0;
        padding-right: 5px
    }
}

#top-search-form .input-group .input-group-text {
    width: 6em
}

ul.pref-list {
    padding: 0
}

ul.pref-list li {
    display: inline-block;
    border: 1px solid #dedbdb;
    border-radius: 8px;
    padding: 7px;
    background-color: #fff
}

ul.pref-list li:hover {
    background-color: #d3d3d3
}

ul.pref-list li a {
    text-decoration: none;
    color: #000
}

.product {
    background-color: #fff;
    box-shadow: 1px 1px 4px #a9a9a9
}

.product .store {
    color: #A9A9A9;
    font-size: 16px
}

.product .title {
    font-size: 18px
}

.product .price {
    color: #D74F49;
    font-size: 23px
}

.line-seperator {
    border-bottom: 1px solid #CBC8C8
}

.bnr_pc {
    width: 100%
}

.bnr_sp {
    width: 100%
}

.vertical-scroll {
    height: 45px;
    overflow: auto;
    white-space: nowrap
}

#keyvisual {
    height: 150px;
    overflow: hidden
}

#keyvisual img {
    width: 100%;
    padding-bottom: 15px
}

#keyvisual .text {
    display: none;
    position: absolute;
    top: 15%;
    left: 40%;
    text-align: center;
    color: yellow;
    font-size: 2em;
    font-weight: bold
}

.bnr_pc {
    display: block !important
}

.bnr_sp {
    display: none !important
}

@media (min-width: 450px) {
    #keyvisual {
        height:auto
    }
}

@media (max-width: 575px) {
    .search-box {
        width:100%
    }
}

@media (max-width: 768px) {
    .bnr_pc {
        display:none !important
    }

    .bnr_sp {
        display: block !important
    }

    #categories .per-page {
        width: 50%
    }

    #categories .per-page:nth-of-type(odd) {
        padding-right: 5px
    }

    #categories .per-page:nth-of-type(even) {
        padding-left: 5px
    }



    .list-sale,.list-new {
        display: flex;
        padding-right: calc(var(--bs-gutter-x)/ 2);
        padding-left: calc(var(--bs-gutter-x)/ 2);
        justify-content: space-between
    }

    .product-wrapper {
        width: 49%;
        padding: 0
    }

    .product {
        padding: 8px
    }

    .product .offset-1 {
        margin-left: 0
    }

    .product .title {
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 1.4
    }

    .product .store {
        margin: 4px 0;
        font-size: 14px
    }

    .product .price {
        margin-bottom: 0;
        font-size: 20px;
        text-align: right
    }

    .product .state {
        font-size: 13px;
        margin: 4px 0 0;
        color: #A9A9A9;
        text-align: right
    }

    .product .state span {
        font-weight: bold
    }

    .product img {
        width: 180px;
        height: 160px !important;
        object-fit: cover
    }
}

#login-form button.submit {
    background-color: #F3BA46;
    border: none;
    border-radius: 10px;
    font-size: 23px
}

#login-form .register {
    display: block;
    background-color: #fff;
    border: 3px solid #F3BA46;
    padding: 10px 0;
    border-radius: 10px;
    width: 100%;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 1.2em
}



.center_t{
text-align: center;
}

.mar_t0{
margin-top: 0 !important;
}
.mar_t1{
margin-top: 1px !important;
}

.mar_t2{
margin-top: 2px !important;
}

.mar_t3{
margin-top: 3px !important;
}

.mar_t4{
margin-top: 4px !important;
}

.mar_t5{
margin-top: 5px !important;
}
.mar_t10{
margin-top: 10px !important;
}
.mar_t15{
margin-top: 15px !important;
}
.mar_t17{
margin-top: 17px !important;
}
.mar_t18{
margin-top: 18px !important;
}

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

.mar_t25{
margin-top: 25px !important;
}
.mar_t30{
margin-top: 30px !important;
}

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

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

.mar_t60{
margin-top: 60px !important;
}
.mar_t70{
margin-top: 70px !important;
}
.mar_t80{
margin-top: 80px !important;
}
.mar_t90{
margin-top: 90px !important;
}
.mar_t100{
margin-top: 100px !important;
}



.mar_b0{
margin-bottom: 0 !important;
}
.mar_b1{
margin-bottom: 1px !important;
}
.mar_b2{
margin-bottom: 2px !important;
}
.mar_b3{
margin-bottom: 3px !important;
}
.mar_b4{
margin-bottom: 4px !important;
}

.mar_b5{
margin-bottom: 5px !important;
}
.mar_b10{
margin-bottom: 10px !important;
}
.mar_b15{
margin-bottom: 15px !important;
}
.mar_b20{
margin-bottom: 20px !important;
}
.mar_b30{
margin-bottom: 30px !important;
}



.mar_l0{
margin-left: 0 !important;
}
.mar_l1{
margin-left: 1px !important;
}
.mar_l2{
margin-left: 2px !important;
}
.mar_l3{
margin-left: 3px !important;
}
.mar_l4{
margin-left: 4px !important;
}
.mar_l5{
margin-left: 5px !important;
}
.mar_l10{
margin-left: 10px !important;
}
.mar_l15{
margin-left: 15px !important;
}
.mar_l20{
margin-left: 20px !important;
}

.mar_r0{
margin-right: 0 !important;
}
.mar_r1{
margin-right: 1px !important;
}
.mar_r2{
margin-right:2px !important;
}
.mar_r3{
margin-right: 3px !important;
}
.mar_r4{
margin-right: 4px !important;
}
.mar_r5{
margin-right: 5px !important;
}
.mar_r10{
margin-right: 10px !important;
}
.mar_r15{
margin-right: 15px !important;
}
.mar_r20{
margin-right: 20px !important;
}

.pad_t0{
padding-top: 0 !important;
}
.pad_t5{
padding-top: 5px !important;
}
.pad_t10{
padding-top: 10px !important;
}
.pad_t15{
padding-top: 15px !important;
}
.pad_t17{
padding-top: 17px !important;
}
.pad_t18{
padding-top: 18px !important;
}
.pad_t20{
padding-top: 20px !important;
}

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

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

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

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

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

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



.pad_b0{
padding-bottom: 0 !important;
}
.pad_b5{
padding-bottom: 5px !important;
}
.pad_b10{
padding-bottom: 10px !important;
}
.pad_b15{
padding-bottom: 15px !important;
}
.pad_b17{
padding-bottom: 17px !important;
}
.pad_b20{
padding-bottom: 20px !important;
}
.pad_b30{
padding-bottom: 30px !important;
}

.pad_l0{
padding-left: 0 !important;
}
.pad_l5{
padding-left: 5px !important;
}
.pad_l10{
padding-left: 10px !important;
}
.pad_l15{
padding-left: 15px !important;
}
.pad_l20{
padding-left: 20px !important;
}
.pad_l30{
padding-left: 30px !important;
}

.pad_r0{
padding-right: 0 !important;
}
.pad_r5{
padding-right: 5px !important;
}
.pad_r10{
padding-right: 10px !important;
}
.pad_r15{
padding-right: 15px !important;
}
.pad_r20{
padding-right: 20px !important;
}
.pad_r30{
padding-right: 30px !important;
}

.f11{
font-size: 11px !important;
}
.f12{
font-size: 12px !important;
}
.f13{
font-size: 13px !important;
}
.f14{
font-size: 14px !important;
}
.f15{
font-size: 15px !important;
}
.f16{
font-size: 16px !important;
}
.f17{
font-size: 17px !important;
}
.f18{
font-size: 18px !important;
}
.f19{
font-size: 19px !important;
}
.f20{
font-size: 20px !important;
}

.no_line{
  text-decoration: none !important;
}

.div_link{
    position:relative;
    width:100%;
    height:60px;
    background-color:#ffffff;
    border-bottom: solid #bababa 1px;
}

.div_link .link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bbs_list_footer{
margin-top: 10px;
color: :#E6E6E6;
font-size: 12px;
margin-right: 5px;
}

.text-danger{
  color:#FC0107;
}
.like_btn {
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-family: Arial;
  color: #000000;
  font-size: 14px;
  background: #ffffff;
  padding: 5px 10px 5px 10px;
  border: solid #030303 1px;
  text-decoration: none;
}

.like_btn:hover {
  background: #d6d6d6;
  text-decoration: none;
}


.popup_bbs {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup_bbs.is-show {
  opacity: 1;
  visibility: visible;
}
.popup_bbs-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.popup_bbs-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}


.popup_btn {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;
  color: #000000;
  font-size: 14px;
  background: #ffffff;
  padding: 5px 5px 5px 5px;
  border: solid #030303 1px;
  text-decoration: none;
}

.thmb_com{
  width:80px;
  height: 80px;
}

a.current{
  color: red;
  text-decoration: none;
}

.caption_box{
  position: relative;

  margin-top: 1em;
  padding: 1em 2em;
  border: 1px solid #cccccc;
  padding-bottom: 40px;
  min-height: 150px;
}

.caption_box .caption{
  position: absolute;
  top: 0;
  left: 0;

  font-size: 1em;
  padding: 0 1em;
  margin: 0;
  background-color: white;
  transform: translateY(-50%) translateX(1em);
}

.navbar-dark .navbar-toggler-icon{
  /* 三本線 */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(245, 114, 33, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/*.navbar-dark .navbar-toggler{*/
  /* 枠線 */
/*  border-color: rgba(212, 108, 228, 1);*/
/*}*/


.bar_top {
  -webkit-border-radius: 0 28 28 0;
  -moz-border-radius: 0 28 28 0;
  border-radius: 0 28px 28px 0;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  background: #F57211;
  padding: 8px 20px 8px 20px;
  text-decoration: none;
  width: 540px;
  height:50px;
}

.tate_bar{
border-left:5px solid #FFEF33; /*線の設定*/
padding-left:2px; /*余白の設定*/
}

.tate_bar_detail{
border-left:5px solid #F57221; /*線の設定*/
padding-left:5px; /*余白の設定*/
}

.bar_top_sp {
  -webkit-border-radius: 0 28 28 0;
  -moz-border-radius: 0 28 28 0;
  border-radius: 0 28px 28px 0;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px !important;
  background: #F57211;
  padding: 8px 20px 8px 20px;
  text-decoration: none;
  width: 355px;
  height:40px;
}

.bar_top_sp h2{
  font-size: 19px !important;
}

.bar_top h2{
  font-size: 28px !important;
}

.x_inlineframe {
 background-color:#F6F6F6;
 height:350px;
 overflow:auto;
 overflow-y:hidden;
 overflow-x:scroll;
 padding-left: 2px;
}

.card_top{
border: 1px solid #000000 !important;
border-radius: 0 0 0 0;

}

.card_bottom{
background-color: #000000 !important;
padding:2px;
}
.card-title{
 color: #ffffff !important;  
 text-align: center; 
}


.rank1_box {
  margin       : auto;
  width        : 30px;
  height       : 30px;
  background   : #deb52b;
  text-align: center;
  color : #fff;
  font-size :20px;
  padding-top: 1px;
  float: left;
  margin-bottom: 10px;
}
.rank2_box {
  margin       : auto;
  width        : 30px;
  height       : 30px;
  background   : #9F9F9F;
  text-align: center;
  color : #fff;
  font-size :20px;
  padding-top: 1px;
  float: left;
  margin-bottom: 10px;
}

.rank3_box {
  margin       : auto;
  width        : 30px;
  height       : 30px;
  background   : #A77009;
  text-align: center;
  color : #fff;
  font-size :20px;
  padding-top: 1px;
  float: left;
  margin-bottom: 10px;
}

.rank_box {
  margin       : auto;
  width        : 30px;
  height       : 30px;
  background   : #FFFFFF;
  text-align: center;
  color : #000000;
  font-size :20px;
  padding-top: 1px;
  float: left;
  margin-bottom: 10px;
}


.card_top_cat{
border: 1px solid #000000 !important;
border-radius: 0 0 0 0 !important;
padding-right: 0 !important;
padding-left: 0 !important;
margin-top: 5px;
}
.card-title2{
 color: #ffffff !important;  
 text-align: center; 
 font-size: 15px !important;
 padding-top:6px;
}
@media (min-width: 1280px) {
.img_hinmoku {
  max-height: 194px;
  object-fit: cover; /* この一行を追加するだけ！ */
}
}
@media (max-width: 460px) {
.img_hinmoku {
  height: 123px !important;
  object-fit: cover; /* この一行を追加するだけ！ */
}
}
@media (max-width: 1279px) {
.img_hinmoku {
  height: 194px !important;
  object-fit: cover; /* この一行を追加するだけ！ */
}
}


.img_item_list{
  max-height: 122px;
  object-fit: cover; /* この一行を追加するだけ！ */
}


.btn_top {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #F57221;
  padding: 7px 20px 7px 20px;
  text-decoration: none;
  min-width: 264px;
  display: inline-block;
}

.btn_top:hover {
  background: #ff8e4c;
  text-decoration: none;
  color: #fff;
}

.btn_top2 {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #F57221;
  padding: 7px 20px 7px 20px;
  text-decoration: none;
}

.btn_top2:hover {
  background: #ff8e4c;
  text-decoration: none;
  color: #fff;
}



.material-symbols-outlined {
vertical-align: middle;
margin-top: -3px;
}


.btn_top_store {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  background: #D95E2E;
  padding: 10px 5px 10px 5px;
  text-decoration: none;
  width: 100px;
  text-align: center;
  color: #FFFFFF;
}

.btn_top_store:hover {
  background: #ff8e4c;
  text-decoration: none;
  color: #FFFFFF;
}

.bar_top_area {
  -webkit-border-radius: 1;
  -moz-border-radius: 1;
  border-radius: 1px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  background: #E69D4D;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width: 320px;
  text-align:center;
}

.bar_top_area:hover {
  background: #ff8e4c;
  text-decoration: none;
  color: #FFFFFF;
}


.label_top {
  -webkit-border-radius: 1;
  -moz-border-radius: 1;
  border-radius: 1px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #E69D4D;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  width: 96px;
  text-align:center;
  display: inline-block;
}

.shopname_top{
color: #F57221;
font-size:14px;
}


dt{
  float: left;
}
dd{
  margin-left: 98px;
}

.btn_search_head{
color: #fff;
background-color: #4D4C4A;
border-color: #4D4C4A;
font-size: 20px;
}

.material-symbols-outlined.size-18 {
  font-size: 18px;
}
.material-symbols-outlined.size-20 {
  font-size: 20px;
}
.material-symbols-outlined.size-22 {
  font-size: 22px;
}

.material-symbols-outlined.size-24 {
  font-size: 24px;
}
.material-symbols-outlined.size-26 {
  font-size: 26px;
}
.material-symbols-outlined.size-28 {
  font-size: 28px;
}
.material-symbols-outlined.size-32 {
  font-size: 32px;
}

.btn_search_sort {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #4D4C4A;
  font-size: 18px;
  background: #ffffff;
  padding: 5px 20px 5px 20px;
  border: solid #4D4C4A 1px;
  text-decoration: none;
}

.btn_search_sort:hover {
  text-decoration: none;
}

.footer_img{
    margin-top: 50px;
    margin-bottom:30px;
}


.mp_top0{
    margin-top: 0!important;
    padding-top: 0!important;
}


.breadcrumb-item a{
    color:#4D4C4A;
}

.attention_box{
    border: 1px solid #000000 !important;
    border-radius: 10px;  
}



.btn_send {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  background: #D95E2E;
  padding: 15px 5px 15px 5px;
  text-decoration: none;
  width: 100px;
  text-align: center;
  color: #FFFFFF;
}

.btn_send:hover {
  background: #ff8e4c;
  text-decoration: none;
  color: #FFFFFF;
}

/*--ステッパー--*/

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto; /* コンテナ全体を中央揃え */
}

.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: tomato;
}



.multi-steps > li:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: tomato;
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: -1; /* 棒線がサークルの後ろに配置されるように */
  transform: translateX(-50%);
}

.multi-steps > li:before {
  content: '\2713';
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: tomato;
  border-radius: 50%;
  z-index: 0; /* :after より前に表示するため、z-index を 1 より大きい値に設定 */
  position: relative;
}

.multi-steps > li:last-child:after {
  display: none;
}

.multi-steps > li.is-active:before {
  background-color: #fff;
  border-color: tomato;
}

.multi-steps > li.is-active ~ li {
  color: #808080;
}

.multi-steps > li.is-active ~ li:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
  background-color: #ededed;
  border-color: #ededed;
}

.multi-steps > li.is-active ~ li:after {
  background-color: #ededed;
}

.multi-steps > li.is-active:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}

.multi-steps > li.is-active:after {
  background-color: #ededed;
}

.rounded-border {
  border: 1px solid #000; /* ボーダーの色と太さ */
  border-radius: 10px;    /* 角丸の半径 */
  margin: 20px 0;         /* 上下の余白 */
  padding: 4px;
}


