@charset "UTF-8";



/* 直営店舗 */
@media screen and (min-width: 768px) {
	#glb_nav_product > a {
		border-bottom: 2px #b42010 solid;
	}
	.sub_h2 {
		margin: 0 0 60px;
	}
	.shop_cnt {
		width: 96%;
		max-width: 800px;
		margin: 0 auto;
	}

	#shop_btn {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	#shop_btn li {
		width: 270px;
		height: 75px;
		margin: 0 20px;
		border: 1px #cdcdcd solid;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}
	#shop_btn li:hover {
		background: #e61010;
		border: 1px #e61010 solid;
	}
	#shop_btn li:before {
		content: url('../images/product_shop/arrow_btn_off.png');
		margin: 0 12px 0 0;
	}
	#shop_btn li:hover:before {
		content: url('../images/product_shop/arrow_btn_on.png');
		margin: 0 12px 0 0;
	}
	#shop_btn li span {
		text-align: center;
		color: #5b5b5b;
		font-size: 95%;
		line-height: 1.4;
	}
	#shop_btn li:hover span {
		color: #ffffff;
	}
	#shop_btn li a {
		display: flex;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.shop_block {
		width: 100%;
	}
	#masuya {
		padding: 70px 0 120px;
	}
	#minori {
		padding: 40px 0 100px;
	}
	#bayterrace {
		padding: 80px 0 0;
	}
	.shop_logo {
		line-height: 0;
	}
	#masuya .shop_logo {
		width: 360px;
		margin: 0 auto 45px;
	}
	#minori .shop_logo {
		width: 360px;
		margin: 0 auto 50px;
	}
	#bayterrace .shop_logo {
		width: 400px;
		margin: 0 auto 75px;
	}
	.shop_main_img {
		width: 100%;
		margin: 0 0 25px;
		line-height: 0;
	}
	.shop_main_img img {
		width: 100%;
		height: auto;
	}
	.shop_block h4 {
		font-weight: normal;
		font-size: 125%;
		line-height: 1.6;
		margin: 0 0 12px;
	}
	.shop_txt {
		color: #5c5c5c;
		font-size: 100%;
		line-height: 1.9;
		margin: 0 0 30px;
	}
	.shop_tmb {
		width: 100%;
		margin: 0 0 45px;
		display: flex;
		justify-content: space-between;
	}
	.shop_tmb li {
		width: 49%;
		max-width: 390px;
		line-height: 0;
	}
	.shop_tmb li img {
		width: 100%;
		height: auto;
	}
	.shop_info {
		width: 100%;
		background: #fbf7f3;
		border-radius: 20px;
		padding: 35px 0 70px;
	}
	.shop_info h5 {
		text-align: center;
		font-weight: normal;
		font-size: 115%;
		line-height: 1;
		margin: 0 0 25px;
	}
	.shop_info_img {
		width: 390px;
		margin: 0 auto;
		line-height: 0;
	}

	/* リスト表記 */
	.shop_info_list_wrap {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.shop_info_list {
		padding: 20px 0 0;
	}
	.shop_info_list li {
		margin: 18px 0 0;
	}
	.shop_info_list li dl {
		display: flex;
		font-size: 100%;
		line-height: 1.9;
	}
	.shop_info_list li dl dt {
		color: #000000;
		margin: 0 20px 0 0;
	}
	.shop_info_list li dl dd {
		color: #5c5c5c;
	}
	.shop_info_list li dl dd a {
		color: #1580da;
		text-decoration: underline;
		margin: 0 0 0 18px;
	}
	.shop_info_list li dl dd a:hover {
		text-decoration: none;
	}

	/* 詳細表記 */
	.shop_info_detail {
		margin: 30px 0 0;
	}
	.shop_info_detail dl {
		color: #5c5c5c;
		font-size: 100%;
		line-height: 1.9;
		display: flex;
		justify-content: center;
	}
	.shop_info_detail p {
		text-align: center;
		color: #5c5c5c;
		font-size: 100%;
		line-height: 1.9;
	}
	.shop_info_detail p a {
		color: #1580da;
		text-decoration: underline;
		margin: 0 0 0 18px;
	}
	.shop_info_detail p a:hover {
		text-decoration: none;
	}
	.shop_info_url {
		margin: -10px 0 15px !important;
	}
}

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

