@charset "UTF-8";

/* --------------------------------------------------
   Footer
-------------------------------------------------- */
/*///////////////////// font-face 読み込み例 ///////////////////////////*/
/*Noto Sans JP 400*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
/*Noto Sans JP 500*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}
/*Noto Sans JP 700*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}
/*///////////////////// font-face 読み込み例 ///////////////////////////*/

:root {
    --color-primary: #1E2189;
    --color-secondary: #68C0F0;
    --color-accent: #EAF98E;
    --color-line: #71FFAB;
    --color-black: #1E1E1E;
    --color-white: #FFFFFF;
    --color-gray: #8F8F8F;
    --color-light-gray: #CECECE;
    --color-bg-gray: #D9D9D9;
    --font-family: 'Noto Sans JP', sans-serif;
    --font-family-en: 'Jost', sans-serif;
}
.l-footer {
    width: 100%;
    background-color: #FFFFFF;
    padding-block: 61px 20px;
}

.l-footer__inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 1140px;
    margin: 0 auto;
}

.l-footer__logo {
    width: fit-content;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: #1E1E1E;
}
.l-footer__logo img {
    width: 137px;
    margin-top: 2px;
    display: block;
}

.l-footer__content-wrap {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.l-footer__content {
    display: flex;
    justify-content: flex-start;
    gap: 138px;
    width: 1140px;
    margin: 0 auto;
}

.l-footer__shop-list {
    display: flex;
    gap: 40px;
    height: 235px;
}

.l-footer__shop-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 320px;
}

.l-footer__shop-name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    color: #1E1E1E;
}

.l-footer__detail-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.l-footer__detail-item {
    display: flex;
    gap: 20px;
}

.l-footer__detail-item dt {
    width: 84px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.8;
    color: #8F8F8F;
}

.l-footer__detail-item dd {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.8;
    color: #1E1E1E;
}

.l-footer__shop-divider {
    width: 1px;
    height: 100%;
    background-color: #CECECE;
}

.l-footer__link-wrap {
    display: flex;
    gap: 70px;
}

.l-footer__link-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn__link {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    color: #1E1E1E;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.btn__link:hover {
    color: var(--color-primary);
    transition: 0.4s;
    opacity: 1;
}

.l-footer__copy {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    color: #CECECE;
    text-align: center;
    margin-top: 27px;
}

/* --------------------------------------------------
   Float Banner
-------------------------------------------------- */
.p-float-bnr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    position: fixed;
    top: 120px;
    right: 0;
    z-index: 999;
}

.p-float-bnr__item {
    display: flex;
    align-items: center;
    text-decoration: none;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.p-float-bnr__item:hover .p-float-bnr__icon-wrap,
.p-float-bnr__item:hover .p-float-bnr__text{
    background-color: #fff;
}

.p-float-bnr__icon-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 15px 10px 10px;
    width: 50px;
    border-radius: 4px 0px 0px 4px;
    height: 157px;
}

.p-float-bnr__item--satei .p-float-bnr__icon-wrap {
    background-color: #EAF98E;
}

.p-float-bnr__item--line .p-float-bnr__icon-wrap {
    background-color: #71FFAB;
}

.p-float-bnr__icon-wrap img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.p-float-bnr__item--line .p-float-bnr__icon-wrap img {
    height: 28px;
}

/*フロート*/

.float__img{
    width: 30px;
}

.float__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-float-bnr__ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: #1E1E1E;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 4.8px;
}

.p-float-bnr__text {
    padding: 10px 6px;
    width: 30px;
    height: 157px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    color: #1E1E1E;
    text-align: center;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    /* text-orientation: revert; */
    writing-mode: vertical-rl;
    letter-spacing: 3px;
}

.p-float-bnr__text.dif__txt span{
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    color: #1E1E1E;
}

.p-float-bnr__item--satei .p-float-bnr__text {
    background-color: #DBEA80;
}

.p-float-bnr__item--line .p-float-bnr__text {
    background-color: #60EB99;
}

/* =========================================
   フローティングバナー
   ========================================= */
.p-float-bnr {
    position: fixed;
    top: 120px;
    right: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
}

.p-float-bnr__item-main {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 50px;
    padding: 15px 10px;
    border-radius: 4px 0 0 4px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.p-float-bnr__item-main--yellow {
    background-color: var(--color-accent);
}

.p-float-bnr__item-main--green {
    background-color: var(--color-line);
}

.p-float-bnr__item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.p-float-bnr__item-icon {
    width: 30px;
    height: 30px;
}

.p-float-bnr__item-text {
    width: 18px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: var(--color-black);
    text-align: center;
}

.p-float-bnr__item-sub {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 30px;
    height: 157px;
    padding: 36px 6px;
}

.p-float-bnr__item-sub--yellow {
    background-color: #DBEA80;
}

.p-float-bnr__item-sub--green {
    background-color: #60EB99;
}

.p-float-bnr__item-sub-text {
    width: 17px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    color: var(--color-black);
    text-align: center;
    writing-mode: vertical-rl;
}
