@charset "UTF-8";

/* 共通部分----------------------- */
html {
	font-size: 100%;
}

body {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	line-height: 1.7;
	color: #432;
	background-color: rgb(237,229,220);
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}
/* ヘッダ―カバー画像 */
.cover {
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 667px;
	border-radius: 3px;
	padding-top: .5rem;
}

/* 見出し */
.font-jp {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;
}
.page-title {
	font-size: 1.7rem;
	color: white;
	text-align: center;
	margin-top: 3rem;
	margin-bottom: 3rem;
	line-height: 1.4;
} 
.heading-large,
.heading-medium {
	font-size: 1.4rem;
	text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

/* ヘッダー----------------------------- */
.page-header {
	padding-top: 1.5rem;
}
.logo {
	width: 175px;
	margin-top: 1rem;
}

.main-nav {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	gap: 1.5rem;
	font-size: 1rem;
	list-style: none;
	margin-top: .5rem;
}
.main-nav a {
	color: #432;
}
.main-nav a:hover {
	color: #0bd;
}

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

/* お知らせ-------------------------*/
.cover-news {
	background-image: url(../images/.jpg);
}
/* 記事部分 */
.news {
	max-width: 755px;
	padding: 0 1.5rem;
	margin: 3rem auto 4rem;
}
.news p {
	margin-bottom: 3rem;
}
/* HOME 射水分教会とは-----------------------------*/
.cover-home {
	background-image: url(../images/coffee.jpg);
}
.about {
	max-width: 755px;
	padding: 0 1.5rem;
	margin: 3rem auto 4rem;
}
.about p {
	margin-bottom: 3rem;
}
/* ボタン */
.btn {
	display: inline-block;
	font-size: 1.5rm;
	background-color: yellowgreen;
	color: #fff;
	border-radius: 8px;
	padding: .75rem 1.5rem;
	transition: background-color 1s ease-out 100ms;
	margin-bottom: 2rem;
}
.btn:hover {
	background-color: green;
}
/* iframe */
iframe {
	width: 100%;
}
/* STORY-------------------------*/
.cover-story {
	background-image: url(../images/coffee3.jpg);
	background-position: center bottom;
	margin-top : 0rem;
}
.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-radius: 16px;
}
.item p {
	font-size: .875rem;
}

/* アクセス-------------------------*/
.cover-access {
	background-image: url(../images/sail2.jpg);
}
/* 店舗情報 */
.location {
	margin-bottom: 3.5rem;
}
.location-info {
	margin-bottom: 2rem;
}
.location-info .info {
	padding: 0;
}


/* フッター------------------------------*/
.page-footer {
	/*	background-image: url(../images/sail3.jpg);
	background-size: cover;
	background-position: center bottom;      */
	background-color: white;
	padding-top: 4rem;
}
.page-footer2 {
	background-color: white;
	padding-top: 0rem;
}
.info {
	width: 100%;
	max-width: 544px;
	margin: auto;
	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 {
	background-color: #432;
	text-align: center;
	padding: 2rem;
	margin-top: 6rem;
	color: #fff;
}
/* デスクトップ版-----------------------------------*/
@media (min-width: 800px) {
	/* 見出し */
	.page-title {
		font-size: 3rem;
	}
	.heading-large {
		font-size: 1.5rem;
	}
	.post-title {
		font-size: 1.5rem;
	}
	
	/* ヘッダー */
	.page-header {
		display: flex;
		justify-content: space-between;
		padding-top: 0.5rem;
	}
	.main-nav {
		gap: 2.4rem;
		font-size: 1.3rem;
	}
	/* ヘッダーカバー画像 */
	.sub-cover {
		height: 250px;
		margin-bottom: 3rem;
	}
	
	/* HOME */
	.cover-home {
		background-image: url(../images/coffee.jpg);
		background-position: left bottom;
	}
	.about {
		margin: 4rem auto 0;
	}
	/* NEWS */
	.cover-news {
		background-image: url(../images/yuyake1.jpg);
		background-position: center bottom;
	}
	.news-contents {
		display: flex;
		justify-contents: space-between;
	}
	.post {
		width: 70%;
		margin-right: 2rem;
	}
	.sidebar {
		width: 26%;
	}
	.heading-medium {
		line-height: 1;
		margin-bottom: 1rem;
	}
	/* STORY */
	.cover-story {
		background-image: url(../images/coffee3.jpg);
		background-position: right bottom;
	}
	.grid {
		gap: 3rem 2rem;
		grid-template-columns: repeat(3, 1fr);
	}
	.item img {
		margin-bottom: .5rem;
	}
	.item p {
		font-size: 1rem;
	}
	/* アクセス */
	.cover-access {
		background-image: url(../images/sail2.jpg);
	}
	.location {
		display: flex;
		gap: 2rem;
	}
	.location-info {
		width: 32%;
	}
	.locaton-info .info th {
		padding-left: 2rem;
	}
	.location-map {
		margin-top: 5rem;
		width: 64%;
	}
	/* フッター */
	.page-footer {
	/*		background-image: url(../images/sail3.jpg); */
		padding-top: 8rem;
	}
	.info th {
		padding-left: 2rem;
	}
}

	