@media screen and (max-width: 767px) {
	.sub_h2 {
		margin: 0 0 30px;
	}
	.shop_cnt {
		width: 96%;
		margin: 0 auto;
	}

	#shop_btn {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	#shop_btn li {
		width: 48%;
		height: 65px;
		border: 1px #cdcdcd solid;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}
	#shop_btn li:hover {
		background: #e61010;
		border: 1px #e61010 solid;
	}
	#shop_btn li:before {
		content: url('../images/product_shop/arrow_btn_off.png');
		margin: 0 10px 0 0;
	}
	#shop_btn li:hover:before {
		content: url('../images/product_shop/arrow_btn_on.png');
		margin: 0 10px 0 0;
	}
	#shop_btn li span {
		color: #5b5b5b;
		font-size: 70%;
		line-height: 1.4;
	}
	#shop_btn li:hover span {
		color: #ffffff;
	}
	#shop_btn li a {
		display: flex;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.shop_block {
		width: 100%;
	}
	#masuya {
		padding: 65px 0 10px;
	}
	#minori {
		padding: 65px 0 10px;
	}
	#bayterrace {
		padding: 70px 0 0;
	}
	.shop_logo {
		line-height: 0;
	}
	.shop_logo img {
		width: 100%;
		height: auto;
	}
	#masuya .shop_logo {
		width: 36%;
		margin: 0 auto 20px;
	}
	#minori .shop_logo {
		width: 36%;
		margin: 0 auto 15px;
	}
	#bayterrace .shop_logo {
		width: 46%;
		margin: 0 auto 20px;
	}
	.shop_main_img {
		width: 100%;
		margin: 0 0 20px;
		line-height: 0;
	}
	.shop_main_img img {
		width: 100%;
		height: auto;
	}
	.shop_block h4 {
		font-weight: normal;
		font-size: 105%;
		line-height: 1.6;
		margin: 0 0 8px;
	}
	.shop_txt {
		color: #5c5c5c;
		font-size: 85%;
		line-height: 1.8;
		margin: 0 0 20px;
	}
	.shop_tmb {
		width: 100%;
		margin: 0 0 30px;
		display: flex;
		justify-content: space-between;
	}
	.shop_tmb li {
		width: 49%;
		line-height: 0;
	}
	.shop_tmb li img {
		width: 100%;
		height: auto;
	}
	.shop_info {
		width: 100%;
		background: #fbf7f3;
		border-radius: 20px;
		padding: 20px 4% 35px;
	}
	.shop_info h5 {
		text-align: center;
		font-weight: normal;
		font-size: 100%;
		line-height: 1;
		margin: 0 0 20px;
	}
	.shop_info_img {
		width: 100%;
		margin: 0 auto;
		line-height: 0;
	}
	.shop_info_img img {
		width: 100%;
		height: auto;
	}

	/* リスト表記 */
	.shop_info_list_wrap {
		width: 100%;
	}
	.shop_info_list {
		padding: 0px 0 0;
	}
	.shop_info_list li {
		margin: 25px 0 0;
	}
	.shop_info_list li dl {
		font-size: 85%;
		line-height: 1.8;
	}
	.shop_info_list li dl dt {
		color: #000000;
	}
	.shop_info_list li dl dd {
		color: #5c5c5c;
	}
	.shop_info_list li dl dd a {
		display: block;
		color: #1580da;
		text-decoration: underline;
	}
	.shop_info_list li dl dd a:hover {
		text-decoration: none;
	}

	/* 詳細表記 */
	.shop_info_detail {
		margin: 25px 0 0;
	}
	.shop_info_detail dl {
		color: #5c5c5c;
		font-size: 85%;
		line-height: 1.8;
		display: flex;
	}
	.shop_info_detail p {
		color: #5c5c5c;
		font-size: 85%;
		line-height: 1.8;
		margin: 20px 0 0;
	}
	.shop_info_detail p a {
		display: block;
		color: #1580da;
		text-decoration: underline;
	}
	.shop_info_detail p a:hover {
		text-decoration: none;
	}
	.shop_info_url {
		margin: -5px 0 0 !important;
	}
}


