@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
#main_container {
	position: relative;
	width: 1360px;
	min-width: 960px;
	margin: 0 auto;
	color: #000000;
}
#pic_01,
#pic_02,
#pic_03,
#pic_04,
#pic_05,
#pic_07,
#pic_08 {
	position: absolute;
}

#profile .inner .accord_btn,
.landing h2,
.landing h3,
.landing p {
	font-family: 'Lora', serif;
}
.inner {
	margin: 0 auto;
	width: 960px;
}
#main_container h1 img {
	width: 100%;
	height: auto;
	z-index: 0;
}
#main_container .inner hr {
	width: 100%;
	color: #333333;
}
#main_container h2 {
	width: 100%;
	height: 55px;
	text-align: center;
	font-size: 28px;
	letter-spacing: 6px;
	font-weight: bold;
}
#main_container h2 span {
	display: block;
	margin: -36px auto 36px;
	padding-top: 9px;
	height: 55px;
	width: 550px;
	box-sizing: border-box;
	border: solid 1px #666666;
	background: #ffffff;
	text-align: center;
}
#main_container #lead .inner {
	position: relative;
	box-sizing: border-box;
	margin-top: 100px;
	margin-bottom: 100px;
}
#main_container #lead p {
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 1px;
	font-weight: bold;
}
.flex_row {
	display: flex;
	flex-direction:row;
}
#eventDetails {
	position: relative;
	width: 1360px;
	height: 1010px;
	background: url(../image/events/2023/67/bg_detail.png) no-repeat;
	background-size: cover;
	z-index: 40;
}
#eventDetails #pic_01 {
	top: -150px;
	right: 120px;
	width: 300px;
	height: auto;
}
#eventDetails #pic_01 img {
	width: 100%;
	height: auto;
}
#eventDetails #pic_02 {
	top: 270px;
	left: 10px;
	width: 220px;
	height: auto;
}
#eventDetails #pic_02 img {
	width: 100%;
	height: auto;
}
#eventDetails #pic_03 {
	bottom: 10px;
	right: 180px;
	width: 250px;
	height: auto;
}
#eventDetails #pic_03 img {
	width: 100%;
	height: auto;
}
#eventDetails .inner {
	padding-top: 85px;
}
#eventDetails .inner h2 {
	margin-bottom: 45px;
}
#eventDetails .inner .flex_row {
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
	border-top: solid 1px #666666;
	padding-top: 15px;
	padding-bottom: 15px;
	align-items: center;
}
#eventDetails .inner .flex_row:last-child {
	border-bottom: solid 1px #666666;
	margin-bottom: 120px;
}
#eventDetails .inner .flex_row .header {
	width: 230px;
	box-sizing: border-box;
	padding-left: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 17px;
	text-align: left;
}
#eventDetails .inner .flex_row .content {
	width: 730px;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: left;
}
#eventInformation {
	position: relative;
	padding-bottom: 45px;
	background: url(../image/events/2023/67/bg_event.jpg) repeat-y;
	z-index: 30;
}
#eventInformation .inner {
	padding-top: 85px;
}
#eventInformation .inner h2 {
	margin-bottom: 60px;
}
#eventInformation .inner .flex_row {
	display: flex;
	justify-content: space-between;
}
#eventInformation .inner .flex_row .info_menu {
	width: 210px;
	height: 135px;
	margin-bottom: 40px;
}
#eventInformation .inner .flex_row .info_menu a img {
	width: 100%;
	height: auto;
}
#eventInformation .inner h3 {
	width: 546px;
	box-sizing: border-box;
	padding: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	background: #000000;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 22px;
}
#eventInformation .inner h3 span {
	font-size: 16px;
	font-weight: normal;
}
#eventInformation .inner p {
	margin-left: 50px;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: left;
}
#eventInformation .inner .price p {
	text-align: right;
}
#eventInformation .inner p:nth-child(4) {
	margin-bottom: 30px;
}
#eventInformation .inner #menu_01 .flex_row {
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
	border-top: solid 1px #666666;
	margin-left: 50px;
	margin-right: 50px;
}
#eventInformation .inner #menu_01 .flex_row.bottom {
	border-bottom: solid 1px #666666;
	margin-bottom: 30px;
}
#eventInformation .inner #menu_01 .flex_row .header {
	display: flex;
	width: 200px;
	box-sizing: border-box;
	padding-left: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 17px;
	text-align: left;
	background: #d1d6d7;
	align-items: center;
}
#eventInformation .inner #menu_01 .flex_row .header p {
	margin: auto 0;
}
#eventInformation .inner #menu_01 .flex_row .content {
	width: 665px;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: left;
}
#eventInformation .inner #menu_01 .flex_row .content :first-child {
	margin-top:15px;
}
#eventInformation .inner #menu_01 .flex_row .content :last-child {
	margin-bottom:15px;
}
#eventInformation #profile .inner {
	padding-top: 30px;
}
#profile {
	position: relative;
}
#profile .inner .accord_btn {
	width: 794px;
	height: 100px;
	box-sizing: border-box;
	padding-top: 40px;
	margin: 60px auto;
	background: #173a49;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
