@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap');
/* ブラウザスタイル初期化用ＣＳＳ */
html {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  font-size: 10px;
  line-height: 0;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 1.6rem;
  font-style: normal;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background: white;
  text-align: center;
}
body * {
  box-sizing: border-box;
  word-wrap: break-word;
  /* line-height: 100%; */
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,li,dl,dt,dd{
  margin: 0px;
  padding: 0px;
  line-height: 100%;
}
li,dt,dd{
  list-style-type: none;
}
/*p {
  margin: 0;
  line-height: 1.5em;
  vertical-align: middle;
}*/
img {
  border: 0;
  border: none;
}
input,select,option,button,textarea {
  font-size: 1.6rem;
  line-height: 100%;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: none;
}
input[type="text"]:focus,
button:focus {
  outline: none;
}
a {
  color: #333333;
  line-height: 100%;
  text-decoration: none;
}
a:hover {
  color: #0075C2;
	text-decoration: none;
	opacity: 0.8;
}
p,dl,dd{
	font-weight: 500;
	line-height: 1.4;
}
.red{
	color: #E37272 !important; 
}
.red svg{
	fill: #E37272 !important;
}
.open{
	color: #E37272 !important; 
}

/*余白*/
.mb25{
	margin-bottom: 25px !important;
}

/*svgカラー*/
.red svg{
	fill: #E37272 !important;
}
.white svg{
	fill: #FFFFFF !important;
}
.blue svg{
	fill: #0075C2 !important;
}

/*TOP*/
.cmn-wrapper{
	display: flex;
}
/*ヘッダー*/
.cmn-wrapper header{
	padding: 31px 31px 0px;
    position: fixed;
    background: white;
	height: 100vh;
	border-right: solid 1px #EDEDED;
	overflow-y: scroll;
}
.cmn-wrapper header::-webkit-scrollbar{
   width: 0px;
}
.cmn-wrapper header .logo{
	margin-bottom: 60px;
	max-width: 158px;
}
.cmn-wrapper header .logo img{
	width: 101%;
	-webkit-transform: translateZ(0);
}
.cmn-wrapper header .h_menu{
	font-size: 1.5rem;
	text-align: left;
	font-weight: bold;
}
.cmn-wrapper header .h_menu p{
	margin-bottom: 28px;
}
.cmn-wrapper header .h_menu a:hover{
	text-decoration: none;
	position: relative;
}
.cmn-wrapper header .h_menu a:hover::after{
	content: "";
	position: absolute;
	top: 7px;
    right: -40px;
    width: 24px;
    height: 5px;
	border-bottom: 1px solid #0075C2;
	border-right: 1px solid #0075C2;
	transform: skew(45deg);
}
.cmn-wrapper header .h_menu_sns{
	padding-top: 20px;
	font-size: 1.5rem;
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
}
.cmn-wrapper header .h_menu_sns p{
	margin-bottom: 28px;
}
.cmn-wrapper header .h_menu_sns a:hover{
	text-decoration: none;
	position: relative;
}
/*.cmn-wrapper header .h_menu_sns a:hover::after{
	content: "";
	position: absolute;
	top: 7px;
    right: -40px;
    width: 24px;
    height: 5px;
	border-bottom: 1px solid #0075C2;
	border-right: 1px solid #0075C2;
	transform: skew(45deg);
}*/
.cmn-wrapper header .h_menu_sns .sns_icon{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

main{
	position: relative;
}
.cmn-wrapper main{
	padding: 53px 0px 0px;
	width: calc(100% - 220px);
    margin-left: 220px;
}

/*緊急のお知らせ*/
#emergency{
	font-size: 1.4rem;
	padding: 0px 60px;
	margin: 0 auto 53px;
	text-align: left;
}
#emergency p{
	line-height: 1.4;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
#emergency p svg{
	margin-right: 10px;
}

