main {
	overflow-x: hidden;
}

.p-information {
	margin-bottom: 40px;
	padding-left: 44px;
	padding-top: 55px;
}

.p-information .info_archive {
	max-width: 938px;
	width: 95%;
}

.p-information .info_archive li {
	background: #fff;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 5px;
	padding: 30px 40px;
	width: 100%;
}

.p-information .info_archive li .contents {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-top: 13px;
}

.p-information .info_archive li .contents h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 2px;
	order: 2;
	word-break: break-all;
}

.p-information .info_archive li .contents h2 a {
	text-decoration: underline;
	transition: opacity 0.5s ease;
}

.p-information .info_archive li .contents h2 a:hover {
	opacity: 0.5;
	transition: opacity 0.5s ease;
}

.p-information .info_archive li .contents time {
	color: #666666;
	font-size: 15px;
	line-height: 1.6;
	order: 1;
}

.p-information .info_archive li .contents dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
	margin-top: 3px;
	order: 3;
}

.p-information .info_archive li .contents dl > div {
	align-items: center;
	display: flex;
	line-height: 1.35;
	margin-right: 30px;
	margin-top: 6px;
}

.p-information .info_archive li .contents dl > div.venue {
	width: 100%;
}

.p-information .info_archive li .contents dl > div dt {
	font-size: 12px;
	font-weight: 700;
}

.p-information .info_archive li .contents .invite {
	border: 1px dashed #D7326C;
	border-radius: 10px;
	margin-top: 20px;
	order: 4;
	padding: 20px;
}

.p-information .info_archive li .contents .invite h3 {
	color: #D7326C;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
}

.p-information .info_archive li .contents .invite p {
	font-size: 14px;
	line-height: 1.7;
	margin-top: 6px;
}

.p-information .info_archive li .image {
	flex-shrink: 0;
	height: auto;
	margin-right: 40px;
	width: 222px;
	/* background: #ddd; */
}

.p-information .info_archive li .image a {
	display: block;
	height: 100%;
	min-height: 315px;
	transition: opacity 0.5s ease;
	width: 100%;
}

.p-information .info_archive li .image a:hover {
	opacity: 0.7;
	transition: opacity 0.5s ease;
}

.p-information .info_archive li .image a img {
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
}

.p-information + .info-pagination {
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
	margin-top: 40px;
	position: relative;
}

.p-information + .info-pagination li {
	background: #fff;
	font-size: 11px;
	font-weight: 500;
	height: 30px;
	line-height: 28px;
	margin: 0 2.5px;
	text-align: center;
	transition: opacity 0.4s;
	width: 30px;
}

.p-information + .info-pagination li.here {
	background: #DDDDDD;
	pointer-events: none;
}

.p-information + .info-pagination li:hover {
	opacity: 0.6;
	transition: opacity 0.4s;
}

.p-information.info_single {
	background: #fff;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 40px;
	margin-top: 40px;
	max-width: 938px;
	padding: 80px 60px;
	width: 95%;
}

.p-information.info_single .detail {
	width: 100%;
	padding-top: 19px;
}

.p-information.info_single .detail .head {
	display: flex;
	flex-direction: column;
}

.p-information.info_single .detail .head h1 {
	font-size: 22px;
	font-weight: 700;
	left: -2px;
	line-height: 1.3;
	margin-top: 2px;
	order: 2;
	position: relative;
}

.p-information.info_single .detail .head time {
	color: #666666;
	font-size: 15px;
	left: -2px;
	line-height: 1.6;
	order: 1;
	position: relative;
}

.p-information.info_single .detail .head dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
	margin-top: 3px;
	order: 3;
}

.p-information.info_single .detail .head dl > div {
	align-items: center;
	display: flex;
	line-height: 1.35;
	margin-right: 30px;
	margin-top: 6px;
}

.p-information.info_single .detail .head dl > div.venue {
	width: 100%;
}

.p-information.info_single .detail .head dl > div dt {
	font-size: 12px;
	font-weight: 700;
}

.p-information.info_single .detail .arasuji {
	font-size: 14px;
	line-height: 1.7;
	margin-top: 29px;
}

