@charset "UTF-8";
body {
 font-size: 1.4rem;
 background: #f1f1f4;
}
section {
 padding: 0;
}
.pageTtl {
 background: url("../images/bg_points_experience.jpg?0502") no-repeat center center;
 background-size: cover;
 color: #fff;
 display: block;
 padding: calc(1em + 5rem) 1.5rem 1em;
 text-align: center;
 line-height: 1.4;
 font-size: 7vw;
 position: relative;
 z-index: 5;
}
.pageTtl:before {
 content: "";
 display: block;
 background: url(../images/texture.jpg) repeat;
 background-size: contain;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 mix-blend-mode: multiply;
 pointer-events: none;
 opacity: 0.5;
}
.pageTtl:after {
 content: "";
 display: block;
 background: rgba(0, 0, 0, 0.4);
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 pointer-events: none;
 z-index: 1;
}
.pageTtl h1 {
 position: relative;
 z-index: 5;
 font-weight: 500;
}
.secTtl {
 text-align: center;
 font-weight: bold;
 font-size: 4.5vw;
 line-height: 1.2;
 background: #e62310;
 color: #fff;
 padding: 0.65em;
 width: 100vw;
 margin: 0 calc(50% - 50vw) 1em;
 position: relative;
}
.secTtl:after {
 content: "";
 display: block;
 background: url(../images/texture.jpg) repeat;
 background-size: 100% auto;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 mix-blend-mode: color-burn;
 pointer-events: none;
 opacity: 0.7;
}
.subTtl {
 font-weight: bold;
 color: #fff;
 background: #e62310;
 margin: 2em 0 1em;
 padding: 0.5em;
 line-height: 1.4;
 text-align: center;
}
.inner {
 padding: 0 2rem 2rem;
}
#howto #mobileOrder, #howto #shopOrder {
 position: relative;
 padding-top: 0.25em;
}
#howto #shopOrder {
 padding-top: 1.5em;
}
#howto #mobileOrder h3, #howto #shopOrder h3 {
 position: relative;
 font-size: 1.7rem;
 font-weight: bold;
 margin-bottom: 0.75em;
 border-bottom: solid 3px #ccc;
}
#howto .accordion {
 border-radius: 0.6rem;
 overflow: hidden;
 margin-bottom: 1em;
}
#howto .accordion > dt {
 cursor: pointer;
 background-color: #363638;
 padding: 0.75em 1.5em;
 text-align: center;
 font-weight: 500;
 color: #fff;
 position: relative;
}
#howto .accordion > dt:after {
 content: "+";
 color: #FBCD00;
 display: inline-block;
 position: absolute;
 top: 45%;
 transform: translateY(-50%);
 right: 1.5rem;
 font-size: 160%;
}
#howto .accordion > dt.open:after {
 content: "-";
}
#howto .accordion > dd {
 background: #fff;
 padding: 0.5em 0.25em 1em;
}
#howto .accordion > dd .caution {
 padding: 0.75em 0.5em 0 1.2em;
 text-indent: -0.7em;
}
#howto .accordion > dd dl {
 margin-top: 1em;
}
#howto .accordion > dd dl dt {
 font-weight: bold;
 position: relative;
 line-height: 1.2;
 background: #ecf2e7;
 color: #2d4b41;
 border-radius: 20rem;
 text-align: center;
 font-size: 1.4rem;
 display: block;
 padding: 0.75em 2.4em;
 margin: 0 auto 1.25em;
 width: 84%;
}
#howto .accordion > dd dl dt em {
 display: block;
}
#howto .accordion .possible {
 display: flex;
 align-items: center;
 justify-content: center;
 flex-wrap: wrap;
}
#howto .accordion .possible li {
 display: block;
 text-align: center;
 margin: 0 0.5em 0.5em;
 height: 4rem;
}
#howto .accordion .possible li.visa {
 height: 2.6rem;
}
#howto .accordion .possible li.amex {
 height: 4.0rem;
}
#howto .accordion .possible li.unionpay {
 height: 4.0rem;
}
#howto .accordion .possible li.dpay {
 height: 4.0rem;
}
#howto .accordion .possible li.paypay {
 margin: 0;
}
#howto .accordion .possible li.applepay {
 height: 3.5rem;
}
#howto .accordion .possible li.googlepay {
 height: 3.5rem;
}
#howto .accordion .possible li.merupay {
 height: 5.0rem;
}
#howto .accordion .possible li.yuchopay {
 height: 5.0rem;
}
#howto .accordion .possible li.bankpay {
 height: 3rem;
}
#howto .accordion .possible li.wecahtpay {
 height: 3rem;
}
#howto .accordion .possible li.trafic {
 height: auto;
 width: 100%;
 margin: 1em auto 0;
}
#howto .accordion .possible li img {
 height: 100%;
 width: auto;
 display: inline-block;
}
#howto .accordion .possible li.trafic img {
 width: 100%;
 height: auto;
}
#howto .accordion .note {
 color: #6c6c6e;
 background: rgba(235, 235, 238, 0.8);
 display: block;
 text-align: center;
 font-size: 1.3rem;
 padding: 1.5em;
 border-radius: 0.8rem;
 margin: 1.5em 0 0;
}
#howto .accordion .note > ul {
 display: inline-block;
 text-align: left;
}
#howto .accordion .note > ul > li {
 text-indent: -0.7em;
 padding-left: 0.7em;
 line-height: 1.5;
 margin-bottom: 0.5em;
}
#howto .accordion .note > ul > li:last-child {
 margin-bottom: 0;
}
#howto .rec {
 display: inline-block;
 font-weight: bold;
 padding: 0 0 0 0.5em;
 font-size: 77%;
 letter-spacing: 0;
 color: #e62310;
}
#howto .flow li {
 position: relative;
 padding: 0.2em 0 0.5em 2.7em;
 margin-bottom: 0.75em;
 font-size: 1.3rem;
}
#howto .flow li:last-child {
 margin-bottom: 0;
}
#howto .flow li:before {
 content: "00";
 display: block;
 width: 2.1em;
 height: 2.1em;
 line-height: 2.1em;
 text-align: center;
 background: #5fae58;
 color: #fff;
 border-radius: 50%;
 position: absolute;
 left: 0;
 top: 0;
 z-index: 2;
 font-weight: bold;
}
#howto .flow li:nth-child(1):before {
 content: "01";
}
#howto .flow li:nth-child(2):before {
 content: "02";
}
#howto .flow li:nth-child(3):before {
 content: "03";
}
#howto .flow li:nth-child(4):before {
 content: "04";
}
#howto .flow li:nth-child(5):before {
 content: "05";
}
#howto .flow li:nth-child(6):before {
 content: "06";
}
#howto .flow li:after {
 content: "";
 display: block;
 width: 2px;
 height: calc(100% + 1em);
 background: #5fae58;
 position: absolute;
 left: 1em;
 top: 0;
}
#howto .flow li:last-child:after {
 display: none;
}
#howto .flow li p {
 font-weight: 500;
}
#howto .flow li .caution {
 font-weight: 400;
 padding-top: 0.5em;
}
#howto .accordionBnr {
 position: relative;
 margin: 1.5em auto;
}
#howto .accordionBnr dt {
 position: relative;
 padding: 1em calc(14.5rem + 0.5em) 1em 1em;
 color: #fff;
 background: #f25b26;
 border-radius: 0.4rem;
 text-align: center;
}
#howto .accordionBnr dt:after {
 content: "";
 display: block;
 background: url("../images/batterilizu.png") no-repeat;
 background-size: cover;
 width: 14.5rem;
 height: calc(14.5rem * 0.835);
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 right: -0.5em;
}
#howto .accordionBnr dt p {
 letter-spacing: 0;
 text-align: center;
 font-weight: 600;
 line-height: 1.4;
}
#howto .accordionBnr dt p.mini {
 font-size: 1.2rem;
 position: relative;
 font-weight: 500;
 margin-bottom: 0.75em;
 display: inline-block;
 padding: 0 1em;
}
#howto .accordionBnr dt p.mini:before {
 content: "";
 display: block;
 width: 2px;
 height: 80%;
 background: #fff;
 position: absolute;
 left: 0;
 bottom: 0.2em;
 transform: rotate(-18deg);
 opacity: 0.8;
}
#howto .accordionBnr dt p.mini:after {
 content: "";
 display: block;
 width: 2px;
 height: 80%;
 background: #fff;
 position: absolute;
 right: 0;
 bottom: 0.2em;
 transform: rotate(18deg);
 opacity: 0.8;
}
#howto .accordionBnr dd {
 display: none;
 padding: 0.5em 0 0;
}
#howto .accordionNote {
 background: #fff;
 border-radius: 0.8rem;
 color: #4c4c4f;
 margin: 1.5em auto 0;
 box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}
