@charset "utf-8";

#wrap {
	padding-bottom: 30px;
}

#wrap_l {
	width: 280px;
	order: 1;
}

#wrap_r {
	width: 810px;
	order: 2;
	position: relative;
}

@media screen and (max-width:768px) {

#wrap {
	padding-bottom: 15px;
}

#wrap_l {
	width: 100%;
}

#wrap_r {
	width: 100%;
}

}


/***** 見出し *****/

/* ページタイトル */
#page_ttl {
	margin-bottom: 20px;
	padding: 25px;
	color: #003686;
	background: #fffabc;
	border-radius: 5px;
}
#page_ttl h2 {
	font-size: 2.8rem;
	font-weight: 600;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.06em;
	background: url("../images/smileicon.svg") no-repeat left center;
	padding-left: 6.5%;
	background-size: 5%;
    line-height: 1.6em;
}

/* 見出し */
.ttl {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 2rem;
	font-weight: 500;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #003686;
	border-radius: 4px;
}
.caption {
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	border-left: 4px dotted;
	border-color: var(--point-color);
}
.sub_caption {
	margin: 0 0 6px;
	font-weight: bold;
	color: var(--point-color);
}
.sub_caption2 {
	margin: 0 0 10px;
	font-weight: bold;
	color: var(--point-color);
	background: #ebebeb;
	padding: 1.5% 2.5%;
}


@media screen and (max-width:768px) {
	#page_ttl {
		margin: 0 10px 10px 10px;
		padding: 10px 20px;
	}	
	#page_ttl h2 {
		font-size: 1.9rem;
		text-align: center;
		background: none;
        line-height: 1.4em;
		padding-left: 0;
	}
	#page_ttl h2:before {
		content: '';
        display: inline-block;
        width: 27px;
        height: 27px;
        background: url("../images/smileicon.svg") no-repeat left center;
        background-size: contain;
        vertical-align: middle;
		margin-bottom: 5px;
		margin-right: 7px;
	}
	.cate_ttl {
		margin-bottom: 15px;
		padding: 10px;
	font-size: 2rem;
	}
	.ttl {
		margin-bottom: 15px;
		/*padding-bottom: 5px;*/
	font-size: 1.8rem;
	}
	.caption {
		padding-left: 7px;
	font-size: 1.6rem;
	}
	.sub_caption {
		margin: 15px 0 7px;
	}
}

/***** ボックス *****/
#contents {
	padding: 0 15px 0 5px;
}
#column {
	min-height: 740px;
	height: auto !important;
	height: 1000px;
	padding: 30px;
	background-color: #fff;
	border-radius: 5px;
}
#under {
	margin: 100px 0 0 100px;
}
.inner {
	margin-bottom: 30px;
}
.inner_item {
	margin-bottom: 20px;
}
.inner .inner_item:last-child {
	margin-bottom: 0;
}
.box {
	margin: 20px 0;
	padding: 20px;
}
.box_bk_gry {
	background-color: #f5f5f5;
}
.box_bk_red {
	background-color: #ffecec;
}
.box_bd_red {
	border: #cc0000 2px solid;
}
.box_bd_green {
	border: var(--point-color) 2px solid;
}

@media screen and (max-width:768px) {
	#contents {
		padding: 0;
	}
	#column {
		min-height: auto;
		height: auto !important;
		margin: 0 10px;
		padding: 10px;
		box-shadow: none;
	}
	#under {
		margin: 100px 0;
		text-align: center;
	}
	.box {
		padding: 15px;
    }
}

/***** スマホテーブル *****/
@media screen and (max-width:768px) {
	.js-scrollable {
		overflow-x: scroll;
		width: 100%;
	}
}
/***** ページリンク *****/
.page_link {
	padding: 20px 20px 15px;
	display: flex;
	flex-wrap: wrap;
	background-color: #f5f5f5;
	border-radius: 5px;
}
.page_link li {
	margin: 0 20px 5px 0;
	padding-left: 15px;
	position: relative;
}
.page_link li::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid #d5b45c;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.page_link li a {
	font-size: 1.5rem;
	color: #000;
}
/***** 画像 *****/
.fig {
	margin-top: 20px;
	margin-bottom: 20px;
}
.inner > .fig:first-child, .inner_item > .fig:first-child {
	margin-top: 0;
}
.inner > .fig:last-child, .inner_item > .fig:last-child {
	margin-bottom: 0;
}
.fig_full {
	width: 100%;
}
.fig_full img {
	width: 100%;
}
.fig_half {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.fig_half img {
	width: 100%;
}
.fig_half a {
	transition: 0.5s;
}
.fig_half a:hover {
	opacity: 0.7;
}



/***** 会長挨拶 *****/
.greeting_ttl {
	margin: 50px 0 30px;
	padding: 15px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #99559f;
}
.greeting_fig img {
	width: 100%;
}
#greeting_box {
	width: 100%;
	height: 180px;
	margin-bottom: 30px;
	position: relative
}
#greeting_box h3 {
	font-size: 1.8rem;
	font-weight: bold;
}
#greeting_box dl {
	text-align: left;
	position: absolute;
	left: 170px;
}
#greeting_box dl strong {
	font-size: 1.8rem;
}
#greeting_box figure {
	width: 150px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#greeting_box figure img {
	width: 100%;
}
.greeting_com {
	line-height: 1.8;
}
@media screen and (max-width:768px) {
	.greeting_ttl {
		margin-bottom: 20px;
		padding: 10px;
		font-size: 1.8rem;
	}
	#greeting_box {
		height: auto;
		position: static;
	}
	#greeting_box dl {
		margin-top: 15px;
		text-align: center;
		position: static;
	}
	#greeting_box figure {
		margin: 20px auto 0;
		position: static;
	}
	.greeting_com {
		line-height: 1.7;
	}
}

