@charset "utf-8";

.charm h2{
	font-size: 3.2rem;
	font-weight: 500;
	text-align: center;
	margin: 1.5em 0;
}
.charm p{
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 2;
}
.box01{
	display: flex;
	justify-content: space-between;
	margin-bottom: 145px;
}
.img01{
	display: flex;
	width: 56%;
	column-gap: 5px;
}
.charm h3{
	color: #574191;
	font-size: 5.2rem;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 0.4em;
}
.txt01{
	width: 41%;
}
.box02{
	display: flex;
	justify-content: space-between;
}
.box02:not(:last-child){
	margin-bottom: 90px;
}
.box02:last-child{
	margin-bottom: 140px;
}
.txt02{
	width: 47%;
}
.img02{
	width: 50%;
}

/*
-----------------------------------------------
▼menu
----------------------------------------------- */
.menu{
	background-color: #e5e2ee;
	padding-top: 65px;
	padding-bottom: 100px;
}
.ttl01{
	text-align: center;
	margin-bottom: 50px;
}
.ttl01 h2{
	font-size: 4.3rem;
	font-weight: 600;
	text-align: center;
	color: #574191;
	line-height: 1.3em;
}
.ttl01 span{
	font-size: 2.2rem;
	font-weight: 500;
	color: #666;
}
.menu_list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}
.menu_list li{
	width: 30%;
}
.menu_img{
	position: relative;
}
.pickup{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #574191;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	padding: 0.2em 0.6em;
}
.menu_list h3{
	font-size: 2.4rem;
	font-weight: 500;
}
.menu_list p{
	font-size: 1.7rem;
	font-weight: 400;
}
.menu_list p span{
	font-size: 2.4rem;
	font-weight: 500;
}
.other_list{
	background-color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	padding: 2em;
}
.other_list ul{
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: repeat(2, auto);
	grid-template-rows: repeat(3, auto);
	column-gap: 7%;
}
.other_list ul li{
	display: flex;
	line-height: 2;
}
.other_list ul li p{
	width: 70%;
}
.other_list ul li span{
	width: 30%;
}
/*
-----------------------------------------------
▼店舗情報
----------------------------------------------- */
.shop_info{
	background-color: #fff;
	margin-top: 65px;
}
.box03{
	display: flex;
	justify-content: space-between;
	margin-bottom: 75px;
}
.txt03{
	width: 37%;
	font-size: 1.9rem;
	font-weight: 400;
}
.store_img{
	width: 60%;
}
.info01{
	font-size: 1.7rem;
	margin-top: 1em;
}
.info01 dl{
	display: flex;
}
.info01 dt{
	width: 50%;
}
.info01 dd{
	width: 50%;
}
.box04{
	display: flex;
	justify-content: space-between;
	margin-bottom: 175px;
}
.txt04{
	width: 37%;
}
.map_box{
	width: 60%;
}
.g_map{
	width: 100%;
	position: relative;
	padding-top: 56.25%;
	height: 0;
}
.g_map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.txt04 dt{
	font-size: 1.8rem;
	border: solid 1px #333;
	padding: 0 1.2em;
	display: inline-block;
	margin-bottom: 0.4em;
}
.txt04 dd{
	font-size: 1.7rem;
}
.txt04 dl:not(:last-of-type){
	margin-bottom: 50px;
}
.txt04 dl:last-of-type{
	margin-bottom: 10px;
}
.txt04 p{
	font-size: 1.7rem;
	font-weight: 400;
}
.under650{
	display: none;
}
/*
-----------------------------------------------
▼レスポンシブ
----------------------------------------------- */
@media screen and (max-width: 767px){
	.charm h2{
		font-size: 2.4rem;
		margin: 1em 0;
	}
	.box01{
		flex-direction: column;
		grid-row-gap: 4vw;
		margin-bottom: 70px;
	}
	.charm h3{
		font-size: 4.2rem;
		text-align: center;
	}
	.txt01{
		width: 100%;
	}
	.img01{
		width: 100%;
	}
	.charm p{
		font-size: 1.5rem;
	}
	.box02{
		flex-direction: column;
		grid-row-gap: 4vw;
	}
	.txt02{
		width: 100%;
	}
	.img02{
		width: 100%;
	}
	.box02:not(:last-child){
		margin-bottom: 60px;
	}
	.box02:last-child{
		margin-bottom: 70px;
	}
	.ttl01 h2{
		font-size: 3.5rem;
	}
	.menu{
		padding-top: 50px;
	}
	.ttl01 span{
		font-size: 1.7rem;
	}
	.ttl01{
		margin-bottom: 25px;
	}
	.menu_list{
		flex-wrap: wrap;
		grid-row-gap: 4vw;
	}
	.menu_list li{
		width: 47%;
	}
	.pickup{
		font-size: 1.5rem;
	}
	.menu_list h3{
		font-size: 2rem;
	}
	.menu_list p{
		font-size: 1.5rem;
	}
	.menu_list p span{
		font-size: 2rem;
	}
	.other_list ul{
		display: block;
	}
	.other_list{
		font-size: 2rem;
	}
	.box03{
		flex-direction: column-reverse;
		grid-row-gap: 4vw;
	}
	.store_img{
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.txt03{
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		font-size: 1.7rem;
	}
	.info01 dt{
		width: 25%;
	}
	.shop_info{
		margin-top: 50px;
	}
	.info01{
		font-size: 1.5rem;
	}
	.box04{
		flex-direction: column-reverse;
		grid-row-gap: 4vw;
		margin-bottom: 70px;
	}
	.txt04{
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.map_box{
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.txt04 dl:not(:last-of-type){
		margin-bottom: 30px;
	}
	.txt04 dd{
		font-size: 1.5rem;
	}
	.txt04 dt{
		font-size: 1.6rem;
	}
	.txt04 p{
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 650px){
	.charm h2{
		font-size: 2.2rem;
	}
	.under650{
		display: block;
	}
	.charm h3{
		font-size: 2.7rem;
	}
	.charm p{
		font-size: 1.4rem;
	}
	.box01{
		margin-bottom: 40px;
	}
	.box02:not(:last-child){
		margin-bottom: 40px;
	}
	.box02:last-child{
		margin-bottom: 50px;
	}
	.ttl01 h2{
		font-size: 3rem;
	}
	.menu{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.ttl01 span{
		font-size: 1.5rem;
	}
	.ttl01{
		margin-bottom: 20px;
	}
	.menu_list{
		flex-direction: column;
		margin-bottom: 35px;
	}
	.menu_list li{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.menu_list h3{
		font-size: 1.8rem;
	}
	.menu_list p{
		font-size: 1.4rem;
	}
	.menu_list p span{
		font-size: 1.7rem;
	}
	.other_list{
		font-size: 1.5rem;
		padding: 1.5em;
	}
	.shop_info{
		margin-top: 40px;
	}
	.store_img{
		width: 100%;
	}
	.txt03{
		width: 100%;
		font-size: 1.6rem;
	}
	.info01 dt{
		width: 30%;
	}
	.info01 dd{
		width: 70%;
	}
	.info01{
		font-size: 1.4rem;
	}
	.box03{
		margin-bottom: 30px;
	}
	.map_box{
		width: 100%;
	}
	.txt04{
		width: 100%;
	}
	.txt04 dt{
		font-size: 1.5rem;
	}
	.box04{
		margin-bottom: 50px;
	}
}


/* css_end */