
.purple {
    color: #FFFFFF;
    border-radius: 10px;
    background-color: #6669AC;
    padding: 45px 35px;
    margin: 20px 0;
    height: 460px;
    line-height: 160%;
}

.accordionbox {
    width: 100%;
    margin: 10px auto 40px;
    padding: 20px 0px;
}

.accordionlist dt {
    display: block;
    background: #1EA6A4;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 10px 0 10px 5px;
    margin: 15px 0;
}

.accordionlist dt:first-child {
    border-top: none !important;
}

.accordionlist dt .title {
    padding-left: 10px;
    float: left;
    width: 80%;

}

.accordionlist dt:hover {
    cursor: pointer;
    cursor: hand;
}

.accordionlist dd {
    display: none;
    padding: 0 0 20px 15px;
}

.accordion_icon,
.accordion_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.accordion_icon {
    position: relative;
    width: 50px;
    height: 50px;
    float: right;
    margin-right: 15px;
    border-radius: 100px;
    background-color: #FFFFFF;
}

.accordion_icon span {
    position: absolute;
    left: 12px;
    width: 50%;
    height: 2px;
    border-radius: 100px;
    background-color: #1EA6A4;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
    top: 25px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
    top: 25px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
    display: none;
}

.accordion_icon.active span:nth-of-type(2) {
    top: 25px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.accordionlist dt .title strong {
    padding-top: 10px;
}

.accordionlist dt .title span {
    display: block;
    border-radius: 100px;
    background-color: #FFFFFF;
    color: #1CA7A2;
    font-size: 23px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px;
    float: left;
    margin-right: 20px;
}

.accordionlist dd span {
    display: block;
    border-radius: 100px;
    background-color: #FE8886;
    color: #FFFFFF;
    font-size: 23px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px;
    float: left;
    margin-right: 20px;
}

.pink {
    background-color: #E16089;
    color: #FFFFFF;
    padding: 20px 0;
    width: 100px;
    font-size: 40px;
    font-weight: 700;
    float: left;
    text-align: center;
    margin-right: 20px;
}

.balloon1-left {
    position: relative;
    display: inline-block;
    margin: 1.3em 0 0.5em 15px;
    padding: 30px 10px;
    text-align: center;
    border-radius: 15px;
    width: 100%;
    color: #1EA6A4;
    font-size: 50px;
    font-weight: 900;
    background: #EDF1F4;
    font-family: 'Open Sans Condensed', sans-serif;
}

.balloon1-left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #EDF1F4;
}

.balloon1-left p {
    margin: 0;
    padding: 0;
}

#fa1 .flex-control-nav, #fa3 .flex-control-nav {
    width: initial;
    position: absolute;
    bottom: initial;
    text-align: initial;
    top: 380px;
    right: -180px;
    z-index: 10;
    width: 50%;
}

#fa2 .flex-control-nav {
    width: initial;
    position: absolute;
    bottom: initial;
    text-align: initial;
    top: 380px;
    right: 570px;
    z-index: 10;
    width: 50%;
}

#floor-sec h3 {
    padding: 20px 0;
    border-top: 2px solid #6669AC;
    margin-top: 30px;
}

#facility-sec h3 {
    margin: 60px 0 30px 0;
}

#facility-sec img {
    margin-bottom: 20px;
}

#fa-section-main .flex-control-thumbs li {
    width: initial;
    float: left;
    margin: 5px;
}

#fa-section-main .flex-control-thumbs img {
    border: 2px solid #6669AC;
}

#fa-section-main .flex-control-thumbs .flex-active {
    border: 2px solid #FFFFFF;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb60 {
    padding-bottom: 60px;
}

.mt100 {
    margin-top: 100px;
}

.text-right {
    text-align: right;
}

.caution {
    font-size: 13px;
}

#fa1 {
    position: relative;
    height: 500px;
}

#fa1 .flexslider-container, #fa2 .flexslider-container, #fa3 .flexslider-container {
    position: absolute;
}

#top-section1 .flexslider-container {
    position: absolute;
    height: 680px;
    width: 100%;
}