#howto .accordionNote dt {
 text-align: center;
 font-weight: 500;
 padding: 1em 1.25em;
 position: relative;
}
#howto .accordionNote dt:after {
 content: "+";
 color: #aaa;
 display: inline-block;
 position: absolute;
 top: 45%;
 transform: translateY(-50%);
 right: 1.5rem;
 font-size: 160%;
}
#howto .accordionNote dt.open:after {
 content: "-";
}
#howto .accordionNote dd {
 display: none;
 padding: 0 1em 1em;
 font-size: 1.3rem;
}
#howto .accordionNote dd h5 {
 margin: 1em 0 0.5em;
 font-weight: 500;
 font-size: 1.4rem;
}
#howto .accordionNote dd h5:first-of-type {
 margin: 0 0 0.5em;
}
#howto .accordionNote dd p {
 margin-bottom: 0.75em;
}
#howto .accordionNote ul {
 margin-bottom: 0.75em;
}
#howto .accordionNote ul li {
 text-indent: -1em;
 padding-left: 1em;
 font-size: 1.3rem;
}
#map {
 background-image: linear-gradient(0deg, rgba(0, 173, 236, 1) 0%, rgba(255, 244, 85, 1) 60%);
}
#map .map {
 position: relative;
 width: 100vw;
 overflow: hidden;
 margin: 0 calc(50% - 50vw) 1.5em;
 box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}
