@charset "utf-8";
/* CSS Document */
.festival {
  font-family: YakuHanJPs, Roboto, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, nc3Jp, sans-serif !important;
}
@media (max-width: 599px) {
  .container {
    overflow: visible;
  }
}
.mainImg img {
  width: 100%;
}
.mainImage .imgBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 599px) {
  .mainImage {
    background-image: url("img2025/mainBG_sp.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
	min-height:500px;
  }
}
@media (min-width: 600px) {
  .mainImage {
    background-image: url("img2025/mainBG_pc.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 600px;
  }
  .mainImage .imgBox {
    height: 600px;
  }
}
.endCom {
  background-color: #E64491;
  padding: 50px 15px;
}
.endCom .text {
  background-color: #FFF;
  padding: 15px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 120%;
  font-weight: bold;
}
.about {
  background-color: #FFF;
  position: relative;
}
.about .secTtl {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  text-align: center;
}
.about .theme p {}
.about .theme p {
  margin-bottom: 0.5em;
}
@media (max-width: 599px) {
  .about .secTtl img {
    width: 80%;
    margin: 0 auto;
  }
  .about .theme {
    padding: 140px 15px 15px;
  }
  .about .theme p {
    font-size: 18px;
  }
}
@media (min-width: 600px) {
  .about .secTtl {
    height: 300px;
    background-position: right top, calc(50% - 200px) center;
  }
  .about .theme {
    padding-top: 300px;
    width: 800px;
    margin: auto;
  }
  .about .theme p {
    font-size: 24px;
  }
}
.event {
  background-color: #19499d;
  background-image: url("img2025/eventBg.jpg"), url("img2025/item06.png"), url("img2025/item07.png");
  background-repeat: repeat-x, no-repeat, no-repeat;
  background-position: center top, left -20px center, right -50px top calc(30% - 100px);
  color: #FFF;
}

@media (min-width: 599px) {
.event .secTtl {
  background-image: url("img2025/item04.png");
  background-size: 120px;
  background-repeat: no-repeat;
  background-position: right bottom;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 15px;
}
}
@media (max-width: 599px) {
.event .secTtl {
  background-image: url("img2025/item04.png");
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: right bottom;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 15px;
}
}

.event .subTtl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  background-image: url("img2025/item05.png");
  background-position: left 50px center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.event .subTtl h3 span {
  display: inline-block;
  line-height: 2.5;
  font-weight: bold;
  border-bottom: 8px dotted #FFF;
}
.event .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.event .mc {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.event .artist ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.event .artist ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.event .artist ul li .time {
  font-size: 18px;
  font-weight: bold;
}
.event .artist ul li .name {}
.event .artist ul li .img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  overflow: hidden;
}
@media (max-width: 599px) {
  .event {
    background-size: auto 100px;
  }
  .event .secTtl img {
    width: 50%;
    margin-left: 15px;
  }
  .event .text {
    padding: 0 15px;
  }
  .event .artist ul li {
    flex-basis: calc(50% - 7.5px);
  }
  .event .artist ul li .img {
    width: 150px;
  }
}
@media (min-width: 600px) {
  .event .subTtl {
    height: 120px;
    background-position: calc(50% - 200px) center;
  }
  .event .artist ul {
    gap: 30px;
  }
  .event .artist ul li {
    flex-basis: calc(25% - 22.5px);
  }
  .event .artist ul li .time {
    font-size: 30px;
  }
  .event .artist ul li .name {}
  .event .artist ul li .img {
    width: 250px;
  }
}
.exhibition {
  background-color: #FFF;
  background-image: url("img2025/exhibitionBg.jpg"), url("img2025/item07.png");
  background-repeat: repeat-x, no-repeat;
  background-position: center top, left -30px bottom 50px;
  color: #000;
}
.exhibition .secTtl {
  background-image: url("img2025/item16.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.exhibition .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.exhibition .gakka h4 {
  background-color: #000;
  color: #FFF;
  padding: 1em 0;
  text-align: center;
}
.exhibition .gakka .group-header {
  padding: 1.5em 15px;
  color: #000;
  font-weight: 600;
  line-height: 1.25;
  border-bottom: 1px solid #000;
  text-align: center;
}
.exhibition .gakka .gakka01 .group-header {
  background-color: #00a78a;
}
.exhibition .gakka .gakka02 .group-header {
  background-color: #ED4E79;
}
.exhibition .gakka .gakka03 .group-header {
  background-color: #00A2D0;
}
.exhibition .gakka .gakka04 .group-header {
  background-color: #FFC600;
}
.exhibition .gakka .gakka11 .group-header {
  background-color: #AF5CB9;
}
.exhibition .gakka .gakka12 .group-header {
  background-color: #5bc1d8;
}
.exhibition .gakka .gakka13 .group-header {
  background-color: #f4ad23;
}
.exhibition .gakka .gakka14 .group-header {
  background-color: #C2191F;
  color: #FFF;
}
.exhibition .gakka .group-panel {
  background-color: #fff;
  color: #000;
}
.exhibition .gakka .group-panel {
  padding: 15px 20px;
}
.exhibition .gakka .btn_time {
  padding: 30px 0;
  text-align: center;
}
.exhibition .gakka.gakka_aibc .btn_time {
  background-image: url("img2025/item10.png");
  background-position: right top;
  background-repeat: no-repeat;
}
/**/
.exhibition .ex_ttl {
  padding: 0.3em 0;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.1em;
}
.exhibition .stage {
  margin: 0.3em 0;
  color: #607D8B
}
.exhibition .stage::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5a0";
  padding-right: 10px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  color: #607d8b;
}
.exhibition .naiyou {
  font-weight: normal;
  font-size: 0.9em;
  margin-bottom: 2em;
}
.exhibition .naiyou h5 {
	font-size: 14px;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.exhibition .naiyou p + p {
	padding: 1em 0;
}
.exhibition .naiyou .img {
	text-align: center;
}
.exhibition .naiyou .link {
	display: flex;
	flex-direction: column;
}
.exhibition .naiyou .link a {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0.5em 1em;
	background-color: #F2F2F4;
	border-radius: 4px;
}
.exhibition .gakka01 .ex_ttl {
  color: #00a78a;
  border-bottom: 1px dotted;
}
.exhibition .gakka02 .ex_ttl {
  color: #ED4E79;
  border-bottom: 1px dotted;
}
.exhibition .gakka03 .ex_ttl {
  color: #00A2D0;
  border-bottom: 1px dotted;
}
.exhibition .gakka04 .ex_ttl {
  color: #dfa700;
  border-bottom: 1px dotted;
}
.exhibition .gakka11 .ex_ttl {
  color: #AF5CB9;
  border-bottom: 1px dotted;
}
.exhibition .gakka12 .ex_ttl {
  color: #5bc1d8;
  border-bottom: 1px dotted;
}
.exhibition .gakka13 .ex_ttl {
  color: #f4ad23;
  border-bottom: 1px dotted;
}
.exhibition .gakka14 .ex_ttl {
  color: #C2191F;
  border-bottom: 1px dotted;
}
.exhibition .gakka04 p span {
  font-size: 0.8em;
}
.exhibition .gakka04 .pet_list {
  margin-bottom: 1em;
}
.exhibition .gakka04 .pet_list li {
  margin-left: 1em;
}
@media (max-width: 599px) {
  .exhibition {
    background-size: auto, auto 150px;
  }
  .exhibition .secTtl {
    background-position: right -40% top;
  }
  .exhibition .secTtl h2 {
    width: 60%;
    margin: 0 auto 15px;
  }
  .exhibition .text {
    padding: 0 15px;
  }
  .exhibition .gakka {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .exhibition .gakka .groupSec {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-top: 1px solid #000;
  }
  .exhibition .gakka .groupSec:last-child {
    border-bottom: 1px solid #000;
  }
  .exhibition .gakka .group-header {
    border-radius: 0;
    cursor: pointer;
    display: block;
    margin: 0;
    text-decoration: none;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
    position: relative;
    transition: all 0.2s ease 0s;
  }
  .exhibition .gakka .group-header.active, .exhibition .gakka .group-header:hover, .exhibition .gakka .group-header:focus {
    text-decoration: none;
  }
  .exhibition .gakka .group-header:after {
    content: '\25be';
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    transition: all 0.2s ease 0s;
  }
  .exhibition .gakka .group-header.active:after {
    transform: translateY(-50%) scale(1, -1);
  }
  .exhibition .gakka .group-panel {
    display: none;
    overflow: hidden;
  }
  .exhibition .gakka .group-panel.show {
    border-bottom: 1px solid #000;
    display: block;
  }
  .exhibition .gakka .btn_time img {
    width: 75%;
    margin: auto;
  }
  .exhibition .gakka.gakka_aibc .btn_time {
    background-size: auto 50%;
    background-position: right -50px top;
  }
}
@media (min-width: 600px) {
  .exhibition .gakka {
    width: 60%;
    margin: 0 auto 50px;
  }
  .exhibition .gakka .groupSec {
    width: 100%;
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    border: 1px solid #000;
  }
  .exhibition .gakka h4 {
    font-size: 26px;
  }
  .exhibition .gakka .group-panel {
    background-color: #FFF;
    flex-grow: 2;
	}
  .exhibition .naiyou h5 {
    font-size: 16px;
  }
}
.open_campus {
  background-color: #009a56;
  background-image: url("img2025/item17.png"), url("img2025/openBg.jpg");
  background-repeat: no-repeat, repeat-x;
  background-position: left -20% top 120px, 0 0;
}
.open_campus .secTtl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.open_campus .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.open_campus .tokuten {
  padding: 15px;
}
.open_campus .tokuten ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.open_campus .open_link {
  padding: 30px;
}
.open_campus .open_link ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 599px) {
  .open_campus {
    background-size: 120px auto, auto;
    background-position: left -50% 80px, 0 0;
  }
  .open_campus .secTtl h2 {
    width: 60%;
  }
  .open_campus .text {
    padding: 15px;
  }
  .open_campus .open_link ul {
    flex-direction: column;
  }
}
@media (min-width: 600px) {
  .open_campus {
    padding-bottom: 50px;
  }
  .open_campus .open_link ul {
    flex-direction: row;
  }
}
.kitchen {
  background-color: #ffe200;
  background-image: url("img2025/item07.png"), url("img2025/kitchenBg.jpg");
  background-repeat: no-repeat, repeat-x;
  background-position: right top, center top;
  color: #FFF;
}
.kitchen .secTtl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.kitchen .menu {
  background-color: #FFFF;
  border-radius: 30px;
  color: #000;
  position: relative;
}
.kitchen .menu .img01 {
  position: absolute;
  bottom: -15px;
  right: -15px;
  width:90px;
}
.kitchen .menu .img02 {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width:120px;
}
.kitchen .menu .img03 {
  position: absolute;
  top: -50px;
  left: -30px;
  width:190px;
}
.kitchen .menu h3 {
  text-align: center;
  line-height: 2;
  margin-bottom: 0.5em;
}
.kitchen .menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.kitchen .menu ul li {
  font-weight: bold;
  line-height: 2;
}
.kitchen .menu .foodPhoto {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  margin-bottom: 2em;
}
.kitchen .menu .shop {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 1em;
}
.kitchen .menu .shop h3 {}
.kitchen .menu .shop ul {
  justify-content: flex-start;
  gap: 50px;
  row-gap: 0px;
  border-left: 1px solid;
  padding-left: 1em;
}
.kitchen .menu .shop li {
  flex-basis: auto;
}
@media (max-width: 599px) {
  .kitchen {
    background-size: 40% auto, auto;
    background-position: right -15% top, 0 0;
  }
  .kitchen .secTtl {
    background-size: auto 30%;
  }
  .kitchen .secTtl h2 {
    width: 80%;
    margin-left: 15px;
  }
  .kitchen .menu {
    margin: 15px 15px 30px;
    padding: 15px 15px 50px;
  }
  .kitchen .menu .img01 {
    width: 10%;
	margin-right:3%;
  }
  .kitchen .menu .img02 {
    width: 10%;
	left:-2%;
	bottom:5px;
  }
  .kitchen .menu .img03 {
    width: 30%;
    right: 0;
	margin-left:auto;
	top:-60px;
  }
  .kitchen .menu ul li {
    flex-basis: 50%;
  }
  .kitchen .menu .shop {
    align-items: center;
  }
  .kitchen .menu .shop > ul {
    flex-direction: column;
  }
  .kitchen .menu .shop ul li {
    flex-basis: auto;
  }
}
@media (min-width: 600px) {
  .kitchen .menu {
    padding: 50px;
    margin-bottom: 50px;
  }
  .kitchen .menu ul li {
    flex-basis: 25%;
  }
  .kitchen .menu .foodPhoto {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap
  }
  .kitchen .menu .foodPhoto > div {}
  .kitchen .menu .foodPhoto > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .kitchen .menu .shop {
    margin-left: 5em;
  }
}
.access {
  background-color: #FFF;
  background-image: url("img2025/accessBg.jpg");
  background-repeat: repeat-x;
  background-position: center top;
  color: #000;
  padding-bottom: 80px;
}
.access .secTtl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.access .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 599px) {
  .access {}
  .access .secTtl h2 {
    width: 60%;
  }
  .access .text {
    padding: 15px;
  }
  .access .map {
    padding: 15px;
  }
}
@media (min-width: 600px) {
  .access .text {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .access .map {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.exhibition .gakka a:link,
.exhibition .gakka a:active,
.exhibition .gakka a:visited {
    color: #06C;
    text-decoration: underline;
}



.btn_time {
	text-align:center;
	margin-bottom:30px;
}
.m_com {
	 margin:2em auto 1em;
    background: #a8e0ff8c;
    border-radius: 10px;
    padding: 0.8em;
    width: calc(90% - 10px);
	color: #172571;
	position: relative;
	padding-left: 140px;
}
.e_com {
	margin:2em auto 1em;
    background: #cdedff;
    border-radius: 10px;
    padding: 0.8em;
    width: calc(90% - 10px);
    color: #172571;
    position: relative;
    padding-left: 100px;
}
	.e_com img{
		position: absolute;
		top: 10px;
    left: 20px;
    width: 60px;
	}
	.m_com img{
		position: absolute;
    top: 10%;
    left: 20px;
    width: 105px;
	}
	.m_com strong,.e_com strong{
	font-weight: 900;
	}
	.m_com p,.e_com p{
		margin-bottom: 0.5em;
	}
@media screen and (max-width:760px) {
	.m_com,.e_com{
		padding-left: 0.8em;
		padding-top: 50px
	}
		.e_com img ,.m_com img{
		position: absolute;
		top:10px;
		width: 50px;
		left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	}
	.m_com img{
		width: 75px;
	}
	}
	


@media screen and (min-width:760px) {
#contents .about .container .secTtl h2 img {
	width:500px;
}
#contents .kitchen .container .secTtl h2 img {
	width:350px;
}

}

@media screen and (max-width:760px) {
#contents .about .container .secTtl h2 img {
	width:50%;
}
#contents .kitchen .container .secTtl h2 img {
	width:50%;
}

}
#contents .open_campus .container p {
	color:#FFF;
}