/***** 開催概要 *****/
.general_dl {
	width: 100%;
	margin-bottom: 20px;
	display: table;
	border-bottom: 4px dotted;
	border-color: #d5d5d5;
}
.general_dl dt {
	width: 130px;
	padding-bottom: 20px;
	display: table-cell;
	color: #003686;
	font-size: 1.7rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
}
.general_dl dd {
	padding: 0 0 20px 20px;
	display: table-cell;
}

@media screen and (max-width:768px) {
	.general_dl {
		margin-bottom: 15px;
		display: block;
	}
	#contents_in .general_dl:nth-last-child(1) {
		margin-bottom: 0;
	}
	.general_dl dt {
		width: 100%;
		margin-bottom: 0;
		padding: 0 0 7px;
		display: block;
	}
	.general_dl dd {
		padding: 0 0 10px 0;
		display: block;
		border: none;
	}
}




/***** 協賛申込 *****/
.sponsor_tb {
	width: 100%;
}
.sponsor_tb th {
	padding: 10px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	color: #fff;
	border: #ddd 1px solid;
	background-color: var(--base-color);
}
.sponsor_tb td {
	padding: 10px;
	font-size: 1.5rem;
	border: #ddd 1px solid;
}
.sponsor_tb tr td:nth-child(1) {
	font-weight: 500;
}
.sponsor_tb tr td:nth-child(2) {
	font-weight: 500;
}
.sponsor_tb tr td:nth-child(3) {
	font-weight: 500;
	text-align: center;
}
.sponsor_tb tr td:nth-child(4) {
	width: 20%;
	text-align: center;
}
.sponsor_tb .sponsor_tb_btn a {
	padding: 3px 0;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-color: var(--point-color);
	display: block;
	border: 1px solid;
	border-color: var(--point-color);
	transition: 0.5s;
	border-radius: 20px;
}
.sponsor_tb .sponsor_tb_btn a:hover {
	color: var(--point-color);
	background-color: #fff;
}
.company_icon {
	margin-right: 5px;
	padding: 3px 8px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #7f3585;
	background-color: #fff7a4;
}
@media screen and (max-width:768px) {
	.sponsor_tb {
		width: 800px;
	}
	.sponsor_tb tr td:nth-child(1) {
		width: 18%;
	}
	.sponsor_tb tr td:nth-child(4) {
		width: 16%;
	}
	.sponsor_tb .sponsor_tb_btn a {
		padding: 5px 0;
	}
}



/***** 宿泊のご案内 *****/
.accommodation_tb {
	width: 100%;
}
.accommodation_tb th {
	padding: 10px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	color: #fff;
	border: #ddd 1px solid;
	background-color: var(--base-color);
}
.accommodation_tb td {
	padding: 10px;
	font-size: 1.5rem;
	border: #ddd 1px solid;
}
.accommodation_tb tr td:nth-child(1) {
	font-weight: 500;
}
.accommodation_tb tr td:nth-child(2) {
	font-weight: 500;
}
.accommodation_tb tr td:nth-child(3) {
	font-weight: 500;
}
.accommodation_tb tr td:nth-child(4) {
	font-weight: 500;
}
.accommodation_tb .accommodation_tb_btn a {
	padding: 3px 0;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-color: var(--point-color);
	display: block;
	border: 1px solid;
	border-color: var(--point-color);
	transition: 0.5s;
	border-radius: 20px;
}
.accommodation_tb .accommodation_tb_btn a:hover {
	color: var(--point-color);
	background-color: #fff;
}
@media screen and (max-width:768px) {
	.accommodation_tb {
		width: 800px;
	}
	.accommodation_tb tr td:nth-child(1) {
	}
	.accommodation_tb tr td:nth-child(4) {
	}
	.accommodation_tb .accommodation_tb_btn a {
		padding: 5px 0;
	}
}



/***** リンク *****/
.link_dl dt {
	padding-left: 15px;
	font-weight: bold;
	position: relative;
}
.link_dl dt::before {
	content: "";
	display: inline-block;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent;
	border-left-color: var(--point-color); 
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.link_dl dd {
	margin: 5px 0 20px;
	padding: 0 0 20px 20px;
	border-bottom: #603b6c 1px dotted;
}

@media screen and (max-width:768px) {
	.link_dl dt {
		padding-left: 15px;
	}
	
	.link_dl dt::before {
		border-width: 4px 0 4px 7px;
	}	
	.link_dl dd {
		margin: 5px 0 15px;
		padding: 0 0 15px 15px;
		border-bottom: #603b6c 1px dotted;
	}
	.link_dl dd:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
}
