<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #443e32;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #d1cdc7 url(../images/bg.jpg) repeat-x center top;	/*背景色、背景画像の読み込み*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #443e32;
}
a:hover {
	color: #ECEBE9;	/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 961px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（ロゴ、h1タグが入った最上部ブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 100px;	/*ヘッダーの高さ*/
	width: 100%;	/*ヘッダーの幅*/
	position: relative;
	/*background: url(../images/header_bg.gif) no-repeat right center;*/	/*背景画像の読み込み＆右側・上下中央配置*/
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 10px;	/*ヘッダーブロックに対して上から5pxの位置に配置*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 9px;	/*文字サイズ*/
	line-height: 14px;
	position: absolute;
	left: 6px;		/*ヘッダーブロックに対して左から6pxの位置に配置*/
	top: 65px;		/*ヘッダーブロックに対して上から65pxの位置に配置*/
	font-weight: normal;	/*h1タグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
	z-index: 1;		/*ロゴが上に重なってもh1が上に表示されるよう設定*/
	color: #857a6a;	/*文字色*/
	letter-spacing: 0.2em;	/*文字間隔。通常より少し広めに設定している。*/
}
#header h1 a {
	text-decoration: none;
	color: #857a6a;
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	line-height: 60px;
	height: 60px;
	width: 100%;
	border-left: 1px solid #605c56;	/*ulタグの左側、つまりメニューブロックの先頭に線を入れる設定*/
}
ul#menu li {
	float: left;
	border-right: 1px solid #605c56;	/*liタグの左側、つまりメニュー１個ごとの右側に線を入れる設定*/
}
ul#menu li#current {
	background: url(../images/menu_on.jpg) no-repeat center center;
}
ul#menu li a {
	font-size: 13px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	text-decoration: none;	/*デフォルトのリンクの下線を消す設定*/
	text-align: center;	/*文字をセンタリング*/
	width: 159px;		/*メニュー１個あたりの幅*/
	display: block;
}
ul#menu li a:hover {
	background: url(../images/menu_on.jpg) no-repeat center center;	/*マウスオン時の背景画像*/
}

/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	padding-top: 30px;	/*上部メニューとコンテンツの間の余白*/
}

/*メインコンテンツ（右ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右(right)に回り込み*/
	width: 720px;	/*メインコンテンツ幅*/
}
/*１カラムで使う場合のメインブロック設定*/
#c1 #main {
	float: none;
	width: 100%;
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;		/*文字サイズ*/
	color: #6A3838;	/*文字色*/
	clear: both;
	width: 700px;
	background: url(../images/bg3.jpg);	/*背景画像*/
	padding: 10px;	/*余白*/
	border-top: 5px solid #6A3838;	/*上の線の幅、線種、色*/
}
/*１カラムで使う場合のh2タグ設定*/
#c1 #main h2 {
	width: 941px;
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ（左ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*サブコンテンツを左(left)に回り込み*/
	width: 220px;	/*サブコンテンツ幅*/
}
/*１カラムで使う場合のサブブロック設定*/
#c1 #sub {
	display: none;	/*非表示にする設定*/
}
/*h3タグ設定*/
#sub h3 {
	font-size: 120%;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	padding: 15px 10px;	/*左から、上下、左右への余白*/
	border-top: 5px solid #ECEBE9;		/*上の線の幅、線種、色*/
	margin-bottom: 1px;
	background: url(../images/bg1.jpg);	/*背景画像*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;
}
ul.submenu li {
	margin-bottom: 1px;	/*メニュー間の空白*/
}
ul.submenu li a {
	display: block;
	width: 205px;
	padding: 2px 5px 2px 10px;	/*メニュー内の余白。左から、上、右、下、左。*/
	text-decoration: none;
	color: #FFF;	/*文字色*/
	background: #4D4A45 url(../images/bg2.jpg);	/*背景色、背景画像の読み込み*/
}
ul.submenu li a:hover {
	background: #ECEBE9 url(../images/bg3.jpg);	/*マウスオン時の背景画像の読み込み*/
	color: #443e32;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	/*3.1コメントアウト*/
	/*overflow: auto;*/	/*ブロックの高さを超える文字が入ったらiframe風にスクロールバーが出る設定*/
	/*height: 150px;*/	/*ブロックの高さ*/
	
	
	width: 700px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 680px;
	border-bottom: 1px solid #6C6352;	/*日付ごとの下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 580px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: right;	/*文字を右寄せ*/
	padding-top: 50px;
	padding-bottom: 20px;
	font-size: 11px;	/*文字サイズ*/
}
#footer a {
	text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 720px;
	background: #E6E1DB;	/*背景色*/
}
#c1 .ta1 {
	width: 961px;	/*１カラムで使う場合のテーブル幅*/
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #333;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 477px;
	padding: 10px;
	vertical-align: top;
}
#c1 .ta1 td{
	width: 718px;	/*１カラムで使う場合のテーブル内の右側(td)幅*/
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;	
	background: #c8cabe;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background: #736E68 url(../images/bg1.jpg);	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
}
.ta1 th a:hover {
	color: #443e32;
}

