@charset "utf-8";
/*/////////////////////////////////////
  Small Monitor 933px(992-1200px)
/////////////////////////////////////*/
/*-----------------------------------------
    Heading
-----------------------------------------*/
h1 {
	font-size: 200%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 110%;
}
    h1 br,
    h2 br,
    h3 br {
        display: none;
    }
/*-----------------------------------------
    Flex
-----------------------------------------*/
.flex-nav {
	display: block;
}
/*-----------------------------------------
    Base Structure
-----------------------------------------*/
.container {
	width: 90%;
}
/*-----------------------------------------
    Header
-----------------------------------------*/
header {
    position: relative;
    width: 100%;
    height: 670px;
    padding: 0;
    margin: 0 auto;
}
    .logo-area {
        width: 130px;
        height: 130px;
    }
.menu-content,
.sub-menu-content {
    width: 100%;
    height: 130px;
}
    .menu-content ul,
    .sub-menu-content ul {
        position: relative;
        width: 100%;
        margin: 0;
        text-align: left;
        z-index: 90;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 0;
        background-color: #fff;
    }
        .menu-content ul li,
        .sub-menu-content ul li {
            max-width: 100%;
            padding: 0 0 3px 150px;
            line-height: 40px;
            background-color: #fff;
        }
        .menu-content ul li.stores,
        .sub-menu-content ul li.stores {
            display: block;
            width: 100%;
            height: 60px;
            text-align: center;
            line-height: 25px;
            padding: 1em 0 0 0;
            box-sizing: border-box;
            margin: 0;
        }
        .menu-content ul li.stores br,
        .sub-menu-content ul li.stores br {
            display: none;
        }
.benefits-area {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
    .benefits-txt {
        position: relative;
        width: 80%;
        margin: 0 0 0 80px;
        text-align: left;
    }
        .vertical {
            position: absolute;
            left: 10px;
            bottom: 1em;
            font-size: 150%;
        }
	a.btn-detail {
		position: absolute;
		bottom: 1em;
        right: 1em;
		display: block;
		width: 70%;
		margin: 1em 0 0 50px;
		padding: 0 0.5em;
        line-height: 25px;
		border: 1px solid #151e49;
	}

        a.btn-detail br {
            display: block;
        }
/*-----------------------------------------
    Header//Sub
-----------------------------------------*/
header.sub-head {
    position: relative;
    width: 100%;
    height: 150px;
    margin-bottom: 2em;
}
    .breadcrumb {
        position: absolute;
        bottom: 0;
        right: 0;
        width: calc( 100% - 150px );
        text-align: left;
    }
/*-----------------------------------------
    Index Contents
-----------------------------------------*/
.notice-area {
	position: relative;
	width: 100%;
	margin: 4em auto 2em auto;
	padding: 0;
}
.notice-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.notice-box {
    width: 100%;
    margin: 0 0.5em 1em 0;
}
    .notice-box:last-child {
        margin: 0 0 0 0;
    }
.btn-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
    a.notice-link-btn {
        display: block;
        width: 100%;
        padding: 0.5em 1em;
        margin: 2em 0 0 0;
    }
	.member-txt {
		display: block;
		margin: 0 0 2em 0;
		color: #151e49;
		font-family: 'Noto Serif JP', serif;
		font-size: 130%;
		font-weight: 300;
		display: flex;
        flex-direction: column;
		align-items: center;
	}
	span.red-memb {
		font-size: 150%;
	}
		.member-txt:before {
			margin-right: 0;
		}
		.member-txt:after {
			margin-left: 0;
		}

    .whats-txt {
        width: 80%;
        padding: 0.5em 1em 1.5em 1em;
        text-align: center;
    }
.bn-area {
	width:100%;
	height: 100%;
	margin: 0 auto 2em auto;
}
    .btn-flex {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
        .bn-area a.link-btn {
            display: block;
            width: 300px;
            height: 80px;
            margin: 0 auto 1em auto;
            padding: 1em;
            font-size: 150%;
            font-weight: 500;
            border: 4px solid #936704;
            background-color: #f5f3f2;
        }
            .bn-area a.link-btn:hover {
                border: 4px solid #936704;
                background-color: #936704;
            }
    .banner-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        margin: 1em 0;
    }
        .banner-flex a img {
            display: block;
            width: 300px;
            height: auto;
            margin: 0 0 1em 0;
            padding: 0;
        }
/*-----------------------------------------
    Footer
-----------------------------------------*/
.foot-logo-area {
    width: 150px;
    height: auto;
    margin: 0 2em 0 0;
}
    .foot-logo-area img {
        width: 190px;
        height: auto;
        margin: 0;
        padding: 0;
    }
    #copy br {
        display: block;
    }
