@charset "shift_jis";


/*===============================================

画面の横幅が769px以上（パソコン用）

===============================================*/

@media all and (min-width: 769px),print{

html{
    font-size: 14px;
    margin: 0px;
    padding: 0px;
  max-height: 100%;
  position: relative;
    }

body {
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    line-height: 2;
    color: #000;
    margin: 0px;
    padding: 0px;
  max-height: 100%;
    text-align: center;
    background-color: transparent;
    /*スマホで勝手に文字が大きくなる対策*/
    -webkit-text-size-adjust: 100%;
}

    /*リンクカラー*/
a {
    color: #002b55;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}

/*カーソルオーバー時のリンクカラー*/
a:hover {
    color: #A51A91;
    text-decoration: none;    /*下線を消す設定。残したままがいいならこの１行を削除。*/
    }



/*コンテナー
---------------------------------------------------------------------------*/
#container {
    text-align: left;
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
    border: none;
    background-color: #000;
}

    header{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100000;
    }
    header .header_bg{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        background: none;
    }
    header h1{
        width: 98%;
        margin: 0;
        padding: 0 1%;
        display: block;
        position: relative;
        background: #73be1e;
        font-size: 0.8rem;
        font-weight: normal;
        color: #fff;
        line-height: 1.4rem;
    }
    header .menu_outer{
        width: 98%;
        margin: 0;
        padding: 0.5rem 1%;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    header .logo_outer{
        width: 20%;
        height: 5rem;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }
    header .logo_outer #logo{
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
    header nav.menu_inner{
        width: 80%;
        margin: 0;
        padding: 0;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
    }
    header nav.menu_inner a{
        width: 3.5rem;
        height: 3.5rem;
        margin: 0 0 0 0.5rem;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        color: #73be1e;
        background: #fff;
  text-decoration: none;
  overflow: hidden;
        border-radius: 0.5rem;
        border: 1px solid #73be1e;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
    }
    header nav.menu_inner label{
        width: 3.5rem;
        height: 3.5rem;
        margin: 0 0 0 0.5rem;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        color: #73be1e;
        background: #fff;
  text-decoration: none;
  overflow: hidden;
        border-radius: 0.5rem;
        border: 1px solid #73be1e;
    -webkit-transition: 0.5s ease-in-out;
       -moz-transition: 0.5s ease-in-out;
         -o-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out;
        top: 0;
    }
    header nav.menu_inner img{
        width: 2rem;
        margin: 0.25rem auto 0rem auto;
        padding: 0;
        display: block;
        position: relative;
    }
    header nav.menu_inner i{
        max-height: 2rem;
        margin: 0.5rem auto 0rem auto;
        padding: 0;
        display: block;
        position: relative;
        font-weight: bold;
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
    header nav.menu_inner span{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        bottom: 0.05rem;
        font-weight: normal;
  white-space: nowrap;
  font-size: clamp(0.7rem, 1vw, 0.8rem);
  line-height: 1;
  text-align: center;
    }
    header nav.menu_inner a:hover,
    header nav.menu_inner label:hover{
        opacity: 0.5;
    }
    
    
    header.hidden nav.menu_inner {
        transform: translate(0,-7rem);
        opacity: 0;
    }
    
    
    
    header .path #google_translate_element{
        position: relative;
    }
    .modal_wrap input{
        display: none;
    }
    .modal_overlay{
        display: block;
        overflow: auto;
        position: fixed;
        z-index: 999999;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 0;
        background: rgba(0,0,0,0.7);
        opacity: 0;
        transition: opacity 0.5s, transform 0s 0.5s;
        transform: scale(0);
    }
    .modal_trigger{
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .modal_content{
        position: absolute;
        top: 6rem;
        width: 100%;
        height: 5rem;
        margin: 0;
        padding: 0.5rem 0;
        background: #fff;
        line-height: 1.8rem;
        transition: 0.5s;
        text-align: center;
    }
    .close_button{
        position: absolute;
        top: 1rem;
        right: 2.5%;
        font-size: 1rem;
        cursor: pointer;
    }
    .modal_wrap input:checked ~ .modal_overlay{
        opacity: 1;
        transform: scale(1);
        transition: opacity 0.5s;
    }
    .modal_wrap input:checked ~ .modal_overlay .modal_content{
        transform: translateY(20px);
    }
    .open_button{
        position: relative;
        display: inline-block;
        height: 100%;
        margin: 0;
        padding: 0;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    .google-cs{
        width: 40rem;
        max-width: 50%;
        margin: 0 auto;
        text-align: left;
    }
    .google-cs input[type="text"]{
        height:25px !important;
        font-size: 1rem!important;
        display: block!important;
    }
    .google-cs .gsc-search-box a{
        font-size: 1.2rem!important;
        line-height: 2rem!important;
        margin: 0!important;
        }
    .google-cs a{
        font-size: 1.2rem!important;
        line-height: 2rem!important;
        margin: 1rem 0!important;
    }
    .google-cs .gs-title{
        font-size: 1.2rem!important;
        line-height: 2rem!important;
        height: auto!important;
    }
    .google-cs .gsc-table-result{}
    .google-cs .gsc-table-result td{
        padding: 0.3rem;
        margin: 0;
        border: 1px solid #999;
    }

    #button{
        display: none;
    }
    #pop_up{
        display: none;
    }


#wrapper {
overflow: hidden;
min-width: 30%;
height: auto;
padding: 0;
    display: block!important;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
    header.hidden #wrapper {
        opacity: 1;
    }
#navTgl:checked ~ .contents {
-webkit-transform: translateX(250px);
transform: translateX(250px);
}

/* :::::: toggle button :::::: */
#navTgl {
display: none;
overflow: hidden;
}
label {
cursor: pointer;
position: fixed;
top: 1.5rem;
right: 0;
}
#wrapper .open {
z-index: 2;
width: 3.5rem;
height: 3rem;
color: #fff;
font-size: 2rem;
line-height: 3rem;
    padding: 0.25rem 0;
text-align: center;
-webkit-transition: background-color .6s, -webkit-transform .6s;
transition: background-color .6s, transform .6s;
    background-color: none;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 10000;
    background: none;
    top: 1rem;
}
#navTgl:checked + .open {
    color: #73be1e;
    background: #fff;
}
.close {
pointer-events: none;
z-index: 1;
width: 100%;
height: 100%;
transition: .6s;
}
#navTgl:checked ~ .close {
pointer-events: auto;
background-color: rgba(0,0,0,0.5);
}

/* :::::: drawer menu :::::: */
header .menu {
z-index: 1;
position: fixed;
overflow: auto;
top: 0;
left: 70.1%;
width: 30%;
height: 100%;
    margin: 0;
padding: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: -webkit-transform .6s;
transition: transform .6s;
        background: #fff;
}
#navTgl:checked ~ .menu {
-webkit-transform: translateX(0);
transform: translateX(0);
    margin: 0;
}
header .menu li a {
color: #73be1e;
}
header nav ul {
    width: 100%;
    list-style-type: none;
    margin: 4rem 0 0 0;
    padding: 0;
    display: block;
    position: relative;
}
header .menu li {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    background: none;
    border-bottom: 1px solid #73be1e;
}
header .menu li a {
    width: calc(95% - 4rem);
    margin: 0;
    padding: 0.5rem 2.5% 0.5rem 4rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
        position: relative;
    text-decoration: none;
    transition: .6s;
    font-size: 1rem;
    line-height: 2rem;
    color: #73be1e;
    font-weight: bold;
}
    header .menu li label{
    width: calc(95% - 4rem);
    margin: 0;
    padding: 0.5rem 2.5% 0.5rem 4rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
        position: relative;
    transition: .6s;
    font-size: 1rem;
    line-height: 2rem;
    color: #73be1e;
    font-weight: bold;
        top: 0;
    }
    
    header .menu li a img,
    header .menu li label img{
        height: 2rem;
        margin: 0 0 0 0;
        padding: 0;
        display: block;
        position: absolute;
        left: 1rem;
        object-fit: cover;
    }
    header .menu li a i,
    header .menu li label i{
        width: 3rem;
        font-size: 2rem;
        margin: 0 0 0 0;
        display: block;
        position: absolute;
        text-align: center;
        left: 0.5rem;
    }
header .menu li a:hover,
    header .menu li label:hover {
background-color: #73be1e;
    color: #fff;
}


.modal_wrap input{
    display: none;
}

.modal_overlay{
        display: none;
}

.modal_trigger{
        display: none;
}

.modal_content{
        display: none;
}

.close_button{
        display: none;
}

.modal_wrap input:checked ~ .modal_overlay{
        display: none;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content{
        display: none;
}


    
    .open_sub_window {
        display: none;
}

.check_sub_window {
    display: none;
}

.bg_sub_window {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}
.bg_sub_window:hover {
    transition: 0.5s;
}

.check_sub_window:checked + .bg_sub_window {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: 0.5s;
}

.sub_window {
    width: calc(80% - 2rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 1rem;
    max-height: 90vh;
    min-height: 30vh;
    background-color: #fff;
    overflow-y: auto;
    cursor: default;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.close_sub_window {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    transform: rotate(45deg);
    border: none;
    outline: none;
    width: 2rem;
    height: 2rem;
}
.close_sub_window::before,
.close_sub_window::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #3388dd;
    content: "";
}
.close_sub_window::before {
    width: 60%;
    height: 3px;
}
.close_sub_window::after {
    width: 3px;
    height: 60%;
}
.close_sub_window:hover {
    cursor: pointer;
}

.sub_window_content {
    display: table;
    margin: 0px auto;
}


.sub_window_content table{
    width: 100%!important;
  margin-top:7px!important;
  margin-left:5px!important;
  margin-bottom:2px!important;
}

.sub_window_content .gsc-input-box{
    width: 13rem!important;
    padding: 0 10px!important;
}

.sub_window_content .gsc-input-box input.gsc-input {
    font-size: 1.2rem!important;
    line-height: 1rem!important;
}

.sub_window_content .gsc-search-button-v2,
.sub_window_content .gsc-search-button-v2:hover,
.sub_window_content .gsc-search-button-v2:focus{
  padding:1rem 10px!important;
}

.sub_window_content table.gsc-search-box td.gsc-input{
  padding-right:0!important;
}

.sub_window_content .gsc-search-button-v2 svg {
  width: 1.5rem!important;
  height: 1.5rem!important;
  margin-right:3px!important;
}


    
/*全体を囲むボックス
---------------------------------------------------------------------------*/
#contents {
    width: 100%;
    margin: 100vh 0 0 0;
    padding: 0;
    display: block;
    position: relative;
}


#contents h1 {
    font-size: 2rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-weight: normal;
}

#contents h1 img{
    display: block;
    width: 100%;
}

/*メインコンテンツ1
---------------------------------------------------------------------------*/

#main01 {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}
    .space02:before{
        display: block;
        content: "";
        padding: 15% 0 0 0;
    }
