@charset "utf-8";

/*===========================================================
ACCESS
===========================================================*/

.footer {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.footer-access-container {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	padding: 60px 15px;
}

.footer-access-area {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column-reverse;
}

.footer-access-left {
	width: 100%;
}

.footer-access-main-title-box {
	text-align: center;
}

.footer-access-title-box {
	margin: 40px 0 0 0;
	text-align: center;
}

.footer-access-text-box {
	margin: 20px 0 0 0;
}

.footer-access-btn-area {
	margin: 40px 0 0 0;
	display: flex;
	justify-content: center;
}

.footer-access-map-box {
	margin: 40px 0 0 0;
	width: 100%;
	height: 300px;
}

.map-width {
	width: 100%;
	height: 100%;
}

.footer-access-main-title-sp-box {
	display: block;
}

.footer-access-main-title-pc-box {
	display: none;
}

/*===========================================================
フッター
===========================================================*/

.footer-wrapper {
	max-width: 1920px;
	width: 100%;
	padding: 52px 0 14px;
	background: #FFF;
}

.footer-container {
	max-width: 1710px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px 27px;
}

.footer-area {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-left {
    max-width: 320px;
    width: 100%;
	margin: 0 auto;
}

.footer-logo-box {
    max-width: 96px;
    width: 100%;
	margin: 0 auto;
}

.footer-text-box01 {
	margin: 20px 0 0 0;
}

.footer-text-box02 {
	margin: 20px 0 0 0;
}

.footer-text-box03 {
	margin: 10px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-text01 {
	font-size: clamp(16px, calc(1rem + ((1vw - 7.68px) * 0.3472)), 20px);
	font-weight: 400;
	text-align: center;
}

.footer-text02 {
	font-size: clamp(12px, calc(0.75rem + ((1vw - 7.68px) * 0.3472)), 16px);
	font-weight: 400;
	line-height: 1.875em;
	text-align: center;
}

.footer-text03 {
	font-size: clamp(18px, calc(1.125rem + ((1vw - 7.68px) * 0.3472)), 22px);
	font-weight: 500;
}

.footer-sns-box{
	margin: 24px auto 0;
	max-width: 264px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.footer-sns-link {
    display: block;
    max-width: 34px;
    width: 100%;
    transition: all .3s;
}

.footer-sns-link:hover {
    transform: translateY(-6px);
}

.footer-sns-box .shop-btn {
	margin: 20px 0 0 0;
}

.footer-right {
    max-width: 346px;
    width: 100%;
    display: none;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-nav-block {
	margin: 0 0 0 2%;
	width: 27%;
}

.footer-nav-block:first-child {
	margin: 0;
	max-width: 217px;
	width: 71%;
}

.footer-nav-link01 {
	margin: 28px 0 0 0;
    display: block;
    color: #7C2A15;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 7.68px) * 0.1736)), 16px);
    font-weight: 400;
	font-family: "Poppins", sans-serif;
}

.footer-nav-link01:hover {
    color: #7C2A15;
    text-decoration: underline;
}

.footer-nav-link01:first-child {
	margin: 0;
}

.footer-nav-link02 {
	margin: 15px 0 0 0;
    display: block;
    color: #7C2A15;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 7.68px) * 0.1736)), 16px);
    font-weight: 400;
	border-bottom: 1px solid #DEC6BF;
	font-family: "Poppins", sans-serif;
	transition: all .3s;
}

.footer-nav-link02:hover {
    color: #7C2A15;
    opacity: 0.7;
}

.footer-nav-link02:first-child {
	margin: 0;
}

.copyright-box {
	padding: 10px 10px 0;
	border-top: 1px solid #E6CEC0;
}

.copyright {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-family: "Poppins", sans-serif;	
	text-align: center;
	color: #7C2A15;
}

/*===========================================================
accordion
===========================================================*/


.footer-nav-accordion {
	margin: 28px 0 0 0;
	position: relative;
}

.footer-nav-accordion .accordionBtn {
	display: flex;
}

.footer-nav-accordion .accordionContent {
	margin: 10px 0 0;
    display: none;
    padding: 17px 15px;
	max-width: 217px;
	width: 100%;
    border: 1px solid #7C2A15;
    position: absolute;
    top: 20px;
	left: 0;
    z-index: 1;
}

.footer-nav-accordion .accordionIcon {
	margin: 7px 0 auto 3%;
	position: relative;
	width: 100%;
	height: 8px;
	max-width: 8px;
}

.footer-nav-accordion .accordionIconItem01 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background-color: #895238;
	top: 50%;
	transform: rotate(0deg);
}

.footer-nav-accordion .accordionIconItem02 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background-color: #895238;
	top: 50%;
	transform: rotate(90deg);
	transition: .5s;
}

.footer-nav-accordion .accordionIcon.active > .accordionIconItem01 {
	display: none;
}

.footer-nav-accordion .accordionIcon.active > .accordionIconItem02 {
	top: 50%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

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

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

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

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

/*===========================================================
ACCESS
===========================================================*/

.footer-access-container {
	padding: 80px 15px;
}

.footer-access-area {
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row;
}

.footer-access-left {
	max-width: 583px;
	width: 47%;
}

.footer-logo-box {
	margin: 0;
}

.footer-access-main-title-box {
	margin: 0 0 0 4px;
	text-align: left;
}

.footer-access-main-title-box .sub-title01 {
    margin: 0 0 0 8px;
}

.footer-access-title-box {
	margin: 60px 0 0 4px;
	text-align: left;
}

.footer-access-text-box {
	margin: 34px 0 0 4px;
}

.footer-access-btn-area {
	margin: 60px 0 0 0;
	justify-content: flex-start;
}

.footer-access-map-box {
	margin: 0 0 -16px;
	max-width: 720px;
	width: 50%;
	height: 423px;
}


.footer-access-main-title-sp-box {
	display: none;
}

.footer-access-main-title-pc-box {
	display: block;
}

/*===========================================================
フッター
===========================================================*/

.footer-area {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-left {
	margin: 0 2% 0 0;
    max-width: 320px;
    width: 100%;
}

.footer-text-box01 {
	margin: 20px 0 0 0;
}

.footer-text-box02 {
	margin: 20px 0 0 0;
}

.footer-text-box03 {
	margin: 10px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.footer-text01 {
	text-align: left;
}

.footer-text02 {
	text-align: left;
}

.footer-sns-box{
	margin: 24px 0 0 0;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}

.footer-sns-box .shop-btn {
	margin: 0;
}

.footer-right {
    display: flex;
}

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

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

/*===========================================================
ACCESS
===========================================================*/

.footer-access-container {
	padding: 150px 15px 190px;
}

.footer-access-title-box {
	margin: 78px 0 0 4px;
}

.footer-access-btn-area {
	margin: 72px 0 0 0;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* 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 ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */