@charset "utf-8";

/*
	/tv/ageagechan/css/style.css
	-----------------------------------
	v1.0
	Last Updated: 2022-02-28
	Copyright: CBC TELEVISION CO.,LTD. All rights Reserved.
	-----------------------------------
	[Updated]
	v1.1		2022-02-28　67コール追加に伴うスタイルの追加
	v1.0		2022-02-17
	-----------------------------------

基本設定
ソーシャルボタン
ヘッダー
フッター
メイン
コンテンツ
youtube設定
googlemap
マージンの設定
カラー設定
注釈リスト


*/

/* ***********************************************************

		基本設定

*********************************************************** */
html {
	/*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;*/
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}
body {
	/*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;*/
	/*font-family: 'Noto Sans JP', sans-serif;*/
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
	font-family: 'M PLUS 1p', sans-serif;
	color: #000;
}
@media only screen and (max-width: 640px) {
	body.ageagechan {
		background: url(../images/pattern_lattice.png) repeat 0 0;
		background-size: 20px auto;
	}
}
@media print, screen and (min-width: 641px) {
	body.ageagechan {
		background: url(../images/pattern_lattice.png) repeat 0 0;
		min-width: 980px;
	}
}

/*フォントの滲みの修正＠EdgeとFirefox*/
/*
.ageagechan p,
.ageagechan figcaption,
.ageagechan li {
	transform: rotate(0.05deg);
}
.ageagechan .pageup {
	transform: none;
}
*/



/*デフォルトリンクカラー*/
a, a:link {
	/*color: #0000DE;*/
	color: #1a0dab;
}
a:visited {
	color: #941D55;
}
a:active,
a:hover {
	color: #CC0000;
}
a:focus {
	color: #CC0000;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* FireFox リンク選択時の点線を消す */
a:link,
a:visited,
a:active,
a:hover {
	overflow: hidden;
	outline: none;
}


/*画像の横幅*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}
.img-max {
	width: 100%;
	height: auto;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;

}
@media only screen and (max-width: 640px) {
	.img-max-sp {
		width: 100%;
		height: auto;
		vertical-align: middle;
		image-rendering: -webkit-optimize-contrast;
	}
}

@media print, screen and (min-width: 641px) {
	.img-max-pc {
		width: 100%;
		height: auto;
		vertical-align: middle;
		image-rendering: -webkit-optimize-contrast;
	}
}

figure {
	padding: 0;
	margin: 0;
}

/* -----------------------------------------------------

	非表示設定

----------------------------------------------------- */
@media only screen and (max-width: 640px) {
	.hide-sp {
		display: none !important;
	}
	#global-nav:nth-of-type(1) {
		display: none;
	}
}

@media print, screen and (min-width: 641px) {
	.hide-pc {
		display: none !important;
	}
}
.hide-text {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}

/* ***********************************************************

		ソーシャルボタン

*********************************************************** */
#sns-block {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	font-weight: 400;
	width: 100%;
	background: #fff;
	padding-bottom: 16px;

	/*box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);*/
}
.sns {
	width: 96%;
	padding-top: 16px;
	margin: 0 auto;
	text-align: center;
}
.ttl-sns {
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
	padding-top: 9px;
	color: #000;
	font-size: .9em;
}
.ttl-sns i {
	padding-right: .1em;
}
.sns-list {
	display: inline-block;
	font-size:0;
	padding: 0;
	list-style: none;
}
.sns-list li {
	display: inline-block;
	position: relative;
	margin: 0 8px;
}
.sns-list li img {
	width: 35px;
	height: auto;
	vertical-align: middle;
}
@media screen and (min-width: 40em) {
	.sns {
		width: 980px;
	}
	.ttl-sns {
		margin-right: 22px;
		padding-top: 7px;
	}
	.sns-list li img {
		width: 32px;
		height: auto;
		vertical-align: middle;
	}
}
@media screen and (min-width: 64em) {
}

