@charset "UTF-8";

/* ============================================
        店舗情報
============================================= */
#MainTitle .MainTitle_h2 {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    color: #fff;
    line-height: 1.2;
    padding: 30px 0;
    max-width: 96%;
}

#availableShopIndexSP {
    display: block;
}
#availableShopIndexPC {
    display: none;
}

#availableShopIndexSP.contentIndent {
    padding-top: 40px;
}
#availableShopIndexPC.contentIndent {
    width: 100%;
    max-width: 1024px;
    padding: 0 20px;
    box-sizing: border-box;
}

.contentIndent.notice {
    margin-top: 20px;
}
h1.noticeTitle {
    font-size: 1.1rem;
    font-weight: normal;
}
ul.noticeList {
    margin-top: 10px;
}
ul.noticeList li.noticeItem {
    margin: 0;
    font-size: 1.1rem;
}

.prefecturesBox {
    display: -webkit-box; /*Android4.3*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
    display: flex;
    -ms-flex-pack: justify; /*IE10*/
    -webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: space-between; /* Safari6.1以降 */
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}
.prefecturesBoxItem {
    width: calc(100% / 7);
    padding: 3px 5px;
    box-sizing: border-box;
}
a.prefecturesBoxItemLink {
    color: #000000;
    font-size: 1.6rem;
}
a.prefecturesBoxItemLink:hover {
    color: #de0d85;
    text-decoration: none;
}
div.prefecturesBoxItemLink {
    color: #b1b1b1;
    font-size: 1.6rem;
}

.openNews {
    color: #DE0D85;
}

.openNewsList {
    display: block;
    font-weight: normal;
    color: #DE0D85;
    margin-left: 0;
}

.storePageTitle {
    width: 89.333%;
    margin: 0 auto;
    padding: 28px 0 31px;
    text-align: center;
}

.storePageTitle h1 {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.19;
    color: #DE0D85;
}

.storeResultStats {
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 24px;
}

.storeList,
.aroundListMore {
    margin-bottom: 40px;
}

.storeList a {
    display: -webkit-box; /*Android4.3*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
    display: flex;
    -ms-flex-pack: justify; /*IE10*/
    -webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: space-between; /* Safari6.1以降 */
    justify-content: space-between;
    color: #000;
    padding-right: 28px;
    padding-top: 23px;
    margin-top: 23px;
    border-top: #C8C8C8 1px solid;
    background-image: url(/media/image/common/common_icon_arrow01_right.svg);
    background-repeat: no-repeat;
    background-position: 100% calc(50% + 12.5px);
    background-size: 20px 20px;
}

.storeList a:nth-of-type(1) {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    background-position: 100% 50%;
}

.storeList a .leftDescription {
    width: calc(100% - 90px);
}

.storeList a .rightIcons {
	position: relative;
    display: -webkit-box; /*Android4.3*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
    display: flex;
    -ms-flex-pack: end; /*IE10*/
    -webkit-box-pack: end; /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: flex-end; /* Safari6.1以降 */
    justify-content: flex-end;
    width: 85px;
}

.storeList a .rightIcons img {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-right: 4px;
}
.storeList a .rightIcons img:last-child {
    margin-right: 0;
}

.storeList a .rightIcons img.uberEats {
    height: 22px;
    width: 28px;
}
.storeList a .rightIcons img.crepe {
    height: 22px;
    width: 22px;
}
.storeList a .rightIcons img.parking {
    height: 22px;
    width: 27px;
}

.aroundList {
    margin-bottom: 50px;
}

.aroundList a {
    display: block;
    color: #000;
    padding-top: 18px;
    margin-top: 17px;
    border-top: #C8C8C8 1px solid;
    background-image: url(/media/image/common/common_icon_arrow01_right.svg);
    background-repeat: no-repeat;
    background-position: 100% calc(50% + 9px);
    background-size: 20px 20px;
    min-height: 20px;
}

.aroundList a:nth-of-type(1) {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    background-position: 100% 50%;
}

.storeName {
    font-size: 1.3rem;
    line-height: 1.538;
}

.storeAddress {
    font-size: 1.1rem;
    line-height: 1.5;
}

ul.storeLine li {
    font-size: 1.1rem;
    line-height: 1.5;
}

.aroundListMore a {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    border-bottom: #C8C8C8 1px solid;
    background-image: url(/media/image/common/common_icon_arrow01_down.svg);
    background-repeat: no-repeat;
    background-position: 100% calc(50% - 9px);
    background-size: 20px 20px;
    min-height: 20px;
    padding-bottom: 18px;
    margin-bottom: 40px;
}

