@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

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

body {
    line-height: 1;
}

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

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

del {
    text-decoration: line-through;
}

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

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

input, select {
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    margin-left: 5px;
}

/*フッターバナー_篠原作成*/
.footerbnr {
    width: 50%;
    margin: 0 auto;
    display: grid;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr;
}

.footerbnrarea {}


/*小道具一覧ページ_篠原作成*/

.kodogu img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.thumbnail {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    display: grid;
    column-gap: 0px;
    row-gap: 10px;
    max-width: 960px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px;
}

.cp_h2title {
    position: relative;
    padding: 0.5em;
    background-color: #ff7b9b;
    color: #ffffff;
    margin: 0.5em 0;
    font-size: 120%;
}

.cp_h2title::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: #fafcfc #fafcfc #ffcad7 #ffcad7;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}

.conte-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    /*何列のグリッドにするかここで決めます。等間隔ならこの表記で大丈夫。*/
    column-gap: 10px;
    /*グリッドの隙間を設定します。*/
    row-gap: 10px;
    padding: 5px 5px;
    /*グリッド左右の隙間、いらない場合は消してOK*/
}

.conte-grid img {
    width: 75%;
}

.conte-item {
    background: #fff;
    /*コンテンツの背景色だけど、元の背景指定しないならボーダー敷くこと。*/
    height: 400px;
    /*コンテンツの高さはテキスト量に応じて手動で決めます。(文字数はできるだけ揃えること)*/
    z-index: 1;
    /*これはなくても良い*/
}

/*↓機材名のテキストサイズとか*/
.conte-title {
    text-align: center;
    font-size: 110%;
    padding: 5px 0px;
    font-weight: 700;

}

/*↓機材説明のテキストサイズ*/
.conte-caption {
    padding: 0 10px;
    line-height: 1.7;
    font-size: 110%;
    height: 70px;
}

.under {
    background: linear-gradient(transparent 50%, #aefffc 50%);
    font-size: 90%;
}





/*レスポンシブ*/
@media screen and (max-width:479px) {

    .thumbnail {
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 10px;
        font-size: 70%;
    }


    /*2列のグリッドをスマホでは1列にするやつ*/
    .conte-grid {
        grid-template-columns: 1fr 1fr 1fr !important;
        row-gap: 10px;
    }

    /*テキストレスポンシブ最適化*/
    .conte-title {
        font-size: 100% !important;
    }

    .conte-caption {
        font-size: 90% !important;
    }
}


.cp_h2title {
    position: relative;
    padding: 0.5em;
    background-color: #ff7b9b;
    color: #ffffff;
    margin: 0.5em 0;
    font-size: 120%;
}

.cp_h2title::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: #fafcfc #fafcfc #ffcad7 #ffcad7;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}



/* common */

body {
    color: #000;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-family: 'Noto Sans Japanese', sans-serif;
    -webkit-text-size-adjust: none;
    margin: 0 auto;
}

a {
    color: #e43191;
    text-decoration: none;
    transition: .3s;
    text-align: center;
    text-align: center;
}

div.news_area a {
    text-align: left;
}

a:hover {
    color: #ea027f;
}

img {
    max-width: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    line-height: 0;
    clear: both;
}


/*----- 篠原調整用 -----*/

/* 店舗トップボタンのCSS　*/
.btn-animation-02 {
    display: block;
    width: 200px;
    text-align: center;
    background-color: #fb6e99;
    border: 2px solid #fb6e99;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 24px;
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-animation-02 span {
    position: relative;
    z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
    content: "";
    display: block;
    background-color: #d20062;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s;
}

.btn-animation-02::before {
    left: 0;
}

.btn-animation-02::after {
    right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
    width: 0;
    background-color: #FFF;
}

.btn-animation-02:hover {
    color: #FFF;
}

.page_contents .wrap {
    width: 960px;
    margin: auto;
}

.page_contents h2 {
    text-align: center;
    font-size: 130%;
    letter-spacing: 2px;
    padding-bottom: 0px;
    background-image: url(/img/h2back2.png);
    background-repeat: no-repeat;
    background-position-x: center;
    margin-top: -15px;
    background-size: contain;
}

.q-midashi h3 {
    color: #ff7aac;
    font-size: 115%;
    text-align: center;
    border-left: #ff7aac 5px solid;
    display: table;
    width: 50%;
    padding: 10px;
    padding-bottom: 0px;
    margin: auto;
    border-right: #ff7aac 5px solid;
    background-color: #ff79ac0d;
}

.q-module {
    width: 700px;
    margin: 55px auto 0;
    padding: 0 5px 0 50px;
    letter-spacing: .08em;
    background-image: url(/img/img_faq_qa.png);
    background-repeat: no-repeat;
}

.q-module:before {
    display: block;
    content: '';
}

.q-module .q-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 25px;
}

.q-module .q-anser {
    position: relative;
    padding: 24px;
    text-align: justify;
    background-color: #eeedea;
}

.q-module:after {
    clear: both;
}

.q-module .q-anser p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 200
}

table {
    width: 100%;
    margin: 0 0 1.6em 0;
    border-spacing: 0;
    border: 1px solid #c0c6c9;
    border-width: 1px 0 0 1px;
}

table th {
    background-color: #f3f3f3;
}

table th, table td {
    padding: 0.5em;
    border: solid #c0c6c9;
    border-width: 0 1px 1px 0;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word;
}

table th, table td {
    padding: 0.5em;
    border: solid #c0c6c9;
    border-width: 0 1px 1px 0;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word;
}

.cale {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: #eb6100;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
    margin-top: 21px;
}

.cale a {

    color: #fff !important;
}


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

    .page_contents .wrap {
        width: auto;
    }

    .q-module {
        width: auto;
        letter-spacing: 0.5px;
        background-size: 40px;
    }

    .q-module .q-anser {
        text-align: inherit;
        margin-bottom: -30px;
    }

    /*	table th, table td{display: block;}	2020.8.20削除 */
    .cale {
        font-size: 1.1rem;
    }

}

/* チケット_篠原加筆 ----------------------------------------------------------------- */
table#price_list td, table#price_option td {
    padding: 0.5em;
    border: solid #fff;
    text-align: center;
    vertical-align: middle;
    max-width: 710px;
    margin: auto;
}



table#price_list tr:first-child td:first-child {
    border-radius: 20px 0 0 0;
}