/* ***********************************************************

	ヘッダー

*********************************************************** */
@media only screen and (max-width: 640px) {
	.ageagechan .header {
		background: url(../images/header_sp.jpg) no-repeat center 0;
		background-size: 100% auto;
	}
	.ageagechan .header-inner {
		width: 100vw;
		height: 129.3333333333333vw;
		margin: auto;
	}
	.ageagechan .header .header-text2 {
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		list-style-type: none;
		height: 0;
		overflow: hidden;
	}
}
@media print, screen and (min-width: 641px) {
	.ageagechan .header {
		background: url(../images/header_pc.png) no-repeat center 0,
								url(../images/pattern_grad.png) repeat-x 0 0;
	}
	.ageagechan .header-inner {
		width: 980px;
		height: 870px;
		margin: auto;
		position: relative;
	}
	.ageagechan .header .header-text2 {
		color: #fff;
		font-size: 18px;
		font-weight: 500;
		line-height: 30px;
		text-align: center;
		margin: 740px 0 0;
		transform: rotate(0.05deg);
	}
	.ageagechan .header .header-text2 span {
		color: #ffff00;
	}
}
.ageagechan .header h1,
.ageagechan .header .header-date,
.ageagechan .header .header-text {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}



/* ***********************************************************

	フッター

*********************************************************** */
/*フッター枠*/
.ageagechan .footer {
}
.ageagechan .footer {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	font-weight: 400;
	background: #2905cd;
}

@media only screen and (max-width: 640px) {
	.ageagechan .footer {
		padding: 0;
	}
	.ageagechan .footer-inner {
		padding: 50px 15px 80px;
	}
	.ageagechan .footer-inner p {
		line-height:1.5;
		margin: 0;
	}
}
@media print, screen and (min-width: 641px) {
	.ageagechan .footer {
		min-width: 980px;
	}
	.ageagechan .footer-inner {
		width: 980px;
		margin:auto;
		padding: 60px 0;
	}
	.ageagechan .footer-inner p {
		line-height:1.5;
		text-align: center;
		margin: 0;
	}
}
.ageagechan .footer-inner p {
	color: #fff;
	font-size: 14px;
}
.ageagechan .footer-inner p a,
.ageagechan .footer-inner p a:link,
.ageagechan .footer-inner p a:visited {
	color: #fff;
	text-decoration: none;
}
.ageagechan .footer-inner p a:active,
.ageagechan .footer-inner p a:hover {
	color: #fff;
	text-decoration: underline;
}
.ageagechan .footer-inner p a:focus {
	color: #fff;
}

/*ページアップ*/
.ageagechan .pageup {
	margin: 0;
}
.ageagechan .pageup a {
	display: block;
	background: url('../images/pageup.png') no-repeat 0 0 ;
	-moz-background-size:100% auto;
	background-size:100% auto;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	text-decoration: none;
	position: fixed;
}
@media only screen and (max-width: 640px) {
	.ageagechan .pageup a {
		width: 13.6vw;
		height: 13.6vw;
		right: 12px;
		bottom: 10px;
	}
}
@media print, screen and (min-width: 641px) {
	.ageagechan .pageup a {
		width: 70px;
		height: 70px;
		right: 20px;
		bottom: 30px;
		transition: 0.3s ease-in-out;
	}
	.ageagechan .pageup a:hover {
		opacity: 0.7;
	}
}

/* ***********************************************************

	メイン

*********************************************************** */
@media only screen and (max-width: 640px) {
	.ageagechan .main {
	}
}
@media print, screen and (min-width: 641px) {
	.ageagechan .main {
	}
}



/* ***********************************************************

	コンテンツ

*********************************************************** */
@media only screen and (max-width: 640px) {
	.ageagechan .content {
	}
}
@media print, screen and (min-width: 641px) {
	.ageagechan .content {
	}
}

/*box01*/
@media only screen and (max-width: 640px) {
	.ageagechan .box01-inner {
		width: 92vw;
		margin: auto;
		padding: 10vw 0;
		box-sizing: border-box;
	}
	.ageagechan .box01-kotoba {
		margin: 0 0 6.4vw;
	}
}
@media print, screen and (min-width: 641px) {
	.ageagechan .box01-inner {
		width: 980px;
		margin: auto;
		padding: 80px 20px;
		box-sizing: border-box;
	}
	.ageagechan .box01-wrap {
		display: flex;
		justify-content: space-between;
	}
	.ageagechan .box01-kotoba {
		width: 570px;
	}
	.ageagechan .box01-kotoba a:hover {
		opacity: 0.7;
	}
	.ageagechan .box01-twitter {
		width: 340px;
		padding: 57px 0 0;
	}
}


