#thumbnail-list {
	display: flex;
	gap: 25px;
    flex-wrap: wrap;
	justify-content: center;
}

#thumbnail-list li {
	width: 18%;
	cursor: pointer;
}

.page-head {
	background: #F5F4F5;
	padding-bottom: 35px;
}

.page-head .img {
	width: 80%;
	margin: 0 0 0 auto;
}

.page-head .inner {
	position: relative;
}

.page-head p {
	color: #A4CACD;
	position: absolute;
	left: -50px;
	top: 30%;
	font-size: 30px;
	line-height: 1.3;
}

.page-head h1 {
	display: inline-block;
	background: #4A959A;
	color: #fff;
	padding: 30px 60px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 55%;
	font-size: 25px;
}

.pt100 {
	padding-top: 100px;
}

.about-page .sec01 {
	text-align: center;
}

.about-page .sec01 p {
	line-height: 2.5;
	margin-bottom: 50px;
}

.about-page .sec01 .arrow05 {
	width: 10px;
	margin: 0 auto;
}

.about-page .sec01 .text {
	position: relative;
}

.about-page .sec01 .hp02 {
	position: absolute;
	width: 180px;
	right: 0;
	top: 0;
}

.about-page .sec01 .hp03 {
	position: absolute;
	width: 180px;
	left: 0;
	top: 370px;
}

.wp-pagenavi {
    text-align: center;
    padding: 50px 0 0 0;
}

.about-page .sec01 .hp04 {
	position: absolute;
	width: 130px;
	left: 110px;
    bottom: 0;
}

.about-page .sec01 .hp05 {
	position: absolute;
	width: 220px;
	right: 0;
	bottom: 0;
}

.about-page .sec02 .sec02-inner {
	padding: 40px;
	margin-bottom: 40px;
	background: #F5F4F5;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-page .sec02 .sec02-inner .img {
	width: 45%;
}

.about-page .sec02 .sec02-inner .text {
	width: 50%;
}

.about-page .sec02 .sec02-inner h3 {
	color: #4A959A;
	font-size: 20px;
	margin-bottom: 10px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
}

.about-page .sec02 .sec02-inner h3 span {
	font-size: 30px;
}

.about-page .sec02 .sec02-inner.layout02 .img {
	order: 2;
}

.about-page .sec02 .sec02-inner.layout02 .text {
	order: 1;
}

.rc-page .sec02inner {
	background: #F0EFE6;
	padding-bottom: 100px;
}

.rc-page .sec02inner ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px 40px;
	margin-bottom: 80px;
}

.rc-page .sec02inner li {
	text-align: center;
}

.rc-page .sec02inner li img {
	margin-bottom: 15px;
}

.rc-page .sec03 h3 {
	background: #fff;
	padding: 20px 40px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 33px;
}

.rc-page .sec03 h3 span {
	color: #009FE8;
}

.rc-page .sec03 p {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}



.company-page .sec01 .sec01-inner {
	background: #F5F4F5;
	padding: 70px;
}

.company-page .sec01-inner02 {
	display: flex;
	justify-content: space-between;
}

.company-page .sec01-inner02 .text {
	width: 52%;
	order: 1;
}

.company-page .sec01-inner02 .text p {
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 1.8;
}

.company-page .sec01-inner02 .img {
	width: 40%;
	order: 2;
}

.company-page .sec01-inner02 .img p {
	text-align: right;
	font-size: 23px;
	margin-top: 15px;
}

.company-page .sec01-inner02 .img p span {
	font-size: 18px;
}

.contact-form {
	background: #F5F4F5;
	padding: 50px 70px;
}

.c-tr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed #333;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.border-none {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 20px;
}

.contact-form .full {
	border-bottom: 1px dashed #333;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.c-tr .title {
	width: 300px;
	font-size: 17px;
	font-weight: bold;
	
}

.c-tr .title span {
	background: #BC272D;
	color: #fff;
	border-radius: 3px;
	padding: 3px 6px;
	display: inline-block;
	margin-left: 6px;
	line-height: 1;
	font-size: 14px;
}

.c-tr .box {
	width: calc(100% - 320px);
	border-left: 1px solid #333;
	padding-left: 30px;
}

.contact-form input[type="text"] {
	border: 1px solid #333;
    padding-left: 1em;
    padding-right: 1em;
    height: 40px;
    flex: 1;
    width: 100%;
	background: #fff;
}

.contact-form textarea {
	border: 1px solid #333;
    padding-left: 1em;
    padding-right: 1em;
    min-height: 200px;
    flex: 1;
    width: 100%;
	background: #fff;
}

.contact-form select {
	border: 1px solid #333;
    padding-left: 1em;
    padding-right: 1em;
    height: 40px;
	-webkit-appearance: auto;
    appearance: auto;
	background: #fff;
}

.contact-form label[for] {
	display: block;
	margin-bottom: 5px;
}

.contact-form [type="radio"] {
	margin-right: 5px;
}

.send-mail button {
	background: #A8A8A8;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	width: 100%;
	max-width: 300px;
	margin: 0 auto 30px auto;
	display: block;
	font-size: 16px;
	font-weight: bold;
	transition: .15s;
	border: 1px solid #A8A8A8;
	border-radius: 40px;
}

