@charset "UTF-8";

/* ==========================================================
 html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section
{ display: block;}
/* ==========================================================
 reseting
========================================================== */
body {
  line-height: 1.7;
  color: #59564f;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  *:hover, *:active, *:focus,*:hover *, *:active *, *:focus *{
    opacity: 1 !important;
    text-decoration: none !important;
  }
}
body, input, textarea, select, button {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  /* 明朝フォント
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;*/
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
input, textarea, select
{ /*-webkit-appearance: none;*/}
textarea
{ resize: none;}
button
{ border: none; overflow: visible; background: none; vertical-align: top;  font-size: 100%; color: inherit; cursor: pointer; -webkit-appearance: none;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ height: auto; vertical-align: top;}
address, caption, code, em, th
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6, strong, em
{ font-size: 100%; font-weight: normal;}
a, input
{/* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/}
sup, sub
{ font-size: 63%;}
sup
{ vertical-align: top;}
sub
{ vertical-align: baseline;}
*
{ box-sizing: border-box; -webkit-box-sizing: border-box; outline-color: transparent;}
/* ==========================================================
 base Link
========================================================== */
a {
  color: #6098aa;
  text-decoration: none;
}
a:visited {}
a:hover,
a:active,
a:focus { text-decoration: underline;}
/* ==========================================================
 clearfix
========================================================== */
.header-in:before, .header-in:after,
.footer-in:before, .footer-in:after,
.grid-cmn:before, .grid-cmn:after,
.grid-hero:before, .grid-hero:after,
.grid-top:before, .grid-top:after,
.sec-cmn-in:before, .sec-cmn-in:after,
.clearfix:before, .clearfix:after,
.contents:before, .contents:after
{
  content: "";
  display: table;
}
.header-in:after,
.footer-in:after,
.grid-cmn:after,
.grid-hero:after,
.grid-top:after,
.sec-cmn-in:after,
.clearfix:after,
.contents:after
{
  clear: both;
}
/* For IE 6/7
---------------------------------------------------------- */
.header-in,
.footer-in,
.grid-cmn,
.grid-hero,
.grid-top,
.clearfix,
.sec-cmn-in,
.contents
{
  *zoom: 1;
}
/* ==========================================================
 layout
========================================================== */
html { overflow-y: scroll;}
body {
  min-width: 1210px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  body { min-width: 2px;}
}
/* ==========================================================
 wrapper
========================================================== */
.wrapper {
  width: 100%;
  padding: 152px 0 0;
}
.fixed .wrapper {
  padding: 62px 0 0;;
}
@media screen and (max-width: 768px) {
.wrapper,
.fixed .wrapper {
  padding: 55px 0 0;;
}
}
/* ==========================================================
 header
========================================================== */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 152px;
  z-index: 9999;
  background-color:#fff;
}
  .header-logo-wrap{
    position:relative;
    background-color:#FFF;
  }
  .header-in {
    width: 1200px;
    margin: 0 auto;
    /* padding: 0 10px; */
    text-align: left;
  }
    .header-logo {
      position: absolute;
      top: 1px;
      left: -13px;
      z-index: 1;
    }
      .header-logo a{
        overflow:hidden;
        display:block;
        position:absolute;
        top: 12px;
        left: 13px;
        right: 13px;
        bottom: 0;
        text-indent:-9999px;
      }
      .header-logo a:hover{
       background: rgba(255,255,255,0.35);
      }
    .header-logo-sm,
    .header-logo-sp{
      display:none;
    }

  /*header-utility*/
  .header-utility {
    height: 59px;
    background: rgba(127,179,197,0.90);
  }
    .header-utility .header-in{
      position:relative;
    }
    .header-utility-btn{
      position:absolute;
      top: 7px;
      right: 10px;
    }
    .header-tools{
      float: right;
      width: 814px;
      padding-right: 0;
    }
      .header-tools > li{
        position: relative;
        float: left;
        height: 59px;
        font-size: 14px;
        z-index: 999;
      }
      .header-tools > li:hover{
        background-color: #99c2d2;
      }
      .header-tools > li.is-active{
        background-color: #e8f0f7;
      }
        .header-tools > li > a{
          display: block;
          height: 59px;
          padding: 20px 5px;
          color: #fff;
          cursor: pointer;
        }
        .header-tools > li.is-active > a{
          color: #59564f;
        }
        /* .header-tools > li:hover > a{ display: block;} */
        .header-tools > li:hover > a{
          text-decoration: none;
        }

      .header-tool-in{
        display: none;
        position: absolute;
        top: 59px;
        left: -1px;
        padding: 20px;
        border: solid 1px #7fb3c5;
        border-top: none;
        background-color: #e8f0f7;
      }
      .header-tool-lang{
        width: 128px;
      }
      .header-tool-search{
        width: 142px;
      }
      .header-tool-site{
       width: 165px;
      }
      .header-tool-town{
        width: 192px;
      }
      .header-tool-corp{
        width: 100px;
      }
        .header-tool-lang span,
        .header-tool-town span{
          font-family: Arial;
          letter-spacing: -0.05em;
        }
        .header-tool-site .header-tool-in,
        .header-tool-town .header-tool-in{
          left: auto;
          right: -1px;
        }

        .header-tool-lang .icon{
          display:inline-block;
          padding-left: 30px;
          background: url(/common/img/ico_world@2x.png) left center no-repeat;
          background-size: 23px auto;
        }
        .header-tool-search .icon{
          display:inline-block;
          padding-left: 30px;
          background: url(/common/img/ico_search_01@2x.png) left center no-repeat;
          background-size: 24px auto;
        }
        .header-tool-site .icon,
        .header-tool-town .icon{
          display:inline-block;
          padding-right: 12px;
          background: url(/common/img/ico_arrow_01@2x.png) right center no-repeat;
          background-size: 7px auto;
        }
        .header-tool-corp .icon2,
        .header-tool-rec .icon2{
          display:inline-block;
          padding-right: 12px;
          background: url(/common/img/ico_arrow_01-2@2x.png) right center no-repeat;
          background-size: 7px auto;
          line-height: 1.1;
          margin-top: -2px;
        }

        .header-tool-lang.is-active .icon,
        .header-tool-search.is-active .icon{
          background: url(/common/img/ico_close_01@2x.png) left center no-repeat;
          background-size: 17px auto;
        }
        .header-tool-site.is-active .icon,
        .header-tool-town.is-active .icon{
          background: url(/common/img/ico_arrow_02@2x.png) right center no-repeat;
          background-size: 7px auto;
        }

      .header-list-lang{
        width: 200px;
      }
        .header-list-lang li{
          margin-top: 5px;
        }
          .header-list-lang li a{
            display: block;
            height: 54px;
            padding: 12px 0;
            font-size: 16px;
          }

      .header-box-search{
        position:relative;
        width: 515px;
      }
        .form-header-input{
          padding: 12px 12px 12px 60px;
          width: 400px;
          height: 44px;
          border:none;
          background:#fff url(/common/img/header_bg_search.jpg) 12px 12px no-repeat;
        }
        .form-header-button{
          position:absolute;
          top: 0;
          right: 0;
        }
        .btn-header-search{
          display:block;
          width: 100px;
          height: 44px;
        }

      .header-list-site{
        width: 405px;
      }
        .header-list-site li{
          float: left;
          width: 200px;
          margin: 5px 0 0 5px;
        }
        .header-list-site li:nth-child(1),
        .header-list-site li:nth-child(2){
          margin-top: 0;
        }
        .header-list-site li:nth-child(2n+1){
          margin-left: 0;
        }
          .header-list-site li a{
            display: block;
            width: 200px;
            height: 52px;
            padding: 12px 0;
            font-size: 16px;
          }

      .header-list-town{
        width: 533px;
      }
        .header-list-town li{
          float: left;
          width: 171px;
          margin-left: 10px;
        }
          .header-list-town li img{
            width: 100%;
          }

  .header-menu {
    height: 93px;
    background-color:#fff;
  }
  .header-buyticket {
    overflow: hidden;
    position:fixed;
    top: 260px;
    right: -197px;
  }
  .header-buyticket:hover {
    right: -7px;
  }
  .toppage .header-buyticket{
    right: auto;
    left: -197px;
  }
  .toppage .header-buyticket:hover {
    right: auto;
    left: -7px;
  }
      .header-buyticket a{
        display: block;
        width: 248px;
        height: 213px;
        background: url(/common/img/bnr_purchase_01.png) 0 0 no-repeat;
        text-indent:-9999px;
      }
      .toppage .header-buyticket a{
        background: url(/img/bnr_top_purchase_01.png) 0 0 no-repeat;
      }


.header-list-town li:first-child,
.header-list-lang li:first-child{
  margin: 0;
}


/*20240621パソコン表示時SPバナー消す*/
@media screen and (min-width: 769px) {
.ticket_sp_box01 .header-buyticket01-sp,
.ticket_sp_box01 .header-buyticket-convenience-sp{/*20240621追加部*/
  /* display: block; */
  display: none;
  }
}

/*20240620フローティングバナー追加WEB*/
.header-buyticket01 {
  overflow: hidden;
  position:fixed;
  top: 260px;
  right: -197px;
}
.header-buyticket01:hover {
  right: -7px;
}
.toppage .header-buyticket01{
  right: auto;
  left: -197px;
}
.toppage .header-buyticket01:hover {
  right: auto;
  left: -7px;
}
    .header-buyticket01 a{
      display: block;
      width: 248px;
      height: 213px;
      background: url(/common/img/bnr_purchase_01new.png) 0 0 no-repeat;/*20240619フローティングバナー変更*/
      text-indent:-9999px;
    }
    .toppage .header-buyticket01 a{
      background: url(/img/bnr_top_purchase_01new.png) 0 0 no-repeat;/*20240619フローティングバナー変更*/
    }








/*20240619フローティングバナー追加コンビニ*/
.header-buyticket-convenience {
  overflow: hidden;
  position:fixed;
  top: 415px;
  right: -197px;
}
.header-buyticket-convenience:hover {
  right: -7px;
}
.toppage .header-buyticket-convenience{
  right: auto;
  left: -197px;
}
.toppage .header-buyticket-convenience:hover {
  right: auto;
  left: -7px;
}
    .header-buyticket-convenience a{
      display: block;
      width: 248px;
      height: 213px;
      background: url(/common/img/bnr_purchase_02.png) 0 0 no-repeat;
      text-indent:-9999px;
    }
    .toppage .header-buyticket-convenience a{
      background: url(/img/bnr_top_purchase_02.png) 0 0 no-repeat;
    }



















@media screen and (max-width: 768px) {
  .header {
    height: 55px;
    -webkit-box-shadow: 0 9px 10px rgba(40,40,40,.12);
    box-shadow: 0 9px 10px rgba(40,40,40,.12);
  }
    .header-in {
      width: 100%;
      padding: 6px 0;
    }
    .header-logo-wrap{
      z-index: 99;
    }
    .header-logo {
      position: relative;
      width: 63px;
      height: 43px;
      margin: 0 auto;
    }
    .header-logo a{
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
    .header-logo-lg,
    .header-logo-sm {
      display: none;
    }
    .header-logo-sp{
      display: block;
      width: 100%;
      height:auto;
    }

    .header-utility {
      display:none;
    }
    .header-menu {
      display:none;
    }

    .header-nav > div{
      position:absolute;
      top: 0;
      width: 55px;
      height: 55px;
      z-index: 99;
      background-repeat:no-repeat;
      background-position: 0 0;
    }
      .header-nav-lang{
        left: 0;
        background-image: url(/common/img/ico_world_sp.png);
        background-size: auto 55px;
      }
      .header-nav-menu{
        right: 0;
        background-image: url(/common/img/ico_menu.png);
        background-size: auto 55px;
      }

      /* Menu Active */
      .sp-lnav-open .header-nav-lang,
      .sp-gnav-open .header-nav-menu{
        background-position:-55px 0;
      }
      .sp-lnav-open .header-nav-lang{
        background-color:#7fb3c5;
      }
}


/* ==========================================================
 SP Languges
========================================================== */
.sp-languges {
  display: none;
}
@media screen and (max-width: 768px) {
.sp-languges{
  display:block;
  position:fixed;
  top: -100%;
  left: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
  .sp-languges-in{
    height: 100%;
    padding: 75px 6px 20px 6px;
    overflow-y: scroll;
    webkit-overflow-scrolling: touch;
  }

.sp-list-lang{
  margin-bottom: 5px;
}
  .sp-list-lang li{
    float:left;
    width: 33.33%;
    margin: 25px 0 0;
    text-align:center;
  }
  .sp-list-lang li:nth-child(1),
  .sp-list-lang li:nth-child(2),
  .sp-list-lang li:nth-child(3){
    margin: 0;
  }
    .sp-list-lang li a{
      display:block;
      position:relative;
      padding: 65px 0 0;
      color:#59564f;
      font-size: 12px;
    }
    .sp-list-lang li a:before{
      content:'';
      position:absolute;
      top: 0;
      left: 50%;
      width: 60px;
      height: 60px;
      margin-left: -30px;
      background-image: url(/common/img/ico_lang-floorguide.png);
      background-repeat:no-repeat;
      background-size: auto 120px;
    }
    .lang01 a:before{background-position:0 0;}
    .lang02 a:before{background-position:-60px 0;}
    .lang03 a:before{background-position:-120px 0;}
    .lang04 a:before{background-position:-180px 0;}
    .lang05 a:before{background-position:-240px 0;}
    .lang06 a:before{background-position:-300px 0;}
    .lang07 a:before{background-position:-360px 0;}
    .lang08 a:before { background-position: -420px 0; }
    .lang09 a:before { background-position: -480px 0; }
    .lang10 a:before { background-position: -540px 0; } 
    .lang01.current a:before{background-position:0 -60px;}
    .lang02.current a:before{background-position:-60px -60px;}
    .lang03.current a:before{background-position:-120px -60px;}
    .lang04.current a:before{background-position:-180px -60px;}
    .lang05.current a:before{background-position:-240px -60px;}
    .lang06.current a:before{background-position:-300px -60px;}
    .lang07.current a:before{background-position:-360px -60px;}
    .lang08.current a:before { background-position: -420px -60px; }
    .lang09.current a:before { background-position: -480px -60px; }
    .lang10.current a:before { background-position: -540px -60px; }

  /* Menu Active */
  .sp-lnav-open{
    overflow:hidden;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .sp-lnav-open .sp-languges{
    top: 0;
    opacity: 1;
    visibility:visible;
  }
}


/* ==========================================================
 SP Gnavi
========================================================== */
.sp-gnav {
  display: none;
}
@media screen and (max-width: 768px) {
.sp-gnav {
  display: block;
  position:fixed;
  top: 0;
  right: -90%;
  z-index: 5;
  width: 90%;
  height: 100%;
  background-color:#FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*
.sp-g01{ display:block;}
.sp-g08{ display:none;}
body#g01 .sp-g01{ display:none;}
body#g01 .sp-g08{ display:block;}
*/


.sp-g01{ display:none;}
.sp-g08{ display:block;}
body#g01 .sp-g01{ display:none;}
body#g01 .sp-g08{ display:block;}


  .sp-gnav-in{
    height: 100%;
    padding-top: 55px;
    overflow-y: scroll;
    webkit-overflow-scrolling: touch;
    text-align:left;
  }

  .sp-list-gnav{}
    .sp-list-gnav > li{
      position:relative;
      border-bottom:1px solid #e3e3e3;
      background-image:url(/common/img/gnavi_sp.png);
      background-repeat:no-repeat;
      background-size: 49px auto;
    }
      .sp-list-gnav > li > a{
        display:block;
        height: 49px;
        margin-right: 20px;/*48*/
        padding: 12px 0 12px 48px;
        font-size: 15px;
        color:#59564f;
      }
      .sp-list-gnav .ico-open{
        position:absolute;
        top: 0;
        right: 0;
        z-index: 99;
        display:block;
        width: 48px;
        height: 48px;
        background: #f2f2f2 url(/common/img/ico_open_02.png) center center no-repeat;
        background-size: 12px auto;
      }
      .sp-list-gnav .is-active.ico-open{
        background: #f2f2f2 url(/common/img/ico_close_02.png) center center no-repeat;
        background-size: 12px auto;
      }

  .sp-gnav .sp-g01{ background-position:0 0;}
  .sp-gnav .sp-g08{ background-position:0 0;}
  .sp-gnav .sp-g02{ background-position:0 -49px;}
  .sp-gnav .sp-g03{ background-position:0 -98px;}
  .sp-gnav .sp-g04{ background-position:0 -147px;}
  .sp-gnav .sp-g05{ background-position:0 -196px;}
  .sp-gnav .sp-g06{ background-position:0 -245px;}
  .sp-gnav .sp-g07{ background-position:0 -294px;}
  .sp-gnav .sp-g09{ background-position:0 -343px;}


 .sp-gnav-untility{
  padding: 20px;
  border-bottom:1px solid #e3e3e3;
 }
    .list-sp-tools{}
      .list-sp-tools li{
        position:relative;
        height: 48px;
        margin-top: 12px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
      }
      .list-sp-tools li:first-chil{
        margin-top: 0;
      }
      .list-sp-tools li:before{
        content:'';
        position:absolute;
      }
        .list-sp-tools a{
          display:block;
          padding: 10px 0 10px 65px;
          font-size: 15px;
        }

      .sp-tool-faq{
        border: solid 2px #d9d9d9;
      }
      .sp-tool-faq:before{
        top: 50%;
        left: 12px;
        width: 42px;
        height: 32px;
        margin-top: -16px;
        background: url(/common/img/ico_faq_sp.png) center center no-repeat;
        background-size: 42px auto;
      }
      .sp-tool-buy{
        background-color: #da5e6f;
        border: solid 2px #da5e6f;
      }
      .sp-tool-buy:before{
        top: 0;
        left: 0;
        width: 52px;
        height: 100%;
        border-right:1px dashed #fff;
        background: url(/common/img/ico_buyticket.png) center center no-repeat;
        background-size: 28px auto;
      }
        .sp-tool-faq a{
          color:#59564f;
        }
        .sp-tool-buy a{
          color:#fff;
        }

     .sp-box-search{
      position:relative;
      height: 40px;
      padding: 7px 30px 7px 20px;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      background-color: #e8f0f7;
     }
      .form-sp-input{
        width: 100%;
        border:none;
        background:none;
        font-size: 12px;
        -webkit-appearance: none;
      }
      .form-sp-button{
        overflow:hidden;
        position:absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 40px;
        background: url(/common/img/icon_search_01.png) left center no-repeat;
        background-size: 17px auto;
        text-indent:-9999px;
      }

  /* Menu Active */
  .sp-gnav-open{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .sp-gnav-open .header-logo-wrap{
    border-bottom:1px solid #e3e3e3;
  }
  .sp-gnav-open .sp-gnav {
    right: 0;
  }
}


/* SP Close Button
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
.sp-close-btn{
  display: block;
  width: 140px;
  height: 36px;
  margin: 0 auto;
  padding: 5px 0;
  border:1px solid #7fb3c5;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  text-align:center;
}
  .sp-close-btn span{
    display:inline-block;
    padding-left: 16px;
    background: url(/common/img/ico_close_03.png) left center no-repeat;
    background-size: 11px auto;
    font-size: 14px;
    color:#7fb3c5;
  }
}
/* SP Background Cover
---------------------------------------------------------- */
.s-mask{
  position:fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}
.header-tools-open .s-mask,
.sp-lnav-open .s-mask,
.sp-gnav-open .s-mask{
  visibility: inherit;
  opacity: 1
}
.sp-lnav-open .s-mask{
  background: #e8f0f7;
}
.sp-gnav-open .s-mask{
  background: rgba(127,179,197,0.90);
}
.header-tools-open .s-mask{
  background: rgba(127,179,197,0.50);
}

/* ==========================================================
 gnav
========================================================== */
.gnav {
  float: right;
}
  .gnav li {
    overflow: hidden;
    float:left;
    width: 124px;
    background: url(/common/img/gnavi.jpg?1206) 0 0 no-repeat;
    text-indent: -9999px;
  }
  .gnav li:last-child {
    width: 133px;
  }
    .gnav li a {
      display:block;
      height: 93px;
    }
    .gnav > ul > li:hover > div{
      /* display:block; */
    }

  .gnav .g01 { background-position: 0 0;}
  .gnav .g02 { background-position: -124px 0;}
  .gnav .g03 { background-position: -248px 0;}
  .gnav .g04 { background-position: -372px 0;}
  .gnav .g05 { background-position: -496px 0;}
  .gnav .g06 { background-position: -620px 0;}
  .gnav .g07 { background-position: -744px 0;}
  .gnav .g08 { background-position: -868px 0;}
  .gnav .g01:hover { background-position: 0 -93px;}
  .gnav .g02:hover { background-position: -124px -93px;}
  .gnav .g03:hover { background-position: -248px -93px;}
  .gnav .g04:hover { background-position: -372px -93px;}
  .gnav .g05:hover { background-position: -496px -93px;}
  .gnav .g06:hover { background-position: -620px -93px;}
  .gnav .g07:hover { background-position: -744px -93px;}
  .gnav .g08:hover { background-position: -868px -93px;}
  body#g01 .g01 { background-position: 0 -93px;}
  body#g02 .g02 { background-position: -124px -93px;}
  body#g03 .g03 { background-position: -248px -93px;}
  body#g04 .g04 { background-position: -372px -93px;}
  body#g05 .g05 { background-position: -496px -93px;}
  body#g06 .g06 { background-position: -620px -93px;}
  body#g07 .g07 { background-position: -744px -93px;}
  body#g08 .g08 { background-position: -868px -93px;}


 /* ==========================================================
 Menu mega
========================================================== */
  .menu-mega {
    display:none;
    position:absolute;
    top: 152px;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 99;
  }
    .menu-mega-in{
      width: 1180px;
      height: 300px;
      margin: 0 auto;
      background: rgba(255,255,255,0.50);
      text-align: left;
    }

  .gnav .g01 .menu-mega { background-color: #fdeff0;}
  .gnav .g02 .menu-mega { background-color: #f1eaf2;}
  .gnav .g03 .menu-mega { background-color: #edf1fb;}
  .gnav .g04 .menu-mega { background-color: #f7f3ec;}
  .gnav .g05 .menu-mega { background-color: #f3f5e8;}
  .gnav .g06 .menu-mega { background-color: #ebf1ee;}
  .gnav .g07 .menu-mega { background-color: #f2f2f2;}
  .gnav .g08 .menu-mega { background-color: #f2f2f2;}


@media screen and (max-width: 768px) {
  .menu-mega-in{
    width: 100%;
  }
}
/* ==========================================================
 Fixed Header
========================================================== */
.wrapper,
.header,
.header-utility,
.header-menu{
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.fixed .wrapper,
.fixed .header,
.fixed .header-utility,
.fixed .header-menu{
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/* fixed header */
.fixed .header {
  height: 74px;
  padding-bottom: 12px;
  background: url(/common/img/header_bg_shadow.png) left bottom repeat-x;
}
  .fixed .header-logo { top: 0;}
  .fixed .header-menu { height: 55px;}
    .fixed .header-logo-lg { display:none;}
    .fixed .header-logo-sm { display:block;}


/* fixed gnavi- */
  .fixed .menu-mega {
    top: 55px;
  }

/* fixed gnavi */
  .fixed .header-utility {
    overflow: hidden;
    height: 7px;
  }
    .fixed .gnav li {
      background: url(/common/img/gnavi_fixed.jpg?1206) 0 0 no-repeat;
    }
      .fixed .gnav li a {
        height: 55px;
      }

  .fixed .gnav .g01 {width: 129px;}
  .fixed .gnav .g02 {width: 103px;}
  .fixed .gnav .g03 {width: 125px;}
  .fixed .gnav .g04 {width: 99px;}
  .fixed .gnav .g05 {width: 149px;}
  .fixed .gnav .g06 {width: 150px;}
  .fixed .gnav .g07 {width: 103px;}
  .fixed .gnav .g08 {width: 131px;}
  .fixed .gnav .g01 { background-position: 0 0;}
  .fixed .gnav .g02 { background-position: -129px 0;}
  .fixed .gnav .g03 { background-position: -232px 0;}
  .fixed .gnav .g04 { background-position: -357px 0;}
  .fixed .gnav .g05 { background-position: -456px 0;}
  .fixed .gnav .g06 { background-position: -605px 0;}
  .fixed .gnav .g07 { background-position: -755px 0;}
  .fixed .gnav .g08 { background-position: -858px 0;}
  .fixed .gnav .g01:hover { background-position: 0 -55px;}
  .fixed .gnav .g02:hover { background-position: -129px -55px;}
  .fixed .gnav .g03:hover { background-position: -232px -55px;}
  .fixed .gnav .g04:hover { background-position: -357px -55px;}
  .fixed .gnav .g05:hover { background-position: -456px -55px;}
  .fixed .gnav .g06:hover { background-position: -605px -55px;}
  .fixed .gnav .g07:hover { background-position: -755px -55px;}
  .fixed .gnav .g08:hover { background-position: -858px -55px;}
  .fixed body#g01 .g01 { background-position: 0 -55px;}
  .fixed body#g02 .g02 { background-position: -129px -55px;}
  .fixed body#g03 .g03 { background-position: -232px -55px;}
  .fixed body#g04 .g04 { background-position: -357px -55px;}
  .fixed body#g05 .g05 { background-position: -456px -55px;}
  .fixed body#g06 .g06 { background-position: -605px -55px;}
  .fixed body#g07 .g07 { background-position: -755px -55px;}
  .fixed body#g07 .g08 { background-position: -858px -55px;}

@media screen and (max-width: 768px) {
  .header-logo-sm { display: none;}
}
/* ==========================================================
 lnav
========================================================== */
.nav-box {
  display:table;
  width: 100%;
  height: 143px;
  background-color:#f6bd58;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
}
  .nav-box-in {
    display:table-cell;
    vertical-align: middle;
    padding-top: 12px;
  }
  .nav-box-in:hover {
    text-decoration:none;
  }
    .nav-box .ico {
      margin-bottom: 12px;
    }
      .nav-box .ico .no {
        display: inline-block;
      }
      .nav-box .ico .on {
        display:none;
      }
    .nav-box .txt {
      font-size: 18px;
      line-height: 1.22;
      color:#fff;
    }
@media screen and (min-width: 768px) {
.nav-box:hover {
  background-color:#fef5e6;
  border:1px solid #f6bd58;
}
  .nav-box:hover .txt {
    color:#f3af49;
  }
      .nav-box:hover .ico .no {
        display: none;
      }
      .nav-box:hover .ico .on {
        display: inline-block;
      }
}
@media screen and (max-width: 768px) {
  .nav-box {
    display: block;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    height: auto;
    background-color:#f6bd58;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: left;
  }
    .nav-box-in {
      display:table;
      width: 100%;
      padding: 16px 12px;
    }
      .nav-box .ico {
        display:table-cell;
        vertical-align: middle;
        width: 40px;
      }
        .nav-box .ico img {
          width: 100%;
        }
      .nav-box .txt {
        display:table-cell;
        vertical-align: middle;
        padding-left: 10px;
        font-size: 20px;
        line-height: 1.22;
        color:#fff;
      }

  .nav-box-sub:after{
    content:'';
    position:absolute;
    top: 50%;
    right: 14px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url(/common/img/ico_close_01.png) 0 0 no-repeat;
    background-size: 24px auto;
  }
  .nav-box-sub.is-active:after{
    background-image: url(/common/img/ico_open_01.png);
  }
  .nav-box-link:after{
    content:'';
    position:absolute;
    top: 50%;
    right: 12px;
    width: 8px;
    height: 15px;
    margin-top: -7px;
    background: url(/common/img/ico_arrow_03@2x.png) 0 0 no-repeat;
    background-size: 8px auto;
  }

}
/* lnav
---------------------------------------------------------- */
.lnav {
  overflow: hidden;
  border: solid 1px #fadeab;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
  .lnav > ul {
    background-color:#fdf2de;
   }
  .lnav > ul > li {
    border-bottom: 1px dashed #fadeab;
    font-size: 14px;
   }
  .lnav > ul > li:last-child {
    border-bottom: none;
  }
    .lnav li a {
      display:block;
      padding: 14px 12px 13px;
     }
    .lnav > ul > li > a {
      background-color:#fdf2de;
      color:#f6bd58;
     }
    .lnav > ul > li > a:hover {
      background-color: #fff;
      text-decoration: underline;
      font-weight:bold;
      color:#59564f;
    }
    .lnav > ul > li > a.current {
       background-color:#fff;
      color:#59564f;
      font-weight: bold;
      text-decoration: underline;
    }
    .lnav > ul > li > a.current + ul{
      display:block;
      border:none;
    }
      .lnav > ul >li > ul {
        display:none;
        border-top:1px dashed #fadeab;
      }
        .lnav > ul >li > ul > li {
          background-color:#fff;
          font-size: 12px;
        }
          .lnav > ul >li > ul > li a{
            position:relative;
            padding-left: 30px;
          }
          .lnav > ul > li > ul > li > a:before {
            content: '-';
            position:absolute;
            top: 40px;
            left: 15px;
            margin-top: -25px;
          }
          .lnav > ul > li > ul > li > a {
            color:#f6bd58;
          }
          .lnav > ul > li > ul > li > a:hover,
          .lnav > ul > li > ul > li > a.current {
            color:#59564f;
           text-decoration: none;
          }
          .lnav > ul > li > ul > li > a.current {
            pointer-events: none;
          }
          .lnav > ul > li > ul > li:hover > a:before {
            color:#f6bd58;
          }
@media screen and (max-width: 768px) {
.lnav {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
  .lnav > ul > li.parent { position:relative; }
  .lnav > ul > li.parent:after {
    content: '';
    position:absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    background: url(/common/img/sub_toggle_03.png) center center no-repeat;
    background-size: 12px auto;
   }
  .lnavl li a {
    display:block;
    padding: 10px 12px;
   }
  .lnav > ul > li > ul > li > a {
    font-size: 12px;
  }
}
/* sp-lnav
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
.sp-lnav {
  display:none;
}
  .sp-lnav > ul {}
  .sp-lnav > ul > li {
    border-bottom: 1px dashed #7fb3c5;
    background-color:#FFF;
    font-size: 14px;
   }
  .sp-lnav > ul > li.lnav-mega {
    padding-right: 48px;
   }
  .sp-lnav > ul > li:last-child {
    border-bottom: none;
  }
    .sp-lnav li a {
      display:block;
      padding: 12px 15px;
     }
    .sp-lnav > ul > li > a {
      position:relative;
      background-color:#fadeab;
      font-size: 12px;
      color:#000;
     }
    .sp-lnav > ul > li.lnav-mega {
      position:relative;
    }
    .sp-lnav > ul > li.lnav-mega > .ico-open {
      display:block;
      position:absolute;
      top: 0;
      right: 0;
      width: 48px;
      height: 44px;
     }
      .sp-lnav > ul >li > ul {
        display:none;
        border-top:1px dashed #7fb3c5;
      }
      .sp-lnav > ul > li.is-active > ul{
        border:none;
      }
        .sp-lnav > ul >li > ul > li {
          background-color:#fff;
          font-size: 12px;
        }
          .sp-lnav > ul >li > ul > li a{
            position:relative;
            padding-left: 34px;
          }
          .sp-lnav > ul > li > ul > li > a:before {
            content: '-';
            position:absolute;
            top: 50%;
            left: 20px;
            margin-top: -10px;
          }
          .sp-lnav > ul > li > ul > li > a {
            color:#000;
          }
          .sp-lnav > ul > li > ul > li > a.current {
            background-color:#f2f2f2;
            text-decoration: underline;
            color:#59564f !important;
          }



/* g01
---------------------------------------------------------- */
.sp-g01 .sp-lnav > ul > li > .ico-open{
  background: #fadbdf url(/common/img/sub_toggle_03.png) center center no-repeat;
  background-size: 12px auto;
}
.sp-g01 .sp-lnav > ul > li.is-active > .ico-open{
  background: #fff url(/common/img/sub_toggle_04.png) center center no-repeat;
  background-size: 12px auto;
}
.sp-g01 > .sp-lnav > ul > li { border-bottom-color: #f7c8ce;}
  .sp-g01 > .sp-lnav > ul > li > a {
    background-color:#fdeff0;
    color:#e87581;
  }
  .sp-g01 > .sp-lnav > ul > li.is-active > a {
    background-color:#fff;
  }
  .sp-g01 > .sp-lnav > ul >li > ul {border-top-color: #f7c8ce;}
    .sp-g01 > .sp-lnav > ul > li > ul > li > a {color:#e87581;}

/* g08
---------------------------------------------------------- */
.sp-g08 > .sp-lnav > ul > li { border-bottom-color: #f7c8ce;}
  .sp-g08 > .sp-lnav > ul > li > a {
    background-color:#fdeff0;
    color:#e87581;
  }
  .sp-g08 > .sp-lnav > ul > li.is-active > a {
    background-color:#fff;
  }
  .sp-g08 > .sp-lnav > ul >li > ul {border-top-color: #f7c8ce;}
    .sp-g08 > .sp-lnav > ul > li > ul > li > a {color:#e87581;}

/* sp-g02
---------------------------------------------------------- */
/* .sp-g02 .sp-lnav > ul > li > .ico-open{
  background: #e4c4e7 url(/common/img/sub_toggle_03.png) center center no-repeat;
  background-size: 12px auto;
}
.sp-g02 .sp-lnav > ul > li.is-active > .ico-open{
  background: #fff url(/common/img/sub_toggle_04.png) center center no-repeat;
  background-size: 12px auto;
} */
.sp-g02 > .sp-lnav > ul > li { border-bottom-color: #e4c4e7;}
  .sp-g02 > .sp-lnav > ul > li > a {
    background-color:#f4e7f5;
    color:#bd76c3;
  }
  .sp-g02 > .sp-lnav > ul >li > ul {border-top-color: #e4c4e7;}
    .sp-g02 > .sp-lnav > ul > li > ul > li > a {color:#bd76c3;}

/* sp-g03
---------------------------------------------------------- */
/* .sp-g03 .sp-lnav > ul > li > .ico-open{
  background: #7fb3c5 url(/common/img/sub_toggle_03.png) center center no-repeat;
  background-size: 12px auto;
}
.sp-g03 .sp-lnav > ul > li.is-active > .ico-open{
  background: #fff url(/common/img/sub_toggle_04.png) center center no-repeat;
  background-size: 12px auto;
} */
.sp-g03 > .sp-lnav > ul > li { border-bottom-color: #e8f0f7;}
  .sp-g03 > .sp-lnav > ul > li > a {
    background-color:#e8f0f7;
    color:#6098aa;
  }
  .sp-g03 > .sp-lnav > ul >li > ul {border-top-color: #e8f0f7;}
    .sp-g03 > .sp-lnav > ul > li > ul > li > a {color:#6098aa;}

/* sp-g04
---------------------------------------------------------- */
/* .sp-g04 .sp-lnav > ul > li > .ico-open{
  background: #7fb3c5 url(/common/img/sub_toggle_03.png) center center no-repeat;
  background-size: 12px auto;
}
.sp-g04 .sp-lnav > ul > li.is-active > .ico-open{
  background: #fff url(/common/img/sub_toggle_04.png) center center no-repeat;
  background-size: 12px auto;
} */
.sp-g04 > .sp-lnav > ul > li { border-bottom-color: #e8f0f7;}
  .sp-g04 > .sp-lnav > ul > li > a {
    background-color:#e8f0f7;
    color:#6098aa;
  }
  .sp-g04 > .sp-lnav > ul >li > ul {border-top-color: #e8f0f7;}
    .sp-g04 > .sp-lnav > ul > li > ul > li > a {color:#6098aa;}

/* sp-g05
---------------------------------------------------------- */
/* .sp-g05 .sp-lnav > ul > li > .ico-open{
  background: #d6deb2 url(/common/img/sub_toggle_03.png) center center no-repeat;
  background-size: 12px auto;
}
.sp-g05 .sp-lnav > ul > li.is-active > .ico-open{
  background: #fff url(/common/img/sub_toggle_04.png) center center no-repeat;
  background-size: 12px auto;
} */
.sp-g05 > .sp-lnav > ul > li { border-bottom-color: #eff2e0;}
  .sp-g05 > .sp-lnav > ul > li > a {
    background-color:#eff2e0;
    color:#93a64a;
  }
  .sp-g05 > .sp-lnav > ul >li > ul {border-top-color: #eff2e0;}
    .sp-g05 > .sp-lnav > ul > li > ul > li > a {color:#93a64a;}

/* sp-g06
---------------------------------------------------------- */
/* .sp-g06 .sp-lnav > ul > li > .ico-open{
  background: #7fb3c5 url(/common/img/sub_toggle_03.png) center center no-repeat;
  background-size: 12px auto;
}
.sp-g06 .sp-lnav > ul > li.is-active > .ico-open{
  background: #fff url(/common/img/sub_toggle_04.png) center center no-repeat;
  background-size: 12px auto;
} */
.sp-g06 > .sp-lnav > ul > li { border-bottom-color: #b0c7b9;}
  .sp-g06 > .sp-lnav > ul > li > a {
    background-color:#e5ece8;
    color:#5e866e;
  }
  .sp-g06 > .sp-lnav > ul >li > ul {border-top-color: #b0c7b9;}
    .sp-g06 > .sp-lnav > ul > li > ul > li > a {color:#5e866e;}

/* sp-g07
---------------------------------------------------------- */
/* .sp-g07 .sp-lnav > ul > li > a:after{
  background: #fff url(/common/img/sub_toggle_03.png) center center no-repeat;
  background-size: 12px auto;
}
.sp-g07 .sp-lnav > ul > li.is-active > a:after{
  background: #ddd url(/common/img/sub_toggle_04.png) center center no-repeat;
  background-size: 12px auto;
} */
.sp-g07 > .sp-lnav > ul > li { border-bottom-color: #ddd;}
  .sp-g07 > .sp-lnav > ul > li > a {
    background-color:#f2f2f2;
    color:#a5a5a5;
  }
  .sp-g07 > .sp-lnav > ul >li > ul {border-top-color: #ddd;}
    .sp-g07 > .sp-lnav > ul > li > ul > li > a {color:#a5a5a5;}

}

/* area-bnr
---------------------------------------------------------- */
.area-bnr {
  margin-top: 30px;
}
  .area-bnr .list-bnr {}
    .area-bnr .list-bnr li {margin-bottom: 15px;}
@media screen and (max-width: 768px) {
.area-bnr { display:none; }
}

/* btn-sub
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
.nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 60px;
  height: 73px;
  background: url(/common/img/sub_toggle_01.png) center center no-repeat;
}
.sub-btn-close {
  margin: 0 auto 20px;
  width: 140px;
}
  .sub-btn-close .border {
    display:block;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    text-align: center;
    border:1px solid #e87581;
  }
  .sub-btn-close .ico {
    padding-left: 17px;
    color:#e87581;
    background: url(/common/img/sub_close_01.png) left center no-repeat;
    background-size: 12px 12px;
  }
}

/* .lnav-ttl
---------------------------------------------------------- */
.lnav-ttl {
  padding: 11px 12px;
  background-color:#ef929d;
  font-size: 14px;
  line-height: 2;
  color:#fff;
  font-weight: bold;
}
  .lnav-ttl span{
    display: inline-block;
  }
.lnav-ttl .ico-sub-01 {
  padding-left: 28px;
  background: url(/common/img/ico_person_01@2x.png) 0 0 no-repeat;
  background-size: 22px auto;
}
.lnav-ttl .ico-sub-02 {
  padding-left: 41px;
  background: url(/common/img/ico_group_01@2x.png) 0 0 no-repeat;
  background-size: 33px auto;
}
.lnav-ttl .ico-sub-03 {
  padding-left: 33px;
  background: url(/common/img/ico_info_01@2x.png) 0 0 no-repeat;
  background-size: 24px auto;
}
.lnav-ttl .ico-sub-04 {
  padding-left: 38px;
  background: url(/common/img/ico_ticket_01.png) 0 0 no-repeat;
  background-size: 24px auto;
}
.lnav-ttl .ico-sub-05 {
  padding-left: 38px;
  background: url(/common/img/ico_reservation_01.png) 0 0 no-repeat;
  background-size: 28px auto;
}
.lnav-ttl .ico-sub-06 {
  padding-left: 40px;
  background: url(/common/img/ico_travel_01.png) 0 0 no-repeat;
  background-size: 32px auto;
}
@media screen and (max-width: 768px) {
  .lnav-ttl {
    padding: 8px 12px;
  }
}
/* .sp-lnav-ttl
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .sp-lnav-ttl {
    padding: 6px 8px;
    background-color:#ef929d;
    font-size: 14px;
    font-weight: bold;
    color:#fff;
  }
    .sp-lnav-ttl span{
      display: inline-block;
    }
  .sp-lnav-ttl .ico-sub-01 {
    padding-left: 22px;
    background: url(/common/img/ico_person_01@2x.png) left center no-repeat;
    background-size: 15px auto;
  }
  .sp-lnav-ttl .ico-sub-02 {
    padding-left: 30px;
    background: url(/common/img/ico_group_01@2x.png) left center no-repeat;
    background-size: 22px auto;
  }
  .sp-lnav-ttl .ico-sub-03 {
    padding-left: 24px;
    background: url(/common/img/ico_info_01@2x.png) left center no-repeat;
    background-size: 16px auto;
  }
  .sp-lnav-ttl .ico-sub-04 {
    padding-left: 25px;
    background: url(/common/img/ico_today_01@2x.png) left center no-repeat;
    background-size: 15px auto;
  }
  .sp-lnav-ttl .ico-sub-05 {
    padding-left: 25px;
    background: url(/common/img/ico_schedule_01@2x.png) left center no-repeat;
    background-size: 16px auto;
  }
  .sp-lnav-ttl .ico-sub-06 {
    padding-left: 25px;
    background: url(/common/img/ico_online_01@2x.png) left center no-repeat;
    background-size: 18px auto;
  }
}
/* ==========================================================
 nav-breadcrumb
========================================================== */
.nav-breadcrumb {
  width: 100%;
  height: 39px;
  background-color: #e8f0f7;
}
  .nav-breadcrumb-in {
    width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: left;
  }
    .nav-breadcrumb ul {
      padding-left: 260px;
      white-space: nowrap;
      overflow: hidden;
    }
      .nav-breadcrumb li {
        /*display:inline-block;*/
        float: left;
        padding: 8px 0;
        margin-right: 8px;
        font-size: 12px;
        line-height: 2;
      }

      .nav-breadcrumb li:last-child {
        margin-right: 0;
        overflow: hidden;
        text-overflow: ellipsis;
      }

        .nav-breadcrumb li a,
        .nav-breadcrumb li span {
          margin-right: 10px;
        }

@media screen and (max-width: 768px) {
  .nav-breadcrumb {
    overflow:hidden;
    position:relative;
    height: 29px;
    background-color: #e8f0f7;
    webkit-overflow-scrolling: touch;
  }
  .nav-breadcrumb:after{
    content:'';
    position:absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: url(/common/img/bg_breadcrumb_shadow.png) 0 0 no-repeat;
  }
    .nav-breadcrumb-in {
      overflow-x: auto;
      overflow-y: hidden;
      width: 100%;
      height: 120%;
      padding: 0 12px;
    }
      .nav-breadcrumb ul {
        padding-left: 0;
        overflow: visible;
        white-space: nowrap;
      }
        .nav-breadcrumb li {
          float: none;
          display: inline-block;
          font-size: 10px;
          line-height: 1.3;
        }
        .nav-breadcrumb li:last-child {
            overflow: visible;
            text-overflow: clip;
        }
}
/* ==========================================================
 contents
========================================================== */
.contents {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 10px 70px;
  text-align: left;
}
.contents-main {
  float: right;
  width: 920px;
}
.contents-sub {
  float: left;
  width: 200px;
}

  .sub-content-in {
    margin-top: 10px;
  }

@media screen and (max-width: 768px) {
  .contents {
    width: 100%;
    padding: 0;
  }
  .contents-main {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .contents-sub {
    float:none;
    width: 100%;
    padding: 0;
    /* position: fixed;
    top: 55px;
    bottom: 0;
    z-index: 2;
    overflow: scroll;
    float: none;
    width: 100%;
    padding: 0;
    background: rgba(255, 255, 255, 0.95); */
  }
    .sub-content-in {
      display: none;
      position:absolute;
      left: 0;
      right: 0;
      height: 300%;
      margin-top: 2px;
      background-color:#f2f2f2;
      z-index: 5;
    }
}
/* ==========================================================
 footer
========================================================== */
.footer {
  position:relative;
  width: 100%;
}
  .footer-in {
    width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: left;
  }
  .btn-cmn-pagetop {
    overflow:hidden;
    position:absolute;
    right: 20px;
    top: -80px;
    background: url(/common/img/footer_pagetop_pc_no.png) 0 0 no-repeat;
    text-indent:-9999px;
  }
  .scrollStart .btn-cmn-pagetop {
    position:fixed;
    top:auto;
    bottom: 20px;
  }
  .scrollEnd .btn-cmn-pagetop {
    position:absolute;
    bottom: auto;
    top: -80px;
  }
  .btn-cmn-pagetop:hover{
    background: url(/common/img/footer_pagetop_pc_on.png) 0 0 no-repeat;
  }

    .btn-cmn-pagetop a{
      display:block;
      width: 61px;
      height: 61px;
    }


.footer-tools{
  margin-bottom: -1px;
}
  .footer-tools > ul {
    display:table;
    width: 100%;
  }
    .footer-tools > ul >li {
      display:table-cell;
      width: 50%;
      background-color:#fff;
      border-top:1px solid #dbdbdb;
      border-bottom:1px solid #dbdbdb;
      border-left:1px solid #dbdbdb;
      vertical-align:middle;
      text-align:left;
      line-height: 1.5;
    }
    .footer-tools .footer-tool02 {
      border-top:none;
    }
    .footer-tools > ul > li.is-active {
      border-bottom:1px solid #e8f0f7;
      background-color:#e8f0f7;
    }
    .footer-tools > ul >li:first-child {
      border-left:none;
    }
      .footer-tools > ul >li > a{
        position:relative;
        display:table-cell;
        width: 500px;
        padding: 7px 10px;
        font-size: 12px;
        color:#9a9a96;
        line-height: 1.33;
        vertical-align: middle;
      }
      .footer-tools > ul >li > a:after{
        content:'';
        position:absolute;
        top: 50%;
        right: 10px;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        background: url(/common/img/ico_open_02.png) 0 0 no-repeat;
        background-size: 12px auto;
      }
      .footer-tools .footer-tool02 a:after{
        right: 5px;
        width: 12px;
        height: 17px;
        background: url(/common/img/footer_ico_arrow_02.png) 0 0 no-repeat;
        background-size: 7px auto;
      }
      .footer-tools  .footer-tool02.is-active > a:after{
        background: none;
      }
      .footer-tools > ul >li.is-active > a:after{
        background: url(/common/img/ico_close_02.png) 0 0 no-repeat;
        background-size: 12px auto;
      }
      .footer-tools > ul >li > a:hover,
      .footer-tools > ul >li > a:active,
      .footer-tools > ul >li.is-active > a{
        text-decoration:none;
      }
  .footer-tool-town,
  .footer-tool-site{
    display:none;
    padding: 12px;
    background-color:#e8f0f7;
  }
    .footer-tool-town a,
    .footer-tool-site a{
      position:relative;
    }
    .footer-tool-town a:after,
    .footer-tool-site a:after{
      content:'';
      position:absolute;
      top: 6px;
      right: 6px;
      width: 10px;
      height: 10px;
      background: url(/common/img/ico_pop_02@2x.png) 0 0 no-repeat;
      background-size: 10px auto;
    }

    .footer-list-town{
      overflow:hidden;
      margin: 0 -5px;
    }
      .footer-list-town li{
        float: left;
        width: 33.33%;
        padding: 0 5px;
        text-align:center;
      }
        .footer-list-town li img{
          width: 100%;
        }

    .footer-list-site{
      overflow:hidden;
    }
      .footer-list-site li{
        float: left;
        width: 50%;
        padding: 6px 0 0 6px;
      }
      .footer-list-site li:nth-child(1),
      .footer-list-site li:nth-child(2){
        padding-top: 0;
      }
      .footer-list-site li:nth-child(2n+1){
        padding-left: 0;
      }
        .footer-list-site li a{
          display: block;
          height: 40px;
          padding: 12px 0;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          background-color: #fff;
          font-size: 10px;
          text-align:center;
        }

@media screen and (max-width: 768px) {
  .footer{
  }
    .footer-in {
      width: 100%;
      padding: 0;
    }
      .btn-cmn-pagetop,
      .btn-cmn-pagetop:hover {
        position: static;
        width: 100%;
        height: 44px;
        background:#6098aa url(/common/img/footer_pagetop_sp.png) center center no-repeat;
        background-size: auto 22px;
      }
        .btn-cmn-pagetop a {
          width: 100%;
          height: 44px;
        }
}

/* footer-utility
---------------------------------------------------------- */
  .footer-utility {
    background-color:#e8f0f7;
    padding: 35px 0 33px;
  }

  .footer-grid
    .footer-grid-col01,
    .footer-grid-col02,
    .footer-grid-col03,
    .footer-grid-col04,
    .footer-grid-col05 {
      float:left;
      height: 580px;
      /*height: 404px;*/
      padding: 0 15px;
      border-left:1px solid #cddee8;
    }
    .footer-grid-col01 {width: 307px;}
    .footer-grid-col02 {width: 197px;}
    .footer-grid-col03 {width: 226px;}
    .footer-grid-col04 {width: 207px;}
    .footer-grid-col05 {
      width: 242px;
      border-right:1px solid #cddee8;
    }

/* footer-ttl */
.footer-ttl-01 {
  margin-bottom: 11px;
  font-size: 15px;
  line-height: 1.5;
}
.footer-ttl-01.type-01 {margin-bottom: 21px;}
.footer-ttl-01.type-02 {margin-bottom: 13px;}
  .footer-ttl-01 a{
    color:#6098aa;
  }

.footer-ttl-02 {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 12px;
}
  .footer-ttl-02 a{
    font-size: 12px;
    color:#59564f;
  }

.footer-logo {
  width: 95px;
  height: 56px;
  margin-bottom: 12px;
}
  .footer-logo img{
    width: 100%;
    height: auto;
  }

/* footer-links */
.footer-links{
 }
  .footer-links li {
    position:relative;
    padding: 0 0 0 15px;
    font-size: 12px;
    line-height: 2;
  }
  .footer-links li:before {
    content: '';
    position:absolute;
    left: 0;
  }
    .footer-links li a {
      color:#59564f;
    }

  .footer-links li .ico-pop{
    display:inline-block;
    width: 13px;
    height: 11px;
    margin-left: 5px;
    background: url(/common/img/footer_ico_pop_01.png) 0 0 no-repeat;
    background-size: 13px 11px;
    vertical-align: middle;
  }

/* footer-links-star */
.footer-links-star {
  margin-bottom: 21px;
}
.footer-links-star.type-01 { margin-bottom: 10px;}
.footer-links-star.type-02 { margin-bottom: 0;}
    .footer-links-star li {
      padding: 0 0 0 15px;
    }
    .footer-links-star li:before {
      top: 5px;
      width: 12px;
      height: 12px;
      background: url(/common/img/footer_ico_star_01.png) 0 0 no-repeat;
      background-size: 12px auto;
    }

/* footer-links-arrow */
.footer-links-arrow {
  margin-bottom: 16px;
}
  .footer-links-arrow li {
    padding: 0 0 0 15px;
  }
    .footer-links-arrow li:before {
      left: 3px;
      top: 50%;
      width: 6px;
      height: 7px;
      margin-top: -3px;
      background: url(/common/img/footer_ico_arrow_01.png) 0 0 no-repeat;
      background-size: 6px 7px;
    }

/* footer-links-circle */
.footer-links-circle {
  overflow:hidden;
  margin: 0 0 23px 0;
}
  .footer-links-circle li {
    float:left;
    margin-left: 10px;
  }
  .footer-links-circle li:first-child {
    margin: 0;
  }

/* footer-list-nav */
.footer-list-nav {
  margin-bottom: 12px;
  line-height: 12px;
  text-align:center;
}
  .footer-list-nav li {
    display:inline-block;
    padding: 0 18px;
    border-right:1px solid #fff;
    font-size: 12px;
    line-height: 1;
  }
  .footer-list-nav li:last-child {
    border-right: none;
  }
  .footer-list-nav li:last-child a {
    padding: 0 0 0 10px;
    border-right: none;
  }
    .footer-list-nav li a {
      color:#fff;
    }

/* footer-list-sns*/
.footer-list-sns {
  text-align: center;
}
  .footer-list-sns li {
    display: inline-block;
    margin: 0 10px;
    width: 42px;
    height: 42px;
    line-height: 1;
  }

.footer .txt-reg{
  font-size: 5px;
}

@media screen and (max-width: 768px) {
.footer-list-nav {
  overflow:hidden;
  margin: 0 0 0 -1px;
  border-top:1px solid #cfdde6;
  background-color:#e9f0f8;
}
  .footer-list-nav li {
    float:left;
    width: 50%;
    padding: 0;
    border-right: none;
    border-left:1px solid #cfdde6;
    /*border-bottom:1px solid #cfdde6;*/
    border-top:1px solid #cfdde6;
    background: url(/common/img/footer_ico_arrow_02.png) 95% center no-repeat;
    background-size: 7px auto;
    text-align:left;
  }
  .footer-list-nav li:last-child a {padding: 15px 20px 15px 12px;}
    .footer-list-nav li a {
      display: block;
      padding: 15px 15px 15px 12px;
      color:#609ba9;
      font-size: 10px;
      line-height: 1.1;
    }

/* footer-list-sns*/
.footer-list-sns {
}
  .footer-list-sns li {
    margin: 0 7px 0 8px;
    width: 31px;
    height: 31px;
  }
    .footer-list-sns li img{
      width: 100%;
      height: auto
    }

/* footer-links-circle */
.footer-links-circle {
  display:table;
  width: 100%;
  margin: 0;
  background-color:#cddee8;
}
/* 230403変更 */
  .footer-links-circle li {
    float: none;
    display:table-cell;
    width: 33%;
    margin: 0;
    border-left:1px solid #e6eff4;
    text-align:center;
    /* vertical-align:middle; */
  }
  .footer-links-circle li:first-child {
    border-left: none;
  }
    .footer-links-circle li a{
      display:block;
      padding: 10px 0;
    }
    .footer-links-circle li a span{
      display: inline-block;
      line-height: 1.1;
      font-size: 13px;
      font-weight: bold;
      margin-top: 5px;
      vertical-align:middle;
      vertical-align: -webkit-baseline-middle;
    }
    .footer-links-circle li img{
      width: auto;
      height: 60px;
    }

}

/* footer-sns
---------------------------------------------------------- */
.footer-sns {
  padding: 16px 0 18px;
}
.footer-navi {
  padding: 22px 0 17px;
  background-color:#82b5c7;
  text-align:center;
}

/* footer-copyright */
.footer-copyright {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.01em;
  text-align: center;
}
  .footer-copyright .txt-01 {
    margin: 0 16px 0 0;
    font-family: Arail;
  }

@media screen and (max-width: 768px) {
  .footer-logo {
    width: 71px;
    height: 42px;
    margin: 0 auto 17px;
  }
  .footer-navi {
    padding: 18px 0 9px;
    background-color:#82b5c7;
  }
  .footer-sns {
    padding: 14px 0;
  }
  .footer-copyright {
    padding: 0 12px;
    font-size: 9px;
    line-height: 1.4;
    text-align: center;
  }
    .footer-copyright .txt-01 {
      display: block;
      margin: 0 0 6px 0;
    }
}
@media screen and (min-width: 320px) and (max-width: 420px) {
  .footer-copyright {
    text-align: left;
  }
}


/* ==========================================================
 grid
========================================================== */
/* grid-cmn
---------------------------------------------------------- */
.grid-cmn {
}
  .grid-cmn-col2,
  .grid-cmn-col3,
  .grid-cmn-col4,
  .grid-cmn-col6 {
    float:left;
  }
  .grid-cmn-col2 {
    width: 50%;
  }
  .grid-cmn-col3 {
    width: 33.33%;
  }
  .grid-cmn-col4 {
    width: 25%;
  }
  .grid-cmn-col6 {
    width: 16.66%;
  }

/* grid-cmn
---------------------------------------------------------- */
.grid-photo{
  margin: 0 -5px;
}
  .grid-photo li{
    padding: 0 4px;
  }
@media screen and (max-width: 768px) {
  .grid-photo{
    margin: 0 -1px;
  }
    .grid-photo li{
      padding: 0 1px;
    }
}
/* ==========================================================
 area
========================================================== */
/* area-cmn
---------------------------------------------------------- */
.area-cmn {
}
/* ==========================================================
 section
========================================================== */
/* sec-cmn
---------------------------------------------------------- */
.sec-cmn-01 {
  margin-bottom: 40px;
}
  .sec-cmn-in{

  }
/* section last margin */
section:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec-cmn-01 {
    margin-bottom: 30px;
  }
    .sec-cmn-in{
      width: auto;
      padding: 0 12px;
    }
}

/* ==========================================================
 box
========================================================== */
/* box-cmn
---------------------------------------------------------- */
.box-cmn {
}
/* box-notice-01
---------------------------------------------------------- */
.box-notice-01 {}
  .box-notice-01 .title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
  }
@media screen and (max-width: 768px) {
  .box-notice-01 .title {
    font-size: 10px;
    margin-bottom: 0;
  }
}
/* Box Describe
---------------------------------------------------------- */
.box-desc {
  margin-bottom: 40px;
  padding: 10px 0;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: solid 1px #f9d3d8;
  background-color:#fdf3f5;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  color: #e87581;
}

@media screen and (max-width: 768px) {
  .box-desc{
    margin-bottom: 20px;
    padding: 7px 10px;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
  }
}

/* ==========================================================
 hero
========================================================== */
/* hero-cmn
---------------------------------------------------------- */
.hero-cmn {
}
/* ==========================================================
 module
========================================================== */

/* mod-alert
---------------------------------------------------------- */
.mod-alert{
  padding: 15px 0;
  background-color:#e25261;
}
.mod-alert-in{
  position:relative;
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
}
  .mod-alert-ttl{
    position:absolute;
    top: 50%;
    left: 32px;
    width: 145px;
    margin-top: -14px;
  }
  .mod-alert-msg{
    padding: 10px 15px;
    margin-left: 200px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    font-size: 14px;
    color:#e53636;
  }
@media screen and (max-width: 768px) {
  .mod-alert{
    padding: 10px 0 12px;
  }
  .mod-alert-in{
    width: auto;
    padding: 0 10px;
  }
    .mod-alert-ttl{
      position:relative;
      top: 0;
      left: 0;
      width: auto;
      height: 16px;
      margin: 0 0 6px 0;
    }
      .mod-alert-ttl img{
        width:auto;
        height: 100%;
      }
    .mod-alert-msg{
      padding: 7px 10px;
      margin-left: 0;
      font-size: 12px;
      line-height: 1.5;
    }
}
/* mod-adobe-01
---------------------------------------------------------- */
.mod-adobe-01 {
  display: table;
  width: 330px;
  margin: 0 auto 30px;
}
  .mod-adobe-01 dt {
    display: table-cell;
    font-size: 12px;
    vertical-align: middle;
  }
  .mod-adobe-01 dd {
    width: 112px;
    display: table-cell;
    vertical-align: middle;
  }
@media screen and (max-width: 768px) {
.mod-adobe-01 {
  width: 295px;
  margin: 0 auto 15px;
}
  .mod-adobe-01 dt {
    font-size: 10px;
  }
}
/* mod-faq
---------------------------------------------------------- */
.mod-faq{
  margin-bottom: 40px;
}
  .mod-faq-question,
  .mod-faq-answer{
    position:relative;
    padding: 12px 56px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .mod-faq-question{
    margin: 5px 0 0;
    background-color: #e8eff7;
    font-size: 18px;
    color:#6098aa;
    cursor: pointer;
  }
  .mod-faq-question:hover{
    background-color: #dae5f2;
  }
  .mod-faq-question:first-child{
    margin: 0;
  }
  .mod-faq-answer{
    margin: 5px 0 0;
    background-color: #f2f2f2;
    font-size: 14px;
  }
  .mod-faq-question:before,
  .mod-faq-question:after,
  .mod-faq-answer:before{
    content:'';
    position:absolute;
  }
  .mod-faq-question:before,
  .mod-faq-answer:before{
    top: 14px;
    left: 14px;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
  }
  .mod-faq-question:before{
    background: #7fb3c5 url(/common/img/ico_faq_q@2x.png) 0 0 no-repeat;
    background-size: 32px auto;
  }
  .mod-faq-answer:before{
    background: #f0919d url(/common/img/ico_faq_a@2x.png) 0 0 no-repeat;
    background-size: 32px auto;
  }
  .mod-faq-question:after{
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
    background: url(/common/img/ico_faq_open@2x.png) 0 0 no-repeat;
    background-size: 15px auto;
  }
  .mod-faq-question.mod-faq-open:after{
    background: url(/common/img/ico_faq_close@2x.png) 0 0 no-repeat;
    background-size: 15px auto;
  }
@media screen and (max-width: 768px) {
  .mod-faq{
    margin-bottom: 15px;
  }
    .mod-faq-question,
    .mod-faq-answer{
      padding: 10px 30px 5px 45px;
      min-height: 54px;
    }
    .mod-faq-question{
      margin: 8px 0 0;
      font-size: 15px;
      line-height: 1.5;
    }
    .mod-faq-answer{
      margin: 8px 0 0;
      font-size: 12px;
    }
    .mod-faq-question:before,
    .mod-faq-answer:before{
      top: 10px;
      left: 10px;
      width: 24px;
      height: 24px;
      -webkit-border-radius: 16px;
      border-radius: 16px;
    }
    .mod-faq-question:before,
    .mod-faq-answer:before{
      background-size: 24px auto;
    }
    .mod-faq-question:after{
      top: 25px;
      right: 15px;
      width: 12px;
      height: 12px;
      background-size: 12px auto;
    }
    .mod-faq-question.mod-faq-open:after{
      background-size: 12px auto;
    }
}

/* mod-lpage
---------------------------------------------------------- */
.mod-lpage{
  padding: 10px 0;
}
  .mod-lpage a{
    display:block;
    padding: 10px 0;
    line-height: 1.4;
  }
  .mod-lpage-txt{
    display:block;
    font-size: 11px;
    line-height: 2;
  }

  .btn-photo .ico-arrow{
    display:block;
    padding-bottom: 16px;
    background: url(/common/img/ico_arrow_01.png) no-repeat center bottom;
  }
  .btn-photo:hover .ico-arrow{
    background: url(/common/img/ico_arrow_02.png) no-repeat center bottom;
  }

@media screen and (max-width: 768px) {
  .mod-lpage{
    padding: 0;
  }
    .mod-lpage a{
      height: 75px;
      padding: 10px 0;
      border-radius: 0;
      -webkit-border-radius: 0;
      font-size: 11px;
      box-shadow: none;
    }
    .mod-lpage-txt{
      font-size: 8px;
      line-height: 1.4;
    }

    .btn-photo .ico-arrow{
      padding-bottom: 25px;
      background: url(/common/img/ico_arrow_03.png) no-repeat center bottom;
      background-size: 18px auto;
    }
    .btn-photo:hover .ico-arrow{
    background: url(/common/img/ico_arrow_03.png) no-repeat center bottom;
        background-size: 18px auto;
  }
}
/* ==========================================================
 title
========================================================== */
/* ttl-cmn-01
---------------------------------------------------------- */
.ttl-cmn-01 {
  margin-bottom: 40px;
  padding: 10px 0;
  font-size: 44px;
  line-height: 1.2;
  text-align:center;
}
@media screen and (max-width: 768px) {
  .ttl-cmn-01 {
    margin-bottom: 0;
    padding: 20px 10px;
    font-size: 22px;
    line-height: 1.3;
  }
}

/* ttl-cmn-001 鈴木
---------------------------------------------------------- */
.ttl-cmn-001 {
  margin-bottom: 40px;
  padding: 10px 0;
  font-size: 44px;
  line-height: 1.4;
  text-align:center;
}
@media screen and (max-width: 768px) {
  .ttl-cmn-001 {
    margin-bottom: 0;
    padding: 20px 10px;
    font-size: 22px;
    line-height: 3;
    text-align:center;
  }
}

/* ttl-cmn-02
---------------------------------------------------------- */
.ttl-cmn-02 {
  margin-bottom: 35px;
  position:relative;
  padding: 12px 24px 8px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #f2f2f2;
  font-size: 26px;
}
.ttl-cmn-02:before {
  content:'';
  position:absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 24px;
  margin-top: -12px;
  background-color:#ef929d;
}
@media screen and (max-width: 768px) {
  .ttl-cmn-02 {
    margin-bottom: 15px;
    padding: 9px 12px;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 20px;
    line-height: 1.4;
  }
  .ttl-cmn-02:before {
    width: 3px;
    height: 20px;
    margin-top: -10px;
  }
}
/* ttl-cmn-03
---------------------------------------------------------- */
.ttl-cmn-03 {
  margin-bottom: 30px;
  border-bottom:4px solid #efefef;
  font-size: 22px;
}
.ttl-cmn-03 > span{
  display:inline-block;
  margin-bottom: -4px;
  border-bottom:4px solid #ef929d;
}
@media screen and (max-width: 768px) {
  .ttl-cmn-03 {
    margin-bottom: 15px;
    border-bottom: 3px solid #efefef;
    font-size: 16px;
  }
  .ttl-cmn-03 span{
    margin-bottom: -3px;
    border-bottom: 3px solid #ef929d;
  }
}
/* ttl-cmn-04
---------------------------------------------------------- */
.ttl-cmn-04 {
  position:relative;
  margin-bottom: 15px;
  padding: 0 15px;
  font-size: 20px;
  line-height: 1.1;
}
.ttl-cmn-04:before {
  content:'';
  position:absolute;
  left: 0;
  top: 0;
  width: 6px;
  /* height: 100%; */
  height: 17px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ef929d;
}
@media screen and (max-width: 768px) {
  .ttl-cmn-04 {
    margin-bottom: 12px;
    padding: 0 12px;
    font-size: 16px;
  }
  .ttl-cmn-04:before {
    width: 3px;
  }
}

/* ==========================================================
 text
========================================================== */
/* txt-cmn-01
---------------------------------------------------------- */
.txt-cmn-01{
  margin-bottom: 25px;
}
.txt-sign-01{
  margin-top: 50px
}
@media screen and (max-width: 768px) {
  .txt-cmn-01{
    margin-bottom: 10px;
  }
  .txt-sign-01{
    margin-top: 25px
  }
}
/* txt-cmn-02
---------------------------------------------------------- */
.txt-cmn-02{
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .txt-cmn-02{
    margin-bottom: 10px;
  }
}
/* txt-notice
---------------------------------------------------------- */
.txt-notice {
  font-size: 12px;
  padding-left: 15px;
  position: relative;
}
  .txt-notice:before {
    position: absolute;
    content: '※';
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
  }
.txt-notice-01 { margin-bottom: 30px;}
.txt-notice-02 {
  color: #ed547a;
  font-size: 14px;
}
.txt-notice-03:before {
  content: '＊';
}
@media screen and (max-width: 768px) {
.txt-notice {
  font-size: 10px;
  padding-left: 0;
  text-indent: 14px;
}
  .txt-notice:before {
    position: absolute;
    content: '※';
    top: 0;
    left: -14px;
  }
.txt-notice-01 { margin-bottom: 10px;}
.txt-notice-02 { font-size: 12px;}
}
/* txt-tel
---------------------------------------------------------- */
.txt-tel {
  color: #ed547a;
  font-size: 18px;
  font-weight: bold;
  pointer-events: none;
}
.txt-tel-01 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
.txt-tel {
  font-size: 15px;
  line-height: 1.4;
  pointer-events: auto;
}
}
/* txt-fax
---------------------------------------------------------- */
.txt-fax {
  color: #59564f;
  font-size: 18px;
  font-weight: bold;
  pointer-events: none;
}
.txt-fax-01 { font-size: 22px;}
@media screen and (max-width: 768px) {
  .txt-fax {
    font-size: 15px;
    line-height: 1.4;
  }
}
/* txt-mail
---------------------------------------------------------- */
.txt-mail {
  color: #ed547a;
  font-size: 18px;
  font-weight: bold;
  pointer-events: none;
}
.txt-mail-01 { font-size: 22px;}
@media screen and (max-width: 768px) {
  .txt-mail {
    font-size: 15px;
    line-height: 1.4;
  }
}
/* txt-size
---------------------------------------------------------- */
.txt-b{ font-size: 18px;}
.txt-l{ font-size: 16px;}
.txt-m{ font-size: 14px;}
.txt-s{ font-size: 12px;}
.txt-xs{ font-size: 10px;}
/* txt-color
---------------------------------------------------------- */
.txt-c01{ color: #ed547a;}
.txt-c02{ color: #930;}
/* ==========================================================
 list
========================================================== */
/* list-cmn-01
---------------------------------------------------------- */
.list-cmn-01 {
  margin-bottom: 25px;
}
  .list-cmn-01 li {
    position:relative;
    margin: 8px 0 0;
    padding-left: 20px;
    font-size: 12px;
  }
  .list-cmn-01 li:before {
    content:'※';
    position:absolute;
    left: 0;
  }
  .list-cmn-01 li:first-child {
    margin: 0;
  }

@media screen and (max-width: 768px) {
  .list-cmn-01 {
    margin-bottom: 12px;
  }
    .list-cmn-01 li {
      margin: 4px 0 0;
      padding-left: 15px;
      font-size: 10px;
    }
}
/* list-cmn-02
---------------------------------------------------------- */
.list-cmn-02 {
}
  .list-cmn-02 li {
    position:relative;
    margin-top: 7px;
    padding-left: 15px;
  }
  .list-cmn-02 li:before {
    content:'';
    position:absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color:#ef929d;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .list-cmn-02 li:first-child {
    margin-top: 0;
  }
@media screen and (max-width: 768px) {
  .list-cmn-02 {
  }
    .list-cmn-02 li {
      padding-left: 12px;
      font-size: 12px;
    }
    .list-cmn-02 li:before {
      width: 4px;
      height: 4px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
    }
}
/* list-cmn-03
---------------------------------------------------------- */
.list-cmn-03 {}
  .list-cmn-03 li {
    position:relative;
    padding-left: 15px;
  }
  .list-cmn-03 li:before {
    content:'・';
    position:absolute;
    left: 0;
  }

/* list-cmn-04
---------------------------------------------------------- */
.list-cmn-04 {
  margin-bottom: 25px;
  overflow: hidden;
}
  .list-cmn-04 dt {
    float: left;
    font-weight: bold;
    width: 100px;
  }
  .list-cmn-04 dd { overflow: hidden;}
@media screen and (max-width: 768px) {
  .list-cmn-04 {
    margin-bottom: 15px;
  }
  .list-cmn-04 dd { overflow: initial;}
}
/* list-linkin
---------------------------------------------------------- */
.list-linkin{
  padding: 10px 0;
}
  .list-linkin li{
    border-right: 1px solid #d9d9d9;
  }
  .list-linkin li:first-child{
    border-left: 1px solid #d9d9d9;
  }
    .list-linkin li a{
      display:block;
      padding: 3px 0;
      line-height: 1.4;
      text-align:center;
    }
    .list-linkin .ico-arrow{
      padding-left: 22px;
      background: url(/reservation/individual/1st/img/ico_arrow_01.png) left 3px no-repeat;
    }
@media screen and (max-width: 768px) {
  .list-linkin{
    padding: 0;
  }
    .list-linkin li{
      border-right: 1px solid #fff;
      background-color:#7fb3c5;
    }
    .list-linkin li:first-child{
      border-left: 1px solid #d9d9d9;
    }
      .list-linkin li a{
        display: table;
        padding: 10px 0;
        font-size: 12px;
        color:#fff;
        width: 100%;
        height: 100%;
      }
      .list-linkin .ico-arrow{
        display: table-cell;
        padding: 0 0 23px;
        background: url(/reservation/individual/1st/img/ico_arrow_02.png) center bottom no-repeat;
        background-size: 18px auto;
        vertical-align: middle;
      }
}
/* list-contents-01
---------------------------------------------------------- */
.list-contents-01 { margin-left: -19px;}
  .list-contents-01 + .btn-cmn { margin-top: 18px;}
  .list-contents-01 .list-contents-item { padding-left: 19px;}
    .list-contents-01 .list-contents-item.is-show { display: block !important;}
      .list-contents-01 .list-contents-item a { display: block;}
      .list-contents-01 .list-contents-item .text-box { margin: 12px 0 14px;}
        .list-contents-01 .list-contents-item .text-box .dates {
          color: #59564f;
          font-size: 14px;
          margin-bottom: 14px;
        }
@media screen and (max-width: 768px) {
.list-contents-01 { margin-left: 0;}
  .list-contents-01 + .btn-cmn { margin-top: 16px;}
  .list-contents-01 .list-contents-item {
    border-bottom: 1px solid #e6e6e6;
    padding-left: 0;
    padding: 12px 0;
    width: 100%;
  }
    .list-contents-01 .list-contents-item:first-child { padding-top: 0;}
      .list-contents-01 .list-contents-item a {
        display: table;
        width: 100%;
      }
      .list-contents-01 .list-contents-item .image {
        display: table-cell;
        width: 111px;
        padding-right: 11px;
      }
        .list-contents-01 .list-contents-item .image img { width: 100%;}
      .list-contents-01 .list-contents-item .text-box {
        display: table-cell;
        margin: 0;
        vertical-align: middle;
      }
        .list-contents-01 .list-contents-item .text-box .dates {
          font-size: 12px;
          margin-bottom: 0;
        }
}
/* list-number
---------------------------------------------------------- */
.list-number-01{
  list-style-type:decimal;
  margin-left: 20px;
}
  .list-number-01 > li{
    margin-bottom: 20px;
  }
  .list-number-01 > li:last-child{
    margin-bottom: 0;
  }

.list-number-02{
  margin: 15px 0 15px 0;
}
  .list-number-02 > li{
    margin-bottom: 6px;
    font-size: 14px;
  }

@media screen and (max-width: 768px) {
  .list-number-01{
    list-style-position: outside;
    margin-left: 20px;
  }
    .list-number-01 > li{
      margin-bottom: 20px;
    }

  .list-number-02{
    margin: 10px 0 10px 0;
  }
    .list-number-02 > li{
      font-size: 12px;
    }
}
/* ==========================================================
 table
========================================================== */
/* table-cmn
---------------------------------------------------------- */
.table-cmn {
  width: 100%;
}
  .table-cmn th,
  .table-cmn td {
    border:1px solid #d9d9d9;
    text-align:center;
  }
  .table-cmn th {
    padding: 8px 0;
    background-color:#f6f6f6;
    text-align:center;
    vertical-align:middle;
  }
  .table-cmn td {
  }
@media screen and (max-width: 768px) {

}

/* table-cmn--modif01
---------------------------------------------------------- */
.table-cmn--modif01{
  font-size: 14px;
}
  .table-cmn--modif01 th{
    width: 200px;
  }
  .table-cmn--modif01 td{
    padding: 16px 20px;
    text-align:left;
  }

@media screen and (max-width: 768px) {
  .table-cmn--modif01{
    border-bottom:1px solid #d9d9d9;
  }
    .table-cmn--modif01 th,
    .table-cmn--modif01 td{
      display: block;
      text-align:left;
      width: auto;
      padding: 6px 10px;
      font-size: 12px;
      border:none;
      border-top:1px solid #d9d9d9;
    }
}
/* table-cmn--modif02
---------------------------------------------------------- */
.table-cmn--modif02 {
  overflow: hidden;
}
  .table-cmn--modif02 th{
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #ddd;
    font-weight: bold;
    padding: 14px 20px;
    text-align: left;
    width: 100%;
  }
  .table-cmn--modif02 td{
    display: block;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 20px 25px;
    text-align:left;
    width: 100%;
  }
@media screen and (max-width: 768px) {
.table-cmn--modif02 {}
  .table-cmn--modif02 th{ padding: 6px 12px;}
  .table-cmn--modif02 td{ padding: 6px 10px;}
}
/* table-cmn--modif03
---------------------------------------------------------- */
.table-cmn--modif03 {
  font-size: 14px;
  margin-bottom: 30px;
}
  .table-cmn--modif03 tr th,
  .table-cmn--modif03 tr td {
    width: 50%;
  }
  .table-cmn--modif03 tr td {
    padding: 15px 20px;
  }
@media screen and (max-width: 768px) {
.table-cmn--modif03 {
  font-size: 12px;
  margin-bottom: 20px;
}
  .table-cmn--modif03 tr th,
  .table-cmn--modif03 tr td {
    border: none;
    border-top: 1px solid #d9d9d9;
    display: block;
    text-align: left;
    width: 100%;
  }
  .table-cmn--modif03 tr th { padding: 10px 10px 8px;}
  .table-cmn--modif03 tr td { padding: 10px;}
  .table-cmn--modif03 tr:last-child td { border-bottom: 1px solid #d9d9d9;}
}
/* table-cmn--modif04
---------------------------------------------------------- */
.table-cmn--modif04 {
  font-size: 14px;
  margin-bottom: 30px;
}
  .table-cmn--modif04 th {
    width: 20%;
  }
  .table-cmn--modif04 td {
    padding: 15px 20px;
    width: 20%;
  }
@media screen and (max-width: 768px) {
.table-cmn--modif04 {
  font-size: 12px;
  margin-bottom: 20px;
}
  .table-cmn--modif04 th {
    width: 88px;
    border-left: none;
    padding: 10px 14px;
    text-align: left;
  }
    .table-cmn--modif04 th.only-sp { display: table-cell !important;}
  .table-cmn--modif04 td {
    border-right: none;
    padding: 8px 14px;
    text-align: left;
    width: auto;
  }
}
/* table-calendar-01
---------------------------------------------------------- */
.table-calendar-01{
  table-layout:fixed;
}
  .table-calendar-01 th{
    padding: 6px 0;
  }
  .table-calendar-01 td{
    height: 36px;
  }
  .table-calendar-01 .sunday{
    color:#f0919d;
  }
  .table-calendar-01 .saturday{
    color:#7bcace;
  }
  .table-calendar-01 .holiday{
    display:inline-block;
    width: 27px;
    height: 27px;
    -webkit-border-radius: 13px 14px 14px 13px/14px 14px 13px 13px;
    border-radius: 13px 14px 14px 13px/14px 14px 13px 13px;
    background-color: #ef6072;
    line-height: 2;
    color:#fff;
  }

@media screen and (max-width: 768px) {
  .table-calendar-01{
    margin-bottom: 5px;
  }
    .table-calendar-01 th{
      padding: 2px 10px;
      font-weight:bold;
      text-align:left;
    }
    .table-calendar-01 td{
      height: 34px;
    }
    .table-calendar-01 .holiday{
      width: 22px;
      height: 22px;
      -webkit-border-radius: 11px;
      border-radius: 11px;
      line-height: 1.5
    }
}
/* ==========================================================
 Tabs
========================================================== */
.tabs-cmn{
  margin: 0 -5px 15px;
  padding: 0 0 12px;
}
  .tabs-cmn-item{
    padding: 0 5px;
  }
    .tabs-cmn-tab{
      height: 59px;
      padding: 10px 0;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background-color: #fdeff0;
      font-size: 16px;
      line-height: 1.4;
      text-align:center;
    }
    .Agent_pc .tabs-cmn-tab:hover,
    .tabs-cmn-tab--actve{
      position:relative;
      background-color: #ef929d;
      color:#fff;
      z-index: 1;
    }
    .tabs-cmn-tab--actve:after{
      content:'';
      position:absolute;
      bottom: -11px;
      left: 50%;
      width: 0;
      height: 0;
      margin-left: -11px;
      border-style: solid;
      border-width: 12px 11px 0 11px;
      border-color: #ef929d transparent transparent transparent;
      z-index: -1;
    }
      .tabs-cmn-tab a{
        color:#e87581;
      }
      .Agent_pc .tabs-cmn-tab:hover a{
        color:#fff;
        text-decoration:none;
      }
    .tabs-cmn-item .txt-sm{
      display:block;
      font-size: 11px;
      line-height: 2;
    }

@media screen and (max-width: 768px) {

}
/* ==========================================================
 button
========================================================== */
/* btn-cmn
---------------------------------------------------------- */
.btn-cmn {
  background-color: #7fb3c5;
  border:1px solid #7fb3c5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 -2px #558798;
  box-shadow: inset 0 -2px #558798;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-align: center;
  color:#fff;
}
.btn-cmn:hover {
  background-color: #fff;
  border:1px solid #7fb3c5;
  color:#6098aa;
  text-decoration: none;
}

.btn-cmn-01{
  display:block;
  width: 336px;
  height: 54px;
  margin: 0 auto;
  padding: 17px 0;
  line-height: 1.3;
}
.btn-cmn-02{
  display:block;
  width: 145px;
  height: 44px;
  margin: 0 auto;
  padding: 7px 0;
}
.btn-cmn-03 {
  display: block;
  width: 336px;
  margin: 0 auto;
  padding: 12px 0;
}

.btn-fancy{
  display:inline-block;
  width: 91px;
  height: 25px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ef6072;
  color:#fff;
}
@media screen and (max-width: 768px) {
  .btn-cmn,
  .btn-cmn:hover {
    background-color: #7fb3c5;
    border:1px solid #7fb3c5;
    color:#fff;
  }
  .btn-cmn-01{
    width: 100%;
    height: 42px;
    padding: 10px 0;
    background-color:#7fb3c5;
    font-size: 14px;
  }
  .btn-cmn-02{
    width: 120px;
    height: 42px;
    padding: 8px 0;
  }
  .btn-cmn-03 {
    width: 100%;
    padding: 12px 0;
    font-size: 14px;
    line-height: 1.3;
  }
}
/* btn-zoom
---------------------------------------------------------- */
.btn-zoom {
  display: none;
  margin: 10px 0;
  text-align: right;
}
  .btn-zoom a {
    background: url(/access/img/btn_zoom_01.png) left center no-repeat;
    background-size: 32px;
    display: inline-block;
    font-size: 12px;
    padding: 6px 0 6px 37px;
  }
    .btn-zoom.btn-zoom-01 { margin-bottom: 0;}
@media screen and (max-width: 768px) {
  .btn-zoom {
    display: block;
  }
}
/* ==========================================================
 link
========================================================== */
/* link-cmn
---------------------------------------------------------- */
.link-cmn,
.link-pop {
  color:#6098aa;
  text-decoration:none;
}
.link-pop:after {
  content:'';
  display:inline-block;
  width: 13px;
  height: 11px;
  margin-left: 5px;
  background: url(/common/img/ico_pop_02@2x.png) 0 0 no-repeat;
  background-size: 13px auto;
}
.link-pop-light {
  color:#fff;
  text-decoration:none;
}
.link-pop-light:after {
  content:'';
  display:inline-block;
  width: 13px;
  height: 11px;
  margin-left: 5px;
  background: url(/common/img/ico_pop_01@2x.png) 0 0 no-repeat;
  background-size: 13px auto;
}
.Agent_pc a:hover .link-pop-light {
  color:#6098aa;
  text-decoration:none;
}
.Agent_pc a:hover .link-pop-light:after {
  background: url(/common/img/ico_pop_02@2x.png) 0 0 no-repeat;
  background-size: 13px auto;
}
/* link-pdf
---------------------------------------------------------- */
.link-pdf {
}
  .link-pdf .ico-pdf-01 {
    padding: 2px 15px 2px 0;
  }
/* ==========================================================
 icon
========================================================== */
/* ico-cmn
---------------------------------------------------------- */
.ico-cmn {}
.ico-pop-01{
  display:inline;
  padding-right: 20px;
  background: url(/common/img/ico_pop_01@2x.png) right center no-repeat;
  background-size: 13px auto;
}
a:hover .ico-pop-01{
  background: url(/common/img/ico_pop_02@2x.png) right center no-repeat;
  background-size: 13px auto;
}

.ico-pop-02{
  display:inline;
  padding-right: 20px;
  background: url(/common/img/ico_pop_02@2x.png) right center no-repeat;
  background-size: 13px auto;
}
.ico-pdf-01 {
  display: inline;
  padding-right: 15px;
  background: url(/common/img/ico_pdf_01@2x.png) right center no-repeat;
  background-size: 13px auto;
}

.ico-online,
.ico-service,
.ico-counter{
  display:inline-block;
  margin-bottom: 2px;
  padding: 4px 0 4px 38px;
  background-size: 32px auto;
}
.ico-online{
  background:  url(/common/img/ico_online_02.png) 0 0 no-repeat;
}
.ico-service{
  background: url(/common/img/ico_service_02.png) 0 0 no-repeat;
}
.ico-counter{
  background: url(/common/img/ico_counter_02.png) 0 0 no-repeat;
}
.ico-profile-01{
  display: inline-block;
  padding-left: 60px;
  background: url(/reservation/individual/1st/img/ico_person_01.png) 0 0 no-repeat;
}


@media screen and (max-width: 768px) {
  .ico-profile-01{
    padding-left: 30px;
    background-size: 22px auto;
  }
  a:hover .ico-pop-01{
    background: url(/common/img/ico_pop_01@2x.png) right center no-repeat;
    background-size: 13px auto;
  }

}
/* ico-reg
---------------------------------------------------------- */
.ico-reg {
  font-size: 50%;
  vertical-align: super;
}
/* ==========================================================
 figure
========================================================== */
/* fig-cmn
---------------------------------------------------------- */
.fig-cmn {
}
/* ==========================================================
 image
========================================================== */
/* img-cmn-adjust
---------------------------------------------------------- */
.img-cmn-adjust {
}

.img-zoom{
  margin-bottom: 30px;
}
  .img-zoom-btn{
    display:none;
  }

@media screen and (max-width: 768px) {
  .img-zoom{
    margin-bottom: 15px;
    text-align:right;
  }
    .img-zoom img{
      width: 100%;
      height: auto;
    }
    .img-zoom-btn{
      display:inline-block;
      height: 32px;
      margin-top: 10px;
      padding-left: 40px;
      background: url(/reservation/individual/1st/img/ico_zoom_01.png) 0 0 no-repeat;
      background-size: 32px auto;
    }
}
/* ==========================================================
 form
========================================================== */
/* base Form
---------------------------------------------------------- */
/* type="text" */
input[type="text"] {
}
/* type="checkbox" */
input[type="checkbox"] {
}
/* type="radio" */
input[type="radio"] {
}
/* select */
select {
}
/* textarea */
textarea {
}
/* button */
button {
}
/* class Form
---------------------------------------------------------- */
/* form-cmn-input
---------------------------------------------------------- */
.form-cmn-input {
}
/* form-cmn-check
---------------------------------------------------------- */
.form-cmn-check {
}
/* form-cmn-radio
---------------------------------------------------------- */
.form-cmn-radio {
}
/* form-cmn-select
---------------------------------------------------------- */
.form-cmn-select {
}
/* form-cmn-textarea
---------------------------------------------------------- */
.form-cmn-textarea {
}
/* form-cmn-button
---------------------------------------------------------- */
.form-cmn-button {
}
/* ==========================================================
 is
========================================================== */
/* opacity hover
---------------------------------------------------------- */
.is-opacity
{
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
}
a:hover .is-opacity,
.is-opacity:hover
{
  -ms-filter: 'alpha( opacity=65)';
  filter: alpha( opacity=65);
  opacity: 0.65;
}
/* css animation
---------------------------------------------------------- */
.is-animate
{
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* ==========================================================
 style
========================================================== */
.s-fw-n     { font-weight: normal;}
.s-fw-b     { font-weight: bold;}
.s-ta-l     { text-align: left !important;}
.s-ta-c     { text-align: center !important;}
.s-ta-r     { text-align: right !important;}
.s-va-t     { vertical-align: top !important;}
.s-va-m     { vertical-align: middle !important;}
.s-va-b     { vertical-align: bottom !important;}
.s-ov-h     { overflow: hidden;}
.s-clear    { clear: both;}
.s-hide     { display: none;}
.s-txt-hide { text-indent: 100%; white-space: nowrap; overflow: hidden;}
.s-bg-n     { background: none !important;}
.s-mt-00    { margin-top: 0 !important;}
.s-mb-00    { margin-bottom: 0 !important;}
.s-ml-00    { margin-left: 0 !important;}
.s-mr-00    { margin-right: 0 !important;}

.s-w-full   { width: 100% !important;}

/* ==========================================================
 rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
.only-pc {}
.only-sp,
.no-pc { display: none !important;}
.no-sp {}
table.only-pc { display: table !important;}
table.only-sp { display: none !important;}
/* sp
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
.only-pc,
.no-sp    { display: none !important;}
.only-sp,
.no-pc     { display: block !important;}
img.only-sp,
img.no-pc  { display: inline-block !important;}
table.only-sp { display: table !important;}
table.only-pc { display: none !important;}
tr.only-sp,
tr.no-pc  { display: table-row !important;}

/*20240621追加*/
.header-buyticket-convenienc.only-sp{
  display: inline-block;
}
}
/* ==========================================================
 tool
========================================================== */
.atode { padding: 10px; border: 2px solid #8c0000; background-color: #ff4d4d; color: #fff; font-size: 30px; text-align: center;}

/* Zoom Images
---------------------------------------------------------- */
a img.zoom {
  transition: all 200ms linear;
}
a:hover img.zoom {
  transform: scale(1.04);
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
}

/* page navi
---------------------------------------------------------- */
.mod-pnav{
  display:none;
}
  .mod-pnav-sub{
    display:none;
  }


@media screen and (max-width: 768px) {
  .mod-pnav{
    display:block;
    position:relative;
    z-index: 5;
  }
    .mod-pnav-ttl {
      /* padding: 2px 12px; */
      padding: 6px 12px;
      background-color: #e5f0f3;
      font-size: 16px;
    }
    .mod-pnav-ttl.current.is-active{
      display:block;
      background-color: #fff;
    }
      .mod-pnav-ttl span{
        text-decoration:underline;
      }
    .mod-pnav-ttl:before,
    .mod-pnav-ttl:after{
      content:'';
      position:absolute;
      top: 50%;
      right: 0;
      background-color:#6199ab;
    }
    .mod-pnav-ttl:before{
      right: 12px;
      width: 13px;
      height: 1px;
    }
    .mod-pnav-ttl:after{
      right: 18px;
      width: 1px;
      height: 12px;
      margin-top: -6px;
    }
     .mod-pnav-ttl.is-active:after{
      opacity: 0;
    }
     .mod-pnav-sub{
      display: none;
      position:absolute;
      left: 0;
      top: 100%;
      width: 100%;
      background-color:#e5f0f3;
    }
    .active .mod-pnav-sub{
      display: block;
    }
    .mod-pnav-megsub{
      display:none;
      position:absolute;
      top: 50%;
      left: 18px;
      right: 18px;
      height: 52px;
      margin-top: -32px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-color: #fff;
    }
    .current .mod-pnav-megsub{
      display: block;
    }

.nav-year{}
  .nav-year li{
    padding: 6px 12px;
    border-top:1px dotted #bfd9e2;
    font-size: 16px;
  }
  .nav-year li.current{
    background-color:#fff;
  }
    .nav-year li.current a{
      color:#59564f;
      text-decoration:underline;
    }

}

/* pagination
---------------------------------------------------------- */
.mod-pagination{
  margin: 40px 0 0;
  text-align:center;
}
  .mod-pagination li{
    display:inline-block;
    width: 45px;
    height: 45px;
    margin: 0 5px;
  }
    .mod-pagination li a{
      cursor: pointer;
    }

  .mod-pagination li .is-disable,
  .mod-pagination li a:hover{
    -ms-filter: 'alpha( opacity=35)';
    filter: alpha( opacity=35);
    opacity: 0.35;
    text-decoration:none;
  }
  .mod-pagination li .is-disable{
    pointer-events: none;
  }
    .mod-pagination li a,
    .mod-pagination li span{
      display:block;
      padding: 10px 0;
      background-color: #7fb3c5;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0 2px #558798;
      box-shadow: 0 2px #558798;
      border: solid 1px #7fb3c5;
      font-size: 14px;
      color:#fff;
    }
    .mod-pagination li.current a,
    .mod-pagination li.current span{
      background-color: #fff;
      -webkit-box-shadow: 0 2px #558798;
      box-shadow: 0 2px #558798;
      border: solid 1px #7fb3c5;
      color:#6098aa;
    }
    .mod-pagination li:first-child span{ background-image:url(/common/img/ico_arrow_05.png);}
    .mod-pagination li:last-child span{ background-image:url(/common/img/ico_arrow_04.png);}
    .mod-pagination li:first-child span,
    .mod-pagination li:last-child span{
      text-indent:-9999px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: auto 17px;
    }

@media screen and (max-width: 768px) {

  .mod-pagination{
    margin: 15px 0 0;
    font-size: 0;
  }
    .mod-pagination li{
      width: 36px;
      height: 38px;
      margin: 0 3px;
      font-size: 14px;
    }
    .mod-pagination li:first-child{
      margin-left: 0;
    }
    .mod-pagination li:las-child{
      margin-right: 0;
    }
      .mod-pagination li a,
      .mod-pagination li span{
        padding: 6px 0;
      }
      .mod-pagination li:first-child span,
      .mod-pagination li:last-child span{
        background-size: auto 12px;
      }
}




/* googleカスタム検索
---------------------------------------------------------- */
.search-box-pc {
}

@media screen and (max-width: 768px) {
    .search-box-sp {
    }
}


/* youtubeレスポンシブ対応
---------------------------------------------------------- */
.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* 詳細ページ　pdfアイコン
---------------------------------------------------------- */
.pdf-bottom {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .pdf-bottom {
    margin-top: 15px;
}
}

/* TOPページ　ヘッダー下のお知らせテキスト
---------------------------------------------------------- */
.special-info {
    text-align: left;
    padding:10px;
    font-family: "HGP行書体", "ＭＳ Ｐ明朝", "MS PMincho", "STKaiti", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

@media screen and (min-width: 768px) {
.special-info {
    text-align: center;
    border-top:solid 1px #E5E5E5;
    font-size:1.6em;
}
}



/* 固定チケットバナー
---------------------------------------------------------- */

/* .header-buyticket-sp */

.header-buyticket-sp{
overflow: hidden;
position:fixed;
bottom: 0;
left: 0;
height: 48px;
margin-top: 12px;
-webkit-border-radius: 8px;
border-radius: 0 8px 0 0;
}

.header-buyticket-sp:before{
content:'';
position:absolute;
}
.header-buyticket-sp a{
display:block;
padding: 10px 0 10px 65px;
font-size: 15px;
}

.header-buyticket-sp{
background-color: #da5e6f;
border: solid 2px #da5e6f;
}
.header-buyticket-sp:before{
bottom: 0;
left: 0;
width: 52px;
height: 100%;
border-right:1px dashed #fff;
background: url(/common/img/ico_buyticket.png) center center no-repeat;
background-size: 28px auto;
}
.header-buyticket-sp a{
color:#fff;
padding-right: 12px;
}

/*-出し分け-*/

.header-buyticket .ticket-to-webket,
.header-buyticket .ticket-to-webket_sp{
display: none;
}

.header-buyticket .someone-to-ticket,
.header-buyticket .someone-to-ticket_sp{
display: block;
}







/*20240620フローティングバナーWEB追加*/

.ticket_sp_box01 {
  display: flex;
  justify-content: flex-start;
  position: fixed;
  bottom: 0;
  width: 70%;

}

.header-buyticket01-sp{
  overflow: hidden;
  /* position:fixed; */
  bottom: 0;
  /* left: 0;20240621 */
  height: 60px;
  margin-top: 12px;
  /* -webkit-border-radius: 8px; */
  /* border-radius: 0 8px 0 0; */
  width: 50%;
  }
  
  .header-buyticket01-sp:before{
  content:'';
  position:absolute;
  }
  .header-buyticket01-sp a{
  display:block;
  padding: 10px 0 10px 65px;
  font-size: 15px;
  line-height: 40px;
  font-size: 16px;
  }
  
  .header-buyticket01-sp{
  background-color: #da5e6f;
  border: solid 2px #da5e6f;
  }
  .header-buyticket01-sp:before{
  /* bottom: 0; */
  /* left: 0;20240621 */
  display: block;
  width: 52px;
  height: 80%;
  border-right:1px dashed #fff;
  background: url(/common/img/ico_buyticket_01new.png) center center no-repeat;/*20240620フローディングバナー更新*/
  background-size: 28px auto;
  }
  .header-buyticket01-sp a{
  color:#fff;
  padding-right: 12px;
  }
  
  /*-出し分け-*/
  
  .header-buyticket01 .ticket-to-webket_sp01,
  .header-buyticket01 .ticket-to-webket_sp01{
  display: none;
  }
  
  .header-buyticket01 .someone-to-ticket_sp,
  .header-buyticket01 .someone-to-ticket_sp{
  /* display: block; */
  display: inline-block;
  }

  .ticket_sp_box01.header-buyticket01-sp{/*20240621追加部*/
  /* display: block; */
  display: inline-block;
  }









/*20240619フローティングバナーコンビニ追加*/

.header-buyticket-convenience-sp{
  overflow: hidden;
  /* position:fixed; */
  bottom: 0;
  /* left: 145px; */
  /* height: 48px; */
  height: 60px;
  /* left: 158px;20240621 */
  margin-top: 12px;
  /* -webkit-border-radius: 8px; */
  /* border-radius: 0 8px 0 0; */
  width: 50%;
  }
  
  .header-buyticket-convenience-sp:before{
  content:'';
  position:absolute;
  }
  .header-buyticket-convenience-sp a{
  display: block;
  padding: 10px 10px 10px 65px;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  }
  
  .header-buyticket-convenience-sp{
  background-color: #419e6f;
  border: solid 2px #419e6f;
  }
  .header-buyticket-convenience-sp:before{
  /* bottom: 0; */
  /* left: 0; */
  display: block;
  width: 52px;
  height: 80%;
  border-right:1px dashed #fff;
  background: url(/common/img/ico_buyticket_02.png) center center no-repeat;/*20240620フローディングバナー更新*/
  background-size: 28px auto;
  }
  .header-buyticket-conveniencet-sp a{
  color:#fff;
  padding-right: 12px;
  }
  
  /*-出し分け-*/
  
  .header-buyticket-convenience .ticket-to-webket,
  .header-buyticket-convenience .ticket-to-webket_sp01{
  display: none;
  }
  
  /* @media screen and (max-width: 768px) {
    .ticket_sp_box01 {
     
      font-size: 15px;
  }
  } */
  @media screen and (max-width: 430px) {
    .ticket_sp_box01 {
      display: flex;
      justify-content: flex-start;
      position: fixed;
      bottom: 0;
      width: 100%;
      font-size: 12px;
    }
    
    .header-buyticket01-sp a{
      font-size: 15px;
      }
    
    .header-buyticket-convenience-sp a{
      font-size: 15px;
    }
  }











/*-230317追記-*/
.footer-grid-col05 ul.saiyou {
}
.footer-grid-col05 ul.saiyou li {
  background-color: #7fb3c5;
  border: 1px solid #7fb3c5;
  border-radius: 5px;
  width: 189px;
  height: 27px;
  margin-bottom: 10px;
}
.footer-grid-col05 ul.saiyou li:hover {
  opacity: 0.6;
}
.footer-grid-col05 ul.saiyou li a {
  display: block;
  color: #FFF; 
  letter-spacing: 0.05em;
  padding-left: 5px;
}
.footer-grid-col05 ul.saiyou li a:hover {
  text-decoration: none;
}
.footer-links-star.saiyou li:before {
  top: 6px;
  width: 12px;
  height: 12px;
  background: url(/common/img/footer_ico_star_02.png) 0 0 no-repeat;
  background-size: 12px auto;
  margin-left: 4px;
}
.footer-grid-col05 ul.saiyou li::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 9px;
  width: 7px;
  height: 7px;
  background: url(/common/img/ico_arrow_01-2@2x.png) no-repeat;
  background-size: 7px auto;
}

/* 2024年1月5日 臨時「令和６年能登半島地震」に関する文言用 */

.emergency_notice {
  height: 70px;
  background: #eee;
  /* background: #edfeff; */
  text-align: center;
  /* font-weight: bold; */
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
}

/** 20250307 **/
.footer-grid-col02 ul.saiyou li {
  background-color: #7fb3c5;
  border: 1px solid #7fb3c5;
  border-radius: 5px;
  height: 27px;
  margin-bottom: 10px;
}
.footer-grid-col02 ul.saiyou li:hover {
  opacity: 0.6;
}
.footer-grid-col02 ul.saiyou li a {
  display: block;
  color: #FFF; 
  letter-spacing: 0.05em;
  padding-left: 5px;
}
.footer-grid-col02 ul.saiyou li a:hover {
  text-decoration: none;
}
.footer-links-star.saiyou li:before {
  top: 6px;
  width: 12px;
  height: 12px;
  background: url(/common/img/footer_ico_star_02.png) 0 0 no-repeat;
  background-size: 12px auto;
  margin-left: 4px;
}
.footer-grid-col02 ul.saiyou li::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 9px;
  width: 7px;
  height: 7px;
  background: url(/common/img/ico_arrow_01-2@2x.png) no-repeat;
  background-size: 7px auto;
}

