@charset "utf-8";
/* ブラウザスタイル初期化用ＣＳＳ */
html {
	width: 100%;
	height:100%;
	font-size: 0;
	line-height: 0;
}
body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #e2dede;
	overflow-x: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,li,dl,dt,dd{
    margin: 0px;
    padding: 0px;
}
i,b,u{
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
li,dt,dd{
    list-style-type: none;
}
p {
    margin: 0;
	font-size: 14px;
	line-height: 150%;
}
img {
    border: 0;
    border: none;
    max-width: 100%;
}
a {
	text-decoration: none;
	color: black;
}
a:hover {
	color: #6f4f0d;
	text-decoration: none;
}
.schedule a:hover{
	color: #6f4f0d;
}
header a:hover{
	color: white;
}
a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
}
@media screen and (max-width: 750px) {
	a:hover{
		color: black;
	}
	.schedule a:hover{
		color: black;
	}
}
body{
/*
   background:url(0.png) no-repeat top center;
*/
}
header {
  text-align: center;
	background-color: #000000;
  border-bottom: solid #787171 1px;
}
header h1 {
	padding-top: 14px;
	margin-bottom: 30px;
}
header ul {
  margin: 17px 0;
}
header ul li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 40px;
  border-left: solid black 1px;
  font-size: 17.6px;
  line-height: 1;
}
header ul li:first-child {
  border-left: none;
}
header ul li a {
  color: white;
}
header ul li a.on_line{
	border-bottom: solid #cdb88c 2px;
	padding-bottom: 5px;
}
footer {
  text-align: center;
  padding-bottom: 40px;
  background: #000000;
	color: white;
}
footer .menu {
  padding-top: 38px;
}
footer .menu li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 25px;
  border-left: solid black 1px;
  font-size: 17.6px;
  line-height: 1;
}
footer .menu li:first-child {
  border-left: none;
}
footer .menu li a {
  color: white;
}
footer .sns {
  padding-top: 25px;
}
footer .sns li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  width: 36px;
}
footer .logo {
  border-top: solid #c4bfb6 1px;
  margin: 22px auto 0;
  max-width: 1100px;
  padding-top: 23px;
}
footer .caution {
  margin-top: 20px;
}
footer .caution li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 20px;
  border-left: solid black 1px;
  font-size: 13px;
  line-height: 100%;
}
footer .caution li:first-child {
  border-left: none;
}
footer .caution li a {
  color: white;
}
footer .copyright {
  margin-top: 18px;
  font-size: 12px;
  line-height: 100%;
}
#pages {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    padding: 12px 0;
    text-align: left;
}
#pages > * {
    color: #000;
    position: relative;
    margin-right: 26px;
    display: inline-block;
}
#pages a {
    text-decoration: underline;
}
#pages a::after {
    content: '＞';
    position: absolute;
    top: 0;
    right: -26px;
}
.repo_pan{
	max-width: 900px !important;
	margin-bottom: 40px !important;
}
/*index_repo*/
#repo{
	width: 100%;
	border-bottom: solid #787171 1px;
	margin-bottom: 0px;
}
#repo_tit{
	width: 900px;
	margin: 0 auto;
}
.repo_tit_img{
	text-align: center;
}
.repo_tit_img img{
	margin: 35px 0px;
}
#repo_cont{
}
.repo_omidashi{
	max-width: 900px;
  margin: 0 auto 40px;
}
.repo_omidashi p{
	display: inline-block;
	font-size: 14px;
}
/*ギャラリー*/
.gallery{
	margin-right: 10px;
	border: solid #0068b7 1px;
	color: #0068b7;
}
p.gallery{
	padding: 7px;
	font-size: 16px;
}
#repo_cont .interview{
	margin-right: 10px;
	border: solid #bb7c2a 1px;
	color: #bb7c2a;
}
#repo_cont p.interview{
	padding: 3px 7px;
	font-size: 16px;
}
p.tit{
	font-size: 32px;
	font-weight: bold;
}
p.sub_tit{
		margin: 10px 0px 0px;
		font-size: 20px;
}
.tit_bg{
	width: 100%;
  height: 590px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 60px;
}
.okada{
	background-image: url(report/2017_okada/img/bg.png);
}
.omiya{
	background-image: url(report/2017_omiya/img/bg.png);
}
.zadankai1{
	background-image: url(report/2018_zadankai1/img/bg.png);
}
.sugiura{
	background-image: url(report/2018_sugiura/img/bg.png);
}
.artnouveau{
	background-image: url(report/2018_artnouveau/img/bg.png);
}
.g6{
	background-image: url(report/2018_g6/img/bg.png);
}
.g62019{
	background-image: url(report/2019_g6/img/bg.png);
}
.nakamura{
	background-image: url(report/2018_nakamura/img/bg.png);
}
.honne{
	background-image: url(report/2018_honne/img/bg.png);
}
.yamamoto08{
	background-image: url(report/2018_yamamoto/img/bg.png);
}
.shiba09{
	background-image: url(report/2018_shiba/img/bg.png);
}
.andou10{
	background-image: url(report/2018_andou/img/bg.png);
}
.nagura11{
	background-image: url(report/2018_nagura/img/bg.png);
}
.yuto01{
	background-image: url(report/2019_haku/img/bg.png);
}
.kato1906{
	background-image: url("report/2019_kato/img/bg.png");
}
.tit_txt{
	max-width: 900px;
  margin: 0 auto 95px;
}
.tit_txt p{
	font-size: 18px;
	line-height: 30px;
}
.cont1{
	max-width: 900px;
  margin: 0 auto 95px;
	text-align: center;
}
.cont1 .cnt1_tit{
	padding-bottom: 10px;
	font-size: 22px;
	border-bottom: solid #000000 1px;
	text-align: left;
}
.cont1 p{
	font-size: 18px;
	margin: 25px 0px;
	text-align: left;
	line-height: 1.4;
}
.cont1 img{
	/*max-width: 50%;*/
}
.cont1 p.caption{
	margin: 0px 0px 0px 40px;
	font-size: 14px;
}
.cont1 p.artist_syo{
	border: solid #000000 1px;
}
p.artist_syo{
	padding: 10px;
	font-size: 16px;
}
.artist_syo span{
	font-weight: bold;
	line-height: 30px;
}
.yokoku{
	margin-bottom: 20px;
}
.yokoku p{
	margin: 10px 0px 0px;
	font-size: 16px;
}
#repo_cont p.y_icon{
	color: white;
	background-color: black;
	width: 40%;
	text-align: center;
	padding: 5px 10px;
	margin: 20px 0px 10px !important;
}
#repo_cont p.y_tit{
	font-size: 26px !important;
	margin: 10px 0px 10px !important;
}
.yokoku span{
	font-size: 18px;
}
.btn_art{
	width: 100%;
	margin-bottom: 120px;
	text-align: left;
}
.btn_art .btn1{
	border: solid #000000 1px;
	padding: 5px 10px;
	width: 47%;
	margin-right: 10px;
	display: inline-block;
}
.btn_art .btn2{
	border: solid #000000 1px;
	padding: 5px 10px;
	width: 47%;
	display: inline-block;
}
.btn_art .btn1 p{
	margin: 0px;
	font-size: 16px;
}
.btn_art .btn1 p::before{
	content: url(images/report/icon.png);
	margin: 0px 10px 0px 0px;
  position: relative;
  top: 3px;
}
.btn_art .btn2 p{
	margin: 0px;
	font-size: 16px;
}
.btn_art .btn2 p::before{
	content: url(images/report/icon.png);
	margin: 0px 10px 0px 0px;
  position: relative;
  top: 3px;
}
/*画廊*/
#sai_cont{
	width: 100%;
	margin: 100px auto 0px;
}
#sai_cont .cont1{
	max-width: 1100px;
}
#sai_cont .garo{
	margin-right: 10px;
	border: solid #000000 1px;
	color: #000000;
}
#sai_cont .cont1 p{
	margin-bottom: 10px;
}
#sai_cont .cont1 p.day{
	margin-top: 0px;
}
#sai_cont .cont1 img{
	margin-bottom: 70px;
	margin-top: 20px;
}
#sai_cont span.garo{
	padding: 7px;
	font-size: 18px;
	margin-top: 3px;
	display: inline-block;
	/*vertical-align: top;*/
}
#sai_cont span.sai_tit{
	font-size: 34px;
	vertical-align: bottom;
}
#sai_cont .saka{
	padding: 0px 65px;
}
#sai_cont .saka p{
	padding-bottom: 10px;
	font-size: 20px;
	border-bottom: solid #000000 1px;
}
#sai_cont .saka ul{
	width: 100%;
	border-style: none;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
}
#sai_cont .saka li{
	display: inline-block;
	padding-right: 50px;
	margin-bottom: 10px;
	min-width: 130px;
}
#sai_cont .reki{
	margin-bottom: 0px;
}
#sai_cont .saka .reki_left{
	display: inline-block;
	width: 50%;
}
#sai_cont .saka .reki_right{
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
#sai_cont .saka .reki_left li{
	min-width: 160px;
	text-indent: -83px;
  margin-left: 83px;
	line-height: 25px;
}
#sai_cont .saka .reki_right li{
	min-width: 160px;
	text-indent: -83px;
  margin-left: 83px;
	line-height: 25px;
}
#sai_cont .saka .g_ind li{
  text-indent: -119px;
  margin-left: 119px;
}
#sai_cont .saka p.annai_naiyou{
	border: none;
	font-size: 18px;
	padding: 5px 0px;
	margin: 0px;
}
#sai_cont .saka span.icon{
	color: #826a6a;
}
#sai_cont p.y_icon{
	color: white;
	background-color: black;
	width: 15%;
	text-align: center;
	padding: 5px 10px;
	margin: 20px 0px 10px !important;
}
.ryaku{
	float: right;
}
/*レポート略歴*/
#repo_cont .saka{
	padding: 20px 0px;
	margin: 80px 0px 70px;
	border-top: solid #000000 1px;
	border-bottom: solid #000000 1px;
}
#repo_cont .saka p{
	font-size: 20px;
	margin: 0px 0px 20px;
}
#repo_cont .saka ul{
	width: 100%;
	border-style: none;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
}
#repo_cont .saka li{
	display: inline-block;
	padding-right: 0px;
	margin-bottom: 10px;
	min-width: 130px;
}
#repo_cont .reki{
	margin-bottom: 85px;
}
#repo_cont .saka .reki_left{
	display: inline-block;
	width: 50%;
}
#repo_cont .saka .reki_right{
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
#repo_cont .saka .reki_left li{
	min-width: 160px;
	text-indent: -74px;
  margin-left: 74px;
	line-height: 28px;
}
#repo_cont .saka .reki_right li{
	min-width: 160px;
	text-indent: -74px;
	margin-left: 74px;
	line-height: 25px;
}
#repo_cont .saka dl {
    border-style: none;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}
