@charset "utf-8";

/* ---------------------------------------------------------------------------
 * RESET STYLE
--------------------------------------------------------------------------- */
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------------------------------------------------------------------------
 * COMMON
--------------------------------------------------------------------------- */
body {
	min-width: inherit;
	color: #333;
	/*font-family: 'Roboto','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシッ
	ク','Osaka',sans-serif;*/
	font-family: 'Roboto','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','Osaka',sans-serif;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
a:link {
	color: #d6660b;
	text-decoration: underline;
}
a:visited{
	color: #d6660b;
}
a:hover {
	text-decoration: none;
}
b{
	font-weight: bold;
}
@media screen and (max-width:640px) {
	.onlyPC{
		display: none !important;
	}
	.onlySP{
		display: block;
	}
}
@media screen and (min-width:641px) {
	.onlyPC{
		display: block;
	}
	.onlySP{
		display: none !important;
	}
}


/* ---------------------------------------------------------------------------
 * main
--------------------------------------------------------------------------- */
.arbc_main{
	padding: 0 0 40px 0;
	background: #e1f1de;
}
.main{
	padding: 30px 0 60px;
	background: url(../img/bg.jpg) no-repeat top center;
	background-size: cover;
	overflow: hidden;
	text-align: center;
	position: relative;
}
/*.main::before{
	content: "";
	width: 200%;
	height: 300%;
	background: url(../img/bg_main.png);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-30deg);
}*/
.main .main_logo{
	width: 90%;
	max-width: 802px;
	margin: 0 auto;
	/*position: relative;*/
}
@media screen and (min-width:641px) {
	.arbc_main{
		padding: 0 0 60px 0;
	}
	.main{
		padding: 60px 0 120px;
	}
}
@media screen and (min-width:1000px) {
	.main .main_logo{
		width: 94%;
		max-width: 1000px;
	}
}

/* box
------------------------------------ */
.box{
	width: 94%;
	max-width: 1000px;
	padding: 1.5em 1em 1em ;
	margin: 0 auto 2em;
	background: #fff;
	position: relative;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgb(0 0 0 / 5%);
	line-height: 1.8;
}
.box:last-child{
	margin-bottom: 0;
}
.box_ttl{
	padding: 0.5em 0.5em 0.5em 0.75em;
	margin-bottom: 0.5em;
	position: relative;
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.3;
}
.box_ttl::before{
	content: "";
	width: 5px;
	height: 70%;
	background: #3ab24f;
	border-radius: 5px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.box_txt{
	font-size: 0.937rem;
}
.box_txt p + p{
	margin-top: 1em;
}
.box a{
	display: inline-block;
	line-height: 1.3;
}
@media screen and (min-width:641px) {
	.box {
		padding: 2em;
		margin: 0 auto 3em;
	}
	.box_ttl {
		font-size: 1.375em;
	}
	.box_txt {
		font-size: 1rem;
	}
}

.thema{
	white-space: pre;
}
.thema::before{
	content: "テーマ";
	display: inline-block;
	border: #008bd3 solid 1px;
	padding: 0.05em 0.7em;
	margin-right: 0.3em;
	color: #008bd3;
	font-size: 0.875em;
	font-weight: bold;
	border-radius: 15px;
}

/* lead
------------------------------------ */
.lead{
	margin-top: -30px;
}
.lead_ttl{
	color: #008bd3;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3;
}
.lead_ttl span,
.lead_txt span{
	display: inline-block;
}
.lead_txt_02{
	font-size: 1em;
	text-align: left;
}
@media screen and (min-width:1000px) {
	.lead_txt_02{
		font-size: 1.2em;
		text-align: center !important;
	}
}
@media screen and (min-width:640px) {
	.lead{
		margin-top: -60px;
	}
	.lead_ttl{
		font-size: 1.8em;
		text-align: center;
	}
	.lead_txt{
		/*text-align: center;*/
	}
}

/* bg_gray
------------------------------------ */
.bg_gray{
	padding: 1em;
	background: #f1f1f1;
}
.bg_gray span{
	/*padding-left: 2em;*/
	display: inline-block;
	/*text-indent: -2em;*/
}
@media screen and (min-width:640px) {
	.bg_gray{
		padding: 1em 1.25em;
	}
}

/* list
------------------------------------ */
.wrap_list {
	margin-bottom: 1em;
}
p + .wrap_list {
	margin-top: 1em;
}
.wrap_list:last-child {
	margin-bottom: 0;
}
.wrap_list li{
	padding-left: 1em;
	margin-bottom: 0.5em;
	font-size: 0.937em;
	text-indent: -1em;
	line-height: 1.3;
}
.wrap_list li:last-child{
	margin-bottom: 0;
}

/* table
------------------------------------ */
table{
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	border-collapse: collapse;
}
th{
	padding: 0.75em 0.5em;
	background: #3ab24f;
	border: 1px solid #ccc;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.125em;
	font-weight: bold;
	text-align: left;
	line-height: 1.3;
	vertical-align: middle;
}
td{
	padding: 0.75em 0.5em;
	background: #fff;
	border: 1px solid #ccc;
	line-height: 1.3;
	vertical-align: middle;
}
td span{
	display: inline-block;
}
td:first-child{
	background: #f8f8f8;
	width: 50%;
}
.define_table th{
	width: 25%;
}
.schedule_table th{
	width: calc(100% - 4em / 2);
}
.schedule_table th:first-child{
	width: 4em;
}
@media screen and (max-width:640px) {
	.define_table th,
	.define_table td{
		width: 100%;
		display: block;
		box-sizing: border-box;
		border-bottom: none;
	}
	.define_table tr:last-child td{
		border-bottom: 1px solid #ccc;
	}
}
@media screen and (min-width:641px) {
	.define_table th{
		width: 25%;
	}
	.define_table dd{
		width: 75%;
	}
	th,td{
		padding: 0.75em 1em;
	}
	.schedule_table th{
		width: 50%;
	}
}


/* font
------------------------------------ */
sup{
	position: relative;
	top: -0.3em;
	font-size: 0.75em;
}
.fc_red{
	color: #e50000;
	font-size: 1.125em;
	font-weight: bold;
}
.fc_orn{
	color: #ea5e00;
	font-size: 1.125em;
	font-weight: bold;
}
.fc_bl{
	color: #d6660b;
	font-size: 1.125em;
	font-weight: bold;
}
.fs_up{
	font-size: 1.06em;
}
.fs_small{
	font-size: 0.9em;
}
.ta_center{
	text-align: center;
}
.week{
	margin: 0 -0.4em;
	display: inline-block;
}

/* btn
------------------------------------ */
.wrap_btn{
	width: 90%;
	max-width: 350px;
	margin: 0 auto 0.5em;
}
.wrap_btn:last-child{
	/*margin-bottom: 0;*/
}
.wrap_btn.btn_large{
	width: 100%;
	max-width: 660px;
	font-size: 1.125em;
}
.wrap_btn span{
	display: inline-block;
}
a.btn_general{
	padding: 1.5em 1.5em 1.5em 0.5em;
	background: #3ab24f;
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
	color: #fff;
	font-size: 1.125em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
	transition: .3s;
}
a.btn_general::before {
	content: '';
	width: 0.5em;
	height: 0.5em;
	margin-top: -0.3em;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 1em;
}
a.btn_gene2{
	background: #e56700;
}
a.btn_general.no_btn{
	background: #e5e5e5;
	color: #333;
	pointer-events: none;
}
a.btn_general.no_btn::before{
	content: none;
}
a.btn_general span{
	display: inline-block;
}
@media screen and (min-width:640px) {
	a.btn_general{
		padding: 1em 1.5em 1em 0.5em;
		font-size: 1.25em;
	}
}
@media screen and (min-width:1000px) {
	.btn_general:hover {
		opacity: 0.6;
	}
}

/* box_program
------------------------------------ */
.box_program{
	padding: 15px;
	margin: 30px auto;
	background: #f5eed8;
	border-radius: 10px;
	line-height: 1.2;
}
.box_program dl + dl{
	margin-top: 20px;
}
.box_program dt{
	padding: 0.5em;
	margin-bottom: 15px;
	background: #77b85e;
	color: #fff;
	font-size: 1.125em;
	font-weight: bold;
}
.box_program dt span{
	font-size: 0.75em;
}
.box_program .box_ttl{
	margin-top: -0.5em;
}
.box_program .sttl{
	margin-bottom: 1em;
	font-size: 1.125em;
	font-weight: bold;
}
.program_grid{
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}
.program_item{
	margin-bottom: 20px;
	display: flex;
}
.program_item:last-child{
	margin-bottom: 0;
}
.program_item .txt{
	width: 100%;
}
.program_item .txt p + p{
	margin-top: 0.5em;
}
.program_item .txt.ti{
	padding-left: 1em;
	text-indent: -1em;
}
.program_item .txt.ti p:not(.ttl){
	text-indent: 0;
}
.program_item .txt .ttl{
	font-weight: bold;
}
.program_item .txt .ttl span{
	margin-left: 0.25em;
	font-size: 0.8em;
}
.program_item .img{
	width: 20%;
	max-width: 85px;
	margin-left: 5%;
	flex-shrink: 0;
}
.program_item .img.logo{
	width: 30%;
	max-width: 130px;
	margin-left: 3%;
	flex-shrink: 0;
}
.program_item .img img{
	border-radius: 5px;
}
.program_item .img.logo img{
	border-radius: 0 !important;
}
.program_item .img p{
	margin-top: 0.5em;
	text-align: center;
	font-size: 0.75em;
}
@media screen and (min-width:640px) {
	.box_program dt{
		font-size: 1.25em;
	}
	.program_item .txt{
		font-size: 1.125em;
	}
}
@media screen and (min-width:1000px) {
	.box_program{
		padding: 30px;
	}
	.program_grid{
		justify-content: space-between;
		flex-direction: inherit;
		column-gap: 2%;
	}
	.program_grid_inner{
		width: 48%;
	}
}


/* ---------------------------------------------------------------------------
 * footer
--------------------------------------------------------------------------- */
.arbc_footer{
	padding: 2em 0;
	background: #222;
	color: #fff;
	line-height: 1.3;
}
.arbc_footer_inner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.footer_copyright{
	color: #999;
	font-size: 0.75em;
	text-align: center;
}

/* テキストスタイル
---------------------------------------- */
.txtBold{
	font-weight: bold;
}
.txtSSS{
	font-size: 0.625em !important;
}
.txtSS{
	font-size: 0.75em !important;
}
.txtS{
	font-size: 0.875em !important;
}
.txtL{
	font-size: 1.125em !important;
	font-weight: bold;
	line-height: 1.4;
}
.txtLL{
	font-size: 1.25em !important;
	font-weight: bold;
	line-height: 1.4;
}
.txtCenter{
	text-align: center !important;
}
.ls-01{
	letter-spacing: -0.1em !important;
}
.ls-02{
	letter-spacing: -0.2em !important;
}
.ls-03{
	letter-spacing: -0.3em !important;
}
.ti-05{
	text-indent: -0.5em !important;
}
.pb0{
	padding-bottom: 0 !important;
}
.mt15{
	margin-top: 15px !important;
}
.mt30{
	margin-top: 30px !important;
}
.mb0{
	margin-bottom: 0px !important;
}
.mb15{
	margin-bottom: 15px !important;
}
.mb30{
	margin-bottom: 30px !important;
}

/* bnr
------------------------------------ */
.bnr_list{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

/* end_txt
---------------------------------------- */
.end_txt{
	width: 90%;
	max-width: 1000px;
	background: #333;
	margin: 30px auto 0;
	text-align: center;
}
.end_txt p{
	padding: 1em;
	display: inline-block;
	color: #fff;
	font-weight: bold;
}
@media only screen and (min-width: 640px) {
	.end_txt{
		margin: 50px auto 0;
	}
	.end_txt p{
		font-size: 1.25em;
	}
}

/* Google Map
---------------------------------------- */
.map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%; /* 比率を4:3に固定 */
  }
  .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

  /* box_gry
---------------------------------------- */
.box_gry{
	max-width: 400px;
	padding: 1em;
	margin: 30px auto;
	background: #f8f8f8;
	border: 1px solid #ccc;
}
.box_gry p{
	text-align: center;
}