/*ギャラリーメインビジュアル*/
#gallery{
	margin-bottom: 40px;
}
#gallery .ttl{
	padding: 0px 60px 10px 60px;
}
#gallery .gallery_main{
	background: #EDF3F5;
	padding: 20px 60px 0px;
	margin-bottom: 40px;
	margin-top: -30px;
}
#gallery .gallery_main .main_cnt{
	display: flex;
	align-items: center;
	padding: 40px 0px;
	border-bottom: solid 1px #FFFFFF;
}
#gallery .gallery_main .main_cnt:last-child{
	border-bottom: none;
}
#gallery .gallery_main .main_cnt .main_img{
	margin-right: 40px;
	width: 50%;
}
#gallery .gallery_main .main_cnt .main_img img{
	width: 100%;
}
#gallery .gallery_main .main_cnt .main_txt{
	text-align: left;
	color: #333333;
	width: 50%;
}
#gallery .gallery_main .main_cnt .main_txt a{
	color: #333333;
}
#gallery .gallery_main .main_cnt .main_txt a:hover{
	opacity: 0.8;
}
#gallery .gallery_main .main_cnt .main_txt p.pick{
	font-size: 1.4rem;
	font-weight: bold;
	color: white;
	background: #333333;
	max-width: 86px;
	padding: 5px 14px;
	margin-bottom: 18px;
}
#gallery .gallery_main .main_cnt .main_txt .cnt_ttl{
	margin-bottom: 14px;
}
#gallery .gallery_main .main_cnt .main_txt .category a{
	color: #717171;
	background: white;
	border:solid 1px #777777;
}
#gallery .gallery_main .main_cnt .main_txt .category a.parent{
	color: white;
	background: #717171;
}
.area{
	display: flex;
	margin-bottom: 14px;
	align-items: center;
}
.area .hold{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.area .hold svg{
	margin-right: 5px;
}
.gallery_main .area{
	align-items: flex-start;
}
.gallery_main .area p.hold{
	width: auto;
	text-indent: 0px;
    margin-left: 0px;
}
.gallery_main .area p{
	width: calc(100% / 2);
	text-indent: -16px;
    margin-left: 16px;
}

#gallery .main_txt .ttl{
	display: block;
	padding: 0px;
	margin-bottom: 14px;
}
#gallery .cnt_ttl p{
	margin-left: 0px;
	font-size: 3.2rem;
	font-weight: 600;
}
#gallery .cnt_ttl p.small{
	font-size: 1.8rem;
	margin-bottom: 5px;
	font-weight: normal;
}
#gallery p.day{
	font-size: 1.6rem;
	margin-bottom: 18px;
}

/*ギャラリーリスト*/
#gallery .gallery_list{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px 60px;
	text-align: left;
}
#gallery .gallery_list .list{
	width: 31%;
	border: solid 1px #DEDEDE;
	margin-bottom: 60px;
}
#gallery .gallery_list:after {
    content: "";
    width: 31%;
}
#gallery .gallery_list .list .list_img{
	overflow:hidden;
}
#gallery .gallery_list .list .list_img img{
	width: 100%;
	transition:1s all;
}
/*#gallery .gallery_list .list .list_img img:hover{
	transform:scale(1.2,1.2);
	transition:1s all;
}*/
#gallery .gallery_list .list .list_txt{
	padding: 16px;
}
#gallery .gallery_list .list .list_txt .ttl{
	display: block;
	padding: 0px;
	margin-bottom: 14px;
}
#gallery .gallery_list .list .list_txt .ttl p{
	font-size: 2.4rem;
	margin: 5px 0px;
	font-weight: 600;
}
#gallery .gallery_list .list .list_txt .ttl p.small{
	font-size: 1.6rem;
	font-weight: normal;
}
#gallery .gallery_list .list .list_txt p.day{
	color: #808080;
}
.category{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.category a{
	background: #888;
	color: #FFFFFF;
	padding: 3px 8px;
	border-radius: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.category a.parent{
	background: #000;
}
.category p{
	font-size: 1.4rem;
	line-height: 1.4;
}
#gallery .gallery_list .category{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#gallery .gallery_list .category a{
	/*max-width: 120px;
	width: 100%;*/
	margin-bottom: 10px;
}
#gallery .more_btn{
	text-align: center;
	font-size: 1.8rem;
	margin: 50px auto 0;
}
#gallery .more_btn a{
	display: block;
    width: 400px;
	border: solid 2px #222222;
	padding: 20px 0px;
	border-radius: 40px;
	margin: 0 auto 114px;
}
#gallery .more_btn a p{
	font-weight: 500;
}
#gallery .more_btn a:hover{
	border: solid 2px #0075C2;
	color: #0075C2;
}

/*artkake*/
#artkake{
	background: #F2F2F2;
	padding: 43px 0px 0px;
}
#artkake .artkake_cnt{
	margin-top: -70px;
	padding: 0px 60px 130px;
}
#artkake .artkake_cnt .cnt{
	max-width: 780px;
	margin: 0 auto;
}
#artkake .artkake_cnt .artkake_logo{
	margin-top: 80px;
}
#artkake .artkake_cnt .artkake_logo img{
	max-width: 180px;
	margin: 0 auto;
}
#artkake .artkake_cnt .artkake_txt{
	margin: 40px 0px 44px;
	text-align: left;
}
#artkake .artkake_cnt .artkake_txt p{
	line-height: 1.8;
}
#artkake .artkake_cnt .more_btn{
    text-align: center;
    font-size: 1.8rem;
    margin: 50px auto 0;
}
#artkake .artkake_cnt .more_btn a{
	display: block;
    width: 453px;
    border: solid 2px #222222;
    padding: 14px 0px;
    border-radius: 40px;
    margin: 0 auto 10px;
	background: white;
}
#artkake .artkake_cnt .more_btn a:hover{
	border: solid 2px #0075C2;
}
#artkake .artkake_cnt .more_btn a p{
	font-size: 1.6rem;
	font-weight: bold;
}
#artkake .artkake_cnt .more_btn p{
	font-size: 1.2rem;
}
/*sp*/
@media screen and (max-width: 767px) {
	#artkake .artkake_cnt{
		margin-top: -60px;
		padding: 0px 30px 93px;
	}
	#artkake .artkake_cnt .artkake_logo{
		margin-top: 54px;
	}
	#artkake .artkake_cnt .artkake_txt{
		text-align: left;
	}
	#artkake .artkake_cnt .more_btn a{
		width: auto;
	}
}

