@charset "UTF-8";

/* 全体のフォントサイズを大きくする最終的には114%にする */
.font_16{
	font-size: 107%
}
/* メニューのフォントサイズを大きくする最終的には92%にする */
#contents .main .title2 span {
	float:right;
	padding-right:15px;
	font-size:84%;
	font-weight:normal;
	color:#999999;
}

/* 2603 前売券　割引券
----------------------------------------------------------- */

.exh-mainbox .p-code {
	width:90px;				/* 表示の横幅 */
	height:45px;				/* 表示の縦幅 */
	border:solid 1px #00a5ad;			/*テーマカラー */
	text-align:center;			/* 文字揃え */
	color:#00a5ad;							/*テーマカラー */
	font-weight:bold;			/* 太さ */
	padding:15px;				/* パディング一括指定 */
	margin-bottom:15px;				/* 下マージン */
	margin-right:10px;				/* 右マージン */
}

.exh-mainbox .theme_color{
	color:#00a5ad;							/*テーマカラー */
}

/* 2602 見どころ
----------------------------------------------------------- */
.mr0 {
	margin-right: 0px !important;
}

.box-left {	
		display:block;
		float:left;
		width:450px;
	}

figure {
  inline-size: fit-content;
    max-inline-size: 100%;
	margin:0;
  margin-inline: auto;
}
h4.theme_2603 {
		display:inline-block;
		font-size:110%;	
	    border-radius: 1px;
		margin:0 0 100px 0;
		letter-spacing: 0.08rem;
		font-weight: bold;
}
h4.theme1_2603 {
		display:inline-block;
		font-size:110%;	
	    border-radius: 1px;
		padding:3px 8px 1px 10px;
		margin:0 0 25px 15px;
		letter-spacing: 0.08rem;
		font-weight: bold;
}
h4.theme2_2603 {
		display:block;
		font-size:110%;	
	    border-radius: 1px;
		padding:3px 8px 1px 10px;
		margin:0 0 25px 15px;
		letter-spacing: 0.08rem;
}
h4.theme2_2603 {
		font-size:120%;	
		margin:0 0 15px 15px;
		letter-spacing: 0.1rem;
}
h4.marker_bl {
background: linear-gradient(transparent 60%, #c0f7fa 60%);
		margin-bottom: 30px;
} 
.bg_main-theme {
	border: 1px solid #000000;
}
.bg_european {
	border: 2px solid #b28c3e;
}

.exh-box .works-title {
	margin:0 0 10px 0;
	line-height:170%;
	padding-left:15px;				/* 左パディング */
	padding-right:15px;				/* 左パディング */
	}
.exh-box .specification {
	font-size:75%;
	margin-bottom:20px;
}



/* 基本情報・割引券 */
/* 今だけのお得な割引 ここから */

#btn-flat-simple {
	position: relative;
	display: inline-block;
	padding: 6px 10px;
	text-decoration: none;
	color: #f1f0ef;
		background: #dc6c47;		/*テーマカラー */
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#btn-flat-simple:hover {
	background: #f1f0ef;
		color: #dc6c47;		/*テーマカラー */
}
/* 今だけのお得な割引 ここまで */

	
/* 出品作品 */

.corner_title_2602{
		font-size:120%;	
		font-family: serif;
		font-weight:bold;
		letter-spacing: 0.1rem;
}

/* 前期後期マークbefore　一部展示替えあり部分
----------------------------------------------------------- */
.zenki_b::before{
  	content: "　";
  	display:inline-block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg) skew(8deg, 8deg);
	border: 2px solid #5095cc; /* テーマカラー展覧会ごとに変える */
	box-sizing: border-box;
	position:  relative;        /* 位置調整 */
    top: 5px;                  /* 位置調整 */
    right: 7px;                  /* 位置調整 */
}
.kouki_b::before{
  	content: "　";
  	display:inline-block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg) skew(8deg, 8deg);
	background: #5095cc;/* テーマカラー展覧会ごとに変える */
	position:  relative;        /* 位置調整 */
    top: 5px;                  /* 位置調整 */
    right: 7px;                  /* 位置調整 */
}
/* 初公開マークafter　一部展示替えあり部分
----------------------------------------------------------- */
.hatu_b::after{
  	content: "〇";
	font-weight:bold;
	color:#5095cc;
	font-size:110%;	
}

