@charset "utf-8";
/* CSS Document */

/* 共通部分
-------------------- */
html{
	font-size: 100%;
	scroll-behavior: smooth;
}
body{
	font-family: "HGPゴシックE",sans-serif;
	line-height: 1.7;
	color: #000;
}
a{
	text-decoration: none;
}
img{
	max-width: 100%;
}
ul{
	list-style: none;
}

/* 見出し */
.font-heading{
	font-family: "VDL ロゴJrブラック BK","Dela Gothic One", sans-serif;
  	font-weight: 400;
  	font-style: normal;
}
.page-title,
.heading-large,
.heading-medium{
	text-align: center;
}
.page-title{
	font-size: 3rem;
	margin-top: 1.5rem;
	line-height: 1.4;
	color: #006;
	-webkit-text-stroke: 5px white;
	text-stroke: 5px white;
	paint-order: stroke;
}
.heading-large,
.heading-medium{
	font-family: "VDL Ｖ７ゴシック EB", sans-serif;
	font-size: 2rem;
	margin-bottom: 1rem;
	color: #006;
}

/* ボタン */
.btn{
	direction: inline-block;
	font-size: 1.5rem;
	background-color: #006;
	color: #fff;
	border-radius: 8px;
	padding: 0.75rem 1.5rem;
	transition: 0.5s;
}
.btn:hover{
	background-color: #A3A366;
}

/* レイアウト */
.wrapper{
	max-width: 1120px;
	margin: auto;
	padding: 0 1.5rem;
}
.align-center{
	text-align: center;
}

/* カバー画像 */
.cover{
	background-size: cover;
	background-position: center bottom;
	height: 300px;
}
.cover-home{
	background-image: url("../images/cover-s.webp")
}

/* ヘッダー
-------------------- */
.page-header{
	padding-top: 1rem;
}
.logo{
	width: 210px;
}

/* ナビゲーション */
.main-nav{
	display: flex;
	justify-content: center;
	margin-top: 0.5rem;
	gap: 0.5rem;
	font-size: 1.5rem;
}
.nav-profile,
.nav-hobby,
.nav-contact{
	width: 125px;
	height: 62.5px;
	background-position: center bottom;
	background-size: contain;
}
.nav-profile{
	background-image: url("../images/nav_profile_c.png");
}
.nav-profile:hover{
	background-image: url("../images/nav_profile_o.png");
}
.nav-hobby{
	background-image: url("../images/nav_hobby_c.png");
}
.nav-hobby:hover{
	background-image: url("../images/nav_hobby_o.png");
}
.nav-contact{
	background-image: url("../images/nav_contact_c.png");
}
.nav-contact:hover{
	background-image: url("../images/nav_contact_o.png");
}

/* パンくずナビ
-------------------- */
.bread_crumb{
	margin-top: 2.5rem;
}
.bread_crumb a{
	color: #6666a3;
}
.bread_crumb a:hover{
	color: #a3a366;
}

/* ホーム
-------------------- */
.about{
	max-width: 500px;
	padding: 0 1.5rem;
	margin: 2.5rem auto 3rem;
}
.about p{
	margin-bottom: 3rem;
}

/* プロフィール
-------------------- */
.profile-main{
	max-width: 400px;
	margin: 2.5rem auto 2rem;
}
.pr-image{
	max-width: 50%;
	margin-bottom: 1rem;
}
.profile-main p{
	text-align: left;
}

/* 表 */
.info{
	width: 100%;
	max-width: 540px;
	margin: 0 auto 3rem;
	padding: 0 1.5rem;
	border-spacing: 0;
}
.info th,
.info td{
	border-bottom: 1px solid #cccce0;
}
.info th{
	text-align: left;
	padding: 1rem;
}
.info td{
	padding: 1rem 0;
}
.info a{
	color: #6666a3;
}
.info a:hover{
	color: #a3a366;
}

/* 趣味
-------------------- */
.main-contents{
	margin: 2.5rem auto 3rem;
	display: grid;
	gap: 2rem 1.5rem;
	grid-template-columns: repeat(2,1fr);
	text-align: center;
}
.main-contents a,
.main-contents a:hover{
	color: #000;
}

/* 記事一覧 */
.contents-block{
	max-width: 300px;
	box-shadow: 0 0 5px 1px #999;
	transition: .5s;
}
.contents-block:hover{
	scale: 1.03;
}
.block-time{
	color: #6666a3;
	margin-bottom: 0.5rem;
}
.contents-block h2{
	color: #000066;
	margin-bottom: 0.5rem;
}
.text-area{
	text-align: left;
	background-color: #fff;
	padding: 0.5rem 1rem 1rem;
}
.page-jump{
	text-align: right;
	margin-top: 0.5rem;
}

/* サイドバー */
.side-menu{
	text-align: center;
	margin-bottom: 4rem;
}
.side-menu li{
	border-bottom: 1px solid #cccce0;
	display: block;
	padding: 1rem;
}
.side-menu a{
	color: #6666a3;
}
.side-menu a:hover{
	color: #a3a366;
}