/*box02*/
.ageagechan .box02 {
	background: #ff01ad;
}
@media only screen and (max-width: 640px) {
	.ageagechan .box02-inner {
		padding: 8.8vw 0;
		margin: auto;
	}
	.ageagechan .box02 p {
		color: #ffff00;
		font-size: 5.333333333333333vw;
		font-weight: 800;
		line-height: 1.35;
		text-align: center;
		transform: rotate(0.05deg);
	}
	.ageagechan .box02 p strong {
		color: #fff;
		font-size: 6.133333333333333vw;
	}
}
@media print, screen and (min-width: 641px) {
	.ageagechan .box02-inner {
		width: 980px;
		padding: 60px 0;
		margin: auto;
	}
	.ageagechan .box02 p {
		color: #ffff00;
		font-size: 30px;
		font-weight: 800;
		line-height: 40px;
		text-align: center;
		transform: rotate(0.05deg);
	}
	.ageagechan .box02 p strong {
		color: #fff;
		font-size: 36px;
		line-height: 50px;
	}
}




/*box03*/
@media only screen and (max-width: 640px) {
	.ageagechan .box03-inner {
		width: 92vw;
		margin: auto;
		padding: 10vw 0 6vw;
	}
	.ageagechan .box03 h2 {
		color: #ff01ad;
		font-size: 6.4vw;
		font-weight: 800;
		line-height: 1.2;
		text-align: center;
		margin: 0 0 4.8vw;
		transform: rotate(0.05deg);
		position: relative;
	}
	.ageagechan .box03 h2::before {
		content: '';
		background: url(../images/box03-title.png) no-repeat 0 0;
		background-size: 100% auto;
		width: 9.333333333333333vw;
		height: 13.6vw;
		position: absolute;
		top: 0;
		left: calc(50% - 45.6vw);
		transform: none;
	}
	.ageagechan .box03 h2::after {
		content: '';
		background: url(../images/box03-title.png) no-repeat 0 0;
		background-size: 100% auto;
		width: 9.333333333333333vw;
		height: 13.6vw;
		position: absolute;
		top: 0;
		right: calc(50% - 45.6vw);
		transform: none;
	}
	.ageagechan .box03-wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.ageagechan .box03-wrap figure  {
		width: 44vw;
		margin: 0 0 4vw;
	}

}
@media print, screen and (min-width: 641px) {
	.ageagechan .box03-inner {
		width: 980px;
		margin: auto;
		padding: 75px 0;
	}
	.ageagechan .box03 h2 {
		color: #ff01ad;
		font-size: 40px;
		font-weight: 800;
		line-height: 48px;
		text-align: center;
		margin: 0 0 50px;
		transform: rotate(0.05deg);
		position: relative;
	}
	.ageagechan .box03 h2::before {
		content: '';
		background: url(../images/box03-title.png) no-repeat 0 0;
		background-size: 100% auto;
		width: 59px;
		height: 86px;
		position: absolute;
		top: 0;
		left: calc(50% - 276px);
		transform: none;
	}
	.ageagechan .box03 h2::after {
		content: '';
		background: url(../images/box03-title.png) no-repeat 0 0;
		background-size: 100% auto;
		width: 59px;
		height: 86px;
		position: absolute;
		top: 0;
		right: calc(50% - 276px);
		transform: none;
	}
	.ageagechan .box03-wrap {
		display: flex;
		justify-content: space-between;
		width: 900px;
		margin: auto;
	}
	.ageagechan .box03-wrap figure  {
		width: 250px;
	}
}


/*box04*/
.ageagechan .box04 {
	background: #00edff;
}
@media only screen and (max-width: 640px) {
	.ageagechan .box04-inner {
		width: 92vw;
		margin: auto;
		padding: 10vw 0 6vw;
	}
	.ageagechan .box04 h2 {
		font-size: 6.133333333333333vw;
		font-weight: 800;
		line-height: 1.5;
		text-align: center;
		margin: 0 0 4.8vw;
		transform: rotate(0.05deg);
	}
	.ageagechan .box04-wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.ageagechan .box04-wrap figure {
		width: 44vw;
		margin: 0 0 4vw;
	}
}
@media print, screen and (min-width: 641px) {
	.ageagechan .box04-inner {
		width: 980px;
		margin: auto;
		padding: 75px 0;
	}
	.ageagechan .box04 h2 {
		font-size: 40px;
		font-weight: 800;
		line-height: 1.5;
		text-align: center;
		margin: 0 0 40px;
		transform: rotate(0.05deg);
	}
	.ageagechan .box04-wrap {
		display: flex;
		justify-content: space-between;
		width: 900px;
		margin: auto;
	}
	.ageagechan .box04-wrap figure {
		width: 248px;
	}
}