table#price_list tr:first-child td:last-child {
    border-radius: 0 20px 0 0;
}

/*
table#price_list tr:last-child td:first-child {
border-radius: 0 0 0 20px;
}
table#price_list tr:last-child td:last-child {
border-radius: 0 0 20px 0;
}
*/

table#price_list {
    text-align: center !important;
    font-size: 15px;

}

table#price_option {
    text-align: center !important;
    font-size: 15px;
}

td.price_blank {
    background-color: #cff852;
}

tr.price_column {
    background-color: #ffda92;
    font-size: 18px;
    margin: 0 auto;
    text-shadow: 0.5px 0.5px 4px #979898;
    height: 30px;
}

td.price_weekday, price_holiday {
    width: 100px;
}

tr.price_weekday {
    background-color: #e1f3ff;
}

td.price_weekday {
    background-color: #a7ddff;
    width: 25%;
}

tr.price_holiday {
    background-color: #ffe6ea;
}

td.price_holiday {
    background-color: #ffc9d6;
    width: 25%;
}

td.price_time {
    background-color: #cff852;
}

tr.price_allday {
    background-color: #f2f2f2;
}

td.price_ticket {
    background-color: #dbff9d;
}

td.price_option {
    background-color: #d2c9ff;
}

.ticket p {
    max-width: 960px;
    margin: auto;
}

.ticket img {
    max-width: 710px;
    margin: 15px auto;
    display: block;
}

.ticket h3 {
    padding: 0.4em 0.5em;
    color: #494949;
    background: #fdfafa;
    border-left: solid 5px #fb9bb0;
    border-bottom: solid 3px #d7d7d7;
    max-width: 960px;
    margin: auto;
    padding-left: 15px;
    font-size: 105%;
    margin-bottom: 5px;
}

.ticket h4 {

    font-size: 90%;
    width: 710px;
    margin: auto;

}



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

    table#price_list {
        width: 100%;
    }

}

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

    table#price_list td, table#price_option td {
        padding: 0.5em;
        border: solid #fff;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
    }

    .ticket p {
        width: auto;
    }

    .ticket img {
        max-width: 100%;
    }

    .ticket {
        overflow: hidden;
    }
}




/*   篠原作成当日チケットについて    */
.ttl {
    max-width: 710px;
    margin: 0px auto;
}

.center img {
    width: auto;
    margin: 0 auto;
    display: block;
}

.ticket span {
    font-size: 95%;
    color: #656565;
}

.tixgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0px;
    width: 80%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

span.attention {
    color: #f00;
    font-size: 80%;
}

span.tx2 {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
}


/*  疑似タブボタン(篠原作成) */
/*  疑似タブボタン(共通css) */

.tabs-6, .tabs-2, .tabs-3, .tabs-4, .tabs-5 {
    display: grid;
    column-gap: 10px;
    row-gap: 10px;
    max-width: 960px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 5px;
}

/*チケット疑似タブ並び(3×1)*/
.tabs-3 {
    grid-template-columns: 1fr 1fr 1fr;
}


/*大阪名古屋フロアマップ疑似タブ並び(6×1)*/
.tabs-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

/*大阪新フロアマップ擬似タブ並び(5×2)*/
.tabs-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

/*東京フロアマップ疑似タブ並び(4×2)*/
.tabs-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

/*コセットフロアマップ疑似タブ並び(2×1)*/
.tabs-2 {
    grid-template-columns: 1fr 1fr;
}


/*チケットページの疑似タブボタン*/
/*大阪新フロアマップ擬似タブボタン*/
/*非アクティブ*/

.button-shadow_h {
    text-align: center;
    box-sizing: border-box;
    display: block;
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
    background: #f9a2c6;
    color: #fff;
    font-weight: bold;
    padding: 10px 10px;
    border-radius: 5px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.3);
    font-size: 15px;
}

/*アクティブ*/
.button-shadow_i {
    text-align: center;
    box-sizing: border-box;
    display: block;
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
    background: #fe559b;
    color: #fff;
    font-weight: bold;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 15px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.3);
}

.button-shadow_i:hover {
    animation: 1s flash2;
}

.button-shadow_i:active, .button-shadow:focus {
    border-bottom-width: 0;
    margin-top: 5px;
    background: #fd7141;
}

/*非アクティブ*/
.button-shadow {
    text-align: center;
    box-sizing: border-box;
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    background: #447fff;
    color: #fff;
    font-weight: bold;
    padding: 13px 10px 10px;
    border-radius: 5px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.3);
}

/*非アクティブ*/
.button-shadow-2 {
    text-align: center;
    box-sizing: border-box;
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    background: #fd7141;
    color: #fff;
    font-weight: bold;
    padding: 13px 10px 10px;
    border-radius: 5px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.3);
}

.button-shadow:hover {
    animation: 1s flash;
}

.button-shadow:active, .button-shadow:focus {
    border-bottom-width: 0;
    margin-top: 5px;
    background: #fd7141;
}

/*大阪名古屋フロアマップの疑似タブボタン*/

/*チケットページの疑似タブボタン*/
/*非アクティブ*/

.button-shadow_c {
    text-align: center;
    box-sizing: border-box;
    display: block;
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
    background: #f9a2c6;
    color: #fff;
    font-weight: bold;
    padding: 13px 10px 10px;
    border-radius: 5px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.3);
}

/*アクティブ*/
.button-shadow_d {
    text-align: center;
    box-sizing: border-box;
    display: block;
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
    background: #fe559b;
    color: #fff;
    font-weight: bold;
    padding: 13px 10px 10px;
    border-radius: 5px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.3);
}

.button-shadow_d:hover {
    animation: 1s flash2;
}

.button-shadow_d:active, .button-shadow:focus {
    border-bottom-width: 0;
    margin-top: 5px;
    background: #fd7141;
}

/*アクティブ*/
.button-shadow_e {
    text-align: center;
    box-sizing: border-box;
    display: block;
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
    background: #ED7D94;
    color: #fff;
    font-weight: bold;
    padding: 13px 10px 10px;
    border-radius: 5px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.3);
}

.button-shadow_d:hover {
    animation: 1s flash2;
}

.button-shadow_d:active, .button-shadow:focus {
    border-bottom-width: 0;
    margin-top: 5px;
    background: #fd7141;
}

