@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	vertical-align: top;
}

body {
	color: #000;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
	font-family: "Noto Sans JP", -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
	line-height: 1.8;

	-ms-hyphens: auto;
	-webkit-text-size-adjust: 100%;
}

_:lang(x)::-ms-backdrop, body {
	font-family: Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

/* --------
  汎用クラス
-------- */

.clr:after, .cols:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/* --------
  デフォルト
-------- */

html {
	font-size: 62.5%;
}

body {
	font-size: 16px;
	font-size: 1.6rem;
}

img {
	max-width: 100%;
}

a {
	outline: none;
	color: #000;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

/* --------
  共通レイアウト
-------- */

.inner {
	margin: 0 auto;
	max-width: 900px;
}

.container {
	position: relative;
	overflow: hidden;
	min-width: 320px;
}

.container:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 50%;
	background-color: #f4f4f4;
	content: "";
}

header.top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	margin-bottom: 30px;
	padding: 10px 10px 0px 12px;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

header.top .asahi {
	width: 90px;
}

header.top .info > p {
	margin-bottom: 12px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

header.top .info .sns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	-ms-flex-align: center;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

header.top .info .sns > p {
	font-weight: 600;
	font-size: 14px;
	font-size: 1.4rem;
}

header.top .info .sns > div {
	margin-left: 5px;
	width: 25px;
	line-height: 0;
}

.pagetop {
	position: fixed;
	right: 30px;
	bottom: 50px;
	display: none;
	width: 40px;
	cursor: pointer;
}

footer {
	padding: 30px 20px;
	background-color: #57a90f;
	text-align: center;
	line-height: 1.6;
}

footer small {
	display: block;
	color: #fff;
	font-size: 10px;
	font-size: 1rem;
}

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

.mainimg {
	margin-bottom: 40px;
}

.mainimg .bg {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 50px;
	padding: 4px 8px;
	height: 500px;
	background: url(../img/mainimg.jpg) 50% 50% no-repeat;
	background-size: cover;
	color: #fff;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
}

.mainimg h1 {
	margin-top: -137px;
}

.mainimg h1 img {
	width: 710px;
}

.lead {
	margin-bottom: 100px;
}

.lead .illust {
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
}

.lead .illust img {
	width: 542px;
}

.lead .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	font-weight: bold;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.lead .flex .txt {
	width: 560px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.2;
}

.lead .flex .img {
	width: 300px;
}

.midtown {
	margin-bottom: 100px;
}

.program .title {
	margin-bottom: 48px;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	font-size: 3.6rem;
}

.program article {
	position: relative;
	margin-bottom: 100px;
	padding-bottom: 80px;
	background-color: #eff3c8;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.program article.close {
	padding-bottom: 160px;
	background-color: #fff;
}

.program article.close a .btn-toggle {
	padding: 60px 50px;
}

.program article a {
	display: block;
	background-color: #eff3c8;
	cursor: pointer;
}

.program article a:hover {
	opacity: 1;
}

.program article a:hover .article-header figure img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.program article a:hover .btn-toggle {
	opacity: .8;
}

.program article .article-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	background-color: #57a90f;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.program article .article-header figure {
	overflow: hidden;
	width: 50%;
}

.program article .article-header figure img {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.program article .article-header .txt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 30px 30px 50px;
	width: 50%;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.program article .article-header .txt .ttl > small {
	display: block;
	display: inline-block;
	padding: 2px 8px;
	background-color: #fff;
	color: #57a90f;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}

.program article .article-header .txt .ttl h2 {
	margin-top: 15px;
	font-size: 24px;
	font-size: 2.4rem;
}

.program article .article-header .txt .ttl h2 small {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
}

.program article .article-header .txt .name {
	margin-top: 18px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
}

.program article .article-header .txt .name small {
	display: block;
	font-weight: normal;
}

.program article .article-header .txt .name strong {
	font-size: 18px;
	font-size: 1.8rem;
}

.program article .btn-toggle {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px 50px;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.program article .btn-toggle span {
	display: inline-block;
	padding: 6px 8px;
	width: 130px;
	background-color: #57a90f;
	color: #fff;
	font-weight: bold;
}

.program article .article-body {
	background-color: #fff;
}

.program article .article-body .article-body-inner {
	display: none;
	padding: 85px 50px 0;
}

.program article .article-body .article-body-inner h3 {
	margin-bottom: 1.2em;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
}

.program article .article-body .article-body-inner p {
	margin-bottom: 4em;
}

.program article .article-body .article-body-inner p:last-child {
	margin-bottom: 0;
}

.program article .article-body .article-body-inner p em {
	color: #57a90f;
	font-weight: bold;
}

.program article .article-body .article-body-inner p small {
	font-size: 12px;
	font-size: 1.2rem;
}

.program article .article-body .article-body-inner .img {
	margin-bottom: 4em;
	text-align: center;
}

.program article .article-body .article-body-inner .img:last-child {
	margin-bottom: 0;
}

.program article .article-body .article-body-inner .img strong {
	display: block;
	margin-bottom: 1.8em;
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
}

.program article .article-body .article-body-inner .img figure {
	display: inline-block;
	text-align: left;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.program article .article-body .article-body-inner .img figure figcaption {
	margin-top: 4px;
}

.program article .article-body .article-body-inner .acp {
	margin-bottom: 4em;
	padding: 50px;
	background-color: #eff3c8;
}

.program article .article-body .article-body-inner .acp .ttl {
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.6;
}

.program article .article-body .article-body-inner .acp .ttl span {
	display: inline-block;
	background: white;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #fff100), color-stop(40%, rgba(255, 241, 0, 0)), to(rgba(255, 241, 0, 0)));
	background: -webkit-linear-gradient(bottom, #fff100 40%, rgba(255, 241, 0, 0) 40%, rgba(255, 241, 0, 0) 100%);
	background: -o-linear-gradient(bottom, #fff100 40%, rgba(255, 241, 0, 0) 40%, rgba(255, 241, 0, 0) 100%);
	background: linear-gradient(0deg, #fff100 40%, rgba(255, 241, 0, 0) 40%, rgba(255, 241, 0, 0) 100%);
	color: #57a90f;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

.program article .article-body .article-body-inner .acp p {
	font-size: 14px;
	font-size: 1.4rem;
}

.program article .article-body .article-body-inner .acp .point {
	padding: 25px;
	background-color: #fff;
}

.program article .article-body .article-body-inner .acp .point .ttl2 {
	margin-top: -40px;
	margin-bottom: 20px;
	margin-left: -75px;
	padding: 4px 10px 4px 75px;
	width: 200px;
	background-color: #57a90f;
	color: #fff;
	font-weight: bold;
}

.program article .article-body .article-body-inner .acp .point ul li {
	margin-bottom: 4px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
	font-size: 1.4rem;

	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.program article .article-body .article-body-inner .acp .point ul li strong {
	font-weight: bold;
}

.program article .article-body .article-body-inner .acp .point small {
	display: block;
	text-align: right;
	text-align: right;
	font-size: 12px;
	font-size: 1.2rem;
}

.program article.program-3 .article-header .txt .name small {
	margin-top: 4px;
}

.bnrs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	margin-bottom: 100px;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.bnrs > div {
	width: 50%;
}

.bnrs > div a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	margin: 0 auto;
	width: 300px;
	height: 250px;
	text-align: center;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.bnrs > div a.bsasahi {
	background-color: #eff3c8;
}

.bnrs > div a.bsasahi img {
	margin-bottom: 6px;
	padding: 20px 10px 0;
	width: 149px;
}

.bnrs > div a.bsasahi > p {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	width: 100%;
	color: #57a90f;
	word-break: break-all;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}

.bnrs > div a.bsasahi > p small {
	display: block;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
}

.bnrs > div a.bsasahi > small {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
	font-size: 1.2rem;
}

.bnrs > div a.bsasahi .day {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 10px;
	width: 100%;
	background-color: #57a90f;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
}

.about {
	margin-bottom: 120px;
	padding: 46px 50px 60px;
	background-color: #fff;
}

.about .ttl {
	margin-bottom: 28px;
	text-align: center;
}

.about .ttl img {
	width: 224px;
}

.about .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	margin-bottom: 40px;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.about .flex .txt {
	width: 520px;
	font-size: 14px;
	font-size: 1.4rem;
}

.about .flex .img {
	width: 240px;
	text-align: center;
}

.about .flex .img figure img {
	width: 150px;
}

.about .flex .img figure figcaption {
	margin-top: 8px;
	font-size: 12px;
	font-size: 1.2rem;
}

.about .btn {
	text-align: center;
}

.about .btn a {
	position: relative;
	display: inline-block;
	padding: 5px;
	width: 230px;
	background-color: #57a90f;
	color: #fff;
	font-weight: bold;
}

.about .btn a:after {
	position: absolute;
	top: 5px;
	right: 4px;
	display: block;
	width: 15px;
	height: 10px;
	background: url(../img/icn-blank.png) 0 0 no-repeat;
	background-size: contain;
	content: "";
}

@media all and (min-width: 759px) {
	.forsp {
		display: none;
	}

	a:hover {
		opacity: .7;
	}

	.program article.program-2 .article-header {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;

		-webkit-box-direction: reverse;
		-webkit-box-orient: horizontal;
	}
}

@media all and (max-width: 758px) {
	.forpc {
		display: none;
	}

	.inner {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px;
	}

	header.top {
		margin-bottom: 15px;
		padding: 10px 6px 0px 10px;
	}

	header.top .asahi {
		padding: 6px 4px;
		width: 74px;
	}

	header.top .info > p {
		margin-bottom: 15px;
		font-size: 1rem;
	}

	header.top .info .sns > p {
		font-size: 1.2rem;
	}

	header.top .info .sns > div {
		width: 23px;
	}

	.pagetop {
		right: 10px;
		bottom: 65px;
	}

	footer {
		padding: 20px 20px;
	}

	footer small {
		font-size: .9rem;
	}

	.mainimg .bg {
		margin: 0 -10px 30px;
		height: 246px;
		background-position: 40% 50%;
		background-size: 130% auto;
		font-size: .9rem;
	}

	.mainimg h1 {
		margin-top: -100px;
	}

	.lead {
		margin-bottom: 50px;
	}

	.lead .illust {
		margin-bottom: 15px;
	}

	.lead .illust img {
		width: 320px;
	}

	.lead .flex {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;

		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	.lead .flex .txt {
		margin-bottom: 40px;
		max-width: 100%;
		line-height: 1.9;
	}

	.midtown {
		margin: 0 -10px 50px;
	}

	.program .title {
		font-size: 3rem;
	}

	.program article.close {
		padding-bottom: 120px;
	}

	.program article.close a .btn-toggle {
		padding: 40px 50px;
	}

	.program article {
		margin-bottom: 50px;
	}

	.program article .article-header {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	.program article .article-header figure {
		width: 100%;
	}

	.program article .article-header .txt {
		padding: 20px 12px;
		width: 100%;
	}

	.program article .article-header .txt .ttl > small {
		font-size: 1.7rem;
	}

	.program article .article-header .txt .ttl h2 {
		font-size: 2.3rem;
	}

	.program article .article-header .txt .ttl h2 small {
		font-size: 1.7rem;
	}

	.program article .article-header .txt .name strong {
		font-size: 1.7rem;
	}

	.program article .article-body .article-body-inner {
		padding: 40px 20px 0;
	}

	.program article .article-body .article-body-inner h3 {
		font-size: 2.1rem;
	}

	.program article .article-body .article-body-inner p {
		margin-bottom: 3em;
	}

	.program article .article-body .article-body-inner .img {
		margin-bottom: 3em;
	}

	.program article .article-body .article-body-inner .img strong {
		font-size: 1.5rem;
	}

	.program article .article-body .article-body-inner .img figure {
		font-size: 1.1rem;
	}

	.program article .article-body .article-body-inner .acp {
		padding: 15px;
	}

	.program article .article-body .article-body-inner .acp .ttl {
		margin-bottom: 20px;
	}

	.program article .article-body .article-body-inner .acp .point {
		padding: 15px;
	}

	.program article .article-body .article-body-inner .acp .point .ttl2 {
		margin-bottom: 15px;
		margin-left: -30px;
		padding-left: 20px;
	}

	.bnrs {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 50px;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	.bnrs > div {
		width: 100%;
	}

	.bnrs > div a.bsasahi {
		margin-bottom: 50px;
	}

	.bnrs > div a.bsasahi > p {
		font-size: 2.2rem;
	}

	.bnrs > div a.bsasahi .day {
		font-size: 1.7rem;
	}

	.about {
		margin-bottom: 60px;
		padding: 40px 15px;
	}

	.about .ttl img {
		width: 188px;
	}

	.about .flex {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 30px;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	.about .flex .txt {
		margin-bottom: 40px;
		width: 100%;
	}

	.about .flex .img {
		margin-bottom: 15px;
		width: 100%;
	}
}