/*GALLERYページのボックス
---------------------------------------------------------------------------*/
#main .box1 {
	padding: 14px;
	overflow: hidden;
	margin-bottom: 1em;
	width: 142px;
	height: 152px;
	background: url(../images/photo_bg.gif) no-repeat;	/*背景画像の読み込み*/
	float: left;
	display: inline;
	margin-left: 8px;
	font-size: 10px;
}
#main .box1 a img {
	border: 1px solid #B7A68C;
}
#main .box1 a:hover img {
	border-color: #4B443A;
}


/*１カラムで使う場合のbox設定*/
#c1 #main .box1 {
	margin-left: 18px;
}
/*段落タグ*/
#main .box1 p {
	padding: 0px;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	color: #FFF;
	background: url(../images/bg1.jpg);
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #6A3838;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
#mainimg {
	padding-bottom: 30px;
}

/*
新規追加

*/

.gallery {
	
}


.gallery .work{
	margin-bottom:3em;
}

.gallery .work img{
}


/*

*/
.exhibition {
	width:630px;
	margin:2em auto;
	/*border:1px solid red;*/
	font-family:  "メイリオ", Meiryo, Arial, Helvetica, "MS UI Gothic", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ ProN";
	font-weight: 400;
}

.exhibition .title{
	margin-bottom:2em;
}
.exhibition .image1{
	margin-bottom:3em;
}
.exhibition .image2{
	display:flex;
	justify-content: space-between;
	margin-bottom:2em;
}

.exhibition .images{
	justify-content: space-between;
}
.exhibition .images2{
	justify-content: space-around;
}

.exhibition h3{
	font-weight: 400;
	font-size:1.6em;
	margin-bottom:1em;
}
.exhibition h3 span{
	padding-left:2em;
	font-size:0.8em;
}
.exhibition h4{
	font-weight: 400;
	font-size:1.2em;
}

.exhibition .description{
	padding:3em;
	margin-bottom:3em;
	/*background-color:#fff;*/
}

.exhibition .texts {
	width:85%;
	display:flex;
	justify-content: space-between;
	margin:0 auto;
}


.exhibition .work{
	display:flex;
}

.exhibition .works{
	margin-bottom:3em;
}
.exhibition .works .images{
	display:flex;
	justify-content: space-around;
}

.exhibition .works .caption{
	font-weight: 400;
	font-size:1.4em;
	margin-bottom:1em;
	text-align:right;
}


.text1 ul{
	padding-left:1em;
}

.imageRight{
	justify-content:flex-end;
}


.buttons {
	/*display:flex;
	align-items:center;*/
	/*border:1px solid red;*/
}

.roundbtn {
	width:30%;
	/*margin:0 0 0 auto;*/
	margin:0 auto;
	text-align:center;
	background-color: #888;
	border-radius: 15px;
	font-size:1.4em;
}
.roundbtn a{
	color:#fff;
}
.orangebtn {
	background-color: #F13C1C;
}







</pre></body></html>