@keyframes flash2 {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

/*ハコアム東京用疑似タブボタン(フロアマップ)*/
/*非アクティブ*/

.button-shadow_f {
    text-align: center;
    box-sizing: border-box;
    display: table-cell;
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
    background: #9D9E9E;
    color: #fff;
    font-weight: bold;
    padding: 33px 10px;
    border-radius: 5px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.3);
    height: 100px;
    vertical-align: middle;
}

/*アクティブ*/
.button-shadow_g {
    text-align: center;
    box-sizing: border-box;
    display: block;
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
    background: #9D9E9E;
    color: #fff;
    font-weight: bold;
    padding: 33px 10px;
    border-radius: 5px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.3);
    height: 100px;
    vertical-align: middle;
}

.button-shadow_g:hover {
    animation: 1s flash2;
}

.button-shadow_g:active, .button-shadow:focus {
    border-bottom-width: 0;
    margin-top: 5px;
    background: #fd7141;
}



/*初めての方へページの疑似タブボタン*/
/*アクティブ*/
.button-shadow_a {
    text-align: center;
    box-sizing: border-box;
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    background: #f9a2c6;
    color: #fff;
    font-weight: bold;
    padding: 13px 10px 10px;
    border-radius: 5px;

}

/*非アクティブ*/
.button-shadow_b {
    text-align: center;
    box-sizing: border-box;
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    background: #fe559b;
    color: #fff;
    font-weight: bold;
    padding: 13px 10px 10px;
    border-radius: 5px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.3);
}

.button-shadow_b:hover {
    animation: 1s flash3;
}

.button-shadow_b:active, .button-shadow:focus {
    border-bottom-width: 0;
    margin-top: 5px;
    background: #fd7141;
}

@keyframes flash3 {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}


/*初めての方へページの疑似タブボタン*/
/*アクティブ*/
.button-shadow_x {
    text-align: center;
    box-sizing: border-box;
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    background: #f9a2c6;
    color: #fff;
    font-weight: bold;
    padding: 13px 10px 10px;
    border-radius: 5px;

}

/*非アクティブ*/
.button-shadow_y {
    text-align: center;
    box-sizing: border-box;
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    background: #fe559b;
    color: #fff;
    font-weight: bold;
    padding: 13px 10px 10px;
    border-radius: 5px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.3);
}

.button-shadow_b:hover {
    animation: 1s flash3;
}

.button-shadow_b:active, .button-shadow:focus {
    border-bottom-width: 0;
    margin-top: 5px;
    background: #fd7141;
}

@keyframes flash3 {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}



@media screen and (max-width: 480px) {
    .tabs-3 {
        grid-template-columns: 1fr 1fr;
        row-gap: 5px;
    }

    .tabs-6 {
        grid-template-columns: 1fr 1fr;
        row-gap: 5px;
    }

    .tabs-4 {
        grid-template-columns: 1fr 1fr;
        row-gap: 5px;
    }

    .button-shadow, .button-shadow-2 {
        width: 90%;
        font-size: 90%;
    }

    .costumegrid {
        grid-template-columns: 1fr 1fr;
    }
}






/*　フロアマップページ共通篠原加筆　*/
.floorm img {
    width: auto;
    margin: 0 auto;
    display: block;
}

.floorm p {
    font-size: 80%;
    margin: 0 auto;
    display: block;
    width: 90%;
    margin-bottom: 30px;
    color: #f33534;
}

.floor h3 {
    padding: 0.4em 0.5em;
    color: #494949;
    background: #fdfafa;
    border-left: solid 5px #fb9bb0;
    border-bottom: solid 3px #d7d7d7;
    max-width: 910px;
    margin: auto;
    padding-left: 15px;
    font-size: 105%;
    margin-bottom: 30px;
}

details[open] {
    padding: .5em;
}

details[open] summary {
    border-bottom: 0px;
    margin-bottom: .5em;
}

details {
    border: 0px;
    border-radius: 0px;
    padding: 0;
    margin-bottom: 10px;
}

etails[open] summary {
    border-bottom: 0px;
    margin-bottom: .5em;
}

.btn-square-pop {
    width: 90%;
    position: relative;
    display: inline-block;
    padding: 0.75em 1.5em;
    text-decoration: none;
    color: #FFF;
    background: #faa1c6;
    border-bottom: solid 2px #fe559a;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    margin: auto;
    display: block;
}

.hacop {
    text-align: center;
    width: 100%;
}

.first_btn img {
    width: 25% !important;
}

@media screen and (max-width: 640px) {
    .btn-square-pop {
        width: 80%;
    }

    .first_btn img {
        width: 50% !important;
    }
}


/*-----------------------------
ギャラリー
------------------------------*/
.gallery {
    /** ギャラリーを囲むボックス **/
    width: 100%;
    margin-bottom: 20px !important;
    overflow: hidden;
}

.gallery br {
    display: none;
}

/** 自動で挿入される clearfix の余白解除 **/

.gallery-item {
    /** 画像共通のスタイル **/
    float: left;
    margin-bottom: 0 !important;
}

.gallery-icon {
    /** 画像を囲む dt のスタイル **/
    text-align: center;
}

.gallery-icon img {
    max-width: 300px;
    margin-bottom: 10px !important;
    object-fit: cover;
    height: 250px;
}

.gallery-caption {
    /** キャプション **/
    color: #222;
    font-size: 12px;
    margin: 0 0 10px;
    text-align: center;
}

.gallery-columns-1 .gallery-item {
    /** カラムなし **/
    width: 100%;
    margin-right: 0;
}

.gallery-columns-2 .gallery-item {
    /** 2カラム **/
    width: 48%;
    margin: 0 1%;
}

.gallery-columns-3 .gallery-item {
    /** 3カラム **/
    width: 31.33333%;
    margin: 0 1%;
}

.gallery-columns-4 .gallery-item {
    /** 4カラム **/
    width: 23%;
    margin: 0 1%;
}

.gallery-columns-5 .gallery-item {
    /** 5カラム **/
    width: 18%;
    margin: 0 1%;
}

@media screen and (max-width: 730px) {
    .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
        width: 48%;
        margin: 0 1%;
    }

    .gallery-icon img {
        max-width: 400px;
        height: 160px;
    }
}

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

    /* 640px以下用の記述 */
    .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
        width: 48%;
        margin: 0 1%;
    }

    .gallery-columns-5 .gallery-item {
        width: 31.33333%;
        margin: 0 1%;
    }

    .gallery-icon img {
        height: 170px;
        max-width: 170px;
    }
}