#profile .inner .accord_btn:hover,
#profile .inner .accord_btn:focus {
	opacity: 0.7;
}


#profile .inner .flex_row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
#profile .inner .flex_row .profile_box {
	width: 300px;
	box-sizing: border-box;
	padding: 30px 25px;
	margin-bottom: 28px;
	border: solid 1px #cecece;
	background: #ffffff;
}
#profile .inner .flex_row .profile_box .photo {
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
#profile .inner .flex_row .profile_box .photo img {
	width: 100%;
	height: auto;
}
#profile .inner .flex_row .profile_box .name p {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin: 20px 0 10px 0;
	letter-spacing: 1px;
}
#profile .inner .flex_row .profile_box .name p span {
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0;
}
#profile .inner .flex_row .profile_box .content p {
	margin: 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
}
#profile .inner #profile_area {
	display: none;
	margin-bottom: 65px;
}
#eventInformation {
	position: relative;
	z-index: 25;
}
#eventInformation .inner #menu_02 {
	margin-top: 125px;
	margin-bottom: 55px;
}
#eventInformation .inner #menu_01 #pic_04 {
	top: -30px;
	right: 20px;
	width: 250px;
	height: auto;
}
#eventInformation .inner #menu_01 #pic_04 img {
	width: 100%;
	height: auto;
}
#eventInformation .inner #profile_area #pic_05 {
	bottom: 150px;
	right: 70px;
	width: 500px;
	height: auto;
}
#eventInformation .inner #profile_area #pic_05 img {
	width: 100%;
	height: auto;
}
#eventInformation .inner #menu_02 .flex_row {
	display: flex;
	margin: 0 50px;
	justify-content: space-between;
}
#eventInformation .inner #menu_02 .flex_row .schedule_column {
	width: 400px;
}
#eventInformation .inner #menu_02 .flex_row .schedule_column .date_block .date p {
	margin: 0 0 5px;
	padding-left: 8px;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
