@font-face {
    font-family: NotoSansCJKjp;
    font-style: normal;
    font-weight: 400;
    src: url(./font/NotoSansCJKjp_Regular.woff) format('woff')
}

@font-face {
    font-family: NotoSansCJKjp;
    font-style: normal;
    font-weight: 500;
    src: url(./font/NotoSansCJKjp_Medium.woff) format('woff')
}

@font-face {
    font-family: NotoSansCJKjp;
    font-style: normal;
    font-weight: 700;
    src: url(./font/NotoSansCJKjp_Bold.woff) format('woff')
}

@font-face {
    font-family: NotoSansCJKjp;
    font-style: normal;
    font-weight: 900;
    src: url(./font/NotoSansCJKjp_Black.woff) format('woff')
}

a {
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: NotoSansCJKjp, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif
}

@media only screen and (max-width:750px) {
    .pc {
        body {
            overflow: hidden;
        }
    }

    .sp {
        display: block !important
    }
}


/* IEなどは画像に枠が表示されるのでそれを消す */
img,
a img {
    border-style: none;
    /*画像下の隙間を消す*/
    vertical-align: text-bottom;
}

#pc_wrapper {
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    background: #a0d8ef;
}

#pc_top_ {
    max-width: 1200px;
    height: 160px;
    position: relative;
    z-index: 15;
    /*background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff 5%, #ffffff 50%, #ffffff 95%, rgba(255, 255, 255, 0));*/
}

.wrappctop {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 67px;
    margin: 0;
}

.top_2_1 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top_2_1 img {
    height: 67px;
    width: auto;
}

.top_logo p {
    font-family: tbcinergothic-std, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
}

#top_2 {
    width: 1200px;
    /*min-width: 800px;
        max-width: 1000px;*/
    display: flex;
    flex-direction: row;
}

#top_2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
}

#twitter_ {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

#twitter_ img {}


#top1_menu1:hover,
#top1_menu2:hover,
#top1_menu3:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

#menu_top_list a:focus {
    outline: none;
}

#top_menu_bottom {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    height: 70px;
    margin-top: 5px;
}

#menu_bottom_list ul {

    margin-top: 5px;
    padding-left: 5px;
    list-style-type: none;
}

#menu_bottom_list li {
    width: 170px;
    height: 85px !important;
    float: left;
    display: block;
    text-align: center;
    display: table-cell;
    list-style-type: none;
    overflow: hidden;

    padding: 0;
    margin: 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

#menu_bottom_list li img {
    width: 100%;
    height: auto;
}

#top2_menu0:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}


#top2_menu1 img,
#top2_menu2 img,
#top2_menu3 img,
#top2_menu4 img,
#top2_menu5 img,
#top2_menu6 img {
    transition: 0.2s;
}

#top2_menu1 img:hover,
#top2_menu2 img:hover,
#top2_menu3 img:hover,
#top2_menu4 img:hover,
#top2_menu5 img:hover,
#top2_menu6 img:hover {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#menu_bottom_list a:focus {
    outline: none;
}

.siteikanri {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.siteikanri img {
    width: 100%;
    height: auto;
}

#kyousan {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

#kyousan li {
    width: 100%;
    display: inline-block;
    font-size: 20px;
    padding: 5px;
    text-align: center;
    font-family: tbcinergothic-std, sans-serif;
    font-weight: 600;
    font-style: normal;

}

.kyousan_li {
    margin-bottom: 5px;
}

.kyousan_last {
    font-size: 18px !important;
}

.hvr-radial-out {
    text-decoration: none;
    color: #333;
    padding: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}




#pc_center_area {
    width: 100%;
    max-width: 1400px;
    /*height: 90vh;*/
    position: relative;
    z-index: 15;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    /*background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff 5%, #ffffff 50%, #ffffff 95%, rgba(255, 255, 255, 0));*/
}

#pc_center_area_b {
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    position: relative;
    z-index: 15;
}

#pc_menu_left {
    padding-left: 2%;
    width: 250px;
    height: auto;
    /*background-color:#cab8d9;*/
}

#pc_main_contents {
    width: 1000px;
    height: auto;
    /*background-color: #e5c1cd;*/
    align-items: center;
    padding-right: 1%;
}



