@charset "utf-8";
/*共通部分*/
html{
	font-size: 100%;
}

body{
	font-family: "Hiragino Kaku GothicProN","Hiragino Sans", "BIZUDPGothic", sans-serif;
line-height: 1.7;
	color: #432;
}
a{
	text-decoration: none;
}
img{
	max-width: 100%;
}

/*レイアウト*/
.wrapper{
	max-width: 1120px;
	margin: auto;
	padding: 0 1.5rem;
}
.align-center{
	text-align: center;
}

/*ヘッダー*/
.page-header{
	padding-top: .5rem;
}
.logo{
	 width: 210px;
}
.main-nav{
	display: flex;
	justify-content: center;
	gap: 2.5rem;
	font-size: 1.5rem;
	list-style: none;
}
.main-nav a {
	color: #432;
}
.main-nav ahover {
	color: #0bd;
}
/*見出し*/


.font-english{
	font-family: 'philosopher',sans-serif;
	font-weight: normal;
}

.page-title,
.heading-large
.heading-medium{
	font-size: 3rem;
	text-align: center;
}

.page-title{
	
	margin: 2rem;
	line-height: 1.4;
}
.heading-large{
	
	margin-bottom: 1rem;
}

/*ボタン*/
.btn{
	display: inline-block;
	font-size: 1.5rem;
	background-color: #0bd;
	color: #fff;
	border-radius: 8px;
	padding: 0.75rem 1.5rem;
	transition: 0.5s;
	/*transition-property: background-color;
	transition-duration: 1s;
	transition-timing-fanction: ease-out;
	transition-delay: 5s;*/
		
}

.btn:hover{
	background-color: #0090aa;
	translate: 5px 5px;
	/*rotate: -5deg;*/
	/*scale: 1.2;*/
	/*//scale: 150% 150%;*/
}
/*iframe*/
.iflame{
	width: 100%
}
.cover{
	background-size: cover;
	background-position: center bottom;
	height: 800px;
}
.sub-cover{
	background-size: cover;
	background-position: center bottom;
	height: 528px;
	margin-botom: 4rem;
}
.cover-home{
	backgroud-image: url(../images/cover-home-s.webp);
}

.about{
	max-width: 736px;
	padding: 0 1.5rem;
	margin: 3rem auto 4rem;
}
.about p{
	margin-bottom: 3rem;
}
/*contact*/
.cover-contact{
	background-image: url(../images/cover-contact-s.webp);
}
/*店舗部分*/
.location{
	margin-bottom: 3.5rem;
}
.location-info{
	margin-bottom: 2rem;
}
.location-info .info{
	padding: 0;
}
/*NEWS*/
.cover-news{
	background-image: url(../images/cover-news-s.webp);
}
/*記事部分*/
.post{
	margin-bottom: 3rem;
}
.post-title{
	font-weight: normal;
	margin-bottom: 1.25rem;
}
.post-info{
	display: flex;
	gap: 1rem;
	margin-bottom: 2rem;
}
.post-cat{
	display: flex;
	gap: 0.5rem;
	list-style: none;
}
.post-cat a{
	color: #432;
	backgroundcolor: #faf7f0;
	border-radius: 8px;
	fontsize: 0.875rem;
	padding: 0.5rem 0.75rem;
}
.post-cat a:hover{
	background-color: #c9c2bc;
}
.post-date{
	font-size: .875rem;
}
.postthumbnail{
	border-radius: 16px;
	marginbottom: 1.5rem;
}
.post p {
	margin-bottom: 1.5rem;
	line-height: 2;
}
/*MENU*/
.cover-menu{
	background-image: url(../images/cover-menu-s.webp);
	}
.grid{
	display: grid;
	gap: 2rem 1.5rem;
	grid-template-columns: repeat(2,1fr);
	text-align: center;
}

.item img{
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radiys: 16px;
}
.item p{
	fontsize: 0.875rem;
}
/*フッター*/
.page-footer{
	background-image: url(../images/footer-s.webp);
	background-size: cover;
	background-position: center;
	padding-top: 12rem;
	
}
.class{
	width: 100%;
	max-width: 544px;
	margin: auto;
	/*margin:auto;とした場合、topとbottomは無視される*/
	padding: 0 1.5rem;
	border-spacing: 0;
}
.info th,
.info td{
	border-bottom: 1px solid #c9c2bc;
}
.info,th{
	text-align: left;
	font-weight: normal;
	padding: 1rem;
}
.info td{
	padding: 1rem 0;
}
.copyright{
	backgroundcolor: #432;text-align: centeractive;
	padding: 2rem 0;
	margin-top: 6rem;
	color: #fff;
}

/*サイドバー*/
.side-menu{
	list-style: none;
text-align: center;
	margin-bottom: 4rem;
}
.side-menu{
	border-bottom: 1px solid #c92cbc;
}
.side-menu a{
	color: #432;
	display: block;
	padding: 1rem;
}
.side-menu a:hover{
	color: #0bd;
}
/*デスクトップ型*/
@media(min-width: 800px){
	/*見出し*/
	.page-title{
		font-size: 5rem;
	} 
	.heading-large{
		font-size: 4rem;
	}
	.post-title{
		font-size: 2rem
	}
	/*ヘッダー*/
	.page-header{
		display: flex;
		justify-content: space-between;
		padding-top: 1.5rem;
	}
	.main-nav{
		font-size: 2rem;
	}
	/*ヘッダーカバー画像*/
	.sub-cover{
		height: 400px;
		margin-bottom: 6rem;
	}
	/*NEWS*/
	.cover-news{
		background-image: url(../images/cover-news-l.webp);
	}


/*HOME*/
.cover-home{
	background-image: url(../images/cover-home-l.webp);
}
.about{
	margin: 4rem auto 0;
}
.news-contents{
	display: flex;
	justify-content: space-between;
}
	.post{
	width: 60%;
	order: 2;
}

	.sidebar{
		width: 22%;
		order: 3;
	}
	.ad{
		order: 1;
		/*orderプロバティはflexプロバティにかける*/
	}
.sidebar .heading-medium{
	line-height: 1;
	margin-top: 1rem;
}
	/*MENU*/
	.cover-menu{
		background-image:url(../images/cover-menu-l.webp);
	}
	.grid{
		gap: 3rem 2rem;
		grid-template-columns: repeat(3,1fr);
	}
	.item img{
		margin-bottom: 0.5rem;
	}
	.class p{
		font-size: 1rem;
	}
	.item-big{
		grid-column: 1/3;
		grid-row: 1/3;
	}
	.item-big img{
		height: 94.5%;
		width: 100%; /*ここのwidthは保険。なくてもいい*/
	}
/*フッター*/
.page-footer{
	background-image: url(../images/footer-l.webp);
	padding-top: 12rem;
}
.info th{
	padding-left: 2.5rem;
}
}