/*カテゴリーメニュー
---------------------------------------------------------------------------*/

    .content01-01{
        width: 95%;
        margin: 0;
        padding: 0 2.5%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        position: relative;
        color: #fff;
        background: rgba(0,0,0,0.5);
    }
    .content01-01 .menu_icon{
        width: 70%;
        margin: 0;
        padding: 2rem 0;
        display: block;
        position: relative;
    }
    .content01-01 .menu_icon h2{
        width: 100%;
        margin: 0 0 3rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2rem;
        letter-spacing: 0.2rem;
    }

    .content01-01 ul {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative;
        }
    .content01-01 ul li {
        width: calc(100% / 4);
        margin: 0 0 2rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
    .content01-01 ul:after {
        width: calc(100% / 4);
        content: "";
        display: block;
    }
    .content01-01 ul li a{
        width: 40%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative;
    }
    .content01-01 ul a img{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        position: relative;
        border-radius: 0.5rem;
    }
    .content01-01 ul li a:hover{
        opacity: 0.6;
    }
    
    
    
    .content01-01 .menu_icon .categorylist{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
    }
    .content01-01 .menu_icon .categorylist::before{
        width: 25%;
        content: "";
        display: block;
        order: 1;
    }
    .content01-01 .menu_icon .categorylist::after{
        width: 25%;
        content: "";
        display: block;
    }

    .content01-01 .menu_icon .categorylist .modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}
    .content01-01 .menu_icon .categorylist .modal-button {
    width: 10%;
    margin: 0 7.5% 4rem 7.5%;
    padding: 0;
    display: block;
    position: relative;
    cursor :pointer;
    transition: all 0.3s;
    text-decoration: none;
}
    .content01-01 .menu_icon .categorylist .modal-button img{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        border-radius: 0.5rem;
    }
    .content01-01 .menu_icon .categorylist .modal-button:hover {
        opacity: 0.6;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
    .content01-01 .menu_icon .categorylist .modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
    .content01-01 .menu_icon .categorylist .modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: "";
}
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window {
    width: 70%;
        height: 30vh;
    margin: 25vh auto;
    padding: 2rem;
    display: block;
    position: relative;
    z-index: 20;
        background-color: #e6f6e5;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle;
    z-index: 9999999;
}
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 0 0 3rem 0;
      
}
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content::-webkit-scrollbar-track {
        background: #eee;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content::-webkit-scrollbar-thumb {
        background: rgba(200, 200, 200, 1);
        border-radius: 2.5px;
    }
    
    
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl::before{
        width: 25%;
        content: "";
        display: block;
        order: 1;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl::after{
        width: 25%;
        content: "";
        display: block;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl dt{
        width: 100%;
        margin: 0 0 3rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.3rem;
        line-height: 2rem;
        color: #46a83e;
        font-weight: bold;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl dt i{
        margin: 0 1rem 0 0;
        color: #FF9900;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl dd{
        width: 25%;
        margin: 0 0 2rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl dd a{
        width: calc(100% - 0.5rem);
        margin: 0;
        padding: 0.25rem;
        display: block;
        position: relative;
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl dd a i{
        margin: 0 0.5rem 0 0;
        transition: 0.25s all ease 0s;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl dd a:hover{
        background: rgba(115,190,30,1);
        color: #fff;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl dd a:hover i{
        transform: translateX(0.25rem);
        transition-property:transform;
    }
    
    .content01-01 .menu_icon .categorylist  .modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
    z-index: 999;
}
    .content01-01 .menu_icon .categorylist  .modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #95979c !important;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
    .content01-01 .menu_icon .categorylist  .modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
    
    
    
    .content01-01 .infomation_area{
        width: 30%;
        margin: 0;
        padding: 7rem 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
    }
    .content01-01 .infomation_area h3{
        width: 100%;
        margin: 0;
        padding: 0.25rem 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.3rem;
        line-height: 2rem;
        background: #fff;
        color: #000;
        border-radius: 0.5rem 0.5rem 0 0;
    }
    .content01-01 .infomation_area dl{
        width: 100%;
        margin: 0 0 1rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
    .content01-01 .infomation_area dl.news{
        height: 10rem;
        overflow-y: scroll;
        background: #fff;
        border-radius: 0 0 0.5rem 0.5rem;
    }
    .content01-01 .infomation_area dl.news::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    .content01-01 .infomation_area dl.news::-webkit-scrollbar-track {
        background: #eee;
    }
    .content01-01 .infomation_area dl.news::-webkit-scrollbar-thumb {
        background: rgba(200, 200, 200, 1);
        border-radius: 2.5px;
    }
    .content01-01 .infomation_area dl.news dt{
        width: 98%;
        margin: 0;
        padding: 0.5rem 1% 0 1%;
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 1.5rem;
        color: #46a83e;
        font-weight: bold;
    }
    .content01-01 .infomation_area dl.news dd{
        width: 98%;
        margin: 0;
        padding: 0.25rem 1%;
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 1.5rem;
        color: #000;
        border-bottom: 1px solid #ccc;
    }
    .content01-01 .infomation_area dl.shop-data dt{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.3rem;
        line-height: 2rem;
    }
    .content01-01 .infomation_area dl.shop-data dd{
        width: 100%;
        margin: 1rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.3rem;
        line-height: 2rem;
        font-weight: bold;
    }
    .content01-01 .infomation_area dl.shop-data dd a{
        margin: 0 auto;
        padding: 0.25rem 0.5rem;
        display: inline-block;
        position: relative;
        color: #fff;
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: normal;
        border: 2px solid #fff;
    }
    .content01-01 .infomation_area dl.shop-data dd a:hover{
        color: #73be1e;
        background: #fff;
    }
    .content01-01 .infomation_area dl.ad_inner dt{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .content01-01 .infomation_area dl.ad_inner dd{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
    }
    .content01-01 .infomation_area dl.ad_inner dd img{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }
    
    
    
    
    
    
    .content01-01 .ad_box01{
        width: 30%;
        margin: 0;
        padding: 7rem 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
    }
    .content01-01 .ad_box01 p{
        width: 100%;
        margin: 3rem 0 1rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1rem;
        line-height: 2rem;
        order: 2;
    }
    .content01-01 .ad_box01 .ad_inner{
        width: 512px;
        max-width: 70%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative;
        order: 2;
    }
    .content01-01 .ad_box01 img{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        object-fit: cover;
    }
    .content01-01 .ad_box01 dl{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        order: 1;
    }
    .content01-01 .ad_box01 dl dt{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.3rem;
        line-height: 2rem;
    }
    .content01-01 .ad_box01 dl dd{
        width: 100%;
        margin: 1rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.3rem;
        line-height: 2rem;
        font-weight: bold;
    }
    .content01-01 .ad_box01 dl dd a{
        margin: 0 auto;
        padding: 0.25rem 0.5rem;
        display: inline-block;
        position: relative;
        color: #fff;
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: normal;
        border: 2px solid #fff;
    }
    .content01-01 .ad_box01 dl dd a:hover{
        color: #73be1e;
        background: #fff;
    }

    .spyoutube{
     display: none;   
    }
    
    
    

    /*コラボ区分カテゴリー*/
    #collaboration{
        width: 95%;
        margin: 0;
        padding: 3rem 2.5%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        position: relative;
        background: #f5f5f5;
    }
    #collaboration h2{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2rem;
        color: #333;
    }
    #collaboration p{
        width: 100%;
        margin: 3rem 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2rem;
        text-align: center;
    }
    #collaboration p span.sumu{
        margin: 0 0.25rem;
        font-weight: bold;
        color: #eac400;
    }
    #collaboration p span.hataraku{
        margin: 0 0.25rem;
        font-weight: bold;
        color: #b47fd4;
    }
    #collaboration p span.kanko{
        margin: 0 0.25rem;
        font-weight: bold;
        color: #5c9fd6;
    }
    #collaboration .collabo_outer{
        width: 70%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }
    #collaboration .collabo_outer dl{
        width: calc((100% / 5) - 1rem - 2px);
        margin: 0 1rem 1rem 0;
        padding: 0.5rem 0 5rem 0;
        display: block;
        position: relative;
        border-radius: 1rem;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
    }
    #collaboration .collabo_outer dl.iju,
    #collaboration .collabo_outer dl.ienavi{
        background-color: #fff3c2;
        color: #444;
        border: 1px solid #eac400;
    }
    #collaboration .collabo_outer dl.kanko,
    #collaboration .collabo_outer dl.yakisoba{
        background-color: #f4e5ff;
        color: #442244;
        border: 1px solid #b47fd4;
    }
    #collaboration .collabo_outer dl.agri{
        background-color: #dcefff;
        color: #333;
        border: 1px solid #5c9fd6;
    }
    #collaboration .collabo_outer dl dt{
        width: 95%;
        min-height: 3rem;
        margin: 0;
        padding: 0 2.5%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        position: relative;
        text-align: center;
        font-size: 1.1rem;
        line-height: 1.5rem;
        font-weight: bold;
    }
    #collaboration .collabo_outer dl dd{
        width: 95%;
        margin: 0.5rem 0;
        padding: 0 2.5%;
        display: block;
        position: relative;
        text-align: left;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: normal;
    }
    #collaboration .collabo_outer dl dd.name{
        width: 95%;
        margin: 0;
        padding: 0 2.5%;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0.5rem;
        text-align: left;
        font-size: 1rem;
        line-height: 1.3rem;
        font-weight: bold;
    }
    #collaboration .collabo_outer dl dd.link{
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 1rem;
    }
    #collaboration .collabo_outer dl dd.link a{
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        border-radius: 1rem;
    }
    #collaboration .collabo_outer dl:hover{
        background: #73be1e;
        color: #fff;
        border: 1px solid #73be1e;
    }
    #collaboration .collabo_outer p.caution{
        width: 100%;
        margin: 3rem 0 0 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 0.8rem;
        line-height: 1rem;
    }

    #collaboration .og_link_outer{
        width: 27.5%;
        margin: 0;
        padding: 0 0 0 2.5%;
        display: block;
        position: relative;
    }
    #collaboration .og_link_outer h3{
        width: 100%;
        margin: 0 0 1rem 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: normal;
        text-align: center;
        color: #000;
    }
    #collaboration .og_link_outer .og_link_inner{
        width: 100%;
        height: 20rem;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative;
        overflow: hidden;
    }
    #collaboration .og_link_outer .og_link_inner ul {
        width: 100%;
        margin: 0 0 1rem 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative;
}
    #collaboration .og_link_outer .og_link_inner ul:first-child {
        animation: slideTop 50s -25s linear infinite;
    }
    #collaboration .og_link_outer .og_link_inner ul:last-child {
        animation: slideTop2 50s linear infinite;
    }
    #collaboration .og_link_outer .og_link_inner ul li {
        width: 100%;
        margin: 1rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
    #collaboration .og_link_outer .og_link_inner ul li img{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }
    #collaboration .og_link_outer .og_link_inner:hover ul {
    animation-play-state: paused;
}
    @keyframes slideTop {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}