/*box05*/
@media only screen and (max-width: 640px) {
	.ageagechan .box05-inner {
		padding: 10vw 0 0;
	}
	.ageagechan .box05 h2 {
		color: #ff01ad;
		font-size: 6.133333333333333vw;
		font-weight: 800;
		line-height: 1;
		text-align: center;
		margin: 0 0 3.6vw;
		transform: rotate(0.05deg);
	}
	.ageagechan .box05 h2 span {
		font-size: 4.266666666666667vw;
		line-height: 1.5;
	}
}
@media print, screen and (min-width: 641px) {
	.ageagechan .box05-inner {
		width: 980px;
		margin: auto;
		padding: 75px 0;
	}
	.ageagechan .box05 h2 {
		color: #ff01ad;
		font-size: 40px;
		font-weight: 800;
		line-height: 40px;
		text-align: center;
		margin: 0 0 20px;
		transform: rotate(0.05deg);
	}
	.ageagechan .box05 h2 span {
		font-size: 30px;
	}
	.ageagechan .box05-wrap {
		display: flex;
		justify-content: space-between;
		width: 940px;
		margin: auto;
	}
	.ageagechan .box05-wrap .box05-photo {
		width: 707px;
	}
	.ageagechan .box05-wrap .box05-text {
		width: 233;
	}
}



/*box06*/
.ageagechan .box06 {
	background: #d600ff;
}
@media only screen and (max-width: 640px) {
	.ageagechan .box06-inner {
		padding: 10vw 0 6vw;
	}
	.ageagechan .box06 h2 {
		color: #fff;
		font-size: 6.133333333333333vw;
		font-weight: 800;
		line-height: 1.2;
		text-align: center;
		margin: 0 0 1.2vw;
		transform: rotate(0.05deg);
	}
	.ageagechan .box06 h2 span {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		transform: none;
	}
	.ageagechan .box06 p.catch {
		color: #fff;
		font-size: 4.266666666666667vw;
		font-weight: 800;
		line-height: 1.25;
		text-align: center;
		margin: 0 0 5.2vw;
		transform: rotate(0.05deg);
	}
	.ageagechan .box06 p.catch span {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		transform: none;
	}
	.ageagechan .box06 .youtube-box {
		width: 77.33333333333333vw;
		margin: 0 auto 4vw;
	}
	.ageagechan .box06-wrap {
		display: flex;
		/* justify-content: space-between; */
		flex-wrap: wrap;
		width: 92vw;
		margin: auto;
	}
	.ageagechan .box06-wrap .youtube-thumbnail {
		width: 20.8vw;
		margin: 0 2.9vw 2.8vw 0;
		cursor: pointer;
	}
	.ageagechan .box06-wrap .youtube-thumbnail:nth-of-type(4n) {
		margin-right: 0;
	}
	.ageagechan .box06-wrap .youtube-thumbnail.active {
		opacity: 0.7;
	}
	.ageagechan .box06-wrap .youtube-thumbnail.empty {
		height: 0;
		border: none;
		margin: 0;
	}
}
@media print, screen and (min-width: 641px) {
	.ageagechan .box06-inner {
		width: 980px;
		margin: auto;
		padding: 75px 0 55px;
	}
	.ageagechan .box06 h2 {
		color: #fff;
		font-size: 40px;
		font-weight: 800;
		line-height: 48px;
		text-align: center;
		margin: 0 0 6px;
		transform: rotate(0.05deg);
	}
	.ageagechan .box06 h2 span {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		transform: none;
	}
	.ageagechan .box06 p.catch {
		color: #fff;
		font-size: 22px;
		font-weight: 800;
		line-height: 30px;
		text-align: center;
		margin: 0 0 30px;
		transform: rotate(0.05deg);
	}
	.ageagechan .box06 p.catch span {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		transform: none;
	}
	.ageagechan .box06 .youtube-box {
		width: 580px;
		margin: 0 auto 30px;
	}
	.ageagechan .box06-wrap {
		display: flex;
		/* justify-content: space-between; */
		flex-wrap: wrap;
		width: 780px;
		margin: auto;
	}
	.ageagechan .box06-wrap .youtube-thumbnail {
		width: 140px;
		margin: 0 20px 20px 0;
		cursor: pointer;
	}
	.ageagechan .box06-wrap .youtube-thumbnail:nth-of-type(5n) {
		margin-right: 0;
	}
	.ageagechan .box06-wrap .youtube-thumbnail.active {
		opacity: 0.7;
	}
	.ageagechan .box06-wrap .youtube-thumbnail.empty {
		height: 0;
		border: none;
		margin: 0;
	}
}

