:root {
	margin : 0 ;
	padding : 0 ;
	font-size : 100% ;
	color: #735029;
	margin: 0;
}
body {
	margin : 0 ;
	padding : 0 ;
	font-size : 1rem ;
	font-family: "hatch", "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height : 1.4 ;
	background: #FFFEEE;
}
p{
	margin: 20px 0;
}
a {
color: #735029;
}
a:hover{
	opacity: 0.8;
}
img{
	max-width: 100%
}


.container{
display: flex;
width: 100%;
flex-direction: column;
align-items: center;

}
.top{
display: flex;
padding: 200px 0;
flex-direction: column;
align-items: center;
gap: 40px;
align-self: stretch;

}
.newopen{
	display: flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.open0501{
	width: 320px;
height: 99px;
aspect-ratio: 320/99;
}

.main{
	display: flex;
padding: 100px;
flex-direction: column;
align-items: center;
gap: 100px;
align-self: stretch;
background: #735029;
color: #FFFEEE;
}
.main_inner{
	display: flex;
width: 980px;
flex-direction: column;
align-items: flex-start;
gap: 100px;
}

h1.prtext{
	font-size: 1.2rem;
	font-weight: normal;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 500;
	line-height: 2;
}
.info{
	display: flex;
flex-direction: column;
align-items: flex-start;
gap: 100px;
align-self: stretch;
}
.main h3{
	text-align: center;
	color: #FFFEEE;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 32px;
}
.main a{
color: #FFFEEE;

}
.cal{
	display: flex;
flex-direction: column;
align-items: center;
gap: 40px;
align-self: stretch;
}
.mcal{
	    display: flex;
	    flex-direction:  column;
			align-items: stretch;
    gap: 60px;
}
.cal p {
    font-size: 0.8rem;
}
.mcal > p {
    flex: 1;
    margin: 0; /* デフォルトの余白をリセット */
    display: flex; /* pタグの中もFlexにして画像を制御する */
}
.mcal img {
    width: 100%;      /* 親のpタグの幅いっぱいに広げる */
    height: 240px;    /* ★ここで「揃えたい高さ」を強制指定する */
    object-fit: contain; /* 縦横比を崩さずに、指定した高さに綺麗に収める */
}
.access{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	align-self: stretch;
}

.map{
	display: flex;
width: 640px;
flex-direction: column;
align-items: flex-start;
gap: 20px;
}
.mapbox{
	display: flex;
flex-direction: column;
align-items: flex-start;
font-style: normal;
font-weight: 500;
gap: 20px;
align-self: stretch;
}
.gmap{
	display: flex;
	padding: 4px 12px;
	justify-content: center;
	align-items: center;
background:#FFFEEE;
}

.gmap a{
	text-decoration: none;
}
.togmap{
padding: 4px;
margin: 6px;
color: #735029;
font-family: "fot-tsukubrdgothic-std";
    line-height: 1;
		font-size: 0.8rem;
font-style: normal;
font-weight: 500;
}

.whats{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	align-self: stretch;
}

.aboutcrpr{
	width: 640px;
	aspect-ratio: 187/91;
}

.crprexp{
text-align: left;
font-style: normal;
max-width: 640px;
align-self: stretch;
}
.msg{
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.msg img{
	width: 640px;
}

.footer{
	display: flex;
	padding: 100px 0;
	flex-direction: column;
	align-items: center;
	gap: 100px;
	align-self: stretch;
	background: #5C4A35;
}
.footer_inner{
	display: flex;
width: 980px;
justify-content: space-between;
align-items: flex-end;
}

.footer_inner a{
color:#FFFEEE;
text-decoration: none;
}
.address{
	display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 20px;
color:#FFFEEE;
font-style: normal;
font-family: "fot-tsukubrdgothic-std";
}
.shopname{
	display: flex;
flex-direction: column;
align-items: flex-start;
}
.fra1{
font-family: Hatch;
font-size: 16px;
font-style: normal;
font-weight: 400;
    line-height: 0.8;
}
.fra2{
font-family: Hatch;
font-size: 36px;
font-style: italic;
font-weight: 420;
    line-height: 0.8;
}
.ami_jp{
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 133.333% */
}
.url{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	gap: 10px;
color:#FFFEEE;
text-align: right;
}
.igicon{
	width: 20px;
height: 20px;
margin-right: 4px;
}
@media screen and (max-width:480px) {

	.main {
	    padding: 20px;
	}
	.main_inner{
width: 100%;
	}
	.main{
padding: 100px 20px;
gap: 100px;
	}
.cal{
gap: 20px;
}
	.map{
width: 100%;
gap: 20px;
	}
.access{
gap: 20px;
}
	.aboutcrpr{
width: 100%;
	}

	.crprexp{
width: 100%;
	}
	.msg{
width: 100%;
	}
	.msg img{
width: 100%;
	}

	.footer{
		padding: 40px 20px;
	}
	.footer_inner{
width: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 100px;
align-self: stretch;
	}

}
