/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700;900&display=swap");
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 2;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a img {
  border: none;
}

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  color: #4c4948;
  font-size: 10px;
  font-weight: 400;
}

.en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

a {
  display: inline-block;
  color: black;
  cursor: pointer;
}

a.opacity {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.opacity:hover {
  opacity: 0.8;
}

a, a:hover {
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0;
}

/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto;
}

small {
  font-size: 70%;
  color: grey;
}

.txt-link {
    color: #11A0DF;
     text-decoration: underline;
}

/*--------------------------responsive ---------------------*/
.clearfix::before,
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pci {
  display: inline-block !important;
}

.spi {
  display: none !important;
}

.pcf {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.spf {
  display: none !important;
}

.l_con {
  width: 127.6rem;
  margin: 0 auto;
}

.m_con {
  width: 90rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pcf {
    display: none !important;
  }
  .spf {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/*--------------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------------------*/
body {
  margin: 0;
  font-weight: 400;
  color: #000;
}
body.fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

p, td, label, div, ul, li, strong, input, a {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

p, label, div, strong, input {
  display: block;
}

.wrapper {
  position: relative;
  background: url(../images/bg_footer.png) center bottom no-repeat;
  background-size: auto;
  background-size: 100% auto;
}

#footer {
  padding-bottom: 12rem;
}
#footer .bnr {
  padding-bottom: 5.5rem;
  width: 46rem;
  margin: 0 auto;
}
#footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .sns p {
  color: #1aabdb;
  font-size: 1.6rem;
  font-weight: 500;
}
#footer .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .sns ul li {
  width: 6rem;
  margin-left: 3rem;
  list-style: none;
}
#footer small {
  padding-top: 7rem;
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-family: "Arial";
  color: #686868;
}

#pagetop {
  position: fixed;
  right: 7rem;
  bottom: 10rem;
  width: 4rem;
  height: 4rem;
  background: url(../images/pagetop.svg) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 10;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 1400px) {
  html, body {
    font-size: 0.7142857143vw;
  }
}
@media screen and (max-width: 750px) {
  html, body {
    font-size: 1.3333333333vw;
  }
  .wrapper {
    background: url(../images/bg_footer_sp.png) center bottom no-repeat;
    background-size: auto;
    background-size: 100% auto;
  }
  #footer {
    padding-bottom: 4rem;
  }
  #footer .bnr {
    padding-bottom: 2.7rem;
    width: 26.2rem;
  }
  #footer .sns p {
    font-size: 1.4rem;
  }
  #footer .sns ul li {
    width: 4.8rem;
    margin-left: 2.3rem;
  }
  #footer small {
    padding-top: 17rem;
    font-size: 0.9rem;
  }
  #pagetop {
    right: 1rem;
    bottom: 1rem;
    width: 4rem;
    height: 4rem;
  }
}


.ticket_link_btn {
    max-width: 100%;
}

.ticket_link_btn a {
    text-align: center;
    font-size:  1.4rem;
    font-weight: 700;
    color: #000000;
    background-color: #FFF7DF;
    padding: 3rem 11rem 3rem 8rem;
    line-height: 1.4;
    border-radius: 10px;
    border: solid 2px #7B7364;
    background-image:url("../images/jo/icon_window.svg");
    background-repeat:no-repeat;
    background-position: right 3rem top 50%;
    background-size: 2.3rem;
    box-shadow: 0px 3px #7B7364;
}

.ticket_link_btn a:hover {
    margin-top: 2px;
    margin-bottom: -2px;
    box-shadow: 0px 1px #7B7364;
}


@media screen and (max-width: 750px) {
    
    .ticket_link_btn {
       
    }
    
    .ticket_link_btn a {
        text-align: center;
        font-size:  1.1rem;
        font-weight: 700;
        color: #000000;
        background-color: #FFF7DF;
        padding: 1rem 4rem 1rem 3rem;
        border-radius: 10px;
        border: solid 2px #7B7364;
        background-image:url("../images/jo/icon_window.svg");
        background-repeat:no-repeat;
        background-position: right 1rem top 50%;
        background-size: 1.6rem;
        box-shadow: 0px 3px #7B7364;
    }

    .ticket_link_btn a:hover {
        margin-top: 2px;
        margin-bottom: -2px;
        box-shadow: 0px 1px #7B7364;
    }
    
}

