@charset "utf-8";


/* Google Maps info windows style */

.poi-info-window div,.poi-info-window a {
	color:#333;
	font-family:Roboto,Arial;
	font-size:13px;
	background-color:white;
	-moz-user-select:text;
	-webkit-user-select:text;
	-ms-user-select:text;
	user-select:text
}
.poi-info-window {
	cursor:default;
	margin-top:3px
}
.poi-info-window a:link {
	text-decoration:none;
	color:#427fed
}
.poi-info-window .view-link,.poi-info-window a:visited {
	color:#427fed
}
.poi-info-window .view-link:hover,.poi-info-window a:hover {
	cursor:pointer;
	text-decoration:underline
}
.poi-info-window .full-width {
	width:180px;
}
.poi-info-window .title {
	overflow:hidden;
	font-weight:500;
	font-size:14px
}
.poi-info-window .address {
	margin-top:2px;
	color:#555
}

/* Google Maps info windows style */





.contact-map {
	position: relative;
	text-align: center;
	padding-bottom: 0px;
}

.contact-map #canvas {
	width: 100%;
	height: 100%;
}

.canvas-container {
	position: relative;
	width: 100%;
	height: 60vh;
	min-height: 400px;
	background: rgba(0,0,0,0.1);
}

.canvas-container.inner-container.width-state--regular {
	width: 100%;
}

.contact-map p {
	font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', YuMincho, '游明朝', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.contact-map__cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}

.contact-map__access-list {
	
}

.contact-map__access-list li {
	line-height: 1.4;
	margin-bottom: 10px;
}


.shop-information__title {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.2;
}


.access-infomation {
	width: 100%;
	text-align: left;
}

.access-infomation-inner-container {
	width: 100%;
	padding: 40px;
	max-width: 1060px !important;
	box-sizing: border-box;
}

.access-infomation__section {
	margin-bottom: 40px;
}


.contact-map__access-list {
	
}

.contact-map__access-list-dt {
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.contact-map__access-list-dd {
	margin-bottom: 40px;
}

.contact-map__access-list-dd .button-state.ghost-button {
	font-size: 95%;
	letter-spacing: 0;
	text-indent: 0;
}

.contact-map__access-list-dd:last-child {
	margin-bottom: 0;
}


/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */

/* iPhone 6 over */
@media screen and (min-width: 374px) {
	
}

/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

@media screen and (min-width: 541px) {
	
}


/* iPad */

@media screen and (min-width: 768px) {
	
}

/* ---------------------------------------------------------------------------------------------- */
/* Desktop                                                                                        */

@media screen and (min-width: 960px) {
	
}

@media screen and (min-width: 1280px) {
	
	.canvas-container {
		height: 80vh;
	}
	
	.access-infomation {
		position: absolute;
		height: auto;
		width: 30vw;
		min-width: 500px;
		right: 3.33333vw;
		top: 3.33333vw;
	}
	
	.access-infomation-inner-container {
		padding: calc(30px + 2vw);
		width: 100%;
		box-sizing: border-box;
		box-shadow: 0 5px 10px rgba(0,0,0,0.1);
		background-color: rgba(0,0,0,0.9);
		-webkit-backdrop-filter: blur(4px);
		        backdrop-filter: blur(4px);
	}
	
	.shop-information {
		display: flex;
		width: 90%;
		max-width: 900px;
		margin: 40px auto;
		justify-content: space-between;
	}
	
	.shop-information__section {
		text-align: center;
		width: 45%;
		margin-bottom: 40px;
		line-height: 1.4;
	}
	.access-infomation__section:last-child {
		margin-bottom: 0px;
	}
	
	.shop-information__title {
		margin-bottom: 40px;
		font-size: 1.8rem;
	}
	
	.shop-information__title span {
		font-size: 50%;
	}
	
	.shop-information__data-text {
		line-height: 1.4;
		margin-bottom: 10px;
		font-weight: 600;
	}
	
}