/*篠原作成初めての方へページ大阪名古屋東京*/

.first img {
    width: 95%;
    margin: 0 auto;
    display: block;
}

.event img {
    text-align: center;
    vertical-align: bottom;
}

.map {
    background-color: #bda2c3;
    width: 95%;
    margin: auto;
}

.eve {
    background-color: #e34554;
    background-color: #e34554;
    width: 95%;
    margin: auto;
}

.eve img {
    width: 100%;
}

.evecontent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 60%;
    margin: auto;
}

.first h3 {
    padding: 0.4em 0.5em;
    color: #494949;
    background: #fdfafa;
    border-left: solid 5px #fb9bb0;
    border-bottom: solid 3px #d7d7d7;
    max-width: 910px;
    margin: auto;
    padding-left: 15px;
    font-size: 105%;
    margin-bottom: 15px;
}

.flow_desc {
    margin: 30px 40px 30px 170px;
    line-height: 1.5;
}

.first p {
    margin-left: 170px;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

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

    .first p {
        margin-left: 0px;
    }

    .flow_desc {
        margin: 30px 10px 30px 10px;
    }
}


/* 篠原作成ハコプラスページ*/

.hacoplus img {
    width: auto;
    margin: 0 auto;
    display: block;
}

.hacoinfo {
    text-align: center;
    margin-bottom: 30px;
}

.itemlist {
    width: 100%;
    margin: 0 auto;
    display: flex;
}

.foods {
    background-color: #f1e9e3;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .itemlist {
        display: block;
        margin: 0 auto;
        margin-left: 15px;
    }

    .shopl dd {
        padding-left: 1em;
        text-indent: -1em;
        font-size: medium;
        color: inherit;
    }
}

/*ハコプラス東京*/

.shop_desc {
    width: 45%;
    float: left;
}

@media screen and (max-width: 480px) {
    .shop_desc {
        width: 100%;
    }

}


/*サービス一覧グリッドcss*/

.costumegrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
    padding: 10px 10px;
    margin-bottom: 30px;
}

.c-item01 {
    border: 1px solid #ffc7e1;
    padding: 2px;
    margin: .2em;
}

.costitle {

    font-size: 130%;
    color: #f34094;
    border-bottom: 1px solid #f34094;
    padding: 5px;
}

.cosprice {
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}


/* 問い合わせ ----------------------------------------------------------------- */

div.contact {
    max-width: 205px;
    max-height: 205px;
    min-width: 184px;
    min-height: 70px;
    padding: 135px 0 0 21px;
    margin: 0px 5px 10px 5px;
    float: left;
}

div.contact_all {
    margin: auto;
    width: 650px;
}

div.contact_osaka {
    background: url("/hacostadium/img/contact/contact_osaka.jpg") no-repeat center;
}

div.contact_tokyo {
    background: url("/hacostadium/img/contact/contact_tokyo.jpg") no-repeat center;
}

div.contact_nagoya {
    background: url("/hacostadium/img/contact/contact_nagoya.jpg") no-repeat center;
}

div.contact_ikebukuro {
    background: url("/hacostadium/img/contact/contact_ikebukuro.jpg") no-repeat center;
}

div.contact_nihonbashi {
    background: url("/hacostadium/img/contact/contact_nihonbashi.jpg") no-repeat center;
}

div.contact_curas {
    background: url("/hacostadium/img/contact/contact_curas.jpg") no-repeat center;
}

@media screen and (max-width:767px) {
    div.contact_all {
        margin: auto;
        width: 100%;
    }

    div.contact {
        margin: 1px 2px;
    }
}

/*----コンタクトフォーム --*/

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px) {
    .inquiry th, .inquiry td {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important;
    }

    /* 必須・任意のサイズ調整 */
    .inquiry .haveto, .inquiry .any {
        font-size: 10px;
    }
}

/*見出し欄*/
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 30%;
    background: #f7f7f7;
    border: solid 1px #d7d7d7;
    padding: 15px;
}

/*通常欄*/
.inquiry td {
    font-size: 15px;
    border: solid 1px #d7d7d7;
    padding-top: 15px;
    padding-bottom: 15px;

}

/*横の行とテーブル全体*/
.entry-content .inquiry tr, .entry-content table {
    border: solid 1px #d7d7d7;
}

/*必須の調整*/
.haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

/*任意の調整*/
.any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
    display: block;
}

/*送信ボタンのデザイン変更*/
#formbtn {
    display: block;
    padding: 1em 0;
    margin-top: 30px;
    width: 100%;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 2px;
    border: none;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover {
    background: #fff;
    color: #ffaa56;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    background-color: #fbe5e5;
    padding: 10px;
    margin-top: 10px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ffaa55;
    text-align: center;
    padding: 20px !important;
    margin-top: 0px !important;
    background-color: #f9eee3;
}

.wpcf7c-conf {
    background-color: #d4fbff;
    color: black;
    border: 1px solid #333333;
}

.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    line-height: 1.2;
    font-size: 14px;
}

.wpcf7 select {
    width: auto;
    max-width: 97%;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 5px;
}

