@charset "UTF-8";
/********************************************************************************

page-store.css storeページcss

********************************************************************************/
#page-store .inner {
	max-width: var(--common-inner-max-width);
}


/*============================================================
 メインビジュアル
*============================================================*/
/* 
---------------------------------------- */
#page-store #mainvisual  {
}

/*============================================================
 セクション共通
*============================================================*/
#page-store .section {

}

/*============================================================
 セクション
*============================================================*/
#page-store #sec-main .block {
	gap: 80px;
	margin-bottom: 80px;
}
#page-store #sec-main .block:last-child {
	margin-bottom: 0;
}
#page-store #sec-main .block .info {
	width: 42%;
}
#page-store #sec-main .block .info h2 {
	font-size: 20px;
	line-height: 1.6;
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
	margin-bottom: 24px;
}
#page-store #sec-main .block .info .address {
	padding-left: 32px;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 16px;
}
#page-store #sec-main .block .info .address:before {
	content: "";
	position: absolute;
	background: url(../images/common/icon-pin.svg) no-repeat center center / contain;
	width: 28px;
	height: 30px;
	left: 0;
	top: 0;
}
#page-store #sec-main .block .info .tel {
	font-weight: 400;
	font-size: 14px;
	margin-top: 16px;
}
#page-store #sec-main .block .info .accent {
	margin-top: 16px;
	color: #D92B48;
	font-size: 14px;
	font-weight: 400;
}
#page-store #sec-main .block .map {
	width: 50%;
	overflow: hidden;
}
#page-store #sec-main .block .map iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1288px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    /* 
    ---------------------------------------- */
    #page-store #mainvisual  {
    }

    /*============================================================
     セクション
    *============================================================*/
	#page-store #sec-main .block {
		gap: 24px;
	}
	#page-store #sec-main .block .info {
		width: 100%;
		margin-bottom: 0;
	}
	#page-store #sec-main .block .map {
		width: 100%;
	}

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-store #mainvisual  {
		margin-bottom: 56px;
    }

    /*============================================================
     セクション
    *============================================================*/
	#page-store #sec-main .block {
		margin-bottom: 48px;
	}
	#page-store #sec-main .block .info h2 {
		font-size: 16px;
		margin-bottom: 16px;
	}
	#page-store #sec-main .block .info .address {
		padding-left: 26px;
		margin-bottom: 0;
	}
	#page-store #sec-main .block .info .address:before {
		width: 20px;
		height: 22px;
		top: 4px;
	}
	#page-store #sec-main .block .map iframe {
		aspect-ratio: 16 / 14;
	}

}