/*unique*/
#unique{
	padding: 43px 0px 0px;
}
#unique .artkake_cnt{
	margin-top: -70px;
	padding: 0px 60px 130px;
}
#unique .artkake_cnt .cnt{
	padding: 84px 0px 0px;
}
#unique .artkake_cnt .cnt .list{
	display: flex;
	justify-content: space-between;
	gap:0px 100px;
}
#unique .artkake_cnt .cnt .list > div{
	width: calc(100% / 2);
}
#unique .artkake_cnt .cnt .list .list_txt{
	margin-bottom: 40px;
}
#unique .artkake_cnt .cnt .list .list_txt img{
	max-width: 163px;
	margin: 0 auto 40px;
}
#unique .artkake_cnt .cnt .list .list_txt p{
	text-align: left;
	line-height: 1.8;
}
#unique .artkake_cnt .cnt .list .list_txt .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
#unique .artkake_cnt .cnt .list .list_txt .btn a{
	display: block;
    width: 319px;
    border: solid 2px #222222;
    padding: 14px 0px;
    border-radius: 40px;
    background: white;
	text-align: center;
}
#unique .artkake_cnt .cnt .list .list_txt .btn a.unique_btn{
	margin-right: 20px;
}
#unique .artkake_cnt .cnt .list .list_txt .btn a.unique_btn:hover{
	border: solid 2px #0075C2;
}
#unique .artkake_cnt .cnt .list .list_txt .btn a.unique_instagram{
	background: #333333;
	width: 52px;
	height: 52px;
	border-radius: 50px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#unique .artkake_cnt .cnt .list .list_txt .btn a.unique_instagram img{
	margin: 0;
}
#unique .artkake_cnt .cnt .list .list_txt .btn a p{
	font-size: 1.6rem;
    font-weight: bold;
	text-align: center;
}
#unique .artkake_cnt .cnt .list .list_img img{
	width: 100%;
}
/*sp*/
@media screen and (max-width: 1024px) {
	#unique .artkake_cnt .cnt .list{
		gap:0px 30px;
	}
	#unique .artkake_cnt .cnt .list .list_txt .btn a{
		width: 250px;
	}
}
@media screen and (max-width: 767px) {
	#unique .artkake_cnt{
		padding: 0px 30px 150px;
	}
	#unique .artkake_cnt .cnt{
		padding-top: 50px;
	}
	#unique .artkake_cnt .cnt .list{
		display: block;
	}
	#unique .artkake_cnt .cnt .list > div{
		width: 100%;
	}
	#unique .artkake_cnt .cnt .list .list_txt{
		margin-bottom: 30px;
	}
	#unique .artkake_cnt .cnt .list .list_txt .btn a{
		width: 80%;
		margin-bottom: 0px;
	}
}


/*スケジュール*/
.schedule-contents.container-in{
	padding: 43px 0px;
	background: #F2F2F2;
	margin-top: 30px;
}
.ttl{
	display: flex;
	align-items: center;
}
.ttl h2{
	font-size: 5.2rem;
	text-align: left;
	font-weight: 600;
}
.ttl p{
	font-size: 1.8rem;
	margin-left: 12px;
}
#EventSchedule{
	margin-top: -70px;
	padding: 0px 60px;
	margin-bottom: 139px;
}
#EventScheduleDates .schedule-months{
	background: #F2F2F2;
}
.schedule-contents.container-in #EventSchedule .s_txt{
	text-align:left;
	margin-top: 14px;
	margin-bottom: 50px;
}

/*about*/
#about{
	margin-top: -30px;
	background: #F0EAD9;
	position: relative;
}
#about > div{
	padding: 0px 60px 130px;
}
#about .cnt{
	padding: 100px 123px 0px;
}
#about .ttl{
	position: absolute;
    top: -30px;
}
#about .cnt p{
	text-align: left;
	line-height: 32px;
}
#about .cnt .list_txt{
	margin-bottom: 40px;
}
#about .cnt .list_txt p.about_ttl{
	color: #AF924E;
	font-size: 2.2rem;
	margin-bottom: 38px;
	padding-left: 0px;
}
#about .cnt .list_img img{
	width: 100%;
}
@media screen and (max-width: 767px) {
	#about{
		margin-top: 40px;
	}
	#about > div{
		padding: 0px 30px 80px;
	}
	#about .ttl {
		position: absolute;
		top: -20px;
	}
	#about .cnt {
		padding: 90px 0px 0px;
	}
	#about .cnt .list_txt p.about_ttl{
		margin-bottom: 30px;
	}
	
}

