@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

body {
line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}

nav ul {
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}

/* change border colour to suit your needs
*/
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}

* {
    margin: 0;
    padding: 0;
}

html,body {
    text-align: center;
}

/*Chrome*/
::-webkit-scrollbar {/*スクロールバーの幅*/
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-track {/*スクロールバーの軌道*/
    background: #5DB3F0;
}
::-webkit-scrollbar-thumb {/*つまみの部分*/
    box-shadow: inset 0 0 10px #EFEFEF;
    border-radius: 10px;
    background: #EFEFEF;
}
::-webkit-scrollbar-thumb:hover {/*マウスホバー時*/
    background: #CCCCCC;
}
/*Firefox*/
.hljs {/*適用させる箇所のID, クラスに置き換えてください*/
    scrollbar-width: thin;/*細さ(幅・高さ両方に適用)*/
    scrollbar-color: #EFEFEF #EFEFEF;/*つまみの色 軌道の色*/
}

body {
    -webkit-text-size-adjust: 100%;
    /*background-color: #FFFFFF;*/
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;

}

a,a:link,a:visited {
    overflow: hidden;
}

a:hover,a:active,a:focus {
    overflow: hidden;
}

a img,:link img,:visited img {
    border: none;
}

a:link{
    text-decoration:none;
}

a:visited {
    text-decoration:none;
}

a:hover{
    text-decoration:none;
}

a:active {
    text-decoration:none;
}

p,div,th,td {
    background-image: url(img/dummy.png);
}

img {
    max-width: 100%;
    height:auto;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: bicubic;
    -webkit-backface-visibility: hidden;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.pc {
    display: block;
}

@media screen and (max-width: 680px) {
.pc {
    display: none;
}
}

.sp {
    display: none;
}

@media screen and (max-width: 680px) {
.sp {
    display: block;
}
}

#header {
    background-color: #000000;
}
#header h2 {
    padding: 10px 0;
    flex: 1;
}
@media screen and (max-width: 680px) {
    #header h2 {
        padding: 10px 0;
    }
}
#header .hedmenu {
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content:center;
    align-items:center;
}
@media screen and (max-width: 680px) {
    #header .hedmenu {
        flex-flow: column wrap;
    }
}
#header .hedul {
    flex: 2;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content:center;
    align-items:center;
}
#header .hedul li {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
    font-weight: 600;
    line-height: 1.6em;
    margin: 0 5px 0 0;
}
#header .hedul li:last-child {
    margin: 0;
}
@media screen and (max-width: 680px) {
    #header .hedul {
        margin-bottom: 10px;
    }
    #header .hedul li {
        font-size: 88%;
        line-height: 1.6em;
        margin: 0 3px;
    }
    #header .hedul li:last-child {
        margin: 0 3px;
    }
}

#header .hedul li.btn-ticket a:link {
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 300px;
    padding: 5px 15px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    background: -webkit-linear-gradient(top left, #5620A9, #1378B1, #0DB97A);
    background: -o-linear-gradient(top left, #5620A9, #1378B1, #0DB97A);
    background: linear-gradient(to bottom right, #5620A9, #1378B1, #0DB97A);
}
@media screen and (max-width: 680px) {
    #header .hedul li.btn-ticket a:link {
         padding: 5px 10px;
    }
}
#header .hedul li.btn-ticket a:visited {
    text-decoration:none;
    color: #FFFFFF;
}
#header .hedul li.btn-ticket a:active {
    text-decoration:none;
    color: #FFFFFF;
}
#header .hedul li.btn-ticket a:hover {
    color: #CCCCCC;
    background: -webkit-linear-gradient(top left, #0DB97A, #1378B1, #5620A9);
    background: -o-linear-gradient(top left, #0DB97A, #1378B1, #5620A9);
    background: linear-gradient(to bottom right, #0DB97A, #1378B1, #5620A9);
}

#header .hedul li.btn-mypage a:link {
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 300px;
    padding: 5px 15px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    background: -webkit-linear-gradient(top left, #FF4000, #FF8000, #FFBF00);
    background: -o-linear-gradient(top left, #FF4000, #FF8000, #FFBF00);
    background: linear-gradient(to bottom right, #FF4000, #FF8000, #FFBF00);

}
@media screen and (max-width: 680px) {
    #header .hedul li.btn-mypage a:link {
         padding: 5px 10px;
    }
}
#header .hedul li.btn-mypage a:visited {
    text-decoration:none;
    color: #FFFFFF;
}
#header .hedul li.btn-mypage a:active {
    text-decoration:none;
    color: #FFFFFF;
}
#header .hedul li.btn-mypage a:hover {
    color: #CCCCCC;
    background: -webkit-linear-gradient(top left, #FFBF00, #FF8000, #FF4000);
    background: -o-linear-gradient(top left, #FFBF00, #FF8000, #FF4000);
    background: linear-gradient(to bottom right, #FFBF00, #FF8000, #FF4000);
}

#header .hedul li.btn-reserv a:link {
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 300px;
    padding: 5px 15px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    background: -webkit-linear-gradient(top left, #09734B, #0D9F68, #0DB97A);
    background: -o-linear-gradient(top left, #09734B, #0D9F68, #0DB97A);
    background: linear-gradient(to bottom right, #09734B, #0D9F68, #0DB97A);

}
@media screen and (max-width: 680px) {
    #header .hedul li.btn-reserv a:link {
         padding: 5px 10px;
    }
}
#header .hedul li.btn-reserv a:visited {
    text-decoration:none;
    color: #FFFFFF;
}
#header .hedul li.btn-reserv a:active {
    text-decoration:none;
    color: #FFFFFF;
}
#header .hedul li.btn-reserv a:hover {
    color: #CCCCCC;
    background: -webkit-linear-gradient(top left, #0DB97A, #0D9F68,#09734B );
    background: -o-linear-gradient(top left, #0DB97A, #0D9F68,#09734B);
    background: linear-gradient(to bottom right, #0DB97A, #0D9F68,#09734B);
}


#header .ldata {
    flex: 2;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 680px) {
    #header .ldata {
        display: none;
    }
}

/*-----------------------------------------------
    #pmenu
-----------------------------------------------*/

#pmenu {
    margin: 0 auto;
    padding: 40px 0 40px 0;
    background-color: #1D5AA9;
}
@media screen and (max-width: 991px) {
    #pmenu {
        padding: 30px 0;
    }
}