.buttonCurrentLocation {
    position: relative;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    margin: 52px 0 40px
}

.buttonCurrentLocation a {
    border-radius: 6px;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    padding: 26px 30px 23px 18px;
    background-color: #DE0D85;
    background-image: url(/media/image/common/common_icon_arrow01_right_white.png);
    background-repeat: no-repeat;
    background-position: right 2.985% center;
    background-size: 20px 20px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto;
    color: #fff;
}

.buttonCurrentLocation a::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 28px;
    background-image: url(/media/image/store/store_icon_current.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 7px;
    color: #fff;
}

.buttonCurrentLocation button {
    border-radius: 6px;
	border: none;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
	width: 100%;
    padding: 24px 30px 23px 18px;
    background-color: #DE0D85;
    background-image: url(/media/image/common/common_icon_arrow01_right_white.png);
    background-repeat: no-repeat;
    background-position: right 2.985% center;
    background-size: 20px 20px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
	text-align: left;
}

.buttonCurrentLocation button::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 28px;
    background-image: url(/media/image/store/store_icon_current.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 8px;
    color: #fff;
}

.storeSearchMid {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.643;
    color: #DE0D85;
    margin-bottom: 6px;
}

.storeSearchMid.prefecture::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(/media/image/store/store_icon_prefecture.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
}

.storeSearchMid.station::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 23px;
    background-image: url(/media/image/store/store_icon_station.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 11px 0 5px;
    color: #fff;
}

.storeSearchMid.search::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 23px;
    background-image: url(/media/image/store/store_icon_search.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 11px 0 5px;
    color: #fff;
}

.storeSearchPrefectureSelect {
    position: relative;
    margin-bottom: 30px;
}

.storeSearchPrefectureSelect:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    pointer-events: none;
    width: 40px;
    height: 46px;
    background: #3C3C3C;
    border-radius: 0 6px 6px 0;
}

.storeSearchPrefectureSelect .fa-arrow-down {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    font-size: 1.0rem;
    color: #fff;
}

.storeSearchPrefectureSelect select {
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    border: #3C3C3C solid 1px;
    border-radius: 6px;
    font-size: 1.6rem;
    line-height: 2.875;
    color: #8C8C8C;
    padding: 0 40px 0 17px;
    margin: 0;
}

.storeSearchPrefectureSelect select option {
    background-color: #fff;
    color: #333;
}

.storeSearchPrefectureSelect select::-ms-expand {
    display: none;
}

.storeSearchPrefectureSelect select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a;
}

.storeSearchStation {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.storeSearchStation.freeWord {
    position: relative;
    width: 100%;
    margin-bottom: 43px;
}

.storeSearchStation input[type="text"] {
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    border: #3C3C3C solid 1px;
    border-radius: 6px;
    font-size: 1.6rem;
    line-height: 2.875;
    padding: 0 65px 0 17px;
    -webkit-appearance: none;
}

.storeSearchStation input[type="submit"],
.storeSearchStation input[type="button"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 46px;
    box-sizing: border-box;
    background: #3C3C3C;
    border: #3C3C3C solid 1px;
    border-radius: 0 6px 6px 0;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: .1em;
    cursor: pointer;
    -webkit-appearance: none;
}

.storeButtonNew {
    margin-bottom: 40px;
}

.storeNotice2cWrap {
    margin-bottom: 27px;
}

.storeNoticeMid {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.0714;
    color: #DE0D85;
    margin-bottom: 10px;
}

.storeNoticeMid::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/media/image/store/store_icon_notice.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: -1px;
    margin-right: 5px;
}

.storeNoticeTitle {
    font-size: 1.3rem;
    line-height: 1.538;
    margin-bottom: 5px;
    color: #DE0D85;
}

.storeNoticeText {
    font-size: 1.1rem;
    line-height: 1.5;
}

.storePhotoMapWrap {
    margin-bottom: 30px;
}

.storePhoto img {
    width: 100%;
    border-radius: 6px;
}

.storeMap {
    display: none;
}

.storeSpecTable {
    width: 100%;
    box-sizing: border-box;
    border-collapse: separate;
    margin-bottom: 33px;
}

.storeSpecTable th {
    width: 70px;
    background: #F0F0F0;
    border-left: #C8C8C8 solid 1px;
    border-top: #C8C8C8 solid 1px;
    padding: 11px 17px;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.538;
    vertical-align: middle;
}