/*ここかりPC版左メニュー*/
/*団体利用申し込み*/
#dan_form_,
#pc_mail {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    width: 90%;
    height: auto;
    margin: 5%;
}

#dan_form_ img,
#pc_mail img {
    width: 100%;
}

.ca-menu {
    padding: 0;
    margin: 10px auto;
    width: 100%;
}

.ca-menu li {
    width: 100%;
    height: 60px;
    overflow: hidden;
    position: relative;
    display: block;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 4px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    box-shadow: 2px 2px 4px;
}

.ca-menu li:last-child {
    margin-bottom: 0px;
}

.ca-menu li a {
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}

.ca-icon {
    font-size: 1.5rem;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    line-height: 45px;
    position: absolute;
    width: 45px;
    top: 10px;
    left: 10px;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ca-content {
    position: absolute;
    left: 60px;
    width: 100%;
    height: 20px;
    top: 5px;
}

.ca-main {
    font-size: 24px;
    margin: 2px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    font-family: tbcgothic-std, sans-serif;
    font-weight: 800;
    font-style: normal;
    line-height: 1;
}

.ca-sub {
    font-size: 0.9rem;
    color: #666;
    margin: 2px;
    padding-left: 5px;
    font-family: astounder-squared-lc-bb, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ca-menu li:hover {
    background-color: #000;
}

.ca-menu li:hover .ca-icon {
    color: aqua;
    font-size: 60px;
    opacity: 0.2;
    left: -20px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

.ca-menu li:hover .ca-main {
    color: aqua;
    opacity: 0.8;
}

.ca-menu li:hover .ca-sub {
    color: #fff;
    opacity: 0.8;
}

#ibetayo {
    width: 250px;
    height: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin: 0;
}

#ibetayo img {
    width: 100%;
    height: auto;
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, .8));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .8));
}

/*ここまで左メニュー*/
/*メインコンテンツPC*/
/*360°*/
.parent_sanroku_pc {
    width: 100%;
    max-width: 1400px;
    height: 600px;
    z-index: 99999;
}

#guriguri_icon_p {
    width: 100%;
    height: 0;
    /*margin-top: 5px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

#guriguri_icon_pc_ {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    /*padding: 15px 3px 10px 3px;*/
    position: relative;
    top: 50px;
    right: 0px;
    z-index: 100;
    width: 30%;
}

#guriguri_icon_pc_ img {
    width: 30%;
    height: 30%;
}

.parent_sanroku1_ {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    width: 30%;
    position: relative;
    top: 50px;
}

.parent_sanroku1_ img {
    max-width: 500px;
    width: 70%;
    height: auto;
}

#sanrokumain_ {
    width: 100%;
    height: 100%;
}

.guriguri_main_pc_ {
    height: 100%;
    width: 100%;
    z-index: 10;
}

/*センター下*/
#center_main_bot {
    width: 110%;
    height: auto;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

/*pcスライドショー*/

#ibent_title {
    width: 100%;
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
}

#ibent_title img {
    margin: 0 auto;
    padding-bottom: 5px;
}

#slide_pc_box {
    width: 30%;
    height: 40%;
    margin: 1% 1% 1% 5%;
    padding: 1%;
}

.boxSizing {
    box-sizing: border-box;
}

#slide_p_jq_n {
    margin-top: 0;
    height: 100% !important;
    width: auto;
    position: relative;
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, .8));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .8));
}

#slide_p_jq_n ul {
    margin-top: 0;
    padding: 0;
}

#slide_p_jq_n img {
    width: 100%;
    height: 100%;
}

/*センター右*/
#center_b_right {
    width: 52%;
    height: 40%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 1% 0 1% 2%;
    padding: 1%;

}

#corona_pc_info {
    max-width: 600px;
}

#corona_pc_info img {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
}

#news_new_title,
#corona_pc_info {
    width: 100%;
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
}

.flex_zen {

    width: 100%;
    margin-top: 30px;
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */

}

#news_new_title img {
    margin: 0 auto;
    padding-bottom: 5px;
}

#center_b_right_t {
    width: 100%;
    height: 50%;
}

#center_b_right_b {
    margin-bottom: 20px;
    width: 100%;
    height: 50%;
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
}


