@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;
}

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

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

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

/* 2601 見どころ
----------------------------------------------------------- */
.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.theme1_2602 {
		font-size:125%;	
	    border-radius: 1px;
		padding:3px 8px 1px 10px;
		margin:0 0 25px 15px;
		/* font-family: serif;
		font-family: "ms-pmincho", sans-serif;
		font-weight:bold; */
		letter-spacing: 0.08rem;
}

h4.theme2_2602 {
		font-size:120%;	
		margin:0 0 15px 15px;
		letter-spacing: 0.1rem;
}
.bg_main-theme {
	border: 2px solid #5095cc;
}
.bg_onuma {
	border: 2px solid #9f8224;
}
.bg_european {
	border: 2px solid #b28c3e;
}
/* テーマメニュー */
.theme_menu {
	width: 95%;
 	padding: 0 0 0 15px;
 	list-style: none;
 	display: flex;
 	justify-content: space-between;
}
.theme_menu a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: opacity 0.3s;
}


a.arrow::after{
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    border: 12px solid transparent;
    border-top: 16px solid #00d76b;   /* 好みで色を変えてください */  
}
a:hover.arrow::after{
    border-top: 16px solid #4affa5;   /* 好みで色を変えてください */  
}

.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_2601{
		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 #0a4ea1; /* テーマカラー展覧会ごとに変える */
	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: #0a4ea1;/* テーマカラー展覧会ごとに変える */
	position:  relative;        /* 位置調整 */
    top: 5px;                  /* 位置調整 */
    right: 7px;                  /* 位置調整 */
}


/* 前期後期マークafter　リスト部分
----------------------------------------------------------- */
.zenki::after{
  	content: "　";
  	display: block;
	width: 9px;
	height: 9px;
	transform: rotate(45deg) skew(8deg, 8deg);
	border: 2px solid #0a4ea1;/* テーマカラー展覧会ごとに変える */
	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: #0a4ea1;/* テーマカラー展覧会ごとに変える */
	margin:3px 3px 0 3px;
}
/* 前期後期マークbefore　一部展示替えあり部分 個別タイトル
----------------------------------------------------------- */
.zenki_c::before{
  	content: "　";
  	display:inline-block;
	width: 9px;
	height: 9px;
	transform: rotate(45deg) skew(8deg, 8deg);
	border: 2px solid #990066; /* テーマカラー展覧会ごとに変える */
	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: #990066;/* テーマカラー展覧会ごとに変える */
	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_2602 {
	display: flex;
	width: 690px;
	justify-content: space-between;
	margin:0 auto 50px auto;
	align-items: flex-end;
}
.ex_box_2602 .text {
	width:230px;
	margin-left:0;
}
/* .menu_2503 {
	display: block;
	width: 280px;
	height: 220px;
	background: #d5d1c1;
    margin: 0 auto;
} */

/* 初公開コレクション*/
.ex_box_2602 .hatsu {
	padding: 2px 4px 2px 5px;
	letter-spacing : 0.1em;
	border:1px solid  #454545;
	border-radius: 2px;
}

/* 2602　上に戻るボタン*/

.button {
  line-height: 1.3;
  transform: rotate(90deg);
}
 
.button p {
  position: relative;
  display: inline-block;
  left: 40px;
  bottom:10px;
	width: 80px;
	color: #fff;
  }
.button:hover {
	opacity: 0.7;
}
.button_inner {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-top: 29px;
  border-radius: 9999px;
	background-color: #fff;
}
.button_inner::before {
content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
	background-color: #fff;
  transform: rotate(-45deg);
  transform-origin: 2px 50%;}
  

 .c-back-to-top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 70px;
    z-index: 1000;
	background-color: #5095cc;
	width: 10px;
	height: 150px;
	padding:0 0 0 20px;
	border-radius: 3px;
	opacity: 0.7;
}
.c-back-to-top:hover {
	background-color:#3c7db1;
}
/* 2602　上に戻るボタン*/


.ex_box_2502 {
	display: flex;
	justify-content: space-between;
	margin-bottom:35px;
}

	/* 出品作品 見出しベタ背景色 */
	
	.bg_theme_bl {
		background: #e1e7e8;
		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;
}
/* 
.profile_onuma {
	display:block;
	float:right;
	width:43%;	
	margin-left:38px;
	font-size:90%;
}

.catch {
  display: flex;
  align-items: center; 
	font-size:90%;
	font-weight:bold;
}
.catch:after {
  border-top: 1px solid #9f8224;
  content: "";
  width: 11.5em; 
}

.catch:after {
  margin-left: 1em; 
} */