.p-information.info_single .detail .bottom {
	margin-top: 38px;
}

.p-information.info_single .detail .bottom h2 {
	border-left: 4px solid #000;
	font-size: 16px;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	margin-top: 40px;
	padding-left: 10px;
}

.p-information.info_single .detail .bottom h2:first-of-type {
	margin-top: 0;
}

.p-information.info_single .detail .bottom .timetable {
	border-spacing: 0;
	font-size: 14px;
	margin-top: 14px;
}

.p-information.info_single .detail .bottom .timetable th {
	font-weight: 400;
	padding-right: 10px;
	text-align: left;
}

.p-information.info_single .detail .bottom .row {
	font-size: 14px;
	margin-top: 13px;
}

.p-information.info_single .detail .bottom .row a {
	text-decoration: underline;
	transition: opacity 0.3s;
}

.p-information.info_single .detail .bottom .row a:hover {
	opacity: 0.6;
	transition: opacity 0.3s;
}

.p-information.info_single .detail .invite {
	border: 1px dashed #D7326C;
	border-radius: 10px;
	margin-top: 40px;
	order: 4;
	padding: 20px;
}

.p-information.info_single .detail .invite h2 {
	color: #D7326C;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
}

.p-information.info_single .detail .invite p {
	font-size: 14px;
	line-height: 1.7;
	margin-top: 6px;
}

.p-information.info_single .flyer {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	margin-right: 42px;
	padding-top: 482px;
	position: relative;
	width: 322px;
}

.p-information.info_single .flyer .switch {
	cursor: pointer;
	display: none;
	position: relative;
	text-align: center;
}

.p-information.info_single .flyer .switch + label {
	background: none;
	border: none;
	border-radius: 0;
	margin: 0 20px 0;
	padding: 0;
	transition: opacity 0.3s ease;
	width: auto;
}

.p-information.info_single .flyer .switch + label:hover {
	opacity: 0.6;
	transition: opacity 0.3s ease;
}

.p-information.info_single .flyer .switch.ura + label {
	position: relative;
}

.p-information.info_single .flyer .switch.ura + label::after {
	background: #000;
	content: "";
	display: block;
	height: 23px;
	left: -20px;
	position: absolute;
	top: 4px;
	width: 1px;
}

.p-information.info_single .flyer .image {
	height: 457px;
	position: absolute;
	top: 0;
	width: 100%;
	/* background: #ddd; */
}

.p-information.info_single .flyer .image li {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.3s ease;
	width: 100%;
}

.p-information.info_single .flyer .image img {
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
}

.p-information + .c-button__vwmr {
	margin-bottom: 100px !important;
}

#flyerOmote:checked + label {
	text-decoration: underline;
}

#flyerOmote:checked ~ .image li:nth-child(1) {
	opacity: 1;
}

#flyerUra:checked + label {
	text-decoration: underline;
}

#flyerUra:checked ~ .image li:nth-child(2) {
	opacity: 1;
}

.entry-form .kyokaiin dt {
	line-height: 1.4;
	padding: 21px 20px;
}

.entry-form .kyokaiin dd {
	padding: 28px 20px;
}

.entry-form .kyokaiin dd label {
	background: transparent;
	border: none;
	margin-right: 16px;
	width: auto;
}

.entry-form .kyokaiin dd .form-radio {
	display: none;
}

.entry-form .kyokaiin dd .form-radio + span {
	cursor: pointer;
	display: inline-block;
	margin: 0;
	padding: 0 0 0 26px;
	position: relative;
	text-align: left;
}

.entry-form .kyokaiin dd .form-radio + span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	content: "";
	display: block;
	height: 21px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 21px;
}

.entry-form .kyokaiin dd .form-radio + span::after {
	-webkit-transform: translateY(-50%);
	background: #000;
	border: 1px solid transparent;
	border-radius: 50%;
	content: "";
	height: 7px;
	left: 7px;
	opacity: 0;
	padding: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 7px;
}

.entry-form .kyokaiin dd .form-radio:checked + span::after {
	opacity: 1;
}