/*取り扱いブランド一覧*/
.brand {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.b_item {
    isplay: block;
    margin: auto;
    text-align: center;
}

.b_item p {
    display: inline-flex;
    background-color: #d20064;
    padding: 5px;
    margin: 5px;
    color: #fff;
    font-size: smaller;
    border-radius: 5px;
    margin-top: -1px;
}


@media screen and (max-width: 480px) {
    .brand {
        grid-template-columns: 1fr 1fr;
        row-gap: 40px;
    }
}

.button {
    display: block;
    max-width: 415px;
    width: 100%;
    height: 58px;
    margin: 30px 0px;
    font-size: 112.5%;
    line-height: 1.2;
    font-weight: bold;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.button a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fe559b;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    border: 1px solid #fe559a;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    box-shadow: 1px 2px 0px 1px #d9d9d9;
    -moz-box-shadow: 1px 2px 0px 1px #d9d9d9;
    -webkit-box-shadow: 1px 2px 0px 1px #d9d9d9;
}

/*ハコアム東京のアクセスページ*/
.access {
    max-width: 710px;
    margin: auto;
}

/*コセットの小道具一覧*/
.rental_area {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.rental {
    float: left;
    max-width: 300px;
    margin: 10px;
}

@media screen and (max-width: 479px) {
    rental_area {
        grid-template-columns: 1fr;
    }
}

/*----- common -----*/

.wrap {
    width: 1200px;
    margin: 0 auto;
}

header .wrap {
    display: flex;
    justify-content: space-between;
}

header h1 {
    width: 430px;
    margin: 10px 0;
}

header ul {
    margin: 20px 0 0;
}

header ul li {
    display: inline-block;
}

header ul li img {
    height: 90px;
}

header ul li img.sp {
    display: none;
}

header ul li a:hover {
    opacity: .7;
}

nav.nav_all ul {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

nav.nav_all ul li {
    width: 12.5%;
}

nav.nav_all ul li a,
div.nav_all ul li a {
    display: block;
    padding: 0 0 15px;
    text-align: center;
    background: #999;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: -1px;
}

nav.nav_all ul li a img {
    width: 50%;
}

nav.nav_all ul li a span::before,
div.nav_all ul li a span::before {
    content: "\A";
    white-space: pre;
}

nav.nav_all ul li a:hover,
div.nav_all ul li a:hover {
    color: #fff;
    opacity: .7;
}

nav.nav_all ul li:nth-of-type(1) a {
    background: #fc5357;
}

nav.nav_all ul li:nth-of-type(2) a {
    background: #fd9e44;
}

nav.nav_all ul li:nth-of-type(3) a {
    background: #fdc133;
}

nav.nav_all ul li:nth-of-type(4) a {
    background: #23bb8c;
}

nav.nav_all ul li:nth-of-type(5) a {
    background: #23d2d2;
}

nav.nav_all ul li:nth-of-type(6) a {
    background: #20bde2;
}

nav.nav_all ul li:nth-of-type(7) a {
    background: #1ba2fc;
}

nav.nav_all ul li:nth-of-type(8) a {
    background: #c57cf6;
}

div.nav_all ul {
    display: none;
}

.page_name {
    display: none;
}

.mv {

    max-width: 1200px;
    margin: auto;
}

.topslidearea {
    background-color: #f3f3f3;
}

.mv img {
    width: 100%;
}

.mv img.sp {
    display: none;
}

footer {
    padding: 50px 0;
    background: #ccc;
    color: #666;
}

footer ul {
    text-align: center;
}

footer ul li {
    display: inline-block;
    border-right: 1px solid #555;
}

footer ul li:last-child {
    border: none;
}

footer ul li a {
    padding: 0 30px;
    color: #666;
}

footer ul li a:hover {
    opacity: .5;
}

footer .copyright {
    margin-top: 50px;
    font-size: .875rem;
    text-align: center;
}

@media screen and (max-width: 479px) {
    .foot-shopmenu ul {
        width: 352px;
    }

    .foot-shopmenu li {
        width: 176px;
        padding: 0;
        float: left;
    }

}

main {
    padding-bottom: 90px;
}

main .wrap {
    width: 910px;
    margin: auto;
}

/*   篠原追記箇所   */

hr {
    margin: 90px 0 0;
    color: #999;
    border-color: #999;
    background: #999;
}

.col_2,
.col_3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.col_2 .col_box {
    width: 48.5%;
}

.col_3 .col_box {
    width: 31.25%;
}

.col_3::after {
    display: block;
    width: 31.25%;
    content: "";
}


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

    .wrap {
        width: auto;
        margin: 0 20px;
    }

    header h1 {
        width: 31.6%;
    }

    header ul {
        margin: 18px 0 0;
    }

    header ul li img {
        height: 6vw;
    }

    nav.nav_all ul li a {
        padding: 0 0 1.2vw;
        font-size: 1.25vw;
    }

    footer {
        padding: 5vw 0;
    }

    footer ul li {
        display: inline-block;
    }

    footer ul li a {
        padding: 0 3vw;
        color: #666;
        font-size: .875rem;
    }

    footer .copyright {
        margin-top: 5vw;
        font-size: .75rem;
    }

    main {
        padding-bottom: 6vw;
    }

    hr {
        margin: 6vw 0 0;
    }

}

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

    .wrap {
        margin: 0 2vw;
    }

    div.sp_menu {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 9000;
    }

    header {}

    header .wrap {
        justify-content: flex-start;
    }

    header h1 {
        width: 60%;
        margin: 1vw 0;
    }

    header ul {
        width: 24%;
        margin: 3.2vw 0 -3vw 4vw;
    }

    header ul li img {
        width: auto;
        height: auto;
    }

    header ul li img.pc {
        display: none;
    }

    header ul li img.sp {
        display: block;
    }

    #menu_icon {
        position: absolute;
        top: 4vw;
        right: 2vw;
        width: 9vw;
        height: 8vw;
        cursor: pointer;
    }

    #menu_icon span {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        border: 2px solid #666;
        width: 8vw;
        transition: all .2s;
    }

    #menu_icon span:nth-of-type(1) {
        top: 0vw;
    }

    #menu_icon span:nth-of-type(2) {
        top: 3vw;
    }

    #menu_icon span:nth-of-type(3) {
        top: 6vw;
    }

    #menu_icon.active span:nth-of-type(1) {
        transform: rotate(45deg);
        margin-top: 3vw;
    }

    #menu_icon.active span:nth-of-type(2) {
        transform: rotate(-45deg);
    }

    #menu_icon.active span:nth-of-type(3) {
        display: none;
    }

    nav.nav_all,
    div.nav_all {
        display: none;
    }

    nav.nav_all ul,
    div.nav_all ul {
        display: block;
    }

    nav.nav_all ul li,
    div.nav_all ul li {
        width: 100%;
    }

    nav.nav_all ul li a,
    div.nav_all ul li a {
        display: flex;
        align-items: center;
        padding: 0;
        text-align: left;
        font-size: 3vw;
        letter-spacing: 0;
    }

    nav.nav_all ul li a img,
    div.nav_all ul li a img {
        width: 12%;
        margin: 0 3vw;
    }

    nav.nav_all ul li a span::before,
    div.nav_all ul li a span::before {
        content: "";
        white-space: normal;
    }

    div.nav_all ul li:nth-of-type(1) a {
        background: #51c978;
    }

    div.nav_all ul li:nth-of-type(2) a {
        background: #fd7141;
    }

    div.nav_all ul li:nth-of-type(3) a {
        background: #248ea6;
    }

    div.nav_all ul li:nth-of-type(4) a {
        background: #3568ce;
    }

    div.nav_all ul li:nth-of-type(5) a {
        background: #078c03;
    }

    .page_name {
        display: block;
        padding: 8vw 0 2vw;
        color: #fe559c;
        font-size: 4vw;
        font-weight: bold;
        text-align: center;
    }

    .mv img.pc {
        display: none;
    }

    .mv img.sp {
        display: block;
    }

    main {
        padding-bottom: 8vw;
        margin: 0 0px;
    }

    hr {
        margin: 8vw 0 0;
    }

}