/*ブログ*/
#blog{
	padding:150px 60px 0px;
}
#blog .gallery_blog .ttl{
	/*margin-top: -28px;*/
}
#blog .gallery_blog iframe{
	margin: 37px 0px;
	height: 360px;
}
#blog .more_btn{
	text-align: center;
	font-size: 1.8rem;
	margin: 50px auto 0;
}
#blog .more_btn a{
	display: block;
    width: 400px;
	border: solid 2px #222222;
	padding: 20px 0px;
	border-radius: 40px;
	margin: 0 auto 80px;
}
#blog .more_btn a:hover{
	border: solid 2px #0075C2;
	color: #0075C2;
}

/*ツイッター*/
#twitter{
	padding: 0px 60px;
	margin-bottom: 60px;
}
#twitter .ttl{
	justify-content: center;
	margin-bottom: 20px;
	align-items: baseline;
}
#twitter .twitter-timeline{
	width:  542px;
	height: 557px;
	margin: 0 auto;
}

/*バナー*/
#bnr{
	padding: 0px 60px;
	margin-bottom: 63px;
}
#bnr .bnr_list{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
#bnr .bnr_list a{
	width: 23%;
	margin-bottom: 20px;
}
#bnr .bnr_list a img{
	width: 100%;
}

/*フッター*/
footer{
	padding: 0px 60px;
	text-align: left;
}
footer .footer{
	display: flex;
	align-items: start;
	border-top: solid 1px #DEDEDE;
	padding: 30px 0px;
}
footer .footer .f_ttl{
	font-size: 2.8rem;
	margin-right: 37px;
}
footer .footer .f_txt{
	margin-right: 80px;
	font-size: 1.6rem;
}
footer .footer .f_txt p{
	margin-bottom: 10px;
	line-height: 1.4;
}
footer .footer .sns_icon{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .footer .sns_icon a{
	margin-right: 20px;
}
footer .copy{
	margin: 0 auto 28px;
	text-align: right;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
/*sp*/
@media screen and (max-width:820px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	
	.cmn-wrapper{
		display: block;
	}
	.cmn-wrapper header{
		padding: 14px;
		height: 96px;
		width: 100%;
		position: fixed;
		background: white;
		z-index: 999999;
		overflow-y: unset;
	}
	.cmn-wrapper header .logo{
		margin-bottom: 0px;
		max-width: 16%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
	}
	.cmn-wrapper header .sp_head{
		display: flex;
		justify-content: center;
        align-items: center;
		height: 100%;
	}
	.cmn-wrapper header .sp_head .menu_btn{
		align-items: flex-end;
		position: relative;
		background:#FFFFFF;
		cursor: pointer;
		width: 43px;
		height:43px;
		border-radius: 25px;
		border: solid 1px #0075C2;
		margin-left: auto;
		z-index: 99999;
	}
	.cmn-wrapper header .sp_head .menu_btn span{
		transition: all .4s;/*アニメーションの設定*/
		position: absolute;
		left: 11px;
		height: 2px;
		border-radius: 5px;
		background: #0075C2;
		width: 45%;
	}
	.cmn-wrapper header .sp_head .menu_btn span:nth-child(1){
		top:16px;
	}
	.cmn-wrapper header .sp_head .menu_btn span:nth-child(2){
		top:24px;
	}
	
	.cmn-wrapper header .sp_head .menu_btn.on{
		border: none;
	}
	.cmn-wrapper header .sp_head .menu_btn.on span{
		width: 80%;
		left: 6px;
	}
	.cmn-wrapper header .sp_head .menu_btn.on span:nth-child(1){
		top:21px;
		transform: rotate(45deg);
	}
	.cmn-wrapper header .sp_head .menu_btn.on span:nth-child(2){
		top:21px;
		transform: rotate(-45deg);
	}
	
	.cmn-wrapper header .menu{
		background: rgba(0,0,0,0.6);
    	width: 100%;
		height: 100vh;
		position: absolute;
		top: 0;
		left: 1px;
		display: none;
	}
	.cmn-wrapper header .menu .menu_cnt{
		position: absolute;
		top: 0;
		right: 0;
		background: white;
		width: 70%;
		z-index: 9999;
		padding: 70px 41px 30px;
		height: 100vh;
	}
	.cmn-wrapper header .h_menu p{
		margin-bottom: 20px;
	}
	
	.cmn-wrapper main{
		width: 100%;
		margin-left: 0px;
		padding: 136px 0px 20px;
	}
	.cmn-wrapper header .logo img{
		width: 100%;
		-webkit-transform: translateZ(0);
	}
	
	#emergency{
		padding: 20px 30px;
		margin-bottom: 0px;
	}
	#emergency p{
		align-items: flex-start;
	}
	#emergency p svg{
		width: 18px;
		height: 18px;
	}
	
	#gallery .ttl{
		padding: 20px 20px 10px;
		display: block;
	}
	.ttl h2{
		font-size: 3.2rem;
		margin-bottom: 10px; 
	}
	#gallery .ttl p{
		font-size: 1.8rem;
		text-align: left;
	}
	#gallery .gallery_main{
		padding: 0px 30px 20px;
		margin-top: 0px;
	}
	#gallery .gallery_main .main_cnt{
		display: block;
		padding-top: 20px;
		padding-bottom: 36px;
	}
	#gallery .gallery_main .main_cnt .main_img{
		width: 100%;
		padding-bottom: 14px;
	}
	#gallery .cnt_ttl p{
		font-size: 2.2rem;
		padding: 5px 0px;
	}
	#gallery .cnt_ttl p.small{
		font-size: 1.4rem;
		padding: 0px;
		margin-bottom: 0px;
	}
	.category a{
		font-size: 1rem;
		margin-bottom: 0px;
	}
	
	#gallery .gallery_list{
		padding: 20px 30px;
		display: block;
		min-height: auto !important;
	}
	#gallery .gallery_list .list{
		width: 100%;
		margin-bottom: 20px;
	}
	.area{
		font-size: 1.2rem;
	}
	#gallery .gallery_list .list .list_txt .ttl p{
		font-size: 2.2rem;
	}
	#gallery .gallery_list .list .list_txt .ttl p.small{
		font-size: 1.4rem;
	}
	#gallery .gallery_list .category a{
		max-width: 100px;
	}
	
	#gallery .more_btn{
		padding: 0px 30px;
	}
	#gallery .more_btn a{
		width: 100%;
	}
	#EventSchedule{
		padding:0px  30px;
		margin-top: -60px;
		margin-bottom: 20px;
	}
	#gallery .gallery_main .main_cnt .main_txt{
		width: 100%;
	}
	#gallery .gallery_main .main_cnt .main_txt .cnt_ttl{
		margin-bottom: 20px;
	}
	.ttl{
		display: block;
	}
	.ttl p{
		text-align: left;
		margin-left: 0px;
	}
	.category p {
		font-size: 1rem;
		line-height: 1.4;
	}
	
	.schedule-contents.container-in #EventSchedule .s_txt{
		margin-top: 23px;
		margin-bottom: 20px;
		font-size: 1.4rem;
	}
	#EventScheduleDates .schedule-months .esdMonthLabel .years{
		font-size: 1.3rem;
		margin-bottom: 13px;
	}
	#EventScheduleDates .schedule-months .esdMonthLabel .months .number{
		font-size: 4.2rem;
	}
	#EventScheduleDates .schedule-months .esdMonthLabel .months{
		font-size: 1.9rem;
	}
	#EventScheduleDates .schedule-months{
		padding-top: 105px;
	}
	#EventScheduleDates .schedule-months .esdMonthLabel{
		padding-top: 10px;
	}
	#EventScheduleViewZone #EventScheduleViewZoneBox{
		margin-top: 29px;
	}
	#EventScheduleDates .schedule-months .esdMonthDays{
		margin-top: 0px;
	}
	#EventScheduleViewMore > p{
		width: 103px;
		padding: 7px 0 0 0px;
	}
	#EventScheduleDates.fixed-var{
		margin-top: 66px;
	}
	
	#blog{
		padding: 0px 20px;
	}
	#blog .gallery_blog .ttl {
		margin-top: -18px;
	}
	#blog .gallery_blog iframe{
		height: 580px;
		margin-bottom: 0px;
	}
	#blog .more_btn{
		margin-top: 30px;
		padding: 0px 10px;
	}
	#blog .more_btn a{
		width: 100%;
	}
	
	#twitter{
		padding: 0px 30px;
		margin-bottom: 40px;
	}
	
	#bnr{
		padding: 0px 30px;
		margin-bottom: 50px;
	}
	#bnr .bnr_list a{
		width: 48%;
		margin-bottom: 7px;
	}
	
	footer{
		padding: 0px 30px;
	}
	footer .footer{
		display: block;
		padding-bottom: 0px;
	}
	footer .footer .f_ttl{
		font-size: 1.8rem;
		margin-bottom: 11px;
	}
	footer .footer .f_txt{
		font-size: 1.4rem;
		margin-right: 0px;
		margin-bottom: 31px;
	}
	footer .footer .f_txt p{
		line-height: 1.8;
		margin-bottom: 0px;
	}
	footer .footer .f_txt p:last-child{
		font-size: 1.2rem;
	}
	footer .footer .sns_icon{
		width: 50%;
		margin-bottom: 31px;
	}
	footer .copy{
		text-align: left;
		margin-bottom: 12px;
		font-size: 1rem;
	}
	
	#EventScheduleViewMore{
		background: linear-gradient(rgba(38, 38, 38, 0) 0%, #ADABAB 100%);
		height: 62px;
		display: block;
	}
	#EventScheduleViewMore > p{
		background: white;
		color: #222222;
		width: 105px;
		text-align: left;
		padding: 7px 15px;
		margin: 20px auto;
		font-weight: bold;
	}
	#EventScheduleViewMore > p:before{
		border-top: solid 1px #222222;
    	border-right: solid 1px #222222;
	}
	#EventScheduleViewZone a p.title{
		font-size: 1.5rem;
	}
}