#eventInformation .inner #menu_02 .flex_row .schedule_column .date_block .date p span ,
#eventInformation .inner #menu_04 .flex_row p span {
	background: linear-gradient(transparent 0%, transparent 50%, #e7ff76 50%, #e7ff76 100%);
}
#eventInformation .inner #menu_02 .flex_row .schedule_column .date_block .time {
	border-top: solid 1px #918c8a;
	background: #d1d6d7;
}
#eventInformation .inner #menu_02 .flex_row .schedule_column .date_block .time p {
	margin: 0;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	padding: 8px;
}
#eventInformation .inner #menu_02 .flex_row .schedule_column .item_block {
	border-bottom: dashed 1px #ada8a7;
	margin-bottom: 5px;
}
#eventInformation .inner #menu_02 .flex_row .schedule_column .item_block.nobottom {
	border-bottom: none;
	margin-bottom: 0;
}
#eventInformation .inner #menu_02 .flex_row .schedule_column .item_block:last-child {
	border-bottom: solid 1px #918c8a;
	margin-bottom: 15px;
}
#eventInformation .inner #menu_02 .flex_row .schedule_column .item_block .name_price {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#eventInformation .inner #menu_02 .flex_row .schedule_column .item_block .name_price .item p {
	margin: 5px 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	color: #637a80;
}
#eventInformation .inner #menu_02 .flex_row .schedule_column .item_block .name_price .price p {
	margin: 5px 0 0;
	font-size: 18px;
	line-height: 25px;
}
#eventInformation .inner #menu_02 .flex_row .schedule_column .item_block .content p {
	margin: 5px 0 10px;
	font-size: 18px;
	line-height: 25px;
}
#eventInformation .inner #menu_02 h3 {
	margin-top: -75px;
}
#eventInformation .inner #menu_03 h3,
#eventInformation .inner #menu_04 h3,
#eventInformation .inner #menu_05 h3 {
	margin-top: -75px;
}
#eventInformation .inner #menu_01 {
	padding-top: 70px;
	padding-bottom: 35px;
	margin-bottom: 0;
	background: linear-gradient(135deg, transparent 20px, #ffffff 0) top left,
	linear-gradient(-135deg, transparent 20px, #ffffff 0) top right,
	linear-gradient(-45deg, transparent 20px, #ffffff 0) bottom right,
	linear-gradient(45deg, transparent 20px, #ffffff 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	filter: drop-shadow(10px 20px 0px rgba(160, 160, 160, 0.7));
}
#eventInformation .inner #menu_01 h3 {
	margin-top: -95px;
}
#eventInformation .inner #menu_02,
#eventInformation .inner #menu_03,
#eventInformation .inner #menu_04,
#eventInformation .inner #menu_05 {
	padding-top: 55px;
	padding-bottom: 35px;
	margin-bottom: 100px;
	background: linear-gradient(135deg, transparent 20px, #ffffff 0) top left,
	linear-gradient(-135deg, transparent 20px, #ffffff 0) top right,
	linear-gradient(-45deg, transparent 20px, #ffffff 0) bottom right,
	linear-gradient(45deg, transparent 20px, #ffffff 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	filter: drop-shadow(10px 20px 0px rgba(160, 160, 160, 0.7));
}
#eventInformation .inner #menu_03 .flex_row img,
#eventInformation .inner #menu_04 .flex_row img {
	width: 400px;
	margin: 0 60px 15px;
	height: auto;
}
section#access {
	position: relative;
	margin-top: 85px;
	z-index: 25;
}
section#access .inner #pic_07 {
	top: -150px;
	left: 150px;
	width: 250px;
	height: auto;
}
section#access .inner #pic_07 img {
	width: 100%;
	height: auto;
}
section#access .inner #pic_08 {
	bottom: -150px;
	right: 150px;
	width: 240px;
	height: auto;
}
section#access .inner #pic_08 img {
	width: 100%;
	height: auto;
}
section#access #googlemap {
	margin-top: 70px;
	margin-bottom: 30px;
	width: 100%;
}
section#access #googlemap iframe {
  width: 100%;
  aspect-ratio: 1.4;
}
section#access p {
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: left;
}
.accord_btn:after{
  content: "";
  position: absolute;
  top: 135px;
  right: 120px;
  /*縦線*/
  width: 15px;
  height: 2px;
  background: #fff;
  transition: all .2s ease-in-out;
}

.accord_btn:before{
  content: "";
  position: absolute;
  top: 135px;
  right: 120px;
  width: 15px;
  height: 2px;
  /*横線に*/
  transform: rotate(90deg);
  background: #fff;
  transition: all .3s ease-in-out;
}