.send-mail button:hover {
	background: #fff;
	color: #333;
}

.privacy {
	background: #E1E1E1;
	padding: 30px;
}

.privacy dt {
	margin-bottom: 5px;
}

.privacy dd {
	font-size: 13px;
}

.thanks-page p {
	text-align: center;
}

.event-disc {
	padding: 50px 0 80px 0;
}

.event-point {
	background: #F5F4F5;
	padding: 10px 50px 50px 50px;
}

.point-title {
	text-align: center;
	position: relative;
	top: -40px;
}

.event-point h2 {
	font-size: 25px;
	font-weight: bold;
	display: inline-block;
	background: #4A959A;
	line-height: 1;
	padding: 15px 30px;
	border-radius: 40px;
	color: #fff;
	position: relative;
}

.event-point h2::before{
    content: "";
    position: absolute;
   bottom: -22px;
    left: calc(50% - 7px);
    border: 10px solid transparent;
    border-top: 12px solid #4A959A;
}

.event-access {
	padding: 60px 0 80px 0;
	text-align: center;
}

.event-access h3 {
	font-size: 25px;
	margin-bottom: 15px;
}

.postNav {
	text-align: center;
	padding: 60px 0 0 0;
}

.postNav ul {
	display: flex;
	font-size: 14px;
	justify-content: space-between;
}

.postNav a {
	background: #4A959A;
	color: #fff;
	line-height: 1;
	padding: 10px 30px;
	display: flex;
	align-items: center;
	border-radius: 40px;
}

.archive-link a {
	background: #4A959A;
}

.next_post a {
}

.previous_post a {
}

.form-bt-box {
	padding: 40px 0;
}

.form-bt {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}

.form-bt a {
	display: block;
	line-height: 1;
	padding: 20px 0;
	border-radius: 40px;
	background: #666;
	border: 1px solid;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.form-bt a:hover {
	background: #fff;
	color: #333;
}

.event-page .event-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 35px;
}

.event-page .event-list .img {
	margin-bottom: 15px;
}

.event-list h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0;
}

.end-text {
	text-align: center;
	font-weight: bold;
	font-size: 17px;
}

.event-content h1 {
	font-size: 26px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin-bottom: 5px;
}

.results-page-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0;
	border-collapse: collapse;
}

.results-page-list .result-item {
	border-left: 1px solid #A8A8A8;
	border-bottom: 1px solid #A8A8A8;
}

.results-page-list .result-item:last-child,
.results-page-list .result-item:nth-child(4n) {
	border-right: 1px solid #A8A8A8;
}

.results-page-list .result-item h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.results-page-list .event-icon {
	margin-bottom: 0;
}


.results-page-list .text {
	padding: 20px;
}

.results-content {
	padding: 50px;
	background: #F5F4F5;
	margin-top: 60px;
	color: #434343;
}

.img-thum {
	margin-bottom: 35px;
}

.results-content .event-icon {
	font-size: 20px;
	font-weight: bold;
}

.results-content .event-icon .type01 {
	padding: 4px 10px;
	border: 1px solid #434343;
	background: #434343;
	color: #fff;
}

.results-content .event-icon .type02 {
	padding: 4px 10px;
	border: 1px solid #434343;
	background: #434343;
	color: #fff;
}

.results-content h1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
    line-height: 1.5;
}

.results-content dl {
	font-size: 20px;
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #4A959A;
}

.results-content .slick-slider {
	margin-bottom: 20px;
}

.results-content #thumbnail-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 15px;
	margin-bottom: 40px;
}

.results-content #thumbnail-list li {
    width: auto;
    cursor: pointer;
}

.results-content .results-disc {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #4A959A;
}

.results-content .photo-gallery {
	font-size: 20px;
	margin-bottom: 20px;
}

.results-content .wrap {
  width: 100%;
  margin: 15px auto 0 auto;
}

.results-content .demo01 {
  margin: 0 auto;
}

.results-content .item {
  width: calc(100% / 4);
	padding: 2px;
}

.results-content .item img {
  width: 100%;
}

#content {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 0;
}

#content h1 {
    background: #eee;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    padding: 10px 15px;
    border-left: 6px solid #4A959A;
	margin-bottom: 35px;
}

#content h2,
.event-disc h2 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    padding: 0 0 10px 0;
    border-bottom: 3px solid #4A959A;
	color: #4A959A;
	margin-bottom: 20px;
	margin-top: 50px;
}

#content h3,
.event-disc h3 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #4A959A;
	margin-bottom: 20px;
	margin-top: 30px;
}

.pageTime {
	font-size: 13px;
	margin-bottom: 10px;
}


#postContent p,
.event-disc p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 15px;
	margin-top: 20px;
}

#postContent img {
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
}

.news-list {
	width: 100%;
	border-top: 1px solid #C7C7C7;
	margin-bottom: 20px;
}

.news-list tr {
	border-bottom: 1px solid #C7C7C7;
}

.news-list th {
	padding: 20px 15px;
	width: 10%;
}

.news-list td {
	width: 90%;
	padding: 20px 35px 20px 15px;
	position: relative;
}



.news-list a:hover {
	color: #3FA4F0;
}