.center {
    text-align: center;
}

.flexslider .slides > li {
    background-position: center;
    height: 100%;
    width: 100%;
    display: none;
    -webkit-backface-visibility: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#top-section1 .flexslider-container,
#top-section1 .flexslider .slides,
#top-section1 .flex-viewport {
    height: 680px;
    width: 100%;
}

#fa-section-main .flexslider-container,
#fa-section-main .flexslider .slides,
#fa-section-main .flex-viewport {
    height: 500px;
    width: 100%;
}

#svg-bg {
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
    z-index: 2;
    pointer-events: none;
    vertical-align: top;
}
.ie9 #svg-bg{
    top: 0;
    height: 200px;
}
.ie9 #svg-bg path{
    vertical-align: top;
    margin: 0;
}

@media all and (-ms-high-contrast: none) {
    #svg-bg {
        top: auto;
        bottom: 370px;
        pointer-events: none;
    }
}

.st0 {
    fill: #FFFFFF;
}

#cardarea {
    position: absolute;
    top: 100px;
    right: 100px;
}

#cardarea2 {
    position: absolute;
    top: 10px;
    width: 100%;
    pointer-events: none;
}

#mapcard {
    background: url(../images/access/mapcard.png) top center;
    width: 370px;
    height: 520px;
    text-align: center;
}

#mapbox {
    position: relative;
}

#mapcard .caution {
    text-align: left;
    padding: 0 10px;
    line-height: 150%;
}

#mapcard h3 {
    padding-top: 250px;
    font-size: 30px;
    font-weight: normal;
}

.linebox {
    border: 2px solid #EDF1F4;
    display: inline-block;
}

#fa-section-main h2 {
    color: #6669ac;
}

#various-main h2 {
    color: #F3665C;
}

#logo-main h2, #logo-main h3, #logo-main h4 {
    color: #0599D9;
}

#ticket-main h2, #ticket-main h3, #ticket-main h4 {
    color: #F8A734;
}

#access-main h2, #access-main h3, #access-main h4 {
    color: #A2CC3A;
}

#faq-main h2, #faq-main h3, #faq-main h4 {
    color: #1EA6A4;
}

#accessmap {
    width: 100%;
    height: 700px;
}

#accessmap2 {
    width: 100%;
    padding-top: 24%;
}

#route {
    background-color: #F9F9F9;
}

#route img {
    display: block;
}

#various-main .info1 p {
    padding-right: 20px;
}

#shop-section-main h2 {
    color: #E16089;
    font-size: 40px;
    font-weight: 900;
}

#shop-section-main h2 span {
    font-size: 26px;
    display: block;
    margin-bottom: 10px;
}

#fa-section-main h3 {
    color: #6669ac;
}

#shop-section-main h3 {
    color: #E16089;
}

#various-main h3 {
    color: #F3665C;
}

#fa-section-main h4 {
    color: #FFFFFF;
    font-size: 40px;
    margin: 0;
    font-weight: 900;
    padding-top: 230px;

}

#various-main h4 {
    color: #F3665C;
}

ul.slides {
    margin: 0;
    padding: 0;
}

.flexslider {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: 0px;
    overflow: hidden;
}

#shop-section-main .shop1 .flexslider {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: 0px;
    overflow: hidden;
    padding-left: 30px;
}

#shop-section-main .shop2 .flexslider {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: 0px;
    overflow: hidden;
    padding-right: 30px;
}

#footer_inner {
    position: relative;
    z-index: 1;
}

footer #fnav a {
    color: #333;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
}
footer #fnav a::after {
    content: url(../images/links-ex.png);
    vertical-align: middle;
    margin-left: .4rem;
}
footer #fnav a:hover{
	color:#999;
	text-decoration:underline;
}

#footer_copyright {
    width: 60%;
    padding-top: 10px;
    position: relative;
}

#footer_copyright a {
    display: inline-block;
    position: absolute;
    top: 0;

    text-indent: -200%;
    overflow: hidden;
    line-height: 1;
    width: 28%;
    height: 60%;
}

#footer_copyright img {
    max-width: 100%;
}