#today_title {
    width: 100%;
    margin-top: 25px;
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
}

#today_title img {
    margin: 0 auto;
    padding-bottom: 5px;
}

.ribbon20-wrapper_0 {
    display: block;
    position: relative;
    margin-top: 5px;
    padding: 20px 0 10px 0;
    width: 500px;
    background: #fef263;

    /*5秒遅延して実行*/
    /*animation-delay:7s;*/
    /*3回繰り返す*/
    /*animation-iteration-count: 3;*/
    /*infiniteを指定すると連続*/
    /*animation-iteration-count: infinite;*/
    /*animation-duration:5s;*/

    -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, .8));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .8));
}

.ribbon20_0 {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    box-sizing: border-box;
    padding: 0 12px;
    margin: 0;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: white;
    background: #d83473;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}

.ribbon20_0:before {
    position: absolute;
    content: '';
    top: 0;
    left: -7px;
    border: none;
    height: 43px;
    width: 7px;
    background: #d83473;
    border-radius: 5px 0 0 5px;
}

.ribbon20_0:after {
    position: absolute;
    content: '';
    bottom: -7px;
    left: -5px;
    border: none;
    height: 7px;
    width: 5px;
    background: #942343;
    border-radius: 5px 0 0 5px;
}

.ribbon20-wrapper_0 p {
    margin: 25px 10px 0px 15px;
    font-family: tbcinergothic-std, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
}


.ribbon20-wrapper {
    display: block;
    position: relative;
    margin-top: 5px;
    margin-left: 30px;
    padding: 20px 0 5px 0;
    width: 470px;
    background: #ebf6f7;
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, .8));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .8));
}

.ribbon20 {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    box-sizing: border-box;
    padding: 0 12px;
    margin: 0;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: white;
    background: #007bbb;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}

.ribbon20:before {
    position: absolute;
    content: '';
    top: 0;
    left: -7px;
    border: none;
    height: 38px;
    width: 7px;
    background: #007bbb;
    border-radius: 5px 0 0 5px;
}

.ribbon20:after {
    position: absolute;
    content: '';
    bottom: -7px;
    left: -5px;
    border: none;
    height: 7px;
    width: 5px;
    background: #192f60;
    border-radius: 5px 0 0 5px;
}

.ribbon20-wrapper p {
    margin: 20px 10px 0px 15px;
    font-family: tbcinergothic-std, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
}

#new_around_ {
    padding: .2em .5em;
    color: #FFF;
    background: #417038;
    box-shadow: 0 0 0 10px #417038;
    border: 5px dashed #FFF;
    border-radius: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.cal_outlink {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    position: relative;
}

.callink,
.tayotte {
    width: 250px;
    height: auto;
}


.panel,
.speech,
.text {
    border: 2px solid #000
}

#new_around_ p {
    margin: 0;
    padding: 0;
}

.wrapper1_pc {
    overflow-y: scroll;
    height: 400px;
    font-size: 1em;
    /*padding: 0.5em 1em;*/
    margin: 0% 2% 1% 0%;
    color: #5d627b;
    background: #f4f4f4;
    /*border-left: solid 20px #00608d;*/
    border-left: solid 20px #3cb371;
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, .8));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .8));
}

.wrapper1_pc dl {
    margin: 2px;
}

.wrapper1_pc dt {
    margin: 7px 5px 3px 5px;
    padding: 2px 5px;
    /*background: -moz-linear-gradient(left, #007bbb, transparent);
        background: -webkit-linear-gradient(left, #007bbb, transparent);
        background: linear-gradient(to right, #007bbb, transparent);*/
    color: #1C1C1C;
    /* adobe webフォント */

    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}

.wrapper1_pc dd {
    margin: 0 5px;
    padding: 1px 5px 2px 5px;
    color: #1C1C1C;
    font-family: tbcinergothic-std, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
}


/*PCメイン料金・時間*/
.info1_wrap {
    width: 92%;
    margin: 2% 0 4% 2%;
}


.info1_area {
    font-size: 0;
    margin: 0 10px;
    text-align: center;
}