/* 前期後期マークafter　リスト部分
----------------------------------------------------------- */
.zenki::after{
  	content: "　";
  	display: block;
	width: 9px;
	height: 9px;
	transform: rotate(45deg) skew(8deg, 8deg);
	border: 2px solid #5095cc;/* テーマカラー展覧会ごとに変える */
	box-sizing: border-box;
	margin:3px 3px 0 3px;
}
.kouki::after{
  	content: "　";
  	display: block;
	width: 9px;
	height: 9px;
	transform: rotate(45deg) skew(8deg, 8deg);
	background: #5095cc;/* テーマカラー展覧会ごとに変える */
	margin:3px 3px 0 3px;
}
/* 初公開マークafter　リスト部分
----------------------------------------------------------- */
.hatu::after{
  	content: "〇";
	font-weight:bold;
	color:#5095cc;
	padding-left:2px;
}
/* 前期後期マークbefore　一部展示替えあり部分 個別タイトル
----------------------------------------------------------- */
.zenki_c::before{
  	content: "　";
  	display:inline-block;
	width: 9px;
	height: 9px;
	transform: rotate(45deg) skew(8deg, 8deg);
	border: 2px solid #5095cc; /* テーマカラー展覧会ごとに変える */
	box-sizing: border-box;
	position:  relative;        /* 位置調整 */
    top: 4px;                  /* 位置調整 */
    right: 7px;                  /* 位置調整 */
}
.kouki_c::before{
  	content: "　";
  	display:inline-block;
	width: 9px;
	height: 9px;
	transform: rotate(45deg) skew(8deg, 8deg);
	background: #5095cc;/* テーマカラー展覧会ごとに変える */
	position:  relative;        /* 位置調整 */
    top: 4px;                  /* 位置調整 */
    right: 7px;                  /* 位置調整 */
}

.exh-box .en_theme {
		font-size:90%;
		letter-spacing:0.05em;
		}


/* 見どころ */
/* 右側のカラムの幅設定 */

.exh-box-right {
		width: 220px;
		}
/* 前期後期 */

.exh-box .terms_zenki {
		padding: 1px 3px 0px 2px;
		border: 2px solid #3a5e6e; 
		border-radius: 2px;
		letter-spacing : 0.1em;
	}
.exh-box .terms_kouki {
		padding: 1px 3px 0px 2px;
		border: 2px solid #b93a21; 
		border-radius: 2px;
		letter-spacing : 0.1em;
	}
.ex_box_2502 .hatsu,
.back_2502_im .hatsu {
	padding: 2px 4px 2px 5px;
	letter-spacing : 0.1em;
	border:1px solid  #454545;
	border-radius: 2px;
}
/* 解説左・画像2点レイアウト */
.ex_box_2603 {
	display: flex;
	width: 690px;
	justify-content: space-between;
	margin:0 auto 70px auto;
	align-items: flex-end;
}
.ex_box_2603 .text {
	width:230px;
	margin-left:0;
}


	/* 出品作品 見出しベタ背景色 */
	
	.bg_theme_bl {
		background: #dce9f4;
		display: inline-block;
		padding: 2px 15px 0 30px;
		width: 690px;
		margin:35px 0 5px 0;
	}
	.bg_theme_br {
		background: #f5edbe;
		display: inline-block;
		padding: 2px 15px 0 30px;
		width: 690px;
		margin:35px 0 5px 0;
	}
	.bg_theme_or {
		background: #f7dbc8;
		display: inline-block;
		padding: 2px 15px 0 15px;
		width: 690px;
		margin:35px 0 5px 0;
	}
	.bg_theme_go {
		background: #dbcaac;
		display: inline-block;
		padding: 2px 15px 0 15px;
		width: 690px;
		margin:35px 0 5px 0;
	}
	/* 出品作品 englishの文字間 調整*/
	.ex_list li a .english {
		letter-spacing: 0.03em;
	}
	.ex_list li.no-link .english {
		letter-spacing: 0.03em;
	}