#repo_cont .saka .reki_single{
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	vertical-align: top;
	overflow: hidden;
}
#repo_cont .saka .reki_single > img {
	float: left;
	width: 240px;
	height: auto;
}
#repo_cont .saka .reki_single > div {
	float: right;
	width: calc(100% - 270px);
}
#repo_cont .saka .reki_single dt{
	margin-top: 10px;
}
#repo_cont .saka .reki_single dd{
	min-width: 160px;
	text-indent: -74px;
  	margin-left: 74px;
	line-height: 28px;
}
.p_photo{
	
}
.p_photo img{
	float: left;
}
.p_photo ul{
}
.p_photo ul li {	
	text-indent: -74px;
	margin-left: 74px;
	line-height: 25px;
}
/*改行*/
.sp{
	display: none;
}
#past {text-align: center;}
#past::before {
  content: '過去の展覧会履歴';
  display: block;
  background: #636363;
  text-align: center;
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 15px 0;
  box-sizing: border-box;
  font-size: 26px;
  line-height: 1;
  color: white;
}
#past .title {background: #636363;text-align: left;max-width: 1100px;margin: 10px auto 0;font-size: 16px;line-height: 1;color: white;padding: 8px 14px;box-sizing: border-box;position: relative;}
#past .title::before {
  content: url(images/schedule/icon.png);
  display: inline-block;
  vertical-align: sub;
}
#past .title i {font-size: 22px;display: inline-block;vertical-align: text-bottom;margin: 0 6px 0;}
#past .title select {position: absolute;top: 9px;right: 16px;z-index: 1;font-size: 16px;line-height: 1;width: 150px;padding: 0px 0;height: 28px;}
#past dl {background: #f3f3f3;text-align: left;max-width: 1100px;margin: 0 auto 40px;font-size: 0;line-height: 0;padding: 18px 20px;box-sizing: border-box;position: relative;}
#past dl::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #f3f3f3;
}
#past dt {display: inline-block;width: 320px;border-top: solid 1px #636363;padding: 16px 0;font-size: 14px;line-height: 1;}
#past dd {display: inline-block;width: 730px;border-top: solid 1px #636363;padding: 16px 0;font-size: 14px;line-height: 1;}
/*infometion*/
#information {
  text-align: center;
  padding-bottom: 55px;
  max-width: 100%;
  margin: 0 auto;
	background-color: #363636;
}
#information > div {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-top: 35px;
}
#information div.other {
  width: 100%;
  text-align: left;
}
#information div.other::before {
  content: url(images/other_title.png);
  display: block;
  margin: 60px auto 10px;
  width: 416px;
}
#information div.other ul {
  margin-left: 40px;
}
#information div.other li {
  display: inline-block;
  vertical-align: top;
  width: 535px;
  text-align: left;
  margin: 20px 15px 10px;
}
#information div.other li a {
	color: black;
}
#information div.other li img {
	float: left;
	margin-right: 15px;
  width: 180px;
}
#information div.other li p {
  display: inline-block;
  width: 340px;
  font-size: 23px;
  line-height: 1;
  margin: 0 0 10px;
}
#information div.other li p span {
	display: block;
  margin-bottom: 10px;
}
#information div.other li p span::before {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	padding: 5px 12px;
	color: white;
}
#information div.other li.saiji p span::before {
  content: '本館7階　催事場';
  background: #8da63b;
  background: linear-gradient(to right, #8da63b 0, #8da63b 78px, #adbf71 78px);
}
#information div.other li.organ p span::before {
  content: '南館1階　オルガン広場';
  background: #1e6292;
  background: linear-gradient(to right, #1e6292 0, #1e6292 78px, #2787cc 78px);
}
#information div.other li.hole p span::before {
  content: '南館8階　マツザカヤホール';
  background: #8f5da2;
  background: linear-gradient(to right, #8f5da2 0, #8f5da2 78px, #ae79c1 78px);
}
#information div.other li p b {
  display: inline-block;
  font-size: 23px;
  line-height: 1.2;
  margin: 0;
}
#information div.other li p u {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 6px 0;
}
#information div.other li p i {
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 6px 0;
}
#information div.blog {
  width: 100%;
  text-align: center;
}
#information div.blog img.pc {
}
#information div.blog img.sp {
  display: none;
}
#information div.bnrs {
  width: 600px;
}
#information div.bnrs ul {
}
#information div.bnrs ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  width: 100%;
}
#information div.bnrs h2 {
  margin-top: 65px;
  width: 481px;
}
#information div.bnrs p {
  font-size: 18px;
  line-height: 140%;
  margin-top: 12px;
  margin-bottom: 6px;
	color: white;
}
#information div.bnrs p img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
  width: 105px;
}
#information div.bnrs p i {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  line-height: 160%;
}
#information div.bnrs > img {
  width: 300px;
}
#information div.fb {
  width: 500px;
}
#information div.link {
               display: none;
}
#information div.link {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
#information div.link::before {
  content: url(images/link_title.png);
  display: block;
  margin: 40px 0 20px;
}
#information div.link ul {
  display: inline-block;
  vertical-align: middle;
  max-width: 1100px;
  overflow: hidden;
  margin: 0 10px;
  white-space: nowrap;
}
#information div.link li {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
#information div.link li img {
  width: 266px;
}
#information div.link i {
  display: inline-block;
  vertical-align: middle;
}
#information div.link i.prev::before {
  content: url(images/link_prev.png);
}
#information div.link i.next::before {
  content: url(images/link_next.png);
}
/*about*/
#about_cont {
    background: url(images/exh_bg.png) bottom center no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 70px;
    overflow: hidden;
}
#about_cont .cont1{
	max-width: 1100px;
}
.a_tit{
	margin: 100px 0px 60px;
}
.a_txt{
	margin: 60px 0px 85px;
}
.a_txt p{
	text-align: center;
	font-size: 18px;
	line-height: 250%;
}
.a_txt p a{
	text-decoration: underline;
}
.a_syouhin{
	background-color: white;
	overflow: hidden;
}
.a_syouhin .a_syo_cont{
	max-width: 1100px;
	margin: 0 auto;
}
.a_syouhin .a_syo_cont img{
	margin: 50px 0px 80px;
	width: 100%;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
/*twitter
.twitter-timeline{
	width: 500px;
	height: 200px;
}*/
/****************/
@media screen and (max-width: 750px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	header {}
	header::before {}
	header h1 {
  	padding-top: 30px;
		margin-bottom: 30px;
	}
	header img{
		width: 80%;
	}
	header ul {
		border-top: solid 1px #e9e9e9;
  	border-bottom: solid 1px #e9e9e9;
  	margin: 0px 0 0;
  	display: inline-block;
	}
	header ul li {
  	font-size: 26px;
		padding: 20px 0px;
		width: 49%;
	}
	header ul li:nth-child(1){
		border-bottom: solid white 1px;
	}
	header ul li:nth-child(2){
		border-bottom: solid white 1px;
		border-left: solid white 1px;
	}
	header ul li:nth-child(3){
		border:none;
	}
	header ul li:nth-child(4){
		border-left: solid white 1px;
	}
	header ul li a.on_line{
		border-bottom: none;
		padding-bottom: 0px;
	}
	#pages {
  	padding: 20px 30px;
  	font-size: 20px;
	}
	/*repo*/
	#repo_cont{
		/*padding: 0px 20px;*/
	}
	#repo_tit{
		max-width: 100%;
	}
	.repo_omidashi{
		max-width: 100%;
  	padding: 0px 20px;
	}
	.repo_omidashi p{
		font-size: 24px;
	}
	p.gallery{
		font-size: 28px;		
	}
	#repo_cont p.interview{
		font-size: 28px;
	}
	p.sub_tit{
		font-size: 24px;
	}
	p.tit{
		font-size: 34px;
	}
	.tit_txt{
		padding: 0px 20px;
	}
	.tit_txt p{
		font-size: 24px;
		line-height: 50px;
	}
	.cont1{
		max-width: 100%;
		margin-bottom: 50px;
		padding: 0px 20px;
	}
	.cont1 img{
		max-width: 95%;
	}
	.cont1 .cnt1_tit{
		font-size: 26px;
		font-weight: bold;
	}
	.cont1 p{
		padding: 0px 20px;	
		line-height: 50px;
		font-size: 24px;
	}
	.cont1 p.artist_syo{
		margin: 25px;
		padding: 20px;
  	line-height: 50px;
	}
	.cont1 p.caption{
		margin-left: 0px;
		font-size: 18px;
	}
	img.repo_btn{
		width: 93%;
	}
	.yokoku{
		margin-bottom: 80px;
	}
	.yokoku p{
		margin: 10px 0px 0px;
		font-size: 24px;
	}
	#repo_cont p.y_icon{
		width: 60%;
		padding: 5px 5px;
	}
	#repo_cont p.y_tit{
		font-size: 30px !important;
	}
	.yokoku span{
		font-size: 20px;
	}
	.btn_art .btn1{
		width: 93%;
		margin: 0px auto 20px;
		padding: 10px 0px;
		display: block;
	}
	.btn_art .btn2{
		width: 93%;
		margin: 0px auto;
		padding: 10px 0px;
		display: block;
	}
	.btn_art .btn1 p{
		font-size: 24px;
	}
	.btn_art .btn1 p::before{
		top: 0px;
	}
	.btn_art .btn2 p{
		font-size: 24px;
	}
	.btn_art .btn2 p::before{
		top: 0px;
	}
	/*画廊*/
	#sai_cont .cont1 p{
		line-height: 55px;
		font-size: 28px;
	}
	#sai_cont .saka{
		padding: 0px 20px;
	}
	#sai_cont .saka li{
		min-width: 160px;
  	font-size: 28px;
  line-height: 1.6;
	}
	#sai_cont .saka p.annai_naiyou{
		font-size: 22px;
	}
	#sai_cont .saka .reki_left{
		width: 100%;
	}
	#sai_cont .saka .reki_right{
		width: 100%;
	}
	#sai_cont .saka .reki_left li{
		text-indent: -129px;
  	margin-left: 129px;
		line-height: 50px;
	}
	#sai_cont .saka .reki_right li{
		text-indent: -129px;
  	margin-left: 129px;
		line-height: 50px;
	}
  #sai_cont .saka .g_ind li{
    text-indent: -185px;
    margin-left: 185px;
  }
	
	/*レポート　略歴*/
	#repo_cont .saka p{
		font-size: 28px;
		padding: 0px;
	}
	#repo_cont .saka li{
		min-width: 170px;
  	font-size: 28px;
	}
	#repo_cont .saka p.annai_naiyou{
		font-size: 14px;
	}
	#repo_cont .saka .reki_left{
		width: 100%;
	}
	#repo_cont .saka .reki_right{
		width: 100%;
	}
	#repo_cont .saka .reki_left li{
		text-indent: -129px;
  		margin-left: 129px;
		line-height: 50px;
	}
	#repo_cont .saka .reki_right li{
		text-indent: -129px;
  	margin-left: 129px;
		line-height: 50px;
	}
	#repo_cont .saka .reki_single > img {
		float: none;
		width: 100%;
		max-width: 98%;
		height: auto;
		margin-bottom: 15px;
	}
	#repo_cont .saka .reki_single > div {
		width: 100%;
	}
	#repo_cont .saka .reki_single p{
		margin: 0 10px;
	}
	#repo_cont .saka .reki_single dl{
		margin: 0 10px;
		font-size: 28px;
		line-height: 50px;
	}
	#repo_cont .saka .reki_single dd{
		text-indent: -129px;
  		margin-left: 129px;
		line-height: 50px;
	}
	
	#information {}
	#information > div {}
	#information div.other {}
	#information div.other::before {
  	margin-top: 20px;
	}
	#information div.other ul {
  	margin-left: 0;
	}
	#information div.other li {
  	width: 60%;
  	margin: 40px auto 0;
  	display: block;
	}
	#information div.other li a {}
	#information div.other li img {
  	width: 100%;
  	float: none;
  	margin: 0;
	}
	#information div.other li p {
  	font-size: 39px;
  	width: 100%;
	}
	#information div.other li p span {
  	margin-top: 16px;
  	margin-bottom: 20px;
	}
	#information div.other li p span::before {
  	font-size: 28px;
  	padding: 7px 16px;
  	white-space: nowrap;
	}
	#information div.other li.saiji p span::before {
  background: linear-gradient(to right, #8da63b 0, #8da63b 136px, #adbf71 136px);
	}
	#information div.other li.organ p span::before {
  background: linear-gradient(to right, #1e6292 0, #1e6292 136px, #2787cc 136px);
	}
	#information div.other li.hole p span::before {
  background: linear-gradient(to right, #8f5da2 0, #8f5da2 148px, #ae79c1 148px);
	}
	#information div.other li p b {
 		font-size: 39px;
  	line-height: 1.4;
  	padding: 10px 0 0;
	}
	#information div.other li p u {
  	font-size: 24px;
  	line-height: 1.4;
  	padding: 6px 0 0;
	}
	#information div.other li p i {
  	font-size: 24px;
  	line-height: 1.4;
  	padding: 12px 0 0;
	}
	#information div.blog {
  	margin-top: 75px;
	}
	#information div.blog img.pc {display: none;}
	#information div.blog img.sp {display: inline-block;}
	#information div.bnrs {
  	margin-top: 55px;
  	width: 100%;
	}
	#information div.bnrs ul {
  	text-align: center;
	}
	#information div.bnrs ul li {
  	width: 100%;
  	margin: 0 0px 15px;
	}
	#information div.bnrs h2 {
  	margin-top: 25px;
  	width: auto;
  	padding-left: 30px;
	}
	#information div.bnrs img.f_bnr{
		width: 689px;
	}
	#information div.bnrs p {
  	font-size: 27px;
  	line-height: 150%;
  	padding-left: 30px;
	}
	#information div.bnrs p img {
  	width: initial;
  	margin-left: 0;
  	width: 25%;
	}
	#information div.bnrs p i {
  	margin-top: 17px;
  	font-size: 25px;
  	line-height: 160%;
	}
	#information div.bnrs > img {
 		width: 67%;
  	margin: 6px 0 0 30px;
	}
	#information div.fb {
  	width: 690px;
	}
	#information div.link {}
	#information div.link::before {
  	margin-top: 30px;
	}
	#information div.link ul {
  	margin: 0 30px;
	}
	#information div.link li {}
	#information div.link i {
 	 display: none;
	}
	#information div.link li img {
  	width: auto;
	}
	#information div.link i.prev::before {}
	#information div.link i.next::before {}
	
	
	/*about*/
	.a_syouhin .a_syo_cont{
		padding: 0px 20px;
	}
	
	/*改行*/
	.sp{
		display: block;
	}
	footer {
  	/*margin-top: 40px;*/
	}
	footer .menu {
  	padding-top: 44px;
	}
	footer .menu li {
  	font-size: 30px;
  	padding: 20px 35px;
		width: 40%;
	}
	footer .menu li:nth-child(2n){
		border-left: solid white 1px;
	}
	footer .menu li:first-child {
		margin-bottom: 10px;	
	}
	footer .menu li a {}
	footer .sns {
  	padding-top: 40px;
	}
	footer .sns li {
  	margin: 0 15px;
  	width: 76px;
	}
	footer .logo {
  	margin: 33px 30px 0;
	}
	footer .caution {
  	margin-top: 30px;
	}
	footer .caution li {
  	display: block;
  	text-align: center;
  	padding: 10px 0;
  	border-left: none;
  	font-size: 24px;
  	line-height: 1;
	}
	footer .caution li:first-child {}
	footer .caution li a {}
	footer .copyright {
  	margin-top: 54px;
		font-size: 13px;
  	padding: 0px 10px;	
	}
	
	/*twitter
	.twitter-timeline{
		width: 700px;
		height: 650px;
	}*/
	
	#sai_cont .saka .reki_single ul{
		line-height: 45px;
	}
}
/****************/
/****************************************/
@media screen and (max-width: 640px) {
}
@media screen and (min-width:768px) and ( max-width:1024px) {
}
e{
  transform: rotate(0deg);
  transform-origin: bottom center;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0.5s;
}
e{
  animation-name: NAME1;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
@keyframes NAME1 {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  99% {
    transform: rotate(-180deg);
    opacity: 1;
  }
  100% {
    transform: rotate(-180deg);
    opacity: 0;
  }
}


/*ko*/
li span{
	-webkit-locale: "ko";
}

/*tyuui*/
p.tyuui{
	font-size: 22px;
	margin: 0px;
}
@media screen and (max-width: 750px) {
	#sai_cont .cont1 p.tyuui{
		font-size: 32px;
		margin: 0px;
	}
}

