@charset "UTF-8";

.gallerylist_ttl {
	text-align: center;
	padding-top: 30px;
	font-size: 2rem;
}

.history {
	box-sizing: border-box;
	border: solid 1px #c4b897;
	width: 80%;
	max-width: 750px;
	margin: 10px auto 20px;
	padding: 5px;
}

#Gallery_list {
	width: 95%;
	max-width: 1260px;
	margin: 15px auto 50px;
}
#Gallery_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#Gallery_list ul li {
	position: relative;
	box-sizing: border-box;
	border: solid 1px #c4b897;
	width: 49%;
	padding: 5px;
	text-align: center;
	margin-bottom: 25px;
}
#Gallery_list ul li::before {
	position: absolute;
	top: -1px;
	left: -1px;
	content: "\0020";
	background: url("../images/mark_crown.png") top left no-repeat;
	background-size: 50px auto;
	width: 50px;
	height: 50px;
	z-index: 10;
}
#Gallery_list ul li .txt {
	font-size: 1.5rem;
	line-height: 1;
	margin: 10px 0 5px 0;
}
#Gallery_list ul li .txt span {
	background: #0952a1;
	border-radius: 4px;
	font-size: 1.2rem;
	line-height: 1;
	color: #fff;
	font-weight: 400 !important;
	margin-right: 5px;
	padding: 2px 5px;
}
@media screen and (min-width: 769px){
.gallerylist_ttl {
	padding-top: 40px;
	font-size: 2.4rem;
}
.history {
	margin: 10px auto 50px;
}
#Gallery_list {
	margin: 20px auto 70px;
}
#Gallery_list ul::after {
	content:"";
	display: block;
	width: 32%;
}
#Gallery_list ul li {
	width: 32%;
	margin-bottom: 30px;
}
#Gallery_list ul li::before {
	background-size: 70px auto;
	width: 70px;
	height: 70px;
}
#Gallery_list ul li .txt {
	font-size: 1.7rem;
	margin: 15px 0 10px 0;
}
#Gallery_list ul li .txt span {
	font-size: 1.4rem;
	margin-right: 10px;
	padding: 2px 10px;
}
}
@media screen and (min-width: 1200px){
#Gallery_list ul::after {
	width: 24%;
}
#Gallery_list ul::before {
	content:"";
	display: block;
	width: 24%;
	order: 1;
}
#Gallery_list ul li {
	width: 24%;
}
#Gallery_list ul li .txt {
	font-size: 1.8rem;
}
}


/* ======================================================
/* ギャラリー個別ページ
------------------------------------------------------ */
#Gallery_items {
	width: 90%;
	max-width: 800px;
	margin: 30px auto;
}
#Gallery_items h2 {
	box-sizing: border-box;
	height: 60px;
	border: solid 1px #c4b897;
	background: url("../../common/images/crown_left.png") no-repeat , url("../../common/images/crown_right.png") no-repeat ;
	background-position: left 1px top 1px , right 1px bottom 1px;
	background-size: 50px auto;
	text-align: center;
	font-size: 2.1rem;
	line-height: 60px;
}
#Gallery_items .main_img {
	margin: 10px 0;
}
#Gallery_items .program {
	margin: 10px 0;
}
#Gallery_items .program {
	font-size: 1.4rem;
	line-height: 1.7;
}
#Gallery_items .program h3 {
	font-size: 1.4rem;
	margin: 5px 0;
}
#Gallery_items .program p {
	font-size: 1.3rem;
	line-height: 1.4;
	margin-bottom: 10px;
}
#Gallery_items .all_items {
	display: flex;
	flex-wrap: wrap;
}
#Gallery_items .all_items p {
	margin-bottom: 10px;
}
@media screen and (min-width: 769px){
#Gallery_items {
	margin: 70px auto;
}
#Gallery_items h2 {
	height: 70px;
	background-size: 60px auto;
	font-size: 2.8rem;
	line-height: 70px;
}
#Gallery_items .main_img {
	margin: 30px 0;
}
#Gallery_items .program {
	margin: 10px 0 30px 0;
}
#Gallery_items .program {
	font-size: 1.6rem;
}
#Gallery_items .program h3 {
	font-size: 1.6rem;
}
#Gallery_items .program p {
	font-size: 1.4rem;
	margin-bottom: 15px;
}
#Gallery_items .all_items p {
	width: 50%;
	margin-bottom: 20px;
}
}

/* ======================================================
/* ヒストリーページ
------------------------------------------------------ */
#Gallery_history {
  padding-bottom: 40px;
}
#Gallery_history h3 {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1;
  position: relative;
  display: inline-block;
  padding: 0 40px;
}
#Gallery_history h3:before, #Gallery_history h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: black;
}
#Gallery_history h3:before {
  left:0;
}
#Gallery_history h3:after {
  right: 0;
}

#Gallery_history ul li {
	text-align: center;
	margin-top: 40px;
}
#Gallery_history ul li:first-child {
	margin-top: 20px;
}
#Gallery_history ul li p {
	font-size: 1.5rem;
	margin-top: 10px;
}
#Gallery_history ul li p.hall {
	font-size: 1.3rem;
	line-height: 1;
	margin-top: 5px;
}
#Gallery_history h4 {
  font-size: 1.5rem;
	margin-top: 15px;
}
#Gallery_history h4::before {
  content: '\02666';
	display: inline-block;
	font-size: 1.5rem;
}
#Gallery_history ul li dl {
	font-size: 1.4rem;
	width: 90%;
	margin: 15px auto;
	display: flex;
	flex-wrap: wrap;
}
#Gallery_history ul li dt {
	box-sizing: border-box;
	white-space: nowrap;
	padding-right: 10px;
	text-align: right;
	width: 80px;
}
#Gallery_history ul li dd {
	width: calc(100% - 80px);
	text-align: left;
}

@media screen and (min-width: 641px){
#Gallery_history {
  padding-bottom: 80px;
}
#Gallery_history h3 {
	font-size: 2.8rem;
}

#Gallery_history ul {
	width: 90%;
	max-width: 900px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#Gallery_history ul li {
	width: 48%;
	margin-top: 80px;
}
#Gallery_history ul li:first-child {
	margin-top: 40px;
	width: 100%;
	display: block;
}
#Gallery_history ul li p {
	font-size: 1.6rem;
	margin-top: 15px;
}
#Gallery_history ul li p.hall {
	font-size: 1.4rem;
}
#Gallery_history h4 {
  font-size: 1.6rem;
}
}
@media screen and (min-width: 961px){
.sp_960 {display: none;}
}