.exh-box .ex_list .list_box {
	display:block;				/* 表示形式 */
	width: 275px;
	font-size:95%;			/*  フォントサイズ */
	line-height:1.2;			/* 行幅 */
	position:  relative;        /* 位置調整 */
    right: 8px;                  /* 位置調整 */
}
.exh-box .ex_list .list_box ul li {
	padding-top: 0.6em;
	padding-bottom:0.6em;				/* 下パディング */
}
.exh-box .list_box .box_1,
.exh-box .list_box .box_2 {
	display:block;
	float:left;
	width:50%;				/* 表示の横幅 */
}
.exh-box .ex_list .list_box .number_p {
	display:block;				/* 表示形式 */
	float:left;
}
.exh-box .ex_list .list_box .title_p {
	display:block;
	float:left;
}
.catch {
	font-weight:bold;
}
.ex_list li .number_wid40 {
	display:block;
	float:left;
	width:40px;
	padding-top:0.8em;
	font-size:85%;			/*  フォントサイズ */
}


.image-container {
  position: relative; /* 子要素の基準にする */
  display: inline-block; /* 画像の幅に合わせる */
  width: 100%; /* 必要に応じて調整 */
}

.image-container img {
	display:block;
  width: auto;
  height: auto;
  vertical-align: middle;
  margin:0 auto 140px auto;
}

/* コメント */
.caption1 {
  position: absolute; /* 親（.image-container）を基準に配置 */
  top: 40%; /* 上からの位置 */
  left: 28%; /* 左からの位置 */
  transform: translate(-50%, -50%); /* 中央になるよう微調整 */
  
  /* テキストのスタイル */
  padding: 10px 120px 5px 10px;
  font-size:85%;			/*  フォントサイズ */
  
  /* ラインの設定 */
  border-bottom: 2px solid #51bfb1; /* 下に線 */

}

.caption2 {
  position: absolute; /* 親（.image-container）を基準に配置 */
  top: -20%; /* 上からの位置 */
  right: 25%; /* 右からの位置 */
  transform: translate(50%, 50%); /* 中央になるよう微調整 */
  
  /* テキストのスタイル */
  padding: 10px 10px 5px 80px;
  font-weight: bold;
  
  /* ラインの設定 */
  border-bottom: 2px solid #51bfb1; /* 下に白い線 */
}


.heading1 {
  display: flex; /* 文字と線を横並び */
  position: absolute;
inset-block-start: -82px;
}
.heading1::after {
  background-color: #00a5ad; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 1px; /* 線の高さ */
  width: 80px; /* 線の長さ */
}
.heading1::after {
  transform: rotate(30deg); /* 傾ける */
    position: relative;
inset-block-start: 60px;
inset-inline-start:-15px;
}
.heading1 .p {
  display: block; /* 文字と線を横並び */
}
.heading2 {
  display: flex; /* 文字と線を横並び */
  position: absolute;
inset-block-start:230px;
}
.heading2::after {
  background-color: #00a5ad; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 1px; /* 線の高さ */
  width: 143px; /* 線の長さ */
}
.heading2::after {
  transform: rotate(-45deg); /* 傾ける */
    position: relative;
inset-block-start: -62px;
inset-inline-start:-190px;
}

.heading3 {
  display: flex; /* 文字と線を横並び */
  position: absolute;
inset-block-start:-65px;
inset-inline-start:380px;
	  width: 350px;
}
.heading3::before {
  background-color: #00a5ad; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 1px; /* 線の高さ */
  width: 270px; /* 線の長さ */
}
.heading3::before {

  transform: rotate(-20deg); /* 傾ける */
    position: relative;
inset-block-start: 50px;
inset-inline-start:0px;
}

.heading4 {
  display: flex; /* 文字と線を横並び */
  position: absolute;
inset-block-start:215px;
inset-inline-start:410px;
}
.heading4::before {
  background-color: #00a5ad; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 1px; /* 線の高さ */
  width: 70px; /* 線の長さ */
}
.heading4::before {

  transform: rotate(30deg); /* 傾ける */
    position: relative;
inset-block-start: -2px;
}
.image-container .caption {
	text-align:right;
	font-size:75%;
	margin-top:5px;
}

.heading {
	color: #009199; 
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と線を横並び */
  justify-content: center; /* 文字を中央寄せ */
	letter-spacing: 0.05em;
}
.heading::before,
.heading::after {
  background-color: #009199; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 1px; /* 線の高さ */
  width: 40px; /* 線の長さ */
}
.heading::before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.heading::after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}


.heading5 {
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と線を横並び */
  justify-content: center; /* 文字を中央寄せ */
	letter-spacing: 0.02em;
	margin-bottom:130px;
	font-size:105%;	
}

.image-container .theme {
color: #00a5ad;
font-weight: bold;
}