/*fain*/
.fain{
	border-bottom: solid 1px; 
	width: 32%;
}
@media screen and (max-width: 750px) {
	.fain{
		width: 94%;
	}
  #sai_cont .fain .fain_cont img{
    width: 100%;
  }
}

/*20190228*/
li.toku{
  font-size: 20px!important;
}
@media screen and (max-width: 750px) {
	li.toku{
    font-size: 28px!important;
  }
}



/*20190605*/
/*ファインアート用css*/
.fain{
  width: 100%;
  border: none;
}
#sai_cont .fain img.top{
  width: 550px;
}
#sai_cont .fain img{
  width: 100%;
  margin-bottom: 0px;
}
.fain p.main_txt{
  margin-top: 20px;
}
.fain p.main_name{
  text-align: right;
}
#sai_cont .fain .fain_cont img{
  width: auto;
}
.fain .fain_cont .cnt_tit{
  text-align: left;
  border-bottom: solid 1px #000000;
  margin-bottom: 10px;
}
.fain .fain_cont .cnt_tit p{
  display: inline-block;
  text-align: left;
}
.fain .fain_cont .cnt_tit p.category{
  background-color: black;
  padding: 10px 20px;
  color: white;
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  #sai_cont .fain img.top{
    width: 100%;
  }
  #sai_cont .fain .fain_cont img{
    width: auto;
  }
}