.info1_area label {
    width: 45%;
    margin: 5px 5px 0px 5px;
    display: inline-block;
    padding: 5px 0;
    color: #fff;
    background: #719bad;
    text-align: center;
    font-size: 1.8rem;
    cursor: pointer;
    transition: ease 0.2s opacity;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.8;
}

.info1_area label:hover {
    opacity: 0.5;
}

.info1_panel {
    width: 100%;
    height: 100%;
    /*padding: 1%;*/
    display: none;
    /*border:10px solid #5d627b;
    border-radius: 10px;*/
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
}

.info1_panel p {
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-align: center;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
}

#info1_1:checked ~ .info1_area .info1_1_label {
    background: #ffffff;
    color: #000;
}

#info1_1:checked ~ .panel_area #info1_1 {
    display: block;
}

#info1_2:checked ~ .info1_area .info1_2_label {
    background: #ffffff;
    color: #000;
}

#info1_2:checked ~ .panel_area #info1_2 {
    display: block;
}


/*PCのびのび*/


.nobi_wrap {
    width: 100%;
    max-width: 890px;
    margin: 3% 0 3% 5%;
}


.nobi_area {
    font-size: 0;
    margin: 0 10px;
}

.nobi_area label {
    width: 45%;
    margin: 0 5px;
    display: inline-block;
    padding: 5px 0;
    color: #fff;
    background: #5d627b;
    text-align: center;
    font-size: 1.8rem;
    cursor: pointer;
    transition: ease 0.2s opacity;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.8;
}

.nobi_area label:hover {
    opacity: 0.5;
}


.nobi_panel {
    width: 100%;
    height: 100%;
    padding: 1%;
    display: none;
}

.nobi_panel p {
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-align: center;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
}

#nobi1:checked ~ .nobi_area .nobi1_label {
    background: #ffffff;
    color: #000;
}

#nobi1:checked ~ .panel_area #panel1 {
    display: block;
}

#nobi2:checked ~ .nobi_area .nobi2_label {
    background: #ffffff;
    color: #000;
}

#nobi2:checked ~ .panel_area #panel2 {
    display: block;
    display: flex;
    justify-content: center;
}

/*PCプラネタ*/
.pura_wrap {
    width: 92%;
    margin: 3%;
}

input[type="radio"] {
    display: none;
}

.pura_area {
    font-size: 0;
    margin: 0 10px;
}

.pura_area label {
    width: 45%;
    margin: 0 5px;
    display: inline-block;
    padding: 5px 0;
    color: #fff;
    background: #5d627b;
    text-align: center;
    font-size: 1.8rem;
    cursor: pointer;
    transition: ease 0.2s opacity;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.8;
}

.pura_area label:hover {
    opacity: 0.5;
}

.panel_area {
    width: 100%;
    height: auto;
    background: #ffffff;
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
}

.panel_area img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.pura_panel {
    width: 100%;
    height: 100%;
    padding: 1%;
    display: none;
}

.pura_panel p {
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-align: center;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
}

#pura1:checked ~ .pura_area .pura1_label {
    background: #ffffff;
    color: #000;
}

#pura1:checked ~ .panel_area #panel1 {
    display: block;
}

#pura2:checked ~ .pura_area .pura2_label {
    background: #ffffff;
    color: #000;
}

#pura2:checked ~ .panel_area #panel2 {
    display: block;
}

.parent_p_01,
.parent_p_02 {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.parent_p_01 img,
.parent_p_02 img {
    width: 23%;
}

.ptitle {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 25px;
}

.ptitle img {
    width: 50%;
    height: auto;
}

/*コミック*/

#comic_around {
    width: 860px;
    display: flex;
    justify-content: center;
    align-items: center
}

#comic_all {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center
}

.comic {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: 'Comic Sans', cursive;
    padding: 1vmin
}

.panel_pc,
.speech,
.txt1 {
    display: inline-block
}

.comic_title_,
.comic_title_2 {
    z-index: 6
}

.panel_pc {
    background-color: #fff;
    box-shadow: 0 6px 6px -6px #000;
    flex: 1 1;
    height: 180px;
    margin: 1vmin;
    overflow: hidden;
    position: relative
}

.speech:after,
.speech:before {
    height: 0;
    width: 0;
    content: ""
}

