@charset "UTF-8";
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .index .section_block {
    padding-bottom: 60px;
  }
  .index .section_block:last-of-type {
    padding-bottom: 0;
  }
  .index .section_block__title {
    margin-bottom: 30px;
  }
  .index .section_block .btn {
    font-size: 1.8rem;
    margin: 40px auto 0;
  }
  .index .section_block.information {
    padding-bottom: 65px;
  }
  .index .section_block.information .section_block__title {
    margin-bottom: 20px;
  }
  .index__list {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    margin: 0 0 0 -26px;
    text-align: left;
  }
  .index__list > * {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
  }
  .index__list li {
    width: 537px;
    height: 112px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 0 0 0 26px;
    line-height: 1.3;
    text-align: center;
  }
  .index__list li:nth-child(n+3) {
    margin-top: 30px;
  }
  .index__list li a {
    display: block;
    height: 100%;
    padding: 0 25px;
    background-color: #f3f3f3;
    text-decoration: none;
    color: #000;
    font-size: 2.5rem;
    font-weight: bold;
  }
  .index__list li a small {
    display: block;
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .index__list li a p {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .index__list li a p:before {
    content: '';
    display: block;
    margin: auto;
    image-rendering: -webkit-optimize-contrast;
  }
  .index__list li a p span {
    width: 360px;
    margin: auto;
  }
  .online .index__list li:nth-of-type(1) p:before {
    display: block;
    background-image: url("../images/logo_goods_onlineshop_2024.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 68px;
    height: 79px;
  }
  .online .index__list li:nth-of-type(2) p:before {
    background-image: url("../images/rakuten_logo.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 131px;
    height: 37px;
  }
  .official .index__list_side {
    width: 1100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .official .index__list_side li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-calc(100% / 4);
    width: -moz-calc(100% / 4);
    width: calc(100% / 4);
    height: auto;
    padding: 0 15px;
    margin-bottom: 30px;
    border-left: 1px solid #ccc;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .official .index__list_side li:nth-of-type(4), .official .index__list_side li:nth-of-type(6) {
    border-right: 1px solid #ccc;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .official .index__list_side li a,
  .official .index__list_side li a:link,
  .official .index__list_side li a:visited,
  .official .index__list_side li a:hover {
    text-decoration: none !important;
    color: #140505;
  }
  .official .index__list_side li dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .official .index__list_side li dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .official .index__list_side li dl dt .shop_name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
    height: 3em;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .official .index__list_side li dl dt figure.printing {
    position: relative;
  }
  .official .index__list_side li dl dt figure.printing:after {
    content: "Now Printing";
    color: #fff;
    font-weight: bold;
    font-size: 2.4rem;
    background-color: #dcdbd9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .official .index__list_side li dl dt img {
    width: 100%;
  }
  .official .index__list_side li dl dt .shop_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin-top: 15px;
  }
  .official .index__list_side li dl dt .shop_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .official .index__list_side li dl dd {
    padding-top: 10px;
  }
  .official .index__list_side li dl dd p {
    margin-top: 5px;
  }
  .official .index__list_side li dl dd p .ttl_s {
    display: block;
  }
  .official .index__list_side .caution_red {
    color: #ff0000;
  }
  .official .index__list_side::after {
    content: "";
    display: block;
    width: 50%;
    height: 0;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print {
  .official a[href^="tel:"] {
    color: black;
    text-decoration: none;
    display: inline-block;
    /* IE用 */
    pointer-events: none;
  }
}

@media screen and (min-width: 768px), print {
  .indent {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
  }
}

@media screen and (max-width: 767px) {
  .index {
    padding-top: 6.51042vw;
    padding-bottom: 13.02083vw;
  }
  .index .section_block {
    padding-bottom: 7.8125vw;
  }
  .index .section_block:last-of-type {
    padding-bottom: 0;
  }
  .index .section_block__title {
    margin-bottom: 3.90625vw;
  }
  .index .section_block .btn {
    margin: 4.55729vw auto 0;
  }
  .index .section_block.information {
    padding-bottom: 9.76562vw;
  }
  .index .section_block.information .section_block__title {
    margin-bottom: 0;
  }
  .index__list li {
    height: 19.27083vw;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
    position: relative;
    overflow: hidden;
    line-height: 1.3;
  }
  .index__list li + li {
    margin-top: 3.90625vw;
  }
  .index__list li a {
    display: block;
    text-align: center;
    height: 100%;
    padding: 0 3.90625vw;
    background-color: #f3f3f3;
    text-decoration: none;
    color: #000;
    font-size: 4.42708vw;
    font-weight: bold;
  }
  .index__list li a small {
    display: block;
    font-size: 3.38542vw;
  }
  .index__list li p {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .index__list li p:before {
    content: '';
    display: block;
    margin: auto;
  }
  .index__list li p span {
    width: 63.80208vw;
    margin: auto;
    white-space: nowrap;
  }
  .online .index__list li:nth-of-type(1) p:before {
    display: block;
    background-image: url("../images/logo_goods_onlineshop_2024.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 11.71875vw;
    height: 13.54167vw;
  }
  .online .index__list li:nth-of-type(2) p:before {
    background-image: url("../images/rakuten_logo.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 17.05729vw;
    height: 5.46875vw;
  }
  .official .index__list_side {
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .official .index__list_side li {
    width: 100%;
    padding-bottom: 5.20833vw;
    border-bottom: 1px solid #ccc;
  }
  .official .index__list_side li:not(:last-child) {
    margin-bottom: 5.20833vw;
  }
  .official .index__list_side li a,
  .official .index__list_side li a:link,
  .official .index__list_side li a:visited,
  .official .index__list_side li a:hover {
    text-decoration: none !important;
    color: #000;
  }
  .official .index__list_side li dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .official .index__list_side li dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .official .index__list_side li dl dt .shop_name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 4.6875vw;
    margin-bottom: 10px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .official .index__list_side li dl dt figure.printing {
    position: relative;
  }
  .official .index__list_side li dl dt figure.printing:after {
    content: "Now Printing";
    color: #fff;
    font-weight: bold;
    font-size: 7.03125vw;
    background-color: #dcdbd9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100.5%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .official .index__list_side li dl dt img {
    width: 100%;
  }
  .official .index__list_side li dl dt .shop_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin-top: 10px;
  }
  .official .index__list_side li dl dt .shop_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .official .index__list_side li dl dd {
    padding-top: 10px;
  }
  .official .index__list_side li dl dd p {
    margin-top: 5px;
  }
  .official .index__list_side li dl dd p .ttl_s {
    display: block;
  }
  .official .index__list_side .caution_red {
    color: #ff0000;
  }
  .indent {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
  }
}