/*展覧会ページ*/
.pan{
	padding: 15px 24px;
	text-align: left;
	display: flex;
}
.pan p{
	padding-right: 20px;
	position: relative;
}
.pan p::after{
	content: "";
	position: absolute;
	vertical-align: middle;
	right: 7px;
    top: 10px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pan p:last-child::after{
	display: none;
}
#exhibition #contents{
	padding: 43px 60px 120px;
	text-align: left;
}
#exhibition #contents .cnt_ttl{
	line-height: 1.4;
	margin-bottom: 20px;
}
#exhibition #contents .cnt_ttl p{
	font-size: 3.8rem;
	line-height: 1.4;
	margin-bottom: 5px;
	font-weight: 600;
}
#exhibition #contents .cnt_ttl p.small{
	font-size: 2rem;
	font-weight: 500;
}
#exhibition #contents .day{
	margin-bottom: 12px;
	color: #808080;
}
#exhibition #contents .day p{
	font-size: 1.6rem;
	line-height: 1.4;
}
#exhibition #contents .category{
	font-size: 1.2rem;
	margin-bottom: 22px;
}
#exhibition #contents .outline{
	margin-bottom: 80px;
}
#exhibition #contents .outline.gray{
	background: #888;
    padding: 20px;
    color: white;
}
#exhibition #contents .outline p{
	font-size: 1.6rem;
	line-height: 2;
}
#exhibition #contents .outline p.out_name{
	text-align: right;
}
#exhibition #contents .img_cnt{
	max-width: 680px;
	margin: 0 auto 80px;
}
#exhibition #contents .img_cnt .img{
	margin-bottom: 30px;
}
#exhibition #contents .img_cnt img{
	width: 100%;
	margin-bottom: 5px;
}
#exhibition #contents .img_cnt p.caption{
	font-size: 1.4rem;
	text-align: right;
	margin: 0px !important;
	color: #222222;
}
#exhibition #contents .cnt2{
	margin-bottom: 80px;
}
#exhibition #contents .cnt2 .cnt2_ttl{
	position: relative;
	margin-bottom: 30px;
}
#exhibition #contents .cnt2 .cnt2_ttl::before{
	content: "";
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #222222;
	z-index: 1;
}
#exhibition #contents .cnt2 h2{
	font-size: 2.6rem;
	line-height: 1.4;
	padding-bottom: 15px;
	border-bottom: solid 4px #0075C2;
	display: inline-block;
	position: relative;
	z-index: 2;
}
#exhibition #contents .cnt2 dl{
	display: flex;
	padding: 15px;
	margin-bottom: 5px;
	border-radius: 5px;
	background: #EDEDED;
	font-size: 1.6rem;
	line-height: 2;
}
#exhibition #contents .cnt2 dl:nth-child(even){
	background: #F7F7F7;
}
#exhibition #contents .cnt2 dl dt{
	/*width:5%;
	margin-right: 40px;*/
	max-width: 100px;
    width: 100%;
    margin-right: 0;
}
#exhibition #contents .cnt2 .reki_txt p{
	font-size: 1.6rem;
	line-height: 1.8;
	line-height: 2;
	margin-bottom: 20px;
}
#exhibition #contents .cnt2 .saka ul{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#exhibition #contents .cnt2 .saka ul li{
	width: 25%;
	margin-bottom: 20px;
}
#exhibition #contents .cnt2 .event{
	border: solid 1px;
	padding: 20px;
}
#exhibition #contents .cnt2 .event p{
	font-size: 1.6rem;
	line-height: 1.8;
}
#exhibition #contents .cnt2 .event p.e_ttl{
	font-size: 2.6rem;
	font-weight: bold;
	color: #0075C2;
	margin-bottom: 18px;
}
#exhibition #contents .cnt2 .event .e_day{
	margin-top: 18px;
}
#exhibition #contents .cnt2 .event .e_day p{
	font-size: 1.6rem;
}
#exhibition #contents .cnt2 .event .e_day p span{
	color: #0075C2;
}
#exhibition #contents p.note{
	line-height: 1.4;  
}
@media screen and (max-width:820px){
	#exhibition #contents{
		padding: 20px 30px;
	}
	.pan{
		padding: 20px;
	}
	.pan p::after{
		top: 10px;
	}
	#exhibition #contents .cnt_ttl p{
		font-size: 2.2rem;
	}
	#exhibition #contents .cnt_ttl p.small{
		font-size: 1.4rem;
	}
	#exhibition #contents .outline{
		margin-bottom: 40px;
	}
	#exhibition #contents .cnt2{
		margin-bottom: 40px;
	}
	#exhibition #contents .cnt2 dl dt{
		/*width: 30%;
		margin-right: 20px;*/
		max-width: 70px;
		width: 100%;
		margin-right: 0;
	}
	#exhibition #contents .cnt2 dl dd{
		width: 100%;
	}
	#exhibition #contents .cnt2 .saka ul li{
		width: 49%;
	}
	#exhibition #contents .cnt2 .event .e_day p{
		font-size: 1.4rem;
	}
	#exhibition #contents p.note{
		text-indent: -9px;
    	margin-left: 9px;
	}
	#exhibition #contents .img_cnt{
		margin-bottom: 40px;
	}
}