.ageagechan .box06 .youtube.hide {
	display: none;
}



/*box07*/
@media only screen and (max-width: 640px) {
	.ageagechan .box07-inner {
		padding: 10.4vw 0;
	}
	.ageagechan .box07-inner p {
		width: 92vw;
		margin: 0 auto;
	}
}
@media print, screen and (min-width: 641px) {
	.ageagechan .box07-inner {
		width: 980px;
		margin: auto;
		padding: 80px 0;
	}
	.ageagechan .box07-inner p {
		width: 526px;
		margin: 0 auto;
	}
	.ageagechan .box07-inner p a:hover {
		opacity: 0.7;
	}
}







/* box67*/
.ageagechan .box67 {
	background: #ffffff;
}
@media only screen and (max-width: 640px) {
	.ageagechan .box67-inner {
		width: 92vw;
		margin: auto;
		padding: 10.4vw 0 13.2vw;
	}
	.ageagechan .box67 h2 {
		color: #ff01ad;
		font-size: 5.333333333333333vw;
		font-weight: 800;
		line-height: 1.2;
		text-align: center;
		transform: rotate(0.05deg);
		margin: 0 0 5.2vw;
		padding: 10.4vw 0 0;
		position: relative;
	}
	.ageagechan .box67 h2::before {
		content: '';
		background: url(../images//box67-title.png) no-repeat 0 0;
		background-size: 8.8vw auto;
		width: 8.8vw;
		height: 8.666666666666667vw;
		position: absolute;
		top: 0;
		left: calc(50% - 4.4vw);
	}
	.ageagechan .box67-item {
		border-bottom: 2px dotted #3513d0;
		margin: 0 0 10.4vw;
		padding: 0 0 4.4vw;
	}
	.ageagechan .box67-item-photo {
		margin: 0 0 4vw;
	}
	.ageagechan .box67-item-text h3 {
		background: #ff01ad;
		color: #fff;
		font-size: 4.266666666666667vw;
		font-weight: 800;
		line-height: 1.5;
		transform: rotate(0.05deg);
		margin: 0 0 4vw;
		padding: 0.4vw 4vw 0;
	}
	.ageagechan .box67-item-text h3 span {
		color: #fff100;
	}
	.ageagechan .box67-item-text h3 span strong {
		font-size: 6.666666666666667vw;
	}
	.ageagechan .box67-item-text p {
		font-size: 8vw;
		font-weight: 800;
		text-align: center;
		transform: rotate(0.05deg);
		margin: 0;
	}
	.ageagechan .box67 .shimekiri {
		color: #ff0000;
		font-size: 5.866666666666667vw;
		font-weight: 800;
		text-align: center;
		margin: 0 0 12.4vw;
	}
	.ageagechan .box67 .pubo-btn {
		width: 80.4vw;
		margin: 8vw auto 0;
	}
}
@media print, screen and (min-width: 641px) {
	.ageagechan .box67-inner {
		width: 980px;
		margin: auto;
		padding: 65px 90px 80px;
		box-sizing: border-box;
	}
	.ageagechan .box67 h2 {
		color: #ff01ad;
		font-size: 40px;
		font-weight: 800;
		line-height: 48px;
		text-align: center;
		transform: rotate(0.05deg);
		margin: 0 0 28px;
		padding: 60px 0 0;
		position: relative;
	}
	.ageagechan .box67 h2::before {
		content: '';
		background: url(../images//box67-title.png) no-repeat 0 0;
		background-size: 47px auto;
		width: 47PX;
		height: 46PX;
		position: absolute;
		top: 0;
		left: calc(50% - 23px);
	}
	.ageagechan .box67-item {
		border-bottom: 2px dotted #3513d0;
		margin: 0 0 20px;
		padding: 0 0 20px;
	}
	.ageagechan .box67-item-wrap {
		display: flex;
		justify-content: space-between;
	}
	.ageagechan .box67-item-photo {
		width: 226px;
	}
	.ageagechan .box67-item-text {
		width: 554px;
	}
	.ageagechan .box67-item-text h3 {
		background: #ff01ad;
		color: #fff;
		font-size: 18px;
		font-weight: 800;
		line-height: 1.5;
		transform: rotate(0.05deg);
		margin: 0 0 12px;
		padding: 5px 12px 0;
	}
	.ageagechan .box67-item-text h3 span {
		color: #fff100;
	}
	.ageagechan .box67-item-text h3 span strong {
		font-size: 30px;
	}
	.ageagechan .box67-item-text p {
		font-size: 30px;
		font-weight: 800;
		transform: rotate(0.05deg);
		margin: 0;
	}
	.ageagechan .box67 .shimekiri {
		color: #ff0000;
		font-size: 34px;
		font-weight: 800;
		text-align: center;
	}
	.ageagechan .box67 .pubo-btn {
		width: 400px;
		margin: 40px auto 0;
	}
	.ageagechan .box67 .pubo-btn a:hover {
		opacity: 0.7;
	}
}




/*xxx*/
@media only screen and (max-width: 640px) {
	.ageagechan .xxx {
	}
}
@media print, screen and (min-width: 641px) {
	.ageagechan .xxx {
	}
}


/* ***********************************************************

		youtube設定

*********************************************************** */


.ageagechan .youtube-box .youtube {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.ageagechan .youtube-box .youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

/* ***********************************************************

		googlemap

*********************************************************** */
.ggmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/* ***********************************************************

		マージンの設定

*********************************************************** */
.ageagechan .last {
	margin-bottom: 40px;
}

/* ***********************************************************

		カラー設定

*********************************************************** */

.ageagechan .cl-red {
	color: #cf0f31;
}


.ageagechan .cl-yellow-green {
	color: #1aff2d;
}
.ageagechan .cl-yellow {
	color: #fffc01;
}
.ageagechan .cl-magenta {
	color: #ff06f9;
}
.ageagechan .cl-cyan {
	color: #00e1ff;
}


/*
.ageagechan .cl-pink {
	color: #dc557e;
}
.ageagechan .cl-green {
	color: #03a08c;
}
.ageagechan .cl-orange {
	color: #f68b00;
}


.ageagechan .cl-light-blue {
	color: #008bda;
}
.ageagechan .cl-purple {
	color: #865cdc;
}
*/


/*マーカー*/
.maker-orange {
	background:linear-gradient(transparent 70%, #ffbb00 70%);
}
.maker-red {
	background:linear-gradient(transparent 70%, #fc8c8c 70%);
}
.maker-yellow {
	background:linear-gradient(transparent 70%, #ffff00 70%);
}


/* ***********************************************************

		注釈リスト

*********************************************************** */
/*
/*注釈リスト*/
.list-annotation {
	position: relative;
	margin: 0 0 1em;
	padding: 0;
}

.list-annotation li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em;
	transform: rotate(0.05deg);
}
.list-annotation li span {
	position: absolute;
	left: 0;
	margin: 0
}
@media only screen and (max-width: 640px) {
	.list-annotation li {
		font-size: 4.266666666666667vw;
		line-height: 1.5;
	}
}
@media print, screen and (min-width: 641px) {
	.list-annotation li {
		font-size: 16px;
		line-height: 1.5;
	}
}





#announce {
}
#announce .inner-wrap {
}
#announce .bnr-box {
}
#announce .bnr-box img {
  display: block;
  margin: 0 auto;
  transition-duration: 0.3s;
}
#announce .bnr-box img:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 640px) {
	#announce {
		margin: 35px auto 0;
	}
	#announce .inner-wrap {
		width: 100%;
	}
	#announce .bnr-box {
		margin: 0 auto 30px;
		width: 92vw;
	}
	#announce .bnr-box:last-child {
		margin: 0 auto;
	}
}
@media only screen and (min-width: 641px) {
	#announce .inner-wrap {
	  margin: 70px auto 0;
	  max-width: 980px;
	  display: flex;
	  justify-content: space-between;
	}
	#announce .bnr-box {
	  margin: 0 auto;
	  width: 47%;
	}
}