@charset "utf-8";

/* ----------------------------
  fv
-------------------------------*/
.main-fv {
    display: flex;
    align-items: center;
    padding: 50px 20px;
    position: relative;
    background-image: url("../img/fv_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-fv-text {
    text-align: center;
	margin:auto;
}



@media (max-width:480px) {
    
    .main-fv {
        padding: 30px 20px;
        display: block;
    }

}



/* ----------------------------
  about
-------------------------------*/
#about {
    padding-top: 0;
    padding-bottom: 0;
}
.about-main {
	padding: 250px 0 200px;
    text-align: center;
	position: relative;
}
.about-main:before {
    content: '';
    width: 100%;
    height: 120%;
    background: url("../img/bg1.png") center no-repeat;
    background-size: cover;
    position: absolute;
    top: -10%;
    left: 0;
    z-index: -1;
}
.about-title {
    margin-bottom: 50px;
}
.about-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 2.8;
    text-align: center;
}
.about-rpj {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 870px;
    padding: 30px 50px;
    margin: 100px auto 0;
    background: #eaf1fb;
    border-radius: 15px;
}
.about-rpj-img {
    width: 30%;
}
.about-rpj-img p {
    font-weight: 500;
	text-align: left;
    margin-top: 10px;
}
.about-rpj-info {
    width: 65%;
    text-align: left;
}
.about-rpj-info p {
	font-size: 18px;
    font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.about-rpj-info__list {
    display: table;
    width: 100%;
    margin-top: 10px;
}
.about-rpj-info__list >li {
    display: table-cell;
    font-size: 15px;
    font-weight: 500;
}
.about-rpj-info__list >li a {
    color: #fff;
    display: block;
    width: 98%;
    border-radius: 1000px;
    background: var(--main-color);
    padding: 10px;
    text-align: center;
}
.about-rpj-info__list >li a:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    margin-left: 10px;
    vertical-align: 2px;
}
.about-rpj-info__list >li.api-item02 a {
	background: #db3089;
}
.about-rpj-info__list >li.api-item03 a {
	background: var(--sub-color);
}
.about-rpj-info__list >li.api-item04 a {
	background: #8f54a8;
}

.about-slide {
    background: #fff;
}
.about-slide .slick-slide {
    width: 310px;
    margin-left: 20px;
}

@media (max-width: 815px) {

	.about-main {
		padding: 150px 0 50px;
	}
	.about-main:before {
		height: 70%;
		top: -2%;
	}

    .about-title {
        margin-bottom: 40px;
    }
    .about-text {
        font-size: 16px;
        line-height: 2.2;
    }
    .about-slide .slick-slide {
        width: 200px;
    }

	.about-rpj {
		display: block;
		padding: 30px 20px;
		margin: 50px auto 0;
	}
	.about-rpj-img {
		width: 100%;
		text-align: left;
	}
	.about-rpj-info {
		width: 100%;
		text-align: left;
		margin-top: 20px;
	}
	.about-rpj-info p {
		font-size: 14px;
	}
	.about-rpj-info__list >li {
		font-size: 12px;
	}
	.about-rpj-info__list >li a:after {
		margin-left: 5px;
		vertical-align: 1px;
	}

}




/* ----------------------------
  guest
-------------------------------*/
#guest {
    padding-bottom: 200px;
    margin-bottom: -50px;
    z-index: 1;
}
#guest:after {
    content: '';
	width: 100%;
	height: 100%;
    background: url("../img/guest_bg.png") no-repeat center;
    background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#guest h2 {
    font-size: 32px;
	color: var(--main-color);
}
#guest h3 {
    position: absolute;
	top: 0;
	right: 20px;
}
.guest__list {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 120px;
    padding: 0 50px;
}
.guest__list >li {
    width: 30%;
    text-align: center;
}
.guest-img {
    text-align: center;
	margin-bottom: 20px;
}
.guest-img.grd:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 5px solid transparent;
    background: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
}

.guest-info-name {
	font-size: 20px;
}
.guest-info-pos {
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
}
.guest-info-desc {
    line-height: 2;
    font-size: 14px;
    margin-top: 15px;
    white-space: nowrap;
}

