@charset "utf-8";

/*===========================================================
shop01
===========================================================*/

.shop01-address-row {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--primary);
}

.shop01-sddress-row:first-child {
	padding: 0 0 10px;
}

.shop01-address-th {
	padding: 10px 0 0;
	width: 100%;
}

.shop01-address-td {
	padding: 0 0 10px;
	width: 100%;
}

.shop01-sddress-row:first-child .shop01-address-td {
	padding: 0 0 10px;
}

/*===========================================================
shop03
===========================================================*/

.shop03-container {
	border-right: 1px solid var(--white);
	border-bottom:	1px solid var(--white);
}

.shop03-th {
	padding: 10px;
	border-top: 1px solid var(--white);
	border-left: 1px solid var(--white);
}

.shop03-td {
	padding: 10px;
	border-top: 1px solid var(--white);
	border-left: 1px solid var(--white);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {


/*===========================================================

===========================================================*/



} /* min-width: 414px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {


/*===========================================================
shop01
===========================================================*/

.shop01-address-row {
    flex-direction: row;
    border-bottom: unset;
}

.shop01-address-th {
	padding: 10px 0;
	width: 25%;
	border-bottom: 2px solid var(--primary);
}

.shop01-address-td {
	padding: 10px 0;
	width: 73%;
	border-bottom: 1px solid var(--secondary);
}


} /* min-width: 544px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {


/*===========================================================
shop01
===========================================================*/

.shop01-address-row {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--primary);
}

.shop01-address-th {
	padding: 20px 0 0;
	width: 100%;
	border-bottom: unset;
}

.shop01-sddress-row:first-child .shop01-address-th {
	padding: 0 0 20px;
}

.shop01-address-td {
	padding: 0 0 20px;
	width: 100%;
	border-bottom: unset;
}

.shop01-sddress-row:first-child .shop01-address-td {
	padding: 0 0 20px;
}


} /* min-width: 768px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {


/*===========================================================
shop01
===========================================================*/

.shop01-address-row {
    flex-direction: row;
    border-bottom: unset;
}

.shop01-address-th {
	padding: 20px 0;
	width: 25%;
	border-bottom: 2px solid var(--primary);
}

.shop01-address-td {
	padding: 20px 0;
	width: 73%;
	border-bottom: 1px solid var(--secondary);
}


} /* min-width: 1024px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {


/*===========================================================

===========================================================*/



} /* min-width: 1200px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {


/*===========================================================

===========================================================*/



} /* min-width: 1440px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {




} /* min-width: 1520px ここまで */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 