@keyframes slideTop2 {
  0% {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-200%);
  }
}
    
    #ticket{
        width: 100%;
        margin: 0;
        padding: 3rem 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        position: relative;
        background: #e1e6eb;
    }
    #ticket h2{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2rem;
        color: #333;
            }
    #ticket p{
        width: 100%;
        margin: 3rem 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2rem;
        text-align: center;
    }
    #ticket .new_outer{
        width: 47.5%;
        margin: 0 0 0 auto;
        padding: 0;
        display: block;
        position: relative;
    }
    #ticket .history_outer{
        width: 45%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative;
    }
    #ticket .new_outer h3,
    #ticket .history_outer h3{
        width: 100%;
        margin: 0 0 3rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.2rem;
        line-height: 2rem;
        color: #333;
    }
    #ticket .new_outer ul{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }
    #ticket .new_outer ul li{
        width: 100%;
        margin: 1rem 0;
        padding: 0;
        display: block;
        position: relative;
        list-style: none;
    }
    #ticket .new_outer ul li p{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.2rem;
        line-height: 2rem;
    }
    #ticket .new_outer ul li.out{
        display: none;
    }
    #ticket .new_outer ul li dl{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        background: #fff;
    }
    #ticket .new_outer ul li dl dt{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        background: #48b55c;
    }
    #ticket .new_outer ul li dl dt a{
        width: 95%;
        margin: 0;
        padding: 0.5rem 2.5%;
        display: block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: bold;
        color: #fff;
    }
    #ticket .new_outer ul li dl dt a::before{
        content: "\f024";
        font-family: "FontAwesome";
        margin: 0 0.5rem 0 0;
        color: #ff0;
    }
    #ticket .new_outer ul li dl dt a:hover{
        background: #fff;
        color: #48b55c;
    }
    #ticket .new_outer ul li dl dd{
        margin: 0;
        padding: 0 0.5rem;
        display: block;
        position: relative;
        border-bottom: 1px solid #ccc;
        text-align: left;
    }
    #ticket .new_outer ul li dl dd.title{
        width: 5rem;
        text-align: center;
        font-weight: bold;
        font-size: 1.1rem;
        line-height: 2rem;
        background: #eee;
    }
    #ticket .new_outer ul li dl dd.data{
        width: calc(50% - 7rem);
        font-size: 1.1rem;
        line-height: 2rem;
    }
    #ticket .new_outer ul li dl dd.place{
        width: calc(100% - 7rem);
    }
    #ticket .new_outer .ticket{
        width: 100%;
        margin: 5rem 0 0 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
    }
    #ticket .new_outer .ticket a{
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem 1rem 4rem;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.5rem;
        background: #ff8f00;
        color: #fff;
    }
    #ticket .new_outer .ticket a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  content: "";
  border-radius: 0.5rem 0 0 0.5rem;
  background: rgba(0, 0, 0, 0.07);
}
    #ticket .new_outer .ticket a:hover {
  color: #fff;
  background: #fff;
        color: #ff8f00;
}
    #ticket .new_outer .ticket a i {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  padding: 1.25rem 0;
  text-align: center;
  letter-spacing: 0;
}
    #ticket .history_outer ul{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }
    #ticket .history_outer ul li{
        width: 49%;
        margin: 0 0 1rem 0;
        padding: 0;
        display: none;
        position: relative;
        list-style: none;
    }
    #ticket .history_outer ul li:nth-of-type(1),
    #ticket .history_outer ul li:nth-of-type(2),
    #ticket .history_outer ul li:nth-of-type(3),
    #ticket .history_outer ul li:nth-of-type(4){
        display: block;
    }
    #ticket .history_outer ul li dl{
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        background: #fff;
    }
    #ticket .history_outer ul li dl dt{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        position: relative;
        background: #bee7dd;
    }
    #ticket .history_outer ul li dl dt a{
        width: 95%;
        margin: 0;
        padding: 0.5rem 2.5%;
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: bold;
        color: #000;
        text-align: center;
    }
    #ticket .history_outer ul li dl dd{
        margin: 0;
        padding: 0 0.5rem;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        position: relative;
        border-bottom: 1px solid #ccc;
        text-align: left;
    }
    #ticket .history_outer ul li dl dd.title{
        width: 5rem;
        font-weight: bold;
        font-size: 1rem;
        line-height: 2rem;
        background: #eee;
    }
    #ticket .history_outer ul li dl dd.data{
        width: calc(100% - 7rem);
        font-size: 1rem;
        line-height: 2rem;
        justify-content: flex-start;
    }
    #ticket .history_outer .ticket{
        width: 100%;
        margin: 1rem 0 0 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: right;
    }
    #ticket .history_outer .ticket a{
  font-size: 1.2rem;
  line-height: 2rem;
  position: relative;
  display: inline-block;
  padding: 0.25rem 2.5rem 0.25rem 0.5rem;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
        background: #063104;
        color: #fff;
    }
    #ticket .history_outer .ticket a:hover {
  color: #fff;
  background: #fff;
        color: #063104;
}
    #ticket .history_outer .ticket a i {
  position: absolute;
  top: 0;
        right: 0;
  width: 30px;
  padding: 0.65rem 0;
  text-align: center;
  letter-spacing: 0;
}
    
    
    
    
    
    
/*スライダー
---------------------------------------------------------------------------*/


    .slideshow{
        text-align: center;
        display: inline-block;
        position: relative;
        top: 0rem;
        left: 0%;
        width: 20%;
        margin-top: 0;
    margin-left: 0;
    margin-right: auto;
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

.slider{
        height: 100%;
        padding: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    }
.slider img {
    width: 100%;
    margin-left: 0rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

/*左右の矢印*/
.slick-next {
    display: none!important;
}
.slick-prev {
    display: none!important;
}
    .slick-dots{
        position: relative;
        bottom: -1rem!important;
        margin-top: 0rem!important;
    }



    
/*背面動画
---------------------------------------------------------------------------*/
    .bgmovie{
        position: fixed;
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        margin: 0;
        overflow: hidden;
        z-index: 0;
        display: block;
    }
    .bgmovie video{
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        display:-ms-flexbox;
        -ms-flex-pack: center;
        -ms-flex-align: center;
        text-align:center;
        margin: auto;
        min-height: 100%;
        min-width: 100%;
        height: auto;
        background-color: #000;
    }
@media all and (-ms-high-contrast: none){
  .bgmovie video{
      position: relative;
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center;
      display:-ms-flexbox;
      -ms-flex-pack: center;
      -ms-flex-align: center;
      text-align:center;
      margin: auto;
      min-height: 100%;
      min-width: 100%;
      width: 100%;
      height: auto;
      background-color: #000;
    }
}
  @media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
    video {
        height: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
  }
  @media (max-aspect-ratio: 16/9) {
    .bgmovie video {
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
  }

.bgmovie .pattern {
  width: 100%;
  height: 100%;
  background: url(images/pattern.png);
    background-size: 8px;
    display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

    .bgmovie .top_h1{
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        z-index: 100;
    }
    .bgmovie .top_h1 h1{
        display: none;
    }
    .bgmovie .top_h1 img{
        width: 25%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: fixed;
        top: 35%;
        opacity: 0.6;
    }
    .bgmovie .top_h1 p{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        bottom: 3rem;
        text-align: center;
        font-size: 2rem;
        line-height: 2rem;
        color: #fff;
    }
    .bgmovie .top_h1 p i{
        animation: scrollDownFade 2.5s ease-out infinite;
    }
    @keyframes scrollDownFade {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(2rem);
    opacity: 0;
  }
}
    
/*フッター
---------------------------------------------------------------------------*/
 

    #footer_nav{
        width: 98%;
        margin: 0;
        padding: 5rem 1% 2rem 1%;
        display: block;
        position: relative;
        background: #fff;
        text-align: center;
    }
    #footer_nav #ad_footer{
        width: 70%;
        margin: 0 auto 5rem auto;
        padding: 0;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #footer_nav #ad_footer p{
        width: 100%;
        margin: 0 0 3rem 0;
        font-size: 0.8rem;
        color: #333;
    }
    #footer_nav #ad_footer p::before,
    #footer_nav #ad_footer p::after{
        content: "-";
        margin: 0 0.5rem;
    }
    #footer_nav #ad_footer img{
        width: 250px!important;
    }
    #footer_nav a.return{
        width: 18rem;
        margin: 5rem auto;
        padding: 0 0 0 3rem;
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 3rem;
        text-align: center;
        background: #fff;
        color: #666;
        border: 1px solid #ccc;
        border-radius: 0 0.25rem 0.25rem 0;
    }
    #footer_nav a.return .icon{
        height: 2.5rem;
        margin: 0;
        padding: 0.25rem;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: #73be1e;
    }
    #footer_nav a.return .icon img{
        height: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        object-fit: cover;
    }
    #footer_nav a.return:hover{
        background: #73be1e;
        color: #fff;
    }

    footer{
        width: 98%;
        margin: 0;
        padding: 1rem 1%;
        display: block;
        position: relative;
        background: #73be1e;
    }
    footer ul.menu{
        width: 95%;
        margin: 0 2.5%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
    }
    footer ul.menu li{
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        color: #fff;
    }
    footer ul.menu li::before{
        content: "|";
        margin: 0 0.5rem;
    }
    footer ul.menu li:first-of-type::before{
        content: "";
        margin: 0;
    }
    footer ul.menu li a{
        color: #fff;
        font-size: 1rem;
        line-height: 2rem;
    }
    footer ul.menu li a:hover{
        color: #ff0;
    }
    footer ul.sns{
        width: 47.5%;
        margin: 0 2.5% 0 auto;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        position: absolute;
        bottom: 1rem;
        right: 0;
        z-index: 100;
    }
    footer ul.sns li{
        margin: 0 0 0 2rem;
        padding: 0;
        display: block;
        position: relative;
        color: #fff;
    }
    footer ul.sns li a{
        color: #fff;
        font-size: 2rem;
        line-height: 3rem;
    }
    footer ul.sns li a:hover{
        color: #ff0;
    }
    footer img{
        width: 20rem;
        margin: 1rem auto;
        padding: 0;
        display: block;
        position: relative;
    }
    footer p.pccopyright{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        color: #fff;
        font-size: 0.8rem;
    }




/*その他
---------------------------------------------------------------------------*/
    .pcnone{
        display: none!important;
    }

.br:before {
    content: "\a" ;
    white-space: pre ;
}

#counter {
    display: none;
}

/*戻るボタン
---------------------------------------------------------------------------*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 5rem;
    right: 2.5%;
    z-index: 10000;
}
.pagetop a {
    width: 5rem;
    height: 5rem;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    background-color: #004434;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    opacity: 0.5;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
    .pagetop a span{
        width: 100%;
        margin: 0.25rem 0 0 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 0.8rem;
        line-height: 1rem;
        text-align: center;
    }
.pagetop a:hover {
    opacity: 0.85 ;
}

   

}


/*===============================================

スマホ横型対策

===============================================*/

@media all and (min-width: 600px) and (max-width: 768px){

html{
    font-size: 14px;
    margin: 0px;
    padding: 0px;
  max-height: 100%;
  position: relative;
    }

body {
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    line-height: 2;
    color: #000;
    margin: 0px;
    padding: 0px;
  max-height: 100%;
    text-align: center;
    background-color: transparent;
    /*スマホで勝手に文字が大きくなる対策*/
    -webkit-text-size-adjust: 100%;
}

    /*リンクカラー*/
a {
    color: #002b55;
    text-decoration: none;
}

/*カーソルオーバー時のリンクカラー*/
a:hover {
    color: #A51A91;
    text-decoration: none;    /*下線を消す設定。残したままがいいならこの１行を削除。*/
    }


a img{
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    text-align: left;
}


    header{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }
    header .header_bg{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        background: none;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
    }
    header h1{
        display: none;
    }
    header .menu_outer{
        width: 95%;
        margin: 0;
        padding: 0 2.5%;
        display: block;
        position: relative;
    }
    header .logo_outer{
        width: 80%;
        height: 3rem;
        margin: 0;
        padding: 0.5rem 0 0 0;
        display: block;
        position: relative;
    }
    header .logo_outer #logo{
        width: auto;
        height: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        top: 0;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
    }
    header nav.menu_inner{
        display: none;
    }
    
    header.smaller .header_bg{
        background: rgba(255,255,255,1);
    }