/*ファインアート*/
#exhibition #contents .outline .out_mainvi img{
	width: 100%;
	margin-bottom: 50px;
}
#exhibition #contents .bnr{
	display: flex;
	margin-bottom: 50px;
}
#exhibition #contents .bnr a{
	width: 50%;
	margin-right: 40px;
}
#exhibition #contents .bnr a:last-child{
	margin-right: 0px;
}
#exhibition #contents .bnr a img{
	width: 100%;
}
@media screen and (max-width:820px){
	#exhibition #contents .outline .out_mainvi img{
		margin-bottom: 20px;
	}
	#exhibition #contents .bnr{
		margin-bottom: 20px;
	}
	#exhibition #contents .bnr a{
		margin-right: 20px;
	}
}

/*カテゴリーページ*/
.cmn-wrapper main#category_page{
	padding-top: 15px;
}
.cmn-wrapper main#category_page .pan{
	padding-top: 0px;
	padding-bottom: 70px;
}
#category_page #contents {
    padding: 0px 60px 0px;
    text-align: left;
}
#category_page #contents .cnt2 h2 {
    font-size: 2.6rem;
    line-height: 1.4;
    padding-bottom: 15px;
    border-bottom: solid 4px #0075C2;
    display: inline-block;
    position: relative;
    z-index: 2;
}
#category_page #contents .cnt2 .cnt2_ttl{
	position: relative;
	margin-bottom: 40px;
}
#category_page #contents .cnt2 .cnt2_ttl::before{
	content: "";
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #222222;
	z-index: 1;
}
#category_page #contents .cnt2 dl{
	display: flex;
	padding: 15px;
	margin-bottom: 5px;
	border-radius: 5px;
	background: #EDEDED;
	font-size: 1.6rem;
	line-height: 2;
}
#category_page #gallery .gallery_list .list{
	margin-bottom: 30px;
}
#category_page #gallery .gallery_list .list.jp-hidden{
	display: none!important;
}
#category_page #gallery .pagenation{
	padding: 50px 60px 0px;
}
#category_page #gallery .pagenation ul{
	display: flex;
    justify-content: space-between;
    max-width: 287px;
    margin: 0 auto;
    text-align: center;
	position: relative;
}
#category_page #gallery .pagenation ul li.arrow{
	content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    border-radius: 0;
    margin-top: 10px;
    margin-left: 10px;
}
#category_page #gallery .pagenation ul li.prev{
	-webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
	margin-right: 10px;
}
#category_page #gallery .pagenation ul li{
	font-size: 1.6rem;
	line-height: 1.6;
	border-radius: 30px;
	margin-right: 10px;
	cursor: pointer;
	width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#category_page #gallery .pagenation ul li.active{
	background: #0075C2;
	color: white;
	
}
#category_page #gallery .pagenation ul li:hover{
	opacity: 0.8;
}
#category_page #gallery .pagenation ul li.n{
	font-size: 1.2rem;
    font-weight: bold;
}