#map .shopNumber li {
 font-weight: bold;
 line-height: 1.4;
 font-size: 1.5rem;
 position: relative;
 margin-bottom: 0.5em;
}
#map .shopNumber li:last-child {
 margin-bottom: 0;
}
#map .shopNumber li a {
 color: #241C1C;
 position: relative;
 padding: 0.5em 3.0em 0.5em 3.7em;
 background: #fff;
 border-radius: 20rem;
}
#map .shopNumber li a:before {
 content: "";
 display: inline-block;
 width: 6px;
 height: 6px;
 border-bottom: 3px solid #aaa;
 border-right: 3px solid #aaa;
 transform: rotate(45deg) translateY(-50%);
 position: absolute;
 top: calc(50% - 1px);
 right: 1.75em;
}
#map .shopNumber li a span.number, #map .shopNumber li a span.icon {
 display: inline-block;
 text-align: center;
 line-height: 2.1em;
 width: 1.7em;
 height: 2.1em;
 margin-right: 0.3em;
 color: #fff;
 background: #f1a47a;
 position: relative;
 font-weight: bold;
}
#map .shopNumber li a span.icon {
 display: inline-block;
 text-align: center;
 line-height: 1.5em;
 width: 1.5em;
 height: 1.5em;
 border-radius: 50%;
 margin: 0 0.15em;
 background: #19376b;
}
#map .shopNumber li.suntory a span.number {
 background: none;
 color: #fe0002;
 font-size: 150%;
}
#map .shopNumber li span.number.enkai {
 background: #19376b;
}
#map .shopNumber li a em {
 display: block;
}
#map .shopNumber li a span.number, #map .shopNumber li a span.icon {
 position: absolute;
 left: 1.2em;
 top: 50%;
 transform: translateY(-50%);
}
#map .shopNumber li.suntory a span.number {
 left: 0.65em;
}
#map .pins ul {
 margin-top: 1.25em;
}
#map .pins ul li {
 font-weight: bold;
 line-height: 1.4;
 font-size: 1.3rem;
 padding: 0 0.75em 0 0.25em;
 position: relative;
 margin-bottom: 0.7em;
}
#map .pins ul li span {
 display: inline-block;
 text-align: center;
 line-height: 2.1em;
 width: 2.1em;
 height: 2.1em;
 border-radius: 50%;
 margin-right: 0.75em;
 color: #111;
 border: solid 1px #111;
 position: relative;
 font-weight: bold;
 background: #fff;
}
#openBranch .secTtl {
 margin: 0 calc(50% - 50vw);
}
#openBranch .special {
 margin: 0 calc(50% - 50vw);
 text-align: center;
 position: relative;
 width: 100vw;
 background: #F9D8D9;
 padding: 2rem 0;
}
#openBranch .specialTtl {
 font-weight: bold;
 position: relative;
 display: inline-block;
 background: #e62310;
 color: #fff;
 font-size: 5.4vw;
 padding: 0 2em;
 text-align: center;
 margin-bottom: 1em;
 border-radius: 20rem;
}
#openBranch .special .subTtl {
 margin: 2em 0 0;
}
#openBranch .usually {
 margin: 0 calc(50% - 50vw);
 text-align: center;
 position: relative;
 width: 100vw;
 padding: 0 0 1rem;
 background: linear-gradient(0deg, rgb(0, 173, 236) 0%, rgb(255, 244, 85) 60%) rgb(255, 241, 0);
}
#openBranch .usually .subTtl {
 margin: 0 0 1em;
}
#openBranch .special .shopList, #openBranch .usually .shopList {
 width: calc(100% - 2rem);
 margin: 1em auto 0;
}
#openBranch .usually .note {
 font-size: 1.3rem;
 padding: 0 2rem;
}
#openBranch .usually .note strong {
 text-decoration: rgba(255, 144, 85, 1) wavy underline;
}
.fairCard {
 align-items: center;
 margin: 0 auto;
 text-align: center;
}
.fairCard .thumb {
 width: 100%;
 margin: 0 auto;
}
.fairCard h4 {
 font-weight: bold;
 font-size: 2rem;
 line-height: 1.5;
 margin: 0.75em 0;
 padding: 0 2rem;
}
.fairCard .period {
 color: #5E5E5E;
 background: #ffeeee;
 font-size: 1.6rem;
 padding: 0.5em 1em;
 line-height: 1.4;
 border-radius: 0.4rem;
 font-weight: 500;
 display: inline-block;
 text-align: center;
}
.fairCard p {
 line-height: 1.7;
 padding: 1em 2rem 0;
 text-align: left;
}
.shopList {
 position: relative;
 margin: 1.5em auto 0;
}
.shopList > ul {
 display: flex;
 flex-wrap: wrap;
}
.shopList > ul > li {
 flex: 1 0 50%;
 max-width: 50%;
 border-right: solid 1px #dfdfdf;
 border-bottom: solid 1px #dfdfdf;
}
.shopList.pickup > ul {
 display: block;
}
.shopList.pickup > ul > li {
 flex: 0;
 max-width: 100%;
 border-right: none;
}
.shopCard {
 background: #fdfdfd;
 color: #e95532;
 position: relative;
 overflow: hidden;
 text-align: left;
}
.shopCard .shopLogo {
 height: 6rem;
 margin: 0 auto;
 display: block;
 text-align: center;
 padding: 1rem 1.5rem;
 background: #fff;
}
.shopCard .shopLogo img {
 object-fit: contain;
 width: auto;
 height: auto;
 max-width: 100%;
 max-height: 100%;
 display: inline-block;
 line-height: 1;
 font-size: 0;
}
.shopCard .ph {
 position: relative;
 overflow: hidden;
 background: #f6f6f6;
}
.shopCard .ph:before {
 content: "";
 display: block;
 padding-top: 64%;
}
.shopCard .ph img {
 width: 100%;
 height: auto;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 left: 0;
 right: 0;
 margin: 0 auto;
}
.shopCard .shopInfo {
 position: relative;
}
.shopCard .genre {
 position: relative;
 padding: 1rem 1.25rem 0.5rem;
}
.shopCard .genre span {
 display: inline-block;
 font-weight: 500;
 font-size: 1.2rem;
 line-height: 1;
 padding: 0.4em 0.5em 0.35em;
 border-radius: 4px;
 margin: 0 0.5em 0.25em 0;
 background: #e95532;
 background: #8d8d8d;
 color: #fff;
}
.shopCard span.number {
 position: absolute;
 right: 0.25rem;
 top: 0.75rem;
 margin: 0;
 display: inline-block;
 text-align: center;
 line-height: 2.1em;
 width: 2.1em;
 height: 2.1em;
 margin-right: 0.4em;
 color: #fff;
 background: #f1a47a;
 font-weight: bold;
}
.shopCard span.number.enkai {
 display: inline-block;
 text-align: center;
 line-height: 1.5em;
 width: 1.5em;
 height: 1.5em;
 border-radius: 50%;
 margin: 0 0.25em;
 background: #19376b;
}
.shopCard h5 {
 display: block;
 padding: 0.25em 1.25rem;
 line-height: 1.5;
 font-weight: bold;
 font-size: 1.6rem;
 position: relative;
 color: #241C1C;
 text-align: left;
}
.shopCard .period {
 color: #5E5E5E;
 background: #eeefef;
 font-size: 1.4rem;
 padding: 0.5em 0.5em;
 line-height: 1.2;
 border-radius: 0.4rem;
 font-weight: 500;
 display: block;
 margin: 0.5em auto;
 width: calc(100% - 3rem);
 letter-spacing: 0.025em;
 text-align: center;
}
.shopCard .closed {
 font-size: 1.4rem;
 padding: 0 0.5em;
 line-height: 1.2;
 font-weight: 500;
 display: block;
 margin: 0 auto;
 width: calc(100% - 3rem);
 letter-spacing: 0.025em;
 position: relative;
 text-align: center;
}
.shopCard .closed span {
 content: "休業日";
 font-size: 1rem;
 display: block;
}
.shopCard .period > div, .shopCard .closed > div {
 display: inline-block;
 white-space: nowrap;
}
.shopCard .period > div:last-of-type:before {
 content: "〜";
}
.shopCard p {
 font-size: 1.4rem;
 color: #636366;
 line-height: 1.5;
 padding: 0.5rem 1.25rem 1rem;
 font-weight: 500;
}
.shopCard .toBtn {
 padding: 0.25em 1rem 1rem;
}
.shopCard .toBtn a {
 text-align: center;
 color: #fff;
 background: #f25b26;
 position: relative;
 font-size: 1.5rem;
 font-weight: bold;
 padding: 0.65em 0;
}
.shopCard .toBtn a:hover {
 background: #e95532;
}
.shopCard .toBtn a:before {
 content: "";
 display: inline-block;
 width: 6px;
 height: 6px;
 border-top: 3px solid #fff;
 border-right: 3px solid #fff;
 transform: rotate(45deg) translateY(-50%);
 position: absolute;
 top: calc(50% - 1px);
 right: 1.25em;
}
.allergy {
 position: relative;
 padding: 0 1rem 0.5rem;
}
.allergy a {
 background: url("../images/icon_pdf.svg") no-repeat left 1.25em center #9b240f;
 background-size: auto 1.5em;
 color: #fff;
 padding: 0.75em 0.75em 0.75em 3em;
 box-sizing: border-box;
 font-size: 1.2rem;
 line-height: 1.4;
 text-align: center;
 margin-top: 0.5em;
}
.pickup .allergy {
 display: flex;
 align-items: center;
}
.pickup .allergy a {
 flex: 1 0 50%;
 max-width: 50%;
}
.pickup .allergy a:first-child {
 border-right: solid 1px rgba(255, 255, 255, 0.5);
}
.orderHistory {
 text-align: center;
 font-size: 1.5rem;
 width: 75%;
 margin: 0 auto;
 padding-bottom: 0.5em;
}
.orderHistory a {
 color: #fff;
 font-weight: bold;
 padding: 1em 0;
 position: relative;
 background-color: #363638;
}
.orderHistory a:before {
 content: "";
 display: inline-block;
 width: 6px;
 height: 6px;
 border-top: 3px solid #fff;
 border-right: 3px solid #fff;
 transform: rotate(45deg) translateY(-50%);
 position: absolute;
 top: calc(50% - 1px);
 right: 1.25em;
}
.bnr {
 width: 100vw;
 margin: 1.5em calc(50% - 50vw);
 text-align: center;
 position: relative;
}
.bnr a p {
 color: #f25b26;
 font-weight: 600;
 padding-bottom: 0.75em;
 line-height: 1.4;
}
#map .bnr a p {
 color: #fff;
}
#payment {
 margin: 0 auto;
 padding: 1.5em 0 0;
}
#payment > h3 {
 border-radius: 0;
}
footer .cr {
 margin-top: 0;
}
.spNav {
 height: auto;
 background: #b72a2a;
}
.spNav > ul {
 max-width: 100%;
 height: auto;
 justify-content: space-between;
}
.spNav > ul > li {
 flex: 1 0 33.333% !important;
 max-width: 33.333% !important;
 pointer-events: auto !important;
 opacity: 1 !important;
 padding: 0 !important;
 position: relative;
}
.spNav > ul > li:after {
 content: "";
 display: block;
 background: rgba(255, 255, 255, 0.3);
 width: 1px;
 height: 50%;
 transform: translateY(-50%);
 top: 50%;
 position: absolute;
 right: 0;
}
.spNav > ul > li:last-child:after {
 display: none;
}
.spNav > ul > li a {
 height: auto;
 width: auto;
 display: block;
 text-align: center;
 color: #fff;
 font-size: 1.6rem;
 overflow: visible;
 white-space: nowrap;
 line-height: 1;
 padding: 1em;
}