.accord_btn.open:before{
  transform: rotate(180deg);
}
.accord_btn.open:after{
  opacity: 0;
}
#main_container #movie .inner {
	position: relative;
	box-sizing: border-box;
	margin-top: 0;
	margin-bottom: 125px;
}
#main_container #movie .inner .movie_iframe {
	position: relative;
	box-sizing: border-box;
	width: 100%;
}
#main_container #movie .inner .movie_iframe iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}
#eventInformation .inner #menu_05 .flex_row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	box-sizing: border-box;
	padding-left: 50px;
	padding-right: 60px;
}
#eventInformation .inner #menu_05 .flex_row .column_1 {
	width: 240px;
	margin-right: 30px;
}
#eventInformation .inner #menu_05 .flex_row .column_2 {
	width: 290px;
	margin-right: 30px;
}
#eventInformation .inner #menu_05 .flex_row .column_3 {
	width: 260px;
}
#eventInformation .inner #menu_05 .flex_row ul li {
	width: 100%;
	height: 40px;
	padding-top: 10px;
	box-sizing: border-box;
	border-bottom: solid 1px #bebebe;
	font-size: 20px;
	font-family: 'Lora', serif;
}
#eventInformation .inner #menu_05 .flex_row .column_2 ul li:first-child,
#eventInformation .inner #menu_05 .flex_row .column_3 ul li:first-child {
	margin-top: 40px;
	border-top: solid 1px #bebebe;
}
#eventInformation .inner #menu_05 .flex_row ul li span {
	display: inline;
	color: #637a80;
}
#eventInformation .inner #menu_05 .flex_row ul li.head {
	height: 80px;
}
#eventInformation .inner #menu_05 .flex_row ul li.head div {
	position: relative;
	box-sizing: border-box;
	padding-top: 10px;
	background: #637a80;
	color: #ffffff;
	text-align: center;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#eventInformation .inner #menu_05 .flex_row ul li.head div::before {
	display: block;
	content: '';
	position: absolute;
	bottom: -29px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top-color: #637a80;
}
@media (max-width: 1360px) {
	#main_container {
		width: 100%;
		min-width: 960px;
	}
}

@media (max-width: 750px) {
#main_container {
	width: 100%;
	min-width: 0;
}
.inner {
	width: 96%;
	margin: 0 2%;
}
#eventDetails {
	background: url(../image/events/2023/67/bg_detail_sp.png) no-repeat;
	background-size: cover;
}

#eventInformation {
	background: url(../image/events/2023/67/bg_event_sp.jpg) repeat-y;
	background-size: cover;
}