#wrapper {
overflow: hidden;
min-width: 30%;
height: auto;
padding: 0;
    display: block!important;
}
#navTgl:checked ~ .contents {
-webkit-transform: translateX(250px);
transform: translateX(250px);
}

/* :::::: toggle button :::::: */
#navTgl {
display: none;
overflow: hidden;
}
label {
cursor: pointer;
position: fixed;
top: 1.5rem;
right: 0;
}
#wrapper .open {
z-index: 2;
width: 3.5rem;
height: 3rem;
color: #fff;
font-size: 2rem;
line-height: 3rem;
    padding: 0.25rem 0;
text-align: center;
-webkit-transition: background-color .6s, -webkit-transform .6s;
transition: background-color .6s, transform .6s;
    background-color: none;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 10000;
    background: none;
    top: 0;
}
#navTgl:checked + .open {
    color: #73be1e;
    background: #fff;
}
    header.smaller #wrapper .open{
    color: #73be1e;
    }
.close {
pointer-events: none;
z-index: 1;
width: 100%;
height: 100%;
transition: .6s;
}
#navTgl:checked ~ .close {
pointer-events: auto;
background-color: rgba(0,0,0,0.5);
}

/* :::::: drawer menu :::::: */
header .menu {
z-index: 1;
position: fixed;
overflow: auto;
top: 0;
left: 60.1%;
width: 40%;
height: 100%;
    margin: 0;
padding: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: -webkit-transform .6s;
transition: transform .6s;
        background: #fff;
}
#navTgl:checked ~ .menu {
-webkit-transform: translateX(0);
transform: translateX(0);
    margin: 0;
}
header .menu li a {
color: #73be1e;
}
header nav ul {
    width: 100%;
    list-style-type: none;
    margin: 4rem 0 0 0;
    padding: 0;
    display: block;
    position: relative;
}
header .menu li {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    background: none;
    border-bottom: 1px solid #73be1e;
}
header .menu li a {
    width: calc(95% - 4rem);
    margin: 0;
    padding: 0.5rem 2.5% 0.5rem 4rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
        position: relative;
    text-decoration: none;
    transition: .6s;
    font-size: 1rem;
    line-height: 2rem;
    color: #73be1e;
    font-weight: bold;
}
    header .menu li label{
    width: calc(95% - 4rem);
    margin: 0;
    padding: 0.5rem 2.5% 0.5rem 4rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
        position: relative;
    transition: .6s;
    font-size: 1rem;
    line-height: 2rem;
    color: #73be1e;
    font-weight: bold;
        top: 0;
    }
    
    header .menu li a img,
    header .menu li label img{
        height: 2rem;
        margin: 0 0 0 0;
        padding: 0;
        display: block;
        position: absolute;
        left: 1rem;
        object-fit: cover;
    }
    header .menu li a i,
    header .menu li label i{
        width: 3rem;
        font-size: 2rem;
        margin: 0 0 0 0;
        display: block;
        position: absolute;
        text-align: center;
        left: 0.5rem;
    }
header .menu li a:hover,
    header .menu li label:hover {
background-color: #73be1e;
    color: #fff;
}


.modal_wrap input{
    display: none;
}

.modal_overlay{
        display: none;
}

.modal_trigger{
        display: none;
}

.modal_content{
        display: none;
}

.close_button{
        display: none;
}

.modal_wrap input:checked ~ .modal_overlay{
        display: none;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content{
        display: none;
}


    
    .open_sub_window {
        display: none;
}

.check_sub_window {
    display: none;
}

.bg_sub_window {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}
.bg_sub_window:hover {
    transition: 0.5s;
}

.check_sub_window:checked + .bg_sub_window {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: 0.5s;
}

.sub_window {
    width: calc(80% - 2rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 1rem;
    max-height: 90vh;
    min-height: 30vh;
    background-color: #fff;
    overflow-y: auto;
    cursor: default;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.close_sub_window {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    transform: rotate(45deg);
    border: none;
    outline: none;
    width: 2rem;
    height: 2rem;
}
.close_sub_window::before,
.close_sub_window::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #3388dd;
    content: "";
}
.close_sub_window::before {
    width: 60%;
    height: 3px;
}
.close_sub_window::after {
    width: 3px;
    height: 60%;
}
.close_sub_window:hover {
    cursor: pointer;
}

.sub_window_content {
    display: table;
    margin: 0px auto;
}


.sub_window_content table{
    width: 100%!important;
  margin-top:7px!important;
  margin-left:5px!important;
  margin-bottom:2px!important;
}

.sub_window_content .gsc-input-box{
    width: 13rem!important;
    padding: 0 10px!important;
}

.sub_window_content .gsc-input-box input.gsc-input {
    font-size: 1.2rem!important;
    line-height: 1rem!important;
}

.sub_window_content .gsc-search-button-v2,
.sub_window_content .gsc-search-button-v2:hover,
.sub_window_content .gsc-search-button-v2:focus{
  padding:1rem 10px!important;
}

.sub_window_content table.gsc-search-box td.gsc-input{
  padding-right:0!important;
}

.sub_window_content .gsc-search-button-v2 svg {
  width: 1.5rem!important;
  height: 1.5rem!important;
  margin-right:3px!important;
}


    
#contents {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

/*メインコンテンツ1
---------------------------------------------------------------------------*/

#main01 {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}


/*カテゴリーメニュー
---------------------------------------------------------------------------*/

    .content01-01{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
    }
    .content01-01 h2{
        width: 100%;
        margin: 1rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2rem;
        letter-spacing: 0.2rem;
        color: #333;
    }
    .content01-01 .menu_icon{
        width: 100%;
        margin: 0 0 3rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
    .content01-01 .menu_icon ul {
        width: 95%;
        margin: 0 2.5%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        }
    .content01-01 .menu_icon ul li {
        width: calc(100% / 5);
        margin: 1rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
    .content01-01 .menu_icon ul:after {
        width: calc(100% / 3);
        content: "";
        display: block;
    }
    .content01-01 .menu_icon ul li a{
        width: 70%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative;
    }
    .content01-01 .menu_icon ul li a img{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        border-radius: 0.5rem;
        box-shadow: 1px 1px 8px #000;
        border: 2px solid #73be1e;
    }
    .content01-01 .menu_icon ul li a img :hover{
        box-shadow: 1px 1px 8px #73be1e;
    }
    
    
    .content01-01 .menu_icon .categorylist{
        width: 100%;
        margin: 3rem 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
    }
    .content01-01 .menu_icon .categorylist::before{
        width: 25%;
        content: "";
        display: block;
        order: 1;
    }
    .content01-01 .menu_icon .categorylist::after{
        width: 25%;
        content: "";
        display: block;
    }

    .content01-01 .menu_icon .categorylist .modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}
    .content01-01 .menu_icon .categorylist .modal-button {
    width: 15%;
    margin: 0 5% 4rem 5%;
    padding: 0;
    display: block;
    position: relative;
    cursor :pointer;
    transition: all 0.3s;
    text-decoration: none;
}
    .content01-01 .menu_icon .categorylist .modal-button img{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        border-radius: 0.5rem;
        box-shadow: 1px 1px 8px #000;
        border: 2px solid #73be1e;
    }
    .content01-01 .menu_icon .categorylist .modal-button:hover {
        opacity: 0.6;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
    .content01-01 .menu_icon .categorylist .modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
    .content01-01 .menu_icon .categorylist .modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: "";
}
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window {
    width: 70%;
        height: 50vh;
    margin: 10vh auto;
    padding: 2rem;
    display: block;
    position: relative;
    z-index: 20;
        background-color: #e6f6e5;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle;
    z-index: 9999999;
}
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content {
  height: 100%;
  overflow-y: auto;
  text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 0;
}
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content::-webkit-scrollbar-track {
        background: #eee;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content::-webkit-scrollbar-thumb {
        background: rgba(200, 200, 200, 1);
        border-radius: 2.5px;
    }
    
    
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl::after{
        width: calc(100% / 3);
        content: "";
        display: block;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl dt{
        width: 100%;
        margin: 0 0 3rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.3rem;
        line-height: 2rem;
        color: #46a83e;
        font-weight: bold;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl dt i{
        margin: 0 1rem 0 0;
        color: #FF9900;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl dd{
        width: calc(100% / 3);
        margin: 0 0 2rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl dd a{
        width: calc(100% - 0.5rem);
        margin: 0;
        padding: 0.25rem;
        display: block;
        position: relative;
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl dd a i{
        margin: 0 0.5rem 0 0;
        transition: 0.25s all ease 0s;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl dd a:hover{
        background: rgba(115,190,30,1);
        color: #fff;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl dd a:hover i{
        transform: translateX(0.25rem);
        transition-property:transform;
    }
    
    .content01-01 .menu_icon .categorylist  .modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
    z-index: 999;
}
    .content01-01 .menu_icon .categorylist  .modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #95979c !important;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
    .content01-01 .menu_icon .categorylist  .modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
    
    
    
    
    
    .content01-01 .infomation_area{
        width: 95%;
        margin: 0 auto;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
    }
    .content01-01 .infomation_area h3{
        width: 100%;
        margin: 0;
        padding: 0.5rem 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.2rem;
        line-height: 2rem;
        background-color: #e6f6e5;
        color: #000;
        border-radius: 0.5rem 0.5rem 0 0;
        order: 1;
    }
    .content01-01 .infomation_area dl{
        width: 100%;
        margin: 0 0 1rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
    .content01-01 .infomation_area dl.news{
        height: 10rem;
        overflow-y: scroll;
        background-color: #e6f6e5;
        border-radius: 0 0 0.5rem 0.5rem;
        order: 2;
    }
    .content01-01 .infomation_area dl.news::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    .content01-01 .infomation_area dl.news::-webkit-scrollbar-track {
        background: #eee;
    }
    .content01-01 .infomation_area dl.news::-webkit-scrollbar-thumb {
        background: rgba(200, 200, 200, 1);
        border-radius: 2.5px;
    }
    .content01-01 .infomation_area dl.news dt{
        width: 98%;
        margin: 0;
        padding: 0.5rem 1% 0 1%;
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 1.5rem;
        color: #46a83e;
        font-weight: bold;
        text-align: left;
    }
    .content01-01 .infomation_area dl.news dd{
        width: 98%;
        margin: 0;
        padding: 0.25rem 1%;
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 1.5rem;
        color: #000;
        border-bottom: 1px solid #ccc;
        text-align: left;
    }
    .content01-01 .infomation_area dl.shop-data{
        width: 50%;
        order: 3;
    }
    .content01-01 .infomation_area dl.shop-data dt{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .content01-01 .infomation_area dl.shop-data dd{
        width: 100%;
        margin: 1rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: bold;
    }
    .content01-01 .infomation_area dl.shop-data dd a{
        margin: 0;
        padding: 0.25rem 0.5rem;
        display: inline-block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: normal;
        color: #73be1e;
        border: 2px solid #73be1e;
    }
    .content01-01 .infomation_area dl.shop-data dd a:hover{
        color: #73be1e;
        background: #fff;
    }
    .content01-01 .infomation_area dl.ad_inner{
        width: 50%;
        order: 4;
    }
    .content01-01 .infomation_area dl.ad_inner dt{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .content01-01 .infomation_area dl.ad_inner dd{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
    }
    .content01-01 .infomation_area dl.ad_inner dd img{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }
    
    
    
    
    
    .content01-01 .ad_box01{
        width: 95%;
        margin: 0;
        padding: 0 2.5% 3rem 2.5%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .content01-01 .ad_box01 p{
        width: 30%;
        margin: 0 0 0 auto;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1rem;
        line-height: 1.5rem;
        order: 3;
    }
    .content01-01 .ad_box01 .ad_inner{
        width: 30%;
        margin: 20;
        padding: 0;
        display: block;
        position: relative;
        order: 2;
    }
    .content01-01 .ad_box01 .ad_inner img{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }
    .ad_box01 dl{
        width: 70%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        order: 1;
    }
    .ad_box01 dl dt{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .ad_box01 dl dd{
        width: 100%;
        margin: 1rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: bold;
    }
    .ad_box01 dl dd a{
        margin: 0;
        padding: 0.25rem 0.5rem;
        display: inline-block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: normal;
        color: #73be1e;
        border: 2px solid #73be1e;
    }
    

.spyoutube {
    width: 100%;
    margin: 0;
    padding: 0 0 56% 0;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.spyoutube iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    border: none;
    top: 0;
    right: 0;
    }
    
    
    
    
    
    /*コラボ区分カテゴリー*/
    #collaboration{
        width: 95%;
        margin: 0;
        padding: 3rem 2.5%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        background: #f5f5f5;
    }
    #collaboration h2{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.3rem;
        line-height: 2rem;
        color: #333;
    }
    #collaboration p{
        width: 100%;
        margin: 1rem 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.1rem;
        line-height: 2rem;
        text-align: center;
    }
    #collaboration p span.sumu{
        margin: 0 0.25rem;
        font-weight: bold;
        color: #eac400;
    }
    #collaboration p span.hataraku{
        margin: 0 0.25rem;
        font-weight: bold;
        color: #b47fd4;
    }
    #collaboration p span.kanko{
        margin: 0 0.25rem;
        font-weight: bold;
        color: #5c9fd6;
    }
    #collaboration .collabo_outer{
        width: 55%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }
    #collaboration .collabo_outer dl{
        width: calc((100% / 3) - 0.25rem - 2px);
        margin: 0 0 1rem 0;
        padding: 0.3rem 0 3rem 0;
        display: block;
        position: relative;
        border-radius: 1rem;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
    }
    #collaboration .collabo_outer::after{
        width: calc((100% / 3) - 0.25rem - 2px);
        display: block;
        content: "";
    }
    #collaboration .collabo_outer dl.iju,
    #collaboration .collabo_outer dl.ienavi{
        background-color: #fff3c2;
        color: #444;
        border: 1px solid #eac400;
    }
    #collaboration .collabo_outer dl.kanko,
    #collaboration .collabo_outer dl.yakisoba{
        background-color: #f4e5ff;
        color: #442244;
        border: 1px solid #b47fd4;
    }
    #collaboration .collabo_outer dl.agri{
        background-color: #dcefff;
        color: #333;
        border: 1px solid #5c9fd6;
    }
    #collaboration .collabo_outer dl dt{
        width: 95%;
        min-height: 3rem;
        margin: 0;
        padding: 0 2.5%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        position: relative;
        text-align: center;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: bold;
    }
    #collaboration .collabo_outer dl dd{
        width: 95%;
        margin: 0.25rem 0;
        padding: 0 2.5%;
        display: block;
        position: relative;
        text-align: left;
        font-size: 0.9rem;
        line-height: 1.3rem;
        font-weight: normal;
    }
    #collaboration .collabo_outer dl dd.name{
        width: 95%;
        margin: 0;
        padding: 0 2.5%;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0.5rem;
        text-align: left;
        font-size: 0.9rem;
        line-height: 1.3rem;
        font-weight: bold;
    }
    #collaboration .collabo_outer dl dd.link{
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 1rem;
    }
    #collaboration .collabo_outer dl dd.link a{
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        border-radius: 1rem;
    }
    #collaboration .collabo_outer dl:hover{
        background: #73be1e;
        color: #fff;
        border: 1px solid #73be1e;
    }
    #collaboration .collabo_outer p.caution{
        width: 100%;
        margin: 2rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 0.8rem;
        line-height: 1rem;
        order: 2;
    }

    #collaboration .og_link_outer{
        width: 44%;
        margin: 0 0 0 1%;
        padding: 0;
        display: block;
        position: relative;
    }
    #collaboration .og_link_outer h3{
        width: 100%;
        margin: 0 0 1rem 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: normal;
        text-align: center;
        color: #000;
    }
    #collaboration .og_link_outer .og_link_inner{
        width: 100%;
        height: 20rem;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative;
        overflow: hidden;
    }
    #collaboration .og_link_outer .og_link_inner ul {
        width: 100%;
        margin: 0 0 1rem 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative;
}
    #collaboration .og_link_outer .og_link_inner ul:first-child {
        animation: slideTop 50s -25s linear infinite;
    }
    #collaboration .og_link_outer .og_link_inner ul:last-child {
        animation: slideTop2 50s linear infinite;
    }
    #collaboration .og_link_outer .og_link_inner ul li {
        width: 100%;
        margin: 1rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
    #collaboration .og_link_outer .og_link_inner ul li img{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }
    #collaboration .og_link_outer .og_link_inner:hover ul {
    animation-play-state: paused;
}
    @keyframes slideTop {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}