.preferred {
    margin-top: 15rem;
    padding: 5rem 4rem 2rem;
    border: 1px  solid rgb(157, 132, 50);
    border-radius: 2px;
}

.preferred h3 {
    font-size: 3rem;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    margin-bottom: 3rem;
}

.preferred_introtxt {
    font-size: 1.5rem;
    padding: 0 5rem 4rem;
    margin-bottom: 5rem;
    border-bottom:1px  solid #B2B2B2;
}

.preferred_txt {
    font-size: 1.8rem;
}

.preferred_txt strong {
    font-weight: bold;
}

.preferred_txt span {
    font-weight:  bold;
    font-size: 1.9rem;
}

.preferred_item {
    display: flex;
    margin-bottom: 7rem;
}

.preferred_item_head {
    width: 25%;
    font-size: 1.9rem;
    font-weight: bold;
    color: #414141;
    text-align: center;
}

.preferred_item_head p {
    background-color: rgb(157, 132, 50);
    border-radius: 3px;
    padding: 1rem 0;
    color: #fff;
}

.preferred_item_content {
    width: 70%;
    margin-left: 5%;
}

.preferred_informaition {
    padding: 5rem 3rem;
    border-top:1px  solid #B2B2B2;
    font-size: 1.8rem;
}

@media screen and (max-width: 750px) {
    
    .preferred {
        margin-top: 15rem;
        padding: 5rem 2rem 2rem;
        border: 1px  solid rgb(157, 132, 50);
        border-radius: 2px;
    }
    
    .preferred h3 {
        font-size: 2.4rem;
    }

    .preferred_txt span {
        font-size: 1.8rem;
    }
    
    .preferred_txt {
        font-size: 1.6rem;
    }
    
    .preferred_item {
        display:block;
        margin-bottom: 7rem;
    }

    .preferred_item_head {
        width: 100%;
        margin-bottom: 1.3em;
    }

    .preferred_item_head p {
        font-size: 1.6rem;
        background-color: rgb(157, 132, 50);
        border-radius: 3px;
        padding: 1rem 0;
        color: #fff;
    }

    .preferred_item_content {
        width: 100%;
        margin-left: 0;
    }
    
    
    .preferred_informaition {
        padding: 5rem 0rem;
        border-top:1px  solid #B2B2B2;
        font-size: 1.7rem;
    }
    
    .preferred_introtxt {
        font-size: 1.5rem;
        padding: 0 0rem 4rem;
        margin-bottom: 5rem;
        border-bottom:1px  solid #B2B2B2;
    }
    
    
}

.ticket .ticket_item_content .playguide .btn.pia {
  padding-left: 0rem;
    padding-right: 2rem;
}
.ticket .ticket_item_content .playguide .btn.pia a {
  border: 0.2rem solid #2689C6;
  background-color: #8FC3E3;
  width: 22rem;
}
.ticket .ticket_item_content .playguide .btn.pia a:hover {
  background-color: #2689C6;
}

.txt_guide.full {
    display:flex!important;
    display: -webkit-box;
    display: -ms-flexbox;
}

.pt1{
    padding-top:1rem;
}

.pt2{
    padding-top:2rem;
}

.txt_red_underline {
    color: #B11D1F;
    font-weight:bold;
    text-decoration:underline;
}


#ticket .ticket_item_content .playguide .btn.pia {
  padding-left: 0rem;
    padding-right: 2rem;
}
#ticket .ticket_item_content .playguide .btn.pia a {
  border: 0.2rem solid #2689C6;
  background-color: #8FC3E3;
  width: 22rem;
}
#ticket .ticket_item_content .playguide .btn.pia a:hover {
  background-color: #2689C6;
}

.txt_guide.full {
    display:flex!important;
    display: -webkit-box;
    display: -ms-flexbox;
}


.plofile {
    color:#918D67;
    font-size:1.2rem;
    font-weight:bold;
    text-decoration:underline;
}

