@charset "utf-8";
/* CSS Document */



@media print {
/* 全体の横幅を固定 */
.header-inner, .footer-inner, .pickup, .section, .notice, .kenchiku-cpd, .progmap {
	margin-left: auto;
	margin-right: auto;
}
.footmenu {
	margin-left: auto;
	margin-right: auto;
}

}

body {
	font-family: 'メイリオ' ,'Hiragino Kaku Gothic Pro', sans-serif;
	margin: 0;
	background-size: 100% auto;
	line-height: 1.4;
	font-size: 100%;
}
img {
	border: none;
	vertical-align: middle;
}

.moji-img {
	width: 14px;
	margin-bottom: 3px;

}


/* ヘッダー */
.header {
    background-image: url(../image/2025-back.webp);
}
.header-inner {}

/* フッター */
.footer {
    background-color: #393838;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
}


/* ピックアップ（プログラム） */
.pickup {
	padding-top: 2%;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 2%;
	clear: both;

}


/* BOXの上下 */
.pickup-1, .pickup-2, .pickup-3 {


}
.section {
    padding-bottom: 25px;
    padding-left: 0.5%;
    padding-right: 0.5%;
    /* [disabled]position: relative; */
    width: 98%;
    clear: both;
}
.section:after {
	content: "";
	display: block;
	clear: both;
}


.header-inner h1 {
    margin: 0;
    text-align: center;

}
.header-inner img {
    max-width: 820px;
}


/* 会期・会場 */

.kaikikaijyo {display: none;}

.sitetitle {
	position: absolute;
	top: 8px;
	left: 15px;
	width: 90%;
}
.sitekaiki {
	position: absolute;
	bottom: 8px;
	left: 15px;
	width: 90%;
}
.sitekaijyo {
	position: absolute;
	bottom: 7%;
	right: 5%;
	width: 44%;
}

/* ヘッダー画像 */
.topimg {
	height: auto;
	vertical-align: bottom;
	max-width: 100%;
}
/* ヘッダー画像にサイトトップ画像（タイトル・会期・会場）を重ねる */
.sitetitle {
	position: absolute;
	top: 8px;
	left: 15px;
	width: 90%;
}
.sitekaiki {
	position: absolute;
	bottom: 8px;
	left: 15px;
	width: 90%;
}
.sitekaijyo {
	position: absolute;
	bottom: 7%;
	right: 5%;
	width: 44%;
}



/* テキスト */
.txt-80 {
	font-size: 80%;
}
.txt-90 {
	font-size: 90%;
}
.spot {
	color: #E90000;
	font-weight: bold;
}
.spotblue {
    color: #233ced;
    font-weight: bold;
}
.spotpurple {
	color: #0E1F82;
	font-weight: bold;
}
.txt-spot {
	color: #E90000;
}
.txtunder {
	text-decoration: underline;
}
/* 概要 */
.gaiyou a {
	display: block;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}
.gaiyou a:hover {
	opacity: 0.8;
}
.gaiyou i {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 28px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.gaiyou .S01 {
	background-color: #006cb7;
}
.gaiyou .S02 {
	background-color: #4ca635;
}
.gaiyou .S03 {
	background-color: #229867;
}
.gaiyou h1 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 22px;
	font-weight: normal;
}
.gaiyou p {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #524e3c;
	font-size: 23px;
}


/* 連絡事項（HOME,お申込み） */
.notice {
	color: #E70003;
	font-size: 20px;
	text-align: center;
	padding: 1% 0;
	font-weight: bold;
	margin-top: 1%;
	margin-bottom: 1%;
	background-color: #FFF7B1;
}
.shimekiri {
	background-color: #E13F0A !important
}

.none-box {
	display: none;
}




/* トグルボタン */
#menubtn {	display: none;}

/* トグルボタン（セッション1-3非表示） */
#menu ul .sp {	display: none;}

/* ナビゲーション（横並び） */
#menu {
    display: block !important;
    background-color: #78402c;
}
.menu ul {
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
    text-align: center;
    max-width: 1000px;
}
.menu li a {
    padding-top: 15px;
    padding-bottom: 10px;
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    border-right: 1px solid #eaccbc;
    text-align: center;
}
.menu li a:hover {
    background-color: #A74624;
    opacity: 1;
    filter: alpha(opacity=100);

}
.menu ul:after {
	content: "";
	display: block;
	clear: both
}
.menu li {
	float: left;
	width: 19.9%;
}


.header-nav {
    float: right;
    width: 100%;
    background-color: #FFFFFF;
    display: block;
    clear: both;
}

/* フッターメニュー（縦並び） */
.m01 {
	float: left;
	width: 32%;
}
.m02 {
	float: left;
	width: 30%;
}
.m03 {
	float: left;
	width: 30%;
}
/* pickup-1 pickup-2 pickup-3 を横に並べる設定 */
.pickup:after {
	content: "";
	display: block;
	clear: both
}
.pickup-1 {
	float: left;
	width: 33%;
}
.pickup-2 {
	float: left;
	width: 33%;
}
.pickup-3 {
	float: left;
	width: 33%;
}

/* section-1とsection-2を横に並べる設定 */
.section:after {content: "";
display: block;
clear: both;}

.section-1 {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* [disabled]position: absolute; */
	top: 10%;
	padding-top: 20px;
}
.section-1:after {
	content: "";
	display: block;
	clear: both;
}

.section-2 {
	float: none;
	width: 100%;
	/* [disabled]position: absolute; */
	/* [disabled]top: 0%; */
	display: none;
}
/* PC版PDFボタンの幅調整 */
.menu-pdf {
	width: 20% !important;
}
/* PC版PDFボタンの高さ調整 */
.menu-pdf a {
	padding: 17px 0 12px 0 !important;
	line-height: 100%;
}

.menu-head {
	border-left: 1px solid #becaec;
}



/* 全体の横幅を固定 */
.header-inner, .pickup, .section, .notice, .kenchiku-cpd, .progmap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}


/* footerリンク */
.footer p a {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
}
.footer p a:visited  {
}
.footer p a:hover {
	text-decoration: none;
}

/* 建築CPD情報提供制度 */
.kenchiku-cpd {
    text-align: center;
    border: 3px solid #0068b7;
    /* [disabled]font-size: 110%; */
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 1%;
}
.kenchiku-cpd > h2 {
	background-color: #0076a8;
	background-image: none;
	font-size: 130%;
	margin: 0 0 10px;
	line-height: 100%;
	padding: 10px 0;
	color: #FFFFFF;
}
.kenchiku-cpd > .txt-spot {
	color: #EF0003;
	font-weight: bold;
	font-size: 130%;
}
/* プログラムマップ */
.progmap {
    clear: both;
    text-align: center;
    padding-bottom: 30px;
}
/* 基本リンク */
a {
	margin: 0px;
	color: #0093e5;
}
a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-decoration: none;
	/*color: #70BAE2;*/
}

a:visited  {}

/* 合本申し込みボタン */
.gappon {
    margin: auto;
    clear: both;
    padding: 0 0 30px 0;
    text-align: center;
}
/* ########### 1000px以上 ########## */
@media (min-width: 1000px) {
.progmap {
    margin: auto;
    display: flex;
}
.gappon {
    display: flex;
	gap: 7px;
}
}
/* ########### 768px以下 ########## */
@media (max-width: 768px) {
.header-nav {
    display: none;
}
}