@keyframes slideTop2 {
  0% {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-200%);
  }
}
    
    #ticket{
        width: 95%;
        margin: 0;
        padding: 3rem 2.5%;
        display: block;
        position: relative;
        background: #e1e6eb;
    }
    #ticket h2{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.3rem;
        line-height: 2rem;
        color: #333;
            }
    #ticket p{
        width: 100%;
        margin: 1rem 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.1rem;
        line-height: 2rem;
        text-align: center;
    }
    #ticket .new_outer{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }
    #ticket .history_outer{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }
    #ticket .new_outer h3,
    #ticket .history_outer h3{
        width: 100%;
        margin: 0 0 2rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.1rem;
        line-height: 2rem;
        color: #333;
    }
    #ticket .new_outer ul{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        position: relative;
    }
    #ticket .new_outer ul li{
        width: calc((100% / 2) - 1%);
        margin: 1rem 0;
        padding: 0;
        display: block;
        position: relative;
        list-style: none;
    }
    #ticket .new_outer ul li.not_data{
        width: 100%;
    }
    #ticket .new_outer ul li p{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.2rem;
        line-height: 2rem;
    }
    #ticket .new_outer ul li.out{
        display: none;
    }
    #ticket .new_outer ul li dl{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        background: #fff;
    }
    #ticket .new_outer ul li dl dt{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        background: #48b55c;
    }
    #ticket .new_outer ul li dl dt a{
        width: 95%;
        margin: 0;
        padding: 0.5rem 2.5%;
        display: block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: bold;
        color: #fff;
    }
    #ticket .new_outer ul li dl dt a::before{
        content: "\f024";
        font-family: "FontAwesome";
        margin: 0 0.5rem 0 0;
        color: #ff0;
    }
    #ticket .new_outer ul li dl dt a:hover{
        background: #fff;
        color: #48b55c;
    }
    #ticket .new_outer ul li dl dd{
        margin: 0;
        padding: 0 0.5rem;
        display: block;
        position: relative;
        border-bottom: 1px solid #ccc;
        text-align: left;
    }
    #ticket .new_outer ul li dl dd.title{
        width: 5rem;
        text-align: center;
        font-weight: bold;
        font-size: 1rem;
        line-height: 1.8rem;
        background: #eee;
    }
    #ticket .new_outer ul li dl dd.data{
        width: calc(50% - 7rem);
        font-size: 1rem;
        line-height: 1.8rem;
    }
    #ticket .new_outer ul li dl dd.place{
        width: calc(100% - 7rem);
    }
    #ticket .new_outer .ticket{
        width: 100%;
        margin: 3rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
    }
    #ticket .new_outer .ticket a{
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2rem;
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem 0.5rem 4rem;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.5rem;
        background: #ff8f00;
        color: #fff;
    }
    #ticket .new_outer .ticket a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  content: "";
  border-radius: 0.5rem 0 0 0.5rem;
  background: rgba(0, 0, 0, 0.07);
}
    #ticket .new_outer .ticket a:hover {
  color: #fff;
  background: #fff;
        color: #ff8f00;
}
    #ticket .new_outer .ticket a i {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  padding: 0.8rem 0;
  text-align: center;
  letter-spacing: 0;
}
    #ticket .history_outer ul{
        width: 100%;
        height: 20rem;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        overflow-y: scroll;
    }
    #ticket .history_outer ul::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    #ticket .history_outer ul::-webkit-scrollbar-track {
        background: #eee;
    }
    #ticket .history_outer ul::-webkit-scrollbar-thumb {
        background: rgba(200, 200, 200, 1);
        border-radius: 2.5px;
    }
    #ticket .history_outer ul li{
        width: calc((100% / 3) - 0.5%);
        margin: 0 0 0.5rem 0;
        padding: 0;
        display: block;
        position: relative;
        list-style: none;
    }
    #ticket .history_outer ul li dl{
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        background: #fff;
    }
    #ticket .history_outer ul li dl dt{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        position: relative;
        background: #bee7dd;
    }
    #ticket .history_outer ul li dl dt a{
        width: 95%;
        margin: 0;
        padding: 0.5rem 2.5%;
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: bold;
        color: #000;
        text-align: center;
    }
    #ticket .history_outer ul li dl dd{
        margin: 0;
        padding: 0 0.5rem;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        position: relative;
        border-bottom: 1px solid #ccc;
        text-align: left;
    }
    #ticket .history_outer ul li dl dd.title{
        width: 5rem;
        font-weight: bold;
        font-size: 1rem;
        line-height: 1.5rem;
        background: #eee;
    }
    #ticket .history_outer ul li dl dd.data{
        width: calc(100% - 7rem);
        font-size: 1rem;
        line-height: 1.5rem;
        justify-content: flex-start;
    }
    #ticket .history_outer .ticket{
        width: 100%;
        margin: 1rem 0 0 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: right;
    }
    #ticket .history_outer .ticket a{
  font-size: 1rem;
  line-height: 1.8rem;
  position: relative;
  display: inline-block;
  padding: 0.25rem 2.5rem 0.25rem 0.5rem;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
        background: #063104;
        color: #fff;
    }
    #ticket .history_outer .ticket a:hover {
  color: #fff;
  background: #fff;
        color: #063104;
}
    #ticket .history_outer .ticket a i {
  position: absolute;
  top: 0;
        right: 0;
  width: 30px;
  padding: 0.65rem 0;
  text-align: center;
  letter-spacing: 0;
}
    
    