.bottom-right,
.top-left {
    position: absolute;
    transform: skew(-15deg)
}

.text {
    background-color: #FFF;
    margin: 0;
    padding: 5px 10px;
    color: #000;
    z-index: 5
}

.top-left {
    left: -6px;
    top: -2px
}

.bottom-right {
    bottom: -2px;
    right: -6px
}

.speech {
    background-color: #fff;
    border-radius: 12px;
    margin-top: 8px;
    margin-left: 20px;
    padding: .9em 1em;
    position: relative
}

#pura_pic,
#tan_pic,
#tan_title {
    padding: 0;
    color: #fff
}

.speech:before {
    border: 12px solid transparent;
    border-left: solid 12px #000;
    border-top: solid 12px #000;
    bottom: -24px;
    left: 34px;
    position: absolute;
    transform: skew(-15deg)
}

.speech:after {
    border: 10px solid transparent;
    border-left: solid 10px #fff;
    border-top: solid 10px #fff;
    bottom: -19px;
    left: 37px;
    position: absolute;
    transform: skew(-15deg)
}

.panel_pc:nth-child(1) {
    flex-basis: 233px;
}

.panel_pc:nth-child(2) {
    flex-basis: 200px;
}

.panel_pc:nth-child(3) {
    flex-basis: 167px;
}

.panel_pc:nth-child(4) {
    flex-basis: 200px;
}

.panel_pc:nth-child(5) {
    flex-basis: 233px;
}

.panel_pc:nth-child(6) {
    flex-basis: 167px;
}

.panel_pc:nth-child(7) {
    flex-basis: 153px;
}

.panel_pc:nth-child(8) {
    flex-basis: 247px;
    height: 230px;
}

.panel_pc:nth-child(9) {
    flex-basis: 193px;
    height: 230px;
}

.panel_pc:nth-child(4n+1) {
    background-image: radial-gradient(circle, #98fb98, #9acd32)
}

.panel_pc:nth-child(4n+2) {
    background-image: radial-gradient(circle, #add8e6, #00bfff)
}

.panel_pc:nth-child(4n+3) {
    background-image: radial-gradient(circle, #ff0, orange)
}

.panel_pc:nth-child(4n+4) {
    background-image: radial-gradient(circle, #f08080, tomato)
}

.tp_im {
    margin-top: 5%
}

/*ここまでコミック*/

/*ここからアクセス*/
.google_maplink {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    border: none;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
}

.google_tizu_new {
    width: 80%;
    padding: 5% 10% 0% 10%;
    margin: 0;
    border: none;
}

.access_inf {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    border: none;
}

.access_inf img {
    width: 100%;
    padding: 0% 10% 5% 10%;
    margin: 0;
    border: none;
}

/*ここまでアクセス*/


/*ここから営業日*/
.clc_res {
    margin-top: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: 20px;
}

#result1,
#result2 {
    width: 45%;
    padding: 0% 0% 2% 3%;
    margin: 0;
    font-family: tbcinergothic-std, sans-serif;
    font-weight: 600;
    font-style: normal;
}

#result1 td,
#result2 td {
    background-color: #f4f4f4;
}

#result1 tr:nth-child(1) td,
#result2 tr:nth-child(1) td {
    color: #5d627b;


}

/*ここまで営業日*/

/*ここからQ&A*/
.q_a_main {
    margin-top: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: 20px;
    margin-bottom: 30px;
}

.q_a_main img {
    width: 100%;
    height: auto;

}

/*ここまでQ&A*/



/*ここから団体*/
.dantai_annai {
    margin-left: 20px;
    margin-bottom: 30px;
}

.dan_annai {
    margin-top: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: 20px;
}

.dan_annai img {
    width: 100%;
    height: auto;

}

.ti_link {
    text-align: center;
    font-family: tbcinergothic-std, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
}

.daninput {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-bottom: 10px;
}

.daninput img {
    width: 100%;
    height: auto;

}

.menjyo_annai {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

.menjyo_annai img {
    width: 100%;
    height: auto;

}

.menjyo_bo {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-top: 10px;
}

.menjyo_bo img {
    width: 100%;
    height: auto;

}

/*ここまで団体*/


/*ここから右側*/
.right_kirikae {
    width: 1000px;
    height: auto;
}

/*ここまで右側*/



/* フッター */

.footer_wrap {
    z-index: 99999;
    width: 1920px;
    height: 200px;
    margin: 0 auto 0 auto;
    padding: 0;
}

#footer {
    background-image: url("../images/pc/footer.png");
    background-repeat: repeat-x;
    width: 100%;
    padding: 0;
}

/* 流れ星設定 */
.star_1 {
    position: relative;
    top: -500px;
    left: -700px;
    z-index: 999999;
}


/*ここから新イベント・教室案内*/
#move_b {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#flex_row {
    width: 100%;
    height: auto;
}