/*-----------------------------------------
    Sub Contents
-----------------------------------------*/
.sub-flex {
    margin-bottom: 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
    .sub-content-area {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 2em 0;
        text-align: left;
    }

/*-----------------------------------------
    Side Contents
-----------------------------------------*/
    .side-area {
        width: 100%;
        margin: 0;
        padding: 0 1em;
    }
    .side-bn-area .banner-flex a img {
        width: 100%;
        height: auto;
        margin: 0 0 1em 0;
        padding: 0;
    }
/*-----------------------------------------
    Sub Contents//Archive
-----------------------------------------*/
.arch-area {
    display: flex;
    justify-content: space-between;
}
    .arch-txt {
        width: 60%;
        min-height: 200px;
    }
        .arch-txt .link-btn-blue {
            right: 1em;
            width: 95%;
        }
    .arch-img {
        width: 40%;
    }
/*-----------------------------------------
    Sub Contents//cooperating-stores(Parts)
-----------------------------------------*/
.archive-tab {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 2em 0 1em 0;
    padding: 1em 0;
    box-sizing: border-box;

    display: flex;
    flex-wrap: wrap;
    align-self: start;
    justify-content: flex-start;
    align-content: flex-start;
}
.archive-tab h3 {
    display: block;
    width: 100%;
}
    .archive-tab a:link,
    .archive-tab a:active,
    .archive-tab a:visited {
        display: block;
        width: 18%;
        height: 100%;
        font-size: 150%;
        text-align: center;
        margin: 1em 1em 1em 0;
        padding: 0.5em 1.5em;
        box-sizing: border-box;
        color: #fff;
        border: 2px solid #151e49;
        background-color: #151e49;
    }
    .archive-tab a:hover {
        color: #151e49;
        border: 2px solid #151e49;
        background-color: #f5f3f2;
        text-decoration: none;
    }
	table.store-list th {
        display: block;
	}
	table.store-list td {
        display: list-item;
		width: 100%;
		padding: 1em;
	}
		table.store-list td:nth-child(3) {
			width: 100%;
		}
/*------------------------------------------------------------
	Accordion//PC表示は全てOPEN
-------------------------------------------------------------*/
.ac-box {
	margin: 2em 0;
	padding: 0;
	width: 100%;
}
	.ac-box label {
		position: relative;
		display: block;
		margin: 1.5px 0;
		padding: 15px 15px;
		cursor: pointer;
		transition: all 0.5s;
	}
	.ac-box label:after {
		position: absolute;
		top: 50%;
		right: 0;
		display: inline-block;
		content: 'Click ▼';
		color: #151e49;
		font-weight: 400;
		padding: 5px 20px;
	}
	.ac-box label:hover {
		background: #ddd;
	}
	.ac-box input {
		display: none;
	}

	.ac-box .show-item {
		height: 0;
		padding: 0;
		overflow: hidden;
		opacity: 0;
		transition: 0.8s;
	}
	.cssacc:checked + label + .show-item {
		height: auto;
		padding: 5px;
		opacity: 1;
	} */

/*アイコンを入れ替える*/
.cssacc:checked + label:after {
    display: inline;
	content: 'Click ▲';
	color: #151e49;
	padding: 5px 20px;
}