@media (max-width: 815px) {

	#guest {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#guest:after {
		background-size: 100% 47%;
	}
	#guest h2 {
		font-size: 20px;
	}
	#guest h3 {
		width: 100px;
	}
	.guest__list {
		justify-content: normal;
		margin-top: 50px;
		padding: 0;
	}
	.guest__list >li {
		width: 45%;
		margin: 0 0 30px 10%;
	}
	.guest__list >li:nth-child(2n+1) {
		margin-left: 0;
	}
	.guest-info-desc {
		font-size: 12px;
		white-space: normal;
		text-align: left;
        display: table;
        margin: 15px auto 0;
    }

}


/* ----------------------------
  question
-------------------------------*/
.question-form {
    margin: 70px auto 0;
	max-width: 600px;
}
.question-form__list >li {
    margin-bottom: 50px;
}
.question-form__list >li h3 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: var(--main-color);
    padding: 10px 20px;
    margin-bottom: 30px;
}
.question-form-in {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dotted 1px #ccc;
}
.question-form-in h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.question-input {
	font-size: 16px;
    width: 100%;
    height: 50px;
    border: solid 1px #ccc;
    border-radius: 5px;
    text-indent: 1em;
}
.question-select-s {
	font-size: 16px;
    width: 100px;
    height: 50px;
    border: solid 1px #ccc;
    border-radius: 5px;
    text-indent: 1em;
}
.question-select {
	font-size: 16px;
    width: 100%;
    height: 50px;
    border: solid 1px #ccc;
    border-radius: 5px;
    text-indent: 1em;
}
.question-input-num {
	font-size: 16px;
    width: 100px;
    height: 50px;
    border: solid 1px #ccc;
    border-radius: 5px;
    text-align: right;
}
.question-textarea {
	font-size: 16px;
    width: 100%;
    height: 150px;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 10px;
}
#question-send {
    display: block;
    color: var(--main-color);
    font-size: 20px;
    padding: 15px;
    width: 100%;
    max-width: 300px;
    margin: auto;
    cursor: pointer;
    border: solid 1px;
    border-radius: 1000px;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#question-send i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    vertical-align: 2px;
    margin-left: 10px;
}
#question-send:hover {
	color: #fff;
	background: var(--main-color);
}
#question-send:hover i {
	color: var(--main-color);
}

.send-msg {
	display: none;
    font-weight: 500;
    border: solid 1px;
    border-radius: 1000px;
    text-align: center;
    line-height: 1.6;
    padding: 20px;
    margin: 40px 0;
}
.send-msg.send-msg-no {
	color: red;
}


@media (max-width: 815px) {
}

/* ----------------------------
  event-info
-------------------------------*/
#event-info {
    background: #f7f5f3;
	margin-top: 100px;
}
#event-info:before {
    content: '';
	width: 100%;
	height: 100px;
	background: url("../img/wave.png") no-repeat center top;
	background-size: cover;
	position: absolute;
	top: -99px;
	left: 0;
	z-index: -1;
}

.event-info__list > li:not(:last-child) {
    margin-bottom: 70px;
}
.event-info__list > li h3  {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    padding: 15px;
    margin-bottom: 40px;
    background: var(--main-color);
}
.event-info__list > li.event-info02 h3  {
    background: var(--sub-color);
}
.event-info-sub {
    
}
.event-info-sub h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}
.event-info-sub p {
    font-size: 18px;
    margin-top: 15px;
}

.event-info-schedule {
    max-width: 640px;
    margin: 100px auto 0;
    padding: 50px 90px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
}
.event-info-schedule__list >li {
    font-size: 22px;
    font-weight: 500;
    padding: 15px;
    border: solid 3px var(--main-color);
    border-radius: 1000px;
    position: relative;
}
.event-info-schedule__list >li:not(:last-child) {
    margin-bottom: 40px;
}
.event-info-schedule__list >li:not(:last-child):after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid var(--main-color);
    border-bottom: 0;
    position: absolute;
    left: calc(50% - 20px);
    bottom: -20px;
}



@media (max-width: 815px) {

	#event-info {
		margin-top: 50px;
	}
	#event-info:before {
		height: 80px;
		top: -79px;
	}

    .event-info__list > li h3 {
        font-size: 18px;
    }
    .event-info-sub h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .event-info-sub p {
        font-size: 14px;
        line-height: 2;
    }

	.event-info-schedule {
		margin: 50px auto 0;
		padding: 50px 20px;
	}
	.event-info-schedule__list >li {
		font-size: 16px;
	}

}

