@charset "UTF-8";


/*common上書き
--------------------------------------------------------- */
#contents {
	width: 1088px;
	margin: 0 auto 100px;
}

@media only screen and (max-width: 767px) {
	#contents {
		width: 94%;
		margin: 0 auto 50px;
	}
}

.ttl02 {
	font-size: 123%;
	margin-bottom: 65px;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.ttl02 {
		font-size: 100%;
		margin-bottom: 25px;
	}
}




/*shop_ttl
--------------------------------------------------------- */
.shop_ttl {
	width: 1088px;
	margin: 0 auto;
	display: table;
}

.shop_ttl .ttl_area h2,
.shop_ttl .ttl_area p {
	display: inline-block;
}

.shop_ttl .ttl_area h2 {
	font-size: 185%;
	margin-right: 20px;
	padding: 2px 0 2px 38px;
	background: url(../img/common/icon_map_w_pc.png) left 0.3em no-repeat;
	font-family: 'Crimson Text', serif;
	font-weight: 600;
}

.shop_ttl .ttl_area .number {
	margin-right: 5px;
	padding: 0;
	background: none;
	font-size: 138.1%;
}

.shop_ttl .ttl_area {
	display: table-cell;
	vertical-align: middle;
	padding-right: 25px;
}

.shop_ttl .ttl_btn_area {
	width: 130px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

.shop_ttl .ttl_btn_area .btn {
	display: inline-block;
	min-width: 130px;
	border: 2px solid #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.shop_ttl .ttl_btn_area .btn a {
	display: block;
	padding: 12px;
	color: #fff;
	font-size: 85%;
	text-align: center;
}

.shop_ttl .ttl_btn_area .btn a:hover {
	color: #fff;
}

.shop_ttl .ttl_btn_area .btn a span{
	padding:0 0 0 15px;
	background: url(../img/common/icon_arrow05_w.png) left center no-repeat;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}


@media only screen and (max-width: 767px) {
	
	.shop_ttl {
		width: 100%;
	}
	
	.shop_ttl .ttl_area {
		width: 100%;
		display: table;
		padding-right: 0;
	}
	
	.shop_ttl .ttl_area h2,
	.shop_ttl .ttl_area p {
		display: block;
	}
	
	.shop_ttl .ttl_area h2 {
		display: table-cell;
		vertical-align: top;
		width: auto;
		font-size: 138.1%;
		padding: 0 15px 4px 23px;
		background: url(../img/common/icon_map_w_sp.png) left 0.2em no-repeat;
		background-size: 16px auto;
		-webkit-background-size: 16px auto;
		-moz-background-size: 16px auto;
		-o-background-size: 16px auto;
	}
	
	.shop_ttl .ttl_area p {
		display: table-cell;
		vertical-align: top;
		width: 35%;
		text-align: right;
	}
	
	.shop_ttl .ttl_btn_area {
		display: none;
	}
}



/*shop_list
--------------------------------------------------------- */
.shop_list li {
	margin-top: 20px;
	padding: 40px;
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.shop_list li:first-child {
	margin-top: 0;
}

.shop_list li .guide_list ul {
	margin-left: -4px;
	font-size: 0;
}

.shop_list li .guide_list li {
	display: inline-block;
	margin: 0 0 0 4px;
	padding: 0;
}

.shop_list_box {
	display: table;
	width: 100%;
	margin-bottom: 25px;
}

.shop_list_box .ttl_area,
.shop_list_box .others_area {
	display: table-cell;
	vertical-align: middle;
}

.shop_list_box .ttl_area {
	width: 378px;
	padding-right: 40px;
}

.shop_list_box .ttl_area h3 a {
	display: block;
	margin-bottom: 20px;
	font-size: 185%;
	color: #000;
	padding-left: 15px;
	background: url(../img/common/icon_arrow06.png) left 0.3em no-repeat;
}

.shop_list_box .ttl_area h3 a:hover {
	color: #a9151a;
}

.shop_list_box .ttl_area .tel {
	margin-bottom: 15px;
	font-size: 138.1%;
	font-weight: bold;
}

.shop_list_box .ttl_area .tel span {
	color: #a9151a;
}

.shop_list_box .ttl_area .address {
	font-size: 108%;
	font-weight: bold;
}

.shop_list_box .others_area {
	padding-left: 40px;
	border-left: 1px solid #e2e2e2;
}

.shop_list_box .others_area p {
	margin-top: 10px;
}

.shop_list_box .others_area p:first-child {
	margin-top: 0;
	font-size: 123.1%;
}



@media only screen and (max-width: 767px) {
	
	.shop_list li {
		margin-top: 15px;
		padding: 0;
	}
	
	.shop_list_box {
		margin-bottom: 15px;
	}
	
	.shop_list_box .ttl_area,
	.shop_list_box .others_area {
		display: block;
	}
	
	.shop_list_box .ttl_area {
		width: 100%;
		margin-bottom: 20px;
		padding: 25px 4% 20px;
		border-bottom: 1px solid #e2e2e2;
	}
	
	.shop_list_box .ttl_area h3 a {
		margin-bottom: 15px;
		padding: 0 17px 0 0;
		font-size: 138.1%;
		line-height:1.4;
		background: url(../img/common/sp_toggle_icon_arrow03.png) right center no-repeat;
		background-size: 12px auto;
		-webkit-background-size: 12px auto;
		-moz-background-size: 12px auto;
		-o-background-size: 12px auto;
	}
	
	.shop_list_box .ttl_area .tel {
		margin-bottom: 10px;
		font-size: 108%;
	}
	
	.shop_list_box .ttl_area .address {
		color: #666666;
		font-size:93%;
	}
	
	.shop_list_box .others_area {
		padding: 0 4%;
		border-left: none;
	}
	
	.shop_list_box .others_area p,
	.shop_list_box .others_area p:first-child {
		font-size: 85%;
	}
	
	.shop_list li .guide_list {
		padding: 0 4% 20px;
	}
	
	.shop_list li .guide_list ul {
		margin-left: -2%;
	}
	
	.shop_list li .guide_list li {
		width: 48%;
		margin: 0 0 2% 2%;
	}
	
	.shop_list li .guide_list li img {
		width: 100%;
	}

}



/*詳細
--------------------------------------------------------- */
.shop_detail {
	padding-bottom:60px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background:#fff url(../img/common/line_red.png) top repeat-x;
}

.shop_detail h3 {
	margin-bottom: 30px;
}

.shop_detail_block {
	padding: 60px;
}

.shop_detail h3 {
	padding-left: 43px;
	background: url(../img/shop/icon_detail_ttl.png) left 6px no-repeat;
	font-size: 200%;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.shop_date {
	width: 980px;
	float: left;
}

.shop_equiment {
	width: 268px;
	float: right;
}

.shop_equiment ul {
	font-size: 0;
	margin-left: -4px;
}

.shop_equiment li {
	display: inline-block;
	margin: 0 0 4px 4px;
}

.shop_map h3 {
	margin: 0 60px 30px;
}

.shop_map .gmaps {
	width: 100%;
	height: 420px;
}

.shop_detail .btn_address {
	margin:40px 0 0 0;
	text-align: center;
}



@media only screen and (max-width: 767px) {
	
	.shop_detail {
		padding-bottom:25px;
	}
	
	.shop_detail h3 {
		margin: 0 4% 15px;
		padding-left: 23px;
		font-size: 138.1%;
		background: url(../img/shop/icon_detail_ttl.png) left 6px no-repeat;
		background-size: 15px auto;
		-webkit-background-size: 15px auto;
		-moz-background-size: 15px auto;
		-o-background-size: 15px auto;
	}
	
	.shop_detail_block {
		padding: 25px 0 0;
	}
	
	.shop_date,
	.shop_equiment {
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}
	
	.shop_equiment {
		padding: 0 4%;
	}
	
	.shop_equiment h3 {
		margin: 0 0 15px;
	}
	
	.shop_equiment ul {
		margin-left: -2%;
	}
	
	.shop_equiment li {
		width: 48%;
		margin: 0 0 2% 2%;
	}
	
	.shop_equiment li img {
		width: 100%;
	}
	
	.shop_map .gmaps {
		height: 300px;
	}
	
	.shop_detail .btn_address {
		margin: 15px 5% 0;
	}

}



/*ft_locations
--------------------------------------------------------- */
.ft_locations .ttl_head {
	width: 1088px;
	margin: 0 auto 25px;
	padding-top: 80px;
	font-size: 216%;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}



@media only screen and (max-width: 767px) {
	
	.ft_locations .ttl_head {
		width: 100%;
		margin-bottom: 40px;
		font-size: 170%;
		padding: 12px 3%;
		color: #fff;
		text-align: center;
		background-color: #000;
	}
}



/*btn
--------------------------------------------------------- */
.btn_area {
	padding: 50px 0 0;
	text-align: center;
}

.btn_area .btn_white {
	display: inline-block;
	min-width: 300px;
	max-width: 90%;
	margin: 0 auto;
	background: #fff;
	border: 2px solid #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.btn_area .btn_white a {
	display: block;
	padding: 19px;
	text-align: center;
	font-size: 138.1%;
	line-height:1.2;
	color: #000;
}

.btn_area .btn_white a:hover {
	color: #a9151a;
}

.btn_area .btn_white span {
	display:inline-block;
	padding-left: 20px;
	background: url(../img/common/icon_arrow07.png) left center no-repeat;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}



@media only screen and (max-width: 767px) {
	
	.btn_area {
		padding: 25px 0 0;
	}
	
	.btn_area .btn_white {
		min-width: 100%;
		max-width: 100%;
	}
	
	.btn_area .btn_white a {
		padding: 20px;
		font-size: 116%;
	}

}