#category_page #gallery .holder{
	display: flex;
    justify-content: space-between;
    max-width: 287px;
    margin: 0 auto;
    text-align: center;
	position: relative;
}
#category_page #gallery .holder a.jp-previous{
	content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
	margin-right: 10px;
    cursor: pointer;
    border-radius: 0;
    margin-top: 10px;
    margin-left: 10px;
}
#category_page #gallery .holder a.jp-next{
	content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    border-radius: 0;
    margin-top: 10px;
    margin-left: 10px;
}
#category_page #gallery .holder a{
	font-size: 1.6rem;
    line-height: 1.6;
    border-radius: 30px;
    margin-right: 10px;
    cursor: pointer;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#category_page #gallery .holder a.jp-current{
	background: #0075C2;
    color: white;
}
@media screen and (max-width:820px){
	.cmn-wrapper main#category_page{
		padding-top: 96px;
	}
	.cmn-wrapper main#category_page .pan{
		padding: 20px;
	}
	#category_page #contents{
		padding: 20px 30px 0px;
	}
	#category_page #gallery .gallery_list{
		padding-top: 0px;
	}
	#category_page #gallery .pagenation{
		padding-top: 0px;
	}
	#category_page #gallery .pagenation ul li{
		line-height: 1.8;
	}
}