/* ----------------------------
  overfiew
-------------------------------*/
.overview-info table {
    font-size: 18px;
    width: 100%;
    line-height: 2;
    border-collapse: collapse;
    border: solid 1px;
	background: #fff;
}
.overview-info table th {
    width: 180px;
    padding: 20px 0 20px 30px;
    font-weight: 500;
    text-align: left;
    background: #f3f5f7;
    border-bottom: dotted 1px;
}
.overview-info table td {
    border-bottom: dotted 1px;
    padding: 20px;
}
.overview-info table td .has-pdf {
    display:inline-block;
}
.overview-info table td .has-pdf i {
    display:inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/icon_pin.png") no-repeat center;
    background-size: contain;
    margin-right: 5px;
    vertical-align: -3px;
}

.btn-popupImg-wrap {
    text-align: center;
    margin-top: 80px;
}
.btn-popupImg {
    color: var(--main-color);
    display: inline-block;
    font-size: 20px;
    padding: 15px;
    width: 100%;
    max-width: 300px;
    cursor: pointer;
    border: solid 1px;
    border-radius: 1000px;
	background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-popupImg:hover {
    color: #fff;
    background: var(--main-color);
}


#overview.ver2 {
    background: #f7f5f3;
}
#overview.ver2 .overview-info table th {
	color: #fff;
    background: var(--main-color);
}

/* popup */
.entryImg-popup {
    display: none;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.entryImg-popup-in {
    max-width: 500px;
    margin: 80px auto;
    text-align: center;
    position: relative;
}
.entryImg-popup-close {
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--main-color);
    border-radius: 10000px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -50px;
}
.entryImg-popup-in .img {
    display: inline-block;
    box-shadow: 0 0 7px 2px #ccc;
    margin-bottom: 20px;
}
.entryImg-popup-in .img img {
    max-height: calc(100vh - 280px);
}
.entryImg-popup-btn a {
    color: var(--main-color);
    display: inline-block;
    padding: 13px 30px 14px;
    font-weight: 600;
    text-align: center;
    background: #fff;
    border: solid 1px;
    border-radius: 1000px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.entryImg-popup-btn a i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../img/icon_download.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 815px) {

    .overview-info table {
        font-size: 14px;
    }
    .overview-info table th,
    .overview-info table td {
        display: block;
        width: 100%;
        padding: 15px;
    }
    .btn-popupImg-wrap {
        margin-top:30px;
    }
    .btn-popupImg {
        font-size: 16px;
    }
}


/* ----------------------------
  access
-------------------------------*/
.access-info {
    text-align: center;
}
.access-info h3 {
    font-size: 20px;
    font-weight: 400;
}
.access-info p {
   margin-top: 15px;
}
.access-map {
    margin-top:50px;;
}

.access-root {
    margin-top: 50px;
}
.access-root h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
.access-root__list {
    display: flex;
    justify-content: space-between;
}
.access-root__list >li {
    width: 48%;
    font-size: 14px;
    line-height: 2;
    padding: 15px;
    background: #f7f5f3;
    border-radius: 5px;
}
.access-root__list >li h4 {
    font-size: 17px;
    font-weight: 500;
    border-bottom: solid 1px;
    margin-bottom: 10px;
}
.access-root-car-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.access-root-car-from {
    width: 105px;
    position: relative;
}
.access-root-car-from:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #603813;
    border-width: 20px 0px 20px 12px;
    position: absolute;
    right: -20px;
    top: calc(50% - 20px);
}
.access-root-car-time {
    width: calc(100% - 130px);
}

@media (max-width: 815px) {

    .access-root__list {
        display: block;
    }
    .access-root__list >li {
        width: 100%;
        margin-bottom: 10px;
    }

}


/* ----------------------------
  entry
-------------------------------*/
#entry {
    padding-bottom: 350px;
}
#entry:after {
	content: '';
	width: 100%;
	height: 130%;
	background: url("../img/ft_bg.png") no-repeat center bottom;
    background-size: cover;
	position: absolute;
	left: 0;
	bottom:0;
	z-index: -1;
}
#entry .btn {
    max-width: 450px;
    margin:50px auto 0;
}
#entry .btn a {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 75px;
    text-align: center;
    border-radius: 10000px;
    background:var(--main-color);
}

@media (max-width: 815px) {

    #entry {
        padding-bottom: 250px;
        background-size: 100% 120px;
    }
    #entry .btn a {
        font-size: 16px;
        line-height: 60px;
    }

}