.storeSpecTable td {
    border-left: #C8C8C8 solid 1px;
    border-top: #C8C8C8 solid 1px;
    border-right: #C8C8C8 solid 1px;
    padding: 11px 17px;
    font-size: 1.3rem;
    line-height: 1.538;
}

#uberEatsTrSP {
    display: block;
}
#uberEatsTrPC {
    display: none;
}

#uberEatsTrSP p {
    font-size: 1.3rem;
    line-height: 1.538;
    margin-bottom: 5px;
}

#uberEatsTrPC p {
    font-size: 1.6rem;
    line-height: 1.625;
    margin-bottom: 10px;
}

img.appstore {
    width: 45%;
    height: auto;
}
img.googleplay {
    width: 45%;
    height: auto;
}

.storeSpecTable tr:first-child th {
    border-radius: 6px 0 0 0;
}

.storeSpecTable tr:first-child td {
    border-radius: 0 6px 0 0;
}

.storeSpecTable tr:last-child th {
    border-radius: 0 0 0 6px;
    border-bottom: #C8C8C8 solid 1px;
}

.storeSpecTable tr:last-child td {
    border-radius: 0 0 6px 0;
    border-bottom: #C8C8C8 solid 1px;
}

a.storeMapLink {
    color: #000;
    text-decoration: underline;
}

a.storeMapLink:hover {
    color: #DE0D85;
}

.store31clubBtn {
    margin-bottom: 40px;
}

.store31clubBtn .cakeSearch .cakeSearchText {
    line-height: 1.7857;
}

.store31clubBtn .cakeSearch .cakeSearchText img {
    width: 17px;
    padding-right: 9px;
}

.storeSpecialSiteBtn {
    margin-bottom: 32px;
}

.storeTab {
    display: -webkit-box; /*Android4.3*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
    display: flex;
    -ms-flex-pack: justify; /*IE10*/
    -webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: space-between; /* Safari6.1以降 */
    justify-content: space-between;
    box-sizing: border-box;
    border-bottom: #DE0D85 solid 1px;
    margin: 60px 0 34px;
}

.storeTab li {
    display: block;
    width: calc(50% - 1px);
}

.storeTab li a {
    display: block;
    background: #EBEBEB;
    border-radius: 6px 6px 0 0;
    box-sizing: border-box;
    padding: 17px 0;
    font-size: 1.1rem;
    line-height: 1;
    color: #000000;
    text-align: center;
}

.storeTab li a:hover,
.storeTab li.active a {
    background: #DE0D85;
    color: #fff;
    text-decoration: none;
}

.storeNewName {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.286;
    margin-bottom: 5px;
}

.storeNewDate {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-top: 4px;
}