/* ぴーちゃんラベルの共通スタイル */
@media screen and (min-width:760px) {
.label {
  position: absolute;
  top: 180px;
  background-color: rgba(220, 56, 99, 0.9); /* 薄いピンクの透過 */
  color: white; /* 文字は黒 */
  font-size: 20px;
  padding: 5px 150px;
  font-weight: bold;
  border-radius: 4px;
  transform: rotate(0deg);
  z-index: 2;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* 少し薄めの影に調整 */
  white-space: nowrap;
}

/* .img を position: relative にしてラベルの位置基準に */
.artist .img {
  position: relative;
  display: inline-block;
}
#contents .event .container .artist ul li .time p {
	font-size:14px;
	font-weight:500;
}
}

@media screen and (max-width:760px) {
.label {
  position: absolute;
  top: 100px;
  background-color: rgba(220, 56, 99, 0.9); /* 薄いピンクの透過 */
  color: white; /* 文字色 */
  font-size: 12px;
  padding: 5px 150px;
  font-weight: bold;
  border-radius: 4px;
  transform: rotate(0deg);
  z-index: 2;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* 少し薄めの影に調整 */
  white-space: nowrap;
}

/* .img を position: relative にしてラベルの位置基準に */
.artist .img {
  position: relative;
  display: inline-block;
}
#contents .event .container .artist ul li .time p {
	font-size:14px;
	font-weight:500;
}
}

@media screen and (min-width:760px) {
#contents .exhibition .container .group-panel .naiyou .img_n {
	width:50%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
}
@media screen and (max-width:760px) {
#contents .exhibition .container .group-panel .naiyou .img_n {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
}