/*背面動画
---------------------------------------------------------------------------*/
    .bgmovie{
        position: relative;
        width: 100%;
        padding: 0;
        overflow: hidden;
        z-index: 0;
        display: block;
        margin: 0;
    }
    .bgmovie::before{
        content: "";
        display: block;
        padding: 100vh 0 0 0;
    }
    .bgmovie video{
        position: absolute;
        top: 0;
        z-index: 2;
        display: block;
        margin: auto;
        background-color: #fff;
    }
    @media all and (-ms-high-contrast: none){
  .bgmovie video{
      position: relative;
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center;
      display:-ms-flexbox;
      -ms-flex-pack: center;
      -ms-flex-align: center;
      text-align:center;
      margin: auto;
      min-height: 100%;
      min-width: 100%;
      width: 100%;
      height: auto;
      background-color: #000;
    }
}
    @media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
    video {
        width: 100%;
        top: 50%;
    }
  }
    @media (max-aspect-ratio: 16/9) {
    .bgmovie video {
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
  }

    .bgmovie .top_h1{
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        z-index: 100;
    }
    .bgmovie .top_h1 h1{
        width: 95%;
        margin: 0 2.5%;
        padding: 0;
        display: block;
        position: relative;
        color: #fff;
        font-size: 1.3rem;
        line-height: 3rem;
        letter-spacing: 0.1rem;
        text-align: center;
        font-family: "Sawarabi Mincho";
        font-weight: normal;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8),
        0 0 5px rgba(0, 0, 0, 0.8),
        0 0 5px rgba(0, 0, 0, 0.8),
        0 0 5px rgba(0, 0, 0, 0.8),
        0 0 5px rgba(0, 0, 0, 0.8),
        0 0 5px rgba(0, 0, 0, 0.8),
        0 0 5px rgba(0, 0, 0, 0.8),
        0 0 5px rgba(0, 0, 0, 0.8);
    }
    .bgmovie .top_h1 img{
        max-width: 60%;
        height: 50%;
        margin: auto;
        padding: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.6;
        object-fit: cover;
    }
    .bgmovie .top_h1 p{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        bottom: 3rem;
        text-align: center;
        font-size: 2rem;
        line-height: 2rem;
        color: #fff;
    }
    .bgmovie .top_h1 p i{
        animation: scrollDownFade 2.5s ease-out infinite;
    }
    @keyframes scrollDownFade {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(2rem);
    opacity: 0;
  }
}
    
/*スライダー
---------------------------------------------------------------------------*/


    .slideshow{
        text-align: center;
        display: block;
        position: relative;
        top: 0rem;
        left: 10%;
        width: 80%;
        margin-top: 0;
    margin-left: 0;
    margin-right: auto;
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

.slider{
        height: 100%;
        padding: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    }
.slider img {
    width: 100%;
    margin-left: 0rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

    .slick-dots{
        position: absolute;
        top: 95%;
    }
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #000!important;
}

/*左右の矢印*/
.slick-next {
    display: none!important;
}
.slick-prev {
    display: none!important;
}




    #footer_nav{
        width: 98%;
        margin: 0;
        padding: 2rem 1%;
        display: block;
        position: relative;
        background: #fff;
        text-align: center;
    }
    #footer_nav #ad_footer{
        width: 100%;
        margin: 0 auto 3rem auto;
        padding: 0;
        text-align: center;
        display: block;
        position: relative;
    }
    #footer_nav #ad_footer p{
        width: 100%;
        margin: 0 0 3rem 0;
        font-size: 0.8rem;
        color: #333;
    }
    #footer_nav #ad_footer p::before,
    #footer_nav #ad_footer p::after{
        content: "-";
        margin: 0 0.5rem;
    }
    #footer_nav #ad_footer img{
        width: 250px!important;
    }
    #footer_nav a.return{
        width: 70%;
        margin: 5rem auto;
        padding: 0 0 0 3rem;
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 3rem;
        text-align: center;
        background: #fff;
        color: #666;
        border: 1px solid #ccc;
        border-radius: 0 0.25rem 0.25rem 0;
    }
    #footer_nav a.return .icon{
        height: 2.5rem;
        margin: 0;
        padding: 0.25rem;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: #73be1e;
    }
    #footer_nav a.return .icon img{
        height: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        object-fit: cover;
    }
    footer{
        width: 98%;
        margin: 0;
        padding: 1rem 1%;
        display: block;
        position: relative;
        background: #73be1e;
    }
    footer ul.menu{
        width: 95%;
        margin: 0 2.5%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }
    footer ul.menu li{
        width: 50%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        color: #fff;
        text-align: center;
    }
    footer ul.menu li a{
        color: #fff;
        font-size: 1rem;
        line-height: 2rem;
    }
    footer ul.menu li a:hover{
        color: #ff0;
    }
    footer ul.sns{
        width: 100%;
        margin: 2rem auto;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        z-index: 100;
    }
    footer ul.sns li{
        margin: 0 1rem;
        padding: 0;
        display: block;
        position: relative;
        color: #fff;
    }
    footer ul.sns li a{
        color: #fff;
        font-size: 2rem;
        line-height: 3rem;
    }
    footer ul.sns li a:hover{
        color: #ff0;
    }
    footer img{
        width: 20rem;
        margin: 1rem auto;
        padding: 0;
        display: block;
        position: relative;
    }
    footer p.pccopyright{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        color: #fff;
        font-size: 0.8rem;
    }

/*その他
---------------------------------------------------------------------------*/
    .pcnone{
        display: none!important;
    }

.br:before {
    content: "\a" ;
    white-space: pre ;
}

#counter {
    display: none;
}

/*戻るボタン
---------------------------------------------------------------------------*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 5rem;
    right: 2.5%;
    z-index: 10000;
}
.pagetop a {
    width: 5rem;
    height: 5rem;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    background-color: #004434;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    opacity: 0.5;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
    .pagetop a span{
        width: 100%;
        margin: 0.25rem 0 0 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 0.8rem;
        line-height: 1rem;
        text-align: center;
    }
.pagetop a:hover {
    opacity: 0.85 ;
}

   

}

/*===============================================

画面の横幅が600pxまで（スマホ用）

===============================================*/

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

html{
    font-size: 85%;
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    position: relative;
    }


body {
    font-family:"ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Arial,Verdana
,"ＭＳ Ｐゴシック",sans-serif;
    line-height: 2;
    color: #000;
    margin: 0px;
    padding: 0px;
    text-align: center;
}



    /*リンクカラー*/
a {
    color: #002b55;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}

/*カーソルオーバー時のリンクカラー*/
a:hover {
    color: #A51A91;
    text-decoration: none;
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    text-align: left;
}


    header{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }
    header .header_bg{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        background: none;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
    }
    header h1{
        display: none;
    }
    header .menu_outer{
        width: 95%;
        margin: 0;
        padding: 0.25rem 2.5%;
        display: block;
        position: relative;
    }
    header .logo_outer{
        width: 80%;
        height: 3rem;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }
    header .logo_outer #logo{
        width: auto;
        height: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
    }
    header nav.menu_inner{
        display: none;
    }
    
    header.smaller .header_bg{
        background: rgba(255,255,255,1);
    }
#wrapper {
overflow: hidden;
min-width: 30%;
height: auto;
padding: 0;
    display: block!important;
}
#navTgl:checked ~ .contents {
-webkit-transform: translateX(250px);
transform: translateX(250px);
}

/* :::::: toggle button :::::: */
#navTgl {
display: none;
overflow: hidden;
}
label {
cursor: pointer;
position: fixed;
top: 1.5rem;
right: 0;
}
#wrapper .open {
z-index: 2;
width: 3.5rem;
height: 3rem;
color: #fff;
font-size: 2rem;
line-height: 3rem;
    padding: 0.25rem 0;
text-align: center;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
    z-index: 10000;
    background: none;
    top: 0;
}
#navTgl:checked + .open {
    color: #73be1e;
    background: #fff;
}
    header.smaller #wrapper .open{
    color: #73be1e;
    }
.close {
pointer-events: none;
z-index: 1;
width: 100%;
height: 100%;
transition: .6s;
}
#navTgl:checked ~ .close {
pointer-events: auto;
background-color: rgba(0,0,0,0.5);
}

/* :::::: drawer menu :::::: */
header .menu {
z-index: 1;
position: fixed;
overflow: auto;
top: 0;
left: 30.1%;
width: 70%;
height: 100%;
    margin: 0;
padding: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: -webkit-transform .6s;
transition: transform .6s;
        background: #fff;
}
#navTgl:checked ~ .menu {
-webkit-transform: translateX(0);
transform: translateX(0);
    margin: 0;
}
header .menu li a {
color: #73be1e;
}
header nav ul {
    width: 100%;
    list-style-type: none;
    margin: 4rem 0 0 0;
    padding: 0;
    display: block;
    position: relative;
}
header .menu li {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    background: none;
    border-bottom: 1px solid #73be1e;
}
header .menu li a {
    width: calc(95% - 4rem);
    margin: 0;
    padding: 0.5rem 2.5% 0.5rem 4rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
        position: relative;
    text-decoration: none;
    transition: .6s;
    font-size: 1rem;
    line-height: 2rem;
    color: #73be1e;
    font-weight: bold;
}
    header .menu li label{
    width: calc(95% - 4rem);
    margin: 0;
    padding: 0.5rem 2.5% 0.5rem 4rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
        position: relative;
    transition: .6s;
    font-size: 1rem;
    line-height: 2rem;
    color: #73be1e;
    font-weight: bold;
        top: 0;
    }
    
    header .menu li a img,
    header .menu li label img{
        height: 2rem;
        margin: 0 0 0 0;
        padding: 0;
        display: block;
        position: absolute;
        left: 1rem;
        object-fit: cover;
    }
    header .menu li a i,
    header .menu li label i{
        width: 3rem;
        font-size: 2rem;
        margin: 0 0 0 0;
        display: block;
        position: absolute;
        text-align: center;
        left: 0.5rem;
    }
header .menu li a:hover,
    header .menu li label:hover {
background-color: #73be1e;
    color: #fff;
}


.modal_wrap input{
    display: none;
}

.modal_overlay{
        display: none;
}

.modal_trigger{
        display: none;
}

.modal_content{
        display: none;
}

.close_button{
        display: none;
}

