@charset "UTF-8";

/*================================================
 *  店舗紹介（shop）
 ================================================*/


/*******店舗紹介*******/
section#shop_area {
	padding: 50px 0 80px;
}
section#shop_area h3 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.5em;
	text-align: center;
}

section#shop_area #shop_slider {
	width: 1040px;
	margin: 0 auto;
}
section#shop_area #shop_slider .slick-slide img {
	border-radius: 0.875em;
}

section#shop_area .inner {
	width: 860px;
	margin: 0 auto;
}

section#shop_area .table_common {
	margin: 50px 0 40px;
}
section#shop_area .table_common th {
	width: 180px;
}
section#shop_area .table_common td .link_tel {
	pointer-events: none;
	opacity: 1;
}

section#shop_area #gmap {
	width: 100%;
	height: 400px;
}
section#shop_area #gmap iframe {
	width: 100%;
	height: 100%;
}

section#shop_area .link_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items : stretch;
	width: 360px;
	margin: 20px 0 0 auto;
}
section#shop_area .link_list li {
	width: 175px;
	height: 30px;
}
section#shop_area .link_list li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 14px;
	background-color: #787878;
	border-radius: 2em;
	color: #fff;
	width: 100%;
	height: 100%;
	position: relative;
}
section#shop_area .link_list li a::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 0.9em;
	width: 0.5em;
	height: 0.5em;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}



/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:500px) {


/*******店舗紹介*******/
section#shop_area {
	padding: 8vw 0 10vw;
}
section#shop_area h3 {
	font-size: 5.5vw;
}

section#shop_area #shop_slider {
	width: 90vw;
}


section#shop_area .inner {
	width: 90vw;
}

section#shop_area  .table_common {
	width: 90vw;
	margin: 8vw 0;
}
section#shop_area .table_common th {
	width: 6em;
}
section#shop_area .table_common td .link_tel {
	pointer-events: auto;
	color: #009FE8;
	text-decoration: underline;
}


section#shop_area #gmap {
	width: 100vw;
	height: 80vw;
	position: relative;
	left: -5vw;
}

section#shop_area .link_list {
	width: 100%;
	margin: 3vw 0 0;
}
section#shop_area .link_list li {
	width: 42.5vw;
	height: 10vw;
}
section#shop_area .link_list li a {
	font-size: 3.6vw;
}






	
}