@media screen and (max-width: 567px) {
    .mv {
        width: 100%;
    }

    .wrap {
        margin: 0 4vw;
    }

    #menu_icon {
        right: 4vw;
    }

    nav.nav_all ul li a {
        font-size: 4vw;
    }

    nav.nav_all ul li a img {
        width: 16%;
        margin: 0 2.5vw;
    }

    .page_name {
        padding: 8vw 0 4vw;
        font-size: 6vw;
    }

    .footerbnr {
        width: 100%;
        grid-template-columns: 1fr;
    }

    footer {
        padding: 7vw 0 10vw;
    }

    footer ul li {
        display: block;
        border: none;
    }

    footer ul li a {
        display: block;
        padding: 4vw 0;
    }

    footer .copyright {
        margin-top: 10vw;
    }

    .col_2,
    .col_3 {
        display: block;
    }

    .col_2 .col_box,
    .col_3 .col_box {
        width: 100%;
    }


}

@media screen and (min-width: 768px) {
    nav.nav_all {
        display: block !important;
        background-color: #f3f3f3;
    }

}

@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }
}

/*----- top page -----*/

nav.nav_home ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 0 10px;
}

nav.nav_home ul li {
    width: 237px;
    border-left: 2px solid #999;
}

nav.nav_home ul li:last-child {
    border-right: 2px solid #999;
}

nav.nav_home ul li a {
    display: block;
    text-align: center;
    padding: 2px 0 10px;
    border-bottom: 3px solid #fff;
    color: #fe559c;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.2;
}

nav.nav_home ul li a span {
    font-size: .875rem;
    font-weight: 500;
}

nav.nav_home ul li a span::after {
    content: "\A";
    white-space: pre;
}

nav.nav_home ul li.active a,
nav.nav_home ul li a:hover {
    border-bottom: 3px solid #fe559c;
}

span.navi_cosset a {
    color: #00a0e9 !important;
}

span.navi_cosset .active a,
span.navi_cosset a:hover {
    border-bottom: 3px solid #00a0e9 !important;
}


span.navi_yotsuya a {
    color: #15BA9F !important;
}

span.navi_yotsuya .active a,
span.navi_yotsuya a:hover {
    border-bottom: 3px solid #15BA9F !important;
}

.home_shop a:hover,
.home_ticket a:hover {
    opacity: .7;
}

.home_shop .col_box {
    margin-bottom: 30px;
}

.home_shop .image img {
    width: 100%;
}

.home_shop .text,
.home_ticket .text {
    position: relative;
    padding: 20px;
    background: #fff2f7;
    color: #fe559c;
    font-size: 1.25rem;
    font-weight: bold;
}

.home_shop .text::before,
.home_ticket .text::before {
    position: absolute;
    content: "";
    top: 15px;
    right: 20px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fe559c;
}

.home_shop .text::after,
.home_ticket .text::after {
    position: absolute;
    content: "";
    top: 25px;
    right: 31px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.home_ticket li {
    margin-bottom: 30px;
}

.home_ticket .text {
    padding-left: 66px;
}

.home_ticket .text::before {
    right: auto;
    left: 20px;
}

.home_ticket .text::after {
    right: auto;
    left: 26px;
}


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

    nav.nav_home ul {
        margin: 4vw 0 1vw;
    }

    nav.nav_home ul li {
        width: 18.7vw;
    }

    nav.nav_home ul li a {
        font-size: 1.75vw;
    }

    nav.nav_home ul li a span {
        font-size: 1.25vw;
    }

}

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

    nav.nav_home ul li {
        width: 20%;
        box-sizing: border-box;
    }

    nav.nav_home ul li:first-child {
        border-left: none;
    }

    nav.nav_home ul li:last-child {
        border-right: none;
    }

    nav.nav_home ul li a {
        padding: 1.5vw 0 3vw;
        border-size: 1vw;
        font-size: 3vw;
    }

    nav.nav_home ul li a span {
        display: none;
    }

    .home_shop .col_box {
        margin-bottom: 3vw;
    }

    .home_shop .text,
    .home_ticket .text {
        font-size: 3vw;
    }

    .home_shop .text::before,
    .home_ticket .text::before {
        top: 15px;
        right: 20px;
        width: 30px;
        height: 30px;
    }

    .home_shop .text::after,
    .home_ticket .text::after {
        top: 25px;
        right: 31px;
        width: 10px;
        height: 10px;
    }

    .home_ticket li {
        margin-bottom: 30px;
    }

    .home_ticket .text {
        padding-left: 66px;
    }

    .home_ticket .text::before {
        right: auto;
        left: 20px;
    }

    .home_ticket .text::after {
        right: auto;
        left: 26px;
    }


}

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

    nav.nav_home ul {
        margin: auto;
        width: auto;
        display: flex;
    }

    nav.nav_home ul li a {
        padding: 1.5vw 0 1.5vw 0vw;
        border-size: 2vw;
        font-size: 3.8vw;
    }

    .home_shop .col_box {
        margin-bottom: 6vw;
    }

    .home_shop .text,
    .home_ticket .text {
        font-size: 5vw;
    }


}



/*----- contents -----*/

.slider {}

.title_center {

    margin: 90px 0 45px;
    padding: 0 0 20px;
    background-size: 330px 3px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .5rem;
    color: #666;
    text-align: center;
}

.news_area {
    border: 1px solid #666;
    margin-bottom: 90px;
    padding: 30px;
}

.news_area p {
    font-size: .875rem;
    line-height: 1.5;
}

.news_area p.date {}

.news_area p.text {
    margin-bottom: 10px;
}

.twitter_widget {
    border: 1px solid #666;
    margin-bottom: 90px;
    padding: 30px;
}

.news_area {
    height: 200px;
    margin-bottom: 10px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;

}

.linebnr img {
    max-width: 48%;
    margin: 0px 1% 10px 1%;
    display: block;
    float: left;
}