.flex_ul1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.butt {
    width: 25%;
}

.butt img {
    width: 100%;
}

.flex_ul2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.news_all {
    padding: 0.5em;
    text-align: center;
    width: 20%;
}

.news_all img {
    width: 100%;
}

/*ここから各種資料*/
.siryou {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    margin-top: 30px;
    padding: 0;
    width: 100%;
    height: auto;

}

.s_midashi {
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
}

.p01_nCLi {
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
}

/*ここから文化ホール*/


.parent_bunka {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    margin-top: 30px;
    margin-left: 15px;
    padding: 0;
    width: 100%;
    height: auto;
}

.parent_bunka1 {
    width: 100%;
    margin-left: 10%;
    margin-bottom: 10px;
}

.parent_bunka1 img {
    width: 900px;
    height: auto;
}

.parent_p3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

#bunka_side1m,
#bunka_side2m {
    width: 600px;
    height: 350px;
    z-index: 999;
    background-color: cornflowerblue;

}

#bunka_side1,
#bunka_side2 {
    width: 300px;
    height: auto;
    z-index: 9999;
}

.basis2_ {
    flex-basis: 300px;
}

.basis3_ {
    flex-basis: 600px;
    background-color: cornflowerblue;
}

.parent_kyousitu1,
.parent_main_bunka3 {
    display: flex;
    justify-content: center;
    width: 100%;
}

.parent_main_bunka3 {
    margin-top: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.parent_main_bunka3 img {
    width: 90%;
    height: auto;
}

/*ここまで文化ホール*/

/*ここからたんけん*/
.tan_wrap {
    width: 100%;
    max-width: 890px;
    margin: 3% 0 3% 5%;
}


.tan_area {
    font-size: 0;
    margin: 0 10px;
}

.tan_area label {
    width: 45%;
    margin: 0 5px;
    display: inline-block;
    padding: 5px 0;
    color: #fff;
    background: #5d627b;
    text-align: center;
    font-size: 1.8rem;
    cursor: pointer;
    transition: ease 0.2s opacity;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.8;
}

.tan_area label:hover {
    opacity: 0.5;
}


.tan_panel {
    width: 100%;
    height: 100%;
    padding: 1%;
    display: none;
}

.tan_panel p {
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-align: center;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
}

#tan1:checked ~ .tan_area .tan1_label {
    background: #ffffff;
    color: #000;
}

#tan1:checked ~ .panel_area #panel1 {
    display: block;
}

#tan2:checked ~ .tan_area .tan2_label {
    background: #ffffff;
    color: #000;
}

#tan2:checked ~ .panel_area #panel2 {
    display: block;
    display: flex;
    justify-content: center;
}



#tanken_main {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 1000px;
}

#tanken_down,
#tanken_up {
    width: 880px
}

#tanken_down li,
#tanken_up li {
    float: left;
    width: 400px;
    height: 300px;
    margin-left: 0;
    overflow: hidden
}

figure .btns {
    -moz-transition: -moz-transform .5s linear;
    -webkit-transition: -webkit-transform .5s linear;
    -o-transition: -o-transform .5s linear;
    -ms-transition: -ms-transform .5s linear;
    transition: transform .5s linear
}

figure:hover .btns {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

#tanken_down figure,
#tanken_up figure {
    position: relative;
    overflow: hidden;
    width: 400px;
    height: 300px;
    margin: 0
}

#tanken_down figcaption,
#tanken_up figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    line-height: 300px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px
}

.image-row {
    margin: 0;
    padding: 0;

}

/*ここまでたんけん*/
