
/* Basic Style
--------------------------------------------------------- */
body {
	font-family: Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*text-align: justify;*/
    color: #303030;
	font-weight: 400; 
	line-height: 1.6;
	/*-webkit-text-size-adjust: 100%;*/
	-webkit-font-smoothing: antialiased;
}

a {
    color: #3b4553;
    text-decoration: none;
}
a:hover {
	color: #3242c9;
    opacity:0.7;
    -moz-opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
	text-decoration: underline;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    margin: 0;
    padding: 0;
    line-height: 2em;
}
main {
	display: block;
}

/* Text Deco */
.txtLeft { text-align: left;}
.txtCenter { text-align: center;}
.txtRight { text-align: right;}
.txtNormal {color: #303030;}
.txtBlue { color: #273b9a;}
.txtRed { color: #cc0000;}
.txtGreen {	color: #2e6a19;}
.txtLarge08 { font-size: 0.8rem;}
.txtLarge09 { font-size: 0.9rem;}
.txtLarge11 { font-size: 1.1rem;}
.txtLarge12 { font-size: 1.2rem;}
.txtLarge14 { font-size: 1.4rem;}
.txtLarge16 { font-size: 1.6rem;}
.txtLarge18 { font-size: 1.8rem;}
.txtLarge20 { font-size: 2.0rem;}
.txtLarge22 { font-size: 2.2rem;}
.txtLarge24 { font-size: 2.4rem;}
.txtLarge28 { font-size: 2.8rem;}
.txtLarge30 { font-size: 3.0rem;}
.txtBold { font-weight: bold;}

/* Clearfix
--------------------------------------------------------- */
.cf { zoom: 1; }
.cf:after {
    content: "";
    display: block;
    clear: both;
}
/* Basic Structure
--------------------------------------------------------- */
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
#wrapper {
    width: 1000px;
    /*max-width: 1440px;*/
    margin: 0 auto;
}
header {
    width: 100%;
    margin: 0 auto;
}
footer {
    width: 100%;
    height: auto;
	position: relative;
}
.forPC {
    display: block;
}
.forSP {
    display: none;
}

.shadow {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
	background-color: rgba(0,0,0,0.6);
	padding: 0 50px;
}

/* Header
--------------------------------------------------------- */
.topHeader {
	padding: 1.0rem 0.8rem 0.4rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.topHeader .logoImg {
    width: 35%;
}
.topHeader .topInq {
	margin-left: auto;
    background-color: #31397a;
    color: #ffffff;
	padding: 0.1rem 0.8rem;
}
.topHeader .topInq a {
	color: #ffffff;
}
.topHeader .topTel {
    padding: 0.1rem 0.4rem 0.1rem 0.6rem;
}

/* TOP MENU */
.topMenu {
	margin-top: 0.6rem;
    padding: 0.1rem 0 0 0;
    border-top: 2px solid #6a7dcc;
    border-bottom: 1px solid #cbd2f3;
    background: linear-gradient(180deg, #ffffff 30%, #e4e7f2 88%, #ffffff 91%);
}
.topLine {
	border-top: 1px solid #cbd2f3;
}
.topMenuInner {
    margin: 0 auto;
	display: flex;
    justify-content: center;
	position: relative;
	padding: 0.6rem 0 0.8rem;
}
.topMenuItem {
	margin: 0.5rem 0;
    padding: 0.4rem 2.2rem 0.9rem;
 	transition: 0.2s;
}
.topMenuUnit {
	/*position: relative;*/
	border-left: 1px solid #cbd2f3;
	font-size: 1.15rem;
	padding: 0.3rem 0;
}
.topMenuUnit>a {
	color: #000000;
}
.topMenuUnit>a:hover {
	text-decoration: none;
}
.topMenuUnit i {
	font-size: 1.6rem;
    padding-top: 0.4rem;
}
.topMenuUnit:last-child {
	border-right: 1px solid #cbd2f3;
}
.topMenuItem> a {
	display: block;
	padding-bottom: 1.0rem;
}
.topMenuItem:hover {
	border-bottom:  5px solid #3242c9;
}
.topMenuArrExh {
	position: absolute;
    top: 22px;
    left: 210px;
}
.topMenuArrGal {
	position: absolute;
    top: 22px;
    left: 760px;
}
.subMenuExh {
	position: absolute;
    top: 0;
    left: 50px;
    z-index: 10;
    padding-top: 1.6rem;
    width: 900px;
}
.subMenuGal {
	position: absolute;
    top: 0;
    right: 50px;
    z-index: 10;
    padding-top: 1.6rem;
    width: 900px;
}
.subMenuExh ul {
	display: flex;
    position: relative;
    overflow: visible;
    justify-content: space-between;
    z-index: 700;
    width: 480px;
    background: #fff;
    margin-left: 0.6rem;
    padding: 0.6rem 0.6rem 0;
}
.subMenuGal ul {
	display: flex;
	position: relative;
    overflow: visible;
    justify-content: space-around;
    z-index: 700;
    /*width: 700px;*/
    background: #fff;
    padding: 0.6rem 0.6rem 0;
}
.subMenuTtl {
	text-align: left;
	font-weight: bold;
	color: #0a3d78;
	font-size: 1.6rem;
	padding-bottom: 1.0rem;
}
.subPicUp {
	width: 210px;
	text-align: center;
	position: relative;
}
.subTtl a {
	padding-bottom: 0.2rem;
    display: block;
    margin-bottom: 0.4rem;
    border-bottom: 5px solid transparent;
	font-size: 1.3rem;
    line-height: 1.1;
}
.subTtl a:hover {
	border-bottom: 5px solid #3242c9;
	text-decoration: none;
}
.subImg  {
	margin-top: -11px;
	width: 210px;
    height: 105px;
    position: relative;
    overflow: hidden;
}
.subImg a {
	/*padding-top: 0.4rem;*/
	/*border-top: 5px solid transparent;*/
}
.subImg a:hover {
	border-top: 5px solid #3242c9;
}
.subImg img {
	padding-top: 0.3rem;
	border-top: 5px solid transparent;
}
.subImg img:hover {
	border-top: 5px solid #3242c9;
}
.subImg .setBg {
	width: 100%;
    height: 100%;
	padding-top: 0.3rem;
	border-top: 5px solid transparent;
}
.subImg .setBg div {
	width: 100%;
    height: 100%;
    background-image: url(../gal_img/gal_01.jpg);
	background-size: cover;
}
.setBg:hover {
	border-top: 5px solid #3242c9;
	opacity: 0.7;
}
.txtBlue {
	color:#1652dd;
}

.arrow_box {
	position: relative;
	background: #ffffff;
	border: 1px solid #065f7a;
	padding: 1.6rem 3.2rem 1.0rem;
	border-radius: 7px;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 167px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(213, 238, 245, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(213, 238, 245, 0);
	border-bottom-color: #065f7a;
	border-width: 11px;
	margin-left: -11px;
}
.arrow_box2 {
	position: relative;
	background: #ffffff;
	border: 1px solid #065f7a;
	padding: 1.6rem 3.2rem 2.2rem;
	border-radius: 7px;
}
.arrow_box2:after, .arrow_box2:before {
	bottom: 100%;
	right: 171px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box2:after {
	border-color: rgba(213, 238, 245, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box2:before {
	border-color: rgba(213, 238, 245, 0);
	border-bottom-color: #065f7a;
	border-width: 11px;
	margin-left: -11px;
}
#spNavi {
    display: none;
}

/* Footer
--------------------------------------------------------- */
.gFooter_bg {
	background-color:#e9ebff;
	height: 180px;
}
.gPageTop {
	display: flex;
    justify-content: center;
	margin: 3.8rem auto 5.4rem;
}
.gFooter_pagetop {
    color: #333982;
    text-align: center;
}
.gFooter_pagetop:hover {
    color: #c7cdff;
}
.gFooter_pageret {
    color: #333982;
    text-align: center;
}
.gFooter_pageret:hover {
    color: #c7cdff;
}
.gFooter_link {
	margin-top: 2.4rem;
    padding: 1.6rem 0;
    display: flex;
    justify-content: center;
}
.footerLinkTtl {
	font-size: 1.2rem;
    font-weight: bold;
    color: #000919;
	line-height: 125%;
}
.gFooter_link_list {
	width: 23%;
}
/*.gFooter_link_list+.gFooter_link_list {
	border-left: 1px dotted #dedb21;
}*/
.gFooter_link_list li+li {
	margin-top: 0.4rem;
}
.gFooter_link_list  {
	padding-left: 1.0rem;
	text-decoration: none;
    font-size: 1.0rem;
}
.gFooter_link_list .footerSub {
	padding-left: 2.2rem;
}
.gFooter_link_list a:hover {
	opacity:.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}
.gFooter_copyright{
    text-align: center;
    background-color: #333982;
    color: #ffffff;
    font-size: 1.0rem;
    padding: 1.2rem;
}

/* SP Navi */
.spHeader{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	background-color:#ffffff;
	height:76px;
	z-index:500;
	border-bottom: 2px solid #6a7dcc;
}
.spHeaderLine {
	padding-bottom: 17px;
    border-bottom: 1px solid #b4beed;
}
.spHeader h1{
	padding: 0.6rem 0.4rem;
}
.spHeader_title img{
    width: 240px;
}
.spHeader_menu{
	position:absolute;
	right: 0.8rem;
	top: 1.0rem;
	width: 42px;
	text-decoration:none;
	text-align:center;
	line-height:1.2;
	z-index: 555;
}
.spHeader_menu:hover {
	cursor: pointer;
}
.spHeader_menu_icon{
	overflow:hidden;
	height:36px;
	position:relative;
	margin-bottom:4px;
}
.spHeader_menu_icon:before,.spHeader_menu_icon:after{
	content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: #333980;
    position: absolute;
    left: 0;
    transition: all 300ms;
}
.spHeader_menu_icon:before{
	top:0;
}
.spHeader_menu_icon:after{
	bottom:0;
}
.spHeader_menu_icon span{
	display: block;
    width: 100%;
    height: 5px;
    background-color: #333980;
    overflow: hidden;
    text-indent: 9999px;
    position: absolute;
    top: 15px;
    left: 0;
    transition: all 300ms;
}
.spHeader_menu.is_active .spHeader_menu_icon:before{
	top: 16px;
    transform: rotate(225deg);
    background-color: #a9a9a9;
}
.spHeader_menu.is_active .spHeader_menu_icon:after{
	bottom: 16px;
    transform: rotate(-225deg);
    background-color: #a9a9a9;
}
.spHeader_menu.is_active .spHeader_menu_icon span{
	left:30px;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.spHeader_menu_text{
	font-size: 1.0rem;
	color:#4a6aa0;
}
.spHeader_menu_text__close{
	display:none;
}
.spHeader_menu.is_active .spHeader_menu_text{
	display:none;
}
.spHeader_menu.is_active .spHeader_menu_text__close{
	display:block;
}

.spNavi{
	    background-color: #ffffff;
	position:fixed;
	width:100%;
	top:0;
	left:0;
	max-height:100vh;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	padding:0;
	visibility:hidden;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition:opacity 500ms,visibility 500ms;
	z-index:499;
	display:none;
}
.spNavi_list li{
	padding: 0.6rem 0.5rem;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transform:translateY(-90px);
	transition:all 50ms;
	border-bottom: 1px dotted #000000;
}
.spNavi_list {
	color: #ffffff;
    background-color: #30377a;
    font-size: 1.4rem;
}
.spNavi_list a{
	text-decoration:none;
	color:#ffffff;
	font-size: 1.4rem;
}
.spNavi_list .sub{
	margin-left: 1.6rem;
}
.spNavi_list a img {
	width: 3.0rem;
}
.spNavi.is_active .spNavi_list li{
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transform:translateY(0);
}
.spNavi.is_active .spNavi_list li:nth-child(1){transition:all 200ms ease 100ms;padding-bottom: 1.4rem;height: 76px;background-color: #ffffff;padding-left: 1.0rem;}
.spNavi.is_active .spNavi_list li:nth-child(2){transition:all 200ms ease 150ms;}
.spNavi.is_active .spNavi_list li:nth-child(3){transition:all 200ms ease 200ms;}
.spNavi.is_active .spNavi_list li:nth-child(4){transition:all 200ms ease 250ms;}
.spNavi.is_active .spNavi_list li:nth-child(5){transition:all 200ms ease 300ms;}
.spNavi.is_active .spNavi_list li:nth-child(6){transition:all 200ms ease 350ms;}
.spNavi.is_active .spNavi_list li:nth-child(7){transition:all 200ms ease 400ms;}
.spNavi.is_active .spNavi_list li:nth-child(8){transition:all 200ms ease 450ms;}
.spNavi.is_active .spNavi_list li:nth-child(9){transition:all 200ms ease 500ms;}
.spNavi.is_active .spNavi_list li:nth-child(10){transition:all 200ms ease 550ms;}
.spNavi.is_active .spNavi_list li:nth-child(11){transition:all 200ms ease 600ms;}
/*.spNavi.is_active .spNavi_list li:nth-child(11) img {margin: 0 1.0rem;}*/
.spNavi.is_active .spNavi_list li:nth-child(12){transition:all 200ms ease 650ms;}
.spNavi.is_active .spNavi_list li:nth-child(13){transition:all 200ms ease 700ms;}
.spNavi.is_active .spNavi_list li:nth-child(14){transition:all 200ms ease 750ms;}
.contents{
	margin-left:auto;
	margin-right:auto;
}
/* More Infomation */
.btnMoreInfo {
	margin: 2.4rem auto 1.6rem;
    width: 560px;
    border: 1px solid #c8cef0;
    border-radius: 5px;
}
.btnMoreInfo a {
	display: block;
    font-size: 1.3rem;
    padding: 0.4rem 3.0rem;
    text-align: center;
    color: #32397f;
    background: linear-gradient(180deg, #ffffff 40%, #dee1ef);
    text-decoration: none;
}
.btnMoreInfo a:hover {
	background: linear-gradient(180deg, #f8f8f8 60%, #dee1ef);
}
.pageNavi {
	font-size: 1.2rem;
}
/* ***** 〜768px	*/
@media screen and (max-width: 768px) {
	.forSP {
		display: block;
	}
	.forPC {
		display: none;
	}
	header {
    	width: 100%;
    	/*margin: 0 auto 1.6rem;*/
	}
	#wrapper {
		padding-top:60px;
		width: 100%;
	}
	.spNavi.is_active{
		opacity:1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		visibility:visible;
	}
	.spNavi{
		display:block;
	}
	.spNavi_list a img {
    	width: 45%;
	}
	.contents{
		width:100%;
		padding-left:20px;
		padding-right:20px;
	}
	/*.gFooter_pagetop {
		position: fixed;
    	bottom: 0.8rem;
    	right: 0.8rem;
    	color: #4f7fce;
	}
	.gFooter_pagetop{
		padding: 0;
	}
	.gFooter_pagetop i {
		font-size: 3.2rem;
	}*/
	.gFooter_bg {
    	height: auto;
		padding: 0.6rem 0;
	}
	.gFooter_link{
		display: block;
		margin-top: 0.6rem;
    	padding-top: 0;
    	padding-bottom: 0;
	}
	.gFooter_link_list{
		width:100%;
		padding-left:0;
		font-size: 1.1rem;
	}
	.gFooter_link_list+.gFooter_link_list {
		border: none;
	}
	.gFooter_link_list:nth-child(n+3){
		margin-top:15px;
	}
	.gFooter_link_list:nth-child(2n){
		margin-top: 0.8rem;
	}
	.gFooter_link_list li {
		font-size: 1.4rem;
	}
	.gFooter_link_list li+li{
		margin-top:0.5rem;
		font-size: 1.4rem;
	}
	.footerLink {
		font-size: 1.4rem;
	}
	.footerLinkTtl {
    	margin-top: 1.2rem;
    	font-size: 1.6rem;
	}
	.gFooter_company ul {
		position: initial;
    	display: inline-block;
    	padding: 1.0rem 0;
    	background-color: transparent;
	}
	.gFooter_copyright{
		bottom: 0;
	}
	.spInqArea {
		margin-bottom: 3.6rem;
		display: flex;
    flex-wrap: wrap;
		justify-content: center;
	}
	.spInqArea .topInq {
    background-color: #31397a;
    color: #ffffff;
    margin-bottom: 0.6rem;
    padding: 0.4rem 0.8rem 0.24rem;
    line-height: 1.8;
    font-size: 1.2rem;
    border-radius: 4px;
	}
	.spInqArea .topInq a {
		color: #ffffff;
	}
	.spInqArea .topTel {
    padding: 0.1rem 0.4rem 0.1rem 0.6rem;
		font-size: 1.14rem;
	}
}
@media screen and (max-width: 414px) {
	.spNavi_list a img {
    	width: 65%;
	}
	.spHeader_title{
		position: absolute;
    	top: 0.2rem;
    	height: 55px;
		height: auto;
	}
}

/* Page Contents */
.mainContent {
	position: relative;
	padding-top: 4.2rem;
}
.wrapper_mem {
	background-image: url("../images/bg/1547294082.jpg");
	background-size: cover;
	zoom:1;
}
.wrapper_brc {
	background-image: url("../images/bg/galblog_bg2.jpg");
	background-size: initial;
	zoom:1;
}
.pageContent {
	width: 870px;
	margin: 0 auto 2.4rem;
}
.pageNavi a {
	color: #2f397e;
}
.pageMain {
	width: 880px;
    margin: 0 auto;
}
.pageTtl {
	text-align: center;
    padding-bottom: 0.2rem;
	margin: 3.2rem 0 4.2rem;
}
.pageTtl h2 {
	line-height: 1.2;
	font-weight: bold;
    font-size: 3.0rem;
    color: #323a83;
    display: inline-block;
    padding: 0 1.6rem;
    border-bottom: 8px solid #5e6ffd;
}
.pageSubmenu {
	margin-bottom: 4.2rem;
}
.pageSubmenu ul {
	display: flex;
	justify-content: center;
}
.pageSubmenu li{
	font-size: 1.4rem;
	padding: 0 3.6rem;
}
.pageHeadMenu {
	display: none;
}

/* Top Page */
.topThmGallery {
    height: 400px;
    width: 100%;
}
.topMidArea {
	margin: 4.2rem auto 6.0rem;
    padding: 5.6rem 0 2.0rem;
    height: 270px;
	width: 100%;
    background-image: url("../images/pageimg/1548233902.jpg");
	background-size: cover;
    /*background-size: contain;
    background-repeat: repeat-x;*/
}
.topMidInner {

}
.topMidInner ul {
	display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255,255,255,0.6);
    width: 92%;
    margin: 0 auto;
    padding: 0.8rem 1.6rem;
}
.topMidInner li:first-child {
	font-size: 1.3rem;
	color:#33397f;
	font-weight: bold;
}
.topMidInner li img {
	height: 76px;
	width: auto;
}
.topNewsArea {
	clear: both;
    padding: 1.0rem;
    margin: 3.2rem auto 2.4rem;
}
.newsAreaTtl {
	border-left: 12px solid #32397f;
    padding-left: 0.6rem;
    font-size: 2.5rem;
    font-weight: bold;
    color: #333980;
    line-height: 100%;
}
.topNews {
	display: flex;
	justify-content: space-between;
}
.topNewsBlock {
	margin-top: 1.0rem;
    width: 680px;
    padding-left: 1.2rem;
}
.topNewsCont {
	display: flex;
    border-bottom: 1.5px dotted #96a7c1;
    font-size: 1.2rem;
}
.topNewsCont li {
	padding: 0.6rem 0.6rem 0.2rem 0;
    margin-top: 0.8rem;
	font-size: 1.25rem;
}
.topNewsCont li:first-child {
	width: 180px;
}
.topNewsCont li:last-child {
	width: 100%;
}
.topLinkBlock {
	margin-left: 2.4rem;
	width: 260px;
}
.topLinkBlock li {
	margin-bottom: 1.0rem;
}

/* Exhibision Page */
.pageKouboBlock {

}
.pageKouboHeader {
	display: flex;
    justify-content: space-between;
	align-items: baseline;
}
.pageKouboTtl {
    font-weight: bold;
    font-size: 2.6rem;
    color: #32397f;
    padding-left: 1.0rem;
}
.pageKouboDate {
	
}
.pageKouboMain {
	display: flex;
	justify-content: space-between;
	border: #808fa9 2px dotted;
	padding: 0.8rem;
}
.pageKouboMain .kouboInfo {
	width: 100%;
	margin: 36px auto 45px;
}
.pageKouboMain .kouboTtl {
	font-weight: bold;
	font-size: 2.8rem;
	color: #32397f;
}
.kouboInfoItemTtl {
	padding-top: 2.0rem;
	font-size: 1.8rem;
    font-weight: bold;
}
.kouboInfoItem {
	padding-left: 1.0rem;
	font-size: 1.6rem;
}
.kouboInfoItemPlc {
	padding-left: 1.0rem;
	font-size: 1.8rem;
}
.pageKouboMain .kouboImage {
	width: 340px;
	margin-top: 45px;
}
.pageKouboMain .kouboImage div:last-child {
	margin-top: 45px;
}
.pageKouboMain .koubo_pdf {
	margin: 1.6rem auto;
    border: 1px solid #c8cef0;
    border-radius: 5px;
}
.pageKouboMain .koubo_pdf a {
    display: block;
    font-size: 1.3rem;
    padding: 0.4rem 1.0rem;
    text-align: center;
    color: #32397f;
    background: linear-gradient(180deg, #ffffff 40%, #dee1ef);
    text-decoration: none;
}
.pageKouboMain .koubo_pdf a:hover {
	background: linear-gradient(180deg, #f8f8f8 60%, #dee1ef);
}
.pageKouboNote {
	margin: 3.4rem auto 0;
	padding-left: 1.0rem;
	width: 850px;
	display: flex;
	justify-content: space-between;
}
.noteImg img {
	width: 300px;
	padding: 1.0rem 0 1.0rem 1.0rem;
}
.pageKouboNote .noteTtl {
    color: #32397f;
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 180%;
}
.pageKouboNote .iconSqu::before {
	content: "\f0c8";
	font-family: FontAwesome;
	margin-right: 0.2rem;
}
.pageKouboNote .iconHand::before {
	content: "\f0a4";
	font-family: FontAwesome;
	margin-right: 0.2rem;
}
.pageKouboNote .iconChk::before {
	content: "\f046";
	font-family: FontAwesome;
	margin-right: 0.2rem;
}
.pageKouboNote .iconStr::before {
	content: "\f005";
	font-family: FontAwesome;
	margin-right: 0.2rem;
}
.pageKouboNote .iconExc::before {
	content: "\f071";
	font-family: FontAwesome;
	margin-right: 0.2rem;
}
.pageKouboNote .noteItem {
	padding-left: 1.2rem;
	font-size: 1.4rem;
}
/* Claim Paage */
.claimTop {
	text-align: center;
	margin-bottom: 6.4rem;
}
.claimTop p {
	font-size: 1.6rem;
    font-weight: bold;
}
.claimTop img {
	width: 400px;
    margin-top: 2.4rem;
}
.claimTtl {
	font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    color: #323a83;
    padding: 0 1.6rem;
    border-bottom: 2px dotted #323a83;
    margin-bottom: 1.6rem;
}
.claimMsg {
	font-size: 1.4rem;
	line-height: 2.0;
}
.claimRep {
	font-size: 1.4rem;
	padding-top: 1.0rem;
    /*text-align: right;*/
}

/* HIstory Page */
.pageHistBlock {
	margin-bottom: 5.4rem;
}
.pageInvtBlock {
	margin-bottom: 3.2rem;
}
.histTtl {
	font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #323a83;
    margin-bottom: 1.6rem;
}
/* HIstory Page Acc */
.histInvBlock {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0.8rem auto;
}
.histItemBlock li {
	padding: 0.6rem 0.6rem 0.4rem 6.4rem;
    font-size: 1.3rem;
    border-bottom: 1px solid #5c70ff;
}
.histInvBlock input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.histInvBlock label {
	font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.4;
    position: relative;
    display: block;
    padding: 0 0 0 0.8rem;
    cursor: pointer;
    margin: 0 0 1px 0;
    border-bottom: 1px solid #5c70ff;
}
.histInvBlock .histInvAcc {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: 0.7s;
	transition:  0.7s;
}
.histInvBlock input:checked ~ .histInvAcc {
	max-height: 180.0rem;
}
.histInvBlock label:after{
	font-size: 2.0rem;
	line-height: 1.5;
    color: #5c70ff;
    font-family: "FontAwesome";
    content: " \f0fe";
    position: absolute;
    top: 0;
    right: 0;
    width: 2.4rem;
    height: 2.4rem;
}
.histInvBlock input:checked ~ label::after {
	color: #5c70ff;
	font-family:"FontAwesome";
	content:" \f146";
}
/* History Table */
ul.histTable {
    display: flex;
    flex-wrap: wrap;
    width: 900px;
    border: 1px solid;
}
ul.histTable > li:nth-child(2n) {
    border-left: 1px solid;
}
ul.histTable > li:nth-child(2n+1) {
    clear: both;
	background-color: #fafaec;
    width: 160px;
}
ul.histTable > li {
    padding: 0.8rem 0.6rem;
    font-size: 1.25rem;
    line-height: 2.0;
	border-top: 1px solid;
    width: 738px;
}
ul.histTable > li:first-child {
	border-top: none;
}
ul.histTable > li:nth-child(2) {
	border-top: none;
}

/*Consttitution Page */
.pageConstBlock ul {
	display: flex;
	flex-wrap: wrap;
}
.pageConstBlock li {
	font-size: 1.3rem;
}
.pageConstBlock li:nth-child(3n+1) {
	clear: both;
	width: 100%;
}
.pageConstBlock li:nth-child(3n+2) {
	width: 80px;
}
.pageConstBlock li:nth-child(3n) {
	width: 800px;
	padding-bottom: 1.6rem;
}
/* Gallery Page */
.pageGalleryBlock {
	
}
.galBlockTtl {
	text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 2px dotted;
    margin-bottom: 1.6rem;
    color: #313a83;
}
.galPicupMain {
	margin-bottom: 3.2rem;
}
.galPicupTtl {
	font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #666666;
}
.galPicupTop {
	margin-bottom: 2.4rem;
}
.galPicupTop > ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.galPicupTop > ul > li {
	width: 18%;
    margin: 0 0.8rem;
}
.galTopImg img {
	object-fit: cover;
    height: 120px;
}
.object_fit_img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.galImgCapt {
	font-size: 1.3rem;
	line-height: 1.4;
	padding: 0.6rem 0 0 0.6rem;
}
.galImgAwd {
	padding-left: 0.6rem;
}
.galPicupMain > ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.galPicupMain > ul > li {
	width: 18%;
    padding: 1.2rem 0;
}
.galPicupImg img {
	object-fit: cover;
    height: 120px;
}
.galRepMain > ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.galRepMain > ul > li {
	width: 18%;
	padding: 1.2rem;
}
.galMemMain > ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.galMemMain > ul > li {
	width: 18%;
	padding: 1.2rem;
}

/* Gallery Member Branch */
.pageGalBlogBlock {
	
}
.galBlogPageTtl {
	text-align: center;
    padding: 0.6rem;
    margin: 3.2rem 0 1.6rem;
    background-color: rgba(255,255,255,0.75);
    border-radius: 5px;
}
.galBlogPageTtl h2 {
    line-height: 1.5;
    font-weight: bold;
    font-size: 3.0rem;
    color: #323a83;
    display: inline-block;
    padding: 0 1.6rem;
    border-left: 10px solid #323a83;
    display: block;
}
.brcPTtl  h2{
	color: #999933;
    border-left: 10px solid #999933;
}
.galBlogArea {
	display: flex;
	justify-content: space-between;
}
.galBlogMainBlock {
	width: 620px;
    /*background-color: rgba(255,255,255,0.75);
    border-radius: 5px;
    padding: 1.6rem 1.0rem;*/
}
.galBlogContBlock {
	width: 240px;
}
.galBlogList {
	background-color: rgba(255,255,255,0.75);
    border-radius: 5px;
    padding: 1.6rem 1.0rem;
	margin-bottom: 3.2rem;
	position: relative;
}
.galRecom {
	background-color: #ddffff;
	padding-top: 1.0rem;
}
.galRecom>div {
	margin-top: -4px;
    margin-left: -19px;
}
.galRecom>div img {
	width: auto;
}
.brcRecom {
	background-color: #ffffcc;
	padding-top: 1.0rem;
}
.brcRecom>div {
	margin-top: -4px;
    margin-left: -19px;
}
.brcRecom>div img {
	width: auto;
}
.galBlogItem {
	background-color: rgba(255,255,255,0.75);
    border-radius: 5px;
    padding: 1.6rem 1.0rem;
	margin-bottom: 2.2rem;
}
.galBlogHeadItem {
	
}
.updDate  {
	font-size: 1.3rem;
	/*margin-bottom: 0.6rem;*/
}
.updDate::before {
	content: "\f017";
	font-family: FontAwesome;
	margin-right: 0.2rem;
}
.galBlogTtl {
	font-size: 2.0rem;
	padding-bottom: 1.3rem;
}
.galBlogItemTag {
	margin: 0 0 1.0rem 1.2rem;
}
.tagItem {
	display: inline-block;
    padding: 0.4rem 1.0rem;
    font-size: 1.3rem;
    background-color: #9fafff;
    color: #ffffff;
    margin: 0 0.8rem 0.8rem 0;
}
.tagItem a {
    color: #ffffff;
 }
.tagItemBrc {
	display: inline-block;
    padding: 0.4rem 1.0rem;
    font-size: 1.3rem;
    background-color: #cccc33;
    color: #ffffff;
    margin: 0 0.8rem 0.8rem 0;
}
.tagItemBrc a {
    color: #ffffff;
}
.galBlogHeadSec {
	height: 7px;
	background-image: url("../images/gal_sec_bg.png");
	background-size: contain;
}
.brcBlogHeadSec {
	height: 7px;
	background-image: url("../images/gal_sec_bg2.png");
	background-size: contain;
}
.galBlogListItem {
	display: flex;
	justify-content: space-between;
}
.galBlogListItem li:first-child {
	width:380px;
}
.galBlogListItem li:nth-child(2) {
	width: 200px;
    height: 200px;
	background-size: cover;
    background-position: center center;
    /*background-image: url(../images/claim_img.jpg);*/
}
.galBlogTop {
	display: flex;
	justify-content: space-between;
}
.galBlogHeadImg img {
	
}
.galBlogItemCont {
	padding: 1.6rem 0.8rem 2.4rem;
}
.galBlogItemCont li {
	font-size: 1.6rem;
}
.galBlogItemCont .blogImg{
	text-align: center;
}
.galBlogItemCont li img {
	width: 480px;
    margin: 1.0rem auto 3.2rem;
}
.galBlogNavi {
	position: relative;
	margin-top: 3.6rem;
	display: flex;
	justify-content: space-between;
}
.galBlogNaviLeftNa {
	font-size: 1.4rem;
	padding-left: 1.2rem;
	width: 46%;
}
.galBlogNaviLeft {
	font-size: 1.4rem;
	padding-left: 1.2rem;
	width: 46%;
}
.galBlogNaviLeft::before {
	content: "\f104";
    font-size: 1.8rem;
    font-family: FontAwesome;
    margin-right: 0.4rem;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.galBlogNaviRightNa {
	font-size: 1.4rem;
	padding-right: 1.2rem;
	width: 46%;
}
.galBlogNaviRight {
	font-size: 1.4rem;
	padding-right: 1.2rem;
	width: 46%;
}
.galBlogNaviRight::after {
	content: "\f105";
	font-size: 1.8rem;
	font-family: FontAwesome;
	margin-left: 0.4rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.galBlogContBlock .contTtl {
	position: relative;
	text-align: center;
	font-size: 1.4rem;
	padding-bottom: 0.4rem;
}
.galBlogContBlock .contTtl:before {
  	content: '';
  	position: absolute;
  	left: 50%;
  	bottom: 0;
  	display: inline-block;
  	width: 100%;
  	height: 5px;
  	-moz-transform: translateX(-50%);
  	-webkit-transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
  	transform: translateX(-50%);
	background-image: url("../images/gal_sec_bg.png");
	background-size: cover;
}
.galBlogContBlock .brcTtl:before {
	background-image: url("../images/gal_sec_bg2.png");
	background-size: cover;
}
.galBlogContBlock .content {
	background-color: rgba(255,255,255,0.75);
    padding: 0.6rem;
    border-radius: 5px;
    margin-bottom: 1.6rem;
}
.galBlogContBlock .content>ul {
	position: relative;
	/*border-bottom: 2px solid;*/
    padding: 0.6rem 0;
}
.galBlogContBlock .content>ul:before {
	content: '';
	position: absolute;
	left: 50%;
  	bottom: 0;
  	display: inline-block;
  	width: 180px;
  	height: 1px;
  	-moz-transform: translateX(-50%);
  	-webkit-transform: translateX(-50%);
 	-ms-transform: translateX(-50%);
  	transform: translateX(-50%);
  	background-color: #123456;
}
.galBlogContBlock .content>ul:nth-child(4)::before {
	  background-color: transparent;
}
.galBlogContBlock .content>ul:last-child::before {
	  background-color: transparent;
}
.galBlogContBlock .content li  {
	font-size: 1.4rem;
}
.galBlogContBlock .content .updDate  {
	font-size: 1.3rem;
}
.galBlogContBlock .content .updDate::before {
	content: "\f017";
	font-family: FontAwesome;
	margin-right: 0.2rem;
}
.galBlogContBlock .continue {
	font-size: 1.3rem;
    text-align: right;
    margin-top: 1.0rem;
}
.contTag {
	display: flex;
    flex-wrap: wrap;
}
.contTag li {
	padding: 0.3rem 0.8rem;
    margin-top: 0.6rem;
}
.contTag li a{
	font-size: 1.3rem;
	color: #ffffff;
}
.contArcYear {
	position: relative;
    overflow: hidden;
    width: 100%;
    padding-left: 0.8rem;
}
.contArcYear input{
	position: absolute;
    z-index: -1;
    opacity: 0;
}
.contArcYear label {
    font-size: 1.4rem;
    position: relative;
    display: block;
    padding: 0.6rem 0 0 1.6rem;
    cursor: pointer;
    margin: 0 0 1px 0;
 }
.contArcYear input:checked ~ label::after {
    font-family: "FontAwesome";
    content: "\f0d7";
}
.contArcYear label:after {
    font-size: 2.2rem;
    line-height: 1.5;
    font-family: "FontAwesome";
    content: "\f0da";
    position: absolute;
    top: 0;
    left: 0;
}
.contArcYear .contArcMonth {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.contArcYear input:checked ~ .contArcMonth {
    max-height: 50.0rem;
}
.contArcMonth li {
    padding-left: 2.4rem;;
    font-size: 1.3rem;
}
/* Page Navi */
.pagenation {
   position: relative;
   text-align: center;
}
.pageInner {
	display: inline-block;
}
.pagenation ul {
	display: flex;
	margin-bottom: 1.6rem;
}
.pagenation li a {
    border:1px solid #CECECE;
    margin: 0.6rem 0.4rem;
    padding:0.4rem 0.8rem;
    display: inline-block;
    text-decoration:none;
    color: #303030;
    background: #fff;
	font-size: 1.3rem;
}
.pagenation li.active a {
    border: solid 1px #f9f9fc;
    color: #FFFFFF;
    background: #33397f;
}
.pagenation li a:hover {
    background: #9fafff;
}

/* Relation Page */
.relTtl {
font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    color: #323a83;
    margin-bottom: 3.6rem;
    border-bottom: 1px dotted #697ccc;
}
.pageRelBlock {
	/*text-align: center;*/
}
.pageRelBlock:nth-child(2) {
	margin-top: 4.6rem;
}
.pageRelBlock ul {
	width: 540px;
	margin: 0 auto;
}
.pageRelBlock li a {
	font-size: 1.6rem;
    line-height: 2.0;
    /* padding: 1.0rem 0; */
}
/* ArtWork Page */
.pageArtworkBlock {
	margin: 3.2rem 0;
}
.artworkMain {
	width: 840px;
    margin: 0 auto;
}
.artwrokImg {
	text-align: center;
}
.artwrokImg img {
	max-height: 880px;
	width: auto;
	margin: 0 auto;
}
.artwrokCapt {
	text-align: center;
	font-size: 2.6rem;
	padding: 1.0rem 0 0;
}
.artwrokName {
	text-align: right;
	font-size: 2.0rem
}
.artwrokTtl {
	text-align: right;
	font-size: 1.8rem
}

/* Inquiry Page */
.inqBlock {
	background-color: #f5f7ff;
	padding: 2.0rem 1.6rem 1.6rem;
	margin-bottom: 5.6rem;
}
#inqFormBlock p{
	font-size: 1.3rem;
	margin-bottom: 1.6rem;
}
#inqFormBlock .inqItem {
	/*display: flex;*/
	margin-bottom: 2.0rem;
}
#inqFormBlock .inqTtl {
	padding: 0.3rem 2.0rem 0.3rem 0;
    position: relative;
    font-size: 1.8rem;
    display: inline-block;
}
#inqFormBlock .inqUnit {
	width: 100%;
}
#inqFormBlock .ph::-webkit-input-placeholder {
    color: #d0d0d0; 
}

#inqFormBlock .req {
    color: #ff3333;
    font-size: 2.0rem;
    font-weight: bold;
}
#inqFormBlock .tmp {
	background-color: #3366cc;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: bold;
    margin-left: 0.6rem;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    position: absolute;
    display: inline-block;
    right: 0.5rem;
    top: 0.2rem;
}
.radio01 {
	padding-left: 2.6rem;
}
.radio01 input[type="radio"] {
	display: none;
}
.radio01 label {
	position: relative;
    display: block;
    padding: 3px 16px 3px 36px;
    cursor: pointer;
    font-size: 1.4rem;
}
.radio01 label::before,
.radio01 label::after {
	position: absolute;
	content: '';
	top: 50%;
	border-radius: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.radio01 label::before {
	left: 0;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    margin-left: -2px;
    background: #f3f3f3;
    border: 1px solid #ccc;
}
.radio01 label:hover::before {
	background: #fff;
}
.radio01 label::after {
	opacity: 0;
    left: 3px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #3498db;
    -webkit-transform: scale(2);
    transform: scale(2);
}
.radio01 input[type="radio"]:checked + label::before {
	background: #fff;
	border: 1px solid #3498db;
}
.radio01 input[type="radio"]:checked + label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.srch_btn {
  	display: block;
    text-align: center;
    text-decoration: none;
    outline: none;
    background-color: #6a7dcc;
    color: #fff;
    margin: 1.6rem auto 0.6rem;
    border-radius: 5px;
}
.srch_btn::before,
.srch_btn::after {
  	position: absolute;
  	z-index: -1;
  	display: block;
  	content: '';
}
.srch_btn,
.srch_btn::before,
.srch_btn::after {
  	box-sizing: border-box;
  	-webkit-transition: all .3s;
  	transition: all .3s;
}
.srch_btn:hover {
	background-color: #59b1eb;
	cursor: pointer;
}
.btnSmall {
    width: auto;
    line-height: 2.4rem;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    padding: 1.0rem 4.6rem;
}
.inp01 input[type="text"] {
	padding: 1.2rem 0.6rem 1.2rem 1.6rem;
    width: 800px;
    max-width: 100%;
    font-size: 1.5rem;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
}
.inp01 input[type="text"]:focus {
	background-color: #f5f1de;
}
.inp01 .txtArea {
	width: 800px;
	font-size: 1.3rem;
    padding: 1.2rem 0.6rem 1.2rem 1.6rem;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    height: 16.0rem;
}
textaera:focus {
	background-color: #f5f1de;
}
.inqBtn {
	justify-content: center;
}
.inqBtn li{
	padding: 0 1.0rem;
}
/* Policy Page */
.policBlock {
	width: 880px;
	margin: 2.4rem auto;
}
.policBlock> li {
	font-size: 1.2rem;
}
.policBlock .policTtl {
	font-size: 1.4rem;
	font-weight: bold;
	color: #323a83;
	padding-bottom: 0.6rem;
	border-bottom: 2px solid #697ccc;
}
.policBlock .policItem {
	padding: 0.6rem 1.0rem 0.6rem 1.6rem;
	margin-bottom: 1.6rem;
}
.policPP {
	padding: 1.0rem 1.6rem;
    border: 1px solid #323a82;
    border-radius: 5px;
    margin: 1.6rem 1.0rem 3.2rem 1.6rem;
}
.policPPcapt {
	color: #323a82;
    font-weight: bold;
    font-size: 1.4rem;
    padding-bottom: 1.0rem;
}
.policPPttl {
	font-size: 1.2rem;
    margin-top: 1.2rem;
    font-weight: bold;
    border-bottom: 1px dotted #687bcc;
    padding: 0 0 0.2rem 0.6rem;
    margin-bottom: 0.6rem;
    border-left: 8px solid #687bcc;
}
.policPPitem {
	font-size: 1.2rem;
	padding-left: 1.6rem;
}

/* Page Responsibe */
@media screen and (max-width: 768px) {
/* Common */
	.pageTtl h2 {
    	font-size: 2.2rem;
	}
	.mainContent {
    	position: relative;
    	padding-top: 1.2rem;
	}
	.pageHeadMenu {
		display: block;
		background-color: #f7f6fb;
		margin: 1.6rem 0 2.4rem;
		
	}
	.pageHeadMenu li {
		font-size: 2.2rem;
		font-weight: bold;
    	text-align: center;
    	padding: 0.6rem 0;
    	border-top: 1px solid #808fa9;
	}
	.pageHeadMenu li:last-child {
    	border-bottom: 1px solid #808fa9;
	}
	.pageHeadMenu .act {
    	color: #556cff;
	}
	.pageSubmenu {
		display: none;
	}
	.pageContent {
		width: 100%;
		margin: 0 auto 2.4rem;
		padding: 0 0.8rem;
	}
	.pageMain {
    	width: 100%;
	}
/* Top Page */
	.topThmGallery {
    	height: auto;
    	width: 100%;
	}
	.slick-slide img {
		padding: 0;
    	max-width: 100%;
    	max-height: 400px;
    	margin: auto auto;
	}
	.topMidArea {
    margin: 2.4rem auto 1.0rem;
    padding: 3.2rem 0 1.0rem;
    height: 320px;
    background-image: url("../images/pageimg/1548233902.jpg");
	}
	.topMidInner ul {
		display: block;
	}
	.topMidInner li:last-child{
		text-align: center;
	}
	.topMidInner li img {
    	width: 90%;
		height: auto;
		margin: 0.6rem auto 0.4rem;
	}
	.topNewsArea {
		padding: 1.0rem 0.6rem;
    	margin: 3.2rem auto 0.6rem;
	}
	.topNews {
		display: block;
	}
	.newsAreaTtl {
    	border-left: 10px solid #32397f;
    	font-size: 2.8rem;
	}
	.topNewsBlock {
    	width: 100%;
    	padding: 0 0.6rem;
	}
	.topNewsCont {
    	display: block;
    	border-bottom: 1.5px dotted #96a7c1;
    	font-size: 1.1rem;
	}
	.topNewsCont li {
    	padding: 0;
		margin-top: 0;
		font-size: 1.4rem;
	}
	.topNewsCont li:first-child {
    	width: 100%;
		padding-top: 1.0rem;
	}
	.topNewsCont li:last-child {
    	width: 100%;
    	padding-bottom: 1.0rem;
	}
	.btnMoreInfo {
		margin: 3.6rem auto 1.6rem;
    	width: 76%;
	}
	.topLinkBlock {
    	margin: 4.2rem auto 2.4rem;
    	width: 100%;
	}
	.topLinkBlock ul {
		display: block;
		justify-content: space-around;
	}
	.topLinkBlock li {
    	margin: 0 auto;
    	max-width: 700px;
		margin-bottom: 3.6rem;
		text-align: center;
	}
/* Exhibition */
	.pageKouboMain {
    	display: block;
	}
	.pageKouboMain .kouboTtl {
    	font-size: 1.8rem;
	}
	.pageKouboTtl {
    	font-size: 2.2rem;
	}
	.kouboInfoItemTtl {
     	font-size: 1.4rem;
 	}
	.kouboInfoItem {
    	font-size: 1.3rem;
	}
	.kouboInfoItemPlc {
 	    font-size: 1.6rem;
	}
	.pageKouboMain .kouboImage {
    	width: 86%;
		margin: 1.0rem auto;
	}
	.pageKouboNote {
    	margin-top: 55px;
    	padding-left: 0.4rem;
		width: 100%;
    	display: block;
	}
	.pageKouboNote .noteTtl {
    	font-size: 1.6rem;
	}
	.pageKouboNote .noteItem {
	    font-size: 1.3rem;
	}
	.noteImg {
		text-align: center;
	}
	.noteImg img {
		max-width: 480px;
    	width: 80%;
    	margin: 1.6rem auto;
	}
	/* Claim Paage */
	.claimTop {
		text-align: center;
	}
	.claimTop p {
		font-size: 1.3rem;
	}
	.claimTop img {
		width: 80%;
	}
	/* Gallery */
	.galPickupBlock {
		padding-top: 4.6rem;
	}
	.galPicupTop > ul {
    	display: flex;
    	justify-content: space-between;
    	flex-wrap: wrap;
    	align-items: flex-start;
	}
	.galPicupTop > ul > li {
    	width: 50%;
    	margin: 1.2rem 0 0;
	}
	.galPicupTop > ul > li > ul {
    	padding: 0 0.6rem;
	}
	.galImgAwd {
    	margin-bottom: 1.6rem;
	}
	.galPicupMain {
    	margin-bottom: 0;
	}
	.galPicupMain > ul > li {
    	width: 50%;
    	padding: 0;
	}
	.galPicupMain >ul > li > ul {
    	padding: 0 0.6rem;
	}
	.galRepBlock {
		padding-top: 4.6rem;
	}
	.galMemBlock {
		padding-top: 4.6rem;
	}
	/* History */
	.histItemBlock li {
		padding: 0.6rem 0.6rem 0.4rem 2.0rem;
    	text-indent: -1.3rem;
	}
	ul.histTable {
    	display: block;
		width: 100%;
	}
	ul.histTable > li:nth-child(2n+1) {
    	width: 100%;
	}
	ul.histTable > li:nth-child(2n) {
    	border-left: none;
	}
	ul.histTable > li:nth-child(2) {
    	border-top: 1px solid;
	}
	ul.histTable > li {
    	padding: 0.8rem 0.6rem;
    	width: 100%;
	}
	/* Art Work */
	.pageArtworkBlock {
    	margin: 3.2rem 0.8rem;
	}
	.artworkMain {
    	width: 100%;
    	margin: 0 auto;
	}
	.artwrokCapt {
		text-align: center;
		font-size: 2.6rem;
	}
	.artwrokName {
		text-align: center;
		font-size: 2.0rem
	}
	.artwrokTtl {
		text-align: center;
		font-size: 1.8rem
	}
	.artwrokImg img {
    	/*max-height: 90vh;*/
    	width: 100%;
    	margin: 0 auto;
	}
	/* member blog */
	.galBlogPageTtl {
   		margin: 1.6rem 0 2.4rem;
	}
	.galBlogArea {
    	display: block;
		padding-bottom: 1.6rem;
	}
	.galBlogMainBlock {
    	width: 100%;
	}
	.galBlogListItem li:first-child {
    	width: 76%;
	}
	.galBlogListItem li:nth-child(2) {
    	width: 24%;
    	height: 100px;
	}
	.galBlogTtl {
    	font-size: 1.5rem;
	}
	.galBlogItemCont li img {
    	width: 100%;
    	margin: 1.0rem auto 2.4rem;
	}
	.galBlogItemCont li {
    	font-size: 1.3rem;
	}
	.galBlogContBlock {
    	width: 100%;
	}
	.galBlogContBlock .content>ul:before {
    	width: 84%;
	}
	.pagenation {
    	position:static;
	    width: 100%;
	}
	.pagenation ul {
    	left: 0;
    	margin-bottom: 3.2rem;
	}
	.pagenation li a {
    	margin: 0.6rem 0.3rem;
    	padding: 0.3rem 0.6rem;
	}
	
	/* Relation */
	.pageRelBlock ul {
    	width: 100%;
    	margin: 0 auto;
	}
	.pageRelBlock li {
    	text-indent: -1.6rem;
    	padding-left: 1.6rem;
	}
	/* Inquiry */
	.inqBlock {
     	padding: 2.0rem 0.6rem 1.6rem;
	}
	#inqFormBlock .inqTtl {
   		font-size: 1.4rem;
	}
	.inp01 input[type="text"] {
    	padding: 0.8rem 0.6rem;
    	width: 94%;
	    font-size: 1.3rem;
	}
	.inp01 .txtArea {
    	width: 94%;
    	font-size: 1.3rem;
    	padding: 0.8rem 0.6rem;
	}
	/* Policy */
	.policBlock {
    	width: 100%;
	}
	.policPP {
    	padding: 1.0rem 0.6rem;
		margin: 1.6rem 0 3.2rem;
	}
}