.twitter_widget {
    height: 570px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.slick {
    position: relative;
    width: calc(100% + 15px);
    line-height: 1.5;
}

.slick_box a:hover {
    opacity: .7;
}

.slick_box .inner {
    width: calc(100% - 15px);
}

.slick_box .image img {
    width: 100%;
    height: auto;
}

.slick_box .title {
    margin: 5px 0 20px;
    color: #fe559c;
    font-size: 1.125rem;
    font-weight: bold;
}

.slick_box .text {
    font-size: .875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slick_box .text.link {
    margin: 10px 0;
    padding: 4px 0;
}

.slick_box .title.link,
.slick_box .text.link {
    position: relative;
    padding-left: 30px;
}

.slick_box .title.link::before,
.slick_box .text.link::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fe559c;
}

.slick_box .title.link::after,
.slick_box .text.link::after {
    position: absolute;
    content: "";
    top: 12px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slider_prev,
.slider_next {
    position: absolute;
    top: calc(0% - -60px);
    left: -20px;
    z-index: 2;
    cursor: pointer;
    transition: .3s;
}

.slider_next {
    right: 33px;
    left: auto;
}

.slider_prev:hover,
.slider_next:hover {
    opacity: .5;
}

.slider_prev::before,
.slider_next::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, .2);
}

.slider_prev::after,
.slider_next::after {
    position: absolute;
    content: "";
    top: 13px;
    left: 15px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.slider_next::after {
    left: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


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

    .title_center {
        margin: 6vw 0 3vw;
        padding: 0 0 1.5vw;
        background-size: 25vw 3px;
        font-size: 2.25vw;
        letter-spacing: .6vw;
    }

    .news_area {
        margin-bottom: 1.5vw;
        padding: 2vw;
    }

    .news_area p {
        font-size: 1.4vw;
    }

    .news_area p.text {
        margin-bottom: 1vw;
    }

    .twitter_widget {
        margin-bottom: 6vw;
        padding: 2vw;
    }

    .slick {
        width: calc(100% + 1vw);
    }

    .slick_box .inner {
        width: calc(100% - 1vw);
    }

    .slick_box .title {
        margin: .5vw 0 1.5vw;
        font-size: 1.5vw;
    }

    .slick_box .text {
        font-size: 1.4vw;
    }

    .slick_box .text.link {
        margin: 1vw 0;
        padding: .4vw 0;
    }

    .slick_box .title.link,
    .slick_box .text.link {
        padding-left: 3vw;
    }

    .slick_box .title.link::before,
    .slick_box .text.link::before {
        top: .5vw;
        left: 0;
        width: 2vw;
        height: 2vw;
    }

    .slick_box .title.link::after,
    .slick_box .text.link::after {
        top: 1.2vw;
        left: .5vw;
        width: .6vw;
        height: .6vw;
    }

    .slider_prev,
    .slider_next {
        top: calc(50% - 3vw);
        left: -2vw;
    }

    .slider_next {
        left: auto;
        right: 3.3vw;
    }

    .slider_prev::before,
    .slider_next::before {
        left: 0;
        width: 4vw;
        height: 4vw;
    }

    .slider_prev::after,
    .slider_next::after {
        top: 1.3vw;
        left: 1.5vw;
        width: 1.2vw;
        height: 1.2vw;
    }

    .slider_next::after {
        left: 1vw;
    }

}

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

    .title_center {
        margin: 8vw 0 6vw;
        padding: 0 0 2vw;
        background-size: 40vw 3px;
        font-size: 4vw;
        letter-spacing: 1vw;
    }

    .news_area {
        margin-bottom: 9vw;
        padding: 3vw;
    }

    .news_area p {
        font-size: 2.25vw;
    }

    .news_area p.text {
        margin-bottom: 1.5vw;
    }

    .twitter_widget {
        margin-bottom: 9vw;
        padding: 3vw;
    }

    .news_area {
        height: 40vw;
    }

    .twitter_widget {
        height: 100vw;
    }

    .slick {
        width: calc(100% + 1.5vw);
    }

    .slick_box .inner {
        width: calc(100% - 1.5vw);
    }

    .slick_box .title {
        margin: .75vw 0 2vw;
        font-size: 3vw;
    }

    .slick_box .text {
        font-size: 2vw;
    }

    .slick_box .text.link {
        margin: 1.5vw 0;
        padding: .6vw 0;
    }

    .slick_box .title.link,
    .slick_box .text.link {
        padding-left: 4.5vw;
    }

    .slick_box .title.link::before,
    .slick_box .text.link::before {
        top: .75vw;
        left: 0;
        width: 3vw;
        height: 3vw;
    }

    .slick_box .title.link::after,
    .slick_box .text.link::after {
        top: 1.8vw;
        left: .75vw;
        width: .9vw;
        height: .9vw;
    }

    .slider {
        overflow: hidden;
    }

    .slider_prev,
    .slider_next {
        top: calc(50% - 4.5vw);
        left: -2vw;
    }

    .slider_next {
        left: auto;
        right: 5.75vw;
    }

    .slider_prev::before,
    .slider_next::before {
        left: 0;
        width: 6vw;
        height: 6vw;
    }

    .slider_prev::after,
    .slider_next::after {
        top: 2vw;
        left: 2vw;
        width: 1.8vw;
        height: 1.8vw;
    }

    .slider_next::after {
        left: 1.5vw;
    }


}

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

    main .wrap {
        width: 96%;
    }

    /*   篠原追記箇所   */


    .title_center {
        background-size: 50vw 3px;
        font-size: 5vw;
    }

    .banner .col_box {
        margin-bottom: 4vw;
    }

    .news_area {
        margin-bottom: 5vw;
        padding: 4vw;
    }

    .news_area p {
        font-size: 3.5vw;
    }

    .news_area p.text {
        margin-bottom: 2vw;
    }

    .twitter_widget {
        margin-bottom: 12vw;
        padding: 4vw;
    }

    .slick {
        width: calc(100%);
    }

    .slick_box .inner {
        width: calc(100%);
    }

    .slick_box .title {
        margin: 1vw 0 3vw;
        font-size: 4vw;
    }

    .slick_box .text {
        font-size: 3vw;
    }

    .slick_box .text.link {
        margin: 2vw 0;
        padding: 1vw 0;
    }

    .slick_box .title.link,
    .slick_box .text.link {
        padding-left: 6vw;
    }

    .slick_box .title.link::before,
    .slick_box .text.link::before {
        top: 1vw;
        left: 0;
        width: 4vw;
        height: 4vw;
    }

    .slick_box .title.link::after,
    .slick_box .text.link::after {
        top: 2.4vw;
        left: 1vw;
        width: 1.2vw;
        height: 1.2vw;
    }

    .slider_prev,
    .slider_next {
        top: calc(0% - -25vw);
        left: 0vw;
    }

    .slider_next {
        right: 10vw;
        left: auto;
    }

    .slider_prev::before,
    .slider_next::before {
        left: 0;
        width: 8vw;
        height: 8vw;
    }

    .slider_prev::after,
    .slider_next::after {
        top: 2.6vw;
        left: 3vw;
        width: 2.4vw;
        height: 2.4vw;
    }

    .slider_next::after {
        left: 2vw;
    }

}