/*archive*/
#archive{
	padding: 0px 60px 0px;
    text-align: left;
}
#archive .arc_select{
	padding: 20px 0px;
	border-bottom: solid 1px #DEDEDE;
}
#archive .arc_select dl{
	display: flex;
	align-items:center;
}

/*セレクトボックス*/
.selectbox-003 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-003::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #424242;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-003 select {
    appearance: none;
    min-width: 148px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #222222;
    border-radius: 3px;
    background-color: #fff;
    color: #222222;
    font-size: 1.6rem;
    cursor: pointer;
}
#archive .arc{
	display: flex;
	padding-bottom: 100px;
}
#archive .list{
	display: flex;
	align-items: flex-start;
	width: 100%;
}
#archive .arc .list:nth-of-type(n+2){
	display: none;
}
#archive .year{
	padding-top: 20px;
	width: 225px;
	font-size: 4.8rem;
	line-height: 1.4;
}
#archive .year span{
	font-size: 1.8rem;
}
#archive .content{
	width: 100%;
}
#archive .cnt{
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
	padding: 20px 0px;
	border-bottom: solid 1px #DEDEDE;
}
#archive .cnt p{
	margin: 0px;
	line-height: 1.4;
}
#archive .cnt .day_cat{
	text-align: right;
}
#archive .cnt .category{
	justify-content: end;
	margin-top: 10px;
}

@media screen and (max-width:820px){
	#archive{
		padding: 20px 30px 0px;
	}
	#archive .arc,#archive .list,#archive .cnt{
		display: block;
	}
	#archive .cnt .day_cat{
		text-align: left;
		margin-top: 10px;
	}
	#archive .cnt .category{
		justify-content: flex-start;
	}
}
@media screen and (max-width:336px){
	#archive .arc_select dl{
		display: block;
	}
	#archive .arc_select dl dt{
		margin-bottom: 20px;
	}
}
/*topup*/
.topup{
	position: fixed;
    bottom: 3.8%;
    right: 3.6%;
}

/*フッターリンク*/
.f_link{
	padding: 0px 60px;
}
.f_link ul{
	display: flex;
    flex-wrap: wrap;
    padding: 20px 0px 0px;
    text-align: left;
    border-top: solid 1px #DEDEDE;
}
.f_link ul li{
	position: relative;
    line-height: 1.4;
    margin-bottom: 20px;
	padding-left: 15px;
	margin-right: 73px;
}
.f_link ul li::before{
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 1px;
	border-right: solid 1px;
	position: absolute;
	left: 0px;
	top: 8px;
	transform: rotate(45deg);
}
@media screen and (max-width:820px){
	.f_link{
		padding: 0px 30px;
	}
	.f_link ul{
		display: block;
	}
	.f_link ul li{
		margin-right: 0px;
	}
}

/*アニメーション*/
.scrollanime_cnt,.scrollanime_cnt_slide,.scrollanime_cnt_slideup,.scrollanime_ttl{
	opacity: 0; /*一瞬表示されるのを防ぐ*/
}
/*コンテンツ全体*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
.fadeInDown:nth-child(even) {
    animation-delay: 0.4s;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
.slideIn {
    animation-name: slideIn;
    animation-duration: 1.6s;
    animation-fill-mode: forwards;
}
.slideIn:nth-child(even) {
    animation-delay: 0.4s;
}
@keyframes slideIn {
    0% {
        opacity: 0;/*初期状態では透明に*/
    	transform: translateX(64px);         
    }
    100% {
		opacity: 1;
    	transform: translateX(0);
    }
}
.slideUp {
    animation-name: slideUp;
    animation-duration: 1.6s;
    animation-fill-mode: forwards;
}
.slideUp:nth-child(2n) {
    animation-delay: 0.4s;
}
.slideUp:nth-child(3n) {
    animation-delay: 0.8s;
}
@keyframes slideUp {
    0% {
        opacity: 0;/*初期状態では透明に*/
    	transform: translateY(64px);         
    }
    100% {
		opacity: 1;
    	transform: translateY(0);
    }
}
/*h2タイトル*/
.ttl{
	overflow: hidden;
}
.ttl h2.set-anime_ttl{
	animation: SlideIn 1s;
	animation-fill-mode:forwards;
}
@keyframes SlideIn {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*サムネイル*/
#gallery .gallery_list .list .list_img{
	/*opacity: 0;*/
}
#gallery .gallery_list .list .list_img.set-anime img{
	animation: zoom-in-anim 3s;
	animation-fill-mode: forwards;
}
@keyframes zoom-in-anim {
    0% {
        opacity: 0;
        transform: scale(1.4);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}