@charset "UTF-8";
/* CSS Document */

/* アコーディオン */
.accordion-item {
	max-width: 600px;
	margin: 0;
	font-family: sans-serif;
	border-bottom: none;
}

.accordion-toggle {
	cursor: pointer;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 0;
	margin: 10px 0;
	background-color: #D5D5D5;
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease;
	margin-left: 40px;
}

.accordion-content.open {
	max-height: 500px;
	/* 適宜調整 */
}

.accordion-content img {
	width: 300px;
	max-width: 100%;
	border-radius: 8px;
	margin: 10px 0;
	cursor: pointer;
}

.accordion-header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
	padding: 10px 0;
}

.accordion-toggle {
	font-weight: bold;
}

.accordion-number {
	margin-left: 10px;
	white-space: nowrap;
	font-size: 0.9em;
	color: #666;
}

.highlight-text {
	background-color: #fff6a5;
	/* やさしい黄色 */
	padding: 0.2em 0.4em;
	display: inline-block;
	border-radius: 4px;
}


/* リンク全般 */
a {
	color: #017acd;
	text-decoration: none;
	font-style: italic;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: none;
}

/* コンテナトップ画面用 */
#container {
	width: 790px;
	height: 900px;
	margin: 0 auto;
}

/* ヘッダー */
#header {
	background-color: #FFFFFF;
	padding: 5px 10px;
	width: 760px;
	margin: 0 auto;
}

/* コンテンツ_1 */
#content_1 {
	width: 790px;
	margin: 0 auto;
}

#content_1 h5 {
	font-size: 14px;
	margin: 0 12px;
	border-bottom: solid #FF9900;
}

#content_1 h3 {
	font-size: 14px;
	margin: 5px 36px 0;
	border-bottom: thin;
	color: #663;
}

#content_1 p {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 5px;
	clear: both;
}

/* フッター */
#footer {
	font-size: 12px;
	line-height: 1.6;
	margin-top: 5px;
	clear: both;
}

/* カラーバリエーション */
.outlink {
	background-color: #D5D5D5;
	color: #000;
}

.googlefoto {
	background-color: #F8E514;
	color: #000;
}

.profilelink {
	background-color: #CECFCD;
	color: #000;
}

.movie {
	background-color: #EFCCD6;
	color: #000;
}

.map {
	background-color: #ADD2B3;
	color: #000;
}

.timelaps {
	background-color: #FFFEAA;
	color: #000;
}

.outlink02 {
	background-color: #FFC07C;
	color: #000;
}

.justtitle {
	background-color: #F7F7F7;
	color: #000;
}