/*----- single, page & 404 -----*/

.page_contents,
.single_contents {
    padding: 100px 0;
    line-height: 1.6;
}

.single_contents {
    padding-top: 0;
}

.single_contents .title {
    font-size: 1.75rem;
    font-weight: normal;
    margin: 0 0 30px;
    /*display: none;篠原加筆*/
}

.single_contents .single_text {
    font-size: 1.125rem;
}


.error_404 {
    margin-bottom: 100px;
    text-align: center;
    font-size: 1.25rem;
}

.error_404 input[type="text"] {
    padding: 10px;
    font-size: 1.25rem;
    width: 300px;
}

.error_404 input[type="submit"] {
    padding: 6px 10px;
    font-size: 1.25rem;
}

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

    .page_contents,
    .single_contents {
        padding: 5vw 0;
    }

    .single_contents {
        padding-top: 0;
    }

    .single_contents .title {
        font-size: 2.25vw;
        margin: 0 0 3vw;
    }

    .single_contents .single_text {
        font-size: 1.6vw;
    }


    .error_404 {
        margin-bottom: 10vw;
        font-size: 1.8vw;
    }

    .error_404 input[type="text"] {
        padding: 1vw;
        font-size: 1.8vw;
        width: 30vw;
    }

    .error_404 input[type="submit"] {
        padding: .6vw 1vw;
        font-size: 1.8vw;
    }


}

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

    .page_contents,
    .single_contents {
        border-top: 1px solid #ccc;
        padding: 10vw 0;
    }

    .single_contents {
        padding-top: 0;
    }

    .single_contents .title {
        font-size: 3vw;
        margin: 0 0 4vw;
    }

    .single_contents .single_text {
        font-size: 2.5vw;
    }


    .error_404 {
        margin-bottom: 15vw;
        font-size: 4vw;
    }

    .error_404 input[type="text"] {
        padding: 2vw;
        font-size: 3vw;
        width: 50vw;
    }

    .error_404 input[type="submit"] {
        padding: 1.2vw 2vw;
        font-size: 3vw;
    }


}

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

    .page_contents,
    .single_contents {
        padding: 12vw 10px;
    }

    .single_contents {
        padding-top: 0;
    }

    .single_contents .title {
        font-size: 4.5vw;
        margin: 0 0 5vw;
    }

    .single_contents .single_text {
        font-size: 3.75vw;
    }


}

/*----- スマホ専用メニュー用 -----*/
div.sp_topmenu {
    display: none;
    margin: 1vw;
}

/*----- カテゴリーキャンペーン用 -----*/
div.pickups {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    row-gap: 25px;
}

p.pick-title {
    font-size: 100%;
    font-weight: 600;
    margin: 5px 5px;
    text-align: center;
}

@media screen and (max-width: 480px) {
    div.pickups {
        grid-template-columns: 1fr;
        width: 90%;
        margin: 0 auto;
    }

    p.pick-title {
        font-size: 90%;
    }

    /*----- スマホ専用メニュー用 -----*/
    div.sp_topmenu {
        display: inline;
        margin: 1vw;
    }

    div.sp_topmenu_icon {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        width: 96%;
        margin: 0px auto;
        grid-gap: 20px;
        row-gap: 25px;
    }
}



/*新フロアマップ見た目*/
.tabs-3 img {
    width: 35px;
    float: left;
    height: 35px;
    object-fit: cover;
}

.tabs-3 p {
    margin-top: 7px;
}

.fas {
    margin-left: 10px;
}

.floor-accordion summary::-webkit-details-marker {
    float: right;
    margin-top: 50px;
}

.floor_title {
    display: flex;
}

.floor_title p {
    margin-top: 35px;
    margin-left: 25px;
    font-size: 18px;
}

.floor_title img {
    width: 150px;
    height: 100px;
    object-fit: cover;
}

.btn-square-pop {
    width: 100%;
}

.floor_picks {
    padding: 20px 0;
}


@media screen and (max-width: 479px) {
    .button-shadow_h {
        padding: 5px 5px;
    }

    .button-shadow_i {
        padding: 10px 5px;
    }

    .tabs-3 p {
        font-size: 10px;
        margin-top: 5px;
        text-align: left;
        margin-left: 40px;
    }

    .floor_title img {
        width: 30%;
        padding: 5px;
    }

    .floor_title p {
        margin-top: 35px;
        margin-left: 20px;
        font-size: 16px;
    }

    .btn-square-pop {
        width: 100%;
        padding: 1px;
    }
}


/**250728_貸切フォームに注意事項追加**/
.kashikiri-form_attention {
    border: 1px solid #000;
    padding: 10px;
}

.all .kfa_inner {
    text-align: left;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.all .kfa_inner h3 {
    font-size: 18px;
    margin-top: 10px;
}

.all .kfa_inner h4 {
    font-size: 16px;
    margin-bottom: 5px;
    border-top: 1px solid #f8bfbf;
    padding: 10px 10px 5px;
}

.all .kfa_inner p, .all .kfa_inner li {
    font-size: 16px;
}

.all .kfa_inner a {
    text-decoration: underline;
}

.all .kfa_list {
    margin: 20px 0;
}

.all .kfa_list-block {
    margin: 10px 0 15px;
}

.all .kfa_list-block ul {
    padding-left: 20px;
    list-style: disc;
}

.all .kfa_inner li {
    margin-bottom: 5px;
}

.accept_btn {
    margin-bottom: 15px;
    background-color: #f8bfbf;
    padding: 10px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.accept_btn span{
    padding-left: 10px;
}

@media screen and (max-width: 768px) {
    .all .kfa_inner p, .all .kfa_inner li {
        font-size: 14px;
    }
}