#pmenu h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 150%;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 2px;
    line-height: 1.6em;
    text-align: center;
    flex: 4;
}
@media screen and (max-width: 680px) {
    #pmenu h2 {
        font-size: 114%;
        letter-spacing: 0;
        /* margin-bottom: 15px; */
    }
}

#pmenu p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
    font-weight: 400;
    text-align: right;
    line-height: 1.8em;
    color: #FFFFFF;
    flex: 1;
}
@media screen and (max-width: 680px) {
    #pmenu p {
        font-size: 88%;
        text-align: center;
        line-height: 1.6em;
    }
}
#pmenu p a:link{
    text-decoration:underline;
    color: #FFFFFF;
}
#pmenu p a:visited {
    text-decoration:underline;
    color: #FFFFFF;
}
#pmenu p a:hover{
    text-decoration:none;
    color: #D20035;
}
#pmenu p a:active {
    text-decoration:underline;
    color: #FFFFFF;
}

#pmenu .menuarea {
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content:center;
    align-items:center;
    max-width: 1140px;
}
@media screen and (max-width: 991px) {
    #pmenu .menuarea {
        flex-flow: column wrap;
        margin: 0 auto 0 auto;
    }
}

#pmenu h2.nologin {
    text-align: center;
}

#pmenu .accountul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content:flex-end;
    align-items:center;
    flex: 3;
}
#pmenu .accountul li {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
    font-weight: 400;
    text-align: right;
    line-height: 1.8em;
    color: #FFFFFF;
    border-right: 1px solid #FFFFFF;
    padding: 0 15px;
}
#pmenu .accountul li:last-child {
    border-right: none;
}
@media screen and (max-width: 680px) {
    #pmenu .accountul {
        flex-flow: column wrap;
        margin: 0 auto 15px auto;
    }
    #pmenu .accountul li {
        font-size: 88%;
        border-right: none;
    }
}

/*-----------------------------------------------
    #flow
-----------------------------------------------*/

#flow {
    margin: 0 auto;
    padding: 30px 0;

    background-color: #CCCCCC;
}
@media screen and (max-width: 991px) {
    #flow {
        padding: 10px 0 10px 0;
    }
}

#flow .flowarea {
    margin: 0 auto;
    padding: 0;
    max-width: 1140px;
}
@media screen and (max-width: 991px) {
    #flow .flowarea {
        margin: 0 auto;
    }
}

#flow .flowul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content:center;
    align-items:center;
}
#flow .flowul li {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
    font-weight: 400;
    text-align: center;
    line-height: 1.8em;
    color: #FFFFFF;
    padding: 0 15px;
}
#flow .flowul li span {
    color: #1D5AA9;
    font-weight: 600;
}
#flow .arrow_r {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #1D5AA9;
  text-decoration: none;
}
#flow .arrow_r:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #1D5AA9;
  border-right: solid 2px #1D5AA9;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  transform: rotate(45deg);
}
@media screen and (max-width: 680px) {
    #flow .flowul {
        flex-flow: column wrap;
        margin: 0 auto;
    }
    #flow .flowul li {
        font-size: 88%;
        text-align: center;
        padding: 0 15px 0 15px;
    }
    #flow .flowul li:last-child {
        padding: 0 15px 0 15px;
    }
}

/*-----------------------------------------------
    #copy
-----------------------------------------------*/

#copy {
    padding: 30px 0;
    margin: 0 auto;
    background-color: #000000;
}
@media screen and (max-width: 991px) {
    #copy {
        padding: 30px 0;
    }
}

#copy h4 {
    font-family:Arial, Helvetica, "sans-serif";
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 1px;
    color: #0DB97A;
    background: -webkit-linear-gradient(0deg, #5620A9, #FFFFFF, #0DB97A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 680px) {
    #copy h4 {
        font-size: 88%;
    }
}

#copy .copyarea {
    margin: 0 auto;
    padding: 0;
    max-width: 1140px;
}
@media screen and (max-width: 680px) {
    #copy .copyarea {
        width: 95%;
    }
}

.fade_off {
    opacity: 0;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    -ms-transition: all 3s;
    transition: all 3s;
}

.fade_on {
    opacity: 1;
}