.entry-form .area dd .form-select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fff url(../image/common/item/form-select-arrow.svg) no-repeat center right 11px/8px 8px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	padding: 4px 13px 3px;
	width: 160px;
}

.entry-form .area dd .form-select::-ms-expand {
	display: none;
}

.entry-form .area dd .form-select:focus {
	border: 1px solid rgba(0, 0, 0, 0.32);
	box-shadow: none;
	outline: none;
}

.entry-form .timetable dd textarea {
	height: 128px;
}

.entry-form .f-page__contact-form--inner-caution {
	line-height: 1.85;
	margin-bottom: 26px;
	margin-top: 48px;
}

.entry-form dd::-webkit-input-placeholder {
	color: #999999;
}

.entry-form dd::-moz-placeholder {
	color: #999999;
}

.entry-form dd:-ms-input-placeholder {
	color: #999999;
}

.entry-form dd::-ms-input-placeholder {
	color: #999999;
}

.entry-form dd::placeholder {
	color: #999999;
}

.f-page__contact-form--must:after {
	font-size: 14px;
}

@media screen and (max-width: 835px) {

.p-information {
	padding-left: 0;
	padding-top: 25px;
}

.p-information .info_archive {
	margin: 0 auto;
	max-width: 480px;
	width: 95%;
}

.p-information .info_archive li {
	flex-direction: column-reverse;
	padding: 20px 20px 40px;
}

.p-information .info_archive li .contents h2 {
	font-size: 16px;
}

.p-information .info_archive li .contents time {
	font-size: 13px;
}

.p-information .info_archive li .contents dl {
	font-size: 13px;
}

.p-information .info_archive li .contents dl > div {
	margin-right: 15px;
}

.p-information .info_archive li .contents .invite {
	padding: 15px;
}

.p-information .info_archive li .contents .invite h3 {
	font-size: 14px;
}

.p-information .info_archive li .contents .invite p {
	font-size: 12px;
}

.p-information .info_archive li .image {
	margin: 0 auto 20px;
	max-width: 285px;
	width: 100%;
}

.p-information.info_single {
	flex-direction: column-reverse;
	max-width: 480px;
	padding: 20px 20px 40px;
}

.p-information.info_single .detail {
	padding-top: 30px;
}

.p-information.info_single .detail .head h1 {
	font-size: 16px;
}

.p-information.info_single .detail .head time {
	font-size: 13px;
}

.p-information.info_single .detail .head dl {
	font-size: 13px;
}

.p-information.info_single .detail .head dl > div {
	margin-right: 15px;
}

.p-information.info_single .detail .arasuji {
	font-size: 13px;
}

.p-information.info_single .detail .bottom h2 {
	font-size: 15px;
}

.p-information.info_single .detail .bottom .timetable {
	font-size: 13px;
}

.p-information.info_single .detail .bottom .row {
	font-size: 13px;
}

.p-information.info_single .detail .invite h2 {
	font-size: 14px;
}

.p-information.info_single .detail .invite p {
	font-size: 12px;
}

.p-information.info_single .flyer {
	margin: 0 auto;
	padding-top: 472px;
	width: 100%;
}

.entry-form .kyokaiin dt {
	padding-bottom: 0;
}

.entry-form .kyokaiin dd {
	padding-bottom: 16px;
	padding-top: 14px;
}

.entry-form .kyokaiin dd label {
	height: 40px;
	text-align: left;
	width: 100%;
}

.entry-form .kyokaiin dd span.attention {
	font-size: 0.8em;
	left: -6px;
	position: relative;
}

.entry-form .kyokaiin dd .form-radio + span {
	line-height: 1.2;
}

.entry-form .flyer span.attention {
	font-size: 12px;
	left: -6px;
	margin-top: 3px;
	position: relative;
}

.f-page__contact-form--must:after {
	font-size: 12px;
}

.entry-kyokaiin .wpcf7-list-item {
	width: 100%;
	margin-left: 0;
}

}

.filename {
	width: 200px;
	line-height: 1.2;
}