@charset "utf-8";

/* ----------------------------
  fv
-------------------------------*/
.main-fv {
    display: flex;
    align-items: center;
    padding: 50px 20px;
    position: relative;
    background-image: url("../img/fv_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-fv-left {
    width: 50%;
    text-align: center;
}
.main-fv-logo {
    margin-bottom: 30px;
}
.main-fv-price01 {
    margin-bottom: 15px;
}

.main-fv-right {
    width: 50%;
    text-align: center;
}
.main-fv-guest {
	margin-bottom: 30px;
}


@media (max-width:480px) {
    
    .main-fv {
        padding: 30px 20px;
        display: block;
    }

}



/* ----------------------------
  about
-------------------------------*/
#about {
    padding-top: 150px;
    padding-bottom: 0;
}
#about:before,
#about:after {
    content: '';
    width: 277px;
    height: 100%;
    background-size:cover;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
    z-index: -1;
}
#about:before {
    background-image: url("../img/bg_left_01.png");
    background-position: right top;
    left: 0;
}
#about:after {
    background-image: url("../img/bg_right_01.png");
    background-position: left top;
    right: 0;
}
.about-title {
    text-align: center;
    margin-bottom: 70px;
}
.about-title h2 {
	color: var(--blue-color);
    font-size: 41px;
    font-weight: 500;
    margin-top: 10px;
}
.about-title h2 rt {
/*    margin-bottom: 5px;*/
}
ruby[data-ruby] rt {
  display: none;
}
 
ruby[data-ruby] {
  position: relative;
  display: inline-block;
}
 
ruby[data-ruby]::after {
    content: attr(data-ruby);
    position: absolute;
    transform: translate(-50%, -0.7em);
    display: block;
    left: 50%;
    top: 0;
    white-space: nowrap;
    font-size: 44%;
    letter-spacing: 0.2rem;
}
.about-title p {
    font-size: 23px;
}
.about-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 2.8;
    text-align: center;
}
.about-slide {
    background: #fff;
    margin-top: 150px;
}
.about-slide .slick-slide {
    width: 310px;
    margin-left: 20px;
}

@media (max-width: 815px) {

	#about {
		padding-top: 50px;
	}
    #about:before,
    #about:after {
        width: 60px;
        background-size: 90px 100%;
    }
    .about-title {
        margin-bottom: 40px;
    }
    .about-title p {
        font-size: 18px;
    }
    .about-title h2 {
        font-size: 30px;
    }
    .about-text {
        font-size: 16px;
        line-height: 2.2;
    }
    .about-slide {
        margin-top: 100px;
    }
    .about-slide .slick-slide {
        width: 200px;
    }

}




/* ----------------------------
  performer
-------------------------------*/
#performer {
    padding-top: 250px;
    background: url("../img/bg_btm_01.png") no-repeat center top;
    background-size: 100% 235px;
}
.performer-box {
    margin-bottom: 80px;
}
.performer-box h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    background: var(--blue-color);
    padding: 10px;
    margin-bottom: 60px;
}
#performer-2 h3 {
    background: var(--purple-color);
}
.performer__list {
    display: flex;
    flex-wrap: wrap;
	margin-top: -50px;
}
.performer__list >li {
    width: 22%;
    margin: 50px 0 0 4%;
    text-align: center;
}
.performer__list >li:nth-child(4n+1) {
    margin-left: 0;
}
.performer-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.performer-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;
}

.performer-info {
    margin-top: 20px;
}
.performer-info-pos {

}
.performer-info-name {
    font-size: 20px;
    margin-top: 5px;
}
.performer-info-name span {
    font-size: 80%;
}

@media (max-width: 815px) {

    #performer {
        padding-top: 150px;
        background-size: 100% 120px;
    }
    .performer-box {
        margin-bottom: 50px;
    }
    .performer-box h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .performer__list >li {
        width: 48%;
    }
    .performer__list >li:nth-child(2n+1) {
        margin-left: 0;
    }
    .performer-info-name {
        font-size: 16px;
    }

}


/* ----------------------------
  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(--blue-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(--blue-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(--blue-color);
}
#question-send:hover i {
	color: var(--blue-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;
}
.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(--blue-color);
}
.event-info__list > li.event-info02 h3  {
    background: var(--purple-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;
}



@media (max-width: 815px) {

    .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;
    }

}

/* ----------------------------
  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: 400;
    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;
}

.overview-info table td .tuika {
    color: #fd0000;
	font-weight: 500;
	margin-left: 20px;
}

.btn-popupImg-wrap {
    text-align: center;
    margin-top: 80px;
}
.btn-popupImg {
    color: var(--blue-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(--blue-color);
}


#overview.ver2 {
    background: #f7f5f3;
}
#overview.ver2 .overview-info table th {
	color: #fff;
    background: var(--blue-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(--blue-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(--blue-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;
    }
.overview-info table td .tuika {
    display: block;
    text-align: center;
    color: #fff;
    background:  #fd0000;
    margin-left: 0;
    font-size: 13px;
}

    .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;
    background: url("../img/bg_btm_02.png") no-repeat center bottom;
    background-size: 100% 235px;
}
#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(--blue-color);
}

@media (max-width: 815px) {

    #entry {
        padding-bottom: 250px;
        background-size: 100% 120px;
    }
    #entry .btn a {
        font-size: 16px;
        line-height: 60px;
    }

}