.modal_wrap input:checked ~ .modal_overlay{
        display: none;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content{
        display: none;
}


    
    .open_sub_window {
        display: none;
}

.check_sub_window {
    display: none;
}

.bg_sub_window {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}
.bg_sub_window:hover {
    transition: 0.5s;
}

.check_sub_window:checked + .bg_sub_window {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: 0.5s;
}

.sub_window {
    width: calc(80% - 2rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 1rem;
    max-height: 90vh;
    min-height: 30vh;
    background-color: #fff;
    overflow-y: auto;
    cursor: default;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.close_sub_window {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    transform: rotate(45deg);
    border: none;
    outline: none;
    width: 2rem;
    height: 2rem;
}
.close_sub_window::before,
.close_sub_window::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #3388dd;
    content: "";
}
.close_sub_window::before {
    width: 60%;
    height: 3px;
}
.close_sub_window::after {
    width: 3px;
    height: 60%;
}
.close_sub_window:hover {
    cursor: pointer;
}

.sub_window_content {
    display: table;
    margin: 0px auto;
}


.sub_window_content table{
    width: 100%!important;
  margin-top:7px!important;
  margin-left:5px!important;
  margin-bottom:2px!important;
}

.sub_window_content .gsc-input-box{
    width: 13rem!important;
    padding: 0 10px!important;
}

.sub_window_content .gsc-input-box input.gsc-input {
    font-size: 1.2rem!important;
    line-height: 1rem!important;
}

.sub_window_content .gsc-search-button-v2,
.sub_window_content .gsc-search-button-v2:hover,
.sub_window_content .gsc-search-button-v2:focus{
  padding:1rem 10px!important;
}

.sub_window_content table.gsc-search-box td.gsc-input{
  padding-right:0!important;
}

.sub_window_content .gsc-search-button-v2 svg {
  width: 1.5rem!important;
  height: 1.5rem!important;
  margin-right:3px!important;
}


    
#contents {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    background: #fff;
}

/*メインコンテンツ1
---------------------------------------------------------------------------*/

#main01 {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}


    .space02:before{
        display: block;
        content: "";
        padding: 15% 0 0 0;
    }


/*カテゴリーメニュー
---------------------------------------------------------------------------*/

    .content01-01{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        background: rgba(255,255,255,1);
        text-align: center;
    }
    .content01-01 h2{
        width: 100%;
        margin: 1rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.2rem;
        line-height: 2rem;
        letter-spacing: 0.2rem;
        color: #333;
    }
    .content01-01 .menu_icon{
        width: 100%;
        margin: 0 0 3rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
    .content01-01 .menu_icon ul {
        width: 95%;
        margin: 0 2.5%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        }
    .content01-01 .menu_icon ul li {
        width: calc(100% / 3);
        margin: 1rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
    .content01-01 .menu_icon ul:after {
        width: calc(100% / 3);
        content: "";
        display: block;
    }
    .content01-01 .menu_icon ul li a{
        width: 70%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative;
    }
    .content01-01 .menu_icon ul li a img{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        border-radius: 0.5rem;
        box-shadow: 1px 1px 8px #000;
        border: 2px solid #73be1e;
    }
    .content01-01 .menu_icon ul li a img :hover{
        box-shadow: 1px 1px 8px #73be1e;
    }
    
    
    
    
    
    
    
    .content01-01 .menu_icon .categorylist{
        width: 100%;
        margin: 3rem 0 0 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
    }
    .content01-01 .menu_icon .categorylist::after{
        width: calc(100% / 3);
        content: "";
        display: block;
    }

    .content01-01 .menu_icon .categorylist .modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}
    .content01-01 .menu_icon .categorylist .modal-button {
    width: 25%;
    margin: 0 4.1% 3rem 4.1%;
    padding: 0;
    display: block;
    position: relative;
    cursor :pointer;
    transition: all 0.3s;
    text-decoration: none;
}
    .content01-01 .menu_icon .categorylist .modal-button img{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        border-radius: 0.5rem;
        box-shadow: 1px 1px 8px #000;
        border: 2px solid #73be1e;
    }
    .content01-01 .menu_icon .categorylist .modal-button:hover {
        opacity: 0.6;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
    .content01-01 .menu_icon .categorylist .modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
    .content01-01 .menu_icon .categorylist .modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: "";
}
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window {
    width: 70%;
        height: 65vh;
    margin: 10vh auto;
    padding: 2rem;
    display: block;
    position: relative;
    z-index: 20;
        background-color: #e6f6e5;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle;
    z-index: 9999999;
}
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content {
  height: 100%;
  overflow-y: auto;
  text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 0;
}
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content::-webkit-scrollbar-track {
        background: #eee;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content::-webkit-scrollbar-thumb {
        background: rgba(200, 200, 200, 1);
        border-radius: 2.5px;
    }
    
    
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl dt{
        width: 100%;
        margin: 0 0 3rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.3rem;
        line-height: 2rem;
        color: #46a83e;
        font-weight: bold;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl dt i{
        margin: 0 1rem 0 0;
        color: #FF9900;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl dd{
        width: 100%;
        margin: 0 0 1rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl dd a{
        width: calc(100% - 0.5rem);
        margin: 0;
        padding: 0.25rem;
        display: block;
        position: relative;
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl dd a i{
        margin: 0 0.5rem 0 0;
        transition: 0.25s all ease 0s;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl dd a:hover{
        background: rgba(115,190,30,1);
        color: #fff;
    }
    .content01-01 .menu_icon .categorylist .modal-wrapper .modal-window .modal-content dl dd a:hover i{
        transform: translateX(0.25rem);
        transition-property:transform;
    }
    
    .content01-01 .menu_icon .categorylist  .modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
    z-index: 999;
}
    .content01-01 .menu_icon .categorylist  .modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #95979c !important;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
    .content01-01 .menu_icon .categorylist  .modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
    
    
    
    
    
    .content01-01 .infomation_area{
        width: 95%;
        margin: 0 auto;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
    }
    .content01-01 .infomation_area h3{
        width: 100%;
        margin: 0;
        padding: 0.5rem 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.2rem;
        line-height: 2rem;
        background-color: #e6f6e5;
        color: #000;
        border-radius: 0.5rem 0.5rem 0 0;
        order: 2;
    }
    .content01-01 .infomation_area dl{
        width: 100%;
        margin: 0 0 1rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
    .content01-01 .infomation_area dl.news{
        height: 13rem;
        overflow-y: scroll;
        background-color: #e6f6e5;
        border-radius: 0 0 0.5rem 0.5rem;
        order: 3;
    }
    .content01-01 .infomation_area dl.news::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    .content01-01 .infomation_area dl.news::-webkit-scrollbar-track {
        background: #eee;
    }
    .content01-01 .infomation_area dl.news::-webkit-scrollbar-thumb {
        background: rgba(200, 200, 200, 1);
        border-radius: 2.5px;
    }
    .content01-01 .infomation_area dl.news dt{
        width: 98%;
        margin: 0;
        padding: 0.5rem 1% 0 1%;
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 1.5rem;
        color: #46a83e;
        font-weight: bold;
        text-align: left;
    }
    .content01-01 .infomation_area dl.news dd{
        width: 98%;
        margin: 0;
        padding: 0.25rem 1%;
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 1.5rem;
        color: #000;
        border-bottom: 1px solid #ccc;
        text-align: left;
    }
    .content01-01 .infomation_area dl.shop-data{
        order: 1;
    }
    .content01-01 .infomation_area dl.shop-data dt{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .content01-01 .infomation_area dl.shop-data dd{
        width: 100%;
        margin: 1rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: bold;
    }
    .content01-01 .infomation_area dl.shop-data dd a{
        margin: 0;
        padding: 0.25rem 0.5rem;
        display: inline-block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: normal;
        color: #73be1e;
        border: 2px solid #73be1e;
    }
    .content01-01 .infomation_area dl.shop-data dd a:hover{
        color: #73be1e;
        background: #fff;
    }
    .content01-01 .infomation_area dl.ad_inner{
        order: 4;
    }
    .content01-01 .infomation_area dl.ad_inner dt{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .content01-01 .infomation_area dl.ad_inner dd{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
    }
    .content01-01 .infomation_area dl.ad_inner dd img{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }
    
    
    
    
    
    
    .content01-01 .ad_box01{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
    }
    .content01-01 .ad_box01 p{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1rem;
        line-height: 1.5rem;
        order: 2;
    }
    .content01-01 .ad_box01 .ad_inner{
        width: 80%;
        margin: 2rem auto;
        padding: 0;
        display: block;
        position: relative;
        order: 3;
    }
    .content01-01 .ad_box01 .ad_inner img{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }
    .ad_box01 dl{
        width: 95%;
        margin: 0 auto 3rem auto;
        padding: 0;
        display: block;
        position: relative;
        order: 1;
    }
    .ad_box01 dl dt{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .ad_box01 dl dd{
        width: 100%;
        margin: 1rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: bold;
    }
    .ad_box01 dl dd a{
        margin: 0;
        padding: 0.25rem 0.5rem;
        display: inline-block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: normal;
        color: #73be1e;
        border: 2px solid #73be1e;
    }
    

.spyoutube {
    width: 100%;
    margin: 0;
    padding: 0 0 56% 0;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.spyoutube iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    border: none;
    top: 0;
    right: 0;
    }
    
    
    
    
    
    /*コラボ区分カテゴリー*/
    #collaboration{
        width: 95%;
        margin: 0;
        padding: 3rem 2.5%;
        display: block;
        position: relative;
        background: #f5f5f5;
    }
    #collaboration h2{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.3rem;
        line-height: 2rem;
        color: #333;
    }
    #collaboration p{
        width: 100%;
        margin: 1rem 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.1rem;
        line-height: 2rem;
        text-align: center;
    }
    #collaboration p span.sumu{
        margin: 0 0.25rem;
        font-weight: bold;
        color: #eac400;
    }
    #collaboration p span.hataraku{
        margin: 0 0.25rem;
        font-weight: bold;
        color: #b47fd4;
    }
    #collaboration p span.kanko{
        margin: 0 0.25rem;
        font-weight: bold;
        color: #5c9fd6;
    }
    #collaboration .collabo_outer{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }
    #collaboration .collabo_outer dl{
        width: calc((100% / 2) - 0.25rem - 2px);
        margin: 0 0 1rem 0;
        padding: 0.3rem 0 3rem 0;
        display: block;
        position: relative;
        border-radius: 1rem;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
    }
    #collaboration .collabo_outer dl.iju,
    #collaboration .collabo_outer dl.ienavi{
        background-color: #fff3c2;
        color: #444;
        border: 1px solid #eac400;
    }
    #collaboration .collabo_outer dl.kanko,
    #collaboration .collabo_outer dl.yakisoba{
        background-color: #f4e5ff;
        color: #442244;
        border: 1px solid #b47fd4;
    }
    #collaboration .collabo_outer dl.agri{
        background-color: #dcefff;
        color: #333;
        border: 1px solid #5c9fd6;
    }
    #collaboration .collabo_outer dl dt{
        width: 95%;
        min-height: 3rem;
        margin: 0;
        padding: 0 2.5%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        position: relative;
        text-align: center;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: bold;
    }
    #collaboration .collabo_outer dl dd{
        width: 95%;
        margin: 0.25rem 0;
        padding: 0 2.5%;
        display: block;
        position: relative;
        text-align: left;
        font-size: 0.9rem;
        line-height: 1.3rem;
        font-weight: normal;
    }
    #collaboration .collabo_outer dl dd.name{
        width: 95%;
        margin: 0;
        padding: 0 2.5%;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0.5rem;
        text-align: left;
        font-size: 0.9rem;
        line-height: 1.3rem;
        font-weight: bold;
    }
    #collaboration .collabo_outer dl dd.link{
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 1rem;
    }
    #collaboration .collabo_outer dl dd.link a{
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        border-radius: 1rem;
    }
    #collaboration .collabo_outer dl:hover{
        background: #73be1e;
        color: #fff;
        border: 1px solid #73be1e;
    }
    #collaboration .collabo_outer p.caution{
        width: 100%;
        margin: 2rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 0.8rem;
        line-height: 1rem;
    }

    #collaboration .og_link_outer{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }
    #collaboration .og_link_outer h3{
        width: 100%;
        margin: 0 0 1rem 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: normal;
        text-align: center;
        color: #000;
    }
    #collaboration .og_link_outer .og_link_inner{
        width: 100%;
        height: 20rem;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative;
        overflow: hidden;
    }
    #collaboration .og_link_outer .og_link_inner ul {
        width: 100%;
        margin: 0 0 1rem 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative;
}
    #collaboration .og_link_outer .og_link_inner ul:first-child {
        animation: slideTop 50s -25s linear infinite;
    }
    #collaboration .og_link_outer .og_link_inner ul:last-child {
        animation: slideTop2 50s linear infinite;
    }
    #collaboration .og_link_outer .og_link_inner ul li {
        width: 100%;
        margin: 1rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
    #collaboration .og_link_outer .og_link_inner ul li img{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }
    #collaboration .og_link_outer .og_link_inner:hover ul {
    animation-play-state: paused;
}
    @keyframes slideTop {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}