/* ページャー */
.pager{
	text-align: center;
	margin: 0 auto 3rem;
}
.pager ul{
	display: flex;
	justify-content: center;
}
.pager a{
	color: #000;
	margin: 0 1rem;
	padding: .5rem 1rem;
	border: 1px solid #6666a3;
	transition: .5s;
}
.pager span{
	color: #fff;
	margin: 0 1rem;
	padding: .5rem 1rem;
	background-color: #006;
}
.pager a:hover{
	background-color: #ddd;
}

/* 個別コンテンツ
-------------------- */
.contents-page{
	margin: 2.5rem auto 3rem;
}
.time{
	color: #6666a3;
	margin-bottom: 1rem;
}
.contents-title{
	background-color: #000066;
	padding: 0.25rem 1rem 0.25rem;
	margin-bottom: 1rem;
}
.contents-title h2{
	color: #fff;
}
.text-end{
	margin-bottom: 1rem;
}
.youtube,
.hv-image
{
	max-width: 560px;
	text-align: center;
	margin: 0 auto 1rem;
}
.youtube{
	aspect-ratio: 16/9;
}
.youtube iframe{
	width: 100%;
	height: 100%;
}
.hv-image img{
	width: 100%;
}

/* コンテンツ移動 */
.contents-move{
	border-top: 1px solid #6666a3;
	margin-top: 2rem;
	padding-top: 1.5rem;
}
.rev-next{
	display: flex;
	justify-content: space-between;
}
.rev-next a{
	color: #6666a3;
}
.rev-next a:hover{
	color: #a3a366;
}

/* お問い合わせ
-------------------- */

/* 会社情報 */
.location{
	margin: 2.5rem auto 3.5rem;
}
.location-info{
	margin-bottom: 2rem;
}
.location-info .info{
	padding: 0;
}
.location iframe{
	width: 100%;
}

/* 入力フォーム */
.email{
	max-width: 720px;
	background-color: #e0e0ec;
	border-radius: 48px;
	padding: 1.5rem 2.5rem 2.5rem;
	margin: 0 auto 2rem;
}
.contents-text,
.form{
	max-width: 600px;
	margin: 1rem auto 2rem;
}
.form p{
	margin-bottom: 0.25rem;
}
.inputform{
	width: 100%;
	background-color: #fff;
	padding: 0.25rem 0.5rem;
	margin-bottom: 1rem;
}

/* フッター
-------------------- */
.page-footer{
	background-image: url("../images/footer-s.webp");
	background-size: cover;
	background-position: center top;
	padding-top: 2.5rem;
}

/* その他 */
.other{
	max-width: 544px;
	margin: 2.5rem auto 3rem;
	padding: 0 1.5rem;
	background-color: #fff;
	border-radius: 20px;
}
.other h2{
	margin-bottom: 1rem;
	padding-top: 0.5rem;
}
.other ul{
	line-height: 3;
}

/* コピーライト */
.copyright{
	background-color: #006;
	text-align: center;
	padding: 2rem 0;
	margin-top: 4rem;
	color: #fff;
}
.footer-sns{
	display: flex;
	justify-content: center;
	margin-top: 0.5rem;
	gap: 4.5rem;
	font-size: 1.5rem;
}
.footer-sns img{
	width: 50px;
	height: 50px;
}

/* デスクトップ版
-------------------- */
@media (min-width: 800px){
	/* 見出し */
	.page-title{
		font-size: 4rem;
	}
	.heading-large{
		font-size: 2.5rem;
	}
	
	/* ヘッダー */
	.page-header{
		display: flex;
		justify-content: space-between;
		padding-top: 1.5rem;
	}
	
	/* ホーム */
	.cover-home{
		background-image: url("../images/cover-c.webp");
	}
	.about{
		max-width: 650px;
		margin: 2.5rem auto 5rem;
	}
	
	/* プロフィール */
	.pr-image{
		max-width: 75%;
	}
	
	/* 趣味 */
	.hobby-contents{
		display: flex;
		justify-content: space-between;
	}
	.hobby-contents main{
		width: 70%;
	}
	.sidebar{
		width: 22%;
	}

	.main-contents{
		gap: 3rem 2rem;
		grid-template-columns: repeat(3,1fr);
	}
	.text-end{
		margin-bottom: 2rem;
	}
	.youtube,
	.hv-image
	{
		margin-bottom: 2rem;
	}
	
	/* お問い合わせ */
	.location{
		margin-bottom: 0;
		display: flex;
		gap: 2rem;
	}
	.location-info{
		width: 45%;
	}
	.location iframe{
		height: 375px;
	}
	.location-map{
		width: 50%;
	}
	.email{
		max-width: 800px;
		margin-bottom: 4rem;
	}
	.contents-text,
	.form{
		max-width: 680px;
	}
	
	/* フッター */
	.other{
		max-width: 800px;
		margin-bottom: 1rem;
	}
	.page-footer{
		background-image: url("../images/footer-l.webp");
	}
	.footer-item{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		max-width: 1120px;
		margin: auto;
		padding: 0 1.5rem;
	}
}

