#pic_01 {
	display: none;
}
#pic_02 {
	display: none;
}
#pic_03 {
	display: none;
}
#pic_04 {
	display: none;
}
#pic_05 {
	display: none;
}
#pic_07 {
	display: none;
}
#pic_08 {
	display: none;
}
#main_container #lead .inner {
	margin-top: 30px;
}
#main_container #lead p {
	text-align: left;
	line-height: 30px;
	letter-spacing: 2px;
}
#eventDetails {
	width: 100%;
	height: auto;
}
#eventDetails .inner {
	padding-bottom: 10px;
}
#eventDetails .inner .flex_row {
	flex-direction: column;
}
#eventDetails .inner .flex_row:last-child {
	margin-bottom: 60px;
}
#eventDetails .inner .flex_row .header {
	width: 100%;
	padding-left: 0;
}
#eventDetails .inner .flex_row .content {
	width: 100%;
}
#main_container h2 {
	height: auto;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 0;
}
#main_container h2 span {
	margin-top: -25px;
	padding-top: 5px;
	width: 90%;
	height: auto;
}
#eventInformation .inner {
	padding-top: 35px;
}
#eventInformation .inner h2 {
	margin-bottom: 35px;
}
#eventInformation .inner .flex_row {
	width: 100%;
	flex-wrap: wrap;
}
#eventInformation .inner .flex_row .info_menu {
	width: 47%;
	height: auto;
	margin-bottom: 30px;
}
#eventInformation .inner h3 {
	width: 90%;
	margin: 0 auto;
	font-size: 18px;
}
#eventInformation .inner #menu_01 h3 {
	margin-top: -80px;
}
#eventInformation .inner #menu_01,
#eventInformation .inner #menu_02,
#eventInformation .inner #menu_03,
#eventInformation .inner #menu_04,
#eventInformation .inner #menu_05 {
	background: linear-gradient(135deg, transparent 12px, #ffffff 0) top left,
	linear-gradient(-135deg, transparent 12px, #ffffff 0) top right,
	linear-gradient(-45deg, transparent 12px, #ffffff 0) bottom right,
	linear-gradient(45deg, transparent 12px, #ffffff 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	filter: drop-shadow(5px 10px 0px rgba(160, 160, 160, 0.7));
}
#eventInformation .inner p {
	width: 90%;
	margin: 5px auto 0;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
}
#eventInformation .inner #menu_01 .flex_row {
	margin: 0;
	border-top: none;
}
#eventInformation .inner #menu_01 .flex_row .header {
	width: 90%;
	margin: 0 auto;
	padding-left: 2%;
	border-top: solid 1px #666666;
}
#eventInformation .inner #menu_01 .flex_row .content p {
	margin: 5px auto 0;
}
#eventInformation .inner #menu_01 .flex_row .content :first-child {
	margin-top: 5px;
}
#profile .inner .accord_btn {
	width: 90%;
	margin: 0 auto;
	height: 3em;
	padding-top: 1em;
}
.accord_btn:before,
.accord_btn:after {
	right: 15%;
	top:3em;
}
#eventInformation .inner #menu_02,
#eventInformation .inner #menu_03,
#eventInformation .inner #menu_04,
#eventInformation .inner #menu_05 {
	padding-top: 0;
}
#eventInformation .inner #menu_02 {
	margin-top: 100px;
}
#eventInformation .inner #menu_02 .flex_row {
	width: 90%;
	margin: 0 auto;
}
#eventInformation .inner #menu_04,
#eventInformation .inner #menu_05 {
	margin-bottom: 0;
}
#eventInformation .inner #menu_03 .flex_row img,
#eventInformation .inner #menu_04 .flex_row img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#profile .inner #profile_area {
	margin-top: 40px;
	width: 100%;
}
#profile .inner .flex_row .profile_box {
	width: 100%;
}
#profile .inner .flex_row .profile_box .content p {
	width: 100%;
}
section#access {
	margin-top: 50px;
}
section#access p {
	width: 96%;
	margin: 5px auto 0;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
}
section#access #googlemap {
	margin-top: 0;
}
#main_container #lead .inner {
	margin-bottom: 50px;
}
#main_container #movie .inner {
	margin-bottom: 50px;
}
#main_container #eventDetails .inner {
	padding-top: 50px;
	padding-bottom: 1px;
}
#eventInformation .inner #menu_02 .flex_row .schedule_column .item_block .name_price .item p {
	width: 100%;
	font-size: 16px;
}
#eventInformation .inner #menu_02 .flex_row .schedule_column .item_block .name_price .price p {
	width: 100%;
	font-size: 16px;
}
#eventInformation .inner #menu_02 .flex_row .schedule_column .item_block .content p {
	font-size: 15px;
}
#eventInformation .inner #menu_05 {
	margin-bottom: 100px;
}
#eventInformation .inner #menu_05 .flex_row {
	padding-left: 0;
	padding-right: 0;
}
#eventInformation .inner #menu_05 .flex_row .column_1,
#eventInformation .inner #menu_05 .flex_row .column_2,
#eventInformation .inner #menu_05 .flex_row .column_3 {
	width: 100%;
	margin-right: 0;
}
#eventInformation .inner #menu_05 .flex_row ul li {
	margin: 0;
}
#eventInformation .inner #menu_05 .flex_row .column_2 ul li:first-child,
#eventInformation .inner #menu_05 .flex_row .column_3 ul li:first-child {
	margin-top: 0;
	border-top: none;
}
#main_container #movie .inner .movie_iframe iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
}

}

.red_ul {
	color: red;
}