@keyframes slideTop2 {
  0% {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-200%);
  }
}
    
    #ticket{
        width: 95%;
        margin: 0;
        padding: 3rem 2.5%;
        display: block;
        position: relative;
        background: #e1e6eb;
    }
    #ticket h2{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.3rem;
        line-height: 2rem;
        color: #333;
            }
    #ticket p{
        width: 100%;
        margin: 1rem 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.1rem;
        line-height: 2rem;
        text-align: center;
    }
    #ticket .new_outer{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }
    #ticket .history_outer{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }
    #ticket .new_outer h3,
    #ticket .history_outer h3{
        width: 100%;
        margin: 0 0 2rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.1rem;
        line-height: 2rem;
        color: #333;
    }
    #ticket .new_outer ul{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }
    #ticket .new_outer ul li{
        width: 100%;
        margin: 1rem 0;
        padding: 0;
        display: block;
        position: relative;
        list-style: none;
    }
    #ticket .new_outer ul li p{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.2rem;
        line-height: 2rem;
    }
    #ticket .new_outer ul li.out{
        display: none;
    }
    #ticket .new_outer ul li dl{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        background: #fff;
    }
    #ticket .new_outer ul li dl dt{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        background: #48b55c;
    }
    #ticket .new_outer ul li dl dt a{
        width: 95%;
        margin: 0;
        padding: 0.5rem 2.5%;
        display: block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: bold;
        color: #fff;
    }
    #ticket .new_outer ul li dl dt a::before{
        content: "\f024";
        font-family: "FontAwesome";
        margin: 0 0.5rem 0 0;
        color: #ff0;
    }
    #ticket .new_outer ul li dl dt a:hover{
        background: #fff;
        color: #48b55c;
    }
    #ticket .new_outer ul li dl dd{
        margin: 0;
        padding: 0 0.5rem;
        display: block;
        position: relative;
        border-bottom: 1px solid #ccc;
        text-align: left;
    }
    #ticket .new_outer ul li dl dd.title{
        width: 5rem;
        text-align: center;
        font-weight: bold;
        font-size: 1rem;
        line-height: 1.8rem;
        background: #eee;
    }
    #ticket .new_outer ul li dl dd.data{
        width: calc(50% - 7rem);
        font-size: 1rem;
        line-height: 1.8rem;
    }
    #ticket .new_outer ul li dl dd.place{
        width: calc(100% - 7rem);
    }
    #ticket .new_outer .ticket{
        width: 100%;
        margin: 3rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
    }
    #ticket .new_outer .ticket a{
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2rem;
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem 0.5rem 4rem;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.5rem;
        background: #ff8f00;
        color: #fff;
    }
    #ticket .new_outer .ticket a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  content: "";
  border-radius: 0.5rem 0 0 0.5rem;
  background: rgba(0, 0, 0, 0.07);
}
    #ticket .new_outer .ticket a:hover {
  color: #fff;
  background: #fff;
        color: #ff8f00;
}
    #ticket .new_outer .ticket a i {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  padding: 0.8rem 0;
  text-align: center;
  letter-spacing: 0;
}
    #ticket .history_outer ul{
        width: 100%;
        height: 25rem;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        overflow-y: scroll;
    }
    #ticket .history_outer ul::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    #ticket .history_outer ul::-webkit-scrollbar-track {
        background: #eee;
    }
    #ticket .history_outer ul::-webkit-scrollbar-thumb {
        background: rgba(200, 200, 200, 1);
        border-radius: 2.5px;
    }
    #ticket .history_outer ul li{
        width: 100%;
        margin: 0 0 1rem 0;
        padding: 0;
        display: block;
        position: relative;
        list-style: none;
    }
    #ticket .history_outer ul li dl{
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        background: #fff;
    }
    #ticket .history_outer ul li dl dt{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        position: relative;
        background: #bee7dd;
    }
    #ticket .history_outer ul li dl dt a{
        width: 95%;
        margin: 0;
        padding: 0.5rem 2.5%;
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: bold;
        color: #000;
        text-align: center;
    }
    #ticket .history_outer ul li dl dd{
        margin: 0;
        padding: 0 0.5rem;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        position: relative;
        border-bottom: 1px solid #ccc;
        text-align: left;
    }
    #ticket .history_outer ul li dl dd.title{
        width: 5rem;
        font-weight: bold;
        font-size: 1rem;
        line-height: 1.5rem;
        background: #eee;
    }
    #ticket .history_outer ul li dl dd.data{
        width: calc(100% - 7rem);
        font-size: 1rem;
        line-height: 1.5rem;
        justify-content: flex-start;
    }
    #ticket .history_outer .ticket{
        width: 100%;
        margin: 1rem 0 0 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: right;
    }
    #ticket .history_outer .ticket a{
  font-size: 1rem;
  line-height: 1.8rem;
  position: relative;
  display: inline-block;
  padding: 0.25rem 2.5rem 0.25rem 0.5rem;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
        background: #063104;
        color: #fff;
    }
    #ticket .history_outer .ticket a:hover {
  color: #fff;
  background: #fff;
        color: #063104;
}
    #ticket .history_outer .ticket a i {
  position: absolute;
  top: 0;
        right: 0;
  width: 30px;
  padding: 0.65rem 0;
  text-align: center;
  letter-spacing: 0;
}
    
    

/*背面動画
---------------------------------------------------------------------------*/
    .bgmovie{
        position: relative;
        width: 100%;
        padding: 0;
        overflow: hidden;
        z-index: 0;
        display: block;
        margin: 0;
    }
    .bgmovie::before{
        content: "";
        display: block;
        padding: 100vh 0 0 0;
    }
    .bgmovie video{
        position: absolute;
        top: 0;
        z-index: 2;
        display: block;
        margin: auto;
        background-color: #fff;
    }
    @media all and (-ms-high-contrast: none){
  .bgmovie video{
      position: relative;
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center;
      display:-ms-flexbox;
      -ms-flex-pack: center;
      -ms-flex-align: center;
      text-align:center;
      margin: auto;
      min-height: 100%;
      min-width: 100%;
      width: 100%;
      height: auto;
      background-color: #000;
    }
}
    @media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
    video {
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
  }
    @media (max-aspect-ratio: 16/9) {
    .bgmovie video {
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
  }


.bgmovie .pattern {
  width: 100%;
  height: 100%;
  background: url(images/pattern.png);
    background-size: 8px;
    display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
    .bgmovie .top_h1{
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        z-index: 100;
    }
    .bgmovie .top_h1 h1{
        width: 95%;
        margin: 0 2.5%;
        padding: 0;
        display: block;
        position: relative;
        color: #fff;
        font-size: 1.3rem;
        line-height: 3rem;
        letter-spacing: 0.1rem;
        text-align: center;
        font-family: "Sawarabi Mincho";
        font-weight: normal;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8),
        0 0 5px rgba(0, 0, 0, 0.8),
        0 0 5px rgba(0, 0, 0, 0.8),
        0 0 5px rgba(0, 0, 0, 0.8),
        0 0 5px rgba(0, 0, 0, 0.8),
        0 0 5px rgba(0, 0, 0, 0.8),
        0 0 5px rgba(0, 0, 0, 0.8),
        0 0 5px rgba(0, 0, 0, 0.8);
    }
    .bgmovie .top_h1 img{
        width: 60%;
        margin: 0 20%;
        padding: 0;
        display: block;
        position: fixed;
        top: 35%;
        opacity: 0.6;
    }
    .bgmovie .top_h1 p{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        bottom: 3rem;
        text-align: center;
        font-size: 2rem;
        line-height: 2rem;
        color: #fff;
    }
    .bgmovie .top_h1 p i{
        animation: scrollDownFade 2.5s ease-out infinite;
    }
    @keyframes scrollDownFade {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(2rem);
    opacity: 0;
  }
}
    
/*スライダー
---------------------------------------------------------------------------*/


    .slideshow{
        text-align: center;
        display: block;
        position: relative;
        top: 0rem;
        left: 10%;
        width: 80%;
        margin-top: 0;
    margin-left: 0;
    margin-right: auto;
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

.slider{
        height: 100%;
        padding: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    }
.slider img {
    width: 100%;
    margin-left: 0rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

    .slick-dots{
        position: absolute;
        top: 95%;
    }
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #000!important;
}

/*左右の矢印*/
.slick-next {
    display: none!important;
}
.slick-prev {
    display: none!important;
}




    #footer_nav{
        width: 98%;
        margin: 0;
        padding: 2rem 1%;
        display: block;
        position: relative;
        background: #fff;
        text-align: center;
    }
    #footer_nav #ad_footer{
        width: 100%;
        margin: 0 auto 3rem auto;
        padding: 0;
        text-align: center;
        display: block;
        position: relative;
    }
    #footer_nav #ad_footer p{
        width: 100%;
        margin: 0 0 3rem 0;
        font-size: 0.8rem;
        color: #333;
    }
    #footer_nav #ad_footer p::before,
    #footer_nav #ad_footer p::after{
        content: "-";
        margin: 0 0.5rem;
    }
    #footer_nav #ad_footer img{
        width: 250px!important;
    }
    #footer_nav a.return{
        width: 70%;
        margin: 5rem auto;
        padding: 0 0 0 3rem;
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 3rem;
        text-align: center;
        background: #fff;
        color: #666;
        border: 1px solid #ccc;
        border-radius: 0 0.25rem 0.25rem 0;
    }
    #footer_nav a.return .icon{
        height: 2.5rem;
        margin: 0;
        padding: 0.25rem;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: #73be1e;
    }
    #footer_nav a.return .icon img{
        height: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        object-fit: cover;
    }
    footer{
        width: 98%;
        margin: 0;
        padding: 1rem 1%;
        display: block;
        position: relative;
        background: #73be1e;
    }
    footer ul.menu{
        width: 95%;
        margin: 0 2.5%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }
    footer ul.menu li{
        width: 50%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        color: #fff;
        text-align: center;
    }
    footer ul.menu li a{
        color: #fff;
        font-size: 1rem;
        line-height: 2rem;
    }
    footer ul.menu li a:hover{
        color: #ff0;
    }
    footer ul.sns{
        width: 100%;
        margin: 2rem auto;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        z-index: 100;
    }
    footer ul.sns li{
        margin: 0 1rem;
        padding: 0;
        display: block;
        position: relative;
        color: #fff;
    }
    footer ul.sns li a{
        color: #fff;
        font-size: 2rem;
        line-height: 3rem;
    }
    footer ul.sns li a:hover{
        color: #ff0;
    }
    footer img{
        width: 80%;
        margin: 1rem auto;
        padding: 0;
        display: block;
        position: relative;
    }
    footer p.pccopyright{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        color: #fff;
        font-size: 0.8rem;
    }






/*その他
---------------------------------------------------------------------------*/
    .spnone{
        display: none!important;
    }

.br:before {
    content: "\a" ;
    white-space: pre ;
}

#counter {
    display: none;
}


/*戻るボタン
---------------------------------------------------------------------------*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 5rem;
    right: 2.5%;
    z-index: 10000;
}
.pagetop a {
    width: 5rem;
    height: 5rem;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    background-color: #004434;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    opacity: 0.5;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
    .pagetop a span{
        width: 100%;
        margin: 0.25rem 0 0 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 0.8rem;
        line-height: 1rem;
        text-align: center;
    }
.pagetop a:hover {
    opacity: 0.85 ;
}



}

