
/* =====================================================
全体ｃｓｓ
===================================================== */
/* カラー */
:root {
	--red : #e60012;
	--green : #15983f;
	--redL : #f29873;
	--Black : #333;
	--gold : #c89757;
	--gray : #f1f1ed;
	--grayB : #e9e5dc;
	--white : #fff;
}

/* 明朝体 */
/* .hp_fs_serif{
	font-family: 'Noto Serif JP', serif;
} */


/* ====================================================
メイン
====================================================== */
.ly_wrapper{
	background-position: center;
	background-size: contain;
}
.ly_cont{
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 10px;
}
@media (min-width:768px){
	.ly_wrapper{
		padding: 0 0 30px;
	}
}
@media (min-width:1400px){
	.ly_cont{
		margin: 0 auto;
	}
}

/* ===================================================
hero
=================================================== */
.top_heroTtl {
	color: var(--red);
	font-size: clamp(20px, 2.8125vw, 45px);
	font-weight: bold;
	text-align: center;
}

.hero_txt2 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2em 0;
}
.hero_txt2 p{
	text-align: center;
	font-size: clamp(14px, 1.25vw, 20px);
	line-height: 2em;
}
.bl_icon {
	display: none;
	max-width: 200px;
	width: 100%;
}
@media screen and (min-width:765px) {
	.bl_icon {
		display: block;
	}
}


/* メニュー一覧hero */
.menu_hero {
	text-align: center;
	margin: 0 10px 5em;
}
.menu_hero-inner h2 {
	font-size: clamp(22px, 2.1538461538461537vw, 28px);
	color: var(--red);
}
.menu_hero-txt {
	font-size: clamp(16px, 1.25vw, 20px);
}
.menu_hero-txt span {
	font-size: 14px;
}

/* ===============================================
メニュータブ切り替え
=============================================== */
.bl_tab{
	display: flex;
	list-style: none;
	justify-content: center;
	margin: 20px auto;
	font-size: clamp(16px, 1.25vw, 20px);
	font-weight: bold;
}
.bl_tab a{
	text-decoration: none;
}
.bl_tab li+li{
	border-left: 1px solid #000;
	margin-left: 20px;
	padding-left: 20px;
}
.bl_tab .btn_txt{
	color: #000;
	display: inline-block;
	border-bottom: 1px solid transparent;
	transition: 0.2s;
	cursor: pointer;
}
.bl_tab .btn_txt:hover{
	color: #e4000a;
	border-bottom: 1px solid #e4000a;
}
.bl_tab .btn_toyama.active .btn_txt,
.bl_tab .btn_syutoken.active .btn_txt,
.bl_tab .btn_chubu.active .btn_txt,
.bl_tab .btn_kansai.active .btn_txt{
	color: #e4000a;
	border-bottom: 1px solid #e4000a;
}
/* 2021-09-22 追加 */
.active .btn_txt{
	color: #e4000a;
	border-bottom: 1px solid #e4000a;
}
@media (min-width:768px){
	.bl_tab{
		margin: 40px auto;
	}
	.bl_tab li+li{
		margin-left: 40px;
		padding-left: 40px;
	}
}
#toyama, #syutoken,
#chubu, #kansai{
	display: none;
}
#toyama.active,
#syutoken.active,
#chubu.active,
#kansai.active{
	display: block;
}

/* =========================================
店舗一覧 
=========================================== */
.shop_cont-wrapper {
	margin: 5em 10px;
	display: flex;
	flex-direction: column;
	gap: 3em;
}

.flex_shop {
	display: flex;
	flex-direction: column;
	gap: 3em;
}
.flex_shopItem {
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
}
.flex_shopItem h3 {
	border-bottom: 1px solid var(--gold);
	padding-bottom: .5em;
}
.flex_shopItem h3 a span {
	font-size: clamp(14px, 1vw, 16px);
}
.flex_shopItem h3 a {
	font-size: clamp(20px, 1.7500000000000002vw, 28px);
	color: var(--green);
	transition: 0.5s;
}
.flex_shopItem h3 a:hover {
	opacity: 0.5;
}
.flex_shopItem-txt {
	padding: 1.5em 1em;
}
.flex_shopItem-txt ul {
	font-size: clamp(16px, 1.125vw, 18px);
	line-height: 3em;
}
.flex_shopItem-txt ul li.address {
	line-height: 1em;
	margin-bottom: .5em;
}
.flex_shopItem-txt ul li.tel::before {
	content: '\f095';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	padding: 0 7px 0 0
}
.flex_shopItem-txt ul li.weblink::before {
	content: '\f0ac';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	padding: 0 7px 0 0
}
.flex_shopItem-txt ul li.weblink a {
	color: var(--Black);
	transition: .5s;
}
.flex_shopItem-txt ul li.weblink a:hover {
	opacity: 0.5;
}
@media screen and (min-width:765px) {
	.shop_cont-wrapper {
		gap: 150px;
	}
	.flex_shop {
		flex-direction: row;
	}
}

/* =================================================
メニュー一覧
=================================================== */
.shop_menuFrex {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin: 0;
	padding: 0;
}
.shop_menuItem-wrap {
	flex-direction: column;
}
.shop_menuItem-wrap:nth-child(even) {
	flex-direction: column-reverse;
}
.shop_menuItem-wrap, .shop_menuItem-wrap:nth-child(even) {
	max-width: 1000px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
	padding: 2em 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
	
}
.menu-img {
	max-width: 450px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border-radius: 35px;
	overflow: hidden;
}
.menu_Inner {
	max-width: 450px;
	width: 100%;
}
.menu_Inner h3 {
	font-size: clamp(20px, 1.5625vw, 25px);
	border-bottom: 1px solid var(--red);
	padding: 0 .2em 5px;
	font-weight: bold;
	line-height: 1em;
}
h3.hp_h3Sm {
	font-size: clamp(17px, 1.25vw, 20px);
	font-weight: bold;
}
.menu_Inner h3 span {
	display: block;
	font-size: 18px;
	text-align: right;
	font-size: clamp(16px, 1.25vw, 20px);
	padding-top: 1em;
	line-height: 1.5em;
}
.menu_Inner h3 span span.sm_txt {
	display: contents;
	font-size: 14px;
}
.menu_InnerTxt {
	margin: 0 1em 2.5em;
}
a.link_shop {
	display: block;
	background-color: var(--gold);
	max-width: 300px;
	width: 100%;
	padding: 1em 2em;
	color: #fff;
	border-radius: 30px;
	text-align: center;
	margin: 0 auto;
	font-size: clamp(16px, 1.125vw, 18px);
	transition: .5s;
}
a.link_shop:hover {
	opacity: .5;
}
@media screen and (min-width:765px) {
	.shop_menuItem-wrap, .shop_menuItem-wrap:nth-child(even) {
		flex-direction: row;
		/* gap: 150px; */
	}
	.shop_menuItem-wrap {
		gap: 2em;
	}
	.menu_Inner h3 {
		line-height: 1.5em;
	}
}