@media print, screen and (min-width: 768px) {
    #MainTitle .MainTitle_h2 {
        padding: 28px 0;
        max-width: 1024px;
    }

    #availableShopIndexSP {
        display: none;
    }
    #availableShopIndexPC {
        display: block;
    }

    h1.noticeTitle {
        font-size: 1.2rem;
    }
    ul.noticeList {
        margin-top: 5px;
    }
    ul.noticeList li.noticeItem {
        font-size: 1.2rem;
    }

    .openNewsList {
        display: inline;
        margin-left: 20px;
    }

    .storePageTitle {
        width: 1024px;
        padding: 40px 0 45px;
    }

    .storePageTitle h1 {
        font-size: 3.0rem;
        line-height: 1.267;
    }

    .storeResultStats {
        font-size: 1.2rem;
    }

    .storeList,
    .aroundListMore {
        margin-bottom: 80px;
    }

    .aroundList {
        margin-bottom: 54px;
    }

    .storeList a,
    .aroundList a,
    .aroundListMore a {
        background-size: 24px 24px;
        min-height: 24px;
		padding-right: 38px;
    }

    .storeList a:hover,
    .aroundList a:hover,
    .aroundListMore a:hover {
        opacity: 0.6;
        text-decoration: none;
    }

    .storeList a .leftDescription {
        width: calc(100% - 118px);
    }

    .storeList a .rightIcons {
        width: 108px;
    }

    .storeList a .rightIcons img {
        margin-right: 8px;
    }

    .storeList a .rightIcons img.uberEats {
        height: 26px;
        width: 34px;
    }
    .storeList a .rightIcons img.crepe {
        height: 26px;
        width: 26px;
    }
    .storeList a .rightIcons img.parking {
        height: 26px;
        width: 32px;
    }

    .storeName {
        font-size: 1.6rem;
        line-height: 1.625;
    }

    .storeAddress {
        font-size: 1.2rem;
        line-height: 1.667;
    }

    ul.storeLine li {
        font-size: 1.2rem;
        line-height: 1.667;
        display: inline;
    }

    ul.storeLine li::before {
        content: "/";
        margin: 0 5px;
    }

    ul.storeLine li:first-child::before {
        content: "";
        margin: 0;
    }

    .storeNotice2cWrap {
        display: -webkit-box; /*Android4.3*/
        display: -ms-flexbox; /*IE10*/
        display: -webkit-flex; /*PC-Safari,iOS8.4*/
        display: flex;
        -ms-flex-pack: justify; /*IE10*/
        -webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
        -webkit-justify-content: space-between; /* Safari6.1以降 */
        justify-content: space-between;
        box-sizing: border-box;
        margin-bottom: 37px;
    }

    .storeNoticeMid {
        font-size: 1.8rem;
        line-height: 1;
        margin-bottom: 0;
        padding: 2px 3px 19px 3px;
        box-sizing: border-box;
        border-right: 2px #DE0D85 solid;
        width: 121px;
    }

    .storeNoticeMid::before {
        width: 18px;
        height: 18px;
    }

    .storeNoticeTextWrap {
        box-sizing: border-box;
        width: 903px;
        padding-left: 20px;
    }

    .storeNoticeTitle {
        font-size: 1.6rem;
        line-height: 1.625;
        margin-bottom: 0;
        color: #DE0D85;
    }

    .storeNoticeText {
        font-size: 1.2rem;
        line-height: 2;
    }

    .storePhotoMapWrap {
        display: -webkit-box; /*Android4.3*/
        display: -ms-flexbox; /*IE10*/
        display: -webkit-flex; /*PC-Safari,iOS8.4*/
        display: flex;
        -ms-flex-pack: justify; /*IE10*/
        -webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
        -webkit-justify-content: space-between; /* Safari6.1以降 */
        justify-content: space-between;
        box-sizing: border-box;
        margin-top: 27px;
        margin-bottom: 86px;
    }

    .storePhoto {
        width: 490px;
    }

    .storePhoto img {
        border-radius: 12px;
    }

    .storeMap {
        display: block;
        width: 490px;
        border-radius: 12px;
        background: #ccc;
    }

    .storeSpecTable {
        margin-bottom: 43px;
    }

    .storeSpecTable th {
        padding: 15px 25px;
        font-size: 1.6rem;
        line-height: 1.625;
        width: 130px;
        box-sizing: border-box;
    }

    .storeSpecTable td {
        padding: 15px 30px;
        font-size: 1.6rem;
        line-height: 1.625;
    }

    #uberEatsTrSP {
        display: none;
    }
    #uberEatsTrPC {
        display: block;
    }

    .storeSpecTable tr:first-child th {
        border-radius: 12px 0 0 0;
    }

    .storeSpecTable tr:first-child td {
        border-radius: 0 12px 0 0;
    }

    .storeSpecTable tr:last-child th {
        border-radius: 0 0 0 12px;
    }

    .storeSpecTable tr:last-child td {
        border-radius: 0 0 12px 0;
    }

    a.storeMapLink {
        display: none;
    }

    .store31clubBtn {
        margin-bottom: 80px;
    }

    .store31clubBtn .cakeSearch .cakeSearchText {
        line-height: 1.83333;
    }

    .store31clubBtn .cakeSearch .cakeSearchText img {
        width: 22px;
        padding-right: 12px;
    }

    .storeSpecialSiteBtn {
        width: 490px;
        margin: 0 auto 32px;
    }

    .storeTab {
        -ms-flex-pack: start; /*IE10*/
        -webkit-box-pack: start; /* Android4.3以下、Safari3.1〜6.0 */
        -webkit-justify-content: flex-start; /* Safari6.1以降 */
        justify-content: flex-start;
        border-bottom: #DE0D85 solid 2px;
        margin: 75px 0 40px;
    }

    .storeTab li {
        width: 214px;
        margin-right: 2px;
    }

    .storeTab li a {
        border-radius: 12px 12px 0 0;
        padding: 15px 0;
        font-size: 1.2rem;
    }

    .storeNewName {
        font-size: 1.8rem;
        line-height: 1.333;
        margin-bottom: 8px;
    }

    .storeNewDate {
        font-size: 1.6rem;
        line-height: 1.625;
    }
}

/* ====== 地図ライブラリCSSを上書き ====== */
.mapion-centermarker {
    display: none !important;
}